/*滚动条样式*/
/*滚动条整体*/
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}
/*滑块*/
::-webkit-scrollbar-thumb {
    background-color: rgba(106, 113, 161, 0.5);
    border-radius: 10px;
    border-color: rgba(106, 113, 161, 0.5);
    border-width: 4px;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(106, 113, 161, 0.8);
}
/*滚动条滑轨*/
::-webkit-scrollbar-track {
    display: none;
}
/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
    display: none;
}
/*横向与纵向滚动条相交处的尖角*/
::-webkit-scrollbar-corner {
    background-color: black;
}
.datagrid_emptyMsg{
    font-size: xx-large;
    font-weight: bolder;
    color: #ff9900;
    height:50px;
    line-height: 50px;
}
keyframes fade {
from {
    opacity: 1.0;
}
50% {
    opacity: 0.4;
}
to {
    opacity: 1.0;
}
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

.logo {
    /* width: 480px; */
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    float: left;
    color: #fff;
    margin-left:20px;
}

.logout {
    float: right;
    padding: 30px 15px 0 0;
    color: #fff;
}

a {
    color: #fff;
    /* text-decoration: none; */
}

a:hover {
    text-decoration: underline;
}
#base_statistics{
    color:white;
    display: block;
    float:left;
    margin-top: 6px;
    text-align: right;
}

#base_nav{
    margin-top: 20px;
    padding: 0px;
}
#base_nav > li >a{
    margin-left:0px;
    padding-left: 3px;
}

.zqtx2_header {
    background-image: url("../../img/logo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
}

.tree-node {
    height: 32px;
    line-height: 32px;
    margin: 2px;
    padding: 2px;
}

.tree-file {
    height: 32px;
    width: 32px;
}

.tree-folder {
    height: 32px;
    width: 32px;
}
.zqtx2_Form{
    margin: 0;
    padding:25px 5px 5px 5px;
}
.zqtx2_Form > p{
    text-align: center;
}
.zqtx2_Form_btn{
    text-align: center;
}
.zqtx2_datetimebox{
    width:180px;
}
.zqtx2_Report_btn{

}
.zqtx2_Form_Input{
    width: 200px;
    height: 28px;
    display: inline-flex;
}
.zqtx2_Form_TextArea{
    width: 200px;
    height: 88px;
    display: inline-block;
    vertical-align: middle;
    white-space: pre-wrap;
    text-align: center;
}
.zqtx2_opz{
    height:100%;width:180px;
}
.zqtx2_TB{
    padding: 5px;
}
.base_stationName{
    font-weight: lighter;
    font-size: small;
}
.base_welcome{
    font-size: 32px;
}
body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93cede+0,75bdd1+41,49a5bf+100;Blue+3D+%235 */
    background: #93cede;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #93cede 0%, #75bdd1 41%, #49a5bf 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #93cede 0%, #75bdd1 41%, #49a5bf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #93cede 0%, #75bdd1 41%, #49a5bf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
/***** 网站整体变灰 ******/
/*html{*/
/*    -webkit-filter: grayscale(100%);*/
/*    -moz-filter:grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter:grayscale(100%);*/
/*    filter: grayscale(100%);*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage={grayscale(1)};*/
/*}*/

a:hover{color:white;}
.zqtx2_careOtherDevName{
    color:red;
    font-weight: bold;
}
.printTitle{
    font-size:larger;
    font-weight: bolder;
}
.base_boxType{
    color:white;
    text-align: center;
    font-size: small;
    padding: 0px;
    margin: 0px;
    line-height: 23px;


}
.base_boxStatus{
    color:white;
    text-align: center;
    font-size: small;
    padding: 0px;
    margin: 0px;
    line-height: 23px;

}
.base_boxName{
    text-align: center;
    font-size: larger;
    font-weight: bold;
    height: 24px;
    color:white;
    padding: 0px;
    margin: 0px;
    line-height: 23px;


}
.base_boxBit{
    text-align: center;
    min-width: 75px;
    height:22px;
    padding: 0px;
    margin: 0px;
    color:white;
    line-height: 17px;


}
.base_onPassageWindow{
    background-color: #00bbee;

}
#base_alarmWindow{
    overflow-y: auto;
    min-width: 48px;
    background:transparent;
}
#base_alarmWindow_box{
    overflow-y: auto;
    min-width: 48px;
    background:transparent;

}
#base_onPassage_out{
    overflow-y:auto;
    min-width: 83px;
    background:transparent;

}
#base_onPassage_in{
    overflow-y:auto;
    min-width: 83px;
    background: transparent;

}
.base_alarmWindow_item{
    color:red;
    border-bottom: #17a2b8 1px solid;
    text-align: center;



}
.base_alarmWindow_box_item{
    color:red;

    border-bottom: #17a2b8 1px solid;
    text-align: center;

}
.base_alarmWindow_alarmInfo{
    background-color:#c82333;
    width:60%;
    color:white;
    animation: fade 2000ms infinite;
    -webkit-animation: fade 2000ms infinite;
}
.base_alarmWindow_box_alarmInfo{
    background-color:#c82333;
    width:60%;
    color:white;
    animation: fade 2000ms infinite;
    -webkit-animation: fade 2000ms infinite;
}

.base_alarmWindow_name{
    color:red;
    width:40%;
    background-color: white;
    font-weight: bolder;



}
.base_alarmWindow_box_name{
    color:red;
    width:40%;
    font-weight: bolder;
    background-color: white;


}
.base_onPassage_out_name{
    text-align: center;
    border-bottom:1px solid white;
    background-color:green;

    color:white;

}
.base_onPassage_in_name{
    text-align: center;
    border-bottom:1px solid white;
    background-color: #80bdff;
    color:white;
}
.base_show_tip{
    color:gray;
}
.base_onPassageArea_in_title{
    text-align: center;
    background-color: #80bdff;
    font-weight: bolder;
    color:white;
    font-size: large;
    border-bottom: 2px solid white;
}

.base_onPassageArea_out_title{
    text-align: center;
    background-color:#1c7430;
    font-weight: bolder;
    color:white;
    font-size: large;
    border-bottom: 2px solid white;
}
.base_hasBorder{
    border:1px solid white;
}
.base_alarmWindow_title
{
    color:white;
    text-align: center;
    font-weight: bolder;
    background-color: #0f6674;
    font-size: large;
}

.base_onPassage_in_bg_normal{
    background-color: dodgerblue;
}
.base_onPassage_in_bg_error{
    background-color: red;
}
.base_onPassage_in_bg_lost{
    background-color: gray;
}
.base_onPassage_out_bg_normal{
    background-color: #1c7430;
}
.base_onPassage_out_bg_error{
    background-color: red;
}
.base_onPassage_out_bg_lost{
    background-color: gray;
}

.gateway-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.gateway-normal {
    background: url('../../img/gateway_normal.png') no-repeat center center;
    background-size: contain;
}
.gateway-weak {
    background: url('../../img/gateway_weak.png') no-repeat center center;
    background-size: contain;
}
.gateway-lost {
    background: url('../../img/gateway_lost.png') no-repeat center center;
    background-size: contain;
}

/*揭示板中股道样式白底*/
.white-gd {
    background: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    overflow-y: overlay;
}
.white-gd>.showBoard_gdItem {
    color: black;
}
.white-gd::-webkit-scrollbar {
    width: 0px;
}

/*揭示板中股道样式黑底*/
.black-gd {
    background: black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    overflow-y: overlay;
}
.black-gd>.showBoard_gdItem {
    color: white;
}
.black-gd::-webkit-scrollbar {
    width: 0px;
}

.showBoard_gdItem {
    width: 100%;
    flex: auto;
    font-size: 16px;
    box-sizing: border-box;
    /*border-bottom: 1px solid #BBBBBB;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.showBoard_gdItem_cell {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*overflow-y: auto;*/
    box-sizing: border-box;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
    position: relative;
    text-align: center;
    line-height: 20px;
}
.showBoard_gdItem_cell_item {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    border-right: 1px solid #BBBBBB;
    word-wrap: break-word;
    word-break: break-all;
}

/*柜子*/
.showBoard-box {
    width: 100%;
    min-height: 70px;
    /*box-sizing: content-box;*/
    /*border: 1px solid white;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.showBoard-box-title {
    width: 100%;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
/*柜子左上角图标*/
.showBoard-box-title-left {
    width: 24px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
}
/*室内柜图标*/
.showBoard-icon-socket {
    width: 100%;
    height: 100%;
    background: url('../../img/icon-socket.png') center center;
}
/*室外柜图标*/
.showBoard-icon-solar {
    width: 100%;
    height: 100%;
    background: url('../../img/icon-solar.png') no-repeat center center;
}
/*左上角电压*/
.showBoard-voltage {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*中间柜名和温度*/
.showBoard-box-title-middle {
    width: 100%;
    height: 100%;
    /*border-left: 1px solid white;*/
    /*border-right: 1px solid white;*/
    /*color: white;*/
}
.showBoard-box-title-temp, .showBoard-box-title-name {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*开关柜图标*/
.showBoard-box-title-right {
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border-left: 1px solid #ffffff;
}
.showBoard-box-unlock {
    background: url('../../img/unlock.png') no-repeat center center;
}

.showBoard-box-lock {
    background: url('../../img/lock.png') no-repeat center center;
}
.showBoard-box-unlock-white {
    background: url('../../img/unlock_white.png') no-repeat center center;
}
.showBoard-box-lock-white {
    background: url('../../img/lock_white.png') no-repeat center center;
}
.showBoard-box-bits {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.showBoard-box-bit {
    height: 23px;
    border-bottom: 1px solid white;
    font-size: 12px;
    white-space: nowrap;
}

#indexShowBoard_bottom {
    width: 100%;
    height: 150px;
    display: flex;
}
#showBoard_bottom_right{
	width: 720px; 
	height: 100%; 
	display: flex; 
	align-items: flex-start; 
	justify-content: flex-start; 
	flex-wrap: wrap; 
	box-sizing: border-box; 
	border-left: 1px solid white; 
	overflow-y: auto;
	color:#fff;
	text-align:center;
}
#indexShowBoard_bottom ::-webkit-scrollbar {
    display: none;
}
#showBoard_bottom_right ::-webkit-scrollbar {
    display: none;
}

.bottom_show_aram_cl{
	width: 720px; 
	height: 100%; 
	display: flex; 
	align-items: center; 
	justify-content: flex-start;
	border-right: 1px solid #fff;
	color:#fff;
}
.bottom_show_aram_cl_div_box{
	width:25%;
	height:100%;
	display: block;
	text-align: center;
	background-color:#54bcbd;

}.bottom_show_aram_cl_div_dev{
	width:25%;
	height:100%;
	display: block;
	text-align: center;
	background-color:#54bcbd;

}.bottom_show_aram_cl_div_liu{
	width:25%;
	height:100%;
	display: block;
	text-align: center;
	background-color:#81b337;

}.bottom_show_aram_cl_div_kun{
	width:25%;
	height:100%;
	display: block;
	text-align: center;
	background-color:#93d2f3;

}
.bottom_show_aram_cl_span{
	width:100%;
    height: 21px;
	display: block;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.bottom_show_aram_cl_ul{
	width:100%;
	height: 128px;
	overflow-y:scroll;
	border-left: 1px solid #dee2e6;
}
.bottom_show_aram_cl_li{
	border-bottom: 1px solid #dee2e6;
	display: block;
}
.bottom_show_aram_cl_li_div{
	display: flex;
	width: 100%;
}
.bottom_show_aram_cl_li_dev{
	width: 30%;
    background-color: #fff;
    color: red;
    align-items: center;
    display: flex;
    justify-content: center;
}
.bottom_show_aram_cl_li_alarm{
	width: 70%;
    background-color: red;
}

.bottom_conter_cl{
	width:100%;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bottom_conter_cl_bg{
	background-color: #fff;
	padding:1px 1px;
	overflow:hidden;
	display: inline-grid;
	white-space: nowrap;
}
.jjb_radius {
    border-radius: 3px;
}
#bottom_conter_cl_after{
	min-width:100px;
	max-width:100px;
}
.bottom_conter_cl_bg_rirht{
	text-align: center;
	display: inline-table;
}
.bottom_right_cl_div{
	width:49%;
	display: block;
	text-align: center;
	padding: 5px;
}

.bottom_right_cl_table{
	color:#fff;
	margin:8px;
	border: 1px solid #dee2e6;
}
.bottom_right_cl_lock{
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('/public/static/img/lock.png');
}
.bottom_right_cl_unlock{
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('/public/static/img/unlock.png');
}
.bottom_right_cl_socket{
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('/public/static/img/icon-socket.png');
}

.layui-layer-page{
	font-size:20px;
}
.gd_pop_msg_table{
	width: 20%;
    padding: 16px 10px;
}
.boardManualDivStr{
    /*text-align: center;*/
    /*padding: 20px 30px;*/
}

.layui-input-block .lyear-radio{
	margin: 0 15px;
}
.showBoard_top_left_station_set{
	padding:5px;
}
.showBoard_top_left_station_set_a{
	color: #4095E5;
	background-color:#fff;
	text-align: center;
	vertical-align: middle;
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 0.25rem;
	border: 1px solid transparent;
}

.layui-table-tips-c::before{
	top: -3px;
	right: 1px;
}

.gd_Status_cl{
	/*margin-left:10px;*/
	border-color:red;
	font-size:14px;
	padding: 0 1px;
}
.gd_list_row_now a{
	margin:15px;
	font-size:16px;
}
.gd_list_row a{
	margin:10px;
	font-size:16px;
}
.layui-layer-title{
	padding-left:80px;
}
#showBoard_marquee{
	width: 100%; 
	height: 30px; 
	background: #FFF81D;
}
.board_pmd_cl{	
	overflow:hidden;
	width:80%;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
	top:2px;
	margin: 0 auto;
}

.box_alarmClass_row a {color:red;text-decoration:none; font-size:16px;margin-left:50px;}
.box_alarmClass_row a:hover { text-decoration: underline;color:red;}

.bottom_conter_cl_jjb{
	background-color: #fff;
    padding: 1px 1px;
	text-align: center;
	border: 0px solid transparent;
}
.showBoard_cell {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    word-wrap: break-word;
    word-break: break-all;
}

/*4个信息框*/
.showBoard-info {
    width: 100%;
    display: block;
    text-align: center;
}

.showBoard-info-title {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ffffff;
}
.showBoard-info-list {
    width: 100%;
    overflow-y: scroll;
}