﻿/* GADBHDD Theme.css */
#banner {
  width: 100%;
}

.topLinks {
  color: white !important;
}


.subNavCurrentItem {
  color: white !important;
  background-color: #48603b;
}

div.grid table thead th {
  background-color: #00578b;
}

#foot .stdDiv {
  /*background-color: #002c73;*/
  color: white;
}

#pageForm {
  background-color: transparent;
  border-width: 0;
}


.container .row div[class^="col-"] {
  background-color: white;
}

#foot { /* dark-blue, footer-background, modal-close-X-btn */
  color: #00578b;
}

.bg-dark { /* bootstrap navbar dark background color */
  background-color: white !important;
  color: white;
}

.page-title {
  background-color: #D1AE56 !important;
  /*color: #1F1A53;*/
}

h1 {
  margin: 0;
}

a { /* light-blue hyperlinks */
  color: #2BA6CB;
}

  a.btn-outline-primary {
    /*border-color: #2F5387 !important;
  color: #2F5387 !important*/
    border-color: #1F1A53 !important;
    color: #39b54a !important
  }
    /* Need to define a custom hover color */


    a.btn-outline-primary:hover {
      color: #ffffff !important;
      /*background-color: #5d83b9 !important;*/
      background-color: #16123a !important;
    }

.btn-primary {
    background-color: #1F1A53 !important;
    border-color: #1F1A53 !important;
    font-weight: 600 !important;
}

  .btn-primary:hover {
    background-color: #16123a !important;
    border-color: #D1AE56 !important;
  }

input, select, textarea { /* light-gray form field borders */
  border-color: #CCCCCC !important;
}

input, select, textarea { /* medium-gray => form-field-text */
  color: #808080 !important;
}


.required, .warning { /* red invalid-msg-text error-msg-text */
  color: #FF0000 !important;
}

input[type="checkbox"] { /* dark-gray-minus checkmark */
  color: #666666 !important;
}

body {
  background-color: #E6E6E6;
  background-size: auto;
  background-origin: padding-box;
}

label {
  width: 100% !important;
  display: block !important
}

.or-hr {
  border-color: #00578b !important;
}

.or-separator {
  position: relative;
  left: 46%;
  bottom: 1.8rem;
  background-color: white;
  display: inline;
  padding: 2px;
  color: #00578b !important;
}

.appDetail button.resume {
  color: #fff;
  background-color: #00578b;
  border-color: #00578b;
}

  .appDetail button.resume:hover {
    color: #fff;
    background-color: #00456f;
    border-color: #00456f;
  }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-dark .navbar-text {
  color: #1F1A53;
}

.navbar-dark .navbar-nav .nav-link {
  color: #1F1A53;
}

  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #1F1A53;
    text-decoration: underline;
  }

.nav-link.disabled {
  /*font-weight: bold;*/
  color: grey;
}

.pageForm {
  background-color: transparent !important;
}

#pageForm > fieldset {
  margin-left: 15px;
}

body > div.container {
  margin-bottom: 40px;
}

.jumbotron {
  background-color: white;
}

.header-divider {
  position: relative;
  height: 70%;
  border-left: 2px solid #1F1A53;
  align-self: center;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.col-12 #main {
  margin-left: -15px;
  margin-right: -15px;
}

#applicationSummarySection{
    margin-left: 15px;
    margin-right: 15px;
}

.header-text {
    font-weight: bold;
    font-size: 1.2rem;
    color: #1F1A53;
    text-align: left;
}

.inner-banner {
  width: 100%;
  display: flex;
  background-color: white;
  height: 50%;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (min-width: 991.98px) {
  .navbar-brand {
    min-width: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-4, .my-md-4 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 80%;
  }
  .container-fluid {
    max-width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 80%;
  }
  .container-fluid {
    max-width: 80%;
  }
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 80%;
  }
  .container-fluid {
    max-width: 80%;
  }
}

@media screen and (max-width: 930px) {
  .inner-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    height: 50%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
}

.desktop-nav {
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    display: flex;
    margin-bottom: 1rem;
}

.desktop-nav-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.desktop-menu {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}



.secondary-logo-wrapper {
    display: flex;
    gap: .5rem;
}

.text-logo-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.primary-text-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}

.secondary-text-logo {
    font-size: 1rem;
    font-weight: bold;
    color: #FBAD23;
}

.logos-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.dbhdd-logo, .pillars-logo {
    height: 4rem;
}


.bg-light {
    background-color: #F0F0F0 !important;
}

.navbar-light {
    background-color: #F5F5F5 !important;
}


.line-seperator {
    height: 4rem;
    width: 1px;
    background-color: #1F1A53;
}

/* New Mobile Menu*/


.mobile-nav {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.nav-item {
    list-style-type: none;
    border-radius: .25rem;
    transition: all ease-in-out 200ms;
    color: #212121 !important;
}

    .nav-item:hover {
        background-color: rgba(0, 0, 0, .08);
    }

.nav-link, .mav-link:hover {
    color: #212121 !important;
}

.gdbhdd-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.navigation-items-container {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem;
    max-width: 1260px;
}

.mobile-navigation-items {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: 1rem;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 3rem;
    border-radius: .25rem;
    box-shadow: .25rem .25rem 1rem rgba(0, 0, 0, 0.2);
}


.gdbhdd-header {
    background-color: #1F1A53 !important;
}


.mobile-nav-container {
    position: relative;
}

.header-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .mobile-nav {
        display: block;
    }

    .desktop-nav {
        display: none;
    }


    .primary-text-logo {
        font-size: 1rem;
        font-weight: bold;
        color: #ffffff;
    }

    .secondary-text-logo {
        font-size: .8rem;
        font-weight: bold;
        color: #FBAD23;
    }

    .header-text {
        font-size: .8rem;
    }

   .logos-wrapper {
       gap: 1rem;
   }

    .nav-link, .nav-link:hover {
        color: #212121 !important;
    }

    .dch-logo, .pillars-logo {
        height: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .mobile-nav {
        display: none;
    }
}

