:root {
  --font-color: #444;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
  color: var(--font-color);
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
}

h1 {
  margin: 6px -23px 7px 0;
  font-size: 34px;
  font-weight: normal;
  font-family: "Lato", sans-serif;
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 110%;
  font-weight: bold;
  padding: 3px 6px;
  background-color: #a6cfd3;
}

p {
  font-size: 80%;
  margin: 14px 0px;
  line-height: 1.4em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

a:link {
  color: blue; /* Sets unvisited links to blue */
  text-decoration: underline; /* Adds underline on hover */
}

a:visited {
  color: purple; /* Sets visited links to purple */
}

a:hover {
  color: red; /* Changes link color to green on hover */
}

header {
  display: block;
}

.container {
  width: 950px;
  margin: 0 auto;
  padding: 0 23px;
}

#header {
  display: block;
  margin: 15px 0px 0px 0px;
}

#header #logo {
  width: 83px;
  height: 83px;
  margin: 0 0 0 25px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url("/assets/logo-68d9366a.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.spacer {
  height: 45px;
}

.clear {
  clear: both;
}

#new-login-form h1 {
  font-weight: normal;
  font-family: "Lato", sans-serif;
  background-color: #17749d;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #17749d),
    color-stop(100%, #095272)
  );
  background-image: -webkit-linear-gradient(#17749d, #095272);
  background-image: linear-gradient(#17749d, #095272);
  color: white;
  padding: 5px 11px;
  font-size: 1.75em;
  border-radius: 7px 7px 7px 7px;
  margin: 20px 0px 25px 0;
}

#content,
#content-scheme-pays {
  margin-bottom: 40px;
  max-width: 715px;
  border-top: 1px solid white;
}

#content.no-top,
#content-scheme-pays.no-top {
  max-width: 950px;
}

.ruler {
  background-color: #e5f3fa;
  height: 1px;
  border-bottom: 2px solid #7dc3e5;
  margin: 10px 0;
}

.field {
  min-height: 40px;
  margin-left: 18px;
  margin-top: 20px;
}

.field label {
  width: 390px;
  padding-top: 4px;
  float: left;
  font-size: 80%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.field input,
.field select,
.field .right-value {
  background-color: #cbe7f5;
  border: none;
  height: 32px;
  text-align: center;
  float: left;
  min-width: 140px;
  color: var(--font-color);
}

input,
select {
  font-size: 90%;
  font-family: Arial, Helvetica, sans-serif;
}

input[type="date"] {
  padding-left: 16px;
  padding-top: 2px;
}

a:link button,
a:active button,
a:visited button {
  background-color: #cbe7f5;
  border: none;
  height: 32px;
  text-align: center;
  float: left;
  min-width: 140px;
  color: var(--font-color);
}
a:hover button {
  background-color: #b0d4e7;
  cursor: pointer;
}

.field input[type="submit"] {
  padding: 0 30px;
}
.field input[type="submit"]:hover {
  padding: 0 30px;
  background-color: #b0d4e7;
  cursor: pointer;
}

.help a,
.dialog a {
  position: absolute;
  width: 200px;
  height: 100px;
  cursor: pointer;
}

.overlay {
  display: none;
}

.horizontal-slider-holder {
  float: left;
  width: 210px;
  margin: -3px 0 10px 0;
}

.field .stepper-label {
  width: 10px;
  font-size: 110%;
  margin-right: 5px;
  margin-top: 2px;
}

.field .stepper-label-placeholder {
  margin-left: 18px;
}

#errors {
  background-color: #ffdedd;
  border: 1px solid red;
  padding: 15px;
  font-size: 80%;
  margin-top: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#errors h2 {
  background-color: #ffdedd;
  margin: 5px 0 10px 0;
  font-weight: bold;
}

#errors ul {
  margin-left: 30px;
  list-style: disc;
}

.right-input {
  float: right;
}

.left-label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 20px 0 0px 0;
}

.pound-padder {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  float: left;
  margin: 3px 5px 0 2px;
  width: 10px;
}

.postfix {
  margin: 5px 0 0 5px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 90%;
}

.plus {
  width: 100px;
  text-align: center;
  margin: 23px auto;
}

.right-value {
  padding: 3px 10px 3px 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none; /* Allows mouse events to pass through the tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
  max-width: 500px;
}

.tooltip.visible {
  opacity: 1;
}

.help,
.help-padder {
  background: url("/assets/help-24cb84a8.jpg") top left no-repeat;
  display: block;
  margin: 5px 10px 0 0;
  width: 20px;
  height: 20px;
  float: left;
}

.help-padder {
  background: none;
}

#print {
  display: none;
  background: url("/images/print.jpg") no-repeat;
  padding: 2px 25px 5px 30px;
  float: right;
  /* display: inline; */
  margin: 2px 150px 0 0px;
  color: #444;
  text-decoration: none;
  font-weight: normal;
  height: 20px;
}
