label.required:after {
  content: " *";
  color: red;
  font-weight: 100;
}

.datepicker {
  z-index: 2500 !important;
}

.m-agreement {
  background-color: rgba(0, 0, 0, 0.05);
  height: 320px;
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  background-color: #f1f1f2;
  opacity: 1;
  color: #4e5155;
}

.z-override {
  z-index: 1089 !important;
}

.z-override-2 {
  z-index: 1090 !important;
}

li.nav-item.mega-dropdown:hover {
  border-bottom: 1.5px solid #2d5c88;
}

.dropdown-menu {
  margin-top: 0px;
  border-top: 1.5px solid #2d5c88;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

a.nav-link {
  color: #808080;
}

a.nav-link:hover {
  color: #333333;
}

.megamenu-menu {
  color: rgb(128, 128, 128);
}

.menu-title {
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.menu-item {
  padding: 3px;
  line-height: 1.4375rem;
}

.menu-link {
  padding: 3px;
  color: #808080;
}

.menu-link:hover {
  color: #382828;
}

.menu-item:hover {
  background-color: #f8f8f8;
  color: #382828;
}

.bullet {
  height: 0;
  width: 0;
  margin-top: 12px;
  left: 3px;
  display: inline-block;
  top: 0;
  border-top: 3px solid transparent !important;
  border-bottom: 3px solid transparent !important;
  border-left: 3px solid #808080;
}

.topnav-link {
  color: #2d5c88;
}

h3.menu-title {
  font-size: 1.563rem;
}

.content-nav {
  border-top: 1px #e1e1e1 solid;
  border-bottom: 1px #e1e1e1 solid;
  background-color: #f8f8f8;
}

.content-nav li.nav-item {
  border-left: 1px #e1e1e1 solid;
}

.content-nav li.nav-item:last-of-type {
  border-right: 1px #e1e1e1 solid;
}

.content-nav a.nav-link {
  line-height: 56px;
  letter-spacing: 0.02rem;
  padding: 0 20px;
  font-weight: 500;
  font-size: calc(11px + 5 * (100vw - 576px) / 1224);
  text-transform: uppercase;
  color: #333;
}

.btn-link:focus,
.btn-link.focus {
  box-shadow: none !important;
}

.content-nav li.nav-item:hover {
  background-color: #ccc;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover,
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #ccc !important;
  cursor: default;
}

.datepicker .next,
.datepicker .prev {
  color: #000 !important;
}

.datepicker .datepicker-days table thead tr th.disabled,
.datepicker .datepicker-months table thead tr th.disabled,
.datepicker .datepicker-years table thead tr th.disabled {
  color: transparent !important;
  cursor: default;
  pointer-events: none;
}

.datepicker .datepicker-days table tbody tr td.today {
  background: #fff4df;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
  color: #000 !important;
}

.divider {
  border-top: 1px solid #666;
}

.card_footer {
  font-size: 6.5px;
  font-weight: bold;
}

.diver_certification_verification_letter {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border: solid #e1e1e1 1px;
  margin: 0;
  font-size: 12px;
}

.cert {
  border: solid #e1e1e1 1px;
  border-radius: 4px;
  color: #000;
  margin: 0;
  background-size: 6vh;
  background-repeat: no-repeat;
  background-position: 99% 98%;
  font-size: 0.8em;
  height: 210px;
}

.small-font {
  font-size: 0.8em !important;
}

.carney-sig {
  width: 100px;
}

.mw-330 {
  max-width: 330px;
}

.certfront {
  border: solid #e1e1e1 1px;
  border-radius: 4px;
  color: #000;
  margin: 0;
}

.diver_photo {
  width: 80px;
}

.course_name {
  top: 80px;
  line-height: 16px;
  position: absolute;
  right: 10px;
  width: 210px;
  text-align: center;
  font-weight: bold;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #000 45%, #000 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #000 45%, #000 55%, transparent 57%, transparent 100%);
}

textarea.leadership::-webkit-input-placeholder {
  color: #0b3a66 !important;
}

textarea.leadership::-moz-placeholder {
  color: #0b3a66 !important;
}

textarea.leadership:-ms-input-placeholder {
  color: #0b3a66 !important;
}

textarea.leadership::-ms-input-placeholder {
  color: #0b3a66 !important;
}

textarea.leadership::placeholder {
  color: #0b3a66 !important;
}

.dataTables_length .custom-select select {
  display: none !important;
}

/* Forces all nav-tabs vertical in smaller screen width */
/* SM */
@media (min-width: 360px) {
  .card_footer {
    font-size: 7.5px;
  }
  .cert {
    background-size: 50px;
  }
}
/* MD */
@media (max-width: 767px) {
  .nav-tabs {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .nav-tabs {
    padding: 0;
    background: rgba(255, 255, 255, 0.3);
  }
  .nav-tabs {
    border-bottom-color: rgba(24, 28, 33, 0.06);
  }
  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    border-bottom-color: rgba(24, 28, 33, 0.06);
  }
  .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link,
  .nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link {
    margin-right: 0;
  }
  .nav-tabs .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card_footer {
    font-size: 8px;
  }
  .cert {
    background-size: 50px;
  }
}
/* LG */
@media (min-width: 992px) {
  .card_footer {
    font-size: 7px;
  }
  .cert {
    background-size: 55px;
  }
}
/* XL */
@media (max-width: 1416px) {
  .nav-tabs-umanager {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .card_footer {
    font-size: 9px;
  }
  .cert {
    background-size: 60px;
  }
}
