
.navbar_pupil_link{
  width: 10%;
  color: #0F2A4A;
  font-size: xx-large;
  text-decoration: none;
  margin: 1vw;
  position: absolute;
  left: 25px;
  /*top: 15px;*/
}

#navbar_idomed_link {
  width: 10%;
  color: white;
  font-size: xx-large;
  text-decoration: none;
  margin: 1vw;
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: inherit;
  flex-direction: row;
  height: 75px;
  }

.navbar_search{
  width: 100%;
  display:inline-block;
}

.navbar_pupil_link {
  color: #073466;
  font-size: xx-large;
  text-decoration: none;
  margin: 1vw;
}

.navbar_logo {
  color: #073466;
  font-weight: bold;
  font-size: xx-large;
  text-decoration: none;
  margin: 1vw;
  position: absolute;
  left: 25px;
}

#header_mobile_home{
  display: none;
}

.navbar_links_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
  flex-direction: row;
}

.navbar_links{
  margin-left: auto;
  margin-right: 10px;
}

.link_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
  flex-direction: row;
  list-style-type: none;
  text-align: center;
  margin: 1vw;
  padding: 0;
}

.nav_link{
  color: #073466;
  font-weight: bold;
  font-size: large;
  text-decoration: none;
}

#nav_link{
  color: #073466;
  font-size: large;
  text-decoration: none;
}


.link_list_item{
  padding: 1vw;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 100%;
  margin: 0 1vw 0 1vw;
}

.nav_log_btn{
  background-color: #073466;
  color: white;
  font-size: large;
  text-decoration: none;
  /*border: 1px solid #083d77;*/
  padding: 8px 24px;
  border-radius: 50px;


  transition: opacity 0.3s ease;
}

.link_list_item:hover, .nav_link:hover {
  text-decoration: none;
  color: #0A3F3C;
}

.nav_link:link {
  text-decoration: none;
    color: #0A3F3C;
}


.link_list_item:hover, #nav_link:hover {
  /*background-color: white;*/
  text-decoration: none;
    color: #0A3F3C;
}



.idomed_navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: inherit;
  flex-direction: row;
  height: 75px;
  }

.navbar_search{
  /*width: 100%;*/
  display:inline-block;
  max-width: 32vw;
}

.idomed_navbar_pupil_link {
  color: #073466;
  font-size: xx-large;
  text-decoration: none;
  margin: 1vw;
}

.idomed_navbar_links_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
  flex-direction: row;
}

.idomed_navbar_links{
  margin-left: auto;
  margin-right: 10px;
}

.idomed_link_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
  flex-direction: row;
  list-style-type: none;
  text-align: center;
  margin: 1vw;
  padding: 0;
}

.idomed_nav_link{
  color: #FFFFFF;
  font-size: medium;
  text-decoration: none;
}

.idomed_link_list_item{
  padding: 1vw;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 100%;
  margin: 0 1vw 0 1vw;
}

.nav_log_btn{
  background-color: #073466;
  color: white;
  font-size: large;
  text-decoration: none;
  /*border: 1px solid #083d77;*/
  padding: 8px 24px;
  border-radius: 50px;
  transition: opacity 0.3s ease;
}


.link_list_item:hover, .nav_link:hover {
  color: #0a89ff !important;
  background-color: none; !important;
  text-decoration: none;
}

.nav_log_btn .nav_link:hover{
      background-color: none;
}

.nav_log_btn:hover {
    color: #0a89ff !important;
    background-color: #F2E5D9;
}




.idomed_link_list_item:hover, .idomed_nav_link:hover, .nav_log_btn:hover {
  color: #FFA552 !important;
  text-decoration: none;
}

.nav_link:link {
  text-decoration: none;
    color: #0A3F3C;
}

#nav_link:link {
  text-decoration: none;
    color: #0A3F3C;
}

.navbar_search_form{
  width: auto;
}

#navbar_form{
  width: 100%;
  height: 50px;
  /*font-size: 1rem;*/
  /*font-weight: 400;*/
  /*line-height: 1.5;*/
  background-color: #fff;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 25px;
}

#nav_logout{
  color: white;
}

/*#nav_logout:hover{*/
/*  color:#0A89FF;*/
/*  background-color:#073466 ;*/
/*}*/



#navbar_form_btn{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  max-height: 55px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #e9ecef;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
}



#search_logo {
  width: 2.5vw;
  object-fit: contain;
  max-width: 40px;
  margin: 0.4vw;
  position: absolute;
  opacity: 0.4;
}

.navbar_links_btn {
  display: none;
}


.dropbtn {
  display: none;
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 30px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: none;
}

.dropdown-content {
  display: none;
  background-color: #073466;
  width: auto;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: inherit;
  flex-direction: row;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  max-height: 80px;
  color: white;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}



input{
  max-height: 55px;
  font-weight: 400;
  line-height: 1.5;
  color: lightslategray;
}

.no_display{
  display: none ;
}

.nav_container {
    /*position: relative;*/
    display: flex;
    justify-content: flex-end;
  align-items: center;
    /* flex-wrap: inherit; */
    flex-direction: row;
    height: 75px;
  }


.dropdown a:hover {background-color: #ddd;}

.show {display: flex;}

.link_text{
  color: white;
  font-size: small;
}


.fa-house{
  color: white;
}

.fa-screwdriver-wrench{
  color: white;
}


.fa-circle-info{
  color: white;
}


.fa-book-open{
  color: white;
}

.bi-file-person{
  color: white;
}

.bi-door-open{
  color: white;
}

.bi-door-open{
  color: white;
}

.fa-bullhorn{
  color: white;
}
.nav_hider_show{
    display: none;
}


/*#header_hider{*/
/*  display: none;*/
/*}*/

#header_hider.show{
display: flex;
    position: absolute;
    /* margin-top: 15px; */
    flex-direction: column;
    top: 65px;
    padding-top: 10px;
    height: auto;
}

.secondary_search{
  width: 50%;
}

@media (max-width: 1200px) {
  .secondary_search{
    width: 40%;
  }

}

@media (max-width: 1100px) {
  .navbar_search{
    max-width: 315px}
  .secondary_search{
    width: 40%;
  }

}

@media (max-width: 1000px) {
  .navbar_search{
    max-width: 250px}
  .secondary_search{
    width: 35%;
  }

}


@media (max-width: 900px) {
  .secondary_search{
    width: 85%;
  }
  .idomed_link_list {
    flex-direction: column;
  }

    .navbar_search{
    max-width: 1000px}
  .idomed_secundary_logo{
    margin-bottom: 20px;
    margin-top: -15px;
  }
  #header_hider{
      display: none;
    position: fixed;
    z-index: 1;
    /* width: initial; */
    left: 0;
    right: 0;
    overflow: visible;
}
  #navbar_pupil_link {
    display: none;
}

  #navbar_idomed_link {
    display: none;
}


 .header-rowIDOMED{
   padding-top: 25px;
 }

  .opp_search_div{
    grid-template-columns: 1fr 1fr;
  }

  #header_mobile_home{
    display: block;
  }

  .navbar_links {
    margin: auto;
  }

  .idomed_navbar_links {
    margin: auto;
  }

  .nav_hider{
    display: none;
  }

  .nav_hider_show{
    display: block;
  }

  .link_text{
    font-size: small;}

  .navbar_pupil_link{
    font-size: small;}

  #navbar_pupil_link{
    font-size: small;}

  .nav_link{
    font-size: small;}

  #nav_link{
    font-size: small;}


  .nav_log_btn{
    font-size: small;
    margin: 0 0 0 5px;
  }

  .idomed_navbar_pupil_link{
    font-size: small;}

  .idomed_nav_link{
    font-size: medium;}

  .navbar_pupil_link{
    font-size: xxx-large;}

  .nav_link{
    font-size: medium;}


  .nav_log_btn{
    font-size: small;}

  .nav_container{
    display: none;
  }

  .dropdown{
    display: block;
    height: 75px;
  }
  .dropbtn {
    display: block;
  }


  #hide_btn{
    position: absolute;
    right: 0;
    background-color: #f3faff;
    color: #073466;
  }

  .hide_btn_IDOMED{
    position: absolute;
    right: 0;
    background-color: #0A3F3C !important;
    color: #FFFFFF !important;
  }


  #hide_btn.idomed_color_bg{
    position: absolute;
    right: 0;
    color: #f3faff;
    background-color: #0A3F3C;
  }



  .navbar_search{
  width: 100%;
  margin: 0;
  }



  .navbar_links_btn{
    display: contents;
  }

  /*#navbar_form{*/
  /*width: 90%;*/
  /*}*/

.dropdown-content a{
  padding: 0.3vw;
  margin-right: 0.4vw;
}


}

@media (min-width: 491px) {
  .upper_opp_filter {
    display: none !important;
}
}

@media (max-width: 490px) {
  .down_opp_filter {
  display: none !important;
  }
  .btn_column{
      width: 100%;
      text-align: center;
    font-weight: bolder;
    }




  .opp_search_div{
    grid-template-columns: 1fr;
  }

/*  .navbar_search{*/
/*    !*width: 85%;*!*/
/*    display:inline-block;*/
/*}*/

  .navbar_links_btn{
    display: contents;
  }

  /*#navbar_form{*/
  /*width: 75%;*/
  /*}*/
  .dropdown-content a{
  padding: 0.1vw;
  margin-right: 0.2vw;
  }

  #search_logo{
    width: 12vw;
  }

}

.idomed_color{
    color: #0A3F3C !important;
}

.idomed_color_bg{
    background-color: #0A3F3C !important;
}

.idomed_secundary_color{
    color: #19D1C3 !important;
}

.idomed_secondary_color_bg{
    background-color: #19D1C3 !important;
}

.idomed_tertiary_color_bg{
    background-color: #FFA552 !important;
}

.color_white{
  color: white;
}

#hider.show {
  display: flex;
  position: absolute;
  /*margin-top: 15px;*/
  flex-direction: column;
  padding-top: 100px;
}

.nav_container.show{
  position: absolute; !important;
  display: flex; !important;
  top: 70px;
  flex-direction: row;
  background-color: #f3faff;
}



.nav_container.idomed_color_bg.show{
  position: absolute; !important;
  display: flex; !important;
  top: 70px;
  flex-direction: row;
  background-color: #0A3F3C;
}

