/*登陆界面*/
.login .wt-login-row {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    background-image: url(../img/login_bole.jpg);
    background-size: auto 100%;
    background-position: left center;
    height: 550px;
    background-repeat: no-repeat;
    background-color: #1F367C;
}

/*顶部栏*/
#global-app .navbar-inverse {
    background-color: #428BCA;
    border: 0;
    height: 45px;
}
#global-app .navbar{
    min-height: 45px;
}
/*左侧菜单*/
#menuBar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    /*border-right: 1px solid #ccc;*/
}

#accordion .panel {
    border-radius: 0;
    box-shadow: none;
}

#accordion .panel-heading {
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    border-bottom: 0px solid #cccccc;
    padding: 0;
}

#accordion .panel-heading > a {
    padding: 10px 15px;
    border-bottom: 0.5px solid #ddd;
}

#accordion .collapse-active {
    color: #23527c;
    background-color: #d9edf7;
}

#accordion ul.collapse.in {
    border-bottom: 0.5px solid #ddd;
}

#accordion .panel-default {
    border: 0px solid #cccccc;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
    border-bottom: 0;
}

/*一张图样式*/
#onePicture .map-tool-left {
    position: absolute;
    z-index: 30;
    left: 10px;
    top: 15px;
}

#onePicture .map-tool-right {
    position: absolute;
    z-index: 30;
    right: 10px;
    top: 15px;
    float: left;
    padding-right: 5px;
}

#onePicture .map-tool-style {
    background-color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #ddd;
    background-position: center center;
    background-size: auto 85%;
    background-repeat: no-repeat;
    margin: 0px 2px;
}

#onePicture .map-tool-rang {
    background-color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #ddd;
    z-index: 50;
    top: 5px;
    right: 174px;
}

.img-full {
    background-image: url(../img/img-full.png);
}

.img-unfull {
    background-image: url(../img/img-unfull.png);
}

#onePicture .img-position {
    background-image: url(../img/img-position.png);
}

#onePicture .img-layer {
    background-image: url(../img/img-layer.png);
}

#onePicture .img-search {
    background-image: url(../img/img-search.png);
}

#onePicture .img-areas {
    background-image: url(../img/img-areas.png);
}

#onePicture .img-scale {
    background-image: url(../img/img-scale.png);
}

#onePicture .dropdown-unset {
    background-color: unset;
    border: none;
    box-shadow: none
}

#onePicture .menu {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    top: 38px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#onePicture .menu .divider {
    border: 0.5px solid #eee;
    margin-bottom: 5px;
}

#onePicture .menu .two-input {
    height: 32px;
    width: 160px;
    margin: 2px 0px;
}

#onePicture .map-layer {
    width: 220px;
    min-height: 650px;
    height: 100%;
    overflow-y: scroll;
}

#onePicture .map-layer label {
    background-size: 12px 12px;
    background-position: 18px center;
    background-repeat: no-repeat;
}

#onePicture .map-layer label span {
    height: 20px;
    line-height: 20px;
}

#onePicture .map-layer .layer-title {
    font-weight: bold;
}

#onePicture ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f8f8f8;
}

#onePicture ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

/*基本图层*/
#onePicture .map-layer .layer-basic1 {
    background-image: url(../img/layer-basic1.png);
}

#onePicture .map-layer .layer-basic2 {
    background-image: url(../img/layer-basic2.png);
}

#onePicture .map-layer .layer-basic3 {
    background-image: url(../img/layer-basic3.png);
}

/*渠道工程*/
#onePicture .map-layer .layer-canal1 {
    background-image: url(../img/layer-canal1.png);
}

#onePicture .map-layer .layer-canal2 {
    background-image: url(../img/layer-canal2.png);
}

#onePicture .map-layer .layer-canal3 {
    background-image: url(../img/layer-canal3.png);
}

#onePicture .map-layer .layer-canal4 {
    background-image: url(../img/layer-canal4.png);
}

/*地下水*/
#onePicture .map-layer .label-status0 {
    background-image: url(../img/map_status_0.png);
}

#onePicture .map-layer .label-status1 {
    background-image: url(../img/map_status_1.png);
}

#onePicture .map-layer .label-status2 {
    background-image: url(../img/map_status_2.png);
}

#onePicture .map-layer .label-status3 {
    background-image: url(../img/map_status_3.png);
}

#onePicture .map-layer .label-status4 {
    background-image: url(../img/map_status_4.png);
}

/*地表水*/
#onePicture .map-layer .label-surface0 {
    background-image: url(../img/label-surface0.png);
}

#onePicture .map-layer .label-surface1 {
    background-image: url(../img/label-surface1.png);
}

#onePicture .map-layer .label-surface2 {
    background-image: url(../img/label-surface2.png);
}

/*用水区块*/
.label-area1 {
    background-image: url(../img/label-area1.png);
}

.label-area2 {
    background-image: url(../img/label-area2.png);
}

.label-area3 {
    background-image: url(../img/label-area3.png);
}

.label-area4 {
    background-image: url(../img/label-area4.png);
}

.label-area5 {
    background-image: url(../img/label-area5.png);
}

.label-area6 {
    background-image: url(../img/label-area6.png);
}

.label-area7 {
    background-image: url(../img/label-area7.png);
}

.label-area8 {
    background-image: url(../img/label-area8.png);
}
/*四荒地*/
.label-area9 {
    background-image: url(../img/label-area9.png);
}
/*其他灌溉*/
.label-area10 {
    background-image: url(../img/label-area10.png);
}
/*监管单位*/
#onePicture .map-layer .label-unit0 {
    background-image: url(../img/label-unit0.png);
}

#onePicture .map-layer .label-unit1 {
    background-image: url(../img/label-unit1.png);
}

.map-active {
    background-color: #d9edf7;
}

#onePicture .bigemap-remove {
    font-size: 16px;
    color: red;
}

#onePicture .bigemap-remove:hover {
    text-shadow: 1px 1px 2px #333;
    color: yellow;
    cursor: pointer;
}

#reverse table tr input {
    border: none;
    background-color: unset;
    width: 100%;
}

#reverse table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

#reverse .listInput {
    padding: 0;
    font-size: 12px;
}

/*退地统计*/
#landClose .map-tool-switch {
    position: absolute;
    z-index: 30;
    left: 10px;
    bottom: 15px;
}

#landClose .map-tool-area {
    position: absolute;
    z-index: 99;
    top: 15px;
    right: 10px;
}

#landClose .map-tool-year-return{
    position: relative;
    width: 320px;
    z-index: 99;
    top: 15px;
    left: 10px;
    background-color: white;
    box-shadow: 1px 1px 2px #999;
    border-radius: 4px;
}
#landClose .map-tool-land {
    position: absolute;
    z-index: 10;
    top: 60px;
    right: 10px;
    padding: 10px;
    background-color: white;
    box-shadow: 1px 1px 2px #999;
    border-radius: 4px;

}
#landClose .map-tool-chart{
    z-index: 20;
    background-color: white;
    box-shadow: 1px 1px 2px #999;
    border-radius: 4px;
}
#landClose .map-tool-land .layer-title {
    font-weight: bold;
}
#landClose .map-tool-land .layer-body {
    font-weight: bold;
}
#landClose .map-tool-land label {
    background-size: 12px 12px;
    background-position: 0px 2px;
    background-repeat: no-repeat;
}
/*山洪预警一张图样式*/
#floodIndex .bigemap-interactive{
    pointer-events:none!important;
}
#floodIndex .map-tool-left {
    position: absolute;
    z-index: 30;
    left: 15px;
    top: 15px;
    width: 300px;
}
#floodIndex .map-tool-right{
    position: absolute;
    z-index: 30;
    right: 15px;
    top: 15px;
}
#floodIndex .map-tool-rightBottom{
    position: absolute;
    z-index: 30;
    right: 15px;
    top: 60px;
    width: 250px;
    opacity: 0.9;
}
#floodIndex .map-tool-style {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #ddd;
    background-position: center center;
    background-size: auto 85%;
    background-repeat: no-repeat;
    margin: 0px 2px;
}

#floodIndex .pulse-icon {
    display: inline-block;
    pointer-events: painted;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #2f8;
    position: relative;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.6);
}
#floodIndex .pulse-icon:after {
    content: "";
    box-shadow: 0 0 6px 2px #12B170;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 300%;
    width: 300%;
    animation: pulsate 2s infinite;
    position: absolute;
    margin: -100% 0 0 -100%;
}

#floodIndex .warn-icon {
    display: inline-block;
    pointer-events: painted;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #D9534F;
    position: relative;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.6);
}

#floodIndex .warn-icon:after {
    content: "";
    box-shadow: 0 0 6px 2px #D9534F;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 300%;
    width: 300%;
    animation: pulsate 2s infinite;
    position: absolute;
    margin: -100% 0 0 -100%;
}
#floodIndex .unknown-icon {
    display: inline-block;
    pointer-events: painted;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #777;
    position: relative;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.6);
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
.alarm-beating{
    animation: beating 1s;
}
@keyframes beating {
    0% {
        transform: translate(0px, 0px);
    }
    15% {
        transform: translate(2px, 0px);
    }
    35% {
        transform: translate(-2px, 0px);
    }
    55% {
        transform: translate(2px, 0px);
    }
    75% {
        transform: translate(-2px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}