.input-disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #eee;
}

.fw-noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                 not supported by any browser */
}
.invisible {
    visibility: hidden;
}
.nopadding {
    padding: 0;
}
.nomargin,
.row .nomargin {
    margin: 0;
}
a[data-lightbox] {
    display: none;
}
a[data-lightbox]:first-child {
    display: inline-block;
}
.travel-dates input {
    cursor: pointer;
}
.imgbullets{
    position: relative;
}
.imgbullets-list {
    list-style: none;
    margin: 0;
    padding: 0;
    bottom: 0px;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    height: 20px;
}
.imgbullets-list .imgbullet {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-top: -8px;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #fff;
    margin-right: 6px;
    cursor: pointer;
}
.imgbullets-list .imgbullet:last {
    margin-right: 0;
}
.imgbullets-list .imgbullet.selected {
    background-color: #fff;

}

.rotate90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  /* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */
}


/************** PAYMENT DIALOGS **************/

.form-payment .payment-options label {
    /*font-weight: 400;*/
    margin-right: 20px;
   /* font-size: 14px;*/
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-payment .payment-options label > span {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.form-payment .payment-options input[type="radio"] {
    width: 20px; 
    height: 20px; 
    margin-top: 0; 
    vertical-align: middle;
    margin-right: 2px;
}
.payment-radios {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 7px;
    padding-bottom: 7px;
    margin-left: 15px;
    margin-right: 15px;
}
.form-payment .customSelect {
    font-size: 12px;
    line-height: 20px;
}
.form-payment select {
    padding-left: 3px;
    font-size: 12px;
}