html,body {
    color: #333333 !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    direction: ltr;
    height: 100%;
    font-weight: 100;
}
* {
    margin: 0;
    padding: 0;
}
label{
    font-weight: 100;
}
.danger{
    color: #e02222;
}
.bold{
    font-weight: bold;
}
.flex {
    display: flex;
}
.container-fluid{
    padding: 0;
}
.required {
    color: #e02222;
    font-size: 14px;
    padding-left: 2px;
}
/*****input样式 begin****/
.form-control{
    display: inline-block;
    border-radius:3px ;
}
.form-control,select,input[type="text"],[name="refresh"].btn-default{
    height: 26px;
}
.form-control.btn-color
{
    padding: 0 1px;
}
.actions-btns{
    width:26px;
    height: 26px;
}
.actions-btns,.btn-default{
    display: inline-block;

    /*margin: 12px 2px 6px 2px;*/
    font-size: 14px;
    font-weight: 100;
    border-radius: 3px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    border:0;
    background-color: #539FFD;
}
.btn-default{
    padding: 3px 9px !important;
    height: 32px;
    color: #f3f3f3;
    background-color: #539FFD;
}
.input-group .btn{
    height: 26px;
    padding: 2px 12px;
}
.input-group ul{
    min-width: auto;
}
/*input[type=checkbox]:checked{
    background-color: #00FF00;
}*/
.btn.btn-primary,.btn.btn-whitebg-default{
    border-radius: 3px;
}
.btn-default.btn-lg,.btn-whitebg-default.btn-lg{
    padding: 6px 50px !important;
    width: auto;
    /*height: auto;*/
}
.btn-default.btn-8p,.btn-whitebg-default.btn-8p{
    padding: 6px 50px !important;
    width: 80% ;
    /*height: auto;*/
}
.btn-whitebg-default{
    background-color: #eef5ff;
    color: #539FFD;
    /*border:1px solid #539FFD;*/
    line-height: 1.42857143;
}
.btn-greenbg-default{
    background-color: #72c22c;
    color: #f3f3f3;
    /* border:1px solid #72c22c;*/
    border: 0;
    line-height: 1.42857143;
}
.btn-whitebg-default.btn-lg{
    font-size: 14px;
}
.btn-default>i[class^="icon-"], .btn-default>i[class*="icon-"]{
    color: #f3f3f3;
}
.btn-default:hover, .btn-default:focus,
.btn-default:active, .btn-default.active,
.actions-btns:hover,.actions-btns:focus{
    color: #f3f3f3 !important;
    background-color: #1a50bb !important;
}
.btn-default:hover i{
    color: #f3f3f3;
}
.btn-primary {
    /*color: #f3f3f3;
    background-color: #539fff;*/
    color: #539fff;
    background-color: #fff;
    height: 32px;
    border: 1px solid #539fff;
    /*border-color: #357ebd;*/
}
.btn-primary:active:hover, .btn-primary.active:hover,.btn-primary:focus{
    background-color: #3972ce !important;
}
.btn-time{
    background-image: url("../img/time.png");
    background-repeat: no-repeat;
    background-position: 6px center;
}
.daterangepicker.dropdown-menu select{
    color: #000;
}
.input-group-addon {
    padding: 5px 12px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    border-right: 2px solid #fff;
}
/*****input样式 end****/
/**日历插件 begin**/
.daterangepicker .ranges .btn {
    width: 35% !important;
    max-width: 120px;
}
/**日历插件 end**/
.collapsed {
    display: none;
}

/* @media (min-width: 992px) {
     .collapsed {
         display: block;
         !* same width as sidebar *!
       !*  margin-left: -25%;*!
     }
 }*/

.warn-options input[type=text]{
    max-width: 200px;
    margin-left: 10px;
}

.warn-options .form-group>span{
    font-weight: normal;
}
.warn-time-option{
    display: inline-block;
    background: #D7D7D7;
    padding: 5px 10px;
    color: #000;
}
.warn-time-option.selected{
    background-color: #0c91e5;
    color: #fff;
}
.warn-options .form_datetime{
    width: 270px;
}
.page-header{
    font-size: 25px;
}
.page{
    display: none;
    height:calc(100% - 45px);
    margin-top: 45px;
    background-color: #f3f3f3;
    padding: 15px;
}
.page-content-header{
    background: transparent;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
}
.page-content-header+div
{
    background-color: #fff;
    padding-top: 15px;
}
.container-fluid select,.container-fluid  input[type=text],
.container-fluid textarea,.container-fluid  input[type=color],.container-fluid  input[type=number]
{
    background-color: rgba(255,255,255,1);
    border: 1px solid #ddd;
}

#content {
    /* for the animation */
    transition: width 0.3s linear;
    width: calc(100% - 240px);
    position: relative;
   /* z-index:2;*/
}
#content .bootstrap-table .fixed-table-container .table tbody tr.selected td,
#content .table-hover>tbody>tr:hover{
    background-color: rgba(0,0,0,0.1);
}
#content .bootstrap-table .fixed-table-container .table tbody tr.selected.hover{
    background-color: rgba(0,0,0,0.1);
}
#row-main {
    /* necessary to hide collapsed sidebar */
    overflow-x: hidden;
}
#sidebar {
    /* for the animation */
    transition: margin 0.3s ease;
    background-color: #233946;
    height: 100%;
    width: 240px;
    z-index: 500;
}
#sidebar .nav>li{
    border-bottom: 1px dashed #304957;
}
#sidebar .nav>li:last-child{
    border-bottom: 0;
}
#sidebar .nav>li>a{
    color: #f3f3f3;
    border-radius: 0;
    background-color: #0C202B;

}
#sidebar .custom-list-arrow
{
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 200;
   /* width: 27px;
    height: 28px;
    background-color: #30a9de;
    transform: rotate(45deg);*/
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #30a9de;
    border-bottom: 20px solid transparent;
    display: none;
}
#sidebar li.selected .custom-list-arrow{
    display: inline-block;
}
#sidebar .nav-stacked>li+li{
    margin-top: 0;
}

#sidebar .nav>li>a:focus,#sidebar .nav>li>a:hover,
#sidebar .nav>li.selected a{
    background-color: #30A9DE;
}
#sidebar .toggle-menu ul{
    display: none;
    margin: 0;
    padding: 0;
}
#sidebar .toggle-menu ul li{
    list-style: none;
}
#sidebar .toggle-menu li a{
    display: block;
    margin: 0;
    padding: 6px 15px 6px 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
    color: #ddd;
}
#sidebar .toggle-menu li:hover {
    background-color: #3d9bc4;
    border-bottom: 1px dashed #304957;
}
#msgCount{
    height: 20px;
    min-width: 35px;
    border-radius: 10px;
    padding: 0 10px;
    background-color: red;
    color: #fff;
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    display: inline-block;
    display:none;
}
.sidebar-title{
    background-color: #0E80B2;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-indent: -20px;
}
.sidebar-title,.content-header{
    height: 45px;
    line-height: 45px;
}
.sidebar-user{
    background-color: #233946;
    color: #fff;
    font-size: 14px;
    padding: 15px;
}
.sidebar-user #user{
    text-indent: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}
/******折叠菜单**/
.page-collapse .page-sidebar-closed{
    width: 60px !important;
    /*transition: width 0.1s linear;*/
}
.page-collapse #content{
    /*transition: width 0.1s linear;*/
    width: calc(100% - 60px) !important;
}
.page-collapse .page-sidebar-closed .nav-title,
.page-collapse .page-sidebar-closed .sidebar-user span{
    display: none !important;
    /*opacity: 0;
    transition: opacity 0.3s linear,display 0.3s linear;*/
}
.page-collapse .page-sidebar-closed .sidebar-user{
    text-align: center;
    margin-top: -70px;
}
.page-collapse .page-sidebar-closed .sidebar-user #user{
    width: auto;
    text-indent: 0;
}
.page-collapse .page-sidebar-closed a{
    display: block;
}
.page-collapse .page-sidebar-closed img{
    width:32px;
    height:32px;
    margin: 15px 0;
}
.page-collapse .page-sidebar-closed .user-menu{
    display: block;
    transition: display 0.3s linear;
}

.page-collapse .page-sidebar-closed .sidebar-title{
    position: relative;
    left: 100px;
    width: 300px;
    background-color: transparent;
    /*transition: left 0.6s linear;*/
}
#sidebar.page-sidebar-closed .toggle-menu ul{
    display: none !important;
}
#sidebar.page-sidebar-closed  li.toggle-menu:hover{
    width: 221px;
}
#sidebar.page-sidebar-closed  li.toggle-menu:hover .nav-title{
    display: inline !important;
    padding-left: 30px;
}
#sidebar.page-sidebar-closed  li.toggle-menu:hover .sub-menu{
    width: 160px;
    position: absolute;
    z-index: 2000;
    left: 61px;
    margin-top: 0;
    top: 100%;
    display: block !important;
    background-color: #30A9DE;
    padding: 0;
}
#sidebar.page-sidebar-closed  li.toggle-menu:hover .sub-menu li:hover {
    border-bottom: 0;
}
#sidebar.page-sidebar-closed  li.toggle-menu:hover .sub-menu a,
#sidebar.page-sidebar-closed  li.toggle-menu:hover .sub-menu a:hover{
    color: #fff;
    padding-left: 10px;
}
#sidebar.page-sidebar-closed  li.toggle-menu:hover .custom-list-arrow{
    display: none;
}

#user a,#user a:hover,#user a:active{
    color: #fff;
    text-decoration: none;
}
#user i{
    margin-right: 5px;
}
.content-header{
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    z-index: 100;

    color: #fff;
    background-color: #30A9DE;
    padding-right: 5px;
}
.content-header .fa{
    font-size: 20px;
}
#togglePageSlider{
    float: none;
    margin-left: 20px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}
.msg-notice-box{
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.msg-notice-box #isNewInfo{
    position: absolute;
    top: -10px;
    right: -2px;
    color: red;
    font-size: 34px;
    display: none;
    cursor: pointer;
}
#msgCountInfo{
    font-size: 12px;
}
/*****复选框样式begin*****/
[type=checkbox]+label
{
    font-weight: 100;
}
.checkbox-custom {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #f3f3f3 !important;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 3px !important;
    vertical-align: text-bottom;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.checkbox-custom input[type=checkbox] {
    visibility: hidden;
}
.checkbox-custom label {
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    background: rgba(255,255,255,0.1);
    font-weight: normal;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.checkbox-custom input[type=checkbox]:checked + label
{
    background: #71C12C;
}
.list-group .checkbox-custom{
    margin-right: 10px;
}

.checkbox-custom:not(:first-child)
{
    margin-left: 10px;
}
.checkbox-custom+label{
    min-width: 80px;
    font-weight: 100;

}
/*****复选框样式end*************/

/**复选框开关 begin**/
.checkbox-slider input + span:before,
.checkbox-slider--default input + span:before,
.checkbox-slider--a-rounded input + span:before,
.checkbox-slider--a input + span:before,
.checkbox-slider--b input + span:before,
.checkbox-slider--b-flat input + span:before,
.checkbox-slider--c input + span:before,
.checkbox-slider--c-weight input + span:before{
    background-color: rgba(215,215,215,1);
}
/**复选框开关 end**/

/*****滚动条样式begin**********/
.white-custom-scrollbar .mCSB_draggerRail{
    background-color: #F1F1F1;
}
.white-custom-scrollbar .mCSB_scrollTools .mCSB_dragger_bar,.white-custom-scrollbar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #C1C1C1;
}

.white-custom-scrollbar .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.white-custom-scrollbar .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #C1C1C1; background-color: rgba(193,193,193,0.9);
    filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}
.mCSB_container{
    min-height: 80px;/*加载内容的高度*/
    /*height: 100%;*/
}
/*****滚动条样式end*********/

/*****table begin**********/
.table thead tr th,.table tbody td{
    text-align: center;
}
.table td.left{
    text-align: left;
    text-indent: 2%;
}
.fixed-table-border{
    display: none;
    height: 0 !important;
    top:0;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer){
    border-bottom: 0;
}
.fixed-table-container {
    padding-bottom: 43px !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading
{
margin-top: 10%;
border: 0;
}
.page-list .btn-default{
  /*  border: 1px solid #539FFD;
    background-color: #fff;
    color:#000;
    height:26px;
    */
}
/*****table end**********/

/*****nav begin**********/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #233946;
}
.nav-tabs {
    border-bottom: 1px solid #233946;
}
.nav-tabs>li>a:hover {
    border-bottom-color: #233946;
}
/*****nav end**********/
/**图标 begin*/
[class*=nav-icon-]
{
    display: inline-block;
    vertical-align: text-bottom;
    width:16px;
    height: 16px;
    margin-right: 10px;
}
.nav-icon-monitor{
    background: url("../img/monitor.png") center top no-repeat;
   /* width:12px;
    height:16px;*/
}
.nav-icon-msg{
    background: url("../img/msg.png") center top  no-repeat;
   /* width:15px;
    height: 14px;*/
}
.nav-icon-fullscreen{
    background: url("../img/fullscreen.png") center top  no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer;
}
/**图标 end**/
.flavr-msg-body{
    max-width: 300px;
    text-align: left;
    text-indent: 30px;
}

#clearShipInput{
    position: absolute;
    right: 2px;
    top: 3px;
    font-size:20px;
    cursor: pointer;
    text-align: center;
    z-index: 99;
    display: none;
}
.td-content-left{
    display: inline-block;
    text-align: left;
}
.modal-content div.checkbox{
    margin-top: -6px;
}
.modal-content .form-horizontal label.control-label{
    margin-bottom: 5px;
}
.zh .form-group .form-group-left{
    text-align: left;
    width: 80px;
    display: inline-block;
    white-space: nowrap;
}
.en .form-group .form-group-left{
    text-align: left;
    width: 120px;
    display: inline-block;
    white-space: nowrap;
}
/*
.form-group .form-group-left+div{
    display: inline-block;
}
*/



/**监控**/
form#statusForm .row {
    margin-right: -66px;
}
.page .input-group.border-group
{
    border: 1px solid #ddd;
    border-radius: 4px;
}
.page .input-group.border-group.red{
    border-color: #f97575;
}
.page .input-group.border-group .input-group-btn
{
    background-color: rgba(221, 221, 221, 0.5);
}
.page .input-group.border-group .input-group-addon:first-child{
    border-right:1px solid #ddd ;
    border-left:0;
    border-top:0;
    border-bottom:0;
}
.page .input-group.border-group .input-group-addon:last-child{
    /*border-left:1px solid #ddd ;
    border-right:0;
    border-top:0;
    border-bottom:0;*/
    border-color: transparent;
    border-left:1px solid #ddd;
}
.page .input-group.border-group input{
    min-width: 75px;
}
.page .input-group.border-group input,.page .input-group.border-group select
{
    border: 0;
    border-radius: 0;
    background: transparent;
    font-weight: normal;
}
.input-group.border-group .form-control{
    box-shadow: none;
}
.input-group.border-group  select.form-control{
    width: auto !important;
    padding: 2px 0 2px 5px;
}
.input-group.border-group select.form-control.left{
   border-right: 1px solid #ddd !important;
}
.input-group.border-group select.form-control.right{
    border-left: 1px solid #ddd !important;
}
.info-word{
    color: #b4b4b4;
    margin-left: 5px;
}
#statusForm .input-group
{
    /*display: flex;*/
}

