#lay-abst p { 
    margin: 8px 0; 
    width: auto; 
    height: auto;
    overflow-y: hidden;
}

.leaflet-popup-tip-container { 
    display: contents;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    max-height: 400px;
    overflow-y: auto; 
    padding: 15px;
}
.leaflet-popup.leaflet-zoom-animated::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.leaflet-popup.leaflet-zoom-animated::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.leaflet-popup.leaflet-zoom-animated::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border: 0px none #ffffff;
  border-radius: 37px;
}
.leaflet-popup.leaflet-zoom-animated::-webkit-scrollbar-thumb:hover {
  background: #919191;
}
.leaflet-popup.leaflet-zoom-animated::-webkit-scrollbar-thumb:active {
  background: #8f8f8f;
}
.leaflet-popup.leaflet-zoom-animated::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 20px;
}
.leaflet-popup.leaflet-zoom-animated::-webkit-scrollbar-track:hover {
  background: #e8e8e8;
}
.leaflet-popup.leaflet-zoom-animated::-webkit-scrollbar-track:active {
  background: #bababa;
}
.leaflet-popup.leaflet-zoom-animated::-webkit-scrollbar-corner {
  background: transparent;
}
.is-active { 
    height: auto; 
}

.modal-footer {
    position: relative; 
}
.is-active .m-btncontainer {
    position: sticky; 
	text-align: right;
}
#header.ATD{
    width: 452px;
    margin-left: -2px;
}

.panelIcon.tooltip-rg img{
    width: 35px !important;
    height: 35px !important;
    margin-bottom: -15px;
}
.panelIcon.tooltip-rg i{
    margin-bottom: -15px;

}
.panelIcon.tooltip-rg p {
	font-size: 11px;
}
#leftPanel .panelIcons .panelIcon {
    height: auto !important;
    min-height: 5rem;
}
#map-wrapper.ATD{
top:0;
}

#map-wrapper.ATD #map{
top:0 !important;
}

#map-wrapper.ATD #leftPanel{
top:60px;
}
#map-wrapper.ATD #rightPanel{
    top: 10px;
    height: 90%;
    width: 300px;
    border-radius: 12px 0 0 12px;
}
.ATD #rightPanel .panelSelect .topics .legend { 
    padding: 5px;
    background: #ededed;
}
.ATD .category-sub>img{
display:none;
}

.ATD .category-sub>.fa{
display:none;
}
.ATD .categoryContainer{
    border:none;
    z-index:1;
    font-size:18px;
    background-color:transparent;
    text-align: center;
    margin-left: -4px;
    top:84px;
    width:350px;
}

.ATD .iPosition { 
    left: 305px;
}

.ATD #accordion.scrollbar-panel{
    background: #ededed;
    position: absolute;
    top: 0;
    height: 100%;
    width: 450px;
}
.ATD #thematicTopics{
margin-top:20px;
}

.ATD #leftPanel .panelIcon:hover {
    background-color: #358372;
}

#map-wrapper.ATD.close-left #rightPanel{
	top:72px;
}

.ATD.close-left .btn-panelHidden.btn-panel-rg {
    top: 74px;
}
.ATD.close-left #accordion.scrollbar-panel {
    background: transparent; 
}
.ATD.close-left #leyenda {
    top: 74px;
}

.ATD.close-left #mapa {
    top: 134px;
}

.ATD.close-left #description {
    top: 194px;
}

 

#header.ATD.close-left {
    width: 100%;
    margin-left: 0px;
}


.ATD .btn-panelHidden.btn-panel-lf { 
    margin-left: -20px;
    top: 60px;
}
.ATD .leaflet-top.leaflet-left{
    top:48px;
}
.ATD .btn-panelHidden.leyenda, .ATD .btn-panelHidden.mapa, .ATD .btn-panelHidden.description   { 
    right: 308px; 
}

.ATD .btn-panelHidden.leyenda.panelToggle, .ATD .btn-panelHidden.mapa.panelToggle, .ATD .btn-panelHidden.description.panelToggle   { 
    right: 10px; 
}
 
.ATD .radar {
  background: -webkit-radial-gradient(center, rgba(0, 0, 0, 0.3) 50%, rgba(233, 40, 35, 0.6) 75%), -webkit-repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #841413 18.6%, rgba(32, 255, 77, 0) 18.9%), -webkit-linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #841413 50%, #841413 50%, rgba(32, 255, 77, 0) 50.2%), -webkit-linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #841413 50%, #841413 50%, rgba(32, 255, 77, 0) 50.2%);
  background: radial-gradient(center, rgba(0, 0, 0, 0.3) 50%, rgba(233, 40, 35, 0.6) 75%), repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #841413 18.6%, rgba(32, 255, 77, 0) 18.9%), linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #841413 50%, #841413 50%, rgba(32, 255, 77, 0) 50.2%), linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #841413 50%, #841413 50%, rgba(32, 255, 77, 0) 50.2%);
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #841413;
  overflow: hidden;
}
.ATD .radar:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ATD .radar:after {
  content: ' ';
  display: block;
  background-image: linear-gradient(44deg, rgba(0, 255, 51, 0) 50%, #841413 100%);
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: radar-beam 5s infinite;
  animation-timing-function: linear;
  transform-origin: bottom right;
  border-radius: 100% 0 0 0;
}
 
@keyframes radar-beam {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.link-parametros{
	padding: 2px 12px; 
	cursor: pointer; 
	z-index:99; 
	border: 2px solid grey;
	color: #585858;
	border-radius: 10px; 
	margin: 15px; 
	position: absolute; 
	bottom: -83px;
	font-weight: 500;
    	left: 15px;
}

.link-parametros:hover{
	 
	color: #eda41c; 
}

.is-active.INFyS{
  min-width:730px;
}
