﻿table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #e3dfdf !important;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f3f3f3 !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f2f2f2 !important;
}

.dataTables_paginate {
    /*width:100%;*/
}

.dataTables_length select {
    min-width: 65px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    /*background: radial-gradient(circle, #427bff 0%, #ffffff 110%) !important;*/
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: white !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dt-button {
    position: relative;
    /*display: block;*/
    padding: 0.5 rem 0.75 rem;
    margin-left: -1 px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.dt-buttons {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
}

    .dt-buttons :hover {
        color: white !important;
        /*border: none !important;*/
        background-color: #427bff !important;
    }

.hoverableTR {
    cursor: pointer;
}

    .hoverableTR:hover {
        background: #F7F7F7;
        box-shadow: 0 0 11px rgba(33,33,33,.2);
        text-shadow: 0 0 1px #F7F7F7, 0 0 1px #000000;
    }

.subtable {
    background-color: #F7F7F7;
}

.hoverableTRSub {
    cursor: pointer;
}

    .hoverableTRSub:hover {
        background: #babcbd;
    }

.dropdown-item {
    margin-top: 4px;
    margin-top: 4px;
}

    .dropdown-item:hover {
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: 0 0 11px rgba(33,33,33,.2);
        text-shadow: 0 0 3px #F7F7F7, 0 0 5px #82e8eb;
    }

.card:hover {
    box-shadow: 0 0 31px rgba(33,33,33,.2);
}

.card-body {
    width: 100%;
    /*    height: 100%;
    max-height: 100%;
    overflow: auto;*/
}

#CustomersTable_processing {
    /*background: rgb(0 0 0 / 20%);*/
    background: transparent;
    /*background: linear-gradient( 180deg, rgb(0 0 0 / 78%) 19%, rgb(1 15 31 / 74%) 100%);*/
    position: absolute;
    width: 100%;
    height: 123.1%;
    top: -13%;
    margin: 0;
    left: 0%;
    bottom: 0;
    z-index: 9999;
    cursor: wait;
    color: #ffffff;
    line-height: 70px;
    font-size: x-large;
}

#CustomersTable_wrapper:nth-child(2) {
    /*height: 100%;*/
    min-height: 50vh !important;
    /*z-index: 99;*/
}

.dataTables_processing {
    position: relative;
}

#processingSpinner {
    font-size: 14px;
    color: aqua;
    margin-left: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px; /*requires explicit height*/
    width: 50px;
    height: 50px;
}
