/* kuoni EUR.css 21.12.2016 */

/*----- currency -----*/
.room-type-list label:first-child:after {
    content: 'Rate in EUR for total length of stay';
    color: grey;
    display: block;
    font-size: .9em;
    font-style: italic;
    font-weight: normal;
}
/*--- end currency ---*/


@media (max-width: 799px) {
div#aboutGVA p {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	margin-bottom: 15px;
	padding-left: 0;
}
}


@media (max-width: 425px){
	div#aboutGVA {
		padding: 0 3px;
	}
	
	div#aboutGVA img{
		margin: 12px 0;
		width: 100%;
		height: 100%;
	}
}

#link {
	display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: flex-end;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% + 10px);
}

#link li {
    list-style: none;
    background-color: #61a8b7;
    color: white;
    padding: 8px;
    margin-bottom: 12px;
    width: 250px;
    font-size: 1.2em;
    position: relative;
	left: -15px;
	border-radius: 5px;
    border-bottom-right-radius: 0;
    box-shadow: -1px 2px 4px grey;
}

#link li:hover:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid #335f69;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    right: 0;
    bottom: -10px;
}

#link li a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f0a9';
    font-size: 1.3em;
    position: absolute;
    right: 8px;
    vertical-align: bottom;
}

#link li:hover {
    background-color: #38707c;
	left: 0;
}

#link li a,
#link li a:hover {
	color: inherit;
    text-decoration: none !important;
}
/* ----- end tab about GVA ----- */

@media (min-width: 768px) {

/* decaler les form vers la droite */
div#main-form {
    padding: 20px 60px;
}

/* decaler les ligne des formulaire vera la droite (idÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©aleemnt ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  centrer) */
.row.form-group {
    margin-left: 55px;
}

/* reduction de l'espace entre les "row" */
div.form-group:not(.has-error) .form-control {
    margin-bottom: 8px;
}
.navbar {
    margin-top: 20px;
} 

/* fin media ****************************************************/
}
p{
	background-color: #F3F3F3;
    padding: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #28367A;
	padding: 5px 10px;
	border-radius: 6px;
	margin-bottom: 24px;
}
/*Hotel table style*/
h4.inline {
	color: #FFFFFF;
}
.panel-default>.panel-heading{
	background-color:#28367A;
	background-image:none;
}
.room-row-header{
	color: #FFFFFF;
}
.label-primary{
	background-color:#9B1847
}
.list-group-item{
	background-color: #FFFFFF;
}

div.form-control {
    border: 1px solid #8e0f4c;
}
.btn-default{
	text-shadow: none;
}

/* mise en forme des lignes "room-type" */
.row.room-type > div:nth-of-type(5) {
    order: 10;
    width: 100%;
    margin-top: 10px;
}

.row.room-type > div:nth-of-type(4) button,
.row.room-type > div:nth-of-type(4) span,
.row.room-type > div:nth-of-type(1) label {
    margin: 0;
}

.row.room-type > div:nth-of-type(3),
.row.room-type > div:nth-of-type(4) {
	width: auto;
	margin-left: 10px;
	text-align: right;
}

.row.room-type > div:nth-of-type(2) {
    width: 0;
}
.row.room-type > div:nth-of-type(1) {
    flex-grow: 1;
}
.row.room-type > div {
    padding: 0;
    margin: 0;
}
.row.room-type {
    display: flex;
    align-items: center;
    padding: 0 15px;
	flex-wrap: wrap;
}

/* style pour mobile uniquement */
@media (max-width: 425px){

.row.room-type > div:nth-of-type(4),
.row.room-type > div:nth-of-type(4) button,
.row.room-type > div:nth-of-type(4) span {
    width: 100%;
	margin: 0;
}
}


/* MY MODIFICATIONS */


div#main-form {
    padding: 0px;
    background-color: #fff;
    max-width: 1100px !important;
}

.brand-header.brand-header-bg.header-image {
    margin: 0;
}

nav.navbar.navbar-inverse.navbar-inside-page.center-block {
    margin: 25px 0 0 0;
    background: #28367A;
}

.brand-footer.brand-footer-bg.footer-image {
    margin: 0;
}

.welcometext {
    background: none;
}

.welcometext > p {
    background: none;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: 13px;
}

ul.welcomelist {
    margin-bottom: 35px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #28367A;
    padding: 5px 10px;
    border-radius: 0px;
    margin-bottom: 24px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1100px;
}

.well.well-sm.booking-details > .container-fluid > .row.form-group.has-feedback {
    margin: 0;
}

.well.well-sm.booking-details > .container-fluid > .row.form-group.has-feedback > .col-sm-3 {
    padding: 0;
}

.well.well-sm.booking-details > .container-fluid > .row.form-group.has-feedback > .col-sm-9 {
    padding-left: 7px;
}

.well.well-sm.booking-details > .container-fluid > .row.form-group.valid {
    margin: 0;
}

.well.well-sm.booking-details > .container-fluid > .row.form-group.valid > .col-sm-3 {
    padding: 0;
}

.well.well-sm.booking-details > .container-fluid > .row.form-group.valid > .col-sm-9 {
    padding-left: 7px;
}

.container-fluid > .row > .col-xs-6 > h4 {
    display: none;
}

.summary-content table.summary-table>tbody>tr>th+td {
    padding: 5px 5px 5px 40px;
}

.summary-content table.summary-table>tbody>tr>th {
    width: 300px;
    padding: 5px 0 5px 40px;
}

td > h4, .h4 {
    font-size: 12pt;
    color: white;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    padding-left: 40px;
    background: #28367A;
    text-transform: uppercase;
    padding: 6px 0 0 40px;
}

td > h4 > a.btn.btn-default.btn-xs.pull-right {
    color: black;
    background: white;
    font-size: 10px;
    padding: 0px 2px 0 3px;
    margin: 0 10px 0 0;
}

h5, .h5 {
    font-size: 12pt;
    color: white;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    padding-left: 40px;
    background: #28367A;
    text-transform: uppercase;
    padding: 6px 0px 6px 40px;
}

.col-sm-9 > .checkbox {
    margin-left: 25px;
}

.payment-content {
    padding: 0 20px 0 20px;
}

.payment-panel {
    padding: 20px;
    margin: 20px 0;
    border-width: 2px;
    border: none;
    background: rgba(128, 128, 128, 0.09);
    text-transform: uppercase;
}

div#page_2 > .component > form.dynamic-target.form-horizontal.clearfix > .row > .col-xs-12 > p {
    background: none;
    padding: 0 30px 0px 30px;
}

.row.hotel.use-for-filter > .col-sm-3.hidden-xs {
    display: none;
}

div[data-hotel*="60930fb1-4fc0-4521-a4e1-ff011ed4acba"] > .col-sm-9 > .panel.panel-default > .panel-body:after {
    content: 'Note: 3 nights stay minimum; full stay prepayment is required.';
    display: block;
    margin-top: 10px;
    color: #505050;
    font-weight: bold;
    border: 1px solid #28367a;
    padding: 10px;
    background: #fbf9f9;
    border-radius: 10px;
    text-align: justify;
    font-size: 12px;
    font-style: italic;
}

.row.hotel.use-for-filter > .col-sm-3.hidden-xs {
    display: block;
    padding-right: 0;
}

.row.hotel.use-for-filter > .col-sm-3.hidden-xs > div {
    border: 1px solid #28367A;
}

.panel-body > p {
    background: none;
}

.panel-heading > h4.inline {
    text-transform: uppercase;
    margin-right: 10px;
}

span.room-row-amount:after {
    content: 'EUR';
    padding-left: 8px;
}

.no-inventory {
    background-color: #540202;
    font-size: 12px;
}

.nights {
    margin-top: 0px;
}

.accommodation-filter > div:nth-child(1) {
    display: none;
}

.accommodation-filter {
    background: transparent;
    padding-bottom: 20px;
    width: 21%;
    margin-top: 15px;
}

@media (max-width: 480px){
.accommodation-filter {
    width: 100%;
}
}

.accordion-toggle {
    background: #28367A;
    width: auto;
    border-radius: 5px;
    color: white;
    padding: 5px;
}

.row.hotel > .col-sm-9 {
    padding-right: 0;
}

.booking-details > div > .row:nth-child(10) {
    display: none;
}

.booking-details > div > .row:nth-child(12) {
    padding-top: 15px!important;
}

.panel-body > p > strong:before {
    content: 'Approximately ';
}
.panel-body > p > strong:after {
    content: ' by car.';
}


