/* Login */
/* Site Variables */
/* Mixins */
/* Functions */
/* CSS Document */
@import url("https://use.typekit.net/map3iqo.css");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@font-face {
  font-family: 'Roboto Condensed';
  src: url("/SiteData/SiteID163/Files/Fonts/RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("/SiteData/SiteID163/Files/Fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("/SiteData/SiteID163/Files/Fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Frontage Condensed Outline';
  src: url("/SiteData/SiteID163/Files/Fonts/FrontageCondensed-Outline.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Filson Soft';
  src: url("/SiteData/SiteID163/Files/Fonts/FilsonSoftMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Filson Soft';
  src: url("/SiteData/SiteID163/Files/Fonts/FilsonSoftRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Charleston';
  src: url("/SiteData/SiteID163/Files/Fonts/Charleston-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Filson Soft';
  src: url("/SiteData/SiteID163/Files/Fonts/FilsonSoft-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
body {
  background: #eee; }

.colZoneContainer {
  background-color: #F9E4AE;
  background: #f9e4ae;
  background: linear-gradient(to bottom, #f9e4ae 45%, #f9e4ae 65%, #f5e194);
  background-image: url("/SiteData/SiteID163/Images/LoginBGPattern-2.png");
  /* fallback */
  background-image: url("/SiteData/SiteID163/Images/LoginBGPattern-2.png"), linear-gradient(to bottom, #f9e4ae 45%, #f9e4ae 65%, #f5e194);
  background-position: top right;
  min-height: 100vh;
  width: 100%; }

.loginWidget .loginSection:nth-child(2) {
  display: none; }

div.Login {
  max-width: 500px;
  margin: 0 auto; }
  div.Login.SiteClosed h2 {
    color: #117159;
    font-weight: bold;
    text-transform: uppercase; }

.loginWidget {
  height: 100vh;
  display: table-cell;
  width: 500px;
  vertical-align: middle; }
  .loginWidget .loginSection {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px;
    float: none;
    margin: 0 auto;
    padding: 2em;
    position: relative;
    width: auto !important; }
    @media (max-width: 500px) {
      .loginWidget .loginSection {
        width: 350px !important; } }
    .loginWidget .loginSection::before {
      border: solid 5px #dce9ac;
      border-radius: 10px;
      bottom: 10px;
      content: "";
      left: 2%;
      position: absolute;
      right: 2%;
      top: 10px; }
    .loginWidget .loginSection * {
      position: relative;
      z-index: 1; }
    .loginWidget .loginSection .PanelHeader {
      text-align: center; }
      .loginWidget .loginSection .PanelHeader #brand_logo {
        height: 200px;
        margin: 0 auto 1.5em;
        width: 350px;
        background: url("/SiteData/SiteID163/Images/Jamba_Logo.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 500px) {
          .loginWidget .loginSection .PanelHeader #brand_logo {
            width: 290px; } }
    .loginWidget .loginSection .login {
      margin: 20px auto;
      display: block; }
    .loginWidget .loginSection tr[id*='trPassword'] td:last-of-type,
    .loginWidget .loginSection tr[id*='RememberMe'],
    .loginWidget .loginSection tr[id*='trButtons'] td {
      text-align: center; }
    .loginWidget .loginSection input[type=checkbox] + label {
      font-size: .7em; }
    .loginWidget .loginSection .labelCell {
      text-align: left; }

.PanelFooter {
  text-align: center; }

table.FullWidth.adaptive,
table.FullWidth.adaptive tbody,
table.FullWidth.adaptive tr,
table.FullWidth.adaptive td,
table.FullWidth.adaptive caption,
table.FullWidth.adaptive th {
  display: block;
  width: 100% !important; }
