@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/* Properties used to obtain the sticky footer. The html and body elements cannot have any padding or margin. Taken from http://getbootstrap.com/examples/sticky-footer/ */

html,
body {
/*  background: url(../../img/bg-host.jpg) repeat;*/
/*  background-color: #fff;*/
  font-family: 'Open Sans', sans-serif;
  height: 100%;
}

/* Sticky Footer */

/* the element with id #main-wrapper is doing the role of the div#wrap in the sticky-footer example; we are using the same css properties of bootstrap's container class */

#main-wrapper {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -100px;
  /* Pad bottom by footer height */
  padding: 0 0 100px;


  /* copy css from bootstrap's .container */  
/*
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;  
*/  
}
#footer-inner-wrapper {
  margin: 0 auto 0;
}

/* custom properties to make it look like the old version */
#main-wrapper {
  background-color: #f5f5f5;
  margin-top: 20px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}

#main-wrapper:before,
#main-wrapper:after {
  display: table;
  content: " ";
}



/* OVERRIDE AND EXTEND BOOTSTRAP CLASSES */

.help-block {
  display: block;
  margin-top: 1px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 80%;
}

/* an extension to .input-sm classes (Height sizing for inputs - http://getbootstrap.com/css/#forms-control-sizes )*/

.input-xs {
  height: 28px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-xs {
  height: 28px;
  line-height: 28px;
}

textarea.input-xs {
  height: auto;
}

/* remove the display property - this will allow to center the image in the container div (why???) */
.img-responsive-2 {
/*  display: block;*/
  height: auto;
  max-width: 100%;
}

.btn-lg {
  font-size: 22px;
  padding: 6px 16px;
}

.alert {
  margin-bottom: 0;
}

.btn-xxs {
  font-size: 11px;
  line-height: 1.4;
  border-radius: 2px;
  padding: 0px 8px 2px 8px;
  white-space: normal;
}

/* change the icon of the cursor for disabled elements*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: text;
  background-color: #eeeeee;
}

.label {
  border-radius: 0;
}



.carousel-indicators {
    bottom: 1px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 2px;
  border: 2px solid #ffffff;
  border-radius: 20px;
}

.carousel-indicators .active {
  width: 22px;
  height: 22px;
}

/* change the anchor links to be a little darker blue*/
a {
  color: #2a5296;
  text-decoration: none;
}

/*
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}


// change alert-warning to look like alert-sucess
.alert-warning {
  color: #292929;
  background-color: white;
  border-color: #5c5c5c;
}


.alert-info {
  color: #292929;
  background-color: white;
  border-color: #5c5c5c;
}
*/

.view-container {
  padding-top: 20px !important;
}


/* to be displayed in smarthphones ONLY (and not on larger screens) */
@media (max-width: 767px) {

    #main-wrapper {

      /* Negative indent footer by its height */
      margin: 0 10px -100px;
      /* Pad bottom by footer height */
      padding: 0 0 100px;
    }

    #footer-inner-wrapper {

      /* Pad bottom by footer height */
      padding: 0;
    }

    .container {
      padding-right: 9px;
      padding-left: 9px;
      margin-right: auto;
      margin-left: auto;
    }

    .overview-corners {
        border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
    }

/* small adjustment in the column size, to be used in the date range (but only for xs sizes) */
/* NOTE: to make this affect the xs grids and not the other grids, I had to actually place it in this media section */
    .col-xs-4-alt {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xs-4-alt {  
        float: left;
    }

    .col-xs-4-alt {    
        width: 36%;
    }

}


/* to be displayed in tablets and larger screens ONLY (and not on smarthphones) */
@media (min-width: 768px) {

    #main-wrapper, 
    #footer-inner-wrapper {
        max-width: 750px;
    }

    .container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .modal-dialog {
        width: 720px;
        margin: 30px auto;
    }
/*
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 1000px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
*/

    .arrow-box {
        position: relative;
        background: #fff;
    }

    .arrow-box:after, .arrow-box:before {
        left: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow-box:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        border-width: 10px;
        top: 28%;
        margin-top: -10px;
    }

    .arrow-box:before {
        border-color: rgba(204, 204, 204, 0);
        border-left-color: #ccc;
        border-width: 11px;
        top: 28%;
        margin-top: -11px;
    }

    .overview-corners {
        border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        -webkit-border-radius: 6px 0 0 6px;
    }


/* small adjustment in the column size, to be used in the date range (but only for xs sizes) */
/* NOTE: to make this affect the xs grids and not the other grids, I had to actually place it in this media section */
    .col-sm-4-alt {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-4-alt {  
        float: left;
    }

    .col-sm-4-alt {    
        width: 34.1%;
    }
}


@media (min-width: 992px) {

    .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }

    #main-wrapper,
    #footer-inner-wrapper {
        max-width: 970px;
    }

}


@media (min-width: 1200px) {
/*
  .col-lg-2-alt {
    width: 18.0%;
  }  

  .col-lg-6-alt  {
    width: 48.0%;
  }
*/  
    .modal-dialog {
        width: 1000px;
        margin: 30px auto;
    }

    .col-lg-2-alt {
        width: 24.0%;
    }  

    .col-lg-6-alt  {
        width: 42.0%;
    }

    #main-wrapper,
    #footer-inner-wrapper {
        max-width: 1170px;
    }

}




/* the table-responsive class makes a table scrollable in the horizontal; but by default it only applies to screens <=767 */

@media (max-width: 2000px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}  


/* these seems to be a better way - just add it next to img-responsive*/
.margin-horz-auto {
  margin: 0 auto;
}




/* LOGOS */

.loading-view-logo {
/*  padding: 20px 0px;*/
  display: block;
  margin: auto;
}

.logo {
  padding: 20px 0px;
  display: block;
  margin: auto;
}


.label-units-container {
  padding-top: 5px;
}

.label-units-container label {
  font-size: 110%;
}


/*
.label-units-container,
.label-rooms-container {
  padding-top: 5px;
}
.label-units-container,
.label-rooms-container label {
  font-size: 110%;
}

.label-rooms-container {
  padding-top: 5px;
}
.label-rooms-container label {
  font-size: 110%;
}
*/

/*.label-unit-description-container{*/
.label-room-N {
  font-size: 105%;
  font-weight: 600;
}




/* FOOTER */

.modal-footer {
  position: relative;
  z-index: 9999 !important;
}

#footer-wrapper {
  height: 100px;
  background: rgb(0, 130, 214);  /* fallback for IE8 */
  background: rgba(0, 130, 214, 0.98); 
  margin-top: 10px;
}

#footer-region {
  color: white;
}


.footer-socialicon {
  margin-right: 10px;
  opacity: 0.8;
}
.footer-socialicon:hover {
  opacity: 1.0;
}

.footer-email {
  color: inherit;
}

.footer-email > a {
  color: inherit;
}

.footer-phone-number {
  color: inherit;
}

.footer-phone-number > a {
  color: inherit;
}

.footer-hhs-copyright {
  color: inherit;
  font-size: 85%;
}

.footer-hhs-copyright a {
  color: inherit;
}

.footer-ivamessage {
  color: inherit;
}


/* PAYMENT STEP */

/* separator of the personal form */
hr.payment-step {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #ffffff;
}




/* SUMMARY PANEL */

.overlay {
  background-image: url(../img/texture_overlay.png) 
}

.summary-panel-baselayout {
  padding: 5px 10px 15px 10px;
}

.summary-panel-row {
  padding: 0px 5px;
}

/* an alternate hr element, a little more dark*/
hr.hr-summary-panel {
  margin: 2px 0px 12px 0px;
  border: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #e0e0e0;
}

.summary-panel-total {
  font-size: 133%;
  font-weight: 600;
}

.summary-panel-offertitle {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 12px;
  line-height:100%
}

.summary-panel-price {
  font-weight: 600;
}



.summary-panel-background {
  background-image: -webkit-linear-gradient(bottom, #fff, #f0f0f0);
  background-image: -moz-linear-gradient(bottom, #fff, #f0f0f0);
  background-image: -o-linear-gradient(bottom, #fff, #f0f0f0);
  background-image: -ms-linear-gradient(bottom, #fff, #f0f0f0);
  background-image: linear-gradient(to top, #fff, #f0f0f0);

  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
}


/* PROMOTION */

.promotion-container {
/*  color: #fff;   */
  padding: 20px 15px 25px 15px;
}




/* DATEPICKER PLUGIN */

/* "today" button */
.datepicker tfoot tr:first-child th {
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: #357ebd;
    border-color: black;
    letter-spacing: 1px;
}

.datepicker tfoot tr:first-child th:hover {
    background-color: #2f71aa;  
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
/*  color: #999999;*/
    color: #adadad;  
    cursor: not-allowed;
}




/* ANIMATIONS */

body { 
    /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
    -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 0.45s;
     -moz-animation-duration: 0.45s;
       -o-animation-duration: 0.45s;
          animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}


@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }

  20% { -webkit-transform: rotate(-0.7deg); }
  40% { -webkit-transform: rotate(0.6deg); }
  60% { -webkit-transform: rotate(-0.6deg); }
  80% { -webkit-transform: rotate(0.5deg); }
  100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {

  20% { -moz-transform: rotate(-0.7deg); }
  40% { -moz-transform: rotate(0.6deg); }
  60% { -moz-transform: rotate(-0.6deg); }
  80% { -moz-transform: rotate(0.5deg); }
  100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {

  20% { -o-transform: rotate(-0.7deg); }
  40% { -o-transform: rotate(0.6deg); }
  60% { -o-transform: rotate(-0.6deg); }
  80% { -o-transform: rotate(0.5deg); }
  100% { -o-transform: rotate(0deg); }
}

@keyframes swing {

  20% { transform: rotate(-0.7deg); }
  40% { transform: rotate(0.6deg); }
  60% { transform: rotate(-0.6deg); }
  80% { transform: rotate(0.5deg); }
  100% { transform: rotate(0deg); }
}

.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}




/* DEBUG CLASSES */

.debug {
    border: solid;
    border-width: 1px;
}

.border-red {
    border-color: red;
}

.border-blue {
    border-color: blue;
}

.border-green {
    border-color: green;
}

.border-orange {
    border-color: orange;
}

.border-white {
    border-color: white;
}






/* HEADER */

#header-region {
    margin-top: 15px;  
}

.hotel-name {
  font-size: 140%;
  font-weight: 700;
  color: #5b5b5b;
}

.flag-collection {
    float: right;
}

.flag-deselected {
    opacity: 0.4;
}

.flag-margin {
  margin-left: 5px;
}

.top-links {
  text-align: right;
}

.top-links > a {
  color: white; 
}

/* we are using the input-sm class on the select element for the currencies; we have to use this on the elements next to it to make the height equal */
.input-sm-neighbour {
  height: 30px;
  padding: 3px 0px;
}














.label-info {
  background-color: #4095b2;
}




.offer-img-container {
  text-align: center;
/*  padding: 8px;*/
}

.Offers-List-OfferLV {
  margin-bottom: 10px;
}


.restrictions-apply {
  font-size: 115%;
  font-weight: 500;
}

.restrictions-list {
  padding-left: 25px;
}







.mybtn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.block {
  background-color: #0082d6;
/*  box-shadow: 1px 1px 0px #bfbfbf;*/
  border: 1px solid #b2b2b2;

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}












.overview {
  min-height: 165px;
  background: #fff;
  border-right: 1px solid #777777;
}


.offer {
  background-color: #c2c2c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(99, 99, 99)));
  background-image: -webkit-linear-gradient(top, rgb(194, 194, 194), rgb(99, 99, 99));
  background-image: -moz-linear-gradient(top, rgb(194, 194, 194), rgb(99, 99, 99));
  background-image: -o-linear-gradient(top, rgb(194, 194, 194), rgb(99, 99, 99));
  background-image: -ms-linear-gradient(top, rgb(194, 194, 194), rgb(99, 99, 99));
  background-image: linear-gradient(top, rgb(194, 194, 194), rgb(99, 99, 99));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c2c2c2', EndColorStr='#636363');

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  margin-bottom: 20px;

  border-bottom: 1px solid #9b9b9b;
  border-top: 1px solid #9b9b9b;
  border-right: 0px solid #9b9b9b;  
  border-left: 2px solid #9b9b9b;
}


.contacts-no-offers > li {
  margin-bottom: 4px;
}

.price2 {
  text-align: center;
  color:#333333; 
  padding-top: 15px;
}

.price2 small {
  color: white; 
  font-size: 92%;
}

.price-value {
  font-weight: 700;
  text-shadow: 0px 1px 0 #ccc;
  font-size: 115%;
}

.before-from-price {
  color: #b20000;
  text-decoration: line-through;
}

.offer-mouseover {
  background-image: -webkit-linear-gradient(bottom, #2A9CC4, #71E1FF);
  background-image: -moz-linear-gradient(bottom, #2A9CC4, #71E1FF);
  background-image: -o-linear-gradient(bottom, #2A9CC4, #71E1FF);
  background-image: -ms-linear-gradient(bottom, #2A9CC4, #71E1FF);
  background-image: linear-gradient(to top, #2A9CC4, #71E1FF);

/*  border: 1px solid #cccccc;*/
  
  -webkit-box-shadow: 0px 0px  5px 0px #D8D8D8;
  -moz-box-shadow:    0px 0px  5px 0px #D8D8D8;
  box-shadow:         0px 0px  5px 0px #D8D8D8;
}

.offer-selected {
  background-image: -webkit-linear-gradient(bottom, #2A9CC4, #71E1FF);
  background-image: -moz-linear-gradient(bottom, #2A9CC4, #71E1FF);
  background-image: -o-linear-gradient(bottom, #2A9CC4, #71E1FF);
  background-image: -ms-linear-gradient(bottom, #2A9CC4, #71E1FF);
  background-image: linear-gradient(to top, #2A9CC4, #71E1FF);

  border: 2px solid #cccccc;
/*  border: 2px solid #2b9cc4;*/
  
  -webkit-box-shadow: 0px 0px  13px 0px #D8D8D8;
  -moz-box-shadow:    0px 0px  13px 0px #D8D8D8;
  box-shadow:         0px 0px  13px 0px #D8D8D8;
}

.no-rooms-left {

  color: #f75f3e;
  font-size: 90%;


/**/
/*  text-shadow: -1px 1px 0 #ccc;*/
}

/* DATES RANGE, EXTRAS TITLE, PERSONAL TITLE, CONFIRMATION TITLE*/

.dates-range-color {
  color: white;
}


.no-units-region {
  margin-top: 15px;
  margin-bottom: 25px;
}

.glyphicon-margin-right {
  margin-right: 6px;
}

.paypal-info-2 {
  font-size: 85%;
}

.alert-success-original {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success-original hr {
  border-top-color: #c9e2b3;
}

.alert-success-original .alert-link {
  color: #2b542c;
}

.disabled-option {
  text-decoration: line-through;
}