﻿html {
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    /* Always show scrollbar to prevent layout shift when content changes */
    overflow-y: scroll;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    min-height: 100%;
}


.modal-footer {
    /* display: initial; */
    height: 50px;
}

.modal-info-item > a {
    text-align: justify;
    word-break: break-word;
}

.sharing {
     text-align: center;
    margin-left: 127px;
    margin-top: 20px;
}


.bag-item {
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 1em;
    padding: 0.12em 0.4em 0.14em;
    margin: 0 0.5em 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    vertical-align: baseline;
    position: relative;
    top: -0.15em;
    background-color: #999999;
}


.btn {
    border-radius: 0rem;
 
}

a {
    color: #1D3557;
    /* text-decoration: underline;*/
    background-color: transparent;
}


.logo_bar {
    height: 1px;
    background-color: #222222;
}

    .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: var(--brand-primary, #232425);
    overflow: hidden;
    border-top: 0.5px gray solid;
}


.copyright-warning {
    /* display: initial; */
       margin-left: 15px;
}


.title-container {
    display: inline;
    height: 100%;
    float: right;
    margin-right: 8%;
    cursor: pointer;
}

    .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 is set inline from BrandingSettings */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    width: 300px;
    height: 100%;
    display: inline-block;
    margin-left: 8.33%;
    margin-right: 8%;
    cursor: pointer;
}

.breadcrumb {
    padding: 0.75rem 1rem 0.75rem 9.33%;
    margin-bottom: 0 !important;
    background-color: #e9ecef;
}

.breadcrumb-count {
    color: #6c757d;
    font-weight: normal;
}

@media (max-width: 1024px) {
    footer {
        bottom: 32px;
    }
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    min-height: 40px;
    background-color: var(--brand-footer, #111111);
    padding-left: 8%;
}

.footer-absolute {
    position: absolute !important;
    bottom: auto !important;
}

.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-weight: 500;
	/*font-family: 'Dosis', 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;
    font-weight: 500;
}

#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: var(--brand-accent, #6c757d);
    border-color: var(--brand-accent, #6c757d);
}


    #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: white !important;
    color: #456a8f !important;
}

.navbar {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
}

#menu-navbar {
    background-color: var(--brand-navbar, #333333) !important;
    border-top: 1px white solid;
}

    #menu-navbar a {
        color: white !important;
        white-space: nowrap;
       /* font-family: 'Dosis', sans-serif;*/ 
        font-weight: 500;


    }

    #menu-navbar .navbar-toggler {
        background-color: white;
    }



    #menu-navbar .dropdown-menu {
        background-color: var(--brand-navbar, #333333) !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;
        }

@media (max-width: 992px) {

    .typeahead__container {
        margin-top: 20px;
    }
    
    .advanced-search-btn {
        margin-top: 10px;
    }

    #menu-navbar .nav-item {
        padding: 0;
    }

    #menu-navbar .active {
        background-color: var(--brand-navbar, #333333);
    }

        #menu-navbar .active > a {
            color: white !important;
            border: white 1px solid;
            padding-top: 2px;
            padding-bottom: 2px;
        }

    .navbar {
        padding-top: 12px !important;
        padding-bottom: 12px !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: 1rem;
    padding-left: 0.75rem;
}

typeahead__display
{
color: black !important;
} 

.typeahead__display
{
color: black !important;
} 

.preview-image {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-size: cover; /* set to 100% to fit by width */
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px){
    .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;
      }
  }

  @media screen and (max-width: 767px){
    .dropdown.open .dropdown-menu {
          display: block;
      }
  }



#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;
}

.grid-size-panel {
    z-index: 102;
}

h3 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto Regular';
    font-style: normal;
    margin-top: 5px;
}

h4 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto Regular';
    font-style: normal;
}


.latest-features-text {
    color: white;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto Regular';
    font-style: normal;
}

h4 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto Regular';
    font-style: normal;
}


.header1-text {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Roboto Regular';    
    height: 25px;
}



h1 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Roboto Regular';    
    height: 25px;
}


@media (max-width:557px) {
    .header1-text {
        display: none;
    }

    .header2-text {
        display: none;
    }

    .breadcrumb {
        margin-top: unset;
    }
}

.header2-text {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Roboto Regular';   
}



h2 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Roboto Regular';   
}


.logo_bar .nav-link {
    color: white !important; /* !important overrides other conflicting styles */
    padding: .5rem .3rem
}
.logo_bar .nav {
    list-style: none; /* Remove default list styling */
    padding: 0;
    margin: 0;
    display: flex; /* Enable flexbox for alignment */
    justify-content: flex-end; /* Align items to the right */
    margin-right: 8%
}

.logo_bar .nav-item {
    margin-left: 1em; /* Add some spacing between the links */
}

