/* Goxee Cascading Style Sheets */

@import url("fonts-2.css");
@import url("colorbox-2.css");
@import url("jcountdown-2.css");
@import url("jquery-ui-1.10.0.custom.css");


html, body {
height:100%;
/* for IE */
zoom:1;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.copytoclipboard {
cursor:pointer;
}

audio {
height: 32px;
line-height: 32px;
outline:0;
}

audio::-webkit-media-controls-panel {
padding:0;
background:#FFF;
}

.gdprofileinfo {
cursor:pointer;
position:fixed;
z-index:100000;
bottom:10px;
right:50%;
left:50%;
min-width:250px;
border-radius:40px;
margin-left:-100px;
padding:0px 25px;
height:32px;
line-height:31px;
background:rgba(0, 0, 0, 0.25);
color:#fff;
text-align:center;
opacity:0;
}

.gdprofileinfo:hover {
opacity:1;
}

.ajaxnoti-container {
position: fixed;
bottom: 42px;
left: 50%;
z-index: 10000000000;
}

.ajaxnoti {
position: absolute;
-ms-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
background: #ffffff;
padding: 0 15px 0 6px;
height: 30px;
line-height: 29px;
color: #8e8e8e;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 20px;
transition: all 0.2s;
white-space: nowrap;
opacity: 1.9;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
border: 1px solid rgba(0,0,0,.3);
}

.ajaxnoti-icon {
display:inline-block;
width:20px;
height:20px;
background-position:center center!important;
background-size:20px 20px!important;
vertical-align:middle;
margin-right:10px;
margin-top:-1px;
}


body {
overflow-x:hidden;
overflow-y:auto;
background-color:#c5c5c5;
background-image: url("../png/mainbg-2.png");
background-position:top;
background-repeat: repeat-x;
background-attachment: fixed;
padding:0px;
height:100%;
margin:0px auto;
font-size:9pt;
font-family:arial;
}

.dialognotitle .ui-dialog-titlebar {display:none}

.sfm { display:none; }

.photolist-num {
background:rgba(0,0,0,0.75);
-moz-border-bottom-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
color:#FFF;
font-size:11px;
padding:0 7px 0 6px;
height:21px;
line-height:20px;
position:absolute;
}

#sortable {
counter-reset: number;
}

#sortable .photolist-num:before {
counter-increment: number;
content: counter(number);
}

#sortable li:first-child div .photolist span .photolist-num:before {
content: "MAIN";
}

.g-newproduct-message {
cursor:pointer;
font-size:14px;
color:#FFF;
padding:0 16px;
height:42px;
line-height:42px;
vertical-align:top;
background: #ff7a42;
background: -moz-linear-gradient(45deg,  #ff7a42 0%, #efcb69 100%);
background: -webkit-linear-gradient(45deg,  #ff7a42 0%,#efcb69 100%);
background: linear-gradient(45deg,  #ff7a42 0%,#efcb69 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a42', endColorstr='#efcb69',GradientType=1 );
/*
background: #36acdb;
background: -moz-linear-gradient(45deg,  #36acdb 0%, #3ce0a1 100%);
background: -webkit-linear-gradient(45deg,  #36acdb 0%,#3ce0a1 100%);
background: linear-gradient(45deg,  #36acdb 0%,#3ce0a1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36acdb', endColorstr='#3ce0a1',GradientType=1 );
*/
}

.g-newproduct-but {
font-size:12px;
transition: background 0.3s ease, color 0.3s ease-in-out;
float:right;
margin-top:9px;
height:22px;
line-height:22px;
padding:0 12px;
border:1px solid #FFF;
display:inline-block;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.g-newproduct-message:hover .g-newproduct-but {
background:#FFF;
color:#238ce4;
}

.g-newproduct {
background: #ff3b30;
box-shadow: 0 1px 0 0px rgba(0,0,0,0.25);
color:#FFF;
float:right;
margin-right:15px;
font-size:11px;
font-weight:bold;
display:inline-block;
height:19px;
line-height:18px;
margin-top:8px;
padding:0 7px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.gpro-container {
display:none;
background:rgba(0,0,0,0.5);
width:100%;
height:100%;
position:fixed;
z-index:100000000;
top:0;
left:0;
right:0;
bottom:0;
}

.gpro-container > table > tbody > tr > td {
vertical-align:middle!important;
}

.gxpro-container {
display:none;
background:rgba(0,0,0,0.5);
width:100%;
height:100%;
position:fixed;
z-index:100000000;
top:0;
left:0;
right:0;
bottom:0;
}

.gpro-container-phone {
background: #ff7a42;
background: -moz-linear-gradient(45deg,  #ff7a42 0%, #efcb69 100%);
background: -webkit-linear-gradient(45deg,  #ff7a42 0%,#efcb69 100%);
background: linear-gradient(45deg,  #ff7a42 0%,#efcb69 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a42', endColorstr='#efcb69',GradientType=1 );
width:100%;
max-width:800px;
min-height:550px;
box-shadow:0px 2px 6px rgba(0, 0, 0, 0.25);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.gxpro-container-announcement {
background: #FFF;
width:100%;
max-width:800px;
box-shadow:0px 2px 6px rgba(0, 0, 0, 0.25);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.gpro-container-bg-orange {
background:url('../png/gprodialogbg-orange-2.png');
background-position:bottom center;
background-repeat:no-repeat;
background-size:cover;
max-width:800px;
min-height:550px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.gxpro-container-bg-white {
max-width:800px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.gpro-feature-container {
display:inline-block;
width:200px;
padding:30px 25px 0 25px;
height:80px;
}

.gpro-feature-icon {
height:50px;
margin-bottom:15px;
}

.gpro-feature-desc {
color:#FFF;
font-size:18px;
}


#gpro-feature-rotate-words {
width: 100%;
}

#gpro-feature-rotate-words li { 
display:none;
color:#FFF;
font-style: italic;
padding:0;
margin:0;
}

#gpro-feature-rotate-words ul{
list-style:none;
}

#gpro-feature-rotate-words p.author{
margin-left:10px;
display:inline-block;
color:rgba(255,255,255,0.5);
font-size: 16px;
}

.gpro-newproduct-but {
cursor:pointer;
color:#FFF;
font-size:15px;
transition: background 0.3s ease, color 0.3s ease-in-out;
height:36px;
line-height:36px;
padding:0 17px;
border:1px solid #FFF;
display:inline-block;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.gpro-newproduct-but:hover {
background:#FFF;
color:#238ce4;
}

.gpro-newproduct-but-close {
width:24px;
height:24px;
margin:10px 10px 0 0;
display:inline-block;
opacity:0.6;
cursor:pointer;
transition: opacity 0.3s ease-in-out;
background:url('../svg/cross-3.svg');
background-size:cover;
background-repeat:no-repeat;
}

.gpro-newproduct-but-close:hover {
opacity:1;
}

.gxpro-newproduct-but-close {
width:24px;
height:24px;
margin:20px 20px 0 0;
display:inline-block;
opacity:0.4;
cursor:pointer;
transition: opacity 0.3s ease-in-out;
background:url('../svg/cross-4.svg');
background-size:cover;
background-repeat:no-repeat;
}

.gxpro-modal-bottom {
height:50px;
line-height:50px;
text-align:left;
padding:10px 30px;
background:#f2f2f2;
-moz-border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.gxpro-newproduct-but-close:hover {
opacity:1;
}


.gpro-blockquote {
background: url('../svg/quotation-mark-2.svg') 30px 16px no-repeat;
background-size:25px 25px;
font-size: 16px;
text-align:left;
padding: 18px 20px 18px 70px;
margin:0;
}

.formck {
display:none;
}

.admin-tab-selected .g-newproduct2 {
background:#FFF;
color:#000;
box-shadow: none;
text-shadow: none;
}

.admin-tab-text {
display:inline-block;
}

.controlpanel-mainmenu {
width:220px;
min-width:220px;
background-color:#1b1e24;
vertical-align:top;
height:auto!important;
}

.controlpanel-mainmenu-shrink {
background-color:#1b1e24;
vertical-align:top;
height:auto!important;
}

.controlpanel-mainmenu-shrink, .controlpanel-mainmenu-shrink #g-adminmm-second {
width:52px;
min-width:52px;
}

.controlpanel-mainmenu-shrink .admin-tab-text, .controlpanel-mainmenu-shrink .mainmenu-arrow {
display:none;
}

.controlpanel-mainmenu-shrink #g-adminmm-first {
overflow-x:visible!important;
overflow-y:visible!important;
}

.controlpanel-mainmenu-shrink .admin-subtab {
padding:7px 15px;
}

.controlpanel-mainmenu-shrink .mainmenu-submenus {
display:none;
position:absolute;
z-index:100;
left: 52px;
margin-top: -36px;
width: 160px;
}

.controlpanel-mainmenu-shrink .admin-subtab-selected {
background-image: none;
}

#gpmenuvideo {
margin:15px 12px;
cursor:pointer;
}

.controlpanel-mainmenu-shrink #gpmenuvideo {
margin:15px 10px;
}

#gpmenuvideo * {
transition:all .3s;
}

#gpmenuvideo > div:nth-child(1) {
border-radius:4px;
width:100%;
padding-top:56.25%;
position:relative;
background-size:100%!important;
background-position:center!important;
background-repeat:no-repeat!important;
box-shadow:inset 0 0 0 1px rgba(255,255,255,.35), 0 2px 10px rgba(0,0,0,.5), inset 0 0 0 100px rgba(0,0,0,.15);
}

#gpmenuvideo > div:nth-child(1) > div:nth-child(1) {
position:absolute;
z-index:2;
display:inline-block;
top:7px;
right:7px; 
width:20px;
height:20px;
border-top-right-radius:2px;
border-bottom-right-radius:2px;
background:url('../svg/controller-play-2.svg') #00C372;
background-position:center!important;
background-size:14px!important;
background-repeat:no-repeat!important;
}

.singlevidavailable {
border-radius:2px;
}

#gpmenuvideo:hover > div:nth-child(1) > div:nth-child(1) {
background:url('../svg/controller-play-2.svg') #00ED8B;
top:6px;
right:6px; 
width:22px;
height:22px;
border-radius:2px;
}

#gpmenuvideo > div:nth-child(1) > div:nth-child(2) {
position:absolute;
top:0;
width:100%;
padding-top:56.25%;
z-index:0;
overflow:hidden;
border-radius:4px;
}

#gpmenuvideo > div:nth-child(1) > div:nth-child(2)::before {
content: '';
position: absolute;
z-index: -2;
left: -50%;
top: -50%;
width: 200%;
height: 200%;
background-repeat: no-repeat;
background-position: 0 0;
background-image: conic-gradient(transparent, rgb(255,255,255,1), transparent 50%);
animation: rotateBorder 2s linear infinite;
}

#gpmenuvideo > div:nth-child(1) > div:nth-child(2)::after {
content: '';
position: absolute;
z-index: -1;
left: 2px;
top: 2px;
width: calc(100% - 4px);
height: calc(100% - 4px);
border-radius: 3px;
background-repeat:no-repeat!important;
background-size:100%!important;
background-position:center!important;
transition:all .3s;
}

#gpmenuvideo:hover > div:nth-child(1) {
box-shadow:inset 0 0 0 1px rgb(0,255,188,.75), 0 2px 10px rgb(0,195,114,.5);
}

#gpmenuvideo:hover > div:nth-child(1) > div:nth-child(2)::after {
background-size:103%!important;
}

#gpmenuvideo > div:nth-child(1) > div:nth-child(3) {
position:absolute;
z-index:1;
display:inline-block;
top:7px;
right:27px;
background:#00c372;
border-top-left-radius:2px;
border-bottom-left-radius:2px;
font-size:12px;
font-weight:400;
color:#FFF;
height:20px;
line-height:20px;
padding:0 7px;
border-right:1px solid rgba(0,0,0,.25);
}

#gpmenuvideo > div:nth-child(2) {
text-align:center;
padding-top:10px;
color:#FFF;
font-size:11px;
opacity:.5;
}

#gpmenuvideo:hover > div:nth-child(2) {
opacity:1;
}

#gpmenuvideo > div:nth-child(3) {
display:none;
}

.controlpanel-mainmenu-shrink #gpmenuvideo > div:nth-child(1), .controlpanel-mainmenu-shrink #gpmenuvideo > div:nth-child(2) {
display:none;
}

.controlpanel-mainmenu-shrink #gpmenuvideo > div:nth-child(3) {
display:block;
width:32px;
height:32px;
position:relative;
border-radius:4px;
background:#00C372;
}

.controlpanel-mainmenu-shrink #gpmenuvideo:hover > div:nth-child(3) {
box-shadow:0 2px 10px rgb(0,195,114,.5);
}

.controlpanel-mainmenu-shrink #gpmenuvideo > div:nth-child(3) > div {
width:32px;
height:32px;
position: relative;
z-index: 0;
border-radius: 4px;
overflow: hidden;
}

.controlpanel-mainmenu-shrink #gpmenuvideo > div:nth-child(3) > div::before {
content: '';
position: absolute;
z-index: -2;
left: -50%;
top: -50%;
width: 200%;
height: 200%;
background-repeat: no-repeat;
background-position: 0 0;
background-image: conic-gradient(transparent, rgb(255,255,255,1), transparent 50%);
animation: rotateBorder 2s linear infinite;
}

.controlpanel-mainmenu-shrink #gpmenuvideo > div:nth-child(3) > div::after {
content: '';
position: absolute;
z-index: -1;
left: 2px;
top: 2px;
width: calc(100% - 4px);
height: calc(100% - 4px);
background:url('../svg/controller-play-2.svg') #00C372;
background-position:center!important;
background-size:20px!important;
background-repeat:no-repeat!important;
border-radius:4px;
transition:all .3s;
}

@keyframes rotateBorder {
	100% {
		transform: rotate(1turn);
	}
}

#gpmenuvideo:hover > div:nth-child(3) {
background:#00ED8B;
}

#gpmenuvideo:hover > div:nth-child(3) > div::after {
background:url('../svg/controller-play-2.svg') #00ED8B;
}

.controlpanel-mainmenu .gpcpmmnewitems {
width:205px;
text-align:right;
position:absolute;
z-index:95;
}

.controlpanel-mainmenu-shrink .gpcpmmnewitems {
width:42px;
text-align:right;
position:absolute;
z-index:95;
}

.controlpanel-mainmenu-shrink .gnewitemnotice {
height: 13px;
line-height: 12px;
margin-top: 10px;
margin-right:7px;
padding: 0px 4px 0px 4px;
font-size:11px;
}

.controlpanel-mainmenu-shrink .needhelpbut {
font-size:15px;
}

.gpcpshrink, .gpcpexpand {
text-align:right;
}

.gpcpshrink div {
cursor:pointer;
display:inline-block;
width:28px;
height:28px;
margin:0 12px;
background:rgba(255,255,255,.3) url('../svg/chevron-left.svg');
background-size:22px 22px;
background-position:center center;
background-repeat:no-repeat;
opacity:.5;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
transition:all .1s;
}

.gpcpexpand div {
cursor:pointer;
display:inline-block;
width:28px;
height:28px;
margin:0 12px;
background:rgba(255,255,255,.3) url('../svg/chevron-right.svg');
background-size:22px 22px;
background-position:center center;
background-repeat:no-repeat;
opacity:.5;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
transition:all .1s;
}

.gpcpshrink div:hover, .gpcpexpand div:hover {
opacity:1;
}

.tabtitle {
display:inline-block;
font-weight:300;
font-size:15px;
padding:0px 0px 10px 0px;
}

.tabshowmore {
padding:10px 10px 0px 10px;
text-align:right;
}

.tabcontent {
font-size:22px;
font-weight:500;
}

.tabcontentmin {
font-size:18px;
font-weight:500;
}

.tabinfoboxque {
float:right;
margin-left:10px;
margin-right:15px;
}

.tabinfobox {
display:inline-block;
padding:8px 30px 2px 30px;
border-right:1px solid #E1E1E1;
}

.tabinfobox:last-of-type {
border-right:none;
}

.side-menopt {
padding:5px 5px 5px 10px;
color:#000!important;
}

.side-menopt-sub {
padding:5px 5px 5px 22px;
font-size:11px;
color:#000!important;
}

.side-menopt-selected {
color:#238ce4!important;
font-weight:bold;
}

.side-menopt:hover,.side-menopt-sub:hover,.side-menopt-selected:hover {
background-color:#F2F2F2;
cursor:pointer;
}

.rwtd {
border-top:1px solid #EAEAEA;
}

.rwtd-sub {
color:#b4b4b4;
}

.rwtd-deactive {
background:#FBFBFB;
}

.sta-active,.sta-deactive {
display:inline-block;
width:12px;
height:12px;
margin-bottom:4px;
margin-right:4px;
font-size:10px;
color:#FFF;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
}

.sta-icon1, .sta-icon2, .sta-icon3, .sta-icon4, .sta-icon5, .sta-icon6 {
width:16px;
height:16px;
display:inline-block;
}

.sta-icon1 {
background:url('../png/online-2.png');
}

.sta-icon2 {
background:url('../png/offline-2.png');
}

.sta-icon3 {
background:url('../png/alert-2.png');
}

.sta-icon4 {
background:url('../png/clock-2.png');
}

.sta-icon5 {
background:url('../png/key-2.png');
}

.sta-icon6 {
background:url('../png/wizard-2.png');
}

.sta-admin {
display:inline-block;
width:16px;
height:16px;
line-height:16px;
font-size:10px;
color:#FFF;
cursor:default;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
background:#ff3b30;
}

.sta-active {
background:#238ce4;
}

.sta-deactive {
background:#E1E1E1;
}

.rwtr:hover {
background:#F3F3F3!important;
}

.rwtd-deactive:hover {
background:#EFEFEF!important;
}

.g-fu-title td {
padding:8px 6px;
background:#EAEAEA;
font-weight:bold;
}

.tmvbar-contain {
width:380px;
}

.tmvbar {
width:380px;
height:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
}

.tmvbar-header {
width:100%;

}

.tmvbar-change {
display:inline-block;
height:22px;
line-height:23px;
padding:0px 5px;
color:#FFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-khtml-border-radius: 4px;
}

.tmvbar-change-up { background:#66cb64; }
.tmvbar-change-down { background:#ff5151; }
.tmvbar-change-nochange { background:#999; }

.tmvbar-change-up div {
float:left;
margin-right:2px;
margin-top:1px;
background:url('../svg/chevron-up-2.svg');
}

.tmvbar-change-down div {
float:left;
margin-right:2px;
margin-top:1px;
background:url('../svg/chevron-down.svg');
}

.tmvbar-change-nochange div {
float:left;
margin-right:2px;
margin-top:1px;
background:url('../svg/minus-2.svg');
}

.tmvbar-header-avg, .tmvbar-header-cln, .tmvbar-header-out {
width:33.3%;
padding:2px 4px 5px 4px;
font-size:10px;
}

.tmvbar-header-avg div, .tmvbar-header-cln div, .tmvbar-header-out div {
font-size:15px;
}

.tmvbar-header-avg {
text-align:left;
}

.tmvbar-header-cln {
text-align:center;
}

.tmvbar-header-out {
text-align:right;
}

.tmvbar-side {
border-right:1px solid rgba(0, 0, 0, 0.3);
}

.tmvbar-rt, .tmvbar-rt .tmvbar-gray {
float:right;
display:inline-block;
text-align:right;
width:100%;
height:10px;
background:url('../png/tmvmetercolor_rt-2.png'), #999;
background-repeat:no-repeat;
background-size:200px 20px;
background-position:right top;
}

.tmvbar-lt, .tmvbar-lt .tmvbar-gray {
float:left;
direction:rtl;
display:inline-block;
text-align:right;
width:100%;
height:10px;
background:url('../png/tmvmetercolor_lt-2.png'), #999;
background-repeat:no-repeat;
background-size:200px 20px;
background-position:left top;
}

.tmvbar-gray {
-webkit-filter: grayscale(100%);
}

.tmvbar-gray div {
position:absolute;
z-index:101;
width:3px;
height:14px;
margin-top:-3px;
margin-left:-3px;
margin-right:-3px;
background:rgba(255, 255, 255, 1);
border-top:1px solid rgba(0, 0, 0, 0.2);
border-bottom:1px solid rgba(0, 0, 0, 0.6);
border-right:1px solid rgba(0, 0, 0, 0.6);
border-left:1px solid rgba(0, 0, 0, 0.2);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
}

.tmvbar-desc-td {
background:#F2F2F2;
padding:8px 8px 8px 12px;
-moz-border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
-moz-border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
}

.ghcicon-main {
width:16.6%;
background-color:#7e8083;
cursor:pointer;
text-align:left;
font-size:14px;
color:#666666;
margin-right:3px;
padding:4px 10px 12px 10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
transition: background-color .2s;
-ms-transition: background-color .2s;
-moz-transition: background-color .2s;
-webkit-transition: background-color .2s;
-o-transition: background-color .2s;
}

.ghcicon-main:hover {
background-color:#238ce4;
}

.ghcicon-icon {
margin-top:8px;
display:inline-block;
width:100%;
height:50px;
background-repeat:no-repeat;
background-position:center center;
background-size: contain;
margin-bottom:0px;
}

.ghcicon-text {
padding-top:4px;
text-align:center;
font-weight:300;
color:#FFF;
}

.g-icheck-div { padding-bottom:5px; }

.g-icheck-div, .g-icheck-div .icheckbox_minimal-blue {
display:inline-block;
}

.g-icheck-div label {
padding:0 10px 0 5px;
line-height:100%;
vertical-align:text-top;
}

.g-rewrite-tag, .g-clautosubject-tag {
cursor:pointer;
display:inline-block;
background:#ff8661;
padding:0 4px;
height:25px;
line-height:25px;
color:#FFF;
font-size:13px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-right:4px;
}

.g-rewrite-tag:hover, .g-clautosubject-tag:hover {
background:#fd7146;
}

.g-selmulti {
background:none!important;
padding:1px 1px 1px 1px!important;
padding-bottom:1px!important;
}

.g-selmulti option {
padding:2px 4px;
margin-bottom:1px;
font-size:12px;
}

.g-cirnum {
display:inline-block;
width:1em;
height:1em;
line-height: 1em;
font-size:13px;
padding:3px;
border-radius:50%;
background:#b3b3b3;
color:#FFF;
text-align:center;
vertical-align:top;
margin-right:8px;
margin-top:1px;
}

.ghighlight {
background:yellow;
}

.gosvgicon {
font-family:'entypo';
color:#000;
font-size:23px;
line-height:1;
font-weight:300;
margin-top:1px;
}

.gosvgicon-header:hover > .gosvgicon, .g-usermenu-gicon-button-selected > .gosvgicon-header > .gosvgicon {
text-shadow: 0px 1px 1px #999;
}

.gosvgicon-header {
cursor:pointer;
width:27px;
height:27px;
overflow:hidden;
margin:0px 3px;
vertical-align:top;
vertical-align:middle;
}

.gsvgicon {
font-size:28px;
margin-right:15px;
fill: #333;
}

.opennewtab {
display:inline-block;
width:14px;
height:14px;
background:url('../png/opennewtab-2.png');
}

.addneworangebut {
width:181px;
}

#g-adminmm-first {
position:absolute;
height:auto;
top:42px;
bottom:0px;
overflow-y:hidden;
overflow-x:hidden;
}

#g-adminmm-second {
position:relative;
width:220px;
height:100%;
}

#g-adminmm-first:hover {
overflow-y:auto;
}

#g-adminmm-first::-webkit-scrollbar {
width:0px;
}

#g-adminmm-first:hover::-webkit-scrollbar {
width:10px;
}

.required-input-hidden {
color:rgba(0, 0, 0, 0)!important;
background: repeating-linear-gradient(
  135deg,
  #FFFFFF,
  #EAEAEA 2px,
  #EAEAEA 2px,
  #EAEAEA 5px
);
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}

.required-input-hidden:focus, .required-input-hidden:hover {
background: repeating-linear-gradient(
  135deg,
  #FFFFFF,
  #d2edf9 2px,
  #d2edf9 2px,
  #d2edf9 5px
);
color:rgba(0, 0, 0, 1)!important;
}


.g-box {
padding:12px;
margin-bottom:7px;
margin-right:7px;
display:inline-block;
border:1px solid #EAEAEA;
transition: box-shadow .15s;
-ms-transition: box-shadow .15s;
-moz-transition: box-shadow .15s;
-webkit-transition: box-shadow .15s;
-o-transition: box-shadow .15s;
}

.g-box-friend {
min-width:285px;
}

.g-prop-tab {
padding:4px 4px 4px 6px;
background:#F5F5F5;
color:#999;
}

.g-box:hover {
background:#F2F2F2;
box-shadow:0px 2px 3px rgba(0, 0, 0, 0.15);
}

#g-scrollmenu {
float:right;
margin-right:8px;
}

.g-scrollmenu-option {
display:inline-block;
cursor:pointer;
color:#999;
font-size:14px;
font-weight:300;
height:32px;
line-height:32px;
margin:0px 0px 0px 15px;
transition: color .35s;
-ms-transition: color .35s;
-moz-transition: color .35s;
-webkit-transition: color .35s;
-o-transition: color .35s;
}

.g-scrollmenu-option-selected {
color:#238ce4;
font-weight:600;
}

.g-scrollmenu-option:hover {
color:#333;
}

.tab-highlight:hover > td {
box-shadow:inset 0 0 0 500px rgba(0,0,0,.05);
}

.tab-border {
text-align:left;
background:#FFF;
border-bottom:1px solid #F5F5F5;
}

.tbrow {
height:22px;
line-height:22px;
background-color:#F2F2F2;
color:#999;
}

.tbrow-sub {
height:22px;
line-height:22px;
font-size:14px;
padding-left:25px;
padding-top:8px;
border-bottom:2px solid #EAEAEA;
}

.subcattitle {
padding-top:5px;
margin:0 0 8px 0;
font-size:16px;color:#999;
}

.messbody, .sumbody {
word-break: break-all;
}

.needhelpbut {
border:1px solid #696b6e;
color:#76787b;
margin:8px 12px 12px 12px;
height:26px;
line-height:26px;
font-size:13px;
font-weight:400;
text-align:center;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-webkit-transition: color .1s ease-in-out, border .1s ease-in-out;
-moz-transition: color .1s ease-in-out, border .1s ease-in-out;
-ms-transition: color .1s ease-in-out, border .1s ease-in-out;
-o-transition: color .1s ease-in-out, border .1s ease-in-out;
transition: color .1s ease-in-out, border .1s ease-in-out;
}

.needhelpbut:hover {
border:1px solid #c8cbce;
background-color:#13161c;
color:#FFF;
}

.hece-tip {
margin-top:20px;
padding-top:20px;
padding-bottom:20px;
width:100%;
border-top:1px solid #EAEAEA;
}

.hece-tip-inside {
padding-left:2px;
color:#999;
font-size:12px;
}

.hece-tip-iconarea {
vertical-align:top;
text-align:right;
width:62px;
}

.hece-tip-icon {
margin:0px;
}

.hece-dshadow {
box-shadow:0px 2px 10px rgba(0, 0, 0, 0.2);
margin:0px 0px 10px 20px;
}

.hece-dshadowin {
box-shadow:0px 2px 10px rgba(0, 0, 0, 0.2);
margin:0px 0px 10px 0px;
}

.heticketstatus {
padding:0px 12px;
height:26px;
line-height:26px;
background-color:#7e8083;
color:#FFF;
display:inline-block;
margin-top:30px;
font-weight:300;
text-align:center;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-transition: background-color .15s ease-in-out;
-moz-transition: background-color .15s ease-in-out;
-ms-transition: background-color .15s ease-in-out;
-o-transition: background-color .15s ease-in-out;
transition: background-color .15s ease-in-out;
}

.heticketstatus-open {
background-color:#4dba04;
}

.heticketstatus-open:hover {
background-color:#238ce4;
}

.heticketstatus-open:hover > div.gicon {
background-position: -180px -779px!important;
}

.heticketstatus-solved {
background-color:#238ce4;
}

.g-box-tab {
display:inline-block;
font-size:14px;
color:#999;
font-weight:300;
cursor:pointer;
padding-right:18px;
transition: color .25s;
-ms-transition: color .25s;
-moz-transition: color .25s;
-webkit-transition: color .25s;
-o-transition: color .25s;
}

.g-box-tab-ttl {
font-size:14px;
display:inline-block;
color:#999;
font-weight:bold;
padding-right:18px;
transition: color .25s;
-ms-transition: color .25s;
-moz-transition: color .25s;
-webkit-transition: color .25s;
-o-transition: color .25s;
}

.g-box-tab:hover {
color:#666666;
}

.g-dashboard-circhart, .g-dashboard-circhart-alert, .g-dashboard-circhart-locked {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.g-dashboard-circhart {
background:#238ce4;
}

.g-dashboard-circhart-alert {
background:#ff8400;
}

.g-dashboard-circhart-locked {
background:#999;
}

.loadchart_selected, .loadcrm_selected {
font-weight:600;
color:#666666;
}

.reddotnotificationicon {
float:right;
display:inline-block;
margin:3px;
width:10px;
height:10px;
background-color:#ff3b30;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

.dashboardarc {
background-color:#EAEAEA;
width:140px;
height:140px;
}

.dashboardarc svg {
padding:0px;
margin:0px;
width: 200px;
height: 200px;
display: block;
}

.labfoption {
width:250px;
vertical-align:top;
padding:2px;
float:left;
}

.labfoption td {
vertical-align:top;
}

.labfoption:hover {
background:#F7F7F7;
}

.adlabfoption {
width:100%;
padding:0px;
border-bottom: 1px solid #F2F2F2;
}

.adlabfoption:hover {
background:#F7F7F7;
}

.no-close .ui-dialog-titlebar-close {
display:none;
}

#gi-ld {
position:absolute;
z-index:100000000000000000000;
width:100%;
height:100%;
top:0;
left:0;
right:0;
bottom:0;
background-color:#FFF;
background-image:url('../gif/loadingmiddle-2.gif');
background-repeat:no-repeat;
background-position:center center;
}

.calmenu:hover {
cursor:pointer;
}

.calmenu-option {
padding:8px 20px 8px 20px;
}

.calmenu-option:hover {
background-color:#F2F2F2;
cursor:pointer;
}

.dialog-popbut {
float:left;
background-color:#FFF;
width:37px;
height:22px;
line-height:21px;
border:1px solid #d9d9d9;
color:#999;
cursor:pointer;
padding:0 15px 0 26px;
background-image: url('../png/xsign-2.png');
background-repeat:no-repeat;
background-position:6px 3px;
margin-right:5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.dialog-popbut:hover {
background-color:#F2F2F2;
}

.dialog-popbut-selected {
background-color:#238ce4!important;
border:1px solid #238ce4;
color:#FFF;
background-image: url('../png/vsign-2.png');
background-repeat:no-repeat;
background-position:6px 3px;
}

.dialog-popbut-selected:hover {
background-color:#008ecc!important;
border:1px solid #008ecc!important;
}

.avatar {
background-color:#F2F2F2;
border:1px solid rgba(0, 0, 0, 0.25);
border-radius: 200px; 
-moz-border-radius: 200px; 
-webkit-border-radius: 200px; 
}

.noborder {
border:0px!important;
}

.gicon {
background:url('../png/gicons.png') no-repeat;
display:inline-block;
width:20px;
height:20px;
padding:0px;
margin-bottom:-5px;
margin-right:12px;
}

.gicon-core {
display:inline-block;
width:20px;
height:20px;
padding:0px;
margin-bottom:-5px;
margin-right:12px;
}

.admin-tab {
background-color:#1b1e24;
height:35px;
padding-bottom:1px;
padding-left:15px;
line-height:35px;
text-align:left;
font-size:14px;
font-weight:400;
color:#85878A;
text-decoration: none!important;
cursor:pointer;
}

.admin-tab:hover {
background:#13161c;
-webkit-transition: color .1s ease-in-out;
-moz-transition: color .1s ease-in-out;
-ms-transition: color .1s ease-in-out;
-o-transition: color .1s ease-in-out;
transition: color .1s ease-in-out;
color:#FFF;
}

.admin-tab:hover .gicon {
-webkit-transition: opacity .1s ease-in-out;
-moz-transition: opacity .1s ease-in-out;
-ms-transition: opacity .1s ease-in-out;
-o-transition: opacity .1s ease-in-out;
transition: opacity .1s ease-in-out;
opacity:0.95;
filter:alpha(opacity=95);
}

.admin-tab-selected {
color:#FFF;
background-color:#238ce4!important;
}

.controlpanel-mainmenu-shrink .admin-tab {
color: #FFF;
border-radius: 100px;
padding-left: 0;
text-align: center!important;
width: 36px;
margin-left: 7px;
}

.controlpanel-mainmenu-shrink .admin-tab-selected:hover {
box-shadow:inset 0 0 50px rgba(0,0,0,.1);
}

.controlpanel-mainmenu-shrink .gicon {
margin-right:0;
}

.controlpanel-mainmenu-shrink .admin-tab-selected-arrow {
background: #238ce4!important;
}


.admin-tab-selected-arrow {
background:#238ce4 url('../png/arrowwhiteright-2.png')!important;
background-repeat:no-repeat!important;
background-position:right center!important;
}

.admin-subtab {
padding:7px 0px 7px 47px;
background-color:#13161c;
border-bottom:1px solid #13161c;
font-weight:300;
color:#CCC;
}

.admin-subtab-orange {
width:183px;
padding:7px 0px 7px 47px;
background-color:#e53b2c;
color:#FFF;
}

.admin-subtab-orange:hover {
background-color:#e12919;
}

.admin-subtab:hover {
background-color:#0e1116;
color:#FFF;
}

.admin-subtab-selected {
background-color:#0e1116;
background-image: url('../png/arrowwhiteright-2.png');
background-repeat:no-repeat;
background-position:right center;
}

.mainmenu-submenus {
border-bottom:1px solid #2d313b;
text-align:left;
}

.mainmenu-arrow {
margin-top:8px;
margin-right:10px;
float:right;
}

.line-tab {
cursor:move;
}

.line-tab:hover {
background-color:#f9f9f9!important;
}

.header-tab-bg-gicon {
font-weight:bold;
height:42px;
line-height:42px;
padding:0px 5px 0px 5px;
color:#FFF!important;
text-align:center;
cursor:pointer;
}

.header-tab-bg {
display:inline-block;
font-weight:bold;
height:42px;
line-height:42px;
padding:0px 10px 0px 10px;
color:#FFF!important;
text-align:center;
cursor:pointer;
}

.header-tab-bg:hover > table > tbody > tr > td > .gicon {
-webkit-transition: opacity .1s ease-in-out;
-moz-transition: opacity .1s ease-in-out;
-ms-transition: opacity .1s ease-in-out;
-o-transition: opacity .1s ease-in-out;
transition: opacity .1s ease-in-out;
opacity:1;
filter:alpha(opacity=100);
}

.header-tab-bg:hover {
background-color:#13161c;
}

.header-tab-bg-selected {
background-color:#13161c;
}

.header-tab-bg:active {
background-color:rgba(0,0,0,0.25);
box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

.overshadow-effect {
box-shadow: 50px 2px 20px rgba(0, 0, 0, 0.25);
-moz-border-radius:100%;
border-radius:100%;
}

.overshadow {
background-color:#f9f9f9;
}

.mark_newitem {
background-color:#ffefc9;
}

.divtohr {
border-top:1px solid #F5F5F5;
height:0px;
width:100%;
margin:5px 0px 5px 0px;
}

.form-opti {
padding-top:4px;
vertical-align:top;
text-align:right;
padding-right:8px;
}

.form-opti-left-space {
padding-top:6px;
vertical-align:top;
padding-left:12px;
}

.text-bold {
font-weight:bold;
}

.permissions_box {
width:108px;
height:13px;
padding:3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.permissions_light {
width:12px;
height:12px;
margin-right:3px;
margin-left:3px;
background-color:#d4d4d4;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.permissions_light_on {
width:12px;
height:12px;
margin-right:3px;
margin-left:3px;
background-color:#67b700;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.dealerbox {
background-color:#666;
}

.dealerbox:hover {
background-color:#333;
}

.questooltip {
float:right;
margin-right:-20px;
padding:1px;
width:14px;
height:14px;
background-color:#C7C7C7;
text-align:center;
color:#FFF;
font-weight:bold;
cursor:default;
line-height:14px;
font-size:10pt;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
box-sizing: content-box;
}

.regularqtip .questooltip {
margin-right:5px!important;
}

.questooltip:hover {
background-color:#5F5F5F;
}

.gnewitemnotice {
opacity:1!important; filter:alpha(opacity=100)!important;
font-weight:400!important;
display:inline-block;
float:right;
text-align:right;
height:19px;
text-align:center!important;
line-height:19px;
margin-top:8px;
margin-right:15px;
padding:0px 6px 0px 6px;
margin-left:15px;
background: #ff3b30;
border:1px solid #ff3b30;
font-size:12px;
color:#FFF;
-moz-border-radius: 13px;
-webkit-border-radius: 13px;
border-radius: 13px;
}


.mess_bullet {
margin:-4px;
cursor:default;
font-weight:400!important;
display:inline-block;
width:23px;
height:23px;
line-height:23px;
text-align:center!important;
font-size:12px;
color:#FFF;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
}

.mess_bullet_1 {
background: #999;
}

.mess_bullet_2 {
background: #238ce4;
}

.crm_bullet {
font-weight:400!important;
display:inline-block;
width:19px;
height:19px;
text-align:center!important;
line-height:19px;
font-size:12px;
color:#FFF;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 14px;
}

.crm_bullet_1 { background: #de6767!important; }
.crm_bullet_2 { background: #eb915b!important; }
.crm_bullet_3 { background: #e5bf4a!important; }
.crm_bullet_4 { background: #64c1a0!important; }
.crm_bullet_5 { background: #d16f99!important; }
.crm_bullet_6 { background: #c8c841!important; }
.crm_bullet_7 { background: #62a0c5!important; }
.crm_bullet_8 { background: #4db1f7!important; }
.crm_bullet_9 { background: #4d71f7!important; }

.crm_bullet_bg_1 { background: #fae8e8!important; }
.crm_bullet_bg_2 { background: #fcefe7!important; }
.crm_bullet_bg_3 { background: #fbf5e4!important; }
.crm_bullet_bg_4 { background: #e8f6f1!important; }
.crm_bullet_bg_5 { background: #f8eaf0!important; }
.crm_bullet_bg_6 { background: #f7f7e3!important; }
.crm_bullet_bg_7 { background: #e8f1f6!important; }
.crm_bullet_bg_8 { background: #e4f3fe!important; }
.crm_bullet_bg_9 { background: #e4f3fe!important; }

.newitems_box {
cursor:pointer;
position:absolute;
display:inline-block;
height:14px;
line-height:13px;
margin-top:8px;
margin-left:11px;
padding:0px 4px;
font-weight:bold;
text-align:center!important;
background: #ff3b30;
border:1px solid #ff3b30;
font-size:11px;
color:#FFF;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
}


.newitems_box_yellow_inbut {
background: #feb149!important;
}

.newitems_box_yellow_inbut:hover {
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.03), 0 2px 3px -2px #999!important;
-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.03), 0 2px 3px -2px #999!important;
box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.03), 0 2px 3px -2px #999!important;
}

.newitems_box_yellow_inbut:active {
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.075), 0 2px 3px -2px #999!important;
-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.075), 0 2px 3px -2px #999!important;
box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.075), 0 2px 3px -2px #999!important;
}

.newitems_box_yellow_inbut .clqueuecounter {
cursor: pointer;
display: inline-block;
vertical-align: top;
height: 20px;
line-height: 19px;
min-width: 7px;
margin-left: 8px;
margin-top: 3px;
padding: 0px 8px 0 7px;
box-shadow: inset 0 0 0 2px #fff;
font-size: 14px;
letter-spacing: -1px;
color: #FFF;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}

.clqueuecounter:empty {
display:none;
}

.newitem_box_border {
box-shadow: 0px 0px 0px 1pt #1b1e24!important;
}

.newitems_box_header {
cursor:pointer;
position:absolute;
display:inline-block;
min-width:6px;
height:14px;
line-height:13px;
margin-left:16px;
padding:0px 4px;
font-weight:bold;
text-align:center!important;
background: #ff3b30;
border:1px solid #ff3b30;
font-size:11px;
color:#FFF;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
}


.header-tab-bg-gicon:hover > .gicon {
-webkit-transition: opacity .1s ease-in-out;
-moz-transition: opacity .1s ease-in-out;
-ms-transition: opacity .1s ease-in-out;
-o-transition: opacity .1s ease-in-out;
transition: opacity .1s ease-in-out;
opacity:100;
}

.toolbar-baloon, .toolbar-baloon-tooltip {
background-color:#FFF;
border:1px solid #b6b6b6;
box-shadow:0px 2px 6px rgba(0, 0, 0, 0.25);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.slider-background {
padding:6px 8px 6px 4px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
margin:0px 2px 0px 2px;
}

#searchbar {
width:100%;
margin-bottom:2px;
border:1px solid #76787b;
background-color:#76787b;
padding:0px 10px 0px 12px;
height:24px;
line-height:15px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
-webkit-transition: background .1s ease-in-out, border .1s ease-in-out;
-moz-transition: background .1s ease-in-out, border .1s ease-in-out;
-ms-transition: background .1s ease-in-out, border .1s ease-in-out;
-o-transition: background .1s ease-in-out, border .1s ease-in-out;
transition: background .1s ease-in-out, border .1s ease-in-out;
-webkit-box-shadow: none!important; /* Safari before v5 and Google Chrome */
-moz-box-shadow: none!important; /* Firefox */
-o-box-shadow: none!important; /* Opera */
box-shadow: none!important; /* CSS3 browsers */
}

#searchbar {
cursor:pointer;
}

#searchbar:focus {
cursor:text;
}

#searchbar:focus, #searchbar:hover {
-webkit-box-shadow: none!important; /* Safari before v5 and Google Chrome */
-moz-box-shadow: none!important; /* Firefox */
-o-box-shadow: none!important; /* Opera */
box-shadow: none!important; /* CSS3 browsers */
border:1px solid #FFF;
background:#FFF;
-webkit-transition: background .1s ease-in-out, border .1s ease-in-out;
-moz-transition: background .1s ease-in-out, border .1s ease-in-out;
-ms-transition: background .1s ease-in-out, border .1s ease-in-out;
-o-transition: background .1s ease-in-out, border .1s ease-in-out;
transition: background .1s ease-in-out, border .1s ease-in-out;
}

#searchbar::-webkit-input-placeholder { color:#C5C5C5!important; text-shadow: none!important; font-style:italic; }
#searchbar::-moz-placeholder { color:#C5C5C5!important; text-shadow: none!important; font-style:italic; }
#searchbar:-ms-input-placeholder { color:#C5C5C5!important; text-shadow: none!important; font-style:italic; }
#searchbar:-moz-placeholder { color:#C5C5C5!important; text-shadow: none!important; font-style:italic; }

.toolbar-baloon-sb {
background-color:#FFF;
border:1px solid #b6b6b6;
box-shadow:0px 2px 6px rgba(0, 0, 0, 0.25);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.controlpanel-icon {
width:71px;
height:71px;
margin-bottom:-3px;
}

.controlpanel-shrink-screen {
background-color:#f5f5f5;
width:5px;
border-right:1px solid #dddddd;
height:100%!important;
}

.controlpanel-shrink-screen:hover {
background-color:#999;
cursor:e-resize;
}

.controlpanel-shrink-screen-wide {
width:10px!important;
}

.controlpanel-header {
font-size:17px;
font-weight:bold;
color:#999;
padding:2px 8px 8px 8px;
}


.controlpanel-overview-arrowup {
color:#81b400;
}

.controlpanel-overview-arrowdown {
color:#ff6448;
}

.controlpanel-overview-title {
padding:7px 8px 2px 10px;
height:43px;
font-size:11px;
border-bottom:1px solid #EAEAEA;
}

.controlpanel-overview-num {
font-size:17px;
font-weight:bold;
}

.controlpanel-overview-num2 {
font-size:14px;
font-weight:bold;
height:20px;
width:60px;
}

.controlpanel-overview-value {
text-align:center;
background-color:#f5fbff;
padding:8px 13px 3px 15px;
height:41px;
border-bottom:1px solid #E1E1E1;
}

.controlpanel-posting-box {
text-align:center;
width:100%;
height:150px;
background-color:#EAEAEA;
}

.chartbox {
background-color:#FFF;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border:1px solid #E1E1E1;
margin-bottom:12px;
padding:8px;
}

.chartbox-title {
color:#666666;
border-bottom:2px solid #dbdbdb;
height:20px;
padding:0px 0px 6px 2px;
}


.vhsmeter-main {
background:#dddddd;
width:100%;
height:8px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

.vhsmeter-in {
height:8px;
border-radius: 8px 0px 0px 8px;
-moz-border-radius: 8px 0px 0px 8px;
-webkit-border-radius: 8px 0px 0px 8px;
}

.vhsmeter-in-100 {
height:8px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

.vhsmeter-lrg-main {
background:#d3d3d3;
width:100%;
height:10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.vhsmeter-lrg-in {
height:10px;
border-radius: 10px 0px 0px 10px;
-moz-border-radius: 10px 0px 0px 10px;
-webkit-border-radius: 10px 0px 0px 10px;
}

.vhsmeter-col1 {
background:#abd038;
}

.vhsmeter-col2 {
background:#feb149;
}

.vhsmeter-col3 {
background:#ff6448;
}

.vhsmeter-desc {
margin-top:2px;
margin-left:10px;
}

.circliful {
position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
color: #FFF;
width: 100%;
position: absolute;
text-align: center;
display: inline-block;
}

.circle-info, .circle-info-half {
color: #FFF;
font-weight:300;
}

.circliful .fa {
margin: -10px 3px 0 3px;
position: relative;
bottom: 4px;
}

#formbuttons {
position:fixed;
z-index:1000;
left:220px;
bottom:0px;
right:0px;
width:auto;
height:50px;
background-color:#FFF;
border-top:1px solid #E1E1E1;
}

.headerbg {
background-color:#0295e4;
}

.headerbg-admin {
background-color:#1b1e24;
}

.admintab {
background-color:#f9f9f9;
padding:12px 12px 12px 18px;
text-align:left;
border-bottom:1px solid #CCC;
font-size:14px;
color:#666;
}

.admintab:hover {
background-color:#efefef;
}

.admintab-selected {
padding-left:12px;
border-left:6px solid #639ecb;
background-color:#efefef;
}

p {
margin:0px;
padding:0px;
}

#loaddata {
width:1px;
height:1px;
}

.heading-1 {
background-color:#eeeeee;
padding:0px 0px 0px 12px;
height:34px;
line-height:34px;
font-size:15px;
color:#666666;
vertical-align:top;
}

.heading-1-cp {
padding:4px 0px 6px 6px;
font-size:20px;
color:#808080;
vertical-align:top;
font-weight:300!important;
}

.heading-2 {
background-color:#F5F5F5;
border-bottom:1px solid #EAEAEA;
padding:7px 0px 0px 12px;
height:22px;
font-size:8pt;
color:#999;
vertical-align:top;
}

.colormixer {
box-shadow: inset 0px 0px 1px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px 0.5px 1px rgba(0,0,0,0.4);
width:100%;
height:20px;
margin-bottom:5px;
}

.colormixer-roundleft {
-moz-border-radius: 10px 0px 0px 10px;
-webkit-border-radius: 10px 0px 0px 10px;
border-radius: 10px 0px 0px 10px;
}

.colormixer-roundright {
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
border-radius: 0px 10px 10px 0px;
}

.colorlink {
color:#4ebee8!important;
}

.ui-autocomplete {
padding:1px!important;
border:0px!important;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}

.ui-autocomplete a {
padding:0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}

.ui-autocomplete a:hover {
cursor:pointer;
}

.ui-autocomplete .ui-state-focus {
background-image: none!important;
background-color:#F2F2F2!important;
border:1px solid #F2F2F2!important;
}


select {
padding:0px 0px 0px 4px;
height:24px;
background:url('../png/arrowdownlightgray.png');
background-position:right;
background-repeat:no-repeat;
background-color:#FFF;
border:1px solid #d3d3d3;
border-top:1px solid #d3d3d3;
font-size:12px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-appearance: none;
-webkit-padding-end: 20px;
cursor:pointer;
-moz-appearance: none;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

select::-ms-expand {
display: none;
}

option {
color:#333;
}

input[type=text],input[type=password] {
padding:0px 4px;
height:24px;
background-color:#FFF;
color:#333;
font-size:12px;
border:1px solid #d3d3d3;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.input-warning {
border:1px solid #df4b39!important;
}

.input-warning:focus {
box-shadow: 0px 0px 0px 1pt #df4b39!important;
}

.input-warning-green {
border:1px solid #81b400!important;
}

.input-warning-green:focus {
box-shadow: 0px 0px 0px 1pt #81b400!important;
}

.input-warning-orange {
border:1px solid #f0a118!important;
}

.input-warning-orange:focus {
box-shadow: 0px 0px 0px 1pt #f0a118!important;
}

.gheadertitle {
background: rgb(226,226,226); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(245,245,245,1) 9%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(9%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(245,245,245,1) 9%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(245,245,245,1) 9%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(245,245,245,1) 9%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(245,245,245,1) 9%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
}

textarea {
margin:0px;
background-color:#FFF;
color:#333;
font-family:Arial;
font-size:12px;
border:1px solid #d3d3d3;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-appearance: none;
-webkit-padding-end: 20px;
-webkit-padding-start: 5px;
padding:4px;
resize: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.mce-tinymce {
border:1px solid #d3d3d3!important;
}

.mce-edit-area {
-webkit-user-select: auto!important;
-moz-user-select: auto!important;
-ms-user-select: auto!important;
user-select: auto!important;
}


textarea:hover {
border:1px solid #b9b9b9;
border-top:1px solid #a0a0a0;
}

textarea:focus {
background-position:0px 0px;
background-color:#FFF;
border:1px solid #00b2ed;
outline: none;
}

input[type=text]:hover,input[type=password]:hover {
border-top:1px solid #a0a0a0;
border:1px solid #b9b9b9;
}

select:hover {
border:1px solid #b9b9b9;
border-top:1px solid #a0a0a0;
}

select:focus {
border:1px solid #00b2ed;
box-shadow: 0px 0px 0px 1pt #00b2ed;
transition: box-shadow .35s, border .35s;
-ms-transition: box-shadow .35s, border .35s;
-moz-transition: box-shadow .35s, border .35s;
-webkit-transition: box-shadow .35s, border .35s;
-o-transition: box-shadow .35s, border .35s;
outline: none;
}

input[type=text]:focus,input[type=password]:focus {
border:1px solid #00b2ed;
box-shadow: 0px 0px 0px 1pt #00b2ed;
transition: box-shadow .35s, border .35s;
-ms-transition: box-shadow .35s, border .35s;
-moz-transition: box-shadow .35s, border .35s;
-webkit-transition: box-shadow .35s, border .35s;
-o-transition: box-shadow .35s, border .35s;
outline: none;
}

input[type=submit],input[type=reset],button {
-webkit-appearance: none;
margin:0px;
outline: none;
}

input[type=checkbox],input[type=radio] {
border:none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 10px;
-webkit-padding-start: 2px;
margin:1px;
padding:0px;
cursor:pointer;
}

input[type="text"]:disabled {
color:#999!important;
}

.roundleft {
-moz-border-radius: 3px 0px 0px 3px;
-webkit-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}

.avatar-icon-option {
float:left;
width:64px;
height:64px;
vertical-align:top;
margin-right:6px;
margin-bottom:6px;
}

.toolsiconmenu-option {
float:left;
width:71px;
height:90px;
vertical-align:top;
text-align:center;
padding:6px 6px 12px 6px;
font-size:8pt;
}

.toolstextmenu-option {
width:190px;
height:22px;
vertical-align:top;
padding:7px 0px 0px 12px;
background-color:#E7E7E7;
border-bottom:1px solid #FFF;
}

.toolstextmenu-option:hover {
background-color:#E1E1E1;
}

.toolstextmenu-option-selected {
width:190px;
height:22px;
vertical-align:top;
padding:7px 0px 0px 12px;
color:#FFF;
background-color:#639ECB;
border-bottom:1px solid #FFF;
}

.gasmileage_bg {
width:222px;
height:51px;
margin-top:7px;
border:1px solid rgba(0,0,0,0.15);
position:absolute;
-moz-border-radius: 26px;
-webkit-border-radius: 26px;
border-radius: 26px;
}

.roundright {
-moz-border-radius: 0px 3px 3px 0px;
-webkit-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px;
}

label {
cursor:pointer;
}

.label_inventory {
width:100%;
height:23px;
padding-top:8px;
text-align:center;
}

.label_trans {
opacity:0.25; filter:alpha(opacity=25);
cursor:pointer;
text-align:center;
color:#666;
}

.label_img_trans {
display:inline-block;
vertical-align:top;
opacity:0.35; filter:alpha(opacity=35);
cursor:pointer;
text-align:center;
}

.label_img_op {
width:192px;
height:185px;
padding-right:20px;
}

.label_trans_nameplace {
margin-top:6px;
}

.label_img_trans:hover img {
box-shadow:0px 2px 7px rgba(0, 0, 0, 0.3);
} 


.label_img_trans_markvend {
cursor:pointer;
display:inline-block;
color:#999;
text-align:center;
padding-bottom:5px;
}

.label_trans_markvend {
/*opacity:0.25; filter:alpha(opacity=25);*/
cursor:pointer;
text-align:center;
color:#666;
}


.op-submenu {
display:block;
cursor:pointer;
text-align:center;
color:#FFF;
height:25px;
line-height:24px;
background:#bcbcbc;
}

.op-submenu-left {
-moz-border-radius: 3px 0px 0px 3px;
-webkit-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}

.op-submenu-right {
-moz-border-radius: 0px 3px 3px 0px;
-webkit-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px;
}

.op-submenu-selected {
color:#FFF;
background:#238ce4;
}

.op-submenu:hover {
box-shadow:inset 0 0 0 100px rgba(0,0,0,.15);
}

.op-submenu-radio {
display:none;
}

.markvenddiv {
background:url('../png/markvendlogos-2.png');
background-color:#bcbcbc;
width:145px;
height:48px;
margin-bottom:5px;
margin-right:1px;
}

.markvenddivdis {
background:url('../png/markvendlogos-2.png'), url('../png/tpinactivebg-2.png');
width:145px;
height:48px;
margin-bottom:5px;
margin-right:1px;
box-shadow:inset 0 0 200px rgba(0,0,0,0.4);
}

.label_img_trans_markvend:hover .markvenddiv {
background-color:#a1a1a1!important;
}

.markvenddiv_selected {
background-color:#238ce4!important;
}

.label_img_trans_markvend:hover .markvenddiv_selected {
background-color:#207dca!important;
}

.label_trans:hover,.label_img_trans:hover {
opacity:1; filter:alpha(opacity=100);
font-size:14px;
}

.label_trans_hover {
opacity:1; filter:alpha(opacity=100);
font-size:14px;
}


.label_trans_markvend_hover {
color:#000;
}

.formdesc {
padding-top:6px;
vertical-align:top;
}

.bodystyletip {
float:left;
margin-top:9px;
background-color:#999;
padding:3px 6px 3px 6px;
color:#FFF;
text-align:center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.warningbg {
margin:10px;
padding:20px;
border:2px solid #d27171;
background-color:#FFEAE8;
font-size:15px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.graylink {
color:#666!important;
opacity:0.75; filter:alpha(opacity=75);
}

.graylink:hover {
opacity:1; filter:alpha(opacity=100);
}

.linktrans-black {
background-color:rgba(0,0,0,0.45);
padding:3px 5px 3px 5px;
margin-top:4px;
color:#E1E1E1;
font-size:13px;
width:115px;
text-align:center;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.linktrans-black:hover {
background-color:rgba(0,0,0,0.6);
color:#FFF;
}

.opacity10 {
opacity:0.1; filter:alpha(opacity=10);
}

.opacity10per {
opacity:0.1; filter:alpha(opacity=10);
}

.opacity20 {
opacity:0.2; filter:alpha(opacity=20);
}

.opacity20:hover {
opacity:1; filter:alpha(opacity=100);
}

.opacity20per {
opacity:0.2; filter:alpha(opacity=20);
}

.opacity30 {
opacity:0.3; filter:alpha(opacity=30);
}


.opacity30trans70 {
opacity:0.3; filter:alpha(opacity=30);
transition: opacity .25s;
-ms-transition: opacity .25s;
-moz-transition: opacity .25s;
-webkit-transition: opacity .25s;
-o-transition: opacity .25s;
}

.opacity30trans70:hover {
opacity:0.7; filter:alpha(opacity=70);
}

.opacity60trans100 {
opacity:0.6; filter:alpha(opacity=60);
transition: opacity .25s;
-ms-transition: opacity .25s;
-moz-transition: opacity .25s;
-webkit-transition: opacity .25s;
-o-transition: opacity .25s;
}

.opacity60trans100:hover {
opacity:1; filter:alpha(opacity=100);
}

.opacity30per {
opacity:0.3; filter:alpha(opacity=30);
}

.opacity40 {
opacity:0.4; filter:alpha(opacity=40);
}

.opacity40per {
opacity:0.4; filter:alpha(opacity=40);
}

.opacity50 {
opacity:0.5; filter:alpha(opacity=50);
}

.opacity50per {
opacity:0.5; filter:alpha(opacity=50);
}

.opacity60 {
opacity:0.6; filter:alpha(opacity=60);
}

.opacity60per {
opacity:0.6!important; filter:alpha(opacity=60)!important;
}

.opacity70 {
opacity:0.7; filter:alpha(opacity=70);
}


.opacity70per {
opacity:0.7!important; filter:alpha(opacity=70)!important;
}

.opacity80 {
opacity:0.8; filter:alpha(opacity=80);
}


.opacity80per {
opacity:0.8!important; filter:alpha(opacity=80)!important;
}

.opacity100 {
opacity:1!important; filter:alpha(opacity=100)!important;
}

.opacity100per {
opacity:1!important; filter:alpha(opacity=100)!important;
}

.cartypehover > img {
opacity:0.75; filter:alpha(opacity=75);
width:76px;
height:31px;
}

.cartypehover:hover > img {
opacity:1!important; filter:alpha(opacity=100)!important;
}

.cartypelrghover {
margin:0px 4px 14px 5px;
}

.cartypelrghover > img {
opacity:0.75; filter:alpha(opacity=75);
width:142px;
height:66px;
}

.cartypelrghover:hover > img {
opacity:1!important; filter:alpha(opacity=100)!important;
}

.ad-selected-option {
background-color:#999;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color:#FFF!important;
}

.ad-selected-option:hover {
background-color:#666;
}

.ad-option {
padding:0px 2px 0px 2px;
}

.arrowdown {
padding-left:2px;
margin-bottom:1px;
}

.arrowup {
padding-left:2px;
margin-bottom:1px;
}

.agecol {
text-align:center;
width:32px;
height:23px;
line-height:23px;
padding:0px 3px 0px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor:default;
}

.agecllp {
text-align:center;
width:28px;
height:19px;
line-height:19px;
font-weight:bold;
background:#FFF;
padding:0px 3px 0px 3px;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
border-radius: 22px;
cursor:default;
}

.agecol-health {
text-align:center;
width:30px;
height:21px;
line-height:21px;
padding:0px 3px 0px 3px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
cursor:default;
}

.subbut-black {
border:0px;
padding:7px 10px 7px 10px;
color:#FFF!important;
background-color:#333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor:pointer;
}

.subbut-gra-blue22 {
border:1px solid rgba(0, 0, 0, 0.15);
padding:7px 12px 7px 12px;
color:#FFF!important;
font-size:14px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
cursor:pointer;
background: rgb(35,140,228);
background: -moz-linear-gradient(top,  rgba(53,167,233,1) 11%, rgba(10,129,209,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,rgba(53,167,233,1)), color-stop(90%,rgba(10,129,209,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(53,167,233,1) 11%,rgba(10,129,209,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(53,167,233,1) 11%,rgba(10,129,209,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(53,167,233,1) 11%,rgba(10,129,209,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(53,167,233,1) 11%,rgba(10,129,209,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a7e9', endColorstr='#0a81d1',GradientType=0 ); /* IE6-9 */
text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0px rgba(255, 255, 255, 0.7);
}

.subbut-butoption {
display:inline-block;
}

.subbut-butoption-main {
display:none;
position:absolute;
z-index:400;
margin-top:27px;
padding:5px 0;
background-color:#FFF;
border:1px solid #b4b4b4;
box-shadow:0px 3px 6px rgba(0, 0, 0, 0.20);
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px;
}

.subbut-butoption-option {
color:#999;
padding:6px 12px 7px 12px;
}

.subbut-butoption-main span:not(:first-child) .subbut-butoption-option {
border-top:1px solid #F2F2F2;
}

.subbut-butoption-option:hover {
background:#F2F2F2;
color:#838383;
cursor:pointer;
}

.uploadifive-button, .subbut-gra-blue, .subbut-gra-green, .subbut-gra-orange, .subbut-gra-lightgray, .g-button-blue, .g-button-lightgray, .submitbut-reload {
-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
outline: none;
}


.uploadifive-button:hover, .subbut-gra-blue:hover, .subbut-gra-green:hover, .subbut-gra-orange:hover, .subbut-gra-lightgray:hover, .g-button-blue:hover, .g-button-lightgray:hover .submitbut-reload:hover {
-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 1);
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 1);
box-shadow: inset 0 0 1px rgba(0, 0, 0, 1);
}

.subbut-gra-blue {
display:inline-block;
letter-spacing:0px!important;
cursor:pointer!important;
border:0px!important;
height:31px;
line-height:31px;
padding:0px 12px 0px 12px;
color:#FFF!important;
-moz-border-radius: 3px!important;
-webkit-border-radius: 3px!important;
border-radius: 3px!important;
background: #238ce4!important;
}

.subbut-gra-blue:hover {
-webkit-box-shadow: 0 2px 3px -2px #999, inset 0 0 0 100px rgba(0,0,0,.075)!important;
-moz-box-shadow: 0 2px 3px -2px #999, inset 0 0 0 100px rgba(0,0,0,.075)!important;
box-shadow: 0 2px 3px -2px #999, inset 0 0 0 100px rgba(0,0,0,.075)!important;
}

.subbut-gra-blue:active {
-webkit-box-shadow: 0 2px 3px -2px #999, inset 0 0 0 100px rgba(0,0,0,.1)!important;
-moz-box-shadow: 0 2px 3px -2px #999, inset 0 0 0 100px rgba(0,0,0,.1)!important;
box-shadow: 0 2px 3px -2px #999, inset 0 0 0 100px rgba(0,0,0,.1)!important;
}

.subbut-gra-green {
cursor:pointer;
border:0px;
padding:7px 12px 7px 12px;
color:#FFF!important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #fb9f00;
}

.subbut-gra-green:hover {
background: #52b73b;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.subbut-gra-green:active {
background: #4aac33;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}


.subbut-gra-orange {
display:inline-block;
letter-spacing:0px!important;
cursor:pointer!important;
border:0px!important;
height:31px;
line-height:31px;
padding:0px 12px 0px 12px;
color:#FFF!important;
-moz-border-radius: 3px!important;
-webkit-border-radius: 3px!important;
border-radius: 3px!important;
background: #ff3b30!important;
}

.subbut-gra-orange:hover {
background: #f32c21!important;
-webkit-box-shadow: 0 2px 3px -2px #999!important;
-moz-box-shadow: 0 2px 3px -2px #999!important;
box-shadow: 0 2px 3px -2px #999!important;
}

.subbut-gra-orange:active {
background: #e82a1f!important;
-webkit-box-shadow: 0 2px 3px -2px #999!important;
-moz-box-shadow: 0 2px 3px -2px #999!important;
box-shadow: 0 2px 3px -2px #999!important;
}

.subbut-gra-lightgray-outlined {
display: inline-block;
letter-spacing: 0px!important;
cursor: pointer!important;
border: 0px!important;
height: 31px;
line-height: 31px;
padding: 0px 12px 0px 12px;
color: #999!important;
-moz-border-radius: 3px!important;
-webkit-border-radius: 3px!important;
border-radius: 3px!important;
background: #FFF!important;
box-shadow: inset 0 0 0 1px rgb(154, 159, 174);
}

.subbut-gra-lightgray-outlined:hover {
-webkit-box-shadow: inset 0 0 0 1px rgb(154, 159, 174), inset 0 0 0 100px rgba(0,0,0,.01), 0 2px 3px -2px #999!important;
-moz-box-shadow: inset 0 0 0 1px rgb(154, 159, 174), inset 0 0 0 100px rgba(0,0,0,.01), 0 2px 3px -2px #999!important;
box-shadow: inset 0 0 0 1px rgb(154, 159, 174), inset 0 0 0 100px rgba(0,0,0,.01), 0 2px 3px -2px #999!important;
}

.subbut-gra-lightgray-outlined:active {
-webkit-box-shadow: inset 0 0 0 1px rgb(154, 159, 174), inset 0 0 0 100px rgba(0,0,0,.02), 0 2px 3px -2px #999!important;
-moz-box-shadow: inset 0 0 0 1px rgb(154, 159, 174), inset 0 0 0 100px rgba(0,0,0,.02), 0 2px 3px -2px #999!important;
box-shadow: inset 0 0 0 1px rgb(154, 159, 174), inset 0 0 0 100px rgba(0,0,0,.02), 0 2px 3px -2px #999!important;
}


.subbut-gra-lightgray {
display:inline-block;
letter-spacing:0px!important;
cursor:pointer!important;
border:0px!important;
padding:0px 12px 0px 12px;
height:31px;
line-height:31px;
color:#FFF!important;
-moz-border-radius: 3px!important;
-webkit-border-radius: 3px!important;
border-radius: 3px!important;
background: #9aa0ae!important;
}

.subbut-gra-lightgray:hover {
background: #888f9c!important;
-webkit-box-shadow: 0 2px 3px -2px #999!important;
-moz-box-shadow: 0 2px 3px -2px #999!important;
box-shadow: 0 2px 3px -2px #999!important;
}

.subbut-gra-lightgray:active {
background: #79808c!important;
-webkit-box-shadow: 0 2px 3px -2px #999!important;
-moz-box-shadow: 0 2px 3px -2px #999!important;
box-shadow: 0 2px 3px -2px #999!important;
}

.topmbut-button {
border:0;
padding:1px;
color:#FFF!important;
letter-spacing:0.2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor:pointer;
background: #9aa0ae;
}

.topmbut-button:hover {
background: #888f9c;
}

.topmbut-button:active {
background: #909090;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.topmbut-button-orange {
border:0;
padding:1px;
color:#FFF!important;
letter-spacing:0.2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor:pointer;
background: #ff3b30;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.5);
}

.topmbut-button-orange:hover {
background: #f32c21;
}

.topmbut-button-orange:active {
background: #e82a1f;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.topmbut-button-disabled {
border:0px;
padding:1px;
color:#6c6c6c!important;
cursor:default!important;
background: #e1e1e1!important;
}

.topmbut-button-leftarrow {
background:url('../svg/chevron-left.svg');
display:inline-block;
width:20px;
height:20px;
padding:0px;
margin-bottom:-5px;
line-height:20px;
}

.topmbut-button-rightarrow {
background:url('../svg/chevron-right.svg');
display:inline-block;
width:20px;
height:20px;
padding:0px;
margin-bottom:-5px;
line-height:20px;
}

.topmbut-button-tdots {
background:url('../png/gicons.png') no-repeat;
background-position: -618px -938px;
display:inline-block;
width:20px;
height:20px;
padding:0px;
margin-bottom:-5px;
line-height:20px;
}

.topmbut-button-leftendarrow {
background:url('../svg/controller-jump-to-start.svg');
display:inline-block;
width:20px;
height:20px;
padding:0px;
margin-bottom:-5px;
line-height:20px;
}

.topmbut-button-rightendarrow {
background:url('../svg/controller-next.svg');
display:inline-block;
width:20px;
height:20px;
padding:0px;
margin-bottom:-5px;
line-height:20px;
opacity:1;
}

.topmbut-paging-selected,.topmbut-paging-selected:hover,.topmbut-paging-selected:active {
color:#FFF!important;
cursor:default!important;
background: rgb(35,140,228);
}


.topmbut-paging {
padding:3px 5px 4px 5px;
height:23px;
line-height:22px;
}



.g-button-blue {
font-size:11px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor:pointer;
border:0px;
padding:6px 12px 6px 12px;
color:#FFF!important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #238ce4;
}

.g-button-blue:hover {
background: #0093d3;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.g-button-blue:active {
background: #008ac6;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.g-button-lightgray {
font-size:11px;
cursor:pointer;
border:0px;
padding:6px 12px 6px 12px;
color:#FFF!important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #9aa0ae;
}

.g-button-lightgray:hover {
background: #888f9c;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.g-button-lightgray:active {
background: #79808c;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.g-userbarmenu-slide-list-option {
background-color:#13161c;
width:140px;
text-align:left;
padding:0px 10px 0px 10px;
height:33px;
line-height:33px;
color:#85878A;
cursor:pointer;
}

.g-userbarmenu-slide-list-option:hover {
background-color:#0e1116;
color:#FFF;
}

.g-userbarmenu-slide-sublist {
margin-left:160px;
margin-top:-33px;
}

.g-userbarmenu-link {
color:#2780c5!important;      
text-decoration: none!important;  
}

.g-userbarmenu-link:hover {
color:#1e75b8!important;
}

.g-userbarmenu-slide-button-master:hover {
background-color:#13161c;
}

.g-userbarmenu-text {
font-weight:bold;
height:42px;
line-height:42px;
padding:0px 6px 0px 6px;
color:#FFF!important;
text-align:center;
cursor:pointer;
}


input::-webkit-input-placeholder {
color:#a1a1a1!important;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 1);
}

input:-moz-placeholder {
color:#a1a1a1!important;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 1);
}

input::-moz-placeholder {
color:#a1a1a1!important;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 1);
}

input:-ms-input-placeholder {
color:#a1a1a1!important;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 1);
}

.subbut-black-sm {
border:0px;
padding:4px 6px 4px 6px;
font-size:8pt;
color:#FFF!important;
background-color:#333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor:pointer;
}

.subbut-black:hover,.subbut-black-sm:hover {
background-color:#000;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.hovermake {
background-color:#333;
}

.hovermake:hover {
background-color:#000;
}

.hovermake_bw {
background-color:#999;
}

.hovermake_bw:hover {
background-color:#666;
}


body, div, td, th, span, a, h1, h2, h3, h4 {
font-family: 'Roboto', sans-serif;
}

table, img {
border:none;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li { margin: 0 8px 0 8px; float: left; width: 160px; height: 135px; padding:0px!important; margin-bottom:30px; background-color:#FFF; border:none; text-align: center; }

#sortablevideos { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortablevideos li { margin: 0 8px 0 8px; float: left; width: 160px; height: 135px; padding:0px!important; margin-bottom:30px; background-color:#FFF; border:none; text-align: center; }

.menulink {
padding:5px 0px 0px 0px;
height:24px;
font-size:13px;
color:#FFF;
float:left;
}

.menulink:hover {
color:#FFF;
}

.menulinkleft {

}

.referbut {
background-color:#333;
width:100%;
font-size:12px;
border-bottom:1px solid #E1E1E1;
color:#FFF;
text-align:left;
}

.referbut:hover {
background-color:#000;
}

.referbutbig {
background-color:#666;
width:100%;
font-size:15px;
border-bottom:1px solid #E1E1E1;
color:#FFF;
text-align:left;
}

.referbutbig:hover {
background-color:#000;
}

.submitbut {
display:inline-block;
height:24px;
line-height:24px;
border:0px;
padding:0px 10px 0px 10px;
background: #ff3b30;
font-size:12px;
color:#FFF;
cursor:pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.submitbut:hover {
background: #f32c21;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.submitbut:active {
background: #e82a1f;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}




.submitbut-orange {
border:1px solid #e53b2c;
padding:4px;
background-color:#e53b2c;
font-size:12px;
color:#FFF;
cursor:pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.submitbut-orange:hover {
background-color:#d63527;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}


.submitbut-green-sm {
border:1px solid #5fca00;
padding:0 7px;
background-color:#5fca00;
font-size:12px;
color:#FFF;
cursor:pointer;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.submitbut-green-sm:hover {
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.submitbut-green-sm-outline {
border:1px solid transparent;
padding:0 7px;
background-color:transparent;
font-size:12px;
color:#333;
cursor:pointer;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.submitbut-green-sm-outline:hover {
background-color:transparent;
}



.submitbut-blank {
border:1px solid #dddddd;
padding:4px;
background-color:#f5f5f5;
font-size:12px;
color:#666;
cursor:pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.submitbut-blank:hover {
background-color:#f8f8f8;
border:1px solid #c6c6c6;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.submitbut-reload {
margin-left:3px;
background: url('../svg/cw-2.svg'), #9aa0ae;
background-position:center center;
background-size:17px 17px;
background-repeat:no-repeat;
width:25px;
text-align:center;
height:17px;
padding:3px;
color:#FFF;
cursor:pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.submitbut-reload:hover {
background: url('../svg/cw-2.svg'), #888f9c;
background-position:center center;
background-size:17px 17px;
background-repeat:no-repeat;
}

.submitbut-reload:active {
background: url('../svg/cw-2.svg'), #79808c;
background-position:center center;
background-size:17px 17px;
background-repeat:no-repeat;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}


.propcart {
border-bottom:1px solid #EAEAEA;
width:120px;
font-weight:bold;
color:#999;
padding-left:15px;
vertical-align:top;
padding-top:8px;
}

.propcarv {
border-bottom:1px solid #EAEAEA;
}

.photolist {
background:#FFF;
border:1px solid #EAEAEA;
box-shadow:0px 2px 5px rgba(0, 0, 0, 0.1);
transition: box-shadow .35s;
-ms-transition: box-shadow .35s;
-moz-transition: box-shadow .35s;
-webkit-transition: box-shadow .35s;
-o-transition: box-shadow .35s;
padding:3px;
width:160px;
height:120px;
}

.photolist:hover {
border:1px solid #E1E1E1;
box-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
}

.photolist:active {
border:1px solid #97cde5;
box-shadow:0px 2px 10px rgba(0, 155, 222, 0.75);
}

.photolist-testimonial {
background:#FFF;
border:4px solid #EAEAEA;
box-shadow:0px 2px 5px rgba(0, 0, 0, 0.1);
transition: box-shadow .35s;
-ms-transition: box-shadow .35s;
-moz-transition: box-shadow .35s;
-webkit-transition: box-shadow .35s;
-o-transition: box-shadow .35s;
width:120px;
height:120px;
border-radius: 200px;
-moz-border-radius: 200px;
-webkit-border-radius: 200px;
}

.photolist-testimonial:hover {
border:4px solid #E1E1E1;
box-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
}

.photolist-testimonial:active {
border:4px solid #97cde5;
box-shadow:0px 2px 10px rgba(0, 155, 222, 0.75);
}

.photolist-slider {
background:#FFF;
border:4px solid #EAEAEA;
box-shadow:0px 2px 5px rgba(0, 0, 0, 0.1);
transition: box-shadow .35s;
-ms-transition: box-shadow .35s;
-moz-transition: box-shadow .35s;
-webkit-transition: box-shadow .35s;
-o-transition: box-shadow .35s;
width:280px;
height:119px;
}

.photolist-slider:hover {
border:4px solid #E1E1E1;
box-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
}

.photolist-slider:active {
border:4px solid #97cde5;
box-shadow:0px 2px 10px rgba(0, 155, 222, 0.75);
}

ul > .ui-state-default {
background:transparent!important;
}

.carproptitle { 
width:200px;
padding-right:4px;
color:#666;
vertical-align:top;
padding-top:6px;
}

.carproptitle_l { 
width:200px;
padding-right:4px;
color:#666;
}

a.Print-BG {
background-image: url('../gif/print-bg-dual-2.gif');
height: 26px;
width: 38px;
display: block;
background-position: bottom;
text-decoration: none;
float: left;
}

a.Print-BG:hover,a.Print-BG:active {
background-position: top;
}

a.Print-WS {
background-image: url('../gif/print-ws-dual-2.gif');
height: 26px;
width: 38px;
display: block;
background-position: bottom;
text-decoration: none;
float: right;
}

a.Print-WS:hover,a.Print-WS:active {
background-position: top;
}

.subbut {
border:none;
padding:5px 8px 4px 8px;
background-color:green;
font-size:15px;
color:#FFF;
-moz-border-radius: 2.5px;
-webkit-border-radius: 2.5px;
border-radius: 2.5px;
cursor:pointer;
}

.button {
border:none;
padding:5px 8px 4px 8px;
background:orange;
font-size:12px;
color:#FFF;
-moz-border-radius: 2.5px;
-webkit-border-radius: 2.5px;
border-radius: 2.5px;
cursor:pointer;
}

h1 {
padding:0px;
margin:0px;
font-size:20px;
font-weight:400;
color:#1b1e24;
}

a.linkcolnormal
{
color:#373737 !important;
text-decoration: underline;
cursor:pointer;
}

a.linkcol
{
color:#444444 !important;
}

a:hover.linkcol
{
color:#EEA600 !important;
}



a.linkcolw
{
color:#AAAAAA !important;
}

a.linkcola
{
color:#00c !important;
}

a.linkcolb
{
color:#6666E0 !important;
}

a.linkcolc
{
color:#BFBFF2 !important;
}

a.linkcold
{
color:#00c !important;
}

a.linkcole
{
color:#00c !important;
}

a.linkcola:hover, a.linkcolb:hover, a.linkcolc:hover
{
color:#EEA600 !important;
}

.panel {
height: 53px; /* Height(240) - Margin(14) - Margin(14) */
}
.entry-title {
vertical-align: top; /* Keeps title near top of Web Slice */
}
.hslice {
width: auto;
min-width: 138px;
}


ul
{
margin-left: 20px;

padding:0 0 0 0;
}

li.normal
{
list-style-position: outside;
list-style-image: url('../arrb.html');
list-style-type: square;
padding:0 0 0 1px;
}

.topleftctab
{
background-image: url('../1tab01.html');
width: 6px;
height: 6px;
}

.toprightctab
{
background-image: url('../1tab03.html');
width: 6px;
height: 6px;
}

.bottomleftctab
{
background-image: url('../1tab07.html');
width: 6px;
height: 6px;
}

.bottomrightctab
{
background-image: url('../1tab05.html');
width: 6px;
height: 6px;
}


.leftctab
{
background-image: url('../1tab08.html');
width: 6px;
}

.topctab
{
background-image: url('../1tab02.html');
height: 6px;
}

.bottomctab
{
background-image: url('../1tab06.html');
height: 6px;
}

.rightctab
{
background-image: url('../1tab04.html');
width: 6px;
}

.subjleft
{
background-image: url('../tab10.html');
width: 5px;
height: 21px;
}

.subjcenter
{
background-color:#666;
height: 21px;
font-size:15px;
color: #FFFFFF;
padding:5px;
padding-left:10px;
}

.subjright
{
background-image: url('../tab10.html');
width: 5px;
height: 21px;
}


.centtab
{
text-align:left;
}

li.plusli
{
list-style-position: outside;
list-style-image: url('../plusb.html');
list-style-type: square;
padding:0 0 0 1px;
}

.smtext {
	font-size: 8pt!important;
}

.smtextnews {
	font-size: 9pt;
}

.stag {
    font-size: 13pt; font-weight:bold; color:#2B2B2B;padding-bottom:5px;
}

.linkbut {
	font-size: 9pt;
	border: 1px solid;
	border-color:#808080;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:7px;
	padding-right:7px;
	background:#AAAAAA;
	height:24px;
	width:1px;
	text-decoration: none;
	color:#444444;
	cursor: pointer;
}

.logopic {
	font-size: 0px;
	padding-top:12px;
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;
	background:white;
	text-align:center;
	text-decoration: none;
	color:#666666;
	margin:0px;
}

.tabtopselected {
	padding-left:11px;
	padding-right:11px;
	padding-bottom:2px;
	font-size: 12pt;
	color: #005EBB !important;
	white-space: nowrap;
	height:29px;
	cursor:default;
}


.tabtop {
	padding-left:11px;
	padding-right:11px;
	padding-bottom:2px;
	font-size: 12pt;
	color: #FFFFFF !important;
	white-space: nowrap;
	height:29px;
}

.tabtopbetween {
	white-space: nowrap;
	height:29px;
	width:1px;
}

.topuser {
	FONT-FAMILY: arial;
	font-size: 9px;
	color:#8C8C8C;
}

.topuser a {
	FONT-FAMILY: arial;
	font-size: 9px;
	color:#8C8C8C !important;
	text-decoration: none;
}

.topuser a:hover {
	FONT-FAMILY: arial;
	font-size: 9px;
	color:#EEA600 !important;
	text-decoration: underline;
}



.linkbar {
	font-size: 12pt;
	color: #666666 !important;
	text-decoration: none;
}

.linkbar:hover {
	font-size: 12pt;
	color: #005EBB !important;
	text-decoration: underline;
}



.footer {
	background-color:#E1E1E1;
	width:945px;
	margin-top:0px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../border_dot.html');
	background-repeat:repeat-x;
	font-family:calibri;
	color:#000000;
	font-size:10px;
	height:1px;
}

.maintable {
    border-color: #666666;
}

#mainstage, .allowtextmark {
-webkit-touch-callout: text;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}

.notipopup {
position:fixed;
z-index:10000;
top:0px;
width:100%;
height:100%;
text-align:center;
background-color:rgba(0, 0, 0, 0.3);
}

.notipopupmess {
background-color:#FFF;
padding:15px 25px 15px 25px;
display:inline-block;
border:1px solid #b6b6b6;
box-shadow:0px 2px 6px rgba(0, 0, 0, 0.25);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

a {
color:#2780c5;      
text-decoration: none;  
}

a:hover {
color:#1e75b8;        
}

.ahreflink {
margin:auto!important;
clear:both;
color:#2780c5;      
text-decoration: none;
cursor:pointer;
}

.ahreflink:hover {
color:#1e75b8;        
}

.linkaccolor {
margin:auto!important;
clear:both;
color:#2780c5!important;      
text-decoration: none!important;
cursor:pointer;
}

.linkaccolor:hover {
color:#1e75b8!important;        
}

.linkaccolorsq {
display:inline-block;
margin:auto!important;
border:1px solid #2780c5;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height:23px;
line-height:23px;
padding:0 10px;
clear:both;
color:#2780c5!important;      
text-decoration: none!important;
cursor:pointer;
}

.linkaccolorsq:hover {
color:#1e75b8!important;        
}

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}

.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 background-image:url('../topbgtable.html');
 background-repeat:repeat-x;
 margin:0px;
 padding: 6px 3px;
 border-bottom: 1px solid #778;
 font: 10pt calibri;
}

.clanum a
{
 color:#00c !important;
 font-weight:regular;
 text-decoration: none;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 color:#00c;
 text-decoration: underline;
 padding: 0.5em 6px;
 margin-left: 6px;
 margin-bottom: -2px;
 border: 0px solid #778;
 border-bottom: none;
}

ul.tabbernav li a:hover
{
}

ul.tabbernav li.tabberactive a
{
 font-weight:bold;
 color: #000000;
 text-decoration: none;
 background-color: #fff;
 padding: 0.5em 6px;
 margin-right: 6px;
 border: 1px solid #778;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 background: white;
 border-bottom: 1px solid white;
}


.tabberlive .tabbertab {
 padding-top:5px;
 border:0px solid #aaa;
 border-top:0;

}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {overflow:auto;
}

.textnormal {
 color: #000000 !important;
 text-decoration: none;
}

#mainContainer{
	width:660px;
	margin:0 auto;
	text-align:left;
	height:100%;
	background-color:#FFF;
	border-left:3px double #000;
	border-right:3px double #000;
}
#formContent{
	padding:5px;
}


/* Big box with list of options */
#ajax_listOfOptions{
	text-align:left;
	z-index:100;
	position:absolute;	/* Never change this one */
	width:335px;	/* Width of box */
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:0px;		
	padding:1px;
	cursor:default;
	overflow:auto;	/* Scrolling features */
	background-color:white;	/* White background color */
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	padding:2px;
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	padding:2px;
	background-color:#3366CC;
	color:white;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

/* Big box with list of options */
#ajax_listOfOptionsSecond{
	text-align:left;
	z-index:100;
	position:absolute;	/* Never change this one */
	width:285px;	/* Width of box */
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
#ajax_listOfOptionsSecond div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:0px;		
	padding:1px;
	cursor:default;
	overflow:auto;	/* Scrolling features */
	background-color:white;	/* White background color */
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
}
#ajax_listOfOptionsSecond .optionDiv{	/* Div for each item in list */
	padding:2px;
	
}
#ajax_listOfOptionsSecond .optionDivSelected{ /* Selected item in the list */
	padding:2px;
	background-color:#3366CC;
	color:white;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
	
form{
	display:inline;
}

/* Weather.com Style */
#cc {
	padding: 3px;
}
#cc h1 {
	margin: 0px;
	font: calibri;
	font-size: 10pt;
	border-bottom: 0;
}
#forecast {
	padding: 3px;
	text-align: center;
}
#detailed td {
	padding: 3px;
}
#detailed th {
	font-weight: bold;
	padding: 3px;
	background: #CCCCCC;
}





div.autosuggest
{
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	background-color: white;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 0px;
	padding: 0 0px;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	background-color:white;
	border-bottom:1px solid black;
}
div.autosuggest div.as_footer div.as_corner
{
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: -2px;
	overflow: hidden;
	background-color: #093f64;
}


div.autosuggest ul
{
	color: white;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	border-bottom:1px solid black;
}

div.autosuggest ul li
{
	color: white;
	padding: 0px;
	margin: 0 0px 0px;
	text-align: left;
	border-right:1px solid black;
	border-left:1px solid black;
}

div.autosuggest ul li a
{
	font-weight: bold;
	color: black;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	color:white;
	background-color: #3366cc;
}
div.autosuggest ul li.as_highlight a:hover
{
	color:white;
	background-color: #3366cc;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 2px 4px;

}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: black;
}

div.autosuggest ul li.as_highlight a span small
{
	color: white;
}

div.autosuggest ul li.as_highlight a em
{
	color: white;
	background-color: #3366cc;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	color:white;
	background-color: #3366cc;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-color: white;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	border-left:1px solid black;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url('../hl_corner_tl.html');
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url('../hl_corner_tr.html');
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: black;
	font-weight: normal;
}


.gpbutisonline {
background:#8b77df!important;
color:#FFF!important;
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02);
-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02);
box-shadow: inset 0 0 0 1px rgba(0,0,0,.02);
}

.gpbutisonline:hover {
background:#8b77df!important;
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.1), 0 2px 3px -2px #999!important;
-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.1), 0 2px 3px -2px #999!important;
box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.1), 0 2px 3px -2px #999!important;
}

.gpbutisonline:active {
background:#8b77df!important;
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.2), 0 2px 3px -2px #999!important;
-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.2), 0 2px 3px -2px #999!important;
box-shadow: inset 0 0 0 1px rgba(0,0,0,.02), inset 0 0 0 100px rgba(0,0,0,.2), 0 2px 3px -2px #999!important;
}

.gpblink {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 3px;
margin-top: -10px;
margin-bottom: -5px;
background: url('../svg/circular-graph-2.svg');
background-size: 16px 16px;
background-position: center center;
border: 1px solid #FFF;
border-radius: 17px;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
opacity:.5;
}

.gpbutisonline .gpblink {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 3px;
margin-top: -10px;
margin-bottom: -5px;
background: url(../gif/loadinglrg-2.gif), -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 30%);
background: url(../gif/loadinglrg-2.gif), -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 25%,rgba(255,255,255,1) 30%);
background: url(../gif/loadinglrg-2.gif), radial-gradient(ellipse at center, rgba(255,255,255,0) 25%,rgba(255,255,255,1) 30%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
background-size: 22px 22px;
background-position: center center;
border: 1px solid #FFF;
border-radius: 17px;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
opacity:1;
}




.h{color:#36c;font-size:20px}
.q{color:#00c}.ts td{padding:0}
.ts{border-collapse:collapse}
#pdbbar{height:20px;padding-top:4px;padding-left:9px}
.pdbbh,.pdbbd{border-top:1px solid #EBCFBE;font-size:1px}
.pdbbh{position:absolute;top:24px;width:100%}
#pdbbi,#gbs{background:#fff;left:0;position:absolute;top:24px;visibility:hidden;z-index:1000}
#pdbbi{border:1px solid;border-color:#EBCFBE #CF5A5A #CF5A5A #EBCFBE;z-index:1001}
@media all{.pdbb1,.pdbb3{color:white;height:20px;margin-right:.45em;vertical-align:top}
#pdbbar{float:left}}
.pdbb2{display:block;padding:.2em .5em}
a.pdbb1,a.pdbb2,a.pdbb3{text-decoration: none;color:white;}
.pdbbn1{font-size:9pt;font-weight:bold;text-decoration: none;color:white;width:50px;height:28px;text-align:center;vertical-align:top;padding-top:4px;}
a.pdbbn1{text-decoration: none;color:white;}
td.pdbbnb1{font-size:9pt;font-weight:bold;text-decoration: none;color:black;background-image: url('../bgbut01.html');width:50px;height:28px;text-align:center;vertical-align:top;padding-top:4px;}
.pdbb2,.pdbb3{text-decoration:none}
a.pdbb2:hover{color:white !important;text-decoration: none;}

.cpYearNavigation,.cpMonthNavigation{background-color:#D5D6F7;text-align:center;vertical-align:center;text-decoration:none;color:#000000;font-weight:bold;}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText{font-family:arial;font-size:8pt;}
TD.cpDayColumnHeader{text-align:right;border:1px solid #C0C0C0;border-width:0px 0px 1px 0px;}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{padding:2px;text-align:right;text-decoration:none;}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{color:#D0D0D0;text-align:right;text-decoration:line-through;}
.cpCurrentMonthDate, .cpCurrentDate{color:#000000;}
.cpOtherMonthDate{color:#A3A4ED;}
TD.cpCurrentDate{color:white;background-color: #D5D6F7;border:0px solid;}
TD.cpCurrentDateDisabled{}
TD.cpTodayText, TD.cpTodayTextDisabled{border:1px solid #C0C0C0;border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled{height:16px;}
A.cpTodayText{color:black;}
.cpTodayTextDisabled{color:#D0D0D0;}
.cpBorder{border:1px solid #808080;}

.tipsy { font-size: 11px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background: #2e2f31!important; color: #FFF; max-width: 600px; padding: 5px 8px 4px 8px; text-align: left; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #2e2f31; opacity:1; }
.tipsy-arrow-n { border-bottom-color: #2e2f31; }
.tipsy-arrow-s { border-top-color: #2e2f31; }
.tipsy-arrow-e { border-left-color: #2e2f31; }
.tipsy-arrow-w { border-right-color: #2e2f31; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

.listing_item, .listing_item_unread {


}

.crm_pos_rel {
position:relative;
height:41px;
}

.crm_pos_ell {
color:#202124;
position:absolute;
margin:12px 0 0 0;
padding:0 12px;
box-sizing:border-box;
width:100%;
height:100%;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.mail_message_read, .listing_item {
font-weight:normal!important;
background-color:#F7F7F7;
border-bottom:1px solid #EAEAEA;
}

.mail_message_unread, .listing_item_unread  {
font-weight:bold!important;
background-color:#FFF;
border-bottom:1px solid #EAEAEA;
}

.mail_message_selected, .item_selected {
background-color:#ffffcc;
}

.menulink {
padding:8px 5px 0px 5px;
height:32px;
font-size:13px;
color:#FFF;
margin-right:1px;
float:left;
}

.menulink:hover {
color:#FFF;
}

.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
background: url('../png/wheel-2.png') no-repeat;
width: 195px;
height: 195px;
}
.farbtastic .overlay {
background: url('../png/mask-2.png') no-repeat;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden; 
background: url('../png/marker-2.png') no-repeat;
}

form p {
position:relative
}

.label_example {
cursor:text;
position:absolute;
margin-left:5px;
margin-top:3px;
color:#a1a1a1!important;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 1);
}

.label_example_big {
cursor:text;
position:absolute;
margin-left:5px;
margin-top:3px;
font-size:14px;
color:#a1a1a1!important;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 1);
}

/* iCheck plugin Minimal skin, blue
----------------------------------- */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
    display: block;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url('../png/ichecknew-2.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-blue {
    background-position: 0 0;
}
.icheckbox_minimal-blue.hover {
    background-position: -18px 0;
}
.icheckbox_minimal-blue.checked {
    background-position: -36px 0;
}
.icheckbox_minimal-blue.disabled {
    background-position: -54px 0;
    cursor: default;
}
.icheckbox_minimal-blue.checked.disabled {
    background-position: -72px 0;
}

.iradio_minimal-blue {
    background-position: -90px 0;
}
.iradio_minimal-blue.hover {
    background-position: -108px 0;
}
.iradio_minimal-blue.checked {
    background-position: -126px 0;
}
.iradio_minimal-blue.disabled {
    background-position: -144px 0;
    cursor: default;
}
.iradio_minimal-blue.checked.disabled {
    background-position: -162px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal-blue,
    .iradio_minimal-blue {
        background-image: url('../png/ichecknew-2.png');
        -webkit-background-size: 180px 18px;
        background-size: 180px 18px;
    }
}


#pass-strength {
	margin-left:408px;
    position:absolute;
    padding:3px 5px 3px 5px;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.pass-strength-short {
	color:#df4b39;
    border:1px solid #df4b39;
}
.pass-strength-weak {
	color:#E66C2C;
    border:1px solid #E66C2C;
}
.pass-strength-good {
	color:#2D98F3;
    border:1px solid #2D98F3;
}
.pass-strength-strong {
	color:green;
    border:1px solid green;
}


.ccardicon-card, .ccardicon-visa, .ccardicon-visa_electron, .ccardicon-mastercard, .ccardicon-maestro, .ccardicon-discover, .ccardicon-jcb, .ccardicon-laser, .ccardicon-amex, .ccardicon-diners_club_carte_blanche, .ccardicon-diners_club_international {
    width:36px;
    height:24px;
}

.ccardicon-card { background:url('../png/card-2.png'); }
.ccardicon-visa { background:url('../png/visa-2.png'); }
.ccardicon-visa_electron { background:url('../png/visaelec-2.png'); }
.ccardicon-mastercard { background:url('../png/mastercard-2.png'); }
.ccardicon-maestro { background:url('../png/maestro-2.png'); }
.ccardicon-discover { background:url('../png/discover-2.png'); }
.ccardicon-jcb { background:url('../png/jcb-2.png'); }
.ccardicon-laser { background:url('../png/laser-2.png'); }
.ccardicon-amex { background:url('../png/amex-2.png'); }
.ccardicon-diners_club_carte_blanche { background:url('../png/diner-2.png'); }
.ccardicon-diners_club_international { background:url('../png/diner-2.png'); }

#cardnumber { background:url('../png/novalid-2.png');background-repeat:no-repeat;background-position:right center; }
.cardnumber-valid { background:url('../png/valid-2.png')!important;background-repeat:no-repeat!important;background-position:right center!important; }
.cardnumber-novalid { background:url('../png/novalid-2.png')!important;background-repeat:no-repeat!important;background-position:right center!important; }




/* Scrollbar START */

::-webkit-scrollbar {
	  width: 10px;
}

::-webkit-scrollbar-track {
	  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	  background-color: #b4b4b4;
}

::-webkit-scrollbar-thumb:hover {
	  background-color: #999;
}

::-webkit-scrollbar-button {
	  background-color: #b4b4b4;
      height:0px;
}

::-webkit-scrollbar-button:hover {
	  background-color: #999;
}

::-webkit-scrollbar-corner {
	  background-color: black;
}

/* Scrollbar END */


/* Uploadifive START */


.uploadifive-button {
background:url('../svg/upload-to-cloud-2.svg');
background-repeat:no-repeat;
cursor:pointer!important;
border:0px;
color:#FFF!important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #ff3b30;
}

.uploadifive-button input[type="file"] {
cursor:pointer;
}

.uploadifive-button:hover {
background: #f32c21;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.uploadifive-button:active {
background: #e82a1f;
-webkit-box-shadow: 0 2px 3px -2px #999;
-moz-box-shadow: 0 2px 3px -2px #999;
box-shadow: 0 2px 3px -2px #999;
}

.uploadifive-queue-item {
background-color: #F5F5F5;
border-bottom: 1px dotted #D5D5D5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font: 12px Arial, Helvetica, Sans-serif;
margin-top: 3px;
padding: 15px;
}
.uploadifive-queue-item .close {
background: url('../png/uploadifive-cancel-2.png') 0 0 no-repeat;
display: block;
float: right;
height: 16px;
text-indent: -9999px;
width: 16px;
}
.uploadifive-queue-item .progress {
border: 1px solid #D0D0D0;
height: 3px;
margin-top: 5px;
width: 100%;
}
.uploadifive-queue-item .progress-bar {
background-color: #0072BC;
height: 3px;
width: 0;
}

/* Uploadifive END */


/* NProgress START */

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 10px;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation:    nprogress-spinner 400ms linear infinite;
  -ms-animation:     nprogress-spinner 400ms linear infinite;
  -o-animation:      nprogress-spinner 400ms linear infinite;
  animation:         nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes nprogress-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes nprogress-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes nprogress-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}



/* NProgress END */



/* Switch START */

.ui-switch {
  display: inline-block;
  border: solid 0px #777;
  margin: -5px;
  position: relative;
  cursor: pointer;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}

#gxslist .ui-switch {
    margin: -5px 0px;
}

.ui-switch:focus {
  border-color: #8aade1;
  -webkit-box-shadow: 0 0 5px #8aade1; /* Safari before v5 and Google Chrome */
  -moz-box-shadow: 0 0 5px #8aade1; /* Firefox */
  -o-box-shadow: 0 0 5px #8aade1; /* Opera */
  box-shadow: 0 0 5px #8aade1; /* CSS3 browsers */
  outline: none; /* disabling Safari's default behavior*/
}

.ui-switch.disabled {
  border-color: #999;
  cursor: default;
}

.ui-switch-middle {
  height: 20px; width: 62px!important;
  border-left: solid 4px white;
  border-right: solid 4px white;
  border-top: solid 4px white;
  border-bottom: solid 4px white;
  position: relative;
  margin-top: -28px;
  z-index: 5;
  
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}

.ui-switch-mask {
  height: 27px;
  margin: 2px 4px;
  overflow: hidden;
}

.ui-switch-master {
  height: 20px;
  position: relative;
  left: 10px;
}

.ui-switch-upper {
  height: 20px; width: auto;
  margin: 5px;
  position: absolute;
  z-index: 6;
}

.ui-switch-handle {
  display: block;
  height: 14px; width:14px;
  position: absolute;
  background: #fff;
  border:3px solid #238ce4;
  top:0px;
  margin-left:3px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.ui-switch-.disabled .ui-switch-handle:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0; left: 0;
  height: 26px; width: 26px;
  background: white;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  filter: alpha(opacity=50); /* IE 5-7 */
  -moz-opacity: 0.5; /* Mozilla */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity: 0.5; /* Good browsers */
  
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.ui-switch-lower {
  height: 20px; width: 1000px;
  margin: 5px;
  position: absolute;
  z-index: 4;
}

.ui-switch-labels {
  clear: both;
}

.ui-switch-on,
.ui-switch-off {
  display: block;
  width:25px;
  float: left;
  line-height: 18px;
  font-size: 14px;
  color: #FFF!important;
  padding: 0px 0px;
  border: solid 1px black;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ui-switch-on {
  font-family:arial;
  border-right: none;
  border-color: #238ce4;
  padding-right: 22px;
  padding-left:6px;
  
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background:#238ce4;
}

.ui-switch-off {
  border-left: none;
  border-color: #9aa0ae;
  padding-left: 17px;
  padding-right:16px;
  
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background:#9aa0ae;
}

.ui-switch.disabled .ui-switch-on,
.ui-switch.disabled .ui-switch-off {
  border-color: #333;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  filter: alpha(opacity=50); /* IE 5-7 */
  -moz-opacity: 0.5; /* Mozilla */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity: 0.5; /* Good browsers */
  
  background: #525252; /* Old browsers */
  background: -moz-linear-gradient(top,  #525252 0%, #3e3e3e 2%, #545454 10%, #5d5d5d 17%, #787878 90%, #757575 98%, #525252 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(2%,#3e3e3e), color-stop(10%,#545454), color-stop(17%,#5d5d5d), color-stop(90%,#787878), color-stop(98%,#757575), color-stop(100%,#525252)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #525252 0%,#3e3e3e 2%,#545454 10%,#5d5d5d 17%,#787878 90%,#757575 98%,#525252 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #525252 0%,#3e3e3e 2%,#545454 10%,#5d5d5d 17%,#787878 90%,#757575 98%,#525252 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #525252 0%,#3e3e3e 2%,#545454 10%,#5d5d5d 17%,#787878 90%,#757575 98%,#525252 100%); /* IE10+ */
  background: linear-gradient(top,  #525252 0%,#3e3e3e 2%,#545454 10%,#5d5d5d 17%,#787878 90%,#757575 98%,#525252 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#525252',GradientType=0 ); /* IE6-9 */
}

.ui-switch-on:hover,
.ui-switch-off:hover {
  color: white;
  text-decoration: none;
}

.ui-switch, .ui-switch * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* Switch END */


/* GX VideoPlayer START */

.gxvideoplayerdialog .ui-dialog-titlebar {
display:none;
}

#gxplayer-container * {
transition:all 0!important;
}

#gxplayer-container {
position:relative;
height:400px;
overflow:hidden;
vertical-align:middle;
transition:all 0!important;
}

#gxvideoplayer {
overflow:hidden;
}

#gxplayer-container iframe {
position:absolute;
z-index:0;
top: 0;
bottom: 0;
margin: auto 0;
}

#gxplayer-controls {
position:absolute;
z-index:2;
top:0;
left:0;
right:0;
bottom:0;
opacity:0;
transition:all .3s;
}

#gxplayer-controls:hover {
opacity:1;
}

#gxplayer-controls > div {
cursor:pointer;
position:absolute;
transition:all .2s;
z-index:2;
bottom:17px;
opacity:.5;
background-repeat:no-repeat!important;
background-size:20px!important;
background-position:center!important;
}

#gxplayer-controls > div:hover {
opacity:1;
}

#gxplayer-controls > div:nth-child(1) {
right:15px;
width:35px;
height:35px;
background:url('../svg/resize-full-screen-2.svg');
}

#gxplayer-controls > div:nth-child(2) {
display:none;
right:15px;
width:35px;
height:35px;
background:url('../svg/resize-100.svg');
}

#gxplayer-controls > div:nth-child(3) {
right:85px;
width:35px;
height:35px;
background:url('../svg/controller-paus.svg');
}

#gxplayer-controls > div:nth-child(4) {
display:none;
right:85px;
width:35px;
height:35px;
background:url('../svg/controller-play.svg');
}

#gxplayer-controls > div:nth-child(5) {
right:50px;
width:35px;
height:35px;
background:url('../svg/sound.svg');
}

#gxplayer-controls > div:nth-child(6) {
display:none;
right:50px;
width:35px;
height:35px;
background:url('../svg/sound-mute.svg');
}

#gxplayer-controls > div:nth-child(7) {
z-index:1;
top:0;
bottom:0;
left:0;
right:0;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15%);
background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
background-size:cover!important;
}

#gxvideoplayerloading {
z-index:5;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background:#000;
}

#gxVideoProgressBar {
cursor:pointer;
position:absolute;
z-index:2;
height:8px;
left:0;
right:0;
bottom:0!important;
background:rgba(255,255,255,.15);
overflow:hidden;
}

#gxVideoProgressBar div {
width:0%;
background:rgba(255,255,255,1);
height:8px;
}

#gxplayer-container:fullscreen #gxplayer-controls > div:nth-child(1) {
display:none;
}

#gxplayer-container:fullscreen #gxplayer-controls > div:nth-child(2) {
display:block;
}

#gxplayer-container:fullscreen #gxplayer {
width:100%;
height:200%;
}

.gxvideoplayerdialog {
border:none;
background:#252525;
border:1px solid rgba(0,195,114,1);
box-shadow:0 7px 30px rgb(0,195,114,.25);
border-radius:8px!important;
overflow:hidden;
}

.gxvideoplayerdialog .gxvptable > td {
vertical-align:top;
}

.gxvideoplayerdialog .gxvptable > td:nth-child(1) {
width:712px;
}

.gxvideoplayerdialog div {
color:#FFF;
vertical-align:top;
box-sizing:border-box;
}

.gxvideoplayerdialog .ui-dialog-content {
padding:0;
}

.gxvideoplayerdialog iframe {
display:block;
border-top-left-radius:9px;
border-bottom-left-radius:9px;
overflow:hidden;
}

.gxvideoplayerdialog .ytp-pause-overlay-container {
display:none!important;
}

.gxvideoplayerdialog .title {
display:inline-block;
width:calc(100% - 62px);
height:50px;
line-height:50px;
padding:0 25px;
font-size:16px;
}

.gxvideoplayerdialog .close {
display:inline-block;
cursor:pointer;
width:62px;
height:50px;
background:url('../svg/cross.svg');
background-size:24px;
background-repeat:no-repeat;
background-position:center;
opacity:.25;
transition:all .2s;
}

.gxvideoplayerdialog .close:hover {
opacity:1;
}

.gxvideoplayerdialog .playlist {
overflow-y:auto;
height:350px;
}

.gxvideoplayerdialog .playlist::-webkit-scrollbar {
width:3px;
}

.gxvideoplayerdialog .playlist::-webkit-scrollbar-track {
background-color:#252525;
}

.gxvideoplayerdialog .playlist::-webkit-scrollbar-thumb {
background-color:#FFF;
}

.gxvideoplayerdialog .playlist > div {
cursor:pointer;
position:relative;
padding:20px 25px;
opacity:.3;
transition:all .2s;
}

.gxvideoplayerdialog .playlist > div:hover {
opacity:1;
}

.gxvideoplayerdialog .playlist > div.selected {
background: rgb(0,212,124);
background: -moz-linear-gradient(90deg, rgba(0,212,124,1) 0%, rgba(0,152,89,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,212,124,1) 0%, rgba(0,152,89,1) 100%);
background: linear-gradient(90deg, rgba(0,212,124,1) 0%, rgba(0,152,89,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d47c",endColorstr="#009859",GradientType=1);
opacity:1;
}

.gxvideoplayerdialog .playlist > div > div:nth-child(1) {
display:inline-block;
font-size:16px;
font-weight:500;
width:calc(100% - 60px);
padding-bottom:8px;
}

.gxvideoplayerdialog .playlist > div > div:nth-child(2) {
display:inline-block;
width:60px;
text-align:right;
color:rgba(255,255,255,.65);
}

.gxvideoplayerdialog .playlist > div > div:nth-child(3) {
cursor:pointer;
position:absolute;
right:25px;
bottom:25px;
border:1px solid #FFF;
font-size:14px;
padding:0 12px;
height:28px;
line-height:25px;
border-radius:4px;
transition:all .2s;
opacity:0;
}

.gxvideoplayerdialog .playlist > div:hover > div:nth-child(3), .gxvideoplayerdialog .playlist > div.selected > div:nth-child(3) {
opacity:.5;
}

.gxvideoplayerdialog .playlist > div.selected:hover > div:nth-child(3) {
opacity:1;
}

.gxvideoplayerdialog .playlist > div > div:nth-child(3):hover {
color:#00C372;
background:#FFF;
opacity:1;
}

.gxvideoplayerdialog .playlist > div > div:nth-child(4) {
display:inline-block;
font-size:13px;
color:rgba(255,255,255,.65);
max-width:190px;
}

.sk-fading-circle {
top:0;
bottom:0;
left:0;
right:0;
margin: auto;
width: 40px;
height: 40px;
position: absolute;
}

.sk-fading-circle .sk-circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}

.sk-fading-circle .sk-circle:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #333;
border-radius: 100%;
-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
0%, 39%, 100% { opacity: 0; }
40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
0%, 39%, 100% { opacity: 0; }
40% { opacity: 1; } 
}

/* GX VideoPlayer END */


/* Multiple Emails START */


.multiple_emails-maincontainer, .multiple_emails-maincontainer-top, .multiple_emails-maincontainer-bottom {
padding:1px 4px;
background-color:#FFF;
color:#333;
font-size:12px;
border:1px solid #d3d3d3;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.multiple_emails-maincontainer-top {
-moz-border-radius: 2px 2px 0px 0px;
-webkit-border-radius: 2px 2px 0px 0px;
border-radius: 2px 2px 0px 0px;
}

.multiple_emails-maincontainer-bottom {
-moz-border-radius: 0px 0px 2px 2px!important;
-webkit-border-radius: 0px 0px 2px 2px!important;
border-radius: 0px 0px 2px 2px!important;
}


.multiple_emails-container { 
background:#FFF;
padding:0;
margin:0;
cursor:text;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.multiple_emails-container input { 
height:24px;
line-height:24px;
display:inline-block;
border:1px solid #FFF!important; 
outline: none!important; 
padding-left:5px;
margin:3px 0px 3px 3px;
box-shadow:none!important;
}

.multiple_emails-container input.multiple_emails-error:focus {	
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red!important; 
outline: thin auto red; 
}

.multiple_emails-container ul {	
list-style-type:none; 
display:inline-block;
float:left;
padding:0!important;
margin:0!important;
}

.multiple_emails-container ul li {
display:inline-block;
margin:3px 0px 0px 3px; 
padding:0px 7px;
height:21px;
line-height:21px;
border-radius: 3px;
background: #F3F7FD; 
border:1px solid #9fcef3!important;
}

.multiple_emails-close { 
float:left; 
margin-right:6px;
margin-left:0px;
}

.attfile {
display:inline-block;
margin-right:5px;
margin-bottom:3px;
margin-top:0px;
height:18px;
line-height:17px;
background:#9fcef3;
color:#FFF;
padding:0px 5px;
border-radius:3px;
}

.glyphicon {
position:relative;
display: inline-block;
top:-1px;
color:#2780c5;
font-style: normal;
font-weight: 300;
font-size:14px;
font-family:'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.glyphicon-remove:before {
content: "x";
}

@media (max-width: 900px) {
    html { font-size: 12px; }
    .controlpanel-mainmenu, .controlpanel-mainmenu-shrink, .hfm { display:none!important; }
    .sfm { display:block!important; }
    .g-elblock { display:block!important; width:100%!important; }
    .g-coltorow { display:block!important; width:100%!important; padding:0px!important; margin:0px!important; }
    .g-coltorow-top { display:block!important; width:100%!important; padding:10px 2px 2px 2px!important; margin:0!important; font-size:15px!important; }
    .g-contocen { text-align:center!important; }
    .form-opti-left-space { padding-left:2px!important; }
    #mainstage { overflow-x:hidden!important; box-sizing:border-box; padding:10px 18px 0 18px; border:none!important; }
    .managevehiclestage { padding:10px 18px 0 18px!important; }
    #inventorylist {  }
    .heading-1-cp { overflow-x:hidden!important; white-space:nowrap; -webkit-overflow-scrolling:touch; }
    input, select { width:100%!important; box-sizing:border-box!important; -webkit-box-sizing:border-box!important; -moz-box-sizing:border-box!important; font-size:16px!important; padding:0 8px!important; height:33px!important; margin:0 0 4px 0!important; }
    select { -webkit-padding-end: 30px!important; }
    .vehicleymm { font-size:16px; }
    .submitbut-reload { background-size:22px 22px!important; width:35px!important; height:27px!important; }
    #loadingvd { width:214px!important; height:31px!important; margin-bottom:4px!important; background-position: center center; }
    #required-input-vin { margin-right:3px!important; }
    .g-botbuts .subbut-gra-blue, .g-botbuts .subbut-gra-lightgray { font-size:15px!important; font-weight:400!important; padding:0 18px!important; height:32px!important; line-height:32px!important; }
    .g-tablepropsto100 { max-width:100%!important; }
    .g-rempadmar { margin:0!important; padding:0!important; }
    .g-botbuts { padding:13px 18px 13px 18px!important; box-sizing:border-box; }
    .g-mobsortable { font-size:15px!important; padding:0 20px!important; text-align:center; }
    .g-connav { padding:15px 10px 15px 20px!important; float:none!important; display:inline-block; }
    .g-topinfo { font-size:15px; margin:7px!important; }
    .g-mobmenu-option { vertical-align:top; display:inline-block; width:75px; padding:12px; }
    .g-mobmenu-option-icon { width:75px; height:75px; background:#238ce4; border-radius:10px; }
    .g-mobmenu-option-icon-disabled { width:75px; height:75px; background:#333; border-radius:10px; }
    .g-mobmenu-option-icon-img { width:75px; height:75px; }
    .g-mobmenu-option-text { margin:10px 0 0 0; font-size:13px; color:#333; }
}

@media screen and (min-width: 901px) {
    .opacity80:hover, .opacity70:hover, .opacity60:hover, .opacity50:hover, .opacity40:hover, .opacity30:hover {
        opacity:1; filter:alpha(opacity=100);
    }
}