table {
    font-family: 'Pt Sans Narrow', sans-serif;
    font-size: 14px;
}

table.spl-table {
    width: 100%;  
}

.dataTables_wrapper {
    font-family: 'Pt Sans Narrow', sans-serif;
    font-size: 14px;
}

table.spl-table tbody tr.selected {
    background-color: #a0d9f1 !important;
}
table.spl-table th{
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 13px !important;
    white-space: normal !important;
    color: #303d50;
}

table.spl-table td{
    font-size: 13px !important;
    overflow: hidden; /* this is what fixes the expansion */
    text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
    /*    white-space: nowrap;*/
}

table.spl-table td a {
    color: #616eb8;
}

table.spl-table-no-border-btn td .btn {
    border-radius: 0px !important;
}

table.spl-table td.center{
    text-align: center !important;
}

table.spl-table {
    margin: 15px 0 10px 0;
    border: none;
    border-collapse: collapse !important;
}

table.spl-table thead th {
    font-size: 12px;
    line-height: 13px;
    background: #e3e6e7 !important;
    vertical-align: middle;
    text-align: center !important;
    word-wrap: break-word;
    padding: 8px 2px !important;
    color: #303d50 !important;
    border: none;
}

table.spl-table thead th,
table.spl-table tbody td {
    border: 1px solid #ccc;
}

table.spl-table thead th[colspan]:not([colspan="1"]) {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

table.spl-table thead tr#filter th, table.spl-table thead tr.filter th {
    padding: 1px 3px !important;
}

table.spl-table thead:first-child tr:last-child th{
    font-weight: 700;
    font-size: 12px !important;
    text-transform: uppercase;
    background: #e3e6e7;
    /*padding-left: 10px;*/
    padding: 8px 5px !important;
}

table.spl-table thead:first-child tr:last-child th.sorting{
    background: #e3e6e7 url("/assets/core/plugins/datatables/media/images/sort_both.png") no-repeat scroll right center !important;
}

table.spl-table thead:first-child .sorting_asc {
    background: #e3e6e7 url("/assets/core/plugins/datatables/media/images/sort_asc.png") no-repeat scroll right center !important;  
}
table.spl-table thead:first-child .sorting_desc {
    background: #e3e6e7 url("/assets/core/plugins/datatables/media/images/sort_desc.png") no-repeat scroll right center !important;  
}
table.spl-table thead:first-child th.sorting_disabled {
    background: #e3e6e7 no-repeat scroll right center !important;  
}
table.spl-table thead:first-child th:hover {
    background-color: #e5e5e5 !important;
}
table.spl-table thead tr:hover {
    background-color: transparent !important;
}
table.spl-table tbody td {
    background-color: transparent !important;
    /*    border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;*/
    vertical-align: middle !important;
}
table.spl-table tbody td.numberIndexing {
    min-width: 100px;
    padding: 0 !important;
    vertical-align: middle !important;
    background-color: #FFF !important;
}
table.spl-table input[type="text"] {
    /*border:1px transparent solid;*/
    padding: 0 !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 5px !important;
    outline:none;
    background-color: #fff; 
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-sizing: border-box; 
    box-shadow: none;
    display: inline-block;
    width: 100%;
    height: 31px;
    /*text-align: right;*/
}


table.spl-table input[type="text"]:read-only, table.spl-table input[type="text"]:disabled {
    background-color: #eeeeee !important; 
}
table.spl-table.noborders input[type="text"]:read-only,table.spl-table .noborders input[type="text"]:disabled, table.dynatable.noborders input[type="text"]:-moz-read-only {
    border: 0px !important;
    background: none !important; 
}

table.spl-table.noborders input[type="text"]:read-only,table.spl-table .noborders input[type="text"]:disabled {
    border: 0px !important;
    background: none !important; 
}

table.spl-table.noborders .select2-choice {
    border: 0px !important;
    background: transparent !important;
}

table.spl-table.noborders input[type="text"]:read-only.highlighted {
    background: #dfc03e !important; 
}

table.spl-table .table-select2 {
    border-radius:5px; 
    width:100%;
    min-width: 120px !important;
    max-width: 120px !important;
    border: 1px solid #ccc;  
    padding: 0px 0px 0px 0px !important;
    text-align: left;
}

table.spl-table tbody label {
    width:100%;
    min-width: 120px !important;
    max-width: 120px !important;
    padding: 3px 2px 3px 2px !important;
    text-align: left;
}

table.spl-table input[type="text"]:focus {
    box-shadow: 0 0 2px #28B779 !important;
    -webkit-box-shadow: 0 0 2px #28B779 !important; 
    -moz-box-shadow: 0 0 2px #28B779 !important; 
    border: 1px solid #28B779 !important;
    outline: none;
}

table.spl-table .multiselect input[type="text"]:focus {
    box-shadow: none !important;
    border: none !important;
}

table.spl-table tfoot tr th.right {
    text-align: right !important;
}

table tr.group,
table tr.group:hover {
    background-color: #C3D3E1 !important;
}

table tr.group td {
    font-weight: bold;
}

.left-text {
    text-align: left !important;
}

.input-daterange input.form-control:last-child {
    border-radius: 0 3px 3px 0 !important;
}

.input-daterange .between {
    padding: 0 5px 0 5px;
}

.search-r {
    border-right: 1px solid #ddd;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.pagination .active > a, .pagination .active > a:hover {
    background-color: #43bd9c !important;
    color: #fff !important;
}

.control-label {
    color: #303d50 !important;
}

.table {
    margin: 0px 0 10px 0;
}

.search-field-title{text-transform:uppercase;display:block;margin:10px;color:#333333;font-family:"Pt Sans Narrow" !important;font-size:18px !important}.search-field-title .numbering{color:#0384ce}.popover{font-family:"Pt Sans Narrow" !important;font-size:13px !important}

.btn-sm, .btn-xs {
    margin-right: 5px;
}

.select2-drop, .ui-dialog {
    z-index: 10060 !important;
}

input[type="checkbox"], input[type="radio"] {
    cursor: pointer !important;
}

table.spl-small-table tbody td {
    padding: 4px 2px 4px 5px !important;
}

table.spl-small-table tbody td.with-check {
    padding: 1px 0px 1px 0px !important;
    text-align: center;
}

table.spl-small-table tbody td label{
    margin-bottom: 1px;
}

ul.pagination li {
    margin-left: 5px;
    padding: 6px 11px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #636668;
}
ul.pagination li a,
ul.pagination li a i.fa {
    color: #636668;
}
.pagination .active {
    background: rgb(0, 67, 145);   
}
.pagination .active > a, .pagination .active > a:hover {
    color: #fff;
    background: none !important;
}
.dataTables_length {
    float: right;
    margin-left: 10px;
}
.table-scrollable {
    border: 0;
}