
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
md-sidenav{
	webkit-overflow-scrolling: touch;
}
.loading-spinner{
	width:100%;
	text-align: center;
	color: #0086CD;
	font-size: 24px;
}
.slobsCalculator Form{
	margin-bottom: 0px;
	min-height: calc(100% - 64px);
}
.slobsCalculator .quoteFormWrapper{

	background-color: #fff;
}


/* Chrome, Safari, Opera and Edge */
::-webkit-input-placeholder { color: red; }
/* Firefox 4 through 18 */
:-moz-input-placeholder { color: red; }
/* Firefox 19+ */
::-moz-input-placeholder { color: red; }
/* IE10 and IE11 */
:-ms-input-placeholder { color: red; }

/* Auto lock sidenav on small screen*/
.site-sidenav, .site-sidenav.md-locked-open-add-active, .site-sidenav.md-locked-open {
	width: 100%;
	min-width: 400px;
	max-width: 100%;
}


/*footer*/
footer{
	position: fixed;
	z-index: 91;
}

/*Caclulator Button*/
.calculatorButton{
	padding: 3px 3px 0px 12px;
	border-radius: 7px !important;
	width: 350px;
	height: 50px;
	margin: 0 auto;
	display: block;
	background: #EE6E00 !important;
}
.calculatorButton	p{
	/*border-bottom: 1px solid #fff;*/
	font-family: 'EurostileRegular',Helvetica,sans-serif;
	font-size: 17px;
	line-height: 17px;
	width: 195px;
	float: left;
	margin: 3px 5px;
	padding: 0px;
}
.calculatorButton i.tick {
    /* padding: 2px 2px 2px 40px; */
    font-size: 35px;
    float: left;
    color: #7EC03C;
    font-weight: bold;
    margin: 5px 0px 0px -33px;
    font-weight: 100;
}
.calculatorButton i.tickback {
    padding: 3px 3px 2px 30px;
    font-size: 38px;
    float: left;
    color: #fff;
    /* margin-left: -24px; */
    font-weight: bolder;
}
.calculatorButton i.fa-calculator{
	padding:10px;
	font-size: 29px;
	float: left;
}
.calculatorButtonDE div:first-child {
	font-size: 24px;
}
.calculatorButtonDE span {
	font-size: 18px;
}
.calculatorButtonFR div:first-child {
	font-size: 24px;
}
.calculatorButtonES div:first-child {
	font-size: 24px;
}
.calculatorButtonRU div:first-child {
	font-size: 22px;
}
.calculatorButtonRU span {
	font-size: 18px;
}
.calculatorButtonTR div:first-child {
	font-size: 24px;
}

#block-block-15 h2.block-title{
	display: none;
}
#block-block-15 button{
	margin: 0 auto;
}
/* slobs*/
.slobs *{
		line-height: normal;

	}
	.slobs ul{
		list-style-type: disc ;
	}
	.slobs .md-closed{
		display:none;
	}
	.slobs button{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.slobs md-content.md-default-theme, md-content{
		background-color: #fff;
	}
	.slobs .fa-info-circle:before{
		 margin:0px;
		 padding: 0px;
	}
	.slobs .detailsField{
		min-width: 250px;
	}
	.slobs .quoteTitle0{  /* Adults */
		background: rgba(0, 134, 205,1) !important;
	}
	.slobs .quoteTitle1{  /* Juniors */
		background: #EF76B1 !important;
	}
	.slobs p{
		display: block;
		-webkit-margin-before: .7em;
		-webkit-margin-after: .7em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		margin: 0px;
	}
	.slobs md-calendar{
		margin:0;
		padding:0;
		line-height: normal;
		font-size:10px;
	}
	.slobs label{
		font-weight: normal;
	}
	.slobs md-input-container{
		margin:10px 0px;
	}
	.slobs md-input-container.required label::after{
		content: " *";
		font-size: 13px;
		vertical-align: top;
		color: rgb(221,44,0);
	}
	.slobs .inputTitle{
		display: inline-block;
		float:left;
	}
	.slobs .prodName{
		float: left;
	}
	/*fields*/
	.slobs .noneSelected{
		color: #aaa;
	}
	.slobs .low-padding{
		padding:8px;
	}
	.slobs input[type="number"] {
		width: 100px;
		 font-size: 20px
		 height: 40px
	}
	.slobs md-select{
		background-color: rgba(255,255,255,1);
	}
	.slobs .md-select-value *:first-child {
	  width: calc(100% - 24px);
	}
	.slobs .md-date-picker-low{
		min-width: 200px;
		/*margin:8px 0 8px 0;
		padding: 0px 9px;*/
	}
	.slobs .md-datepicker-input{
		min-width:100px;
		width:100px;
	}
	.slobs .md-datepicker-input-container{
		margin:0px;
	}
	.slobs .durationField md-input-container label{
		width: 160px
	}
	.slobs .durationField input{
		max-width: 100px;
	}
	.slobs .panel-default > .panel-heading, .quickOfferFormWrapper .panel-heading {
		font-size: 18px;
		color: #333;
		background-color: #f5f5f5;
		padding: 10px 15px;
		border-bottom: 1px solid #ddd;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.slobs .error{
		color: #f00;
	}
	.slobs .prodDesc{
		float: left;
    clear: both;
    font-size: 12px;
    margin-left: 17px;
	}
	.slobs fieldset{
		border-radius: 3px;
		border: none;
		/*border: #dfdfdf solid 1px;*/
		background-color: rgb(250,250,250);
		margin-bottom: 7px;
		top:inherit;
		margin: inherit;
		display: block;
		-webkit-margin-start: 2px;
		-webkit-margin-end: 2px;
		-webkit-padding-before: 0.35em;
		-webkit-padding-start: 0.75em;
		-webkit-padding-end: 0.75em;
		-webkit-padding-after: 0.625em;
		min-width: -webkit-min-content;
		margin: 4px 0px;
	}
		.slobs fieldset legend{
			color: #fff;
	    font-size: 18px;
	    text-align: left;
	    margin-bottom: 7px;
	    padding: 0 7px;
	    background: #26b71e;
	    font-weight: 100;
	    border: none;
	    height: inherit;
	    left: inherit;
	    line-height: inherit;
	    position: initial;
	    text-indent: inherit;
	    text-shadow: none;
	    top: inherit;
	    width: inherit;
		}

	.slobs .red{
		color:#ff0000;
	}
	.slobs .md-errors-spacer{ /* reduces field height by reducing error space*/
		height:0px;
		min-height: 0px !important;
	}
	.slobs .md-select-value *:first-child { /* Makes Select fields wrap content */
		flex: 1 1 auto;
		white-space: normal;
		overflow: visible;
	}
	.slobs .durationField md-input-container{
		margin: 0px;
	}
	.slobs .infobutton{
		width: 16px;
		height: 30px;
		max-height: 30px;
		padding:18px 7px 10px 7px;
		margin:0px;
		float:left;
	}
	/*Buttons*/
	.slobs .getQuoteButton:first-letter{
		/*text-transform: uppercase;*/
	}
	.slobs .getQuoteButton{
		/*background-color: #26b71e !important;*/
		background: #26b71e;
		background: -moz-linear-gradient(top, #26b71e 1%, #219E1A 99%);
		background: -webkit-linear-gradient(top, #26b71e 1%,#219E1A 99%);
		background: linear-gradient(to bottom, #26b71e 1%,#219E1A 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b71e', endColorstr='#197c14',GradientType=0 );
		text-transform: capitalize;
		font-size: 18px;
		margin-top: 30px;
	}

	.slobs .closeButton{
		float:right;
		width: 50px;
		min-width: 50px;
	}
	.slobs md-radio-button .md-label {
		margin-left: 23px;
	}
	.slobs md-radio-group.layout-row md-radio-button{
		margin-right: 13px;
	}
	.slobs .discount {
	    position: relative;
	    display: inline-block;
	    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
	}

	/* Tooltip text */
	.slobs .discount .tooltiptext {
	    visibility: hidden;
	    width: 120px;
	    background-color: #FFFFAA;
			border: 1px solid #888;
	    color: #222;
	    text-align: center;
	    padding: 5px;
	    border-radius: 6px;
			font-weight: 100;
			left: -40px;

	    /* Position the tooltip text - see examples below! */
	    position: absolute;
	    z-index: 1;
	}

	/* Show the tooltip text when you mouse over the tooltip container */
	.slobs .discount:hover .tooltiptext {
	    visibility: visible;
	}
	.slobs md-input-container textarea.md-input {
		height: 90px;
	}
	.slobs input{
		background-color:#fff;
	}

/* fix CSS conflicts */
.md-datepicker-calendar-pane, .md-datepicker-calendar-pane.md-pane-open{
	 max-width: 400px !important;
 }
 .md-datepicker-calendar-pane table td{

 }
 .md-datepicker-calendar-pane table th{
	 padding:1px;
	 vertical-align: middle;
 }
 .md-datepicker-calendar-pane .md-datepicker-input-mask{
	 width:100%;
 }
 .md-datepicker-calendar-pane table{
	 margin:0px;
	 width: inherit;
 }
/* quick offer */

	.slobsQuickOffer{
		max-width: 800px;
		margin:0 auto;
		-webkit-transition: 0.02s padding cubic-bezier(0.35, 0, 0.25, 1);
		transition: 0.02s padding cubic-bezier(0.35, 0, 0.25, 1);
		position: relative;
		padding: 0;
	}
		.slobsQuickOffer md-content{
			background-color: rgb(255,255,255);
			border-radius:4px;
		}
		.slobsQuickOffer .field-white{
			background-color: #fff;
			border-radius: 3px;
			border: solid 1px #eee;
		}
		.slobs .slobsQuickOffer fieldset{
			border-radius: 3px;
			border: none;
			padding:2px;
			/*border: #dfdfdf solid 1px;*/
			background-color: rgb(250,250,250);
			margin-bottom: 3px;
		}
		.slobsQuickOffer .md-select-placeholder span, md-input-container label, .inputTitle p {
			color:#777; /* Colour of Labels */
		}

/* Calculator */
	.slobsCalculator fieldset{
		padding:2px;
	}
	.slobsCalculator md-content{
		background-color: rgb(0, 134, 205);
	}
	.slobsCalculator .quoteTotalValue{
		text-align: right;
	}
	.slobsCalculator .quoteSection{
		background: rgb(0, 134, 205) !important;
		color:#fff;
		margin-bottom: 0px;
	}
	.slobsCalculator .quoteTotal{
		border-radius: 2px;
		border: solid #ddd 1px;
		padding: 4px;
	}
	.slobsCalculator .quoteTotal h3{
		/*margin:0px 8px;*/
		color: #fff;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	.slobsCalculator .quoteSection .askQuote{
		background-color: white;
		border-radius: 5px;
	}
	.slobsCalculator .quoteSection .result{
		font-weight: bold;
		text-align: right;
		float:right;
	}
	.slobsCalculator .quoteSection .discount{
		background-color: #00CC00;
		color:white;
		font-weight: bold;
		padding: 0px 3px;
		border-radius: 2px;
		clear: both;
		float: left;
		font-size: 12px;
	}
	.slobsCalculator .quoteSection .discount::before{
		content:"-";
	}
	.slobsCalculator .quoteSection .discount::after{
		content:"%";
	}
	.slobsCalculator .quoteSection .priceRegular{
		text-decoration: line-through;
		float: left;
		font-size: 14px;
		line-height: 14px;
	}


@media all and (min-width: 960px) {
	.slobs {

	}
		.slobs .programmeSpacing{
			margin-left:12px;
		}
		.slobs .field-title{
			max-width:13%;
		}
		.slobs .field-travelers{
			max-width:30%;
		}
		.slobs .rowMaxWidth{
			margin-right: 38px;
		}
		.slobs .rowMaxWidth div.panel-body:first-child{
			padding-right: 10px;
		}
		.slobs .panel-maxWidth{
			margin-right: 40px;
		}
}
@media all and (max-width: 960px) {
	.slobs {

	}
		.slobs .programmeSpacing{
			margin-left:25px;
		}
		.slobs md-input-container{
			/*margin:15px 0px;*/
		}
		.slobs .durationField md-input-container{
			margin: 18px 0 0 0;
		}

		.panel-maxWidth{
			margin-right: 15px;
		}
}
@media print {
    md-sidenav, .md-fab {
        display: block !important;
				width: 100% !important
    }

    md-content {
        overflow: visible;
				font-size: 12px !important;
    }
		.slobs .quoteSection, .slobs .quoteTotal h3{
			color:#000;
		}
    .print-full {
			page-break-before: always;
			page-break-after: always;
        /*page-break-inside: avoid;*/
    }
}
