@CHARSET "UTF-8";

/***************************************************************************
 * Custom import rules from client website
 **************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,700,700italic,400italic");


/***************************************************************************
 * Additional Bootstrap overrides - not defined in bookingform.css
 **************************************************************************/
.glyphicon {color: #E30713; }

tb-helpbox .glyphicon-info-sign { color: #E30713; }

tb-helpkey .glyphicon-question-sign { color: #E30713; }

.glyphicon-asterisk { color: red; }

.tabPane .subtitle {
    font-weight: lighter;
}

a:hover, a:focus {
    color: #b00511;
}

.btn-primary {
    color: #fff;
    background-color: #E30713;
    border-color: #E30713;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #E30713;
    border-color: #E30713;
}

.form-control {
	padding: 0px 12px;
}

/***************************************************************************
 * bookingform.css overrides
 **************************************************************************/
a:link {
    color: #E30713;
}

#booking_form {
    color: #333;
    line-height: 2.4rem;
    font-size: 1.7rem;
    font-weight: lighter;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    background: #fff;
}

#booking_form .tabPane .subtitle {
	color: #E30713; //#E30713;
}

#booking_form p {
	line-height: 21px;
}

/* ======================================
 *
 * The bootstrap tabs
 *
 * ====================================== */

/*  .tab-content>.tab-pane, */
/* .nav-tabs>li>a{ */
/*     -webkit-transition: all 300ms ease-in-out; */
/*     -moz-transition: all 300ms ease-in-out; */
/*     -ms-transition: all 300ms ease-in-out; */
/*     -o-transition: all 300ms ease-in-out; */
/*     transition: all 300ms ease-in-out; */
/* } */

#booking_form .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border:none;
}

.nav-tabs>li>a {
	border: 1px solid #ddd;;
	border-bottom: none;
	margin-right: 8px;
	color: #fff;
	/*text-shadow: 0 1px #1969a4;*/
	-webkit-box-shadow: inset 0 1px 1px -1px #ddd;; /* WebKit */
	-moz-box-shadow: inset 0 1px 1px -1px #ddd;; /* Firefox */
	box-shadow: inset 0 1px 1px -1px #ddd;; /* Standard */
	background: #E30713;
	background: -moz-linear-gradient(top, #E30713 0, #E30713 83%, #E30713 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E30713),
		color-stop(83%, #E30713), color-stop(100%, #E30713));
	background: -webkit-linear-gradient(top, #E30713 0%, #E30713 83%, #E30713 100%);
	background: -o-linear-gradient(top, #E30713 0, #E30713 83%, #E30713 100%);
	background: -ms-linear-gradient(top, #E30713 0, #E30713 83%, #E30713 100%);
	background: linear-gradient(to bottom, #E30713 0, #E30713 83%, #E30713 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E30713',
		endColorstr='#277aa7', GradientType=0);
	cursor: pointer;
}

.nav-tabs>li>a:hover:enabled,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a {
	border-bottom: none;
	color: #E30713;
	text-shadow: none;
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 53%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec),
		color-stop(53%, #ffffff));
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 53%);
	background: -o-linear-gradient(top, #ececec 0%, #ffffff 53%);
	background: -ms-linear-gradient(top, #ececec 0%, #ffffff 53%);
	background: linear-gradient(to bottom, #ececec 0%, #ffffff 53%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec',
		endColorstr='#ffffff', GradientType=0);
	box-shadow: 0 -1px 6px -3px #000;
	cursor: pointer;
}

.nav-tabs>li.disabled>a, .nav-tabs>li.disabled>a:hover {
	color:#d3d3d3 !important;
}


.nav-tabs {
	border-bottom: 0px solid #fff;
	box-shadow: inset 10px -10px 6px -9px #ececeb;
}

.nav-tabs>li {
	margin-bottom: 0;
}

.nav>li.disabled>a {
	color: white;
}

/* ======================================
 *
 * The prev and next button for tab navigation
 *
 * ====================================== */
#booking_form .tabPane .prevButton,
#booking_form .tabPane .nextButton,
#booking_form .printButton {
	background: #E30713;
	border: 0;
	border-radius: 4px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	cursor: pointer;
	padding: 4px 7px;
	text-align: center;
	bottom: 10px;
}

#booking_form .tabPane .nextButton {
	right: 20px;
}

#booking_form .tabPane .prevButton {
	left: 20px;
}

#booking_form .tabPane .nextButton:after {
	position: absolute;
	top: 2px;
	right: -10px;
	display: inline-block;
	border-bottom: 14px solid transparent;
	border-left: 10px solid #E30713;
	border-right: transparent;
	border-top: 14px solid transparent;
	content: '';
}

#booking_form .tabPane .prevButton:before {
	position: absolute;
	top: 2px;
	left: -10px;
	display: inline-block;
	border-bottom: 14px solid transparent;
	border-right: 10px solid #E30713;
	border-left: transparent;
	border-top: 14px solid transparent;
	content: '';
}

#booking_form .tabPane .nextButton:disabled,
#booking_form .tabPane .prevButton:disabled,
#booking_form .printButton:disabled {
	background-color: lightgrey;
}

#booking_form .tabPane .nextButton:disabled:after {
	border-left: 10px solid lightgrey;
}

#booking_form .tabPane .prevButton:disabled:before {
	border-right: 10px solid lightgrey;
}

#booking_form .tabPane .prevButton:hover:enabled,
#booking_form .tabPane .nextButton:hover:enabled,
#booking_form .printButton:hover:enabled {
	background: #E30713;
}

#booking_form .tabPane .nextButton:hover:enabled:after {
	border-left: 10px solid #E30713;
}

#booking_form .tabPane .prevButton:hover:enabled:before {
	border-right: 10px solid #E30713;
}

/* ======================================
 *
 * The seasons lists with its date and the legend
 *
 * ====================================== */
#booking_form .seasons_list_legend_item_colorkey0,table.ui-datepicker-calendar td.season0,table.ui-datepicker-calendar td.season0 a {
	background-color: #E6E6E6;
	color: #E30713
}

#booking_form .seasons_list_legend_item_colorkey1,table.ui-datepicker-calendar td.season1,table.ui-datepicker-calendar td.season1 a {
	background-color: #CCCCCC;
	color: #E30713;
}

#booking_form .seasons_list_legend_item_colorkey2,table.ui-datepicker-calendar td.season2,table.ui-datepicker-calendar td.season2 a {
	background-color: #999999;
	color: white;
}

#booking_form .seasons_list_legend_item_colorkey3,table.ui-datepicker-calendar td.season3,table.ui-datepicker-calendar td.season3 a {
	background-color: #666666;
	color: white;
}

#booking_form .seasons_list_legend_item_colorkey4,table.ui-datepicker-calendar td.season4,table.ui-datepicker-calendar td.season4 a {
	background-color: #4D4D4D;
	color: white;
}

#booking_form .seasons_list_legend_item_colorkey_current,td.ui-datepicker-current-day a.ui-state-active {
	background-image: none;
	background-color: #000 !important;
	color: white !important;
	border: 1px solid #ccc;
}

#booking_form .seasons_list_legend_item_colorkey_unavailable {
	border: 1px solid #d3d3d3;
	background : #F7F6F6;
	color: black;
}

#booking_form select,
#booking_form input.hasDatepicker,
#booking_form .tabPane .thick_minor_subtitle,
#booking_form .tabPane .countrySelect,
#booking_form .tabPane .value,
#booking_form .tabPane.showPricesWrapper .type,
#booking_form .tabPane.showPricesWrapper .value,
#booking_form .tabPane.showPricesWrapper .field.last .type,
#booking_form .tabPane.showPricesWrapper .field.last .value,
#booking_form .tabPane .requiredFieldInfo,
#seasons_dates,
.tb-table-itinerary,
.tb-table-itinerary table,
#additionalservices_form table,
#rentalbikes_form table,
.tb-table-insurance.table > tbody > tr > td,
.tb-form-thanks table,
.tb-form-thanks .subtitle
{
    font-size: 1.7rem;
}
/* ======================================
 *
 * Modal dialog
 *
 * ====================================== */

.btn-warning {
	color: #fff;
	background-color: #E30713;
	border-color: #8E0006;
}

.btn-warning:hover {
	color: #fff;
	background-color: #8E0006;
	border-color: #8E0006;
}

/* ======================================
 *
 * tb-helpkey
 *
 * ====================================== */

[tb-helpkey] .dropdown-menu {
	border-color: #E30713;
}
