.navbar, .navbar-nav {
    width:100%;
}

.container-fluid {
  width:96%;
}

.footer {
  height: 60px;
}

.hidden {
  display: none;
}

.toast {
  opacity: 1 !important;
}

.toast-top-right-500 > div {
  opacity: 1 !important;
  width: 500px !important;
}

.toast-top-right-500 {
  width: 500px;
  top: 12px;
  right: 12px;
}


.toast-success {
  background-color: #51a351 !important;
}

.border-iteas {
  border-color: #004955 !important;
}
.border-iteas-light {
  border-color: #eef3f8 !important;
}
.border-iteas-secondary {
  border-color: #be1522 !important;
}

.bg-iteas {
  background-color: #004955 !important;
}
.bg-iteas-light {
  background-color: #eef3f8 !important;
}
.bg-iteas-secondary {
  background-color: #be1522 !important;
}

.text-iteas {
  color: #004955;
}
.text-iteas-light {
  color: #eef3f8;
}
.text-iteas-secondary {
  color: #be1522;
}