@charset "utf-8";
/* CSS Document */

.text{background-color:#eee;}
.text:hover {border:2px solid #8f0032}


.button{background-color:#8f0032 !important;border:1px solid #8f0032 !important;color:#fff !important}
.button:hover {background-color:#DA1038 !important;color:#fff !important;box-shadow:2px solid #8f0032 !important}


.spa{font-size:14px;font-weight:bold}

.tab{width:auto;height:50px;background-color:inherit;border-bottom:2px solid #ccc}
th {
    text-align: center;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 2px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 11px !important;
}
#records_table a,#records_table1 a {
    color: #fff;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}