
/* CSS for ECSP 2018 only (cedric) */

label[for$=GuestNameFirstName_0],
label[for$=GuestNameFirstName_1],
label[for$=GuestNameLastName_0],
label[for$=GuestNameLastName_1] {
    color: white;
}

/* accommodation view / make room-tyle column longer */

@media (min-width: 768px){
	.room-type > div:first-of-type {
		width: 50%;
	}

	.room-type > div:nth-of-type(2) {
		display: none;
	}
}
/************************************/

/*----- currency -----*/
.room-type-list label:first-child:after {
    content: 'For total lenght of stay.\0D\0A Breakfast, VAT and taxes included.';
    color: #ababab;
    display: block;
    font-size: .9em;
    font-style: italic;
    font-weight: normal;
}
/*--- end currency ---*/


.nav.nav-tabs.nav-justified > .active > a {
    color: white;
}

.form-control {
    background: white;
}

.h2 {
    color: white;
    background-color: #003399;
    padding: 10px 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.h3 {
    color: white;
    background-color: #009999;
    padding: 8px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
}

.navbar-inside-page {
    margin-top: 20px;
}

.well.well-sm.booking-details {
    background-image: none;
    border: 1px solid gray;
    padding: 0px;
}

.well.well-sm.booking-details > .container-fluid {
    padding-top: 15px;
    padding-bottom: 15px;
}

div#booked_container_fluid {
    background-color: lightgray;
}