/* Minification failed. Returning unminified contents.
(115,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(116,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.pull-right {
    float: right;
}

.other-license {
    /*display: flex;*/
    margin-bottom: 5px;
}

    .other-license label {
        width: 120px;
    }

    .other-license input {
        width: 60px;
    }

.fa.fa-angle-right {
    margin-right: 5px;
}

.form-inline {
    display: flex;
}

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-left: 10px;
    }

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #282c30;
    text-shadow: none;
    opacity: .5;
}

    .close:hover {
        color: #151719;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

@media (min-width: 0px) {
    #header .header-top {
        border-bottom: 0px solid rgba(0,0,0,.06);
        background: #b90214;
    }
}

.header-body.border-top-0.appear-animation.animated.fadeIn.appear-animation-visible {
    position: static !important;
}

html.sticky-header-active #header.header-effect-shrink .header-body {
    position: relative !important;
}

#header {
    position: relative !important;
    z-index: 1030;
}

.mt-5 {
    margin-top: 0 !important;
}

.p-relative {
    padding-top: 16px !important;
}

.appear-animation {
    opacity: 1;
}

#reportProgressDiv {
    position: fixed;
    /*margin-left: auto;*/
    left: 0;
    top: 0;
    background-color: lightgray;
    width: 100%;
    height: 100%;
    z-index: 2500;
    opacity: .3;
}

    #reportProgressDiv .spinnerPosition {
        position: fixed;
        margin-left: auto;
        left: calc(100% / 2);
        top: calc(100vh / 3);
        z-index: 2502;
    }

        #reportProgressDiv .spinnerPosition .spinner-border {
            --bs-spinner-width: 2rem;
            --bs-spinner-height: 2rem;
        }

#online, #offline {
    z-index: 9000 !important;
    position: fixed !important;
    transform: translate(-50%, 25%);
    top: 0;
    left: 50%;
    display: none;
}

.mb-staticfooter {
    margin-bottom: 115px;
}

.form-select-lg {
    padding-top: 5px !important;
}

