﻿.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #edf2f9;
}
.dataTables_filter
{
    margin:10px;
}
.dataTables_paginate {
    margin: 10px;
}

.paginate_button 
{
    padding:0px!important;
}

#modFilter .select2-container, #modFilter .select2-dropdown {
    background-color: #5e708b;
    border-color: #586a82;
    color: white;
}

.dataTables_paginate{
    margin:0;
}
.pagination{
    margin:8px;
}

#ddlSuccess .select2-dropdown {
    height: auto;
    overflow-y: scroll;
}
input[type="search"]
{
    display:none!important;
}
.dataTables_filter label
{
    display:block;
    width:100%;
}

.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: right;
}

.dataTables_filter {
    margin: 0px !important;
    border: 1px solid !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid #fff;
}

.header-body {
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
}

.card {
    margin-bottom: 0.7rem;
    box-shadow:none;
}

.card-body {
    flex: 1 1 auto;
    padding: 0.7rem;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#JobsModal .modal-xl {
    max-width: 95% !important;
}
#BrowseCustomersModal .modal-xl {
    max-width: 95% !important;
}
#BrowseRequestsModal .modal-xl {
    max-width: 95% !important;
}
#BrowseEstimatesModal .modal-xl {
    max-width: 95% !important;
}
.card-table tbody td:first-child {
    padding: 8px 10px !important;
}


.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
}

.btn_input_height {
    height: calc(3rem + 2px);
}

.text-right {
    text-align: right !important;
}

.input-group-text {
    height: 100% !important;
}


body {
    display: none;
    overflow-x: hidden !important;
}

::-webkit-scrollbar {
    width: 7.5px;
}

    ::-webkit-scrollbar:horizontal {
        height: 7.5px;
    }

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.lftMenuLink {
    font-size: .8125rem;
    font-weight: bold;
}

.countdown-holder {
    color: gray;
}

table.dataTable {
    width: 100% !important;
}

#PageOverlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 999999999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#PageOverlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.65);
    z-index: 999999999999999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.OverLayLoadingDiv {
    margin: auto;
    color: black;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 45vh;
    background-color: white;
    width: 25%;
}

.select2-container {
    width: 100% !important;
    border: 1px solid #d2ddec;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: 0.375rem;
    color: #12263f;
    display: block;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.select2-dropdown {
    height: 251px;
    overflow-y: scroll;
}

@media (min-width:900px) {
    .table-responsive {
        overflow-x: hidden !important;
    }
}

@media (max-width:900px) {
    .table-responsive {
        overflow-x: auto !important;
    }
}

@media (min-width:665px) {
    .customHeightSmallGraphs {
        height: 46vh;
    }

    .OverLayLoadingDiv {
        width: 40%;
    }
}

@media (min-width:1000px) {
    .customHeightSmallGraphs {
        height: 60vh;
    }

    .OverLayLoadingDiv {
        width: 25%;
    }
}

@media (min-width:1200px) {
    .customHeightSmallGraphs {
        height: 60vh;
    }

    .OverLayLoadingDiv {
        width: 25%;
    }
}

@media (min-width:1600px) {
    .customHeightSmallGraphs {
        height: 45vh;
    }
}

@media (max-width:665px) {
    .customHeightSmallGraphs {
        height: 60vh;
    }

    .OverLayLoadingDiv {
        width: 50%;
    }

    #PageContent .w-25 {
        width: 50% !important;
    }
}

@media (max-width:500px) {
    .OverLayLoadingDiv {
        width: 80%;
    }
}
.nav-tabs-sm .nav-link {
    font-size:18px;
    padding-bottom: 0.2rem;
    padding-top: 0.8rem;
}
#requirements {
    list-style: none;
}
.dark-scheme .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #1c2e4e;
}
.dark-scheme .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #1e3a5c;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #1e3a5c;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.dark-scheme .choices__list--dropdown, .dark-scheme .choices__list[aria-expanded] {
    background-color: #1e3a5c;
    border: 1px solid #1e3a5c;
}

.dark-scheme .choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #1e3a5c;
    border: 1px solid #1e3a5c;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}

.dark-scheme .choices[data-type*=select-one] .choices__input{
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #464f5b;
    background-color: #1e3a5c;
    margin: 0;
    color: white;
}

.dark-scheme .choices__list--dropdown .choices__item--selectable.is-highlighted,
.dark-scheme.choices__list[aria-expanded] .choices__item--selectable.is-highlighted,
.dark-scheme .choices__list--dropdown,
.dark-scheme .choices__list[aria-expanded] {
    background-color: #1e3a5c;
    border-color: #1e3a5c;
}

.dark-scheme .is-focused .choices__inner, .dark-scheme .is-open .choices__inner {
    background-color: #1e3a5c;
    border-color: #1e3a5c;
}
.choices {
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    height: calc(3rem + 2px) !important;
}
    .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 7.5px;
        height: calc(3rem + 2px) !important;
        border-radius: 5px;
    }
.form-floating.datachoices > label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem) !important;
}
.choices__list--single .choices__item {
    width: 100%;
    padding-top: 12px;
}

td.table-text-right {
    text-align: right !important;
    padding-right: 1.2em !important;
}