/* Minification failed. Returning unminified contents.
(4895,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-btn-hover-color'
 */
body, html {
    background: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #787f88;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 1.625rem;
}

h2 {
    font-size: 1.375rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1.133rem;
}

.bg-faded {
    background-color: #f4f6f8;
}

.bg-primary {
    background-color: #1e2a39 !important;
}

.bg-secondary {
    background-color: #007266 !important;
}

.bg-success {
    background-color: #25BB3D !important;
}

.bg-info {
    background-color: #00ae9b !important;
}

.bg-warning {
    background-color: #338e85 !important;
}

.bg-danger {
    background-color: #BB3609 !important;
}

.bg-inverse {
    background-color: #1e2a39 !important;
}

a {
    color: #00ae9b;
}

    a:focus, a:hover {
        color: #1e2a39;
    }

    a.bg-inverse:focus, a.bg-inverse:hover {
        background-color: #005f55 !important;
    }

    a.bg-primary:focus, a.bg-primary:hover {
        background-color: #121922 !important;
    }

    a.bg-info:focus, a.bg-info:hover {
        background-color: #009484 !important;
    }

    a.bg-success:focus, a.bg-success:hover {
        background-color: #20a235 !important;
    }

    a.bg-warning:focus, a.bg-warning:hover {
        background-color: #007266 !important;
    }

    a.bg-danger:focus, a.bg-danger:hover {
        background-color: #a22f08 !important;
    }

.text-muted {
    color: #ccc !important;
}

.color-black {
    color: #1e2a39 !important;
}

.color-primary {
    color: #1e2a39 !important;
}

.color-success {
    color: #25BB3D !important;
}

.color-info {
    color: #00ae9b !important;
}

.color-curious-blue {
    color: #3498db !important;
}

    .color-curious-blue:focus, .color-curious-blue:hover {
        color: #1f79cb !important;
    }

.lead {
    font-size: 1.067rem;
}

.blockquote {
    font-size: 1.133rem;
}

    .blockquote:not(.blockquote-reverse) {
        border-left: .2rem solid #acb5ca;
    }

.blockquote-reverse {
    border-right: .2rem solid #acb5ca;
}

.blockquote-footer {
    margin-top: .825rem;
    font-size: 1rem;
}

.btn {
    font-family: 'Fira Sans', sans-serif;
    border-radius: 0px;
    border-color: transparent;
    padding: .65rem 1.333rem .7rem 1.333rem;
}

    .btn:focus {
        box-shadow: none;
    }

    .btn + .dropdown-toggle-split {
        padding-right: .8rem;
        padding-left: .8rem;
    }

    .btn.dropdown-toggle:not(.dropdown-toggle-split):after {
        margin-left: 10px;
    }


.multiselect-native-select ul {
    min-width: 20rem;
}

.input-group-addon i {
    font-size: 1.5rem;
}

.multiselect-clear-filter {
    display: none;
}

.multiselect-search {
    margin-right: .7rem;
}

.btn-icon {
    padding: .333rem .333rem .267rem .333rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

    .btn-icon .icon {
        font-size: 2rem;
        height: auto;
        line-height: 2rem;
        margin-bottom: -1px;
    }

    .btn-icon.btn-icon-left {
        padding: .333rem .8rem;
    }

        .btn-icon.btn-icon-left .icon {
            margin-left: -.2rem;
        }

        .btn-icon.btn-icon-left .text {
            margin-left: .333rem;
        }

    .btn-icon.btn-icon-right {
        padding: .333rem .8rem;
    }

        .btn-icon.btn-icon-right .icon {
            margin-right: -.2rem;
        }

        .btn-icon.btn-icon-right .text {
            margin-right: .333rem;
        }

.btn-outline-default {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #338e85;
    color: #00ae9b;
    font-weight: 300;
}

    .btn-outline-default:active, .btn-outline-default:focus, .btn-outline-default:hover {
        border: 1px solid #007266;
        color: #1e2a39;
    }

.btn-outline-gray {
    background: #fff;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,.25);
    color: #888;
    font-weight: 300;
}

    .btn-outline-gray:active, .btn-outline-gray:hover {
        border: 1px solid #d191c7;
        color: #00ae9b;
    }

.btn-primary {
    background: #338e85!important;
    color: #fff;
    border-color: transparent;
}

    .btn-primary:hover {
        background: #007266!important;
        border-color: transparent;
    }

    .btn-primary.active, .btn-primary:active {
        background: #007266!important;
        border-color: transparent;
        color: #fff;
    }

    .btn-primary:focus {
        color: #fff;
    }

.btn-outline-primary {
    color: #00ae9b;
    border-color: #007266;
}

    .btn-outline-primary:focus {
        color: #00ae9b;
        border-color: #007266;
    }

    .btn-outline-primary:hover {
        background-color: #338e85;
        border-color: #007266;
        color: #fff;
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #acb5ca;
    }

    .btn-outline-primary.active, .btn-outline-primary:active {
        background-color: #b5c6cd;
        border-color: #b5c6cd;
        color: #fff;
    }

.show > .btn-outline-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
    background-color: #338e85;
    border-color: #338e85;
}

.btn-secondary {
    background: #acb5ca;
    color: #fff;
    border-color: transparent;
}

    .btn-secondary:focus {
        background: #a2b8c1;
        color: #fff;
        border-color: transparent;
    }

    .btn-secondary:hover {
        background: #b5c6cd;
        color: #fff;
        border-color: transparent;
    }

    .btn-secondary.active, .btn-secondary:active {
        background: #b5c6cd;
        border-color: transparent;
        color: #fff;
    }

.btn-secondary-light {
    background: #ecf0f1;
    color: #222;
    border-color: transparent;
}

    .btn-secondary-light:hover {
        background: #dae2e4;
        color: #222;
        border-color: transparent;
    }

    .btn-secondary-light.active, .btn-secondary-light:active {
        background: #c9d4d7;
        border-color: transparent;
    }

    .btn-secondary-light:focus {
        color: #222;
    }

.btn-outline-secondary {
    color: #00ae9b;
    border-color: #a2b8c1;
}

    .btn-outline-secondary:focus {
        color: #222;
        border-color: #a2b8c1;
    }

    .btn-outline-secondary:hover {
        background-color: #b5c6cd;
        border-color: #b5c6cd;
        color: #fff;
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #acb5ca;
    }

    .btn-outline-secondary.active, .btn-outline-secondary:active {
        background-color: #b5c6cd;
        border-color: #b5c6cd;
        color: #fff;
    }

.show > .btn-outline-secondary.dropdown-toggle, .show > .btn-secondary.dropdown-toggle {
    background-color: #a2b8c1;
    border-color: #a2b8c1;
}

.show > .btn-secondary.dropdown-toggle {
    color: #fff;
}

.btn-info {
    background: #00ae9b;
    color: #fff;
    border-color: transparent;
}

    .btn-info:hover {
        background: #009484;
        border-color: transparent;
    }

    .btn-info.active, .btn-info:active {
        background: #009484;
        border-color: transparent;
    }

    .btn-info:focus {
        color: #fff;
    }

.btn-outline-info {
    color: #222;
    border-color: #a2b8c1;
}

    .btn-outline-info:focus {
        color: #00ae9b;
        border-color: #00ae9b;
    }

    .btn-outline-info:hover {
        background-color: #009484;
        border-color: #009484;
        color: #fff;
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #acb5ca;
    }

    .btn-outline-info.active, .btn-outline-info:active {
        background-color: #009484;
        border-color: #009484;
        color: #fff;
    }

.show > .btn-info.dropdown-toggle, .show > .btn-outline-info.dropdown-toggle {
    background-color: #009484;
    border-color: #009484;
}

.btn-info-negative {
    background: #1e2a39;
    color: #fff;
    border-color: transparent;
}

    .btn-info-negative:hover {
        background: #4b5561;
        border-color: transparent;
    }

    .btn-info-negative.active, .btn-info-negative:active {
        background: #4b5561;
        border-color: transparent;
    }

    .btn-info-negative:focus {
        color: #fff;
    }

.btn-outline-info-negative {
    color: #1e2a39;
    background: #fff;
    border-color: #a2b8c1;
}

    .btn-outline-info-negative:hover {
        background-color: #4b5561;
        border-color: #4b5561;
        color: #fff;
    }

.btn-success {
    background: #25BB3D;
    color: #fff;
    border-color: transparent;
}

    .btn-success:hover {
        background: #20a235;
        border-color: transparent;
    }

    .btn-success.active, .btn-success:active {
        background: #20a235;
        border-color: transparent;
    }

    .btn-success:focus {
        color: #fff;
    }

.btn-outline-success {
    color: #222;
    border-color: #25BB3D;
}

    .btn-outline-success:focus {
        color: #222;
        border-color: #25BB3D;
    }

    .btn-outline-success:hover {
        background-color: #20a235;
        border-color: #20a235;
        color: #fff;
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #acb5ca;
    }

    .btn-outline-success.active, .btn-outline-success:active {
        background-color: #20a235;
        border-color: #20a235;
        color: #fff;
    }

.show > .btn-outline-success.dropdown-toggle, .show > .btn-success.dropdown-toggle {
    background-color: #25BB3D;
    border-color: #25BB3D;
}

.btn-warning {
    background: #338e85;
    color: #fff;
    border-color: transparent;
}

    .btn-warning:hover {
        background: #007266;
        border-color: transparent;
    }

    .btn-warning.active, .btn-warning:active {
        background: #007266;
        border-color: transparent;
    }

    .btn-warning:focus {
        color: #fff;
    }

.btn-outline-warning {
    color: #00ae9b;
    border-color: #338e85;
}

    .btn-outline-warning:focus {
        color: #222;
        border-color: #338e85;
    }

    .btn-outline-warning:hover {
        background-color: #007266;
        border-color: #acb5ca;
        color: #fff;
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #338e85;
    }

    .btn-outline-warning.active, .btn-outline-warning:active {
        background-color: #007266;
        border-color: #007266;
        color: #fff;
    }

.show > .btn-outline-warning.dropdown-toggle, .show > .btn-warning.dropdown-toggle {
    background-color: #338e85;
    border-color: #338e85;
}

.btn-danger {
    background: #BB3609;
    color: #fff;
    border-color: transparent;
}

    .btn-danger:hover {
        background: #a22f08;
        border-color: transparent;
    }

    .btn-danger.active, .btn-danger:active {
        background: #d94e47;
        border-color: transparent;
    }

    .btn-danger:focus {
        color: #fff;
    }

.btn-outline-danger {
    color: #222;
    border-color: #BB3609;
}

    .btn-outline-danger:focus {
        color: #222;
        border-color: #BB3609;
    }

    .btn-outline-danger:hover {
        background-color: #ea534a;
        border-color: #ea534a;
        color: #fff;
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #00ae9b;
    }

    .btn-outline-danger.active, .btn-outline-danger:active {
        background-color: #a22f08;
        border-color: #a22f08;
        color: #fff;
    }

.show > .btn-danger.dropdown-toggle, .show > .btn-outline-danger.dropdown-toggle {
    background-color: #BB3609;
    border-color: #BB3609;
}

.btn-supernova {
    background: #ffcd02;
    color: #222;
    border-color: transparent;
}

    .btn-supernova:hover {
        color: #222;
        background: #f2c200;
        border-color: transparent;
    }

    .btn-supernova.active, .btn-supernova:active {
        background: #ffb901;
        border-color: transparent;
    }

    .btn-supernova:focus {
        color: #222;
    }

.show > .btn-outline-supernova.dropdown-toggle, .show > .btn-supernova.dropdown-toggle {
    background-color: #ffb901;
    border-color: #ffb901;
}

.btn-xs {
    padding: .4rem .8rem;
    font-size: .775rem;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .73rem 1.75rem .85rem 1.75rem;
    border-radius: 0px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .5rem 1rem;
    border-radius: 0px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .4rem .85rem;
    font-size: .775rem;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .6rem;
    padding-left: .6rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.btn-primary-flat {
    box-shadow: 0 2px #338e85;
}

    .btn-primary-flat:focus {
        box-shadow: 0 2px #338e85;
    }

    .btn-primary-flat:hover {
        box-shadow: 0 2px #007266;
    }

    .btn-primary-flat:active {
        box-shadow: 0 2px #007266;
    }

.btn-lg.btn-primary-flat {
    box-shadow: 0 3px #338e85;
}

    .btn-lg.btn-primary-flat:focus {
        box-shadow: 0 3px #338e85;
    }

    .btn-lg.btn-primary-flat:hover {
        box-shadow: 0 3px #007266;
    }

    .btn-lg.btn-primary-flat:active {
        box-shadow: 0 3px #007266;
    }

.btn-secondary-flat {
    box-shadow: 0 2px #a2b8c1;
}

    .btn-secondary-flat:focus {
        box-shadow: 0 2px #a2b8c1;
    }

    .btn-secondary-flat:hover {
        box-shadow: 0 2px #b5c6cd;
    }

    .btn-secondary-flat:active {
        box-shadow: 0 2px #b5c6cd;
    }

.btn-lg.btn-secondary-flat {
    box-shadow: 0 3px #a2b8c1;
}

    .btn-lg.btn-secondary-flat:focus {
        box-shadow: 0 3px #a2b8c1;
    }

    .btn-lg.btn-secondary-flat:hover {
        box-shadow: 0 3px #b5c6cd;
    }

    .btn-lg.btn-secondary-flat:active {
        box-shadow: 0 3px #b5c6cd;
    }

.btn-info-flat {
    box-shadow: 0 2px #00ae9b;
}

    .btn-info-flat:focus {
        box-shadow: 0 2px #00ae9b;
    }

    .btn-info-flat:hover {
        box-shadow: 0 2px #009484;
    }

    .btn-info-flat:active {
        box-shadow: 0 2px #009484;
    }

.btn-lg.btn-info-flat {
    box-shadow: 0 3px #00ae9b;
}

    .btn-lg.btn-info-flat:focus {
        box-shadow: 0 3px #00ae9b;
    }

    .btn-lg.btn-info-flat:hover {
        box-shadow: 0 3px #009484;
    }

    .btn-lg.btn-info-flat:active {
        box-shadow: 0 3px #009484;
    }

.btn-success-flat {
    box-shadow: 0 2px #25BB3D;
}

    .btn-success-flat:focus {
        box-shadow: 0 2px #25BB3D;
    }

    .btn-success-flat:hover {
        box-shadow: 0 2px #20a235;
    }

    .btn-success-flat:active {
        box-shadow: 0 2px #20a235;
    }

.btn-lg.btn-success-flat {
    box-shadow: 0 3px #25BB3D;
}

    .btn-lg.btn-success-flat:focus {
        box-shadow: 0 3px #25BB3D;
    }

    .btn-lg.btn-success-flat:hover {
        box-shadow: 0 3px #20a235;
    }

    .btn-lg.btn-success-flat:active {
        box-shadow: 0 3px #20a235;
    }

.btn-warning-flat {
    box-shadow: 0 2px #25BB3D;
}

    .btn-warning-flat:focus {
        box-shadow: 0 2px #25BB3D;
    }

    .btn-warning-flat:hover {
        box-shadow: 0 2px #007266;
    }

    .btn-warning-flat:active {
        box-shadow: 0 2px #007266;
    }

.btn-lg.btn-warning-flat {
    box-shadow: 0 3px #25BB3D;
}

    .btn-lg.btn-warning-flat:focus {
        box-shadow: 0 3px #25BB3D;
    }

    .btn-lg.btn-warning-flat:hover {
        box-shadow: 0 3px #007266;
    }

    .btn-lg.btn-warning-flat:active {
        box-shadow: 0 3px #007266;
    }

.btn-danger-flat {
    box-shadow: 0 2px #BB3609;
}

    .btn-danger-flat:focus {
        box-shadow: 0 2px #BB3609;
    }

    .btn-danger-flat:hover {
        box-shadow: 0 2px #a22f08;
    }

    .btn-danger-flat:active {
        box-shadow: 0 2px #a22f08;
    }

.btn-lg.btn-danger-flat {
    box-shadow: 0 3px #BB3609;
}

    .btn-lg.btn-danger-flat:focus {
        box-shadow: 0 3px #BB3609;
    }

    .btn-lg.btn-danger-flat:hover {
        box-shadow: 0 3px #a22f08;
    }

    .btn-lg.btn-danger-flat:active {
        box-shadow: 0 3px #a22f08;
    }

.btn-supernova-flat {
    box-shadow: 0 2px #e2b600;
}

    .btn-supernova-flat:focus {
        box-shadow: 0 2px #e2b600;
    }

    .btn-supernova-flat:hover {
        box-shadow: 0 2px #d3a900;
    }

    .btn-supernova-flat:active {
        box-shadow: 0 2px #e1a300;
    }

.btn-lg.btn-supernova-flat {
    box-shadow: 0 3px #e2b600;
}

    .btn-lg.btn-supernova-flat:focus {
        box-shadow: 0 3px #e2b600;
    }

    .btn-lg.btn-supernova-flat:hover {
        box-shadow: 0 3px #d3a900;
    }

    .btn-lg.btn-supernova-flat:active {
        box-shadow: 0 3px #e1a300;
    }

.form-group + .form-group {
    margin-top: 2rem;
}

.form-control {
    border-radius: 0px;
    font-family: 'Fira Sans', sans-serif;
    color: #787f88;
    border-color: #a2b8c1;
    line-height: 1.467rem;
    font-size: 1rem;
    padding: .6rem 1rem;
}

    .form-control:active, .form-control:focus {
        border-color: #007266;
        box-shadow: 0 0 5px rgba(163,35,142,.3);
    }

    .form-control::-webkit-input-placeholder {
        color: #c7d4da
    }

    .form-control:-ms-input-placeholder {
        color: #c7d4da
    }

    .form-control::placeholder {
        color: #c7d4da
    }

    .form-control:-moz-read-only, .form-control:disabled {
        background-color: #f1f4f7;
        box-shadow: none;
        border-color: #dae3e6;
    }

    .form-control:disabled, .form-control:read-only {
        background-color: #f1f4f7;
        box-shadow: none;
        border-color: #dae3e6;
    }

    .form-control.form-control-border-hidden {
        border: none;
    }

.form-control-inline-icon {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
}

    .form-control-inline-icon .icon {
        font-size: 1.55rem;
        color: rgba(0,0,0,.25);
        line-height: 10px;
    }

    .form-control-inline-icon.inline-icon-right .form-control {
        padding-right: 3rem;
    }

    .form-control-inline-icon.inline-icon-right .icon-right {
        position: absolute;
        right: 1rem;
    }

    .form-control-inline-icon.inline-icon-left .form-control {
        padding-left: 3rem;
    }

    .form-control-inline-icon.inline-icon-left .icon-left {
        position: absolute;
        left: 1rem;
    }

.col-form-label {
    color: #787f88;
}

    .col-form-label:not(.col-form-label-sm):not(.col-form-label-lg) {
        line-height: 2rem;
        font-size: 1rem;
    }

.col-form-label-icon .icon {
    font-size: 1.333rem;
    line-height: 1.333rem;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 3px;
    color: #bfbfbf;
}

.form-control-feedback {
    font-size: 1rem;
    color: #787f88;
}

.input-group-addon {
    color: #00ae9b;
    background-color: #fff;
    border-color: #e9eef0;
    border-radius: 0px;
}

.input-group-addon-icon {
    padding: 0 1rem;
    font-size: 1.35rem;
    color: #bfbfbf;
}

.form-control-label .icon {
    color: #bfbfbf;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 6px;
    font-size: 20px;
    position: relative;
    top: 2px;
}


.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
    color: #25BB3D;
}

.has-success .form-control {
    border-color: #25BB3D;
    background-image: none;
}

    .has-success .form-control:focus {
        box-shadow: none;
    }

.has-success .input-group-addon {
    color: #25BB3D;
    border-color: #25BB3D;
}

.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
    color: #338e85;
}

.has-warning .form-control {
    border-color: #338e85;
    background-image: none;
}

    .has-warning .form-control:focus {
        box-shadow: none;
    }

.has-warning .input-group-addon {
    color: #338e85;
    border-color: #338e85;
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: #BB3609;
}

.has-danger .form-control {
    border-color: #BB3609;
    background-image: none;
}

    .has-danger .form-control:focus {
        box-shadow: none;
    }

.has-dang er .input-group-addon {
    color: #BB3609;
    border-color: #BB3609;
}

.col-form-label-sm {
    padding-top: calc(.75rem - 1px * 2);
    padding-bottom: calc(.65rem - 1px * 2);
    font-size: .875rem;
}

.col-form-label-lg {
    padding-top: calc(1rem - 1px * 2);
    padding-bottom: calc(1rem - 1px * 2);
    font-size: 1.063rem;
}

.form-control-sm {
    padding: .4rem .65rem;
    font-size: .875rem;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .6rem .65rem;
    font-size: .875rem;
}

.form-control-lg {
    padding: 1rem 1.5rem;
    font-size: 1.063rem;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: 1rem 1.5rem;
    font-size: 1.063rem;
}

.custom-control {
    padding-left: 1.75rem;
    margin-right: 1rem;
}

    .custom-control:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
        box-shadow: 0 0 5px rgba(163,35,142,.3);
        border: 1px solid rgba(163,35,142,.7);
        background-color: #fff;
    }

.custom-control-indicator {
    top: .2rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0px;
    border: 1px solid #d4d4d4;
    background-color: rgba(241,244,247,0);
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #222;
    background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #222;
    background-color: #fff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #888;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: none;
}

    .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before {
        content: '\f17b';
        font-family: LineAwesome;
        font-size: .813rem;
        color: #1e2a39;
        font-weight: 700;
        position: absolute;
        top: 0;
        left: 2px;
        line-height: 1.2rem;
    }

.custom-checkbox .custom-control-input:disabled ~ .custom-control-indicator::before {
    color: rgba(63,65,69,.5);
}

.custom-solid-checkbox .custom-control-indicator {
    background: #00ae9b;
    border: none;
}

.custom-solid-checkbox:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    box-shadow: none;
    border: none;
    background-color: #00ae9b;
}

.custom-solid-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background: #00ae9b;
}

    .custom-solid-checkbox .custom-control-input:checked ~ .custom-control-indicator::before {
        color: #fff;
        top: 1px;
        left: 3px;
    }

.custom-solid-checkbox .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(163,35,142,.7);
    border-color: rgba(163,35,142,.7);
}

    .custom-solid-checkbox .custom-control-input:disabled ~ .custom-control-indicator::before {
        color: rgba(255,255,255,.7);
    }

.custom-solid-checkbox-info .custom-control-indicator {
    background: #a2b8c1;
}

.custom-solid-checkbox-info:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #a2b8c1;
}

.custom-solid-checkbox-info .custom-control-input:checked ~ .custom-control-indicator {
    background: #a2b8c1;
}

.custom-solid-checkbox-info .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(78,194,231,.7);
    border-color: rgba(78,194,231,.7);
}

.custom-solid-checkbox-success .custom-control-indicator {
    background: #25BB3D;
}

.custom-solid-checkbox-success:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #25BB3D;
}

.custom-solid-checkbox-success .custom-control-input:checked ~ .custom-control-indicator {
    background: #25BB3D;
}

.custom-solid-checkbox-success .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(130,194,80,.7);
    border-color: rgba(130,194,80,.7);
}

.custom-solid-checkbox-warning .custom-control-indicator {
    background: #338e85;
}

.custom-solid-checkbox-warning:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #338e85;
}

.custom-solid-checkbox-warning .custom-control-input:checked ~ .custom-control-indicator {
    background: #338e85;
}

.custom-solid-checkbox-warning .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(245,186,66,.7);
    border-color: rgba(245,186,66,.7);
}

.custom-solid-checkbox-danger .custom-control-indicator {
    background: #BB3609;
}

.custom-solid-checkbox-danger:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #BB3609;
}

.custom-solid-checkbox-danger .custom-control-input:checked ~ .custom-control-indicator {
    background: #BB3609;
}

.custom-solid-checkbox-danger .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(237,95,85,.7);
    border-color: rgba(237,95,85,.7);
}

.custom-solid-checkbox-secondary .custom-control-indicator {
    background: #acb5ca;
}

.custom-solid-checkbox-secondary:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #acb5ca;
}

.custom-solid-checkbox-secondary .custom-control-input:checked ~ .custom-control-indicator {
    background: #acb5ca;
}

.custom-solid-checkbox-secondary .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(172,181,202,.7);
    border-color: rgba(172,181,202,.7);
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: none;
}

    .custom-radio .custom-control-input:checked ~ .custom-control-indicator::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #1e2a39;
        position: absolute;
        top: calc(50% - 3px);
        left: calc(50% - 3px);
        border-radius: 50%;
    }

.custom-radio .custom-control-input:disabled ~ .custom-control-indicator::before {
    background: rgba(63,65,69,.5);
}

.custom-solid-radio .custom-control-indicator {
    background: #00ae9b;
    border: none;
}

.custom-solid-radio:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    box-shadow: none;
    border: none;
    background-color: #00ae9b;
}

.custom-solid-radio .custom-control-input:checked ~ .custom-control-indicator {
    background: #00ae9b;
}

    .custom-solid-radio .custom-control-input:checked ~ .custom-control-indicator::before {
        background: #fff;
    }

.custom-solid-radio .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(163,35,142,.7);
    border-color: rgba(163,35,142,.7);
}

    .custom-solid-radio .custom-control-input:disabled ~ .custom-control-indicator::before {
        background: rgba(255,255,255,.7);
    }

.custom-solid-radio-info .custom-control-indicator {
    background: #a2b8c1;
}

.custom-solid-radio-info:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #a2b8c1;
}

.custom-solid-radio-info .custom-control-input:checked ~ .custom-control-indicator {
    background: #a2b8c1;
}

.custom-solid-radio-info .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(78,194,231,.7);
    border-color: rgba(78,194,231,.7);
}

.custom-solid-radio-success .custom-control-indicator {
    background: #25BB3D;
}

.custom-solid-radio-success:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #25BB3D;
}

.custom-solid-radio-success .custom-control-input:checked ~ .custom-control-indicator {
    background: #25BB3D;
}

.custom-solid-radio-success .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(130,194,80,.7);
    border-color: rgba(130,194,80,.7);
}

.custom-solid-radio-warning .custom-control-indicator {
    background: #338e85;
}

.custom-solid-radio-warning:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #338e85;
}

.custom-solid-radio-warning .custom-control-input:checked ~ .custom-control-indicator {
    background: #338e85;
}

.custom-solid-radio-warning .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(245,186,66,.7);
    border-color: rgba(245,186,66,.7);
}

.custom-solid-radio-danger .custom-control-indicator {
    background: #BB3609;
}

.custom-solid-radio-danger:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #BB3609;
}

.custom-solid-radio-danger .custom-control-input:checked ~ .custom-control-indicator {
    background: #BB3609;
}

.custom-solid-radio-danger .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(237,95,85,.7);
    border-color: rgba(237,95,85,.7);
}

.custom-solid-radio-secondary .custom-control-indicator {
    background: #acb5ca;
}

.custom-solid-radio-secondary:hover .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    background-color: #acb5ca;
}

.custom-solid-radio-secondary .custom-control-input:checked ~ .custom-control-indicator {
    background: #acb5ca;
}

.custom-solid-radio-secondary .custom-control-input:disabled ~ .custom-control-indicator {
    background: rgba(172,181,202,.7);
    border-color: rgba(172,181,202,.7);
}

.switch-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

    .switch-toggle > label + label {
        padding-left: 10px;
    }

    .switch-toggle.switch-toggle-disabled {
        opacity: .5;
    }

    .switch-toggle .switch-toggle-body {
        display: inline-block;
        background-color: #e2ebf4;
    }

    .switch-toggle .switch-toggle-input {
        position: absolute;
        visibility: hidden;
    }

        .switch-toggle .switch-toggle-input + .switch-toggle-switch {
            position: relative;
            border-radius: 50%;
            background-color: #ccd4e2;
            vertical-align: middle;
            display: inline-block;
            cursor: pointer;
        }

            .switch-toggle .switch-toggle-input + .switch-toggle-switch::after, .switch-toggle .switch-toggle-input + .switch-toggle-switch::before {
                content: "";
                position: absolute;
                transition: .35s;
            }

            .switch-toggle .switch-toggle-input + .switch-toggle-switch::before {
                top: 0;
                left: 0;
                height: 100%;
                width: 20%;
                border-radius: 10px;
                background-color: #ccd4e2;
            }

            .switch-toggle .switch-toggle-input + .switch-toggle-switch::after {
                left: -6px;
                top: 50%;
                border-radius: 50%;
                background-color: #b2bbcf;
                border: 1px solid transparent;
                transform: translateY(-50%);
                opacity: 1;
            }

            .switch-toggle .switch-toggle-input + .switch-toggle-switch:hover::after {
                transform: translateY(-50%) scale(1.1);
            }

        .switch-toggle .switch-toggle-input:checked + .switch-toggle-switch {
            background-color: #25BB3D;
        }

            .switch-toggle .switch-toggle-input:checked + .switch-toggle-switch::before {
                width: 100%;
                background-color: #25BB3D;
            }

            .switch-toggle .switch-toggle-input:checked + .switch-toggle-switch::after {
                background-color: #b2bbcf;
                border: 1px solid #e2ebf4;
            }

    .switch-toggle > label + label {
        padding-left: 10px;
        line-height: 26px;
        font-size: 1.00533rem;
    }

    .switch-toggle .switch-toggle-body {
        border-radius: 20px;
        height: 26px;
    }

    .switch-toggle .switch-toggle-input + .switch-toggle-switch {
        height: 8px;
        width: 3rem;
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 8px;
        transition: .3s 50ms;
        top: calc(50% - 13px);
    }

        .switch-toggle .switch-toggle-input + .switch-toggle-switch::after, .switch-toggle .switch-toggle-input + .switch-toggle-switch::before {
            transition: .35s;
        }

        .switch-toggle .switch-toggle-input + .switch-toggle-switch::before {
            top: 0;
            left: 0;
            height: 100%;
            width: 20%;
            border-radius: 10px;
        }

        .switch-toggle .switch-toggle-input + .switch-toggle-switch::after {
            left: -6px;
            top: 50%;
            height: 18px;
            width: 18px;
            transform: translateY(-50%);
        }

        .switch-toggle .switch-toggle-input + .switch-toggle-switch:hover::after {
            transform: translateY(-50%) scale(1.1);
        }

    .switch-toggle .switch-toggle-input:checked + .switch-toggle-switch::before {
        width: 100%;
    }

    .switch-toggle .switch-toggle-input:checked + .switch-toggle-switch::after {
        left: calc(100% - (20px - 7px));
        height: 20px;
        width: 20px;
    }

    .switch-toggle.switch-toggle-lg > label + label {
        padding-left: 10px;
        line-height: 36px;
        font-size: 1.392rem;
    }

    .switch-toggle.switch-toggle-lg .switch-toggle-body {
        border-radius: 26px;
        height: 36px;
    }

    .switch-toggle.switch-toggle-lg .switch-toggle-input + .switch-toggle-switch {
        height: 12px;
        width: 4rem;
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 8px;
        transition: .3s 50ms;
        top: calc(50% - 13px);
    }

        .switch-toggle.switch-toggle-lg .switch-toggle-input + .switch-toggle-switch::after, .switch-toggle.switch-toggle-lg .switch-toggle-input + .switch-toggle-switch::before {
            transition: .35s;
        }

        .switch-toggle.switch-toggle-lg .switch-toggle-input + .switch-toggle-switch::before {
            top: 0;
            left: 0;
            height: 100%;
            width: 20%;
            border-radius: 10px;
        }

        .switch-toggle.switch-toggle-lg .switch-toggle-input + .switch-toggle-switch::after {
            left: -6px;
            top: 50%;
            height: 28px;
            width: 28px;
            transform: translateY(-50%);
        }

        .switch-toggle.switch-toggle-lg .switch-toggle-input + .switch-toggle-switch:hover::after {
            transform: translateY(-50%) scale(1.1);
        }

    .switch-toggle.switch-toggle-lg .switch-toggle-input:checked + .switch-toggle-switch::before {
        width: 100%;
    }

    .switch-toggle.switch-toggle-lg .switch-toggle-input:checked + .switch-toggle-switch::after {
        left: calc(100% - (30px - 7px));
        height: 30px;
        width: 30px;
    }

    .switch-toggle.switch-toggle-sm > label + label {
        padding-left: 10px;
        line-height: 22px;
        font-size: .85067rem;
    }

    .switch-toggle.switch-toggle-sm .switch-toggle-body {
        border-radius: 10px;
        height: 22px;
    }

    .switch-toggle.switch-toggle-sm .switch-toggle-input + .switch-toggle-switch {
        height: 7px;
        width: 2rem;
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 8px;
        transition: .3s 50ms;
        top: calc(50% - 13px);
    }

        .switch-toggle.switch-toggle-sm .switch-toggle-input + .switch-toggle-switch::after, .switch-toggle.switch-toggle-sm .switch-toggle-input + .switch-toggle-switch::before {
            transition: .35s;
        }

        .switch-toggle.switch-toggle-sm .switch-toggle-input + .switch-toggle-switch::before {
            top: 0;
            left: 0;
            height: 100%;
            width: 20%;
            border-radius: 10px;
        }

        .switch-toggle.switch-toggle-sm .switch-toggle-input + .switch-toggle-switch::after {
            left: -6px;
            top: 50%;
            height: 14px;
            width: 14px;
            transform: translateY(-50%);
        }

        .switch-toggle.switch-toggle-sm .switch-toggle-input + .switch-toggle-switch:hover::after {
            transform: translateY(-50%) scale(1.1);
        }

    .switch-toggle.switch-toggle-sm .switch-toggle-input:checked + .switch-toggle-switch::before {
        width: 100%;
    }

    .switch-toggle.switch-toggle-sm .switch-toggle-input:checked + .switch-toggle-switch::after {
        left: calc(100% - (16px - 7px));
        height: 16px;
        width: 16px;
    }

.switch-outline-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

    .switch-outline-toggle > label + label {
        padding-left: 10px;
    }

    .switch-outline-toggle.switch-outline-toggle-disabled {
        opacity: .5;
    }

    .switch-outline-toggle .switch-outline-toggle-body {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #b2bbcf;
    }

    .switch-outline-toggle .switch-outline-toggle-input {
        position: absolute;
        visibility: hidden;
    }

        .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch {
            position: relative;
            vertical-align: middle;
            display: inline-block;
            cursor: pointer;
        }

            .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch::after, .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch::before {
                content: "";
                position: absolute;
                transition: .35s;
            }

            .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch::before {
                top: 0;
                left: 0;
                height: 100%;
                width: 20%;
                border-radius: 10px;
            }

            .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch::after {
                left: -6px;
                top: 50%;
                border-radius: 50%;
                background-color: #b2bbcf;
                border: 1px solid transparent;
                transform: translateY(-50%);
                opacity: 1;
            }

            .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch:hover::after {
                transform: translateY(-50%) scale(1.1);
            }

        .switch-outline-toggle .switch-outline-toggle-input:checked + .switch-outline-toggle-switch::before {
            width: 100%;
        }

        .switch-outline-toggle .switch-outline-toggle-input:checked + .switch-outline-toggle-switch::after {
            background-color: #25BB3D;
        }

    .switch-outline-toggle > label + label {
        padding-left: 10px;
        line-height: 26px;
        font-size: 1.00533rem;
    }

    .switch-outline-toggle .switch-outline-toggle-body {
        border-radius: 20px;
        height: 26px;
    }

    .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch {
        height: 8px;
        width: 2.5rem;
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 8px;
        transition: .3s 50ms;
        top: calc(50% - 13px);
    }

        .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch::after, .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch::before {
            transition: .35s;
        }

        .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch::before {
            top: 0;
            left: 0;
            height: 100%;
            width: 20%;
            border-radius: 10px;
        }

        .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch::after {
            left: -7px;
            top: 50%;
            height: 20px;
            width: 20px;
            transform: translateY(-50%);
        }

        .switch-outline-toggle .switch-outline-toggle-input + .switch-outline-toggle-switch:hover::after {
            transform: translateY(-50%) scale(1.1);
        }

    .switch-outline-toggle .switch-outline-toggle-input:checked + .switch-outline-toggle-switch::before {
        width: 100%;
    }

    .switch-outline-toggle .switch-outline-toggle-input:checked + .switch-outline-toggle-switch::after {
        left: calc(100% - (20px - 7px));
        height: 20px;
        width: 20px;
    }

    .switch-outline-toggle.switch-outline-toggle-lg > label + label {
        padding-left: 10px;
        line-height: 36px;
        font-size: 1.392rem;
    }

    .switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-body {
        border-radius: 26px;
        height: 36px;
    }

    .switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input + .switch-outline-toggle-switch {
        height: 12px;
        width: 3.6rem;
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 8px;
        transition: .3s 50ms;
        top: calc(50% - 13px);
    }

        .switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input + .switch-outline-toggle-switch::after, .switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input + .switch-outline-toggle-switch::before {
            transition: .35s;
        }

        .switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input + .switch-outline-toggle-switch::before {
            top: 0;
            left: 0;
            height: 100%;
            width: 20%;
            border-radius: 10px;
        }

        .switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input + .switch-outline-toggle-switch::after {
            left: -7px;
            top: 50%;
            height: 30px;
            width: 30px;
            transform: translateY(-50%);
        }

        .switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input + .switch-outline-toggle-switch:hover::after {
            transform: translateY(-50%) scale(1.1);
        }

    .switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input:checked + .switch-outline-toggle-switch::before {
        width: 100%;
    }

    .switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input:checked + .switch-outline-toggle-switch::after {
        left: calc(100% - (30px - 7px));
        height: 30px;
        width: 30px;
    }

    .switch-outline-toggle.switch-outline-toggle-sm > label + label {
        padding-left: 10px;
        line-height: 22px;
        font-size: .85067rem;
    }

    .switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-body {
        border-radius: 10px;
        height: 22px;
    }

    .switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input + .switch-outline-toggle-switch {
        height: 7px;
        width: 1.6rem;
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 8px;
        transition: .3s 50ms;
        top: calc(50% - 13px);
    }

        .switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input + .switch-outline-toggle-switch::after, .switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input + .switch-outline-toggle-switch::before {
            transition: .35s;
        }

        .switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input + .switch-outline-toggle-switch::before {
            top: 0;
            left: 0;
            height: 100%;
            width: 20%;
            border-radius: 10px;
        }

        .switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input + .switch-outline-toggle-switch::after {
            left: -7px;
            top: 50%;
            height: 16px;
            width: 16px;
            transform: translateY(-50%);
        }

        .switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input + .switch-outline-toggle-switch:hover::after {
            transform: translateY(-50%) scale(1.1);
        }

    .switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input:checked + .switch-outline-toggle-switch::before {
        width: 100%;
    }

    .switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input:checked + .switch-outline-toggle-switch::after {
        left: calc(100% - (16px - 7px));
        height: 16px;
        width: 16px;
    }

.checkbox-toggle {
    position: relative;
}

    .checkbox-toggle *, .checkbox-toggle :after, .checkbox-toggle :before {
        box-sizing: border-box;
    }

    .checkbox-toggle input[type=checkbox] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .checkbox-toggle input[type=checkbox][disabled] ~ label {
            pointer-events: none;
        }

            .checkbox-toggle input[type=checkbox][disabled] ~ label .checkbox-toggle-switch {
                opacity: .5;
            }

        .checkbox-toggle input[type=checkbox]:checked ~ label .checkbox-toggle-switch:before {
            content: attr(data-unchecked);
            left: 0;
        }

        .checkbox-toggle input[type=checkbox]:checked ~ label .checkbox-toggle-switch:after {
            content: attr(data-checked);
        }

    .checkbox-toggle label {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .checkbox-toggle label .checkbox-toggle-label {
            -ms-flex: 1;
            flex: 1;
            padding-left: 15px;
        }

        .checkbox-toggle label .checkbox-toggle-switch {
            position: relative;
        }

            .checkbox-toggle label .checkbox-toggle-switch:before {
                content: attr(data-checked);
                position: absolute;
                top: 0;
                text-align: center;
            }

            .checkbox-toggle label .checkbox-toggle-switch:after {
                content: attr(data-unchecked);
                position: absolute;
                z-index: 5;
                text-align: center;
                background: #fff;
                transform: translate3d(0,0,0);
            }

    .checkbox-toggle input[type=checkbox][disabled] ~ label {
        color: #888;
    }

    .checkbox-toggle input[type=checkbox]:focus ~ label, .checkbox-toggle input[type=checkbox]:hover ~ label {
        color: #222;
    }

        .checkbox-toggle input[type=checkbox]:focus ~ label .checkbox-toggle-switch, .checkbox-toggle input[type=checkbox]:hover ~ label .checkbox-toggle-switch {
            background-color: #e2ebf4;
        }

            .checkbox-toggle input[type=checkbox]:focus ~ label .checkbox-toggle-switch:after, .checkbox-toggle input[type=checkbox]:hover ~ label .checkbox-toggle-switch:after {
                background-color: #b2bbcf;
                color: #222;
            }

    .checkbox-toggle input[type=checkbox]:hover ~ label {
        color: #222;
    }

    .checkbox-toggle input[type=checkbox]:checked ~ label:hover {
        color: #222;
    }

    .checkbox-toggle input[type=checkbox]:checked ~ label .checkbox-toggle-switch:after {
        color: #fff;
        background: #25BB3D;
    }

    .checkbox-toggle input[type=checkbox]:checked:focus ~ label .checkbox-toggle-switch, .checkbox-toggle input[type=checkbox]:checked:hover ~ label .checkbox-toggle-switch {
        background-color: #e2ebf4;
    }

    .checkbox-toggle label .checkbox-toggle-label {
        -ms-flex: 1;
        flex: 1;
    }

    .checkbox-toggle label .checkbox-toggle-switch {
        background: #e2ebf4;
    }

        .checkbox-toggle label .checkbox-toggle-switch:before {
            font-weight: 500;
            color: #222;
        }

        .checkbox-toggle label .checkbox-toggle-switch:after {
            font-weight: 500;
            background-color: #b2bbcf;
            transition: transform .3s cubic-bezier(0,1,.5,1);
            color: #222;
        }

    .checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) input[type=checkbox]:checked ~ label .checkbox-toggle-switch:after {
        transform: translate3d(50px,0,0);
    }

    .checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) label {
        cursor: pointer;
        font-size: 14px;
        padding-left: 15px;
    }

        .checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) label .checkbox-toggle-switch {
            height: 28px;
            -ms-flex: 0 0 104px;
            flex: 0 0 104px;
            border-radius: 0px;
        }

            .checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) label .checkbox-toggle-switch:before {
                left: 52px;
                font-size: 14px;
                line-height: 28px;
                width: 52px;
                padding: 0 12px;
            }

            .checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) label .checkbox-toggle-switch:after {
                top: 2px;
                left: 2px;
                border-radius: 0px;
                width: 50px;
                line-height: 24px;
                font-size: 14px;
            }

    .checkbox-toggle.checkbox-toggle-sm input[type=checkbox]:checked ~ label .checkbox-toggle-switch:after {
        transform: translate3d(38px,0,0);
    }

    .checkbox-toggle.checkbox-toggle-sm label {
        cursor: pointer;
        font-size: 11px;
        padding-left: 15px;
    }

        .checkbox-toggle.checkbox-toggle-sm label .checkbox-toggle-switch {
            height: 21px;
            -ms-flex: 0 0 80px;
            flex: 0 0 80px;
            border-radius: 0px;
        }

            .checkbox-toggle.checkbox-toggle-sm label .checkbox-toggle-switch:before {
                left: 40px;
                font-size: 9px;
                line-height: 21px;
                width: 40px;
                padding: 0 12px;
            }

            .checkbox-toggle.checkbox-toggle-sm label .checkbox-toggle-switch:after {
                top: 2px;
                left: 2px;
                border-radius: 0px;
                width: 38px;
                line-height: 17px;
                font-size: 9px;
            }

    .checkbox-toggle.checkbox-toggle-lg input[type=checkbox]:checked ~ label .checkbox-toggle-switch:after {
        transform: translate3d(60px,0,0);
    }

    .checkbox-toggle.checkbox-toggle-lg label {
        cursor: pointer;
        font-size: 16px;
        padding-left: 15px;
    }

        .checkbox-toggle.checkbox-toggle-lg label .checkbox-toggle-switch {
            height: 36px;
            -ms-flex: 0 0 126px;
            flex: 0 0 126px;
            border-radius: 0px;
        }

            .checkbox-toggle.checkbox-toggle-lg label .checkbox-toggle-switch:before {
                left: 63px;
                font-size: 16px;
                line-height: 36px;
                width: 63px;
                padding: 0 12px;
            }

            .checkbox-toggle.checkbox-toggle-lg label .checkbox-toggle-switch:after {
                top: 3px;
                left: 3px;
                border-radius: 0px;
                width: 60px;
                line-height: 30px;
                font-size: 16px;
            }

.radio-group-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

    .radio-group-toggle input {
        position: absolute !important;
        clip: rect(0,0,0,0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .radio-group-toggle label {
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #fff;
        color: #222;
        font-size: 15px;
        padding: 6px 22px;
        transition: all .1s ease-in-out;
        border: 1px solid #b2bbcf;
        margin: 0;
        -ms-flex-align: center;
        align-items: center;
    }

        .radio-group-toggle label:hover {
            cursor: pointer;
        }

        .radio-group-toggle label:first-of-type {
            border-radius: 0px 0 0 2px;
        }

        .radio-group-toggle label:last-of-type {
            border-radius: 0 2px 2px 0;
        }

    .radio-group-toggle input:checked + label {
        background: #b2bbcf;
        color: #fff;
    }

.radio-group-toggle--success label {
    border-color: #25BB3D;
    color: #25BB3D;
}

.radio-group-toggle--success input:checked + label {
    background: #25BB3D;
}

.radio-group-toggle--azure-radiance label {
    border-color: #007aff;
    color: #007aff;
}

.radio-group-toggle--azure-radiance input:checked + label {
    background: #007aff;
}

.progress {
    line-height: 1.25rem;
    border-radius: 0px;
    background-color: #f1f4f7;
}

.progress-bar {
    height: 1.25rem;
    color: #fff;
    background-color: #00ae9b;
}

.progress-bar-striped {
    background-size: 1.25rem 1.25rem;
}

.progress-sm .progress-bar {
    height: .75rem;
}

.progress-sm .progress-bar-striped {
    background-size: .75rem .75rem;
}

.progress-xs .progress-bar {
    height: .45rem;
}

.progress-xs .progress-bar-striped {
    background-size: .55rem .55rem;
}

.popover {
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.5;
    font-size: 1rem;
    border: none;
    color: #888;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}

    .popover:before {
        border-width: 8px;
    }

    .popover:after {
        border-width: 7px;
    }

    .popover.bs-tether-element-attached-bottom::before, .popover.popover-top::before {
        bottom: -8px;
        margin-left: -8px;
        border-top-color: rgba(0,0,0,.13);
    }

    .popover.bs-tether-element-attached-bottom::after, .popover.popover-top::after {
        bottom: -7px;
        margin-left: -7px;
        border-top-color: #fff;
    }

    .popover.bs-tether-element-attached-right::before, .popover.popover-left::before {
        right: -8px;
        margin-top: -8px;
        border-left-color: rgba(0,0,0,.13);
    }

    .popover.bs-tether-element-attached-right::after, .popover.popover-left::after {
        right: -7px;
        margin-top: -7px;
        border-left-color: #fff;
    }

    .popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
        left: -8px;
        margin-top: -8px;
        border-right-color: rgba(0,0,0,.13);
    }

    .popover.bs-tether-element-attached-left:after, .popover.popover-right:after {
        left: -7px;
        margin-top: -7px;
        border-right-color: #fff;
    }

    .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
        top: -8px;
        margin-left: -8px;
        border-bottom-color: rgba(0,0,0,.13);
    }

    .popover.bs-tether-element-attached-top:after, .popover.popover-bottom:after {
        top: -7px;
        margin-left: -7px;
        border-bottom-color: #fff;
    }

.popover-content {
    padding: .95rem 1rem;
}

.popover-title {
    padding: .95rem 1rem 0 1rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    color: #222;
    background-color: transparent;
    border-bottom: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

    .popover-title:not(:empty) + .popover-content {
        padding-top: .45rem;
    }

.tooltip {
    font-family: 'Fira Sans', sans-serif;
    font-size: .875rem;
    opacity: 0;
}

    .tooltip.show {
        opacity: 1;
    }

    .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
        border-top-color: rgba(0,0,0,.8);
    }

    .tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
        border-right-color: rgba(0,0,0,.8);
    }

    .tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
        border-bottom-color: rgba(0,0,0,.8);
    }

    .tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
        border-left-color: rgba(0,0,0,.8);
    }

.tooltip-inner {
    font-family: 'Fira Sans', sans-serif;
    max-width: 200px;
    padding: .313rem .625rem;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    border-radius: 0px;
}

.badge {
    padding: .6rem .8rem;
    font-size: 1.067rem;
    font-weight: 400;
    border-radius: 0px;
}

.badge-pill {
    padding: .6rem .8rem;
    border-radius: 10rem;
}

.badge-sm {
    padding: .4rem .5rem .478rem .5rem;
    font-size: .933rem;
    line-height: .933rem;
}

    .badge-sm.badge-pill {
        padding: .478rem .867rem .478rem .867rem;
    }

h1 .badge, h2 .badge, h3 .badge, h4 .badge, h5 .badge, h6 .badge {
    font-size: 75%;
}

.badge-default {
    background-color: #acb5ca;
}

    .badge-default[href]:focus, .badge-default[href]:hover {
        background-color: #969fb9;
    }

[class*=badge-outline-] {
    color: #222;
}

.badge-outline-default {
    border: 1px solid #acb5ca;
}

    .badge-outline-default[href]:focus, .badge-outline-default[href]:hover {
        border: 1px solid #969fb9;
    }

.badge-primary {
    background-color: #00ae9b;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        background-color: #8a1b7a;
    }

.badge-outline-primary {
    border: 1px solid #00ae9b;
}

    .badge-outline-primary[href]:focus, .badge-outline-primary[href]:hover {
        border: 1px solid #8a1b7a;
    }

.badge-success {
    background-color: #25BB3D;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        background-color: #6baa41;
    }

.badge-outline-success {
    border: 1px solid #25BB3D;
}

    .badge-outline-success[href]:focus, .badge-outline-success[href]:hover {
        border: 1px solid #6baa41;
    }

.badge-info {
    background-color: #a2b8c1;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        background-color: #3daad6;
    }

.badge-outline-info {
    border: 1px solid #a2b8c1;
}

    .badge-outline-info[href]:focus, .badge-outline-info[href]:hover {
        border: 1px solid #3daad6;
    }

.badge-warning {
    background-color: #338e85;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        background-color: #dea336;
    }

.badge-outline-warning {
    border: 1px solid #338e85;
}

    .badge-outline-warning[href]:focus, .badge-outline-warning[href]:hover {
        border: 1px solid #dea336;
    }

.badge-danger {
    background-color: #BB3609;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        background-color: #d94e47;
    }

.badge-outline-danger {
    border: 1px solid #BB3609;
}

    .badge-outline-danger[href]:focus, .badge-outline-danger[href]:hover {
        border: 1px solid #d94e47;
    }

.badge-shamrock {
    background-color: #2ecc71;
}

    .badge-shamrock[href]:focus, .badge-shamrock[href]:hover {
        background-color: #1bb751;
    }

.badge-cannibar {
    background-color: #e74c3c;
}

    .badge-cannibar[href]:focus, .badge-cannibar[href]:hover {
        background-color: #dc3125;
    }

.badge-red-orange {
    background-color: #fd4122;
}

    .badge-red-orange[href]:focus, .badge-red-orange[href]:hover {
        background-color: #ca341b;
    }

.badge-vida-loca {
    background-color: #53b427;
}

    .badge-vida-loca[href]:focus, .badge-vida-loca[href]:hover {
        background-color: #42901f;
    }

.badge-bettercup {
    background-color: #f3aa0d;
}

    .badge-bettercup[href]:focus, .badge-bettercup[href]:hover {
        background-color: #c2880a;
    }

.badge-denim {
    background-color: #128adb;
}

    .badge-denim[href]:focus, .badge-denim[href]:hover {
        background-color: #0e6eaf;
    }

.breadcrumb {
    padding: .5rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item {
    font-size: 16px;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .3rem;
        padding-left:.3rem;
        color: #888;
        content: "/";
    }

    .breadcrumb-item.active {
        color: #888;
    }

.pagination {
    border-radius: 0px;
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #1e2a39;
    border-color: #1e2a39;
}

.page-item.disabled .page-link {
    color: #888;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #dae3e6;
}

.page-link {
    padding: .7rem 1.1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00ae9b;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

    .page-link:focus, .page-link:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e2a39;
        border-color: #1e2a39 !important;
    }

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination-sm .page-link {
    padding: .35rem .65rem;
    font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.table td, .table th {
    font-size: .9333rem;
    padding: .9333rem 1rem .6rem 1rem;
    border-top-color: #ecf1f3;
}

.table thead th {
    font-weight: 500;
    border-bottom-color: #ecf1f3;
}

.table tbody + tbody {
    border-top-color: #ecf1f3;
}

.table-bordered {
    border-color: #ecf1f3;
}

    .table-bordered td, .table-bordered th {
        border-color: #d5dae6;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ecf1f3;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-color: #ecf1f3;
}

.table-hover tbody tr:hover {
    background: #dae3e6;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #787f88;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0px;
    }

.media > img {
    margin-right: 1.25rem;
    border-radius: 0px;
}

.media + .media {
    margin-top: 2rem;
}

.media-body {
    font-size: 1rem;
}

.media-header {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.tags {
    padding: 4px;
    border-radius: 0px;
    background-color: #e2ebf4;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.tags-item {
    color: #fff;
    padding: 5px 10px;
    background: #00ae9b;
    border-radius: 0px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

    .tags-item + .tags-item {
        margin-left: 4px;
    }

.tags-item-text {
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    -ms-flex-order: 1;
    order: 1;
}

.tags-item-close {
    position: relative;
    top: 1px;
    margin-left: 9px;
    color: #fff;
    -ms-flex-order: 2;
    order: 2;
}

    .tags-item-close:active, .tags-item-close:focus, .tags-item-close:hover {
        color: #fff;
    }

.tags-sm .tags-item {
    padding: 3px 8px;
}

.tags-sm .tags-item-text {
    font-size: 13px;
    line-height: 13px;
}

.tags-sm .tags-item-close {
    font-size: 22px;
    top: 1px;
}

.tags-item-secondary {
    background: #acb5ca;
}

.tags-item-info {
    background: #a2b8c1;
}

.tags-item-success {
    background: #25BB3D;
}

.tags-item-warning {
    background: #338e85;
}

.tags-item-danger {
    background: #BB3609;
}

.jumbotron {
    background: #f1f4f7;
    border-radius: 0px;
    padding: 1.438rem 2rem;
}

.jumbotron-action-header {
    font-family: CircularStd;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 1rem;
}

.jumbotron-action-text {
    margin: 0;
}

.jumbotron-action-btn {
    margin-top: 27px;
}

.jumbotron-action-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .jumbotron-action-inline .jumbotron-action-btn {
        margin-top: 0;
        margin-left: 20px;
    }

.jumbotron-action-center {
    padding: 2rem 4rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jumbotron-action-primary {
    background: #00ae9b;
    color: #fff;
}

.jumbotron-action-cinnabar {
    background: #e74c3c;
    color: #fff;
}

.jumbotron-action-success {
    background: #25BB3D;
    color: #fff;
}

.jumbotron-action-info {
    background: #a2b8c1;
    color: #fff;
}

.jumbotron-action-warning {
    background: #338e85;
    color: #fff;
}

.jumbotron-action-danger {
    background: #BB3609;
    color: #fff;
}

.carousel-inner {
    border-radius: 0px;
}

    .carousel-inner img {
        border-radius: 0px;
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    background-color: rgba(47,41,41,.7);
    text-align: left;
    font-size: 1rem;
    padding: 1.333rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .carousel-caption p:last-child {
        margin-bottom: 0;
    }

.carousel-indicators {
    position: absolute;
    right: 1.5rem;
    bottom: auto;
    top: 1.5rem;
    left: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 0;
    margin-left: auto;
}

.list-group-item-action {
    color: #222;
    font-size: 1rem;
}

    .list-group-item-action .list-group-item-heading {
        color: #222;
    }

    .list-group-item-action:not(.disabled):focus, .list-group-item-action:not(.disabled):hover {
        color: #222;
        background-color: #f7f7f9;
    }

    .list-group-item-action:not(.disabled):active {
        color: #222;
        background-color: #eceeef;
    }

.list-group-item {
    padding: .75rem 1rem;
    border: 1px solid #e6e6e6;
}

    .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        color: #fff;
        background-color: #00ae9b;
        border-color: #00ae9b;
    }

.nav .nav-link {
    color: #2f2929;
    font-size: 1.067rem;
}

    .nav .nav-link.active {
        color: #00ae9b;
    }

    .nav .nav-link:not(.disabled):hover {
        color: #00ae9b;
    }

    .nav .nav-link.disabled {
        color: #888;
    }

.nav:not(.nav-vertical):not(.nav-pills):not(.nav-tabs) .nav-item + .nav-item {
    margin-left: .7rem;
}

.nav:not(.nav-vertical):not(.nav-pills):not(.nav-tabs) .nav-link {
    position: relative;
    padding: .7rem 1em;
}

    .nav:not(.nav-vertical):not(.nav-pills):not(.nav-tabs) .nav-link.active::before {
        position: absolute;
        content: '';
        background: #00ae9b;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        z-index: 2;
    }

.nav-vertical .nav-item + .nav-item {
    margin-top: .7rem;
}

.nav-vertical .nav-link {
    position: relative;
    padding: .4rem 1.3em;
}

    .nav-vertical .nav-link.active::before {
        position: absolute;
        content: '';
        background: #00ae9b;
        top: 0;
        left: 0;
        bottom: 0;
        width: 3px;
        z-index: 2;
    }

.nav-pills .nav-link {
    border-radius: 0px;
}

    .nav-pills .nav-link.active {
        color: #fff;
        background-color: #00ae9b;
    }

        .nav-pills .nav-link.active:not(.disabled):hover {
            color: #fff;
        }

.nav-pills .nav-item + .nav-item {
    margin-left: 5px;
}

.nav-pills .nav-item.show .nav-link {
    color: #fff;
    background-color: #00ae9b;
}

.nav-tabs {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

    .nav-tabs .nav-link {
        font-size: 1.067rem;
        border: none;
        border-right: 1px solid #e6e6e6;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

        .nav-tabs .nav-link:not(.disabled):focus, .nav-tabs .nav-link:not(.disabled):hover {
            border-color: #dae3e6;
            color: #00ae9b;
        }

        .nav-tabs .nav-link.active {
            position: relative;
            color: #00ae9b;
        }

            .nav-tabs .nav-link.active::before {
                content: '';
                position: absolute;
                top: -1px;
                right: -1px;
                left: -1px;
                z-index: 2;
                height: 3px;
                background: #00ae9b;
            }

        .nav-tabs .nav-link.disabled {
            color: #888;
            border-color: #dae3e6;
        }

    .nav-tabs .nav-item.show .nav-link {
        color: #00ae9b;
        background-color: transparent;
        border-color: #dae3e6;
    }

    .nav-tabs .dropdown-menu {
        margin-top: 10px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

.nav-tabs {
    background: #fff;
    border: 1px solid #e6e6e6;
}

    .nav-tabs .tab-content {
        padding: 1.333rem;
    }

.card {
    border-radius: 0px;
    border: 1px solid #e6e6e6;
}

.card-header {
    padding: 15px 20px;
    background-color: #f7f7f9;
    border-bottom: 1px solid #e6e6e6;
    font-size: 17px;
    line-height: 20px;
}

    .card-header:first-child {
        border-radius: 0;
    }

.card-header-pills {
    padding: 0;
    margin: -7px -13px;
}

    .card-header-pills .nav-link {
        padding: 7px 18px;
    }

.card-header-tabs {
    padding: 0;
    background: 0 0;
    margin: -7px -13px -16px -13px;
}

    .card-header-tabs .nav-item:first-child .nav-link {
        border-left: 1px solid #e6e6e6;
    }

    .card-header-tabs .nav-link {
        padding: .65em 1em;
        border-top: 1px solid #e6e6e6;
    }

.card-block {
    padding: 16px 20px;
    font-size: 16px;
}

.card-footer {
    border-top: 1px solid #e6e6e6;
    background: #f9fafb;
    color: rgba(0,0,0,.4);
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
}

.card-text {
    font-size: 16px;
}

.card-inverse .card-footer, .card-inverse .card-header {
    border-color: rgba(255,255,255,.15);
}

.card-primary {
    background-color: #00ae9b;
    border-color: #00ae9b;
}

.card-secondary {
    background-color: #acb5ca;
    border-color: #acb5ca;
}

.card-success {
    background-color: #25BB3D;
    border-color: #25BB3D;
}

.card-info {
    background-color: #a2b8c1;
    border-color: #a2b8c1;
}

.card-warning {
    background-color: #338e85;
    border-color: #338e85;
}

.card-danger {
    background-color: #BB3609;
    border-color: #BB3609;
}

[class*=card-outline-] .card-header {
    background: 0 0;
}

    [class*=card-outline-] .card-header[class*=bg-] {
        color: #fff;
    }

.card-outline-primary {
    border-color: #00ae9b;
}

    .card-outline-primary .card-footer, .card-outline-primary .card-header {
        border-color: #00ae9b;
    }

.card-outline-secondary {
    border-color: #acb5ca;
}

    .card-outline-secondary .card-footer, .card-outline-secondary .card-header {
        border-color: #acb5ca;
    }

.card-outline-info {
    border-color: #a2b8c1;
}

    .card-outline-info .card-footer, .card-outline-info .card-header {
        border-color: #a2b8c1;
    }

.card-outline-success {
    border-color: #25BB3D;
}

    .card-outline-success .card-footer, .card-outline-success .card-header {
        border-color: #25BB3D;
    }

.card-outline-warning {
    border-color: #338e85;
}

    .card-outline-warning .card-footer, .card-outline-warning .card-header {
        border-color: #338e85;
    }

.card-outline-danger {
    border-color: #BB3609;
}

    .card-outline-danger .card-footer, .card-outline-danger .card-header {
        border-color: #BB3609;
    }

.card-solid {
    border: none;
    position: relative;
}

    .card-solid .card-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #d7dfe8;
        border-bottom: none;
    }

.card-accordion .card-header {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1rem;
}

.card-accordion .card-title {
    margin-bottom: 0;
    font-size: 1rem;
}

    .card-accordion .card-title a {
        position: relative;
        top: 1px;
    }

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\xf112"; /* adjust as needed, taken from bootstrap.css */
}


/* Spin Loader*/

.loader1 {
    border: 10px solid #ecf1f3;
    border-radius: 50%;
    border-top: 10px solid #00ae9b;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader2 {
    border: 5px solid #ecf1f3;
    border-radius: 50%;
    border-top: 5px solid #007266;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader3 {
    border: 5px solid #ecf1f3;
    border-radius: 50%;
    border-top: 5px solid #7ccc4e;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader4 {
    border: 5px solid #ecf1f3;
    border-radius: 50%;
    border-top: 5px solid #1e2a39;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


nav#cdi.navbar {
    height: 40px;
    border-bottom: none;
}

nav#cdi-1.navbar {
    height: 40px;
    border-bottom: none;
}

nav#cdi.navbar-toggleable-md .navbar-nav .nav-link {
    padding: 0.6rem 1.1rem 0.5rem 1.1rem;
}

nav#cdi-1.navbar-toggleable-md .navbar-nav .nav-link {
    padding: 0.8rem 1.1rem 0.8rem 1.1rem;
}

.dropdown-toggle::after {
    content: none;
}
/*Need to change latter on*/

#navbar-footer {
    height: 40px;
}

    #navbar-footer a {
        line-height: 40px;
    }

        #navbar-footer a:hover {
            color: #fff;
            text-decoration: none;
        }

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 93px;
    border-bottom: 5px solid #33beaf;
}

    .navbar .form-inline {
        padding-top: 1px;
    }

        .navbar .form-inline + .navbar-nav {
            margin-left: 10px;
        }

    .navbar .form-control {
        font-size: 1rem;
        padding: .48rem .75rem .52rem .75rem;
    }

        .navbar .form-control::-webkit-input-placeholder {
            font-size: 1rem;
        }

        .navbar .form-control:-ms-input-placeholder {
            font-size: 1rem;
        }

        .navbar .form-control::placeholder {
            font-size: 1rem;
        }

        .navbar .form-control:focus {
            border-color: #dae2e4;
        }

        .navbar .form-control:active, .navbar .form-control:focus {
            box-shadow: none;
        }

    .navbar .search-form + .navbar-nav {
        margin-left: 1rem;
    }

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #000;
        background: #dae2e4;
    }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .open > .nav-link {
    color: #000;
}

.navbar-light .form-control {
    background: #dae2e4;
    border-color: #dae2e4;
    padding: .525rem 1rem;
}

    .navbar-light .form-control::-webkit-input-placeholder {
        color: #6d7172;
    }

    .navbar-light .form-control:-ms-input-placeholder {
        color: #6d7172;
    }

    .navbar-light .form-control::placeholder {
        color: #6d7172;
    }

    .navbar-light .form-control:focus {
        border-color: #dae2e4;
    }

.navbar-inverse .navbar-nav .nav-link {
    color: #fff;
}

    .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
        color: #fff;
        background: #33beaf;
    }

.navbar-inverse.bg-inverse .navbar-nav .nav-link.active, .navbar-inverse.bg-inverse .navbar-nav .nav-link.open, .navbar-inverse.bg-inverse .navbar-nav .nav-link:focus, .navbar-inverse.bg-inverse .navbar-nav .nav-link:hover {
    background: #1c1818;
}

.navbar-inverse.bg-inverse .form-control {
    background: #1c1818;
    border-color: #1c1818;
    color: rgba(255,255,255,.9);
}

    .navbar-inverse.bg-inverse .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-inverse .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-inverse .form-control::placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-inverse .form-control:focus {
        border-color: #1c1818;
    }

.navbar-inverse.bg-primary .navbar-nav .nav-link.active, .navbar-inverse.bg-primary .navbar-nav .nav-link.open, .navbar-inverse.bg-primary .navbar-nav .nav-link:focus, .navbar-inverse.bg-primary .navbar-nav .nav-link:hover {
    background: #86146e;
}

.navbar-inverse.bg-primary .form-control {
    background: #86146e;
    border-color: #86146e;
    color: rgba(255,255,255,.9);
}

    .navbar-inverse.bg-primary .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-primary .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-primary .form-control::placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-primary .form-control:focus {
        border-color: #86146e;
    }

.navbar-inverse.bg-info .navbar-nav .nav-link.active, .navbar-inverse.bg-info .navbar-nav .nav-link.open, .navbar-inverse.bg-info .navbar-nav .nav-link:focus, .navbar-inverse.bg-info .navbar-nav .nav-link:hover {
    background: #33aadc;
}

.navbar-inverse.bg-info .form-control {
    background: #33aadc;
    border-color: #33aadc;
    color: rgba(255,255,255,.9);
}

    .navbar-inverse.bg-info .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-info .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-info .form-control::placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-info .form-control:focus {
        border-color: #33aadc;
    }

.navbar-inverse.bg-success .navbar-nav .nav-link.active, .navbar-inverse.bg-success .navbar-nav .nav-link.open, .navbar-inverse.bg-success .navbar-nav .nav-link:focus, .navbar-inverse.bg-success .navbar-nav .nav-link:hover {
    background: #62aa35;
}

.navbar-inverse.bg-success .form-control {
    background: #62aa35;
    border-color: #62aa35;
    color: rgba(255,255,255,.9);
}

    .navbar-inverse.bg-success .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-success .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-success .form-control::placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-success .form-control:focus {
        border-color: #62aa35;
    }

.navbar-inverse.bg-warning .navbar-nav .nav-link.active, .navbar-inverse.bg-warning .navbar-nav .nav-link.open, .navbar-inverse.bg-warning .navbar-nav .nav-link:focus, .navbar-inverse.bg-warning .navbar-nav .nav-link:hover {
    background: #f1a22b;
}

.navbar-inverse.bg-warning .form-control {
    background: #f1a22b;
    border-color: #f1a22b;
    color: rgba(255,255,255,.9);
}

    .navbar-inverse.bg-warning .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-warning .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-warning .form-control::placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-warning .form-control:focus {
        border-color: #f1a22b;
    }

.navbar-inverse.bg-danger .navbar-nav .nav-link.active, .navbar-inverse.bg-danger .navbar-nav .nav-link.open, .navbar-inverse.bg-danger .navbar-nav .nav-link:focus, .navbar-inverse.bg-danger .navbar-nav .nav-link:hover {
    background: #e54239;
}

.navbar-inverse.bg-danger .form-control {
    background: #e54139;
    border-color: #e54139;
    color: rgba(255,255,255,.9);
}

    .navbar-inverse.bg-danger .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-danger .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-danger .form-control::placeholder {
        color: rgba(255,255,255,.5);
    }

    .navbar-inverse.bg-danger .form-control:focus {
        border-color: #e54139;
    }

.navbar-brand {
    font-family: 'Fira sans';
    font-weight: 300;
    padding-top: .3rem;
    font-size: 1.4rem;
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    border: none;
    top: 1.1rem;
}

    .navbar-toggler:active, .navbar-toggler:focus {
        border: none;
        outline: 0;
    }

@media (max-width:991px) {
    .navbar {
        padding: .6rem 0 0 0;
    }

        .navbar .search-form + .navbar-nav {
            margin-left: 0;
        }

        .navbar .dropdown-menu {
            border-radius: 0;
            box-shadow: none;
            margin: 0;
            padding: 0;
        }

        .navbar .form-inline {
            margin-bottom: 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }

            .navbar .form-inline + .navbar-nav {
                margin-left: 0;
            }

            .navbar .form-inline .form-control {
                width: 100%;
            }

    .navbar-brand {
        padding-left: 1rem;
    }

    .navbar-nav .dropdown-item, .navbar-nav .nav-link {
        padding: 1rem;
        font-size: 1.133rem;
        line-height: 1.133rem;
        color: #fff;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

    .navbar-nav + .form-inline {
        margin-top: 1rem;
    }

    .navbar-inverse.bg-inverse .navbar-nav .nav-link.active, .navbar-inverse.bg-inverse .navbar-nav .nav-link.open, .navbar-inverse.bg-inverse .navbar-nav .nav-link:focus, .navbar-inverse.bg-inverse .navbar-nav .nav-link:hover {
        background: #231f1f;
    }

    .navbar-inverse.bg-inverse .form-control {
        background: #fff;
        border-color: #fff;
        color: #222;
    }

        .navbar-inverse.bg-inverse .form-control::-webkit-input-placeholder {
            color: #888;
        }

        .navbar-inverse.bg-inverse .form-control:-ms-input-placeholder {
            color: #888;
        }

        .navbar-inverse.bg-inverse .form-control::placeholder {
            color: #888;
        }

        .navbar-inverse.bg-inverse .form-control:focus {
            border-color: #fff;
        }

    .navbar-inverse.bg-inverse .dropdown-menu {
        background: #231f1f;
    }

        .navbar-inverse.bg-inverse .dropdown-menu .dropdown-item:hover {
            background: #181414;
        }

        .navbar-inverse.bg-inverse .dropdown-menu .dropdown-item.active, .navbar-inverse.bg-inverse .dropdown-menu .dropdown-item:active {
            background: #181414;
        }

    .navbar-inverse.bg-primary .navbar-nav .nav-link.active, .navbar-inverse.bg-primary .navbar-nav .nav-link.open, .navbar-inverse.bg-primary .navbar-nav .nav-link:focus, .navbar-inverse.bg-primary .navbar-nav .nav-link:hover {
        background: #8b1775;
    }

    .navbar-inverse.bg-primary .form-control {
        background: #8b1775;
        border-color: #8b1775;
    }

        .navbar-inverse.bg-primary .form-control:focus {
            border-color: #8b1775;
        }

    .navbar-inverse.bg-primary .dropdown-menu {
        background: #8b1775;
    }

        .navbar-inverse.bg-primary .dropdown-menu .dropdown-item:hover {
            background: #81136a;
        }

        .navbar-inverse.bg-primary .dropdown-menu .dropdown-item.active, .navbar-inverse.bg-primary .dropdown-menu .dropdown-item:active {
            background: #81136a;
        }

    .navbar-inverse.bg-info .navbar-nav .nav-link.active, .navbar-inverse.bg-info .navbar-nav .nav-link.open, .navbar-inverse.bg-info .navbar-nav .nav-link:focus, .navbar-inverse.bg-info .navbar-nav .nav-link:hover {
        background: #35a8da;
    }

    .navbar-inverse.bg-info .form-control {
        background: #35a8da;
        border-color: #35a8da;
    }

        .navbar-inverse.bg-info .form-control:focus {
            border-color: #35a8da;
        }

    .navbar-inverse.bg-info .dropdown-menu {
        background: #35a8da;
    }

        .navbar-inverse.bg-info .dropdown-menu .dropdown-item:hover {
            background: #299cd4;
        }

        .navbar-inverse.bg-info .dropdown-menu .dropdown-item.active, .navbar-inverse.bg-info .dropdown-menu .dropdown-item:active {
            background: #299cd4;
        }

    .navbar-inverse.bg-success .navbar-nav .nav-link.active, .navbar-inverse.bg-success .navbar-nav .nav-link.open, .navbar-inverse.bg-success .navbar-nav .nav-link:focus, .navbar-inverse.bg-success .navbar-nav .nav-link:hover {
        background: #62a838;
    }

    .navbar-inverse.bg-success .form-control {
        background: #62a838;
        border-color: #62a838;
    }

        .navbar-inverse.bg-success .form-control:focus {
            border-color: #62a838;
        }

    .navbar-inverse.bg-success .dropdown-menu {
        background: #62a838;
    }

        .navbar-inverse.bg-success .dropdown-menu .dropdown-item:hover {
            background: #529c2a;
        }

        .navbar-inverse.bg-success .dropdown-menu .dropdown-item.active, .navbar-inverse.bg-success .dropdown-menu .dropdown-item:active {
            background: #529c2a;
        }

    .navbar-inverse.bg-warning .navbar-nav .nav-link.active, .navbar-inverse.bg-warning .navbar-nav .nav-link.open, .navbar-inverse.bg-warning .navbar-nav .nav-link:focus, .navbar-inverse.bg-warning .navbar-nav .nav-link:hover {
        background: #f0a02d;
    }

    .navbar-inverse.bg-warning .form-control {
        background: #f1a02e;
        border-color: #f1a02e;
    }

        .navbar-inverse.bg-warning .form-control:focus {
            border-color: #f1a02e;
        }

    .navbar-inverse.bg-warning .dropdown-menu {
        background: #f0a02d;
    }

        .navbar-inverse.bg-warning .dropdown-menu .dropdown-item:hover {
            background: #ee9221;
        }

        .navbar-inverse.bg-warning .dropdown-menu .dropdown-item.active, .navbar-inverse.bg-warning .dropdown-menu .dropdown-item:active {
            background: #ee9221;
        }

    .navbar-inverse.bg-danger .navbar-nav .nav-link.active, .navbar-inverse.bg-danger .navbar-nav .nav-link.open, .navbar-inverse.bg-danger .navbar-nav .nav-link:focus, .navbar-inverse.bg-danger .navbar-nav .nav-link:hover {
        background: #e3433a;
    }

    .navbar-inverse.bg-danger .form-control {
        background: #e4423b;
        border-color: #e4423b;
    }

        .navbar-inverse.bg-danger .form-control:focus {
            border-color: #e4423b;
        }

    .navbar-inverse.bg-danger .dropdown-menu {
        background: #e3433a;
    }

        .navbar-inverse.bg-danger .dropdown-menu .dropdown-item:hover {
            background: #de352d;
        }

        .navbar-inverse.bg-danger .dropdown-menu .dropdown-item.active, .navbar-inverse.bg-danger .dropdown-menu .dropdown-item:active {
            background: #de352d;
        }

    .navbar-light .navbar-nav .nav-link {
        color: #222;
    }

        .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
            color: #222;
            background: #dae2e4;
        }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .open > .nav-link {
        color: #222;
    }

    .navbar-light .form-control {
        background: #dae2e4;
        border-color: #dae2e4;
    }

        .navbar-light .form-control:focus {
            border-color: #dae2e4;
        }

    .navbar-light .dropdown-menu {
        background: #dae2e4;
    }

        .navbar-light .dropdown-menu .dropdown-item {
            color: #222;
        }

            .navbar-light .dropdown-menu .dropdown-item:hover {
                background: #cad5d7;
            }

            .navbar-light .dropdown-menu .dropdown-item.active, .navbar-light .dropdown-menu .dropdown-item:active {
                background: #cad5d7;
            }
}

@media (min-width:992px) {
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding: 1.1rem 1.1rem 1.4rem 1.1rem;
        font-size: 0.875rem;
        line-height: 1.133rem;
        text-align: center;
    }
}

.dropdown-menu {
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    border-radius: 0px;
    background: #fff;
    border: none;
    margin-top: 10px;
    z-index: 1001;
}

.dropdown-item {
    font-size: 1.133rem;
    padding: .5333rem 1rem;
}

    .dropdown-item:hover {
        background: #dae2e4;
    }

    .dropdown-item.active, .dropdown-item:active {
        background: #dae2e4;
        color: #222;
    }

.bg-primary .dropdown-item.active, .bg-primary .dropdown-item:hover {
    background: #00ae9b;
    color: #fff;
}

.bg-info .dropdown-item.active, .bg-info .dropdown-item:hover {
    background: #a2b8c1;
    color: #fff;
}

.bg-success .dropdown-item.active, .bg-success .dropdown-item:hover {
    background: #25BB3D;
    color: #fff;
}

.bg-warning .dropdown-item.active, .bg-warning .dropdown-item:hover {
    background: #338e85;
    color: #fff;
}

.bg-danger .dropdown-item.active, .bg-danger .dropdown-item:hover {
    background: #BB3609;
    color: #fff;
}

.close {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-shadow: none;
}

    .close:active, .close:focus {
        outline: 0;
    }

.alert-link {
    font-weight: 500;
}

.alert {
    border-radius: 0px;
    padding: 1.2rem;
    font-size: 1rem;
}

.alert-primary {
    background-color: #f1deee;
    border-color: #f1deee;
    color: #00ae9b;
}

    .alert-primary .alert-link {
        color: #791a69;
    }

.alert-secondary {
    background-color: #eaeded;
    border-color: #eaeded;
    color: #333;
}

    .alert-secondary .alert-link {
        color: #000;
    }

.alert-info {
    background-color: #dcf3fa;
    border-color: #dcf3fa;
    color: #30a3c7;
}

    .alert-info .alert-link {
        color: #26819e;
    }

.alert-success {
    background: #ecf6e5;
    border-color: #ecf6e5;
    color: #69a53b;
}

    .alert-success .alert-link {
        color: #517f2e;
    }

.alert-warning {
    background: #fef5e3;
    border-color: #fef5e3;
    color: #d19927;
}

    .alert-warning .alert-link {
        color: #a67a1f;
    }

.alert-danger {
    background: #fce7e6;
    border-color: #fce7e6;
    color: #BB3609;
}

    .alert-danger .alert-link {
        color: #e83427;
    }

[class*=alert-solid-] {
    color: #fff;
}

    [class*=alert-solid-] hr {
        border-top-color: rgba(255,255,255,.15);
    }

    [class*=alert-solid-] .alert-link {
        color: #fff;
        font-weight: 500;
    }

    [class*=alert-solid-] .close {
        color: #fff;
        opacity: 1;
    }

        [class*=alert-solid-] .close:hover {
            opacity: 1;
        }

.alert-solid-primary {
    background-color: #00ae9b;
    border-color: #00ae9b;
}

.alert-solid-secondary {
    background-color: #acb5ca;
    border-color: #acb5ca;
}

.alert-solid-success {
    background-color: #25BB3D;
    border-color: #25BB3D;
}

.alert-solid-info {
    background-color: #a2b8c1;
    border-color: #a2b8c1;
}

.alert-solid-warning {
    background-color: #338e85;
    border-color: #338e85;
}

.alert-solid-danger {
    background-color: #BB3609;
    border-color: #BB3609;
}

.modal .close {
    display:block;
    /*width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e9eef0;
    color: #fff;
    position: absolute;
    opacity: 1;
    right: -15px;
    top: -15px;*/
}

    .modal .close:hover {
        background: #dde5e9;
    }

.modal-content {
    border: none;
    border-radius: 0px;
}

.modal-header {
    padding: 15px 15px 12px 15px;
    border-bottom-color: #e6e6e6;
}

.modal-footer {
    border-top-color: #e6e6e6;
}

.modal-body-header {
    margin-bottom: 25px;
}

.modal-body-single {
    padding: 30px;
}

.modal-form .form-group:last-child {
    margin-bottom: 0;
}

.modal-form .form-group + .form-group {
    margin-top: 1.5rem;
}

.modal-controls {
    margin-top: 34px;
}

    .modal-controls a {
        color: #8e8e93;
        font-weight: 400;
    }

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    color: #e1ffff;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

body {
    margin: 0px;
    padding: 0px;
}

.dataTables_filter .form-control {
    display: inline-block;
    width: 150px;
}

.dataTables_length .form-control {
    display: inline-block;
    width: 60px;
}

.borderBottomGrey {
    border-bottom: 1px solid #dae3e6;
}

.dataTables_filter .form-control {
    display: inline-block;
    width: 150px;
}

.dataTables_length .form-control {
    display: inline-block;
    width: 60px;
}

.form-control.tableSearch {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 70%;
}

.dataTables_filter {
    display: none;
}



html, body {
    height: 100%;
}

.login {
  background-color: #4b5561!important;
}

.login .logo {
  margin: 0;
  padding: 0;
  text-align: center;
}

.login .content {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.login .content h3 {
  color: #4db3a5;
  text-align: center;
  font-size: 28px;
  font-weight: 400!important;
}

.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px;
}

.login .content .forget-form,.login .content .login-form {
  padding: 0;
  margin: 0;
}

.login .content .form-control {
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}

.login .content .form-control:active,.login .content .form-control:focus {
  border: 1px solid #c3ccda;
}

.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}

.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}

.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.login .content .forget-form,.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0;
  border-bottom: 1px solid #d7e3ed;
  padding: 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions>.btn {
  margin-top: -2px;
}

.login-options {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa!important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px!important;
  -moz-border-radius: 15px!important;
  -webkit-border-radius: 15px!important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.login .content .form-actions .btn {
  margin-top: 1px;
  font-weight: 600;
  padding: 10px 20px!important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px!important;
  color: #6c7a8d;
  background-color: #fff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}

.login .content .forget-password {
  font-size: 12px;
  float: right;
  display: inline-block;
  margin-top: 10px;
}

.login .content .rememberme {
}

.login .content .create-account {
  margin: 0 -40px -30px;
  padding: 15px 0 17px;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account>p {
  margin: 0;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}

@media (max-width:440px) {
  .login .content,.login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}

.login .content {
  background: 0 0;
  padding: 0;
}

.login .content .forget-password {
  margin: 0;
}

.login .content .check,.login .content .check:hover,.login .content .forget-password,.login .content .forget-password:hover {
  color: #fff;
}

.login .content .form-control {
  background: #fff;
  border-color: #fff;
}

.login .content div.form-actions {
  border: 0;
  padding: 0;
  margin: 0;
}

.login .page-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.semiBold {
  font-weight: 600;
}

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  opacity: .4;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #000;
  background-size: cover;
}

.n-login-box {
  width: 576px;
  margin: 0 auto;
  background: rgba(30,42,57,.5);
  padding: 0 20px 10px;
}

.n-top-mar {
  display: table;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width:985px) {
  .n-login-box {
    width: 100%;
    padding: 0 10px 10px;
    background: 0 0;
  }

  .n-login-box h2 {
    font-size: 26px;
    text-align: center;
    margin: 5px 0 0;
  }

  .n-login-box .form-group {
    margin-bottom: 10px;
  }

  .n-top-mar {
    padding: 10% 0 0;
  }

  video#bgvid {
    display: none;
  }

  html body {
    background: url(../../public/images/login-bg.png) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.n-middle {
  display: table-cell;
  vertical-align: middle;
}

.inner-addon {
  position: relative;
}

.inner-addon .la {
  font-size:1.5rem;
  position: absolute;
  pointer-events: none;
  padding:8px 10px;
  color: #1e2a39;
}

.left-addon input {
  padding-left: 38px;
}

.left-addon .la {
  left: 0px;
}



.paddingTop30 {
  padding-top: 30px;
}

.paddingBottom30 {
  padding-bottom: 30px;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
}

.n-login-box {
  padding: 15px 20px 20px !important;
}

.mt-checkbox {
  margin-bottom: 10px;
}

.logoImg {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 36px;
}

.alert {
  padding: 0;
  margin-bottom: 0;
}

.alert-danger {
  background-color: transparent;
  border-color: transparent;
}

#triangle-right {
  width: 0;
  height: 0;
  border-top: 133px solid transparent;
  border-left: 346px solid #33beaf;
  border-bottom: 145px solid transparent;
  position: absolute;
  top: -36px;
  left: 0px;
}

#triangle-left {
  width: 0;
  height: 0;
  border-top: 200px solid transparent;
  border-right: 666px solid #1e2a39;
  border-bottom: 0px solid transparent;
  position: absolute;
  bottom: 0;
}

.n-login-box {
  width: 435px;
  margin: 0px auto 0;
  background: #1e2a39;
  padding: 5px 30px 10px 30px;
  border: none;
}

.risk-logo {
  position: absolute;
  top: 45%;
  left: 5%;
}

.login .content .form-control {
  background-color: #dde3ec;
  height: 35px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}

.inner-addon .glyphicon {
  padding: 13px 14px;
  color: #ccc;
}

.login .content .form-control {
  background-color: #fff;
  height: 35px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}

.logo.zig {
  position: relative;
  background: #fff;
  margin: 0px auto 0;
  width: 435px;
  min-height: 200px;
  overflow: hidden;
}

.zigDiv {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #fff;
}

.logoDiv {
    float: right;
    /*padding-left: 310px;
    padding-top: 10px;*/
}

.logBtn {
  height: 34px;
  width: 100px;
  background: #33beaf;
}

.logBtn.green {
  color: #fff !important;
  box-shadow: none;
}

.login .content .form-actions .btn {
  margin-top: 1px;
  font-weight: 600;
  padding: 7px 20px!important;
}

.remMe {
  padding-top: 5px;
}

.login .n-login-box a {
  color: #2fa097;
  text-decoration: none;
}

a:focus, a:hover {
  color: #2fa097;
  text-decoration: none;
}

.login .content h4 {
  color: #fff;
  font-weight: normal;
}

.new-footer a {
    color: #fff;
    line-height: 25px;
}

.new-footer {
    margin-top: 20px;
}

.validation-summary-errors ul {
    list-style: none;
    background-color: rgba(252, 231, 230, 0.9);
    color: #BB3609;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    text-align: center;
}

    .validation-summary-errors ul li {
        line-height: 25px;
    }
#triangle-right {
    width: 0;
    height: 0;
    border-top: 158px solid transparent;
    border-left: 400px solid #33beaf;
    border-bottom: 145px solid transparent;
    position: absolute;
    top: -1px;
    left: 0px;
}

#triangle-left {
    width: 0;
    height: 0;
    border-top: 173px solid transparent;
    border-right: 826px solid #1e2a39;
    border-bottom: 0px solid transparent;
    position: absolute;
    bottom: 0;
}

.logoDiv {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-logo {
    position: absolute;
    top: 34%;
    left: 5%;
    font-size: 25px;
    color: #fff;
}

.logo.zig {
    position: relative;
    background: #fff;
    margin: 0 auto;
    width: 435px;
    min-height: 216px;
    overflow: hidden;
}
.btn-Instasafe {
    color: #fff !important
}

.btn:focus-visible, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-hover-color);
    background-color: none;
    border-color: none;
    box-shadow: none
}
