@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Bold.eot");
  src: url("../fonts/AdobeClean-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Bold.woff2") format("woff2"), url("../fonts/AdobeClean-Bold.woff") format("woff"), url("../fonts/AdobeClean-Bold.ttf") format("truetype"), url("../fonts/AdobeClean-Bold.svg#AdobeClean-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-ExtraBold.eot");
  src: url("../fonts/AdobeClean-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-ExtraBold.woff2") format("woff2"), url("../fonts/AdobeClean-ExtraBold.woff") format("woff"), url("../fonts/AdobeClean-ExtraBold.ttf") format("truetype"), url("../fonts/AdobeClean-ExtraBold.svg#AdobeClean-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Light.eot");
  src: url("../fonts/AdobeClean-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Light.woff2") format("woff2"), url("../fonts/AdobeClean-Light.woff") format("woff"), url("../fonts/AdobeClean-Light.ttf") format("truetype"), url("../fonts/AdobeClean-Light.svg#AdobeClean-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-LightIt.eot");
  src: url("../fonts/AdobeClean-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-LightIt.woff2") format("woff2"), url("../fonts/AdobeClean-LightIt.woff") format("woff"), url("../fonts/AdobeClean-LightIt.ttf") format("truetype"), url("../fonts/AdobeClean-LightIt.svg#AdobeClean-LightIt") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Regular.eot");
  src: url("../fonts/AdobeClean-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Regular.woff2") format("woff2"), url("../fonts/AdobeClean-Regular.woff") format("woff"), url("../fonts/AdobeClean-Regular.ttf") format("truetype"), url("../fonts/AdobeClean-Regular.svg#AdobeClean-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

html, body {
  margin: 0 auto;
  width: 100%;
  font-family: "Adobe clean", "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
}

body .main-content {
  padding: 1rem 0;
  background-color: #2c2c2c;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Adobe clean", "Ubuntu", sans-serif;
}
body.bg_body_red {
  background-color: #fa0f00;
  padding: 0;
}
body.bg_body_red .main-content {
  padding: 0;
  background-color: transparent;
}
body.bg_body_red nav {
  padding: 0;
  margin: 0;
  height: 0;
}

footer {
  background-color: #000000;
  color: white;
}

._disaOne:disabled {
  opacity: 0;
}

.input-group-prepend > div {
  min-width: 44px;
}

._bg_adobe_logo_art {
  background-image: url("../imgs/adobe_pattern_white_2.png");
  background-position: top center;
}

._logo-login {
  display: block;
  max-width: 140px;
  width: 100%;
  height: auto;
  margin: 5px 0 50px 0;
}

.navbar-brand ._logo-login {
  margin: 0 25px 0 0;
  max-width: 100px;
}

.btn {
  border-radius: 35px;
  padding: 6px 25px;
}
.btn.btn-outline-white {
  border-color: white;
}
.btn.btn-dark {
  background-color: #2c2c2c;
  color: white;
}
.btn.btn-primary {
  background-color: #1681d9;
}

._login_forms h1 {
  font-weight: 800;
  font-size: 3vw;
  color: white;
}
._login_forms p {
  color: white;
}

.border-radius-1 {
  border-radius: 6px;
}

._adobe_form_ .input-group-alternative {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none !important;
}
._adobe_form_ .form-group.focused .input-group-alternative {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid black;
  box-shadow: none !important;
}

.bg-indigo {
  background-color: #fa0f00 !important;
  color: white;
}
.bg-indigo .btn-outline-warning {
  border-color: #1681d9;
  background-color: #1681d9;
  color: white;
}

.text-bold {
  font-weight: bold;
}

.text-white {
  color: white;
}

.btn-grey {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #1681d9;
}

.btn-sm-ss {
  padding: 4px 15px;
  box-shadow: none;
  color: #Fa0f00;
}
.btn-sm-ss:hover {
  color: #Fa0f00;
}
.btn-sm-ss.btn-danger {
  background-color: transparent;
  border-color: transparent;
  color: #Fa0f00;
  font-size: 0.8125rem;
}
.btn-sm-ss.btn-warning {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.8125rem;
}

._creditsTopNav span {
  padding: 0.25rem 0.75rem;
  background-color: #1681d9;
  border-radius: 35px;
  color: white;
  margin: 0 6px;
  display: block;
  position: relative;
}

._creditsTopNavSepara span {
  padding: 0.25rem 0.75rem;
  border-radius: 35px;
  color: white;
  margin: 0 6px;
  display: block;
  position: relative;
}

.page-item.active .page-link {
  background-color: #f4f4f4;
  color: #333333;
  border-color: #f4f4f4;
  font-weight: bold;
}
.page-item .page-link {
  background-color: #f4f4f4;
  color: #000000;
  border-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  ._login_forms h1 {
    font-size: 4vw;
  }
  ._login_forms p {
    color: white;
  }

  ._bg_adobe_logo_art {
    background-position: bottom;
    background-size: 14%;
  }
}

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