@media print {
  body * {
    visibility: hidden;
  }

  .print,
  .print * {
    visibility: visible;
  }

  .print {
    position: absolute;
    left: 0;
    top: 0;
    width: max-content;
  }

}

.cbFormLabelRequired,
.cbFormLabelError {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cbFormError {
  display: block;
}

.cb-nowrap .cbFormLabel label {
  white-space: nowrap;
}

.cb-form-fluid input[type="text"][name*="Date"] {
  width: 100% !important;
}


.position-relative__center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.cb-Login__cont {
  text-align: center;
}

.modal-body .cbSubmitButton {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.custom-container {
  max-width: 1224px;
  margin: 0 auto;
}

/*  MODAL    */
.modal-body {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.DropBox {
  z-index: 9999 !important;
}

/* NAV */
.nav-item a.nav-active {
  text-decoration: underline;
  transition: .6s;
}

.nav-item a.disabled {
  pointer-events: none;
}

.nav-item {
  height: 25px;
  line-height: 9px;
  padding: 0 5px;
}

.nav-item .navbar-nav {
  padding: 5px !important;
}

.dropdown-item {
  padding: 11px 10px;
}

.js-cont-btn {
  animation: fadeIn 1s ease;
}

.fadeIn {
  animation: fadeIn 1s ease;
}

.cb-form-fluid input[type='email'] {
  width: 100% !important;
}

input[type='email'] {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cb-calendar-inline-fix img[alt~='Calendar'] {
  padding: 0 !important;
  margin-top: -65px !important;
  margin-right: 5px !important;
}

div.Body form {
  padding: 1rem;
}

.cbFormData {
  padding-top: 0 !important;
}

@media only screen and (max-width: 576px) {
  section[class^="cbFormSection"] button[type=button] {
    width: 100% !important;
    margin-left: -1px !important;
  }
}

.cb-btn-reset {
  margin-left: -5px !important;
}

/*Misc*/
@keyframes fadeOut {

  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.w-90-c {
    width: 90%;
    margin: 0 auto;
}

.max-w {
    max-width:100% !important;
}

.nav-custom .nav-link.active {
    font-weight:bold;
}

.nav-ul-custom {
    width: 85%;
    margin: 0 auto;
}

.nav-custom {
    font-size: larger;
    margin-bottom:1.5px !important;
}

.port-name {
  font-weight:bold;
  font-size: initial;
  color: #264890;
}