/* BASE STYLES */
@import "../fonts/CenturyGothic/font-face.css";
@import "../fonts/FontAwesome/font-face.css";
@import "../fonts/GaramondRegular/font-face.css";
@import "../fonts/CenturySchoolbook/font-face.css";
@import "../fonts/Prata/font-face.css";
@import "../fonts/OpenSans/font-face.css";
/* Colors */
/* Typography */
/* Mixins */
/* Responsive Breakpoints */
/* Variables TO USE */
/* Variables used for EDGE CASES ONLY */
/* Common style rules shared accross the files */
.btn-text-default {
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.btn-primary-hover {
  background-color: #EE1C25;
  border-color: #EE1C25;
}
.btn-second-hover {
  background-color: #008FD5;
  border-color: #008FD5;
}
/* Form font size */
/* All forms seem to have the @navy color */
form {
  color: #6d6e71;
}
form label {
  color: #231F20;
}
/* FORMS */
.form-title {
  margin-bottom: 3rem;
  text-align: center;
}
h1.form-title {
  color: #231F20;
  font-size: 3rem;
  margin: 0 0 3rem;
  text-align: center;
}
h1.form-title + small {
  color: #ccc;
  display: block;
  margin: 1.5rem 0;
  text-align: center;
}
form.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
form > .form-row {
  margin: 0 -1.5rem;
}
form .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, transparent 50%, #A7A9AC 50%), linear-gradient(135deg, #A7A9AC 50%, transparent 50%), linear-gradient(to right, #A7A9AC, #A7A9AC);
  background-position: calc(100% - 1.55rem) 0.95em, calc(100% - 1.05rem) 0.95em, calc(100% - 1.75em) 0.5em;
  background-size: 0.5rem 0.5rem, 0.5rem 0.5rem, 0.1rem 1.15em;
  background-repeat: no-repeat;
  padding-right: 4rem;
  font-size: 1.6rem;
}
form .form-group select.form-control.financial-field {
  max-width: 60rem;
}
form .form-group select.form-control[disabled] {
  background-color: #A7A9AC;
}
form .form-group.field-useraccountsettings-allnotifications,
form .form-group.field-user-termsofuse {
  margin-bottom: 0px;
}
form label i {
  color: #6d6e71;
  font-size: 1.8rem;
  margin-left: 0.5rem;
}
form label i:hover,
form label i[aria-describedby] {
  color: #003858;
}
form label:empty {
  display: none;
}
form h5 {
  margin: 1.5rem 0;
}
form h5 strong {
  font-size: 1.5rem;
}
form h5 span {
  color: #003858;
  font-size: 1.5rem;
}
@media (max-width: 479px) {
  form h5 span {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  form h5 {
    line-height: 1.42857143;
  }
}
form small {
  color: #6d6e71;
  display: block;
  font-size: 80%;
  line-height: 1;
  margin: 0 0 1.5rem;
}
form small span {
  color: #003858;
}
form span.info {
  float: right;
}
form span.info i {
  color: #6d6e71;
}
form span.info i:hover {
  color: #003858;
}
@media (max-width: 479px) {
  form span.info {
    float: none;
  }
}
form div + .help-block:not(:empty) {
  margin: 1.1rem 0 0;
  top: 100%;
}
form .domain > div.col-sm-5 {
  float: left;
  line-height: 3.5rem;
  padding-right: 0;
  width: 16rem;
}
@media (max-width: 479px) {
  form .domain > div.col-sm-5 {
    float: none;
    width: 100%;
  }
}
form .domain > div:last-child {
  float: left;
  padding-left: 0;
  width: calc(100% - 16rem);
}
form .domain > div:last-child .form-group {
  float: left;
  width: 20rem;
}
@media (max-width: 767px) {
  form .domain > div:last-child .form-group {
    float: none;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  form .domain > div:last-child .float-right {
    float: none;
  }
}
@media (max-width: 479px) {
  form .domain > div:last-child {
    float: none;
    padding-left: 1.5rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  form a[data-toggle="popover"] {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  form a[data-toggle="popover"] {
    display: block;
  }
}
.form-control {
  border: 0.5px solid #A7A9AC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #6d6e71;
  font-size: 1.6rem;
  height: 4.2rem;
  outline: 0;
  -webkit-transition: border-color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #1C75BC;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
  min-height: 8rem;
}
/* Forms */
form {
  display: inline-block;
  width: 100%;
}
form .form-control {
  border-color: #A7A9AC;
  opacity: 1;
}
form .form-group {
  margin-bottom: 1rem;
  position: relative;
}
form .form-group.no-margin {
  margin: 0;
}
form .form-group > div {
  position: static;
}
form .form-group label:not(:empty) ~ .help-block:not(:empty) {
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
form .form-group.has-error label + div {
  position: relative;
}
form .form-group.has-error .form-control {
  border-color: #EE1C25;
}
form .form-group.has-success .form-control {
  border-color: #1C75BC;
}
form .form-group.field-hoa-hoa_latitude {
  margin-bottom: 0;
}
form .form-group.field-hoa-hoa_latitude .help-block:not(:empty) {
  right: 1.5rem;
  top: -0.5rem;
}
form .form-group.field-user-termsofuse .help-block:not(:empty) {
  left: 25rem;
  right: auto;
}
form .form-group.field-user-termsofuse .help-block:not(:empty):before {
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid #f47b20;
  top: 35%;
  left: -0.5rem;
}
form .form-group.field-upgradesubscription-us_subscription_id .help-block:not(:empty) {
  top: -3rem;
  left: 11rem;
  right: auto;
}
form .form-group.field-upgradesubscription-us_card_expiration_date .help-block:not(:empty),
form .form-group.field-upgradesubscription-us_card_code .help-block:not(:empty) {
  white-space: nowrap;
}
form .form-group.field-cmc-logo .help-block:not(:empty) {
  top: -2rem;
  left: 4rem;
  right: auto;
}
form .form-group.field-reportpost-rp_report_type .help-block:not(:empty) {
  top: -3rem;
  left: 0;
  right: auto;
}
form .form-group.members-textarea-wrapper label:not(:empty) ~ .help-block:not(:empty) {
  top: -1.5rem;
}
form .form-group.field-hoalisting-hl_price label:not(:empty) ~ .help-block:not(:empty) {
  top: -1rem;
}
form .form-group.field-captcha-response .help-block:not(:empty) {
  left: 0;
  right: auto;
  top: 0rem;
}
form > .form-group {
  clear: both;
  float: left;
  width: 100%;
}
form > .form-group:last-child {
  margin: 0;
}
form .has-success select.form-control,
form .has-error select.form-control {
  color: #6d6e71;
}
form .has-success .radio,
form .has-error .radio {
  color: #6d6e71;
}
form .has-success .form-control {
  border-color: #00aeef;
}
form .has-success .form-control:focus {
  border-color: #00aeef;
}
form#js-community-contact-form .help-block {
  display: none;
}
form#register-form {
  margin-bottom: 2.4rem;
  margin-top: 1.5rem;
}
form#register-form .form-group {
  width: 100%;
}
form#request-password-reset-form {
  margin-top: 1.5rem;
}
form#request-password-reset-form .request-password-reset-actions .btn-tertiary {
  position: relative;
  top: 0.5rem;
}
@media (max-width: 479px) {
  form#request-password-reset-form .request-password-reset-actions .btn-tertiary {
    top: 0;
  }
}
form#request-password-reset-form .request-password-reset-actions .btn-primary {
  float: right;
}
@media (max-width: 479px) {
  form#request-password-reset-form .request-password-reset-actions .btn-primary {
    float: none;
  }
}
form#login-form {
  margin-top: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
form#login-form .main-form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
form#login-form .main-form .forgot-password-button {
  color: #7A7A7A;
  font-size: 1.2rem;
}
form#directory-authorization-form .form-wrapper,
form#my-account-form .form-wrapper,
form#notifications-form .form-wrapper {
  padding-left: 0;
  max-width: 65rem;
  position: relative;
  padding-bottom: 3rem;
}
form#directory-authorization-form .form-wrapper .directory-radiolist,
form#my-account-form .form-wrapper .directory-radiolist,
form#notifications-form .form-wrapper .directory-radiolist {
  margin-top: 1.5rem;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .form-group,
form#my-account-form .form-wrapper .directory-radiolist .form-group,
form#notifications-form .form-wrapper .directory-radiolist .form-group {
  position: inherit;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .form-group .modal-radio,
form#my-account-form .form-wrapper .directory-radiolist .form-group .modal-radio,
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio {
  width: 100%;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .form-group .modal-radio.disabled-option,
form#my-account-form .form-wrapper .directory-radiolist .form-group .modal-radio.disabled-option,
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio.disabled-option {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .form-group .modal-radio span,
form#my-account-form .form-wrapper .directory-radiolist .form-group .modal-radio span,
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio span {
  color: #231F20;
  margin-left: 1rem;
  font-weight: normal;
  cursor: pointer;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .include-fields,
form#my-account-form .form-wrapper .directory-radiolist .include-fields,
form#notifications-form .form-wrapper .directory-radiolist .include-fields {
  margin: 1rem 0 2rem;
  display: flex;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .include-fields .field,
form#my-account-form .form-wrapper .directory-radiolist .include-fields .field,
form#notifications-form .form-wrapper .directory-radiolist .include-fields .field {
  display: flex;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .include-fields .field .label,
form#my-account-form .form-wrapper .directory-radiolist .include-fields .field .label,
form#notifications-form .form-wrapper .directory-radiolist .include-fields .field .label {
  margin-right: 1rem;
  font-size: 1.6rem;
  width: 13rem;
  text-align: left;
  margin-bottom: 0.5rem;
  color: #231F20;
  font-weight: bold;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .include-fields .button,
form#my-account-form .form-wrapper .directory-radiolist .include-fields .button,
form#notifications-form .form-wrapper .directory-radiolist .include-fields .button {
  margin-left: 2rem;
}
form#directory-authorization-form .grid-header,
form#my-account-form .grid-header,
form#notifications-form .grid-header {
  padding: 2rem;
}
form#notifications-form h3.second-title {
  color: #231F20;
  font-family: 'Open Sans Bold';
  font-size: 2rem;
}
form#notifications-form .grid-header {
  padding: 1rem 0;
}
form#notifications-form .form-wrapper {
  max-width: 100%;
  padding-bottom: 0;
}
form#notifications-form .form-wrapper .directory-radiolist {
  position: relative;
  padding-bottom: 4rem;
}
@media (max-width: 479px) {
  form#notifications-form .form-wrapper .directory-radiolist {
    padding-bottom: 7rem;
  }
}
form#notifications-form .form-wrapper .directory-radiolist .form-group {
  position: initial;
}
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio.disabled-option {
  bottom: 2rem;
}
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio span {
  color: #231F20;
  font-family: 'Open Sans SemiBold';
  position: relative;
  top: -0.2rem;
}
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio .hover-popover {
  font-size: 1.3rem;
}
form#notifications-form .form-wrapper .directory-radiolist .include-fields {
  margin-left: 5rem;
}
form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email {
  display: flex;
}
form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email > div:first-child {
  width: 40%;
  margin-right: 1rem;
}
form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email > div:last-child {
  width: 60%;
}
@media (max-width: 639px) {
  form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email {
    flex-direction: column;
  }
  form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email > div:first-child {
    width: 100%;
    margin-right: 1rem;
  }
  form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email > div:last-child {
    width: 100%;
  }
}
form#change-password-form .grid-header {
  padding: 1rem 0;
}
form#cmc-registration-form .field-user-termsofuse .help-block:not(:empty) {
  top: 0;
}
form#cmc-registration-form .help-block:not(:empty) {
  top: -6rem;
}
form#warning-invite-form .help-block:not(:empty) {
  top: -2.5rem;
  left: 0rem;
  right: auto;
}
form#js-contact-us-info-form .input-with-prefix {
  position: relative;
}
form#js-contact-us-info-form .input-with-prefix input {
  padding-left: 3rem;
}
form#js-contact-us-info-form .input-with-prefix img {
  width: 2rem;
  position: absolute;
  left: 0.7rem;
  z-index: 99;
  top: 1.1rem;
}
form#js-contact-form {
  margin-top: 1.5rem;
}
form#js-contact-form .contact-logo-url {
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem);
}
form#cmc-account-form .custom-photo {
  position: relative;
  width: 20rem;
  margin-top: 1.5rem;
}
form#cmc-account-form .custom-photo .delete-photo {
  position: absolute;
  right: 0rem;
  top: -0.3rem;
  font-size: 1.2rem;
}
form#add-admin-form .help-block:not(:empty) {
  right: 0.5rem;
}
form#homeowner-registration-form .btn-tertiary {
  font-weight: bold;
  text-align: center;
  min-width: 10rem;
}
form .help-block {
  font-size: 1.2rem !important;
  margin: 0;
}
form .help-block:not(:empty) {
  background: #EE1C25;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0;
  padding: 0.3rem 0.7rem;
  position: absolute;
  right: 0;
  top: -17px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
}
form .help-block:not(:empty):before {
  border-top: 0.5rem solid #EE1C25;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
}
@media (max-width: 479px) {
  form .help-block:not(:empty) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 0.9rem;
  }
}
form ul.step-bullets {
  display: block;
  list-style-type: none;
  margin: 1rem 0 1.5rem;
  padding: 0;
  text-align: center;
  width: 100%;
}
form ul.step-bullets li {
  display: inline-block;
  margin: 0 0.3rem;
  width: auto;
}
form ul.step-bullets li span {
  background: #ffffff;
  border: 0.1rem solid #6d6e71;
  border-radius: 50%;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
form ul.step-bullets li.current-step span {
  background: #6d6e71;
}
form .row .left-side {
  float: left;
}
@media (max-width: 479px) {
  form .row .left-side {
    float: none;
    width: 100%;
  }
}
form .row .right-side {
  float: right;
}
@media (max-width: 479px) {
  form .row .right-side {
    float: none;
    width: 100%;
  }
}
form .btn {
  margin: 1rem auto 0;
}
form .btn.btn-right {
  width: 100%;
}
form .checkbox--standard:checked {
  left: -999.9rem;
  position: absolute;
}
form .checkbox--standard:checked + label {
  color: #6D6E71;
  font-family: 'Open Sans SemiBold';
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding-left: 2.4rem;
  position: relative;
}
form .checkbox--standard:checked + label:before {
  background: #ffffff;
  border: 0.1rem solid #A7A9AC;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0.2rem;
  width: 1.5rem;
}
form .checkbox--standard:checked + label:after {
  content: url(../images/common/simple-check.svg);
  left: -0.5rem;
  opacity: 1;
  position: absolute;
  top: -0.4rem;
  width: 2.6rem;
}
form .checkbox--standard:checked + label.disabledOption:after {
  background: #ccc;
}
form .checkbox--standard:not(:checked) {
  left: -999.9rem;
  position: absolute;
}
form .checkbox--standard:not(:checked) + label {
  color: #6D6E71;
  font-family: 'Open Sans SemiBold';
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding-left: 2.4rem;
  position: relative;
}
form .checkbox--standard:not(:checked) + label:before {
  background: #ffffff;
  border: 0.1rem solid #ccc;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0.2rem;
  width: 1.5rem;
}
form .checkbox--standard:not(:checked) + label:after {
  background: #003858;
  content: '';
  height: 1.1rem;
  left: 0.2rem;
  opacity: 0;
  position: absolute;
  top: 0.4rem;
  width: 1.1rem;
}
form .checkbox--standard + label {
  font-size: 1.6rem;
  font-weight: 300;
}
form .checkbox--standard + label.grey-label {
  color: #6d6e71;
}
form .checkbox--standard:disabled + label + ul {
  color: #ccc;
}
@media (max-width: 767px) {
  form .field-loginform-rememberme > div {
    float: left;
    width: auto;
  }
}
@media (max-width: 479px) {
  form .field-loginform-rememberme > div {
    float: none;
  }
}
@media (max-width: 767px) {
  form .field-loginform-rememberme > .forgot-password {
    float: right;
  }
}
@media (max-width: 479px) {
  form .field-loginform-rememberme > .forgot-password {
    float: none;
    text-align: center;
    width: 100%;
  }
}
/* Placeholders: regular forms */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #A7A9AC;
  font-style: normal;
  opacity: 1;
  font-size: 1.6rem;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #A7A9AC;
  font-style: normal;
  opacity: 1;
  font-size: 1.6rem;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #A7A9AC;
  font-style: normal;
  opacity: 1;
  font-size: 1.6rem;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #A7A9AC;
  font-style: normal;
  opacity: 1;
  font-size: 1.6rem;
}
select.form-control.form__select--gray-placeholder {
  font-family: 'Open Sans Regular';
  color: #A7A9AC;
}
select.form-control.form__select--gray-placeholder.js-option-selected {
  color: #6d6e71;
}
select.form-control.form__select--gray-placeholder option:not(:first-of-type) {
  color: #6d6e71;
}
/* End of Dropdowns w/ grey placeholders */
input[type=checkbox]:disabled + label {
  color: #A7A9AC !important;
}
form {
  /* Required star */
  /* Additional content in a form, must be like a label */
}
form .form-group .control-label {
  color: #231F20;
  float: none;
  margin-bottom: 0.7rem;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: 100%;
}
form .form-group .control-label + div {
  float: none;
  width: 100%;
}
form .form-group .control-label.col-sm-10 {
  width: 83.33333333%;
}
form .form-group .radio label {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
  vertical-align: middle;
}
form h3 {
  margin: 2rem 0 1.5rem;
}
form h3 + .row {
  display: flex;
  align-items: center;
}
form h3.popover-title {
  color: #1C75BC;
  font-size: 1.4rem;
  margin: 0;
}
form div.required label.control-label:after,
form div.required .fileuploader-input-caption:after {
  content: "*";
  color: #1C75BC;
  font-size: 1.4rem;
  font-family: 'Open Sans Regular';
  font-weight: normal;
}
form div.required label.control-label i {
  position: absolute;
  margin-left: 10px;
}
form .form__section-heading {
  position: relative;
}
form .form__section-heading:after {
  content: "";
  display: block;
  height: 0.1rem;
  margin: 1rem 0;
  width: 100%;
}
form .form__section-heading .collapse-trigger {
  color: #003858;
  position: absolute;
  right: 1rem;
  text-decoration: none;
  top: 0;
}
form .form__section-heading .collapse-trigger i {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}
form .form__section-heading .collapse-trigger.collapsed i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
form h4.form__section-heading {
  color: #003858;
  font-weight: bold;
  margin: 0;
  padding-right: 3rem;
  text-transform: uppercase;
}
form .form__content-heading {
  color: #003858;
  font-weight: bold;
}
form .form_content-details {
  color: #6d6e71;
}
/* On/off toggle */
.update-admin form .custom-checkbox,
.custom-checkbox {
  background: #ffffff;
  display: block;
  padding: 0.5rem 0;
}
.update-admin form .custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  left: -999.9rem;
}
.update-admin form .custom-checkbox input[type="checkbox"] + label,
.custom-checkbox input[type="checkbox"] + label {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  min-width: 24.5rem;
  position: relative;
  padding: 0 5rem 0 0;
  font-family: 'Open Sans SemiBold' !important;
  color: #231F20 !important;
}
.update-admin form .custom-checkbox input[type="checkbox"] + label.master-label,
.custom-checkbox input[type="checkbox"] + label.master-label {
  font-weight: 800;
}
.update-admin form .custom-checkbox input[type="checkbox"] + label:before,
.custom-checkbox input[type="checkbox"] + label:before {
  background: #A7A9AC;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 4.5rem;
}
.update-admin form .custom-checkbox input[type="checkbox"] + label:after,
.custom-checkbox input[type="checkbox"] + label:after {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 1.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.4rem;
}
@media (max-width: 479px) {
  .update-admin form .custom-checkbox input[type="checkbox"] + label,
  .custom-checkbox input[type="checkbox"] + label {
    min-width: 100%;
  }
}
.update-admin form .custom-checkbox input[type="checkbox"]:checked + label:before,
.custom-checkbox input[type="checkbox"]:checked + label:before {
  background: #1C75BC;
}
.update-admin form .custom-checkbox input[type="checkbox"]:checked + label:after,
.custom-checkbox input[type="checkbox"]:checked + label:after {
  right: 0.1rem;
}
.update-admin form .custom-checkbox label + a,
.custom-checkbox label + a {
  color: #1C75BC;
  font-size: 1.4rem;
  margin-left: 2rem;
  text-decoration: none;
}
@media (max-width: 479px) {
  .update-admin form .custom-checkbox label + a,
  .custom-checkbox label + a {
    display: block;
    margin-left: 0;
  }
}
/* END: Checkboxes styles used in the forum, group, for sale areas */
/* Display a text field as a radio buttno option*/
.form__radio-input-text-container {
  display: flex;
  align-items: center;
}
.form__radio-input-text-container div,
.form__radio-input-text-container input[type=text] {
  display: inline-block;
  width: 100%;
}
.form__radio-input-text-container div.form-group {
  width: calc(100% - 2.5rem);
  margin-bottom: 0px;
}
.form__radio-input-text-container div.row {
  margin-left: 0px;
  margin-right: 0px;
}
.form__radio-input-text-container div.col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
/* Website add/edit domain field */
.domain_mask span {
  position: absolute;
  top: 4.6rem;
  left: 2.5rem;
  z-index: 999;
}
.domain_mask input {
  padding-left: 147px !important;
}
.domain_own a {
  margin-top: 3.5rem;
}
.select-wrapper {
  position: relative;
}
html body .select-wrapper input.edit-option:not([type="file"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([hidden=""]) {
  width: 85%;
  position: absolute;
  border-right: transparent !important;
  height: 3rem;
  top: -4.5rem;
  left: 1rem;
  border: 0;
  box-shadow: none;
  z-index: 99;
  padding: 0.5rem;
}
.select2 .selection .select2-selection--single {
  height: 4.2rem;
  padding: 6px 40px 6px 12px;
  border-radius: 0;
  border: 0.5px solid #A7A9AC;
  box-shadow: none;
}
.select2 .selection .select2-selection--single .select2-selection__arrow {
  border: none;
  border-left: 1.3px solid #A7A9AC;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  height: 1.8rem;
  top: 12px;
  right: 11px;
  width: 20px;
}
.select2 .selection .select2-selection--single .select2-selection__arrow b {
  border-color: #A7A9AC transparent transparent transparent;
  border-width: 5px 5px 0 5px;
  margin-left: 0;
  left: 7px;
  top: 9px;
}
.select2 .selection .select2-selection--single .select2-selection__rendered {
  font-size: 1.6rem;
  color: #6D6E71;
  padding-top: 0.2rem;
}
.select2 .selection .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  right: 35px;
  top: 0.6rem;
  font-size: 2rem;
}
.select2 .selection .select2-selection--single:focus {
  border-color: #1C75BC;
}
.select2 .selection .select2-selection--single .select2-selection__placeholder {
  color: #A7A9AC;
  font-size: 1.6rem;
}
.has-error .select2 .selection .select2-selection--single {
  border-color: #EE1C25;
}
.has-error .select2 .selection .select2-selection--single:focus {
  border-color: #EE1C25;
}
.select2-container--krajee li.select2-results__option {
  background-color: transparent;
  color: #A7A9AC;
}
.has-success label.control-label {
  color: #A7A9AC;
}
/* --- Custom radio button -- */
.radio-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}
.radio-wrapper [type="radio"] + label {
  position: relative;
  padding-left: 14px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  padding-top: 0;
  margin-top: 0.5rem;
  color: #231F20 !important;
  font-family: 'Open Sans SemiBold' !important;
}
.radio-wrapper [type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 14px;
  height: 14px;
  border: 0.5px solid #A7A9AC;
  border-radius: 100%;
  background: #fff;
}
.radio-wrapper [type="radio"]:checked + label:before {
  border: 0.5px solid #1C75BC;
}
.radio-wrapper [type="radio"]:disabled + label:before {
  border: 0.5px solid #F1F2F2;
}
.radio-wrapper [type="radio"]:checked + label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #1C75BC;
  position: absolute;
  top: 0.6rem;
  left: 0.4rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
