/* General */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.01);
}
::-webkit-scrollbar-thumb {
  background-color: #dddddd;
}
.iframeLoading {
  text-align: center;
  margin-top: 50px;
}
.iframeLoadingProgress {
  display: inline-block;
}
.iframeLoadingText {
  margin-top: 20px;
  font-size: 15px;
}
label {
  font-weight: 400 !important;
}
.clear {
  clear: both;
}
h1,
h2,
h3 {
  font-weight: 300;
}
.form-control {
  width: 200px;
  max-width: 100%;
}
.form-control-feedback {
  pointer-events: auto;
  cursor: pointer;
  font-size: 44px;
  height: 44px;
}
.input-group .etoError {
  border: 0 !important;
}
.has-feedback .form-control {
  padding-right: 32.5px;
}
.help-block {
  font-size: 14px;
}
.input-group {
  border: 1px #d2d6de solid;
}
.input-group:hover {
  border-color: #3c8dbc;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}
.input-group.focus {
  border-color: #3c8dbc;
}
.input-group .form-control,
.input-group .input-group-addon {
  border: 0;
}
.form-control {
  width: 230px;
  max-width: 100%;
  height: 44px;
  padding: 12px 12px;
}
.form-control:focus {
  border-color: #3c8dbc;
}
.input-group-addon {
  height: 44px;
  padding: 4px 4px;
  font-size: 33px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}
.input-group-addon span {
  display: inline-block;
  width: 34px;
}
.input-group .typeahead-wrap {
  display: table-cell;
  height: 44px;
  position: relative;
}
.checkbox {
  margin: 0px;
}
.checkbox label,
.radio label {
  line-height: 24px;
  padding-left: 0;
}
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #d2d6de;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}
.checkbox .cr:hover,
.radio .cr:hover {
  border-color: #3c8dbc;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr,
.radio .cr {
  font-size: 18px;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 1.8em;
  line-height: 0;
  top: -30%;
  left: 20%;
}
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.9em;
  line-height: 0;
  top: 15%;
  left: 16%;
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked+.cr {
  background: #1c70b1;
  border-color: #1c70b1;
  color: #fff;
}
.radio label input[type="radio"]:checked+.cr {
  color: #1c70b1;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
  opacity: .5;
}
/* Customer */

.benefitsBox {
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 20px;
  background: #fffbf6;
  border: 1px #f3ede7 solid;
  color: #82725b;
  font-size: 14px;
}
.benefitsTitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.benefitsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefitsList li {
  margin: 0 0 5px 0;
  padding: 0;
}
.benefitsList li:before {
  margin-right: 10px;
  content: "\f3ae";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.etoBookingInvoiceContainer,
.etoBookingListContainer,
.etoUserProfileContainer {
  padding: 0 !important;
}
.etoBookingInvoiceButtons,
.etoBookingListButtons,
.etoUserProfileButtons {
  margin: 0 0 15px 0;
}
.etoBookingInvoiceContainer .alert,
.etoBookingListContainer .alert,
.etoUserProfileContainer .alert {
  margin: 15px 15px 15px 15px;
}
.table-custom>tbody>tr>td,
.table-custom>tbody>tr>th,
.table-custom>tfoot>tr>td,
.table-custom>tfoot>tr>th,
.table-custom>thead>tr>td,
.table-custom>thead>tr>th {
  padding: 8px 15px;
  vertical-align: middle;
}
.userProfileLabel {
  width: 180px;
}
.etoBookingInvoiceButtons a {
  margin-right: 10px;
  margin-bottom: 10px;
}
#invoiceTmpl {
  /* min-width: 500px; */
  height: 640px;
}
#etoPanelNavigationMaster .panel-title a {
  color: #333;
}
#etoPanelNavigationMaster .panel-title a .indicator {
  color: #BDBDBD;
}
#etoUserContent .table-responsive {
  border: 0;
  /*overflow: visible;*/
}
.form-group-terms i.form-control-feedback {
  display: none !important;
}
@media (max-width:500px) {
  .etoBookingListDate {
    display: none;
  }
}
@media (max-width:380px) {
  .etoBookingListStatus {
    display: none;
  }
  .etoUserProfileContainer .table-custom td {
    display: block;
  }
  .userProfileLabel {
    font-weight: bold;
  }
}
