table th {text-align: center;}
table td {text-align: center;}
.slave_wait_audit {color:#ed5565;}
.show_hover_pic{cursor:pointer;}
.show_hover_pic_div {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10000;
}
.toolbar {
    position:fixed;
    bottom:0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 50px 0;
    z-index: 10000;
}
.toolbar button {
    margin: 0 5px 0 0;
}
.imgroup img {
    display: none;
    margin: 70px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    cursor: move;
    max-height: 90%;
    max-width: 90%;
}
.imgroup .current {
    display: block;
}
.show_hover_pic_div .bg-primary {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 15px;
    z-index: 10000;
    font-size: 18px;
}
.hide-window {
    position: absolute;
    left: -200px;
    top: 70px;
    height: 90%;
    transition: left 0.3s linear;
    padding-right: 1px;
}
.hide-window:hover {
    left: 0;
}
.hide-window:hover::after {
    right: 0;
}
.hide-window::after {
    content: "<<小图预览区<<";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
    padding: 30px;
    width: 20px;
    height: 150px;
    transition: right 0.3s linear;
    z-index: -1;
}
.preview-window {
    background: #181818;
    width: 200px;
    height: 100%;
    overflow-y: scroll;
    transition: left 0.3s linear;
}
.preview-window img {
    width: 100%;
    height: 150px;
    border: 5px solid #181818;
    border-bottom: none;
    cursor: pointer;
}
.preview-window .current {
    border: 5px solid #177BBB;
    border-bottom: none;
}
.preview-window .current + * {
    border-top: 5px solid #177BBB;
}
.preview-window img:last-of-type {
    border-bottom: 5px solid #181818;
}
.preview-window::-webkit-scrollbar-track{
    /*background-color:#F3F3F3;  滑道全部  */
}
.preview-window::-webkit-scrollbar-thumb{
    /*滑动条表面*/
    background: #F3F3F3;
    /* 滑动条边框  */
    border: 1px solid #C0C0C0;
    /*滑动条圆角宽度*/
    border-radius: 4px;
}
/*横竖滚动条交角*/
::-webkit-scrollbar-corner {
    background: none;
}
.aside-lg {
    line-height: 20px;
}

.district_div select{width:130px;display: inline;font-size: 14px;font-family:'Microsoft Yahei',Verdana,Arial,Helvetica,sans-serif;}
.district_div select{margin-right:5px;}

.display_none {
    display:none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #33aaff;
}

.bootstrap-select .btn-default {
    background: #fff;
    color: #555;
    border-color:#333;
}

table td{vertical-align: middle!important;}

@media screen and (max-width: 769px) {
.m_hide{display:none;}
}
.no_visibility {
    visibility:hidden;
}
#district-box select{width:130px;display: inline;font-size: 14px;font-family:'Microsoft Yahei',Verdana,Arial,Helvetica,sans-serif;margin-right:5px;}

.search_suggest .table-condensed td {
    text-align: left;
}
.bootstrap-select.show-tick.form-control {
    margin-bottom: 15px;
}

.form-control, .single-line {
    border: 1px solid #333;
}
body {
    color: #000;
}
.text_left {
    text-align:left;
}
.text_right {
    text-align:right;
}
.text_strong {
    font-weight: bold;
}
.table-bordered {
    border-top: 1px solid #333;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #333;
}
.table > thead > tr > th {
    border-bottom: 1px solid #333;
}
.text_color a{color: black;}
.text_color a:hover,.text_color a:focus{color:#23527c;}
.div_scroll {overflow: auto;}