@import 'variablesGlobales.css';

.contenedor_historial{
    width: 100vw;
    height: 90vh;
}
.Panelarribadash{
    width: 100%;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 34px;
}
.formHistorial{
    width: 51%;
    height: 92%;
    margin-left: 27%;
    padding: 25px;
    background-color: #F2F4F4;
    border-radius: 15px;
}
.tituloTabla{
    background-color:#ffffff;
    border-radius: 25px;
}
.tablaCompleta{
    border-style: solid;
    border-width:2px 2px 2px 2px;
    border-color: #ffffff;
    overflow: scroll;
}
.table thead th {
    vertical-align: bottom;
    border: 2px solid #dee2e6;
}
.table .thead-darktv th {
    width: 0px;
    color: #fff;
    border-color: #32383e;
    background-color: #990013;
}
.bord{
    border-style: solid;
    border-width:  thin;
    border-left: 0.5px solid transparent !important;
    border-right: 0.5px solid transparent !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    border: 3px solid #8BA5C2;
    background-image: -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: linear-gradient(to right, #2b72a8 0%, #d4181d 100%), linear-gradient(to right, #2b72a8 0%, #d4181d 100%);
}