﻿.main-container {
    overflow-y: hidden !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

@font-face {
    font-family: 'FiraSans-Regular';
    src: url('../../Content/fonts/FiraSans-Regular.ttf') format('truetype');
}

/*.row{
            display:flex;
        }*/

::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
    border-radius: 15px;
}

::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

:root {
    --scrollbar-track: #f1f1f1;
    --scrollbar-thumb: #888;
    --scrollbar-thumb-hover: #555;
    /*--primary-color: #ea4335;*/
    --primary-color: #007BFF;
    --grey: #cccccc;
    --dark-grey: #59676B;
    --white: #fff;
    --color-danger: #fa3e3e;
    --color-warning: #ff8000;
    --color-info: #1e88e5;
    --color-success: #43a047;
}

.centered-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grey-border {
    border: 1px solid var(--grey);
}

.tab {
    width: 100%;
    height: 50px;
    overflow-x: auto;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

    .tab > div {
        overflow: hidden;
        display: inline-flex;
        width: auto;
        height: 100%;
    }

.tablink {
    background-color: inherit;
    height: 100%;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    color: #59676b;
    text-decoration: none;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    width: max-content;
}

    .tablink:hover {
        background-color: rgba(0, 123, 255, 0.9);
        color: #fff;
        text-decoration: none;
    }

    .tablink.active {
        background-color: var(--primary-color);
        color: white;
        text-decoration: none;
    }

.tabcontent {
    display: none;
    padding: 6px 12px;
    overflow: auto;
    height: 100%;
    position: relative;
}

.content {
    height: 100%;
    position: relative;
}

.fieldset-bordered {
    border-radius: 5px !important;
    margin-top: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.30) !important;
    padding: 10px 20px !important;
    width: 100% !important;
}

    .fieldset-bordered > legend {
        color: inherit;
        border: 0px;
        width: auto;
    }


a:hover {
    cursor: pointer !important;
}

.datepicker table tr td.active {
    background-color: var(--primary-color) !important;
    background-image: none !important;
}

.visible-block {
    display: block !important;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-image: linear-gradient(135deg,var(--primary-color) 0,var(--primary-color) 100%) !important;
}

@media (min-width:1202px) {
    .d-xlg-none {
        display: none !important;
    }
}

a {
    color: #59676b;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}



.custom-col-left {
    height: 100%;
    padding: 0px 10px 0px 0px;
    float: left;
    margin: auto;
}

.custom-col-right {
    height: 100%;
    padding: 0px 0px 0px 10px;
    float: right;
    margin: auto;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .custom-col-left, .custom-col-right {
        padding: 0px;
        height: auto;
    }
}

.container-fluid {
    position: absolute;
    left: 50%;
    top: 50%;
}

/*.custom-control-input:not(:checked)~.custom-control-indicator{
            border:0px;
        }*/
.custom-control-description {
    top: 2px;
    position: relative;
    font-weight: normal;
}

.custom-control-input:checked ~ .custom-control-indicator,
.custom-control-input:active ~ .custom-control-indicator {
    background-color: var(--primary-color);
}

.loader-primary .ball-clip-rotate-multiple > div,
.loader-primary .ball-clip-rotate-multiple > div:last-child {
    border-color: var(--primary-color) transparent var(--primary-color) transparent;
}

.pace .pace-progress {
    background-image: linear-gradient(135deg,var(--primary-color) 0,var(--primary-color) 100%) !important;
    background-color: var(--primary-color) !important;
}

.img-croppify {
    z-index: 0;
    background: white;
}

.custom-spinner {
    display: flex;
    position: absolute;
    background-color: transparent;
    will-change: visibility;
    transition: opacity .28s ease-in-out,visibility .28s ease-in-out;
    height: 100%;
    width: 100%;
    visibility: hidden;
    margin: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255,0.9);
    z-index: 0;
}

.slimScrollBar {
    z-index: unset !important;
}

.container {
    padding: 0px;
    min-height: 220px;
    height: 100%;
}

.cardbox {
    height: 100%;
    background-color: white;
    padding: 0px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0px 1px;
    margin-bottom: 0px;
}

.cardbox-content {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 15px 15px 0px 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cardbox-responsive-margin {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .cardbox-responsive-margin {
        margin-bottom: 0px;
    }
}

/*@media only screen and (min-width: 480px) {
    .cardbox-responsive-margin {
        margin-bottom: 0px;
    }
}*/

.custom-font-family {
    font-family: FiraSans-Regular !important;
    text-align: center;
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-popup {
    background-color: white;
    width: auto;
    height: auto;
    max-width: 720px;
    position: fixed;
    left: 7px;
    right: 7px;
    bottom: 7px;
    top: 7px;
    overflow: hidden;
    display: block;
    will-change: visibility;
    transition: visibility .28s ease-in-out;
    visibility: hidden;
    margin: auto;
}

@media only screen and (min-width: 1202px) {
    .custom-popup {
        left: 247px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-popup {
        max-width: unset;
    }
}

@media only screen and (max-height: 767px) {
    .custom-popup {
        max-height: unset;
    }
}

.custom-popup.full-size {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    max-width: unset;
    position: fixed;
    margin: 7px;
}

@media only screen and (min-width: 1202px) {
    .custom-popup.full-size {
        left: 247px;
    }
}

.custom-popup-close {
    width: 100%;
    height: 25px;
    background-color: #e4e4e4;
    position: relative;
    min-height: 25px;
}

    .custom-popup-close > a {
        float: right;
        height: 100%;
        width: 30px;
        background-color: var(--color-danger);
        text-align: center;
        font-size: 18px;
        color: #ffffff !important;
    }

.custom-popup-content {
    height: calc(100% - 25px);
    width: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.footer-container {
    z-index: 1 !important;
}

.custom-input > label {
    color: rgba(0, 0, 0, 0.80);
}

.input-group .form-control, .input-group .form-control:hover {
    z-index: unset !important;
}

.custom-input > input, .custom-input > select {
    border: 1px solid rgba(0, 0, 0, 0.30);
}


.custom-row, custom-button-group {
    padding-top: 20px;
    position: relative;
    margin-bottom: 10px;
}

    .custom-row > label.custom-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.80);
    }

.custom-button-group {
    height: 50px;
}

    .custom-button-group > button {
        margin: 10px 0px 10px 10px;
        float: right;
    }

.form-control, .custom-form-control {
    border: 1px solid rgba(0, 0, 0, 0.30);
    width: 100%;
}

    .form-control:focus,
    .custom-control-input:focus ~ .custom-control-indicator {
        border-color: var(--primary-color);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 123, 255, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 123, 255, 0.6);
    }

#masterSpinner {
    position: absolute;
    z-index: 0;
    background-color: transparent;
    will-change: opacity;
    transition: opacity .28s ease-in-out,visibility .28s ease-in-out;
    height: 100%;
    width: 100%;
    visibility: hidden;
    margin: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#body, #pageTitle, .cardbox, h1, h2, h3, h4, h5, h6 {
    font-family: FiraSans-Regular !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;
    border-top-color: #fff;
}


.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0, 123, 255, 0.6);
    border-top-color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    border: 0px !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container--focus.select2-container--default .select2-selection--multiple,
.select2-container--focus.select2-container--default .select2-selection--single,
.select2-container--open.select2-container--default .select2-selection--multiple,
.select2-container--open.select2-container--default .select2-selection--single:focus {
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .select2-container--focus.select2-container--default .select2-selection--multiple:not(.no-focus),
    .select2-container--focus.select2-container--default .select2-selection--single:not(.no-focus),
    .select2-container--open.select2-container--default .select2-selection--multiple:not(.no-focus),
    .select2-container--open.select2-container--default .select2-selection--single:not(.no-focus),
    select:focus:not(.no-focus), input:focus:not(.no-focus),
    .btn-primary:active:not(.no-focus), .btn-primary:focus:not(.no-focus)
    .btn-default:active:not(.no-focus), .btn-default:focus:not(.no-focus) {
        border: 1px solid var(--primary-color) !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 123, 255, 0.6) !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 123, 255, 0.6) !important;
    }

.select2-search__field {
    padding-left: 10px !important;
}

.select2-selection--multiple .select2-selection__rendered {
    padding: 0px !important;
}

.btn-danger:active:not(.no-focus), .btn-danger:focus:not(.no-focus) {
    border: 1px solid var(--color-danger) !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(250, 62, 62, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(250, 62, 62, 0.6) !important;
}

.btn-warning:active:not(.no-focus), .btn-warning:focus:not(.no-focus) {
    border: 1px solid var(--color-warning) !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 128, 0, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 128, 0, 0.6) !important;
}

option:checked, option:active,
option:checked:hover,
option:focus, option:checked:hover,
option:hover {
    background-color: var(--primary-color) !important;
    color: white !important;
    -webkit-tap-highlight-color: var(--primary-color) !important;
}

.dataTables_filter {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dataTables_length {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .dataTables_filter {
        float: right;
        margin-top: 1rem;
        margin-right: 0;
    }

    .dataTables_length {
        float: left;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

.dataTables_filter > label > select {
    border: 0;
    padding: 4px 0;
    background-color: transparent;
    color: inherit;
    max-width: 102px;
    border-left: 1px solid rgba(160,160,160,.25);
}

.dataTables_filter > label.with_date {
    border: 1px solid rgba(160, 160, 160, 0.25);
    padding-left: 5px;
}

    .dataTables_filter > label.with_date > input {
        border: 0;
        max-width: 180px;
    }

@media only screen and (max-width: 393px) {
    .dataTables_filter > label.with_date {
        border: 0;
    }

        .dataTables_filter > label.with_date > input {
            border: 1px solid rgba(160, 160, 160, 0.25);
        }

    .dataTables_filter > label > select {
        border: 1px solid rgba(160,160,160,.25);
        margin-top: 5px;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #59676b !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:active,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background-color: var(--primary-color) !important;
        color: #fff !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current,
        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            background-color: var(--primary-color) !important;
            border: 1px solid rgba(0, 123, 255, 0.6) !important;
        }

.toast-success {
    background-color: #32CD32;
}

#toast-container > div {
    top: 60px !important;
}

@media(min-width: 1202px) {
    #toast-container > div {
        left: 240px !important;
    }
}

:focus, a:focus {
    /*outline: var(--primary-color) auto 5px !important;*/
    outline: none !important;
}

.trUpdate {
    background-color: #f2dede !important;
}


.trDelete {
    background-color: rgba(0, 123, 255, 1) !important;
    color: #fff !important;
}

.trAdd {
    background-color: #b5f7b5
}

.custom-file-control {
    border: 1px solid rgba(0, 0, 0, 0.30);
    color: rgba(0, 0, 0, 0.80);
    font-weight: normal;
    z-index: 0;
}

.dataTables_scrollBody > table > thead {
    visibility: hidden;
}

.dataTables_scrollHeadInner > table {
    margin-bottom: 0px !important;
}

.dataTables_info, .dataTables_paginate, .paging_simple_numbers {
    margin-top: 10px !important;
}

.sol-container.sol-active .sol-inner-container,
.sol-active.sol-selection-bottom .sol-inner-container {
    border: 1px solid var(--primary-color) !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 123, 255, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 123, 255, 0.6) !important;
}

.sol-input-container input[type="text"]:focus {
    border: 0px !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sol-inner-container {
    border: 1px solid rgba(0, 0, 0, 0.30) !important;
}

.sol-action-buttons a {
    color: #333 !important;
}

.sol-input-container input[type="text"]::placeholder,
input[type="text"]::placeholder {
    color: #444 !important;
    opacity: 1 !important;
}

.sol-action-buttons a:hover {
    border-bottom: 1px solid #333 !important;
}

.sol-selection:not(.sol-keyboard-navigation) .sol-option:hover, .sol-option.keyboard-selection {
    background: var(--primary-color) !important;
}

.sol-label-text {
    display: none !important;
}

.sol-label > label {
    padding-left: 1.5rem !important;
}

.theme-default .sidebar-nav ul > li.active > a {
    border-left-color: var(--primary-color) !important;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.no-highlight:focus {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.switcher {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

    .switcher input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switch-slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .switch-slider {
    background-color: var(--primary-color);
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded switch-sliders */
.switch-slider.round {
    border-radius: 24px;
}

    .switch-slider.round:before {
        border-radius: 50%;
    }

.footer-with-buttons {
    height: 50px;
    width: 100%;
    padding-right: 20px;
    box-shadow: 0 5px 25px 15px rgba(123,123,123,.15);
}

.no-highlight:focus {
    border: 0;
}

.tag {
    background-color: var(--primary-color);
    color: white;
    padding: 1px 0px;
    border-radius: 3px;
    margin: 0px 2px;
    white-space: pre;
}

.custom-radio-buttons-wrapper {
    clear: both;
    display: inline-block;
    box-shadow: 0 5px 25px 0 rgb(123 123 123 / 15%);
}

.custom-radio-button {
    display: none;
}

    .custom-radio-button + label {
        float: left;
        padding: 0.5em 1em;
        cursor: pointer;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        color: #59676b;
        background-color: white;
        font-weight: unset;
        margin: 0;
    }

        .custom-radio-button + label:first-of-type {
            border-left: 1px solid #ccc;
        }

        .custom-radio-button + label:last-of-type {
            border-right: 1px solid #ccc;
        }

    .custom-radio-button:checked + label {
        background-color: var(--primary-color);
        color: white;
    }


.fieldset-editable > div[contentEditable=true]:empty:not(:focus)::before {
    content: attr(data-placeholder);
    color: gray;
}

textarea.auto-height {
    width: 100%;
    border: 0px;
    overflow: hidden;
    color: #555;
}

.grow-wrap {
    display: grid;
}

    .grow-wrap::after {
        content: attr(data-replicated-value) " ";
        white-space: pre-wrap;
        visibility: hidden;
    }

    .grow-wrap > textarea {
        overflow: hidden;
    }

    .grow-wrap > textarea,
    .grow-wrap::after {
        grid-area: 1 / 1 / 2 / 2;
    }

::-webkit-file-upload-button {
    display: none;
}

::file-selector-button {
    display: none;
}

.span-spin {
    animation: spin 1s infinite ease-in-out;
    border-radius: 50%;
    border-top: 1px solid #000;
    display: inline-block;
    height: 10px;
    width: 10px;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.stats-card {
    position: relative;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    height: calc(100% - 50px);
    margin: 25px 0;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.card-stats .card-header {
    box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
    background-color: #999999;
}

.stats-card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.stats-card .stats-card-header {
    float: left;
    text-align: center;
}

.stats-card .stats-card-header {
    box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
    background-color: #999999;
}

    .stats-card .stats-card-header em {
        text-shadow: 0 0 5px white;
        color: white;
    }

.stats-card .stats-card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
    height: calc(100% - 50px);
}

    .stats-card .stats-card-content p {
        min-height: 38px;
    }


.stat-figure {
    font-size: 17px;
    margin-right: 5px;
}

.stat-delta-figure {
    font-size: 12px;
    margin-left: 5px;
}

.stat-delta-image {
    height: 16px;
    width: 8px;
}

.stats-card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    height: 50px;
}

.vertically-center {
    display: flex;
    align-items: center;
}

.input-daterange input:last-child {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

td {
    color: black !important;
}

    td.day.active {
        color: white !important;
    }

.new-label {
    display: flex;
    position: absolute;
    color: white;
    background-color: var(--color-warning);
    height: 14px;
    width: 71px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    align-items: center;
    justify-content: center;
    transform: rotate(-35deg);
    overflow: hidden;
    clip-path: inset(0px 0px 0px 0px);
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}