
/* Beijing Bitanswer Co., Ltd. Copyright 2009 - ?. All rights reserved. */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-size: 12px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "SimSun", Arial, "Helvetica Neue", Helvetica;
    line-height: 1.6;
    color: #333333;
    background-color: #FFF;
    overflow: auto;
}
body .fa-normal, body .fa-n {
    font-size: 14px;
    vertical-align: middle;
}
:focus {outline: none;}

/* Account specific */
.bodysec {
    margin-left: 20px;
}
.container_s1 {
    background: #eeeeee;
    border: 2px solid #cbdced;
    padding: 10px;
    margin: 40px auto;
    width: 650px;
}

.badge {
    display: inline-block;
    min-width: 16px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #777;
    border-radius: 16px;
}

#bg {
    min-height: 100%;
    position: relative;
}
.bg-mobile {
    min-width: inherit !important;
}
#head {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 930;
}
#head.head-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
#head-bar {
    background-color: #3B5998;
    height: 50px;
    width: 100%;
    font-size: 13px;
    padding: 0 8px;
    position: relative;
    box-sizing: border-box;
}
#head-bar .nav {
    display: inline-block;
    padding: 0 10px;
    user-select: none;
}

#head-manu {
    height: 50px;
    line-height: 50px;
    padding-right: 6px;
    float: right;
}
#head-manu .nav {
    color: #D8DFEA;
}
#head-manu i {
    font-size: 14px;
}
#head-manu .nav:hover {
    color: #FFF;
}
#head-manu i.badge {
    padding: 0;
    font-size: 10px;
    position: absolute;
    top: 12px;
    right: -2px;
    background-color: #ff7452;
    color: #fff;
    font-style: normal;
    height: 16px;
    line-height: 16px;
}

#head-title {
    float: left;
    margin-left: 10px;
    height: 50px;
}
#head-title .title-holder {
    font-size: 20px;
    color: #FFF;
    line-height: 50px;
}
#head-title .title-text {
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
    text-overflow: ellipsis;
}
#head-title i {
    margin-left: 8px;
}
#head-title .gdown {
    font-size: 14px;
}

/* Logo */
#logo {
    float: left;
    padding: 9px;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    background-color: #f08200;
}
#logo a {
    display: block;
}
#systitle {
    float: left;
    color: #D8DFEA;
    font-family: Microsoft YaHei,Arial,Verdana;
    font-size: 1.6em;
    line-height: 1em;
    padding-top: 15px;
    margin-left: 8px;
}

#logoimg {
    float: left;
    height: 40px;
    padding: 5px 8px 5px 0;
}

#search-bar {
    float: left;
    padding: 0;
    margin-right: 10px;
    font-size: 12px;
}

/* Welcome */
#welcome {
    float:right;
    margin-top:11px;
    text-align:center;
}
#welcome .headline {
    float: left;
    margin-right: 40px;
}
#welcome h1 {
    display:inline;
    color:orange;
    line-height: 29px;
}
#welcome h2 {
    color:lightgreen;
    display:inline;
    padding-left:10px;
}
#welcome input.search, input.tsearch {
    vertical-align: middle;
    height: 21px;
    width: 220px;
    padding: 3px 8px;
    background-color: #EDF2F6 !important;
}
#search-bar div.search-type {
    background-color: #F9F9F9;
    padding: 0 20px;
    height: 25px;
    min-width: 45px;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid #F1F1F1;
    color: #777;
}
#search-bar div.search-type:hover {
    color: #333;
    background-color: #FAFAFA;
}
.ticon, .tclear {
    background-color: transparent;
    line-height: 27px;
    text-align: center;
    color: #666;
    padding: 0 6px;
}
.ticon {
    border-right: 1px solid #ced5e5;
}
.tclear {
    cursor: pointer;
    width: 20px;
    padding: 0;
    color: darkgray;
}
span.tl {
    font-weight: bold;
    margin: 0;
}

.bit-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(160,176,192,.3) transparent;
}
.bit-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}
.bit-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(160,176,192,.3);
}
#navi {
    border-right: 1px solid #D3E1F9;
    width: 220px;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
#navi-fold {
    width: 8px;
    height: 40px;
    background-color: #5ae;
    color: #EDF2F6;
    font-size: 14px;
    cursor: pointer;
    z-index: 8;
    position: fixed;
    left: 212px;
    top: 50%;
    text-align: center;
    line-height: 40px;
}

#navi-fold:hover {
    background-color: #08c;
}

#navitop {
}

#content {
    position: absolute;
    top: 50px;
    left: 221px;
    bottom: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: auto;
    z-index: 5;
}
#content.content-full {
    left: 0;
}
#content_top {}
#content_middle {
    margin: 15px;
    min-width: 900px;
}
.content-full #content_middle {
    margin: 15px auto;
    width: 1200px;
}
#content_bottom {}
#bit_msg, div.msg {
    padding: 10px 15px;
    background-color: #F9EDBE;
    border: 1px solid #F0C36D;
}
#bit_msg {
    font-size: 14px;
    display: none;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

#copyright {
    background:#F5F7FA;
    border-top:1px solid rgba(210, 217, 231, .6);
    color:#789;
    font-size:12px;
    overflow:hidden;
    padding:10px 0;
    text-align:center;
}
#copyright a {
    display: inline-block;
    margin-left: 30px;
    color: #0088CC;
}

#navibody {
    padding-top: 12px;
}

#navibody ul {
    margin: 0;
    margin-top: 5px;
    padding: 5px 0;
    list-style: none;
    line-height: normal;
    overflow-x: hidden;
}

#navibody li {
    margin-bottom: 1px;
    padding: 2px 0 2px 30px;
}

#navibody ul.naviMain {
    font-size: 13px;
}

#navibody ul.naviBlock {
    overflow-y: auto;
    white-space: nowrap;
}

#navibody a, #navibody a:hover {color: #074D8F;}

#navibottom {
    font-size:0;
    height:10px;
    line-height:0;
}

#navibody .mouseover, #navibody ul.list li:hover {
    background-color: #F5F7FA;
}

#navibody .selected {
    background-color: #E5ECF9 !important;
}

#navibody .selected a {
    color: #DD4B39;
}

#navibody li a {
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 0;
    margin: 2px 0;
}
#navibody li a i.fa {
    margin-right: 5px;
    font-size: 14px;
}
#navibody ul.naviBlock li a {
    height: 20px;
    line-height: 20px;
}

#navibody span.naviText {
    display: inline-block;
    margin-left: 8px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-collapse #navi {width: 0}
.bg-collapse #content {left: 0}
.bg-collapse #navi-fold {left: 0}

#contact-icon {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 40px;
    height: 40px;
    font-size: 21px;
    color: #fff;
    background-color: #f08200;
    overflow: hidden;
    z-index: 200;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
#contact-icon:hover {
    background-color: #e07000;
}
#contact-info {
    position: fixed;
    z-index: 200;
    box-shadow: 0 2px 16px 0 rgba(48, 48, 48, 0.1), 0 0 1px 0 rgba(48, 48, 48, 0.2);
    padding: 10px;
    background-color: #fff;
    height: 175px;
    border-radius: 12px;
    display: none;
}
#contact-info img {
    width: 175px;
}

/* ----------------------------------- *\
            Common Components
\* ----------------------------------- */
p, blockquote, ul, ol {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 1.6em;
}

p {
    margin-left: 20px;
}
div.p {
    margin: 12px 0;
    line-height: 1.6em;
}
div.formline {
    margin-bottom: 12px;
}
div.formline-bigger {
    margin-bottom: 18px;
}
div.formradio {
    line-height: 2.2;
}
span.inputOption {
    display: inline-block;
    margin-right: 20px;
}

ul, ol {
    list-style-position: outside;
}

select {
    border: 1px solid #abc;
    padding: 4px 5px;
    border-radius: 3px;
    background-color: #fff;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.holder > .row {
    margin-left: 0;
    margin-right: 0;
}
.col {
    margin-left: 15px;
    margin-right: 15px;
}
.layer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.container-root {
    width: 960px;
    margin: 32px auto;
    box-sizing: border-box;
}
.container-card {
    width: 100%;
    margin-bottom: 32px;
    border: 1px solid #cde;
    background-color: #f4f5f7;
    padding: 16px 24px;
    border-radius: 4px;
    box-sizing: border-box;
}
.container-card.card-tile {
    padding-bottom: 0;
}
.container-card h1 {
    font-size: 14px;
    color: #666;
}
.container-tile {
    padding: 16px 0;
    border-top: 1px solid #cde;
    border-bottom: 1px solid transparent;
    position: relative;
}
.card-list .container-tile {
    padding: 10px 0;
    border-top-color: transparent;
}
.container-tile.editable {
    cursor: pointer;
}
.container-tile.editable:hover, .container-card.card-hover .container-tile:hover {
    background: #e6f7f5;
    border: 1px solid #bde9e5;
    margin-left: -24px;
    padding-left: 23px;
    margin-right: -24px;
    padding-right: 23px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.container-tile label {
    text-align: left;
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
}
.container-tile span.content {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}
.container-tile span.container-icon {
    display: inline-block;
    width: 25%;
    text-align: right;
    box-sizing: border-box;
    font-size: 14px;
    padding-right: 8px;
    color: darkgray;
}
.container-tile.editable:hover span.container-icon {
    color: #0088cc;
}

.edit:hover {
    background-color: #D2D9E7;
    cursor: pointer;
}

input.text {border:1px solid #CED5E5;}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, .edit input {
    border:1px solid #CED5E5;
    outline:medium none;
    padding:4px 5px;
    border-radius:3px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus,
input[type="number"]:focus, textarea:focus, .edit input:focus, .tinput.focus {
    outline:medium none;
    box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
    border:1px solid rgba(121, 187, 238, 0.75);
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 2px;
}
input[disabled], input.disabled {
    color: #6d6d6d;
    box-shadow: none;
}
input.readonly, textarea.readonly, input.readonly:focus, textarea.readonly:focus {
    background-color: #E9EEF2;
    border: 1px solid #D2D9E7;
    box-shadow: none;
}
input[readonly="readonly"], textarea[readonly="readonly"],
input[readonly="readonly"]:focus, textarea[readonly="readonly"]:focus {
    background-color: #E9EEF2;
    border: 1px solid #D2D9E7;
    box-shadow: none;
}
select.nt1, input.nt1, textarea.nt1 {
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #E2E9EF;
    border-top: 1px solid #CBD3E2;
}
input.nt1, select.nt1 {
    height: 28px;
}
input.file {
    padding: 3px 5px;
}
input.sn {
    font-family: Arial;
    text-align: left;
    text-transform: uppercase;
}
input.deflen {width: 120px;}
.pad-3, input.pad-3 {padding: 3px 5px;}
.pad-5, input.pad-5 {padding: 5px;}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    font-family: "Microsoft YaHei", Arial, verdana;
    margin: 20px 0;
}

h2, h3 {
    color: #074D8F;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 { font-size: 18px; }
h2 { font-size: 107%; }
h3 { font-size: 100%; }
h4 {
    border-bottom:1px solid #CED5E5;
    margin:0 0 1em;
}
h1.hh {
    font-size: 14px;
    text-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* a */
a {
    text-decoration: none;
    color: #074DAF;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #074DAF;
    cursor: pointer;
}
a:focus {
    outline: none;
}
a.ul {text-decoration: underline;}
a.ul:hover {text-decoration: underline;}

a.data {
    text-decoration: none;
    color: #074DAF;
    cursor: pointer;
}

table a:hover {
    text-decoration: underline;
    cursor: pointer;
}

a.graylink {color: #BBBBBB;}

/* Label */
label {
    display: inline-block;
    width: 70px;
    padding-right: 1em;
    text-align: right;
    font-weight: normal;
}
label.auto {
    width: auto;
}
label.long {
    width: 170px;
}
label.top {
    vertical-align: top;
}
label.forradio{
    display: inline;
    text-align: left;
    width: auto;
}
.lablePad {
    margin-left: 70px;
    padding-left: 1em;
}

.leftText {text-align: left;}
.rightText {text-align: right;}
.centerText {text-align: center;}

/* Table */

table {
    border-collapse:collapse;
}

table.fixed {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

table.nowrap {
    width: 100%;
    table-layout: fixed;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table.full, table.full-line {
    width: 100%;
}

table.oneline {
    white-space: nowrap;
    text-overflow: ellipsis;
}

table.simple {
    width: 100%;
    border-bottom: 1px solid #CED5E5;
}

table tr {line-height: 1.6;}

table.simple tr {line-height: 1.8;}
table.simple th {
    background: none;
    border: none;
    border-bottom: 1px solid #CED5E5;
    color: #333;
    text-align: center;
    font-weight: bold;
}
table.simple th.leftText, table.simple td.leftText {
    text-align: left;
    padding-left: 6px;
}
table.simple th.rightText, table.simple td.rightText {
    text-align: right;
    padding-right: 6px;
}

table.simple td {
    color: #333333;
    border: none;
    text-align: center;
    padding: 0 5px;
    height: 38px;
    line-height: 38px;
    border-bottom: solid 1px #CED5E5;
}

table.simple td.onleft {text-align: left;}
table.simple td.onright {text-align: right;}

thead th {
    font-weight: normal;
    color: #333;
    text-align: center;
    background-color: #EDF2F6;
    padding: 8px 5px;
    border: 1px solid #CED5E7;
}
table.v2 thead th {
    border: none;
    border-top: 1px solid #CED5E7;
    border-bottom: 1px solid #CED5E7;
    padding: 8px 5px;
    font-weight: normal;
    text-align: left;
}
table.v2 thead th:first-child {padding-left: 15px;}
table.v2 thead th:last-child {padding-right: 15px;}
table.full-line thead th:first-child {padding-left: 15px; border-left: none;}
table.full-line thead th:last-child {padding-right: 15px; border-right: none;}
table.v2 thead th.number, table.v2 thead th.date {
    text-align: right;
}
table.v2 thead th.center {text-align: center;}
thead th.null {background: none;}
table.v2 thead th.indicator, thead th.indicator {
    width: 2px;
    padding-left: 0;
    padding-right: 0;
}

.w1, th.w1, th.col_status {width: 18px;}
.w2, th.w2 {width: 36px;}
.w3, th.w3, th.col_op2 {width: 54px;}
.w4, th.w4 {width: 72px;}
.w5, th.w5 {width: 90px;}
.w6, th.w6 {width: 108px;}
.w7, th.w7 {width: 126px;}
.w8, th.w8, th.col_fdate, th.col_op5 {width: 144px;}
.w9, th.w9 {width: 162px;}
.w10, th.w10 {width: 180px;}
.w11, th.w11 {width: 198px;}
.w12, th.w12 {width: 216px;}
.w13, th.w13 {width: 234px;}
.w14, th.w14 {width: 252px;}
.w15, th.w15 {width: 270px;}

th.col_id {width: 45px;}
th.col_sn {width: 150px;}
th.col_op {width: 28px;}
th.col_pad3 {padding-left: 3px; padding-right: 3px;}

/* TD */
tbody th {
    font-weight: normal;
    text-align: left;
    background-color: #E9EEF2;
    color: #333;
    padding: 8px 5px;
    border: 1px solid #D2D9E7;
}

table.hover tbody tr:hover td {
    background-color: #F3F5F8;
}

tbody tr {
    background-color: #FAFCFE;
}
tbody tr.disabled {
    background-color: #F5D8F7;
}
tbody tr.deleted {
    background-color: #F5D7D9;
}
tbody tr.slt {
    background-color: #F3F3F3;
}
table.alt tbody tr:nth-child(odd){
    background-color: #F7F9FB;
    color: #847A6D;
}
tbody tr.edit_popup, div.edit_popup {
    background-color: #FAFAD2;
}

table.v2 tr.hl {
    border-left: solid 4px #4D90F0;
}
table.v2 tr.hl td.icon:first-child {
    padding-left: 13px;
}

.none tr {background: none;}
.none td, td.none {
    color: #000;
    border: none;
}

tbody td {
    color: #333;
    padding: 8px 5px;
    border: 1px solid #D2D9E7;
    overflow: hidden;
}

table.v2 tbody td {
    border: none;
    border-bottom: 1px solid #D2D9E7;
    padding: 8px 5px;
}
table.v2 tr td:first-child {padding-left: 15px;}
table.v2 tr td:last-child {padding-right: 15px;}
table.full-line tr td:first-child {padding-left: 15px; border-left: none;}
table.full-line tr td:last-child {padding-right: 15px; border-right: none;}

tbody td.noborder {
    border: none;
    background: none;
}

tbody td.blank, table.blank td {
    color: #333;
    border: none;
    background: #F3F5F6;
}

tr.blocked a.sn, td.blocked span.highlight, span.status-disabled{
    color: #FE5C57;
}
tr.denied a.sn, td.denied span.highlight, span.status-denied{
    color: orange;
}
tr.invalid, td.invalid, span.invalid {
    color: #999;
}

tbody td.slt {background: #BBDAFD;}

tbody td.icon {
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

tbody td.links {
    text-align: center;
    background: #F2F5F7;
}
tbody td.hl {background-color: #4D90F0;}

tbody td.product {color: #88CCDD;}
tbody td.template {color: #2345DD;}
tbody td.sn {color: #BB3244;}
tbody td.user {background-color: #E5ECF9; color: #BB3244}

td.free {}
td.free a, span.free {color: #17A325;}

.table-ext {
    border-left: 1px solid #D2D9E7;
    border-right: 1px solid #D2D9E7;
    border-bottom: 1px solid #D2D9E7;
    padding: 10px 15px;
}
.row .table-ext {
    border-left: none;
    border-right: none;
}

div.table_navi {clear: both;}
div.navi {
    font-size: 100%;
    margin-bottom: 12px;
    margin-top: 8px;
}
div.navi a, div.navi span {
    margin-left: 3px;
    margin-right: 3px;
}
div.navi a.unact {
    color: #D2D2D2;
}
div.navi a.unact:hover {
    color: #074D8F;
}
div.navi span.naviblock {
    margin-left: 0;
    margin-right: 16px;
}
div.navi .hl {
    background: #abcdef;
    font-weight: bold;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 2px;
    padding-right: 2px;
}
div.navi .hl2 {
    color: #333;
}
span.pageitems {margin-right: 5px;}
.info-icon {
    color: #4bbcc5;
    font-size: 14px;
    cursor: help;
}
.sort i {
    margin-left: 3px;
    color: #074daf;
}
.current-sort a {
    font-weight: bold;
}

/* Form */
form {
    padding-top: 10px;
    padding-bottom: 10px;
}
form.empty {padding:0}
form.nt1, div.nt1 {
    background-color: #F5F7FA;
    margin-top: 10px;
    padding: 20px 10px;
}
form.nt1 div.formline {
    margin-bottom: 16px;
}
form.nt1 label {
    width: 120px;
}

/* ----------------------------------- *\
            Specific Classes
\* ----------------------------------- */

/* Tab bar */
#tab {
    width: 100%;
    position: relative;
}

.tab-box {
    border-bottom:1px solid #a4c4dc;
    border-left:1px solid #a4c4dc;
    border-right:1px solid #a4c4dc;
    padding: 10px;
}

#tab p {
    border-bottom:1px solid #a4c4dc;
    bottom:0;
    font-size:1px;
    height:1px;
    left:0;
    position:absolute;
    width:100%;
    margin: 0;
    z-index:5;
}

#tab span.none {
    display: inline-block;
    border: none;
    background: none;
    font-weight: bold;
    height: 18px;
    padding: 0 5px;
    vertical-align: middle;
}

#tab a {
    background-color: #E9EEF2;
    display: inline-block;
    height: 18px;
    margin: 0 2px;
    padding: 8px 15px 4px;
    line-height: 100%;
    border: 1px solid #E2E5E9;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    color: #3b5998;
}

#tab a:hover {
    background-color: #d9e1ec;
    border: 1px solid #CED5E5;
}

#tab a.active, #tab a.active:hover {
    z-index: 10;
    border: 1px solid #A4C4DC;
    border-bottom-color: #FFF;
    background: none;
}

#tab a i {
    margin-right: 6px;
}
#tab a.active i {color: #dd4b39;}

/* Boxes */
div.box1_boader {
    background-color: #FFF;
    border: 1px solid #D2D9E7;
}
.box1_inner {
    background-color: #F2F5F9;
    margin: 3px;
    padding: 10px;
}

/* ----------------------------------- *\
              Drop Down Manu
\* ----------------------------------- */
.line {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.glist, .module {
    display: inline-block;
    position: relative;
    _float: left;
}
.glist {
    margin-right: 8px;
}
.dropdown-toggle {
    cursor: pointer;
}
.gbtn {
    display: inline-block;
    padding: 0 8px;
    height: 27px;
    line-height: 27px;
    color: #444;
    border: solid 1px #CCC;
    border-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    outline: 0 none;
    white-space: nowrap;
    min-width: 54px;
    background-color: #F0F0F0;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(top, #F5F5F5, #EEEEEE);
    background-image: -moz-linear-gradient(center top , #F5F5F5, #EEEEEE);
    background-image: -webkit-gradient(linear, 0 40%, 0 70%, from(#F5F5F5), to(#EEEEEE));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#EEEEEE');
    /* Disable text selection (Firefox/Webkit only)*/
    -moz-user-select: none;
    -webkit-user-select: none;
}

.gbtn:hover, .gbtn:focus {
    border-color: #999;
    background-image: linear-gradient(top, #F9F9F9, #EEEEEE);
    background-image: -moz-linear-gradient(center top , #F9F9F9, #EEEEEE);
    background-image: -webkit-gradient(linear, 0 40%, 0 70%, from(#F9F9F9), to(#EEEEEE));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#EEEEEE');
    color: #333;
}
.gbtn.disabled,
.gbtn.disabled:hover,
.gbtn.disabled:focus,
.gbtn.disabled:active,
.gbtn.disabled:active:hover {
    border-color: #CCC !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    background-image: none !important;
    background-color: #F0F0F0 !important;
    color: #BBB !important;
    cursor: inherit !important;
    box-shadow: none !important;
    cursor: default !important;
}

.gleft, .glist > .gbtn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.gright, .glist > .gbtn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.glist > .gbtn {
    margin-left: -1px;
}
.glist > .gbtn:first-child {
    margin-left: 0;
}

.gbtn img, .gbtn span {
    display: inline-block;
}
.gbtn img {
    vertical-align: text-top;
    _margin: 1px 0;
}
.gbtn span {
    margin-left: 4px;
}
.gbtn small {
    margin-left: 3px;
    display: inline;
}
.gbtn .fa {
    font-size: 14px;
}
.gitem span {
    max-width: 230px;
}

.glpad {
    margin-right:0 !important;
}
.glist .gbtn:not(:first-child) {
    border-left-width: 0;
    margin-left:0 !important;
}
.glist .gbtn:not(:first-child):hover, .glist .gbtn:not(:first-child):focus {
    border-left-width: 1px;
    padding-left: 7px;
}
.glist .gbtn:not(:first-child).disabled,
.glist .gbtn:not(:first-child).disabled:hover,
.glist .gbtn:not(:first-child).disabled:focus,
.glist .gbtn:not(:first-child).disabled:active {
    border-left-width: 0;
    padding-left: 8px;
}

.gactive, .gbtn:active:hover {
    background-color: #EEE !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: -moz-linear-gradient(center top , #EEE, #E0E0E0) !important;
    background-image: -webkit-gradient(linear, 0 40%, 0 70%, from(#EEE), to(#E0E0E0)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#E0E0E0') !important;
    border-color: #CCC !important;
    color: #333 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.gdown {
    position: absolute;
    z-index: 100;
    top: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    clear: both;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #F1F1F1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    min-width: 135px;
    max-height: 640px;
    _width: 135px;
}

.gdown-full {
    padding: 0 !important;
    min-width: 0 !important;
}
.gdown h4 {
    border-bottom:1px solid #E9E9E9;
    margin:0.5em 0;
}
.gdown .gblock {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 380px;
}

.gitem-group {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 8px 5px;
    background-color: #F5F7FA;
    border-top: 1px solid #CED5E5;
    border-bottom: 1px solid #CED5E5;
}
.gitem {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 5px;
    line-height: 1.8;
    min-width: 40px;
    white-space: nowrap;
    text-align: left;
    color: #444;
    user-select: none;
}
.gdown-full .gitem {
    padding: 5px 8px;
}
.gdown-large .gitem {
    padding: 8px 10px;
}
.gitem-hover, .gitem:hover {
    background: #EEF2F9;
    color: #333;
}
.gitem.disabled,
.gitem.disabled:hover,
.gitem.disabled:focus,
.gitem.disabled:active {
    color: #BBB !important;
    cursor: default !important;
    background-color: inherit !important;
}
.gitem-active {
    background-color: #fafad2 !important;
    color: #dd4b39 !important;
}
.gitem .gicon {
    margin-right: 8px;
}

.gdown .btn-group {
    overflow: hidden;
    display: flex;
    margin: -1px -2px;
}
.gdown .btn-group > .gitem {
    float: left;
    flex: 1;
    border: 1px solid #e8e8e8;
    background-color: #f1f1f1;
    border-radius: 3px;
    margin: 2px;
    text-align: center;
    box-sizing: border-box;
}
.gdown .btn-group > .gitem:hover {
    background-color: #ececec;
    border-color: #ccc;
}
.gdown .btn-group > .gitem.disabled:hover {
    border-color: #e8e8e8;
}
.gdown .gdown-logo {
    display: inline-block;
    width: 18px;
}
.gdown .gdown-logo img {
    max-height: 16px;
    max-width: 16px;
    vertical-align: middle;
    margin-top: -3px;
}

.gdown-dark .gdown {
    background-color: #2A4887;
}
.gdown-dark .gitem {
    color: #FFF;
}
.gdown-dark .gitem-hover, .gdown-dark .gitem:hover {
    background: #EEF2F9;
    color: #333;
}
.gdown-dark .gpopup {
    background-color: #2A4887;
    color: #FFF !important;
}
.gdown-dark .gitem-active {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.gtext {
    cursor: default;
    font-style: italic;
    color: #999;
}
.gbox {
    position: relative;
    overflow: hidden;
    border: solid 1px #CED5E5;
    border-radius: 3px;
    padding: 1px;
    background-color: #FFF;
    line-height: 1em;
    margin-top: 8px;
    margin-bottom: 8px;
}
.gbox input, .gbox input:focus {
    background-color: #FFF;
    border: 0 none;
    box-shadow: none;
    color: #222222;
    font-size: 100%;
    margin: 0;
    outline: 0 none !important;
    width: 100%;
    max-width: 50ex !important;
}
.gbox input::-ms-clear {
    display: none;
}
.gbox .icon-right {
    position: absolute;
    right: 5px;
    top: 5px;
}
.gbox .icon-right i.fa {
    color: #999;
    font-size: 10px;
}
.tinput.gbox {
    margin: 0;
    padding: 0;
    background-color: #EDF2F6;
}

input.bit-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color-adjust: exact;
}
.gcheck, .bit-check {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #BBB;
    border-color: rgba(155, 155, 155, 0.57);
    border-radius: 0.25em;
    font-size: 12px;
    font-weight: normal;
    height: 1em;
    margin: 0 2px 0 2px;
    outline: 0 none;
    vertical-align: text-bottom;
    width: 1em;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    color: #0d6efd;
    font-family: FontAwesome;
}
.gcheck:focus, .gcheck:active, .bit-check:focus, .bit-check:active {
    border-color: #4D90FE;
}
.gcheck:hover, .bit-check:hover {
    border: 1px solid #B2B2B2;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}
.gcheck.gcheck-yes:before, .bit-check:checked[type=checkbox]:before {
    content: "\f00c";
    vertical-align: top;
    line-height: 1;
    font-size: 12px;
}
.gcheck.gcheck-part:before, .bit-check.bit-part:checked[type=checkbox]:before {
    content: "\f068";
    vertical-align: top;
    line-height: 1;
    font-size: 12px;
}
.gcheck.disabled, .bit-check[disabled],
.gcheck.disabled:hover,
.gcheck.disabled:focus,
.gcheck.disabled:active {
    border-color: transparent !important;
    color: #666 !important;
    background-color: transparent !important;
    cursor: default !important;
    box-shadow: none;
}

.radius_top_left, .radius_top, .radius_left, .gtop {
    border-top-left-radius: 3px;
}

.radius_bottom_left, .radius_bottom, .radius_left, .gbottom {
    border-bottom-left-radius: 3px;
}

.radius_top_right, .radius_top, .radius_right, .gtop {
    border-top-right-radius: 3px;
}

.radius_bottom_right, .radius_bottom, .radius_right, .gbottom {
    border-bottom-right-radius: 3px;
}

.unselected {
    -moz-user-select: none;
    -webkit-user-select: none;
}

a.popupLink {
    display: inline-block;
    text-align: right;
    margin: 0 4px;
    text-decoration: underline;
}
a.popupLink:hover {
    text-decoration: underline;
}

/* Bit Select */
div.pointer {
    cursor: pointer;
}
div.BitSelect select {
    display: none;
}
span.state-icon {
    display: inline-block;
    overflow: hidden;
    margin: -1px 4px 0 0;
    height: 14px;
    width: 14px;
    text-indent: -999em;
    vertical-align: middle;
}
.gbtn .state-down, .state-holder .state-down {
    margin-left: 4px;
    color: gray;
}
.gpopup .fa-caret-down:before {
    content: "\f0d8";
}
.gbtn.disabled .state-down, .state-holder.disabled .state-down {
    color: #bbb !important;
}
.gbtn:hover .state-down, .state-holder:hover .state-down, .gbtn.gpopup .state-down, .state-holder.gpopup .state-down {
    color: #333;
}
div.bs-manu {
    z-index: 100;
    position: absolute;
    display: none;
    margin: 0;
    clear: both;
    padding: 0;
    width: 80px;
    text-align: left;
    background: #F4F5F7;
    border: 1px solid #E6E6E6;
    -moz-box-shadow: 0 4px 10px #8B8B8B;
    -webkit-box-shadow: #8B8B8B 0px 4px 10px;
    box-shadow: 0 4px 10px #8B8B8B;
}
div.bs-manu div {
    padding: 3px 5px;
}

/* Inline edit */
.pop, .inline{
    width: auto;
    height: auto;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: 99;
    display: none;
}
.inline {
    background-color: #FFF6BD;
    padding: 5px 15px;
}
.inline.slide {
    position: fixed;
    top: 50px;
    right: 0;
    min-width: 300px;
}
.inline .inline-title {
    background-color: rgba(0,0,0,0.05);
    margin: -3px -13px 0;
    padding: 5px 13px;
    color: #555;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.inline .inline-body {
    margin-top: 18px;
    margin-bottom: 8px;
}
.inline .inline-foot {
    margin-top: 18px;
}
.inline-title .inline-close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: darkgray;
    cursor: pointer;
}
.inline-title .inline-close:hover {
    color: #e55;
}
.inline .inline-error {
    clear: both;
    color: red;
    line-height: 24px;
    padding-left: 5px;
    padding-top: 5px;
}
.inline input[disabled], .inline input.disabled {
    background-color: #fafad2;
}
.click-me {
    cursor: pointer;
}
.click-me:hover {
    background-color: #FFFBEC !important;
}
.click-me.gpopup {
    background-color: #FAFAD2 !important;
}

.inline-notice-container {
    position: fixed;
    top: 70px;
    right: 30px;
    min-width: 300px;
    z-index: 999;
}

.inline-notice {
    min-width: 300px;
    padding: 9px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: initial;
}
.inline-notice .head {
    color: #999;
}
.inline-notice .body {
    margin-top: 5px;
}
.inline-notice .close {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #999;
    display: none;
}
.inline-notice:hover .close {
    color: #666;
    display: block;
}
.inline-notice span {
    display: inline-block;
}
.inline-notice span.action {
    margin-left: 10px; 
}

/* ----------------------------------- *\
                 Content
\* ----------------------------------- */

p.debug {
    color: gray;
    margin-bottom: 5px;
}

p.debug span.title {
    color: #404040;
    font-weight: bold;
    margin-right: 8px;
}

.afterlabel {
    margin-left:70px;
    padding-left:1em;
}
form.nt1 .afterlabel {
    margin-left: 120px;
}

form p, p.b10 {
    margin-bottom: 10px;
}

.red, .warnning, a.red, a.red:hover {color: red;}
.gray {color:gray;}
span.blocked {background: #FCDDCE;}
span.unblocked {background: #F2F2F2;}

.left {float: left; display: inline;}
.right {float: right; display: inline;}
.center {margin: 0 auto;}
.clear {clear:both; overflow:hidden; height:0;}

.smallmargin{
    margin-bottom: 5px;
}

.icon-loading {
    color: #89a;
    font-size: 16px;
}

/* Wrapper */
.wrapper-top {
    margin-top: 30px !important;
}
div.wrapper {
    margin: 30px auto 0;
    width: 800px;
    overflow: hidden;
}
div.wrapper-full, .full {
    width: 100%;
}

.head-bar {
    background-color: #F2F5F9;
    border: 1px solid #E9EEF2;
    margin: -15px -15px 15px;
    padding: 10px 15px;
    color: #333;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
.head-bar.head-bar-rich {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    height: 28px;
    line-height: 28px;
}
.head-bar .head-group {
    margin-right: 50px;
}
.head-bar .head-item {
    margin-right: 10px;
}
.head-bar .head-bar-right {
    right: 15px;
}
.head-bar .head-bar-right .head-item {
    margin-right: 0;
    margin-left: 10px;
}
.layer .head-bar {
    margin-top: 15px;
}
.head-bar .head-icon {
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 8px;
    color: #3B5998;
    cursor: help;
    border-radius: 50%;
}
.head-bar .head-bar-right .head-icon {
    margin-right: 0;
    margin-left: 8px;
}
.head-bar .head-icon:hover {
    color: #3B5998;
}
.head-bar .head-icon-btn {
    cursor: pointer;
}
.head-bar .head-icon-btn.head-icon-solid {
    background-color: #E5ECF9;
}
.head-bar .head-icon-btn:hover {
    background-color: #D9E1EC;
}
.head-bar .head-icon-btn.head-icon-blue {
    background-color: #4D90FE;
    color: #FFF;
}
.head-bar .head-icon-btn.head-icon-blue:hover {
    background-color: #357AE8;
}
.head-bar .head-icon-btn.head-icon-red {
    background-color: #D14836;
    color: #FFF;
}
.head-bar .head-icon-btn.head-icon-red:hover {
    background-color: #C53727;
}
.head-bar .head-icon.head-icon-unset {
    color: #c3cfe1;
}
.head-bar .head-icon.head-icon-unset:hover {
    color: #83a4b5;
}
.head-bar .head-icon.head-icon-warning {
    color: #FE5C57;
}
.head-bar .head-img {
    display: block;
    float: left;
    clear: both;
}

.bit-btn {
    display: inline-block;
    border-radius: 2px;
    color: #FFF;
    margin: 0;
    padding: 0 16px;
    border: 1px solid transparent;
    line-height: 26px;
    font-size: 12px;
}
.bit-btn:hover {
    color: #FFF;
}
.bit-btn-blue {
    background-color: #4D90FE;
}
.bit-btn-blue:hover {
    background-color: #357AE8;
    border: 1px solid #2F5BB7;
}
.bit-btn-red {
    background-color: #D14836;
}
.bit-btn-red:hover {
    background-color: #C53727;
    border: 1px solid #B0281A;
}
.bit-btn-disabled {
    color: #EEE !important;
    border-color: transparent !important;
}
.owner {position: relative;}
span.naviright, .dr, .head-bar-right {
    display: inline-block;
    position: absolute;
    right: 3px;
}
.r10 {right: 10px !important;}
.r20 {right: 20px !important;}
#selectbar select {
    min-width: 150px;
}

.label {
    display: inline-block;
    margin-left: 6px;
    padding: 3px 5px;
    background-color: #ADD8E6;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.label-danger {
    background-color: #d9534f;
}
.label-success {
    background-color: #5cb85c;
}
.label-default {
    background-color: #777;
}
.label-info {
    background-color: #5bc0de;
}
.label-primary {
    background-color: #337ab7;
}
.label-warning {
    background-color: #f0ad4e;
}

.bit-alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; 
}

.bit-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.bit-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.bit-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.bit-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

div.head-info {
    clear: both;
    margin-bottom: 20px;
    padding: 3px 15px;
    background-color: #FAFCFE;
    border-top: 1px solid #F5F7FA;
    border-bottom: 1px solid #F5F7FA;
}
div.head-form {
    clear: both;
    margin-bottom: 15px;
    padding: 0 15px;
    background-color: #F5F7FA;
    border-top: 1px solid #E9EEF2;
    border-bottom: 1px solid #E9EEF2;
}
div.onScrollTop, div.onScrollBottom {
    z-index: 2;
    position: fixed;
    padding: 5px;
    background-color: #E9EEF2;
    border-bottom: solid 1px #CED5E5;
    border-top: solid 1px #CED5E5;
}
div.onScrollTop {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    top: 0;
}
div.onScrollBottom {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    bottom: 0;
}
div.scrollInner {
    padding: 8px 15px;
}
div.onScrollTop div.scrollInner, div.onScrollBottom div.scrollInner {
    padding: 0;
}

.ss_first {padding-right: 10px;}
.ss_item {padding: 0 10px; border-left: 1px solid #CED5E5;}
.ss_last {padding-left: 10px; border-left: 1px solid #CED5E5;}

.tip {color: gray;margin: 10px;}
span.ttip {color: gray;margin: 10px 0;}
.h1_tip {font-size: 12px; font-weight: normal; margin-left: 8px;}
.note {
    color: gray;
    margin-top: 20px;
    display: block;
}
ul.tip li {
    margin-bottom: 2px;
}
ul.tip {
    background-color: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.noteH4 {
    border-top:1px solid #CED5E5;
    color:gray;
    display:block;
    margin-top:30px;
    padding:1em 0;
}

span.content_name {
    font-weight: normal;
    display: inline-block;
    width: 90px;
}
span.content_value {
    display: inline-block;
    font-weight: bold;
    width: 220px;
}
span.content_tip { color: gray; margin-left: 5px; }

div.geninfo {
    margin: 12px 0;
    line-height: 2;
    color: #555;
}
div.geninfo .desk {color: #aaa;}

.formbtn {
    padding: 2px 4px;
}

.dataname {
    font-weight: bold;
    color: #667788;
}

.radius, .block {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.block, .bg1, .bg2 {
    background: #F2F5F9;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F5F9), to(#E9EEF2));
    background: -moz-linear-gradient(top, #F2F5F9, #E9EEF2);
    border: 1px solid #CED5E5;
}

.block {
    margin:20px auto;
    padding:20px;
    font-size:14px;
}
.bg1 {
    margin:20px auto;
    padding:20px;
}
.bg2 {
    margin:5px auto 25px;
    padding:10px;
}
.bg3 {
    padding: 10px;
    margin: 10px 0;
    background-color: #F5F7FA;
}

.bgShadow {
    padding: 10px 20px;
    background: #F5F7FA;
    border: 1px solid #D2D9E7;
    line-height: 2;
}

input.changed {
    color: #0d6efd;
}

select.changed {
    color: #0d6efd;
}

.starred, .unstarred {
    cursor: pointer;
}
.starred {
    color: #f08200 !important;
}
.unstarred {
    color: #ccc;
}
.unstarred:hover {
    color: #f9d269;
}

.bit-dot {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.sn-status {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
}
.sn-status-18 {
    width: 18px;
}

.icon i, .action i {
    font-size: 14px;
}
.action i {
    color: darkgray;
}
i.none {
    color: transparent !important;
}
i.f-vv {
    color: #00adee;
}
i.f-user {
    cursor: pointer;
    color: #86c440;
}
i.icon-edit:hover {
    color: #333;
}
i.icon-remove:hover {
    color: red;
}

/* success and failed status bar */
#msgbar {
    font-size: 120%;
    margin: 10px -15px;
    padding: 8px 10px;
    line-height:1.6em;
}

.success {
    color: #2356de;
    background: #ddeeff;
}

.failed {
    color: red;
    background: #eeeeee;
}

.error {
    border: solid 1px red;
    background-color: #ffaaaa;
}
select.error,
input.error, input.error:focus,
textarea.error, textarea.error:focus {
    border: 1px solid #DD4B39 !important;
    box-shadow: none;
    background-color: #F9EDBE;
}
label.error {
    width: auto !important;
    text-align: left;
    margin-left: 10px;
    border: none;
    background: none;
    color: red;
}

/* bd content box */
.bd {
    border: 1px solid #D2D9E7;
    margin: 0 7px 14px;
}
.bdLeft {margin-left: 0;}
.bdRight {margin-right: 0;}
.bdTitle {
    font:14px Verdana;
    margin-bottom:5px;
    padding-left:10px;
    border:1px solid #D2D9E7;
    border-width:0 0 1px;
    height:21px;
    padding-top:3px;
    background-color:#E9EEF2;
}
.bdBody {margin: 10px;}

.hide {
    display: none;
}
.show, .popmanu-mobile {
    display: block !important;
}

.midMust {color: blue; margin-left: 3px;}
.midSame {color: #AAA}
.midSame .midMust {color: #AAF}
.mid {color: #55BBBB; margin-left: 3px;}
.midSame .mid {}
.unconfirm {color: orange;}

/* Feature Bar */
div.tableSimpleBar {
    border-bottom:1px solid #CED5E5;
    margin:10px 0;
    padding:3px;
}
div.tableSimpleBottom {
    background:none repeat scroll 0 0 #F2F5F9;
    min-height:20px;
    margin:0;
    padding:5px;
}
div.tableSimpleBottom span {
    display: inline-block;
    vertical-align: middle;
}
div.tableSimpleTop {
    background:none repeat scroll 0 0 #F2F5F9;
    margin:0;
    padding:3px 10px;
}
div.tableSimpleTop h2 {
    line-height: 1.2;
    font-size: 14px;
    color: #333;
}
div.tableSimpleTop h2 a:hover {
    text-decoration: underline;
}
div.tableSimpleTop h2 span.info-group {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
}

div.tableSimpleExt {
    border-bottom: 1px solid #CED5E5;
    text-align: center;
    padding: 10px 20px;
}

.noTitle .ui-dialog-titlebar {display:none}
.ui-widget {
    font-size: 12px;
    font-family: Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.ui-widget-content a {
    color: #074daf;
}
div.wait {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.qr-ph {
    color: lightblue;
    cursor: pointer;
}
.qr-img img {display:block;}

.ctrl-box {
    box-sizing: border-box;
}
.ctrl-op-group {
    display: inline-block;
    margin-right: 6px;
    box-sizing: border-box;
}
.ctrl-op {
    display: inline-block;
    background-color: lightblue;
    color: #333;
    cursor: pointer;
    margin-right: 2px;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.ctrl-op.op-enabled {
    background-color: #0088cc;
    color: #FFF;
}
.ctrl-op.op-disabled {
    background-color: #e1e1e1;
    color: #aaa;
    cursor: default; 
}
.ctrl-op.op-enabled.op-disabled {
    background-color: #8ab;
    color: #f1f5f9;
}

.text-nowrap, .ctrl-line span.ctrl-text {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
}

/* file upload */
.file-upload {
    padding: 4px 10px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    color: #666;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}
.file-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.file-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
.upload-tip {
    display: inline-block;
    margin-left: 20px;
    vertical-align: super;
}

/* Sexy button */
.sexy {
    box-sizing: border-box;
    margin: 0;
    font: 14px "Microsoft YaHei", Helvetica, Arial, sans-serif !important;
    text-decoration: none !important;
    background: none;
    border: none;
    white-space: nowrap;
    cursor: pointer;

    position: relative;
    padding: 5px 10px;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    color: #fff !important;
    line-height: 1; 
    min-width: 60px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;

    /* Disable text selection (Firefox/Webkit only)*/
    -moz-user-select: none;
    -webkit-user-select: none;
}

.sexy::selection {
    background: transparent;
}
.sexy:hover, .sexy:focus {
    color: #fff !important;
}
.sexy:active { 
}
.sexy[disabled],
.sexy[disabled]:hover,
.sexy[disabled]:focus,
.sexy[disabled]:active,
.sexy.disabled,
.sexy.disabled:hover,
.sexy.disabled:focus,
.sexy.disabled:active {
    color: #ddd !important;
    cursor: inherit;
    opacity: 0.45;
}

/* Simple button colors */
.sexy               { background-color: #6c757d; }
.sexy:hover         { background-color: #343a40; }
.sexy.disabled:hover { background-color: #6c757d; }

.sexy.sexyblack     { background-color: #6c757d; }
.sexy.sexyblack:hover { background-color: #343a40; }
.sexy.sexyblack.disabled:hover { background-color: #6c757d; }

.sexy.sexyred       { background-color: #d9534f; }
.sexy.sexyred:hover { background-color: #b52b27; }
.sexy.sexyred.disabled:hover { background-color: #d9534f; }

.sexy.sexyorange    { background-color: #fd7e14; }
.sexy.sexyorange:hover { background-color: #df8a13; }
.sexy.sexyorange.disabled:hover { background-color: #fd7e14; }

.sexy.sexyyellow    { background-color: #ffb515; }
.sexy.sexyyellow:hover { background-color: #ffb515; }
.sexy.sexyyellow.disabled:hover { background-color: #ffb515; }

.sexy.sexygreen     { background-color: #5cb85c; }
.sexy.sexygreen:hover { background-color: #3d8b3d; }
.sexy.sexygreen.disabled:hover { background-color: #5cb85c; }

.sexy.sexyblue      { background-color: #337ab7; }
.sexy.sexyblue:hover { background-color: #23527c; }
.sexy.sexyblue.disabled:hover { background-color: #337ab7; }

.sexy.sexyteal      { background-color: #2daebf; }
.sexy.sexymagenta   { background-color: #a9014b; }
.sexy.sexypurple    { background-color: #9d01a9; }

/* Simple button sizes */
.sexy.sexysmall          { padding: 4px 7px 5px; font-size: 10px !important; }
.sexy                    { /* default */ }
.sexy.sexymedium         { /* default */ }
.sexy.sexylarge          { padding: 8px 14px 8px; font-size: 14px !important; }
.sexy.sexyxl             { padding: 8px 14px 8px; font-size: 16px !important; }
.sexy.sexyxxl            { padding: 8px 14px 8px; font-size: 20px !important; }
.sexy.sexyxxxl           { padding: 8px 14px 8px; font-size: 26px !important; }

/* ----------------------------------- *\
            Trial Styles
\* ----------------------------------- */
a.trial {color: #B92753;}
a:hover.trial {color: #B92753;}

/* view */
td.viewName {
    width: 120px;
    background: none;
}

div.viewLine {
    margin: 6px 0;
}

label.viewLineName {
    float: none;
    display: inline-block;
    width: 100px;
    font-weight: bold;
}

span.viewLineValue {
}

/* jQuery UI */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
textarea.full {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

/* Mobile site */
.mobile-only {
    display: block;
}
.pc-only {
    display: none;
}
@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
}

/* bit Mobile site */
@media (max-width:768px) {
    #selectbar select{
        min-width: 120px;
    }
    #head-bar .nav {
        display: inline-block;
        padding: 0 7px;
    }
    #search-bar {
        display: none;
        float: left;
        box-sizing: border-box;
        width:80%;
        font-size: 12px;
        margin: 12px 10%;
    }
    #search-bar:after {
        clear: both;
        visibility: hidden;
    }
    #welcome {
        margin: 0;
        background: #3B5998;
        position:fixed;
        top: 50px;
        left: 0;
        right: 0;
    }
    #welcome input.search, input.tsearch {
        width: 65%;
        padding: 3px 5px;
    }
    #search-bar div.search-type {
        padding: 0 5px;
    }
    #search-bar .tinput {
        width: 100%;
    }
    #navi {
        display: none;
        box-sizing: border-box;
        width: 100% !important;
        background: #f5f7fa;
        border-bottom: 1px solid #d2d9e7;
        border-right: none;
        position: absolute;
        top: 50px;
        bottom: unset;
        z-index: 6;
    }
    #navi-fold {
        display: none;
    }
    #nav-btn-mobile {
        cursor: pointer;
        position: fixed;
        top: 0;
        right:8px;
        padding-top: 11px;
        height: 50px;
        width: 50px;
        box-sizing: border-box;
        color: #D8DFEA;
        font-size: 14px;
        text-align: center;
    }
    .nav-btn-mobile-left {
        left: 8px;
    }
    #nav-btn-mobile.gpopup {
        color: #fff;
        background-color: #2A4887;
    }
    #content {
        position: absolute;
        left: 0;
    }
    #welcome .gdown {
        position: fixed;
    }
}
@media (any-hover: hover){
    #nav-btn-mobile:hover {
        color: #FFF;
    }
}
/* Textarea auto height */
.bit_textarea_auto {
    position: relative;
}

.bit_textarea_auto textarea {
    position: absolute;
    resize: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0px;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.bit_textarea_auto pre {
    display: none;
    visibility: hidden;
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break:break-all;
    overflow:hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 1px solid red;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*  input placeholder */
.bit_input_tip {
    position: relative;
    cursor: text;
    display: inline-block;
    vertical-align: middle;
}

.bit_input_tip input, .bit_input_tip textarea{
    padding: 5px 11px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bit_input_tip span {
    display: block;
    padding: 6px 0px;
    margin-left: 13px;
    position: absolute;
    color: #a9a9a9;
    line-height: initial;
}

.bit_box_sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tip_icon {
    cursor: pointer;
}

.dialog_hr {
    margin: 20px 20px;
    border: none;
    border-top: 1px solid #e6e6e6;
}

.single-text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.fstatus {
    width:18px;
    height:18px;
    line-height: 18px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    color: darkgray;
}
.fstatus i {
    font-size: 14px;
}
.fdraft {
    color: #d3d3d3;
}
.fdeployed {
    color: darkgray;
}
.freleased {
    color: #ffd700;
}
.factivated {
    color: #32cd32;
}
.fobsoleted {
    color: #ef5c57;
}

.mem_pin_icon {
    color: #4bbcc5;
    margin-right: 5px;
}

label.bit-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 16px;
    vertical-align: text-top;
    padding: 0px;
}

.bit-switch input { display: none;}

.bit-switch div {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 16px;
}

.bit-switch div:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 50%;
}

.bit-switch input:disabled + .slider {
  background-color: #607d8b !important;
}

.bit-switch input:checked + .slider {
  background-color: #2196F3;
}

.bit-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.bit-switch input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.table-paging {
    text-align: center;
    display: inline-block;
}

.table-paging .action{
    padding-left: 10px;
    padding-right: 10px;
}

.bit-code {
  display: inline-block;
  padding: 10px;
  background: #F5F7FA;
  border: 1px solid #D2D9E7;
  color: #00A000;
}

.named-user {
    font-size: 14px;
    margin-right: 6px;
    color: #dd4b39;
}

.account-dev {
    color: #0088CC;
}
.account-bit {
    color: #f08200;
}

.account-manager {
    font-size: 14px;
    color: #0088cc;
}

.on-tr-hover {
    display: none;
}
tr:hover .on-tr-hover {
    display: inline-block;
}

.div_table { display: table; }
.div_table .div_row { display: table-row; }
.div_table .div_cell { display: table-cell; }

.bit-tab {
    margin: auto;
    padding: unset;
    width: auto;
}

.bit-tab input {
    display: none;
}

.bit-tab-group {
    display: inline-block;
    background-color: #F3F3F3;
    border-radius: 3px;
    padding: 1px;
    border: 1px solid #d2d9e7;
}

.bit-tab-group .bit-tab span{
    text-align: center;
    display: inline-block;
    padding: 2px 18px;
    border-radius: 3px;
    cursor: pointer;
}

.bit-tab-group .bit-tab input:checked + span{
    background-color: #666;
    color: #F3F3F3;
}

.bit-tab-group .bit-tab input:disabled + span{
    background-color: #fff;
    color: #aaa;
    cursor: not-allowed;
}

/* Icon Button */
button.b-icon-but {
    border-style: none;
    display: inline-block;
    padding: 6px;
    border-radius: 50%;
    line-height: 0px;
    background: none;
}

button.b-icon-but:hover {
    background-color: #edf2f6;
}

button.b-icon-but:disabled {
    background-color: white;
    color: gray;
}