
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;

}

.bootstrap-select.btn-group.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}


.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #6c217f;
  border-color: #6c217f;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #6c217f;
  border-color: #6c217f;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #6c217f;
  border-color: #6c217f;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #6c217f;
  border-color: #6c217f;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #6c217f;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #6c217f;
  border-color: #6c217f;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #6c217f;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */

@font-face {
  font-family: 'icomoon';
  src: url("cag-bookingwidget/fonts/icomoon.eot?sv4i0g");
  src: url("cag-bookingwidget/fonts/icomoon.eot?sv4i0g#iefix") format("embedded-opentype"), url("cag-bookingwidget/fonts/icomoon.ttf?sv4i0g") format("truetype"), url("cag-bookingwidget/fonts/icomoon.woff?sv4i0g") format("woff"), url("cag-bookingwidget/fonts/icomoon.svg?sv4i0g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.cag-travel {
  font-family: 'Lato', sans-serif;
  padding: 0;
}

.cag-travel [class^="icon-"], .cag-travel [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cag-travel .icon-hotel:before {
  content: "\e900";
}

.cag-travel .datepicker .day.active {
  background: #6c217f !important;
  color: #FFF !important;
}

.cag-travel .datepicker .day:hover {
  background: #6c217f !important;
  color: #FFF !important;
}

.cag-travel .datepicker .day.today {

  color: #FFF !important;
}

.cag-travel .datepicker .day.today:hover {
  background: #6c217f !important;
  color: #FFF !important;
}

.cag-travel .datepicker .day.disabled {
  opacity: 0.3;
}

.cag-travel .datepicker .day.disabled:hover {
  background: none !important;
  color: #777777 !important;
}

@media (max-width: 414px) {
  .cag-travel .col-xs-12 {
    margin-bottom: 0 !important;
  }
}

.cag-travel div[role="tabpanel"] {

}

.cag-travel div[role="tabpanel"] iframe {
  width: 100%;
}

.cag-travel div[role="tabpanel"] > .row {
  margin-top: 0px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cag-travel ul[role="tablist"] span {
    font-size: 13px;
  }
}

.cag-travel #transit-hotel-menu-tab .form-control span {
  font-size: 15px;
}

.cag-travel .pb-5 {
  padding-bottom: 5px !important;
}

.cag-travel #driversAge {
  background-image: none;
}

.cag-travel .bootstrap-select {
  padding: 0 !important;
}

.cag-travel .bootstrap-select.disabled {
  background: grey;
}

.cag-travel .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: inherit;
}

.cag-travel .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: inherit;
}

.cag-travel .bootstrap-select .dropdown-toggle:focus {
  background-color: #FFF;
  outline: none !important;
}

.cag-travel .bootstrap-select button {
  border: 1px solid white;
  width: 100% !important;
  padding-left: 15px;
  line-height: 53px;
  height:53px;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: inherit;
  outline: none;
  color: #5f5148;
  z-index: 0;
  -webkit-transition: border-color .2s ease-in-out 0s,color .2s ease-in-out 0s,background-color .2s ease-in-out 0s;
  transition: border-color .2s ease-in-out 0s,color .2s ease-in-out 0s,background-color .2s ease-in-out 0s;
}

.cag-travel .bootstrap-select button:hover {
  outline: none !important;
  color: #5f5148;
  background-color: #FFF;
  border-color: #5f5148;
}

.cag-travel .bootstrap-select button .dropdown-toggle:active {
  outline: none !important;
  background: #FFF;
}

.cag-travel .bootstrap-select button > .btn:focus {
  outline: none !important;
}

.cag-travel .bootstrap-select button .caret {
  right: 6px !important;
}

.cag-travel .bootstrap-select button .filter-option.pull-left {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.cag-travel .bootstrap-select .dropdown-menu {
  background: #f6f7f1;
}

.cag-travel .bootstrap-select .dropdown-menu > .active > a {
  background-color: #6c217f !important;
}
.cag-travel .bootstrap-select .dropdown-menu li a:hover {
  background-color: #6c217f !important;
}

.cag-travel .bootstrap-select .dropdown-menu li {
  border-bottom: 1px solid #ddd;
}

.cag-travel .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}

.cag-travel .bootstrap-select .dropdown-menu li a {
  padding: 10px;
}

.cag-travel .bootstrap-select .dropdown-menu li a:focus {
  outline: none;
}

.cag-travel .bootstrap-select .dropdown-menu li a:hover {
  color: #ffffff;
  background: #d5711d;
}

.cag-travel .bootstrap-select .dropdown-menu.open {
  padding-top: 0px;
  margin-top: 0px;
}

.cag-travel .bootstrap-select.open > .btn-default.dropdown-toggle {
  background-color: #FFF;
  color: #5f5148;
  outline: none !important;
}

.cag-travel .bootstrap-select.open .bs-searchbox {
  padding: 0;
}

.cag-travel .bootstrap-select.open .bs-searchbox input {
  background-image: none;
  height: 37px;
  outline: none;
  background-color: #eee;
  border: 1px solid #ddd;
}

.cag-travel .no-padding {
  padding: 0 !important;
}

.cag-travel .no-margin {
  margin: 0 !important;
}

.cag-travel .nav-tabs li {
  float: left;
  -webkit-transition: width 0.7s;
  transition: width 0.7s;
  width: auto !important;
}

.cag-travel .nav-tabs li a {
  color: #FFFFFF;
  background-color: transparent;
  border-radius: 0 !important;
  border: none !important;
}

.cag-travel .nav-tabs li img {
  width: 50%;
  max-width: 30px;
  margin: 0 auto;
  opacity: 0.4;
}

.cag-travel .nav-tabs .active img {
  opacity: 1;
}

.cag-travel .nav-tabs li a:focus, .cag-travel .nav-tabs li a:hover {
  /*color: #FFFFFF;*/
  /*outline: none;*/
  background-color: transparent;
}

.cag-travel .nav-tabs li.active a {
  /*color: #FFFFFF;*/
  /*background-color: #5F5148;*/
  /*border: none !important;*/
}

.cag-travel .nav-tabs li.active a:focus, .cag-travel .nav-tabs li.active a:hover {
  /*color: #FFFFFF;*/
  /*outline: none;*/
  /*background-color: #5F5148;*/
}

.cag-travel .nav-tabs li:focus, .cag-travel .nav-tabs li:hover {
  outline: none;
}

.cag-travel .nav-tabs li:not(:last-child) a {
  /*border-right: 1px solid #FFFFFF !important;*/
}

.cag-travel .tab-pane#car, .cag-travel .tab-pane#transit-hotel {
  background: #E3E3E3;
  background: -webkit-gradient(linear, 100% 0, 100% 100%, color-stop(0, #E3E3E3), to(#E3E3E3));
  background: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#E3E3E3));
  background: -webkit-linear-gradient(top, #E3E3E3 0, #E3E3E3 100%);
  background: linear-gradient(top, #E3E3E3 0, #E3E3E3 100%);
  border: none;
  padding: 10px;
}
 

.cag-travel .tab-pane .row .search-field {
  width: 100%;
}

.cag-travel .tab-pane .row .search-field button[type="button"].dropdown-toggle {
  width: 100%;
  border-radius: 0;
  border: none;
}

.cag-travel .tab-pane .row .search-field button[type="button"].dropdown-toggle input[type="text"] {
  border-radius: 0;
  box-shadow: none;
}

.cag-travel .tab-pane .row .search-field ul.dropdown-menu {
  width: 100%;
}

.cag-travel .checkbox label,
.cag-travel .radio label {
  font-size: 12px;
  vertical-align: top;
  margin-top: 2px;
  margin-bottom: 2px;
  display: table-cell;
}

.cag-travel .checkbox label:after,
.cag-travel .radio label:after {
  content: '';
  display: table;
  clear: both;
}

.cag-travel .checkbox .cr,
.cag-travel .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: .5em;
}

.cag-travel .radio .cr {
  border-radius: 50%;
  margin-top: 2px;
}

.cag-travel .checkbox .cr .cr-icon,
.cag-travel .radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 6px;
  left: 2px;
  font-size: 10px;
}

.cag-travel .radio .cr .cr-icon {
  margin-left: 0.04em;
}

.cag-travel .checkbox label input[type="checkbox"],
.cag-travel .radio label input[type="radio"] {
  display: none;
}

.cag-travel .checkbox label input[type="checkbox"] + .cr > .cr-icon,
.cag-travel .radio label input[type="radio"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
          transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.cag-travel .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.cag-travel .radio label input[type="radio"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.cag-travel .checkbox label input[type="checkbox"]:disabled + .cr,
.cag-travel .radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}

.cag-travel .form-control {
  color: #5f5148;
  border-radius: 0px;
  border:0;
  height: 53px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .5em;
  font-size:15px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "Lato"
}

 

.cag-travel .form-control.selectors {
  text-decoration: none;
  display: block;
  height: 53px;
  line-height: 53px;
  padding: 3px 10px 0;
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  cursor: text;
  z-index: initial;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.cag-travel .p-location {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 500;
}

.cag-travel .dates > div {
  padding: 0px;
}

@media (max-width: 767px) {
  .cag-travel .dates > div:not(:first-child) {
    padding: 5px 0px 0px 0px;
  }
}

.cag-travel .dates > div .d-pickup > div, .cag-travel .dates > div .d-dropoff > div {
  padding: 0px;
}

.cag-travel .dates > div .d-pickup > div:not(:last-child), .cag-travel .dates > div .d-dropoff > div:not(:last-child) {
  padding: 0px 5px 0px 5px;
}

.cag-travel .dates > div .d-pickup > div.d-pickup-picker input, .cag-travel .dates > div .d-pickup > div.d-dropoff-picker input, .cag-travel .dates > div .d-dropoff > div.d-pickup-picker input, .cag-travel .dates > div .d-dropoff > div.d-dropoff-picker input {
  font-family: "Font Awesome 5 Free", 'FontAwesome', 'Lato', sans-serif;
  font-weight: 500;
}

.cag-travel .dates > div .d-pickup button, .cag-travel .dates > div .d-dropoff button {
  height: 47px !important;
  line-height: 47px !important;
}

.cag-travel .purpose > div:not(:last-child) {
  padding: 0px 5px 0px 0px;
}

.cag-travel .f-purpose {
  border: 1px solid #CCCCCC;
  padding: 6px 5px;
  line-height: 1.8em;
  font-size: 12px;
}

.cag-travel .f-purpose .radio {
  display: inline-block;
}

.cag-travel .f-purpose .radio label {
  display: inline-block;
}

.cag-travel .f-purpose .no-margin {
  padding-left: 5px;
  padding-top: 1px;
}



.cag-travel hr {
  border-top: 5px solid #444444;
}

.cag-travel .no-background-image {
  background-image: none !important;
  border: none !important;
}

.cag-travel .tab-menu {
  margin-right: -5px;
  text-align: center;
}

.cag-travel #myTabs li a {
  /*padding: 10px 0.5px;*/
}

.cag-travel .t2-t3-container .no-padding {
  padding: 4px !important;
}

.cag-travel .transit-date-picker {
  padding: 0px !important;
}

.cag-travel .car-date-picker {
  padding: 0px !important;
}

.cag-travel .car_selector {
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: 93%;
}

.cag-travel .car_selector-top {
  margin-top: 10px !important;
}
 
 
 
 
.cag-travel .required-field-message {
  color: red;
  font-size: 0.7em;
  float: left;
  display: none;
  font-style: italic;
  display: none;
}
.cag-travel .transitInvalidField .input-datepicker, .cag-travel .transitInvalidField .form-control{
  border: 1px solid red !important;
}
.cag-travel .transitInvalidTimeField .dropdown-toggle{
  border: 1px solid red !important;
}

.cag-travel .d-pickup .transitInvalidField {
  border: none !important;
}

.cag-travel .d-pickup .transitInvalidField #t2t3StartDate, .cag-travel .d-pickup .transitInvalidField #t2t3EndDate, .cag-travel .d-pickup .transitInvalidField #thcheckin {
  border: 1px solid red !important;
}

.cag-travel .d-dropoff .transitInvalidField {
  border: none !important;
}

.cag-travel .d-dropoff .transitInvalidField #t2t3StartDate, .cag-travel .d-dropoff .transitInvalidField #t2t3EndDate {
  border: 1px solid red !important;
}

.cag-travel #transit-hotel-menu-tab, .cag-travel #flight-menu-tab, .cag-travel #hotel-menu-tab, .cag-travel #car-menu-tab {
  /*margin-top: -4px;*/
}

#whiteLabel-single {
  padding: 50px 0;
}

#whiteLabel-hidden .search-tabs-box {
  display: none;
}

#myModal .modal-header {
  border-bottom: 0;
}

#myModal .modal-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #968a7e;
}

#myModal .modal-body h4 {
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.15em;
  color: #5d5145;
  text-transform: uppercase;
}

#myModal .modal-footer {
  border-top: none;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

#myModal .modal-footer > .col-lg-6 {
  border-right: 1px solid #e5e5e5;
}

#myModal .modal-footer .btn {
  outline: none;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-weight:700;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background: #6c217f;
  text-transform: uppercase;
  padding: 0;
}

#myModal .modal-footer .btn:hover {
  background: #7d2d91;
  border: 1px solid #7d2d91;
}

@media (max-width: 320px) {
  #myModal .modal-footer .btn {
    width: 100px;
  }
}

@media (max-width: 375px) {
  #myModal .modal-footer .btn {
    width: 100px;
  }
}

@media (max-width: 414px) {
  #myModal .modal-footer .btn {
    width: 100px;
  }
}

@media (min-width: 768px) {
  #myModal .modal-footer .btn {
    font-weight: 400;
		font-size: 13px;
  }

  #myModal .modal-body {
    font-size: 14px;
		line-height: 18px;
  }

  #myModal .modal-body h4 {
		font-size: 30px;
		line-height: 40px;
  }
}

#myModal .modal-footer .col-lg-6 {
  border-right: 0;
}

body.lt-ie10 .booking-widget ul.nav li.active a {
  background: #5F5148 !important;
}

.btn-fix {
  right: 0;
  top: 0;
  position: absolute !important;
  width: 54px;
  height: 50px !important;
}

.btn-fix.new {
  right: 50px;
}
.poweredby-wrap{
  text-align: right;
  padding: 5px 0;
}
.poweredby{
  display: inline;
  width: auto;
}
#myTabs{
  padding: 5px 0 10px;
}
.cag-travel__nav{
  background-color: #f6f6f6;
}
.cag-travel__nav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.cag-travel__nav ul li {
  flex: 0 0 20%;
}

.cag-travel__nav ul li a {
  padding: 10px 0;
}
.cag-travel__content .curve{
  width: 62px;
}
.cag-travel__content .title{
  background-color: #fff;
  padding: 10px 15px;
}

.cag-travel .f-submit button[type="button"].submit-btn {
  padding: 0;
  border: 0;
  border-color: #6c217f;
  background-color: #6c217f;
  border-radius: 4px;
  color: #FFF;
  font-size: 15px;
  line-height: 53px;
  height: 53px;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}



#transit-hotel-search-button-container {
  margin-top: 10px;
}

