html {
height:100%
}
body {
height:100%;
margin:0;

background: url('../img/fondo.png') ;
}
/*
Full screen Modal
*/
.fullscreen-modal .modal-dialog {

    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
@media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
        width: 550px;
    }
}
@media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
        width: 770px;
    }
}
@media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
        width: 970px;
    }
}

.encabezado {
        background-color: rgba(255, 255, 255, 0.57);
        box-shadow: 2px 2px 5px #999;
        padding: 10px 10px 10px 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        color: #45537b;
        overflow: auto;
}

.colorEditar {
 background-color: rgba(255, 252, 210, 0.57) !important;


}
.colorBloquear {
background-color: rgba(169, 104, 104,  0.57) !important;

}

strong {
  font-size: 12px;
}

.btn-send {
    width: 80px;
    margin: 0 auto;
}
.iconoNegro {
    font-size: 2rem;
}
strong {
    font-size: 12px;
}

.form-controlDavid {
    width: 20%;
    height: 24px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.amigable{
    padding-top: 5px;
    font-size: 10px;
    font-weight: bold;
}

p {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*CAJAS DE COLORES //LEYENDA (ESTABA EN FACTURAR CONTRATOS*/
/*POSICION DE LAS CAJITAS*/
.prueba {
    display: flex;
    margin-top: -0.5rem;
}
.cajita {
    margin-top: 0.2rem;
    border: 1px solid black;
    width: 1.5rem;
    height: 0.7rem;
}
/* TEXTO DE LAS CAJITAS (ESTABA EN FACTURAR CONTRATOS*/
.txt {
    font-weight: bold;
    font-size: 0.8rem;
    margin-left: 5px;
}
/*PONER SCROLL A LAS TABLAS*/
.scroll {
    height: 650px;
    overflow-y: scroll;
    position:relative;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: left;
}
table td {
    padding: 0;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
@media screen and (max-width: 645px) {
    .tablaresponsiveCliente {
        border: 0;
    }

    .tablaresponsiveCliente caption {
        font-size: 1.3em;
    }

    .tablaresponsiveCliente thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tablaresponsiveCliente tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

     .tablaresponsiveCliente td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .tablaresponsiveCliente td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tablaresponsiveCliente td:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
    .tablaresponsive {
        border: 0;
    }

    .tablaresponsive caption {
        font-size: 1.3em;
    }

    .tablaresponsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tablaresponsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

     .tablaresponsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .tablaresponsive td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tablaresponsive td:last-child {
        border-bottom: 0;
    }
}

/*FIN TABLAS*/

/*BODY*/
.tile-1-bg {
    background-color: #f4f4f4;
}
/*CONTAINER*/
.container {
    background-color: #fffefe;
}
/*CUANDO PULSAS UN TD DE LA TABLA*/
.selected {
    background-color: #ff7a7a !important;
}
/*COLORES DE FONDO DE LOS TR DE LAS TABLAS */
.naranja {
    background-color: #ffb94b; 
}
.amarillo {
    background-color: #ffff8d; 
}
.rojo {
    background-color: #ff716f; 
}
.blanco {
    background-color: #ffe694; 
}
.azul {
    color: blue;
}

thead td {
    font-weight: bold;
}

/*DESHABILITAR LINKS*/
.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
    color: currentColor;
    display: inline-block;  /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}

.selectedazul {
    background-color: #428bca !important;
    color: white;
}
.btn-compositor {
    width: 50px;
}
.busqueda {
    border: solid 1px black;
}
.busqueda2 {
    border: solid 1px #f31111;
}
button {
    margin: auto;
}
thead:hover {
    cursor: pointer;
}
.tituloProsePago{
    float:left;width:90%;background:orange;color: #ffffff;padding:16px;font-size:20px;line-height:1.3;margin-left:5%;margin-right:5%;margin-bottom:20px;text-align:center
}
.aparienciaBtn {
    padding: 8px;
    -webkit-appearance: button;
    -moz-appearance: button;
    font-size: 25px;
    text-decoration: none;
    color: initial;
}
hr {
    border:1px solid cyan;
}
hr.no-space {
    margin:0;
}
/*BOTONES FILTRO*/

.asistente-no-activo{
    padding: 1px;
    background-color:#eaeaea;
    color:black;
    margin:1px 0px;
    border: 1px solid #bbbbbb;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    display:block;
}

.calat-header{
    margin-bottom: 20px;
    background-color: #484848;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 18px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    color: #FFFFFF;
}



