﻿.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 3px solid #bcbec0 !important;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #bcbec0 !important;
   }


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px !important;
    line-height: 1.42857143 !important;
    vertical-align: top;
    border-bottom: 1px solid #bcbec0 !important;
}


.table-striped > tbody > tr:nth-of-type(odd) {
     background-color: #FFFFFF !important; 

}



.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
     background-color: #FFFFFF !important; 
     color:#f15b5b;
}
