/* author @palamarchukvladymir@gmail.com */
.private-container {
  background-color: #0b58a2;
}

body .wrap .private-container {
  min-height: 400px;
}

body .wrap .private-container .row h1 {
  padding: 20px;
}

body .wrap .private-container .row h3 {
  padding: 20px;
}

body .wrap .private-container .row .nav-tabs {
  margin: 20px;
}

.form-block {
  margin: 20px;
}

.dropdown label {
  font-size: 1rem;
  border-bottom: 0;
  margin-bottom: 0;
}

.error-cabin-type {
  float: right;
}

.cabin-type-span {
  position: static;
  padding: 0 100px 2px 24px;
  background-color: #CA464A;
  margin-right: 100px;
  border-radius: 6px;
}

.quote-menu {
  margin-bottom: 1rem;
}

.quote-menu a {
  font-size: 1rem !important;
}

.quote-menu a:not(.btn) {
  padding: 0 2.5px 4px;
  color: #a5a5a5;
}

.quote-menu a.btn {
  margin-top: -10px;
  padding: 0.5rem 1.2rem;
}

.quote-menu a.active:not(.btn) {
  color: #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  font-weight: bold;
}

.quote-form-row .form-item:last-of-type .form-group {
  border: 0;
}

.quote-form-row .form-group {
  position: relative;
}

.quote-form-row .bootstrap-touchspin button,
.bootstrap-touchspin .buttonup,
.bootstrap-touchspin .buttondown,
.bootstrap-touchspin .touchspin-input {
  padding: 0;
}

.arrow-icon {
  background-image: url("../images/icons/arrow.svg");
  width: 18px;
  height: 12px;
  background-size: 100%;
}

.plus-icon {
  display: inline-block;
  background-image: url("../images/icons/plus.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-size: 100%;
}

.minus-icon {
  display: inline-block;
  background-image: url("../images/icons/minus.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-size: 100%;
}

.phone-icon {
  background-image: url("../images/icons/phone_icon.svg");
  width: 18px;
  height: 12px;
  background-size: 100%;
}

.row-title {
  font-size: 1.15rem;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
}

.row-title[aria-expanded='true'] i.fa-plus {
  display: none;
}

.row-title[aria-expanded='false'] i.fa-minus {
  display: none;
}

.custom-dropdown .dropdown {
  width: 100%;
  margin: 0;
}

.custom-dropdown .dropdown-toggle {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #555;
  padding: 0 1rem 0 1.5rem;
  height: 55px;
  line-height: 55px;
  font-size: 1rem;
}

.quote-form .custom-dropdown .dropdown-toggle {
  padding: 0 4rem 0 1.5rem;
  font-size: 1rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-dropdown .dropdown-toggle[aria-expanded="true"] > .arrow-up-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-dropdown .dropdown-menu {
  width: 250px;
  margin-top: 0;
}

.flight-info .type:not(:empty):before {
  content: ', ';
}

.multi-city .remove {
  height: 56px;
}

.custom-dropdown .dropdown-toggle:after {
  content: none;
}
