﻿/** Shared site styles */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-image: url("/assets/auth background-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  height: 100vh;
  width: 100vw;
  font-family: Helvetica, sans-serif;
  color: #465058;
  overflow: hidden;
  overscroll-behavior: "none";
  position: absolute;
  background-position-x: center;
  height: 100vh;
  width: 100vw;
}

.page-container {
  height: 90vh;
}

.inner-container {
  border-radius: 20px;
  background-color: #393939;
  padding: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  float: right;
  flex-grow: 1;
  margin-top: 10px;
  overflow-y: auto;
}

.action-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40px;
  padding: 10px;
  justify-content: flex-end;
}
.action-row .left {
  vertical-align: top;
}
.action-row .left .input-label {
  font-size: 14px;
}
.action-row .right {
  flex-grow: 1;
}
.action-row .submit-button {
  float: right;
  background-color: #ffffff;
  height: 30px;
  color: #393939;
  box-shadow: none;
  border-width: 0px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
  margin-left: 10px;
}
.action-row .cancel-button {
  float: right;
  background-color: #616161;
  height: 30px;
  color: #fff;
  box-shadow: none;
  border-width: 0px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
  margin-left: 10px;
}
.action-row .submit-button:hover {
  background-color: #fff;
}

.footer-container span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  color: #fff;
}

.page-nav-link {
  font-size: 0.8em;
  color: #76a8b1;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

h1 {
  font-size: 1.7em;
  cursor: default;
}

h2 {
  color: #ffffff;
  font-family: "paralucent", sans-serif;
  font-weight: 100;
  font-size: 1.4em;
  cursor: default !important;
}

h3 {
  color: #89a989;
  font-size: 1.3em;
  font-weight: 100;
  font-family: Helvetica, sans-serif;
  padding-top: 10px;
  cursor: default !important;
}

h4 {
  font-size: 0.95em;
  color: #ffffff;
  font-weight: 100;
  font-family: Helvetica, sans-serif;
  cursor: default !important;
}

h1,
h2,
h3,
h4 ~ p {
  margin-bottom: 10px;
  cursor: default !important;
}

.form-group {
  margin-bottom: 20px;
}

label {
  color: #fff;
  font-size: 14px;
}

.input-label {
  font-size: 14px;
  color: #76a8b1;
  display: block;
  font-family: Helvetica, sans-serif;
  margin-bottom: 10px;
}

.input-text {
  display: block;
  border-radius: 15px;
  border: 0px;
  background-color: #434343 !important;
  color: #fff;
  padding-left: 15px;
  width: 100%;
  height: 35px;
  outline: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.input-text-area {
  display: block;
  border-radius: 15px;
  border: 0px;
  background-color: #434343 !important;
  color: #fff;
  padding-left: 15px;
  width: 100%;
  outline: none;
  margin-top: 5px;
  margin-bottom: 5px;
  resize: none;
}

select {
  height: 35px;
  background-color: #434343 !important;
  color: #fff;
  border-radius: 15px;
  min-width: 200px;
  outline: none;
  border: 0px;
  padding-left: 5px;
}

flexRow {
  display: flex;
  flex-direction: row;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

.form-flex-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.justConEnd {
  justify-content: flex-end;
}

.flexStartJc {
  justify-content: flex-start !important;
}

.justConCenter {
  justify-content: center;
}

.alignCenter {
  align-items: center;
}

.centerAll {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jc-space-between {
  justify-content: space-between;
}

.align-self-end {
  align-self: flex-end;
}

.leftContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  background-image: url("/assets/auth background-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 47%;
  border-radius: 15px 0 0 15px;
}

.rightContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 53%;
  border-radius: 0 15px 15px 0;
}

.leftContainerSecondary {
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
  background-image: url("/assets/auth background-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 15%;
  border-radius: 15px 0 0 15px;
}

.rightContainerSecondary {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: 85%;
  border-radius: 0 15px 15px 0;
  padding: 2em;
}

.activityContainer {
  display: flex;
  flex-direction: column;
  padding: 0 3rem;
}

.descriptionText {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: center;
  padding: 0 3.8em;
  line-height: 1.5;
}

.formContainer {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
  height: 20%;
  justify-content: space-between;
}

.transitionContainer {
  flex-direction: row;
}

.terms-conditions-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 82%;
}

.wrapperFullPage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.tc-container {
  overflow-y: auto;
  max-height: 50vh;
  margin-bottom: 1rem;
}

.terms-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.generalContainer {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.svg-container {
  width: 10%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.searchContainer {
  width: 100%;
  height: 50px;
}
.searchContainer .btn {
  height: 30px;
  margin: auto;
  margin-left: 10px;
}

.searchContainer > .Email-error {
  position: absolute;
  right: 25%;
}

.resetBtnContainer {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  width: 40%;
}

.logoContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 0.5em 1.2em;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 20px;
  font-size: 13px;
  min-height: 20px;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  float: right;
  height: 30px;
  box-shadow: none;
  border-width: 0px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}

.btn:hover {
  filter: brightness(0.9);
  cursor: pointer;
}

.search-bar {
  height: 25px;
  width: 60%;
  min-height: 25px;
  border-radius: 25px;
  border: 1px solid #f3f3f3;
  font-size: 0.7em;
  text-indent: 1em;
  outline: none;
  background-color: #f3f3f3 !important;
}

.field-validation-error {
  color: #da5e65;
  font-size: 14px;
  line-height: 30px;
}

.welcomeText {
  color: #76a8b1;
  font-size: 1em;
  font-weight: 100;
}

.smallerText {
  font-size: 0.8em;
  font-weight: 100;
}

.widthQtr {
  width: 25%;
}

.width45 {
  width: 45%;
}

.width60 {
  width: 60%;
}

.widthThreeQrtr {
  width: 75%;
}

.width80 {
  width: 80%;
}

.fullWidth {
  width: 100%;
}

.fullHeight {
  height: 100%;
}

.infoBox {
  position: absolute;
  height: 205px;
  width: 280px;
  background-color: #76a8b1;
  right: 3%;
  top: 18%;
  padding: 1em;
  border-radius: 10px;
}

.infoDesc {
  font-size: 0.7em;
  font-family: Helvetica, sans-serif;
  color: #465058;
  text-align: left;
  line-height: 1.5;
}

.text-align-centre {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-brand-green {
  color: #89a989;
}

.fa-action-link {
  cursor: pointer;
  color: #fff;
}

.error-heading {
  color: #c95960;
  font-size: 0.8em;
  margin-bottom: 5px;
}

.error-note,
.note {
  font-size: 0.7rem;
}

.warning-heading {
  color: #e67448;
  font-size: 0.8em;
  margin-bottom: 5px;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  filter: opacity(0.9);
  cursor: pointer;
}

.underlined {
  text-decoration: underline;
}

.userSearch {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.userSearch .field-validation-error {
  padding: 0 1rem 0 2rem;
}

.form-inline {
  display: inline-block;
}

.requestId {
  font-size: 0.8rem;
  line-height: 6.6;
  word-wrap: break-word;
}

.hidden {
  display: none !important;
}

.text-danger {
  color: #da5e65;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.labelSize {
  font-size: 0.9em;
}

.subText {
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  font-size: 0.8em;
}

.remove-background {
  background: none;
}

.cursor-pointer {
  cursor: pointer;
}

.strapLine {
  display: none;
}

.noDisplayDesktop {
  display: none;
}

.guideText {
  display: none;
}

.text-align-transition {
  text-align: left;
}

input[type=button] {
  -webkit-appearance: none;
}

#modalOverlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  /* places the modal overlay between the main page and the modal dialog*/
  background-color: #000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}

.modal {
  max-width: 90vh;
  margin: auto;
  padding: 20px;
  border-radius: 20px;
  background-color: #393939;
  z-index: 3;
  /* places the modal dialog on top of everything else */
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  position: fixed;
  top: 50%;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.modal p {
  font-size: 14px;
}

.modalCloseButton {
  border: none;
}

.modalCloseButton img {
  border: 0;
}

.screen-reader-offscreen {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}

.modalBtns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 1em;
}
.modalBtns .btn:not(:last-of-type) {
  margin-right: 10px;
}

.slider {
  width: 90%;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
  width: 100%;
  height: 100px;
  bottom: 0;
  padding: 10px;
}
.footer .footer-container .altFooterText {
  color: #4eace9;
}
.footer .footer-container .footerLogo {
  height: 35%;
  width: 35%;
  align-self: flex-end;
}
.footer .footer-container .footerIcon {
  display: none;
}
.footer .footer-container .footer-images-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.footer .footer-container .footer-image {
  width: 40px;
  margin: 0 5px;
}

.notification {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: absolute;
  border-radius: 0 0 10px 10px;
  width: 500px;
  max-height: 100px;
  top: 0;
  left: 50%;
  margin-left: -250px;
  color: #ffffff;
}
.notification img {
  margin: 10px;
}

.notification-success {
  background-color: #8c9b3a;
}

.notification-error {
  background-color: #da5e65;
}

/*===============================================================*/
/* Slider Styling Override (Chrome/Firefox/Safari/MS(Edge and IE11)) */
/*===============================================================*/
input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  background: transparent;
  /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 4.4px;
  cursor: pointer;
  background: #afafaf;
  border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 25px;
  background: #9f9f9f;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #afafaf;
}

input[type=range]::-moz-range-track {
  height: 4.4px;
  cursor: pointer;
  background: #afafaf;
  border-radius: 25px;
}

input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 25px;
  background: #9f9f9f;
  cursor: pointer;
}

/* This is the slider track the thumb runs across */
input[type=range]::-ms-track {
  height: 4.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #afafaf;
  border-radius: 25px;
}

input[type=range]::-ms-fill-upper {
  background: #afafaf;
  border-radius: 25px;
}

/* This is the thumb that runs along the slider */
input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 25px;
  background: #9f9f9f;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #afafaf;
}

input[type=range]:focus::-ms-fill-upper {
  background: #afafaf;
}

font-weight-light {
  font-weight: 100;
}

.textWhite {
  color: #ffffff;
}

.logoutText {
  font-size: 0.8em;
  color: #89a989;
}

.signout {
  opacity: 0;
}

.avatar {
  border-radius: 50%;
  width: 50%;
  background-color: #ffffff;
  border: 4px solid #ffffff;
}

.avatarContainer {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  width: 100%;
  border-radius: 15px;
  margin-top: 10%;
}

#imgDragDropArea {
  display: flex;
  border-radius: 50%;
  border: dashed 1px #465058;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}

.cropper-view-box {
  outline: none !important;
}

.cropper-modal {
  background-color: #fff !important;
  z-index: 10;
}

.cropper-image-container {
  width: 100%;
}

#imgToCrop {
  max-height: 250px;
}

.dragDropText {
  font-size: 0.7em;
  width: 60%;
  align-self: center;
  text-align: center;
}

.pictureModalText {
  padding: 1rem;
  text-align: center;
}

.uploadContainer {
  display: flex;
  justify-content: center;
}

.custom-file-input {
  color: transparent;
  outline: none;
  width: 35%;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "Upload a Photo";
  color: #ffffff;
  display: block;
  background-color: #999999;
  border: 1px solid #999999;
  border-radius: 25px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 200;
  font-family: Helvetica, sans-serif;
  text-align: center;
}

.custom-file-input:hover::before {
  background-color: #7e7e7e;
}

.custom-file-input:active {
  outline: 0;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#custom-button {
  color: #ffffff;
  display: block;
  background-color: #999999;
  border: 1px solid #999999;
  border-radius: 25px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 200;
  font-family: Helvetica, sans-serif;
  text-align: center;
}

.svgBtn {
  width: 35px;
  height: 35px;
  align-self: center;
  cursor: pointer;
  background-color: transparent;
}

.btnToSvg {
  border: 0;
  outline: none;
  margin: 0.2em;
}

.drag-drop-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.closeBtn {
  position: absolute;
  right: 20px;
  top: 60px;
  z-index: 50;
  opacity: 0.7;
  outline: none;
  border: none;
}

.avatar:hover::after {
  content: "";
  display: flex;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(/assets/camera.svg);
  position: absolute;
  right: 43%;
  bottom: 15px;
}

/* width */
::-webkit-scrollbar {
  width: 9px;
  height: 12px;
  position: absolute;
}

/* Track */
::-webkit-scrollbar-track {
  background: #5c5c5c;
  border-radius: 15px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #858585;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

::-webkit-scrollbar-corner {
  background-color: #393939;
  border-radius: 0 0 15px 0;
}

@media only screen and (min-width: 600px) {
  .modal {
    top: 40%;
  }
}
