@font-face {
  font-family: raleway;
  src: url(../fonts/Raleway-Regular.ttf);
}

@page {
  margin-top: 0;
  margin-bottom: 0;
}

/* Styles to print */
@media print
{

    .itinerary-div, .div-hotel, .div-service{
        border: 1px solid black;
    }

    #print-button {
      display: none;
    }

    .header-element {
      font-size: 16px;
    }

    .hotels-title, .itinerary-main-title  {
      display: none !important;
    }

    .div-services::before {
      background-image: none !important;
    }

    .div-service {
      margin-top: 20mm;
    }
}

body, input, textarea {
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: raleway;
}

a {
  text-decoration: none;
  color: black;
}

h2 {
  color: #002556;
}
/* Reservation header */
.reservation-header {
  padding: 0.5%;
  -webkit-print-color-adjust: exact;
  font-size: 1.5rem;
}

.header-icon, .header-element {
  display: inline-block;
  vertical-align: top;
}

.header-element {
  float: right;
  line-height: 80px;
  width: 22%;
  margin-right: 10%;
  white-space: nowrap;
}

.header-icon {
  margin-left: 10%;
}

#print-button {
  position: absolute;
  padding: 1%;
  right: 10%;
  top: 30px;
  cursor: pointer;
  -webkit-print-color-adjust: exact;
}

/* Reservation body */
.div-main, .div-services {
  overflow: hidden;
  width: 100%;
  -webkit-print-color-adjust: exact;
}

.div-notfound {
  width: 60%;
  margin-left: 20%;
  padding: 1%;
  text-align: center;
  color: red;
}

.div-services {
  position: relative;
  min-height: 100%;
}

.div-services::before {
  background-image: url('/assets/images/towerbridge.jpg');
  content: "";
  display: block;
  position: absolute;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.4;
}

.form-image {
  vertical-align: top;
  width: 100%;
}

.div-form {
  position: absolute;
  width: 50%;
  background-color: #FFFFFF;
  margin-left: 25%;
  margin-top: 100px;
  0 0 15px 1px rgba(0,0,0,.2);
}

.form-image {
  height: 100%;
  overflow: hidden;
  background-image: url('https://www.eurowelcome.co.uk/assets/images/slider/ig1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-form {
  overflow: hidden;
}

.form-element {
  margin-left: 15%;
  width: 70%;
  font-size: 1.5rem;
  margin-top: 13%;
}

.form-element > input {
  float: right;
  font-size: 1.5rem;
  color: #002556;
  border: 1px solid #002556;
  box-shadow: 0 0 15px 1px rgba(0,0,0,.2);
}

.form-button {
  width: 30%;
  margin-left: 35%;
  padding: 3%;
  margin-top: 10%;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #002556;
  color: white;
  box-shadow: 0 0 15px 1px rgba(0,0,0,.2);
  font-family: raleway;
}

/* Servicios */
.div-service {
  background-color: white;
  width: 80%;
  margin-left: 10%;
  padding: 1%;
  margin-bottom: 50px;
  box-shadow: 2.5px 2.5px 1.25px #00004d;
  border-radius: 4px;
}

.div-services > h2, .div-services > div > h2 {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}

.div-services > div > img, .div-service > div > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  width: 38px;
  margin-left: 1%;
}

.service-details {
  margin-left: 5%;
}

.service-detail-text {
  margin-left: 1.5%;
  font-size: 1.17em;
}

.div-service > h2, .div-service > div > h2 {
  display: inline-block;
}

.div-service > h3, .div-service > div > h3 {
  display: inline-block;
  font-weight: 300;
  margin-left: 3%;
}

#services-header {
  display: block;
  text-align: center;
}

.hotels-title, .itinerary-main-title, .hotels-title-yet, .itinerary-main-title-yet {
  position: relative;
  display: inline-block;
  margin-left: 10%;
  margin-bottom: 30px;
  width: 20%;
  padding: 1%;
  font-weight: 600;
}

.hotels-title, .itinerary-main-title {
  cursor: pointer;
  background-color: rgb(255, 255, 255, 0.8);
  border: 1px solid black;
  border-radius: 4px;
  box-shadow: 2.5px 2.5px 1.25px #00004d;
}

.main-hotels{
  width: 100%;
  display: none;
}

.div-hotel {
  display: inline-block;
  background-color: #002556;
  vertical-align: top;
  color: white;
  width: 25%;
  padding: 1%;
  margin-left: 4%;
  margin-bottom: 4%;
  box-shadow: 2.5px 2.5px 1.25px #878787;
  -webkit-print-color-adjust: exact;
}

.div-hotel > div > img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-right: 1rem;
}

.hotel-day {
  margin-bottom: 2%;
  font-weight: 700;
}

.hotel-element {
  display: inline-block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 3%;
}

.hotel-address {
  cursor: pointer;
}

.itinerary-title, .itinerary-desc {
  margin-left: 5%;
  margin-right: 5%;
}

.itinerary-title > h3 {
  display: inline-block;
}

.itinerary-title > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  width: 38px;
  margin-left: 1%;
}

.itinerary-div {
  display: none;
  width: 80%;
  background-color: white;
  padding: 0.5%;
  margin-left: 10%;
  margin-bottom: 2%;
  border: 1px solid black;
  box-shadow: 2.5px 2.5px 1.25px #002556;
}

#hotels-print, #itinerary-print {
  float: right;
  font-size: 0.8rem;
  width: 30px;
  padding: 2%;
}

.note-div, .notes-div-voucher {
  padding: 1%;
  width: 80%;
  margin-left: 10%;
  background-color: rgb(255, 255, 255, 0.8);
  border: 1px solid black;
  border-radius: 4px;
  box-shadow: 2.5px 2.5px 1.25px #00004d;
}

.notes-div-voucher {
  margin-top: 10px;
}

.note-div-voucher {
  padding: 0.3%;
}

.note-div {
  margin-top: 30px;
}

#map-container {
  display: none;
  position: absolute;
  height: 80vh;
  margin-top: 10vh;
  width: 100%;
  overflow: hidden;
}

#map {
  width: 100%;
  margin-top: 10vh;
}


@media only screen and (max-width: 1500px) { 
  .div-form {
    width: 90%;
    margin-left:5%;
  }
}
