﻿.table-bordered td, .table-bordered th {
    border: 1px solid #e0e0e0;
}

.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;
}

.dt-table td, .table td {
    padding: 1px 10px !important;
    padding-top: 6px;
    cursor: default;
    font-size: 13px;
    overflow-wrap: break-word !important;
    color: #232f3e;
    border-width: 1px;
    border-bottom: none;
    border-right: none;
}

.table th {
    color: #191919;
    padding: 3px 10px !important;
    font-size: 13px;
    border-bottom-width: 0px !important;
    font-weight: bold !important;
}

.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 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: #919995 !important;
    border-color: #6e6e6e !important;
    outline-style: none !important;
    outline: none !important;
}
.system-search {
    width: 100% !important;
    max-width: 100% !important;
    height: 60px;
}
.dataTables_filter input {
    max-width: 250px;
    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: #fbfbfb !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;
}

.dataTables_scroll .table > tbody > tr > td {
    border-top: 1px solid #eee !important;
}

.dataTables_scroll table > tfoot > tr > td,
.dataTables_scroll table > tfoot > tr > th,
.dataTables_scroll table > thead > tr > td,
.dataTables_scroll table > thead > tr > th {
    background: #e3e3e3;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 10px !important;
}

.dataTables_scrollBody table thead, .dataTables_scrollBody table tfoot {
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
    padding: 5px 10px;
}

    button.dt-button:hover, div.dt-button:hover, a.dt-button:hover, input.dt-button:hover {
        background: -webkit-linear-gradient(#b3c6e7 50%, #e3e9f7 50%) !important;
        background: -o-linear-gradient(#b3c6e7 50%, #e3e9f7 50%) !important;
        background: -moz-linear-gradient(#b3c6e7 50%, #e3e9f7 50%) !important;
        background: linear-gradient(#b3c6e7 50%, #e3e9f7 50%) !important;
    }

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-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;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: right;
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc, .table.dataTable thead .sorting {
    background-image: none;
}

.dataTables_scrollHeadInner, .dataTables_scrollHeadInner > table, .dataTables_scrollFootInner, .dataTables_scrollFootInner > table {
    width: 100% !important;
}

.dataTables_scrollHead, .dataTables_scrollBody, .dataTables_scrollFoot {
    width: 100% !important;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-right: none;
}

    table.dataTable.cell-border thead th:last-child, table.dataTable.cell-border tbody td:last-child {
        border-right: 1px solid #ddd !important;
    }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #d5d5d5;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 20% !important;
    left: 50% !important;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 6px !important;
    background: #ffc7d4 !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 100%;
    display: inline-block;
    padding: 6px;
    position: relative;
    top: 2px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
