/* CSS Document */
:root{
    --top-header-color:#00A3D7; /*#1BACCC*/
    /*--left-menu-color:#707070; !*#465B69*!*/
    --left-menu-color:#5A5A5A; /*#465B69*/
    --selected-page-color:#363636; /*#8B84FF*/
    --selected-hover-color:#375AA9; /*#8884FF*/
    --body-background:#ffffff; /*#F6FCFD*/
    /*--contenttext-background:#F8F8F8;*/
    --contenttext-background:#FFFFFF;
    --top-selected-color:#00A3D7;
    --hovermenu-underline-color:#ffffff;
    --top-menu-hover-color:#707070;
}

h1 {
    color: #272838;
}
span,
p,
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    
}
body {
    background-color: var(--body-background);
    color: #333333;
    font-family: 'Montserrat','Open Sans', 'arial', sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0;
}
.all {
    margin: 0 auto;
    height: auto;
    width: 100%;
    background-color: #ECEFF1;
}
.all .box {
    background-color: #ECEFF1;
    min-height: 700px;
    width: 100%;
}
a {
    color: #587585;
}
a img {
    border: none
}
#logo {
    float: left;
    width: 232px;
    height: 72px;
}
#topheader {
    float: right;
    width: 100%;
    height: 35px;
    background: none repeat scroll 0 0 var(--top-header-color);
    /* border-bottom:1px solid #1A1F24; */
    position: relative;
    /*    padding: 5px;*/
    /* text-shadow:0 -1px 1px #1A1F24; */
    /* filter: dropshadow(color=#1a1f24, offx=0, offy=-1);*/
    padding-top: 10px;
    padding-bottom: 5px;
}
.menuselected {
    background: none repeat scroll 0 0 var(--selected-page-color);
    color: #ffffff;
    /* margin-top: 20px; */
}
#toplinks {
    right: 10px;
    border-right-image: url(/gbc2/images/leftSidebarShadowd.png);
}
#toplinks a {
    color: black
}
#menu {
    float: left;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #C2C4C6;
    background-color: #FFFFFF;
    padding-top: 10px;
}
#menu table tr td {
    padding-right: 20px;
}
#submenu {
    float: left;
    width: 40%;
    height: 32px;
    background-position: top;
    background-repeat: repeat-x;
}
#content {
    width: 100%;
    min-width: 1350px;
    background-color: #F6FCFD;
}
#contenttext {
    width: 80%;
    padding-left: 40px;
    /* padding-right: 0px; */
    margin-bottom: 30px;
    margin-top: 15px;
    float: left;
    display: inline;
    background-color: var(--contenttext-background);
    
}
#leftpanel {
    float: left;
    width: 274px;
}
#footer {
    background-color: #F0F5FF;
    width: 100%;
    height: 30px;
    /* border-top: 1px solid #C2C4C6; */
    /* border-bottom: 1px solid #C2C4C6; */
    vertical-align: bottom;
}
#footer a {
    color: #3e4b56;
    padding-left: 5px;
    padding-right: 5px;
}
.graypanel {
    border: solid 1px #666666;
    background-color: #F7F7F7;
    padding: 10px;
    margin: 10px;
}
h1 {
    color: #272838;
}
/*
.bodytext {
    font: 0.7em sans-serif;
    color: #666666;
}
.titletext {
    font: 0.7em sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #CC0000;
}
.whitetitle {
    font: 0.7em sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}
.smalltitle {
    font: 0.7em sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
}
.smallwhitetext {
    font: 0.7em sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    width: 100%;
    text-align: right;
}
.smallwhitetext a {
    font: 0.7em sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.smallwhitetext a:hover {
    text-decoration: underline;
}
.smallgraytext {
    font: 0.7em sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.smallgraytext a {
    font: 0.7em sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.smallgraytext a:hover {
    text-decoration: underline;
}
.smallblacktext {
    font: bold 14px sans-serif;
    font-weight: bold;
    color: #3e4b56;
}
.smallblacktext a {
    font: bold 12px sans-serif;
    font-weight: bold;
    color: #3E4B56;
    text-decoration: none;
}
.smallblacktext a:hover {
    text-decoration: underline;
}
.smallredtext {
    font: 0.7em sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CC0000;
}
.smallredtext a {
    font: 0.7em sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
}
.smallredtext a:hover {
    text-decoration: underline;
}
*/
#entryinfo {
    position: absolute;
    bottom: 6px;
    top: 12px;
    color: #FFFFFF;
}
#entryinfo select {
    color: #3E4B56;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#entryname {
    background: #FFF;color: #3E4B56;padding-bottom: 3px;padding-top: 3px;/* border-radius: 3px 2px 4px 4px; *
    /* border: 1px solid #1a1f24; */
    text-shadow: none;/* box-shadow: inset 0px 0px 0px 1px rgba(99, 109, 119, 1); *
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgba(99, 109, 119, 1); */
    -moz-outline-radius: 4px 4px 4px 4px;
}
table#data {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #c2c4c6;
}
table#data td {
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #c2c4c6;
}
table#data th {
    border: 1px solid #c2c4c6;
}
.columnleft {
    padding-left: 15px;
}
.link {
    cursor: pointer;
    color: #4996cb;
    border-color: inherit
}
table#setting input {
    height: 25px;
}
table#setting {
    width: 100%;
}
th.sortable,
td.sortable {
    cursor: pointer;
    color: blue;
}
table.sortable th,
table.sortable th a {
    cursor: pointer;
    color: blue;
}
table.sortable .sorttable_nosort {
    cursor: default;
    color: #000000;
}
.hovermenu {
    overflow: hidden;
    text-align: center;
    background-color: var(--left-menu-color);
    -moz-border-radius: 0px;
    padding-bottom: 900px;
}
.hovermenu h3 {
    color: #FFF;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    font-weight: 300;
    font-size: 1.2rem;
    /* background: #337ab7; */
    padding-top: 5px;
}
.hovermenu ul {
    /*font: bold 13px arial;*/
    padding-left: 0px !important;
    height: 30px;
    width: 100%;
}
.hovermenu ul li {
    list-style: none;
    width: 100%;
}
.hovermenu ul li a {
    float: left;
    /*font-family: 'Montserrat','Open Sans', 'arial', sans-serif;*/
    font-size: 14px;
    margin: 0px 0;
    padding: 15px 20px 15px 20px;
    text-align: left;
    text-decoration: none;
    width: 100%;
    font-weight: 300;
}
.hovermenu ul li a:hover {
   color: #ffffff;
    border-left: 5px solid var(--selected-hover-color);
}
#topselected {
    border: collapse;
    color: #272838;
    /*border-top: 2px solid var(--left-menu-color);*/
    /*2022-04-08 change*/
    border-bottom: 4px solid var(--top-selected-color);
}
#topnotselected{
    color: #3e4b56;
}

.subselected {
    background: none repeat scroll 0 0  var(--selected-page-color);
    color: #ffffff;/* border-left: 5px solid #80C3C2; *
    color: #FFFFFF;/* padding-top: 20px; *
    /* padding-top: 20px; */
    /* margin-top: 20px; */
}
.subnotselected {
    color: #FFF;
    font-weight: 300;
    font-size: 2rem;
}
.error {
    color: red;
}
#savedtip {
    background-color: #4996CB;
    color: #FFFFFF;
    display: none;
    font-size: 1.5em;
    /*height: 1em;*/
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    position: absolute;
    right: 10px;
    top: 60px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px black;
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px black;
    z-index: 1000;
}
#loading {
    background-color: #80C3C2;
    color: #FFFFFF;
    display: none;
    font-size: 1.5em;
    height: 1em;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    position: absolute;
    right: 2px;
    top: 2px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px black;
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px black;
}
.addBtn {
    float: right;
    height: 25px;
    background: #5A5A5A;
    /* old browsers */
    background: -moz-linear-gradient(top, #5A5A5A 0%, #0e0e0e 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5A5A5A), color-stop(100%, #0e0e0e));
    /* webkit */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#0e0e0e', GradientType=0);
    /* ie */
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 2px 15px 2px 0;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
    border: 1px solid #000;
}
.addBtn p {
    color: #fff;
}
.addBtn a {
    color: #fff;
    text-decoration: none;
}
.components {
    margin: 0 0 0 0;
}
.components ul {
    position: relative;
    float: left;
    display: inline-block;
}
.components li {
    float: left;
    height: 30px;
    list-style: none outside none;
    padding: 5px 10px;
    text-align: center;
    width: auto;
    min-width: 50px;
    background: none;
    border: none;
}
.components a {
    color: #000;
    text-decoration: none;
    padding-top: 15px;
    padding-left: 4px;
}
.components a:hover {
    color: #666;
}
#leftpanelmenu {
    width: 14%;
    float: left;
    margin: 0% 0px 1% 0%;
}
.tip {
    font-size: 11px;
    color: #199AD6;
    font-style: italic;
}
.tall #phone {
    WIDTH: 386px;
    BACKGROUND: url(img/iphone_ver.png) repeat-x left top;
    HEIGHT: 728px;
    float: right;
    margin-left: 50px;
}
#vtab > ul > li {
    width: 110px;
    /*height: 30px;*/
    background-color: #425864 !important;
    list-style-type: none;
    display: block;
    cursor: pointer;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 20px;
    border: none;
    position: relative;
    border-right: none;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    font-size: .7rem;
    font-weight: 300;
    color: #ffffff;
}


#vtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border-right:none;
    border: none;
    z-index: 10;
    background-color: #00B9AE !important;
    position: relative;
    color: #ffffff;
    font-weight: 300;
}
.fixedleftmenu {
    position: fixed;
    width: 14%;
    left: 0;
    min-width: 190px;
}
.fixedleftmenu h3{
    padding-top: 10px;
}
#sortable .ui-state-default {
    height: 1.5em;
    line-height: 1.4em;
    margin: 0 5px 5px;
    padding: 10px;
    background-color: #DDF5F3;
}

@media (max-width: 1025px) {
    #content{
        min-width: unset;
    }
    #_header_customername,#_header_logo{
        display: none;
    }
}
@media (max-width: 768px) {
    #menu{
        height: 86px !important;
    }
}

/*VideoPopUp*/
#closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;


    z-index: 100004;
}
#helpVideoOpct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}
#helpVideoCont{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 1200px;
    min-width: 640px;
    height: 0;
    height: auto !important;
}
#helpVideoCont video{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}
.gbcHelpVideo img{
    max-width:30px;
    max-height: 30px;
    cursor: pointer;
    padding-top: 10px;
}

th.sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC);

}

.TableSortedDescending {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=) !important;
}

.TableSortedAscending {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==) !important;;
}

 /* 2020-05-15 new theme*/
/*.hovermenu{*/
    /*background-color: white;*/
/*}*/
/*.hovermenu h3 {*/
    /*color: black;*/
/*}*/
/*.hovermenu ul li a:hover {*/
    /*color: #0a6aa1;*/
/*}*/
/*.menucategorytitle {*/
    /*color: black !important;*/
/*}*/
/*.subnotselected {*/
    /*color: black;*/
/*}*/
.hovermenu ul li a,div.menucategorytitle{
    border-bottom: 5px solid  var(--left-menu-color);
    font-weight: 700;
    font-size: 14px;
}
.hovermenu ul li a:hover{
    border-left: none;
    /*border-bottom: 5px solid var(--hovermenu-underline-color);*/
    text-decoration: underline;
    text-decoration-color: var(--hovermenu-underline-color);
}
#content,body {
    background-color: var(--body-background);
}
#vtab > div {
    background-color: white !important;
}
ul.MenuBarHorizontal ul {
    background-color: white !important;
}

/*2022-04-08*/
ul.MenuBarHorizontal a.MenuBarItemHover,ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
    color: var(--top-menu-hover-color) !important;
    border-top: none !important;
    /*border-bottom: none;*/
    border-bottom: 4px solid transparent;
}
ul.MenuBarHorizontal a{
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-bottom: 4px solid transparent;
}