﻿.AdeptoCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-bordered {
    /*border: 1px solid #1a2226;*/
    border-bottom: 1px solid #8a8d8d;
    border-right: 1px solid #8a8d8d;
    border-left: 1px solid #8a8d8d;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #8a8d8d;
    }

table.dataTable tbody tr.selected {
    background-color: #f1d09c !important;
    color: #000000 !important;
}

    table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
        color: #000000;
    }

.page-item.active .page-link {
    background-color: #f39c12 ;
    border-color: #f39c12 ;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #f39c1242;
}

.page-link:hover {
    color: rgba(0,0,0,.87) !important;
}

.dataTables_wrapper .dataTables_length {
    padding-top: 8px;
    padding-bottom: 0px;
}



@media (min-width: 0px) and (max-width: 1441px) {
    .buttons-copy {
        display: none !important;
    }

    .buttons-csv {
        display: none !important;
    }

    /* hide it on small screens */
}

@media (min-width: 1441px) and (max-width: 2561px) {

    /*#my-content {
        display: block;
    }*/
    /* show it elsewhere */
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 8px;
    padding-bottom: 0px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0 !important;
}

.dataTables_length label {
    margin-bottom: 0 !important;
}

.dataTables_filter label {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .dataTables_filter label .form-control {
        height: 36px;
    }

.row_selected td {
    background-color: #f1d09c !important;
    color: #000000 !important;
}

div.DTCR_pointer {
    background-color: #f39c12 !important;
}

button.dt-button, div.dt-button, a.dt-button {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    margin: 0;
    font-weight: 400;
    padding: 0.25rem 0.75rem !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 0px;
    margin-right: 0;
}

div.dt-button-collection.dropdown-menu {
    margin: 8px 8px 0px 0px;
    /*padding: 0px !important;*/
    border: 1px solid rgb(238, 238, 238);
}

.dt-button-collection .dropdown-item.hover, .dt-button-collection .dropdown-item:hover {
    color: black !important;
    border: 1px solid #000000 !important;
    border-radius: 4px !important;
}

.dt-button-collection .dropdown-item.active, .dt-button-collection .dropdown-item:active {
    background-color: #f39c12;
    border: 1px solid #f39c12;
}

.breakout .dropdown-menu /*,
.table .dropdown-menu*/ {
    /*
    position: absolute  !important;
    position: fixed  !important;
    position: inherit  !important;
    position: initial !important;
    position: relative !important;
    position: static  !important;
    position: sticky !important;
    position: unset !important;

    */
    position: fixed !important;
}

    .breakout .dropdown-menu.show {
        -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.1s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.1s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out, margin 0.1s ease-in-out;
        transition: transform 0.3s ease-in-out, margin 0.1s ease-in-out;
    }

.dt-button-collection.dropdown-menu {
    max-height: 10rem;
    overflow-y: scroll;
}

/* Date Range Picker */
.ranges li {
    color: #222d32;
}

    .ranges li:hover {
        color: black !important;
        border: 1px solid #000000 !important;
    }

    .ranges li.active {
        background-color: #f39c12;
        border: 1px solid #f39c12;
    }

.daterangepicker .ranges li {
    margin: 0;
}

    .daterangepicker .ranges li.active {
        background-color: #f39c12;
        color: #fff;
    }

.daterangepicker {
}

    .daterangepicker td.in-range { /* This must come fist*/
        background-color: #fff2dd;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover { /* This must come second*/
        background-color: #f39c12;
        border-color: transparent;
        color: #fff;
    }

.reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.cancelBtn {
    float: left;
}


.loaderSpinner, .loaderSpinner2 {
    display: none;
    position: absolute;
    top: 10%;
    left: calc(50% - 100px);
    right: 50%;
    width: 100%;
    height: 50px;
    background-color: rgb(237, 235, 233);
}

.neg-margin {
    margin: -12px;
}









/*table {
    border-collapse: collapse;
}*/

.AdeptoNormalTable.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .AdeptoNormalTable.table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }



    .AdeptoNormalTable.table th, .AdeptoNormalTable.table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

.AdeptoNormalTable.table-bordered {
    border: 1px solid #dee2e6;
}

    .AdeptoNormalTable.table-bordered thead th, .AdeptoNormalTable.table-bordered thead td {
        border-bottom-width: 2px;
    }

    .AdeptoNormalTable.table-bordered th, .AdeptoNormalTable.table-bordered td {
        border: 1px solid #dee2e6;
    }

/*th {
    text-align: inherit;
}*/


.AdeptoNoOutsideBorderTable {
    border-collapse: collapse;
    border: 0 !important;
}

    .AdeptoNoOutsideBorderTable td {
        border: 5px solid black;
    }

    .AdeptoNoOutsideBorderTable thead tr:first-child th {
        border-top: 0;
    }

    .AdeptoNoOutsideBorderTable thead tr th:first-child,
    .AdeptoNoOutsideBorderTable tbody tr td:first-child {
        border-left: 0;
    }

    .AdeptoNoOutsideBorderTable thead tr th:last-child,
    .AdeptoNoOutsideBorderTable tbody tr td:last-child {
        border-right: 0;
    }

    .AdeptoNoOutsideBorderTable tbody tr:last-child td {
        border-bottom: 1px solid #dee2e6
    }