:root
{
	--ov_only_on_model_display: inherit;
}

@font-face
{
	font-family: Quicksand;
	src: url('Quicksand/Quicksand-Regular.ttf');
}

html, body
{
	color: var(--ov_foreground_color);
	background: var(--ov_background_color);
	font-size: 16px;
	font-family: Quicksand, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

a
{
	color: var(--ov_button_color);
	text-decoration: none;
}

img
{
	display: block;
}

ol, ul
{
	padding: 0px 25px;
	margin: 0px;
}

li
{
	margin: 10px 0px;
	line-height: 25px;
}

.only_on_model
{
	display: var(--ov_only_on_model_display);
}

input, select, textarea
{
	font-family: Quicksand, Helvetica, sans-serif;
	font-size: 16px;
	outline: none;
}

@media (hover)
{

a:hover
{
	text-decoration: underline;
}

}

@media only screen and (max-width: 800px)
{

.only_full_width
{
	display: none;
}

}

@media only screen and (max-height: 800px)
{

.only_full_height
{
	display: none;
}

}

.connect-button{
	float: right;
	margin-left: 30px;
}

.grx_blue_button i{
	color: blue;
}

/* CSS */
.button-15 {
  background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: .8em;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-15:disabled {
  cursor: default;
  opacity: .3;
}

.button-15:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

.button-12 {
    /*border-radius*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFF;
    font-weight: light;
    border: 1px solid #CCC;
    padding: 5px 15px;
}
.button-12:hover {
    /*border-radius*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFF;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    -moz-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
    padding: 5px 15px;
    position: relative;
    background: rgb(62,158,229);
    background: -moz-linear-gradient(top, rgba(62,158,229,1) 0%, rgba(23,103,202,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,158,229,1)), color-stop(100%,rgba(23,103,202,1)));
    background: -webkit-linear-gradient(top, rgba(62,158,229,1) 0%,rgba(23,103,202,1) 100%);
    background: -o-linear-gradient(top, rgba(62,158,229,1) 0%,rgba(23,103,202,1) 100%);
    background: -ms-linear-gradient(top, rgba(62,158,229,1) 0%,rgba(23,103,202,1) 100%);
    background: linear-gradient(top, rgba(62,158,229,1) 0%,rgba(23,103,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9ee5', endColorstr='#1767ca',GradientType=0 ); /*box-shadow*/
    -webkit-box-shadow: inset 0 0 3px #666;
    -moz-box-shadow: inset 0 0 3px #666;
    box-shadow: inset 0 0 3px #666;
}
.button-12:active {
    /*border-radius*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFF;
    font-weight: 500;
    border: 2px solid #B3B3B3;
    padding: 5px 15px;
    position: relative;
    background: rgb(77,162,228);
    /*linear-gradient*/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(77,162,228,1),0),color-stop(rgba(32,85,154,1),1));
    background: -webkit-linear-gradient(top, rgba(77,162,228,1) 0%, rgba(32,85,154,1) 100%);
    background: -moz-linear-gradient(top, rgba(77,162,228,1) 0%, rgba(32,85,154,1) 100%);
    background: -o-linear-gradient(top, rgba(77,162,228,1) 0%, rgba(32,85,154,1) 100%);
    background: linear-gradient(top, rgba(77,162,228,1) 0%, rgba(32,85,154,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,162,228,1)), color-stop(100%,rgba(32,85,154,1)));
    background: -webkit-linear-gradient(top, rgba(77,162,228,1) 0%,rgba(32,85,154,1) 100%);
    background: -moz-linear-gradient(top, rgba(77,162,228,1) 0%,rgba(32,85,154,1) 100%);
    background: -o-linear-gradient(top, rgba(77,162,228,1) 0%,rgba(32,85,154,1) 100%);
    background: linear-gradient(top, rgba(77,162,228,1) 0%,rgba(32,85,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da2e4', endColorstr='#20559a',GradientType=0 );
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 8px #666;
    -moz-box-shadow: inset 0 0 8px #666;
    box-shadow: inset 0 0 8px #666;
}
