﻿.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);
}
.table-wrapper {
    background: #f7f7f7;
    border: 1px solid #9db4bb;
    padding: 10px;
    border-radius: 5px;
}
.dataTables_wrapper {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #9db4bb;
    padding: 10px;
    border-radius: 5px;
}

.row-selected {
    background: rgba(109, 133, 150, 0.56) !important;
}

.table-header-tex {
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    color: #023f48;
    min-height: 35px;
}

.table td {
    padding: 3px 10px;
    padding-top: 6px;
    cursor: pointer;
    font-size: 13px;
    overflow-wrap: break-word !important;
}

.table th {
    background: #e8e8e8;
    color: #5d5d5d;
    padding: 2px 10px;
    font-size: 12px;
    border-bottom-width: 0px !important;
}

.dataTables_length {
    width: 200px;
    float: left !important;
}

.dataTables_info {
    width: 200px !important;
    float: left !important;
}

.cus-sel {
    width: 100% !important;
}

.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.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    position: absolute;
    right: 7px;
    top: 3px;
    content: "";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    right: 7px;
    top: 3px;
    content: "";
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #eaeaea;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0495c7 !important;
    border-color: #023f48 !important;
}

.dataTables_filter input {
    min-width: 320px;
}

.dataTables_length {
    width: 90px !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px 8px;
    vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_processing {
    width: 200px;
    text-align: center;
    padding: 10px;
    padding-bottom: 20px;
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff;
    background: #006f90;
    border-radius: 5px;
}
table.dataTable tfoot th, table.dataTable tfoot td {
     border-top: none !important; 
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 2px 10px !important;
}