/* Стили диалоговых окон */

#separate_dialog{
    border: 0px !important;
    padding: 0px !important;
}

.dialog-form .ui-dialog-titlebar{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0px;
}

.dialog-header{
    background-color: #40B0B5;
    color: #ffffff;
    margin: 5px;
    padding: 10px;;
    text-align: center;
    display: inline-block;
    width: 91%;
}

.dialog-headerLeft{
    background-color: #056468;
    padding: 10px;
    color: white;
    border-top-left-radius: 5px;
    margin: 5px 0 5px 5px;
}
.dialog-panelLeft{
    width: 30%;
    float: left;
    overflow: auto;
    height: 380px;
    background-color: #E8E8E8;
    z-index: 100;

}
.dialog-panelRight{
    margin-left: 32%;
	padding: 5px;
}
.dialog-mapsActive{
    background-color: #25A4AA;
    padding: 10px;
    color: white;
    cursor: pointer;
    margin: 5px 0px 0px 5px;
}
.dialog-mapsInactive{
    background-color: #E8E8E8;
    padding: 10px;
    color: #000000;
    cursor: pointer;
    margin: 0px;
}
.dialog-mapsInactiveSplitter{
    background-color: #EFEFEF;
    border-bottom: 1px solid #CECECE;
    height: 2px;
    /*width: 100%;*/
    /*position: absolute;*/
    /*bottom: 0px;*/
}
.dialog-collection{
    margin-left: 10px;
    margin-top: 10px;
    width: 94%;
    overflow-y: scroll;
    height: 290px;
}

.dialog-header-left{
    background-color: #056468;
    position: absolute;
    height: 100%;
    width: 130px;
    padding: 7px 10px 7px 10px;
    left: 0;
}
.layers-td, .export-td {
    padding: 2px 2px 2px 5px;
    background-color: #E8E8E8;
    border: 2px solid white;
    vertical-align: middle;
}
.layers-td-num, .export-td-num {
    width: 20px;
    text-align: center;
}
.layers-td-cb, .export-td-cb {
    width: 20px;
}
.layers-td input, .export-td input {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
#layerList{
    overflow-x: hidden;
    overflow-y: scroll;
}
#layerList th{
    padding: 2px 2px 2px 5px;
    background-color: #E8E8E8;
    border: 2px solid white;
    vertical-align: middle;
    text-align: center;
}
.export-td-cb .disabled {
	background-image: url("custom-theme/images/ui-icons_cd0a0a_256x240.png");
	background-position: -80px -128px;
}
#separate_dialog .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 33%;
    background-color: transparent;
}

.select_list{
    display: block;
    float: right;
    margin-right: 19px;
    margin-top: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .select_list{
        float: right;
        margin-right: 19px;
        margin-top: 9px;
    }
}

.select_list button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: medium none;
    padding: 0;
    background-color: #056468;
    margin-top: 2px;
}

.select_list input {
    width: 28px;
    height: 17px;
    margin-top: 2px;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 11px;
    text-align: center;
}

.select_list .marginRight5 {
    line-height: 20px;
}

.textData button{
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: 5px;
}
.textData a{
    display: block;
    padding: 0 70px 0 30px;
    word-wrap: break-word;
    margin-top: 5px;
}
.selected_downloadBt{
    background-image: url("/public/images/icons_map/bt_download.png");
    left: 10px;
}
.selected_tagBt{
    background-image: url("/public/images/icons_map/bt_tag.png");
    right: 45px;
}
.selected_tagBtn{
    background-image: url("/public/images/icons_map/bt_tag.png");
}
.selected_tagBtnAdd{
    background-image: url("/public/images/icons_map/bt_add.png");
}
.selected_infoBt{
    background-image: url("/public/images/icons_map/bt_info.png");
    right: 15px;
}
.selected_infoBtn_open{
    background-image: url("/public/images/icons_map/bt_info_open.png");
}

.selected_infoBtn_close{
    background-image: url("/public/images/icons_map/bt_info_close.png");
}

#dialog_selected_objects{
    padding: 0;
}
.selected_select{
    height: 50px;
    background: #36aaab;
}
#layer_name{
    float: left;
    color: white;
    padding: 10px;
    width: 60%;
    height: auto;
    word-wrap: break-word;
}
#mainWndData {
    background-color: #fff;
    height: calc(100% - 80px);
    overflow: auto;
}

#hideResButton{
    position: absolute;
    top:100px;
    left:200px;
}

.select_list button::before {
    color: #ffffff;
    display: block;
    font-family: "Material Design Icons";
    font-size: 18px;
    height: 20px;
    line-height: 21px;
    position: relative;
    top: -1px;
    width: 20px;
}

.btnArrowLeft::before{
    content: "\F04D";
}

.btnArrowLeft:hover::before{
    background-color: #054f53;
    content: "\F04D";
}

.btnArrowRight::before{
    content: "\F054";
}

.btnArrowRight:hover::before{
    background-color: #054f53;
    content: "\F054";
}

.resultHeader{
    background-color: #056468;
    height: 30px;
    position: relative;
}



.btnArrowClose {
    background-color: #296DB1;
    border: medium none;
    width: 25px;
    height: 25px;
    right: -25px;
    top: 1px;
    position: absolute;
    cursor: pointer;
}
.btnArrowClose::before {
    content: "\F6C0";
    color: #ffffff;
    display: block;
    font-family: "Material Design Icons";
    font-size: 21px;
    height: 25px;
    line-height: 25px;
    position: relative;
    top: 0;
    width: 25px;
    text-align: center;
}

.btnArrowOpen {
    background-color: transparent;
    border: medium none;
    width: 26px;
    height: 27px;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.btnArrowOpen::before {
    content: "\F6C1";
    color: #ffffff;
    display: block;
    font-family: "Material Design Icons";
    font-size: 21px;
    height: 25px;
    line-height: 27px;
    position: relative;
    top: 0;
    width: 25px;
    text-align: center;
}

.btnArrowOpenPublic.btnArrowOpen::before {
    content: "\F6C0";
}

.resultHeader div{
    color:#fff;
}

.openResult {
    background-color: #056468;
    color:#fff;
    position: absolute;
    top:52px;
    left: 1px;
    width: 27px;
    height: 27px;
    display:none;
    z-index:1040;
}

.openDialogPublicSearch {
    background-color: #056468;
    color: #fff;
    position: absolute;
    top: 0;
    right: 1px;
    width: 27px;
    height: 27px;
    display: none;
    z-index: 1040;
}

.openMapSettings {
    background-color: #056468;
    color:#fff;
    position: absolute;
    top: 0;
    left: 1px;
    width: 27px;
    height: 27px;
    display:none;
    z-index:1700;
}

.openLegend{
    background-color: #056468;
    color:#fff;
    position: absolute;
    bottom:110px;
    right: 10px;
    width: 27px;
    height: 27px;
    display:none;
    z-index:1040;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix{
    padding: 0;
    overflow: hidden;
    height: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
span.ui-dialog-title{
    margin: 7px 5px 7px 5px !important;
}

.dialog-header-all{
    background-image: none;
    background-color: #056468;
}
.dialog_close_bt{
    border: none !important;
    background-color: transparent !important;
    background-image: url("/public/images/icons_map/bt_close.png") !important;
    width: 18px !important;
}
.button_monitor{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.button_monitor button {
    border: 1px solid #808080;
    border-radius: 4px;
    cursor: pointer;
    height: 24px;
    width: 24px;
}
.btnArrowPlus{
    background-image: url('/public/images/icons_map/bt_list_plus.png');
}