﻿.dojoxFloatingPane {
    background-color: #fff;
    position: relative;
    border: 1px solid #333333;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px #adadad;
}

.dojoxFloatingPaneContent {
    overflow: auto;
    background-color: #fff;
    height: 100%;
    width: 100%;
    outline: none;
}
#Pane_edit_attributes .dojoxFloatingPaneContent {
    overflow: hidden!important;
}
.action-button {
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #D3D3D3;
    color: #6e6e6e;
    height: 20px;
    width: 20px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.action-button:hover,
.action-button:focus {
    background: #0079c1;
    color: #e4e4e4;
}

.active {
    background: #0079c1;
    color: #e4e4e4;
}

input {
    vertical-align: -10%;
}

.mr10 {
    margin-right: 10px;
}

.bor-right {
    border-right: 1px solid #adadad;
}


/*屏蔽菜单按钮*/

.li-show-false {
    display: none;
}


/*屏蔽下部Powered by Esri*/

.esri-attribution {
    display: none;
}


/*搜索按钮样式*/

.esri-search .esri-search__container .esri-widget-button {
    background-color: #333333;
}


/*搜索按钮样式*/

.esri-search .esri-search__container .esri-widget-button {
    background-color: #333333;
}

.esri-icon-search,
.esri-widget-button {
    color: #adadad;
}

.esri-icon-search:hover,
.esri-widget-button:hover {
    color: #fff;
}

.esri-popup__action-text {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}


/*弹窗样式*/

.dojoxFloatingPaneTitle {
    /*background: #00a3da;*/
    background: #333333;
    border: 1px solid #333333;
    padding: 6px 4px 6px 4px;
}

.dijitInline {
    color: #fff;
}

.esri-popup__button {
    outline: none;
}

.esri-popup__button:hover {
    color: #0080b5;
}

.esri-popup__content b {
    line-height: 22px;
}

.esri-view-width-xlarge .esri-popup__main-container {
    width: auto;
}

.pop-wrapper, .padding10 {
    padding: 10px;
}

.pop-wrapper label {
    line-height: 24px;
    text-align: right;
}

.pop-wrapper label.w60 {
    width: 60px;
    height: 26px;
}

.pop-wrapper-lay {
    margin-bottom: 8px;
    line-height: 26px;
}

.pop-wrapper-lay .titl {
    margin-right: 5px;
}

.pop-closebtn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.pop-closebtn:hover {
    background: #00a3da;
    color: rgb(228, 234, 235);
}

.pop-minibtn {
    position: absolute;
    right: 35px;
    top: 5px;
    cursor: pointer;
    color: #ccc;
}

.pop-minibtn:hover {
    background: #00a3da;
    color: rgb(228, 234, 235);
}

.new_edit_arrow {
    cursor: pointer;
    color: #fff;
    position: relative;
    opacity: 0.85;
    z-index: 1;
    padding: 5px 1px 0 1px;
    align-content: center;
    text-align: center;
    border-left: 1px solid #1a1f27;
    border-right: 2px solid #535b69;
}

.new_edit_arrow1 {
    writing-mode: vertical-lr
}

.new_edit_arrow1:hover {
    background: #00a3da;
    color: #fff;
}

.bottom_arrow {
    cursor: pointer;
    float: left;
    color: #fff;
    position: relative;
    opacity: 0.85;
    height: 30px;
    width: 85px;
    background: #333333;
    z-index: 1;
    padding: 5px 1px 0 1px;
    align-content: center;
    text-align: center;
    border-left: 1px solid #1a1f27;
    border-right: 2px solid #535b69;
}

.bottom_arrow:hover {
    background: #00a3da;
    color: #fff;
}

.pop-input {
    border: 1px solid #dfdfdf;
    padding: 0 4px;
    height: 24px;
    line-height: 24px\9;
}

.pop-select {
    border: 1px solid #dfdfdf;
    height: 26px;
    line-height: 26px\9;
}

.pop-textarea {
    border: 1px solid #dfdfdf;
    line-height: 26px\9;
    width: 200px;
    height: 50px;
}

.textbox {
    position: relative;
    border: 1px solid #DFDFDF;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.textbox .textbox-text {
    font-size: 12px;
    border: 0;
    margin: 0;
    padding: 4px;
    white-space: normal;
    vertical-align: top;
    outline-style: none;
    resize: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.w40 {
    width: 40px;
    margin-left: 4px;
}

.w50 {
    width: 50px;
    margin-left: 4px;
}

.w60 {
    width: 60px;
    margin-left: 4px;
}

.w70 {
    width: 70px;
    margin-left: 4px;
}

.w80 {
    width: 84px;
    margin-left: 4px;
}

.w100 {
    width: 100px;
    margin-left: 4px;
}

.w120 {
    width: 120px;
    margin-left: 4px;
}

.w145 {
    width: 145px;
    margin-left: 4px;
}

.w157 {
    width: 157px;
}

.pop-btn {
    padding: 2px 5px;
    display: inline-block;
    border-radius: 3px;
    color: #333;
    margin-left: 5px;
    height: 24px;
    line-height: 18px;
    box-sizing: border-box;
}

.red {
    color: #f4563e;
}

.pop-btn.gray {
    background-color: #efefef;
    border: 1px solid #c7c7c7;
    cursor: pointer;
}

.pop-btn:hover.gray {
    background-color: #dfdfdf;
}

.pop-btn.orange {
    background-color: #ffdbb4;
    border: 1px solid #ffa889;
}

.pop-btn.green {
    background-color: #62ab00;
    border: 1px solid #52810e;
}

.pop-btn.blue {
    background-color: #1986d4;
    border: 1px solid #0c67a6;
}

.pop-btn.disable {
    background-color: #ccc;
    border: 1px solid #cecece;
    color: #f3f3f3;
}


/*图层管理*/

#Div_layerList {
    margin-top: 10px auto;
}

#Div_layerList p {
    height: 6px;
}

.boxlay {
    width: 200px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    display: block;
}
.layerList_iconfontBox{
    float: left;
    position: relative;
    height: 28px;
}
.layerList_iconfontAfter, .layerList_iconfontBefore{
    position: absolute;
    left: 0;
    top: 0;
}

/*画图弹出*/

.table-show-fengxian {
    border: 1px solid #dfdfdf;
}

.table-show-fengxian tr {
    border: 1px solid #dfdfdf;
}

.table-show-fengxian tr td {
    height: 25px;
    width: 25px;
    font-size: 12px;
    text-align: center;
    color: black;
    border: 1px solid #dfdfdf;
}


/*查询*/

.table-show {
    padding: 0 10px;
    width: 550px;
    height: 280px;
}

.table-show-box {
    width: 550px;
    height: 280px;
    margin: 0 auto;
    border: 1px solid #dfdfdf;
}


/*统计明细*/

.detailstable-show {
    padding: 0 10px;
    width: 330px;
    height: 270px;
}

.detailstable-show-box {
    width: 310px;
    height: 270px;
    margin: 0 auto;
    margin-left: 230px;
    border: 1px solid #dfdfdf;
}

.second-nav-lay {
    color: #fff;
    padding: 10px 0;
}

.second-nav-lay li {
    display: block;
}

.second-nav-lay li .titl {
    padding-left: 20px;
    line-height: 32px;
    display: block;
    background-color: #535b69;
    font-weight: bold;
    color: #fff;
}

.second-nav-lay dd {
    padding-left: 20px;
    line-height: 28px;
    cursor: pointer;
    color: #cbd5e8;
}

.second-nav-lay dd:hover {
    background-color: #00a3da;
    color: #fff;
}


/*统计*/

.table-show.w224 {
    width: 224px;
    height: 270px;
}

.table-show-box.w224 {
    width: 224px;
    height: 270px;
    margin: 0;
}


/*报修*/

.table-show.w490 {
    width: 490px;
    height: 260px;
}

.table-show-box.w490 {
    width: 490px;
    height: 260px;
    margin: 0;
}


/*关阀分析*/

.panel-body {
    border: 0;
}


/*高级查询*/

.aq-select-box {
    width: 180px;
    height: 163px;
    overflow-y: scroll;
    border: 1px solid #dfdfdf;
}

.aq-select {
    height: 100%;
    width: 100%;
}

.aq-select li {
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    padding-left: 8px;
}

.aq-select li:hover {
    background-color: #b4b4b4;
}

.aq-operation {
    width: 150px;
}

.aq-operation li {
    height: 23px;
    line-height: 23px;
    width: 38px;
    text-align: center;
    cursor: pointer;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    background-color: #efefef;
    border: 1px solid #c7c7c7;
    float: left;
}

.aq-operation li:hover {
    background-color: #dfdfdf;
}

.aq-textarea {
    width: 94%;
    height: 80px;
    border: 1px solid #dfdfdf;
    padding: 6px;
}


/*-----------------------*/

.pop-table-head {
    width: 230px;
    height: 34px;
    color: #fff;
    line-height: 34px;
    background: #353b4b;
}

.pop-btnku {
    display: inline-block;
    width: 56px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.back-toblue {
    background: #177cc2;
}

.color-area {
    width: 100%;
}

.color-area>li {
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

.color-area>li>div {
    display: inline-block;
}

.back-span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    margin-right: 10px;
}


/*多选框样式开始*/

input[type='checkbox'] {
    display: none;
}

.check {
    display: inline-block;
    background: #fff;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #7b9cd3; 
    vertical-align: -3px;
}

.check .icon {
    font-size: 14px;
    color: #fff;
    display: none;
}

.active {
    background: #177cc2;
    border-color: #ccc;
    vertical-align: 0px;
    *vertical-align: middle;
    color: #fff;
}

.disable {
    background: #ccc;
    border-color: #ccc;
    color: #fff;
}

.check.active .icon {
    display: block;
}


/*多选框样式结束*/

.btn-line {
    display: inline-block;
    width: 114px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.line-back-col {
    background: #fff;
    color: #f4563e;
}

.lmassage {
    margin: 10px auto;
}

.allpop {
    width: 230px;
    height: 475px;
    overflow: hidden;
}

.all1-aa {
    width: 210px;
    height: 100%;
    overflow: hidden;
}

.allpop1 {
    width: 220px;
    height: 270px;
    margin-left: 10px;
    overflow: hidden;
}

.btn-too {
    display: inline-block;
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
}

.back-btncol1 {
    background: #3598dc;
}

.back-btncol2 {
    background: #32c5d2;
}

.boxlabel {
    display: inline-block;
    width: 22px;
    height: 100%;
}

.boxinput {
    margin-top: 8px;
    margin-right: 6px;
    cursor: pointer;
    z-index: 1;
}

.boxlabel>.boxinput {
    display: none;
    right: 0;
}

.boxlttle,
.boxlttle1 {
    right: 5px;
    top: 6px;
    z-index: 0;
    font-size: 12px;
    text-align: center;
}

.pop-trade {
    height: 70%;
    overflow: hidden;
}

.mr16 {
    margin-right: 26px;
}

.heak {
    margin: 15px 30px 0 30px;
    color: #333;
}

.heak input {
    border-radius: 3px;
    border: 1px solid #999;
}

.heak-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.heak-btn span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 3px;
    width: 70px;
    height: 20px;
    line-height: 22px;
    text-align: center;
}

.checkinp {
    top: 6px;
    right: -2px;
}

.lmassage li {
    line-height: 25px;
    display: flex;
}

.span-HydraModel-left {
    display: inline-block;
    width: 35%;
    text-align: right;
    font-size: 14px;
}

.span-HydraModel-center {
    display: inline-block;
    width: 5%;
    text-align: center;
    font-size: 14px;
}

.span-HydraModel-right {
    display: inline-block;
    width: 56%;
    text-align: left;
    font-size: 14px;
}

.span-HydraModel-right-1 {
    display: inline-block;
    width: 40%;
    text-align: left;
    font-size: 14px;
}

.input-HydraModel-right {
    display: inline-block;
    width: 55%;
    text-align: left;
    font-size: 14px;
}

.select-HydraModel-right_same {
    display: inline-block;
    width: 56%;
    text-align: left;
    font-size: 14px;
}

.hide {
    display: none;
}
.view-display-block{
    display: block
}

.innerbox {
    overflow-x: auto;
    overflow-y: auto;
    /* scroll-behavior: auto; */
}

/* 点检统计-NFC绑定 */
#datagrid_Dev_Main_div input[type='checkbox'] {
    display: inline-block;
}
/*NFC二维码导出，进度条*/
.noborder{
    border: none;
}
#NFC_QRExpole_progress_dialog{
    display:none;
    overflow: hidden;
    background: transparent;
}
.ui-progress_bar{
    background-color: #2b3033;
    border: 1px solid #8abfe5;
    height: 20px;
    border-radius: 10px;
}
.ui-progress {
    overflow: hidden;
    width: 0%;
    height: 20px;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 0deg, rgb(0,112,191) 0%, rgb(46,168,230) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,112,191) 0%, rgb(46,168,230) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,112,191) 0%, rgb(46,168,230) 100%);
}  
.ui-progress span.ui-label {
    float: right;
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
    color: #ffffff;
    white-space: nowrap;
}
#NFC_download_progress_tip{
    margin: 20px auto 0;
    text-align: center;
    color: #f2f2f2;
    font-size: 14px;
}
/*滚动条样式*/

.innerbox::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

.innerbox::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #3986ac;
}

.innerbox::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
/*滚动条交汇处*/
.innerbox::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0.1);
}
/* 菜单列表样式重置 */
#rtu-tabs {
    border: 1px solid #5c7a99;
    margin-bottom: 20px;
}
.rtu-menu {
    width: 99px;
    float: left;
    border-right: 1px solid #5c7a99;
}
.rtu-menu li {
    display: block;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background-color: #4d6680;
    border-bottom: 1px solid #758ca3;
}
.rtu-menu li:last-child{
    border-bottom:none;
}
.rtu-menu li:hover,.rtu-menu li.hover {
    background-color: #6b8299;
    color: #ffffff;
}

.rtu-main {
    float: left;
    width: calc(100% - 120px);
    padding: 20px 0 0 20px;
    overflow-y: auto;
}
.rtu_main_rowBox {
    display: none;
}

#rtu-main ul.block {
    display: block;
    margin-top: 5px;
}

.rtu-main .block ul li {
    position: relative;
    float: left;
    overflow: hidden;
}

.equipment_check_div {
    background-color: paleturquoise;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 40px;
}

.equipment_check_body {
    width: 520px;
    float: left;
}

.equipment_check_div i {
    color: black;
    cursor: pointer;
}

.equipment_check_context_cell {
    width: 90px;
    height: 40px;
    padding: 0 5px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.equipment_check_title_span {
    font-size: 14px;
    font-weight: bold;
}

.equipment_check_context {
    height: 40px;
    padding-top: 1px;
}

.html_context_1 {
    border-bottom: 1px solid #dfdfdf;
    background-color: #cde8f2;
}

.html_context_2 {
    border-bottom: 1px solid #dfdfdf;
    background-color: #9ee1f8;
}

.equipment_check_context_cell_1 {
    width: 70px;
    height: 40px;
    float: left;
}

.equipment_check_layer_user {
    width: 100%;
    text-align: center;
}

.equipment_check_layer_user_content {
    padding-top: 5px;
}

.equipment_check_layer_user_content_1 {
    width: 14%;
    float: left;
    line-height: 24px;
}


/* GIS—_RTU列表二级菜单样式改版 */
#tree_department_kanban .tree-node {
    line-height: 30px;
    height: 30px;
    border: none;
}

#tree_department_kanban .tree-folder {
    display: none;
}
#tree_department_kanban .tree-collapsed {
    background: url(../images/tree_icons.png) no-repeat -272px 0px;
}

#tree_department_kanban .tree-expanded {
    background: url(../images/tree_icons.png) no-repeat -272px -18px;
}

#tree_department_kanban .tree-collapsed-hover {
    background: url(../images/tree_icons.png) no-repeat -272px 0px;
}

#tree_department_kanban .tree-expanded-hover {
    background: url(../images/tree_icons.png) no-repeat -272px -18px;
}

#tree_department_kanban .tree-node-selected {
    background: #384f66;
    color: #000000;
}

#tree_department_kanban .tree-title {
    height: 30px;
    line-height: 30px;
}

#tree_department_kanban .tree-node-hover {
    background-color: #384f66;
    color: #dae2f2;
}
#tree_department_kanban .tree-file {
    background-position: -290px 0;
}
/* 提示框样式 */
#rtuListTreetitle {
    position: absolute;
    padding: 4px;
    background: rgba(40, 40, 40, 0.8);
    border: solid 1px #596680;
    border-radius:5px;
    z-index: 2;
}
#rtuListTreetitle p{
    line-height: 20px;
    font-size: 12px;
}
/* 右键操作按钮样式重置 */
#rtu_tree_menu{
    padding: 0;
}
#rtu_tree_menu .menu-line{
    display: none;
}
#rtu_tree_menu p{
    color: #1a1a1a;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
#rtu_tree_menu p:hover{
    background-color: #dae6f2;
}

/* GIS—_RTU列表三级菜单样式改版 */
#second_nav_kanban_liebiao_info{
    height: 100%;
    width: 0;
    float: left;
    display: none;
    background-color: #384f66;
}

.gisRtuMenu3_titleBox {
    margin: 10px;
}

#liebiao_rtu_echart_title {
    float: left;
    color: #dae2f2;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}
#liebiao_rtu_title_closeBtn, #liebiao_rtu_edit_closeBtn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    font-family: "iconfont" !important;
    color: #dae2f2;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    background-color: #6b8299;
    border-radius: 2px;
}
#liebiao_rtu_title_closeBtn:hover,#liebiao_rtu_edit_closeBtn:hover {
    color: #ffffff;
}

/* 日周月选择框 */
.rtuSelectDate{
  position: relative;
  float: left;
  z-index: 1;
}

.rtuSelectDateTitleBox {
    width: 30px;
    border: 1px solid #5c7a99;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 4px 0 6px;
}

.rtuSelectDateTitleBox p {
    float: left;
    width: calc(100% - 10px);
    line-height: 24px;
    height: 24px;
    color: #c3cad9;
    font-size: 12px;
}

.rtuSelectDateTitleBox a {
    float: right;
    width: 10px;
    font-family: "iconfont" !important;
    color: #b8becc;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}

.rtuSelectDateContentBox {
    display: none;
    position: absolute;
    top: 26px;
    width: 100%;
    padding-top: 2px;
}
.rtuSelectDateContent{
  background-color: #384f66;
  border: 1px solid #5c7a99;
  cursor: pointer;
}

.rtuSelectDateContent p {
    padding-left: 10px;
    color: #c3cad9;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}

.rtuSelectDateContent p:hover,
.rtuSelectDateContent .rtuSelectDateCur {
    background-color: #4c6680;
    color: #ffffff;
}


/* 日期选择控件样式重置 */

#rtuMenu3DateBox {
    float: left;
}

#rtuMenu3DateBox .combo-arrow {
    background-color: transparent;
}

#rtuMenu3DateBox .textbox-text {
    background-color: transparent;
    color: #c3cad9;
    text-align: left;
}

#rtuMenu3DateBox .textbox {
    border: 1px solid #5c7a99;
    background-color: #384f66;
    border-radius: 4px;
}

#btn_rtu_channel_read {
    float: left;
    border: 1px solid #5c7a99;
    border-radius: 4px;
    width: 38px;
    padding: 0;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #c3cad9;
    background-color: transparent;
}

#btn_rtu_channel_read:hover {
    background-color: #4d6680;
    color: #ffffff;
}

#btn_rtu_channel_read_export {
    float: left;
    border: 1px solid #5c7a99;
    border-radius: 4px;
    width: 38px;
    padding: 0;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #c3cad9;
    background-color: transparent;
}

#btn_rtu_channel_read_export:hover {
    background-color: #4d6680;
    color: #ffffff;
}


/* 表格样式重置 */

#kanban_liebiao_channel_table_container td {
    border: none;
}

#kanban_liebiao_channel_table_container .panel-body {
    border: 1px solid #5c7a99;
    background-color: transparent;
}

#kanban_liebiao_channel_table_container .datagrid-header {
    border-bottom: 1px solid #5c7a99;
}

#kanban_liebiao_channel_table_container .datagrid-header-inner {
    width: 100%;
}

#kanban_liebiao_channel_table_container .datagrid-htable {
    color: #c3cad9;
    background-color: #4d6680;
}

#kanban_liebiao_channel_table_container .datagrid-htable,
#kanban_liebiao_channel_table_container .datagrid-btable {
    width: 100%;
}

#kanban_liebiao_channel_table_container .datagrid-body::-webkit-scrollbar,
#rtu_echartBox::-webkit-scrollbar,.rtu-main::-webkit-scrollbar {
    width: 6px;
    /*宽对应竖滚动条的尺寸*/
    height: 6px;
}


/*滚动条里可以拖动部分*/

#kanban_liebiao_channel_table_container .datagrid-body::-webkit-scrollbar-thumb,
#rtu_echartBox::-webkit-scrollbar-thumb,.rtu-main::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(77, 102, 128, 0.8);
}


/*两个滚动条交汇处*/

#kanban_liebiao_channel_table_container .datagrid-body::-webkit-scrollbar-corner,
#rtu_echartBox::-webkit-scrollbar-corner,.rtu-main::-webkit-scrollbar-corner {
    background-color: rgba(77, 102, 128, 0.8);
}

#kanban_liebiao_channel_table_container .datagrid-row-over,#kanban_liebiao_channel_table_container .datagrid-row-selected {
    background: #4d6680;
    color: #c3cad9;
    cursor: pointer;
}

#kanban_liebiao_channel_table_container .datagrid-header td.datagrid-header-over {
    background: #6b8299;
    color: #c3cad9;
    cursor: pointer;
}


/* 仪表盘 */

#rtu_echartBox {
    height: 200px;
    width: calc(100% - 20px);
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
}

#kanban_liebiao_echart_fenxi_container {
    width: 100%;
    height: 100%;
}

/* 三级菜单编辑界面样式重置 */
#liebiao_info_edits{
    width: 100%;
    height: 100%;
    color: #c3cad9;
}
#liebiao_info_edits .pop-wrapper{
    min-width: 474px;
    padding: 20px 20px 0;
}
.rtuEditItemBox{
    float: left;
    margin: 0 30px 20px 0;
}
.rtuEditItemTitle{
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: right;
}
.rtuEditItemContent{
    float: left;
    height: 26px;
    line-height: 26px;
}
.rtuEditItemBox input[type="text"],.rtuEditItemBox input[type="number"],.rtuEditItemBox textarea{
    float: left;
    width: 118px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #5c7a99;
    border-radius: 4px;
    padding: 0 4px 0 6px;
    color: #c3cad9;
    font-size: 12px;
    background-color: transparent;
    outline: none;
    margin-right: 5px;
}
.rtuEditItemBox input[type="checkbox"]{
    display: block;
    float: left;
    opacity: 1;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;/*改变任何元素的浏览器默认风格*/
    -moz-appearance: none;/* firefox */
    border: 1px solid #5c7a99;
    border-radius: 2px;
    font-size: 14px;
    background: transparent;
    outline: none;
    margin: 5px 5px 0 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}
.rtuEditItemBox input[type="checkbox"]:before{
    display: block;
    content: "";
    width: 16px;
    height: 16px;
}
.rtuEditItemBox input[type="checkbox"]:checked{
    color: #c3cad9;
    background: #4d6680;
    outline: none;
}
.rtuEditItemBox input[type="checkbox"]:checked:before{
    width: 16px;
    height: 16px;
    content: "\2713";
    text-align: center;
    line-height: 12px;
}
.rtuEditItemBox label{
    float: left;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}
.rtuEditItemBox input[type=number]{
    width: 57px;
    -moz-appearance: textfield;/* firefox */
}
.rtuEditItemBox input[type=number]::-webkit-inner-spin-button,
.rtuEditItemBox input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;/* chrome */
}
.rtuEditItemBox textarea{
    width: calc(100% - 92px);
    height: 55px;
    padding: 5px 10px;
    margin-right: 0;
}
.rtu-main .rtuSelectDateTitleBox {
    width: 60px;
}
.rtuEditItemBox button{
    float: right;
    width: 100px;
    text-align: center;
    line-height: 28px;
    height: 28px;
    border: 1px solid #5c7a99;
    border-radius: 4px;
    background-color: #4d6680;
    margin-left: 20px;
    cursor: pointer;
    color: #c3cad9;
}
.rtuEditItemBox button:hover{
    background-color: #6b8299;
    color: #ffffff;
}
/* 图层配置弹窗样式重置 */
#equipment_check_layer_content_div .equipment_check_div{
    width: 100%;
}
#equipment_check_layer_content_div .equipment_check_body{
    width: calc(100% - 100px);
}
#equipment_check_layer_content_div .equipment_check_body .equipment_check_context_cell{
    width: calc(20% - 30px);
    padding: 0 8px;
}

        .monthday_div {
            width: 30px;
            height: 38px;
            text-align: center;
            border : 1px solid #000000;
            float : left;
        }
        .monthday_number {
            width: 30px;
            height: 22px;
            font-size: 20px;
            text-align: center;
        }
        .monthday_number_1 {
            width: 30px;
            height: 16px;
            font-size: 10px;
            text-align: center;
            color:#F00
        }              
        .monthday_devoption {
            width: 100px;
            height: 20px;
            line-height: 20px;
            cursor: pointer;
            font-size: 8px;
            text-align: center;
        }
        .monthday_devoption:hover {
            background-color: lightblue;
        }
        .legendtodaydiv {
            font-size: 10px;
            text-align: center;
            border : 1px solid #000000;
            width : 38px;
            height : 18px;
            line-height: 18px;
            float : left;
        }
        /*日历表头_箭头向左*/
        
        .cld_arrow:hover {
            /* background-color: rgb(192, 192, 192); */
            color: #F00;
        }
        
        #cldFrame::after {
            display: block;
            content: '';
            clear: both;
        }
        #cldtooltip{
            width: 120px;
            height:30px;
            background-color:#FF0000;
            position:absolute;
            display:none;
            z-index:9999;
            top: 200px;
            left: 60px;
            border-radius:15px;
            text-align: center;
            line-height: 30px;
            color: #ffffff;
            font-size: 14px;
        }
        #Dev_Echart,#dianjianJL_noDataBox{
            display: none;
        }
        #dianjianJL_noDataBox{
            width: 60%;
            margin: 50px auto 0;
        }
        #dianjianJL_noDataBox img{
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }
        #dianjianJL_noDataBox p{
            text-align: center;
            line-height: 30px;
            color: #999999;
            font-size: 18px;
        }
        .dianjian_kaohe_tableFlexNone{
            flex: none;
        }
        #equipment_check_layer_tree_title_menu{
            text-align: center;
            line-height: 30px;
            font-size: 14px;
        }
        .dianjian_cycle_div_class{
            float: left;
            width: 70px;
            height: 20px;
            border: 1px solid black;
            background-color: #38F709;
            text-align: center;
            cursor: pointer;
        }
#rtu_tree_department_ss::-webkit-input-placeholder {
    color: rgb(179, 179, 179);
}
#rtu_tree_department_ss::-moz-input-placeholder {
    color: rgb(179, 179, 179);
}
#rtu_tree_department_ss::-ms-input-placeholder {
    color: rgb(179, 179, 179);
}
/* 手风琴折叠窗 */
.newAccordionBox .panel-tool {
    right: 0;
    left: 2px;
    width: 16px;
}
.newAccordionBox .panel-title{
    padding-left: 18px;
}
.newAccordionBox .pop-input{
    box-sizing: border-box;
    height: 26px;
}
.newAccordionBox .panel-body{
    padding-top: 8px;
}
/* 用户管理和日志 */
.leftNavTabMenuBox {
    position: absolute;
    top: 0px;
    left: 0px;
    height: calc(100% - 4px);
    width: 200px;
    border: 2px solid #b3cbf8;
}
.rightContainerListBox {
    position: absolute;
    top: 0px;
    left: 202px;
    height: calc(100% - 4px);
    border: 2px solid #b3cbf8;
    width: 100%;
}
.tableBtnHead{
    padding: 5px 0;
    border-bottom: 1px solid #dfdfdf;
}
.logHeadLabel{
    line-height: 26px;
}
#userJobImgPre{
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    font-weight: normal;
    border:1px solid #DFDFDF;
}
#userJob_imgBox a{
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #DFDFDF;
    margin: 0 8px 8px 0;
    cursor: pointer;
}
#userJob_imgBox a:hover,#userJob_imgBox .userJob_imgCurrent{
    border: 1px solid #318efd;
}
#userJob_imgBox .icon{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}
.userJobImg{
    background: no-repeat center center;
    background-size: contain;
}
/* 施工监控 */
.shigong_detailTitle{
    border-left: 4px solid #00a3da;
    line-height: 24px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.shigongtianchong {
    float: left;
    line-height: 24px;
    width: 31%;
    margin-right: 2.33%;
}
.shigongtianchong span, #zhongjian_shigongjiankong span{
    float: left;
    width: 70px;
    color: #666666;
}
.shigongtianchong p, #shigongjiankong_day_photo{
    float: left;
    max-width: calc(100% - 70px);
}
.shigongstatus{
    float: left;
    color: #00a3da; 
    cursor: pointer; 
    text-decoration: underline;
    margin-left: 10px;
}
#shigongjiankong_day_photo img{
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 5px;
    cursor: pointer;
}

#kanban_liebiao_channel_table_container .datagrid .datagrid-pager{
    background-color:#384f66;
    border-color: #4d6680;
    color:rgb(138, 208, 232);
}
#kanban_liebiao_channel_table_container .pagination-num {
    border-color: #95B8E7;
    background-color: #43576d;
    color: #98cece;
}
#kanban_liebiao_channel_table_container .pagination-btn-separator{
    border-color: #4d7092;
}
#kanban_liebiao_channel_table_container .pagination-page-list{
    border-color: #95B8E7;
    background-color: #43576d;
    color: #98cece;
}

