/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.dropdown,
.dropdown.show {
  position: relative;
}
.dropdown .dropdown-toggle,
.dropdown.show .dropdown-toggle {
  font-size: var(--inputFontSize);
  color: var(--linkColor);
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid var(--inputBorderColor);
  background: var(--inputBgColor);
  border-radius: 4px;
  padding: 5px 42px 5px 10px;
}
.dropdown .dropdown-toggle:focus,
.dropdown.show .dropdown-toggle:focus {
  box-shadow: none;
}
.dropdown .dropdown-toggle:focus-visible,
.dropdown.show .dropdown-toggle:focus-visible {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.dropdown .dropdown-toggle::before,
.dropdown.show .dropdown-toggle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 32px;
  background-color: var(--inputBorderColor);
}
.dropdown .dropdown-toggle::after,
.dropdown.show .dropdown-toggle::after {
  content: "";
  position: absolute;
  border: solid var(--linkColor);
  border-width: 0 1.5px 1.5px 0;
  padding: 2.5px;
  right: 13px;
  transform: rotate(45deg);
}
.dropdown .dropdown-toggle[aria-expanded="true"]::after,
.dropdown.show .dropdown-toggle[aria-expanded="true"]::after {
  top: 14px;
  transform: rotate(-135deg);
}
.dropdown .dropdown-menu,
.dropdown.show .dropdown-menu {
  width: 100%;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 0;
  margin: 2px 0;
}
.dropdown .dropdown-menu .dropdown-item,
.dropdown.show .dropdown-menu .dropdown-item {
  font-size: var(--inputFontSize);
  display: block;
  padding: 5px 10px;
  color: var(--linkColor);
}
.dropdown .dropdown-menu .dropdown-item:focus-visible,
.dropdown.show .dropdown-menu .dropdown-item:focus-visible {
  background-color: var(--headerBgColor);
  color: var(--headerTextColor);
  text-decoration: none;
  outline: none;
}
.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown.show .dropdown-menu .dropdown-item:hover {
  color: var(--fontColor);
  background-color: var(--dropdownHoverBg);
  text-decoration: none;
}
.dropdown .dropdown-menu .dropdown-item.active:not(:focus-visible),
.dropdown.show .dropdown-menu .dropdown-item.active:not(:focus-visible) {
  color: var(--linkColor);
  background: var(--inputBgColor);
  pointer-events: none;
  font-weight: bold;
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.custom-tooltip-container {
  position: relative;
  transform-origin: center top;
  opacity: 1;
  transform: none;
  display: inline-block;
}
.custom-tooltip-container .custom-tooltip {
  position: fixed;
  padding: 4px 8px;
  color: var(--meetingsLiveTooltipColor);
  background-color: var(--meetingsLiveTooltipBgColor);
  font-weight: var(--meetingsLiveTooltipFontWeight);
  font-size: var(--meetingsLiveTooltipFontSize);
  border-radius: 4px;
  margin: 2px;
  word-wrap: break-word;
  z-index: 10;
  margin-top: 16px;
  pointer-events: none;
}
.custom-tooltip-container .custom-tooltip-up {
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
.custom-tooltip-container .custom-tooltip-right {
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%);
}
.custom-tooltip-container .custom-tooltip-left {
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%);
}
.custom-tooltip-container .custom-tooltip-down {
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.search-result-showing-pages {
  margin-top: 20px;
}
.pagination-with-result .pagination {
  margin-bottom: 0;
}
.pagination-with-result .pagination ul {
  margin-bottom: 0;
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.pagination-with-size-changer {
  display: flex;
  align-items: center;
}
.pagination-with-size-changer .dropdown {
  margin-left: 10px;
}
.pagination-with-size-changer .pagination .page-item a {
  z-index: 0;
}
.pagination-with-size-changer .pagination .page-item a:focus {
  z-index: 1;
  outline: var(--elementInFocusOutlineWidth) solid var(--elementInFocusColor);
}
@media only screen and (max-width: 767px) {
  .pagination-with-size-changer {
    flex-direction: column;
    align-items: flex-start;
  }
  .pagination-with-size-changer .pagination {
    margin-bottom: 10px;
  }
  .pagination-with-size-changer .dropdown {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.spinner-svg {
  width: var(--spinnerSize);
  height: var(--spinnerSize);
  animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.spinner-svg .path {
  stroke: var(--spinnerColor);
  fill: none;
  cx: 25;
  cy: 25;
  r: 20;
  stroke-width: 5.5px;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.form-loading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  max-height: 100%;
}
.input-loading-wrapper.loading .select-container .select-input__control {
  pointer-events: none;
  background-color: var(--inputDisabledBgColor);
}
.input-loading-wrapper.loading .select-container .select-input__indicators {
  display: flex;
  justify-content: center;
}
.input-loading-wrapper.loading .select-container .select-input__indicators .dropdown-indicator {
  display: none;
}
.input-loading-wrapper.loading .select-container .select-input__indicators::after {
  content: "";
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 3px solid var(--spinnerColor);
  border-right-color: transparent;
  animation: rotate 0.9s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.input-loading-wrapper.loading .save-announcement-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.input-loading-wrapper.loading .save-announcement-button::before {
  margin-right: 10px;
  content: "";
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 3px solid var(--spinnerColor);
  border-right-color: transparent;
  animation: rotate 0.9s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.input-loading-wrapper.loading .tree-view-dropdown-toggle .dropdown-indicator {
  display: none;
}
.input-loading-wrapper.loading .tree-view-dropdown-toggle-button::after {
  content: "";
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 3px solid var(--spinnerColor);
  border-right-color: transparent;
  animation: rotate 0.9s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.search-box {
  margin-top: auto;
  float: unset !important;
}
.search-box label {
  color: var(--inputColor) !important;
  font-size: var(--baseFontSize) !important;
  font-weight: calc(var(--baseFontWeight) + 100) !important;
  font-family: var(--baseFontFamily) !important;
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.select-input-wrapper {
  display: flex;
  position: relative;
}
.select-input-wrapper .select-input__control {
  border: var(--inputBorderWidth) solid var(--inputAccentBorderColor);
  box-sizing: border-box;
  border-color: var(--inputAccentBorderColor) !important;
  height: var(--inputHeight);
}
.select-input-wrapper .select-input__control .select-input__indicators {
  height: 100%;
}
.select-input-wrapper .select-input__control .dropdown-indicator-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: var(--inputHeight);
  background: var(--bgColor);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.select-input-wrapper .select-input__control .dropdown-indicator-container .dropdown-indicator {
  transition-property: all;
  transition-duration: var(--defaultAnimationTransitionDuration);
  transition-timing-function: ease-in;
  transition-delay: 0s;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: var(--inputIconAlterBg);
}
.select-input-wrapper .select-input__control .clear-indicator::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.select-input-wrapper .select-input__control .clear-indicator::before {
  color: var(--inputIconAlterBg);
  transform: scale(0.9);
}
.select-input-wrapper .select-input__control .select-input__value-container {
  padding: 0 30px 0 8px;
  width: 147px;
}
.select-input-wrapper .select-input__control--menu-is-open {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.select-input-wrapper .select-input__control--menu-is-open .dropdown-indicator {
  transform: rotate(0.5turn);
}
.select-input-wrapper .select-input__control--is-focused {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.select-input-wrapper .select-input__menu {
  margin-top: 4px;
}
.select-input-wrapper .select-input__value-container {
  height: var(--inputHeight);
}
.select-input-wrapper .select-input__single-value {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  border: 0;
  border-style: none;
  border-radius: 0;
  border-spacing: 0;
  -webkit-box-shadow: unset;
  box-shadow: none;
  box-sizing: content-box;
  color: var(--inputColor);
  padding: unset;
  height: unset;
}
.select-input-wrapper .select-input__placeholder {
  color: var(--inputPlaceholderTextColor);
  font-weight: var(--inputPlaceholderFontWeight);
  font-size: 1em;
}
.select-input-wrapper .select-input__indicator-separator {
  visibility: hidden;
}
.select-input-wrapper .select-input__option {
  color: var(--fontColor);
  word-break: break-word;
}
.select-input-wrapper .select-input__option--is-focused {
  background-color: var(--selectDropdownOptionHoverBgColor);
}
.select-input-wrapper .select-input__option--is-selected {
  color: var(--tabsSelectedColor);
  background-color: var(--tabsSelectedBg);
}
.select-input-wrapper .select-input__option--is-disabled {
  padding: 0;
  cursor: not-allowed !important;
}
.select-input-wrapper .select-input__option--is-disabled .disabled-option {
  opacity: 0.5;
  padding: 8px 12px;
  background-color: var(--shadowColor);
}
.select-input-wrapper .select-input__option:active {
  background-color: var(--selectDropdownOptionSelectedBgColor);
}
.select-input-wrapper .select-input .select-container {
  display: inline-block;
}
.select-input-wrapper .button {
  padding: 0;
  position: absolute;
  height: 100%;
  border: none;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
.select-input-wrapper .button::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.select-input-wrapper .button::before {
  color: var(--inputIconAlterBg);
}
.select-input-wrapper .clear {
  right: 40px;
  z-index: 2;
}
.select-input-wrapper .clear::before {
  opacity: 0.9;
  color: var(--inputIconAlterBg);
}
.select-input-wrapper .clear:hover::before {
  opacity: 1;
}
.select-input-label {
  display: block;
  margin-left: 0 !important;
  width: 100% !important;
  line-height: unset !important;
  margin-bottom: 10px !important;
}
.select-input__single-value {
  color: var(--inputColor) !important;
}
.field-input-container {
  width: 100%;
  margin-right: 30px !important;
}
.field {
  margin-bottom: 0;
}
.select-input.error .select-input__control {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.select-input.error .select-input__control::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control .dropdown-indicator,
.select-input.error .select-input__control .clear-indicator {
  color: var(--inputErrorColor);
}
.select-input.error .select-input__placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__indicators {
  background-color: var(--inputErrorIconBg);
}
.select-input.error .select-input__single-value {
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.select-input__control {
  border: var(--inputBorderWidth) solid var(--inputAccentBorderColor);
  box-sizing: border-box;
  border-color: var(--inputAccentBorderColor) !important;
  height: var(--inputHeight);
}
.select-input__control .select-input__indicators {
  height: 100%;
}
.select-input__control .dropdown-indicator-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: var(--inputHeight);
  background: var(--bgColor);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.select-input__control .dropdown-indicator-container .dropdown-indicator {
  transition-property: all;
  transition-duration: var(--defaultAnimationTransitionDuration);
  transition-timing-function: ease-in;
  transition-delay: 0s;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: var(--inputIconAlterBg);
}
.select-input__control .clear-indicator::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.select-input__control .clear-indicator::before {
  color: var(--inputIconAlterBg);
  transform: scale(0.9);
}
.select-input__control .select-input__value-container {
  padding: 0 8px;
}
.select-input__control--menu-is-open {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.select-input__control--menu-is-open .dropdown-indicator {
  transform: rotate(0.5turn);
}
.select-input__control--is-focused {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.select-input__menu {
  margin-top: 4px;
}
.select-input__value-container {
  height: var(--inputHeight);
}
.select-input__single-value {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  border: 0;
  border-style: none;
  border-radius: 0;
  border-spacing: 0;
  -webkit-box-shadow: unset;
  box-shadow: none;
  box-sizing: content-box;
  color: var(--inputColor);
  padding: unset;
  height: unset;
}
.select-input__placeholder {
  color: var(--inputPlaceholderTextColor);
  font-weight: var(--inputPlaceholderFontWeight);
  font-size: 1em;
}
.select-input__indicator-separator {
  visibility: hidden;
}
.select-input__option {
  color: var(--fontColor);
  word-break: break-word;
}
.select-input__option--is-focused {
  background-color: var(--selectDropdownOptionHoverBgColor);
}
.select-input__option--is-selected {
  color: var(--tabsSelectedColor);
  background-color: var(--tabsSelectedBg);
}
.select-input__option--is-disabled {
  padding: 0;
  cursor: not-allowed !important;
}
.select-input__option--is-disabled .disabled-option {
  opacity: 0.5;
  padding: 8px 12px;
  background-color: var(--shadowColor);
}
.select-input__option:active {
  background-color: var(--selectDropdownOptionSelectedBgColor);
}
.select-input .select-container {
  display: inline-block;
}
.select-input .select-input__single-value {
  color: var(--inputColor) !important;
}
.select-input .select-input-label {
  display: block;
  margin-left: 0 !important;
  width: 100% !important;
  line-height: unset !important;
  margin-bottom: 10px !important;
}
.select-input .field-input-container {
  width: 100%;
  margin-right: 30px !important;
}
.select-input.field {
  margin-bottom: 0;
}
.select-input.error .select-input__control {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.select-input.error .select-input__control::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control .dropdown-indicator,
.select-input.error .select-input__control .clear-indicator {
  color: var(--inputErrorColor);
}
.select-input.error .select-input__placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__indicators {
  background-color: var(--inputErrorIconBg);
}
.select-input.error .select-input__single-value {
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.DayPickerInput-OverlayWrapper {
  border: var(--inputBorderWidth) solid var(--inputAccentBorderColor);
  box-sizing: border-box;
  position: absolute;
  z-index: 999;
  margin-top: 10px;
}
.DayPickerInput-OverlayWrapper::before::before {
  content: "\e603";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.DayPickerInput-OverlayWrapper::before,
.DayPickerInput-OverlayWrapper::after {
  border: 10px solid transparent;
  box-sizing: border-box;
  border-bottom: 10px solid var(--inputAccentBorderColor);
  content: '';
  position: absolute;
  top: calc(-2 * 10px);
}
.DayPickerInput-OverlayWrapper::after {
  border-bottom-color: var(--inputBgColor);
  top: calc(calc(-2 * 10px) + var(--inputBorderWidth));
}
.DayPickerInput-OverlayWrapper::before,
.DayPickerInput-OverlayWrapper::after {
  left: 21px;
}
.DayPicker {
  font-size: 1.2em;
  background-color: white;
  z-index: 10;
}
.DayPicker-wrapper {
  padding: 0;
}
.DayPicker-Month {
  margin: 0.5em;
}
.DayPicker-Day {
  padding: 0.3em;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled, .DayPicker-Day--outside) {
  border-radius: 0%;
  background-color: var(--fontColor);
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled, .DayPicker-Day--outside):hover {
  background-color: var(--fontColor);
}
.DayPicker-Day--today {
  color: var(--fontColor);
  font-weight: bold;
}
.DayPicker-Day--disabled {
  color: var(--disabledItemTextColor);
}
.DayPicker-Caption {
  margin: 0;
  padding: 0.5em 1.5em;
  text-align: center;
}
.DayPicker-Caption div {
  font-weight: bold;
}
.DayPicker-Weekdays {
  font-weight: bold;
}
.DayPicker-Weekday {
  color: var(--fontColor);
}
.DayPicker-NavButton {
  top: 0.3em;
}
.DayPicker-NavButton--prev {
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  -webkit-background-clip: initial;
  left: 0;
}
.DayPicker-NavButton--prev::before,
.DayPicker-NavButton--prev::after {
  content: " ";
  display: table;
}
.DayPicker-NavButton--prev::after {
  clear: both;
}
.DayPicker-NavButton--prev::before {
  content: "\e600";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.DayPicker-NavButton--next {
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  -webkit-background-clip: initial;
}
.DayPicker-NavButton--next::before,
.DayPicker-NavButton--next::after {
  content: " ";
  display: table;
}
.DayPicker-NavButton--next::after {
  clear: both;
}
.DayPicker-NavButton--next::before {
  content: "\e601";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-calendar-icon {
  height: 0 !important;
  padding: 0;
  border: 0;
}
.input-calendar-icon::before {
  content: "\e603";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-calendar-icon::before {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  color: var(--inputIconAlterBg);
  background-color: var(--inputIconBg);
  border-radius: 0 0 2px;
  cursor: pointer;
  right: 1px;
}
.field.error .DayPicker div {
  color: var(--fontColor);
}
.field.error .DayPicker .DayPicker-Day--disabled {
  color: var(--disabledItemTextColor);
}
.field.error .DayPicker .DayPicker-Day--today[aria-disabled="true"] {
  color: var(--disabledItemTextColor);
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.button.close {
  height: 32px;
  width: 32px;
  transform: translate(15%, -25%);
  opacity: 0.5;
  margin: 0;
}
.button.close:hover {
  opacity: 0.6;
}
.button.close span {
  display: block;
  font-size: 32px;
  line-height: 32px;
}

/* Custom theme variables */
/* General */
/* Icons */
/* Default media queries constraints */
/* Default theme variables */
input[type="checkbox"] {
  position: absolute;
  z-index: -9999;
}
input[type="checkbox"] + .custom-control {
  cursor: pointer;
  min-height: var(--inputHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
}
input[type="checkbox"] + .custom-control::after {
  height: var(--inputHeight);
  width: 0;
  content: "";
}
input[type="checkbox"] + .custom-control .label-content {
  display: inline-block;
}
input[type="checkbox"] + .custom-control:focus {
  outline-color: var(--elementInFocusOutlineWidth);
  outline-style: solid;
  outline-width: var(--elementInFocusOutlineWidth);
  outline-offset: 0;
}
input[type="checkbox"] + .custom-control::before {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
input[type="checkbox"] + .custom-control.checkbox-control::before {
  border: var(--inputBorderWidth) solid var(--checkboxBorderColor);
  box-sizing: border-box;
  border-radius: 2px;
  background-color: var(--checkboxBackground);
  text-align: right;
  vertical-align: middle;
  content: " ";
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1.33em;
    line-height: 1.33em;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.checkbox-control::before {
    font-size: 1em;
    line-height: 1em;
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"] + .custom-control.star-control::before {
  content: "\e60b";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
input[type="checkbox"] + .custom-control.star-control::before {
  color: var(--starColor);
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.66em;
  }
}
@media only screen and (min-width: 768px) {
  input[type="checkbox"] + .custom-control.star-control::before {
    font-size: 1.33em;
  }
}
input[type="checkbox"]:checked + .checkbox-control::before {
  font-family: var(--iconsFontFamily);
  content: "\e604";
}
input[type="checkbox"]:checked + .checkbox-control::before {
  color: var(--checkboxMarkColor);
}
input[type="checkbox"]:checked + .star-control::before {
  color: var(--starCheckedColor);
}
input[type="checkbox"]:disabled + .custom-control.checkbox-control::before {
  background-color: var(--inputDisabledBgColor);
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.tabs-menu .dropdown-menu {
  border-color: var(--tabsBorderColor);
  border-style: solid;
  border-width: 0 0 1px 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transform: none !important;
  top: 100% !important;
}
.tabs-menu .dropdown-menu::before,
.tabs-menu .dropdown-menu::after {
  content: " ";
  display: table;
}
.tabs-menu .dropdown-menu::after {
  clear: both;
}
.tabs-menu .dropdown-menu a.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.tabs-menu .dropdown-menu a.disabled:hover {
  background-color: var(--tabsBg);
}
@media only screen and (min-width: 768px) {
  .tabs-menu {
    margin-bottom: 10px;
  }
  .tabs-menu .dropdown-toggle {
    display: none;
  }
  .tabs-menu .dropdown-menu {
    border: 0;
    border-style: none;
    border-radius: 0;
    border-spacing: 0;
    -webkit-box-shadow: unset;
    box-shadow: none;
    box-sizing: content-box;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    position: static;
    direction: ltr;
    float: none;
    z-index: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    font-size: inherit;
    text-align: center;
    border-color: var(--tabsBorderColor);
    border-style: solid;
    border-width: 0 0 1px 0;
  }
  .tabs-menu .dropdown-menu a:not(.disabled) {
    outline: none;
    /*
        :focus styling is only applied for keyboard users
        https://caniuse.com/#feat=css-focus-visible
    */
  }
  .tabs-menu .dropdown-menu a:not(.disabled):focus {
    outline-color: var(--elementInFocusColor);
    outline-style: solid;
    outline-width: var(--elementInFocusOutlineWidth);
    outline-offset: 0;
    text-decoration: none;
  }
  .tabs-menu .dropdown-menu a:not(.disabled):active {
    outline: none;
  }
  .tabs-menu .dropdown-menu a:not(.disabled):focus:not(:focus-visible) {
    outline: none;
  }
  .tabs-menu .dropdown-menu a:not(.disabled):focus-visible {
    outline-color: var(--elementInFocusColor);
    outline-style: solid;
    outline-width: var(--elementInFocusOutlineWidth);
    outline-offset: 0;
  }
  .tabs-menu .dropdown-menu::before,
  .tabs-menu .dropdown-menu::after {
    content: " ";
    display: table;
  }
  .tabs-menu .dropdown-menu::after {
    clear: both;
  }
  .tabs-menu .dropdown-menu a {
    display: block;
    font-size: calc(var(--baseFontSize) + 2px);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: var(--tabsColor);
    background-color: var(--tabsBg);
    border-color: var(--tabsBorderColor);
    border-style: solid;
    line-height: 40px;
    border-width: 1px 1px 0 0;
    padding: 0;
  }
  .tabs-menu .dropdown-menu a:hover {
    text-decoration: none;
    background-color: var(--tabsHoverBg);
    color: var(--tabsHoverColor);
  }
  .tabs-menu .dropdown-menu a.active,
  .tabs-menu .dropdown-menu a.active:hover {
    background-color: var(--tabsSelectedBg);
    border-color: var(--tabsSelectedBorderColor);
    color: var(--tabsSelectedColor);
  }
  .tabs-menu .dropdown-menu a:first-child {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-menu {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
  }
  .tabs-menu .dropdown-toggle {
    width: 100%;
    padding: var(--baseFontSize) calc(var(--baseFontSize) + 4px);
    background-color: var(--tabsSelectedBg);
    font-size: calc(var(--baseFontSize) + 2px);
    color: var(--tabsSelectedColor);
    border: 1px solid var(--tabsBorderColor);
    border-radius: 0;
    text-align: left;
    height: 47px;
  }
  .tabs-menu .dropdown-toggle::after {
    transition-property: all;
    transition-duration: var(--defaultAnimationTransitionDuration);
    transition-timing-function: ease-in;
    transition-delay: 0s;
    color: var(--buttonIconBg);
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
  }
  .tabs-menu .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(0.5turn);
  }
  .tabs-menu .dropdown-menu {
    border: 0;
    border-style: none;
    border-radius: 0;
    border-spacing: 0;
    -webkit-box-shadow: unset;
    box-shadow: none;
    box-sizing: content-box;
  }
  .tabs-menu .dropdown-menu a {
    width: 100%;
    padding: var(--baseFontSize) calc(var(--baseFontSize) + 4px);
    background-color: var(--tabsSelectedBg);
    font-size: calc(var(--baseFontSize) + 2px);
    color: var(--tabsSelectedColor);
    border: 1px solid var(--tabsBorderColor);
    border-radius: 0;
    text-align: left;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .tabs-page .dropdown-menu {
    display: block;
    position: relative !important;
  }
  .tabs-page .dropdown-menu a[data-toggle="tab"] {
    display: table-cell;
    width: auto;
    min-width: 160px;
    min-height: var(--inputHeight);
    padding: 1px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .account-settings-tabs {
    margin-bottom: 40px;
  }
  .account-settings-tabs .dropdown-menu {
    display: table;
    table-layout: fixed;
  }
  .account-settings-tabs .dropdown-menu a {
    display: table-cell;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .overview-tabs .dropdown-menu {
    height: 43px;
  }
}
.tab-content {
  margin-bottom: 40px;
  position: relative;
}
.tab-content #link {
  z-index: 5;
  position: absolute;
  font-size: calc(var(--baseFontSize) + 2px);
  font-weight: bold;
  top: 10px;
  right: 0;
  color: var(--linkColor);
}
.tab-content #link:hover {
  color: var(--breadcrumbsLinkHoverColor);
}
.view-switch {
  position: relative;
  float: right;
  margin-top: calc(var(--pageHeadingMargin) - 5px);
}
.view-switch a {
  margin: 0 4px;
  display: inline-block;
  position: relative;
  color: var(--switcherColor);
}
.view-switch a span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  color: var(--switcherColor);
}
.view-switch a:hover {
  text-decoration: none;
}
.view-switch a.list-switch::before {
  content: "\e60d";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.view-switch a.list-switch::before {
  font-size: calc(var(--baseFontSize) * 2);
}
.view-switch a.grid-switch::before {
  content: "\e603";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.view-switch a.grid-switch::before {
  font-size: calc(var(--baseFontSize) * 2 + 2px);
}
.view-switch .active {
  color: var(--switcherSelectedColor);
  background-color: var(--switcherSelectedBgColor);
}
.view-switch .active::before {
  font-size: calc(var(--baseFontSize) * 2);
}
@media only screen and (max-width: 767px) {
  .responsive-input-row {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px 0 30px;
  }
  .tab-content #link {
    top: 0;
    left: 0;
  }
  .tab-content #meetingsListTabContent {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .responsive-input-row {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.meetings-table {
  margin-bottom: 2em;
}
.meetings-table-header {
  display: flex;
  flex-direction: row;
  min-height: var(--calendarHeaderHeight);
  color: var(--calendarHeaderColor);
  font-size: calc(var(--baseFontSize) + 4px);
  font-weight: bold;
  text-align: center;
  background-color: var(--calendarHeaderBg);
  font-size: calc(var(--baseFontSize) + 2px);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .meetings-table-header {
    padding-left: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .meetings-table-header {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 16px;
  }
}
.meetings-table-header > div {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  margin-right: 25px;
}
.meetings-table .meetings-table-meeting-column {
  min-width: 75px;
  box-sizing: content-box;
}
@media only screen and (min-width: 768px) {
  .meetings-table .meeting-list-item {
    padding-left: 54px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .meetings-table .meeting-list-item {
    padding-left: 16px;
  }
}
.meetings-table .meeting-list-item .list-item-name a {
  padding-left: 0;
}
.meetings-table .calendar-header {
  padding: inherit;
}
.form-button {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .form-button {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .form-button {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.form-button input,
.form-button button {
  display: inline-block;
  line-height: var(--buttonLineHeight);
  height: var(--buttonLineHeight);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: var(--buttonFontSize);
  border: 0 none;
  border-radius: 3px;
  box-shadow: var(--buttonShadow) 0 1px inset;
  color: var(--buttonColor);
  background-color: var(--buttonBg);
}
.form-button input:active,
.form-button button:active {
  line-height: calc(var(--buttonLineHeight) + 3px);
  color: var(--buttonColor);
}
.form-button input[disabled="disabled"],
.form-button button[disabled="disabled"],
.form-button input[disabled],
.form-button button[disabled],
.form-button input.disabled,
.form-button button.disabled {
  opacity: 0.5;
  line-height: var(--buttonLineHeight);
  cursor: default;
}
.form-button input[disabled="disabled"]:hover,
.form-button button[disabled="disabled"]:hover,
.form-button input[disabled]:hover,
.form-button button[disabled]:hover,
.form-button input.disabled:hover,
.form-button button.disabled:hover {
  cursor: default;
}
.form-button input:focus,
.form-button button:focus {
  color: var(--buttonColor);
}
.form-button input:hover,
.form-button button:hover {
  background-color: var(--buttonHoverBg);
  color: var(--buttonColor);
}
.form-button input:active,
.form-button button:active {
  background-color: var(--buttonActiveBg);
  color: var(--buttonColor);
}
.form-button input[disabled="disabled"]:hover,
.form-button button[disabled="disabled"]:hover,
.form-button input[disabled]:hover,
.form-button button[disabled]:hover,
.form-button input.disabled:hover,
.form-button button.disabled:hover,
.form-button input[disabled="disabled"].active,
.form-button button[disabled="disabled"].active,
.form-button input[disabled].active,
.form-button button[disabled].active,
.form-button input.disabled.active,
.form-button button.disabled.active {
  background-color: var(--buttonBg);
}
@media only screen and (min-width: 768px) {
  .form-button input,
  .form-button button {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .form-button input,
  .form-button button {
    width: 100%;
  }
}
.form-button input.button-alarm,
.form-button button.button-alarm {
  box-shadow: var(--buttonAlarmShadow) 0 1px inset;
  color: var(--buttonAlarmColor);
  background-color: var(--buttonAlarmBg);
}
.form-button input.button-alarm:hover,
.form-button button.button-alarm:hover {
  background-color: var(--buttonAlarmHoverBg);
  color: var(--buttonColor);
}
.form-button input.button-alarm:active,
.form-button button.button-alarm:active {
  background-color: var(--buttonAlarmActiveBg);
  color: var(--buttonColor);
}
.form-button input.button-alarm[disabled="disabled"],
.form-button button.button-alarm[disabled="disabled"],
.form-button input.button-alarm[disabled],
.form-button button.button-alarm[disabled],
.form-button input.button-alarm.disabled,
.form-button button.button-alarm.disabled {
  box-shadow: none;
  background-color: var(--buttonAlarmDisabledBg);
  cursor: default;
}
.form-button input.button-alarm[disabled="disabled"]:hover,
.form-button button.button-alarm[disabled="disabled"]:hover,
.form-button input.button-alarm[disabled]:hover,
.form-button button.button-alarm[disabled]:hover,
.form-button input.button-alarm.disabled:hover,
.form-button button.button-alarm.disabled:hover,
.form-button input.button-alarm[disabled="disabled"].active,
.form-button button.button-alarm[disabled="disabled"].active,
.form-button input.button-alarm[disabled].active,
.form-button button.button-alarm[disabled].active,
.form-button input.button-alarm.disabled.active,
.form-button button.button-alarm.disabled.active {
  background-color: var(--buttonAlarmDisabledBg);
}
@media only screen and (min-width: 768px) {
  .form-button .anchorButton {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .form-button .anchorButton {
    width: 100%;
  }
}
.form-button a {
  width: 100%;
  display: inline-block;
  line-height: var(--buttonLineHeight);
  height: var(--buttonLineHeight);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: var(--buttonFontSize);
  border: 0 none;
  border-radius: 3px;
  box-shadow: var(--buttonShadow) 0 1px inset;
  color: var(--buttonColor);
  background-color: var(--buttonBg);
}
.form-button a:active {
  line-height: calc(var(--buttonLineHeight) + 3px);
  color: var(--buttonColor);
}
.form-button a[disabled="disabled"],
.form-button a[disabled],
.form-button a.disabled {
  opacity: 0.5;
  line-height: var(--buttonLineHeight);
  cursor: default;
}
.form-button a[disabled="disabled"]:hover,
.form-button a[disabled]:hover,
.form-button a.disabled:hover {
  cursor: default;
}
.form-button a:focus {
  color: var(--buttonColor);
}
.form-button a:hover {
  background-color: var(--buttonHoverBg);
  color: var(--buttonColor);
}
.form-button a:active {
  background-color: var(--buttonActiveBg);
  color: var(--buttonColor);
}
.form-button a[disabled="disabled"]:hover,
.form-button a[disabled]:hover,
.form-button a.disabled:hover,
.form-button a[disabled="disabled"].active,
.form-button a[disabled].active,
.form-button a.disabled.active {
  background-color: var(--buttonBg);
}
.button {
  display: inline-block;
  line-height: var(--buttonLineHeight);
  height: var(--buttonLineHeight);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: var(--buttonFontSize);
  border: 0 none;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 2em;
  margin-right: 1em;
}
.button:active {
  line-height: calc(var(--buttonLineHeight) + 3px);
  color: var(--buttonColor);
}
.button[disabled="disabled"],
.button[disabled],
.button.disabled {
  opacity: 0.5;
  line-height: var(--buttonLineHeight);
  cursor: default;
}
.button[disabled="disabled"]:hover,
.button[disabled]:hover,
.button.disabled:hover {
  cursor: default;
}
.button:hover {
  cursor: pointer;
  text-decoration: none;
}
.button.float-right {
  margin: 0 0 0 1em;
}
.expand-button {
  display: inline-block;
  line-height: var(--buttonLineHeight);
  height: var(--buttonLineHeight);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: var(--buttonFontSize);
  border: 0 none;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 2em;
  margin-right: 1em;
  padding: 0;
  margin-right: 0;
}
.expand-button:active {
  line-height: calc(var(--buttonLineHeight) + 3px);
  color: var(--buttonColor);
}
.expand-button[disabled="disabled"],
.expand-button[disabled],
.expand-button.disabled {
  opacity: 0.5;
  line-height: var(--buttonLineHeight);
  cursor: default;
}
.expand-button[disabled="disabled"]:hover,
.expand-button[disabled]:hover,
.expand-button.disabled:hover {
  cursor: default;
}
.expand-button:hover {
  cursor: pointer;
  text-decoration: none;
}
.expand-button.float-right {
  margin: 0 0 0 1em;
}
@media only screen and (min-width: 768px) {
  .expand-button {
    padding-right: 2em;
  }
  .expand-button .list-item-switcher {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .expand-button {
    padding-right: 1em;
  }
}
.button-regular {
  box-shadow: var(--buttonShadow) 0 1px inset;
  color: var(--buttonColor);
  background-color: var(--buttonBg);
}
.button-regular:focus {
  color: var(--buttonColor);
}
.button-regular:hover {
  background-color: var(--buttonHoverBg);
  color: var(--buttonColor);
}
.button-regular:active {
  background-color: var(--buttonActiveBg);
  color: var(--buttonColor);
}
.button-regular[disabled="disabled"]:hover,
.button-regular[disabled]:hover,
.button-regular.disabled:hover,
.button-regular[disabled="disabled"].active,
.button-regular[disabled].active,
.button-regular.disabled.active {
  background-color: var(--buttonBg);
}
.button-diff {
  box-shadow: var(--buttonDiffShadow) 0 1px inset;
  color: var(--buttonDiffColor);
  background-color: var(--buttonDiffShadow);
}
.button-diff:focus {
  color: var(--buttonDiffColor);
}
.button-diff:hover {
  background-color: var(--buttonDiffHoverBg);
  color: var(--buttonDiffColor);
}
.button-diff:active {
  background-color: var(--buttonDiffActiveBg);
  color: var(--buttonDiffColor);
}
.button-diff[disabled="disabled"],
.button-diff[disabled],
.button-diff.disabled {
  box-shadow: none;
  background-color: var(--buttonDiffDisabledBg);
  opacity: 0.6;
  cursor: default;
}
.button-diff[disabled="disabled"]:hover,
.button-diff[disabled]:hover,
.button-diff.disabled:hover,
.button-diff[disabled="disabled"].active,
.button-diff[disabled].active,
.button-diff.disabled.active {
  background-color: var(--buttonDiffDisabledBg);
}
.button-icon {
  background-color: var(--buttonIconBg);
  color: var(--buttonIconColor);
  padding-left: 0 !important;
}
.button-icon:hover {
  background-color: var(--buttonIconHoverBg);
  color: var(--buttonIconColor);
  cursor: pointer;
}
.button-icon:active {
  background-color: var(--buttonIconActiveBg);
  color: var(--buttonIconColor);
}
.button-icon:focus {
  color: var(--buttonIconColor) !important;
}
.button-secondary {
  border: var(--inputBorderWidth) solid var(--buttonSecondaryBorderColor);
  box-sizing: border-box;
  background-color: var(--buttonSecondaryBackgroundColor);
  color: var(--buttonSecondaryTextColor);
}
.button-secondary:hover {
  background-color: var(--buttonSecondaryHoverBackgroundColor);
  color: var(--buttonSecondaryTextColor);
  cursor: pointer;
}
.button-secondary:active {
  background-color: var(--buttonSecondaryActiveBackgroundColor);
  color: var(--buttonSecondaryTextColor);
}
.button-secondary:focus {
  color: var(--buttonSecondaryTextColor);
}
.button-small {
  line-height: var(--smallButtonLineHeight);
  height: var(--smallButtonLineHeight);
  padding: 0 1.2em;
  font-weight: normal;
}
.button-small:active {
  line-height: calc(var(--smallButtonLineHeight) + 3px);
}
.centered-button-holder {
  margin-top: 1.5em;
  width: 100%;
  text-align: center !important;
}
@media only screen and (min-width: 768px) {
  .centered-button-holder {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .centered-button-holder {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.centered-button-holder input,
.centered-button-holder button {
  display: inline-block;
  line-height: var(--buttonLineHeight);
  height: var(--buttonLineHeight);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: var(--buttonFontSize);
  border: 0 none;
  border-radius: 3px;
  box-shadow: var(--buttonShadow) 0 1px inset;
  color: var(--buttonColor);
  background-color: var(--buttonBg);
}
.centered-button-holder input:active,
.centered-button-holder button:active {
  line-height: calc(var(--buttonLineHeight) + 3px);
  color: var(--buttonColor);
}
.centered-button-holder input[disabled="disabled"],
.centered-button-holder button[disabled="disabled"],
.centered-button-holder input[disabled],
.centered-button-holder button[disabled],
.centered-button-holder input.disabled,
.centered-button-holder button.disabled {
  opacity: 0.5;
  line-height: var(--buttonLineHeight);
  cursor: default;
}
.centered-button-holder input[disabled="disabled"]:hover,
.centered-button-holder button[disabled="disabled"]:hover,
.centered-button-holder input[disabled]:hover,
.centered-button-holder button[disabled]:hover,
.centered-button-holder input.disabled:hover,
.centered-button-holder button.disabled:hover {
  cursor: default;
}
.centered-button-holder input:focus,
.centered-button-holder button:focus {
  color: var(--buttonColor);
}
.centered-button-holder input:hover,
.centered-button-holder button:hover {
  background-color: var(--buttonHoverBg);
  color: var(--buttonColor);
}
.centered-button-holder input:active,
.centered-button-holder button:active {
  background-color: var(--buttonActiveBg);
  color: var(--buttonColor);
}
.centered-button-holder input[disabled="disabled"]:hover,
.centered-button-holder button[disabled="disabled"]:hover,
.centered-button-holder input[disabled]:hover,
.centered-button-holder button[disabled]:hover,
.centered-button-holder input.disabled:hover,
.centered-button-holder button.disabled:hover,
.centered-button-holder input[disabled="disabled"].active,
.centered-button-holder button[disabled="disabled"].active,
.centered-button-holder input[disabled].active,
.centered-button-holder button[disabled].active,
.centered-button-holder input.disabled.active,
.centered-button-holder button.disabled.active {
  background-color: var(--buttonBg);
}
@media only screen and (min-width: 768px) {
  .centered-button-holder input,
  .centered-button-holder button {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .centered-button-holder input,
  .centered-button-holder button {
    width: 100%;
  }
}
.centered-button-holder input.button-alarm,
.centered-button-holder button.button-alarm {
  box-shadow: var(--buttonAlarmShadow) 0 1px inset;
  color: var(--buttonAlarmColor);
  background-color: var(--buttonAlarmBg);
}
.centered-button-holder input.button-alarm:hover,
.centered-button-holder button.button-alarm:hover {
  background-color: var(--buttonAlarmHoverBg);
  color: var(--buttonColor);
}
.centered-button-holder input.button-alarm:active,
.centered-button-holder button.button-alarm:active {
  background-color: var(--buttonAlarmActiveBg);
  color: var(--buttonColor);
}
.centered-button-holder input.button-alarm[disabled="disabled"],
.centered-button-holder button.button-alarm[disabled="disabled"],
.centered-button-holder input.button-alarm[disabled],
.centered-button-holder button.button-alarm[disabled],
.centered-button-holder input.button-alarm.disabled,
.centered-button-holder button.button-alarm.disabled {
  box-shadow: none;
  background-color: var(--buttonAlarmDisabledBg);
  cursor: default;
}
.centered-button-holder input.button-alarm[disabled="disabled"]:hover,
.centered-button-holder button.button-alarm[disabled="disabled"]:hover,
.centered-button-holder input.button-alarm[disabled]:hover,
.centered-button-holder button.button-alarm[disabled]:hover,
.centered-button-holder input.button-alarm.disabled:hover,
.centered-button-holder button.button-alarm.disabled:hover,
.centered-button-holder input.button-alarm[disabled="disabled"].active,
.centered-button-holder button.button-alarm[disabled="disabled"].active,
.centered-button-holder input.button-alarm[disabled].active,
.centered-button-holder button.button-alarm[disabled].active,
.centered-button-holder input.button-alarm.disabled.active,
.centered-button-holder button.button-alarm.disabled.active {
  background-color: var(--buttonAlarmDisabledBg);
}
@media only screen and (min-width: 768px) {
  .centered-button-holder .anchorButton {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .centered-button-holder .anchorButton {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .centered-button-holder input {
    width: 25%;
    min-width: 300px;
  }
}
::-ms-clear {
  display: none;
}
:-ms-input-placeholder {
  color: #aaa;
}
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
}
input:-webkit-autofill {
  color: var(--inputColor) !important;
  background-color: var(--inputBgColor) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--inputBgColor) inset;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  height: auto;
}
input[type="text"],
input[type="password"] {
  outline: 1px solid inset;
}
.form-box::before,
.form-box::after {
  content: " ";
  display: table;
}
.form-box::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-box {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
.password-credentials {
  display: inline-block;
  padding-left: 0.8em;
  width: 57%;
  text-align: left;
  font-weight: bold;
  color: var(--inputWarningInfoColor);
}
@media only screen and (min-width: 768px) {
  .password-credentials {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .password-credentials {
    float: left;
  }
}
.password-credentials ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-control {
  height: var(--inputHeight);
}
.field {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.field::before,
.field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field input,
  .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field input,
  .field textarea {
    float: right;
  }
}
.field button {
  height: var(--inputHeight);
}
@media only screen and (max-width: 767px) {
  .field button {
    width: 100%;
  }
}
.field textarea {
  padding: 8px 10px;
  min-height: 6em;
  resize: vertical;
}
.field label {
  line-height: 40px;
  vertical-align: top;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .field label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field label {
    margin: 0 0 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .field label {
    margin: 0;
  }
}
.field.required label::after {
  content: "*";
  display: inline;
}
@media only screen and (min-width: 768px) {
  .page-description-holder {
    padding: 0 0 0 43%;
  }
}
@media only screen and (max-width: 767px) {
  .page-description-holder {
    padding: 0;
  }
}
.aligned-responsive-label {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .aligned-responsive-label {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .aligned-responsive-label {
    width: 100%;
  }
}
.aligned-responsive-label.hidden {
  display: none;
}
.input-email input {
  height: 40px;
}
.input-username input {
  height: 40px;
}
.input-pass input {
  height: 40px;
}
.icon .field input {
  padding-right: 40px !important;
}
.icon .field::before,
.icon .field::after {
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
  right: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  color: var(--accountFormsIconsColor);
  font-size: 16px;
  line-height: 2.5;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .icon .field::before,
  .icon .field::after {
    top: 41px;
  }
}
.icon .field::before {
  background-color: var(--inputIconBg);
}
.input-email .field::after {
  content: "\e60f";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-username .field::after {
  content: "\e616";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.input-pass.icon .field::after {
  content: "\e610";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.form-success-message {
  font-weight: bold;
}
.field.error input {
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.field.error .error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
  float: right;
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .field.error .error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .field.error .error {
    width: 100%;
  }
}
.field.error .error ul {
  display: inline-block;
  padding-left: 1.4em;
  list-style-position: inside;
  text-align: left;
}
.icon .field.error::before {
  background-color: var(--inputErrorIconBg);
  color: var(--accountFormsErrorIconsColor);
}
.icon .field.error::after {
  color: var(--accountFormsErrorIconsColor);
}
input[readonly="readonly"] {
  background-color: var(--inputReadOnlyBg);
}
.search-box {
  position: relative;
}
.search-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  border-radius: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding-right: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-box input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.search-box .form-control-label {
  position: absolute;
  top: 50%;
  padding: 0.2em 0.2em 0.2em 1em;
  transform: translateY(-50%);
  color: var(--inputPlaceholderTextColor);
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.search-box input:focus ~ .form-control-label,
.search-box input:not(:placeholder-shown) ~ .form-control-label {
  z-index: -1;
}
.search-box .clear {
  z-index: 1;
  right: 41px;
  background: transparent;
}
.search-box .clear::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .clear::before {
  opacity: 0.9;
}
.search-box .clear:hover::before {
  opacity: 1;
}
.search-box .search {
  right: 1px;
  background-color: var(--inputIconBg);
  display: block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: 1px;
  border: 0 none;
}
.search-box .search::before {
  content: "\e916";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.search-box .search:hover {
  background-color: var(--inputIconAlterHoverBg);
}
.search-box .search::before {
  color: var(--inputIconAlterBg);
}
.search-box .search:active {
  background-color: var(--inputIconAlterActiveBg);
}
.search-box .search:active::before {
  color: var(--buttonColor);
}
.search-box .search-box-button {
  position: absolute;
  padding: 0;
  top: 1px;
  width: 40px;
  height: 38px;
  border: none;
}
.search-box .search-box-button::before {
  width: 100%;
  height: 100%;
  color: var(--buttonIconColor);
}
@media only screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    margin-bottom: var(--pageHeadingMargin);
  }
}
@media only screen and (min-width: 768px) {
  .search-box {
    width: 277px;
    float: right;
  }
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  color: var(--inputColor);
  width: 100%;
}
div.favorite-box {
  padding: 0;
  font-size: var(--inputFontSize);
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box {
    float: none;
    margin: 0 0 var(--pageHeadingMarginForPhones) 0;
  }
}
@media only screen and (min-width: 768px) {
  div.favorite-box {
    margin: 0;
    text-align: right;
    float: right;
  }
}
div.favorite-box div.custom-control.checkbox-control {
  display: flex;
  flex-direction: row;
  font-weight: bold;
}
div.favorite-box div.custom-control.checkbox-control label.label-content {
  margin-left: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  div.favorite-box div.custom-control.checkbox-control::before {
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    -webkit-background-clip: initial;
    border: 1px solid var(--favoritesOnlyCheckboxColorForPhones);
    box-sizing: border-box;
  }
}
div.error {
  color: var(--inputErrorInfoColor);
}
p.error {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
  color: var(--inputErrorInfoColor);
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.error {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.error {
    width: 100%;
  }
}
p.success {
  display: inline-block;
  padding-left: 0.8em;
  padding-top: 0.4em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  p.success {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  p.success {
    width: 100%;
  }
}
.input-note {
  text-align: left;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .input-note {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .input-note {
    width: 70%;
  }
}
.cursor-default {
  cursor: default;
}
.textfield-container {
  display: inline;
}
.dbb-announcements-table {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .dbb-announcements-table {
    margin-top: 10px;
  }
}
.dbb-announcement-toolbar-button.edit-button {
  padding: 0;
  margin: 0 0 0 1em;
  vertical-align: top;
}
.dbb-announcement-toolbar-button.edit-button::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
  content: "\e914";
}
.dbb-announcement-toolbar-button.print-button {
  padding: 0;
  margin: 0 0 0 1em;
  vertical-align: top;
}
.dbb-announcement-toolbar-button.print-button::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
  content: "\e917";
}
.dbb-announcement-toolbar-button.delete-button {
  padding: 0;
  margin: 0 0 0 1em;
  vertical-align: top;
}
.dbb-announcement-toolbar-button.delete-button::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
  content: "\e932";
}
.dbb-announcement {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .dbb-announcement {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .dbb-announcement-toolbar {
    margin-left: auto;
  }
}
.dbb-announcement-body {
  display: flex;
  width: 100%;
  background-color: var(--announcementBgColor);
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .dbb-announcement-body {
    flex-direction: row;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dbb-announcement-body {
    flex-direction: column;
    padding: 15px;
  }
}
@media print {
  .dbb-announcement-body {
    flex-direction: column;
  }
  .dbb-announcement-body a[href]::after {
    content: none !important;
  }
}
.dbb-announcement-body-column {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .dbb-announcement-body-column {
    max-width: 370px;
    margin: 0 27.5px;
  }
}
@media only screen and (max-width: 767px) {
  .dbb-announcement-body-column {
    margin: 0;
  }
}
.dbb-announcement-body-property {
  padding: 11px 0;
  font-weight: var(--baseFontWeight);
  color: var(--disabledItemTextColor);
  border-bottom: 1px solid var(--rdOnlyFieldBottomBorderColor);
  width: 100%;
  margin: 0;
}
.dbb-announcement-body-property-title {
  font-size: calc(var(--baseFontSize) + 1px);
  line-height: 24px;
  color: var(--fontColor);
}
.dbb-announcement-body-property-button {
  background-color: var(--linkPropertyButtonBg);
  color: var(--linkPropertyLinkColor);
  width: var(--linkPropertyButtonSize);
  height: var(--linkPropertyButtonSize);
  margin-top: -11px;
  flex-shrink: 0;
  border: 0;
  border-style: none;
  border-radius: 0;
  border-spacing: 0;
  -webkit-box-shadow: unset;
  box-shadow: none;
  box-sizing: content-box;
}
.dbb-announcement-body-property-button::before {
  font-size: var(--linkPropertyButtonFontSize) !important;
}
.dbb-announcement-body-property-button:hover::before,
.dbb-announcement-body-property-button:focus-visible::before {
  color: var(--linkPropertyButtonBg);
  background-color: var(--linkPropertyLinkColor);
}
.dbb-announcement-body-property.text-property .text-property-value {
  font-size: calc(var(--baseFontSize) + 2px);
  line-height: 21px;
  word-break: break-word;
  white-space: pre-wrap;
}
@media only screen and (min-width: 768px) {
  .dbb-announcement-body-property.link-property {
    padding-bottom: 3px;
  }
}
.dbb-announcement-body-property.link-property .link-property-body {
  font-size: var(--linkPropertyFontSize);
  line-height: var(--linkPropertyLineHeight);
  display: flex;
  justify-content: space-between;
}
.dbb-announcement-body-property.link-property .link-property-body .copy-to-clipboard-button {
  padding: 0;
}
.dbb-announcement-body-property.link-property .link-property-body .copy-to-clipboard-button::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
  content: "\e90f";
}
@media only screen and (min-width: 768px) {
  .dbb-announcement-body-property.document-link-property {
    padding-bottom: 3px;
  }
}
.dbb-announcement-body-property.document-link-property .document-link-property-body {
  font-size: var(--linkPropertyFontSize);
  line-height: var(--linkPropertyLineHeight);
  display: flex;
  justify-content: space-between;
  word-break: break-word;
}
.dbb-announcement-body-property.document-link-property .document-link-property-body .download-document-button::before {
  content: "\e609";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.dbb-announcement-body-property.document-link-property .document-link-property-body .download-document-button span {
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
  top: -10px;
}
.dbb-announcement-body-property.dbb-announcement-body-item-published-dates {
  line-height: 24px;
  font-size: calc(var(--baseFontSize) + 1px);
  color: var(--fontColor);
  border: 0;
}
.dbb-published-announcements {
  width: 100%;
}
.dbb-published-announcements-filters {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .dbb-published-announcements-filters {
    flex-wrap: wrap;
  }
  .dbb-published-announcements-filters .select-input-wrapper,
  .dbb-published-announcements-filters .select-container,
  .dbb-published-announcements-filters .search-filter-input {
    min-width: calc(100% - 30px);
    margin: 10px 15px 0;
  }
}
.dbb-published-announcements-filters > span {
  margin-right: 30px;
}
.dbb-published-announcements-filters .select-input-wrapper .select-container {
  width: 270px;
}
.dbb-published-announcements-filters .select-input-wrapper .select-container .select-input__single-value {
  font-family: var(--baseFontFamily);
  font-size: var(--baseFontSize);
}
.dbb-published-announcements-filters .select-input-wrapper .select-container .select-input__control {
  cursor: pointer;
  border-radius: 0;
  border: 1px solid var(--inputBorderColor) !important;
}
.dbb-published-announcements-filters .select-input-wrapper .select-container .select-input__indicators {
  border-radius: 0;
}
.dbb-published-announcements-filters .select-input-wrapper .select-container .select-input__menu {
  z-index: 5;
  border-radius: 0;
}
.dbb-published-announcements-filters .select-input-wrapper .select-container .select-input__option {
  font-size: calc(var(--baseFontSize) + 2px);
  font-weight: bold;
}
.dbb-published-announcements-filters .select-input-wrapper .select-container .select-input__option:active {
  color: var(--calendarHeaderColor);
  background-color: var(--inputIconAlterBg);
}
.dbb-published-announcements-filters .select-input-wrapper .clear {
  left: 190px;
  width: 40px;
}
.dbb-published-announcements-filters .search-filter-input .text-input:not(:placeholder-shown) {
  color: var(--meetingsLiveParticipantsFilterSelectedTextColor);
}
.dbb-published-announcements .dbb-announcements-table {
  margin-bottom: 0;
}
.dbb-list .dbb-published-announcements-table-committee-column {
  flex: 0 0 16em;
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-published-announcements-table-committee-column {
    flex-basis: 0;
  }
}
.dbb-list .dbb-published-announcements-table-type-column {
  flex: 0 0 14em;
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-published-announcements-table-type-column {
    flex-basis: 0;
  }
}
.dbb-list .dbb-published-announcements-table-dates-column {
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .dbb-list .dbb-published-announcements-table-dates-column {
    flex-basis: var(--dbbDatesColumnFlexBasis);
  }
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-published-announcements-table-dates-column {
    font-size: var(--baseFontSize);
  }
}
@media only screen and (min-width: 768px) {
  .dbb-list .dbb-published-announcements-table-dates-column span:first-child {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-published-announcements-table-dates-column span:first-child {
    margin-right: 1em;
  }
}
.dbb-list .dbb-published-announcements-table-title-column {
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-published-announcements-table-title-column {
    font-size: calc(var(--baseFontSize) + 2px);
    padding-top: 0;
  }
}
.dbb-list .dbb-published-announcements-table-title-column a {
  padding: 10px 0;
}
.dbb-list .dbb-published-announcements-table-publish-column {
  flex: 0 0 10em;
  justify-content: center;
  max-width: 10em;
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-published-announcements-table-publish-column {
    flex-basis: 0;
  }
}
.dbb-list .dbb-published-announcements-table-unpublish-button {
  line-height: var(--smallButtonLineHeight);
  height: var(--smallButtonLineHeight);
  padding: 0 1.2em;
  font-weight: normal;
  margin: 0;
}
.dbb-list .dbb-published-announcements-table-unpublish-button:active {
  line-height: calc(var(--smallButtonLineHeight) + 3px);
}
.select-input-wrapper {
  display: flex;
  position: relative;
}
.select-input-wrapper .select-input__control {
  border: var(--inputBorderWidth) solid var(--inputAccentBorderColor);
  box-sizing: border-box;
  border-color: var(--inputAccentBorderColor) !important;
  height: var(--inputHeight);
}
.select-input-wrapper .select-input__control .select-input__indicators {
  height: 100%;
}
.select-input-wrapper .select-input__control .dropdown-indicator-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: var(--inputHeight);
  background: var(--bgColor);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.select-input-wrapper .select-input__control .dropdown-indicator-container .dropdown-indicator {
  transition-property: all;
  transition-duration: var(--defaultAnimationTransitionDuration);
  transition-timing-function: ease-in;
  transition-delay: 0s;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: var(--inputIconAlterBg);
}
.select-input-wrapper .select-input__control .clear-indicator::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.select-input-wrapper .select-input__control .clear-indicator::before {
  color: var(--inputIconAlterBg);
  transform: scale(0.9);
}
.select-input-wrapper .select-input__control .select-input__value-container {
  padding: 0 30px 0 8px;
  width: 147px;
}
.select-input-wrapper .select-input__control--menu-is-open {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.select-input-wrapper .select-input__control--menu-is-open .dropdown-indicator {
  transform: rotate(0.5turn);
}
.select-input-wrapper .select-input__control--is-focused {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.select-input-wrapper .select-input__menu {
  margin-top: 4px;
}
.select-input-wrapper .select-input__value-container {
  height: var(--inputHeight);
}
.select-input-wrapper .select-input__single-value {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: var(--inputHeight);
  border-radius: 2px;
  border: 1px solid var(--inputBorderColor);
  font-size: 14px;
  font-weight: bold;
  border: 0;
  border-style: none;
  border-radius: 0;
  border-spacing: 0;
  -webkit-box-shadow: unset;
  box-shadow: none;
  box-sizing: content-box;
  color: var(--inputColor);
  padding: unset;
  height: unset;
}
.select-input-wrapper .select-input__placeholder {
  color: var(--inputPlaceholderTextColor);
  font-weight: var(--inputPlaceholderFontWeight);
  font-size: 1em;
}
.select-input-wrapper .select-input__indicator-separator {
  visibility: hidden;
}
.select-input-wrapper .select-input__option {
  color: var(--fontColor);
  word-break: break-word;
}
.select-input-wrapper .select-input__option--is-focused {
  background-color: var(--selectDropdownOptionHoverBgColor);
}
.select-input-wrapper .select-input__option--is-selected {
  color: var(--tabsSelectedColor);
  background-color: var(--tabsSelectedBg);
}
.select-input-wrapper .select-input__option--is-disabled {
  padding: 0;
  cursor: not-allowed !important;
}
.select-input-wrapper .select-input__option--is-disabled .disabled-option {
  opacity: 0.5;
  padding: 8px 12px;
  background-color: var(--shadowColor);
}
.select-input-wrapper .select-input__option:active {
  background-color: var(--selectDropdownOptionSelectedBgColor);
}
.select-input-wrapper .select-input .select-container {
  display: inline-block;
}
.select-input-wrapper .button {
  padding: 0;
  position: absolute;
  height: 100%;
  border: none;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
.select-input-wrapper .button::before {
  content: "\e66";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.select-input-wrapper .button::before {
  color: var(--inputIconAlterBg);
}
.select-input-wrapper .clear {
  right: 40px;
  z-index: 2;
}
.select-input-wrapper .clear::before {
  opacity: 0.9;
  color: var(--inputIconAlterBg);
}
.select-input-wrapper .clear:hover::before {
  opacity: 1;
}
.select-input-label {
  display: block;
  margin-left: 0 !important;
  width: 100% !important;
  line-height: unset !important;
  margin-bottom: 10px !important;
}
.select-input__single-value {
  color: var(--inputColor) !important;
}
.field-input-container {
  width: 100%;
  margin-right: 30px !important;
}
.field {
  margin-bottom: 0;
}
.select-input.error .select-input__control {
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
  border: 1px solid var(--inputErrorBorderColor);
  box-sizing: border-box;
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.select-input.error .select-input__control::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control::-webkit-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control::-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control:-moz-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control:-ms-input-placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__control .dropdown-indicator,
.select-input.error .select-input__control .clear-indicator {
  color: var(--inputErrorColor);
}
.select-input.error .select-input__placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.select-input.error .select-input__indicators {
  background-color: var(--inputErrorIconBg);
}
.select-input.error .select-input__single-value {
  background-color: var(--inputErrorBgColor);
  color: var(--inputErrorColor);
}
.user-consent-popup-content {
  display: flex;
  flex-direction: column;
  padding: 35px 45px;
}
.user-consent-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
}
.user-consent-actions-confirm,
.user-consent-actions-decline {
  line-height: var(--smallButtonLineHeight);
  height: var(--smallButtonLineHeight);
  padding: 0 1.2em;
  font-weight: normal;
  min-width: 11rem;
}
.user-consent-actions-confirm:active,
.user-consent-actions-decline:active {
  line-height: calc(var(--smallButtonLineHeight) + 3px);
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--modalBgColor);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-content {
  min-width: 500px;
  min-height: 200px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 4px 8px var(--popupBgColor);
  position: relative;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 14px;
}
.field.error .error {
  width: 100%;
  float: none;
}
.dbb-announcement-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .dbb-announcement-header {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.dbb-announcement-title {
  color: var(--h1Color);
  font-weight: var(--baseFontWeight);
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .dbb-announcement-title {
    margin: 0 15px 30px 15px;
  }
}
.spinner-svg {
  width: var(--spinnerSize);
  height: var(--spinnerSize);
  animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.spinner-svg .path {
  stroke: var(--spinnerColor);
  fill: none;
  cx: 25;
  cy: 25;
  r: 20;
  stroke-width: 5.5px;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.form-loading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  max-height: 100%;
}
.input-loading-wrapper.loading .select-container .select-input__control {
  pointer-events: none;
  background-color: var(--inputDisabledBgColor);
}
.input-loading-wrapper.loading .select-container .select-input__indicators {
  display: flex;
  justify-content: center;
}
.input-loading-wrapper.loading .select-container .select-input__indicators .dropdown-indicator {
  display: none;
}
.input-loading-wrapper.loading .select-container .select-input__indicators::after {
  content: "";
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 3px solid var(--spinnerColor);
  border-right-color: transparent;
  animation: rotate 0.9s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.input-loading-wrapper.loading .save-announcement-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.input-loading-wrapper.loading .save-announcement-button::before {
  margin-right: 10px;
  content: "";
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 3px solid var(--spinnerColor);
  border-right-color: transparent;
  animation: rotate 0.9s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.input-loading-wrapper.loading .tree-view-dropdown-toggle .dropdown-indicator {
  display: none;
}
.input-loading-wrapper.loading .tree-view-dropdown-toggle-button::after {
  content: "";
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 3px solid var(--spinnerColor);
  border-right-color: transparent;
  animation: rotate 0.9s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.button.close {
  height: 32px;
  width: 32px;
  transform: translate(15%, -25%);
  opacity: 0.5;
  margin: 0;
}
.button.close:hover {
  opacity: 0.6;
}
.button.close span {
  display: block;
  font-size: 32px;
  line-height: 32px;
}
.upload-input {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  font-weight: var(--baseFontWeight);
  padding: 0 50px 0 10px;
  border-radius: 2px;
  border: 1px solid var(--inputAccentBorderColor);
  color: var(--inputColor);
}
.upload-input.disabled {
  background-color: var(--inputDisabledBgColor);
}
.upload-input:focus-within {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.upload-input-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.upload-input-icon {
  position: absolute;
  top: 0;
  width: 38px;
  background-color: var(--inputIconBg);
  border-radius: 0 0 2px;
  height: 100%;
  right: 0;
  color: var(--inputIconAlterBg);
}
.upload-input-icon::before {
  content: "\e90d";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.upload-input.notEmpty .upload-input-text {
  font-size: calc(var(--baseFontSize) + 2px);
}
.upload-input.notEmpty .upload-input-icon::before {
  content: "\e605";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.upload-input input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  padding: 0;
  border: 0;
}
.upload-input input::-webkit-file-upload-button {
  display: none;
}
.field.error .upload-input {
  border-color: var(--inputErrorBorderColor);
  background-color: var(--inputErrorBgColor);
  color: var(--inputPlaceholderErrorColor);
}
.field.error .upload-input-icon {
  color: var(--inputErrorColor);
  background-color: var(--inputErrorIconBg);
}
.field-input-container .text-area-input {
  width: 100%;
  border: 1px solid var(--inputAccentBorderColor);
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
}
.field-input-container .text-area-input::-webkit-input-placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container .text-area-input::-moz-placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container .text-area-input:-moz-placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container .text-area-input:-ms-input-placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container .text-area-input::placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container .text-area-input::-webkit-input-placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container .text-area-input::-moz-placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container .text-area-input:-moz-placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container .text-area-input:-ms-input-placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container .text-area-input::placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container .text-area-input::placeholder {
  line-height: 20px;
}
.field-input-container .text-area-input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.field-input-container .text-area-input:disabled {
  background-color: var(--inputDisabledBgColor);
}
.field.error .text-area-input {
  border-color: var(--inputErrorBorderColor);
  background-color: var(--inputErrorBgColor);
  color: var(--inputPlaceholderErrorColor);
}
.field.error .text-area-input::placeholder {
  color: var(--inputPlaceholderErrorColor);
}
.search-box {
  margin-top: auto;
  float: unset !important;
}
.search-box label {
  color: var(--inputColor) !important;
  font-size: var(--baseFontSize) !important;
  font-weight: calc(var(--baseFontWeight) + 100) !important;
  font-family: var(--baseFontFamily) !important;
}
.dropdown-holder {
  width: 100%;
}
.dropdown-holder button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
  width: 100%;
}
.dropdown-holder button .tree-view-dropdown-toggle {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: var(--inputBorderWidth) solid var(--inputAccentBorderColor);
  border-radius: 2px;
  height: var(--inputHeight);
  font-size: var(--inputFontSize);
  font-weight: var(--baseFontWeight);
  cursor: pointer;
  background-color: var(--inputBgColor);
  color: var(--inputColor);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-holder button .tree-view-dropdown-toggle-document-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-holder button .tree-view-dropdown-toggle-document-title .placeholder {
  font-size: var(--baseFontSize);
}
.dropdown-holder button .tree-view-dropdown-toggle-button {
  background-color: var(--inputIconBg);
  width: 36px;
  height: 38px;
  margin-left: 10px;
  display: inline-flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}
.dropdown-holder button .tree-view-dropdown-toggle-button .dropdown-indicator {
  align-self: center;
  transition: all 0.2s ease-in 0s;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid var(--buttonIconColor);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-holder.open .dropdown-indicator {
  transform: rotate(180deg);
}
.dropdown-holder.open .dropdown-menu {
  display: block;
}
.dropdown-holder .dropdown-menu {
  max-height: 500px;
}
.tree-view-dropdown .dropdown-menu-wrapper {
  display: flex;
  flex-direction: column;
  padding: 15px;
  max-height: 100%;
}
.tree-view-dropdown .search-box {
  display: flex;
  flex-direction: row;
  align-content: center;
  height: 40px;
  width: 100%;
  margin: 0;
  float: initial;
  border: var(--inputBorderWidth) solid #ccc;
  border-radius: 4px;
  box-sizing: content-box;
}
.tree-view-dropdown .search-box:focus-within {
  box-shadow: 0 0 0 var(--elementInFocusOutlineWidth) var(--elementInFocusColor);
}
.tree-view-dropdown .search-box .matches-info {
  color: var(--buttonIconColor);
  white-space: nowrap;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
  padding-right: 10px;
  align-self: center;
}
.tree-view-dropdown .search-box .matches-info.hidden {
  display: none;
}
.tree-view-dropdown .search-box .separator {
  height: 30px;
  width: 1px;
  background-color: var(--separatorColor);
  flex-shrink: 0;
  align-self: center;
}
.tree-view-dropdown .search-box button {
  display: inline-flex;
  height: 40px;
  width: 40px;
  background: transparent;
  flex-shrink: 0;
  border: 0;
}
.tree-view-dropdown .search-box button:hover {
  background-color: var(--selectDropdownOptionHoverBgColor);
  cursor: pointer;
}
.tree-view-dropdown .search-box button.previous-match-button::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
  content: "\e90e";
}
.tree-view-dropdown .search-box button.previous-match-button::before {
  color: var(--buttonIconColor);
}
.tree-view-dropdown .search-box button.next-match-button::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
  content: "\e918";
}
.tree-view-dropdown .search-box button.next-match-button::before {
  color: var(--buttonIconColor);
}
.tree-view-dropdown .search-box button.clear-button::before {
  content: "\e605";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.tree-view-dropdown .search-box button.clear-button::before {
  color: var(--buttonIconColor);
}
.tree-view-dropdown .search-box input[type="search"] {
  flex: 1;
  border: 0;
  height: 40px;
  flex-shrink: 2;
  padding-right: 10px;
  min-width: 0;
}
.tree-view-dropdown .search-box input[type="search"]:focus {
  outline: 0;
  box-shadow: none !important;
}
.tree-view-dropdown .rc-tree {
  margin-top: 15px;
  border: var(--inputBorderWidth) solid #ccc;
  border-radius: 4px;
  overflow: auto;
  max-height: 400px;
}
.tree-view-dropdown .rc-tree-treenode {
  color: #61747E;
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: calc(var(--baseFontSize) + 2px);
  padding-right: calc(15px + 10px);
  font-weight: var(--baseFontWeight);
  white-space: nowrap;
}
.tree-view-dropdown .rc-tree-treenode:hover {
  background-color: var(--selectDropdownOptionHoverBgColor);
  cursor: pointer;
}
.tree-view-dropdown .rc-tree-node-content-wrapper {
  display: inline-flex;
  align-items: center;
}
.tree-view-dropdown .rc-tree-node-content-wrapper .tree-document-radio {
  display: inline-block;
  vertical-align: middle;
  width: calc(calc(var(--baseFontSize) + 2px) + 2px);
  height: calc(calc(var(--baseFontSize) + 2px) + 2px);
  border-radius: calc(calc(var(--baseFontSize) + 2px) + 2px);
  border: 2px solid #61747E;
  margin-left: calc(-6px/4);
  margin-right: calc(calc(15px + 10px) - 6px/2);
}
.tree-view-dropdown .rc-tree-node-content-wrapper .tree-document-radio::after {
  top: calc(calc(calc(var(--baseFontSize) + 2px) + 2px)/8);
  left: calc(calc(calc(var(--baseFontSize) + 2px) + 2px)/8);
  display: none;
  content: "";
  position: relative;
  width: calc(calc(calc(var(--baseFontSize) + 2px) + 2px)/2);
  height: calc(calc(calc(var(--baseFontSize) + 2px) + 2px)/2);
  border-radius: calc(calc(calc(var(--baseFontSize) + 2px) + 2px)/2);
  background-color: #61747E;
}
.tree-view-dropdown .rc-tree-node-content-wrapper.rc-tree-node-selected .tree-document-radio::after {
  display: block;
}
.tree-view-dropdown .rc-tree-switcher_open {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 6px solid #61747E;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin: 15px calc(15px + 10px) 15px 15px;
}
.tree-view-dropdown .rc-tree-switcher_close {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 6px solid #61747E;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin: 15px calc(15px + 10px) 15px 15px;
  transform: rotate(-90deg);
}
.tree-view-dropdown .rc-tree-indent {
  display: inline-block;
  vertical-align: bottom;
  height: 0;
}
.tree-view-dropdown .rc-tree-indent-unit {
  width: calc(15px + 6px*2 + calc(15px + 10px));
  display: inline-block;
}
.tree-view-dropdown .rc-tree-title {
  white-space: pre-wrap;
  word-break: break-word;
  margin: 10px 0;
}
.tree-view-dropdown .rc-tree-title .tree-view-search-match {
  background-color: var(--treeViewSearchMatchColor);
}
.tree-view-dropdown .rc-tree-title .active-search-match .tree-view-search-match {
  background-color: var(--treeViewSearchMatchActiveColor);
}
.tree-view-dropdown .dropdown-toggle::after {
  display: none;
}
.tree-view-dropdown .dropdown-toggle::before {
  right: 36px;
}
.error button .tree-view-dropdown-toggle {
  border: 1px solid var(--inputErrorBorderColor);
  background-color: var(--inputErrorBgColor);
}
.error button .tree-view-dropdown-toggle-document-title {
  color: var(--documentTitleErrorColor);
}
.error button .tree-view-dropdown-toggle-button {
  background-color: var(--inputErrorIconBg);
}
.error button .tree-view-dropdown-toggle-button .dropdown-indicator {
  border-top-color: var(--inputErrorColor) !important;
}
.error .dropdown-menu {
  color: var(--inputColor);
}
.error .dropdown-menu .search-box input[type="search"] {
  border: 0 !important;
  background-color: var(--announcementBgColor) !important;
}
.field-with-pop-up {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .input-calendar-icon::before {
    margin-right: 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .input-calendar-icon::before {
    top: 41px;
  }
}
.field-input-container {
  display: inline-flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .field-input-container {
    margin-right: 10%;
    width: 50%;
  }
}
.field-input-container input {
  border: var(--inputBorderWidth) solid var(--inputAccentBorderColor);
  box-sizing: border-box;
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE 10+ */
  float: none;
  width: 100%;
}
.field-input-container input::-webkit-input-placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container input::-moz-placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container input:-moz-placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container input:-ms-input-placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container input::placeholder {
  color: var(--inputPlaceholderTextColor);
}
.field-input-container input::-webkit-input-placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container input::-moz-placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container input:-moz-placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container input:-ms-input-placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container input::placeholder {
  font-size: var(--baseFontSize);
  font-weight: var(--inputPlaceholderFontWeight);
}
.field-input-container input[disabled] {
  background-color: var(--inputDisabledBgColor);
}
.field-input-container input:focus {
  outline: 0;
  box-shadow: 0 0 0.1px var(--elementInFocusOutlineWidth) var(--elementInFocusColor) !important;
}
.icon .field::before,
.icon .field::after {
  width: calc(var(--inputHeight) - 2 * var(--inputBorderWidth));
  height: calc(var(--inputHeight) - 2 * var(--inputBorderWidth));
}
@media only screen and (min-width: 768px) {
  .icon .field::before,
  .icon .field::after {
    margin-right: 10%;
  }
}
.dbb-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.dbb-container .row {
  display: block;
}
@media only screen and (max-width: 767px) {
  .dbb-container {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.dbb-list {
  font-size: calc(var(--baseFontSize) + 2px);
  background-color: var(--listItemBg);
}
.dbb-list a {
  color: var(--linkColor);
}
.dbb-list a:hover,
.dbb-list a:focus {
  text-decoration: underline;
}
.dbb-list a:hover {
  color: var(--linkHoverColor);
}
@media only screen and (min-width: 768px) {
  .dbb-list-header {
    display: flex;
    flex-direction: row;
    min-height: var(--calendarHeaderHeight);
    color: var(--calendarHeaderColor);
    font-size: calc(var(--baseFontSize) + 4px);
    font-weight: bold;
    text-align: center;
    background-color: var(--calendarHeaderBg);
    font-size: calc(var(--baseFontSize) + 2px);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 30px;
  }
  .dbb-list-header > div {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    word-break: break-word;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dbb-list-header {
    display: none;
  }
}
.dbb-list-items {
  display: flex;
  flex-direction: column;
}
.dbb-list-items-row {
  border-collapse: separate;
  border-bottom: 1px solid var(--listBorderColor);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dbb-list-items-row div[class$="-row"] {
  padding-left: 30px;
  min-height: 61px;
  display: flex;
}
.dbb-list-items-row div[class$="-row"].disabled {
  background-color: var(--listRowDisabledBg);
}
@media only screen and (min-width: 768px) {
  .dbb-list-items-row div[class$="-row"] {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .dbb-list-items-row div[class$="-row"] {
    flex-direction: column;
  }
}
.dbb-list-items-row div[class$="-row"] div[class$="-column"] {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  word-break: break-word;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .dbb-list-items-row div[class$="-row"] div[class$="-column"] {
    padding: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .dbb-list-items-row div[class$="-row"] {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dbb-list-items-row div[class$="-row"] {
    padding: 19px 15px 9px 15px;
  }
}
.dbb-list-items-row:hover {
  background-color: var(--listRowHoverBg);
}
div.secretaryViewEditToggler {
  position: relative;
  float: right;
  margin-top: -0.833em;
  right: -0.3em;
}
div.secretaryViewEditToggler a.secretary-icon-eye,
div.secretaryViewEditToggler a.secretary-icon-gear {
  color: var(--buttonIconColor);
  margin: 0.2em;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  display: inline-block;
  font-size: 2.083em;
}
div.secretaryViewEditToggler a.secretary-icon-eye::before,
div.secretaryViewEditToggler a.secretary-icon-gear::before {
  font-size: 1em;
}
div.secretaryViewEditToggler a.secretary-icon-eye.selected,
div.secretaryViewEditToggler a.secretary-icon-gear.selected {
  color: var(--buttonIconBg);
  background-color: var(--buttonIconColor);
}
a.secretary-icon-gear::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
  content: "\e910";
}
a.secretary-icon-eye::before {
  content: "\e617";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: var(--iconsFontFamily);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--baseFontSize) + 4px);
}
.secretary-announcement-list-container {
  width: 100%;
}
.secretary-announcement-list-container .secretary-tab-control {
  border: 1px solid var(--tabsBorderColor);
  box-sizing: border-box;
  border-width: 0 0 1px 1px;
  display: flex;
}
.secretary-announcement-list-container .secretary-tab-control-button a {
  display: block;
  font-size: calc(var(--baseFontSize) + 2px);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: var(--tabsColor);
  background-color: var(--tabsBg);
  border-color: var(--tabsBorderColor);
  border-style: solid;
  line-height: 40px;
  width: 9.2em;
  border-width: 1px 1px 0 0;
}
.secretary-announcement-list-container .secretary-tab-control-button a:hover {
  text-decoration: none;
  background-color: var(--tabsHoverBg);
  color: var(--tabsHoverColor);
}
.secretary-announcement-list-container .secretary-tab-control-button a.active,
.secretary-announcement-list-container .secretary-tab-control-button a.active:hover {
  background-color: var(--tabsSelectedBg);
  border-color: var(--tabsSelectedBorderColor);
  color: var(--tabsSelectedColor);
}
.secretary-announcement-list-container .secretary-tab-control-button a.selected {
  background-color: var(--tabsSelectedBg);
  border-color: var(--tabsSelectedBorderColor);
  color: var(--tabsSelectedColor);
}
.dbb-list .dbb-new-announcements-table-type-column {
  flex: 0 0 14em;
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-new-announcements-table-type-column {
    flex-basis: 0;
  }
}
.dbb-list .dbb-new-announcements-table-dates-column {
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .dbb-list .dbb-new-announcements-table-dates-column {
    flex-basis: var(--dbbDatesColumnFlexBasis);
  }
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-new-announcements-table-dates-column {
    font-size: var(--baseFontSize);
  }
}
@media only screen and (min-width: 768px) {
  .dbb-list .dbb-new-announcements-table-dates-column span:first-child {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-new-announcements-table-dates-column span:first-child {
    margin-right: 1em;
  }
}
.dbb-list .dbb-new-announcements-table-title-column {
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-new-announcements-table-title-column {
    font-size: calc(var(--baseFontSize) + 2px);
    padding-top: 0;
  }
}
.dbb-list .dbb-new-announcements-table-title-column a {
  padding: 10px 0;
}
.dbb-list .dbb-new-announcements-table-auto-publish-column {
  display: flex;
  flex: 0 0 90px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-new-announcements-table-auto-publish-column {
    flex: 0;
  }
}
.dbb-list .dbb-new-announcements-table-auto-publish-column input[type="checkbox"] {
  margin: 0;
}
.dbb-list .dbb-new-announcements-table-auto-publish-column > .checkbox-control {
  min-height: initial !important;
}
.dbb-list .dbb-new-announcements-table-auto-publish-column > .checkbox-control::after {
  height: auto;
}
.dbb-list .dbb-history-announcements-table-type-column {
  flex: 0 0 14em;
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-history-announcements-table-type-column {
    flex-basis: 0;
  }
}
.dbb-list .dbb-history-announcements-table-dates-column {
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .dbb-list .dbb-history-announcements-table-dates-column {
    flex-basis: var(--dbbDatesColumnFlexBasis);
  }
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-history-announcements-table-dates-column {
    font-size: var(--baseFontSize);
  }
}
@media only screen and (min-width: 768px) {
  .dbb-list .dbb-history-announcements-table-dates-column span:first-child {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-history-announcements-table-dates-column span:first-child {
    margin-right: 1em;
  }
}
.dbb-list .dbb-history-announcements-table-title-column {
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
  .dbb-list .dbb-history-announcements-table-title-column {
    font-size: calc(var(--baseFontSize) + 2px);
    padding-top: 0;
  }
}
.dbb-list .dbb-history-announcements-table-title-column a {
  padding: 10px 0;
}
.dbb-history-announcements-filters {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dbb-history-announcements-filters > span {
  margin-right: 30px;
}
.dbb-history-announcements .dbb-announcements-table {
  margin-bottom: 0;
}
.dbb-history-announcements .select-container {
  width: 270px;
}
.dbb-history-announcements .select-container .select-input__control {
  cursor: pointer;
  border-radius: 0;
  border: 1px solid var(--inputBorderColor) !important;
}
.dbb-history-announcements .select-container .select-input__indicators {
  border-radius: 0;
}
.dbb-history-announcements .select-container .select-input__menu {
  z-index: 5;
  border-radius: 0;
}
.dbb-history-announcements .select-container .select-input__option {
  font-size: calc(var(--baseFontSize) + 2px);
  font-weight: bold;
}
.dbb-history-announcements .select-container .select-input__option:active {
  color: var(--calendarHeaderColor);
  background-color: var(--inputIconAlterBg);
}
.dbb-history-announcements .select-container .select-input__single-value {
  font-size: var(--baseFontSize);
}
@media only screen and (min-width: 768px) {
  .create-announcement-link {
    margin-top: -0.333em;
    position: relative;
    float: right;
  }
}
.dbb-announcement-form-container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .dbb-announcement-form-container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.dbb-announcement-form-container form {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.dbb-announcement-form-container .field {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .dbb-announcement-form-container .field {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .dbb-announcement-form-container .field {
    flex-direction: column;
  }
}
.dbb-announcement-form-container .field .field-input-container {
  flex-grow: 1;
}
.dbb-announcement-form-container .select-input .select-input-label {
  margin-left: 10% !important;
  width: 30% !important;
  line-height: 40px !important;
}
.dbb-announcement-form-container div.collapsing-wrapper div.collapsing-wrapper-header button#collapsingWrapperButton {
  padding-left: 10%;
}
.save-announcement-input-container {
  flex-direction: row;
  justify-content: flex-end;
  z-index: 0;
}
.save-announcement-input-container .save-announcement-button {
  margin-right: 0;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .save-announcement-input-container .save-announcement-button {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .save-announcement-input-container .save-announcement-button {
    width: 100%;
  }
}
div#main-dbb {
  margin-top: 0;
}
div#intro-dbb #dbb-description-header {
  text-transform: capitalize;
}
div#intro-dbb #dbb-description-header span {
  text-transform: none;
}
div#intro-dbb #dbb-description-body {
  margin-bottom: 20px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  div#intro-dbb {
    margin-top: 0;
  }
  div#intro-dbb #dbb-description-header {
    margin: 20px 0;
    font-size: calc(var(--baseFontSize) + 6px);
  }
  div#intro-dbb #dbb-description-body {
    margin: 20px 0;
    color: var(--fontColor);
    font-size: calc(var(--baseFontSize) + 2px);
    font-weight: var(--baseFontWeight);
  }
}

