.standard-switch > label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 30px;
  margin: 0 15px; }
  .standard-switch > label > input {
    display: none; }
    .standard-switch > label > input:focus + div.slider-button {
      box-shadow: 0 0 1px #2196F3; }
    .standard-switch > label > input:checked + div.slider-button:before {
      transform: translateX(26px); }
  .standard-switch > label > div.slider-button {
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #596279;
    border-radius: 15px;
    transition: .4s; }
    .standard-switch > label > div.slider-button:before {
      content: "";
      position: absolute;
      left: 3px;
      bottom: 3px;
      height: 24px;
      width: 24px;
      background-color: white;
      border-radius: 15px;
      transition: .4s; }

.standard-switch > .switch-label {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
  color: #949dae;
  letter-spacing: 0.8px;
  font-weight: normal;
  text-transform: none; }

.standard-dropzone {
  background: #fafafa;
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.standard-program-administration-form-wrapper {
  border: 1px solid #d6dde3;
  border-top: none; }
  .standard-program-administration-form-wrapper .introjs-relativePosition {
    position: static !important; }
  .standard-program-administration-form-wrapper form {
    padding: 0px 0px 20px;
    font-size: 15px; }
  .standard-program-administration-form-wrapper .checkbox label {
    display: block; }
  .standard-program-administration-form-wrapper .section-heading {
    background: transparent;
    border-top: 1px solid #e4eaf0 !important;
    border-bottom: 1px solid #e4eaf0 !important;
    margin-top: 0;
    line-height: 60px;
    font-weight: 300;
    padding: 0 20px; }
  .standard-program-administration-form-wrapper .course-section-heading {
    background: transparent;
    margin-top: 0;
    line-height: 60px;
    font-weight: 300;
    color: #2f80c2; }
  .standard-program-administration-form-wrapper .subsection-heading {
    background: transparent;
    border-top: 1px solid #e4eaf0 !important;
    margin-top: 50px;
    line-height: 60px;
    font-weight: 300;
    color: #2f80c2;
    padding: 0 20px;
    font-size: 20px; }
  .standard-program-administration-form-wrapper .form-group {
    padding: 0 35px; }

.standard-banner-wrapper {
  position: fixed;
  top: 0;
  z-index: 2005;
  width: 100%; }
  .standard-banner-wrapper .standard-banner {
    height: 30px;
    line-height: 30px;
    background-color: #fef2b8;
    border-top: 1px solid rgba(214, 179, 51, 0.2);
    color: #d6b333;
    text-align: center; }
    .standard-banner-wrapper .standard-banner .banner-text {
      font-size: 14px;
      padding-left: 5px; }
    .standard-banner-wrapper .standard-banner .dismiss-banner {
      padding-left: 4px;
      cursor: pointer; }
    .standard-banner-wrapper .standard-banner a.trial-upgrade {
      font-size: 14px;
      font-weight: 500;
      color: #bd9e2d;
      text-decoration: none; }

/*# sourceMappingURL=standard-classes.css.map */