@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;
    
}

.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-dark th {
    color: #fff;
    background-color: #990013;
    /*background-color: #729ECA;*/
    border-color: #32383e;
}

.table .thead-darktv th {
    width: 0px;
    color: #fff;
    /*background-color: #729ECA;*/
    border-color: #32383e;
    background-color: #990013;
}

.table .thead-dark th {
    color: #fff;
    border-radius: 0%;
    /*background-color: #729ECA;*/
    background: rgb(43,114,168); background: linear-gradient(90deg, rgba(43,114,168,1) 29%, rgba(212,24,29,1) 74%);
}

.table .thead-darktvm th {
    color: #fff;
    /*background-color: #729ECA;*/
    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%);
}