/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
  text-align: center;
}

.footer-login {
  display: block;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
  text-align: center;
}

.overflow-vertical {
  overflow-y: auto;
  overflow-x: hidden;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: none;
}

.theme-strongmind body {
  color: #FFF;
  background-color: #212329;
}
.theme-strongmind body a {
  color: #fdb414;
}
.theme-strongmind body a:hover {
  color: #ddd;
}
@media (min-width: 768px) {
  .theme-strongmind body .md-h-75 {
    height: 75% !important;
  }
}
.theme-strongmind body .top-aligned-container {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (max-width: 575.98px) {
  .theme-strongmind body .top-aligned-container {
    margin-top: 3rem !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .theme-strongmind body .login-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .theme-strongmind body .login-panel-body {
    margin: 0 !important;
    padding: 1rem !important;
  }
}
.theme-strongmind body .navbar {
  min-height: 60px;
  background-color: #33373F;
}
.theme-strongmind body .cursor-pointer {
  cursor: pointer;
}
.theme-strongmind body #navbarDropwdown {
  background-color: #454950;
}
.theme-strongmind body .dropdown-item:hover, .theme-strongmind body .dropdown-item:focus {
  background-color: #6A6D73;
}
.theme-strongmind body .card {
  margin-bottom: 15px;
}
.theme-strongmind body .card, .theme-strongmind body .card-body {
  background-color: #33373F;
  border-color: #454d55;
}
.theme-strongmind body .card .card-title, .theme-strongmind body .card-body .card-title {
  font-weight: 500;
}
.theme-strongmind body .btn {
  text-transform: none;
  border-radius: 6px;
  background-color: #454950;
  color: #FFF;
}
.theme-strongmind body .btn :not(.toggle-group) {
  border: 1px solid #454950;
}
.theme-strongmind body .btn:hover {
  background-color: #33373F;
  color: #FFF;
  border: 1px solid #FDB414;
}
.theme-strongmind body .btn:focus {
  border: 1px solid #FDB414;
  background-color: #33373F;
  box-shadow: none !important;
}
.theme-strongmind body .btn:active {
  border: 1px solid #FDB414;
  background-color: #212329;
  box-shadow: none !important;
}
.theme-strongmind body .btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  border: none;
  background-color: #454950;
}
.theme-strongmind body .btn-light:disabled {
  opacity: 1;
  cursor: not-allowed;
  border: none;
  background-color: #ECEBEB;
  color: #ACABAB !important;
}
.theme-strongmind body .btn-light:disabled:hover {
  background-color: #d9d9d9;
  border: none;
  color: #FFF;
}
.theme-strongmind body .btn-primary {
  background-color: #FDB414;
  color: #212329;
  border: 1px solid #FDB414;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.theme-strongmind body .btn-primary:hover {
  background-color: #df9e12;
  color: #212329;
  border: 1px solid #df9e12;
}
.theme-strongmind body .btn-primary:focus {
  border: 1px solid #FDB414;
  background-color: #df9e12;
  box-shadow: none !important;
}
.theme-strongmind body .btn-primary:active {
  border: 1px solid #FDB414 !important;
  background-color: #33373F !important;
  box-shadow: none !important;
}
.theme-strongmind body .btn-secondary {
  background-color: #454950;
  color: #FFF;
  border: 1px solid #454950;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.theme-strongmind body .btn-secondary:hover {
  background-color: #33373F;
  color: #FFF;
  border: 1px solid #33373F;
}
.theme-strongmind body .btn-secondary:focus {
  border: 1px solid #FDB414;
  background-color: #33373F;
  box-shadow: none !important;
}
.theme-strongmind body .btn-secondary:active {
  border: 1px solid #FDB414 !important;
  box-shadow: none !important;
  background-color: #33373F !important;
}
.theme-strongmind body .control-label {
  font-weight: 600;
}
.theme-strongmind body .form-control {
  background-color: #454950;
  border: none;
  border-radius: 6px;
  color: #FFF;
}
.theme-strongmind body .form-control:focus {
  border: #ffad00;
  box-shadow: 0 0 0 0.1rem #ffad00;
}
.theme-strongmind body .form-control:disabled {
  background-color: #33373F;
  border-color: #252526;
  opacity: 0.4;
  cursor: not-allowed;
}
.theme-strongmind body .form-control-login {
  color: #343a3f !important;
  height: 3rem !important;
  border: 1px solid #888888 !important;
}
.theme-strongmind body .submit-cancel {
  margin-top: 2rem;
}
.theme-strongmind body .submit-cancel .btn-secondary {
  background-color: #212329;
}
.theme-strongmind body .submit-cancel .btn-secondary:hover {
  background-color: #33373F;
  color: #FFF;
  border: 1px solid #33373F;
}
.theme-strongmind body .submit-cancel .btn-secondary:focus {
  border: 1px solid #FDB414;
  background-color: #33373F;
  box-shadow: none !important;
}
.theme-strongmind body .submit-cancel .btn-secondary:active {
  border: 1px solid #FDB414 !important;
  box-shadow: none !important;
  background-color: #33373F !important;
}
.theme-strongmind body .inline-check {
  margin-left: 10px;
  margin-top: 6px;
}
.theme-strongmind body .external-provider-icon {
  border: 0 !important;
  max-height: 30px;
}
.theme-strongmind body .external-provider-label {
  line-height: 30px;
  vertical-align: middle;
}
.theme-strongmind body .forgot-link {
  float: right;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 4px;
}
.theme-strongmind body .page-title-right {
  float: right;
  font-size: 16px;
  padding-top: 20px;
}
.theme-strongmind body .pad-right {
  padding-right: 15px;
}
.theme-strongmind body .panel-body {
  max-width: 30em;
  margin: auto;
  padding: 2rem 2rem 2rem 2rem;
  margin-top: 1rem;
  border-radius: 6px;
}
.theme-strongmind body #login {
  height: 3.5rem;
  width: 100%;
  background-color: #FDB414;
  color: #212329;
  border: 1px solid #FDB414;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  font-family: "Montserrat", sans-serif;
  margin: 1rem 0 0 0;
}
.theme-strongmind body #login:hover {
  background-color: #df9e12;
  border: 1px solid #df9e12;
}
.theme-strongmind body #login:focus {
  border: 1px solid #FDB414;
}
.theme-strongmind body #login:active {
  color: #FFF;
  border: 1px solid #FDB414;
  background-color: #212329;
}
.theme-strongmind body #username {
  color: #FFF;
}
.theme-strongmind body .alt-logins {
  margin: auto;
  text-align: center;
}
.theme-strongmind body ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b4b6b9;
}
.theme-strongmind body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b4b6b9;
  opacity: 1;
}
.theme-strongmind body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b4b6b9;
  opacity: 1;
}
.theme-strongmind body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b4b6b9;
}
.theme-strongmind body ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b4b6b9;
}
.theme-strongmind body ::placeholder {
  /* Most modern browsers support this now. */
  color: #b4b6b9;
}
.theme-strongmind body .external-providers {
  text-align: center;
}
.theme-strongmind body .external-providers li {
  margin-bottom: 20px;
}
.theme-strongmind body .external-providers p {
  margin-bottom: 1rem;
  color: #454950;
}
.theme-strongmind body .external-providers #external-login {
  background-color: #454950;
  width: 100%;
}
.theme-strongmind body .external-providers #external-login img {
  max-height: 30px;
}
.theme-strongmind body .external-providers #external-login:hover {
  background-color: #33373F;
  border: 1px solid #33373F;
}
.theme-strongmind body .external-providers #external-login:active {
  border: 1px solid #FDB414;
  box-shadow: none !important;
}
.theme-strongmind body .forgot-container {
  margin: auto;
  max-width: 450px;
  padding: 6rem 2rem 2rem 2rem;
}
@media only screen and (max-width: 980px) {
  .theme-strongmind body .forgot-container {
    padding-top: 2rem;
  }
}
.theme-strongmind body .forgot-container h1 {
  color: #FFF;
}
.theme-strongmind body #canvasinstance {
  margin-top: 2rem;
}
.theme-primavera body {
  color: #000;
  background-color: aliceblue;
}
.theme-primavera body a {
  color: default;
}
.theme-primavera body a:hover {
  color: default;
}
@media (min-width: 768px) {
  .theme-primavera body .md-h-75 {
    height: 75% !important;
  }
}
.theme-primavera body .top-aligned-container {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (max-width: 575.98px) {
  .theme-primavera body .top-aligned-container {
    margin-top: 3rem !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .theme-primavera body .login-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .theme-primavera body .login-panel-body {
    margin: 0 !important;
    padding: 1rem !important;
  }
}
.theme-primavera body .navbar {
  min-height: 60px;
  background-color: aliceblue;
}
.theme-primavera body .cursor-pointer {
  cursor: pointer;
}
.theme-primavera body .card {
  margin-bottom: 15px;
}
.theme-primavera body .card, .theme-primavera body .card-body {
  background-color: aliceblue;
  border-color: #454d55;
}
.theme-primavera body .card .card-title, .theme-primavera body .card-body .card-title {
  font-weight: 500;
}
.theme-primavera body .btn {
  text-transform: none;
  background-color: #522d72;
  color: #fff;
}
.theme-primavera body .btn :not(.toggle-group) {
  border: 1px solid #522d72;
}
.theme-primavera body .btn:hover {
  color: #fff;
  border: 1px solid;
}
.theme-primavera body .btn:focus {
  border: 1px solid;
  box-shadow: none !important;
}
.theme-primavera body .btn:active {
  border: 1px solid;
  background-color: aliceblue;
  box-shadow: none !important;
}
.theme-primavera body .btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  border: none;
  background-color: #522d72;
}
.theme-primavera body .btn-light:disabled {
  opacity: 1;
  cursor: not-allowed;
  border: none;
  background-color: #ECEBEB;
  color: #ACABAB !important;
}
.theme-primavera body .btn-light:disabled:hover {
  background-color: #d9d9d9;
  border: none;
  color: #fff;
}
.theme-primavera body .btn-primary {
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.theme-primavera body .btn-primary:hover {
  border: 1px solid;
}
.theme-primavera body .btn-primary:focus {
  border: 1px solid;
  box-shadow: none !important;
}
.theme-primavera body .btn-primary:active {
  border: 1px solid !important;
  background-color: aliceblue !important;
  box-shadow: none !important;
}
.theme-primavera body .btn-secondary {
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.theme-primavera body .btn-secondary:hover {
  border: 1px solid;
}
.theme-primavera body .btn-secondary:focus {
  border: 1px solid;
  box-shadow: none !important;
}
.theme-primavera body .btn-secondary:active {
  border: 1px solid !important;
  box-shadow: none !important;
  background-color: !important;
}
.theme-primavera body .control-label {
  font-weight: 600;
}
.theme-primavera body .form-control {
  border: none;
  color: #000;
}
.theme-primavera body .form-control:focus {
  border: #93cb6d;
  box-shadow: 0 0 0 0.1rem #93cb6d;
}
.theme-primavera body .form-control:disabled {
  background-color: aliceblue;
  border-color: #252526;
  opacity: 0.4;
  cursor: not-allowed;
}
.theme-primavera body .form-control-login {
  color: #343a3f !important;
  height: 3rem !important;
  border: 1px solid #888888 !important;
}
.theme-primavera body .submit-cancel {
  margin-top: 2rem;
}
.theme-primavera body .submit-cancel .btn-secondary {
  background-color: aliceblue;
}
.theme-primavera body .submit-cancel .btn-secondary:hover {
  border: 1px solid;
}
.theme-primavera body .submit-cancel .btn-secondary:focus {
  border: 1px solid;
  box-shadow: none !important;
}
.theme-primavera body .submit-cancel .btn-secondary:active {
  border: 1px solid !important;
  box-shadow: none !important;
  background-color: !important;
}
.theme-primavera body .inline-check {
  margin-left: 10px;
  margin-top: 6px;
}
.theme-primavera body .external-provider-icon {
  border: 0 !important;
  max-height: 30px;
}
.theme-primavera body .external-provider-label {
  line-height: 30px;
  vertical-align: middle;
}
.theme-primavera body .forgot-link {
  float: right;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 4px;
}
.theme-primavera body .page-title-right {
  float: right;
  font-size: 16px;
  padding-top: 20px;
}
.theme-primavera body .pad-right {
  padding-right: 15px;
}
.theme-primavera body .panel-body {
  max-width: 30em;
  margin: auto;
  padding: 2rem 2rem 2rem 2rem;
  margin-top: 1rem;
  border-radius: 6px;
}
.theme-primavera body #login {
  height: 3.5rem;
  width: 100%;
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  font-family: "Montserrat", sans-serif;
  margin: 1rem 0 0 0;
}
.theme-primavera body #login:hover {
  border: 1px solid;
}
.theme-primavera body #login:focus {
  border: 1px solid;
}
.theme-primavera body #login:active {
  color: #000;
  border: 1px solid;
  background-color: aliceblue;
}
.theme-primavera body #username {
  color: #000;
}
.theme-primavera body .alt-logins {
  margin: auto;
  text-align: center;
}
.theme-primavera body ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.theme-primavera body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1;
}
.theme-primavera body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
}
.theme-primavera body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.theme-primavera body ::-ms-input-placeholder {
  /* Microsoft Edge */
}
.theme-primavera body ::placeholder {
  /* Most modern browsers support this now. */
}
.theme-primavera body .external-providers {
  text-align: center;
}
.theme-primavera body .external-providers li {
  margin-bottom: 20px;
}
.theme-primavera body .external-providers p {
  margin-bottom: 1rem;
  color: #454950;
}
.theme-primavera body .external-providers #external-login {
  width: 100%;
}
.theme-primavera body .external-providers #external-login img {
  max-height: 30px;
}
.theme-primavera body .external-providers #external-login:hover {
  background-color: aliceblue;
  border: 1px solid aliceblue;
}
.theme-primavera body .external-providers #external-login:active {
  border: 1px solid;
  box-shadow: none !important;
}
.theme-primavera body .forgot-container {
  margin: auto;
  max-width: 450px;
  padding: 6rem 2rem 2rem 2rem;
}
@media only screen and (max-width: 980px) {
  .theme-primavera body .forgot-container {
    padding-top: 2rem;
  }
}
.theme-primavera body .forgot-container h1 {
  color: #000;
}
.theme-primavera body #canvasinstance {
  margin-top: 2rem;
}
body .verticle-padding {
  padding-top: 20px;
}
body #canvas-cancel {
  background-color: none !important;
}
body .even-shadow {
  box-shadow: 0 0 6rem rgba(0, 0, 0, 0.8) !important;
}
body .rounded-xl {
  border-radius: 1.5rem;
}
body .border-light-grey {
  border: 1px solid #888888 !important;
}
body .login-image-panel {
  border-radius: 1.5rem 0 0 1.5rem;
  background-color: #FDB414;
}
body .bg-light-gray {
  background-color: #dfdfdf;
}
body .triangle {
  width: 0 !important;
  height: 0 !important;
  border-left: 0.7rem solid transparent !important;
  border-right: 0.7rem solid transparent !important;
  border-bottom: 1rem solid #E9E4E4 !important;
}
body .search-result-list {
  width: 100%;
  transform: translateY(2px);
  position: absolute;
  z-index: 1000;
}
body .search-result-list li {
  background-color: #171717 !important;
  cursor: pointer;
}
body .search-result-list li:hover {
  background-color: #404040 !important;
}

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