@charset "UTF-8";
[data-partial]:not(body),
[data-target]:not(body),
[data-file]:not(body),
[data-params]:not(body),
[data-method]:not(body) {
  cursor: pointer;
}

/*fonts*/
@font-face {
  font-family: "abeezeeregular";
  src: url("../fonts/abeezee-regular-webfont.eot");
  src: url("../fonts/abeezee-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/abeezee-regular-webfont.woff2") format("woff2"), url("../fonts/abeezee-regular-webfont.woff") format("woff"), url("../fonts/abeezee-regular-webfont.ttf") format("truetype"), url("../fonts/abeezee-regular-webfont.svg#abeezeeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?eyawz4");
  src: url("../fonts/icomoon.eot?eyawz4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?eyawz4") format("truetype"), url("../fonts/icomoon.woff?eyawz4") format("woff"), url("../fonts/icomoon.svg?eyawz4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*variables*/
/*variables*/
/*Mixins*/
/*@include border-radius($borderRadius);*/
/*@include border-radius-variable(10px, 20px, 30px, 40px);*/
/*@include linear-gradient(red, blue);*/
/*@include transition(all, 0.2s, ease-in-out);*/
/*@include rotate(90deg);*/
/*@include box-shadow(0, 3px, 3px, 3px, rgba(0, 0, 0, .5), inset);*/
/*@include box-sizing(border-box);*/
/*@include opacity(0.5);*/
/*Global*/
html, body {
  height: 100%;
}

body {
  color: #585858;
  background: white;
  font-family: "abeezeeregular", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 !important;
}

p, h1, h2, h3, h4, h5, h6, li {
  padding: 0;
  margin: 0;
}

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

a:hover {
  text-decoration: underline;
  color: #000000;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

b,
bold,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h2 {
  color: #000000;
  margin: 4vh 0 0;
}

h2:first-of-type {
  margin: 0;
}

button {
  cursor: pointer;
}

/*input styling*/
input::-webkit-input-placeholder {
  color: gray;
}

input::-moz-placeholder {
  color: gray;
}

input:-ms-input-placeholder {
  color: gray;
}

input:-moz-placeholder {
  color: gray;
}

input:focus::-webkit-input-placeholder {
  color: white;
}

input:focus::-moz-placeholder {
  color: white;
}

input:focus:-ms-input-placeholder {
  color: white;
}

input:focus:-moz-placeholder {
  color: white;
}

.hideMe {
  display: none;
}

.showMe {
  display: block;
}

.hideTablet {
  display: block;
  line-height: 0;
}

.showDesktop {
  display: block;
}

.showMobile {
  display: none;
}

.hideMobile {
  display: block;
}

.smallText {
  font-size: 0.6em;
}

input:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0.4);
}

::-ms-clear {
  width: 0;
  height: 0;
}

button, a.linkAsBtn, .md-button, a.button {
  border: 0;
  color: white;
}

button:hover, button:focus, a.linkAsBtn:hover, a.linkAsBtn:focus, .md-button:hover, button.md-button.md-ink-ripple:hover, .button:hover, .button:focus, a.button:hover, a.button:focus {
  transition: background-color 1s ease, color 1s ease;
  background-color: #0c923f;
  text-decoration: none;
}

a.linkAsBtn:hover:not(:focus), a.linkAsBtn:hover:focus {
  background-color: #eed280;
}

button:not(:hover):not(:focus), .button:not(:hover), .button:not(:focus) a.linkAsBtn:not(:hover),
a.linkAsBtn:not(:focus), a.linkAsBtn:not(:hover), a.linkAsBtn:not(:focus),
a.button:not(:hover):not(:hover) {
  background-color: #dca400;
  transition: background-color 1s ease, color 1s ease;
}

button.btn--delete:not(:hover), button.btn--delete:not(:focus),
a.linkAsBtn.btn--delete:not(:hover), a.linkAsBtn.btn--delete:not(:focus) {
  background-color: #921d47;
  transition: background-color 1s ease, color 1s ease;
}

button.btn--tinted:not(:hover), button.btn--tinted:not(:focus),
a.linkAsBtn.btn--delete:not(:hover), a.linkAsBtn.btn--delete:not(:focus) {
  background-color: #eed280;
  transition: background-color 1s ease, color 1s ease;
}

button:focus:not(:hover), a.linkAsBtn:focus:not(:hover), button:focus:hover, a.linkAsBtn:focus:hover {
  background-color: #0c923f;
}

button.button:disabled {
  background-color: #acacac;
}

.testbox {
  border: solid 1px #f00;
}

.upperCase {
  text-transform: uppercase;
}

.accentBold {
  color: #585858;
  font-weight: bold;
}

.rightFirstParent {
  direction: rtl;
}
.rightFirstParent .rightFirstChild {
  direction: ltr;
}

.valignWith {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0.5%;
}

.valignWith--Sibling {
  display: inline-block;
  width: 90%;
  position: relative;
  vertical-align: middle;
  height: auto;
  z-index: 1;
}

.valignWith__child, .valignWith__child.col-md12 {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 100%;
}

.contentWrapper {
  z-index: 10;
  width: 99%;
  padding: 0 0 3em;
  float: left;
  height: 70%;
  height: calc(100% - 10.6em);
  text-align: center;
  margin: 7em 0.5em 0 0;
  border-right: 0.5em solid #f7941e;
}

.contentWrapper::before {
  background-color: #f7941e;
  content: "";
  display: block;
  width: 3.5em;
  height: 3em;
  position: fixed;
  top: 6.5em;
  right: 0;
  margin-right: 1%;
  -webkit-border-radius: 0 0 0 2.5em;
  -moz-border-radius: 0 0 0 2.5em;
  -ms-border-radius: 0 0 0 2.5em;
  border-radius: 0 0 0 2.5em;
}

.contentWrapper::after {
  background-color: white;
  /*$mainColour50 if grad background on*/
  content: "";
  display: block;
  width: 3.1em;
  height: 3.1em;
  position: fixed;
  top: 6.5em;
  right: 0.5em;
  margin-right: 1%;
  -webkit-border-radius: 0 2.5em 0 2.5em;
  -moz-border-radius: 0 2.5em 0 2.5em;
  -ms-border-radius: 0 2.5em 0 2.5em;
  border-radius: 0 2.5em 0 2.5em;
}

.contentWrapper__control {
  height: auto;
  border: solid 1px #f00;
}

.contentWrapper.collapseWrapper {
  height: auto;
}

.matchheightItem {
  vertical-align: bottom;
}

/*add margins*/
.mt-4 {
  margin-top: 4vh;
}

.mt-2 {
  margin-top: 2vh;
}

/*Jqueury Numberpad*/
.nmpd-wrapper {
  display: none;
}

.nmpd-target {
  cursor: pointer;
}

.nmpd-grid {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 5000;
  -khtml-user-select: none;
  border-radius: 10px;
  padding: 10px;
  width: initial;
}

.nmpd-overlay {
  z-index: 4999;
}

input.nmpd-display {
  text-align: right;
}

.controlgroup-textinput {
  padding-top: 0.22em;
  padding-bottom: 0.22em;
}

.asterisk {
  text-align: left;
  color: #921d47;
}

@media only screen and (max-width: 991px) {
  .hideTablet,
.showDesktop {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .showMobile {
    display: block;
    line-height: 0;
  }

  .hideMobile {
    display: none;
  }
}
.tableCloth table.table,
.tableCloth table.table thead,
.tableCloth table.table thead tr,
.tableCloth table.table thead tr th,
.tableCloth table.table tbody,
.tableCloth table.table tbody tr,
.tableCloth table.table tbody tr td {
  border: none;
}

.tableCloth {
  position: relative;
  margin: 2vh auto;
  width: 97.5%;
  width: calc(100% - 26px);
  padding: 0;
  overflow: auto;
}

.tableCloth table.table {
  margin: 0;
  padding: 0;
}

th {
  vertical-align: middle;
  border: 0;
  text-align: center;
}

.tableCloth table.table tbody.tbody {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}

.tableCloth table.table tbody tr td {
  border-left: 1px solid #000000;
  vertical-align: top;
  position: relative;
}

.tableCloth table.table tbody tr td:first-of-type {
  border-left: 0px solid transparent;
}

.tableCloth table.table tbody tr:nth-of-type(4n+3) td {
  background-color: #fdead2;
}

.tableCloth table.table tbody tr:nth-of-type(even) td {
  background-color: #000000;
  color: white;
}

.tableCloth table.table tbody.tbody_altRows {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}
.tableCloth table.table tbody.tbody_altRows tr td {
  background-color: white;
  color: #585858;
}
.tableCloth table.table tbody.tbody_altRows tr:nth-of-type(even) td {
  background-color: #fdead2;
}

.tableCloth table.table tbody tr td.tableCloth__devidedCell {
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}

.tableCloth__devidedCell span {
  padding: 5px 10px;
  margin: 0 10px 0 0;
  background-color: white;
  color: #000000;
  position: relative;
  left: -8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.tableCloth table.table tbody tr.tableCloth__toggleRow:not(.tada) td {
  transition: font-size 0.5s, padding 0.5s;
  font-size: 0;
  padding: 0;
}

.tableCloth table.table tbody tr.tableCloth__toggleRow.tada td {
  transition: font-size 0.5s, padding 0.5s;
  font-size: 1em;
  padding: 8px;
}

.tableCloth table.table tbody tr.tableCloth__toggleRow.tada td.tableCloth__devidedCell span {
  padding: 5px 10px;
}

.tableCloth table.table tbody tr.tableCloth__toggleRow:not(.tada) td.tableCloth__devidedCell span {
  padding: 0;
}

.tableCloth table.table tbody tr td button {
  outline: none;
  font-size: 1em;
  padding: 5px 10px;
  margin: 5px auto;
  min-width: 150px;
}

.tableCloth table.table tbody tr td button.tableCloth__smlButton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  right: 8px;
  z-index: 2;
  padding: 0 2px;
  min-width: 0;
}

.tableCloth table.table tbody tr td button:after {
  display: none;
}

input[type=text].tableCloth__input {
  border: none;
  padding: 0 20px;
  position: relative;
  top: -2px;
  transition: border 0.5s ease, color 0.5s ease, background 0.5s ease;
  text-align: center;
  color: #585858;
  width: 100%;
  outline: none;
}

input[type=text]:disabled.tableCloth__input {
  border-bottom: 2px solid transparent;
  background: transparent;
}

input[type=text]:not(:disabled).tableCloth__input {
  border-bottom: 2px solid #0c923f;
  background: white;
}

.tableCloth__plusMinus {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 24px;
  color: white;
  background-color: #921d47;
  z-index: 2;
  top: 4px;
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #921d47;
}

.tableCloth__plusMinus.deposit {
  background-color: #0c923f;
  border: 3px solid #0c923f;
}

.tableCloth__plusMinus.later {
  background-color: #eed280;
  border: 3px solid #eed280;
}

@media only screen and (max-width: 991px) {
  .tableCloth {
    margin: 2vh auto;
    width: 100%;
    width: calc(100% + 100px);
    left: -50px;
    padding: 0;
    overflow: auto;
  }
}
@media only screen and (max-width: 480px) {
  .tableCloth {
    margin: 2vh auto;
    width: 100%;
    width: calc(100% + 80px);
    left: -40px;
    padding: 0;
    overflow: auto;
  }

  .tableCloth table.table tbody tr td button {
    min-width: 0;
  }
}
header {
  background-color: white;
  /*$mainColour50 if grad background on*/
  position: fixed;
  width: 100%;
  z-index: 3;
  -webkit-border-radius: 0 0 0 6em;
  -moz-border-radius: 0 0 0 6em;
  -ms-border-radius: 0 0 0 6em;
  border-radius: 0 0 0 6em;
}

.headBox {
  -webkit-border-radius: 3em 3em 0 3em;
  -moz-border-radius: 3em 3em 0 3em;
  -ms-border-radius: 3em 3em 0 3em;
  border-radius: 3em 3em 0 3em;
  color: #000000;
  background-color: #f7941e;
  width: 30%;
  margin: 2em 1% 0 69%;
  padding-top: 4.5em;
  line-height: 1em;
  text-align: center;
  position: relative;
}

.headLink {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  height: 42px;
  top: -1.95em;
  line-height: 1em;
  padding: 0.8em 1em 0;
  background-color: #000000;
  color: white;
  text-align: center;
  border: 5px solid white;
  position: absolute;
}

.headLink.home {
  z-index: 5;
  overflow: visible;
  transition: background 0.5s ease;
  text-decoration: none;
  color: white;
  cursor: pointer;
  padding: 0 10px;
  font-size: 18px;
  line-height: 24px;
  top: -27px;
  overflow: hidden;
}

.headFoot__topRightLink--register,
.endSession {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  background-color: white;
  border: 4px solid;
  padding: 0 10px;
  top: -22px;
  position: absolute;
  z-index: 1000;
  line-height: 16px;
  height: 34px;
  min-width: 0;
  overflow: hidden;
}

.headFoot__topRightLink--register {
  right: 26%;
  font-size: 18px;
}

a.headLink.home:not(:hover) {
  background-color: #dca400;
}

a.headLink.home:hover {
  text-decoration: none;
  background-color: #0c923f;
  color: white;
}

a.headLink.home:before {
  content: "";
  font-family: "icomoon" !important;
  font-size: 24px;
  position: relative;
  top: 4px;
  color: white;
}

.headFoot__topRightLink--register:hover,
.endSession:hover {
  text-decoration: none;
  cursor: pointer;
}

.headFoot__topRightLink--register:before,
.endSession:before {
  content: "";
  font-family: "icomoon" !important;
  position: relative;
  top: 6px;
  font-size: 24px;
}

.headFoot__topRightLink--register:before {
  content: "";
  margin-right: 10px;
  top: 7px;
}

.endSession:not(:hover):not(:focus),
.endSession:not(:hover):not(:focus):before {
  color: #921d47;
  border-color: #921d47;
  transition: color 0.5s ease, border 0.5s ease;
}

.headFoot__topRightLink--register:not(:hover):not(:focus) {
  color: #dca400;
  border-color: #dca400;
  transition: color 0.5s ease, border 0.5s ease;
}

.headFoot__topRightLink--register:hover:hover, .headFoot__topRightLink--register:hover:focus,
.endSession:hover, .endSession:focus,
.endSession:hover:before, .endSession:focus:before {
  color: #0c923f;
  border-color: #0c923f;
  transition: color 0.5s ease, border 0.5s ease;
}

.headBox__logo {
  -webkit-border-radius: 3.5em 3.5em 0 3.5em;
  -moz-border-radius: 3.5em 3.5em 0 3.5em;
  -ms-border-radius: 3.5em 3.5em 0 3.5em;
  border-radius: 3.5em 3.5em 0 3.5em;
  color: #000000;
  background-color: white;
  border: 4px solid #000000;
  width: 310%;
  padding: 0.25em 0 0.25em 1.5em;
  line-height: 1em;
  text-align: left;
  position: absolute;
  top: -0.5em;
  left: -223%;
  height: 5em;
}
.headBox__logo img {
  max-height: 50px;
  max-width: 100px;
}

.headBox__Salutation {
  position: fixed;
  color: #f7941e;
  top: 40px;
  font-size: 1.75em;
  left: 2%;
  width: 65%;
  width: calc(93% - 132px);
  height: 62px;
  padding: 0;
  margin: 0 4% 0 130px;
  z-index: 4;
  text-align: center;
  overflow: hidden;
}
.headBox__Salutation h1 {
  position: relative;
  top: -14px;
}

.headText {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  height: 2.5em;
  line-height: 0.9em;
  top: 5.125em;
  background-color: white;
  color: #000000;
  padding: 0.5em;
  text-align: center;
  position: absolute;
  width: 19em;
  right: 2%;
  right: calc(1% + 0.5em);
  border: 4px solid #000000;
  z-index: 10;
}
.headText p {
  width: 100%;
  position: relative;
  top: 0.5em;
}
.headText .ng-binding {
  vertical-align: middle;
  display: inline-block;
}

[class*=headText__]::after {
  content: "";
  font-family: "icomoon" !important;
  font-size: 1.9em;
  line-height: 1.35em;
  position: absolute;
  z-index: 1000;
  padding: 0;
  top: -0.25em;
  right: -0.1em;
  line-height: 1.25em;
  border: 4px solid white;
  background-color: #000000;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.headText__login::after {
  content: "";
}

.headText__teller::after, .headText__account::after {
  font-size: 1.6em;
  width: 1.8em;
  height: 1.8em;
  padding: 0.025em;
  top: -0.3em;
}

.headLink.white {
  padding: 0 1em;
  max-width: 13em;
  min-width: 13em;
  width: 13em;
  margin-right: 0.5em;
  right: 6%;
  background-color: white;
  top: -1.8em;
}

.valid:hover {
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  border-radius: 1.5em;
  background-color: #0c923f;
  cursor: pointer;
}

.invalid:hover {
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  border-radius: 1.5em;
  background-color: #921d47;
  cursor: not-allowed;
}

.loginHide, .welcomeHide {
  display: none;
}

.loginShow, .welcomeShow {
  display: inherit;
}

.loginShow:before {
  content: "";
  font-family: "icomoon" !important;
  font-size: 2em;
  position: relative;
  left: 1em;
  top: 0.25em;
  vertical-align: middle;
}

.footer {
  background-color: white;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 1;
  float: left;
  display: block;
}

.footer::before {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  width: 55%;
  top: 0;
  height: 2em;
}

.footer::after {
  content: "";
  background-image: url("../images/lifeSaversLogoStrap400.png");
  background-image: url("../images/lifeSaversLogoColour.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
  height: 5em;
  display: block;
  width: 25%;
  position: absolute;
  bottom: 0.5em;
  left: 1%;
  z-index: 1;
}

.footBoxLeft {
  -webkit-border-radius: 1em 0 0 1em;
  -moz-border-radius: 1em 0 0 1em;
  -ms-border-radius: 1em 0 0 1em;
  border-radius: 1em 0 0 1em;
  color: #f7941e;
  background-color: #000000;
  height: 2em;
  width: 20%;
  margin: 0 0 1% 30%;
  padding-top: 0.5em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  bottom: 0.5em;
}

.footBoxLeft::after {
  -webkit-border-radius: 1em 0 0 1em;
  -moz-border-radius: 1em 0 0 1em;
  -ms-border-radius: 1em 0 0 1em;
  border-radius: 1em 0 0 1em;
  background-color: #f7941e;
  content: "";
  display: block;
  width: 3.5em;
  height: 2em;
  position: absolute;
  bottom: -0.5em;
  right: 0;
}

.footBoxRight {
  -webkit-border-radius: 0 0 2em 0;
  -moz-border-radius: 0 0 2em 0;
  -ms-border-radius: 0 0 2em 0;
  border-radius: 0 0 2em 0;
  color: #000000;
  background-color: #f7941e;
  height: 2em;
  width: 50%;
  margin: 0 1% 1%;
  padding-top: 0.5em;
  line-height: 1em;
  text-align: center;
  position: relative;
  float: right;
}

.footBoxRight::before {
  background-color: #f7941e;
  content: "";
  display: block;
  width: 3.5em;
  height: 1em;
  position: absolute;
  bottom: 2em;
  right: 0;
}

.footBoxRight::after {
  background-color: #000000;
  content: "";
  display: block;
  width: 100%;
  height: 1.5em;
  position: absolute;
  bottom: 2em;
  right: 0.5em;
  -webkit-border-radius: 0 0 1em 0;
  -moz-border-radius: 0 0 1em 0;
  -ms-border-radius: 0 0 1em 0;
  border-radius: 0 0 1em 0;
}

.footBoxRightEverAfter {
  background-color: white;
  width: 200%;
  height: 1.01em;
  position: absolute;
  bottom: 2.5em;
  right: 0.5em;
  z-index: 1;
  -webkit-border-radius: 0 0 1em 0;
  -moz-border-radius: 0 0 1em 0;
  -ms-border-radius: 0 0 1em 0;
  border-radius: 0 0 1em 0;
}

@media only screen and (max-width: 991px) {
  .headBox__Salutation {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .headBox__Salutation {
    font-size: 1em;
  }

  .footer::after {
    background-image: url("../images/lifeSaversLogo400.png");
    background-image: url("../images/lifeSaversLogoColourNoStrap.svg");
  }
}
@media only screen and (min-width: 480px) {
  .endSession, .endSession:not(:hover), .endSession:not(:focus),
.endSession:hover, .endSession:focus {
    width: 125px;
    right: 30%;
    font-size: 18px;
    transition: all 1s ease;
  }

  .headLink.home {
    width: 125px;
    font-size: 18px;
    left: -200%;
    left: calc(120px - 220%);
    transition: all 1s ease;
  }

  a.headLink.home:before {
    left: -10px;
    transition: all 1s ease;
  }

  .endSession:before {
    left: -1px;
    transition: all 1s ease;
  }

  .headBox__logo::before {
    top: 0.5em;
    transition: all 1s ease;
  }

  .headBox__logo::after {
    top: 0.5em;
    transition: all 1s ease;
  }
}
@media only screen and (max-width: 480px) {
  .endSession, .endSession:not(:hover), .endSession:not(:focus),
.endSession:hover, .endSession:focus {
    width: 38px;
    right: 0;
    font-size: 0;
    transition: all 1s ease;
    color: white;
  }

  .headLink.home {
    width: 42px;
    left: -230%;
    font-size: 0;
    transition: all 1s ease;
    color: #dca400;
  }

  a.headLink.home:before {
    left: -5px;
    transition: all 1s ease;
  }

  .endSession:before {
    left: 5px;
    position: absolute;
    transition: all 1s ease;
  }

  .headBox__logo::before {
    top: 0.3125em;
    transition: all 1s ease;
  }

  .headBox__logo::after {
    top: 0.3125em;
    transition: all 1s ease;
  }

  .headBox__logo img {
    height: 3.5em;
    max-width: 5em;
  }

  .headBox__Salutation {
    font-size: 0.75em;
    margin: 0 0 0 100px;
    width: calc(97% - 115px);
  }
}
.contentWrapper__back--login::before {
  content: "";
}

.oneColumn, .oneColumn80, .twoToOneColumn {
  width: 98%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.oneColumn80 {
  width: 80%;
  margin: 0;
  position: relative;
  z-index: 78;
}

.twoToOneColumn {
  width: 44%;
  margin: 0 1em;
}

.oneColumn__Login {
  position: relative;
  top: 0;
}

.buttonSelected {
  background: #0c923f !important;
}

h1 {
  font-size: 1.5em;
}

.searchbox, .inputContainer {
  position: relative;
  text-align: left;
}

.inputContainer {
  margin: 0 0 4vh;
}

.searchbox input, .inputContainer input {
  -webkit-appearance: none;
  width: 100%;
  font-size: 2em;
  border: 2px solid #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0.5em 2em 0.5em 0.5em;
}

.searchbox label, .inputContainer {
  color: #000000;
  line-height: 2em;
}

.searchbox::before, .inputContainer::before {
  font-family: "icomoon";
  content: "";
  color: #f7941e;
  position: absolute;
  right: 0.35em;
  top: 1.25em;
  font-size: 2.5em;
}

.button {
  color: white;
  font-size: 1.5em;
  position: relative;
  padding: 0.5em;
  max-height: 3em;
}

.formInput, .button {
  width: 100%;
}

.formInput {
  width: 99.5%;
  margin-bottom: 1.5em;
  text-align: left;
  font-size: 1.5em;
}
.formInput .paper-input-container-0 .input-content.paper-input-container label,
.formInput .paper-input-container-1 .input-content.paper-input-container label {
  color: #f7941e;
  font-size: 1em;
}
.formInput .paper-input-container-0 .unfocused-line.paper-input-container,
.formInput .paper-input-container-1 .unfocused-line.paper-input-container {
  background: #fbca8f;
  height: 3px;
}
.formInput .paper-input-container-0 .focused-line.paper-input-container,
.formInput .paper-input-container-1 .focused-line.paper-input-container {
  background: #f7941e;
  height: 4px;
}
.formInput .paper-input-container-0 .input-content.paper-input-container input,
.formInput .paper-input-container-1 .input-content.paper-input-container input {
  font-size: 1.5em;
  color: #000000;
}
.formInput .paper-item-0 {
  color: #000000;
  font-size: 0.8em;
}
.bigPound .formInput {
  width: 90%;
  width: calc(100% - 2.8em);
  margin: 0 0 1em 2.45em;
  position: relative;
  font-size: 1.2em;
  height: 4em;
}
.bigPound .formInput label {
  position: relative;
  left: -3em;
  color: #000000;
  font-size: 0.8em;
}
.bigPound .formInput input {
  width: 100%;
  border: 0;
  background-color: transparent;
  font-size: 2.4em;
  transition: all 0.5s ease;
  border-bottom: 2px #000000 solid;
  color: #f7941e;
}
.bigPound .formInput input:focus {
  font-size: 2.7em;
  color: #000000;
}
.bigPound .formInput::before {
  content: "£";
  font-size: 3.25em;
  position: absolute;
  left: -0.75em;
  top: 0.3em;
}
.bigPound #new-balance .formInput {
  margin: 0 0 0 1.5em;
}
.bigPound #new-balance .formInput input {
  font-size: 1.25em;
}
.bigPound #new-balance .formInput label {
  left: -1.8em;
}
.bigPound #new-balance .formInput input:focus {
  font-size: 1.45em;
}
.bigPound #new-balance .formInput::before {
  font-size: 2em;
  top: 0.425em;
  left: -0.75em;
}

.symbolSpace {
  width: 19%;
  display: inline-block;
  margin: 1em 0;
}

.oneColumn80 .symbolSpace {
  width: 9%;
}

.minus, .plus, .equals {
  width: 3em;
  position: relative;
  height: 3em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  border-radius: 1.5em;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: white;
}

.minus::before, .equals::before, .plus::before {
  font-family: "icomoon";
  content: "";
  font-size: 2em;
  line-height: 0;
  position: relative;
  top: 0.285em;
  left: -0.01em;
  text-align: center;
}

.equals::before {
  content: "";
}

.minus::before {
  content: "";
}

.label {
  position: relative;
  color: #585858;
  font-weight: normal;
  line-height: 0.75em;
}

.collected {
  width: 79%;
  font-size: 3em;
  line-height: 0.9em;
  background-color: #fdead2;
}
.collected .label {
  font-size: 0.45em;
  top: -0.5em;
}

.deposits, .withdrawals {
  width: 39%;
  font-size: 1.25em;
  line-height: 1.1em;
  background-color: #fef4e9;
}
.deposits .label, .withdrawals .label {
  font-size: 0.5em;
  top: -0.5em;
}

.oldBal {
  width: 34%;
  font-size: 2.2em;
  line-height: 1.25em;
  height: 4.5em;
  background-color: rgba(255, 255, 255, 0.4);
}
.oldBal .label {
  top: 0.35em;
  font-size: 0.8em;
  line-height: 1.25em;
  display: block;
}

.oldBal__pendingBal {
  font-size: 0.4em;
  display: block;
  line-height: 1.25em;
  color: #0c923f;
  position: absolute;
  left: 0;
  Top: 3.5em;
  width: 100%;
  text-align: center;
}

.verifyBox {
  width: 35%;
  display: inline-block;
  margin-left: 3%;
  vertical-align: bottom;
  position: relative;
  bottom: 0.5em;
}

.iron-icon::before {
  content: "";
  font-family: "icomoon" !important;
  font-size: 2em;
  color: gray;
  font-weight: normal;
}

.oneColumn80 .button {
  left: 0;
}

.tellerTotalsChart {
  color: #f7941e;
}

.verify {
  background-color: #dca400;
}

.happy {
  background-color: #0c923f;
  overflow: visible;
}

.autoUpdated {
  overflow: visible;
}

.happy::before, .autoUpdated::before {
  font-family: "icomoon";
  content: "";
  color: #0c923f;
  position: absolute;
  top: -1.35em;
  left: -0.35em;
  padding-left: 50%;
  font-size: 4em;
}

.autoUpdated::before {
  color: #dca400;
  content: "";
  font-size: 3.75em;
}

.autoUpdate:hover::after {
  background-color: #dca400;
  opacity: 0.75;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.autoUpdate .ng-scope {
  position: relative;
  z-index: 2;
}

.tryAgain {
  background-color: #c70000;
}

.boxedElement {
  border: 2px solid #000000;
  padding: 10px;
  overflow: hidden;
}
.boxedElement .button {
  font-size: 1em;
  position: relative;
  left: -0.3em;
  margin: 0.5em 0;
}
.boxedElement p {
  color: #000000;
}
.boxedElement.collected p, .boxedElement.deposits p, .boxedElement.withdrawals p, .boxedElement.oldBal p {
  color: #f7941e;
}

.newTransaction {
  width: 55%;
  padding: 1em 0 0;
  border: 0;
  right: -1%;
}
.newTransaction .chartRow {
  margin: 0;
  padding-right: 0.25em;
}
.newTransaction .twoToOneColumn {
  width: 47.5%;
  margin: 0;
}
.newTransaction .twoToOneColumn.left {
  margin-right: 3%;
}
.newTransaction .button {
  font-size: 1em;
  position: relative;
  left: 0;
}

.newBalanceBox {
  padding: 1.75em 0 0;
  width: 66%;
  height: 14em;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.newBalanceBox .bigPound {
  width: 55%;
  display: inline-block;
  text-align: left;
}
.newBalanceBox p {
  text-align: left;
  padding: 0 0 2em;
  font-size: 1.1em;
  line-height: 1.2em;
  min-height: 5.6em;
}

.chartRow {
  margin: 0.8em 0;
  position: relative;
}
.chartRow .boxedElement {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.chartRow__top {
  position: absolute;
  border: none;
  color: #f7941e;
  top: -4.15em;
  left: 5%;
  width: 90%;
  padding-left: 6em;
}

.chartRow.withequals {
  border-left: none;
}

.chartRow.bottom {
  padding: 0.5em 0 0.75em;
}

.button.chartRow.bottom {
  margin: 0;
  border: 0;
  font-size: 1.1em;
}

.calcInARowBox {
  border: 2px solid #0c923f;
  padding: 1%;
  display: inline-block;
  width: 21%;
  margin-left: 2%;
  vertical-align: middle;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 14em;
  right: -0.5%;
}

.correctText {
  color: #0c923f;
  text-align: left;
  font-size: 1.5em;
}

.correctNo {
  color: #f7941e;
  font-size: 5em;
  line-height: 1.25em;
}

/*Media queries*/
@media only screen and (max-width: 1020px) {
  .correctText {
    font-size: 1em;
  }

  .correctNo {
    color: #f7941e;
    font-size: 3em;
    line-height: 2em;
  }
}
@media only screen and (max-width: 769px) {
  .chartRow {
    margin: 0.6em 0;
  }

  .twoToOneColumn {
    width: 90%;
    margin: 3em auto;
    display: block;
  }

  .searchbox {
    text-align: center;
  }

  .newTransaction {
    margin: 0 auto;
    width: 100%;
    height: 10em;
  }

  .oldBal, .newBalanceBox {
    width: 87%;
    height: auto;
    padding-bottom: 0.75em;
    margin: 0 2% 0 0;
  }

  .newTransaction .twoToOneColumn {
    width: 47.5%;
    margin: 0 auto;
    display: inline-block;
  }

  .correctText {
    font-size: 1.5em;
  }

  .correctNo {
    font-size: 2em;
    line-height: 1em;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 769px), screen and (max-height: 760px) {
  .calcInARowBox {
    width: 100%;
    margin: 1em auto 0.25em;
    height: auto;
    right: 0;
  }
  .calcInARowBox p {
    display: inline-block;
    vertical-align: middle;
  }

  .newBalanceBox {
    width: 83%;
    margin: 0;
    padding: 0.5em 0 0;
    right: -3.5%;
  }
  .newBalanceBox p {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 600px) {
  .error-message {
    width: 86%;
    left: 8%;
  }
}
/*home page specific media query*/
@media (max-height: 615px), (max-width: 769px) and (max-height: 800px), (max-width: 525px) {
  .twoToOneColumn {
    margin: 0.2em auto;
  }
  .twoToOneColumn .searchbox {
    margin: 0 0 8vh;
  }
  .twoToOneColumn .searchbox input {
    font-size: 1em;
    border: 2px solid #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0.5em 2em 0.5em 0.5em;
  }
  .twoToOneColumn .searchbox::before {
    top: 1.65em;
    font-size: 1.5em;
  }
  .twoToOneColumn .button {
    padding: 0.25em;
  }
  .twoToOneColumn .minus, .twoToOneColumn .plus, .twoToOneColumn .equals {
    background-color: transparent;
  }
  .twoToOneColumn .symbolSpace {
    width: 19%;
    display: inline-block;
    height: 56px;
    padding-top: 7px;
    margin: 0;
  }
  .twoToOneColumn .symbolSpace .boxedElement {
    border: 0;
  }
  .twoToOneColumn .boxedElement {
    border: 2px solid #000000;
    border-top: 0;
    border-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0.3em 0.3em 0;
  }
  .twoToOneColumn .chartRow {
    margin: 0;
    border-top: 2px solid #000000;
  }
  .twoToOneColumn .chartRow.withequals {
    border-left: 2px solid #000000;
  }
  .twoToOneColumn .chartRow.bottom {
    border-bottom: 2px solid #000000;
    padding: 0.2em;
    font-size: 0.8em;
    height: auto;
  }
  .twoToOneColumn .chartRow.bottom.button {
    left: 0;
    font-size: 1em;
    line-height: 1em;
    height: 2em;
  }
  .twoToOneColumn .oldBal, .twoToOneColumn .deposits, .twoToOneColumn .withdrawals {
    font-size: 1.2em;
    line-height: 1.3em;
    height: 56px;
    float: left;
  }
  .twoToOneColumn .oldBal .label, .twoToOneColumn .deposits .label, .twoToOneColumn .withdrawals .label {
    font-size: 0.475em;
    line-height: 0.5em;
    top: -0.5em;
  }
  .twoToOneColumn .withdrawals {
    float: right;
  }
  .twoToOneColumn .collected {
    font-size: 2em;
    line-height: 0.7em;
    height: 56px;
    float: right;
  }
  .twoToOneColumn .collected .label {
    font-size: 0.45em;
    top: -0.5em;
  }
  .twoToOneColumn .minus::before, .twoToOneColumn .equals::before, .twoToOneColumn .plus::before {
    top: 0.45em;
  }
}
/*account page specific media query*/
@media (max-height: 785px) and (max-width: 550px), (max-width: 600px), (max-height: 760px) {
  .oneColumn80 {
    top: -0.25em;
  }
  .oneColumn80 .chartRow {
    margin: 0;
    padding: 0;
  }
  .oneColumn80 .button {
    padding: 0;
    height: 1.8em;
    min-height: 1em;
    line-height: 0.5em;
    font-size: 0.9em;
    margin: 0.25em 0;
  }
  .oneColumn80 .button.chartRow.bottom {
    font-size: 1em;
  }
  .oneColumn80 .bigPound p {
    width: 106%;
    font-size: 0.75em;
    padding: 0.25em 0 0;
    min-height: 3.9em;
  }
  .oneColumn80 .symbolSpace {
    margin: 0;
  }
  .oneColumn80 .oldBal {
    font-size: 1.1em;
    line-height: 1.5em;
    height: 3.75em;
    padding: 0;
    left: -6%;
    width: 76%;
    margin: 0;
  }
  .oneColumn80 .oldBal .label {
    display: inline-block;
    font-size: 1em;
    top: 0;
    padding-left: 0.5em;
  }
  .oneColumn80 .oldBal__pendingBal {
    font-size: 0.5em;
    position: relative;
    left: 0;
    Top: 0;
  }
  .oneColumn80 .boxedElement.equals {
    left: -0.5em;
  }
  .oneColumn80 .newTransaction {
    margin: 1em auto 0;
    width: 100%;
    padding: 0;
    height: 5.125em;
  }
  .oneColumn80 .bigPound .formInput {
    height: 2.35em;
    font-size: 1.25em;
    margin: 0 0 0 1.5em;
    width: calc(100% - 1.55em);
    padding: 0;
    line-height: 0.8em;
  }
  .oneColumn80 .bigPound .formInput label {
    font-size: 0.5em;
    top: -0.25em;
  }
  .oneColumn80 .bigPound .formInput input:not(:focus) {
    font-size: 1em;
  }
  .oneColumn80 .bigPound .formInput input:focus {
    font-size: 1.125em;
  }
  .oneColumn80 .bigPound .formInput::before {
    font-size: 1.75em;
    left: -0.9em;
    top: 0.7em;
  }
  .oneColumn80 .bigPound #new-balance .formInput {
    height: 2.35em;
    font-size: 1.25em;
    margin: 0 0 0 1.5em;
    width: calc(100% - 1.55em);
    padding: 0;
    line-height: 0.8em;
  }
  .oneColumn80 .bigPound #new-balance .formInput input {
    min-width: 174px;
    width: 100%;
    height: 25px;
    margin-top: 2px;
  }
  .oneColumn80 .bigPound #new-balance .formInput input:not(:focus) {
    font-size: 1em;
  }
  .oneColumn80 .bigPound #new-balance .formInput input:focus {
    font-size: 1.125em;
  }
  .oneColumn80 .bigPound #new-balance .formInput label {
    left: -2.8em;
    top: -0.125em;
  }
  .oneColumn80 .bigPound #new-balance .formInput::before {
    font-size: 1.5em;
    left: -0.9em;
    top: 0.895em;
  }
  .oneColumn80 .newBalanceBox {
    height: 6.2em;
    padding: 0;
  }
  .oneColumn80 .verifyBox {
    bottom: 1.7em;
    right: -0.3em;
  }
  .oneColumn80 .verifyBox .button {
    height: 2.25em;
    line-height: 0.8em;
    margin: 0.35em 0 0;
  }
  .oneColumn80 .calcInARowBox {
    margin: 0.2em auto;
    height: auto;
    padding: 0.125em 0 0.2em;
    font-size: 0.65em;
    right: 0;
  }
  .oneColumn80 .calcInARowBox p {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .oneColumn80 .correctNo {
    font-size: 1.5em;
    padding: 0 0.5em;
  }
  .oneColumn80 .happy::before, .oneColumn80 .autoUpdated::before {
    top: -0.675em;
    left: -0.42em;
    font-size: 2.25em;
  }
  .oneColumn80 .autoUpdated::before {
    font-size: 2.125em;
    top: -0.75em;
    left: -0.5em;
  }
}
@media only screen and (max-height: 550px) {
  .oneColumn80 .newTransaction {
    margin: 0 auto;
  }

  .newBalanceBox p {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .oneColumn, .oneColumn80, .twoToOneColumn {
    width: 95%;
  }

  .chartRow__top {
    top: -6.5em;
    left: 0;
    font-size: 0.75em;
    text-align: center;
    width: 90%;
    margin-left: 10%;
    padding-left: 5em;
    line-height: 1.75em;
  }
}
@media only screen and (max-height: 550px), screen and (max-width: 480px) {
  .minus, .plus, .equals {
    width: 2em;
    height: 2em;
  }

  .minus::before, .equals::before, .plus::before {
    font-size: 1.25em;
    top: -0.2em;
    left: -0.2em;
  }
}
/*Standard form layout*/
.form__outerWrapper--login {
  margin-top: 5vh;
}

.form__outerWrapper--teller {
  padding: 55px 0 0;
}

.form__outerWrapper--admin {
  margin-top: 2vh;
}

.tooltip-role-container {
  position: absolute;
  bottom: 100%;
  background: rgba(100, 100, 100, 0.9);
  color: #fff;
  padding: 6px;
  text-align: center;
}

[class*=form__inputWrapper] {
  text-align: left;
  margin: 0 0;
  position: relative;
}
[class*=form__inputWrapper] label {
  line-height: 2em;
  text-align: left;
  font-size: 1.5em;
  padding: 0 2em 0 0.5em;
  max-width: 98%;
  color: white;
  background-color: #0c923f;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin: 0;
  /*bootstrap fix*/
}
[class*=form__inputWrapper] input {
  -webkit-appearance: none;
  width: 100%;
  font-size: 2em;
  border: 3px solid #0c923f;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -ms-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  padding: 2vh 3em 2vh 0.5em;
  min-height: 52px;
}

.form__inputWrapper--basic input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em;
  padding: 10px;
  min-height: 0;
}

[class*=form__inputWrapper]::before {
  font-family: "icomoon";
  content: "";
  color: #f7941e;
  position: absolute;
  right: 0.35em;
  padding: 0;
  margin-bottom: 0;
  bottom: -0.25vh;
  font-size: 4em;
}

.form__inputWrapper--basic::before,
.form__inputWrapper--admin::before {
  display: none;
}

.form__inputWrapper--login {
  margin: 0 0 3vh;
}

.form__inputWrapper--admin input {
  font-size: 1.5em;
  min-height: 0;
  padding: 10px;
}

.form__inputWrapper--teller input, .form__inputWrapper--admin input {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.form__inputWrapper--teller::before {
  padding: 0;
  margin-bottom: 0.5em;
  bottom: 2.5vh;
}

a.form__button, button.form__button, button.form__button--inline, button.form__button--noDisability {
  color: white;
  font-size: 25px;
  position: relative;
  padding: 1vh 2em;
  max-height: 3em;
  transition: background-color 1s ease, color 1s ease;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}

a.form__button {
  width: 100%;
  display: block;
  text-decoration: none;
}

a.form__button:not(:hover) {
  background-color: #dca400;
}

a.form__button:hover {
  background-color: #0c923f;
}

button.form__button--noDisability {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

button.form__button--inline {
  width: auto;
  padding: 0.25em 1em;
  font-size: 0.75em;
  display: inline-block;
}

button.form__button--inline.verify,
button.form__button--inline.tryAgain,
button.form__button--inline.autoUpdate {
  width: 100%;
  padding: 0.25em 0.5em;
  font-size: 0.5em;
  max-height: none;
  border: 5px solid white;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
}

button.form__button--inline.tryAgain,
button.form__button--inline.autoUpdate {
  width: 49%;
}

button.form__button:not(:disabled) {
  background-color: #0c923f;
}

button.form__button.form__button--caution:not(:disabled) {
  background-color: #921d47;
}

button.form__button:disabled {
  background-color: #dedede;
}

#transaction-button.form__button {
  margin: 0 0 2vh;
}

#transaction-button.form__button::before {
  content: "4";
  font-size: 2em;
  position: absolute;
  width: 1.65em;
  height: 1.65em;
  line-height: 1.3em;
  background-color: #0c923f;
  bottom: -0.275em;
  margin: 0;
  text-align: center;
  color: white;
  border: 10px solid #86c99f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: opacity 0.5s ease, left 0.5s ease;
}

#transaction-button.tellerReturn.form__button::before {
  content: "5";
}

#transaction-button.form__button.form__button--caution::before {
  opacity: 0;
  left: -10em;
}

#transaction-button.form__button:not(.form__button--caution)::before {
  opacity: 1;
  left: -0.5em;
}

.form__outerWrapper--teller button.form__button, .form__inputWrapper--admin button.form__button {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.error-message, .loginMessage, .loginMessage__endSession, .loginMessage__inline {
  position: absolute;
  top: 0;
  margin-top: 0;
  padding: 1vh 2.25em 1vh 1em;
  font-size: 1.5em;
  z-index: 1000;
  left: 1.5%;
  width: 97%;
  background-color: white;
  border: 5px solid #921d47;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #921d47;
  text-align: center;
}

.loginMessage {
  border: 5px solid #0c923f;
  color: #0c923f;
  z-index: 1;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 1vh 1em;
}
.loginMessage h2 {
  background-color: #0c923f;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

.loginMessage.form__message--aboveAdminButtons {
  width: calc(100% - 49px);
  left: 15px;
}

.loginMessage__inline {
  border: 5px solid #0c923f;
  color: #0c923f;
  position: relative;
  top: 0;
  left: 0;
  padding: 1vh 1em;
  width: 98%;
  width: calc(100% - 24px);
  margin: 2vh 12px 0;
}

.loginMessage__endSession {
  border: 5px solid #0c923f;
  color: #0c923f;
  z-index: 1;
  width: 98%;
  width: calc(100% - 46px);
  margin: 2vh 23px;
  position: relative;
  top: 0;
  left: -8px;
  padding: 1vh 60px;
}

.error-message:before {
  font-family: "icomoon";
  content: "";
  color: #921d47;
  position: absolute;
  right: 0.35em;
  padding: 1vh 0 1vh 0;
  top: -0.25em;
  font-size: 1.5em;
}

.form__inputWrapper--teller .error-message {
  top: -65px;
  left: 0;
  width: 100%;
}

/*calculationBox*/
[class*=calculationBox__] {
  vertical-align: middle;
  font-size: 1.5em;
  text-align: center;
}

.calculationBox__InstructionBox {
  width: 100%;
  border: 10px solid #0c923f;
  background-color: white;
  color: #0c923f;
  padding: 0.25em 1.5em;
  margin: 25px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.modal-dialog .calculationBox__InstructionBox {
  display: block;
}

#transaction-select.smiley, .winky #transaction-select {
  text-align: left;
  margin-right: 2.5em;
}

.calculationBox__InstructionBox.winky {
  color: #dca400;
  border: 10px solid #dca400;
}

#transaction-select.smiley::before, .winky #transaction-select::before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  font-size: 2.75em;
}

.winky #transaction-select::before {
  content: "";
}

.calculationBox__inlineInstuctions, .form__button--inline {
  display: inline;
  font-size: 0.8em;
}

.stepOne__Show:not(.active)::before {
  opacity: 0;
  left: -10em;
}

[class*=form__wrapper--] {
  display: inline-block;
}

.form__wrapper--incorrect:not(.show), .form__button--inline.verify:not(.show) {
  display: none;
}

.form__wrapper--incorrect.show, .form__button--inline.verify.show {
  display: inline-block !important;
}

[class*=calculationBox__outer] {
  background-color: #f7941e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  border: 3px solid #f7941e;
  width: 30%;
  margin: 2vh 0;
  margin-right: 5%;
}

.calculationBox__outer--equals {
  margin-right: 0;
}

.calculationBox__popUp {
  width: 95%;
  width: calc(100% - 30px);
  margin: 2vh 15px;
  border: 10px solid #0c923f;
  background-color: #0c923f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.calculationBox__popUp .calculationBox__Value input {
  border-bottom: 3px solid #0c923f;
}

[class*=calculationBox__outer--]::before,
.calculationBox__InstructionBox.stepOne__Show.active::after,
.stepTwo__Show.active .calculationBox__Description::after,
.calculationBox__outer--equals.stepThree__Show.active3 .calculationBox__Description::after {
  font-family: "icomoon";
  content: "";
  font-size: 25px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: white;
  top: 124px;
  margin: 0 0 0 -9.25%;
  left: -21px;
  text-align: center;
  color: #000000;
  border: 3px solid #f7941e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.calculationBox__InstructionBox.stepOne__Show.active::after,
.stepTwo__Show.active .calculationBox__Description::after,
.calculationBox__outer--equals.stepThree__Show.active3 .calculationBox__Description::after {
  font-family: "abeezeeregular", Arial, Helvetica, sans-serif;
  content: "2";
  bottom: auto;
  top: -42px;
  background-color: #0c923f;
  color: white;
  border: 10px solid #86c99f;
  line-height: 51px;
  width: 70px;
  height: 70px;
  font-size: 36px;
}

.calculationBox__outer--equals.stepThree__Show.active3 .calculationBox__Description::after {
  content: "3";
}

.calculationBox__InstructionBox.stepOne__Show.active::after {
  font-family: "abeezeeregular", Arial, Helvetica, sans-serif;
  content: "1";
  margin: 0;
  left: -12px;
  top: 0;
}

.calculationBox__outer--plus::before {
  content: "";
}

.calculationBox__outer--minus::before {
  content: "";
}

.calculationBox__Description {
  color: white;
  overflow: hidden;
  padding: 0.25em;
}

.calculationBox__Value {
  color: #000000;
  background-color: white;
  -webkit-border-radius: 5px 5px 0.1em 0.1em;
  -moz-border-radius: 5px 5px 0.1em 0.1em;
  -ms-border-radius: 5px 5px 0.1em 0.1em;
  border-radius: 5px 5px 0.1em 0.1em;
  overflow: hidden;
  padding: 0.5em 0.125em;
  position: relative;
}

.calculationBox__Value input {
  width: 50%;
  border: 0;
  text-align: left;
}

.calculationBox__Wrapper--accountPage [class*=calculationBox__outer--]::before {
  top: 94px;
}
.calculationBox__Wrapper--accountPage .calculationBox__Description {
  font-size: 0.75em;
}
.calculationBox__Wrapper--accountPage .calculationBox__Value {
  padding: 0.125em 0.5em;
  font-size: 1.125em;
}
.calculationBox__Wrapper--accountPage .calculationBox__Value p {
  position: relative;
  z-index: 10;
  background-color: transparent;
  width: 100%;
  margin: 5px 0;
}
.calculationBox__Wrapper--accountPage .calculationBox__Value input {
  width: 89.5%;
  line-height: 1em;
}
.calculationBox__Wrapper--accountPage .calculationBox__Value input:not(:focus) {
  border-bottom: 1px solid gray;
  padding-bottom: 3px;
}
.calculationBox__Wrapper--accountPage .calculationBox__Value input:focus {
  outline: none;
  border-bottom: 4px solid #0c923f;
  padding-bottom: 0px;
}
.calculationBox__Wrapper--accountPage .calculationBox__Value input:disabled {
  background-color: white;
}
.calculationBox__Wrapper--accountPage .calculationBox__Value input::-webkit-input-placeholder {
  line-height: 1.25em;
}

.calculationBox__Verify {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.calculationBox__Verify button.button {
  font-size: 0.5em;
  padding: 0.25em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: solid white;
  border-width: 3px 5px;
}

/*checkbox slider*/
[class*=form__checkBoxWrapper] {
  width: 100%;
  display: block;
  background: #fdead2;
  padding: 4px 8px 4px 16px;
  margin: 2vh auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  text-align: left;
}
[class*=form__checkBoxWrapper] p {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  width: calc(100% - 106px);
  font-size: 1.5em;
}
[class*=form__checkBoxWrapper] p.form__checkBoxText--radio {
  width: 100%;
}

[class*=form__checkBoxWrapper].greyout {
  color: white;
  background-color: #dedede;
  padding: 8px 8px 8px 16px;
}

[class*=form__checkBoxSlider] input[type=checkbox] {
  visibility: hidden;
}

[class*=form__checkBoxSlider] {
  width: 100px;
  height: 28px;
  background: #fef4e9;
  margin: 5px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 3px solid white;
  display: inline-block;
  vertical-align: middle;
}

[class*=form__checkBoxSlider]:after {
  content: "Off";
  position: absolute;
  right: 10px;
  top: -1px;
  z-index: 0;
  font-weight: bold;
  color: #921d47;
  font-size: 18px;
}

[class*=form__checkBoxSlider]:before {
  content: "On";
  color: #0c923f;
  position: absolute;
  left: 10px;
  top: -1px;
  z-index: 0;
  font-weight: bold;
  font-size: 18px;
}

.form__checkBoxSlider--yesNo:before {
  content: "Yes";
}

.form__checkBoxSlider--yesNo:After {
  content: "No";
}

.form__checkBoxSlider--radio:before {
  content: "";
}

.form__checkBoxSlider--radio:After {
  content: "";
}

[class*=form__checkBoxSlider] label {
  display: block;
  width: 44px;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  position: absolute;
  top: 1px;
  z-index: 1;
}

[class*=form__checkBoxSlider] input[type=checkbox]:not(:checked) + label {
  left: 2px;
  background-color: #921d47;
}

[class*=form__checkBoxSlider] input[type=checkbox]:checked + label {
  left: 48px;
  background-color: #0c923f;
}

[class*=form__checkBoxSlider] input[type=checkbox]:disabled + label {
  background-color: #dedede;
}

.greyout [class*=form__checkBoxSlider] {
  display: none;
}

.form__checkBoxNumbers, .form__checkBoxParameter,
.form__checkBoxTextInput, .form__checkBoxSelect,
.form__checkBoxDateInput {
  overflow: hidden;
  transition: all 0.5s ease;
  text-align: left;
  color: #000000;
  font-size: 1.5em;
  position: relative;
}
.form__checkBoxNumbers input, .form__checkBoxParameter input,
.form__checkBoxTextInput input, .form__checkBoxSelect input,
.form__checkBoxDateInput input {
  border: none;
  color: #000000;
  background: white;
  width: 100px;
  padding: 4px 7px 0;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -4px;
  outline: none;
  transition: border 0.5s ease, color 0.5s ease;
}
.form__checkBoxNumbers input:not(:active), .form__checkBoxNumbers input:not(:focus), .form__checkBoxParameter input:not(:active), .form__checkBoxParameter input:not(:focus),
.form__checkBoxTextInput input:not(:active),
.form__checkBoxTextInput input:not(:focus), .form__checkBoxSelect input:not(:active), .form__checkBoxSelect input:not(:focus),
.form__checkBoxDateInput input:not(:active),
.form__checkBoxDateInput input:not(:focus) {
  border: 2px solid white;
  border-bottom: 2px solid #000000;
}
.form__checkBoxNumbers input:active, .form__checkBoxNumbers input:focus, .form__checkBoxParameter input:active, .form__checkBoxParameter input:focus,
.form__checkBoxTextInput input:active,
.form__checkBoxTextInput input:focus, .form__checkBoxSelect input:active, .form__checkBoxSelect input:focus,
.form__checkBoxDateInput input:active,
.form__checkBoxDateInput input:focus {
  border: 2px solid #0c923f;
}
.form__checkBoxNumbers input:not(:active) + label, .form__checkBoxNumbers input:not(:focus) + label, .form__checkBoxParameter input:not(:active) + label, .form__checkBoxParameter input:not(:focus) + label,
.form__checkBoxTextInput input:not(:active) + label,
.form__checkBoxTextInput input:not(:focus) + label, .form__checkBoxSelect input:not(:active) + label, .form__checkBoxSelect input:not(:focus) + label,
.form__checkBoxDateInput input:not(:active) + label,
.form__checkBoxDateInput input:not(:focus) + label {
  color: #000000;
}
.form__checkBoxNumbers input:disabled, .form__checkBoxParameter input:disabled,
.form__checkBoxTextInput input:disabled, .form__checkBoxSelect input:disabled,
.form__checkBoxDateInput input:disabled {
  border: 2px solid #dedede;
  background-color: #eeeeee;
}
.form__checkBoxNumbers input:active + label, .form__checkBoxNumbers input:focus + label, .form__checkBoxParameter input:active + label, .form__checkBoxParameter input:focus + label,
.form__checkBoxTextInput input:active + label,
.form__checkBoxTextInput input:focus + label, .form__checkBoxSelect input:active + label, .form__checkBoxSelect input:focus + label,
.form__checkBoxDateInput input:active + label,
.form__checkBoxDateInput input:focus + label {
  color: #0c923f;
}
.form__checkBoxNumbers input[type=checkbox] + label, .form__checkBoxParameter input[type=checkbox] + label,
.form__checkBoxTextInput input[type=checkbox] + label, .form__checkBoxSelect input[type=checkbox] + label,
.form__checkBoxDateInput input[type=checkbox] + label {
  margin: 4px 0;
  transition: color 0.5s ease;
}

.form__checkBoxTextInput {
  height: auto;
  overflow: auto;
}
.form__checkBoxTextInput input {
  width: 400px;
  top: 0;
  margin: 5px 0;
  padding: 4px 10px 0;
}
.form__checkBoxTextInput label {
  position: relative;
  top: 8px;
  font-size: 18px;
  transition: color 0.5s ease;
}

.form__checkBoxFixedInput {
  overflow: hidden;
  transition: all 0.5s ease;
  text-align: left;
  color: #000000;
  font-size: 1.5em;
  position: relative;
  padding: 4px 0 0;
}
.form__checkBoxFixedInput input {
  border: none;
  color: #000000;
  background: transparent;
  width: inherit;
  padding: 0;
  float: right;
  text-align: right;
  position: relative;
  top: 0;
  outline: none;
  transition: border 0.5s ease, color 0.5s ease;
}
.form__checkBoxFixedInput label {
  position: relative;
}

.form__checkBoxNumbers, .form__checkBoxDateInput {
  padding: 2px;
}
.form__checkBoxNumbers input, .form__checkBoxDateInput input {
  top: 0;
}
.form__checkBoxNumbers label, .form__checkBoxDateInput label {
  position: relative;
  top: 5px;
  padding: 0 20px 0 0;
}

.form__checkBoxDateInput input {
  width: 160px;
  text-align: right;
}

.form__checkBoxSelect.form-group {
  margin: 0;
  padding: 2px;
}
.form__checkBoxSelect.form-group label {
  position: relative;
  top: 5px;
  padding: 0 20px 0 0;
}
.form__checkBoxSelect.form-group .form-control {
  box-shadow: none;
  width: 400px;
  float: right;
  font-size: 21px;
  line-height: 21px;
  height: 40px;
  color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.form__checkBoxSelect.form-group .form-control:active, .form__checkBoxSelect.form-group .form-control:focus {
  border: 2px solid #0c923f;
}
.form__checkBoxSelect.form-group .form-control:not(:active), .form__checkBoxSelect.form-group .form-control:not(:focus) {
  border: 2px solid white;
}

.form__checkBoxParameter:after {
  content: "£";
  right: 102px;
  top: 7px;
  position: absolute;
  transition: font-size 0.5s ease;
}

.form__checkBoxNumbers:after {
  content: "£";
  right: 104px;
  bottom: 4px;
  position: absolute;
  transition: font-size 0.5s ease;
}

.form__checkBoxParameter:not(.showParameter), .greyout .form__checkBoxParameter.showParameter {
  height: 0px;
  padding: 0 0 0;
}

.form__checkBoxParameter.showParameter {
  height: 42px;
  padding: 5px 0 0;
}

/*checkbox slider - toggle radio*/
.form__checkBoxSlider--radio {
  width: 98%;
  width: calc(100% - 8px);
}

.form__checkBoxSlider--radio label {
  display: inline-block;
  position: relative;
  width: 32%;
  width: calc(33.3% - 4px);
  padding: 0;
  height: auto;
  text-align: center;
  font-size: 18px;
  top: -1px;
  overflow: hidden;
  transition: color 1s ease;
}

.form__checkBoxSlider--radio input[type=radio]:checked + label {
  color: #0c923f;
}

.form__checkBoxSlider--radio input[type=radio]:not(:checked) + label {
  color: #921d47;
}

.form__checkBoxSlider--radio input[type=radio]:disabled + label {
  color: #dedede;
}

.form__checkBoxSlider--radio input[type=radio]:disabled:checked + label {
  color: #0c923f;
}

.form__checkBoxSlider--radio input[type=radio] {
  display: none;
}

.toggle_option_slider {
  width: 32%;
  width: calc(33.3% - 4px);
  height: 28px;
  position: absolute;
  top: -3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 3px solid #0c923f;
  border-left: 70px solid #0c923f;
  border-right: 70px solid #0c923f;
  z-index: 10;
}

.toggle_option_slider:before {
  content: "";
  width: 13px;
  height: 22px;
  position: relative;
  top: 0;
  left: -11px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  background: #fef4e9;
}

.toggle_option_slider:after {
  content: "";
  width: 13px;
  height: 22px;
  position: absolute;
  top: 0;
  right: -11px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  display: inline-block;
  background: #fef4e9;
}

.toggle_option:first-of-type:checked ~ .toggle_option_slider {
  left: 0;
}

.toggle_option:nth-of-type(2):checked ~ .toggle_option_slider {
  left: 33.3%;
}

.toggle_option:nth-of-type(3):checked ~ .toggle_option_slider {
  left: 66.6%;
}

.toggle_option:disabled ~ .toggle_option_slider {
  border-color: #dedede;
}

/*active*/
.calculationBox__outer--plus.stepTwo__Show.active,
.calculationBox__outer--minus.stepTwo__Show.active,
.col-md-4.calculationBox__outer--equals.stepThree__Show.active3,
.col-md-4.calculationBox__outer--equals.stepThree__Show.active5,
.col-md-4.calculationBox__outer--minus.stepTwo__Show.stepThree__Show.active3 .calculationBox__Value {
  border: 3px solid #0c923f;
  background-color: #0c923f;
}

.col-md-4.calculationBox__outer.stepThree__Show.active3 .calculationBox__Value,
.col-md-4.calculationBox__outer--plus.stepTwo__Show.stepThree__Show.active3 .calculationBox__Value,
.col-md-4.calculationBox__outer--minus.stepTwo__Show.stepThree__Show.active3 .calculationBox__Value {
  border: 6px solid #0c923f;
  background-color: white;
}

.stepTwo__Show.active .calculationBox__Value,
.col-md-4.calculationBox__outer--equals.stepThree__Show.active3 .calculationBox__Value,
.col-md-4.calculationBox__outer--equals.stepThree__Show.active5 .calculationBox__Value {
  bottom: 3px;
  left: 3px;
  width: 98%;
  width: calc(100% - 6px);
  border-top: 3px solid white;
  -webkit-border-radius: 5px 5px 2px 2px;
  -moz-border-radius: 5px 5px 2px 2px;
  -ms-border-radius: 5px 5px 2px 2px;
  border-radius: 5px 5px 2px 2px;
}

.col-md-4.calculationBox__outer--equals.stepThree__Show.active3 .calculationBox__Value {
  border-top: 5px solid white;
}

.col-md-4.calculationBox__outer.stepThree__Show.active3,
.col-md-4.calculationBox__outer--plus.stepTwo__Show.stepThree__Show.active3,
.col-md-4.calculationBox__outer--minus.stepTwo__Show.stepThree__Show.active3 {
  border: 0;
}

.col-md-4.calculationBox__outer--plus.stepTwo__Show.active::before,
.col-md-4.calculationBox__outer--minus.stepTwo__Show.active::before,
.col-md-4.calculationBox__outer--plus.stepTwo__Show.active3::before,
.col-md-4.calculationBox__outer--minus.stepTwo__Show.active3::before,
.col-md-4.calculationBox__outer--equals.stepThree__Show.active3::before {
  border: 6px solid #0c923f;
  line-height: 31px;
  top: 92px;
}

.col-md-4.calculationBox__outer--plus.stepTwo__Show.active3::before,
.col-md-4.calculationBox__outer--minus.stepTwo__Show.active3::before {
  top: 98px;
}

.col-md-4.calculationBox__outer--equals.stepThree__Show.active3::before {
  top: 96px;
}

.col-md-4.calculationBox__outer--plus.stepTwo__Show.active3::before {
  left: -18px;
}

/*warning*/
.warning,
.col-md-4.calculationBox__outer--plus.stepTwo__Show.active.warning,
.col-md-4.calculationBox__outer--minus.stepTwo__Show.active.warning {
  border-color: #921d47;
  color: #921d47;
}

.stepTwo__Show.active.warning {
  background-color: #921d47;
}

.stepTwo__Show.active.warning .calculationBox__Description::after {
  border-color: #c98ea3;
  background-color: #921d47;
}

.col-md-4.calculationBox__outer--plus.stepTwo__Show.active.warning::before,
.col-md-4.calculationBox__outer--minus.stepTwo__Show.active.warning::before {
  border-color: #921d47;
}

/*disabledInputs*/
[class*=form__inputWrapper].disabledInput label {
  color: white;
  background-color: #dedede;
}
[class*=form__inputWrapper].disabledInput input {
  border: 3px solid #dedede;
}

/*mediaQueries*/
@media only screen and (max-width: 991px) {
  .form__inputWrapper--teller .error-message {
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  [class*=calculationBox__outer] {
    width: 90%;
    margin: 2vh 0 2vh 10%;
  }

  .calculationBox__outer--equals {
    margin-right: 0;
  }

  [class*=calculationBox__outer--]::before {
    margin: 0 0 0 -0.5625em;
    left: -35px;
    top: auto;
    bottom: 7px;
  }

  .calculationBox__outer--minus::before {
    top: -34px;
    bottom: auto;
  }

  .calculationBox__Description {
    text-align: left;
    font-size: 1.25em;
    padding: 0.25em 0.25em 0.25em 1.125em;
  }

  .calculationBox__Value {
    padding: 0.125em 1em;
    text-align: left;
  }

  .calculationBox__popUp .calculationBox__Description {
    text-align: center;
    font-size: 1.5em;
    padding: 0.25em 0.25em 0.25em 1.125em;
  }
  .calculationBox__popUp .calculationBox__Value {
    padding: 0.5em 0.125em;
    text-align: center;
  }
  .calculationBox__popUp .calculationBox__Value input {
    width: 80%;
  }

  .calculationBox__Wrapper--accountPage .calculationBox__Value {
    padding: 0.125em 1em;
    font-size: 0.8em;
  }
  .calculationBox__Wrapper--accountPage [class*=calculationBox__outer--]::before {
    top: auto;
    bottom: 4px;
  }
  .calculationBox__Wrapper--accountPage .calculationBox__outer--plus::before,
.calculationBox__Wrapper--accountPage .calculationBox__outer--minus::before,
.calculationBox__Wrapper--accountPage .active.calculationBox__outer--plus::before,
.calculationBox__Wrapper--accountPage .active.calculationBox__outer--minus::before {
    top: -34px;
  }
  .calculationBox__Wrapper--accountPage .col-md-4.calculationBox__outer--plus.stepTwo__Show.active::before,
.calculationBox__Wrapper--accountPage .col-md-4.calculationBox__outer--minus.stepTwo__Show.active::before,
.calculationBox__Wrapper--accountPage .col-md-4.calculationBox__outer--plus.stepTwo__Show.active3::before,
.calculationBox__Wrapper--accountPage .col-md-4.calculationBox__outer--minus.stepTwo__Show.active3::before,
.calculationBox__Wrapper--accountPage .col-md-4.calculationBox__outer--equals.stepThree__Show.active3::before {
    line-height: 31px;
    top: -32px;
    left: -35px;
  }
  .calculationBox__Wrapper--accountPage .col-md-4.calculationBox__outer--equals.stepThree__Show.active3::before {
    top: 49px;
    bottom: auto;
  }
  .calculationBox__Wrapper--accountPage .stepTwo__Show.active .calculationBox__Description::after,
.calculationBox__Wrapper--accountPage .calculationBox__outer--equals.stepThree__Show.active3 .calculationBox__Description::after {
    top: -0.5em;
    left: auto;
    right: -0.5em;
    margin: 0;
  }

  .calculationBox__Verify {
    position: relative;
    bottom: 0.1em;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }

  button.form__button--inline.verify,
button.form__button--inline.tryAgain,
button.form__button--inline.autoUpdate {
    font-size: 0.9em;
  }

  .toggle_option_slider {
    border: 3px solid #0c923f;
    border-left: 35px solid #0c923f;
    border-right: 35px solid #0c923f;
  }

  .loginMessage__endSession {
    width: 98%;
    width: calc(100% - 26px);
    margin: 2vh 13px;
    left: 0;
  }

  .loginMessage.form__message--aboveAdminButtons {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media only screen and (max-width: 748px) {
  .toggle_option_slider {
    border: 3px solid #0c923f;
  }

  .toggle_option_slider:before,
.toggle_option_slider:after {
    display: none;
  }

  .form__checkBoxSlider--radio label {
    font-size: 15px;
    line-height: 25px;
  }

  .form__checkBoxTextInput input {
    width: 100%;
  }
  .form__checkBoxTextInput label {
    top: 0;
  }

  .form__checkBoxSelect.form-group .form-control {
    width: 100%;
    float: none;
  }

  .modal-dialog .calculationBox__InstructionBox {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .form__checkBoxSlider--radio label {
    font-size: 10px;
  }
}
@media only screen and (max-height: 600px) {
  button.form__button, [class*=form__inputWrapper] input {
    font-size: 1.5em;
  }

  [class*=form__inputWrapper] label {
    font-size: 1em;
  }

  [class*=form__inputWrapper]::before {
    padding: 0;
    margin-bottom: -0.05em;
    bottom: -1vh;
    font-size: 3em;
  }

  .form__inputWrapper--teller::before {
    padding: 0;
    margin-bottom: 0.6em;
    bottom: 2vh;
  }
}
/*calculationBox in _forms.scss*/
.infoBox__wrapper--multiboxes {
  margin: 2vh 0 0;
}

.infoBox__BottomRow {
  border: 3px solid #3d4999;
  color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

[class*=infoBox__BottomRow--] {
  display: inline-block;
  font-size: 25px;
  position: relative;
  vertical-align: middle;
}

.infoBox__BottomRow--Description {
  width: 65%;
  background-color: #3d4999;
  color: white;
  left: -1%;
  padding: 1vh 0.5em;
  margin-bottom: -1px;
}

.infoBox__BottomRow--Value {
  width: 33%;
  vertical-align: middle;
}

.infoBox__wrapper--multiboxes .infoBox__BottomRow {
  margin: 0 0 2vh;
}

.infoBox__BottomRow.active5 {
  border: 3px solid #0c923f;
}

.active5 .infoBox__BottomRow--Description {
  background-color: #0c923f;
}

.adminNavigation {
  text-align: center;
}

.adminNavigation .loginMessage {
  margin: 0 auto 2vh;
  width: 97.5%;
  width: calc(100% - 26px);
}

.adminNavigation .loginMessage.warning {
  padding: 10px 45px;
}

.adminNavigation .col-sm-6 {
  float: none;
  display: inline-block;
  width: 49.5%;
}

.adminNavigation .col-sm-3 {
  float: none;
  display: inline-block;
  width: 24.5%;
}

.adminNavigation .col-sm-9 {
  float: none;
  display: inline-block;
  width: 74.5%;
}

.adminNavigation button.button,
.adminNavigation a.button {
  margin: 2vh 0;
  padding: 3vh 5px;
  height: auto;
  max-height: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

.adminNavigation a.button {
  width: 100%;
  display: inline-block;
}

.adminNavigation button.button:after,
.adminNavigation a.button:after {
  font-family: "icomoon";
  content: "";
  font-size: 6vh;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 1;
  opacity: 0.5;
}

.adminNavigation button.adminNavigation__endButton.button:after {
  content: "";
}

.adminNavigation #bankingTrigger.adminNavigation__infoAndButtonOuter button.button:after,
.adminNavigation #bankingTrigger.adminNavigation__infoAndButtonOuter a.button:after {
  content: "";
}

.adminNavigation #schoolSettingsTrigger.adminNavigation__infoAndButtonOuter button.button:after,
.adminNavigation #schoolSettingsTrigger.adminNavigation__infoAndButtonOuter a.button:after {
  content: "";
}

.adminNavigation #cashierTrigger.adminNavigation__infoAndButtonOuter button.button:after,
.adminNavigation #cashierTrigger.adminNavigation__infoAndButtonOuter a.button:after {
  content: "";
}

.adminNavigation #verificationTrigger.adminNavigation__infoAndButtonOuter button.button:after,
.adminNavigation #verificationTrigger.adminNavigation__infoAndButtonOuter a.button:after {
  content: "";
}

.adminNavigation__fullWidthButton button.button {
  padding: 3vh 50px;
  left: 6px;
  width: calc(100% + 4px);
}

button.button.adminNavigation__goToLogin {
  width: 98%;
  width: calc(100% - 24px);
  margin: 2vh 12px 0;
  padding: 3vh 60px;
}

button.button.adminNavigation__goToLogin:after {
  content: "";
}

/*button flavours*/
.col-sm-3 a.button--print {
  padding: 60px 30px 0;
}

.adminNavigation button.button--review:after,
.adminNavigation a.button--review:after {
  content: "";
}

.adminNavigation button.button--view:after,
.adminNavigation a.button--view:after {
  content: "";
}

.adminNavigation button.button--print:after,
.adminNavigation a.button--print:after {
  content: "";
}

.adminNavigation button.button--home:after,
.adminNavigation a.button--home:after {
  content: "";
}

.adminNavigation__infoAndButtonOuter {
  cursor: pointer;
}

.adminNavigation__infoAndButtonOuter:hover button, .adminNavigation__infoAndButtonOuter:hover a.button,
.adminNavigation__infoAndButtonOuter:focus button,
.adminNavigation__infoAndButtonOuter:focus a.button {
  transition: background-color 1s ease, color 1s ease;
  background-color: #0c923f;
  text-decoration: none;
  cursor: pointer;
}
.adminNavigation__infoAndButtonOuter:hover .adminNavigation__instructionBox,
.adminNavigation__infoAndButtonOuter:hover .adminNavigation__reviewBox,
.adminNavigation__infoAndButtonOuter:focus .adminNavigation__instructionBox,
.adminNavigation__infoAndButtonOuter:focus .adminNavigation__reviewBox {
  transition: border 1s ease, color 1s ease;
  border: 5px solid #0c923f;
  color: #0c923f;
  cursor: pointer;
}

#bankingTrigger.adminNavigation__infoAndButtonOuter:not(:hover) button, #bankingTrigger.adminNavigation__infoAndButtonOuter:not(:hover) a.button,
#bankingTrigger.adminNavigation__infoAndButtonOuter:not(:focus) button,
#bankingTrigger.adminNavigation__infoAndButtonOuter:not(:focus) a.button {
  transition: background-color 1s ease, color 1s ease;
  background-color: #921d47;
  text-decoration: none;
  cursor: pointer;
}
#bankingTrigger.adminNavigation__infoAndButtonOuter:not(:hover) .adminNavigation__instructionBox,
#bankingTrigger.adminNavigation__infoAndButtonOuter:not(:hover) .adminNavigation__reviewBox,
#bankingTrigger.adminNavigation__infoAndButtonOuter:not(:focus) .adminNavigation__instructionBox,
#bankingTrigger.adminNavigation__infoAndButtonOuter:not(:focus) .adminNavigation__reviewBox {
  transition: border 1s ease, color 1s ease;
  border: 5px solid #921d47;
  color: #921d47;
  cursor: pointer;
}

.adminNavigation__instructionBox,
.adminNavigation__reviewBox {
  margin: 2vh 0;
  padding: 0 20px;
  height: auto;
  max-height: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid #dca400;
  width: 100%;
  left: -30px;
  top: 0;
  font-size: 1.5em;
  z-index: 0;
  color: #dca400;
}

.adminNavigation__reviewBox {
  left: 25px;
}

.adminNavigation__summaryTitle {
  margin: 15px auto;
  font-size: 28px;
}

.adminNavigation__summaryBox,
.adminNavigation__summaryBoxWide {
  display: inline-block;
  width: 49%;
  border: 1px solid #dca400;
  margin: 0 auto 10px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.adminNavigation__summaryBoxWide {
  width: 99%;
}

/*Display set to none temp measure*/
.adminNavigation__instructionBox::after {
  content: "1";
  display: none;
  position: absolute;
  bottom: auto;
  top: -3vh;
  right: -30px;
  background-color: #dca400;
  color: white;
  border: 10px solid #eed280;
  line-height: 51px;
  width: 70px;
  height: 70px;
  font-size: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}

.adminNavigation__instructionBox:nth-of-type(4)::after {
  content: "2";
}

.adminNavigation__instructionBox:nth-of-type(6)::after {
  content: "3";
}

.adminNavigation__instructionBox:nth-of-type(8)::after {
  content: "4";
}

.adminNavigation__instructionBox:nth-of-type(10)::after {
  content: "5";
}

.adminNavigation__instructionBox:nth-of-type(12)::after {
  content: "6";
}

.adminNavigation__instructionBox:nth-of-type(14)::after {
  content: "7";
}

/* End Display set to none temp measure*/
.adminNavigation button#verificationTrigger.button:after {
  content: "";
}

.adminNavigation button#schoolSettingsTrigger.button:after {
  content: "";
}

.adminNavigation button#signupTrigger.button:after {
  content: "";
}

.adminNavigation button#tellerHomeTrigger.button:after {
  content: "";
}

/*selectSwitch*/
.switch.col-sm-6 {
  margin: 1vh 0;
  padding: 0 10px;
}

.adminNavigation__checkBox {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.adminNavigation__checkBox + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  margin: 0;
  font-size: 1.5em;
  padding: 5px;
  color: white;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: background 0.5s ease;
  max-width: none;
  overflow: hidden;
}

input.adminNavigation__checkBox:checked + label {
  background-color: #0c923f;
}

input.adminNavigation__checkBox:not(:checked) + label {
  background-color: #acacac;
}

.adminNavigation__checkBox + label::before {
  transition: opacity 0.5s ease, color 1s ease;
  font-family: "icomoon";
  content: "";
  font-size: 45px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}

input.adminNavigation__checkBox:checked + label::before {
  opacity: 0.5;
  color: white;
}

input.adminNavigation__checkBox:not(:checked) + label::before {
  opacity: 0;
  color: #dedede;
}

.verify-teller.switch.col-sm-6 {
  vertical-align: bottom;
  color: #585858;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px 0;
  font-size: 1.5em;
  margin: 1vh 13px;
  width: 48%;
  width: calc(50% - 29px);
  transition: border 0.5s ease;
}

.verify-teller.switch.col-sm-6:not(.childChecked) {
  border: 5px solid #dca400;
}

.verify-teller.switch.col-sm-6.childChecked {
  border: 5px solid #0c923f;
}

.verify-teller.switch.col-sm-6.verify-teller__mismatch:not(.childChecked) {
  border: 5px solid #acacac;
}

.verify-teller input.adminNavigation__checkBox + label {
  width: 50%;
  width: calc(50% + 10px);
  right: -15px;
  bottom: -5px;
  float: right;
  transition: background 0.5s ease, width 0.5s ease;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  height: 50px;
  font-size: 21px;
  padding-top: 10px;
  overflow: hidden;
  z-index: 100;
}

.verify-teller input.adminNavigation__checkBox:checked + label {
  background-color: #0c923f;
  width: 104.5%;
  width: calc(100% + 30px);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  display: block;
}

.verify-teller input.adminNavigation__checkBox:not(:checked) + label {
  background-color: #dca400;
}

.verify-teller.switch.col-sm-6.verify-teller__mismatch input.adminNavigation__checkBox:not(:checked) + label {
  background-color: #acacac;
  cursor: default;
}

.verify-teller input.adminNavigation__checkBox:checked + label::before,
.verify-teller input.adminNavigation__checkBox:not(:checked) + label::before {
  color: white;
  top: auto;
  bottom: -7px;
  right: 50%;
  margin-right: -20px;
}

.verify-teller input.adminNavigation__checkBox:checked + label::before {
  opacity: 0.5;
}

.verify-teller input.adminNavigation__checkBox:not(:checked) + label::before {
  opacity: 0;
}

.verify-teller input.adminNavigation__checkBox:checked + label::after,
.verify-teller input.adminNavigation__checkBox:not(:checked) + label::after {
  color: white;
  content: "Confirm";
  transition: opacity 0.5s ease;
  position: relative;
}

.verify-teller input.adminNavigation__checkBox:checked + label::after {
  opacity: 0;
}

.verify-teller input.adminNavigation__checkBox:not(:checked) + label::after {
  opacity: 1;
}

.adminNavigation__Label--name, .verify-teller .adminNavigation__Label--value {
  display: inline-block;
  width: 100%;
}

.verify-teller .adminNavigation__LabelWrapper--value {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #585858;
  margin: 5px 0;
}

.verify-teller .adminNavigation__Label--value {
  font-size: 34px;
  line-height: 32px;
  overflow: hidden;
  padding: 0;
  width: 49%;
  margin: 0;
  display: inline-block;
  top: 4px;
  position: relative;
}
.verify-teller .adminNavigation__Label--value h3 {
  font-size: 12px;
  line-height: 14px;
}

.verify-teller__mismatch .adminNavigation__LabelWrapper--value {
  background-color: #921d47;
  color: white;
  border: 3px solid #921d47;
}

/*
.verify-teller__mismatch .adminNavigation__Label--value:after
{
  font-family: 'icomoon';
  position: relative;
  top: 0;
  right:-20px;
  z-index: 1;
  content: "\ea07";
  font-size: 36px;
  font-weight: bold;
  opacity: .5;
  display: none;
}*/
.verify-teller__mismatchAccepted .adminNavigation__LabelWrapper--value {
  background-color: white;
  color: #921d47;
  border: 3px solid #921d47;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/*
.verify-teller__mismatchAccepted .adminNavigation__Label--value:after
{
  content: "\f047";
  opacity: 1;
  line-height: 24px;
  font-size: 40px;
  right:-25px;
  top: 6px;
  display: none;
}*/
.verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:checked + label,
.verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:not(:checked) + label {
  height: 75px;
}

.verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:checked + label::after,
.verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:not(:checked) + label::after {
  color: white;
  content: "Confirm with \a difference";
  white-space: pre;
  transition: opacity 0.5s ease;
  position: relative;
  height: auto;
  line-height: 21px;
}

.verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:checked + label::before,
.verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:not(:checked) + label::before {
  bottom: 5px;
}

.adminNavigation__checkBoxInsertButton {
  width: 50%;
  width: calc(50% + 10px);
  left: -5px;
  bottom: -5px;
  position: absolute;
  height: 50px;
  font-size: 21px;
  border-right: 5px solid white;
}

.adminNavigation__checkBoxInsertButton button.button {
  margin: 0;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  padding: 5px;
  outline: none;
  font-size: 1em;
  height: 50px;
  background-color: #921d47;
  overflow: hidden;
}

.adminNavigation__checkBoxInsertButton button.button:after {
  content: "?";
  font-family: "abeezeeregular", Arial, Helvetica, sans-serif;
  top: 0;
  font-size: 36px;
  font-weight: bold;
}

.verify-teller.verify-teller__mismatchAccepted .adminNavigation__checkBoxInsertButton {
  height: 75px;
}
.verify-teller.verify-teller__mismatchAccepted .adminNavigation__checkBoxInsertButton button.button {
  padding: 5px;
  height: 75px;
}
.verify-teller.verify-teller__mismatchAccepted .adminNavigation__checkBoxInsertButton button.button:after {
  top: 5px;
  font-size: 48px;
}

.adminNavigation__checkBox:checked + label .adminNavigation__checkBoxInsertButton {
  display: none;
}

.adminNavigation button.button[class*=adminNavigation__endButton],
.adminNavigation button.button.adminNavigation__cashier {
  width: 97.5%;
  width: calc(100% - 26px);
  margin: 5px 0;
}

.adminNavigation #verify-tellers button.button[class*=adminNavigation__endButton]:after,
.adminNavigation button#TellerTotalConfirm.button[class*=adminNavigation__endButton]:after,
.adminNavigation button.button.adminNavigation__cashier:after {
  content: "";
}

.adminNavigation button#TellerTotalConfirm.button[class*=adminNavigation__endButton--]:after,
.adminNavigation button.button[class*=adminNavigation__endButton--]:after {
  font-size: 45px;
  transition: opacity 0.5s ease;
  right: 10px;
}

.adminNavigation button.button.adminNavigation__endButton--grid90 {
  width: 72.5%;
  width: calc(75% - 26px);
  float: left;
  margin: 0 0 0 13px;
  padding: 22px 5px;
}

.adminNavigation button.button.adminNavigation__endButton--grid30 {
  width: 22.5%;
  width: calc(25% - 26px);
  float: right;
  margin: 0 13px 0 0;
  background-color: #921d47;
  padding: 7px 5px;
}

.adminNavigation button.button.adminNavigation__endButton--grid30:after {
  content: "";
  right: 15px;
}

/*mediaQueries*/
@media only screen and (max-width: 991px) {
  .adminNavigation button.button.adminNavigation__endButton--grid30:after {
    opacity: 0;
  }

  .adminNavigation .col-sm-6, .adminNavigation .col-sm-3, .adminNavigation .col-sm-9 {
    width: 100%;
  }

  .adminNavigation button.button.adminNavigation__endButton,
.adminNavigation button.button.adminNavigation__cashier,
.adminNavigation .loginMessage {
    width: calc(100% - 20px);
  }

  .adminNavigation .adminNavigation__instructionBox,
.adminNavigation .adminNavigation__reviewBox {
    margin: 0;
    width: calc(100% - 30px);
    top: -3.5vh;
    left: 0;
    padding: 2vh 30px 1vh;
  }

  .adminNavigation .adminNavigation__reviewBox {
    top: 3.5vh;
    padding: 1vh 30px 2vh;
  }

  .adminNavigation__instructionBox::after {
    top: auto;
    bottom: -3vh;
  }

  .verify-teller.switch.col-sm-6 {
    margin: 1vh 11px;
    width: 98%;
    width: calc(100% - 22px);
  }

  .adminNavigation__fullWidthButton button.button {
    left: 0;
    width: 100%;
  }

  .col-sm-3 a.button--print {
    padding: 3vh 5px;
  }
}
@media only screen and (max-width: 748px) {
  .adminNavigation button.button.adminNavigation__endButton--grid90,
.adminNavigation button.button.adminNavigation__endButton--grid30 {
    width: 98%;
    width: calc(100% - 20px);
    float: none;
    margin: 0;
  }

  .adminNavigation button.button.adminNavigation__endButton--grid90 {
    margin: 0 0 2vh;
  }

  .adminNavigation button.button.adminNavigation__endButton--grid30:after {
    opacity: 0.5;
  }

  .adminNavigation__summaryBox,
.adminNavigation__summaryBoxWide {
    width: 100%;
  }

  .verify-teller .adminNavigation__Label--value {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .verify-teller.verify-teller__mismatchAccepted .adminNavigation__checkBoxInsertButton button.button,
.verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:checked + label,
.verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:not(:checked) + label {
    font-size: 16px;
  }
  .verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:checked + label,
.verify-teller.verify-teller__mismatchAccepted input.adminNavigation__checkBox:not(:checked) + label {
    line-height: 27px;
  }
}
a.btn-block, button.btn-block {
  background-color: #dca400;
  cursor: pointer;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 5px;
  margin: 5px 0 0;
  text-align: center;
}

a.btn-block:hover, button.btn-block:hover {
  cursor: pointer;
  color: white;
  text-decoration: none;
  background-color: #0c923f;
}

button.btn-outline {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 4px solid;
  padding: 10px;
  font-size: 18px;
  width: 100%;
}

button.btn-outline:not(:hover):not(:focus), button.btn-outline:hover, button.btn-outline:focus {
  background-color: white;
}

button.btn-outline:not(:hover) {
  border-color: #dca400;
  color: #dca400;
}

button.btn-outline:hover {
  border-color: #0c923f;
  color: #0c923f;
}

.testModalButton {
  position: fixed;
  top: 70px;
  left: 50px;
  padding: 5px 10px;
  background: #921d47;
  border: 5px solid white;
  color: white;
  height: 40px;
  width: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  z-index: 10;
}

.testModalButton:hover {
  text-decoration: none;
  background: #0c923f;
  color: white;
}

.modal.fade.in {
  padding: 0 !important;
}

.modal .modal-content {
  overflow: hidden;
}
.modal .error-message {
  position: relative;
  display: block;
  width: 96%;
  width: calc(100% - 30px);
  margin: 2vh 15px;
  left: 0;
  top: 0;
}
.modal .error-message--warning {
  border-width: 10px;
  margin: 2vh 15px 3vh;
}
.modal p {
  width: 96%;
  width: calc(100% - 30px);
  margin: 1vh 15px;
}
.modal em {
  color: #0c923f;
  font-size: 1.5em;
  font-style: normal;
}
.modal .form__checkBoxWrapper,
.modal .button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 96%;
  width: calc(100% - 30px);
  margin: 2vh 15px;
}
.modal .modal-footer {
  border: 0;
}

.modal-dialog.modal-fw,
.modal-dialog.modal-fw .modal-content {
  width: 96vw;
  height: 96vh;
  height: calc(100vh - 60px);
}

/*teller modal cash mis-count*/
#tellerModal .form__checkBoxWrapper {
  background-color: white;
  border: 10px solid #0c923f;
  color: #0c923f;
}
#tellerModal .form__checkBoxTextInput {
  color: #0c923f;
  font-size: 21px;
}

#tellerModal:not(.modal__cashMiscount) .modal__cashMiscount--Hide {
  display: inherit;
}
#tellerModal:not(.modal__cashMiscount) .modal__cashMiscount--Show {
  display: none;
}

#tellerModal.modal__cashMiscount .modal__cashMiscount--Hide {
  display: none;
}
#tellerModal.modal__cashMiscount .modal__cashMiscount--Show {
  display: inherit;
}

@media only screen and (max-width: 748px), screen and (max-height: 650px) {
  .modal-dialog.modal-fw,
.modal-dialog.modal-fw .modal-content {
    height: calc(100vh - 20px);
  }

  .modal-content .calculationBox__popUp .calculationBox__Description {
    font-size: 21px;
  }

  .modal-content .calculationBox__popUp .calculationBox__Value {
    font-size: 21px;
  }

  .modal-content .error-message {
    font-size: 14px;
  }

  #tellerModal.modal__cashMiscount .calculationBox__InstructionBox[class*=modal__cashMiscount--] {
    display: none;
  }

  #tellerModal .form__checkBoxTextInput label {
    font-size: 16px;
  }
}
/*DatePicker*/
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  opacity: 0.2;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 260px;
  padding: 0;
  display: none;
  left: auto !important;
  right: 6%;
  margin: -7px 35px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
  background: #0c923f;
  color: white;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 13px;
  width: 1em;
  height: 1em;
  text-decoration: none !important;
  outline: none;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: "icomoon" !important;
  content: "";
  font-size: 18px;
  top: -8px;
  position: relative;
  color: white;
}

.ui-datepicker .ui-datepicker-next:before {
  content: "";
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  cursor: pointer;
  opacity: 0.6;
  text-decoration: none !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  cursor: pointer;
  opacity: 0.6;
  text-decoration: none !important;
}

.ui-datepicker a.ui-datepicker-prev-hover:hover,
.ui-datepicker a.ui-datepicker-next-hover:hover,
.ui-datepicker a.ui-datepicker-prev-hover:focus,
.ui-datepicker a.ui-datepicker-next-hover:focus {
  text-decoration: none !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 2.5em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker-calendar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #0c923f;
  padding: 1em !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em !important;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.ui-datepicker th {
  padding: 0.4em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #000000;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.4em 0.5em 0.4em;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
  background: #86c99f;
  color: white;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-state-default {
  border: 2px solid white;
}

.ui-state-active {
  border: 2px solid #0c923f;
}

@media only screen and (max-width: 480px) {
  .ui-datepicker {
    width: 96%;
    right: 2%;
    margin: -7px 0 0 0;
  }
}
.footer::after {
  background-image: url("../images/foodsaversnetwork.png");
}

/*reponsive*/
@media only screen and (max-width: 767px) {
  .footer::after {
    background-image: url("../images/foodsaversnetwork.png");
  }
}
/*REGISTRATION FORM*/
.guardian-form-master {
  margin-top: 3rem;
}

.checkbox-validation-contact-text-error,
.checkbox-validation-guardian-text-error {
  color: #921d47 !important;
}

.serviceNotificationMessage {
  height: 70px;
  line-height: 55px;
  margin: 0 0 3vh 0;
  position: relative;
  padding: 0;
  display: none;
}
.serviceNotificationMessage p {
  padding-top: 3px;
  padding-right: 20px;
}

#s-postcode {
  border-radius: 0 0 0 5px;
}

#school_postcode_lookup {
  background: #0c923f;
  color: #ffffff;
  border: 3px solid #0c923f;
  margin-top: 30px;
  height: 40px;
  box-shadow: none;
  letter-spacing: 0px;
  padding: 6px 8px;
}

.main-container-registration {
  max-width: none;
  width: calc(100% + 92px);
  position: relative;
  left: -55px;
}
.main-container-registration .confirm-check-containers p,
.main-container-registration .confirm-check-containers div {
  display: inline-block;
}
.main-container-registration .disabled_click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
  cursor: pointer;
}
.main-container-registration .confirm-check {
  float: left;
  width: 20px;
  margin-right: 15px;
  height: 20px;
  background: white;
  position: relative;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-color: #f7941e;
  transition: border 1s ease;
}
.main-container-registration .confirm-check input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  opacity: 0;
}
.main-container-registration .form-check-label {
  cursor: pointer;
  position: relative;
}
.main-container-registration .form-check-label:before {
  content: "";
  display: block;
  position: absolute;
  border: 0;
  top: -64px;
  right: -23px;
  background-color: #ffffff;
  width: 15px;
  height: 13px;
  transition: all 0.5s ease;
  opacity: 0;
}
.main-container-registration .form-check-label:after {
  font-family: "icomoon";
  content: "";
  display: block;
  position: absolute;
  top: -69px;
  right: -22px;
  color: #f7941e;
  transition: all 1s ease;
  font-size: 22px;
  color: #f7941e;
  opacity: 0;
}
.main-container-registration .form-check-label:hover:after {
  opacity: 0.5;
}
.main-container-registration .form-check-label:hover:before {
  opacity: 1;
}
.main-container-registration .form-check input[type=checkbox]:checked + label:after,
.main-container-registration .form-check input[type=checkbox]:checked + label:before {
  opacity: 1;
}

#registration label,
.guardian-form-master label {
  font-size: 1.1em;
  position: relative;
}

.guardian-form-master .ui-datepicker {
  left: 6% !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  background: #0c923f;
  border: 1px solid #ffffff;
  margin: 0 2px;
}

#registration,
.guardian-form-master {
  /*Textfield*/
  /*Datepicker*/
  /*Dropdown*/
}
#registration [class*=form-select] select,
.guardian-form-master [class*=form-select] select {
  border: 3px solid #0c923f;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0 5px 5px 5px;
  position: relative;
  background: none;
}
#registration [class*=form__inputWrapper] label,
.guardian-form-master [class*=form__inputWrapper] label {
  padding: 0 10px;
}
#registration [class*=form__inputWrapper--login]:not(.form-select, .date-field-container)::before,
.guardian-form-master [class*=form__inputWrapper--login]:not(.form-select, .date-field-container)::before {
  position: absolute;
  font-size: 2.1em;
  height: 50%;
  top: 3.6vh;
  right: 0.7em;
}
#registration [class*=form__inputWrapper]:not(.date-field-container)::before,
.guardian-form-master [class*=form__inputWrapper]:not(.date-field-container)::before {
  font-family: "icomoon";
  content: "";
  color: #f7941e;
  bottom: 0;
  top: auto;
  right: 23px;
  position: absolute;
  font-size: 27px;
  z-index: -1;
}
#registration [class*=date-field-container]:before,
.guardian-form-master [class*=date-field-container]:before {
  content: "";
}
#registration [class*=form__inputWrapper].disabledInput select, #registration [class*=form__inputWrapper].disabledInput input,
.guardian-form-master [class*=form__inputWrapper].disabledInput select,
.guardian-form-master [class*=form__inputWrapper].disabledInput input {
  border: 3px solid #dedede;
}
#registration [class*=form__inputWrapper].disabledInput:before,
#registration [class*=form__inputWrapper].disabledInput:after,
.guardian-form-master [class*=form__inputWrapper].disabledInput:before,
.guardian-form-master [class*=form__inputWrapper].disabledInput:after {
  color: #dedede;
}
#registration [class*=date-field-container]:after,
.guardian-form-master [class*=date-field-container]:after {
  font-family: "icomoon";
  color: #f7941e;
  content: "";
  bottom: 2px;
  right: 26px;
  height: 50%;
  position: absolute;
  font-size: 25px;
  z-index: -1;
}
#registration .datepickerWrapper input,
.guardian-form-master .datepickerWrapper input {
  position: relative;
  z-index: 1;
}
#registration [class*=form-select]::after,
.guardian-form-master [class*=form-select]::after {
  font-family: "icomoon";
  color: #f7941e;
  content: "";
  bottom: 0.3vh;
  right: 27px;
  height: 50%;
  position: absolute;
  font-size: 27px;
  z-index: -1;
}
#registration input,
.guardian-form-master input {
  font-size: 1em;
  min-height: 40px;
  height: 20px;
  background: none;
  box-sizing: border-box;
  padding: 0px 40px 0px 10px;
}
#registration input:not(:focus), #registration select:not(:focus),
.guardian-form-master input:not(:focus),
.guardian-form-master select:not(:focus) {
  box-shadow: none;
}
#registration input:focus, #registration input:active, #registration select:focus, #registration select:active,
.guardian-form-master input:focus,
.guardian-form-master input:active,
.guardian-form-master select:focus,
.guardian-form-master select:active {
  -webkit-box-shadow: 0 0 5px 2px #0c923f;
  -moz-box-shadow: 0 0 5px 2px #0c923f;
  box-shadow: 0 0 5px 2px #0c923f;
}
#registration .input-group input,
.guardian-form-master .input-group input {
  padding: 0px 2px 0px 10px;
}
#registration .has-error input:focus, #registration .has-error input:active, #registration .has-error select:focus, #registration .has-error select:active,
.guardian-form-master .has-error input:focus,
.guardian-form-master .has-error input:active,
.guardian-form-master .has-error select:focus,
.guardian-form-master .has-error select:active {
  -webkit-box-shadow: 0 0 5px 2px #921d47;
  -moz-box-shadow: 0 0 5px 2px #921d47;
  box-shadow: 0 0 5px 2px #921d47;
}
#registration .text-muted,
.guardian-form-master .text-muted {
  margin-left: 5px;
}
#registration .text-muted-mobile,
.guardian-form-master .text-muted-mobile {
  display: none;
}
#registration .role-description span,
.guardian-form-master .role-description span {
  display: none;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #585858;
}
#registration .tooltip-role:after,
.guardian-form-master .tooltip-role:after {
  font-family: "icomoon";
  content: "";
  color: white;
  font-weight: normal;
  margin: 0 0 0 10px;
}
#registration .tooltip-role-container,
.guardian-form-master .tooltip-role-container {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 15px;
  margin: 0 0 10px;
  background: white;
  border: 2px solid #0c923f;
  color: #acacac;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 30vw;
  padding: 10px;
  z-index: 4;
}
#registration .tooltip-role-container h5,
.guardian-form-master .tooltip-role-container h5 {
  font-size: 1.2em;
}
#registration .tooltip-role-container P, #registration .tooltip-role-container h5,
.guardian-form-master .tooltip-role-container P,
.guardian-form-master .tooltip-role-container h5 {
  text-align: left;
  margin: 5px 0;
}
#registration .tooltip-role-container h5, #registration .tooltip-role-container strong,
.guardian-form-master .tooltip-role-container h5,
.guardian-form-master .tooltip-role-container strong {
  color: #0c923f;
}
#registration .confirm-check-containers,
.guardian-form-master .confirm-check-containers {
  text-align: left;
}
#registration [class*=form-select]::before,
.guardian-form-master [class*=form-select]::before {
  content: "";
  display: none;
}
#registration .has-error label,
.guardian-form-master .has-error label {
  background: #921d47;
}
#registration .has-error input, #registration .has-error select,
.guardian-form-master .has-error input,
.guardian-form-master .has-error select {
  border-color: #921d47;
}
#registration .form-footer-text,
.guardian-form-master .form-footer-text {
  text-align: left;
  margin: 2rem 0;
  float: left;
}
#registration ::-webkit-input-placeholder,
.guardian-form-master ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
}
#registration ::-moz-placeholder,
.guardian-form-master ::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}
#registration :-ms-input-placeholder,
.guardian-form-master :-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac;
}
#registration :-moz-placeholder,
.guardian-form-master :-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}

.registration--introtext {
  border: 5px solid #0c923f;
  margin: 20px 0 3vh 0;
  border-radius: 5px;
  padding: 5px 15px;
}
.registration--introtext p {
  margin: 10px 0;
}

h3 {
  border: 5px solid #0c923f;
  border-radius: 5px;
  padding: 10px 0;
  font-family: "abeezeeregular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.75em;
  margin-bottom: 30px;
  color: #0c923f;
  margin-bottom: 3rem;
}

.registration__labelNote {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 10px;
  color: #0c923f;
}

.registration__asterisk {
  position: absolute;
  right: -2%;
  bottom: -6px;
  font-size: 12px;
  color: #921d47;
}

#registration .registration__checkboxWrapper {
  text-align: left;
  position: relative;
  padding: 0 15px 10px;
  top: -15px;
}
#registration .registration__checkboxWrapper .registration__checkboxText {
  text-align: left;
  display: inline-block;
  width: 50%;
}
#registration .registration__checkboxWrapper .registration__checkboxCheck {
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  right: 49%;
  margin: 0 -22px 0 0;
}
.form-group.hide-role-required .form-check.confirm-check,
.form-group.hide-role-required .registration__checkboxText {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.form-group.hide-role-required:not(.has-error) .form-check.confirm-check,
.form-group.hide-role-required:not(.has-error) .registration__checkboxText {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.form-group.hide-role-required.has-error .form-check.confirm-check,
.form-group.hide-role-required.has-error .registration__checkboxText {
  border-color: #921d47;
  color: #921d47;
}

/*mediaQueries*/
@media only screen and (max-width: 1150px) {
  #registration .text-muted,
.guardian-form-master .text-muted {
    display: none;
  }
  #registration .text-muted-mobile,
.guardian-form-master .text-muted-mobile {
    margin-top: 5px;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  #registration .role-description span,
.guardian-form-master .role-description span {
    display: block;
  }
  #registration .tooltip-role-container,
.guardian-form-master .tooltip-role-container {
    width: 60vw;
  }
  #registration .registration__checkboxWrapper .registration__checkboxText,
.guardian-form-master .registration__checkboxWrapper .registration__checkboxText {
    width: calc(100% - 25px);
  }
  #registration .registration__checkboxWrapper .registration__checkboxCheck,
.guardian-form-master .registration__checkboxWrapper .registration__checkboxCheck {
    right: 36px;
  }
}
@media only screen and (max-width: 748px) {
  .main-container-registration .confirm-check {
    float: none;
    margin: 1rem 0;
  }

  .registration__asterisk {
    right: -1%;
    bottom: -15px;
  }
}
@media only screen and (max-width: 480px) {
  .registration__labelNote {
    top: auto;
    bottom: -15px;
  }
}

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