.esriPopupWrapper{
	background:none;
	font-size:10px;
	/*border-top: 1px solid rgb(0, 255, 0);
	border-left: 1px solid rgb(0, 255, 0);
	border-right: 1px solid rgb(0, 255, 0);*/
}

table th:first-child{
  border-radius:10px 0 0 10px;
}


.esriPopupWrapper .panel{
	background:rgba(255,255,255,0.8);
	margin-bottom:10px;
	padding:5px;
}

.esriPopupWrapper .panel .panel-body{
	padding:0px;
}

.titlePane .maximize{
	display:none !important;
}

.esriPopup .titleButton.close{
	background-color: rgb(114, 114, 114) !important;
	padding: 8px !important;
	opacity: 1 !important;
	border-radius: 20% !important;
	background-position: 2px 0px !important;
}

.esriPopup .titleButton.prev{
	right:55px !important;
	background-color: rgb(31, 87, 139) !important;
	padding: 9px !important;
	border-radius: 50% !important;
	background-position: -25px 0px !important;
}

.esriPopup .titleButton.next{
	right:30px !important;
	background-color: rgb(31, 87, 139) !important;
	padding: 9px !important;
	border-radius: 50% !important;
	background-position: -10px 0px !important;
}

.esriPopupWrapper, .esriPopup .sizer, .titlePane, .contentPane{
	width:500px !important;
}

.titlePane{
	background:rgba(73,207,83,0.3) !important;
	color: #000 !important;
}
.esriPopupWrapper .contentPane, .esriPopupWrapper .pointer, .esriPopupWrapper .actionsPane, .outerPointer{
	background:rgba(73,207,83,0.3) !important;
}
.contentPane {
	max-height: 590px !important;
}
.contentPane .tipologia_template{
	overflow-y: scroll;
    height: 50px;
}
.contentPane .btn{
	color:#fff !important;
	text-decoration:none !important;
}

/*#map_zoom_slider{
	background: #666;
	border-radius: 5px;
}*/

.esriLargeSliderTicks {
	display: none;
}


.esriBasemapGalleryNode {
    float: left;
    margin: 10px 20px 10px 20px;
    float: right;
    width: 40px;
    margin: 5px 0px 0 10px;
}

.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail {
    border: 2px solid #0B610B;
    margin: 0;
}

.esriBasemapGalleryLabelContainer {
    display:none;
}

.divBaseMaps{
	position:absolute;
	right:10px;
	top:10px;
	z-Index:2;
	width:30%;
}

.esriBasemapGalleryThumbnail{
	width:40px;
	height:40px;
}

.esriScalebar{
	bottom:50px;
}

.txtDisclaimerMapa{

	position:absolute;
	bottom:20px;
	right:20px;
	width:50%;
	z-Index:2;
	color:#fff;
	text-shadow: 3px 3px 3px #000,
               3px 3px 3px #000,
               3px 3px 5px #000;

}

#info, #info2{
	cursor: pointer;
	position:absolute;
	left:15px;
	bottom:5px;
	z-index:999;
	font-size:10px;

	text-align:center;

	color:#fff;
	text-shadow: 3px 3px 3px #000,
               3px 3px 3px #000,
               3px 3px 5px #000;
}

#titlePane{
	width:240px;
}
.claro .dijitTitlePaneTitle {
	background: #fff;
	font-weight:600;
	border: none;
	border-bottom:solid 1px #29201A;
	border-top:solid 1px #29201A;
}
.claro .dijitTitlePaneTitleHover {
	background:#eee;
}
.claro .dijitTitlePaneTitleActive {
	background:#808775;
}
.claro .dijitTitlePaneContentOuter {
	border-right: none;
	border-bottom: none;
	border-left: none;
}


.range {
    position: relative;
    background-color: rgb(245, 245, 245);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 60%;
}

.range input[type="range"] {
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    /* display: table-cell; */
    display: initial;
    width: 80px !important;
    background-color: transparent;
    height: 10px;
    cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.range input[type="range"] {
    outline: none;
}

.range.range-primary input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary output {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"] {
    outline-color: rgb(66, 139, 202);
}

.range.range-success input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(92, 184, 92);
}
.range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: rgb(92, 184, 92);
}
.range.range-success output {
    background-color: rgb(92, 184, 92);
}
.range.range-success input[type="range"] {
    outline-color: rgb(92, 184, 92);
}

.range.range-info input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info output {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"] {
    outline-color: rgb(91, 192, 222);
}

.range.range-warning input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning output {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"] {
    outline-color: rgb(240, 173, 78);
}

.range.range-danger input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger output {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"] {
    outline-color: rgb(217, 83, 79);
}

.listaCapas {
    font-size: 13px;
    font-weight: 100;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-left: 5px;
}

#closeDisclaimer{
	background-color: Transparent;
	background-repeat:no-repeat;
	border: none;
	cursor:pointer;
	overflow: hidden;
	outline:none;
	color:white
}
#disccloseinst{
	color:white;
	text-shadow:none;
	font-size: 10px;
}

.mapaBaseLayers {
    position: absolute;
    right: 0;
    bottom: 0;
    z-Index: 3;
    background: #d6ffb7;
    min-width: 300px;
}

.mapaBaseLayers__list {
    transition: all 0.5s ease;
    max-height: 0;
    padding: 0;
    overflow-y: hidden;
}

.mapaBaseLayers__list--expanded {
    max-height: 30vh;
    padding: 5px;
    overflow-y: auto;
}

.mapaBaseLayers__header {
    padding: 5px;
    background: #1d5589 url("../../images/modal-header.jpg") repeat-x left top;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

.mapaBaseLayers__header__title {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 18px;
}

.mapaBaseLayers__header__button {
    color: white;
    height: 24px;
    width: 24px;
    transition: transform 200ms ease;
}

.mapaBaseLayers__header__button--rotate {
    color: white;
    height: 24px;
    width: 24px;
    transform: rotate(-180deg);
}

.mapaBaseLayers__label {
    cursor: pointer;
    font-size: 16px;
}

.mapaBaseLayers__legends {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
}

.mapaBaseLayers__legend {
    display: flex;
    gap: 10px;
    align-items: center;
}
.mapaBaseLayers__legend__label {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.ai-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #eefbe8;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #c6e8b8;
    max-width: 650px;
    margin-top: 6px;
}

.ai-checkbox small {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    display: block;
}

.ai-checkbox input[type="checkbox"] {
    margin-top: 3px;
}