/*Main*/
* {
    font-family: Ubuntu, Arial, 'Helvetica', sans-serif;
}

    *:focus {
        box-shadow: none !important;
        outline: none;
    }

body {
    font-family: Ubuntu, Arial, 'Helvetica', sans-serif;
    min-width: 360px;
}
.breadcrumb-style {
    --bs-breadcrumb-divider: '>';
}

html {
    font-size: 14px;
    min-height: 100%;
    position: relative;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

form {
    width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/*Logos*/
#imgAhdbLogo {
    height: 70px;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 140px;
}

/*Scroll*/
.disable-scroll {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

/*Urn inputs*/
#urn, #txtUrn, #txtCustomerReferenceNumber {
    letter-spacing: 3px;
    text-align: center;
    word-spacing: 20px;
}

/*Wave images*/
.wave-header {
    height: 175px;
    left: 0;
    margin-bottom: -25px;
    margin-top: -50px;
    padding: 0;
    position: absolute;
    top: 215px;
    width: 100%;
    z-index: -9999;
}

@media (min-width: 1200px) {
    .wave-header {
        top: 190px;
    }
}

.wave-footer {
    height: 175px;
    left: 0;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

/*Full screen pages*/
@media (min-width: 576px) {
    .fullscreenpadding {
        height: 25px;
    }
}

@media (min-width: 768px) {
    .fullscreenpadding {
        height: 50px;
    }
}

@media (min-width: 992px) {
    .fullscreenpadding {
        height: 100px;
    }
}

@media (min-width: 1200px) {
    .fullscreenpadding {
        height: 150px;
    }
}

.fullscreendetails {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

/*Popups*/
.popup-window-outer {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 5%;
    width: 90%;
    z-index: 9999;
}

.popup-window-inner {
    border: 1px #0090d4 solid;
    max-height: 90%;
    left: -50%;
    overflow-y: scroll;
    position: relative;
}

@media (min-width: 576px) {
    .popup-window-outer {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .popup-window-outer {
        top: 10%;
        width: 60%;
    }

    .popup-window-inner {
        max-height: 80%;
    }
}

/*Other*/
#loading-img {
    height: 100%;
    position: relative;
    z-index: 9999;
}

hr {
    color: #575756;
    width: 100%;
}

.superscript {
    font-size: 60%;
    position: relative;
    top: -0.5em;
}

.selectbox-readonly {   /*needed?*/
    cursor: default;
}

.menu-item {
    background: #fff;
    border: 2px solid #6da32f;
    border-radius: 10px;
    display: block;
    margin: 20px 0;
    padding: 25px;
    text-align: center;
}

    .menu-item:hover {
        background-color: #eee;
        border: 2px solid #0090d4;
        font-weight: bold;
    }

.close-text {
    display: block;
    margin-bottom: 0;
}

.background-image {
    min-height: 100vh;
    background: linear-gradient(to right, rgba(0, 130, 202, 0.7), rgba(118, 183, 42, 0.7));
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.culture-list {
    cursor: pointer;
}

.otherHide {
    display: none;
}

body .datepicker {
    border-radius: 5px;
    width: auto;
}

.swagger-ui .btn.authorize span {
    color: #49cc90;
    padding-top: 2px !important;
}

.swagger-ui .btn.authorize svg {
    margin-top: 5px;
}

.swagger-ui .auth-wrapper .authorize {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.swagger-ui .auth-btn-wrapper .btn-done {
    margin-right: 0 !important;
    margin-left: 20px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #0090d4;
    border-color: #0090d4;
    color: #ffffff;
}

.nav-tabs {
    --bs-nav-tabs-border-color: #0090d4;
}

.hideOnLoad {
    display: none;
}

.height-100percent {
    height: 100% !important;
    line-height: 24px !important;
}
