﻿/*
    LESS VARIABLES FILE
*/
/*
    COLOURS
*/
/*
    FONTS AND TEXT
*/
.Font-small {
  font-size: 0.7em;
}
.Font-big {
  font-size: 1.5em;
}
.Font-italic {
  font-style: italic;
}
.Text-centre {
  text-align: center;
}
.Text-left {
  text-align: left;
}
.Text-right {
  text-align: right;
}
.Text-bold {
  font-weight: bold;
}
/*
    SIZES
*/
.Width-full {
  width: 100%;
}
.Width-98-pc {
  width: 98%;
}
.Width-half {
  width: 48%;
}
.Width-one-third {
  width: 33%;
}
.Width-two-thirds {
  width: 66%;
}
/*
    PIXEL SIZES
*/
/*
    PADDINGS AND MARGINS
*/
.Pad-none {
  padding: 0;
}
.Margin-none {
  margin: 0;
}
/*
    LAYOUT (FLOATS, POSITION, DISPLAY ETC)
*/
.Float-right {
  float: right;
}
.Float-left {
  float: left;
}
section.vaccine-banner,
section.country-select,
section.return-date,
section.itinerary {
  padding: 10px;
}
section.vaccine-banner {
  width: 100%;
}
section.country-select {
  width: 48%;
  float: left;
}
section.country-select label {
  color: #00507e;
  font-weight: bold;
  margin: 10px;
}
section.country-select select,
section.return-date select {
  margin: 10px;
  padding: 5px;
  color: white;
  background-color: #0079c2;
  cursor: pointer;
}
section.buttons {
  margin: 5px;
}
section.itinerary {
  width: 48%;
  float: right;
}
section.itinerary ul#itinerary-list li {
  padding: 10px;
  width: 66%;
  margin: 5px;
  color: #00507e;
  background-color: #89cff3;
}
section.itinerary ul#itinerary-list li:nth-of-type(even) {
  padding: 10px;
  width: 66%;
  margin: 5px;
  color: #d4ebfa;
  background-color: #0079c0;
}
section.return-date {
  position: relative;
  width: 100%;
  height: 150px;
}
section.return-date div.overlay,
section.return-date div.content {
  position: absolute;
}
section.return-date div.overlay {
  display: block;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Good browsers */
  opacity: 0.5;
  background-color: white;
  width: 98%;
  height: 150px;
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 1.5em;
  line-height: 3.5em;
}
section.return-date div.overlay:hover {
  color: #00507e;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Good browsers */
  opacity: 0.9;
  cursor: help;
}
section.return-date div.content {
  width: 98%;
}
span.itinerary-item-remove-button {
  float: right;
  margin-top: -20px;
  padding: 10px;
  background-color: #ef5959;
  color: white;
  font-weight: bold;
  z-index: 0;
}
.itinerary-item-remove-button:hover {
  cursor: pointer;
}
section.steps {
  margin-top: 5px;
  margin-bottom: 5px;
}
section.step {
  position: relative;
  background-color: white;
  color: #0078bf;
  width: 48%;
  height: 50px;
  float: left;
  border: 0;
  border-bottom: 1px solid #0078bf;
  margin-right: 5px;
}
section.step span.title,
section.step span.subtitle {
  position: absolute;
  padding: 5px;
  text-align: center;
}
section.step span.title {
  background-color: #0078bf;
  color: white;
  font-weight: bold;
  width: 30px;
  line-height: 2.5em;
}
section.step span.subtitle {
  left: 35px;
}
/*# sourceMappingURL=masta.vaccinechecker.css.map */