﻿
.table-hover tbody tr:nth-of-type(odd):hover, .table-striped tbody tr:nth-of-type(even):hover {
    background-color: rgb(222, 235, 245);
    transition: all 0.3s;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.85);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(243, 243, 243, 0.85);
}

.dataTables_wrapper {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
    overflow: auto;
}

.row-selected {
    background: rgba(109, 133, 150, 0.56) !important;
}

.table-header-tex {
    font-size: 14px;
    font-weight: bold;
    background-color: #f8f8f8;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 20px;
    background: #89c4ff;
    color: #032746;
}

.table td {
    padding: 2px 10px;
    padding-top: 6px;
    cursor: default;
    font-size: 14px;
    overflow-wrap: break-word !important;
    color: #232f3e;
}

.table th {
    color: #5d5d5d;
    padding: 5px 10px !important;
    font-size: 13px;
    border-bottom-width: 0px !important;
    background: #e8e8e8;
}

.pagination > li > a {
    padding: 4px 12px !important;
    color: #696969 !important;
}

.dataTables_info {
    width: 200px !important;
    float: left !important;
    padding-top: 0px !important;
    font-size: 13px;
    margin-bottom: 5px;
}

.cus-sel {
    width: 100% !important;
    margin-left: 5px;
}

.redio-chk {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

    .redio-chk:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 2px;
        left: 2px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    .redio-chk:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 2px;
        left: 2px;
        position: relative;
        background-color: #0495c7;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.2em !important;
    font-size: 12px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #eaeaea;
}

a {
    color: #002f61;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #b7b7b7;
    border-color: #ececec;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 1;
    color: #fff !important;
    background-color: #4395da !important;
    border-color: #ececec !important;
    outline-style: none !important;
    outline: none !important;
}

.dataTables_filter input {
    max-width: 250px !important;
    margin-left: 0px !important;
    display: block !important;
    width: 100% !important;
}

.dataTables_filter label {
    display: block !important;
}

.dataTables_length {
    width: 90px !important;
    left: 0px;
    position: relative;
    float: left !important;
    margin-bottom:5px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
    margin-bottom: 5px;
    float:none;
}

.table-hover > tbody > tr:hover > td {
    background: #addcfa !important;
    transition: .2s ease-in-out;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
        padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid #afaeae;
    background: #d9d9d9;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: inline-block;
    position: initial;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #0275d8;
    margin-right: 5px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 13px;
}

table.dataTable tr th.select-checkbox,
table.dataTable tr th.select-checkbox-2 {
    width: 10px;
}

    table.dataTable tr th.select-checkbox::after,
    table.dataTable tr th.select-checkbox-2::after {
        content: "";
        border: 1px solid #000;
        border-radius: 3px;
        position: relative;
        left: 0px;
        padding: 0px 6px;
        font-size: 11px;
    }

    table.dataTable tr th.select-checkbox.selected::after,
    table.dataTable tr th.select-checkbox-2.selected::after {
        content: "✔";
        border: 1px solid #000;
        border-radius: 3px;
        padding: 0px 2px;
        position: relative;
        left: 0px;
        font-size: 11px;
    }

table.dataTable tfoot th, table.dataTable tfoot td {
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin: 0;
}
div.dt-buttons{
    text-align:left !important;
}
.table-adm td {
    padding: 2px 10px !important;
    font-size: 13px;
}
.table>:not(:first-child) {
    border-top: none;
}
.dataTables_processing {
    top: 64px !important;
    z-index: 11000 !important;
}
tbody, td, tfoot, th, thead, tr {
    border-color: rgb(209 209 209);
    border-style: solid;
    border-width: 0;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #eee !important;
}