
.edit_datatable #tableControls {
    margin: 25px 0;
}

.searchTableData {
    width: 200px;
    font-family: 'robotocondensed-regular-webfont';
    font-size: 12px;
    border: 1px solid #B7B7B7;
    border-radius: 0;
    padding: 7px 3px;
}

.refreshText {
    background-color: #ddd;
    width: 25px;
    height: 18px;
    border: 1px solid #B7B7B7;
    border-left-width: 0;
    margin: 0 10px 0 -25px;
    padding: 6px 3px;
    color: #000 !important;  
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.edit_datatable .btnExport {
    font-size: 16px;
    padding: 8px 20px;
    border: 1px solid black;
    background: #003875;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 6px;
}

.edit_datatable .btnExport:hover {
    text-decoration: underline;
    box-shadow: 1px 1px 1px #777;
}

.table-data {    
    margin-bottom: 40px;
}

.table-data table {
    width: 100%;
}

.table-data td, .table-data th {
    padding: 1px 3px !important;
    word-wrap: break-word;
}

tr.data-header,  .head2ndgrey tr.data-header.row2nd {
    background: #808080;
}   
    
.table-data th, .table-data .data-header td {
    color: #fff;    
    padding: 5px 15px 5px 3px !important;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}   
    
.table-data th.data-date, .table-data td.data-date {
    width: 25%;
}

.headblue tr.data-header, .head2ndblue tr.data-header.row2nd {
    background: #325f90;
}

.headred tr.data-header, .head2ndred tr.data-header.row2nd {
    background: #d14747;
}

 .head2nd tr.data-header.row2nd, .head2nd tr.data-header.row2nd  th,  .head2nd tr.data-header.row2nd  td {
    background: transparent;
    color: #444444;
}

 .head2ndlightred tr.data-header.row2nd, .head2ndlightred tr.data-header.row2nd  th,  .head2ndlightred tr.data-header.row2nd  td {
    background: #f4d6d6;
    color: #444444;
}

 .head2ndlightblue tr.data-header.row2nd, .head2ndlightblue tr.data-header.row2nd  th,  .head2ndlightblue tr.data-header.row2nd  td {
    background: #ccd7e3;
    color: #444444;
}

 .head2ndlightgrey tr.data-header.row2nd, .head2ndlightgrey tr.data-header.row2nd  th,  .head2ndlightgrey tr.data-header.row2nd  td {
    background: #e5e5e5;
    color: #444444;
}

.headblue1st tr.data-header:not(.row2nd) th:first-child,  .headblue1st tr.data-header:not(.row2nd) td:first-child {
    background: #325f90;
}

.headred1st tr.data-header:not(.row2nd) th:first-child, .headred1st tr.data-header:not(.row2nd) td:first-child {
    background: #d14747;
}

.edit_datatable:not(.noSort) .table-data th:hover, .edit_datatable:not(.noSort) .table-data .data-header td:hover {
    cursor: pointer;
}

.edit_datatable.altgrey tr:not(.data-header):nth-child(odd), tr.altgrey:nth-child(odd) {
    background: #e5e5e5;
}

.edit_datatable.altblue tr:not(.data-header):nth-child(odd), tr.altblue:nth-child(odd) {
    background: #ccd7e3;
}

.edit_datatable.altpink tr:not(.data-header):nth-child(odd), tr.altpink:nth-child(odd) {
    background: #f4d6d6;
}

.edit_datatable.highlightrows tr:not(.data-header):hover {
    background: #ffff00;
}

.data-header .sortbuttons {
    float: right;
    width: .5em;
    margin-right: -10px;
    margin-top: -2px;
}

.sortbuttons .fa {
    width: 100%;
    height: 10px;
}

.edit_datatable.noSort .data-header .sortbuttons {
    display: none;
}

.data-header .asc .fa-caret-down,
.data-header .desc .fa-caret-up {
    color: #808080; 
}

.table-data .paging_full_numbers {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.table-data .paging_full_numbers .paginate_button {
    display: inline-block;
    background-color: #ddd;
    color: #333;
    text-decoration: none;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 3px;
    cursor: pointer;
}

.scrollsPage .table-data .paging_full_numbers {
    overflow-x: auto;
    line-height: 35px;
}

.scrollsPage .table-data .paging_full_numbers .paginate_button {
    display: inline;
}

.table-data .paging_full_numbers .paginate_active {
    background-color: #325f90;
    color: #fff;
}

.headred .table-data .paging_full_numbers .paginate_active {
    background-color: #d14747;
}

.table-data .paging_full_numbers .paginate_button:hover,
.refreshText:hover {
    background-color: #808080; 
    text-decoration: underline;
}
