
/* INICIO - ESTILOS PRINCIPALES */

.titulo-panel{
    position: absolute;
    top: 40%;
    left: 50%;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 1.6vw;
    color: #ffffff;
}

.subtitulo-panel{
    position: absolute;
    top: 60%;
    left: 1%;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.9vw;
    color: #ffffff;
  }
  
.texto-footer{
    color: #FFFFFF;
    text-align: center;
    position: relative;
    top: 10%;
    /*transform: translateY(-180%);*/
    font-family: Montserrat;
    font-size: 1.1vw;
  }
  
.fondo-footer{
    background-color:#00421f;
   
}
  
.nombre-filtro {
    display: inline-block;
    padding-left:1%;
    padding-bottom:1%;
    color:#08296C;
    font-weight: bold;
    font-family:Helvetica;
    font-size:15px;
} 

.titulo-grafico {
    font: 18px helvetica;
    font-weight: bold;
    text-align: left;
    display: block;
    color: #00421f;
}

.tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
}

.indicador {
    padding-left: 1rem !important;
}

.bg-green{
    background-color: #00a65a !important;   
}
.bg-yellow{
    background-color: #ffd600 !important;
}
.bg-red{
background-color: #dd4b39 !important;
}
.info-box {
 display:block;
 color:white;
 min-height:90px;
 background:#fff;
 width:115%;
 box-shadow:0 1px 1px rgba(0,0,0,0.1);
 border-radius:2px;
 margin-bottom:15px
}
.info-box small {
 font-size:14px
}
.info-box .progress {
 background:rgba(0,0,0,0.2);
 margin:5px -10px 5px -10px;
 height:2px
}
.info-box .progress,.info-box .progress .progress-bar {
 border-radius:0
}
.info-box .progress .progress-bar {
 background:#fff
}
.info-box-icon {
 border-top-left-radius:2px;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:2px;
 display:block;
 float:left;
 height:90px;
 width:65px;
 text-align:center;
 font-size:40px;
 line-height:90px;
 background:rgba(0,0,0,0.2)
}
.info-box-icon>img {
 max-width:100%
}
.info-box-content {
 padding:5px 10px;
 margin-left:65px
}
.info-box-number {
 display:block;
 font-weight:bold;
 font-size:32px
}
.progress-description,.info-box-text {
 display:block;
 font-size:10px;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis
}
.info-box-text {
 text-transform:uppercase
}
.info-box-more {
 display:block
}
.leyenda-block{
    align:center;
    
}


.leyenda-block img {
    width: 40px;
    height: 40px;
    float: left;
    
}


.leyenda-icon{
  width: 270px;  
  float:left;
}
.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}
.img-circle {
    border-radius: 50%;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ffd600;
    border-color: #ffd600;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: gray;
    border-color: gray;
}

#html_tabla_indicadoresTable tbody{
    cursor: pointer;
}

/* FIN - ESTILOS PRINCIPALES */

/* INICIO ESTILOS INDICADORES ESTÁTICOS  */


.huge {
    font-size: 40px;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}

.red{
    color:#E74C3C;
}

.green{
    color:#1ABB9C;
}

/* FIN ESTILOS INDICADORES ESTÁTICOS  */

.container{
    width:100%;
}


.indicadores{
    background-color:#2E4F70;
    color:white;
    border-radius: 25px;
    height:125px;
    width:135;
    text-align: center;
    padding-top: 20px;    
} 

.indicadoresA{
    background-color:#DEB02B;
    color:white;
    border-radius: 25px;
    height:115px;
    width:135;
    text-align: center;
    padding-top: 20px;    
} 

.indicadores span{
    width:100%;
    margin-top:0px;
    font-size:14px;

} 

.indicadoresA span{
    width:100%;
    margin-top:0px;
    font-size:14px;

} 

.indicadores div{
    width:100%;
    font-size:40px;
    font-weight: bolder;
    position: bottom;
    bottom: 10px;
    left: 0;
    text-align: center;
} 

.indicadoresA div{
    width:100%;
    font-size:40px;
    font-weight: bolder;
    position: bottom;
    bottom: 10px;
    left: 0;
    text-align: center;
}   
    

.cabezalchart {
    color:#FFC10C;
    font:bold;
    font-family:Helvetica;
    font-size:15px;
} 

.cabezal_azul{
    background-color:#005CB9;
    height:20px;
}




.cabezal_amarillo{
    background-color:#1d7e3a;
    height:5px;
} 

/*
.panel-primary{
   border-color: #0064b1;
} 

.panel .panel-heading{
    background-color:#0064b1;
    text-align: center;
    font-family:Helvetica;
    font-size:13px;
    color: white;
    height: 38px;
} */

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #0064b1;
    border-color: #0064b1;
}
    
.tituloA{
    color:#FFC10C;
    margin-left: 10px;
    text-align: left;
    font:bold;
    font-family:"Helvetica";
    font-size:15px;
} 

    
.kpimapa {
    padding-left:1%;
    padding-bottom:1%;
    color:#FFC10C;
    font:bold;
    font-family:Helvetica;
    font-size:15px;
} 

.popupComponent {
  position: absolute;
  z-index: 10000;
  border: 2px solid #2E5070;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
  padding: 20px 30px 0 10px;
  background-color: #34495E;
  color: #f7f7f7;
}

.rwd-table {
  background: #34495E;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}

.versionado{
    color: #FFFFFF;
    text-align: right;
    padding-top: 1px;
    padding-right: 15px;
  }
  
  .tipsy-inner {
    max-width: 400px;
    padding: 2px 4px 2px;
    text-align: center;
} 

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #000000;
}

.jvectormap-element{
font-size: 15px;      
}

.tabla_td {
    font-size:13px;
}

.column3.liquidDataBar.sorting, .column4.liquidDataBar.sorting, .column5.liquidDataBar.sorting, .column6.liquidDataBar.sorting {
    padding-right: 0px;
    padding-left: 0px;
}
 