html {
  position: relative;
  min-height: 100%;
}

@keyframes errorPulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0)
  }
}

#myModal {
  padding: 2% !important;
}

#delayLengthError {
  color: red !important;
  font-weight: bold !important;
  padding: 0 !important;
}

.errorInput {
  animation: errorPulse 2s 15;
  color: red;
  font-weight: bold;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #70cbf4;
  background-color: #f8f9fa;
  cursor: pointer;
}

.dropdown-menu {
  font-size: 0.77rem !important;
  border: 1px solid #70cbf4;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  cursor: not-allowed;
}

.day:hover {
  position: absolute !important;
  transition: 0.25s !important;
  border: 5px solid #70cbf4 !important;
  border-radius: 30px !important;
}

/* .custom-underline {
  position: relative;
  display: inline-block;
  text-align: center;
}

.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
  color: #fff;
  text-decoration: none;
}

.custom-underline::after {
  content: "";
  position: absolute;
} */
.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 45px !important;
}

.toolTitle {
  padding-top: 0.8% !important;
  white-space: nowrap;
  font-weight: 700;
}

.nav-item ::after {
  top: 80%;
  height: 3px !important;
  width: 1%;
  left: 50%;
}

.nav-item .active::after {
  width: 70%;
  left: 15%;
  font-weight: 400 !important;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.tuiLabelRightAlign {
  color: #092a5e;
  font-weight: bold;
  width: 90px;
  margin-left: 10px;
  margin: 3px;
}

.tuiLabel {
  color: #092a5e;
  font-weight: bold;
  white-space: nowrap;
}

div h3 {
  color: #c80708;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 1%;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  border-radius: 0rem !important;
  font-family: sans-serif !important;
}

.modal-lg {
  max-width: 100% !important;
}

.close {
  position: absolute;
  right: 1rem;
}

#modal-title,
h2 {
  color: #092a5e;
  text-align: center !important;
}

#modal-title, h1 {
  color: #c80708;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 27px;
}

#modal-label {
  color: #092a5e;
  font-weight: bold;
  width: 150px;
  margin-left: 10px;
  margin: 3px;
}

#content div h4 {
  color: #092a5e;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  padding-top: 20px;
}

.zui-table {
  border: solid 1px #DDEEEE;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 12px Arial, sans-serif;
}

.zui-table thead th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 5px;
  text-align: left;
}

.zui-table tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 10px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zui-table tbody td:hover {
  background-color: #d9d9d9;
}

.text-muted {
  right: 0px;
  bottom: 0px;
  position: absolute
}

#passengertable {
  display: inline-table;
}

#passengertable {
  counter-reset: rowNumber;
}

#passengertable tr {
  counter-increment: rowNumber;
}

#passengertable tr th:first-child::before {
  content: counter(rowNumber);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

.footer {
  color: black
}

.footer a {
  color: #6c757d
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 3px;
  transition: 0.5s;
  outline: none;
}

input[type=text]:focus {
  border: 2px solid #092a5e;
}

input[type=number] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 3px;
  transition: 0.5s;
  outline: none;
}

input[type=number]:focus {
  border: 2px solid #092a5e;
}

#newView {
  padding-top: 0px !important;
}

.zui-table td {
  cursor: help;
}

:disabled.form-control, [readonly].form-control {
  cursor: not-allowed;
}

#invalidPassengers td {
  max-width: 100%;
  color: red !important;
}

#passengerGrid {
  padding-left: 20px;
  padding-right: 20px;
}

input:hover {
  background-color: #d9d9d9;
  transition: 0.25s !important;
  border: 2px solid #70cbf4 !important;
  border-radius: 7px !important;
}

textarea:hover {
  background-color: #d9d9d9;
  transition: 0.25s !important;
  border: 2px solid #70cbf4 !important;
  border-radius: 7px !important;
}

.select2-container--bootstrap4 .select2-selection {
  border: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  border: 2px solid #ccc;
  border-radius: 3px;
  transition: 0.5s;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered:hover {
  background-color: #d9d9d9 !important;
  transition: 0.25s !important;
  border: 2px solid #70cbf4 !important;
  border-radius: 7px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered:focus {
  border: 2px solid #092a5e !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  box-shadow: 0px 0px 0px 0px #fff !important;
}

.select2-results__option--highlighted {
  background-color: #d9d9d9 !important;
  border: 1px solid #70cbf4 !important;
}

.delayCodeDropDown {
  padding-top: 100px !important;
}

#PAXTable {
  margin: 10px;
}

#PAXTable .acceptedCol {
  display: none;
}

.datePicker {
  background-image: url('../images/blackCal.svg');
  background-repeat: no-repeat;
  background-position: right 2% center;
  background-size: auto;
  cursor: pointer;
}

/* File Upload */
.uploadifive-button {
  float: left;
  margin-right: 10px;
}

#queue {
  border: 1px solid #E5E5E5;
  height: 177px;
  overflow: auto;
  margin-bottom: 10px;
  padding: 0 3px 3px;
  width: 300px;
}

.datePicker:hover {
  transition: 0.5s;
  background-image: url('../images/blueCal.svg');
  background-repeat: no-repeat;
  background-position: right 2% center;
  background-size: auto;
  cursor: pointer;
}

.input select {
  float: none !important;
}

.dropdown a {
  color: black !important;
}

.bg-primary {
  background-color: #70cbf4 !important;
}

#loadingArea {
  padding-left: 45%;
}

.htmlLink {
  cursor: pointer;
}

.blockquote-footer {
  color: #70cbf4 !important;
}

.rightPanel {
  right: 0;
  color: red;
  height: 100%;
  width: 30px;
}

.show>.btn-outline-secondary.dropdown-toggle {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-color: #a6c !important;
  background-color: #a6c !important;
  color: white !important;
}

.btn-outline-secondary:hover {
  border-color: #a6c !important;
  background-color: #a6c !important;
  color: white !important;
  box-shadow: 0 5px 11px 0 #a6c, 0 4px 15px 0 rgba(230, 6, 6, 0.15) !important;
}

.btn-outline-success:hover {
  border-color: #00c851 !important;
  background-color: #00c851 !important;
  color: white !important;
  box-shadow: 0 5px 11px 0 #28a745, 0 4px 15px 0 rgba(230, 6, 6, 0.15) !important;
}

.btn-outline-primary:hover {
  border-color: #4285f4 !important;
  background-color: #4285f4 !important;
  color: white !important;
  box-shadow: 0 5px 11px 0 #4285f4, 0 4px 15px 0 rgba(230, 6, 6, 0.15) !important;
}

.btn-outline-warning:hover {
  border-color: #fb3 !important;
  background-color: #fb3 !important;
  color: white !important;
  box-shadow: 0 5px 11px 0 #fb3, 0 4px 15px 0 rgba(230, 6, 6, 0.15) !important;
}

.btn-outline-danger:hover {
  border-color: #ff3547 !important;
  background-color: #ff3547 !important;
  color: white !important;
  box-shadow: 0 5px 11px 0 #ff3547, 0 4px 15px 0 rgba(230, 6, 6, 0.15) !important;
}

.btn-outline-unique:hover {
  border-color: #880e4f !important;
  background-color: #880e4f !important;
  color: white !important;
  box-shadow: 0 5px 11px 0 #880e4f, 0 4px 15px 0 rgba(230, 6, 6, 0.15) !important;
}

.btn-outline-unique-toggle {
  border-color: #880e4f !important;
  background-color: #880e4f !important;
  color: white !important;
  box-shadow: 0 5px 11px 0 #880e4f, 0 4px 15px 0 rgba(230, 6, 6, 0.15) !important;
}

.btn-outline-unique-toggle:hover {
  border: 2px solid #880e4f !important;
  border-color: #880e4f !important;
  background-color: transparent !important;
  color: #880e4f !important;
}

.searchForm {
  margin-left: 5% !important;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

#subCollapseNav {
  padding-top: 1%;
}

.box {
  display: none;
}

.expandView {
  display: none;
}

.input-group {
  width: 30%;
}

.input-group-text {
  border: 2px solid #4285f4 !important;
  background-color: transparent !important;
  color: #4285f4 !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
  cursor: pointer !important;
  text-transform: uppercase;
}

.input-group-text:hover {
  border-color: #4285f4 !important;
  background-color: #4285f4 !important;
  color: white !important;
}

.input-group-text:not([disabled]):not(.disabled):active, .input-group-text:not([disabled]):not(.disabled).active,
.show>.input-group-text.dropdown-toggle {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: transparent !important;
  border-color: #4285f4 !important;
}

.input-group-text:not([disabled]):not(.disabled):active:focus, .input-group-text:not([disabled]):not(.disabled).active:focus,
.show>.input-group-text:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.custom-file-label {
  cursor: pointer !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
  height: 105% !important;
  border: 2px solid #cccccc !important;
}

.custom-file-input {
  cursor: pointer !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
}

.custom-file-input:hover {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
  border-color: #4285f4 !important;
  background-color: #4285f4 !important;
  color: white !important;
}

/* clears the 'X' from Chrome */
input[type="text"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-decoration {
  display: none;
}
