/*
	Source: wwwroot/brands/colibrirealestate/brand.scss
	Full output of brand.css was generated using SassBuild.bat or SassBuild.ps1 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base styles
# Global elements
# Headings
# Utility classes
# Main container
# Modals
# Login
# Buttons
# Accounts
# Brand-Specific Styles

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base styles
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #fff;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Global elements
--------------------------------------------------------------*/
a {
  display: inline-block;
  color: #6969de;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-bottom: 1.8rem;
}

input[type=text]:read-only,
input[type=email]:read-only,
input[type=number]:read-only,
textarea:read-only {
  color: #757575;
}

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1 {
  color: #737272;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.8rem;
  padding: 0 15px;
}

.heading {
  color: #737272;
  font-size: 1.5rem;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Utility classes
--------------------------------------------------------------*/
.d-none {
  display: none !important;
}

/*--------------------------------------------------------------
# Main container
--------------------------------------------------------------*/
.main-container {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
  align-items: center;
  flex-direction: column;
}

.main-box {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
  box-shadow: 0px 5px 15px 0px rgba(161, 160, 160, 0.35);
  max-width: 594px;
  padding: 35px;
  width: 100%;
}
@media screen and (min-width: 594px) {
  .main-box {
    padding: 35px 80px;
  }
}

.colibri-logo {
  display: block;
  height: auto;
  width: 219px;
  margin: 0 auto 42px;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.modal-header {
  padding-top: 0.5rem;
  border-bottom: 0;
  padding-bottom: 0;
}

.modal-body {
  padding: 1rem 2rem;
}

.close {
  font-size: 2.5rem;
}

.modal-footer {
  flex-wrap: wrap;
  justify-content: center;
}
.modal-footer .btn {
  margin: 20px 20px;
}

@media screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 574px;
    margin: 1.75rem auto;
  }
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
#login-wrapper {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
  box-shadow: 0px 5px 15px 0px rgba(161, 160, 160, 0.35);
  padding: 24px 20px;
}
@media screen and (min-width: 540px) {
  #login-wrapper {
    padding: 24px 66px 0;
  }
}

#login-header img {
  display: none;
}
#login-header::after {
  content: "";
  height: 150px;
  width: 240px;
  background: url("./logo.svg") no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto;
}

#dynamicUserName {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  color: #444444;
  overflow-wrap: break-word;
}

#show-hide-password {
  display: block;
  position: absolute;
  border: none;
  background: none;
  -webkit-appearance: none;
  height: 48px;
  border-radius: 4px;
  bottom: 0;
  top: 0;
  line-height: 48px;
  padding: 1px 10px;
  color: #2d5a87;
  text-decoration: none;
}

#userform .row.center {
  margin-left: 9%;
  margin-right: 9%;
}
#userform .row.center .col-xs-5 {
  margin-bottom: 15px;
  margin-left: 0;
  float: none;
  width: 100%;
  padding: 0;
}
#userform input#password,
#userform input#confirmPassword {
  width: 100%;
}

#idAdminLogo {
  max-height: 50px;
  margin-right: 10px;
}

#login-body .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 540px) {
  #login-body .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.login-form {
  margin-bottom: 2rem;
}
.login-form #userName,
.login-form .username-custom {
  margin-left: 0;
  text-align: left;
  width: 100%;
}
.login-form h3 {
  font-size: 16px;
  margin-bottom: 25px;
}
.login-form hr {
  display: none;
}
.login-form label {
  font-weight: 700;
  font-size: 16px;
  color: #7d7c7c;
  margin-bottom: 0;
}
.login-form input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-size: 16px;
  min-height: 48px;
  padding: 2px 12px;
  border-radius: 8px;
}
.login-form input[type=submit] {
  font-size: 17px;
  min-height: 40px;
}

.login-header,
.login-form h3 {
  font-size: 16px;
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  min-width: 202px;
  padding: 11px 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 0px;
  border-color: transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #292929 !important;
  border-color: transparent;
}
.btn-secondary {
  background-color: #1f1f1f;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #292929 !important;
  border-color: transparent;
}
.btn.disabled, .btn:disabled {
  background-color: #d5d5d5;
  border-color: transparent;
  color: #a3a3a3;
  opacity: 1;
}
.btn.disabled:hover, .btn:disabled:hover {
  background-color: #d5d5d5 !important;
  border-color: transparent;
}
.btn-csr-search {
  min-width: auto !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  border-radius: 4px !important;
  border-color: transparent !important;
}

/*--------------------------------------------------------------
# Accounts
--------------------------------------------------------------*/
#accounts-form .accounts-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 540px) {
  #accounts-form .accounts-actions {
    flex-direction: row;
  }
}
#accounts-form .accounts-actions > * {
  margin: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  font-size: 1rem !important;
  -webkit-text-fill-color: #212529 !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

/*--------------------------------------------------------------
# From miniOrangeLogin.css Styles (imported to reduce former footprint
--------------------------------------------------------------*/
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:after, .container-fluid:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.container-fluid:after, .row:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active {
  background-image: none;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link:active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary {
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active {
  background-image: none;
}

input[type=submit].btn-block {
  width: 100%;
}

/*--------------------------------------------------------------
# Brand-Specific Styles
--------------------------------------------------------------*/
/*
	NOTE: The LOGIN button's background color is controlled by the button's style attribute and
	cannot be controlled via css, for example style="background-color:#FDC20D; border-color:#FDC20D" is the 
	current value and is controlled by the identity provider settings and requires the IAM administrators to change.
*/
body {
  color: #333;
}

#dynamicUserName {
  color: #444;
}

.login-form label {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  color: #292929;
  font-weight: normal;
}

.login-form input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.login-form input[type=submit] {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #02568f !important; /*Only here for documentation purposes -- changes to this value here will have no effect, see note above*/
}

.login-header,
.login-form h3 {
  font-size: 22px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #028174;
}

.btn {
  border-color: rgba(0, 0, 0, 0);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #02568f !important;
  color: #fff !important;
  border-color: #02568f !important;
}

.btn.btn-secondary {
  background-color: transparent;
  border-color: #02568f;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 19px;
  color: #02568f;
  padding-top: 10px;
  padding-bottom: 10px;
}

.panel-mckissock .btn-link, .btn-link.active.focus, .btn-link.active:focus, .btn-link.active:hover, .btn-link:active.focus, .btn-link:active:focus, .btn-link:active:hover {
  border-radius: 0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 19px;
  color: #02568f;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.panel-mckissock .link-block a {
  margin-top: 20px;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 900;
  line-height: 30px;
  color: #02568f;
  text-transform: uppercase;
}

.btn:disabled {
  background-color: #d5d5d5;
  border-color: rgba(0, 0, 0, 0);
  color: #a3a3a3;
  opacity: 1;
}

.btn-primary {
  background-color: #02568f;
  color: #fff;
}

/* BRAND REGISTRATION PAGE */
#registration-form {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}

#registration-form form-group {
  font-size: 0.87rem;
  margin-bottom: 0;
  position: relative;
  /*text-transform: uppercase;*/
  width: 100%;
}

#registration-form label:last-of-type {
  margin-bottom: 0.1rem;
}

.btn-submit {
  background-color: #f4c21d; /* Bold yellow */
  color: #111; /* Dark text */
  font-weight: 600;
  border: none;
  padding: 0.75rem 2rem;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
}

#registrationForm input[type=submit] {
  font-family: "Euclid Circular A", Helvetica, Arial, sans-serif;
  color: #122048;
  background-color: #FDC20D;
}

.btn-submit:hover {
  background-color: #e0b31a;
  color: #111;
}

#registration-form .verified {
  display: none;
  background: url(/images/verified.svg) no-repeat center;
  background-size: contain;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 30px;
  right: -34px;
}

#registration-form input {
  margin: 0;
  width: 100%;
}

#registration-form .result {
  position: absolute;
  bottom: 3px;
  left: 0;
  color: #ff0000;
  font-size: 0.9rem;
  text-transform: none;
}

#meritMessage {
  position: absolute;
  bottom: 3px;
  left: 0;
  color: #ff0000;
  font-size: 0.9rem;
  text-transform: none;
  display: none;
  background-color: cornsilk;
  position: absolute;
  top: 80px;
  height: fit-content;
  z-index: 1000;
  border: 1px solid #a7a7a7;
  border-radius: 8px;
  padding: 4px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6); /* Add a shadow effect */
  background-color: rgba(255, 248, 220, 0.9); /* Cornsilk with 90% opacity */
}

#registration-header {
  /*Layout*/
  display: inline-flex;
  height: 104px;
  padding: 31px 186px 31px 266px;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  /*Style*/
  background: #122048;
}

#registration-header {
  /*Layout*/
  width: 664px;
  height: 42px;
  /*Typography*/
  color: #FFF;
  text-align: center;
  /*font-family: "Euclid Circular A";*/
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#registration-consent {
  /* layout*/
  width: 824px;
  height: 171px;
  flex-shrink: 0;
  /*Typeography*/
  color: #4A4A4A;
  /*font-family: "Euclid Circular A";*/
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*Privacy Policy*/
  color: #4A4A4A;
  font-family: "Euclid Circular A";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*text-decoration-line: underline;*/
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

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