@import url("navbar.css");
@import url("helpButton.css");
@import url("libraries/tooltip.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
label {
  cursor: pointer;
}

[type=radio], [type=checkbox] {
  width: 0px;
  margin: 0px;
  clip: rect(0 0 0 0);
  position: absolute;
}
[type=radio] ~ span:before, [type=checkbox] ~ span:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  vertical-align: -0.25em;
  border-radius: 50%;
  background: #D7DADB;
  border: 0.125em solid #D7DADB;
  box-shadow: 0 0 0 0.1em #D7DADB;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

/* Change the background colour when it's clicked */
[type=radio]:checked ~ span:before {
  background: #0d7e84;
}

/* Gives spacing between the horizontally listed radioboxes - but excludes the last one */
label > span {
  margin-right: 90px !important;
}

label:last-child > span, label:only-of-type > span {
  margin-right: 0px !important;
}

fieldset {
  border: none;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 0;
  padding-left: 10px;
}

[type=checkbox] ~ span:before {
  border-radius: 0;
  margin: 0 0 3px 3px;
}

[type=checkbox]:checked ~ span:after {
  display: inline-block;
  content: "";
  position: relative;
  width: 6px;
  height: 10px;
  border: solid #0d7e84;
  border-width: 0 3px 3px 0;
  border-radius: 3px;
  transform: rotate(45deg) translate(-95%, 55%);
}

/*Everything with the #carousel id refers to the page identifiers during sign-up*/
#carousel {
  max-width: 176px;
  width: 100%;
  /*padding-top: 30px;*/
  margin-left: 3px;
  height: 14px;
  z-index: 999;
}

#carousel a {
  display: inline-block;
  width: 4px;
  height: 4px;
  text-indent: -999em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 1px 1px #707173;
  margin-right: 10px;
}

#carousel a {
  background: #133d59;
}

#carousel a.activeSlide {
  background: #fff;
}

/*Styling for the modal popups used on some pages*/
.no-close > .ui-dialog-titlebar {
  display: none;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog button, .ui-widget button {
  font-family: Source Sans Pro, Arial, sans-serif, monospace;
}

.ui-widget {
  font-family: Source Sans Pro, Arial, sans-serif, monospace;
}

input[type=submit] {
  min-width: 90px;
  min-height: 35px;
  font-size: 18px;
  color: white;
  background-color: #0d7e84;
  cursor: pointer;
  border: 0px;
  font-family: Source Sans Pro, Arial, sans-serif, monospace;
}

.ui-dialog {
  max-width: calc(100% - 40px) !important;
  z-index: 1000 !important;
  padding-bottom: 11px;
  padding-top: 6px;
}

.ui-dialog .ui-dialog-buttonset > button {
  margin: 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: white;
  border: 0;
  border-radius: 0;
}

.ui-dialog .ui-dialog-buttonpane {
  border: none;
  margin: 0 0 8px 0;
  padding: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  text-align: center;
  float: none;
}

.ui-widget-content > p {
  color: #2b2926;
  font-size: 16px;
}

.ui-dialog #remove_site_warning.ui-dialog-content.ui-widget-content {
  width: 100%;
  height: 100%;
  font-weight: normal;
  overflow: hidden;
  height: unset !important;
}

.loginDetailsWarning {
  display: none;
}

.loginDetailsWarning > p:first-of-type {
  font-weight: bold;
  color: #bb0738;
}

.loginDetailsWarning > p {
  text-align: center;
}

input, select, option {
  border: 0px;
  background-color: #e6e6e6;
  color: #2b2926;
}

/*mobile safari prevent default behaviour, increase readability*/
input:disabled, select:disabled, option:disabled, textarea:disabled {
  -webkit-text-fill-color: #2b2926;
  opacity: 1;
}

input[type=submit] {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: white;
  background-color: #0d7e84;
  cursor: pointer;
  border: 0px;
}

select:disabled {
  opacity: 1;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #e6e6e6 inset;
  -webkit-text-fill-color: #2b2926;
}

html, body {
  font-size: Source Sans Pro, Arial, sans-serif, monospace;
  font-weight: lighter;
  color: #2b2926;
}

a:-webkit-any-link, a:-webkit-any-link:active {
  color: #2b2926;
}
a:-webkit-any-link:hover, a:-webkit-any-link:active:hover {
  color: #0d7e84;
}

* {
  font-family: Source Sans Pro, Arial, sans-serif, monospace;
}

.asterisk {
  color: #0d7e84;
}

p {
  font-size: 16px;
}

.boldText {
  font-weight: bold;
}

.small {
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
}

h1, th {
  font-size: 24px;
  font-weight: normal;
  margin-top: 0px;
  /*Without this, a default margin is imposed by the user style sheet. The margin pushes then entire body and html tag 10px down from the top of the page*/
  padding-top: 10px;
  /*Used to replace the margin*/
}

.ui-datepicker th {
  font-size: 20px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

/*@author: Cal. This is used to display the required field key.*/
h4 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

textarea {
  border: 0px;
}

#backButton {
  background-color: #e6e6e6;
}

textarea {
  border: 0;
  background-color: #D7DADB;
  color: #2b2926;
  resize: none;
  font-family: Source Sans Pro, Arial, sans-serif, monospace;
}

.clickable {
  cursor: pointer;
}

/*To make datepickers appear on top of other elements*/
ui-datepicker-div {
  z-index: 1000;
}

.hidden {
  display: none;
}

.ui-dialog .ui-dialog-buttonset > button.alwaysVisible {
  display: block;
  margin: 0 auto;
}

.modal button:focus {
  opacity: 1;
  outline: none;
}

.tickBoxContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tickBoxLabel {
  position: relative;
}

.tickBoxText {
  position: absolute;
  margin-left: 30px;
}

/*# sourceMappingURL=main_style.css.map */
