html, body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    max-height: calc(100% - 6rem);
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menu-icon {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    margin-top: 5px;
}

.fa-folder:before {
    content: "\f07b";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.modal-footer {
    /* display: initial; */
    height: 50px;
}

.btn {
    border-radius: 0rem;
}

a {
    color: #1D3557;
    background-color: transparent;
}

.logo_bar {
    height: 1px;
    background-color: #0e1531;
}

.logo_bar img {
    float: right;
    margin-right: 8%;
    margin-top: 5px;
}

.details {
    /*color:red;*/
}

.form-header {
    font-size: 28px;
    text-align: center;
}

.form-subHeader {
    text-align: center;
}

.title_bar {
    height: 110px;
    background-color: #0e1531;
    overflow: hidden;
    border-top: 0.5px gray solid;
}

.title-container {
    display: inline;
    height: 100%;
    float: right;
    margin-right: 8%;
}

.header1-text {
    color: #00436d;
    font-size: 30px;
    font-weight: 700;
    font-family: roboto regular;
    font-style: normal;
    height: 25px;
}

.header2-text {
    color: #00436d;
    font-size: 50px;
    font-weight: 700;
    font-family: roboto regular;
    font-style: normal;
}

.album-title {
    margin-top: 9px;
    margin-bottom: 0;
    color: #fff;
    font-family: roboto regular;
    font-weight: 600;
    font-style: normal;
}

.title-container h1 {
    text-align: end;
    color: white;
    font-size: 40px;
    white-space: nowrap;
    height: 100%;
    line-height: 2.5;
    font-family: 'Roboto Regular', sans-serif;
}

.title-image {
    background-image: url('https://cdn.shopify.com/s/files/1/1274/4021/products/logo-SouthAustralia_e1ccef80-99d6-4be0-9a28-147912579320_large.png?v=1585719737');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 300px;
    height: 100%;
    display: inline-block;
    margin-left: 8.33%;
    margin-right: 8%;
}

@media (max-width: 1024px) {
    footer {
        bottom: 32px;
    }
}

.breadcrumb {
    padding: 0 1rem;
    margin-bottom: 0;
}

.filter-panel {
    padding-left: 0px !important;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    min-height: 40px;
    background-color: #1#0e1531;
}

.footer .nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    color: white !important;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto Regular', sans-serif;
}

.footer-bottom-margin {
    height: 100px;
    width: 100%;
    background: transparent;
}

.advanced-search-btn {
    margin-left: 10px;
    float: right;
    white-space: nowrap;
    text-align: center;
}

#advanced-search .btn-cancel {
    left: 0;
    position: absolute;
    margin-left: 10px;
    font-weight: 500;
    bottom: 15px;
}

#advanced-search .modal-title {
    font-size: 1.25rem;
    font-weight: bolder;
}

#metadataDropdown,
#dateDropdown {
    display: block;
    position: static;
    z-index: 1;
}

#advanced-search .dropdown {
    display: inline-block;
    width: 170px;
    margin-top: 10px;
    z-index: 1;
}

.btn-primary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    /* f: ; */
}

#advanced-search .dropdown>label {
    font-weight: 500;
}

.form-group {
    position: relative;
    margin-bottom: 0 !important;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -120%, 0);
    opacity: 1;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 75%;
    opacity: 0;
}

.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    display: none;
}

#menu-navbar .dropdown-item:hover {
    background-color: black !important;
    color: #111111 !important;
}

.navbar {
    padding: 0 1rem;
    width: 100%;
    background-color: #0e1531;
}

#menu-navbar {
    background-color: black !important;
    border-top: 1px white solid;
}

#menu-navbar a {
    color: white !important;
    white-space: nowrap;
    font-family: 'Roboto Regular', sans-serif;
}

#menu-navbar .navbar-toggler {
    background-color: black;
}

#menu-navbar .dropdown-menu {
    background-color: black !important;
}

#menu-navbar .dropdown-divider {
    border-top: 1px solid black !important;
}

#menu-navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 1) !important;
}

#menu-navbar .nav-item {
    padding: 12px 5px;
}

#menu-navbar .active {
    background-color: white;
}

#menu-navbar .active>a {
    color: #111111 !important;
}

.typeahead__container {
    margin-top: 7px;
}

@media (max-width: 992px) {
    #menu-navbar .nav-item {
        padding: 0;
    }
    #menu-navbar .active {
        background-color: black;
    }
    #menu-navbar .active>a {
        color: white !important;
        border: white 1px solid;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .navbar {
        padding-top: 5px !important;
        padding-bottom: 6px !important;
    }
}

@font-face {
    font-family: "Abelaide Intro Black";
    src: url('../fonts/AdelaideIntro/AdelaideIntro-Black.woff');
}

@font-face {
    font-family: "Abelaide Intro Light";
    src: url('../fonts/AdelaideIntro/AdelaideIntro-Light.woff');
}

@font-face {
    font-family: "Abelaide Intro SemiBold";
    src: url('../fonts/AdelaideIntro/AdelaideIntro-SemiBold.woff');
}

@font-face {
    font-family: "Roboto Regular";
    src: url('../fonts/Roboto-Regular.ttf');
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 1.5rem;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: bold;
}

typeahead__display {
    color: black !important;
}

.typeahead__display {
    color: black !important;
}

.preview-image {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-size: contain;
    /* set to 100% to fit by width */
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .navbar {
        height: 6rem;
    }
    .nav-item.dropdown:hover .dropdown-menu,
    .nav-item.btn-group:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    .dropdown-toggle {
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
}

.navbar-brand {
    float: left;
    line-height: 50px;
    margin-right: unset;
}

.navbar-brand img {
    height: 55px;
    margin-bottom: 1rem;
}

#topButton {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 4vh;
    right: 8vw;
    padding: 5px;
    margin: 5px;
    color: black;
    opacity: 0.2;
}

#topButton:hover {
    color: gray;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    #topButton {
        opacity: 0.6;
    }
}

.bi-download {
    margin-right: 4px;
}

.modal-download-button {
    margin-top: 5px;
}

#global_nav_main_wrapper {
    margin-left: -35% !important;
}

#menu-navbar {
    z-index: 500;
}

.breadcrumb {
    z-index: 100;
    background-color: #0e1531;
}

.breadcrumb-absolute {
    width: 1300px;
    justify-content: center
}

.grid-size-panel {
    z-index: 102;
}

.navbar-nav {
    padding-left: 2rem;
}

.navbar-search {
    display: inline-block;
    line-height: 50px;
    max-width: 800px;
    min-width: 200px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 600px;
    margin-top: 18px;
}

.nav-link {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration-line: underline;
}

.advanced-search-btn {
    background: #0e6aba;
    color: #fff;
    border-radius: 4px;
}

#search-input {
    width: 20vw;
    background-color: #fff !important;
}

@media screen and (min-width: 3000px) {
    #search-input {
        width: 10vw;
        background-color: #fff !important;
    }
}

.searchForm {
    width: 600px;
}

@media screen and (max-width: 2281px) {
    #search-input {
        width: 100%;
        margin-right: 2rem;
    }
    .searchForm {
        margin-right: 0.5rem;
        margin-left: 5px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .dropdown.open .dropdown-menu {
        display: block;
    }
    .advanced-search-btn {
        margin-right: 2rem;
    }
    .navbar-brand img {
        margin-bottom: unset;
    }
    .navbar-nav {
        padding-right: 2rem;
    }
}

.footer {
    background-color: #0e1531;
    display: flex;
    justify-content: center;
}

@media (max-width: 990px) {
    .sort-button-container {
        padding: unset;
    }
}

.navigation {
    margin-left: 2rem;
    margin-right: 2rem;
    width: 100%;
    max-width: 100%;
}

.text-decoration-none {
    margin-left: 1rem;
}

.authorize-icon {
    /* margin-bottom:0.5rem;*/
}

.embed-page-container {
    margin-top: 8rem;
}

.tooltip {
    display: inline;
    position: relative;
}

.typeahead__button button {
    padding: 0 !important;
    height: 100%;
}

.auth-nav {
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 1037px) {
    .container.navigation {
        flex-direction: column;
    }
    .container.navigation,
    .searchForm {
        /*margin-right: 0;*/
    }
    .searchForm,
    .searchForm .typeahead__container,
    .searchForm .typeahead__container .form-group {
        width: 100%;
    }
    .navbar-collapse {
        display: flex;
    }
    .narvbar-nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .auth-nav {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 994px) and (min-width: 768px) {
    .navbar {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 994px) {
    .auth-nav {
        padding-left: 0 !important;
    }
    .container.navigation {
        /*margin-left: 0 !important;*/
    }
}

.latest-features-text {
    color: white;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto Regular';
}

.header1-text {
    color: #00436d;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto Regular';
    font-style: normal;
    height: 25px;
}

.header2-text {
    color: #00436d;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Roboto Regular';
    font-style: normal;
}

.main-content-conteiner {
    margin-left: 2rem;
    margin-right: 2rem;
    align-content: center;
    max-width: 1300px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.main-container {
    padding-top: 18rem;
}

@media (min-width: 1400px) {
    .main-content-conteiner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .breadcrumb-absolute {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .banners {
        height: 0px;
        margin: 7rem 0 20px 0;
    }
    .banner {
        height: 80px;
        margin: 7rem 0 20px 0;
    }
}

@media (min-width: 2000px) {
    .breadcrumb-absolute {
        width: 50%
    }
}

@media (max-width: 1300px) {
    .main-content-conteiner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .breadcrumb-absolute {
        width: 95%;
    }
}

@media (max-width: 1000px) {
    .breadcrumb {
        margin-top: 5.8rem;
        padding-bottom: 5px;
        border-radius: 0;
    }
    .breadcrumb-absolute {
        width: 100%;
        /* width: 94%; */
    }
    .banner {
        display: none;
    }
    .main-content-conteiner {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 900px) {
    /* .breadcrumb-absolute {
        width: 93%;
    } */
    .search-input-conteiner {
        width: 80%;
    }
    .main-container {
        padding-top: 10.5rem;
    }
}

@media (max-width: 800px) {
    .breadcrumb {
        margin-top: 5rem;
    }
    /* .breadcrumb-absolute {
        width: 92%;
    } */
    .left-help-block {
        width: 100%;
        justify-content: center
    }
    .control-icons {
        margin: 0 auto;
    }
    .sort-button-container {
        width: 100%;
    }
    .advanced-search-btn {
        margin-right: 0;
    }
    .button-and-space {
        width: 100px;
    }
}

@media (max-width: 700px) {
    .search-input-conteiner {
        width: 77%;
    }
}

@media (max-width: 600px) {
    /* .breadcrumb-absolute {
        width: 89%;
    } */
}

@media (max-width: 500px) {
    /* .breadcrumb-absolute {
        width: 87%;
    } */
    .search-input-conteiner {
        width: 70%;
    }
    .footer ul li a {
        padding: 0;
    }
}

@media (max-width: 400px) {
    /* .breadcrumb-absolute {
        width: 83%;
    } */
    .search-input-conteiner {
        width: 65%;
    }
    .main-container {
        padding-top: 15rem;
    }
}

.album-title {
    margin-top: 9px;
    margin-bottom: 0px;
    color: white;
    font-family: 'Roboto Regular';
    font-weight: 600;
}

.navigator-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
}