html {
    position: relative;
    min-height: 100%;
}

#logo {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4rem 1rem 1rem;
    text-align: center;
}

.navigation__active:before {
    content: none;
}

.navigation__sub > ul > li.navigation__sub > ul > li > a {
    padding: .6rem 1rem .6rem 5rem;
}

.navigation__sub > ul > li.navigation__sub > ul > li:before {
    content: none;
}

.navigation__sub > ul > li.navigation__sub > ul > li.navigation__sub > ul > li > a {
    padding: .6rem 1rem .6rem 7.5rem;
}

.navigation__sub > ul > li.navigation__sub > ul > li.navigation__sub > ul > li:before {
    content: none;
}

.sidebar {
    padding: 102px 1rem .5rem;
}

.selectize-dropdown-content {
    background-color: #FFF;
    border: 0;
    padding: .8rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .075);
    z-index: 9;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    animation-fill-mode: both;
}

.selectize-dropdown-content .option {
    position: relative;
    color: #1d1e1f;
    padding: .5rem 1.5rem;
}

.selectize-input, .selectize-input.focus {
    border-radius: 0px;
    border-bottom: 1px solid #f1f1f1;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: .5rem 0rem;
}

.selectize-control.single .selectize-input:after, .selectize-control.single .selectize-input.dropdown-active:after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 0;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #d1d1d1;
}

.alert--notify {
    width: auto;
}

label {
    color: #333
}

.dataTables_wrapper tr .table {
    margin: 0;
}

.form-group.has-danger .js-form-group-error {
    color: #ff5652;
}

.sidebar li.menu-title {
    padding: .85rem .5rem;
    font-size: 1.2rem;
    font-weight: bold;
}

@media (min-width: 576px) {
    .modal-xl {
        min-width: 540px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        min-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        min-width: 1200px;
    }
}

.sidebar {
    background-color: #FFF;
}

@media (min-width: 1200px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 85px 30px 0 300px;
    }

    .page-loader {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 76px;
        left: 300px;
        background-color: #f3f3f3;
        z-index: 9999;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0px 300px 72px 0px;
    }
}

.bg-cell-success {
    background-color: #64d6a5;
    color: #FFFFFF;
}

.bg-cell-danger {
    background-color: #ff8683;
    color: #FFFFFF;
}

.bg-cell-warning {
    background-color: #feff94;
    color: #000000;
}

.bg-cell-success a, .bg-cell-danger a {
    color: #FFFFFF;
}

.dropzone {
    text-align: center;
}

.loader__spinner svg {
    animation: rotate 2s linear infinite;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.loader__spinner svg circle {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

.hidden {
    display: none;
}

input.form-control::placeholder {
    color: #b1b1b1;
}

input.form-control {
    color: #000000;
}

label {
    font-size: 1.2em;
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.selectize-dropdown {
    z-index: 10000 !important;
}

.top-nav > li > a:not(.header__nav__text) {
    padding: .5rem .5rem;
}

.modal-title {
    font-size: 1.5rem !important;
}

.btn {
    margin: 1.5px 0;
}

.bg-dark {
    background-color: #495057 !important;
}

.color-dark {
    color: #495057 !important;
}

.form-group-required label:after {
    color: red;
    content: "\f069";
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.2rem;
}

.link-white-text > div > a {
    color: #0275a8;
}

.table-responsive {
    overflow-y: clip;
}
