.row label {
  padding-top: 7px;
}

table .flight, table > tbody > tr > td {
  border: none;
}

td {
  border: none;
}

.h3 {
  font-weight: bold;
  font-size: large;
}

.flight-reservation {
  margin-bottom: 0.5em;
}

.hotelName {
  font-weight: bold;
}

.cobraTabPanel {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.centered {
  text-align: center;
}

.numberPositive {
  color: green;
}

.numberNegative {
  color: red;
}

.numberNeutral {
  color: green;
}

.booking-summary {
  width: 100%;
}

.booking-summary tr {
  padding-bottom: 0.5em;
}

.booking-summary-label {
  font-weight: bold;
  width: 15%;
  padding-left: 0.3em;
}

.booking-summary-label::after {
  content: ':';
}

.booking-ledger-summary {
  text-align: right;
}

.booking-summary-header {
  text-align: left;
  font-weight: bold;
  font-size: larger;
  margin-bottom: 0.7em;
}

.number-column {
  text-align: right;
}

.pax-container {
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 2em;
  padding-right: 1em;
}

.pax {
  padding-bottom: 0.4em;
  padding-top: 0.4em;
}

.pax-control {
  padding-bottom: 1em;
}

.pax-control .heading {
  padding-left: 0.5em;
}

.passive-flight {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}

.row.heading {
  padding-top: 1em;
}


.col-fc-2, .col-fc-5, .col-fc-7, .col-fc-10, .col-fc-15, .col-fc-20, .col-fc-25, .col-fc-30, .col-fc-40, .col-fc-50, .col-fc-90 {
  float: left;
  padding-right: 1%;
}

.col-fc-2, .col-fc-10 .form-group, .col-fc-15 .form-group, .col-fc-20 .form-group, .col-fc-90, .col-fc-25 .form-group {
  margin-right: 1%;
  margin-left: 1%;
}

.col-fc-2 {
  width: 2%;
}

.col-fc-5 {
  width: 5%;
}

.col-fc-7 {
  width: 7%;
}

.col-fc-10 {
  width: 10%;
}

.col-fc-15 {
  width: 15%;
}

.col-fc-20 {
  width: 20%;
}

.col-fc-25 {
  width: 25%;
}

.col-fc-30 {
  width: 30%;
}

.col-fc-40 {
  width: 40%;
}

.col-fc-50 {
  width: 50%;
}

.col-fc-70 {
  width: 70%;
}

.col-fc-90 {
  width: 90%;
}


.tt-hint {
  color: #999;
}

.tt-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
  padding: 3px 20px;
  /*font-size: 18px;*/
  line-height: 1.2em;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.warning {
  color: red;
  text-align: center;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.reservation-segment-status-CN, /* Cancelled  */
.reservation-segment-status-CE, /* cancel pending */
.reservation-segment-status-CC { /* user cancelled*/
  color: red;
}

.reservation-segment-status-HK { /* hold confirmed */
  color: green;
}

.reservation-segment-status-PP, /* payment pending */
.reservation-segment-status-PR, /* payment received */
.reservation-segment-status-CP, /* confirm supplier */
.reservation-segment-status-IH, /* internet hold */
.reservation-segment-status-CS, /* corporate booking save */
.reservation-segment-status-NS, /* notify supplier */
.reservation-segment-status-UC, /* Unable Waitlist Closed */
.reservation-segment-status-PR, /* payment received */
.reservation-segment-status-PS, /* passive segment */
.reservation-segment-status-GS, /* ghost segment */
.reservation-segment-status-NN, /* request */
.reservation-segment-status-KK, /* confirmed by Supplier */
.reservation-segment-status-KL { /* confirmed */
  color: black;
}