.hamburger {
  display: none;
}

.slim-list {
  width: 100%;
}
  .slim-list tr {
    cursor: pointer;
  }
  .slim-list tr:hover{
    box-shadow:  none;
    background: #f2f5f7;
  }
  .slim-list td {
    padding: 10px 5px;
    font-size: 12px;
    position: relative;
  }

  .slim-list tr:nth-child(even) td {
    background: rgba(0,0,0,0.02);
  }
  .slim-list td span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    text-transform: capitalize;
  }
  .switch .slim-list td a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .switch .slim-list td {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

html, body {
  background: #f9f9f9;
  width: 100%;
  height: 100%;
}

html, body,
.container {
  width: 100%;
  height: 100%;
}

ul {
  list-style-position: outside;
  margin: 0 0 20px 20px;
}

h3 span {
  font-size: 14px;
}

h4.welcome {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
  h4.welcome span {
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 10px;
  }

h5.sans {
  font-size: 14px;
}

.alert {
  border: none;
  background: #ffeb3b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  font-weight: 600;
  font-size: 13px;
  position: relative;
}
  .alert a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .alert img.icon {
    width: 28px;
    display: block;
    margin: 0 20px 0 0;
  }

.card {
  background: #fff;
  border-radius: 2px;
  padding: 25px;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.03);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.03);
}
  .card p {
    margin: 0 0 15px;
  }
  .card ul {
    margin: 0 0 25px 20px;
  }
  .card p:last-child {
    margin: 0;
  }

.txt-blue {
  color: #005c97;
}

.login-hero,
.login-panel {
  float: left;
}

.login-hero {
  width: 40%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-panel {
  width: 60%;
  height: 100%;
  padding: 20px 30px;
  position: relative;
  display: grid;
  align-items: center;
}
  #login-logo {
    max-width: 120px;
    display: block;
    float: right;
  }
  .login-form {
    max-width: 700px;
  }
  .login-support {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    font-weight: 500;
  }


/** DASHBOARD **/

.stacks {
  width: 100%;
  height: 100%;
}

  .stack {
    float: left;
    padding: 15px;
    height: 100vh;
    overflow: auto;
  }

  .stack.narrow {
    width: 250px;
    background: #222;
    color: #fff;
  }

  nav h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
    ul.navigation {
      list-style: none;
      margin: 15px 0 0;
      padding: 0;
    }
    ul.navigation li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0;
      padding: 0;
      cursor: pointer;
      list-style: none;
    }
    ul.navigation li a {
      color: #fff;
      text-decoration: none;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 15px 10px;
      width: calc(100% - 30px);
      margin: 0 5px 0 0;
      font-size: 13px;
    }
    ul.navigation li a img.icon {
      display: block;
      width: 20px;
      margin: 0 8px 0 0;
    }
    ul.navigation li span.notification {
      background: #c4250d;
      width: 20px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 10px;
      font-weight: 600;
      border-radius: 100%;
    }

  .stack.wide {
    width: calc(100% - 250px);
    background: #f2f5f7;
    height: 100vh;
    padding: 0;
  }
    .wide .header {
      background-size: cover;
      background-position: center;
      height: 350px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      flex-wrap: wrap;
    }
      .wide .header:after {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        z-index: 1;
        position: absolute;
      }
      .header .header-text {
        text-align: center;
        color: #fff;
        max-width: 90%;
        margin: 0 auto;
        z-index: 2;
        position: relative;
        max-width: 768px;
      }
      .header .cards {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
      }
        .header .card {
          margin: 0 5px;
          color: #222;
          border-radius: 12px;
        }
        .header .card h6 {
          text-transform: uppercase;
          font-size: 14px;
          margin: 0 0 5px;
        }
      .countdown {
        position: relative;
        z-index: 2;
        color: #fff;
      }
      .countdown h5 {
        text-transform: uppercase;
        margin: 0;
        font-size: 25px;
        line-height: 1em;
        text-align: center;
        letter-spacing: 0;
      }
      .countdown .day,
      .countdown .hour,
      .countdown .minute,
      .countdown .second {
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        line-height: 1em;
        color: #fff;
        border-radius: 10px;
        padding: 20px 5px;
        width: 33.33%;
        margin: 0 5px 15px;
      }
      .countdown .day span,
      .countdown .hour span,
      .countdown .minute span,
      .countdown .second span {
        font-size: 11px;
        line-height: 1.3em;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
        display: block;
      }
      .countdown .timer {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .countdown .timer > span {
        font-size: 30px;
        font-weight: 600;
        margin-top: -20px;
      }

    .tabs {
      width: 100%;
      background: #ececec;
    }
      .tabs > .container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 30px !important;
      }
      .tab {
        padding: 25px 25px 20px;
        text-align: center;
        color: #333;
        border-bottom: solid 5px #ececec;
        line-height: 1em;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
      }
      .tab .count {
        width: 40px;
        height: 25px;
        line-height: 25px;
        margin-left: 10px;
        text-align: center;
        padding: 0px;
        font-size: 12px;
        background: #333;
        color: #fff;
        border-radius: 20px;
        display: block;
        letter-spacing: -1px;
      }
      .tab.active {
        color: #00aa4e;
        border-bottom: solid 5px #00aa4e;
      }

    .tabs.subtabs {
        background: none;
    }
    .tabs.subtabs > .container {
        justify-content: flex-start;
    }
    .subtabs .tab {
        padding: 15px 50px 15px 0;
        font-size: 13px;
        border-bottom: none;
        text-align: left;
        justify-content: flex-start;
        width: auto;
    }

    .stack.wide .container {
      margin: 0 auto;
      width: 100%;
      height: auto;
      max-width: 1200px;
      padding: 30px;
    }
      .exhibitor-section {

      }
        .exhibitor-section > h6 {
          text-align: center;
          margin: 0 0 25px;
          font-size: 25px;
        }

        .stands-wrap {
          width: 100%;
          max-width: 960px;
          height: 550px;
          margin: 0 auto;
          overflow: auto;
        }

        .exhibitor-section .stands {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          width: 960px;
          margin: 0 auto;
          background: #fff;
          padding: 20px;
        }
        .walkway {
          width: 100%;
          background: #f9f9f9;
          padding: 40px 20px;
          text-align: center;
        }
        .exhibitor-section .stand {
          width: 33.33%;
          min-height: 200px;
          border: solid 1px rgba(0,0,0,0.06);
          border-bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          padding: 20px;
          font-size: 14px;
        }
          .neighbour-detail {
            font-size: 11px;
            line-height: 18px;
            padding: 15px;
            background: #f8f8f8;
            border-radius: 10px;
            margin: 0 5px 10px;
            min-width: 200px;
          }
          .neighbour-detail > strong {
            display: block;
            margin: 0 0 5px;
          }

        .stand.exhibitor-stand {
          background: #c59c6c;
          color: #fff;
        }
        .exhibitor-section .stand.back-stand {
          width: 100%;
          border-bottom: solid 1px rgba(0,0,0,0.06);
        }

      .panels {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
      }
      .panel {
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
        margin: 1%;
        width: 31%;
        height: 200px;
        position: relative;
      }
      .panel h6 {
        color: #005c97;
        margin: 0 0 10px;
      }
      .panel .cta {
        position: absolute;
        bottom: 20px;
        left: 50%;
        width: 250px;
        margin: 0 0 0 -125px;
        text-align: center;
        letter-spacing: 0;
      }

      .announcements {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
      }
      .announcement {
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
        margin: 1%;
        width: 100%;
        position: relative;
      }
      .announcement h6 {
        margin: 0 0 10px;
      }

      .announcement:last-child {
        margin-bottom: 20px;
      }


      .form-wrap .form {
        border-bottom: solid 1px rgba(0,0,0,0.1);
        padding: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
      }
        .form-wrap .form a {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
        }
        .form-wrap .form:nth-child(even) {
          background: rgba(0,0,0,0.02);
        }
        .form-wrap .form:last-child {
          border: none;
        }
        .form-wrap .form .form-action {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          width: calc(100% - 120px);
        }
        .form-wrap .form .title {
          font-size: 16px;
          font-weight: 600;
          margin: 0 0 0 10px;
          width: calc(100% - 260px);
        }
        .form-wrap .form .snippet {
          padding: 10px 10px 0 5px;
          font-size: 12px;
          width: 100%;
        }
        .form-wrap .form .cta {
          text-align: right;
          width: 120px;
          opacity: 0;
          transition: 0.2s all;
          font-weight: 600;
        }
        .form-wrap .form:hover .cta {
          opacity: 1;
        }
        

    .pass-count div {
      margin: 0;
      padding: 0;
      line-height: 1em;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
    }
      .pass-count div.count {
        font-size: 60px;
        margin: 5px 0;
        font-weight: 700;
      }


    .snapshots .snapshot {
      padding: 20px;
      margin: 0 0 20px;
      border-radius: 10px;
    }
      .snapshots .snapshot .count {
        font-size: 50px;
        line-height: 1em;
        margin: 0 0 5px;
        letter-spacing: -1px;
        font-weight: 600;
      }

    .passes {
      margin: 0;
    }
    .tier {
/*      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;*/
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
      .tier .ticket {
        background: #fff;
        padding: 20px;
/*        width: 49%;*/
/*        margin: 0;*/
/*        position: relative;*/
        display: grid;
        grid-template-rows : auto 1fr auto;
      }
      .tier .ticket.disabled:after {
        content: "Not Available";
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        background: rgba(0,0,0,0.8);
        color: #fff;
      }
      .tier .price {
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 15px;
      }
      .tier .name {
        font-weight: 600;
        margin: 0 0 20px;
      }
    .passes-cta {
      text-align: center;
      margin: 30px 0 0;
    }

    .pass-action {
      margin: 0 0 20px;
    }
      .pass-action > .button {
        min-width: auto;
        width: auto;
        padding: 0 12px;
      }

    .passes .pass {
      border-bottom: solid 1px rgba(0,0,0,0.1);
      padding: 20px;
    }
      .passes .pass:nth-child(odd) {
        background: rgba(0,0,0,0.02);
      }
      .passes .pass.active {
        background: rgba(212,237,218,0.3);
      }
      .passes .pass label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
      }
      .passes .pass .detail {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center; 
        gap: 15px;
      }

      .passes .pass .detail .description,
      .passes .pass .detail .posted {
        grid-column-start: 1;
      }
      .passes .pass .detail .serials,
      .passes .pass .detail .tracking {
        grid-column-start: 2;
        grid-column-end: 4;
      }

      .passes .pass .button {
        margin-bottom: 0;
      }
      .passes .pass .badge {
        font-size: 11px;
      }
      .passes .checkbox {
        margin: 0 8px 0 0;
      }
      .passes .pass .name {
        font-weight: 600;
        margin: 0 20px 0 15px;
        width: 150px;
      }
      .passes .pass input[type=checkbox] {
        margin: 0;
      }
      .passes .pass .cta {
        text-align: right;
        width: 120px;
        opacity: 0;
        transition: 0.2s all;
        font-weight: 600;
      }
      .passes .pass:hover .cta {
        opacity: 1;
      }

  .resources .cards {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
  }
    .resources .card {
      width: 31.33%;
      margin: 0 1% 1%;
      min-height: 205px;
    }
    .resources .card h5 {
      line-height: 1.3em;
    }


.footer {

}
  .footer > .container {
    padding: 40px 10px !important;
    margin: 40px auto 0 !important;
    border-top: solid 1px #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
  }
  .footer > .container > div {
    width: 50%;
  }


/** RESPONSIVE **/

@media (max-width: 850px) {

  .hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
      background: #fff;
    }
    .hamburger.is-active:hover, .hamburger:hover {
      opacity: 1;
    }

  .header h4.welcome {
    padding: 0 35px;
  }
  .stacks .stack {
    width: 100%;
  }
  .stacks .stack.narrow {
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.2s;
    margin: 0;
    z-index: 99;
    width: 100%;
  }
    .stacks .stack.narrow img.logo {
      max-width: 220px;
    }
    .stacks .stack.narrow.active {
      left: 0;
      background: #333;
    }

  .stack.wide .container {
    padding: 20px;
  }
    .wide .header {
      height: auto;
      padding: 60px 20px 20px;
    }
    .header .card {
      width: 100%;
      margin: 0 0 15px;
    }

  .panel {
    width: 100%;
    height: auto;
  }
    .panel .cta {
      position: relative;
      bottom: auto;
      margin: 0 auto;
      left: auto;
    }
    .panel .panel-desc {
      margin: 0 0 20px;
    }

  .tier .ticket {
    width: 100%;
    margin: 0 0 15px;
  }

  .form-wrap .badge-wrap {
    position: relative;
    margin: 0 0 20px;
    top: auto;
    right: auto;
    text-align: right;
  }
    .form-wrap .snippet {
      font-size: 13px;
      line-height: 20px;
    }

  .assets .card {
    width: 100%;
    margin: 0 0 25px;
  }

  .tabs > .container {
    padding: 0 !important;
    flex-wrap: wrap;
  }
    .tab {
      width: 50%;
    }

  .form-wrap .form {
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
  }
    .form-wrap .form .form-action,
    .form-wrap .form .title {
      width: 100%;
    }
    .form-wrap .form .title {
      margin: 15px 0 0 5px;
    }
    .form-wrap .form .snippet {
      padding-top: 5px;
      margin: 0;
    }
    .form-wrap .form .cta {
      opacity: 1;
      width: 100%;
      margin-top: 25px;
      font-size: 13px;
    }

    .passes .pass .detail {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        gap: 15px;
      }

    .passes .pass .detail .date,
    .passes .pass .detail .reference,
    .passes .pass .detail .description,
    .passes .pass .detail .serials,
    .passes .pass .detail .posted,
    .passes .pass .detail .tracking {
      grid-column-start: 1;
      grid-column-end: 4;
    }

    .passes .pass .detail .manage {
      grid-row-start: 1;
      grid-column-start: 1;
      grid-column-end: 4;
    }

    .passes .pass .status {
      width: 100%;
      margin: 10px 0 0;
    }
    .passes .pass .status > span {
      margin: 5px 0 5px 0 !important;
      display: block;
    }

  .footer .container {
    flex-wrap: wrap;
    padding: 20px 25px 25px !important;
    margin-top: 20px !important;
  }
    .footer .container > div {
      width: 100%;
      text-align: center !important;
    }

}

@media screen and ( max-height: 650px ) {

  #loginhexgreen {
    display: none !important;
  }

}
