html{
    font-size: 14px;
}
body {
    font-family: "Arial", "Microsoft YaHei", "幼圆", "宋体", sans-serif;
    font-size: 14px;
    color: #424242;
}
.base-font-family{
    font-family: "Arial", "Microsoft YaHei", "幼圆", "宋体", sans-serif;
}
@media (max-width: 1380px) {
    html{
        font-size: 12.5px;
    }
    body {
        font-size: 12.5px;
    }
}

.navbar-dark .navbar-brand{
    color: #969fa5;
}

.navbar-info{
    position: relative;
    min-width: 16rem;
}
.navbar-info .project-date{
    margin-bottom: 5px;
    color: #00c0ef;
}
.navbar-info .project-date i.fa{
    vertical-align: middle;
    width: .8rem;
}
.navbar-info .dropdown-status .btn{
    padding-right: 0;
}
.navbar-info > hr{
    margin: 0;
    border-color: #555;
}
.navbar-info .project-name{
    color: #bdbdbd;
    margin: 5px 0 0 0 ;
    line-height: 1.2;
    max-width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
}
.navbar-info .suspend-toggle{
    position: absolute;
    top: 100%;
    display: none;
    min-width: 20rem;
    box-shadow: 1px 1px 0px #1c1926
}
.navbar-info .suspend-toggle > .list-group{
    border: 0;
}
.navbar-info .suspend-toggle > .list-group > .list-group-item{
    background-color: #1e1b29;
    border-color: #555;
    color: #6fa1bb;
}
.navbar-info > div:hover .suspend-toggle{
    display: block;
}

.navbar.fixed-top{
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar.fixed-top.navbar-dark.bg-dark{
    background-color: #1e1b29 !important;
}
.navbar.fixed-top.navbar-dark.bg-dark .navbar-collapse{
    background-color: #1e1b29 !important;
    -ms-flex-item-align: center!important;
    align-self: stretch;
}
.navbar.fixed-top.navbar-dark.bg-dark .navbar-collapse > .navbar-nav{
    -ms-flex-item-align: center!important;
    align-self: stretch;
}

.navbar.fixed-top *:focus{
    outline: 0;
}
.navbar.fixed-top .navbar-nav > .nav-item{
    margin-right: 1px;
    display: -ms-flexbox;
    display: flex;
}

.navbar.fixed-top .navbar-nav > .nav-item.disabled{
    pointer-events: none;
}
.navbar.fixed-top .navbar-nav > .nav-item.disabled > .nav-link{
    color: rgba(255,255,255,.2);
    
}
.navbar.fixed-top .navbar-nav > .nav-item > .nav-link{
    padding: 25px 15px;
    max-height: 70px;
}
.navbar.fixed-top .navbar-nav > .nav-item > .nav-link:hover,
.navbar.fixed-top .navbar-nav > .nav-item > .nav-link:focus{
    background-color: rgba(255, 255, 255, .1);
    color: white;
}
.navbar.fixed-top.navbar-dark .navbar-nav .active > .nav-link{
    background-color: rgba(255, 255, 255, .1);
}


.navbar.fixed-top  .dropdown-menu {
    background-color: #1e1b29;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    max-width: 320px;
    padding: 0;
}
.navbar.fixed-top  .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, .8);
    padding: 16px 55px 16px 35px;
}
.navbar.fixed-top  .dropdown-menu .dropdown-item.disabled {
    cursor: not-allowed;
    color: rgba(255, 255, 255, .5);
}
.navbar.fixed-top  .dropdown-menu .dropdown-divider {
    margin: 0;
}
.navbar.fixed-top  .dropdown-menu .dropdown-item:not(.disabled):hover,
.navbar.fixed-top  .dropdown-menu .dropdown-item:not(.disabled):focus{
    background: rgb(60, 91, 121) !important;
    color: #FFF;
}
.navbar.fixed-top + .navbar-fixed-top-secondary{
    height: 70px;
}

.navbar.fixed-top.execute-top{
    height: 95px;
    padding-right: 0;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item{
    margin-right: 0;
    overflow: hidden;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item:not(:last-child){
    border-right: 1px solid #555;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link{
    padding: 12px 15px;
    min-width: 120px;
    max-height: 95px;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link:hover,
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link:focus{
    background-color: rgba(255, 255, 255, .1);
    color: white;
}
/* three item special */
.navbar.fixed-top.execute-top .navbar-nav > .nav-item.flex-column > .nav-link{
    padding: 0;
    height: 100%;
    line-height: calc(95px / 3);
    height: calc(95px / 3);
    text-align: center;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .icon{
    float: left;
    font-size: 2rem;
    line-height: 50px;
    color: #555;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .icon:after{
    content: '';
    clear: both;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item.active > .nav-link .icon{
    color: #fff;
}

.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block{
    text-align: center;
    margin:0 0 0 40px;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block:after{
    content: '';
    display: block;
    clear: both;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block .top{
    display: block;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #424242;
    border-image: linear-gradient(90deg, #333, #666, #333) 2;
    padding-bottom: 3px;
    margin:0;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block .bottom{
    display: block;
    font-size: 16px;
    padding-top: 3px;
    margin:0;
    font-weight: 600;
}

.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block small{
    margin-left: 4px;
    color: #999;
}
.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .statistics-block .badge small{
    color: #f8f9fa !important;
}

.navbar.fixed-top.execute-top .text-success{
    color: #2dcb73 !important
}
.navbar.fixed-top.execute-top .text-light{
    color: #f8f9fa !important
}
.navbar.fixed-top.execute-top .currency-unit{
    margin-left: .25rem;
    font-size: 70%;
}


.navbar.fixed-top.execute-top .navbar-nav > .nav-item > .nav-link .progress{
    margin: 5px 0;
    height: 1px;
}

.navbar.fixed-top.execute-top + .navbar-fixed-top-secondary{
    height: 95px;
}


.popover.navbar-popover{
    background-color: rgba(21, 19, 35, .85);
    box-shadow: 2px 2px 1rem rgb(0 0 0 / 50%);
    margin-top: .8rem;
    z-index: 1045;
}
.navbar-popover.bs-popover-auto[x-placement^=bottom]>.arrow::after, 
.navbar-popover.bs-popover-bottom>.arrow::after{
    border-bottom-color:rgba(21, 19, 35, .85);
}


/* 表格内徽章 */
table p.status {
    margin: 0;
    width: 50px;
    padding: 0 0 0 8px;
}
thead.thead-border-top-0 td,
thead.thead-border-top-0 th{
    border-top: 0;
}
thead.thead-sticky{
    position: sticky;
    z-index: 1;
/*    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
}

.dropdown-status{
    font-family: 'font-easymoo';
}
.dropdown-status .btn.dropdown-toggle{
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}
.dropdown-status.status-suspend > .dropdown-toggle:before{
    content: "\e923  暂停";
    color: #00c0ef;
    margin-right: 5px;
}
.dropdown-status.status-suspend .dropdown-item:nth-child(1):before{
    content: "\e947  运行";
}
.dropdown-status.status-suspend .dropdown-item:nth-child(2):before{
    content: "\e8e9  结束";
}

.dropdown-status.status-processing > .dropdown-toggle:before{
    content: "\e947  运行中";
    color: #2dcb73;
    margin-right: 5px;
}
.dropdown-status.status-processing .dropdown-item:nth-child(1):before{
    content: "\e923  暂停";
}
.dropdown-status.status-processing .dropdown-item:nth-child(2):before{
    content: "\e8e9  结束";
}

.dropdown-status.status-close{
    pointer-events: none;
}
.dropdown-status.status-close > .dropdown-toggle:before{
    color: #6c757d;
    content: "\e948  已完成";
}
.dropdown-status.status-close > .dropdown-toggle:after{
    border: none;
}


.label-status{
    font-family: 'font-easymoo';
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding-bottom: 3px;
}
.label-status.status-suspend{
    color: #00c0ef !important;
}
.label-status.status-suspend:before{
    content: "\e923  暂停";
}
.label-status.status-close{
    color: #6c757d!important;
}
.label-status.status-close:before{
    content: "\e948  已完成";
}
.label-status.status-processing{
    color: #2dcb73 !important;
}
.label-status.status-processing:before{
    content: "\e947  运行中"
}
.label-status.status-bankruptcy{
    color: #ff604f !important;
}
.label-status.status-bankruptcy:before{
    content: "\e921  破产";
}


/* Ribbon  */
.ribbon-wrapper{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: #FFF6;
}
.ribbon-block{
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    left : -5px;
    top: -5px;
    
    overflow: hidden;
}
.ribbon-block .ribbon-design {
    background: #d33724aa;
    color: #ffffff;
    
    height: 30px;
    line-height: 30px;
    
    position: relative;
    text-align: center;
    -webkit-transform: rotate(-45deg) translate(-25px, -10px);
    -moz-transform: rotate(-45deg) translate(-25px, -10px);
    -ms-transform: rotate(-45deg) translate(-25px, -10px);
    transform: rotate(-45deg) translate(-25px, -10px);
}

.ribbon-design:before {
    left: 0;
}
.ribbon-design:before,
.ribbon-design:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #6e8900;
    bottom: -3px;
    content: "";
    position: absolute;
}
.ribbon-design:after {
    right: 0;
}


/****** begin help tip ********/
.help-tip {
    text-align: center;
    background-color: #5bc0de;
    border-radius: 4px;
    display: inline-block;
    width: 17px;
    margin: 0px 5px;
    line-height: 1.25;
    
    font-size: 14px;
    font-weight : normal;
    
    cursor: pointer;
}
.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}
/****** end help tip ********/

/** begin messager **/ 
ul.messenger.messenger-fixed.messenger-on-top {
  top: 100px;
}
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right, 
ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
  right: 0;
  left: auto;
}
/** end messager **/

/***** special *****/
.btn.btn-reload{
    outline: none;
    border: 0;
    box-shadow: none !important;
    padding: 0;
    line-height: 1;
    background: transparent;
}
.btn.btn-reload:before{
    content: '\e919';
    font-family:'font-easymoo';
    font-size: 12px;
    line-height: 1;
    color: #97a0b3;
}

.btn.btn-reload:hover{
    background:none !important;
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
    
    -webkit-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}


/* begin webkit scroll bar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:vertical:hover {
    background: rgba(0, 0, 0, 0.6)
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background: rgba(0, 0, 0, 0.6)
}
input::-webkit-input-placeholder{
    color: #9e9e9e;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* end webkit scroll bar */

input::-webkit-input-placeholder{
    color: #9e9e9e;
}
.form-control::-webkit-input-placeholder {
  color: #9e9e9e;
}


/*stack-menu*/
.stack-menu{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    
    display: block !important;
    background-color: #f9f7f6;
    
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.navbar.fixed-top.execute-top ~ .container-fluid .stack-menu{
    min-height: calc(100vh - 95px);
}
.stack-menu p{
    margin-bottom: 0;
}
.stack-menu .item-icon{
    color: #a7a7a7;
}
.stack-menu .item-content{
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    padding: 5px;
}
.stack-menu .item-content .item-title{
    font-size: 1.25rem;
}
.stack-menu .item-content .item-subtitle{
    font-size: .85rem;
    color: #aaaaaa;
    margin-top: 5px;
}

.stack-menu .menu-group{
    display: -ms-flexbox!important;
    display: flex!important;
    
    -ms-flex-align: center!important;
    align-items: center!important;
    
    background: #f1f1f1;
    border-bottom: 1px solid #eaeaea;
    padding: .75rem 1rem;
    color: #616161;
}
.stack-menu .menu-group .item-content .item-title{
    font-size: 1.3rem;
}

.stack-menu .menu-item {
    display: -ms-flexbox!important;
    display: flex!important;
    
    -ms-flex-align: center!important;
    align-items: center!important;
    
    min-height: 66px;
    
    border-bottom: 1px solid #DDDDDD;
    color: #555555;
    position: relative;
    padding: .75rem 1rem;
    
    cursor: pointer;
    -webkit-transition: transform .15s linear;
         -o-transition: transform .15s linear;
            transition: transform .15s linear;
}
.stack-menu .menu-item .item-icon{
    width: 2.6rem;
    font-size: 24px;
    text-align: center;
}
.stack-menu .menu-item:after{
    content: '\20';
    display: block;
    min-width: 10px;
    margin-left: auto;
    padding-left: .75rem;
    font-size: 2rem;
    text-align: right;
    width: 1.5rem;
}
.stack-menu .menu-item.active{
    box-shadow: 0px 0px 5px #bdbdbd66;
/*    transform: scale(101%);*/
    background: #fff;
/*    border-top-right-radius: 0.25rem;*/
/*    border-bottom-right-radius: 0.25rem;*/
}
.stack-menu .menu-item.active:after{
    content: '\f078';
    font-family: 'font-easymoo';
    color: #0088cc;
    margin-left: auto;
    text-align: right;
}
/*end stack menu*/


/** messenger-theme-air.css's override**/
ul.messenger-theme-air{
    font-family : inherit;
    font-weight : inherit;
}
ul.messenger-theme-air .messenger-message.message-error {
    background-color: rgba(217, 83, 79, 0.9);
    box-shadow: none;
    padding: 10px 30px 11px 15px;
}
ul.messenger-theme-air .messenger-message.message-error .messenger-message-inner:before {
    content: none;
}
.messenger-theme-air .messenger-message.message-error .messenger-message-inner {
    color: #fff !important;
}
ul.messenger-theme-air .messenger-message.message-error .messenger-close {
    color: #fff;
}

ul.messenger-theme-air .messenger-message.message-warning:hover{
    background-color: rgb(240, 173, 78);
}
ul.messenger-theme-air .messenger-message.message-warning {
    background-color: rgba(240, 173, 78, 0.9);
    box-shadow: none;
    padding: 10px 30px 11px 15px;
}
ul.messenger-theme-air .messenger-message.message-warning .messenger-message-inner:before {
    content: none;
}
.messenger-theme-air .messenger-message.message-warning .messenger-message-inner {
    color: #fff !important;
}
ul.messenger-theme-air .messenger-message.message-warning .messenger-close {
    color: #fff;
}

ul.messenger-theme-air .messenger-message.message-success {
    background-color: rgba(38, 166, 91,0.9);
    box-shadow: none;
    padding: 10px 30px 11px 15px;
}
ul.messenger-theme-air .messenger-message.message-success .messenger-message-inner:before {
    content: none;
}
.messenger-theme-air .messenger-message.message-success .messenger-message-inner {
    color: #fff !important;
}
ul.messenger-theme-air .messenger-message.message-success .messenger-close {
    color: #fff;
}
ul.messenger-theme-air .messenger-message.message-info {
    background-color: rgba(34, 177, 227 ,0.9);
    box-shadow: none;
    padding: 10px 30px 11px 15px;
}
ul.messenger-theme-air .messenger-message.message-info .messenger-message-inner:before {
    content: none;
}
.messenger-theme-air .messenger-message.message-info .messenger-message-inner {
    color: #fff !important;
}
ul.messenger-theme-air .messenger-message.message-info .messenger-close {
    color: #fff;
}

.input-group.input-with-unit-xlg input{
    font-size: 36px;
    font-weight: bold;
    height: auto;
    border-right: none;
    outline: none;
    line-height: 1em;
}
.input-group.input-with-unit-xlg input:focus{
    box-shadow: none;
}
.input-group.input-with-unit-xlg input::-webkit-input-placeholder {
    font-size: 32px;
    font-weight: normal;
    color: #9e9e9e;
}
.input-group.input-with-unit-xlg input + .input-group-append .input-group-text{
    font-size: 18px;
    background-color: transparent;
    
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.input-group.input-with-unit-xlg .form-control.is-invalid ~ .input-group-append > .input-group-text, 
.input-group.input-with-unit-xlg .was-validated .form-control:invalid ~ .input-group-append > .input-group-text{
    border-color: #dc3545 !important;
}
.input-group.input-with-unit-xlg .form-control.is-valid ~ .input-group-append > .input-group-text, 
.input-group.input-with-unit-xlg .was-validated .form-control:invalid ~ .input-group-append > .input-group-text{
    border-color: #28a745 !important;
}
.input-group.input-with-unit-xlg .form-control:focus ~ .input-group-append > .input-group-text{
    border-color: #4dc4ff;
}

.input-group.input-with-unit-xlg .input-group-append{
    margin-left: -2px;
}

.animate-breathing-light{
    animation: key-breathing-light 3s linear infinite;
    -webkit-animation: key-breathing-light 3s linear infinite;
}
@keyframes key-breathing-light {
  0% {opacity: 1;}
  50% {opacity: 0.2;}
  80% {opacity: 1;}
  100% {opacity: 1;}
}


/* map */
.map-container{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
.bg-fa-64{
    width: 64px;
    height: 64px;
    cursor: move;
    background: url("../img/place/orange/64/fa.png"); 
}
.bg-wa-64{
    width: 64px;
    height: 64px;
    cursor: move;
    background: url("../img/place/green/64/wa.png"); 
}


/* detail-card */
.card.detail-card{
    border: 0;
}
.card.detail-card .card-header{
    background: #FFF;
    border-bottom: 0;
}
.card.detail-card .card-header form.form-inline .form-group{
    margin: .5rem 1.5rem .5rem 0 !important;
}
.card.detail-card .card-body{
    padding: 0;
}
.card.content-card{
    border: 0;
}
.card.content-card > .card-header{
    display: -ms-flexbox!important;
    display: flex!important;
    
    -ms-flex-align: center!important;
    align-items: center!important;
    
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    
    border-bottom: 1px solid #DDD;
    background: #fff;
}
.card.content-card > .card-header > h5{
    margin-bottom: 0;
    font-size: 16px;
}

/* dragging */
.map-toolbar{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.map-toolbar .btn{
    background-color: rgba(255, 255, 255, .6);
    border-color: rgba(204, 204, 204, .6);
    color: #0073b7;
}
.map-toolbar .btn:not(:first-child){
    margin-left: -1px;
}
.map-toolbar .btn i{
    color: inherit;
}
.map-toolbar .btn.drag i.bg{
    color: #ddd;
}
.map-toolbar .btn.drag i.fg{
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    left: 12px;
    top: .375rem;
}
.map-toolbar .btn.drag:hover i.fg{
    font-style: italic;
    font-size: 14px;
    left: 16px;
    top: .375rem;
}

.dragging{
    position:absolute;
    display: none;
    top: 0;
    left: 0;
}
.dragging.dragging-icon{
    width: 64px;
}
.dragging.dragging-builder{
    width: 340px;
}
.dragging.dragging-builder p{
    margin-bottom: 0;
}
.dragging.dragging-builder .card-header:before{
    content: ' ';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #08c;
    width: 0;
    height: 0;
    top: -20px;
    right: calc(50% - 10px + 1px);
}

button[form-query-button]:before{
    content: "\e867";
    font-family: 'font-easymoo' !important;
    margin-right : 5px;
}

/* suggest control */
.suggest-dropdown{
    background: #ffffff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 0 2px rgba(80, 168, 208, 0.7);
}
.suggest-pagination{
    background: #f7f7f9;
    color : #9E9E9E;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.suggest-dropdown .suggest-pagination> p{
    margin: 0;
}
/* suggest control end */


.jumbotron.jumbotron-nodata{
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-align: center;
    align-items: center;
    
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: lighter;
    margin-bottom: 0;
    color: #757575;
}
.badge.badge-light{
    border: 1px solid #dee2e6;
}
/* human read */
.badge.badge-beauty{
    line-height: 1.2;
    font-size: 1rem;
    font-weight: lighter;
}

@media (min-width: 768px) {
    form label.col-form-label{
        text-align: right;
/*         padding-right: 0; */
    }
}

/* 紧凑 */
.table-compact th,
.table-compact td {
    padding: 0.5rem;
}
.table-bordered thead td, .table-bordered thead th{
    border-bottom-width: 1px;
}
.table thead th{
    border-bottom-width: 1px;
}
.table .thead-light th {
    color: #495057;
    background-color: #fafafa;
    border-color: #dee2e6;
}
.table thead th,
.table thead td,
.table tbody th,
.table tbody td{
    vertical-align: middle;
}

caption{
    caption-side: top;
}
.btn.btn-light,
.badge.badge-light{
    border: 1px solid #dee2e6;
}
.width-2{width: 2rem; box-sizing: content-box; height: inherit;}
.width-3{width: 3rem; box-sizing: content-box; height: inherit;}
.width-4{width: 4rem; box-sizing: content-box; height: inherit;}
.width-5{width: 5rem; box-sizing: content-box; height: inherit;}
.width-6{width: 6rem; box-sizing: content-box; height: inherit;}
.width-7{width: 7rem; box-sizing: content-box; height: inherit;}
.width-8{width: 8rem; box-sizing: content-box; height: inherit;}
.width-9{width: 9rem; box-sizing: content-box; height: inherit;}
.width-10{width: 10rem; box-sizing: content-box; height: inherit;}

.font-size-12{
    font-size: 12px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-16{
    font-size: 16px !important;
}

.line-height-1{
    line-height: 1 !important;
}
.line-height-2{
    line-height: 2 !important;
}

.gm-style .gm-style-iw{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/** info window透明窗体 **/
/*
.iw-outer{
    background-color: #fffa !important;
}
.iw-background,
.iw-shadow{
    background-color: transparent !important;
}
.iw-shadow + div div div {
    background-color: #fffa !important;
    box-shadow: 0px 3px 3px 1px #9e9e9e !important;
    top: 4px;
}
*/

.gm-style-cc{
    display: none;
}
.gm-style a[title="点击以在 Google 地图上查看此区域"] {
    display: none !important;
}
@media (min-width: 1200px) {
  .modal-1280 {
    max-width: 1280px;
  }
  .modal-fullwidth{
    max-width: 98%;
  }
}

hr.gradient{
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
hr.dashed{
    border-top-style: dashed;
}
.border-bottom-dashed{
    border-bottom: 1px dashed #dee2e6!important;
}
.text-indent{
    text-indent: 2em;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-tip{
    text-decoration: underline dotted 1px;
    font-style: italic;
}

.btn-group.btn-group-fill{
    display: -ms-flexbox!important;
    display: flex!important;
}
.btn-group.btn-group-fill > .btn{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
}

span > .badge{
    vertical-align: text-top;
}
img{
    image-rendering: -webkit-optimize-contrast;
}

/** override bs4 **/
.form-control.is-valid, .was-validated .form-control:valid,
.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image: none;
    padding-right: 0.75rem;
}
.form-control.is-valid.form-control-lg, 
.was-validated .form-control.form-control-lg:valid,
.was-validated .form-control.form-control-lg:invalid{
    padding-right: 1rem;
}

.custom-control-label::after{
    border: 1px solid transparent;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}
.tooltip-inner{
    max-width: 280px;
}

/** https://github.com/highcharts/highcharts/issues/4649#issuecomment-147629662 */
.highcharts-container, .highcharts-container svg { width: 100% !important; }

.currency-unit{
    margin-left: .25rem;
    font-size: 80%;
    color: #6c757d;
    font-family: "Arial", "Microsoft YaHei", "幼圆", "宋体", sans-serif;
    font-weight: normal;
}
.font-size-inherit .currency-unit,
.font-size-inherit .unit{
    font-size: inherit;
}
.badge .currency-unit,
.badge .currency-unit + .unit,
.badge .unit{
    color: inherit;
    font-weight: 700;
    font-size: 75%;
    margin-left: 0;
}
.text-danger .currency-unit,
.text-warning .currency-unit,
.text-success .currency-unit,
.text-primary .currency-unit,
.alert-danger .currency-unit,
.alert-warning .currency-unit,
.alert-success .currency-unit,
.alert-primary .currency-unit{
    color: inherit;
}
.unit{
    margin-left: .25rem;
    font-size: 80%;
    color: #6c757d;
    font-family: "Arial", "Microsoft YaHei", "幼圆", "宋体", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}
.currency-unit + .unit{
    margin-left: 0;
    font-family: "Arial", "Microsoft YaHei", "幼圆", "宋体", sans-serif;
    font-weight: normal;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td span.active:active, 
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active{
    background-color: #08c;
    background-image: none;
}

.datetimepicker table tr td span{
    border-radius: 0;
}
.datetimepicker td, .datetimepicker th {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pre-wrap{
    white-space: pre-wrap;
}

.text-monospace {
    font-family: "Arial", "Microsoft YaHei", "幼圆", "宋体", sans-serif !important;
}
.text-enchance{
/*    text-shadow: 0 0 1px #424242 !important;*/
    text-shadow: none !important;
}