@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600|Roboto:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
html,body{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f9f9f9;
    color: #20366a;
    /* #192440 */
    height: 100%;
}
a{
    text-decoration: none;
}
.t4{
    font-size: 4px;
}
.t10{
    font-size: 10px;
}
.t12{
    font-size: 12px;
}
.t13{
    font-size: 13px;
}
.t14{
    font-size: 14px;
}
.t15{
    font-size: 15px;
}
.t16{
    font-size: 16px;
}
.t18{
    font-size: 18px;
}
.t20{
    font-size: 20px;
}
.t22{
    font-size: 22px;
}
.b300{
    font-weight: 300 !important;
}
.b400{
    font-weight: 400 !important;
}
.b600{
    font-weight: 600 !important;
}
.b800{
    font-weight: 800 !important;
}
.c900{
    color: #20366a;
}
.c800{
    color: #71b6e4;
}
.c700{
    color: #2f58a8;
}
.c600{
    color: #8999a0;
}
.c500{
    color: #1f61fc;
}
.c400{
    color: #ff9800;
}
.c300{
    color: #27ad47;
}
.c200{
    color: rgb(139, 140, 145);
}
.c100{
    color: white;
}
.bg900{
    background-color: #1f61fc !important;
}
.bg800{
    background-color: #71b6e4 !important;
}
.bg700{
    background-color: #2f58a8 !important;
}
.bg600{
    background-color: #8999a0 !important;
}
.bg500{
    background-color: #20366a !important;
}
.s-red{
    color: #f33636 !important;
}
.br3{
    border-radius: 3px;
}
.br4{
    border-radius: 4px;
}
.raleway{
    font-family: 'Raleway', sans-serif;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}
.consolas{
    font-family: 'Consolas', sans-serif;
}
.strong500{
    font-weight: 500;
}
.strong600{
    font-weight: 600;
}
.logotipo{
    background-image: url('../img/cinu_safer.png');
    background-repeat: no-repeat;
    background-size: 155px;
    width: 180px;
    height:42px ;
    margin:auto;
}
@media (max-width: 576px) { 
    .logotipo{
        height: 32px;
        background-size: 140px
    }
 }

.shadow-head{
     -webkit-box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.6);
    -moz-box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.6);
    box-shadow: 0px 2px 5px 0px rgba(189,189,189,0.6);
}
.cursor-pointer{
    cursor: pointer;
}
.box-body{
    background-color: white;
    padding: 7px;
    border-radius: 5px;
}
/* formularios */
/* .form-safer{
    padding: 5px 15px 0px 15px;
    background-color: white;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    margin-bottom: 20px;
}
.form-safer label{
    font-family: 'Raleway', sans-serif;
    font-weight: 600 !important;
    display: block;
    margin: 0px;
    margin-top: 2px;
    text-transform: uppercase;
    font-size: 12px;
    color: #192440;
}
.form-safer input{
    border: 0px;
    position: relative;
    top:-5px;
    width: 100%;
    margin: 0px !important;
}
.form-safer input:focus{
    outline: none;
}
.form-safer input::placeholder{
    color:rgb(180, 180, 202);
}
.form-safer select{
    border: 0px;
    position: relative;
    top:-3px;
    width: 100%;
    margin:0px !important;
    margin-bottom: 3px !important;
}
.form-safer select:focus{
    outline: none;
}

.form-safer:focus-within{
    border: 2px solid #0a98f1 ;
}
.form-safer:focus-within label{
    color: #0a98f1;
}
.form-safer[disabled]{
    background-color: #faf9f9;
    pointer-events: none;
}
.form-safer[disabled] > input,.form-safer[disabled] > select{
    background-color: #faf9f9;
} */
.required-safer{
    color: red;
    float: right;
    margin: 0px !important;
    inline-size: 0px;
}
input:disabled{
    background-color: #ebf7f7 !important ;
}
textarea:disabled{
    background-color: #ebf7f7 !important ;
}
.card{
    border: 0px;
    /* background-color: #fafafa; */
}
.card-header{
    color: white;
    background-color: rgb(11, 171, 245);
    border-bottom: 1px solid rgba(214, 211, 24, 0.061);
    padding-bottom: 3px;
}
.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);
    
}
.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);
}
/* .card .card-header i{
    color:white;
} */
/* ini sidebar */
.sidenav{
    z-index: 100;
    position:fixed;
    top:0;
    left:70px; /* == */
    width:280px;
    height:100%;
    margin:0 0 0 -70px;
    border-right: solid 1px #e2e7e9;
    /* overflow: hidden; */
    overflow: auto;
    -moz-transition:all 200ms ease-in;
    -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    transition:all 200ms ease-in;
    
}

.sidenav::-webkit-scrollbar{
    background-color: rgba(255, 255, 255, 0);
    width: 5px;
}
.sidenav:hover {
    /* overflow-y: scroll; */
}
.sidenav::-webkit-scrollbar-thumb{
    background-color: #192440;
    border-radius: 25px;
}
.sidenav-header{
    padding-top: 20px;
    height: 68px;
    text-align: center;
    /* background-color: #192440; */
    background-color: #203566;
    color: white;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size:12px;

}
.btn-sidebar{
    color:white;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 24px;
    margin-top: 15px;

}
.sidenav input[type="checkbox"]{
    display: none;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #20366a;
    font-weight: 800;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    margin-left: 280px; /* == */
}
@media (max-width: 768px) { 
    #main {
        margin-left: 0px;
    }
}
.mobile-menu{
    position: fixed;
    padding-top: 35px;
    z-index: 99;
    width: 100%;
    height: 100%;
    display:none;
}
.btn-mobile-menu{
    background-color: transparent;
    border: 0px;
}
.btn-mobile-menu i{
    position: relative;
    top:2px;
    color: #20366a;
}
.mobile-menu .item-icon{
    max-height: 50px;
    /* max-width: 50px; */
}
.mobile-item{
    color: #20366a;
    text-decoration: none;
    text-transform: uppercase;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    /* .sidenav {padding-top: 15px;} */
    .sidenav a {font-size: 18px;}
}
.item-menu{
    border-bottom: 1px solid #e2e7e9;
    padding: 10px 0px 10px 0px;
    background-color: rgb(245, 245, 250);
    /* background-color: #edebeb; */
}
.item-active{
    background-color: #cae0f7;
}
.item-active a{
    color: #20366a;
    font-weight: bold;
}
.item-menu:hover{
    background-color: #d6e6f6;
}
.item-icon-right{
    float: right;
    /* position: relative; */
    margin-top: -7px !important;
    margin-right: 11px;
    max-height: 30px;
    max-width: 30px;
}

/* para los formularios */
.nota{
    background-color: #95cdf19a;
    padding: 5px;
    padding-left: 12px;
    border-radius: 4px;
}
.sub-espace-resaltado{
    background-color: #f3f5f7;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #ece8e8;
}
.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;
}
.color1{
    color: #259b24;
}
.color2{
    color: #ffeb3b;
}
.color3{
    color: #ff9800;
}
.color4{
    color: #e51c23;
}
.color5{
    color: #212121;
}

/* para el efecto de pulso */

.pulse-icon{
    position: relative;
    display: inline-block;
    /* top: -20px; */
    /* left: 50px; */
  }
  .pulse-icon .icon-wrap{
    /* width: 20px; */
    /* height: 20px; */
    /* box-shadow: 0px 25px 30px 0px rgba(0,0,0,0.1); */
    text-align: center;
    /* display: inline-block; */
    /* border-radius: 100%; */
    /* color: #63a7e6; */
    position:relative;
    /* top: 30px; */
    z-index: 2;
    /* background: linear-gradient(-130deg , #4bbff1 0%, #7296de 100%); */
    animation: grow-shrink 1.1s ease-out .15s infinite;
  }
  .pulse-icon .circle{
      border-radius: 100%;
      width: 40px;
      height: 40px;
    }
  .pulse-icon .btn:active, .pulse-icon .btn:focus{
      box-shadow: none;
  }
  .pulse-icon .pulse-1{
    border: solid 4px rgba(4, 122, 233, 0.616);
    width: 60px;
    height: 60px;
    /* top: -9.93px;
    left: -9.95px; */
    top: -25.1%;
    left: -25.3%;
  }
  .pulse-icon .pulse{
    position: absolute;
    animation: pulse-wave 1.1s .14s linear infinite both;
    border-radius: 50%;
  }
  @keyframes pulse-wave{
    0%{
      opacity: 0;
      transform: scale(0.1);
    }
    50%{
      opacity: 1;
      transform: scale(0.8);
    }
    100%{
      opacity: 0;
      transform: scale(1.0);
    }
  }
  @keyframes grow-shrink{
    0%{
      transform: scale(1);
    }
    15%{
      transform: scale(1.03);
    }
    30%{
      transform: scale(1);
    }
  }

  /* Boletín informativo */
.index-list > li{
    list-style-type: none;
}
/* .list-group > li{
list-style-type: disc;
} */

  /* progressive bar */
  .progress{
    height: 8px;
    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;
    box-shadow: none;
    position: relative;
}
.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;
    color: black;
    position: absolute;
    top: -9px;
    right: -12.5px;
}
.progress-value strong{
    position: relative;
    top: -2px;
}
.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;
}
.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;
}
.float-up-btn{
    display:none;
    background-color: #FCD62E;
    position:fixed;
    right: 50px;
    bottom: 50px;
}
/* lista de correos */
.buttons .btn, table .btn {
    margin: 5px 0px 5px 0px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switch input:checked + .slider {
    background-color: #28a745;
  }
  
  .switch input:focus + .slider {
    /* box-shadow: 0 0 1px #2196F3; */
  }
  
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
  }
  
  .slider.round {
    border-radius: 30px;
    
  }
  
  .slider.round:before {
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  }
  .btn{
      font-size: 14px;
  }
@media (min-width: 576px){
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}
/* parametros formulario */
table .btn-sm, .header-white .btn-sm, .small-btn .btn-sm{
    padding: 2px 7px 2px 7px;
    font-size: 12px;
}
.card-columns-btn .card{
    border: 1px solid rgba(139, 139, 139, 0.125)
}
.card-columns-btn td, .card-columns-btn th{
    padding: 0 5px 0 5px;
    text-align: center;
}
.modal-body .btn-sm{
    padding: 0px;
    padding: 1px 4px 1px 4px;
    /* margin:30px; */
}
.modal-body .btn-secondary{
    background-color: white;
    color: #c4cbce;
    border: #c4cbce;
}
.modal-body td{
    padding: 0px 7px 0px 7px;
    vertical-align: 50%;
    text-align: center;
}
.list-header{
     border: 0px;
    color: white;
    background-color:rgb(11, 171, 245);
    text-shadow: 1px 1px #31313127;
    border-bottom: 1px solid rgba(214, 211, 24, 0.061); 
}
.user img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #50505050;
}
.user:link{
    text-decoration: none;
}
.content-popover{
    padding: 10px;
    width: 320px;
}
/* login */
.login-container{
    height: 100%;
    /* background-color: #192440; */
    background-color: #f3f3f3;
}
/* notificacion de pruebas */
.notificacion-pruebas{
    position: sticky;
    background-color: #28a745;
    color: white;
    width: 100%;
    z-index: 1000;
    bottom: 0px;
    /* height: 400px; */
}
/* dashboard */
.dashboard-shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.size-icon-dashboard{
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.mapa-historico{
    background-image: url('../img/panel/map_history.svg');
}
.mapa-tiempo-real{
    background-image: url('../img/panel/map_real_time.svg');
}
.mapa-global{
    background-image: url('../img/panel/map_global.svg');
}
.mapa-places{
    background-image: url('../img/panel/map_places.svg');
}
.tortas{
    background-image: url('../img/panel/tortas.svg');
}
.lineas{
    background-image: url('../img/panel/lineal.svg');
}
.agencias{
    background-image: url('../img/panel/UN_logo.svg');
}
.destacadas{
    background-image: url('../img/panel/report.svg');
}
.barras{
    background-image: url('../img/panel/barras.svg');
}
.card-hover:hover{
    /* background-color: #f5f8fc; */
    transform: scale(1.02);
    /* border: solid 1px #f1f1f1; */
    cursor: pointer;
    -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);
}
.sintesis-icon{
    background-image: url('../img/panel/sintesis.svg');
}
.sintesis-icon{
    background-image: url('../img/panel/sintesis.svg');
}
.dashboard-icon{
    background-repeat: no-repeat;
    margin:auto;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.chart{
    width: 100%; 
    /* min-height: 450px; */
    height: 100%;
}
.chart-est{
    width:100%;
    height: 450px;
}
.chart-secondary{
    width: 100%;
    height: 250px;
}
/* tamaño iconos */
.s15{
    max-width: 15px;
    max-height: 15px;
}
.s20{
    max-width: 20px;
    max-height: 20px;
}
.s25{
    max-width: 25px;
    max-height: 25px;
}
.s30{
    max-width: 30px;
    max-height: 30px;
}
.s35{
    max-width: 35px;
    max-height: 35px;
}
/* despliegue de información y edición */
.table-informacion td, .table-informacion th{
    padding: .50rem;
    border-top: 0px ;
}
.table-informacion .btn{
    margin: 0px;
}
#personas-div{
    background-color: #f0f7ff;
    padding: .75rem;
    border-radius: 5px;
}
/* persistencia días */
  .range-slider {
    margin: 0px 0 10px 0%;
  }
  
  .range-slider {
    width: 100%;
  }
  
  .range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
  }
  .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #20366a;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }
  .range-slider__range::-webkit-slider-thumb:hover {
    background: #1f61fc;
  }
  .range-slider__range:active::-webkit-slider-thumb {
    background: #1f61fc;
  }
  .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #20366a;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }
  .range-slider__range::-moz-range-thumb:hover {
    background: #1f61fc;
  }
  .range-slider__range:active::-moz-range-thumb {
    background: #1f61fc;
  }
  .range-slider__range:focus::-webkit-slider-thumb {
    /* box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c; */
  }
  
  .range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #20366a;
    padding: 5px 10px;
    margin-left: 8px;
  }
  .range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #20366a;
    border-bottom: 7px solid transparent;
    content: '';
  }
/* 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;
}
  /* estadísticas */
.fecha-span{
    background-color: #1f61fc15;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}
.btn-white{
    border: solid 1px #455a64;
    background-color: white;
}
/* radio buttons stadisticas */
.container-check {
    /* display: block; */
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .container-check input:checked ~ .btn-white {
    background-color: rgba(138, 218, 238, 0.562);
    font-weight: 600;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
.table-consola{
    border: 1px solid #cecece;
    width: 100%;
    border-radius: 5px;
    /* border: 0px; */
}
.clr1{
    color: #259b24 !important;
}
.clr2{
    color: #ffeb3b !important;
}
.clr3{
    color: #ff9800 !important;
}
.clr4{
    color: #e51c23 !important;
}
.clr5{
    color: #212121 !important;
}
.checkbox-filter label{
    position: relative;
    top:-3px;
}
/* enviar correo */
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/* iconos desactivados */
.inactive{
    -webkit-filter: opacity(50%);
    -moz-filter: opacity(50%);
    -ms-filter: opacity(50%);
    -o-filter: opacity(50%);
    filter: opacity(50%);
}
/* color picker */
.color-picker{
    /* rgb(255, 54, 121) */
    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;
}
.color-picker:hover{
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
}
/* overlay */
.chartWithMarkerOverlay {
    position: relative;
    width: 700px;
}
.overlay-marker {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 53px;   /* chartArea top */
    left: 528px; /* chartArea left */
}
/* mapa de colores bolivia */
.dep-color{
    width: 10%;
    display: inline;
}
.color-desc{
    display: inline-block;
    background-color: #c2185b;
    width: 12px;
    height: 12px;
    border-radius: 2px;
}
/* dropzone */
#dropContainer{
    border: 2px dashed rgb(180, 182, 187);
    border-radius: 3px;
    width: 100%;
}
/* accesos tipo informacion */
.icon-accidente-aereo{
    background-image: url('../img/icons/peligro-accidente-aereo.svg');
    background-size: 100%;
}
.icon-accidente-transito{
    background-image: url('../img/icons/peligro-accidente-transito.svg');
    background-size: 100%;
}
.icon-conflicto-armado{
    background-image: url('../img/icons/conflicto-armado.svg');
    background-size: 100%;
}
.icon-conflicto-social{
    background-image: url('../img/icons/conflicto-social.svg');
    background-size: 100%;
}
.icon-conflicto-crimen{
    background-image: url('../img/icons/crimen-organizado.svg');
    background-size: 100%;
}
.icon-desastre-natural{
    background-image: url('../img/icons/peligro-natural.svg');
    background-size: 100%;
}
.icon-incendio{
    background-image: url('../img/icons/peligro-incendio.svg');
    background-size: 100%;
}
.icon-salud{
    background-image: url('../img/icons/peligro-salud.svg');
    background-size: 100%;
}
.icon-terrorismo{
    background-image: url('../img/icons/terrorismo.svg');
    background-size: 100%;
}
.icon-transitabilidad-carreteras{
    background-image: url('../img/icons/transitabilidad.svg');
    background-size: 100%;
}
.icon-violencia-mujer{
    background-image: url('../img/icons/female.svg');
    background-size: 100%;
}
.icon-otros{
    background-image: url('../img/icons/otros.svg');
    background-size: 100%;
}
/* nuevos formularios */
.box-safer-header h5{
    text-transform: uppercase;
}
/* modal-body amenazas */
.modal-body .size-icon-dashboard{
    width: 27px;
    height: 27px;
}
.modal-body span{
    font-size: 10px !important;
}
/* modal subamenazas */
.subamenazas-check .form-group{
    margin-bottom: 0px;
}
/** vue */
[v-cloak] { display:none; }