* {margin: 0;padding: 0;  }

body a {
   color:#f3f3f3;
}
a.a_link{
    color: #50a4fd;
    text-decoration: underline;
}
html,body {
	height: 100%;
	font-weight: 100;
	color: #f3f3f3 !important;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
@media screen and (max-width: 400px) {
    html, body{
        overflow: auto;
        overflow-x: hidden;
    }
}

.mainDiv{
    margin:0;
    float:left;
    width: 100%;
    height: 100%;
}

#top{
    position:absolute;
    top:0;
    left: 0;
    opacity: 0.2;
    height: 40px;
    width: 100%;
    z-index: 9999;
    background-color: #000000;
}

#left{
    position:absolute;
    top:0;
    left: 0;
    opacity: 0.2;
    height: 100%;
    width: 40px;
    z-index: 9999;
    background-color: #000000;
}


#centerPopup{
    position:absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 8888;
}

#center{
    position:absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    /*z-index: 8888;*/
}

#right{
    position:absolute;
    top:0;
    right: 0;
    opacity: 0.2;
    height: 100%;
    width: 40px;
    z-index: 9999;
    background-color: #000000;
}

#bottom{
    position:absolute;
    bottom:0;
    left: 0;
    opacity: 0.2;
    width: 100%;
    height: 40px;
    z-index: 9999;
    background-color: #000000;
    display: none;
}


.content-box{
    padding:10px ;
}

.required {
    color: #e02222;
    font-size: 14px;
    padding-left: 2px;
}
.danger{
    color: #e02222;
}
.bold{
    font-weight: bold;
}
.nowrap{
    white-space: nowrap;
}
.two-line-ellipsis{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
input[type=text],textarea,select,input[type=number]{
    color: #f3f3f3 !important;
}
select.form-control{
    padding:0;
    -ms-text-align-last: center;
    text-align-last: center;
}
select.form-control.text-left{
    -ms-text-align-last: left;
    text-align-last: left;
    padding-left: 12px;
}
option{
    background-color:#fff;
    color: #000;
}
ul {
    display: block;
    list-style-type: disc;
    /*margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
  /*padding-inline-start: 40px;*/
}

li {
    border-radius: 0 !important;
    text-align: -webkit-match-parent;
    display: list-item;
}
.english-family {
    font-family: Arial;
}
.table-striped>tbody>tr.no-records-found{
    background-color: transparent !important;
}
select,input[type=text],textarea,input[type=color],input[type=number]{
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
}
@-webkit-keyframes autofill3 {
    to {
        background: rgba(0,0,0,0.3);
        color: #f3f3f3;
    }
}
input[type='text'].stationinfo-input:-webkit-autofill,input[type='text']:-webkit-autofill,input[type=number]:-webkit-autofill{
    -webkit-animation-name: autofill3;
    -webkit-animation-fill-mode: both;
}
input[type=text][class*=bootstrap-table-filter-control],select[class*=bootstrap-table-filter-control]{
    background-color: rgba(255,255,255,0.2) !important;
    text-align: center;
}
@-webkit-keyframes autofill4 {
    to {
        background-color: rgba(255,255,255,0.2) !important;
        color: #f3f3f3;
    }
}
input[class*=bootstrap-table-filter-control]:-webkit-autofill{
    -webkit-animation-name: autofill4;
    -webkit-animation-fill-mode: both;
}
.btn .caret{
    margin-left: 3px;
}
.btn-default {
    color: #f3f3f3;
    background-color: #539FFD;
    border:1px solid #539FFD;
}
/*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-"],.btn-default i.fa{
    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;
    /*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;
}

.checkbox-custom {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #1a1a1a;
    margin: 0;
    border: 1px solid #455c73;
    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;
   /* -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;*/
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    -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;
}

.seperator-line{
    width: 2px;
    height: 80%;
    top: 10%;
    position: relative;
    border-right: 1px solid rgba(0,0,0,0.9);
}
.seperator-line.position-absolute{
    position: absolute;
    right:0;
}

.divcontent {
    /*background-color: #333333 !important;*/
    color: #f3f3f3 !important;
}
.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;
}
.form-control{
    display: inline-block;
    border-radius:3px ;
}
.form-control,select,input[type="text"],[name="refresh"].btn-default{
    height: 26px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.select2-container--default.select2-container--disabled .select2-selection--single,input[disabled]{
    background-color: rgba(238,238,238,0.3) !important;
}
.form_datetime{
    cursor: pointer;
}
.form-control.btn-color
{
    padding: 0 1px;
}
.table{
    margin-bottom: 10px;
}
.table,.bootstrap-table .fixed-table-container.fixed-height .table thead th,
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th,
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border,
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer)
{
    border-color:#000;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th{
    padding:8px 5px;
    word-break: break-all;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner{
    padding: 5px;

}
.bootstrap-table .fixed-table-container .table thead th,.table th
{
    background-color: rgba(0,0,0,0.3);
    font-weight: 100 !important;
    white-space:nowrap;
}
.bootstrap-table .fixed-table-header table, .bootstrap-table .fixed-table-body table {
    width: 100% !important;
}
.bootstrap-table .fixed-table-container .fixed-table-header {
    height: auto !important;
}
[class*=bootstrap-table-filter-control-].form-control,input[class*=bootstrap-table-filter-control-][tpye=text]{
    height: 26px;
    border: 1px solid #000 !important;
    padding: 2px 4px;
}
.bootstrap-table th .filter-control{
    padding: 2px 10%;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap
{
    margin-top: 100px;
    padding: 10px;
    border: 1px solid #000;
    background-color: rgba(0,0,0,1);
}
.portlet.box>.portlet-body,.table tr.heading>th,.bg-info {
    background-color: transparent !important;
}
.table-break{
	word-break:break-all; 
	word-wrap:break-all;
}

.table-hover>tbody>tr:hover {
    background-color: rgba(0,0,0,0.3) !important;
}
.table thead tr th,.table tbody td,table th{
    text-align: center;
}
.table td.text-left{
    text-align: left;
    text-indent: 12px;
}
.table.text-left th,.table.text-left td{
    text-align: left;
}
.table.vertical-middle th{
    vertical-align: middle;
}
.fixed-table-container {
    padding-bottom: 43px !important;
}
#typhoonDiv .fixed-table-container {
    padding-bottom: 64px !important;
}
/*.fixed-table-container :not(.has-footer){
    padding-bottom: 43px !important;
}*/

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before{
    background: #f3f3f3;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text{
    font-size: 1.4rem;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{
   /* background: #333;
    top:0;*/
}
.fixed-table-border{
    display: none;
    height: 0 !important;
    top:0;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer){
    border-bottom: 0;
}
.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns{

}
.table-select tr.trSelected{
    background-color: rgba(0,0,0,0.3);
}


.form-horizontal .control-label{
    padding-top: 0;
}
label{
    margin-bottom: 0;
}
.modal-footer{
    padding:10px;
    border-top:1px solid #000;
}
/*jquery validate*/
.formError .formErrorArrow div,.formError .formErrorArrow .line3,
.formError .formErrorArrow.formErrorArrowBottom div,.formError .formErrorArrow.formErrorArrowBottom .line3{
    border-left:0;
    border-right: 0;
}
.formError .formErrorArrow .line1,.formError .formErrorArrow .line2{
    background:none;
}
.formError .formErrorContent{
    border: none;
   /* word-break:keep-all;*/
    min-width: 101px;
    padding: 2px 4px;
}
/*input[type=checkbox]:checked:after ,input[type=checkbox]:checked after {
    content: "\2714";
    font-size: 12px;
    line-height: 10px;
    font-weight:bold;
}
input[type=checkbox][disabled=disabled]:after,input[type=checkbox][disabled=disabled] after
{
    width: 100%;
    height: 100%;
    top: 0;
    content: " ";
    background-color:#DCDCDC;
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 2px;
    border:1px solid #A9A9A9;
}*/
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.border-bottom{
    border-bottom: 1px solid rgba(0,0,0,0.9);
}
.infobtn>img {
    width: 16px;
}
.infobtn {
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.infobtn>input {
    padding: 2px;
}

.nav-pills>li+li{
    margin-left: 0;
}

.menu,.menu ul ,.menu li,.menu span.fa{
    font-size: 16px ;
}
.menu{
    position: absolute;
    width: 100%;
    height: 92px;
    bottom: 0;
    left:0;
    right: 0;
    color: #fff;
    text-align: center;
    /*overflow: hidden;*/
    background: url("../img/bottom-menu.png") center no-repeat;
    /*background-size:100% 100%;*/
    z-index: 9;
}
.menu-more{
    position: absolute;
    top: 18px;
    display: block;
    width: 50px;
    left: calc(50% - 25px);
    text-align: left;

}
.menu-more:hover{

}
.menu-more>span{
    display: block;
    line-height: 14px;
    font-size: 10px;
}
.menu-more .fa-custom-s-arrowup,.menu-more .fa-custom-s-arrowdown/*,.menu-more .fa-sort-up:before,.menu-more .fa-sort-down:before*/{
    height: 16px;
    vertical-align: middle;
    margin-top: 10px;
    position: absolute;
    left: calc(50% - 5px);
}

/*.menu-more .fa-sort-up:before{
    line-height: 16px;
}
.menu-more .fa-sort-down:before{
    line-height: 8px;
}*/
.menu-list{
    display: inline-block;
    top: 40px;
    position: relative;
    color: #fff;
}
.menu-list ul{
    display: inline-block;
    position: relative;
    margin-top: 16px;
}
.menu-list ul li,.menu-allist ul li{
    padding: 0 7px;
    cursor: pointer;
}
.menu-list ul li:hover,.menu-allist ul li:hover,.menu-list ul li:hover [class*='fa-custom'], .menu-allist ul li:hover [class*='fa-custom']{
    color:#3A72CF;
}
.menu-allist ul,.menu-allist ul li{
    padding: 0;
    margin-bottom: 0;
}
.menu-allist ul li{
    line-height: 30px;
    min-width: 100px;
    text-align: center;
}
.menu-allist li span.fa{
    width: 16px;
    text-align: center;
    margin-right: 5px;
}
/*折叠的按钮样式*/
.switch-show{
    width: 16px;
    height: 100%;
    line-height: 34px;
    text-align: center;
    border: 0;
    padding: 0;
    background: transparent;
}
.switch-show .fa{
    margin: 0 0 0 5px;
}


.anim-tooltip{
    transition: opacity 0.3s linear;/*动画效果*/
    font:italic bold 8px/12px arial,sans-serif;
   /* font-family:"Times New Roman",Georgia,Serif;*/
    padding: 5px;
    display: inline-block;
    text-align: center;
    background-color:#fff;
    border-radius:0px!important;
    color: #000000;
}
.anim-popup div{
    padding: 2px!important;
   /* border-radius:6px!important*/
}
.anim-popup .leaflet-popup-content{
    margin: 0px 2px!important;
    font-size: 14px;
}
/*tooltip popover*/
.tooltip{
    z-index: 10000;
}
.tooltip-inner{
    border:0;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #fff;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #fff;
}

.leaflet-bottom .tooltip.left .tooltip-arrow {
    border-left-color: rgba(0,0,0,0.7) !important;
}
.leaflet-bottom .tooltip.right .tooltip-arrow {
    border-right-color: rgba(0,0,0,0.7) !important;
}
.leaflet-bottom .tooltip.top .tooltip-arrow{
    border-top-color: rgba(0,0,0,0.7) !important;
}
.leaflet-bottom .tooltip.bottom .tooltip-arrow{
    border-bottom-color: rgba(0,0,0,0.7) !important;
}
.leaflet-bottom .tooltip-inner {
    max-width: 200px;
    white-space: nowrap;
    padding: 3px 8px;
    color: #f3f3f3;
    border: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
}
.popover.top{
    margin-top: -14px;
}
.popover.top>.arrow{
    border-top-color:transparent;

}
.popover.top>.arrow:after{
    border-top-color: rgba(0,0,0,0.7) !important;
}
.popover{
    border: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background-color: rgba(0,0,0,0.7);
    box-shadow: 0 4px rgba(0,0,0,0.3);
    color:#f3f3f3;
    max-width:630px;
}
.shadow{
    box-shadow: 0 4px rgba(0,0,0,0.3) !important;
}
/**滚动条白色背景*/
/*滚动条白色背景的配色*/
.mCSB_container{
    min-height: auto;/**加载内容的高度**/
}
.bootstrap-table .mCSB_container{
    min-height: 80px;/**加载内容的高度**/
}
 .bootstrap-table .combo-dropdown .mCSB_container{
    min-height: inherit;/**下拉框的最小高度**/
}
.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: #666;
}

.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)";
}

#topRBar{
    position: absolute;
    right: 30px;
    top: 20px;
   /* z-index: 30000000;*/
}
#topRBar .dropdown-menu{
    z-index: 30000000;
}
.menu_btn b{background-position:0 -324px;}
.portservice b{background-position:0 -342px;}
.search_btn{display: inline-block;width: 60px;text-align: center;background-image:url(/Content/images/search_btn.png);background-color: #2770d4;height: 40px;background-position:center center;background-repeat:no-repeat;}
.blue_btn:hover{background-color: #2078f0;}

.search_container{background: #fff;width: 370px;position: absolute;left: 20px;top: 50px;z-index: 999991021;}
.search_container h2{color: #666;line-height: 40px;padding: 0 20px;}
.search_container h2,.search_container ul,.more_results{border-top: 1px solid #ddd;font-size: 14px;}
.search_container .ship_list span{font-size: 12px;color: #999;margin-right: 5px;}
.search_container .ship_list b{position:absolute;top:12px;right:10px;}
.search_container li a{padding: 0 30px 0 60px;background-position:20px center;background-repeat: no-repeat;color: #333;display: block;line-height: 38px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;}
.search_container li a:hover{background-color: #eee;}
.search_container li a.ship_ico{background-image: url(/Content/images/ship_ico.png);}
.search_container li a.mao_ico{background-image: url(/Content/images/mao_ico.png);}
.search_container li a.search_ico{background-image: url(/Content/images/search_ico.png);}
.search_container li.on{background-color: #eee;}
/*pop提示样式**/
#canvasTips{
    background: rgba(0,0,0,0.8);
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 100;
    border-radius: 2px;
    position: absolute;
    z-index: 3;
    max-width: 500px;
    cursor: pointer;
}
.custom-pop-box{
    padding: 10px 16px;
    line-height: 25px;
}
.custom-pop-smallBox{
    padding: 3px 6px;
    line-height: 25px;
    max-width: 200px;
    word-break: break-all;
}
.custom-pop-title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 3%;
    box-sizing: content-box;
    width: 100%;
}
.table-caption{
    display: table-caption;
    white-space: nowrap;
}
.table-row{
    display: table-row;
    line-height: 25px;
   /* width: 100%;*/
}
.table-row .seperator{
    margin: 0 6px;
}
.table-row>span{
   /* display: table-cell;*/
}
.table-cell{
    display: table-cell;
}
.table-row .table-cell:first-child{
    padding-right: 5px;
}

.popover{
    z-index: 9999;
}

.leaflet-tile-pane svg {
    z-index: 9;
}
.daterangepicker .ranges .btn {
    width: 35% !important;
    max-width: 120px;

}


/**pagination */
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
    padding: 6px 10px;

}
.pagination>li>a, .pagination>li>span{
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    /*border-width: 0 1px 0 0;*/
    border-color: #000;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination .active > a, .pagination .active > a:hover{
    color: #fff;
    background-color: #539FFD;
}
.pagination .active > a, .pagination .active > a:hover{
    border-color: #539FFD;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    border-color: #444242;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    color: #bebebe;
    background-color: rgba(255,255,255,0.3);
    border-color: #000;
}

/**record*/
.record-container{
    position:absolute;
    bottom: 0;
    right: 0;
    margin: auto 10px;
    z-index: 99999;
    height: 20px;
}
.record-container .record-img{
    height: 16px;
    margin-right: 3px;
    vertical-align: text-top;
}
.record-container *{
    font-size: 10px;
    color: #939393;
}
.record-container > *{
    margin-left: 5px;
}
.record-container a{
    text-decoration:none;
}
.record-container a:hover > *{
    color: #4f9de5;
}
.btn-default > i {
  color: #f3f3f3; 
}