/* 
    CSS para modificaciones propias ajenas a Bootstrap y librerías.
*/
#marcoContenido{
    border-left:0.75em solid #f5f5f7;
   /* border-top:0.75em solid #f5f5f7;*/
   
    
}
#marcoContenido{
    height: 100%;
}
#titulo{
     
    display: inline;
    margin-left: 20%;
    margin-bottom: 0;
    text-align: center;
    font-family: "Lato";
  font-size: 5em;
   text-rendering: optimizeLegibility;
  background-color: #fefefe;
    
}
#fecha-formulario{
     font-family: "Lato";
     font-size: 1.5em;
     color:#19222a;
}
#fecha-formulario div{
    padding-right: 0;
    padding-left: 0;
}
#fecha-formulario i{
     padding-left: 0;
     margin-left: 0;
     font-size: 2.7em;
     
}
#fecha-formulario label{
     padding-left: 1px;
     margin-left: 0;
    
     
}
.activo{
    color: #f5f5f5;/*#009926;*/
    font-weight: normal;
}

/*.activoMenu{
    color: #009926;
    font-weight: bold;
    background-color: #fafafa;
}*/

.inactivo{
    color: #d5080f;
    font-weight: bold;
}

.ficha{
    padding-left: 42px;
}

.centrar{
    text-align: center;
    border-top: none !important;
}

.botonera{
    text-align: center;
    padding-top: 20px;
}

.dcha{
    text-align: right;
}

.ver{
    cursor: pointer;
}

.glyphicon-calendar:before{
    content: "\f073"
}

.glyphicon-chevron-left:before {
    content: "\f0a8";
}

.glyphicon-chevron-right:before {
    content: "\f0a9";
}

table, caption, td, tr, th {
    margin:0;
    padding:0;
    font-weight:normal;
}

th{
    font-size: 1em;
}

table {
    border-collapse:collapse;
    margin-bottom:15px;
    width:90%;
    border-color:  #A2A3A3 !important;
     border:1px;
  
}

caption {
    text-align:left;
    font-size:1.6em;
    padding-bottom:10px;
}

table td,
table th {
    /*padding:5px;*/
    border-collapse: collapse;
    border-width:1px 1px 1px 1px;
}

thead th {
    border-collapse: collapse;
   border-color:  #A2A3A3 !important;
    background:#ffffff;
}

thead th[colspan],
thead th[rowspan] {
    background:#ffffff;
}

tbody th,
tfoot th {
    border-collapse: collapse;
    text-align:right;
    background:#ffffff;
    border-color:  #A2A3A3!important;
}

tbody td,
tfoot td {
    text-align:right;
}

tfoot th {
    background:#ffffff;
}

tfoot td {
    background:#ffffff;
    font-weight:normal;
}
label.error {
    color:#FF0000;
    font-weight: bold;
}

.level-info{
    pointer-events: none;
    font-weight: bold !important;
}

.bubble-titulo{
    color: white;
    background-color: black;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.bubble-botonera{
    width: 100%;
}

.error-login{
    color: white;
    font-weight: bold;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

th.dt-center, td.dt-center { text-align: right; }

.total{
    margin-top: 50px;
}

.arqueo-center{
    padding: 7px;
    text-align: center;
}

.arqueo-dcha{
    padding: 7px;
    text-align: right;
}

.border{
   border: 1px solid black;
}

.col-right{
    float: right;
    margin: 0 auto;
}

.terminales-num {
    padding-left: 40px;
    font-size: 50px;
    color: #696a6a;
    white-space: nowrap;
}

.top-buffer { 
    margin-top:30px; 
}

.titulo {
    alignment-adjust: central;
    font-size: 30px;
    color: #696a6a;
    white-space: nowrap;
}

.arpp-down {
    color: #d5080f;
}

.arpp-up {
    color: #8dc63f;
}

.panel-body.dark{
    color: black;
}

.tabla-compacta-max{
    width: 30%;
}

.tabla-compacta-mid{
    width: 60%;
}

.vertical-center {
    transform: translateY(5%);
}

.user-info{
    float: none;
    margin-left: 15px;
    margin-right: 15px;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 18px;
    height: 18px;

    background: #fff;

    text-align: center;

    font: 16px Arial, sans-serif;
    font-weight: bold;
}

.numberCircle.success {
    color: green;
}

.numberCircle.warning {
    color: orange;
}

.numberCircle.danger {
    color: red;
}

.grey-back {
    background: #e4e3e3;
}

.tabla-cabecera{
    font-size: 9px;
    background: #e4e3e3;
}

.tabla-cabecera-normal{
    background: #e4e3e3;
}

.centrado{
    text-align: center;
}

.floatRight{
    float:right;
}

.floatLeft{
    float:left;
}

.clear{
    clear:both;
}

.codigo-titulo{
    font-style: italic;
}

.codigo-valor{
    font-size: 150%;
    font-weight: bold;
}

.boton{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.4em 0.8em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.67em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f8f8f8;
}
.btn-success{
    /*background-color:#19222a;*/
    color:white;
}
.btn-success:hover{
    background-color:#357ebd;
    color:white;
}
.boton:link{
    text-decoration: none;
}
#mapa{
    height: 100%;
    width: 100%;
        
}
footer{
position: fixed;
top: 0;
left: 0;
}
