
/* kuoni EUR.css 21.12.2016 */


@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 50px 20px 50px;
}

/* 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{
    padding: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #334A97;
    padding: 6px 43px;
    margin-bottom: 25px;
    width: 1100px;
    margin-left: -50px;
}

/*Hotel table style*/
h4.inline {
	color: #FFFFFF;
}
.panel-default>.panel-heading {
    background-color: #334A97;
    background-image: none;
    padding: 9px 0px 3px 11px;
}

.room-row-header{
	color: #FFFFFF;
}
.label-primary{
	background-color:#6A6A6A;
}
.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 MODIFICATION */

.panel-body > p {
    text-align: justify;
}

.hotel-photos {
	border: 3px solid white;
	border-radius: 3px;
}

.row .btn-default {
    margin-bottom: 35px;
}

#check-in-out .row.form-group.valid .col-sm-3 {
    text-align: right;
}

#check-in-out .row.form-group.has-feedback .col-sm-3 {
    text-align: right;
}

.col-sm-3.accommodation-filter {
}

.bottomlogo {
    background: none;
}

.brand-header {
    max-width: initial!important;
    width: 1100px;
    margin: 0;
}

.brand-header.brand-header-bg.header-image {
    margin: -20px 0 0 -50px;
    border-top: 1px solid gray;
    border-bottom: 2px solid gray;
}

img.img-responsive.center-block {
    width: 1100px;
}

.row.hotel {
    margin-top: 0px;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 15px 0 5px 0;
    background: rgba(51, 74, 151, 0.27);
    width: 882px;
}

.panel-default {
    border-color: #ddd;
    padding: 3px;
	margin-left: 8px;
}


.well.well-sm.booking-details {
    background: none;
    border-top: 15px solid #C0C0C0;
    border-bottom: 15px solid #C0C0C0;
    margin: 0px 0 0 -50px;
    width: 1100px;
}

.nav.pull-right {
    margin-top: -3px;
}

.text-left > p {
    background: none;
    font-size: 16px;
    color: #000000;
}

div#booked_container_fluid > .row.form-group.has-feedback {
    margin: 0 0 0 -10px;
}

.panel-body {
    padding: 0;
}

.row.room-type.use-for-filter {
    font-size: 14px;
}

.panel-body > p {
    font-size: 14px;
    background: none;
}

.row > .col-xs-12 > p {
    background: none;
}

.col-xs-3.col-xs-offset-1.text-right {
    text-align: left;
}

h5, .h5 {
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #334A97;
    padding: 6px 43px;
    margin-bottom: 25px;
    width: 1100px;
    margin-left: -50px;
    font-size: 18px;
}

.room-row-amount {
    display: block;
    margin-left: auto;
    padding-right: 0px;
}

button.btn.btn-default.pull-right.inv-aware {
    margin-left: 10px;
}

span.currency-code {
    font-size: 10px;
}

.panel-default>.panel-heading {
    background-color: #334A97;
    background-image: none;
    padding: 9px 0px 3px 11px;
}

span.room-row-header.pull-right.nights {
    margin: 1px 13px 0px 0px;
    font-size: 13px;
}

.panel-heading > h4 {
    font-size: 15px;
}

.star-rating {
    display: inline-block;
    margin-left: 5px;
}

a.hotel-action-link {
    margin: 0px 0px 0px 11px;
    color: red;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0 9px 0;
}

.glyphicon {
    min-width: 1em;
    color: white;
}

span.username-text {
    margin-left: 10px;
    color: white;
}

nav.navbar.navbar-inverse.navbar-inside-page.center-block {
    background: #334A97;
    width: 1100px;
    margin: 25px 0 0 -50px;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.btn {
    border: 1px solid #334A97;
}

.col-xs-5 > .glyphicon {
    color: darkred;
}

.qtip {
    min-width: 650px;
    background: #334A97;
    color: white;
}

.hotel-action-link > .glyphicon {
    color: red;
}

.hotel-photos .img-responsive {
    margin: auto;
    min-height: 100%;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    max-height: 190px;
    max-width: none;
}

.hotel-photos {
    width: 220px;
    height: 200px;
    border: 4px solid white;
    border-radius: 0px;
    margin: 1px 0px 7px -4px;
    overflow: hidden;
    position: relative;
}

span.room-row-amount:before {
    content: 'Total amount in GBP:';
    font-size: 11px;
    padding: 0 26px 0 0px;
    font-style: italic;
    color: rgba(128, 128, 128, 0.74);
}

.col-sm-3.accommodation-filter {
    text-align: center;
    width: 18%;
    border: none;
    padding: 10px;
    margin: 0px 12px 10px -36px;
    background: #334A97;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
}

.accordion-toggle.text-primary.margin-top-10 {
    color: white;
    margin: 18px 0 6px 0;
	font-size: 11px;
}

#price-filter-items .list-group-item {
    text-align: left;
    color: darkred;
    font-size: 12px;
    padding: 4px 5px 6px 9px !IMPORTANT;
}

#star-filter-items .list-group-item {
    text-align: left;
    color: darkred;
    font-size: 12px;
    padding: 4px 5px 6px 9px !IMPORTANT;
}

#distance-filter-items .list-group-item {
    text-align: left;
    color: darkred;
    font-size: 12px;
    padding: 4px 5px 6px 9px !IMPORTANT;
}

.list-group-item span.glyphicon.glyphicon-star.hotel-star {
    color: orange;
}

label.glyphicon.glyphicon-info-sign.text-info {
    color: red;
}

.qtip-content > dd {
    background: none;
}

.qtip-bootstrap {
    color: white;
    background-color: #334A97;
}	

.row.checkbox.form-group.has-feedback > .col-xs-3.col-xs-offset-1.text-right {
    text-align: right;
}
	
.btn {
    background: white;
}

tr.summary-heading > td > h4 {
    width: 1000px;
}

tbody > tr > td > h5 {
    width: 450px;
    margin-left: -7px;
    margin-top: -7px;
    margin-right: -10px;
    padding-left: 10px;
    font-size: 14px;
}

td > .pull-left > table {
    background: #EAEAEA;
    width: 450px !important;
}

.summary-table > tbody > tr > td {
    max-width: 500px !important;
}

.summary-table > tbody > tr > th {
    width: 320px !important;
}

td > .glyphicon.glyphicon-ok {
    color: #1ACC1A;
}

.input-group-addon > .glyphicon.glyphicon-calendar {
    color: black;
    background: none;
}

.input-group-addon {
    background: none;
}

.input-group-btn.valign-top > .margin-bottom-10.btn.btn-primary.btn-file > i.glyphicon.glyphicon-folder-open {
    color: black !important;
}

.input-group-btn.valign-top > .margin-bottom-10.btn.btn-primary.btn-file {
    color: black;
}

.input-group-btn.valign-top > .btn.btn-default.fileinput-remove.fileinput-remove-button > i.glyphicon.glyphicon-ban-circle {
    color: black;
}

.form-control.file-caption.kv-fileinput-caption {
    height: 32px;
}

.input-group-btn.valign-top > .btn.btn-default.fileinput-remove.fileinput-remove-button {
    margin-bottom: 10px;
}

.row.form-group.has-feedback.cstField {
    padding-top: 10px;
    color: darkred;
}

#f604700f-f5f6-4e8c-9f7b-8eb7aa7cc4dd > .dynamic-target.form-horizontal.clearfix > .row.form-group.has-feedback {
    margin-top: 15px !important;
}

#f604700f-f5f6-4e8c-9f7b-8eb7aa7cc4dd > .dynamic-target.form-horizontal.clearfix > .row.form-group.has-feedback > .col-sm-3 {
    margin-right: -15px;
}

div#exc {
    display: flex;
    margin-bottom: 40px;
}

div#extext {
    display: block;
    text-align: justify;
    padding-right: 20px;
    width: 50%;
}

div#expic {
    width: 50%;
}

div#expic > img {
    width: 100%;
    height: auto;
	border: 2px solid gray;
}

.row.form-group {
    margin-left: 0px;
}

.row.form-group.has-feedback > .col-xs-3.text-right {
    text-align: left;
    margin-top: 7px;
    font-size: 15px;
    font-weight: bold;
}

.col-xs-6 {
    width: 25%;
}

.col-xs-6 > div {
    width: 100%;
}