﻿#filterRow {
    background-color:#eee;
    border: 1px solid #a8a1a1;
}

#filterRow .row {
    margin-bottom: 3px;
}

select:required:invalid {
    color:#ddd;
}
select option {
    color: black;
}
.dataTable thead > tr > th {
    background-color: #d0e8e3;
    color: #3d3d3d;
    border: 1px solid #ccc
}
table.dataTable > tbody > tr.highlightedRow {
    background-color: antiquewhite;
}
.dataTable thead > tr > th:hover, .dataTable thead > tr > th.dt-ordering-asc, .dataTable thead > tr > th.dt-ordering-desc {
    background-color: #095344; /*#1a364f*/
    color: #fff
}

table.dataTable tr:hover td {
    cursor: pointer;
    background-color: #d0e8e3!important; /*#d9d9d9*/
}
table.dataTable tr.highlightedRow:hover td {
    cursor: pointer;
    background-color: antiquewhite!important;
}
table.dataTable > tbody > tr > td {
    padding: 6px
}

.dataTables_processing {
    background-color: #337ab7;
    color: #fff
}

.DT20_Edit {
    text-decoration: underline
}

.DT20_Edit:hover {
    cursor: pointer
}

.ui-dialog-titlebar-close {
    display: none;
}
.ui-dialog-buttonset button, .ui-dialog-buttonset button:focus-visible {
    color: white;
    background-color: #46B6A0;
    border-radius: 0px;
    border: 1px solid #10353E;
    padding:5px 10px;
}
.ui-dialog-buttonset button:hover {
    background-color: #10353E;
    border: 1px solid #123b33;
}
