@import '../font/font-awesome.css';

/* CSS for jquery.fancyform.js */
/*custom mixins */
/*end custom mixins */
/* Control Holder */
#bookingForm {
    position: relative;
    width: 100%;
    margin: 119px 0 0;
    font: 20px/48px 'Vidaloka', serif;
    color: #d6cfc7;
}

#bookingForm p {
    color: #d6cfc7;
    line-height: 40px;
}

#bookingForm input,
#bookingForm textarea {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c9c9ca solid;
    color: #d6cfc7;
    background: #453036;
    padding: 8px 10px 8px 18px;
    font: 20px/48px 'Vidaloka', serif;
    width: 100%;
    height: 51px;
}

#bookingForm input::-moz-placeholder{
    color: #d6cfc7;
}
#bookingForm textarea {
    min-height: 200px;
    resize: none;
    font: 12px/18px Arial, sans-serif;

}

#bookingForm a.btn {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 45px;
}

#bookingForm a.btn:hover {
    background: #efefef;
}

.controlHolder {
    position: relative;
    margin-bottom: 26px;
}

/* Messages */
.error-message {
    position: absolute;
    top: 4px;
    right: 2px;
    font-weight: normal;
    text-align: right;
    width: 100%;
    font-size: 10px;
    line-height: 1em;
    color: gray;
    z-index: 4;
    color: #fe5353;
}

.success-message {
    position: relative;
    text-align: left;
    color: gray;
    margin: 60px 0 5px;
    color: #28a1fe;
}

/* transformSelect CSS */
/* 1st type of select */
.tmSelect,
.tmSelect2 {
    clear: both;
    width: 100%;
    margin: 0px;
}

.tmSelect li,
.tmSelect2 li {
    position: relative;
    list-style: none;
}

.tmSelect span,
.tmSelect2 span,
.tmSelect input[type=text],
.tmSelect2 input[type=text] {
    position: relative;
    cursor: pointer;
    display: block;
    left: 0;
    top: 0;
    margin: 0;
}

.tmSelect:after,
.tmSelect2:after {
    content: '\f002';
    position: absolute;
    top: 8px;
    right: 9px;
    font: normal normal 18px 'FontAwesome';
    color: #ccc;
    z-index: 4;
}

.tmSelect.auto,
.tmSelect2.auto {
    cursor: pointer;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 20px;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px #ccc solid;
    color: #000;
    background: #fff;
    font: 12px/18px Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tmSelect.auto span,
.tmSelect2.auto span {
    background: transparent;
}

.tmSelect.auto:focus,
.tmSelect2.auto:focus {
    background: #fff;
}

.tmSelect.auto ul,
.tmSelect2.auto ul {
    margin: 1px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #f9f9f9;
}

.tmSelect.auto > li:first-child > span,
.tmSelect2.auto > li:first-child > span {
    padding: 7px 12px;
    width: 100%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tmSelect ul,
.tmSelect2 ul,
.tmSelect .transformSelectDropdown,
.tmSelect2 .transformSelectDropdown {
    position: absolute;
    width: 100%;
    max-height: 210px;
    padding: 7px 0px;
    margin: 0px;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px #ccc solid;
    color: #000;
    background: #fff;
    font: 12px/18px Arial, sans-serif;
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: #f9f9f9;
    z-index: 10;
}

.tmSelect ul:focus,
.tmSelect2 ul:focus,
.tmSelect .transformSelectDropdown:focus,
.tmSelect2 .transformSelectDropdown:focus {
    background: #fff;
}

.tmSelect ul span,
.tmSelect2 ul span,
.tmSelect .transformSelectDropdown span,
.tmSelect2 .transformSelectDropdown span {
    border: 0;
    color: #000;
    padding: 5px 13px;
}

.tmSelect ul span:hover,
.tmSelect2 ul span:hover,
.tmSelect .transformSelectDropdown span:hover,
.tmSelect2 .transformSelectDropdown span:hover {
    background: #ccc;
}

.tmSelect ul li input[type=checkbox],
.tmSelect2 ul li input[type=checkbox] {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/* 2nd type of select */
.tmSelect2:after {
    content: '\f0ab';
}

/* Radio */
.trans-element-radio {
    display: inline-block;
    display: block;
    zoom: 1;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.tmRadio {
    padding-left: 0;
}

.tmRadio p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.tmRadio p {
    padding-bottom: 0;
    margin-bottom: 3px;
}

.tmRadio input {
    margin-right: 5px;
}

.tmRadio .unchecked,
.tmRadio .checked {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.tmRadio .unchecked:after,
.tmRadio .checked:after {
    content: '\f10c';
    position: relative;
    top: 2px;
    font: normal normal 18px 'FontAwesome';
    color: #ccc;
}

.tmRadio .checked:after {
    content: '\f05d';
}

/* Checkbox */
.trans-element-checkbox {
    cursor: pointer;
    zoom: 1;
}

.trans-element-checkbox span {
    padding-left: 40px;
}

.trans-element-checkbox.checked:after {
    content: '\f046';
}

.trans-element-checkbox:after {
    content: '\f096';
    position: relative;
    display: inline-block;
    top: 2px;
    width: 17px;
    font: normal normal 18px 'FontAwesome';
    color: #ccc;
}

.trans-element-checkbox.unchecked:after {
    content: '\f096';
}

.tmCheckbox,
.tmRadio {
    margin-left: 0;
    padding-left: 0;
    padding: 0;
}

.tmCheckbox span,
.tmRadio span {
    position: relative;
    margin-right: 10px;
}

/* Datepicker */
.tmDatepicker {
    position: relative;
    margin-bottom: 20px;
}

.tmDatepicker:after {
    content: '\f073';
    position: absolute;
    top: 7px;
    right: 9px;
    font: normal normal 18px 'FontAwesome';
    color: #ccc;
    z-index: 4;
}

.ui-datepicker {
    padding: 10px;
    width: 300px;
    font-size: 13px;
    display: none;
    z-index: 100 !important;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px #ccc solid;
    color: #000;
    background: #fff;
    background: #f9f9f9;
}

.ui-datepicker:focus {
    background: #fff;
}

.ui-datepicker a {
    color: #777;
}

.ui-datepicker a:hover {
    color: #000;
    text-decoration: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
    float: left;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-calendar {
    margin: 10px 11px;
}

.ui-datepicker-calendar td {
    padding: 1px 10px;
    text-align: center;
}

.ui-datepicker-calendar .ui-datepicker-current-day,
.ui-datepicker-calendar .ui-datepicker-today {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 15px;
    border: 1px #ccc solid;
    background: #f5f5f5;
    color: #000;
    font-weight: normal;
    padding: 3px;
}

.ui-datepicker-calendar .ui-datepicker-current-day:hover,
.ui-datepicker-calendar .ui-datepicker-today:hover {
    background: #efefef;
}

.ui-datepicker-calendar .ui-datepicker-today {
    border-color: #fff;
}

button.ui-state-default {
    border: none;
    padding: 3px 7px;
    font: 12px/18px Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 15px;
    border: 1px #ccc solid;
    background: #f5f5f5;
    color: #000;
    font-weight: normal;
}

button.ui-state-default:hover {
    background: #efefef;
}

.ui-datepicker-close {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
