@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url('//fonts.googleapis.com/css?family=Montserrat');


body * {
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}
body {
	background-color: transparent;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;
	color: #575556;
}

.top-container-languages {
    display: grid;
    grid-template-columns: auto 57px;
    grid-template-rows: 54px;
    width: 90%;
    place-self: center;
    margin: 5px auto 0px;
    width: calc(90% - 28px);
    width: -webkit-calc(90% - 28px);
    width: -moz-calc(90% - 28px);
  }
  .top-container-languages h1{
    width: 100%;
  }
  
  .top-container-module {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-left: 5%;
    padding-left: 10px;
  }
  .top-container-module .titleHouse {
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: start;
    margin: unset;
  }
  .boldIt, .first {
    font-weight: normal;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
  }
  .boldText {
    font-weight: normal;
  }
div.day-number.activeDate { background: #1d9fd3; }
div.day-number.betweenDate { background: #106dc6; }
div.day-number.endDate { background: #1d9fd3; }

div.day-number.g { background: #FFD000; color: #FFF;}
div.day-number.b { background: #f82424; color: #fff; }
div.day-number.db { background: #f82424; color: #fff; }
div.day-number.be { background: #f82424; color: #fff; }

div.day-number.co {
  background: linear-gradient(to top left, #43a538 50%, #01698c 50%);
}
div.day-number.do {
  background: linear-gradient(to bottom right, #43a538 50%, #01698c 50%);
}
div.day-number.so {
  background: linear-gradient(to top left, #eee 50%, #01698c 50%);
}
div.day-number.eo {
  background: linear-gradient(to bottom right, #eee 50%, #01698c 50%);
}
div.day-number.s {
  background: linear-gradient(to top left, #eee 50%, #f82424 50%);
}
div.day-number.e {
  background: linear-gradient(to bottom right, #eee 50%, #f82424 50%);
}

.legendaContainer {
    display: grid;
    align-items: center;
    margin: 0px 10px;
  }
  .legendaContainer .next {
    margin-left: 10px;
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .legendaContainer .prev {
    margin-right: 10px;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .legendaContainer .next, .legendaContainer .prev,  .legendaContainer .next:before, .legendaContainer .prev:before{
    position: unset;
    text-decoration: none;
  }
  .legendaContainer .next, .legendaContainer .prev {
    width: 100%;
    width: calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: unset;
    top: unset;
  }
  .legendaContainer .legenda {
    width: 100%;
    width: calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    margin: unset;
    float: unset;
    font-weight: normal;
    border: none;
    text-align: left;
  }

  .container_cal {
	width: auto;
	text-align: left;
	padding: 10px 10px;
	position: relative;
	font-size: 13px;
	font-family: "Verdana", "Arial";
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  height: auto;
  row-gap: 3px;
  column-gap: 10px;
  align-items: center;
}
.container_cal .loading {
	position: absolute;
	width: auto;
	height: auto;
	top: 100px;
	left: 36.5%;
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
	line-height: 30px;
}
.container_cal .loading img {
	height: 11px;
}
.container_cal .loading2 {
	position: absolute;
	width: auto;
	height: auto;
	top: 100px;
	left: 36.5%;
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
	line-height: 30px;
	display: none;
}
.container_cal .loading2 img {
	height: 11px;
}

.legendaContainer {
  grid-column: 1/2;
  grid-row: 2/3;
}

table.calendar {
  width: 100%;
  border: unset;
  margin: unset;
}

.calendars {
  display: grid;
	margin: unset;
  width: auto;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 1/2;
  gap: 20px;
}
.cal {
	float: left;
	width: 100%;
  width: calc(100% - 1px);
  width: -webkit-calc(100% - 1px);
  width: -moz-calc(100% - 1px);
	background:  #FFF;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #BBBBB9;
  margin: unset;
  display: grid;
}

  .cal span {
	float: left;
	width: 100%;
	text-align: center;
	color: #555555;
	text-shadow: 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	padding: 10px 0px 6px;
  font-weight: unset;
}
td.calendar-day-head {
  background-color: #fff;
  border-bottom: unset;
  width: calc(100% / 7);
  width: -webkit-calc(100% / 7);
  width: -moz-calc(100% / 7);
}
div.day-number {
  text-shadow: unset;
  font-size: 14px;
  padding: 7px 0px;
  font-weight: unset;
}
div.day-number.b, div.day-number.be {
  background-color: #f82424;
}
div.day-number.a {
  background-color: #43a538;
}
div.day-number.a[data-background="dark-green"] {
  background-color: #43a538;
}
div.day-number.b,  div.day-number.g{
  color: #fff;
}
div.day-number.betweenDate {
  background: #106dc6 !important;
}
div.day-number.endDate, div.day-number.activeDate {
  background: #1d9fd3 !important;
}
td.calendar-day-np {
  line-height: 30px;
  background: #fff;
  padding: unset;
}
td.calendar-day {
  text-underline-offset: 3px;
}
div.day-number.d[data-background="dark-green"] {
  background: linear-gradient(to bottom right, #43a538 50%, #f82424 50%);
  color: #fff;
}
div.day-number.c[data-background="dark-green"], div.day-number.ce[data-background="dark-green"] {
  background: linear-gradient(to top left, #43a538 50%, #f82424 50%);
  color: #fff;
}
div.day-number.d {
  background: linear-gradient(to bottom right, #43a538 50%, #f82424 50%);
  color: #fff;
}
div.day-number.c, div.day-number.ce {
  background: linear-gradient(to top left, #43a538 50%, #f82424 50%);
  color: #fff;
}

.priceCalculation table tbody tr td strong{
  font-weight: normal;
}
table.optionZ, .useBusinessContainer, .priceCalculation, table.optionX {
  padding: 0px 10px;
}
.title-no-margin {
  margin: unset;
  padding-bottom: 10px;
}
table.calendar tr td.calendar-day-head {
  font-weight: normal;
  font-size: 14px;
}
table.calendar tr td.calendar-day-head:first-child, table.calendar tr td:first-child{
  border-left: unset !important;
}
table.calendar tr td.calendar-day-head:last-child, table.calendar tr td:last-child, table.calendar tr td:last-child div{
  border-right: unset !important;
}
table.calendar tr:last-child td {
  border-bottom: unset !important;
}
.prev, .next {
	height: unset;
	width: unset;
	cursor: pointer;
	font-size: 25px;
	background: none;
  position: inherit;
  top: unset;
  align-self: center;
  text-decoration: none;
  display: grid;
  grid-row: 1/2;
  position: absolute;
}

.prev:before, .next:before {
	font-family: FontAwesome;
  position: unset;
  left: unset;
  top: unset;
  right: unset;
}

.prev {
  grid-column: 1/2;
  left: unset;
  justify-self: flex-end;
  left: -28px;
}
.prev:before {
	content: "\f053";
  width: fit-content;
}
.next {
  grid-column: 3/4;
  right: unset;
  justify-self: flex-start;
  right: -18px;
}
.next:before {
	content: "\f054";
  width: fit-content;
}

select.input, .option-select-custom{
    font-size: 14px;
    padding: 10px;
    appearance: unset;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    background: url("../../images/icons/chevron-down-solid.svg") no-repeat center right 4px / 10px;
    background-color: #fff;
  }

  .accoInfoBox {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin: 20px 5% 10px;
    gap: 10px;
    padding: 0px 10px;
    /* width: unset; */
  }
  #image-box-1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  
@media (max-width: 880px) {
    .accoInfoBox {
        display: none;
    }
    #container {
        width: 98% !important;    
        width: calc(98% - 40px) !important;
        width: -webkit-calc(98% - 40px) !important;
        width: -moz-calc(98% - 40px) !important;
    }
    .calendars {
        width: auto;
        grid-template-columns: 1fr !important;
        max-width: 350px;
        grid-column: 2/3;
    }
    .container_cal {     
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr auto 1fr;
        padding: 10px 0px;
    }

   .table .calendar-row td, .calendar tbody tr td{
        display: table-cell !important;
        width: 120px !important;
        clear: unset !important;
    }
    input[type="text"], textarea, input[type="tel"], select.input {
        width: 100%;
        font-size: 16px;
    }
    .prev, .next {
        display: grid;
        position: unset;
    }
    .prev {
        grid-column: 1/2;
        left: unset;
        justify-self: flex-end;
    }
    .next {
        grid-column: 3/4;
        right: unset;
        justify-self: flex-start;
    }
    .legendaContainer {
        grid-column: 1/4;
        grid-row: 2/3;
    }
    #country {
        position: initial !important;
    }
    .top-container-module {
        margin: 0px 0px 0px 10px;
    }
}
@media (max-width: 500px) {
    #container {
        padding: 10px 20px 20px !important;
    }
    .boldIt, .first {
        padding: unset;
    }
    .green {
        width: 90%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    .countryContainer {
        display: grid;
        justify-content: center;
        grid-row: 1/2;
    }
    .top-container-module {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 10px;
        margin: 0px 10px;
    }
    .top-container-module .titleHouse {
        grid-row: 2/3;
        text-align: center;
    }
    #country {
        display: grid;
        grid-template-columns: auto auto;
        width: 100%;
        margin-left: unset !important;
        gap: 5px;
    }
    #country:hover {
        box-shadow: unset;
    }
    #country a {
        visibility: visible;
        height: auto;
        padding: unset;
    }
    #country a:hover {
        background: unset;
    }
    #country a img, .containerOtherLanguages a img{
        border-radius: unset;
        height: 20px;
        width: 30px;
    }
    .containerOtherLanguages {
        display: flex !important;
        position: relative !important;
        flex-direction: unset;
        gap: 5px;
    }
}