@import url("../base.css");

.navbar_icon {
  padding-top: 0px;
  padding-right: 5px;
}

#myProgress {
  width: 100%;
  border: 1px solid #00608b;
  border-radius: 20px;
  padding: 4px 4px;
  outline: none !important;
}

#menu_myBar {
  height: 20px;
  background-color: #00608b;
  text-align: center;
  line-height: 22px;
  color: white;
  border-radius: 32px;
}

#header .nav > li > a {
  line-height: 58px;
}

#button-menu {
  line-height: 45px;
}

.nav_header {
  background-color: #003b75 !important;
  padding: 0px 0px !important;
  border: none !important;
}

.staging_img_menu {
  padding-top: 8px;
  margin-top: 4px;
}

.display_none {
  display: none;
}

.display_flex {
  display: flex !important;
}

.creditpercent_container {
  padding-top: 14px;
  padding-right: 15px;
  width: 17%;
  height: 100%;
}

.credit_hrs {
  padding-top: 5px;
  padding-right: 10px;
  height: 100%;
}

.bg_red {
  background-color: red;
}

.bg_green {
  background-color: green;
}

.credit_used_hrs {
  font-family: "SpartanBold" !important;
  padding-top: 14px;
  padding-right: 25px;
  color: white;
  height: 100%;
  font-size: 10px !important;
}

.border_none {
  border: none !important;
}

.logout_modal_container {
  font-family: "SpartanBold" !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 11px !important;
}

.logout_modal_container:hover {
  background-color: transparent !important;
}
