h1, h2, h3, h4, h5, h6 {
    color: #27272a !important;
}

.btn, .btn-primary, .btn-secondary, .btn-link {
    background-color: #27272a;
    border-color: #27272a;
    color: white;
}

.btn:hover, .btn-primary:hover, .btn-secondary:hover, .btn-link:hover {
    background-color: #5d5d5d;
    border-color: #5d5d5d;
}


.form-control:focus {
    background-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(45, 45, 45, 0.25);
}

.bg-dark-green {
    background-color: #27272a;
}

.sidebar {
    flex: 0 0 200px !important;
    order: -1;
    max-width: 200px;
    background-color: #27272a;
}

.navbar-left {
    padding-left: 200px !important;
}

.sidebar-brand {
    max-height: 51px;
}

.brand-logo {
    width: 90%;
}

.sidebar-nav .nav-link.active {
    color: #e5e7eb;
    font-weight: 500;
}

.sidebar-nav .nav-link {
    color: #e5e7eb;
    font-weight: 400;
    font-size: 16px;
}

.sidebar-nav .nav-link:hover {
    color: #969696;
}

.sidebar-nav .nav-link .nav-icon {
    color: #e5e7eb;
}

.breadcrumb-item a {
    color: #27272a !important;
}

#crudTable_reset_button a {
    color: #27272a;
}

#crudTable_reset_button a:hover {
    color: #27272a;
}

.page-link {
    background-color: #27272a;
    border-color: #3f3f46;
    color: #27272a;
}

.active > .page-link {
    background-color: #27272a;
    border-color: #27272a;
    color: #FFFFFF;
    box-shadow: none;
}

.pagination > li > a {
    margin-right: 3px;

}

.pagination > li > a:focus {
    box-shadow: none;
}

.page-link:focus {
    background-color: #27272a;
    border-color: #27272a;
    color: #FFFFFF;
}

.page-link:hover {
    color: #FFFFFF !important;
}

.page-link:focus {
    color: #FFFFFF !important;
}

.pagination:focus {
    box-shadow: none;
}

#crudTable_reset_button {
    color: #27272a;
}

.header-operation a {
    color: #27272a;
}

.nav-tabs a {
    color: #27272a;
}

.btn:first-child:active {
    background-color: #27272a;
    border-color: #27272a;
}

.table > tbody > tr > td > span > a {
    color: #27272a;
}

form .select2.select2-container.select2-container--focus, form .select2.select2-container.select2-container--open {
    background-color: #27272a;
    border: 1px solid #27272a !important;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, .25) !important;
    border-radius: 4px;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #27272a !important;
    color: #fff;
}

.form-check-input:checked {
    background-color: #27272a;
    border-color: #27272a;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(52, 52, 52, 0.25) !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #27272a !important;
    color: #fff;
}

.custom-table {
    margin-bottom: 0 !important;
    width: 100%;
}

/*.custom-table>:not(caption)>*>*{
    padding: 0 !important;
}*/
.custom-table tbody tr th {
    color: #FFFFFF !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #27272a;
}

table.information {
    width: 100%;
    margin: 20px 0;
    border: solid 1px #3f3f46;
    border-collapse: unset !important;
}

table.information th {
    background: #27272a;
    color: #FFFFFF;
    vertical-align: middle;
    border: 1px solid #3f3f46;
    padding: 6px 4px;
}

table.information tbody tr:nth-child(even) td {
    background: #27272a;
    border: 1px solid #3f3f46;
    padding: 6px 4px;
    color: #e5e7eb;
}

table.information tbody tr:nth-child(odd) td {
    padding: 6px 4px;
    border: 1px solid #3f3f46;
    background: #18181b;
    color: #e5e7eb;
}


body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    background: #18181b;
    color: #e5e7eb;
    height: 100%;
}

@media only screen and (min-width: 40.063em) {
    .search {
        min-width: 350px;
    }
}

.no-margin {
    margin: 0 !important;
}

.small-margin {
    margin-bottom: 0.25rem !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0px !important;
    border-spacing: 0 !important;
}

.no-border th:not(:last-child), .no-border td:not(:last-child) {
    border-right: 2px solid #FFFFFF;
}

.no-border thead {
}

.small-padding {
    padding: 0.25rem !important;
}

.top-bar-section .has-form {
    padding: 0 0.25rem;
}

.section {
    margin-bottom: 0.9375rem;
}

.section .title {
    background: #27272a;
    padding: 0.46875rem;
}

.section .title a {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.75rem;
    padding: 0 0.875rem;
    margin-left: 0.25rem;
    color: #27272a;
}

.section .title h2 {
    display: inline-block;
    margin: 0;
    line-height: 1.75rem;
    color: #e5e7eb;
}

.section .title h2 small {
    position: relative;
    letter-spacing: -1px;
    padding-left: 0.475rem;
    font-size: 70%;
}

.section .content {
    border: 0.0625rem solid #3f3f46;
    border-top: 0;
    padding: 0.46875rem;
    background: #18181b;
}

.section .content p {
    margin: 0;
    color: #e5e7eb;
}

h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.25rem;
    line-height: 2.8125rem;
    letter-spacing: -0.125rem;
    font-weight: 700;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.125rem;
    font-weight: 700;
}

h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.125rem;
    letter-spacing: -0.125rem;
    font-weight: 700;
}

button, .button {
    background: #27272a;
}

button:hover, .button:hover {
    background: #27272a;
}

.flag {
    display: inline-block;
    width: auto;
    text-align: center;
    background: #E7E7E7;
    border: 2px solid #DCDCDC;
    padding: 1rem;
    margin-bottom: 0.5rem !important;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

input[type="radio"].status-radio:not(:checked) + label:hover {
    border-color: #000000 !important;
}

.button.flag {
    padding: 0 0.5rem;
    line-height: 1.75rem;
    font-size: 1rem;
    margin: 0 !important;
}

.status {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #E7E7E7;
    border: 2px solid #4d4d4d;
    padding: 1rem;
    margin-bottom: 0.5rem !important;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.status small {
    background: transparent;
    color: inherit;
}

.status i {
    font-size: 2rem;
}

input[type="radio"].status-radio:checked + label.active, input[type="radio"].status-radio:not(:checked) + label.active:hover, .flag.active {
    background: #27272a;
    border-color: #27272a;
    color: #FFFFFF;
}

input[type="radio"].status-radio:checked + label.inactive, input[type="radio"].status-radio:not(:checked) + label.inactive:hover, .flag.inactive {
    background: #f08a24;
    border-color: #de770f;
    color: #FFFFFF;
}

input[type="radio"].status-radio:checked + label.lead, input[type="radio"].status-radio:not(:checked) + label.lead:hover, .flag.lead {
    background: #008CBA;
    border-color: #0078a0;
    color: #FFFFFF;
}

input[type="radio"].status-radio:checked + label.hold, input[type="radio"].status-radio:not(:checked) + label.hold:hover, .flag.hold {
    background: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin: 0 !important;
}

.hide-extra {
    position: relative;
    overflow-x: hidden;
}

.hide-extra .extra {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    line-height: 1.5625rem;
    padding: 0 0.5rem 0 0.25rem;
}

#location {
    max-width: none !important;
    background: none !important;
}

.location {
    overflow: hidden;
    height: 15rem;
    width: 100%;
}

.location > div {
    height: 15rem;
    width: 100%;
}

.detail {
    border: 0.125rem solid #DCDCDC;
    padding: 0.9375rem;
    margin-bottom: 0.5rem;
}

.details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    padding: 0.5rem 1rem 1rem;
    border: 1px solid #DCDCDC;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(17, 17, 17, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(17, 17, 17, 1);
    box-shadow: 0px 0px 5px 0px rgba(17, 17, 17, 1);
    z-index: 101;
    background: #FFFFFF;
}

.details p {
    margin-bottom: 0.25rem;
}

.details .close {
    line-height: 1.5rem;
    font-size: 2rem;
    margin-right: -0.375rem;
    vertical-align: top;
}

.details table {
    width: 100%;
    margin-bottom: 0.625rem;
}

.details table input[type="file"], .details table input[type="checkbox"], .details table input[type="radio"], .details table select {
    margin: 0 !important;
}

.data-results {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}

a.select, a.select-client {
    display: inline-block;
    width: 100%;
}

.select p, .select-client p, .select-product p, .select-account p {
    margin: 0;
}

.select, .select-client, .select-product, .select-account {
    padding: 0.5rem;
    cursor: pointer;
}

.select:hover, .select-client:hover, .select-product:hover, .select-account:hover {
    background: #E7E7E7;
}

.select.hover, .select-client.hover, .select-product.hover, .select-account.hover {
    background: #E7E7E7 !important;
}

input.charges {
    max-width: 10rem;
}

.separator {
    line-height: 0 !important;
    height: 0.475rem !important;
    max-height: 0.475rem !important;
    padding: 0 !important;
    background: #FFFFFF !important;
}

.information .separator {
    /*background: #119f00 !important;*/
}

.warning .separator {
    /*background: #f08a24 !important;*/
}

th.variation-1 {
    background: #008CBA !important;
    color: #FFFFFF;
}

td.variation-1 {
    background: #a3e8ff !important;
}

table tbody tr:nth-child(even) td.variation-1 {
    background: #9bdcf2 !important;
}

table tbody tr:not(.nohover):hover td.variation-1 {
    background: #93d1e5 !important;
}

th.variation-2 {
    background: #f08a24 !important;
    color: #FFFFFF;
}

td.variation-2 {
    background: #ffc284 !important;
}

table tbody tr:nth-child(even) td.variation-2 {
    background: #f2b87e !important;
}

table tbody tr:not(.nohover):hover td.variation-2 {
    background: #e5ae77 !important;
}

th.variation-3 {
    background: #c0504d !important;
    color: #FFFFFF;
}

td.variation-3 {
    background: #ffaba9 !important;
}

table tbody tr:nth-child(even) td.variation-3 {
    background: #f2a1a0 !important;
}

table tbody tr:not(.nohover):hover td.variation-3 {
    background: #e59997 !important;
}

.tabs a {
    border: 0.125rem solid #DCDCDC;
    margin-bottom: -0.125rem;
    z-index: 100;
    padding: 0.5rem 1rem !important;
}

.tabs li:not(:last-child) a {
    border-right: none;
}

.tabs li.active a {
    border-bottom: 0.125rem solid #FFFFFF;
    font-weight: bold;
}

.tabs-content .content {
    padding: 0.5rem;
    border: 0.125rem solid #DCDCDC;
}

.negative {
    color: #cf2a0e;
}

.positive {
    color: #27272a;
}

.stream .actions i, .filetype i {
    font-size: 2.5rem;
}

.stream .block {
    padding: 0.25rem;
    border: 0.0625rem solid #DCDCDC;
    margin-bottom: 0.25rem !important;
}

.tooltip {
    position: fixed !important;
}

.f-dropdown {
    z-index: 99999 !important;
}

.f-dropdown button, .f-dropdown .button {
    border: 0.125rem solid #FFFFFF;
}

td.lowest {
    border: 0.125rem dashed #27272a;
    color: #27272a;
    font-weight: bold;
}

.dropfile {
    background: url('/images/overlay.png') top left;
    padding: 1rem;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    display: none;
    /*pointer-events: none;*/
}

.dropfile > * {
    pointer-events: none;
}

.dropfile > div {
    border: 0.125rem dashed #F8F8F8;
    width: 100%;
    height: 100%;
}

.dropfile p {
    font-size: 1.875rem;
    color: #F8F8F8;
    text-align: center;
    margin: 0;
}

.dropfile .drop {
    position: relative;
    padding-top: 10%;
}

.upload {
    position: relative;
}

#legacy {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-height: 2.3125rem;
    opacity: 0.0;
    cursor: pointer;
    filter: alpha(opacity=0);
}

#dropzone {
    position: relative;
    width: 100%;
    border: 0.125rem dashed #AAAAAA;
    background: #DCDCDC;
    font-family: 'Ubuntu', sans-serif;
    Font-size: 2rem;
    leter-spacing: -0.125rem;
    font-weight: 300;
    cursor: pointer;
    padding: 2rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

#dropzone .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    z-index: 999;
    color: #f04124;
}

#dropzone .close:hover {
    color: #cf2a0e;
}

.uploads .preview {
    position: relative;
    display: inline-block !important;
    width: 8rem;
    border: 0.125rem solid #DCDCDC;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}

.uploads .preview i {
    font-size: 1.5rem;
}

.uploads .preview > .success {
    position: absolute;
    top: 0;
    left: 0;
    color: #27272a;
}

.uploads .preview > .alert {
    position: absolute;
    top: 0;
    right: 0;
    color: #cf2a0e;
}

.uploads .progress {
    background: #E7E7E7;
}

.preview .subtitle {
    text-align: center;
}

h1, .dataTables_info, p, .d-block, .radio-inline, label {
    color: #27272a !important;
}

form .nav-tabs .nav-link:hover {
    color: #27272a !important;
}

.backpack-avatar-menu-container {
    color: #27272a !important;
}

.form-select:focus {
    outline: 0;
    box-shadow: none !important;
}
