html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
  color: #018d83;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #018d83;
}

label {
  display: block;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  -webkit-padding: 0.4em 0;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

button {
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

button:disabled {
  color: #999;
}

button:not(:disabled):active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}

.s-nav {
  overflow:hidden;
}

.s-form-input {
  box-sizing: border-box;
  margin: 0;

  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;

  color: #333333;
  background: #ffffff;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  caret-color: rgba(51, 51, 51, 0.6);
}

.s-form-input:focus,
.s-form-input:active {
  outline: none !important;
  box-shadow: none;
  border-color: #00A094;
}

/* done but currently unusable - please refer to https://getbootstrap.com/docs/5.0/forms/validation/ */
.s-form-input-is-invalid {
  border-color: #DB4D4D;
  background-image: none;
  background-size: none;
}

/* done but currently unusable - please refer to https://getbootstrap.com/docs/5.0/forms/validation/ */
.s-form-input-invalid-feedback {
  padding-left: calc(0.75rem + 0.55rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23DB4D4D' stroke-linecap='round' stroke-linejoin='round' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0-8.667V8m0 2.667h.007'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

  font-size: 1em;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  color: #DB4D4D;
}

.s-button-primary {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff !important;
  background: #00a094 !important;
  border-bottom: 1.5px solid #018D83 !important;
  border-color: #00a094;
  border-radius: 10px !important;
  width: fit-content;
}

.s-button-primary:hover, .s-button-primary:active, .s-button-primary:focus {
  background: #008B81 !important;
  border-bottom: 1.5px solid #018D83;
  border-color: #008B81;
}

.s-button-secondary {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff !important;
  background: #898989 !important;
  border-bottom: 1.5px solid #686868 !important;
  border-color: #898989;
  border-radius: 10px !important;
  width: fit-content;
}

.s-button-secondary:hover, .s-button-secondary:active, .s-button-secondary:focus {
  background: #686868 !important;
  border-bottom: 1.5px solid #686868;
  border-color: #686868;
}

.s-button-success {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff !important;
  background: #43B27D !important;
  border-bottom: 1.5px solid #3FA272 !important;
  border-color: #43B27D;
  border-radius: 10px !important;
  width: fit-content;
}

.s-button-success:hover, .s-button-success:active, .s-button-success:focus {
  background: #3FA272 !important;
  border-bottom: 1.5px solid #3FA272 !important;
  border-color: #3FA272;
}

.s-button-danger {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff !important;
  background: #DB4D4D !important;
  border-bottom: 1.5px solid #BC3F3F !important;
  border-color: #DB4D4D;
  border-radius: 10px !important;
  width: fit-content;
}

.s-button-danger:hover, .s-button-danger:active, .s-button-danger:focus {
  background: #BC3F3F !important;
  border-bottom: 1.5px solid #BC3F3F !important;
  border-color: #BC3F3F;
}

.s-button-warning {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff !important;
  background: #E37D42 !important;
  border-bottom: 1.5px solid #BF622C !important;
  border-color: #E37D42;
  border-radius: 10px !important;
  width: fit-content;
}

.s-button-warning:hover, .s-button-warning:active, .s-button-warning:focus {
  background: #BF622C !important;
  border-bottom: 1.5px solid #BF622C !important;
  border-color: #BF622C;
}

.s-button-info {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff !important;
  background: #4357AD !important;
  border-bottom: 1.5px solid #3A4D9D !important;
  border-color: #4357AD;
  border-radius: 10px !important;
  width: fit-content;
}

.s-button-info:hover, .s-button-info:active, .s-button-info:focus {
  background: #3A4D9D !important;
  border-bottom: 1.5px solid #3A4D9D !important;
  border-color: #3A4D9D;
}

.s-button-light, .s-button-dark {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff !important;
  background: #00A094 !important;
  border: 1px solid #018D83 !important;
  border-color: #00A094;
  border-radius: 10px !important;
  width: fit-content;
}

.s-button-light:hover, .s-button-light:active, .s-button-light:focus, .s-button-dark:hover, .s-button-dark:active, .s-button-dark:focus {
  background: #008B81 !important;
  border: 1px solid #018D83 !important;
  border-color: #008B81;
}

.s-container-form {
  display: flex;
  align-content: center;
  flex-direction: column;
}

.s-container-prompt {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.63rem;
  text-align: center;

  color: #323232;
  margin: 10vh 0 2vh 0;
}

.s-form-group {
  margin-bottom: 2.125vh;
}

.s-form-field-prompt {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #323232;
}

.s-form-field-prompt-sub {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 0.94rem;
  letter-spacing: 0.004rem;
  color: #757575;
}

.s-span-link {
  text-decoration-line: underline;
  color: #00a094;
  cursor: pointer;
}

.s-modal-close {
  background-color: transparent;
  border: none;
  float: right;
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-size: 1.3em;
  color: #c4c4c4b4;
}

.s-content-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  width: 100%;

  padding-bottom: 0.75vh;
  margin-bottom: 1.5vh;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.s-content-header-title {
  align-items: center;

  font-family: 'Source Sans Pro';
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.7);
}

.s-mr-10px {
  margin-right: 0.6rem !important;
}

.s-ml-10px {
  margin-left: 0.6rem !important;
}

.s-mb-1vh {
  margin-bottom: 1vh !important;
}

.s-content-spacing {
  margin: 4vh 3vw;
}

.s-container-fluid {
  overflow-y: auto;
  height: 90vh;
  padding-bottom: 10vh;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }

  ._hj_feedback_container{
    display: none !important;
  }

  #content-wrapper {
    margin: 0 0 0 0px !important;
  }
}

.clickable {
  cursor: pointer;
}

.content-wrapper {
  position: inherit;
  margin: 0 0 0 105px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .s-container {
    width: 50%;
  }

  .s-container-prompt {
    margin: 5vh 0 2vh 0;
  }

  .s-container { 
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #content-wrapper {    
    position: inherit;
    margin: 0 0 0 105px;
  }

  .sidebar.toggled{
    width: 6.5rem!important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #content-wrapper {
    position: inherit;
    margin: 0 0 0 225px;
  }

  .leftMenuToggled #content-wrapper {    
    position: inherit;
    margin: 0 0 0 105px;
  }
  
  .s-container {
    width: 50%;
    top: 30%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .s-container {
    width: 40%;
    top: 50%;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}