@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600|Roboto:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
html,body{
    font-family: 'Source Sans Pro', sans-serif;
    color: #2b2c31;
    height: 100%;
    background-color: #f9f9f9;
}
/* h1,h2,h3,h4,h5,h6{

} */
.navbar a{
    color: #007bff !important;
}
.navbar-shadow{
    /* -webkit-box-shadow: 0px 2px 5px 0px rgba(92, 92, 92, 0.35);
    -moz-box-shadow: 0px 2px 5px 0px rgba(92, 92, 92, 0.35);
    box-shadow: 0px 2px 5px 0px rgba(92, 92, 92, 0.35); */
    -webkit-box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.41);
    -moz-box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.41);
    box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.41);
    z-index: 100;
}
.list-group a{
    /* color: #2f58ab !important; */
    color: #007bff;
}
p{
    font-family: 'Raleway' , sans-serif;
}
.card p{
    font-family: 'Raleway' , sans-serif;
}
.t4{
    font-size: 4px;
}
.t10{
    font-size: 10px;
}
.t12{
    font-size: 12px;
}
.t13{
    font-size: 13px;
}
.t14{
    font-size: 14px;
}
.t16{
    font-size: 16px;
}
.t18{
    font-size: 18px;
}
.b800{
    font-weight: 800 !important;
}
.c900{
    color: #20366a;
}
/* .c900{
    color: #070f18;
} */
.c800{
    color: #2a4459;
}
.c700{
    color: #306a8e;
}
.c600{
    color: #8999a0;
}
.c100{
    color: white;
}
.bg900{
    background-color: #070f18;
}
.bg800{
    background-color: #2a4459;
}
.bg700{
    /* background-color: #306a8e; */
    background-color: #2f58a8;
}
.bg600{
    background-color: #8999a0;
}
.br3{
    border-radius: 3px;
}
.br4{
    border-radius: 4px;
}
.raleway{
    font-family: 'Raleway', sans-serif;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}
.strong500{
    font-weight: 500;
}
.strong600{
    font-weight: 600;
}
/* navbar superior */
.logotipo{
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    width: 180px;
    height:42px ;
    margin:auto;
}
.shadow-head{
     -webkit-box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.41);
    -moz-box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.41);
    box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.41);
}
.fecha{
    /* float: right; */
    margin: 1rem  !important;
    position: relative;
    top: 1rem;
    /* margin-top: 1rem; */
    color: white;
    font-family: 'Raleway', sans-serif;
}
/* .main-mapa{
    width: 100%;
    /* height: 100%; */
/* }  */
#map{
    /* height: 500px !important; */
    width: auto;
}
/* map content */
#contenido{
    position: fixed;
    width: 100%;
}
#contenido-mapa{
    font-family: 'Raleway', sans-serif;
    margin:  1.5rem 0rem 1.5rem 1.5rem;
    /* margin-bottom: 1rem; */
}
#contenido-mapa .corte{
    height: 45px;
    overflow: hidden;
}
#contenido-mapa p{
    /* width:100%;  */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* word-wrap: break-word; */
}
#contenido-mapa a{
    text-decoration: none;
    padding: 10px;
    background-color: #2a4459;
    border-radius: 3px;
    color: white;
}
#contenido-mapa a:hover{
    color: white;
}
/* ini slider sidebar menu, lado izquierdo */
.sidenav {
    position: absolute;
    /* The side navigation menu */
    /* height: 100%;  */
    width: 0; /* 0 width - change this with JavaScript */
    /* position: fixed; */ /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fafafa; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    padding-bottom: 10px;
    transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
    -webkit-box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.21);
    box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.21);
}
.filter {
    position: absolute;
    /* The side navigation menu */
    height: 0; 
    width: 100%; /* 0 width - change this with JavaScript */
    /* position: fixed; */ /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fafafa; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    /* padding-bottom: 10px; */
    transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}
.search {
    position: absolute;
    height: 0; 
    width: 100%; /* 0 width - change this with JavaScript */
    z-index: 3; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fafafa; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}
.checkeable input {
    display: none;
}
.checkeable img{
    -webkit-filter: opacity(30%);
    -moz-filter: opacity(30%);
    -ms-filter: opacity(30%);
    -o-filter: opacity(30%);
    filter: opacity(30%);
}
.checkeable input:checked + img{
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -ms-filter: opacity(100%);
    -o-filter: opacity(100%);
    filter: opacity(100%);
}
.espacio{
    /* position: fixed; */
    /* top: 0px; */
    height: 50px;
    background-color: #20366a;
}
.sidenav a {
    /* The navigation menu links */
    padding: 20px 20px 10px 20px;
    text-decoration: none;
    font-size: 1rem;
    /* color: #192440; */
    display: block;
    transition: 0.3s;
}
.sidenav a:focus{
    background-color: #51d8fa50;
    font-weight: 600;
    color: #20366a;
}
.sidenav i{
    /* color: #818181; */
}
.sidenav a:hover {
    /* When you mouse over the navigation links, change their color */
    color: #20366a;
    font-weight: 600;
}
.sidenav .closebtn {
    /* Position and style the close button (top right corner) */
    position: relative;
    top: 0;
    right: 0px;
    color:white !important;
    margin-left: 25px;
}
#contenido {
    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    transition: margin-left .5s;
    height: 100%;
}
/* fin slider menu */
.section {
    /* The side navigation menu */
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
    -webkit-box-shadow: -2px 1px 5px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: -2px 1px 5px 1px rgba(0,0,0,0.21);
    box-shadow: -2px 1px 5px 1px rgba(0,0,0,0.21);
}
.section-body {
 padding: 1.2rem;
}
@media screen and (min-height: 450px) {
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    /* .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;} */
    
}
@media (max-width: 576px){
    .logotipo{
        height: 30px;
        position: relative;
        top: -2px;
    }
    .fa-bars{
        position:relative;
        top: 3px;
        margin-left: 5px;
        font-size: 20px;
        color: #192440;
    }
}
/* para la noticia */
.card{
    border: #f1f1f1 solid 1px;
}
.titulo{
    font-family: 'Raleway' , sans-serif;
    font-size: 17px;
    text-decoration: none !important;
    color: #192440;
}
.titulo:focus{
    color: #06354b;
}

.colores{
    background-color: aliceblue;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.cajita{
    /* cajita de colores */
    border-radius: 3px;
    position: relative;
    top: -2px;
    width: 18px;
   
}
.info-content a{
    text-decoration: none;
}
.hr-menu{
    margin-top: -6px;
}
.enlace{
    font-size: 14px !important;
    padding: 4px 10px 4px 10px !important;
    background-color: #37474f !important;
    color: white !important;
    border-radius: 4px !important;
    display: inline !important;

}
.enlace:hover{
    color: white;
    background-color: #455a64;
}
.registro{
    font-size: 14px !important;
    padding: 4px 10px 4px 10px !important;
    background-color: #546e7a !important;
    color: white !important;
    border-radius: 4px !important;
    display: inline !important;
}
.registro:hover{
    color: white;
    background-color: #607d8b;
}
.close-card{
    padding: 3px 12px 3px 12px;
    background-color: #192440;
    color: white;
    border-radius: 4px 4px 4px 4px;
}
/* sisntesis desktop */
.back-color{
    background-color: #192440;
    height: 250px;
    position: relative;
    top: -0px;
}
.inverse-margin-150{
    background-color: white;
    position: relative;
    top: -210px;
    border-radius: 4px;
}
.list2{
    margin-top: 1rem !important;
    margin-bottom: -0.8rem !important;
}
.list-group a{
    text-decoration: none;
    position: relative;
    top: 2px;
    font-family: 'Raleway', sans-serif;
}
/* .list-group p{
    font-family: 'Roboto', sans-serif;
} */
.mobile-list{
    padding: 0px !important;
    margin: 0px !important;
}
.line-dark{
    border-radius: 0 4px 4px 0 !important;
    border: 2px solid #007bff !important;
    border-left: 2px solid #2f58ab !important;
}

.line-light{
    border-radius: 0px 5px 5px 0px !important;
    border: 2px solid #71b6e4 !important;
    border-left: 2px solid #71b6e4 !important;
    /* border: 1px solid #71b6e4 !important; */
    /* border-left: 2px solid #d6e6f6 !important; */
}
.list2-item{
    border-left: 1px solid #e7e7e7 !important;
    border-radius: 0px !important;
    /* margin-left: -1.2rem !important; */
    margin-right: -1.32rem !important;
}
.list-group-item{
    border: 0px;
}
.group-notice{
    background-color: #fcfcfc;
    border-radius: 0px !important;
}

.list3-item{
    border-left: 4px solid #92c4d6 !important;
    border-radius: 0px !important;
    margin-left: -1.3rem !important;
    margin-right: -1.32rem ;
    /* border-bottom: solid 1px #06354b; */
}
.list1-item .chevron-1{
    color: white;
    cursor: pointer;
}
.list1-item:hover .chevron-1{
    color: #070f18;
}
.list2-item .chevron-2{
    color: white;
    cursor: pointer;
}
.list2-item:hover .chevron-2{
    color: #2a4459;
}
.list3-item .chevron-3{
    color: white;
    cursor: pointer;
}
.list3-item:hover .chevron-3{
    color: #306a8e;
}
/* style registro */
.registro-style p{
    font-size: 14px;
}
.bgrow1{
    background-color: #f1f0f0;
}
.bgrow2{
    background-color: #fdfdfd;
}
.row-header{
    border-radius: 4px 4px 0 0;
    background-color: #306a8e;
    color: white;
}
.btn-action{
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    background-color: #37474f;
    color: white;
    border-radius: 4px;
}
.btn-action:hover{
    color: white;
    background-color: #455a64;
}
/* meter element */
/* The progress bar */
/* The progress bar */
/* .progress-title{
    font-size: 1px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
} */
.progress{
    height: 8px;
    /* background: rgba(0,0,0,0.1); */
    /* background-image: linear-gradient( 90deg, 
                                     #8bcf69 20%, 
                                     #e6d450 20%,
                                     #e6d450 40%,
                                     #f28f68 40%,
                                     #f28f68 60%,
                                     #cf82bf 60%,
                                     #cf82bf 80%,
                                     #719fd1 80%,
                                     #719fd1 100%); */
    background-image: linear-gradient( 90deg, 
                                     #259b24 20%, 
                                     #ffeb3b 20%,
                                     #ffeb3b 40%,
                                     #ff9800 40%,
                                     #ff9800 60%,
                                     #e51c23 60%,
                                     #e51c23 80%,
                                     #212121 80%,
                                     #212121 100%);
    border-radius: 15px;
    margin-bottom: 0px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar{
    background-color: transparent;
    /* border-radius: 15px; */
    box-shadow: none;
    position: relative;
    /* animation: animate-positive 2s; */
}
.percentaje{
    position: relative;
}
.progress .progress-value{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 20px;
    background: rgb(255, 255, 255);
    border: 3px solid #fffffffd;
    font-size:12px;
    /* font-weight: 600; */
    color: black;
    position: absolute;
    top: -9px;
    right: -12.5px;
}


@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}  
.back1{
    background-color: #259b24;
    color:white;
}
.back2{
    background-color: #ffeb3b;
}
.back3{
    background-color: #ff9800;
    color:white;
}
.back4{
    background-color: #e51c23;
    color:white;
}
.back5{
    background-color: #212121;
    color:white;
}
.bar1{
    border: 3px solid #259b24 !important;
}
.bar2{
    border: 3px solid #ffeb3b !important;
}
.bar3{
    border: 3px solid #ff9800 !important;
}
.bar4{
    border: 3px solid #e51c23 !important;
}
.bar5{
    border: 3px solid #212121 !important;
}
.clr1{
    color: #259b24 !important;
}
.clr2{
    color: #ffeb3b !important;
}
.clr3{
    color: #ff9800 !important;
}
.clr4{
    color: #e51c23 !important;
}
.clr5{
    color: #212121 !important;
}
/* checkbox */
/* .new-checks .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 5px;
    padding-left: 5px;
} */
.checkbox-filter input {
    display: none;
}
.checkbox-filter label{
    margin-bottom: 0px;
    color: #8999a0;
}
.checkbox-filter .fa-check{
    -webkit-filter: opacity(0%);
    -moz-filter: opacity(0%);
    -ms-filter: opacity(0%);
    -o-filter: opacity(0%);
    filter: opacity(0%);
}
.checkbox-filter input:checked + label{
    font-weight: bold;
    color: #007bff;
}
.checkbox-filter input:checked + label .fa-check{
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -ms-filter: opacity(100%);
    -o-filter: opacity(100%);
    filter: opacity(100%) !important;
}
.checkbox-filter img{
    -webkit-filter: opacity(30%);
    -moz-filter: opacity(30%);
    -ms-filter: opacity(30%);
    -o-filter: opacity(30%);
    filter: opacity(30%);
}
.checkbox-filter input:checked + label img{
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -ms-filter: opacity(100%);
    -o-filter: opacity(100%);
    filter: opacity(100%);
}
.checkbox-filter .fa-circle{
    -webkit-filter: opacity(30%);
    -moz-filter: opacity(30%);
    -ms-filter: opacity(30%);
    -o-filter: opacity(30%);
    filter: opacity(30%);
}
.checkbox-filter input:checked + label .fa-circle{
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -ms-filter: opacity(100%);
    -o-filter: opacity(100%);
    filter: opacity(100%);
}
.headcheck{
    background-color: #20366a;
    color:white !important;
}

/* efeco radiación */
@keyframes grow-shrink{
    0%{
      transform: scale(1);
    }
    15%{
      transform: scale(1.05);
    }
    30%{
      transform: scale(1);
    }
  }
  @keyframes pulse {
    0% {
      transform: scale3d(1, 1, 1);
      opacity: 1;
    }
  
    100% {
      transform: scale3d(2.2, 2.2, 1);
      opacity: 0;
    }
  }
  .dny-pulse:before,
.dny-pulse:after {
  animation: 1.1s ease-out 0s normal none infinite running pulse;
  /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); */
  border-radius: 100%;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset; */
  /* box-shadow: 0 0 10px #4bbff1 inset; */
  /* border: solid 1px #4bbff1; */
  /* box-shadow: 0 0 10px rgba(87, 228, 253, 0.7) inset; */
  content: "";
  
  width: 21px; /* == */
  height: 21px; /* == */
  top: -107%;
  left: -1%;
  margin: 4px 0 0 -9px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.peligro:before, .peligro:after{
  border: solid 1.2px #f8be1d;
  /* background-color: #f8be1d; */
  box-shadow: 0 0 10px #f8be1d inset;
}

.danger:before, .danger:after{
  border: solid 1.2px #fd3434;
  /* background-color: #fd3434; */
  box-shadow: 0 0 10px #fd3434 inset;
}
.primary:before, .primary:after{
  border: solid 1.2px #349cfd;
  /* background-color: #349cfd; */
  box-shadow: 0 0 10px #349cfd inset;
}
.dark:before, .dark:after{
  border: solid 1.2px #88898a;
  /* background-color: #88898a; */
  box-shadow: 0 0 10px #88898a inset;
}
.disaster:before, .disaster:after{
    border: solid 1.2px #4ece26;
    /* background-color: #f8be1d; */
    box-shadow: 0 0 10px #4ece26 inset;
  }

.dark-light:before, .dark-light:after{
  border: solid 1.2px rgb(77, 161, 182);
  /* background-color: rgb(77, 161, 182); */
  /* box-shadow: 0 0 10px rgba(103, 204, 211, 0.7) inset; */
  box-shadow: 0 0 10px rgb(77, 161, 182) inset;
}
.dny-pulse:after {
  animation-delay: 1.1s;
}

.dny-pulse {
  width: 25px;
  height: 25px;
  /* background: transparent url('../img/png_small/peigro-accidente.png') no-repeat center center; */
  /* background-size: 70%; */
  /* position: absolute; */
  /* top: -25px; */
  border-radius: 100%;
  text-align: center;
  /* font: bold 14px/50px tahoma; */
}

.dny-pulse .dny-imagen{
   width: 25px;  /* ==  anteriomente desactivado*/
   height: 25px;  /* ==  anteriomente desactivado*/
  position: absolute;
  /* top: -92%;
  left: -37%; */
  top: -113%;
  /* left: -36%; valor anterior */
  left: -43%;
  /* animation-delay: 0.75s; */
  animation: grow-shrink 1.1s ease-out 1.15s infinite;
  box-shadow: 0px 30px 35px 0px rgba(0,0,0,0.1);
}

.dny-wave{
  position: absolute;
}
/* fin efecto radiación */
.searcher{
    margin: 1rem;
}
.searcher input{
    width: 94%;
    background: transparent;
    border: none;
    border-bottom: solid 2px #095db8;   
}
.searcher input:focus{
    outline: none;
    border-bottom: solid 2px #007bff;   
}
.close-search{
    position: absolute;
    right: 20px;
}
/* boton desactivar */
.show-focus{
    display: inline;
}
.hide-show:hover .hide-focus{
    display: inline;
}
.hide-show:hover .show-focus{
    display: none;
}
.hide-show .hide-focus{
    display: none;
}
/* mapa histórico */
.pd5{
    padding-right: 5px;
    padding-left: 5px;
}
.sin-padding{
    padding-right: 0px;
    padding-left: 0px;
}
.card-header{
    color: white;
    background-color: rgb(11, 171, 245);
    border-bottom: 1px solid rgba(214, 211, 24, 0.061);
    padding-bottom: 3px;
}
.scrollbox {
    height: 100%;
    margin-bottom: -100px;
    overflow: auto;
    visibility: hidden;
  }
  .scrollbox-content,
  .scrollbox:hover {
    visibility: visible;
    /* background-color: red; */
}
.scrollbox::-webkit-scrollbar{
    background-color: rgba(255, 255, 255, 0);
    width: 5px;
    /* margin-right: -20px !important; */
}
.scrollbox::-webkit-scrollbar-thumb{
    background-color: #0f245a;
    border-radius: 25px;
}
.s15{
    max-width: 15px;
    max-height: 15px;
}
.s20{
    max-width: 20px;
    max-height: 20px;
}
.s25{
    max-width: 25px;
    max-height: 25px;
}
.header-white{
    background-color: white !important;
    color: #203566 !important;
    text-shadow: 0px 0px  #f1f1f1 !important;
    border-bottom: 1px solid rgba(28, 31, 182, 0.061);
    
}
.b400{
    font-weight: 400 !important;
}
.b600{
    font-weight: 600 !important;
}
.card-shadow{
    -webkit-box-shadow: 0px 1px 14px -2px rgba(0,0,0,0.267);
    -moz-box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.267);
    box-shadow: 0px 1px 14px -2px rgba(0,0,0,0.267);

}
/* mapa en tiempo real */
.position-absolute{
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 10px;
    left: 10px;
    z-index: 100;
}
.logo-position{
    /* background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    width: 180px;
    height:42px ; */
    /* position: absolute;
    top: 10px;
    left: 10px; */
    width: 230px;
    cursor: pointer;   
    background-color: white;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 2px;
}
.logo-position .logotipo{
    margin: unset;
}
.shadow-float-button{
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}
.float-button{
    background-color: white;
    /* border-radius: 2px; */
    position: relative;
    top: 10px;
    border: 0px;
    border-radius: 2px;
    padding: 6px;
    padding-left: 11px;
    padding-right: 11px;
    color: rgb(139, 140, 145);
    cursor: pointer;
}
.no-checked{
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 100%;
    position: absolute;
    top:10px;
    left: 18px;
    border: 1px solid white;
}
/* notifications */
.notifications-list{
    /* display: inline; */
    position: relative;
    top: -25px;
    /* left: -50px; */
    padding: 5px;
    background-color: white;
    border-radius: 2px;
}
.alert-area {
    max-height: 100%;
    position: fixed;
    bottom: 19px;
    left: 20px;
    right: 20px;
    /* background-color: red; */
  }
  
  .alert-box {
    font-size: 15px;
    color: #070f18;
    background: white;
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 3px;
    transition: opacity 0.5s ease-in;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
  }
  
  .alert-box.hide {
    opacity: 0;
  }
  
  .alert-close {
    background: transparent;
    /* width: 9px; */
    /* height: 9px; */
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .alert-close:before,
  .alert-close:after {
    content: '';
    width: 10px;
    border-top: solid 2px #abb2b8;
    position: absolute;
    top: 5px;
    right: 0px;
    display: block;
  }
  
  .alert-close:before {
    transform: rotate(45deg);
  }
  
  .alert-close:after {
    transform: rotate(135deg);
  }
  
  .alert-close:hover:before,
  .alert-close:hover:after {
    border-top: solid 2px #d8d8d8;
  }
  .alert-header{
      font-weight: 600;
      font-size: 14px;
  }
  .icon-alert{
      margin-right: 15px;
      max-width: 30px;
      max-height: 30px;
  }
  
  @media (max-width: 767px) and (min-width: 481px) {
    .alert-area {
      left: 100px;
      right: 100px;
    }
  }
  
  @media (min-width: 768px) {
    .alert-area {
      width: 350px;
      /* left: auto; */
      /* right: 50px; */
      left: 35px;
      bottom: 40px;
    }
    .notifications-list{
        width: 350px;
        left: 50px;
    }
  }
  .alert-message-button {
    font-size: 18px;
    color: white;
    background: transparent;
    /* width: 40px; */
    border: 0px;
    /* padding: 10px 20px; */
    margin-top: 5px;
    /* cursor: pointer; */
    outline: none !important;
    transition: background 0.1s;
  }
/* idioma */
.translate-icon{
    position: relative;
    top: -2px;
}
/* cluster map */
.map-options{
    position: absolute;
    top: 88px;
    right: 20px;
}
.color-picker{
    border: 0px;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
    color: transparent !important;
    display: inline-block;
}
.card-header{
    padding: 1rem;
    padding-top: 0.5rem;
}
.card-body{
    padding: 1rem;
    padding-top: 0.5rem;
}
.checkbox-amenaza label, .checkbox-subamenaza label{
    margin-bottom: 0px !important;
}
.checkbox-amenaza input, .checkbox-subamenaza input{
    position: relative;
    top: 4px;
}
