/*
	Source: wwwroot/brands/elitelearning/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
--------------------------------------------------------------*/
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;
  margin: auto;
  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;
}

/*--------------------------------------------------------------
# Brand-Specific Styles
--------------------------------------------------------------*/
.btn-primary {
  background-color: #2D5A87;
  color: #fff;
}

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