@CHARSET "UTF-8";

/***************************************************************************
 * Custom import rules from client website
 **************************************************************************/
/* Nothing todo */


/***************************************************************************
 * Additional Bootstrap overrides - not defined in bookingform.css
 **************************************************************************/
.glyphicon {color: #0069b4; }

tb-helpbox .glyphicon-info-sign { color: #0069b4; }

tb-helpkey .glyphicon-question-sign { color: #0069b4; }

.glyphicon-asterisk { color: red; }

.ui-widget-header {
	background: none;
	border: none;
}

.nav>li>a:hover, .nav>li>a:focus {
	color: black;
}

.btn-primary, .btn-warning {
    color: #fff;
    background-color: #0069b4;
    border-color: #0069b4;
	border-radius: 50px;
	min-width: 70px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #004b8c;
    border-color: #004b8c;
}

.btn-warning {
	color: #333;
	background-color: #dcdcdc;
	border-color: #dcdcdc;
}

.btn-warning:hover {
	color: #333;
	background-color: #ccc;
	border-color: #ccc;
}

/***************************************************************************
 * bookingform.css overrides
 **************************************************************************/
a:link {
    color: #0069b4;
}


#booking_form body {
	padding-bottom: 20px;
	color: #293942;
	background: #e6e9eb;
	font-family: Arial, sans-serif;
}

#booking_form .tabPane .subtitle {
	color: #0069b4;
}

#booking_form p {
	line-height: 21px;
}


/* ======================================
 * 
 * The bootstrap tabs
 *
 * ====================================== */

.nav-tabs>li:not(disabled)>a {
	color: #0069b4;
}

.nav-tabs > li {
	margin-bottom: 0 !important;
	font-family: 'Droid Serif', sans-serif;
	margin-right: 10px;
	display: block !important;
}

@media screen and (max-width: 970px) {
	.nav-tabs > li {
		margin-bottom: 10px !important;
	}

	.nav-tabs > li > a {
		padding: 10px 30px !important;
		border-radius: 50px !important;
	}
}

.nav-tabs>li>a, .nav-tabs>li.disabled>a:hover {
	background: #f0f0f0;
	border: none !important;
}

.nav-tabs>li:not(disabled)>a:hover,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a {
	border-bottom: none;
	color: white;
	text-shadow: none;
	background: #0069b4;
	cursor: pointer;
}

.nav.nav-tabs {
	border-bottom: solid 3px #0069b4;
	box-shadow: none;
}

/* ======================================
 * 
 * The prev and next button for tab navigation
 *
 * ====================================== */
#booking_form .tabPane .prevButton,
#booking_form .tabPane .nextButton, 
#booking_form .printButtonOld {
	background: #0069b4;
	border: 0;
	border-radius: 40px;
	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: 0;
	right: -8px;
	display: inline-block;
	border-bottom: 14px solid transparent;
	border-left: 10px solid #0069b4;
	border-right: transparent;
	border-top: 14px solid transparent;
	/*content: '';*/
}

#booking_form .tabPane .prevButton:before {
	position: absolute;
	top: 0;
	left: -8px;
	display: inline-block;
	border-bottom: 14px solid transparent;
	border-right: 10px solid #0069b4;
	border-left: transparent;
	border-top: 14px solid transparent;
	/*content: '';*/
}

#booking_form .tabPane .nextButton:disabled,
#booking_form .tabPane .prevButton:disabled,
#booking_form .printButtonOld:disabled {
	background-color: #83A7BB;
}

#booking_form .tabPane .nextButton:disabled:after {
	border-left: 10px solid #83A7BB;
}

#booking_form .tabPane .prevButton:disabled:before {
	border-right: 10px solid #83A7BB;
}

#booking_form .tabPane .prevButton:hover:enabled,
#booking_form .tabPane .nextButton:hover:enabled,
#booking_form .printButtonOld:hover:enabled {
	background: #004f87;
}

#booking_form .tabPane .nextButton:hover:enabled:after {
	border-left: 10px solid #004f87;
}

#booking_form .tabPane .prevButton:hover:enabled:before {
	border-right: 10px solid #004f87;
}

/* ======================================
 *
 * 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: black;
}

#booking_form .seasons_list_legend_item_colorkey1,table.ui-datepicker-calendar td.season1,table.ui-datepicker-calendar td.season1 a {
	background-color: #CCCCCC;
	color: black;
}

#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: #0069b4 !important;
	color: white !important;
	border: none;
}

#booking_form .seasons_list_legend_item_colorkey_unavailable {
	border: 1px solid #d3d3d3;
	background : #F7F6F6;
	color: black;
}


 /* ======================================
 *
 * The price info bubble
 *
 * ====================================== */

#currentPriceInfos {
 	background-color: #f0f0f0;
 	color: black;
	box-shadow: none;
	margin-bottom: 20px;
	position: relative;
	background-image: url("../../images/new/bg-eurofun.png");
}

#currentPriceInfos:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 61px;
	background-image: url("../../images/new/bg-frayed-hor.png");
	background-repeat: no-repeat;
	background-position: center top;
}


/* ======================================
 *
 * tb-helpkey
 *
 * ====================================== */

[tb-helpkey] .dropdown-menu {
	border-color: #0069b4;
	color: black;
}

/************
*************
PIXELART CUSTOM
*************
************/

/**
* RADIOBOX
*/

input[type="radio"] {
	display: none;
}

input[type="radio"]:checked + *:after {
	  opacity: 1;
	  transform: translateY(-50%) scale(1);
}

input[type="radio"] + * {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}

input[type="radio"] + *:before {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 transform: translateY(-50%);
	 width: 20px;
	 height: 20px;
	 content: '';
	 border-radius: 50%;
	 border: solid 1px #c9c9c9;
}

input[type="radio"] + *:after {
	 content: '';
	 position: absolute;
	 top: 50%;
	 left: 4px;
	 width: 12px;
	 height: 12px;
	 background: #0069b4;
	 border-radius: 50%;
	 opacity: 0;
	 transform: translateY(-50%) scale(0);
	 transition: all .2s ease;
}

/*
 FONTS
 */

@font-face {
	font-family: 'glasgowBook';
	src: url('../../fonts/glasgowWeb/333079_2_0.eot');
	src: url('../../fonts/glasgowWeb/333079_2_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/glasgowWeb/333079_2_0.woff2') format('woff2'), url('../../fonts/glasgowWeb/333079_2_0.woff') format('woff'), url('../../fonts/glasgowWeb/333079_2_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'glasgowMedium';
	src: url('../../fonts/glasgowWeb/333079_4_0.eot');
	src: url('../../fonts/glasgowWeb/333079_4_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/glasgowWeb/333079_4_0.woff2') format('woff2'), url('../../fonts/glasgowWeb/333079_4_0.woff') format('woff'), url('../../fonts/glasgowWeb/333079_4_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'glasgowBook', Arial, sans-serif;
	font-size: 16px;
	color: #333;
}

.subtitle {
	font-family: 'Droid Serif', sans-serif;
}

.subtitle .dropdown-menu {
	font-family: 'glasgowBook', Arial, sans-serif;
}

#booking_form .tabPane .prevButton, #booking_form .tabPane .nextButton, #booking_form .printButtonOld {
	font-weight: normal;
}

.btn, .btn-primary, .nextButton, .prevButton {
	padding: 10px 30px !important;
	font-family: 'Droid Serif', sans-serif;
}

#datepicker_booker + img {
	padding-top: 32px;
	max-height: 32px;
	overflow: hidden;
	background-image: url("../../images/new/calendar.svg");
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
}

#booking_form .form-group {
	position: relative;
}

#pricetable {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#booking_form .form-group .glyphicon-asterisk {
		position: absolute;
		right: 0;
		top: 0;
	}
	#currentPriceInfos .pricetable_row_entry {
		font-size: 18px;
	}
}

@media screen and (max-width: 360px) {
	#currentPriceInfos .pricetable_row_entry {
		font-size: 5vw;
	}
}

#booking_form .comments {
	max-width: 100%;
}

.pricetable_row_entry.text-right {
	white-space: nowrap;
}

.printButton {
	margin: 24px 0 0 !important;
	background: none !important;
	padding: 0 !important;
	color: #333 !important;
	font-size: 16px;
	font-family: 'Droid Serif', sans-serif;
}

.printButton:before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;

	margin: -2px 15px 0 0;

	background-image: url("../../images/new/calendar.svg");
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

.btn-default {
	width: auto !important;
	color: #d10a11;
	border-radius: 25px;
	border: 1px solid #d10a11;
	padding: 4px 12px !important;
	font-size: 14px;
	font-family: 'Droid Serif',sans-serif;
	margin-left: 30px;
	margin-top: 4px;
	box-shadow: none !important;
}

button {
	outline: none !important;
}

#seasons_legend {
	margin-top: 50px;
}

.tabPane .subtitle {
	margin-bottom: 15px;
	width: auto;
}