/* TEMPORAL CSS */

#designstudio-button {
	display:none !important;
}
#designstudio {
	display:none !important;
}
#designstudio-minimize {
	display:none !important;
}
#design-studio-animate {
	display:none !important;
}

/* GENERAL STYLING */

html {
    height: 100%;
	overflow: auto;
	box-sizing: border-box;	
}
                
*, *:before, *:after {
    box-sizing: inherit;
    font-family: Gotham SSm A, Gotham SSm B !important;
}

body {
	height: 100%;
    background-color:#FFFFFF !important; 
	color:#5f5e5e;
	line-height: 1.5;
	font-family: Gotham SSm A, Gotham SSm B !important;
	letter-spacing: .01em;
}

.body-loading {
	pointer-events: none !important;
}

.grecaptcha-badge{
	display:none;
}

.captchaClass {
	margin-top: 70px;
    vertical-align: middle;
    max-width: 30%;
    margin-right: 18px;
    border: 2px solid #ddd !important;
    padding: 5px;
    height: 130px;
    background-color: #e1e5ea !important;
}

.captchaImg{
	padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btnCaptchaRefresh{
	background: url(../img/refreshBlack.png) no-repeat !important;
    background-color: white !important;
    background-size: cover !important;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 19px !important;
}

.hide{
	position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.borderless td, .borderless th {
    border: none;
}

.pbBody, .pbBody a, .pbBody td, .lbBody a, .lbBodyDescription, .list .headerRow .noRowsHeader {
     color: #5f5e5e; 
}

/*RESPONSIVENESS*/
@media(min-width:100px) {
    .mainContainer {
        min-height: 70% !important;
		padding-bottom: 150px; /* this needs to match the footer height + a space to the end of the footer (in this case 50px)*/
    }
	
	.productName{
		width: 30% !important;
	}
	.FieldSetLabel {
		width: 220px;
	}
	.confirmationLabel{
		width: 180px !important;
	}
	.leftcolbackgroundClass{
		padding: 0px 15px 10px 5px;
	}
}

@media(min-width:350px) {
	
	.contactClass{
		padding-right: 0px;
		padding-left: 15px;
	}
	
	.topbarcontentLayer2Class{
		height: 60px;
	}
	
	.logoutLink{
		min-height: 59px;
		padding-top: 18px;
	}
	
	.menubarClass{
		margin-bottom: 50px;
	}
	
	.totalLabel{
		padding-top:10px;
	}
	
	.panelLevelMessage{
		clear: none;
		font-size: 0.9em;
		position: absolute;
        margin-top: 25px;
	}
	.BookingDetail, .BookingEmptyDetail {
        float:left;
        width: 17% !important;
    }
    
    .productName{
        color:#666;
        margin-bottom:10px;
        margin-left: 0px;
		width: 26% !important;
    }
	
	.logoimgClass{
		width: 25%;
	}
	
	.checkoutClass {
		margin-top: 6px;
		font-size: 0.9em;
		width: 125px;
	}
	.FieldSetWidget{
		clear:both;
	}
	
	.leftcolbackgroundClass{
		padding: 0px 20px 10px 10px;
	}
	
}

@media(min-width:400px) {
	
	.productName{
		width: 26% !important;
	}
	.logoimgClass{
		width: 22%;
	}
	.checkoutClass {
		width: 200px;
	}
}

@media(min-width:450px) {
	.BookingValue {
		font-size: 0.85em !important;
	}
	.BookingLabel {
		font-size: 0.90em !important;
	}
	.productNameLabel{
		font-size: 1.1em !important;
	}
	.productName{
		font-size: 0.85em !important;
	}
	
	.checkoutClass {
	    margin-top: 10px;
		font-size: 0.9em;
	}
	.deleteButton{
		background-size: 80% 80% !important;
		margin-top: 26px !important;
		margin-right: -32px !important;
	}
	
	.leftcolbackgroundClass{
		padding: 0px 30px 20px 20px;
	}
}

@media(min-width:540px) {
	
	.contactClass{
		margin-top: 20px !important;
	}
	
	.textContact{
		font-size: 0.9em !important;
	}
	
	.BookingDetail, .BookingEmptyDetail {
        float:left;
        width:80px !important;
        margin-left: 20px !important;
    }
   
    .productName{
        color:#666;
        margin-bottom:10px;
        margin-left: 0px !important;
		width: 18% !important;
		
    }
	.FieldSetLabel {
		width: 265px;
	}
	.confirmationLabel{
		width: 265px !important;
	}
	.question{
		margin-bottom: 0px;
		margin-left:-25px !important;
	}
	
	.checkoutClass {
		margin-top: 15px;
		font-size: 1.1em;
		width: 250px;
	}
	.logoimgClass{
		width: 18%;
	}
	
	.shrinkClass{
		margin-right: 200px;
	}
}

@media(min-width:613px) {
	.productName{
		width: 30% !important;
	}
	
}

@media(min-width:681px) {
	.logoimgClass{
		width: 17%;
	}
	
}

@media(min-width:700px) {
    .mainContainer {
        min-height: 535px !important;
    }
	
	.BookingDetail, .BookingEmptyDetail {
        float:left;
        width:80px !important;
        margin-left: 20px !important;
    }
    
    .productName{
        color:#666;
        margin-bottom:10px;
        margin-left: 0px !important;
		width: 30% !important;
    }
	
}

@media(min-width:740px) {
	.checkoutClass {
		font-size: 1.3em;
		width: 300px;
	}
	.FieldSetWidget{
		clear:none;
	}
	.FieldSetLabelQuestion {
		width: 315px !important;
	}
	.BookingTypePanel label {
		width: 355px;
	}
	.FieldSetLabel {
		width: 355px;
	}
	
	.confirmationLabel{
		width: 355px !important;
	}
	
	.question{
		margin-left: 0px !important;
	}
	.preferencesAccomodation-row-description {
		width: 360px !important;
	}
	.shrinkClass{
		margin-right: 0px !important;
	}

}


@media(min-width:800px) {
	.container{
		padding-right: 0px;
		padding-left: 0px;
	}
	.logoimgClass{
		width: 15%;
	}
}

@media(min-width:985px) {
	.BookingDetail, .BookingEmptyDetail {
        float:left !important;
        width:100px !important;
        margin-left: 50px !important;
    }
    
    .productName{
        color:#666 !important;
        margin-bottom:10px !important;
        margin-left: 0px !important;
        width: 25% !important;
    }
	
	.logoimgClass{
		width: 12%;
	}
	
	.textContact {
		font-size: 1.1em !important;
	}
	
	.checkoutClass {
		margin-top: 28px;
		font-size: 1.4em;
	}
	
}

/* BUTTONS */

.btn-back {
	position: relative;	 
	color: #787878 !important; 
	background-color: #E3E3E3; 
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 11px;
    padding-bottom: 11px;
	text-align: center;
    background-size: 12px 12px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;	
	min-width: 170px;
	font-size: 1em;
	font-weight: bold;
} 
 
.btn-back:hover, 
.btn-back:focus, 
.btn-back:active, 
.btn-back.active, 
.open .dropdown-toggle.btn-back { 
  color: #FFFFFF !important; 
  background-color: #787878; 
  text-decoration: none;  
} 
 
.btn-back:active, 
.btn-back.active, 
.open .dropdown-toggle.btn-back { 
  background-image: none; 
} 
 
.btn-back.disabled, 
.btn-back[disabled], 
fieldset[disabled] .btn-back, 
.btn-back.disabled:hover, 
.btn-back[disabled]:hover, 
fieldset[disabled] .btn-back:hover, 
.btn-back.disabled:focus, 
.btn-back[disabled]:focus, 
fieldset[disabled] .btn-back:focus, 
.btn-back.disabled:active, 
.btn-back[disabled]:active, 
fieldset[disabled] .btn-back:active, 
.btn-back.disabled.active, 
.btn-back[disabled].active, 
fieldset[disabled] .btn-back.active { 
  background-color: #4D5A8E; 
  border-color: #4D5A8E; 
} 
 
.btn-back .badge { 
  color: #4D5A8E; 
  background-color: #FFFFFF; 
}

.btn-next {
	position: relative; 
	color: #FFFFFF !important; 
	background-color: #4D5A8E; 
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 11px;
    padding-bottom: 11px;
	text-align: center;
    background-size: 12px 12px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
	min-width: 170px;
	font-size: 1em;
    font-weight: bold;
} 
 
.btn-next:hover, 
.btn-next:focus, 
.btn-next:active, 
.btn-next.active, 
.open .dropdown-toggle.btn-next { 
  color: #FFFFFF !important; 
  background-color: #232C53; 
  text-decoration: none;  
} 
 
.btn-next:active, 
.btn-next.active, 
.open .dropdown-toggle.btn-next { 
  background-image: none; 
} 
 
.btn-next.disabled, 
.btn-next[disabled], 
fieldset[disabled] .btn-next, 
.btn-next.disabled:hover, 
.btn-next[disabled]:hover, 
fieldset[disabled] .btn-next:hover, 
.btn-next.disabled:focus, 
.btn-next[disabled]:focus, 
fieldset[disabled] .btn-next:focus, 
.btn-next.disabled:active, 
.btn-next[disabled]:active, 
fieldset[disabled] .btn-next:active, 
.btn-next.disabled.active, 
.btn-next[disabled].active, 
fieldset[disabled] .btn-next.active { 
  background-color: #4D5A8E; 
  border-color: #4D5A8E; 
} 
 
.btn-next .badge { 
  color: #4D5A8E; 
  background-color: #FFFFFF; 
}

.btn-right{
	float: right;
}

.btn-left{
	float: left;
}

.btn-loading {
	opacity: .65 !important;
	pointer-events: none !important;
}

.btn-loading::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: 65%;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top-color: #FFFFFF;
	border-radius: 50%;
	-webkit-animation: btn-loading-spinner .75s linear infinite;
	animation: btn-loading-spinner .75s linear infinite;
}

@keyframes btn-loading-spinner {
  to {transform: rotate(360deg); }
}

/* HEADER */

.topBarClass{
	overflow: hidden;
}

	.topbarcontentClass{
		margin-top: 10px;
		padding-bottom: 5px;
	}

		.checkoutClass{
			top: 20px;
			font-weight: bold;
			max-width: 500px;
			float: left;
		}
		
		.contactClass{
			float: right;
			text-align: right;
			margin-top: 10px;
			padding-right: 0px;
			margin-right: 10px;
			padding-left: 0px;
		}
			
			.textContact{
				font-size: 0.65em;
				font-weight: bold;
				color: #4d5493;
			}
	
	.topbarcontentLayer2Class{
		background-color: #CBCD00;
		margin-bottom: 0;
		height: 40px;
	}
	
		.logoutLink{
			width: 170px;
			background-color: #C0C101;
			float: right;
			min-height: 49px;
			padding-top: 13px;
			text-align: center;
			font-weight: bold;
			display: inline-block;
		}
			
			.textLogout{
				color: white;
				text-shadow: 1px 2px #999;
				font-size: 1.1em;
				font-weight: bold;
			}
			
			.iconLogout{
				
			}
			
	.topbarButtonClass{
		
	}

/*BREADCRUMBS*/
.menubarClass{
	background-color: #f8f8f8;
	height: 50px;
	border-top: solid 4px #e3e3e3;
}

.breadcrumb{
	margin-bottom: 0px;
	padding: 8px 0px;
}

#breadcrumbsdiv{
	padding-top: 4px;
}

.separatorBreadcrumbs{
	font-size: 1.1em;
    color: #666666;
    padding-left: 15px;
    padding-right: 15px;
}

.textBreadcrumbs{
	font-size: 1.1em;
    color: #666666;
}

.textBreadcrumbsActive{
	font-size: 1.1em;
    color: #CBCD00;
}

.breadCrumbsPanelClass{
	padding-top: 12px;
}

/*FOOTER*/
.footerClass {
    width: 100%; 
	background-color: #232C53;
	height: 100px;
	border: none;
	border-radius: 0px;
}
	
.footerText{
	color: white;
	margin-top: 13px;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.footerTextClassLink{
	margin-top: 13px;
}
.imgfooter{
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
	
/* SUMMARY */
.productName{
    color:#666;
    margin-bottom:10px;
    font-size: 0.80em;
    margin-left: 0px;
}

.productNameLabel{
    color: #CBCD00;
    display: block;
    margin-bottom: 5px;
	font-size: 1em;
    font-weight: bold;
    margin-left: 0px !important;
    width: 100% !important;
}

.BookingLabel {
    display:block;
    font-size: 0.80em;
    font-weight: bold;
    color: #CBCD00;
}

.BookingValue{
    color:#666;
    font-size: 0.80em;
}

.EnrolmentTotalValue{
    float:right;
    color:#666666;
    font-size: 1.3em;
}

.TotalLabel {
    font-size: 1.3em;
    color:#666666;
    font-weight: bold;
    float: left;
}

.summaryTitle{
    font: bold 2.4em Gotham SSm A, Gotham SSm B;
    color: #013b64;
    display: block;
    margin-bottom: 20px;
}

.BookingDetail, .BookingEmptyDetail {
    float:left;
	width: 15%;
	padding-right: 2px;
}

.BookingDetailAmount{
    float:right;
    text-align: right;
}

.buttonTop{
	margin-bottom: 0px;
    height: 1px !important;
}

.buttonBottom{
    height: 1px !important;
}

.bottomHr{
	height: 3px;
}
.addButtonPanel{
    height: 55px;
}

/* CUSTOM CSS */

.container{
	max-width: 1000px !important;
}

.topbarcontentLayer3Class{
	position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.logoutLinkLayer3{
	position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.hrClass{
	height: 2px;
    background-color: #e3e3e3;
}

.navbar{
	margin-bottom: 0px !important;
}

.seedBookingFieldsClass{
	margin-top:20px;
}

.coloredText{
	color: red;
}

.classLeft{
	float:left;
}


.waitingImage{
	padding-left:5px;
}

.alert{
	margin-top: 10px;
}

.panelLevelMessage{
	clear: both;
}

.specialReqClass{
	min-width: 280px;
}

.dateFormat{
	display:none;
}

.bookingLabelSpanClass{
	display:inline-block;
	font-weight:bold;
}

.bookingValueSpanClass{
	display:inline-block;
}

.clearDivClass{
	clear:both;
	margin-bottom:0px;
}

.x-form-trigger-wrap .x-form-text{
	height: 22px !important;
}

.x-form-trigger-wrap .x-form-text{
	font: 16.1px Gotham SSm A, Gotham SSm B !important;
}

.messageBeforeClass{
	margin-top: 35px;
	font: 1.15em Gotham SSm A, Gotham SSm B;
}

.insuranceMessageAfterDates{
	font: 1.15em Gotham SSm A, Gotham SSm B;
	margin-top: 10px;
    display: block;
}

.emergencyHeader{
	margin-top: -15px !important;
    margin-bottom: 40px !important;
}
.insuranceMessageAfterSectionField{
	font: 1.15em Gotham SSm A, Gotham SSm B;
	display: list-item;
    padding-bottom: 5px !important;
    list-style-position: inside;
}

.divBlockCheckboxesAccommodation{
	font: 1.15em Gotham SSm A, Gotham SSm B;
	margin-top: -50px;
}

.onBehalfClass{
	margin-top: 35px;
}

.med-high{
	margin-top: 37px !important;
}

.panelAfterHeaderClass{
	margin-top: 37px;
}

.questionTitle{
	margin-top: 37px;
	font-size: 1.1em;
}

.questionTitle2{
	font-size: 1.1em;
	margin-top: 13px;
}

.personalDetailsMainPanel {
	margin-top: 17px;
}

.dynamicPersonalDetails {
	margin-bottom: 30px;
}

.passportPanelClass{
	margin-top: 20px;
}

.personalPaymentDetailsContainer {
	clear: both;
}

.paymentDetailsPanel {
	margin-top: 60px;
}

.paymentDetailsImportantNotesPanel {
	padding-left: 16px;
}

.paymentDetailsImportantNotesField {
	font: 1.15em Sofia W01 Bold1446843;
	display: list-item;
	padding-bottom: 5px !important;
}

.btn-apply-voucher {
	padding-top: 9px;
	padding-bottom: 9px;
	margin-left: 7px;
	padding-left: 12px;
	padding-right: 12px;
}

.btn-remove-voucher {
	background: url(../img/delete_hover.png) no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	margin-left: 7px;
	float: right;
	width: 40px;
	height: 40px;
}

.msg-voucher-invalid {
	color: #ea3737;
	font-size: 0.9em;
}

.msg-voucher-applied {
	font-size: 0.9em;
}

.confirmationPanelClass {
	margin-top: 35px;
}

.BookingTypeHeadingConfirmation{
	padding-top: 35px;
    padding-bottom: 40px;
}

.BookingTypeHeadingConfirmation2{
    padding-bottom: 40px;
}

.notesClass{
	float: left;
	width: 250px;
	font-size: 16.1px;
}

.confirmationPanelClass span{
	font: 1.15em Gotham SSm A, Gotham SSm B;
}

.confirmationText{
	font: 1.15em Gotham SSm A, Gotham SSm B;
}

.termsConditionLink{
	color: #333435;
	margin-top: 35px;
}

#confirmError{
	color: red;
	font: 1.15em Gotham SSm A, Gotham SSm B;
}

.TandCClass{
	margin-bottom: 55px;
    margin-top: 12px;
}

.actionStatusDiv{
	position: absolute;
}

.statusAccommodation{
	margin-top: 30px;
}

.insuranceMessageAfterSection{
	margin-top: 25px;
}

.insuranceMessageAfterDatesHolder{
	position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.paymentMessageAfterSection{
	margin-top: 35px;
}

.onBehalfMessageClass{
	padding-top: 20px;
	padding-bottom: 37px;
    display: block;
	font: 1.2em Gotham SSm A, Gotham SSm B;
}

.shrinkClass{
	font-weight: 100 !important;
}

.fontClass{
	font: 1.15em Gotham SSm A, Gotham SSm B;
	padding-top: 8px;
}

.accomodationFontClass label{
	font: 1.15em Gotham SSm A, Gotham SSm B;
}

.transferFontClass{
	font: 1.15em Gotham SSm A, Gotham SSm B;
	padding-top: 8px;
}

.insuranceFontClass{
	font: 1.15em Gotham SSm A, Gotham SSm B;
	padding-top: 8px;
}

.sundryFontClass {
	font: 1.15em Gotham SSm A, Gotham SSm B;
	padding-top: 8px;
}

.itFontClass {
	font: 1.15em Gotham SSm A, Gotham SSm B;
	padding-top: 8px;
}

.accommodationStartDate-label{
	font: 1.15em Gotham SSm A, Gotham SSm B;
	padding-top: 8px;
}

.accommodationEndDate-label{
	font: 1.15em Gotham SSm A, Gotham SSm B;
	padding-top: 8px;
}

label{
	font-weight: 100;
}

.ccClass{
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 39px;
	font-size: 16.1px;
}

.thankYouClass{
	margin-bottom: 34px;
}
.thankYouClass h1{
	font: 1.4em Gotham SSm A, Gotham SSm B !important;
}
	
.thankYouClass2{
	font: 1.3em Gotham SSm A, Gotham SSm B;
	margin-bottom: 35px;
}

.thankYouClass3{
	font: 1.2em Gotham SSm A, Gotham SSm B;
    margin-bottom: 40px;
    margin-top: 20px;
}

.lowPanel{
	margin-top: 15px;
	margin-bottom: 15px;
}

.paymentTitleFont {
	font: 1.3em Gotham SSm A, Gotham SSm B;
    margin-top: 25px;
    margin-bottom: 20px;
}

.transferValueMsg{
	margin-left: 10px;
    font-weight: bold;
}
            
.BookingPanel {
    margin-top:10px;
    clear:both;
    position:relative;
	border-top: solid 1px #e3e3e3;
    padding-top: 10px;
}

.BookingPanel:first-child{
	border-top: none !important;
}
          
.BookingsTotalAmount {
    clear:both;
}

.BookingTypeHeading {
    padding-top: 35px;
}

.BookingTypeHeading h1 {
    font-size: 2.2em;
}

.BookingTypeHeading2{
	padding-top: 15px;
}

.productOptionsPanelClass{
    display: block;
}

.classA {
     width: 358px !important;
}
.classB {
     width: 358px !important;
}
.preferencesColumn{width: 11px !important;}
.preferencesColumnText{width: 160px !important;}
.preferencesColumnRow{width: 350px !important;}
table.preferencesColumnRadio td {width: 50px !important;}
        
.BookingTypePanel label {
	height: 35px;
    display: inline-block;
	min-width: 280px;
}

.FieldSetLabel {
    float:left;
    padding-top:8px;
	font: 1.15em Gotham SSm A, Gotham SSm B;
	padding-bottom: 23px;
}

.FieldSetLabelQuestion {
    float:left;
    padding-top:8px;
	min-width: 240px !important;
	font: 1.15em Gotham SSm A, Gotham SSm B;
}

.label{
	width: 315px !important;
}

.x-form-item, .x-form-field {
    font: 16.1px Gotham SSm A, Gotham SSm B !important;
	color: #5f5e5e;
}

.FieldSetWidget {
    float:left;
    margin-right: 5px;
	font: 1.15em Gotham SSm A, Gotham SSm B;
	font-weight: 100;
}

.FieldSetWidgetSpecialReq{
	
}

#VisaRadiosDiv{
    margin-bottom: 37px;
}

input[type=checkbox]{
	margin-top: 14px;
}

.confirmationValue{
	font-size: 1.2em;
	clear:none;
}

.FieldSetHelp {
    width:30px;
	height: 30px;
    float:left;
	margin-top: 5px;
    margin-right: 10px
}

.confirmationLabel{
	font-weight: bold;
	padding-top: 0;
}

.FieldSetWidget>input[type=text], input[type=password], .FieldSetWidget>select {
	height: 40px;
    border: 1px solid #b2b2b2;
    padding: 9px;
    width: 270px;
    display: inline-block;
    max-width:100%;
}

.FieldSetWidget>textarea {
	border: 1px solid #b2b2b2;
    padding: 9px;
    width: 270px;
    display: inline-block;
    max-width:100%;
}

.containerFooterClass {
    padding: 13px 0px 13px 15px;
    background: #666;
    color: #FFF;
    font: bold 11px tahoma;
    border-top: solid 5px #999;
    display: block;
    margin-top: 70px;
    position: relative;
    bottom: 0;
    margin-left: -2px;
    clear: both;
}

.ihl-radio {
    font-weight: bold;
    font-size: 14px;
}

.ihl-radio span {
    display: inline-block;
    height: 19px;
    background-size: contain;
    margin-right:10px;
    margin-top:5px;
}

.spanImportant {
    font-weight: bold;
    font-size: 16.1px;
    display: inline-block;
    height: 19px;
    background-size: contain;
    margin-right:10px;
    margin-top:35px;
    padding-top:3px;
	margin-bottom: 45px;
}

.radio-checked {
    background: url('../img/radio_Checked_Small.jpg') no-repeat;
    padding-left: 30px;
}

.radio-unchecked {
    background: url('../img/radio_Unchecked_Small.jpg') no-repeat;
    padding-left: 30px;
} 

.radio-checked:hover {
    background: url('../img/radio_Checked_Small.jpg') no-repeat;
    cursor:pointer;
}

.radio-unchecked:hover {
    background: url('../img/radio_Unchecked_Small.jpg') no-repeat;
    cursor:pointer;
} 

.checkbox-Selected {
    width: 25px;
    height: 25px;
    background: url('../img/checkbox_Checked_Small.png') no-repeat;
	margin-top: 3px;	
}

.checkbox-unselected {
    width: 25px;
    height: 25px;
    background: url('../img/checkbox_Unchecked_Small.png') no-repeat;
	margin-top: 3px;	
}

.agreesContactingMessageClass{
    display: block;
	margin-bottom: 15px;
	margin-top: 35px;
}

.termsConditionLink{
	margin-left: 5px;
}

.checkbox-unselected2 {
    width: 25px;
    height: 25px;
    background: url('../img/checkbox_Unchecked_Small.png') no-repeat;
    position: absolute;	
	margin-top: 2px;
}

.checkbox-Selected2 {
    width: 25px;
    height: 25px;
    background: url('../img/checkbox_Checked_Small.png') no-repeat;
    position: absolute;
	margin-top: 2px
}

.agreesContacting1Class{
	position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 3px;
    width: 95%;
}

.agreesContacting2Class {
	position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 3px;
    width: 100%;
}

.secondPanel{
    position: relative;
    float: left;
    margin-top: 3px;
    width: 95%;
    margin-bottom: 50px;
}

.leftcolbackgroundClass {
    background: #f8f8f8;
}

.rightcolbackgroundClass{
	margin-left: 20px;
}

.h1, h1 {
    font-size: 28px;
}
     
.CardPanels  {padding:3%;}
.CardPanels select, .IHLForm div, textarea {padding-bottom:5px;}

.CardPanels h1 {
    font-size:26px; 
    display: block;
    margin-bottom:15px;
    font-family:'fs_rufusbold';
}

.CardPanels h1, h2 { color:#023a78;}
.CardPanels h3 { color:#f08a00;}

.CardPanels img {
    cursor: pointer; 
    cursor: hand;
}

.CardPanels label {
    width: 185px;
    display: inline-block;
    font-weight:bold;
    font-size:14px;
}

.CardPanels .dateinput {
    width:120px;
    background-image: url({!URLFOR($Resource.LondonSchool, 'img/calendar_img.gif')});
    background-repeat: no-repeat;
    background-position:right;
}

.ExtDateDiv div {
    margin-bottom: 0px;
}

.x-field{
	margin-right: 100px;
}

.hide {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

.horizontalBar{
    border-top:solid 4px #e3e3e3;
}

.highlightButton{
    border:1px solid #e3e3e3 !important;
    pointer-events: none;
}

.question{
    width:30px;
    height:30px;
    background: url('../img/question.png') no-repeat; 
    cursor: pointer;
    text-decoration: none;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}

.high{
	font-weight: bold;
	font-size:14px;
    margin-top: 35px !important;
}

.widget{
	margin-bottom: 50px !important;
	margin-top: 20px !important;
}

.questionBooking{
    width:40px;
    height:30px;
    background: url('../img/question.png') no-repeat; 
    cursor: pointer;
    text-decoration: none;
    float: left;
	margin-top: 4px;
}

.noQuestion{
    width:26px;
    height:26px;
    text-decoration: none;
}

.iconAfterReturnFinishStep{
    width:7px;
    height:13px; 
}

.box {
  float: left;
  width: 45;
  height: 100px;
  margin: 1em;
}

.after-box {
  clear: left;
}

.deleteButton{
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    cursor: pointer;
	background: url('../img/delete.png') no-repeat;
    margin-top: 25px;
    margin-right: -24px;
	background-size: 70% 70%;
}

.customGapBetweenFields {
    padding-bottom: 20px;
}

.customGapBetweenFieldsBig {
	padding-bottom: 20px;
}

.customGapBetweenFieldsSmall{
	padding-bottom:20px;
}

#LoginRadioButtons {
	margin-top: 25px;
    padding: 9px 16px 16px 16px;
    margin-bottom: 10px;
    border: solid;
    border-color: #E3E3E3;
    border-radius: 5px;
}

#newUserDiv {
	width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 5px 25px 0px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.newUserPanelClass {
	display: flex;
	flex-direction: column;
}

.newUserPanelHeaderClass {
	margin-top: 15px;
	font-size: 2.2rem;
}

.logFeatureSizeField {
	width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    transition: border-color 0.3s !important;
}

.loginPanel {
	width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px 25px 15px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.loginOutputPanel {
	display: flex;
	flex-direction: column;
}

#LoginRadioButtons2 {
	padding: 5px 15px 20px 0px;
}

.loginPanelHeaderClass {
	margin-top: 15px;
	font-size: 2.2rem;
}

.loginBtn {
	margin-top: 0px !important;
}

.activateAccountBtn {
	margin-top: 0px !important;
}

.passLink {
	text-align: left;
    margin-top: 5px;
}

.tooltipUserPassword {
    background-color: #6B7280 !important; /* Softer Dark Gray */
    color: #fff !important;
    font-size: 0.9rem;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
}

.BookingTypePanel h1 {
    font: bold 16px Gotham SSm A, Gotham SSm B;
    color: #666;
}

.dateBar > select {
    width:auto;
}

#newUserDiv{
    padding-bottom: 10px;
}

.sizeField{
    width:250px;
}

#CourseWidgets{
    padding-top:20px;
}

#TransferWidgets{
    padding-top:20px;
}

#sundriesWidgets{
    padding-top:20px;
}

#accommodationWidgets{
    padding-top:20px;
}

#insuranceWidget{
    padding-top:20px;
}

span.x-btn-inner{
    color:#3D92D3 !important;
}

input[type=text], input[type=password], select {
    border: 1px solid #b2b2b2;
    padding: 9px;
	height: 40px !important;
    width: 270px;
    display: inline-block;
    max-width:100%;
}

.specialReqClassValue{
	border: 1px solid #b2b2b2;
    padding: 9px;
    width: 270px;
    display: inline-block;
    max-width:100%;
	font-size: 1.15em;
}

.preferencesAccomodation-panel {
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #ccc;
    display:block;
    width:100%;
	min-height: 465px;
}

.preferencesAccomodation-panel {
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #ccc;
    display:block;
    width:100%;
}

.preferencesAccomodation-row {
    width: 100%;
    position: relative;
	clear: both;
}

.transferMessage{
	margin-top: 35px;
    margin-bottom: -15px !important;
	font: 1.15em Gotham SSm A, Gotham SSm B;
}

.preferencesAccomodation-row:hover{
   background-color:rgba(138, 164, 75, 0.1);
}

.preferencesAccomodation-row-description {
    width: 280px;
    float: left;
    position: relative;
    padding-bottom: 23px;
	font: 1.15em Gotham SSm A, Gotham SSm B;
}

.preferencesAccomodationPanel-row-options {
    width: 40%;
    float: left;
    position: relative;
    padding-bottom: 30px;
	font-size: 1.15em;
	width: 270px;
}

.preferencesAccomodationPanel{
    margin-top:15px;padding-top:15px;border-top:1px solid #ccc;display:block;
}

.minorTitle{
    margin-bottom: 30px;
	margin-top: 15px;
	font: 1.3em Gotham SSm A, Gotham SSm B;
}

.paddingLeft{
    padding: 0% 0% 0% 3%;
}

.loggedSection{
  top: 0px;
  padding-top: 10px;
  position: absolute;
  right: 25%;
  color: white;
  background-color: #c1cd23;
  border-bottom: 8px solid #c1cd23;
  border-left: 8px solid #c1cd23;
  border-right: 8px solid #c1cd23;
  -moz-border-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 0px !important;
}

.userDetails{
    display: inline-block;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: small;
}

.logoutLink > a{
    display: block;
}

.insuranceInformationURL{
    text-decoration:none;
    color:#669933;
    font-size:11px;
}

.logoutSectionGoodbye{
    font-size:16px;
    color:#CBCD00;
    border: solid #CBCD00 1px;
    overflow: auto;
	margin-left: -20px;
}

.enquiry-detailsPanel-positionAdj {
	margin-top: 120px;
}