/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 3, 2016, 9:15:40 AM
    Author     : nicetfa
*/

html, body, #map {
    height: 100%;
    width: 100%;
    margin: auto;
    padding: auto;
    font-family: arial !important;
    font-size: 90%  !important;
    z-index: 1;
}


.image_reflogo {border: #ebebeb 3px solid;border-radius: 6px 6px 6px 6px;}

.image_reflogo:hover  {border: #FFD614 3px solid;border-radius: 6px 6px 6px 6px; }

hr { 
    width: 100%;
}

#easterEggGif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#treasureHuntGif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#closeHomeCheckCont{
    display: none;
}

.esriPopup .actionsPane .zoomTo {  
     display: none;  
}  
.esriPopup .titleButton.maximize {  
     display: none;  
}  

#header{
    padding: 0px;
    display: block;
    border-radius: 1px;
    border: solid 2px #BCD8F4;
    text-align: center; 
    height: 72px; 
    top: 0px; 
    left: 4px;
    right: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40,004593+40,004593+100 */
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAxNDQ4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTQ0ODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 68%, #004593 68%, #004593 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 68%,#004593 68%,#004593 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 68%,#004593 68%,#004593 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#004593',GradientType=0 ); /* IE6-8 */
    color: #cccccc;

}

.breadcrumb {
    padding-bottom: 1em;
}

table, th, td {
    border: 0px solid #e5e5e5 !important;
    border-collapse: collapse;
    font-family: arial;
    font-size: 100%  !important;;
    color: #333333;
    text-align: left !important;
    font-family: arial !important;
    padding-left: 0px;
}

 .dijitButtonNode {
    border:none;
} 

.esriMeasurement .esriToggleButton .dijitButtonNode{
    width: 100%
}

.claro .dijitButtonText {
    padding: 0px  !important;
    text-align: center;
    font-family: arial !important;
    width: 100%;
    height: 100%;
}

.fa-angle-double-right {
    background: #004593;
    border-radius: 1px;
    padding: 6px !important;
}

.fa-angle-double-left {
    background: #004593;
    border-radius: 1px;
    padding: 6px !important;
}

#centralPane {
    z-index:99;  
    top: 0px;
    left: 0px;
    height: 100%; 
    width: 100%;
    /*min-width:930px;*/
    position: absolute;
    border-radius: 0px;
    border: solid 0px #ccc;
    background-color: #BCD8F4;
    background-image: linear-gradient(#FFFFFF 0px, transparent 3px, #ffffff90 100%);
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding:0px;
    margin: 0%;
}


#rightPane {
    z-index:99;  right:10px;
    top: 140px;
    right: 4px;
    height: 85%; 
    width: 20%;
    min-width:200px;
    position: absolute;
    border-radius: 1px;
    border: solid 1px #ccc;
    background-color: #BCD8F4;
    background-image: linear-gradient(#FFFFFF 0px, transparent 3px, #ffffff90 100%);
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
    padding: 1px;
    opacity: 1;
}

#leftPane {
    z-index:99;    
    top: 98px;
    left: -6px;
    width: 25%;
    width:360px;
    position: absolute;
    opacity: 1;
    display:none;
}

#leftPane[style*="display: block"] #buttonshow{margin-top: -11px;}


.claro .dijitAccordionInnerContainerSelected {
    background-color: #004593;
    border-color: #759dc0;
}

.dijitAccordionTitle {
    background-image: linear-gradient(#ffffff90 0%, transparent 0%)!important;
    background-repeat: repeat-x;
    color: #fff !important;
}

#scalebar {
    position:relative;
    left:60px;
    top:16px;
    z-index: 2;
    float:left;
}

#popup_zoomin {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFD614;
    padding: 20px;
    color: #000000;
    margin-bottom: 15px;
    font-size: 1.1em;
    transition: opacity 2s ease-out;
    opacity: 0;
}

#popup_zoomin.activeWarning {
    opacity: 0.8;
    transition: opacity 0.2s ease-out;
}

#popup_zoomin .closebtn {
    padding-left: 30px;
    color: #000000;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer;
    transition: 0.3s;
}

#info_button {
    position: absolute;
    top: 10px;
    background: #004593 no-repeat;
    background-image: url(../img/icons/burger_ic.png);
    background-position: 50%;
    width: 3.473rem;
    height: 3.473rem;
}

#buttonshow .fa-clone{
    color:white;
    font-size: 0;
    padding: 0;
}
#buttonshow .fa-angle-left{
    color:white;
    font-size: 20px;
    padding: 15px;

}
#search_button{
    position:absolute;
    top:62px;
    background: #004593 no-repeat;
    background-image: url(../img/icons/Search.png);
    background-position: 50%;
    width: 3.473rem;
    height: 3.473rem;
}
#search_button .fa-search, #share .fa-share, #feedback_tol .fa-share {
    color:white;
    font-size:18px;
    padding:16px;
}
#info_button .fa-info{
    color:white;
    font-size:20px;
    padding:15px 21.25px;
}
.dijitButton {
    margin:0;
}
.claro #dijit_form_Button_1_label.dijitButtonText[data-dojo-attach-point="containerNode"]{
	/*margin-top: 20px;*/
}/*ILR*/

.hideButton{
    background-color:#ECECEC;
    color:#004593;
    font-size:20px;
    padding:10px;
    margin: 1px;
    display: table-cell;
      
}
.hideButton:hover,.upButton,.downButton,.deleteButton:hover {
    cursor: pointer;
}
.upButton {
    background-color:#ECECEC;
    color:#004593;
    font-size:20px;
    padding:10px;
    margin: 1px;
    display: table-cell;
}
.upButtonDis {
    background-color:#ECECEC;
    color:#6b6b6b;
    font-size:20px;
    padding:10px;
    margin: 1px;
    display: table-cell;
}
.downButton {
    background-color:#ECECEC;
    color:#004593;
    font-size:20px;
    padding:10px;
    margin: 1px;
    display: table-cell;
}
.downButtonDis {
    background-color:#ECECEC;
    color:#6b6b6b;
    font-size:20px;
    padding:10px;
    margin: 1px;
    display: table-cell;
}
.deleteButton {
    background-color:#ECECEC;
    color:#004593;
    font-size:20px;
    padding:10px;
    margin: 1px;
    display: table-cell;
}
.deleteButtonLabel {
    background-color:#ECECEC;
    color:#6b6b6b;
    font-size:20px;
    padding:10px;
    margin: 1px;
    display: inline-block;
    cursor: not-allowed;
}
.infoButton{
    background-color:#ECECEC;
    color:#004593;
    font-size:21px;
    padding: 13px 13px 12px;
    margin: 0 1px 1px;
      
}
.settingButton{
    background-color:#ECECEC;
    color:#004593;
    font-size:21px;
    padding:13px 13px;
    margin: 1px 1px 0; 
}

.hideButton:hover, #upbut:hover, #downbut:hover, #deletebut:hover, .infoButton:hover, .settingButton:hover{
    opacity: 0.65;

}

#toggleCB1 .fas.fa-times{
    position:relative;
    left:15%
}

.infoButton[style*="border-style: solid"], .settingButton[style*="border-style: solid"]{padding: 11px 11px 10px;}

#share{
    position: absolute;
    top: 166px;
    background: #004593 no-repeat;
    background-image: url(../img/icons/Share.png);
    background-position: 50%;
    width: 3.473rem;
    height: 3.473rem;
}

#feedback_tol {
    position: absolute;
    top: 218px;
    background: #004593 no-repeat;
    background-image: url(../img/feedback_white.png);
    background-position: 50%;
    width: 3.473rem;
    height: 3.473rem;
}

.claro .dijitButton .dijitButtonNode{
    border-radius:none;
    padding:0px;
    border:none;
	-webkit-box-shadow: none !important;
}

#buttonshow{
    position:absolute;
    top:114px;
    background: #004593 no-repeat;
    background-image: url(../img/icons/Layers.png);
    background-position: 50%;
    width: 3.473rem;
    height: 3.473rem;
}


.rightArrow:before {
    /* font-family: FontAwesome; */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content: "\f100";
    color:#fff;      
    font-size:27px;
    position: relative;
    padding:0px;
    top: 0px;
}

#legendPane {
    position: relative;
    /*float:left;*/
    width:95%;
    height:auto;
    overflow-y:auto;
    background: white;
}

#layerPane {
    position: relative;
    float: left;
    width: 95%;
    height: auto;
    overflow-y: auto;
    padding-top: 1em;
}

#info_button:hover,#search_button:hover,#share:hover,#buttonshow:hover,#feedback_tol:hover{
    background-color:rgba(1, 68, 137, 0.7);
    cursor: pointer;
}
.dijitButton:hover{
    background: none;
}

#tol {
    position:absolute;
    left:10px;
    top: 0;
    z-index: 100;
    height: 100%;
}

.sizer{                
    min-width: 430px;
}

.sizer.content .container{
    width: 430px!important;
}

#container {             
    background-color: #f7f7f7;
    color: #333333;      
    min-width: 300px;
    overflow: auto;
    padding: 10px 6px 6px 10px;
    position: relative    
}

#container2 {             
    background-color: #f7f7f7;
    color: #333333;      
    width: 200px;
    overflow: auto;
    padding: 10px 6px 6px 10px;
    position: relative ;
    display:none; 
    z-index: 999  !important;
}

#container3 {    
    color: #333333;      
    width: 3px;
    height: 3px;
    top:0px;
    left:0px;
    position: absolute ;
    opacity: 0.0;
}

#legendDiv3  .esriLegendService {  
    color:black;
    padding-bottom: 20px;
    padding-top: 0px;
    float: left !important;
    width: 225px !important;
}

#legendDiv3  {
    position: relative ;
    float: left ;
}

#legendDiv3 > div  {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

#map_zoom_slider {
    display:none;
} 

#timeInfo{
    border-radius: 2px;
    border: solid 1px #ccc;
    background-color: #BCD8F4;
    background-image: linear-gradient(#FFFFFF 0px, transparent 3px, #ffffff90 100%);
    display: block;
    padding-top: 5px;
    padding-bottom: 0px;              
    text-align: center;
    z-index: 99;
    top: 0px;
    left: 0px;  
    right: 10px;
    margin: 10px;
}

#legendDiv{
    background-color: white !important;
    margin:0 10%;
}

#legendDiv>div{
    border-top: solid 1px #d3d3d3;
    padding-top: 10px; 
    
}
#legendDiv>div:nth-child(1){
    border:none;
}

.esriLegendLayerLabel {
    font-family: 'Arial';
    color:#333333;
    padding-bottom:0px;
    padding-top: 0px;
}

 table.esriLegendLayerLabel td{
    font-family: 'Arial';
    color:#333333;
    padding-bottom:0px;
    padding-top: 0px;
}


.esriLegendLayerLabel2{
    font-family:"Arial";
    padding-bottom:10px;
    padding-top: 10px;
    color:red;
    display:none;
}

.esriLegendServiceLabel{
    font-family: 'Arial' !important;
    padding-bottom:15px !important;
    padding-top: 10px !important;
    font-size:14px;;
    padding-left: 0px;
}

.esriLegendService{
    color:black;
    padding-bottom: 20px;
    padding-top: 0px;
    padding-left: 0px;
}

.esriLegendServiceFloat{
    color:black;
    padding-bottom: 20px;
    padding-top: 0px;
    float: left;
    width: 200px;
}


.esriLegendGroupLayer {
    padding-bottom: 0px;
    padding-top: 0px;
    color:purple;
    font-weight:normal;
}


.esriLegendLayer{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color:darkblue !important;
    font-weight:normal !important;
    font-size:small !important;
}

table.esriLegendLayer   td > img{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color:darkblue !important;
    font-weight:normal !important;
    font-size:small !important;
    padding-left: 5px ;
    
}

table.esriLegendLayer > tbody > tr > td:first-child {
    width: 20px;
    height: 20px;
    text-align: center !important;
    padding-right: 5px;
}

#toggleCB1{
    overflow-x: hidden;
}

.toggleCBX{
    border: 2px solid transparent;
    padding: 2px;
	background: white;
}

.toggleCBX:hover{
    cursor: move;
    border-color: #004593;
}

#topLayerCont {
    position: absolute;
    background-color: #ffd614;
    font-weight:bold;
    font-size: 13px;
    padding: 7px;
}
#myubutton:hover{
    cursor:pointer;
}

#myubuttonna:hover{
    cursor:not-allowed;
}


#infbut:hover{
    cursor:pointer;
}
#infbutna:hover{
    cursor:not-allowed;
}
.esriPrintout{
    padding:  3px;
    font-weight: normal;
    font-size: medium;
    top: 10px;
    display: block;
    height: 16px;
    width: 60px;
    background-color: #004593;
    border: 3px solid #214448DF;
    color: #00000050;
    text-align: center;
    color: #e5e5e5;
    background-color: #004593 ;               
    background-repeat: repeat-x;
    border: 0px solid #759dc0;
    padding: 0px;
    box-shadow: 0 1px 1px #00000025;
    color: #e5e5e5;
    padding: 2px !important;
    text-align: center ;

}

.esriPrint {
    padding: 0px;
    display: none;
}
#export_loading {
    display: none;
    margin-top: 20px;
    margin-left: 50px;
}
.esriPrintButton {
    padding:  0px;
    font-weight: normal;
    font-size:medium;
    top: 10px;
    margin: 0px;
    display: block;
    height: 16px;
    width: 60px;
    border: 0px solid #214448DF;
    color: #00000050;
    text-align: center;
    color: #e5e5e5;
    padding: 0px;
    color: #e5e5e5;
}

#mapPrintContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    float:left;
    font-family: arial !important;
    font-size: 90%  !important;
    z-index: 1;  
}

#mapPrintContainer .prevContainer {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 90%;
    margin: 5% 0 5% 5%;
    border: solid 1px black;
    overflow: hidden; 
}
#mapTitleCont {
    height: auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
#mapPrint {
    height: 70%;
    width: auto;
    float:left;
    font-family: arial !important;
    font-size: 90%  !important;
    z-index: 1;
    border: 1px gray solid;
}
#mapPrint .esriControlsBR {
    display: none;
}
#mapPrint_BottomCont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#mapPrint_LegendCont {
    display: flex;
    flex-direction: column;
    width: 50%;
}
#dateLegendCont {
    float:left;
    font-family: arial !important;
    z-index: 1;
}

#mapScaleCont {
    width: 30%;
    float:right;
    font-family: arial !important;
    font-size: 90%  !important;
    z-index: 1;
}

#mapScaleCont p {
    font-size: 0.6vw;
    margin-bottom: 0;
}

#legendDivPrint, #legendDivPrint_Cloned {
    display: inline-block;
    font-family: arial !important;
    font-size: 90%  !important;
    z-index: 1;
}

#changePrevPageCont {
    display: flex;
}

#changePrevPageCont .changePrevPageButtons {
    background-color:#004593;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding: 0.5rem 1rem;
    margin: 0 5px;
}

#changePrevPageCont .changePrevPageButtons:first-child i {
    margin-right: 0.5rem;
}

#changePrevPageCont .changePrevPageButtons:last-child i {
    margin-left: 0.5rem;
}

#zoomButtonsPrint_Panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modalPrint.show-modal #zoomButtonsPrint_Cont {
    display: block;
}

.modalPrint #zoomButtonsPrint_Cont {
    display: none;
}

.zoomButtonsPrint {
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
}

#drawPrint #pencil-icon {
    background: url(../img/icons/pencil.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 35% 35%;
    background-position: 50%;
    opacity: 1;
}

#drawPrint #pencil-icon.activated {
    opacity: 0.5 !important;
}

#printPanel {
    height: 100%;
    width: 50%;
    float:left;
    font-family: arial !important;
    font-size: 90%  !important;
    z-index: 1;
}

#scalebarPrint{
    position:relative;
    top:16px;
    z-index: 2;
    float:left;
    margin-top: -20px;
}

#white_print:after{
    content: "";
    display: table;
    clear: both;
}

#printForm {
  width: 100%;
  height: 100%;
  padding: 5%;
  display: inline-block;
  box-sizing: border-box;
  overflow-y: auto;
}

#paperSize {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  box-sizing: border-box;
}

#maptitle input {
  width: 75%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#scale input{
  width: 75%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}



#printForm span {
  width: 100%;
  padding-top: 14px;
  display: inline-block;
  margin: 8px 0;
  font-weight: bold;
}
#printForm #includelegendCont {
    padding-top: 14px;
    margin: 8px 0;
}
#printForm #includelegendPrint {
    display: none;
}

#printForm #includelegendLabel {
    position: relative;
    cursor: pointer;
    padding: 10px 0px 10px 30px;
}

#printForm #includelegendLabel:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    border: 2px solid #bebebe;
    border-radius: 2px;
    cursor: pointer;
    top: 8px;
}
#printForm #includelegendPrint:checked + #includelegendLabel:before {
    background-color: #004593;
    border-color: #004593;
}
#printForm #includelegendPrint:checked + #includelegendLabel:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    font-size: 12px;
    left: 4px;
    top: 11px;
    color: white;
    cursor: pointer;
}

#printForm #maptitle, #printForm #scale {
    width: 75%;
    border: solid 1px #004593;
    padding: 12px 20px;
    box-sizing: border-box;
}

/* make all dijit buttons the same width */
#printButton {
    color: #e5e5e5;
    border: 1px solid #759dc0;
    border-radius: 1px ; 

}

.dijitButtonContents {
    display: block;
    background: #004593;
    border-radius: 0px ;
    text-align: center;
    height: 100%;
    
}
.esriPrint .dijitButtonContents {
    display: block;
    background: #004593;
    border-radius: 1px ;
    text-align: center;
    height: 16px;
    
}

.claro .dijitComboButton .dijitArrowButton {
    width: 16px;

}

.claro .dijitArrowButtonInner:after {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background-image: none !important;
    content:"\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    color: #e5e5e5;
}



.claro .dijitArrowButtonInner {
    margin: 0 auto;
    background: #004593;
    text-align: center;
    border-radius: 1px;
    border: 0px

}


.claro .dijitArrowButtonInner {
    width: 16px;
    height: 16px;
    margin: 0 auto;
}


.esriMeasurement .dijitButtonContents {
    display: block;
    border-radius: 1px;
    text-align: center;
    height: 20px;
    color: #e5e5e5;
}

.esriMeasurement .esriButton .dijitButtonNode {
    height: 20px !important;
    width: 20px;
    border: 1px solid #759dc0;
}

.esriMeasurement .esriToggleButton .dijitButtonNode {
    height: 20px;
    border: 1px solid #759dc0;
    background-color: #759dc0 ;
    background-image: linear-gradient(#ffffff 0px, #ffffff 3px, #ffffff 100%);
    background-repeat: repeat-x;
}


#measurementDiv  .dijitArrowButtonInner {
   background: none;
   position: relative; 
   left: -22px;   
}

#measurementDiv .dijitButtonText {
    padding-top: 2px !important;
    padding-left: 5px !important;
    text-align: left;
    font-family: arial !important;
    width: 100%;
    height: 100%;
}
 

.esriMeasurement .esriToggleButtonHover .dijitButtonNode {
    background: #57BBFF;
}

.esriMeasurement .esriToggleButtonActive .dijitButtonNode {
    background: #57BBFF;
}

.esriMeasurement .esriToggleButtonOpened.dijitButtonNode {
    background: #57BBFF;
}
#dijit_form_ToggleButton_0.dijitReset.dijitStretch.dijitButtonContents
{
    background: #e5e5e5;;
}
#dijit_form_ToggleButton_1.dijitReset.dijitStretch.dijitButtonContents
{
    background: #e5e5e5;;
}

.esriMeasurement .esriButton .dijitButtonNode {
    background-color: #759dc0 ;
    background-image: linear-gradient(#ffffff 0px, #ffffff 3px, #ffffff 100%);
    background-repeat: repeat-x;
}
.esriMeasurement .esriButtonChecked .dijitButtonNode {
    background:  #57BBFF;
}

.esriMeasurement .esriButtonHover .dijitButtonNode {
    background-color: #abd6ff;
    background-image: linear-gradient(#ffffff 0px, #ffffff 3px, #ffffff 100%);
    background-repeat: repeat-x;
}

.claro .dijitComboButton .dijitStretch  {
    color: #e5e5e5;

}

.cssText{
    border: 1px solid; 
    border-color:red green; 
    position: absolute; 
    height: 5px; 
    top: -999px;
    background-image: url("blank.gif");
}


element.style {
    visibility: visible;
    width: 301px;
    z-index: 999  !important;
}

.des{ 
    margin:0; 
    padding:0;
    background:transparent;     float:right;    
} 
.des h3{  
    margin:0;
    font-size: 1.2em;  
    color:#fff;   
} 


.sin{ 
    margin:0; 
    padding:0;
    background:transparent;float:left; 
} 
.sin h3{   
    margin:0;
    font-size: 1.2em;   
    color:#fff;
}


#LayersMenu {
    height: 25px;
    background-color: white;
    width: 70%;
}

#LayersMenu .chosen-container .chosen-results li.zzz {   
    display:none;
}

#LayersMenu .chosen-container .chosen-results li.zzz.showed {   
    display:list-item;
}

#LayersMenu .chosen-container .chosen-results li.yyy {
display: none;
}

#LayersMenu .chosen-container .chosen-results li.yyy.showed {
display:list-item;
}

#LayersMenu .chosen-container .chosen-results li.yyy:after {
    color: #666;
    content:"\f0da";
    font-family: FontAwesome;
    position: relative;
    top: 1px;
    left: 5px;
    font-weight: 100 !important;


}
#LayersMenu .chosen-container .chosen-results li.yyy.changed:after {
    content:"\f0d7";
    font-weight: 100 !important;
}

#LayersMenu .chosen-container .chosen-results li.xxx.showed {   
    display:list-item;
}

#LayersMenu .chosen-container .chosen-results li.xxx:after {
    color: #666;
    content:"\f0d7";
    font-family: FontAwesome;
    position: relative;
    top: 1px;
    left: 5px;
    font-weight: 100 !important;
}

#LayersMenu .chosen-container .chosen-results li.xxx.changed:after {
    content:"\f0da";
    font-weight: 100 !important;
}

#clearbutton {
    color: #004593;
    font-weight: bold;
    padding-left: 10%;
    padding-top: 10px;
    padding-right: 10%;
    padding-bottom: 10px;
    margin-left: 8px;
    bottom: 0px;
    background-color: white;
    width: auto;
    display: inline-block;
}

#clearbutton span{
    padding-left: 10px;
}

#clearbutton .fa-trash{
    font-size: 16px;
    vertical-align: middle;
}

#slbutton {

    background-color: #004593 ;               
    background-repeat: repeat-x;
    border: 0px solid #759dc0;
    border-radius: 1px ;
    box-shadow: 0 1px 1px #00000025; 
    color:#000000;
    color: #e5e5e5;
    padding: 2px !important;
    text-align: center ;
}

#tmbutton {

    background-color: #004593 ;               
    background-repeat: repeat-x;
    border: 0px solid #759dc0;
    border-radius: 1px ;
    box-shadow: 0 1px 1px #00000025;
    color: #e5e5e5;
    padding: 2px !important;
    text-align: center ;
}

#wabutton {

    background-color: #004593 ;               
    background-repeat: repeat-x;
    border: 0px solid #759dc0;
    border-radius: 1px ;
    box-shadow: 0 1px 1px #00000025;
    color: #e5e5e5;
    padding: 2px !important;
    text-align: center ;
    position: relative;      

}

#wabutton2 {

    text-align: center ;
    position: relative;        
    top:-15px; 
    /* float:right; */

}
#projmenutitle{
    position:relative;
    top:5px;
    left: 0px;
    font-weight: bold; 
    padding: auto;
    margin-bottom: auto;

}


.xxx {
    position:relative !important;
    margin-left: 0px!important;
    left: 0px !important;
    color: #005DBD !important;
    font-weight:bold;
}

.yyy {
    position:relative !important;
    margin-left: 5px!important;
    left: 5px !important;
    color: #434343 !important;
    
}
.zzz {
    position:relative !important;
    margin-left: 5px!important;
    left: 5px !important;
    color: #636363 !important;
}

.zzz.highlighted {
    font-weight: bold;
    /* color: #fff !important; */
}

.jjj.highlighted {
    font-weight: bold;
    color: #fff !important;
}

.claro .dijitTitlePaneTitle {
    border-radius: 4px !important;
	background-color: #004593;
    color: #FFF;
	background-image: none;
	border: 1px solid #004593;
}

.claro .dijitTitlePaneTitle:hover {
	background-color: #467ab0;
	border: 1px solid #467ab0;
}

.highcharts-tooltip tspan {

    height:auto;
    width:260px;
    overflow:auto;


}

.highcharts-tooltip span {
    height:auto;  
    width:260px;
    overflow:auto;
    white-space:normal !important;

}

.highcharts-tooltip path {
    height:auto;  
    width:260px;
    overflow:auto;


}
.esriBasemapGalleryNode {
    float: left;
    margin: 10px 20px 10px 20px;
    width: auto;
    margin: 5px 10px 0 10px;
}
.esriBasemapGalleryThumbnail:hover{
    border-color:#FFD614;
}

.right_buttons{
    position:absolute;
    top: 1rem; 
    right: 4rem;
    
}
.right_buttons div{
    background-color:white;
    position:absolute;
    width: 3.125rem;
    height: 3.125rem;
    border:none;
    color:#004593; 
    font-size:1.15rem;
    cursor: pointer;
    z-index:100;
}
#zoomIn{
    display:inline-block;
    position:absolute;
    
}
#zoomIn #plus-icon, #zoomInPrint #plus-icon {
    background: url(../img/icons/plus.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 35% 35%;
    background-position: 50%;
}
#defaultView {
    display:inline-block;
    position:absolute;
    top: 47px;
    
}
#defaultView #home-icon{
    background: url(../img/icons/target_ic.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 50% 50%;
    background-position: 50%;
}
#zoomOut{
    display:inline-block;
    position:absolute;
    top: 94px;

}
#zoomOut #minus-icon, #zoomOutPrint #minus-icon {
    background: url(../img/icons/minus.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 35% 8%;
    background-position: 50%;
}

#measure{
    padding: 0px;
}
#measure #ruler-icon, #settings_measureIcon {
    background: url(../img/icons/ruler.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 50% 50%;
    background-position: 50%;
}

#print{
    padding: 0px;
}
#print #print-icon, #settings_printIcon {
    background: url(../img/icons/print.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 50% 50%;
    background-position: 50%;
}

.settings_icons {
    width: 3.125rem !important;
    height: 3.125rem !important;
}

.followUs {
    top: -3px;
    position: relative;
    white-space: nowrap;
    margin-right: 10px;
    color: #004494;
    font-size: 1.25em;
    font-weight: 700;
}

.followUs:hover {
    text-decoration: underline;
}

.giveFeedback {
    top: -3px;
    position: relative;
    white-space: nowrap;
    margin-right: 10px;
    color: #004494;
    font-size: 1.25em;
    font-weight: 700;
}

.giveFeedback:hover {
    text-decoration: underline;
}

#facebook-icon {
    position: absolute;
    background: url(../img/icons/facebook_ic.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: 50%;
}

#twitter-icon {
    position: absolute;
    background: url(../img/icons/twitter_ic.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: 50%;
}

#instagram-icon {
    position: absolute;
    background: url(../img/icons/instagram_ic.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: 50%;
}

#measurementDiv{
    position: absolute;
    /* top: 111px; */
    /* right: 50px; */
    width: auto;
    height: auto;
    background-color: white;
    padding: 10px;
    /* display:none; */

}

#basemap_container {
    position: relative;
    height: 115px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    }
#selectbasemap{
    font-size: 17px;
    padding-top:10px; 
}
    
#basemapGallery{
    position:absolute;
    left:7px;
    background-color:white;
    width: 695px;
}

    
#basemap_next {
    position: absolute;
    top: 30px;
    right: -5px;
    padding: 25px 10px;
    cursor: pointer;
}
    
#basemap_previous {
    position: absolute;
    top: 30px;
    left: -5px;
    display: none;
    padding: 25px 10px;
    cursor: pointer;
}

#basemap_previous .fa-angle-left, #basemap_next .fa-angle-right {
    color: #004593;
    font-size: 25px;
    padding: 0;
}

#basemap_next:hover,#basemap_previous:hover{
    opacity:0.7;
} 

.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail{
    border-color: #FFD614;
}

.click_info{
    background-color: #FFD614;
    position:absolute;
    top: 1rem;
    right: 5rem;
    width:160px;
    font-weight: bold;
}

.click_info .fa-hand-pointer{
    float: left;
}

.fa-hand-pointer{
    font-size:20px;
    padding:10px;
}

.click_info>p{
    display:inline-block;
    width:110px;
    margin:0px;
    padding:5px;
    font-size:12px;
}

.lay_leg{
    background-color:white;
    width:100%;
    height: 100%;
    min-width:50%;
}

.lay_leg_tit{
    background-color: #004593;
    height: 10px;
    padding:30px 0 15px 15%;
}

span.dijitReset.dijitInline.dijitButtonNode[role="presentation"]{
	position:relative;
}

.lay_leg span a{
    color:white ;
    font-size: 15px;
    text-align: center;
    padding: 8px 10px ;   
}

.active{
    background: white;
    color: black !important;
    text-decoration: none;
    border-bottom: solid 1px white;
    cursor: default;
}

.lay_leg_tit a.a[href='#legend'] {
    color: #FFD614 !important;
}

.embedded {
    color: #FFD614 !important;
}

#lay_ind{
    background-color: #FFD614;
    border-radius:20px;
    position:absolute;
    top: 27px;
    left: 27px;
    width: 17px;
    height: 17px;
    z-index: 101;
    text-align:center;
    font-size: 11px;
    font-weight:800;
}

.esriPopup{
    top:0 !important;
    left:0 !important;    
}

.esriPopup .outerPointer.right, .esriPopup .outerPointer.left, .esriPopup .pointer.bottom, .esriPopup .pointer.top, .esriPopup .pointer.topRight, .esriPopup .pointer.topLeft,.esriPopup .pointer.bottomLeft, .esriPopup .pointer.bottomRight{
    display: none;
}

.esriPopup .titlePane{
    background-color: lightgray;
    border-radius:0px;
    padding:10px;
    color:black;
    font-size:15px;
    font-weight: bold;    
}

.titleButton.close:before{
    position:relative;
    top:50%;
    right:15px;
    font-size:20px;
    color:#004593;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content:'\f00d';
    color:#004593;
}

.titleButton.close, .titleButton.next, .titleButton.prev{
    background:none;
}

.titleButton.next:before{
    position:relative;
    top:50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content:'\f0da';
    font-size:20px;
    color:#004593;
}

.titleButton.prev:before{
    position:relative;
    top:50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content:'\f0d9';
    font-size:20px;
    color:#004593;
}

.esriPopup .esriPopupWrapper{
    box-shadow:none;
    font-weight: bold;
    top:0 !important;
    left:0 !important;
    width: 430px;    
}

.esriPopup .sizer{
    width: 100%;
}

.esriPopup .contentPane{
    max-height:350px;
    line-height: 24px;
    padding-left:25px;
    padding: 10px;
}

.esriPopup .highcharts-container{
    max-height:400px !important;
    overflow-y: auto !important;
    width: 430px!important;
    background: #FFF;
}

.esriPopup .contentPane h1{
    margin-bottom: 0;
}

.contentPane b{
   color: gray;
   font-weight: normal;
}

.contentPane a, .contentPane a font{
    color: #004593;
    font-weight: bold;
}

.esriPopup .actionsPane{
    border-radius:0px;
}

.claro .dijitContentPane{
    overflow: hidden;
}

#info_window{
    position:absolute;
    top:1rem;
    right: 5rem;
    width:430px;
    height:auto;
    padding:0px;
}

.ot-header{
    background-color: #EBEBEB;
    padding: 0;
    position:relative;
    top:-9px;
    color:black;
    font-size:9px;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;
}

.ot-content{
    top:50px;
    color:black;
    font-size: 12px;
    padding: 1em;
}

.ot-content u{
    text-decoration: none;
    color: gray;
}

.opentip-container{
    overflow: hidden!important;
}

.opentip-container div.ot-header > a{
    left: auto!important;
    right:25px;
}

.opentip-container .opentip{
   padding: 0; 
}

.opentip-container {
  max-width: 500px;
  z-index: 9999 !important;
}

.opentip-container.transition .opentip.opentipOther{
    width: 150px !important;
}

.opentip.opentipOther2{
    width: 200px !important;
}

.opentip-container.transition .opentip.opentipOther{
    width: 200px !important;
}

.opentip-container.transition .opentip.opentipOther .ot-content.opentipOther{
    color:white;
    text-align: center;
    font-size: 1.2em !important;
    margin: 0;
    padding-right: 0;
    overflow-y: hidden;
}

.ot-close{
    margin:15px -20px;
    font-size:15px;  
}

.ot-close:before{
    content:'\f00d';
    color:#004593;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
}

.opentip{
    width:500px;

}

.set_cont{
    width: 80%;
    height: 100%;
    float: left;
   background-color:#EBEBEB;
}

.opentip-container.style-dark .opentip, .opentip-container.style-alert .opentip{
    text-shadow: none;
}

.slider > .track {
    border: 0;
    height: 2px;
}

.slider > .dragger {
    background: #004593;
    border: 0;
    width: 12px;
    height: 12px;
}

#predefinedmapCont{
    padding:10px 10% 10px 10%;
    font-size:20px;
    font-weight:bold;
}

.layerNameContainer{
    padding:10px 10% 10px 10%;
    display:inline-block;
    font-size:14px;
    font-weight:bold;
}

.status_iconsLW {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}

.status_iconsLW.new_status {
    background-color: #fed532;
    color: 	#000000;
}
.status_iconsLW.updated_status {
    background-color: #f29527;
    color: 	#000000;
}
.status_iconsLW.broken_status {
    background-color: #da2131;
    color: 	#ffffff;
}
.status_iconsLW.mapstory_status {
    background-color: #467a39;
    color: 	#ffffff;
}
.status_iconsLW.teacher_status {
    background-color: #0bbbef;
    color: 	#ffffff;
}

.status_iconsLWMT {
    position: absolute !important;
    top: 0;
    left: 0;
}

.status_iconsLWMT i {
    font-size: 20px;
    color: white;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.status_iconsLWNU {
    position: absolute !important;
    top: 0;
    right: 0;
}

.status_iconsLWNU img {
    width: auto;
    height: 50px;
}

.status_iconsLWB.broken_icon {
    position: absolute !important;
    right: 0;
    margin: 5px;
}
.status_iconsLWB.status_iconsLWBTop {
    top: 0;
}
.status_iconsLWB.status_iconsLWBBottom {
    bottom: 0;
}

/* HomePage */

#HomePage, #searchPage, #SettingsPage, #printPage{
    height: 100%;
    background: #FFF;
    position: relative;
}

#contenedor_cabecera{
    height: 4.5rem;
    background-color: white;
}

#search_cabecera{
    width: 100%;
    height: 4.5rem;
    background-color: #004593;
}

#search_tit, #settings_tit,#print_tit{
    color: white;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    margin: 20px 10%;
}

#white_search{
    width:100%; 
    height:50%; 
    background-color: White;
}

#contenedor_cabecera{
    position:relative;
}

#opciones_cabecera {
    position: absolute;
    height: 100%;
    right: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

#logo_cabecera{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    padding-left: 10%;
}

#close_home, #close_share, #close_info, #close_search, #close_settings, #close_print {
    background-color: #ECECEC;
    float: right;
    color: #004593;
    cursor:pointer;
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top:0;
}

#close_home .fa-times, #close_share .fa-times, #close_info .fa-times, #close_search .fa-times, #close_settings .fa-times, #close_print .fa-times {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
}    

#Help{
    float:left;
    margin-right: 3em;
}

#separador{
    float:left;
}

#Feedback{
    float:left;
    margin: 0 30px 0 5px;
}

#Help a, #Feedback a{
    cursor: pointer;
    display: inline-block;
    color: #004593;
    font-size: 25px;
}

.socialNetContainerParent {
    position: relative;
    cursor: pointer;
    margin-left: 3em;
}

.feedbackContainerParent {
    position: relative;
    cursor: pointer;
    margin-left: 3em;
    text-decoration: none;
}

.socialNetContainer, .feedbackContainer {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 2em;
    color: #004593;
}

.langContainer {
    position: relative;
    cursor: pointer;
}

.langName {
    font-size: 1.25em;
    font-weight: 700;
    color: #004494;
    text-align: center;
}

.langName:hover {
    text-decoration: underline;
}

.langCode {
    position: relative;
    margin-left: 15px;
    z-index: 9;
    color: white;
    font-weight: bold;
}

#lang_icon {
    position: absolute;
    background: url(../img/icons/idioma.png) no-repeat;
    width: 40px;
    height: 40px;
    background-position: 50%;
    top: -8px;
    right: -12px;
    z-index: 2;
}

#languages_a{
    display: block;
    float: right;
    margin: 0;
    padding:0;
    font-size: 15px;
}

#languages_a a{
    color:#004593;
    text-decoration:none;
    font-weight:bold;
    padding: 10px;
}

#languages_a a .active{
    color:black;
}

.EN, .FR, .DE, .NL {
    float:left;
    display: inline-block;
    list-style: none;
    margin: 0;
    text-align: center;
}

.legal_notice {
	font-size:12px; 
	color:#004593;  
	font-weight: bold
}

#separador_A{
    float:left; 
    border-right: 2px solid #aaa; 
    display: inline-block;
    list-style: none;
    margin: 0;
    text-align: center;
}

#separador_a{
    float:left; 
    border-right: 2px solid #aaa;
    display: inline-block;
    list-style: none;
    margin: 0;text-align: center;
}

.breadcrumb{
    display: table-cell;
    vertical-align: middle;
    padding-top: 2%;
}

.breadcrumb a{
    text-decoration: none;
    color: white;
}

#contenidoHome{
    list-style: none;
    color: white;
    text-align: left;
    padding: 1% 0 1em 0;
    width: 80%;
    display: inline-block;
    font-weight: bold;
    margin: 0 10%;
}

#blue_home{
    width:100%; 
    display: inline-block;
    height: auto;
	padding-bottom:1%;
    background: url(../img/home_background.jpg) no-repeat;
    background-size: 100% 100%;
}

#white_home{
    width:100%; 
    background-color: #FFF;
    float: left;
    display: block;
}

#blue_info{
    width:100%; 
    display: inline-block;
    background: url(../img/home_background.jpg) no-repeat;
    background-size: 100% 100%;
}

#blue_info .fa-info-circle{
    color: white;
    font-size: 40px;
    position: absolute;
    top: 155px;
    left: 12%;
}

#blue_info .tit_des, #blue_info .subtit_des{
    padding-left:12%;
}

#help_info, #feedback_info, #teachersCorner_info, #settings_info, #atlasOverview_info, #atlasFunctions_info{
    background-color: #004593;
    color: white !important;
    padding: 40px 30px;
    font-size: 30px;
    white-space: nowrap;
}

.links_left_home {
    display: block;
    width: 85%;
    margin: 30px 15px 30px auto;
}

.links_right_home {
    display: block;
    width: 85%;
    margin: 30px auto 30px 15px;
}

#white_info a, #help_info a, #feedback_info a, #teachersCorner_info a, #settings_info a, #atlasOverview_info a, #atlasFunctions_info a, #white_settings a, #white_print a{
    color:white;
    text-decoration: none;
}

#help_info .fa-question-circle, #feedback_info .fa-comment-alt, #teachersCorner_info .fa-chalkboard-teacher, #settings_info .fa-cog, #atlasOverview_info .fa-globe-europe, #atlasFunctions_info .fa-lightbulb{
    padding-right:30px;
}

#functionalityList ul{
    list-style: none;
}

#functionalityList ul li {
    margin: 0;
    padding: 10px 10px 10px 20px;
    min-height: 28px;
    line-height: 20px;
    vertical-align: middle;
}

.functionality_switch {
    height: 34px;
}

.switch { 
    position: relative; 
    display: inline-block; 
    width: 80px; 
    height: 34px; 
} 

.switch input { 
    display: none;
}

.slider_round { 
    position: absolute; 
    cursor: pointer; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background-color: #cccccc; 
    -webkit-transition: .4s; 
    transition: .4s; 
    border-radius: 34px;
} 

.slider_round:before { 
    position: absolute; 
    content: ""; 
    height: 26px; 
    width: 26px; 
    left: 4px; 
    bottom: 4px; 
    background-color: white; 
    -webkit-transition: .4s; 
    transition: .4s;
    border-radius: 50%;  
} 

input:checked + .slider_round { 
    background-color: #004593; 
} 

input:focus + .slider_round { 
    box-shadow: 0 0 1px #004593; 
} 

input:checked + .slider_round:before { 
    -webkit-transform: translateX(46px); 
    -ms-transform: translateX(46px); 
    transform: translateX(46px); 
}

.functionality_hr {
    margin: 30px 0px;   
    border: solid 0.5px;
    border-color: #d9d9d9;
}

.functionality_info {
    height: 100%;
    right: 15%;
    display: flex;
    align-items: center;
    width: auto;
}

.functionality_info .fa-circle, .functionality_info .fa-square-full, .functionality_info .fa-times, .functionality_info .fa-exclamation-triangle{
    color: #dfdfdf;
    padding-right: 15px;
}

.functionality {
    width: 80%;
}

.functionality_text_title {
    font-size: 1.25em;
    font-weight: 700;
    color: #004593;
}

.functionality_text {
    font-size: 1.15em;
    line-height: 20pt;
}

#share_tit, #search_tit, #settings_tit, #print_tit {
    list-style: none;
    margin: 0;
    color: white;
    text-align: left;
    padding: 12px 10% 12px 10%;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

#share_tit>span, #search_tit>span, #settings_tit>span, #print_tit>span{
    color: white;
    text-align: left;
    font-size: 1.3em;
    text-align: left;
    display: inline-block;
}

#blue_share, #blue_search, #blue_settings, #blue_print{
    width:100%; 
    background-color: #004593 ;
    display: inline-block;
}

#white_share, #white_settings, #white_print{ 
    position:absolute; 
    width:100%; 
    height:85%; 
    background-color: White;
}

#white_print { 
    display: flex;
}

#white_share>div {
    width:80%; 
    height:85%;
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%)
}

#white_info>div {
    width: 100%;
    height: 100%;
    position: absolute;
}

.chosen-with-drop{
    z-index:11; 
    height: 100%;   
    width: 100%;
}

#home_sep{
    border: 0.5px solid #f4f4f4;
    text-align: left;
    margin-bottom:2%;
    margin-top: 0;
}

#home_header{
    width:100%; 
    height:35%; 
    background-color: #004593 ;
    display: inline-block;
}

.tit_des{
    color: white;
    text-align:left; 
    font-size: 2.8em;
    text-align:left;
    display: inline-block;
    padding-top: 3%;
    padding-bottom: 3.5%;
}

.subtit_des{
    color: white;
    text-align: left;
    padding-bottom: 3%;
    font-size: 1.65em;
    font-weight: normal;
}

.modal, .modalShare, .modalInfo, .modalSearch, .modalSettings, .modalPrint {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}

.modalLanguage, .modalSocialNet, .modalFeedback {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,68,148,.95);;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}

.modalLanguage.show-modal, .modalSocialNet.show-modal, .modalFeedback.show-modal {
    overflow-y: auto;
}

.modal-content, .modalShare-content, .modalSearch-content, .modalInfo-content, .modalSettings-content, .modalPrint-content {
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 90%;
    top: 48% ;
}

.modalLanguage-content, .modalSocialNet-content, .modalFeedback-content {
    position: relative;
    padding-top: 3em;
    /*width: 1170px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#languagePage, #socialNetPage, #feedbackPage {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
}

#selectLan_text, #selectSocialNet_text, #feedbackTitle_text {
    padding-top: 4.75vh;
    font-size: 1.75em;
    clear: both;
    color: #FFF;
    padding-left: 15px;
    box-sizing: border-box;
}

#selectLan_text {
    padding-bottom: 0.5vh;
}

#selectSocialNet_text, #feedbackTitle_text {
    padding-bottom: 3.5vh;
}

#lang_row, #socialNet_row, #feedback_row, #info_row, #white_info {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

#white_info {
    position: relative;
}

#feedback_row {
    background: white;
    padding: 1em;
    border-radius: 1em;
}

#feedback_row label, #feedback_row a {
    max-width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 8.3px;
    color: #404040;
}

#feedback_row a {
    color: #004494 !important;
    text-decoration: none;
}

#feedback_row a:hover {
    color: #002148 !important;
    text-decoration: underline;
}

#feedbackTitle_text span {
    padding-left: 10px;
}

#feedback_row label.checkbox_label {
    margin-bottom: 5px;
}

#feedback_row label:not(.checkbox_label) {
    display: block;
}

#feedback_row span.text-danger {
    color: #dc3545;
    font-size: 18px;
}

#feedback_row .form-control {
    width: 100%;
    color: #404040;
    background-color: #fff;
    border: 1px solid #404040;
    border-radius: 0;
    margin-bottom: 16.5px;
    min-height: 3em;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#feedback_row .form-control:focus {
    outline: 3px solid #ffd617;
    outline-offset: 0;
    text-decoration: none;
    color: #000;
    box-shadow: none;
    border-color: #ffd617;
    background-color: #fff;
}

#feedback_row .form-group {
    margin-bottom: 3vh;
}

#feedback_row .checkbox input[type=checkbox] {
    margin-top: 1.5em;
    opacity: 0;
    z-index: 1
}

#feedback_row .checkbox input[type=checkbox]:focus+label:before {
    border: 3px solid #ffd617
}

#feedback_row .checkbox.checked label:before,
#feedback_row .checkbox input:checked+label:before {
    background-image: url(../img/checkbox-checked--blue.svg)
}

#feedback_row .checkbox.checkbox--reverse input:checked+label:before {
    background-image: url(../img/checkbox-unchecked.svg)
}

#feedback_row .checkbox.checkbox--reverse input+label:before {
    background-image: url(../img/checkbox-checked--blue.svg)
}

#feedback_row .checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle
}

#feedback_row .checkbox label:before {
    position: absolute;
    left: 0;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    margin-left: -23px;
    background: #fff url(../img/checkbox-unchecked.svg) no-repeat;
    border: 3px solid transparent;
    border-radius: 6px;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

#feedback_row .btn-primary {
    color: #fff;
    background-color: #004494;
    border-color: #00387b;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.667;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#feedback_row .btn-primary:hover {
    color: #fff;
    background-color: #002d61;
    border-color: #001c3d;
}

#feedback_row .btn-primary:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}

#feedback_row img {
    display: block;
    margin: 5% auto;
    width: 80%;
}

#feedback_sentMessage {
    margin-bottom: 2vh;
    font-size: 15px;
    font-weight: bold;
    color: green;
    display: none;
}

#feedback_sentMessage.animation {
    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

#left_row {
    position: relative;
    width: 50%;
    float: left;
    padding: 0px 15px;
    min-height: 1px;
    box-sizing: border-box;
}

#right_row {
    position: relative;
    width: 50%;
    float: left;
    padding: 0px 15px;
    min-height: 1px;
    box-sizing: border-box;
}

#info_left_row {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 25px;
    min-height: 1px;
    box-sizing: border-box;
    height: fit-content;
    height: -moz-fit-content;
    top: 50%;
    transform: translateY(-50%);
}

#info_right_row {
    position: relative;
    width: 50%;
    float: left;
    padding-right: 25px;
    min-height: 1px;
    box-sizing: border-box;
    height: fit-content;
    height: -moz-fit-content;
    top: 50%;
    transform: translateY(-50%);
}

.langbtn {
    position: relative;
    text-decoration: none;
    width: 100%;
    margin-bottom: 4px;
    background-color: #fff;
    text-align: left;
    min-height: 2.75em;
    padding: 0em 1em;
    line-height: 2.5;
    white-space: normal;
    font-size: 1.25em;
    font-weight: 600;
    border-width: 2px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    color: #004494;
    box-sizing: border-box;
}

.langbtn.is-active {
    background-color: #ffd617;
    color: #000;
}

.langbtn.is-active i {
    position: absolute;
    top: 20%;
    right: 10%;
    font-size: 1.25em;
}

.langbtn:hover {
    background-color: #ffd617;
    color: #000;
    text-decoration: underline;
}

#close_language, #close_socialNet, #close_feedback {
    position: absolute;
    top: 0px;
    right: 0;
    padding: .5em 15px .5em 1em;
    font-size: 1.25em;
    font-weight: 400;
    cursor: pointer;
    background-color: transparent;
    color: #FFF;
    display: inline-block;
}

#close_language span, #close_socialNet span, #close_feedback span {
    text-decoration: underline;
}

#close_language i, #close_socialNet i, #close_feedback i {
    right: -40px;
    font-size: 1.75em;
    font-weight: 100;
    text-decoration: none;
    vertical-align: middle;
}

#twitter .img,#facebook .img,#linkedin .img  {
    height: 100%;
    width: 25%;
    display: inline-block;
}

#twitter_modal .img,#facebook_modal .img,#instagram_modal .img {
    height: 100%;
    width: 18%;
    display: inline-block;
}

#socialNetPage .text {
    position: absolute;
    height: 100%;
    padding-left: 10px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: inherit;
}

#printRemark {
    margin-bottom: 3vh;
    color: #004593;
    font-size: 1em;
    font-weight: bold;
}

#printRemark_link {
    display: inline-block;
    margin-left: 10px;
    background: #004593 no-repeat;
    background-image: url(../img/icons/burger_ic.png);
    background-position: 50%;
    background-size: 60%;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    transform: translateY(0.6rem);
}

.modalS_tit{
    background-color: white;
    height: 10px;
    padding:15px 0 15px 10px;
    border-bottom: 2px solid #a5a5a5;
}

.modalS_tit i{
    color:#004593 !important;
}

.modalS_content{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 80%;
    padding: 4% 5% 0 5%;
    overflow: auto;
    background: white;
}

.b span,.c span, .d span {
    color:#004593;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
}

.b.active span,.c.active span,.d.active span {
    color:black;
}

.b.active, .c.active,.d.active {
    border: 2px solid #a5a5a5;
    border-bottom: white 3px solid;
    padding-bottom: 8px;
}

.b.active i, .c.active i, .d.active i{
    color:black !important;
}

.b, .c, .d {
    padding: 1.5% 2%;
    margin: 10px 0%;
    text-decoration: none;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

#export_button{
    display:inline-block;
    padding: 15px 55px 15px 55px;
    background-color: #004593;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border: none;
    margin-top: 20px;
}

#export_button:hover, #copyIframe:hover, #copyUrl:hover{
    opacity:0.8;
}

#export_error{
    display: inline;
    padding-left: 10px;
    color: red;
    font-weight: bold;
}

#embedTextArea {
    width: 60%;
    height: 100%;
    float: left;
    border: solid #a5a5a5 1px;
    padding: 1em;
}

#copyIframe {
    position: relative;
    float: left;
    padding: 10px 55px 15px 55px;
    background-color: #004593;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    clear: both;
    margin-top: 1em;
}
#urlInputContainer {
    display: flex;
}
#urlText {
    width: 65%;
    border-style: solid;
    border-color: #004593;
    border-width: 1px;
    padding-left: 10px;
}
#copyUrl {
    position: relative;
    padding: 0 30px;
    background-color: #004593;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    clear: both;
    display: inline-block;
}
#copyUrl p {
    text-transform: uppercase;
}
#hrContainer {
    margin: 1.5em -3em;
}
.hr50 {
    width: 45%;
    display: inline-block;
    position: relative;
    top: 4px;
}
#or {
    font-size: 15px;
    padding: 0px 10px;
}
#textAreaContainer {
    height: 30%;
}

#textEmbed1 {
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
    display:block;
}

#textEmbed2 {
    font-weight: bold;
    display: block;
    text-align: left;
    clear: both;
    padding-top: 1em;
}

/* Slider wrapper*/
.css-slider-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    height: 300px;
    background: #FFF;
    overflow: hidden;
}

.css-slider-wrapper input{
    display: none;
}

/* Slider */
.sliderr {
    width: 100%;
    position: absolute;
    left: 0;
    top: 25px;
    opacity: 1;
    z-index: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    -webkit-transition: -webkit-transform 1600ms;
    transition: -webkit-transform 1600ms, transform 1600ms;
    -webkit-transform: scale(1);
    transform: scale(1);
    }

.sliderr > div {
    text-align: center;
}

/* Next and previous button */ 
.control {
    position: absolute;
    top: 12%;
    width: 50px;
    height: 50px;
    z-index: 55;
}

.control label {
    z-index: 0;
    display: none;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
    color: #FFF;
    cursor: pointer;
    opacity: 1;
    color:#004593;
}
.control label:hover {
    opacity: 0.5;
}
.next {
    right: 5%;
    
}
.previous {
    left: 3%;
}

/* Slider pagination */ 
.slider-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
    z-index: 999;
}

.slider-pagination label {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: white;
    margin: 0 10px;
    border: solid 2px black;
    cursor: pointer;
}

#info_window > div > div.esriPopupWrapper > div > div > div.title{
    padding-right: 5em;
}

.theme{
    display: inline-block;
    width: 27%;
    margin: 1.5%;
} 

.theme_img > img{
    width:100%;
    height: auto;
}

#theme_container{
    position: relative;
    overflow: hidden;
    display: inline-flex;
    width: 100%; 
    background-color: #ebebeb;
    color: #004593;
    font-weight: 800;
    align-items: center;
}
.theme_title, .layer_title{
    margin: auto;
    background-color: #EBEBEB;
    height: 40px;
    padding-left: 0;
    color: #004593;
    font-weight: 800;
    text-align: left;
    position: relative;
    width: 49%;
}

.theme_title > span, .layer_title > span{
    font-size: 1.3em;
    padding-left: 1em;
    line-height: 18px;
    margin-top: 2px;
    width: 200%;
    z-index: 1;
}
#theme_container > span{
    font-size: 1.08vw;
    padding-left: 1em;
    line-height: 18px;
    z-index: 5;
}

.theme_title_des{
    padding-right: 1em;
    white-space: nowrap;
}

@keyframes floatText{
    0% {
        transform: translateX(0%);
        margin-left: 90%;
    }
    100% {
        transform: translateX(-100%);
        margin-left: 0%;
    }
}

@-webkit-keyframes floatText{
    0% {
        transform: translateX(0%);
        margin-left: 90%;
    }
    100% {
        transform: translateX(-100%);
        margin-left: 0%;
    }
}

#predefinedmapCont .theme_title_des{
    position: relative;
    margin: 0;
    background: none;
    white-space: initial;
    padding-top: 0;
    padding-left: 0;
    color: black;
    font-weight: bold;
    text-align: left;
}

.theme_layer_des {
     padding-right: 1em;
}

#predefinedmapCont .theme_layer_des{
    position: relative;
    margin: 0;
    background: none;
    height: 0;
    padding-top: 0;
    padding-left: 0;
    color: black;
    font-weight: bold;
    text-align: left;
}

.them_map_numb, .layers_to_choose{
    color: lightgray !important;
    font-weight:lighter;
}
.slide_cont {
    position: absolute;
    height: auto;
    width: 80%;
    overflow: hidden;
    top:25px;
}

.section_tit{
    background-color: white;
    height: 10px;
    width: 79%;
    padding: 50px 0 15px 1%;
    margin: 0 10%;
    border-bottom: 2px solid #a5a5a5;
}
.section_tit_search{
    background-color: white;
    height: 10px;
    width: 80%;
    padding: 0px 0 15px 15px;
    margin: 60px 10% 0px 10%;
    border-bottom: 2px solid #a5a5a5;
}
.section_tit_artic{
    border: 2px solid #a5a5a5;
    border-bottom: none !important;
    font-weight: bold;
    font-size: 15px;
    padding: 10.5px 25px;
    margin: 10px 2%;
}
.home_scroll{
    display: none !important;
}  
.pred_create_scroll{
    height: 140% !important;
}
.pred_create_scroll .theme{
    height: 35% !important;
}
#predefinedPane {
    position: absolute;
    width: 100%;
    height: 40%;
}

#predefinedPane0 a, #mapWeekPane0 a {
    text-decoration: none;
}

#mapWeekPane1List .theme img, #mapWeekPane0 .theme img {
    width: auto;
    height: 100%;
}

#predefinedPane0 .theme, #mapWeekPane0 .theme {
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    height: auto;
    background-color: #ebebeb;
}
#predefinedPane1, #mapWeekPane1 {
    position: absolute;
    overflow-y: scroll;
    height: 70%;
    padding: 0% 7% 0% 9%;
    margin-top: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    background-color: white; 
}
#predefinedPane1 a, #predefinedPane a, #mapWeekPane1 a {
    text-decoration:none;
}
#createPane {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    height: 75%;
    background-color: white;
}

#predefinedPane0Info, #mapWeekPane0Info, #predefinedPane1Info, #mapWeekPane1Info {
    position: relative;
    margin: 0 auto;
    padding: 10px;
    height: 75%;
    background-color: white;
}

#predefinedPane0Info, #mapWeekPane0Info {
    width: 80%;
}

#predefinedPane1Info, #mapWeekPane1Info {
    width: 95%;
}

.back_MapWeek_Cont {
    width: fit-content;
    width: -moz-fit-content;
    display: inline-block;
    color: #004593;
    font-size: 13px;
}

.backText_Common {
    padding-left: 10px;
}

.mapweek_title {
    color: #004593;
    font-size: 20px;
    font-weight: bold;
    padding-top: 2.5vh;
}

.mapweek_date {
    color: gray;
    font-size: 13px;
    padding-top: 1vh;
}

.mapweek_descr_Cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2vh;
}

.mapweek_image_Cont {
    box-sizing: border-box;
    width: max-content;
    flex: 0 0 250px;
}

.mapweek_image_Cont > img {
    width: 100%;
}

.theme_title_button, .mapWeek_title_button {
    background-color: #004593;
    color: white;
    width: 100%;
    height: 40px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}

.mapWeek_title_button2 {
    opacity: 0;
    background-color: #004593;
    color: white;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    text-align: center;
}
.theme_title_button2 {
    opacity: 0;
    background-color: #004593;
    color: white;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}
.mapweek_descri {
    box-sizing: border-box;
    width: calc(100% - 250px);
    padding-left: 1.5vw;
    padding-bottom: 2vh;
}

.mapweek_descri :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.mapweek_descri table {
    width: 100%;
}

#mapWeekPane1Info {
    margin: 0 1.5%;
}

.expand{
    position: absolute !important;
    height:65% !important;
    bottom:0% !important;
    padding: 2% 10% !important;
}

#createPaneList {
    height: 100%;
    width: 100%;
}

#createPaneList1 {
    position: absolute;
    height: 68%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 10px 10%;
    width: 80%;
}

#functionalityList {
    position: absolute;
    margin: 10px 10%;
    width: 60%;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
}

#btnAddLayers, #btnAddLayers1 {
    padding: 15px 35px 15px 35px;
    background-color: #004593;
    color: white;
    font-size: 15px;
    width: 120px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: bold;
}
.modalSearch .section_tit {
    background-color: white;
    height: 10px;
    width: 80%;
    padding: 40px 0 15px 1%;
    margin: 0 10%;
    border-bottom: 2px solid #a5a5a5;
}

.modalSearch .theme{
    margin-bottom:5%;
    float: left;
}

#createPaneButton1{
    position: absolute;
    bottom: 0%;
    width: 80%;
    left: 10%;
}
.control i{
    color:#004593;
    font-size:30px;
}

.groupsLayersContainer {
    display: inline-block;
    width: 48%;
    margin: 5px;
    vertical-align:top;
}

.groupsLayersContainer {
   float: left;
   position: relative;
}

.groupsName {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-top: 0.7em;
    padding-bottom: 0.7rem;
}

.hrThemes {
    width: 95%;
    border: #FFD614 solid 1.5px;
    margin-left: 0px;
}

.layersNameCont{
    max-width: 95%;
    clear: both;
    height: 36px;
    margin-bottom: 2px;
}

.layersNameCont label {
    display: inline-block;
    position: relative;
    padding: 10px 0px 10px 37px;
    font-size: 1em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
}
.layersNameCont:hover{
    background-color: #ececec;
}

.layersNameCont label:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 10px;
    border: 2px solid #bebebe;
    border-radius: 2px;
    cursor: pointer;
    top: 8px;
}

.layersNameCont input[type="checkbox"] {
    display: none;
}

.layersNameCont input[type="checkbox"]:checked + label:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content: "\f00c";
    position: absolute;
    font-size:12px;
    left: 13px;
    top:11px;
    color:white;
    cursor: pointer;
} 
.layersNameCont input[type="checkbox"]:checked +label:before {
    background-color:#004593;    
    border-color:#004593;
} 

.layersNameCont label {
    max-width : 80%;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    cursor: pointer;
}

.layersNameCont a i {
    position: relative;
    color: #004593;
    cursor: pointer;
    font-size: 22px;
    width: 22px;
    vertical-align: middle;
}

.layersNameCont .fa-info-circle:before {
    content: "\f05a";
    position: absolute;
    top: -6px;
}

.layersNameCont .status_icons_cont {
    margin-left: 10px;
    top: 4px;
}

.layersNameCont .status_icons {
    width: 30px;
    vertical-align: middle;
}

.layersNameCont .status_iconsMT i {
    font-size: 15px;
    vertical-align: middle;
    color: white;
    padding: 5px 7px;
    width: auto !important;
}

.mapstory_icon i {
    background-color: #467a39;
}

.teacher_icon i {
    background-color: #c62a9e;
}

.broken_icon i {
    color: #da2131;
    font-size: 20px;
    vertical-align: middle;
}

.lay_leg_content .fa-info-circle:before {
    content: "\f05a";
    position: relative;
}

#closeHomeCheckCont label {
    display: inline-block;
    position: relative;
    padding: 5px 5px 5px 25px;
    font-size: 1em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    
#closeHomeCheckCont label:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border: 2px solid #bebebe;
    border-radius: 2px;
    cursor: pointer;
}
    
#closeHomeCheckCont input[type="checkbox"] {
    display: none;
}
    
#closeHomeCheckCont input[type="checkbox"]:checked + label:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content: "\f00c";
    font-size:12px;
    position: absolute;
    left: 1px;
    top:6px;
    color:white;
    cursor: pointer;
} 
#closeHomeCheckCont input[type="checkbox"]:checked +label:before {
    background-color:#004593;    
    border-color:#004593;
}

#closeHomeCheckCont{
    width: 79%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 8.3%;
}

#closeHomeLabel2{
    float: left;
    font-size: 1em;
    font-weight: normal;
    left:2%;
    bottom: 0;
    position: absolute;
}



#dijit_layout_ContentPane_0 {
    height: auto !important;
}

.search_icon{
    background: no-repeat;
    background-position: 50%;
    width: 2rem;
    height: 2rem;
    display: inline-block;
}
.modal-content .search_icon{
    background-image: url(../img/icons/Search.png);
    display: block;
    float: left;
    padding-top: 6px;
    background-position-x: 4px;
    padding-left: 10px;
}
.modalSearch-content .search_icon{
    background-image: url(../img/icons/Search2.png);
}

#multisearch1{
    display: inline;
}

.modal .addLayersButton{
    font-size: 20px;
    padding-right: 10px;
    vertical-align: super;

}

#multisearch2{
    margin: 30px 0%;
    width: 80%;
    left: 10%;
    display:inline;
    vertical-align: sub;
    display: inline;
}

.modalSearch .addLayersButton{
    color:#004593;
    font-size:20px;
    font-weight:bold;
    display:inline;
    vertical-align: super;
    padding-right: 10px;
}

.modalSearch .multisearch{
    top: 25px;
    position: relative;
    margin-left: 10%;
}
.closeSearchButton{
    display: none;
}

.k-widget.k-multiselect.k-header.k-state-border-down{
    border: #FFD614 solid 2px;
    z-index:100000;
    box-shadow:none;
    background-color:white;
}
.k-widget.k-multiselect.k-header{
    border-radius: 0px;
    border: solid #ECECEC 2px;
    display: inline-block;
    width: 80%;
    overflow-y: hidden;
    background-color: white;
    max-height: 33px;
}
.k-widget.k-animation-container{
    position: relative;
    top:450px !important;
}
.k-widget.k-multiselect-wrap{
    border-radius: 0px;
}
.k-widget.k-popup{
    box-shadow: none;
}

.k-list-container.k-popup{
    border-radius: 0px;
    background-color: white;
    border:none;
}

.k-list>.k-state-focused.k-state-selected, .k-state-selected{
    background-color: #ececec !important;
    color: #444 !important;
}

.k-list-scroller label {
    display: inline-block;
    position: relative;
    top:5px;
    padding: 5px 5px 5px 35px;
    font-size: 1.1em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width : 80%;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.k-list-scroller label:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top:10px;
    border: 2px solid #bebebe;
    border-radius: 2px;
    cursor: pointer;
}

.k-list-scroller input[type="checkbox"] {
    display: none;
}

.k-list-scroller input[type="checkbox"]:checked +label:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content: "\f00c";
    font-size:12px;
    color:white;
    cursor: pointer;
    position:absolute;
    top:4px;
    left:1px;
} 
.k-list-scroller input[type="checkbox"]:checked +label:before {
    background-color:#004593;    
    border-color:#004593;
} 

.k-list-scroller i{ 
    color: #004593;
    cursor: pointer;
    top:-4px!important;
}
.k-icon.k-i-close {
    font-size: 15px;
    top: 0px;
    background:none;
    color: #004593;
}
.k-multiselect-wrap li{
    border:solid 2px #004593;
    background-color:white;
    color: #004593;
}

.k-multiselect-wrap .k-input{
    height: 1.5em;
}

.k-popup.k-list-container{
    border:none !important;
    top:5px;
}

.k-item .fa-info-circle{
    position: relative;
    top: -8px;
    padding:5px;
}

.k-state-focused.k-state-hover{
    background:lightgray !important;
    color:black !important;
}

.k-state-focused{
    background:none !important;
}


.k-multiselect-wrap>ul>.k-button{
    color:white;
    border-color:white;
    display: none;
}

.k-icon.k-i-loading{
    display: none;
}

#addLB1,#addLB2{
    color: #004593;
    background-color: #ECECEC;
    border: solid 1px #ECECEC;
    padding: 10px 25px 10px 25px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
#searchButton1, #searchButton2{
    color: #004593;
    background-color: #ECECEC;
    border: solid 1px #ECECEC;
    padding: 9px 25px 10px 25px;
    font-weight: bold;
    vertical-align: top;
}
#arctic_mercator{
    display: inline-block;
    position: relative;
    top: 0px;
    text-align: center;
    margin-left: 10%;
}
#arctic_button, #mercator_button{
    padding: 10px 30px 10px 30px;
    background-color: #004593;
    color: white;
    font-size: 15px;
    width: 120px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: bold;
    border:none;
    opacity:0.4;
}
#arctic_button:disabled, #mercator_button:disabled{
    opacity:1;
    cursor: no-drop;
}

.searcher_groupName{
    padding-left: 40px;
    font-size: 0.85em;
    color:gray;
    margin: -5px;
    position:relative;
    top: -10px;
}
#search_results_container{
    padding: 10px 0 10px 20px;
    font-size: 15px;
    font-weight: bold;
}
.search_text{
    top: 0px;
	position: absolute !important;	
	padding-left: 2%;	
	width: 98%;	
	display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #a5a5a5;
    line-height: 2.2rem;
	background: white !important;
    cursor: text !important;
}


.opentip-container.opentipOther{
    max-height:200px !important;
}

.opentip-container.opentipOther canvas{
    max-height: 110% !important;
    background-color: #004593;
    visibility: hidden;
}

.opentip.opentipOther{
	background-color: #004593;
	top: -4px;
	left: -4px;
 
}
.ot-header.opentipOther{
    background-color: #004593;
    width: 100%;
    border: solid 1px #004593;
    height: auto;
}

.ot-header h1  {
    color: #EBEBEB;
}

.opentip.opentipOther .ot-close{
    top: 2px !important;
}

.opentip.opentipOther .ot-close:before{
    color:white;
}

.ot-content.opentipOther{
    color:white;
    overflow-y: auto;
    max-height: 120px;
    margin: 10px 0px 10px 10px;
    padding-right: 10px;
    text-align: justify;
}

.ot-content.opentipOther a font, .ot-content.opentipOther a, .ot-content.opentipOther span  {
    color:white;
}

#measure_container{
    display: none;
    position: absolute;
    width: auto;
    /*height: 165px;*/
    background-color: white;
    top: 165px;
    right: 5rem;
}

.measure_tit{
    background-color: #004593;
    padding: 20px 0 5px 0;
    text-align: center;
    width: max-content;
    display: flex;
    flex-direction: row;
}

#measure_container .measure_tit > span:first-child {
    margin-left: 10px;
}

#measure_container .measure_tit > span:last-child {
    margin-right: 10px;
}

.measure_tit a{
    padding:8px 15px;
    color:white;
    
}

.measure_content{
    padding: 10%;
    width: 80%;
    position: absolute;
    background: white;
}

.measure_content .dijitButtonContents {
    background:none !important;
    user-select: none;
    color: #004593;
    font-size: 1rem;
    font-weight: bold;
}

.measure_content .esriMeasurementResultValue{
    text-align: center;
    padding: 5px 0;
}

.esriMeasurementSeparator {
    display: none !important;
}

.esriMeasurement .esriToggleButton .dijitButtonNode{
    background-color: white;
    border: none;
} 

.measure_content .dijitArrowButtonInner:after{
    color:#004593  !important;
}
.measure_content .dijitArrowButtonInner{
    background-color:white !important;
}
.measure_content .esriMeasurement .esriButtonChecked .dijitButtonNode{
    background: none;
    border: #FFD614 2px solid;
    padding: 2px;
}

.measure_content .esriMeasurement .esriButton .dijitButtonNode{
    padding:2px;
}

.measure_content .esriMeasurementResultLabel {
    color: #004593;
    border-bottom: #004593 solid 1px;
    font-weight: lighter;
}
.measure_content .esriMeasurement .areaIcon  {
    background: url(../img/icons/measureArea.png) no-repeat;
    background-size: 100% 100%;
}

.measure_content  .esriMeasurement .distanceIcon {
    background: url(../img/icons/measureDistance.png) no-repeat;
    background-size: 100% 100%;
}
#share_text,#email_text{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 1.5em;
}
#share_text{
    margin-top: 3em;
}
#twitter, #facebook, #pinterest, #linkedin{
    display: inline-block;
    width: 200px;
    height: 45px;
    margin-right: 5%;
    margin-bottom: 2%;

}
#twitter_modal, #facebook_modal, #instagram_modal{
    display: inline-block;
    width: 250px;
    height: 45px;
    margin-right: 5%;
    margin-bottom: 2%;

}
#pinterest{
    display: none;
}
#twitter a, #facebook a, #pinterest a, #linkedin a{
    display:  inline-block;
    width:100%;
    height:100%;
    margin:auto;
    background-color:#ececec;
    text-decoration:none;
    color:black;

}
#twitter_modal a, #facebook_modal a, #instagram_modal a{
    display:  inline-block;
    width:100%;
    height:100%;
    margin:auto;
    background-color:#fff;
    text-decoration:none;


    /*margin-bottom: 4px;
    text-align: left;
    min-height: 2.75em;
    padding: 0em 1em;
    line-height: 2.5;
    white-space: normal;
    font-size: 1.25em;
    font-weight: 600;
    border-width: 2px;
    border-radius: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    color: #004494;
    box-sizing: border-box;*/
    line-height: 2.5;
    min-height: 2.75em;
    white-space: normal;
    font-size: 1.25em;
    vertical-align: middle;
    font-weight: 600;
    text-align: left;
    color: #004494;

}
#twitter a:hover, #facebook a:hover, #pinterest a:hover, #linkedin a:hover, #twitter_modal a:hover, #facebook_modal a:hover, #instagram_modal a:hover{
    cursor:pointer;
}
#twitter a:hover{
    background-color:rgba(29, 161, 243, 0.75); 
}
#facebook a:hover{
    background-color:rgba(58, 88, 158, 0.75); 
}
#linkedin a:hover{
    background-color:rgba(0, 151, 189, 0.75); 
}
#pinterest a:hover{
    background-color:rgba(205, 33, 41, 0.75);  
}
#twitter_modal a:hover, #facebook_modal a:hover, #instagram_modal a:hover{
    background-color: #ffd617;
    color: #000;
    text-decoration: underline;
}
#other_social{
    padding-top:5%;
    color: #004593;
}
#other_social a{
    color: #004593;
}
#sharePane .img{
    height:100%;
    width:25%;
    display:inline-block;

}
#sharePane .text {
    height: 100%;
    padding-left: 5px;
    vertical-align: middle;
    display: inline-block;
}
#facebook .img, #facebook_modal .img{
    background: url(../img/icons/facebook.png) center center no-repeat;
    background-size: 100% 100%;

}
#twitter .img, #twitter_modal .img{
    background: url(../img/icons/twitter.png) center center no-repeat;
    background-size: 100% 100%;

}
#linkedin .img{
    background: url(../img/icons/linkedin.png) center center no-repeat;
    background-size: 100% 100%;

}
#instagram_modal .img{
    background: url(../img/icons/instagram.png) center center no-repeat;
    background-size: 100% 100%;

}
#pinterest .img{
    background: url(../img/icons/pinterest.png) center center no-repeat;
    background-size: 110% 110%;

}

.k-list-scroller{
    height: auto !important;
    max-height: 300px !important;
} 
.k-animation-container{
    max-height: 300px !important;
}
.k-list-container.k-popup.k-group.k-reset{
    height: auto !important;
    max-height:330px !important;
}
.k-popup.k-list-container{
    height: auto !important;
    max-height: 300px !important;
}
.k-nodata {
    min-height: 50px !important;
}
.k-input{
    width: 100% !important;
}

.g_title{
    text-align: center;
}

#spec{
    color:#004593;
    border-color:#004593;
    margin-left: 10%;
}

.fish_species_copyright {
    color: rgba(0,0,0,.7);
    font-size: 12px;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-bottom: 0.5em;
}

#titlePane1 .dijitTitlePaneContentOuter{
    border:none;
}
#titlePane1 .dijitTitlePaneTitle{
    padding: 0;
    border: none;
}
#titlePane1 .dijitTitlePaneTitleFocus{
    color:white;
    background-color: #004593;
    padding: 5px 0;
}

#titlePane1 .dijitArrowNode{
    margin-left: 4%;
    position: absolute;
}

#titlePane1 .dijitTitlePaneTextNode{
    margin-left: 10%; 
}

#radiobut br{
	display:none;
}
#printButton0{
	position: inherit !important;
    left: 0px !important;
    top: 0px !important;
}

table#dijit_form_ComboButton_0{
	background-color: #004593;
}
.claro .dijitComboButton .dijitButtonNode{
	background-color: #004593;
	background-image: none;
}
.claro .dijitComboButton .dijitButtonNode:hover{background-color: #467ab0;}
.esriPrint .dijitButtonContents{background-color: transparent;}
.claro .dijitArrowButtonInner{background-color: transparent;}
#printButton0{margin-top: 10px;}
.claro .dijitTitlePaneTitleClosed .dijitArrowNode, .claro .dijitTitlePaneTitleOpen .dijitArrowNode{-webkit-filter: invert(100%); filter: invert(100%);}

/*  Tooltips  */

[tooltip] {
    position: relative; 
}
  
[tooltip]::before,
[tooltip]::after {
   
    font-size: 13px; 
    position: absolute;
    display: none;
    opacity: 0;
}
  
[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1;
}
  
[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:5px 10px;
    border-radius: 3px;
    background: black;
    color: white;
    z-index: 2;
}
  
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}
.show_tooltip::before,
.show_tooltip::after {
    display: block;
}

  
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}
  
[tooltip]:not([direction])::before,
[tooltip][direction^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: black;
}
  
[tooltip]:not([direction])::after,
[tooltip][direction^="up"]::after {
    bottom: calc(100% + 5px);
}
  
[tooltip]:not([direction])::before,
[tooltip]:not([direction])::after,
[tooltip][direction^="up"]::before,
[tooltip][direction^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}
  
  
[tooltip][direction^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: black;
}

[tooltip][direction^="down"]::after {
    top: calc(100% + 5px);
}
  
[tooltip][direction^="down"]::before,
[tooltip][direction^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}
  
[tooltip][direction^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: black;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}
[tooltip][direction^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}
  
[tooltip][direction^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: black;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}
  
[tooltip][direction^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}
  
@keyframes tooltips-vertical {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
}
  
@keyframes tooltips-horizontal {
    to {
      opacity: .9;
      transform: translate(0, -50%);
    }
}
  
[tooltip]:not([direction]):hover::before,
[tooltip]:not([direction]):hover::after,
[tooltip][direction^="up"]:hover::before,
[tooltip][direction^="up"]:hover::after,
[tooltip][direction^="down"]:hover::before,
[tooltip][direction^="down"]:hover::after {
    animation: tooltips-vertical 300ms ease-out forwards;
}

  
[tooltip][direction^="left"]:hover::before,
[tooltip][direction^="left"]:hover::after,
[tooltip][direction^="right"]:hover::before,
[tooltip][direction^="right"]:hover::after {
    animation: tooltips-horizontal 300ms ease-out forwards;
}
@keyframes tooltips-opacity{
    from {opacity: 0.9}
    to {
      opacity: .1;
      transform: translate(0, -50%);
    }
}
.show_tooltip[direction^="left"]::before,
.show_tooltip[direction^="left"]::after,
.show_tooltip[direction^="right"]::before,
.show_tooltip[direction^="right"]::after{
    animation: tooltips-opacity 3000ms ease-out forwards;    
}

.fixed {
    position: absolute;
    z-index: 1;
}

.section_tit.fixed {
    width: 80%;
    padding-top: 4em;
    margin-top: -1em;
    translate3d(0px,0px,0px);
}

.multisearch.fixed {
    background: url(../img/home_background.jpg) no-repeat;
    left: 0;
    background-size: 100% 100%;
    z-index: 99999;
    padding-top: 1em;
    padding-bottom: 0.8em;
    padding-left: 10%;
    width: 90.1%!important;
    translate3d(0px,0px,0px);
}

.fixed #multisearch1 {
    padding-left: 0%;
    padding-top: 1%;
    padding-bottom: 1%;
    position: relative;
    width: 80%;
}


#scroll{
    height: 97%;
    overflow-y:auto;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
}

.theme_img {
    background-color:#ececec !important;
    position: relative;
    overflow: hidden;
}


.theme_img > .theme_img_des {
    width: 88%;
    padding-left: 0px;
    margin: auto;
    padding-right: 0%;
}

.theme_img_des {display:none; overflow:auto;height: 100%;}
.theme img {display:block}
.theme:hover img, .tablet_hover img {display:none}
.theme:hover .theme_img_des, .tablet_hover .theme_img_des {display:block}

.theme_img_des p{
    display: block;
    justify-content: left;
    align-items: center;
    margin: 0.5em 0;
    text-align: left;
}
.theme_img_des p:nth-child(1){
    color:#004593;
    font-weight: bold;
   
}
.theme_img_des p:nth-child(2), .theme_img_des p:nth-child(3){
    color:gray;
    font-size: 12px;
    
}

.theme_title_des, .theme_layer_des {
    opacity:1;
    position: absolute;
}
.see_more{
    opacity:0;
    background-color:#004593;
    color:white;
    position: absolute;
    bottom: 0;
    width:100%;
    height:40px;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    text-align: center;
}

.theme:hover .theme_title_des, .tablet_hover .theme_title_des {opacity:0}
.theme:hover .theme_layer_des, .tablet_hover .theme_layer_des {opacity:0}

.theme:hover .see_more, .tablet_hover .see_more {opacity:1}
.theme:hover .theme_title_button2, .tablet_hover .theme_title_button2 {opacity:1}
.theme:hover .mapWeek_title_button2, .tablet_hover .mapWeek_title_button2 {opacity:1}



.theme img, .theme_img_des, .theme_title_des, .see_more, .theme_layer_des, .mapWeek_title_button2, .theme_title_button2{
    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
}

.opentip-container.style-alert.ot-visible{
    background: #FFF;
    height: auto;
    width: auto!important;
}

/*Slider*/
.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

/*Opentip added*/

.added .ot-header{
    display: none;
}

.added canvas{
    display: none;
}

.added .ot-content{
    top:50px;
    color:black;
    font-size: 12px;
    padding: 1em;
}

.added.opentip-container.style-alert.ot-visible{
    background: transparent;
}

.added .ot-content u{
    text-decoration: none;
    color: gray;
    padding: 0;
}

.added .opentip{
    padding: 0;
}

.added.opentip-container .opentip{
   padding: 0; 
}

.added.opentip-container {
  max-width: 500px;
  z-index: 9999 !important;
  padding: 0; 
}

.opentip-container.style-dark .opentip, .opentip-container.style-alert .opentip{
    text-shadow: none;
    padding: 0; 
}

/*Info Layer*/
.opentip-container.style-alert.ot-visible.infolayer{
    background: transparent;
}


#next, #previous{
    background-color:#004593;
    color: white;
    height: 30px;
    margin: right;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
#prev_nxt_butt{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#map_list{
    align-self: center;
    color: #b3b3b3;
    font-weight: normal;
    margin: 0 1rem;
}
#prev_nxt_butt button {
    border: 0;
    padding: 0 1rem;
    white-space: nowrap;
    font-size: 13px;
}
#prev_nxt_butt button[disabled] {
    background: rgba(0, 69, 147, 0.32);
    cursor: auto;
} 
#prev_nxt_butt .nextC i {
    margin-left: 0.5rem;
}
#prev_nxt_butt .previousC i {
    margin-right: 0.5rem
}
.prev_nxt_butt_cont {
    display: flex;
}

.theme:hover #theme_container .theme_title_des {
    display: none;
}

.custom-checkbox {
    position: relative;
    width: 72.5%;
    padding-left: 15px;
    padding-bottom: 10px;
    display: block;
    align-items: left;
    background: #e6e6e6;
    display: none;
  }

.custom-checkbox div {
    width: 100%;
}

#layersForPrintHeader {
    padding: 10px 2px;
    cursor: pointer;
    font-weight: bold;
}

#layersForPrintHeader label {
    cursor: pointer;
    padding-right: 10px;
}

#layersForPrintHeader i {
    font-size: 1em;
    color: #004593;
}

#layersForPrintContainer {
    max-height: 150px;
    overflow: auto;
}

.layersPrintNameCont label {
    display: inline-block;
    position: relative;
    padding: 7px 0px 7px 32px;
    font-size: 1em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
}

.layersPrintNameCont label:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    border: 2px solid #bebebe;
    border-radius: 2px;
    cursor: pointer;
    top: 6px;
}

.layersPrintNameCont input[type="checkbox"] {
    display: none;
}

.layersPrintNameCont input[type="checkbox"]:checked + label:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content: "\f00c";
    position: absolute;
    font-size:8px;
    left: 13px;
    top: 9.5px;
    color:white;
    cursor: pointer;
} 
.layersPrintNameCont input[type="checkbox"]:checked +label:before {
    background-color:#004593;    
    border-color:#004593;
} 

.layersPrintNameCont input[type="checkbox"]:disabled +label:before, .layersPrintNameCont input[type="checkbox"]:disabled +label {
    opacity: 0.5;
    cursor: default;
}

.layersPrintNameCont label {
    max-width : 80%;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    cursor: pointer;
}

.custom-select {
    position: relative;
    width: 75%;
    display: flex;
    align-items: center;
    border: solid 1px #004593;
  }
  
  .custom-select select {
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  .custom-select select::-ms-expand {
    display: none;
  }
  .select-arrow:after {
        font-family: 'Font Awesome 5 Free';
      font-weight: 900; 
      content: "\f078";
    
  }
  .select-arrow {
    position: absolute;
    right: 0;
    margin-right: 20px;
    color: #004593;
    z-index: 0;
  }


#radioButPrintCont {
    display: flex;
}
.custom-radio {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  #radioButJPG {
      margin-left: 15px;
  }
  .custom-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-radio-indicator {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background: #e6e6e6;
  }
  
  .custom-radio .custom-radio-indicator {
    border-radius: 50%;
  }
  .custom-radio-indicator:after {
    position: absolute;
    display: none;
    content: '';
  }
  .custom-radio input:checked ~ .custom-radio-indicator {
    background: #004593;
  }
  .custom-radio input:checked ~ .custom-radio-indicator:after {
    display: block;
  }
  .custom-radio .custom-radio-indicator:after {
    top: 6px; 
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
  }