html {
    min-height: 100vh !important;
}
a.pdf-view-button:hover {
    cursor: pointer;
}

h3 {
    margin-bottom: 0.5rem;
    font-size: 22px;
}

.model-icon button i, .model-icon a i {
    font-size: 18px;
    color: #fff;
}

.model-icon button i:hover, .model-icon a i:hover {
    color: #fff;
}

.model-icon button, .model-icon a {
    padding: 6px 12px;
}

.btn-outline-secondary {
    color: #6c757d !important;
    background-color: transparent;
    border-color: #6c757d !important;
    transition: all .25s ease-in-out;
}

.btn-outline-secondary i {
    color: #6c757d !important;
}

button.btn.btn-outline-primary.btn-sm {
    border-color: #da5e27;
    background-color: #fff;
    padding: 5px 12px;
}

button.btn.btn-outline-primary.btn-sm i {
    color: #da5e27;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.show, .btn-outline-primary.dropdown-toggle.show {
    background-color: #f5f5f5 !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #da5e27;
    border-color: #da5e27;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.show, .btn-outline-secondary.dropdown-toggle.show {
    color: #5c636a !important;
    background-color: rgba(0,0,0,0.1);
    border-color: #5c636a !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.show, .btn-primary.dropdown-toggle.show {
    color: #fff !important;
    background-color: #c95522 !important;
    border-color: #c95522 !important;
}

.panel.icon-background.status-panel {
    position: relative;
    overflow: hidden;
}

.panel.icon-background.status-panel:after, #statusesModal .modal-dialog:after {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    top: -115px;
    right: -50px;
    z-index: 1;
    color: rgba(0,0,0,0.03);
    font-size: 200px;
}

.panel.icon-background.pdf-panel {
    position: relative;
    overflow: hidden;
}

.panel.icon-background.pdf-panel:after {
    position: absolute;
    content: "\f1c1";
    font-family: "Font Awesome 6 Free";
    top: -175px;
    right: 0px;
    z-index: 1;
    color: rgba(0,0,0,0.03);
    font-size: 200px;
}

.panel.icon-background.info-panel {
    position: relative;
    overflow: hidden;
}

#docsModal .modal-dialog, #faqModal .modal-dialog, #statusesModal .modal-dialog {
    overflow:hidden;
}

.panel.icon-background.info-panel:after, #docsModal .modal-dialog:after, #faqModal .modal-dialog:after {
    position: absolute;
    content: "\f358";
    font-family: "Font Awesome 6 Free";
    top: -100px;
    right: -50px;
    z-index: 1;
    color: rgba(0,0,0,0.03);
    font-size: 200px;
}

.modal-content {
    box-shadow: 0 1px 30px rgba(0,0,0,.75);
}

.modal-header {
    background-color:#a5a5a5;
}

.modal-header h5, .modal-body {
    color:#000;
}

.panel.icon-background .panel-body, .panel.icon-background .panel-footer {
    position: relative;
    z-index: 5;
}

.dropdown-item {
    margin: 0;
}

.nav-scroller {
    z-index: 7;
}

.text-orange {
    color: #da5e27;
}

.icon-background button.btn.btn-primary.btn-sm i {
    min-width: 18px;
}

#portal {
    padding-top: 90px;
}

#helpfulInfo a, #docsModal a, #faqModal a, #helpfulInfo button.helpful-info-modal {
    color:#da5e27;
}

#helpfulInfo button.helpful-info-modal {
    padding: 0;
}

#helpfulInfo button.helpful-info-modal:active {
    background: transparent;
}

#helpfulInfo a:hover, #docsModal a:hover {
    color:#c95522;
}

@media (max-width: 991px) {
    #portal {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .model-icon.float-end {
        text-align: center !important;
        width: 100%;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50.00%;
    }
}