﻿html,
body {
  font-family: Arial;
}
h3 {
  font-size: 20px;
}
input::-ms-clear {
  display: none;
}
.text-angular-editor h1 {
  font-weight: normal;
}
.text-angular-editor h2 {
  font-weight: normal;
}
.text-angular-editor h3 {
  font-weight: normal;
}
.text-angular-editor h4 {
  font-weight: normal;
}
.text-angular-editor h5 {
  font-weight: normal;
}
.text-angular-editor h6 {
  font-weight: normal;
}
input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
}
.width49p {
  width: 49%;
}
.width45p {
  width: 45%;
  dropdown-submenu: hover;
}
.red {
  color: #ff0000;
}
.grey-text {
  color: grey;
}
.nurit-color {
  color: #ff9c00;
}
.link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
.background-day-change {
  background-color: yellow !important;
}
.queue-management {
  color: black;
  font-size: 12px;
  vertical-align: top;
}
.width334 {
  width: 334px;
}
.margin-bottom5 {
  margin-bottom: 5px;
}
.margin5 {
  margin: 5px;
}
.fixed {
  position: fixed;
}
.overflow-hidden {
  overflow: hidden;
}
.not-visible {
  visibility: hidden;
}
.hidden {
  display: none;
}
.block-display {
  display: block;
}
.inline-block-display {
  display: inline-block;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.inlineBlock {
  display: inline-block;
  vertical-align: top;
}
.clear-both {
  clear: both;
}
.stretch {
  width: 100%;
}
.dealColor {
  color: #75AA1A;
}
.blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.uppercase-text {
  text-transform: uppercase;
}
.capitalize-text {
  text-transform: capitalize;
}
.parallel-divs-container {
  overflow: hidden;
}
.parallel-divs-container .parallel-div {
  float: left;
  margin-left: 10px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.pointer-link {
  cursor: pointer;
}
.date-input {
  width: 115px;
  background-image: url(/Content/images/ic_calendar.png);
  background-repeat: no-repeat;
  background-position: 108px;
}
.date-input-full-year {
  background-position: 121px;
}
input[readonly].hasDatepicker {
  cursor: pointer;
  background: white;
}
hr {
  height: 1px;
  border-width: 0;
  background-color: #c7d9e0;
  margin: 10px 0;
}
form.submitted input:invalid.ng-pristine,
form.submitted textarea:invalid.ng-pristine,
form.submitted select:invalid.ng-pristine {
  border-color: #EE5F5B;
  color: #B94A48;
}
form.submitted .inValid {
  border: red solid 1px;
  border-radius: 6px;
}
form .submitted input:invalid.ng-pristine,
form .submitted textarea:invalid.ng-pristine,
form .submitted select:invalid.ng-pristine {
  border-color: #EE5F5B;
  color: #B94A48;
}
form .submitted .chosen-container.ng-invalid.ng-pristine {
  border: red solid 1px;
  border-radius: 6px;
}
form .submitted .invalid-container {
  border: red solid 1px;
  border-radius: 6px;
}
form .submitted .inValid {
  border: red solid 1px;
  border-radius: 6px;
}
.error-color {
  color: #CC3030;
}
ng-form.submitted input:invalid.ng-pristine,
ng-form.submitted textarea:invalid.ng-pristine,
ng-form.submitted select:invalid.ng-pristine {
  border-color: #EE5F5B;
  color: #B94A48;
  box-shadow: none;
}
ng-form.submitted .select2-container.ng-invalid-required a {
  border: 1px solid #EE5F5B;
  color: #B94A48;
}
ng-form.submitted .inValid {
  border: red solid 1px;
  border-radius: 6px;
}
ng-form.submitted .airport-auto-complete.ng-invalid {
  border-color: #EE5F5B;
  color: #B94A48;
  box-shadow: none;
}
ng-form .submitted input:invalid.ng-pristine,
ng-form .submitted textarea:invalid.ng-pristine,
ng-form .submitted select:invalid.ng-pristine {
  border-color: #EE5F5B;
  color: #B94A48;
  box-shadow: none;
}
ng-form .submitted .chosen-container.ng-invalid.ng-pristine {
  border: red solid 1px;
  border-radius: 6px;
}
ng-form .submitted .invalid-container {
  border: red solid 1px;
  border-radius: 6px;
}
ng-form .submitted .inValid {
  border: red solid 1px;
  border-radius: 6px;
}
.chosen-container.ng-invalid.ng-dirty {
  border: red solid 1px;
  border-radius: 6px;
}
input:invalid.ng-dirty,
textarea:invalid.ng-dirty,
select:invalid.ng-dirty {
  border-color: #EE5F5B;
  color: #B94A48;
}
.corporate-admin-page input:invalid,
.corporate-admin-page textarea:invalid,
.corporate-admin-page select:invalid {
  border: 1px solid #EE5F5B;
  color: #B94A48;
}
.agency-administration-page input:invalid,
.agency-administration-page textarea:invalid,
.agency-administration-page select:invalid {
  border-color: #EE5F5B;
  color: #B94A48;
}
.price-break-down-form-hotel-quote textarea:invalid,
.price-break-down-form-hotel-quote textarea:invalid {
  border-color: #EE5F5B;
  color: #B94A48;
}
/*input.ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid, select.ng-dirty.ng-invalid {
    border-color: #EE5F5B;
    color: #B94A48;
}*/
input:focus:invalid.ng-pristine,
textarea:focus:invalid.ng-pristine,
select:focus:invalid.ng-pristine {
  color: #7ab5d3;
  border-color: #7ab5d3;
}
input:focus:invalid:focus.ng-pristine,
textarea:focus:invalid:focus.ng-pristine,
select:focus:invalid:focus.ng-pristine {
  border-color: #7ab5d3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline;
  padding-left: 5px;
}
.lightText {
  color: #979797;
}
.airlineIcon {
  width: 27px;
  height: 23px;
  background-color: white;
  -webkit-box-shadow: 1px 1px 1px #cccccc;
  box-shadow: 1px 1px 1px #cccccc;
}
.highlight-search .active strong {
  color: black;
}
.highlight-search ul {
  min-width: 301px;
}
.reference-point0 {
  background: url('/Content/images/Hotels/rPoint.png') 0px 0px;
}
.reference-point1 {
  background: url('/Content/images/Hotels/rPoint.png') 0px -18px;
}
.reference-point2 {
  background: url('/Content/images/Hotels/rPoint.png') 0px 17px;
}
.reference-point4 {
  background: url('/Content/images/Hotels/rPoint.png') 0px -55px;
}
.reference-point10,
.reference-point100 {
  background: url('/Content/images/Hotels/rPoint.png') 0px -55px;
}
.reference-point5 {
  background: url('/Content/images/Hotels/rPoint.png') 0px -35px;
}
.reference-point-common {
  float: left;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-right: 5px;
  background-color: transparent;
}
.multiAirlineBackground {
  display: none;
  position: absolute;
  top: 3px;
  left: 14px;
}
.multiAirlineStyle .multiAirlineBackground {
  display: block;
}
/*#region Common Style */
.block {
  width: 100%;
  display: block;
}
.margin-five {
  margin: 5px;
}
/*#endegion*/
/* Interface Box 
----------------------------------------*/
.interface-box {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
}
.update-pnr-remarks-table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.update-pnr-remarks-table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
  width: 350px;
  line-height: 15px;
  cursor: pointer;
}
.update-pnr-remarks-table th {
  font-weight: bold;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 4px;
  width: 350px;
  line-height: 15px;
}
/* Bootstrap Close Button*/
.close {
  background: #f0f0f0;
  border-radius: 61px;
  height: 20px;
  width: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}
.close:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close-modal {
  height: auto;
  position: relative;
  top: -4px;
  right: -8px;
}
.custom-close-modal {
  height: auto;
  position: relative;
  top: -4px;
  right: -8px;
}
/* Google maps override 
----------------------------------------*/
.gmnoprint img {
  max-width: none;
}
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
  max-width: none;
}
/*.gm-style-iw {
    max-height: 130px !important;
    width: 370px !important;
}*/
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none;
}
/* Google maps override 
----------------------------------------*/
/* Bootstrap dropdown override 
----------------------------------------*/
.dropdown-menu {
  max-height: 240px;
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 230px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.select2-results .select2-highlighted,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #dae2e6;
  color: #232323;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(50%, #e5e9eb), color-stop(100%, #dae2e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#dae2e6', GradientType=0);
  /* IE6-8 */
  background: linear-gradient(to bottom, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* W3C */
}
.typeahead.dropdown-menu {
  display: block;
  top: 30px;
  left: 0px;
  background-color: #fff;
  position: absolute!important;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow-y: auto;
}
.typeahead.dropdown-menu li {
  margin-left: 0px;
  border-radius: 0px;
  width: 100%;
}
.typeahead.dropdown-menu .active {
  background-color: #fafafa;
}
.typeahead.dropdown-menu .active > a,
.typeahead.dropdown-menu .active > a:hover,
.typeahead.dropdown-menu .active > a:focus {
  background-color: none;
  background-image: none;
  font-size: 12px;
}
.typeahead.dropdown-menu a {
  font-size: 12px;
}
.typeahead.dropdown-menu .customTemplate {
  border-top: 1px solid #e6e6e6;
}
.travelerAgentWindow-open .typeahead.dropdown-menu {
  min-width: 326px;
}
.travelerAgentWindow-open .traveller-autocomplete-box .typeahead.dropdown-menu {
  visibility: hidden;
}
.addTravelerForm-holder.loading {
  opacity: 0.5;
}
.hotel-search-parameters-container .typeahead.dropdown-menu {
  min-width: 414px;
}
.parallel-hotel-search-parameters .typeahead.dropdown-menu {
  min-width: 334px;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #dae2e6;
  color: #232323;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(50%, #e5e9eb), color-stop(100%, #dae2e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#dae2e6', GradientType=0);
  /* IE6-8 */
  background: linear-gradient(to bottom, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
  /* W3C */
}
label {
  cursor: default;
}
/* Bootstrap Label Extras
--------------------------*/
.label {
  min-width: 90px;
  height: 28px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.label-progress {
  background-color: #7f7dd6;
}
.label-selected {
  background-color: #32d7f5;
}
.label-booked {
  background-color: #00c3b8;
}
.label-notbooked {
  background-color: #ff5539;
}
/*-----------------------------------------*/
/*-----------------Combo-box---------------*/
/*-----------------------------------------*/
.combo-box .combo-box-content {
  float: left;
}
.combo-box .caret {
  float: right;
  margin-left: 8px;
}
/*-----------------------------------------*/
/*-----------------Buttons-----------------*/
/*-----------------------------------------*/
/*Quote Button*/
.empty-button {
  background: none;
  border: none;
  padding: 0px;
}
.cancel-product-type {
  width: 370px;
}
.cancel-product-type.groundScope {
  width: 500px;
}
.quote-button {
  color: #146f8e;
  -webkit-text-shadow: 0px 0px 0px #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
  height: 30px;
  min-width: 10px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
}
/*Backgrounds*/
.neutral-dark {
  background: #dae2e6;
  border-color: #c0c0c0;
}
.neutral-light {
  background: #f0f0f0;
  border-color: #c0c0c0;
}
/*Backgrounds*/
/*Blue Button*/
.button {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
}
button:disabled {
  opacity: 0.5;
}
.button-neutral-dark {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #dae2e6;
}
.button-neutral-background {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #dae2e6;
}
.button-neutral-light {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 1px;
  border-style: solid;
  color: #666;
  background-color: #f0f0f0;
  background: -moz-linear-gradient(top, white 0%, #f8f8f8 50%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #f8f8f8), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f8f8f8 50%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f8f8f8 50%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f8f8f8 50%, #f0f0f0 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f0f0f0', GradientType=0);
  /* IE6-8 */
  background: linear-gradient(to bottom, white 0%, #f8f8f8 50%, #f0f0f0 100%);
  /* W3C */
}
.button-neutral-light:hover {
  background: #f0f0f0;
}
.buttonSelected {
  background: #F9E35F;
}
.availabilityLowestFareButtonSelected {
  background: rgba(98, 219, 85, 0.65);
  color: #fff;
}
.availabilityButtonSelected {
  background: #56beeb;
  color: #fff;
}
.availabilityLowestPrice {
  background: #81bd27;
  color: #fff;
}
.availabilityButtonSelectedWithLowestClass {
  background-image: -webkit-linear-gradient(40deg, #56beeb 50%, #62db55 50%);
  color: #fff;
}
.personalDetails .client-reference-input-td .select2-container.ng-invalid.ng-invalid-required .select2-choice {
  border: red solid 1px;
}
.save-reference-field-button {
  padding-left: 20px;
  padding-right: 20px;
}
.button-primary {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #56bcea;
  -webkit-box-shadow: 0 1px 0px #1f597b, 0 1px 0px #1f597b;
  box-shadow: 0 1px 0px #1f597b, 0 1px 0px #1f597b;
}
.button-primary:disabled {
  color: #d6e6ee;
}
.button-primary:enabled:hover {
  background: #37a1e0;
}
.trip-monitor-book-a-new-trip-button {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #a0d468;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0px #6e9e2a, 0 1px 0px #6e9e2a;
  box-shadow: 0 1px 0px #6e9e2a, 0 1px 0px #6e9e2a;
  margin-top: 9px;
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.trip-monitor-book-a-new-trip-button:disabled {
  color: #d6e6ee;
}
.trip-monitor-book-a-new-trip-button:enabled:hover {
  background: #78BA1A;
}
.button-cart-primary {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #4d637a;
  border-bottom: 1px solid #3e4f5a;
}
.button-cart-primary:disabled {
  opacity: 0.5;
}
.button-cart-primary:enabled:hover {
  background: #2f4156;
}
.button-primary-style .button-primary-triangle-top {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 17px solid #56bcea;
  float: left;
}
.button-primary-style .button-primary-triangle-buttom {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 17px solid #56bcea;
  float: left;
  -webkit-box-shadow: 0 1px 0px #1f597b, 0 1px 0px #1f597b;
  box-shadow: 0 1px 0px #1f597b, 0 1px 0px #1f597b;
}
.button-primary-style .button-primary-arr {
  width: 0;
  height: 0;
  border-top: 16.8px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #56bcea;
  float: left;
  border-right: 0px;
}
.button-primary-style:disabled {
  color: #d6e6ee;
}
.button-primary-style:enabled:hover .button-primary-triangle-buttom {
  border-right: 17px solid #37a1e0;
}
.button-primary-style:enabled:hover .button-primary-triangle-top {
  border-right: 17px solid #37a1e0;
}
.button-primary-style:enabled:hover .button-primary-square {
  background: #37a1e0;
}
.button-primary-style:enabled:hover .button-primary-arr {
  border-left: 17px solid #37a1e0;
}
.button-primary-square {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #56bcea;
  border-bottom: 1px solid #0984af;
}
.button-primary-square:disabled {
  color: #d6e6ee;
}
.button-primary-square:enabled:hover {
  background: #37a1e0;
}
.button-hold-flight {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  background-color: #e6ebed;
  color: #777;
  -webkit-box-shadow: 1px 1px 1px 1px #828c95, 1px 1px 1px 1px #828c95;
  box-shadow: 0px 1px 1px 0px #828c95, 0px 0px 0px 0px #828c95;
  border-bottom: 1px solid #828c95;
}
.button-hold-flight:enabled:hover {
  background: #cbd4d8;
}
.button-secondary {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #1e6a84;
  background-color: #caeff9;
  -webkit-box-shadow: 0 1px 0px #9bdbea, 0 1px 0px #9bdbea;
  box-shadow: 0 1px 0px #9bdbea, 0 1px 0px #9bdbea;
}
.button-secondary:disabled {
  color: #0f3542;
}
.button-secondary:enabled:hover {
  background: #b1e5f4;
}
.button-flight {
  box-shadow: none;
  outline: none;
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background: #56beeb;
  border-radius: 0;
  font-size: 13px;
}
.button-flight:enabled:hover {
  background-color: #34a1e1;
}
.button-request-assistance {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  -webkit-box-shadow: 1px 1px 1px 1px #afb8bc, 1px 1px 1px 1px #afb8bc;
  box-shadow: 0px 1px 1px 0px #828c95, 0px 0px 0px 0px #afb8bc;
  color: #56beeb;
  background-color: #e6ebed;
  width: 160px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 8px;
  height: 36px;
  padding: 0 3px 0px 0px;
}
.button-hotel {
  box-shadow: none;
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  border-radius: 0;
  background: #ac98ed;
  outline: none;
}
.button-parking {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: black;
  background: #f1f1f1;
  -webkit-box-shadow: 0 1px 1px #f1f1f1, 0 1px 0px;
  box-shadow: 0 1px 0px #f1f1f1, 0 1px 0px #f1f1f1;
  border: 1px solid #b9c762;
}
.button-parking:enabled:hover {
  background-color: #9cae2a;
}
.button-trip-chart {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #777;
  background: #f0f2f3;
  border-bottom: 1px solid #828c95;
}
.button-trip-chart:disabled {
  opacity: 0.5;
}
.button-trip-chart:enabled:hover {
  background: #dfe3e7;
}
.button-trip-chart .other-services-span {
  font-weight: bold;
  padding: 0px;
  margin-left: 5px;
  color: #777;
  font-size: 21px;
  margin-top: -2px;
}
.button-trip-chart:first-child {
  margin-left: 0px;
}
.button-chosen {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  background: #8ec04f;
  -webkit-box-shadow: 1px 1px 1px 1px #828c95, 1px 1px 1px 1px #828c95;
  box-shadow: 0px 1px 1px 0px #828c95, 0px 0px 0px 0px #828c95;
  width: 130px;
}
.button-chosen:disabled {
  opacity: 0.5;
}
.button-chosen:enabled:hover {
  background: #6ba631;
}
.chosen-background {
  background-color: #E8F2DC;
}
.button-select {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #777;
  background: White;
  -webkit-box-shadow: 1px 1px 1px 1px #828c95, 1px 1px 1px 1px #828c95;
  box-shadow: 0px 1px 1px 0px #828c95, 0px 0px 0px 0px #828c95;
  width: 130px;
}
.button-select:disabled {
  opacity: 0.5;
}
.button-select:enabled:hover {
  background: #cbd4d8;
}
.user-quote-button {
  margin-top: 5px;
  float: left;
}
.user-quote-button .user-quote-holder {
  padding-left: 15px;
}
.button-hotel:enabled:hover {
  background-color: #8b6ee2;
}
.hotel-background-color {
  background: #AC92ED;
}
.button-heathrow {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  background: #e09765;
  -webkit-box-shadow: 0 1px 1px #ff8c00, 0 1px 0px #ff8c00;
  box-shadow: 0 1px 0px #ff8c00, 0 1px 0px #ff8c00;
}
.button-amtrak {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  background: #e09765;
  -webkit-box-shadow: 0 1px 1px #ff8c00, 0 1px 0px #ff8c00;
  box-shadow: 0 1px 0px #ff8c00, 0 1px 0px #ff8c00;
}
.button-rail {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  background: #e09765;
  -webkit-box-shadow: 0 1px 1px #ff8c00, 0 1px 0px #ff8c00;
  box-shadow: 0 1px 0px #ff8c00, 0 1px 0px #ff8c00;
}
.fixed-class-active {
  position: fixed;
  width: 983px;
  background-color: white;
  z-index: 1;
}
.button-evolvi {
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  background: #5BBCEB;
  -webkit-box-shadow: 0 1px 1px #5BBCEB, 0 1px 0px #5BBCEB;
  box-shadow: 0 1px 0px #5BBCEB, 0 1px 0px #5BBCEB;
}
.button-heathrow:enabled:hover {
  background-color: #cf7241;
}
.button-services {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  background: #e09765;
  -webkit-box-shadow: 0 1px 1px #ff8c00, 0 1px 0px #ff8c00;
  box-shadow: 0 1px 0px #ff8c00, 0 1px 0px #ff8c00;
  width: 168px;
  height: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
}
.button-services .title {
  width: 100%;
  float: left;
  margin-top: 7px;
  font-size: 15px;
}
.button-services .plus-small {
  position: absolute;
  left: 10px;
  top: 5px;
}
.button-services .minus-small {
  position: absolute;
  left: 10px;
  top: 5px;
}
.button-services:hover {
  background-color: #cf7241;
}
.button-rebook {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  background: #FFCC00;
  -webkit-box-shadow: 0 1px 1px #ECBD00, 0 1px 0px #ECBD00;
  box-shadow: 0 1px 0px #ECBD00, 0 1px 0px #ECBD00;
  width: 168px;
  height: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
}
.button-rebook .title {
  width: 100%;
  float: left;
  margin-top: 7px;
  font-size: 15px;
}
.button-rebook .plus-small {
  position: absolute;
  left: 10px;
  top: 5px;
}
.button-rebook .minus-small {
  position: absolute;
  left: 10px;
  top: 5px;
}
.button-rebook:hover {
  background-color: #E6B800;
}
.other-services {
  margin-top: 5px;
}
.other-services .services-button-div {
  vertical-align: middle;
  display: table;
  width: 99%;
  background-color: #f0f2f3;
  cursor: pointer;
  margin-bottom: 2px;
  height: 36px;
}
.other-services .services-button-div .product-image-holder {
  width: 50px;
  float: left;
}
.other-services .services-button-div .title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
  font-weight: bold;
  float: left;
  margin-top: 9px;
  color: #676767;
}
.other-services .services-button-div .trainBig {
  margin-left: 5px;
  margin-top: 5px;
  float: left;
}
.other-services .services-button-div .groundscope-product-brown {
  float: left;
  margin-left: 10px;
}
.other-services .services-button-div:hover {
  background-color: #dfe3e7;
}
.button-car {
  outline: none;
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  background: #c5c16a;
}
.button-car:enabled:hover {
  background: #9cae2a;
}
.button-groundscope {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: white;
  background: #e09765;
  -webkit-box-shadow: 0 1px 1px #ff8c00, 0 1px 0px #ff8c00;
  box-shadow: 0 1px 0px #ff8c00, 0 1px 0px #ff8c00;
}
.button-groundscope:enabled:hover {
  background: #cf7241;
}
.button-cart {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #9ebbc6;
  background: -moz-linear-gradient(top, #9ebbc6 0%, #86a9b7 50%, #6d96a7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ebbc6), color-stop(50%, #86a9b7), color-stop(100%, #6d96a7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9ebbc6 0%, #86a9b7 50%, #6d96a7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9ebbc6 0%, #86a9b7 50%, #6d96a7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9ebbc6 0%, #86a9b7 50%, #6d96a7 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ebbc6', endColorstr='#6d96a7', GradientType=0);
  /* IE6-8 */
  background: linear-gradient(to bottom, #9ebbc6 0%, #86a9b7 50%, #6d96a7 100%);
  /* W3C */
}
.button-cart:enabled:hover {
  background: #6d96a7;
}
.caret {
  vertical-align: middle;
}
.groundScope-group-header .groundScope-product {
  display: table-cell;
  float: left;
}
.groundScope-group-header .product-name {
  padding-top: 4px;
  display: table-cell;
  padding-left: 12px;
}
.header-button {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  box-shadow: none;
  height: 32px;
  /*background-color:rgba(194, 225, 239, 0.6);*/
  background: transparent;
  color: #333333;
  font-size: 12px;
}
.header-button:hover {
  background-color: #c2e1ef;
}
.header-button img {
  position: relative;
  top: -1px;
}
.top-button {
  border-right: 1px solid #d0d5e0;
}
.header-button-new-trip {
  background-color: transparent;
  color: #78BA1A;
  font-weight: bold;
  font-size: 16px;
}
.header-button-new-trip:hover {
  background-color: #d3e9ca;
}
.link-button {
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  line-height: 32px;
}
.link-button:hover {
  text-decoration: none;
}
.quote-link-button {
  display: inline-block;
  text-decoration: none;
  line-height: 32px;
}
.quote-link-button:hover {
  text-decoration: none;
}
.disabledButton {
  opacity: 0.5;
}
.disabled-opacity {
  opacity: 0.5;
}
.image-button span {
  margin-left: 5px;
  font-size: 12px;
  display: inline;
}
.btn-group .btn.active {
  background: #56beeb;
  color: white;
  -webkit-text-shadow: none;
  text-shadow: none;
  box-shadow: none;
}
.btn-group > .btn + .btn {
  margin-left: 0px;
}
.btn-group.travaller .btn.active {
  background: #56bcea;
  color: white;
  -webkit-text-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.btn-travaller-group > .btn + .btn {
  margin-left: 0px;
}
.profile-alert-circle {
  height: 8px;
  width: 8px;
  position: absolute;
  top: -4px;
  right: 0px;
  border: 1px solid white;
  background: red;
  border-radius: 10px;
}
.cancel-button {
  border-left: none !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.on-Behalf-pop-up {
  position: absolute;
  border: 1px solid;
  border-color: #b0b0b0;
  box-shadow: 2px 2px 5px #b0b0b0;
  height: 100px;
  background-color: white;
  top: 22px;
  width: 200px;
  right: 0px;
  padding: 14px;
  z-index: 1;
}
.on-Behalf-pop-up label {
  padding-top: 10px;
  font-size: 12px;
}
.super-admin {
  height: 160px;
}
.onBehalfOfIcon {
  cursor: pointer;
  padding-right: 11px;
  display: inline-block;
  margin-left: 5px;
}
.book-cart-new {
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.book-cart-new.isFlight {
  border: 1px solid #56beeb;
  color: #56beeb;
}
.book-cart-new.isFlight:enabled:hover {
  background: #56beeb;
  color: #fff;
}
.book-cart-new.isCar {
  border: 1px solid #c5c16a;
  color: #c5c16a;
}
.book-cart-new.isCar:enabled:hover {
  background: #c5c16a;
  color: #fff;
}
.book-cart-new.isHotel {
  border: 1px solid #7c67d3;
  color: #7c67d3;
}
.book-cart-new.isHotel:enabled:hover {
  background: #7c67d3;
  color: #fff;
}
/*-----------------------------------------*/
/*-----------Progress Indicator------------*/
/*-----------------------------------------*/
.progress-indicator {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(/content/images/searching.gif) no-repeat center;
  width: 150px;
  height: 150px;
}
/*-----------------------------------------*/
/*-----------Error-Retry Panel-------------*/
/*-----------------------------------------*/
.error-retry-panel {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.error-retry-panel span {
  font-size: 15px;
  display: block;
  padding: 10px;
}
/*-----------------------------------------*/
/*--------------Trip Header----------------*/
/*-----------------------------------------*/
.blue-header {
  background-color: #e9eef1;
  height: 45px;
  padding: 0px;
  color: black;
  -mox-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.blue-header.secondary {
  background-color: #d2e9f2;
}
.blue-header > h3 {
  font-size: 20px;
  margin: 10px 10px 0 10px;
  display: inline;
}
/*-----------------------------------------*/
/*------------Data Table Header------------*/
/*-----------------------------------------*/
.datatable-header {
  position: relative;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #eaeaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(7%, #f9f9f9), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #eaeaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #eaeaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 7%, #eaeaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
  /* IE6-8 */
  -webkit-box-shadow: 0px 1px 1px #d3d3d3;
  box-shadow: 0px 1px 1px #d3d3d3;
}
.datatableSortedHeader {
  background: #cfcfcf;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(7%, #f9f9f9), color-stop(100%, #cfcfcf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
  /* IE6-8 */
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.datatableSortedHeader.datatableSortedHeaderAscending {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url("/content/images/Dashboard/sorting_up.png") no-repeat center top, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
  background: url("/content/images/Dashboard/sorting_up.png") no-repeat center top, -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* FF3.6+ */
  background: url("/content/images/Dashboard/sorting_up.png") no-repeat center top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(7%, #f9f9f9), color-stop(100%, #cfcfcf));
  /* Chrome,Safari4+ */
  background: url("/content/images/Dashboard/sorting_up.png") no-repeat center top, -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: url("/content/images/Dashboard/sorting_up.png") no-repeat center top, -o-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* Opera 11.10+ */
  background: url("/content/images/Dashboard/sorting_up.png") no-repeat center top, -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* IE10+ */
  background: url("/content/images/Dashboard/sorting_up.png") no-repeat center top, linear-gradient(to bottom, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* W3C */
}
.datatableSortedHeader.datatableSortedHeaderDescending {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url("/content/images/Dashboard/sorting_down.png") no-repeat center bottom, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
  background: url("/content/images/Dashboard/sorting_down.png") no-repeat center bottom, -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* FF3.6+ */
  background: url("/content/images/Dashboard/sorting_down.png") no-repeat center bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(7%, #f9f9f9), color-stop(100%, #cfcfcf)) !important;
  /* Chrome,Safari4+ */
  background: url("/content/images/Dashboard/sorting_down.png") no-repeat center bottom, -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: url("/content/images/Dashboard/sorting_down.png") no-repeat center bottom, -o-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* Opera 11.10+ */
  background: url("/content/images/Dashboard/sorting_down.png") no-repeat center bottom, -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* IE10+ */
  background: url("/content/images/Dashboard/sorting_down.png") no-repeat center bottom, linear-gradient(to bottom, #ffffff 0%, #f9f9f9 7%, #cfcfcf 100%) !important;
  /* W3C */
}
.datatable-header table th {
  line-height: 43px;
  text-align: center;
  padding: 2px 4px;
  border-left: solid 1px #c9c9c9;
}
.datatable-header table th:first-child {
  border-left-width: 0px;
}
.datatable-header table th a {
  font-size: 14px;
  color: #4c4c4c;
}
/*-----------------------------------------*/
/*---------------Data Table----------------*/
/*-----------------------------------------*/
.datatable {
  border-collapse: collapse;
  border-radius: 5px;
}
.datatable tr td {
  text-align: left;
  padding: 2px 2px;
}
.datatable tr:not(:first-child) td {
  border-top: 1px solid #cacaca;
}
.datatable tr td:first-child,
#tripsTable tr th:first-child {
  border-left: 0;
}
.datatable tr.selectedRow {
  background-color: #C4DFEA;
  color: #000;
}
/*-----------------ICONS---------------*/
.ico-pb-transportation {
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url(/content/images/ic_pb_transportation.png);
}
/* Bootstrap modal override 
----------------------------------------*/
.modal {
  position: relative;
  /*top: 100px;*/
  margin-left: 0;
  z-index: 1050;
}
.modal.square-pop-up {
  border-radius: 0;
}
.modal.square-pop-up .modal-body {
  border-radius: 0px;
}
.modal.cancel-product-popup {
  color: #303800;
}
.modal.cancel-product-popup .modal-header {
  font-size: 14px;
}
.modal.cancel-product-popup .modal-body {
  background: #F3F3F3;
}
.modal .button-trip-chart {
  height: 33px;
}
.modal .button-trip-chart:first-child {
  margin-left: 10px;
}
.modal-default {
  /*background: @NeutralDarker;*/
  color: white;
}
.modal-default-border {
  border: 1px solid #216f93;
}
.modal-success {
  background: #99cd64;
  color: black;
}
.modal-warning {
  background: #ffd75f;
  color: black;
}
.modal-error {
  background: #d42e36;
  color: white;
}
.modal-assistance-request {
  background: #8C9DDB;
  color: white;
}
.modal-alert {
  background: #ff8000;
  color: black;
}
.modal-success-border {
  border: 1px solid #99cd64;
}
.modal-warning-border {
  border: 1px solid #ffd75f;
}
.modal-error-border {
  border: 1px solid #d42e36;
}
.modal-assistance-request-border {
  border: 1px solid #8C9DDB;
}
.modal-alert-border {
  border: 1px solid #ff8000;
}
.modal-header {
  position: relative;
  font-size: 17px;
  font-family: arial;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  border-bottom: 1px solid #eee;
}
.modal-body {
  position: relative;
  max-height: 850px;
  padding: 15px;
  overflow-y: auto;
  background-color: #FFFFFF;
  font-family: arial;
  font-weight: normal;
  color: #522222;
  font-size: 11px;
  line-height: 100%;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.modal-body.no-padding {
  padding: 0px;
}
.modal-body .popup-header {
  font-size: 12.5px;
  line-height: 20px;
  font-family: Helvetica, Arial, Sans-Serif;
  margin: 12px 25px 18px 25px;
}
.modal-body .popup-header p {
  padding-left: 2px;
}
.modal-body .request-assistance-popup {
  line-height: 20px;
  font-size: 12px;
  color: #232323;
}
.modal-body-overflow {
  overflow-y: inherit;
}
/* Bootstrap popover override */
.popover {
  width: auto;
  max-width: 400px;
}
.popover-title {
  background: #85cbe3;
  background: -webkit-linear-gradient(top, #85cbe3 0%, #61b6d3 100%);
  font-weight: bold;
  font-size: 16px;
  color: white;
}
.modal-pop-up .popover-title {
  font-size: 14px;
}
.modal-pop-up .popover-content .item {
  line-height: 18px;
  font-size: 12px;
}
/*---------------------*/
.gridTop {
  /*float: left;*/
}
.gridRow {
  border: 1px solid silver;
  margin-top: -1px;
}
.availabilityGridRow {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}
.availabilityGridRow.top {
  border-top: 1px solid silver;
}
.availabilityGridRow.bottom {
  border-bottom: 1px solid silver;
}
.availabilityGridRow.sep {
  border-bottom: 1px dashed silver;
}
.label-status {
  font-family: arial, serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 27px;
  border-radius: 3px 3px 3px 3px;
  moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  padding: 0 10px;
  min-height: 27px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 10px;
  text-indent: 0;
  text-align: center;
}
.trip-status-container {
  margin-top: 10px;
  margin-right: -2px;
  padding-right: 4px;
}
.trip-status-container-error {
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
  border: 2px solid red;
}
.trip-status-container-error img {
  position: absolute;
  left: -2px;
  top: -1px;
}
.trip-status-container-error .trip-status {
  margin: 2px;
}
.quote-pnr {
  margin: 0 0 0 6px;
}
.pnr-container-error {
  float: left;
  margin: -1px 0 0 6px;
  padding: 0 5px 0 20px;
  position: relative;
  border: 2px solid red;
}
.pnr-container-error .quote-pnr {
  margin: 0;
}
.pnr-container-error img {
  position: absolute;
  left: -2px;
  top: -1px;
}
.trip-status-dashboard {
  border-radius: 3px;
  width: 80px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 4px 4px 4px;
  /*line-height: 13px;*/
  text-align: center;
}
.trip-status-time-limit {
  width: 100px;
  text-align: center;
  line-height: 12px;
}
.trip-status {
  border-radius: 3px;
  /*border: 1px solid black;
    background: black;*/
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px 0 6px;
  text-align: center;
  vertical-align: middle !important;
  /*line-height: 12px;
    height: 25px;*/
}
.trip-status-dashboard-Booked {
  border: 1px solid #f9bf3e;
  background: #f9bf3e;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-dashboard-InProgress {
  border: 1px solid #f9bf3e;
  background: #f9bf3e;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-dashboard-PriceOffer {
  border: 1px solid #ed5564;
  background: #ed5564;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-dashboard-PendingReissue {
  border: 1px solid #ed5564;
  background: #ed5564;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-dashboard-PendingModification {
  border: 1px solid #ed5564;
  background: #ed5564;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-dashboard-PendingModification1 {
  border: 1px solid #ed5564;
  background: #ed5564;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-dashboard-ReissueFailed {
  border: 1px solid #ed5564;
  background: #ed5564;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-dashboard-Expired {
  border: 1px solid #969696;
  background: #969696;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-dashboard-NonIssued {
  border: 1px solid #969696;
  background: #969696;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-dashboard-Confirmed {
  border: 1px solid #8ec04f;
  background: #8ec04f;
  padding: 6px 2px 6px 6px;
  line-height: 13px;
}
.trip-status-InProgress,
.trip-status-PendingCancellation,
.trip-status-PendingModification,
.trip-status-Booked,
.trip-status-PendingTicketing {
  background: #f9bf3e;
}
.trip-status-Disrupted,
.trip-status-FailureCancellation,
.trip-status-Selected {
  background: #ed5564;
}
.trip-status-Deleted {
  background: #ed5564;
}
.trip-status-Debited {
  background: #8ec04f;
}
.trip-status-InBasket {
  background: #f9bf3e;
}
.trip-status-Credited {
  background: #8ec04f;
}
.trip-status-NonIssued {
  background: #ed5564;
}
.trip-status-BookingError {
  background: #ff0000;
}
.trip-status-PendingReissue {
  background: #ff0000;
}
.trip-status-TicketingError {
  background: #ff0000;
}
.trip-status-ReissueFailed {
  background: #ff0000;
}
.trip-status-Requested {
  background: #8C9DDB;
}
.trip-status-Ticketed,
.trip-status-Confirmed {
  background: #8ec04f;
}
.trip-status-request-assistance {
  background: #8C9DDB;
  height: 25px;
}
.trip-status-request-assistance span {
  font-weight: normal;
  display: inline-block;
  padding-top: 2px;
}
.trip-status-pre-trip {
  background: #7864A2;
  height: 25px;
}
.trip-status-pre-trip span {
  font-weight: normal;
  display: inline-block;
  padding-top: 2px;
}
.trip-status-Expired,
.trip-status-Cancelled,
.trip-status-Copied {
  background: #969696;
}
.trip-status-dashboard-PendingTicketing {
  border: 1px solid #f9bf3e;
  background: #f9bf3e;
  line-height: 13px;
}
.trip-status-dashboard-Requested {
  border: 1px solid #8C9DDB;
  background: #8C9DDB;
  line-height: 13px;
}
.trip-status-dashboard-pretrip {
  border: 1px solid #7864A2;
  background: #7864A2;
  line-height: 13px;
}
.trip-status-dashboard-Cancelled {
  border: 1px solid #969696;
  background: #969696;
  line-height: 13px;
}
.trip-status-dashboard-Ticketed {
  border: 1px solid #8ec04f;
  background: #8ec04f;
  line-height: 13px;
}
.trip-status-dashboard-Debited {
  border: 1px solid #8ec04f;
  background: #8ec04f;
  line-height: 13px;
}
.trip-status-dashboard-InBasket {
  border: 1px solid #f9bf3e;
  background: #f9bf3e;
  line-height: 13px;
}
.trip-status-dashboard-Credited {
  border: 1px solid #8ec04f;
  background: #8ec04f;
  line-height: 13px;
}
.trip-status-timelimit-Cancelled {
  border: 1px solid #969696;
  background: #969696;
  line-height: 13px;
}
.highlighted-text {
  color: #3390b4;
}
.modified {
  background-color: #ffee00;
}
.small {
  font-size: 12px;
  line-height: 14px;
}
/*jQuery dialog style*/
.ui-dialog {
  padding: 0;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.ui-dialog .ui-dialog-titlebar-close {
  background: url(/Content/images/x.png) center no-repeat;
  height: 17px;
  width: 17px;
  border: 0;
}
.ui-dialog .ui-dialog-titlebar-close :hover {
  cursor: pointer;
}
.ui-dialog .ui-dialog-buttonpane {
  border-radius: 0px;
  border: 0;
  margin-top: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #56bcea;
  -webkit-box-shadow: 0 1px 0px #1f597b, 0 1px 0px #1f597b;
  box-shadow: 0 1px 0px #1f597b, 0 1px 0px #1f597b;
  min-width: 60px;
  padding: 0 10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:disabled {
  color: #d6e6ee;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:enabled:hover {
  background: #37a1e0;
}
.ui-dialog .ui-dialog-titlebar {
  background: #216f93;
  border-radius: 10px 10px 0 0;
  outline: none;
  color: white;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-weight: normal;
}
.ui-warning-dialog {
  padding: 0;
  border-radius: 0px;
}
.ui-warning-dialog .ui-dialog-titlebar-close {
  background: #F7B552;
  height: 0;
  width: 0;
  border: 0;
}
.ui-warning-dialog .ui-dialog-titlebar-close :hover {
  cursor: none;
}
.ui-warning-dialog .ui-dialog-buttonpane {
  border-radius: 0px;
  border: 0;
  margin-top: 0;
}
.ui-warning-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  min-height: 33px;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #56bcea;
  -webkit-box-shadow: 0 1px 0px #1f597b, 0 1px 0px #1f597b;
  box-shadow: 0 1px 0px #1f597b, 0 1px 0px #1f597b;
  min-width: 60px;
  padding: 0 10px;
}
.ui-warning-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:disabled {
  color: #d6e6ee;
}
.ui-warning-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:enabled:hover {
  background: #37a1e0;
}
.ui-warning-dialog .ui-dialog-titlebar {
  background: #F7B552;
  border-radius: 0;
  outline: none;
  color: white;
}
.ui-warning-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-weight: normal;
  white-space: normal;
}
/*Datepicker*/
.ui-datepicker {
  z-index: 1051 !important;
}
.ui-datepicker-calendar .ui-state-default {
  border: 1px solid;
  border-color: transparent;
  background: none;
}
#ui-datepicker-div {
  background: #fbfbfb;
}
.ui-datepicker-header {
  background: #e4eaee;
  color: #666;
  font-weight: bold;
  line-height: 30px;
  border: none;
}
.ui-datepicker-calendar .ui-state-active {
  border: 1px solid #aaa;
  background: #fff;
  font-weight: normal;
  color: #212121;
}
.ui-datepicker-calendar .ui-state-highlight {
  background: #387794;
  border: 1px solid #387794;
  color: white;
}
.ui-datepicker-calendar .ui-state-highlight.ui-state-hover {
  background: #387794;
  border: 1px solid #387794;
  color: white;
}
.ui-datepicker-calendar .ui-state-hover {
  border: 1px solid #387794;
  background: none;
}
.ui-datepicker-prev .ui-icon {
  background: url(/content/images/prev.png);
}
.ui-datepicker-prev.ui-corner-all {
  background: none;
  border: none;
}
.ui-datepicker-prev.ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
.ui-datepicker-next .ui-icon {
  background: url(/content/images/next.png);
}
.ui-datepicker-next.ui-corner-all {
  background: none;
  border: none;
}
.ui-datepicker-next.ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
/*Datepicker*/
/* Expander */
.expander {
  display: block;
}
.expander > .expander-title {
  background: #dbe9ee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, #dbe9ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbe9ee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dbe9ee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dbe9ee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dbe9ee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dbe9ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbe9ee', GradientType=0);
  border: 1px solid #babcbd;
  /*acd0dc;*/
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  font-family: arial;
  cursor: pointer;
}
.expander .expander-body {
  padding: 10px;
}
.expander .expander-thumb {
  float: right;
  width: 14px;
  height: 8px;
  background: url('images/preferredAirlines/arrow_gray_down.png') no-repeat;
}
.expander .expanderThumbOpen {
  background: url('images/preferredAirlines/arrow_gray_up.png') no-repeat;
}
.expander.expander-opened .expander-body {
  display: block;
}
.expander.expander-closed .expander-body {
  display: none;
}
.select2-small {
  font-size: 12px;
  /*.select2-search { display: none }*/
}
.validation-count {
  border-radius: 30px;
  border-color: silver;
  color: black;
  padding: 2px 2px 2px 2px;
  margin: 5px 0 0 1px;
}
.validation-count-status-1 {
  background-color: #ff9000;
}
.validation-count-status-0 {
  background-color: #64c72d;
}
.validation-count-status-2 {
  background-color: #dfdfdf;
}
.select2-input-invalid {
  border: red solid 1px;
  border-radius: 6px;
}
.scroll-disabled {
  overflow: hidden;
}
.scroll-disabled .page-container {
  overflow-y: scroll;
}
.scroll-disabled .header {
  width: 99%;
}
.modal-scrollable {
  /*position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;*/
  /*overflow-y: scroll;*/
  z-index: 500;
  position: absolute;
  top: 100px;
}
.modal-backdrop {
  z-index: 499;
}
/*Override ui-slider jquery-ui.css*/
.range-slider .ui-corner-all {
  border-radius: 0;
}
.range-slider .ui-widget-header {
  border: none;
  background: url('/content/images/filters/slider_on.png') repeat-x;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
  margin-left: -0.6em;
}
/*Override ui-slider jquery-ui.css*/
.lowestPrice {
  color: #62db35;
}
table .list-header {
  background-color: #dae2e6;
  color: #222;
}
.validation-tooltip .tooltip-inner {
  max-width: 500px !important;
  background: url('/Content/images/bg_btn_error.png') repeat-x;
  font-size: 12px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 1px 2px #a62222;
  border: 1px solid #a62222;
  color: #ffffff;
  padding: 6px 10px;
}
.validation-tooltip .tooltip-arrow {
  border-right-color: #a62222 !important;
}
.ui-front {
  z-index: 1060 !important;
  /* The default is 100. !important overrides the default. */
}
.ui-dialog .ui-dialog-content {
  overflow: hidden;
}
/* Chosen overrides */
.chosen-container-single .chosen-single {
  height: 28px;
}
.chosen-container-single .chosen-single span {
  margin-top: 2px;
}
.chosen-container-single .chosen-single div b {
  background: url('/Content/images/chosen-sprite.png') no-repeat 0px 2px;
}
/*ngAnimate*/
.animate-enter,
.animate-leave {
  -webkit-transition: 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.animate-leave.animate-leave-active,
.animate-enter {
  opacity: 0;
  width: 0px;
  height: 0px;
}
.animate-enter.animate-enter-active,
.animate-leave {
  opacity: 1;
  width: 150px;
  height: 30px;
}
.heathrowExpressQuote {
  width: 260px;
}
.heathrowExpressQuoteCheckout {
  width: 400px;
}
/*#region TypeAhead autocomplete*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: black;
  text-decoration: none;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #eaedee, #dce3e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaedee), to(#dce3e7));
  background-image: -webkit-linear-gradient(top, #eaedee, #dce3e7);
  background-image: -o-linear-gradient(top, #eaedee, #dce3e7);
  background-image: linear-gradient(to bottom, #eaedee, #dce3e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: black;
  text-decoration: none;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #eaedee, #dce3e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaedee), to(#dce3e7));
  background-image: -webkit-linear-gradient(top, #eaedee, #dce3e7);
  background-image: -o-linear-gradient(top, #eaedee, #dce3e7);
  background-image: linear-gradient(to bottom, #eaedee, #dce3e7);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  border-radius: 3px;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu ul {
  border-color: #c6c6c6;
}
.dropdown-menu > li > a {
  padding: 3px 8px;
}
/*#endregion TypeAhead autocomplete*/
/*#region*/
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.container {
  background: #e74c3c;
  min-height: 100%;
}
.md-modal {
  position: fixed;
  top: 20%;
  left: 50%;
  width: 50%;
  max-width: 750px;
  min-width: 750px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-overlay.active {
  visibility: visible;
  opacity: 1;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  color: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  max-height: 500px;
  min-height: 500px;
  height: 500px;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* Effect 15:  3D Rotate in from left */
.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
.site-field {
  display: inline-block;
  margin: 3px 5px 8px 5px;
}
.site-field input {
  margin-bottom: 0;
}
.site-field select {
  margin-bottom: 0;
}
.site-field > label {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
}
.site-field-group {
  display: block;
  border-radius: 5px;
  font-size: 13px;
}
.flight-check-tmc-popup {
  color: black;
  z-index: 10000;
  position: absolute;
  width: 330px;
  font-size: 12px;
}
.flight-check-tmc-popup .triangle {
  z-index: 10001;
  height: 18px;
  margin-bottom: -1px;
  text-align: right;
  margin-right: 154px;
}
.flight-check-tmc-preview {
  padding: 10px;
  font-size: 12px;
  border: 1px solid silver;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.trip-field {
  display: inline-block;
  margin: 3px 5px 0 5px;
}
.trip-field input {
  margin-bottom: 0;
}
.trip-field select {
  margin-bottom: 0;
}
.trip-field button {
  margin-bottom: 0;
}
.trip-field > label {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
}
.trip-field-header {
  width: 222px;
  margin-bottom: 0;
}
.trip-field-title {
  font-size: 13px;
  font-weight: bold;
}
.trip-field-group {
  display: block;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 13px;
}
.trip-field-group .trip-field-group-sub-header {
  font-weight: bold;
}
.trip-field-group .field-button {
  display: inline-block;
  width: 24px;
  line-height: 0px;
  height: 16px;
}
.red-border {
  border: red solid 1px;
}
.unusedticket-divs-container {
  overflow: hidden;
}
.unusedticket-divs-container .unusedticket-div {
  float: left;
}
.unusedticket-interface-box {
  background-color: #deeef5;
  border-radius: 5px;
  margin-bottom: 10px;
}
.unusedticket-console-box {
  background-color: #02027f;
  color: #fff;
  margin-bottom: 10px;
}
.trip-info-tip {
  background: url(/Content/images/Administration/q_mark_brown.png) center no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.nurit-suggestion {
  color: #0A293D;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}
.suggestion-image {
  width: 140px;
  height: 108px;
}
.suggestion-image .hotel-image-container {
  height: 95px;
  border: 1px solid #dae2e6;
  background: url(/Content/images/Hotels/no_photo.svg) no-repeat center;
  width: 138px;
  float: left;
}
.suggestion-image.big {
  width: 138px;
  height: 98px;
}
.hotel-suggestion-holder-small {
  width: 141px;
  cursor: pointer;
  padding: 12px;
  border: 1px solid #dae2e6;
  height: 259px;
}
.hotel-suggestion-holder-big {
  width: 136.8px;
  cursor: pointer;
  padding: 8px;
  border: 1px solid #dae2e6;
  height: 259px;
}
.illustration-loading {
  color: #454545;
  font-size: 20px;
  width: 566px;
  text-align: center;
}
.header-action-admin {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
/*#endregion*/
/*#region trip  common*/
.point-of-interest {
  position: absolute;
  width: 100%;
  max-height: 400px;
  background: white;
  z-index: 10;
  overflow: auto;
  top: 30px;
  width: 332px;
  padding-bottom: 10px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 1px #cccccc;
  box-shadow: 1px 1px 1px #cccccc;
}
.point-of-interest .point-of-interest-label {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 1px;
  font-weight: bold;
  text-decoration: underline;
}
.point-of-interest .point-of-interest-item {
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
}
.point-of-interest .point-of-interest-item:hover {
  background: linear-gradient(to bottom, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
}
.hotel-manual-quote-autocomplete {
  position: absolute;
  width: 100%;
  max-height: 400px;
  background: white;
  z-index: 10;
  overflow: auto;
  top: 29px;
  width: 332px;
  padding-bottom: 10px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 1px #cccccc;
  box-shadow: 1px 1px 1px #cccccc;
  overflow-y: auto;
}
.hotel-manual-quote-autocomplete .point-of-interest-label {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 1px;
  font-weight: bold;
  text-decoration: underline;
}
.hotel-manual-quote-autocomplete .point-of-interest-item {
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
}
.hotel-manual-quote-autocomplete .point-of-interest-item:hover {
  background: linear-gradient(to bottom, #f0f0f0 0%, #e5e9eb 50%, #dae2e6 100%);
}
.customTemplate .icon-hotels {
  position: relative;
  color: grey;
  width: 20px;
  font-size: 23px;
  margin-top: -2px;
  background-image: none;
}
.group-location .point-of-interest {
  width: 346px;
}
/*#endregion*/
/*#region new popup*/
.travelers-nav-bar {
  background: #EDF8FD;
  margin-top: -2px;
  padding-top: 10px;
}
.travelers-nav-bar .traveler-index {
  float: left;
  padding: 10px;
  position: relative;
}
.travelers-nav-bar .traveler-index a {
  text-decoration: none;
  color: #777;
}
.travelers-nav-bar .traveler-index.active .traveler-index-hover-border {
  display: block;
}
.travelers-nav-bar .traveler-index.active a {
  font-weight: bold;
}
.travelers-nav-bar .traveler-index:first-child {
  margin-left: 15px;
}
.travelers-nav-bar .traveler-index:hover .traveler-index-hover-border {
  display: block;
}
.travelers-nav-bar .traveler-index-hover-border {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: 3px solid #37a1e0;
  width: 100%;
  display: none;
}
.gtp-loager-container .wrapper {
  overflow: hidden;
  position: relative;
}
.gtp-loager-container .sliding-man-walking {
  background: url("/content/images/gtpLoader/man_walking.gif") no-repeat;
  height: 200px;
  animation: man_walking_key 10s linear infinite;
}
@keyframes man_walking_key {
  0% {
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.gtp-loager-container .walkway {
  background: url("/content/images/gtpLoader/walkwaylong.png") repeat-x;
  height: 93px;
  width: 5076px;
  animation: walkwayKey 30s linear infinite;
  margin-top: -93px;
  border-bottom: 1px solid black;
}
@keyframes walkwayKey {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-813px, 0, 0);
  }
}
.gtp-loager-container .fader {
  width: 256px;
  height: 111px;
}
.gtp-loager-container .fader.left {
  background: url("/content/images/gtpLoader/fader_left.png") repeat-y;
  float: left;
}
.gtp-loager-container .fader.right {
  background: url("/content/images/gtpLoader/fader_right.png") repeat-y;
  float: right;
}
.gtp-loager-container .fadersContainer {
  position: absolute;
  top: 89px;
}
.gtp-loager-container.Christmas {
  position: relative;
  background: url("/content/images/gtpLoader/Christmas/chirstmass_bg.png");
  background-size: cover;
  height: 300px;
  overflow: hidden;
}
.gtp-loager-container.Christmas .sliding-man-walking {
  display: none;
}
.gtp-loager-container.Christmas .wrapper {
  position: static;
}
.gtp-loager-container.Christmas .fader.left {
  display: none;
}
.gtp-loager-container.Christmas .fader.right {
  display: none;
}
.gtp-loager-container.Christmas .walkway {
  background: url(/content/images/gtpLoader/Christmas/snow_flakes.gif) repeat-x;
  bottom: 0px;
  position: absolute;
  height: 149px;
  margin: 0px;
  border: none;
}
/*#endregion*/
.icon-on-lang-container {
  width: auto;
  display: inline-block;
  position: relative;
}
.icon-on-lang-container .lang-img {
  width: 16px;
  height: 16px;
  margin-top: -5px;
  cursor: pointer;
}
.icon-on-lang-container .lang-selection-container {
  position: absolute;
  top: 15px;
  width: 100px;
  background: white;
  z-index: 1;
  right: 0;
  border: 1px solid;
  border-color: #b0b0b0;
  box-shadow: 2px 2px 5px #b0b0b0;
  display: none;
}
.icon-on-lang-container .lang-selection-container li {
  list-style: none;
  display: flex;
  cursor: pointer;
}
.icon-on-lang-container .lang-selection-container li span {
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  font-family: Helvetica, Arial, Sans-Serif;
}
.icon-on-lang-container .lang-selection-container li:hover {
  background: #f5f5f5;
}
/*#region trip popup*/
.md-modal-animation {
  top: 10%;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.md-show-animation {
  visibility: visible;
}
.md-overlay-animation {
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.md-overlay-animation.active {
  visibility: visible;
  opacity: 1;
}
.md-show-animation ~ .md-overlay-animation {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content-animation {
  color: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  background: #216f93;
  width: 100%;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal-animation {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-15 .md-content-animation {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.md-show-animation.md-effect-15 .md-content-animation {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/*#endregion*/
/*#region other effects*/
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content-animation {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show-animation.md-effect-1 .md-content-animation {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content-animation {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show-animation.md-effect-2 .md-content-animation {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content-animation {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.md-show-animation.md-effect-3 .md-content-animation {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content-animation {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.md-show-animation.md-effect-4 ~ .md-overlay-animation,
.md-effect-4 .md-content-animation {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show-animation.md-effect-4 .md-content-animation {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal-animation {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-5 .md-content-animation {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.md-show-animation.md-effect-5 .md-content-animation {
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal-animation {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-6 .md-content-animation {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}
.md-show-animation.md-effect-6 .md-content-animation {
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.md-effect-7 .md-content-animation {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show-animation.md-effect-7 .md-content-animation {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal-animation {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-8 .md-content-animation {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}
.md-show-animation.md-effect-8 .md-content-animation {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal-animation {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-9 .md-content-animation {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}
.md-show-animation.md-effect-9 .md-content-animation {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal-animation {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-10 .md-content-animation {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.md-show-animation.md-effect-10 .md-content-animation {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 11: Super scaled */
.md-effect-11 .md-content-animation {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.md-show-animation.md-effect-11 .md-content-animation {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content-animation {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.md-show-animation.md-effect-12 ~ .md-overlay-animation {
  background: #e74c3c;
}
.md-effect-12 .md-content-animation h3,
.md-effect-12 .md-content-animation {
  background: transparent;
}
.md-show-animation.md-effect-12 .md-content-animation {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal-animation {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-13 .md-content-animation {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}
.md-show-animation.md-effect-13 .md-content-animation {
  -webkit-animation: slit 0.7s forwards ease-out;
  -moz-animation: slit 0.7s forwards ease-out;
  animation: slit 0.7s forwards ease-out;
}
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal-animation {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-14 .md-content-animation {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.md-show-animation.md-effect-14 .md-content-animation {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal-animation {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-15 .md-content-animation {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.md-show-animation.md-effect-15 .md-content-animation {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/* Effect 16:  Blur */
.md-show-animation.md-effect-16 ~ .md-overlay-animation {
  background: rgba(180, 46, 32, 0.5);
}
.md-show-animation.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.md-effect-16 .md-content-animation {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show-animation.md-effect-16 ~ .container,
.md-effect-16 .md-content-animation {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.md-show-animation.md-effect-16 .md-content-animation {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.md-show-animation.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  transition: transform 0.8s;
}
.md-show-animation.md-effect-17 ~ .container,
.md-show-animation.md-effect-17 ~ .md-overlay-animation {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.md-effect-17 .md-content-animation {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.md-show-animation.md-effect-17 .md-content-animation {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.8s 0.2s;
  -moz-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */
.md-show-animation.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show-animation.md-effect-18 ~ .md-overlay-animation {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show-animation.md-effect-18 ~ .container,
.md-show-animation.md-effect-18 ~ .md-overlay-animation {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content-animation {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}
.md-show-animation.md-effect-18 .md-content-animation {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */
.md-show-animation.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show-animation.md-effect-19 ~ .md-overlay-animation {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show-animation.md-effect-19 ~ .container,
.md-show-animation.md-effect-19 ~ .md-overlay-animation {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}
@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content-animation {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.md-show-animation.md-effect-19 .md-content-animation {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.thumb {
  width: 11px;
  height: 11px;
  display: inline-block;
  background: url(/content/images/Administration/plus.png) center no-repeat;
  cursor: pointer;
}
.thumb.expanded {
  background: url(/content/images/Administration/minus.png) center no-repeat;
}
.availabilityBg {
  background-color: #f7f7f7 !important;
}
.administration-oop-tooltip {
  margin-left: 3px;
  margin-top: -5px;
  width: 40px;
  position: relative;
}
.administration-oop-tooltip .tooltip .tooltip-inner {
  background-color: black;
  color: white;
  text-align: left;
  padding: 0;
}
.administration-oop-tooltip .tooltip .tooltip-arrow {
  border-bottom-color: black !important;
  border-top-color: black !important;
  bottom: -6px !important;
}
.administration-oop-tooltip .tooltip.top .tooltip-arrow {
  border-bottom-color: black !important;
  border-top-color: black !important;
  opacity: 1;
  display: none;
}
.administration-oop-tooltip .tooltip {
  display: none;
  width: 310px;
  opacity: 1;
  max-width: 310px;
  padding: 8px;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  left: 30px;
  top: -15px;
  text-align: left;
  z-index: 9999;
}
.administration-oop-tooltip:hover .tooltip {
  display: block;
}
.quick-search-menu-list ul {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 0;
  margin: 2px 0 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-left: 5px;
}
.quick-search-menu-list li {
  display: list-item;
  text-align: -webkit-match-parent;
  line-height: 25px;
}
.quick-search-menu-list .only:hover a {
  display: inline-block;
}
.quick-search-menu-list .arrow b {
  position: absolute;
  width: 11px;
  height: 19px;
  background: url('/Content/css/select2.png') no-repeat 0 1px;
}
.datepicker-padding {
  padding-left: 23px !important;
  width: 98px;
  text-transform: uppercase;
}
.datepicker-padding::-webkit-input-placeholder {
  text-transform: initial;
}
.datepicker-padding:-moz-placeholder {
  text-transform: initial;
}
.datepicker-padding::-moz-placeholder {
  text-transform: initial;
}
.datepicker-padding:-ms-input-placeholder {
  text-transform: initial;
}
/*#endregion*/
/*#manualQuotePopup table style*/
.manual-quote-fourth-row {
  display: flex;
}
.manual-quote-fourth-row td > div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
form[name='manualQuoteForm'] .fights-segment fieldset,
form[name='manualQuoteForm'] .tickets-segment fieldset {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}
form[name='manualQuoteForm'] .fights-segment legend,
form[name='manualQuoteForm'] .tickets-segment legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: inherit !important;
  /* Or auto */
  padding: 0 10px;
  /* To give a bit of padding on the left and right */
  border-bottom: none !important;
}
/*#endmanualQuotePopup table style*/
.page-container.lang-is-de-DE {
  /*.hotel-suggestion-preview {
        height: 330px !important;
        .cart-preview-items-container.hotel-preview{
            margin-top: 42px !important;
        }
    }*/
}
.page-container.lang-is-de-DE .on-hotel-click {
  font-size: 11px;
}
.page-container.lang-is-de-DE .hotel-suggestion-preview-wrapper {
  height: inherit !important;
}
.page-container.lang-is-de-DE .button-evolvi {
  width: 170px !important;
}
.page-container.lang-is-de-DE .illustration-loading {
  width: 690px !important;
}
.page-container.lang-is-de-DE .mybookings-main-table-td .state-name {
  font-size: 12px !important;
}
.modal-scrollable.lang-is-de-DE #backToSelectResult {
  width: 310px !important;
}
.gsa-details-banner {
  display: flex;
  align-items: flex-start;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 10px;
}
.gsa-details-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #EAD9A0;
  background: #FFFFFF;
  text-align: center;
  line-height: 32px;
  margin-right: 12px;
}
.gsa-details-icon i {
  color: #C9A227;
  font-size: 16px;
}
.gsa-details-text {
  flex: 1 1 auto;
}
.gsa-details-title {
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 2px;
}
.gsa-details-body {
  font-size: 12px;
  color: #4A4A4A;
}