@charset "utf-8";
/* CSS Document */
header .dark-purple {
  color: #dc4405;
}
header .bg-dark-purple {
  background-color: #dc4405;
  background-color: #f04e23;
}
header .purple-accent {
  color: #8d258a;
}
header .bg-purple-accent {
  background-color: #8d258a;
}
header .border-purple-accent {
  border: 1px solid #8d258a;
}
header .login {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-align: right;
}
header .login a {
  text-decoration: none;
}
.mosart-link,
.mosart-link:hover {
  color: var(--gen-black);
}
.login-button,
.login-button:hover {
  color: var(--ptask-green);
}
#gridSystemModal2.modal-dialog {
  top: 1rem;
}
#toggleP_div {
  position: absolute;
  left: 40%;
  top: 5px;
  z-index: 100;
  width: 10px;
}
header .Load_sign_in_overlayC {
  background: #000000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  opacity: 0.75;
  display: none;
}
/*=========Media======================*/
@media only screen and (min-width: 1851px) {
  #loginPopup.modal-dialog {
    right: 9.75%;
    position: absolute;
  }
}
@media only screen and (max-width: 1850px) {
  #loginPopup.modal-dialog {
    right: 7rem;
    position: absolute;
  }
}
@media only screen and (max-width: 1800px) {
  #loginPopup.modal-dialog {
    right: 6.5rem;
    position: absolute;
  }
}
@media only screen and (max-width: 1770px) {
  #loginPopup.modal-dialog {
    right: 5.5rem;
    position: absolute;
  }
}
@media only screen and (max-width: 1600px) {
  #loginPopup.modal-dialog {
    right: 1rem;
    position: absolute;
  }
}
@media only screen and (max-width: 1536px) {
  #loginPopup.modal-dialog {
    right: 1rem;
    position: absolute;
  }
}
@media only screen and (max-width: 1440px) {
  #loginPopup.modal-dialog {
    right: 1rem;
    position: absolute;
  }
}
@media only screen and (max-width: 1280px) {
  #loginPopup.modal-dialog {
    right: 1rem;
    position: absolute;
  }
}
@media only screen and (max-width: 1024px) {
  #loginPopup.modal-dialog {
    right: 1rem;
    position: absolute;
  }
}
@media (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  #loginPopup.modal-dialog {
    right: 1rem;
    position: absolute;
  }
  .login {
    text-align: right;
  }
}
@media only screen and (max-width: 750px) {
  .modal-dialog {
    width: 400px;
  }

  #loginPopup.modal-dialog {
    right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  #loginPopup.modal-dialog {
    right: 1rem;
    position: absolute;
  }
  .modal-dialog {
    width: 390px;
  }
}
@media only screen and (max-width: 540px) {
  .signup-links {
    line-height: 1rem;
  }
  #loginPopup.modal-dialog {
    right: 1rem;
  }
}
@media only screen and (max-width: 453px) {
  .modal-dialog {
    width: 300px;
    right: -0.11rem;
  }
  #loginPopup.modal-dialog {
    right: 1rem;
    position: absolute;
  }
}
@media only screen and (max-width: 320px) {
  #loginPopup.modal-dialog {
    right: -0.42rem;
  }
  .login.modal-dialog {
    right: -0.5rem;
    width: 250px;
  }
  .signup-links {
    line-height: 1rem;
  }
}
@media only screen and (max-width: 280px) {
  .signup-links {
    line-height: 1rem;
    margin-top: -0.25rem;
  }
  .modal-dialog {
    right: -0.5rem;
    width: 237px;
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 240px) {
  .signup-links {
    line-height: 1rem;
    margin: 3px 6px;
  }
}
