﻿label {
    font-weight: bold !important;
    color: #31708f;
}
.dataTables_length {
 
    width: 90% !important;
}
.dataTables_length label {
     width: 90% !important;
}
.dataTables_length select {
     margin-right: 2%;  
}
.dataTables_filter label {
     min-width: 100% !important;
}
.dataTables_filter input[type='search'] {
    margin-left: 1% !important;
   min-width: 80% !important;
}
/*.odd td, .even td {padding:15px !important;font-size: 1.3em;font-weight: 400;}*/
.sorting {font-size: 1.1em;text-align:center;}
.pagination > li a {font-size: 0.9em !important;}
.dataTables_wrapper .row:first-child {
     padding-bottom: 1%;
     border-radius: 5px;

     margin-bottom: 12px !important;
 }
/*


.dataTables_filter {
    border: 1px solid #000;
    width: 150px !important;
    text-align: right;
}
.dataTables_filter label {
    
    font-weight: bold !important;
    font-size: 1em;
    color: #31708f;
    text-align: right;
}
.dataTables_filter input[type='search'] {
    display: block;
    position: absolute;
    right: 15px;
    font-weight: 300 !important;
    font-size: 1em;

} 
.dataTables_length label {
    width: 250px !important;
    font-weight: bold !important;
    font-size: 0.8em;
    color: #31708f;

}
.dataTables_length select {
    font-weight: 300 !important;
    font-size: 1em;
    margin-right: 7% !important;
}
.odd td, .even td {padding:15px !important;font-size: 1.3em;font-weight: 400;}
.sorting {font-size: 1.1em;text-align:center;}*/