@charset "UTF-8";
.page-module.flat {
  padding-left: 0px;
  padding-right: 0px;
}
.page-module.pull {
  margin-top: -30px;
}

#code-missing {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000000;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#code-missing br {
  display: none;
}
@media (max-width: 768px) {
  #code-missing br {
    display: block;
  }
}
#code-missing .modal-help {
  background: #007dcb;
  text-align: center;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  max-width: 420px;
  margin: 10px;
  position: relative;
}
#code-missing .modal-help .close-modal {
  position: absolute;
  color: #FFF;
  right: 10px;
  top: 10px;
}
#code-missing .modal-help h1 {
  color: #fff;
  margin: 0px;
  font-family: "Frutiger", Arial, sans-serif;
  z-index: 101;
  font-weight: 100;
  position: relative;
  font-size: 30px;
  margin-bottom: 10px;
}
#code-missing .modal-help h1.ty {
  display: none;
}
#code-missing .modal-help input {
  outline: 0;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 0px !important;
  font-size: 25px;
  text-indent: 15px;
  text-transform: uppercase;
  border: 0px solid transparent !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#code-missing .modal-help input::-webkit-input-placeholder {
  text-transform: none;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
#code-missing .modal-help input:-ms-input-placeholder {
  text-transform: none;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
#code-missing .modal-help input::placeholder {
  text-transform: none;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
#code-missing .modal-help input:focus {
  outline: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  border: 0px solid transparent !important;
}
#code-missing .modal-help a.submit {
  padding: 5px 30px;
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  margin-top: 20px;
  background: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#code-missing .modal-help a.submit:hover {
  background: #FFF;
  color: #007dcb;
}

.banner-header {
  position: relative;
  width: auto;
  height: 300px;
  padding: 20px;
  background-size: cover;
  background-position: center center; 
}
.banner-header h1 {
  color: #fff;
  margin: 0px;
  font-family: "Frutiger", Arial, sans-serif;
  z-index: 101;
  font-weight: 100;
  position: relative;
}
.banner-header h4 {
  color: #FFF;
  z-index: 101;
  font-weight: 100;
  font-size: 20px;
  position: relative;
}
.banner-header .gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 180px;
  width: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
  background: linear-gradient(to bottom, #000000, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#00000000, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#00000000', GradientType=0)";
}

.search-bar {
  position: relative;
  width: auto;
  margin-top: 45px;
  z-index: 10000;
  z-index: 102;
}
.search-bar input {
  outline: 0;
  width: 100%;
  padding: 15px 0px !important;
  font-size: 25px;
  text-indent: 15px;
  text-transform: uppercase;
  border: 0px solid transparent !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-bar input::-webkit-input-placeholder {
  text-transform: none;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.search-bar input:-ms-input-placeholder {
  text-transform: none;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.search-bar input::placeholder {
  text-transform: none;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.search-bar input:focus {
  outline: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  border: 0px solid transparent !important;
}
.search-bar:after {
  content: '';
  background-image: url(../img/search.png);
  width: 30px;
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 10px;
  top: 12px;
}
.search-bar .search-results {
  display: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  background: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .search-bar .search-results {
    max-height: 250px;
  }
}
.search-bar .search-results .search-row {
  position: relative;
  padding: 10px 15px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.search-bar .search-results .search-row:before {
  content: '';
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0px;
  left: 15px;
}
.search-bar .search-results .search-row:hover {
  cursor: pointer;
  background: #007dcb;
  color: #FFF;
}
.search-bar .search-results .search-row.help {
  color: #007dcb;
}
.search-bar .search-results .search-row.help a {
  padding: 3px 10px;
  border-radius: 10px;
  background: #007dcb;
  color: #FFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
}
.search-bar .search-results .search-row.help a:hover {
  text-decoration: none;
}
.search-bar .search-results .search-row.help:hover {
  cursor: auto;
  background: #FFF;
}
.search-bar input:focus + .search-results {
  z-index: 100001;
}

.choose-block {
  position: relative;
  z-index: 101;
  padding: 20px;
}
.choose-block h2.title {
  font-weight: 100;
  font-family: "Frutiger", Arial, sans-serif;
  font-size: 24px;
  margin: 0px;
}
.choose-block .choose-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.choose-block .choose-currency .cur-choice:nth-child(2) span {
  margin-left: 47px;
}
.choose-block .choose-currency .cur-choice {
  padding: 10px 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  margin-right: 15px;
  background: #FFF;
  font-family: "Frutiger", Arial, sans-serif;
  font-size: 20px;
  border-radius: 8px;
  border: 2px solid transparent;
  margin-bottom: 15px;
}
.choose-block .choose-currency .cur-choice:hover {
  cursor: pointer;
}
.choose-block .choose-currency .cur-choice.selected {
  border: 2px solid #007dcb;
}
.choose-block .choose-currency .cur-choice img {
  width: 35px;
  margin-right: 10px;
}
.choose-block .choose-currency .cur-choice:first-child {
  padding: 18px 17px;
}
.choose-block .choose-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .choose-block .choose-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.choose-block .choose-sub .choose-day, .choose-block .choose-sub .choose-time {
  width: 50%;
}
@media (max-width: 768px) {
  .choose-block .choose-sub .choose-day, .choose-block .choose-sub .choose-time {
    width: 100%;
  }
}
.choose-block .choose-sub .choose-day {
  display: none;
}
.choose-block .choose-sub .choose-day .day-btn-wrap {
  width: 97%;
  padding-right: 20px;
}
.choose-block .choose-sub .choose-day .day-btn-wrap .day-button {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  background: #FFF;
  font-family: "Frutiger", Arial, sans-serif;
  font-size: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.choose-block .choose-sub .choose-day .day-btn-wrap .day-button .day {
  padding: 9px 0px;
  width: calc(97.7% / 7);
  text-align: center;
  -webkit-transition: 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  background: #FFF;
}
.choose-block .choose-sub .choose-day .day-btn-wrap .day-button .day:hover {
  cursor: pointer;
}
.choose-block .choose-sub .choose-day .day-btn-wrap .day-button .day.selected {
  font-weight: bold;
  background: #007dcb;
  color: #FFF;
  -webkit-box-shadow: inset 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
}
.choose-block .choose-sub .choose-day .day-btn-wrap .day-button .day:first-child {
  border-radius: 8px 0px 0px 8px;
}
.choose-block .choose-sub .choose-day .day-btn-wrap .day-button .day:last-child {
  border-radius: 0px 8px 8px 0px;
}
.choose-block .choose-sub .choose-day .day-btn-wrap .day-button .day:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.choose-block .choose-sub .choose-time {
  display: none;
}
@media (max-width: 1000px) {
  .choose-block .choose-sub .choose-time {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .choose-block .choose-sub .choose-time {
    margin-top: 15px;
  }
}
.choose-block .choose-sub .choose-time .time-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time {
  position: relative;
  padding: 9px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  background: #FFF;
  font-family: "Frutiger", Arial, sans-serif;
  width: 234px;
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 8px;
  text-indent: 30px;
  margin-right: 15px;
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time[data-time="before"]:before, .choose-block .choose-sub .choose-time .time-btn-wrap .time[data-time="after"]:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 10px;
  width: 30px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time.sg[data-time="before"]:before {
  background-image: url(../img/sg_before_cutoff.png);
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time.sg[data-time="after"]:before {
  background-image: url(../img/sg_after_cutoff.png);
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time.us[data-time="before"]:before {
  background-image: url(../img/us_before_cutoff.png);
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time.us[data-time="after"]:before {
  background-image: url(../img/us_after_cutoff.png);
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time.sg.selected[data-time="before"]:before {
  background-image: url(../img/sg_before_cutoff_w.png);
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time.sg.selected[data-time="after"]:before {
  background-image: url(../img/sg_after_cutoff_w.png);
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time.us.selected[data-time="before"]:before {
  background-image: url(../img/us_before_cutoff_w.png);
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time.us.selected[data-time="after"]:before {
  background-image: url(../img/us_after_cutoff_w.png);
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time:hover {
  cursor: pointer;
}
.choose-block .choose-sub .choose-time .time-btn-wrap .time.selected {
  background: #007dcb;
  color: #FFF;
}
@media (max-width: 545px) {
  .choose-block .choose-sub .choose-time .time-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .choose-block .choose-sub .choose-time .time-btn-wrap .time {
    width: 65%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.choose-block .reset-choice {
  display: none;
  margin: 10px 0px;
}

.cheque-block {
  display: none;
  position: relative;
  z-index: 101;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .cheque-block {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.cheque-block br {
  display: none;
}
@media (max-width: 768px) {
  .cheque-block br {
    display: block;
  }
}

.cheque-list div.title-block {
  width: 100%;
  background: #007dcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
}
.cheque-list div.title-block .title {
  width: 50%;
  color: #FFF;
  font-family: "Frutiger", Arial, sans-serif;
  padding: 15px 20px;
  font-size: 20px;
}
.cheque-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cheque-list .list .c_row {
  width: auto;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cheque-list .list .c_row .deposit, .cheque-list .list .c_row .available {
  width: 50%;
  font-size: 18px;
}
.cheque-list .list .c_row .deposit .impt, .cheque-list .list .c_row .available .impt {
  color: #007dcb;
}
.cheque-list .list .c_row .deposit img, .cheque-list .list .c_row .available img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cheque-list .list .c_row .deposit, .cheque-list .list .c_row .available {
    text-align: center;
  }
  .cheque-list .list .c_row .deposit img, .cheque-list .list .c_row .available img {
    margin-bottom: 10px;
  }
}
.cheque-list .list .c_row .deposit img {
  width: 60px;
}
.cheque-list .list .c_row .available img {
  width: 68px;
}

.help-text {
  padding: 10px 20px;
  display: none;
  background: #ececec;
  color: #000;
  font-weight: bold;
}

.code-block {
  position: relative;
  z-index: 5;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -105px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  width: auto;
  height: auto;
  background: #F8F8F8;
  padding: 15px 0px 0px 0px;
}
@media (max-width: 768px) {
  .code-block {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
}
.code-block .c-container {
  padding: 0px 15px;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  border-bottom: 0px solid #007dcb;
}
.code-block .code-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}
.code-block .code-selection .code {
  text-transform: uppercase;
  cursor: pointer;
  background: #FFF;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 23px;
  -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.code-block .code-selection .code:last-child {
  display: none;
}
@media (max-width: 768px) {
  .code-block .code-selection .code:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.code-block .code-selection .code.selected {
  background: #007dcb;
  color: #FFF;
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}
@media (max-width: 768px) {
  .code-block .code-selection {
    display: none;
  }
}

.mobile-selection {
  display: none;
}
@media (max-width: 768px) {
  .mobile-selection {
    display: block;
    width: auto;
  }
}
.mobile-selection .current-box {
  position: relative;
  background: #007dcb;
  width: auto;
  margin-top: 10px;
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-family: "Frutiger", Arial, sans-serif;
}
.mobile-selection .current-box:hover {
  cursor: pointer;
}
.mobile-selection .current-box:after {
  content: '▼';
  position: absolute;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  right: 10px;
  top: 10px;
}

@media (max-width: 768px) {
  .c-container.fixed .mobile-selection {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .c-container.fixed .code-selection {
    width: 95%;
  }
}

.code-selection.mobile-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.code-selection.mobile-v .code {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.code-labels {
  margin-top: 20px;
  margin-bottom: 10px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  border-bottom: 2px solid #007dcb;
}
.code-labels .title {
  font-size: 20px;
  padding-right: 15px;
}
.code-labels .title:first-child {
  width: 30%;
}
@media (max-width: 768px) {
  .code-labels .title:first-child {
    width: 125px;
    fon-size: 14px;
  }
}
@media (max-width: 768px) {
  .code-labels .title:last-child {
    width: calc(100% - 125px);
    fon-size: 14px;
  }
}
@media (max-width: 768px) {
  .code-labels {
    margin-top: 0px;
  }
}

.code-list {
  width: auto;
  margin-top: 0px;
  -webkit-transition: 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.code-list .code-row {
  background: #F8F8F8;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  padding: 15px;
  -webkit-transition: 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.code-list .code-row .c-name {
  width: 30%;
  word-wrap: break-word;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .code-list .code-row .c-name {
    width: 120px;
  }
}
.code-list .code-row .c-desc {
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .code-list .code-row .c-desc {
    width: calc(100% - 120px);
  }
}
.code-list .code-row:nth-child(odd) {
  background: #FFF;
}
.code-list .code-row:hover {
  -webkit-transform: scale(1.01, 1);
          transform: scale(1.01, 1);
  color: #FFF;
  background: #007dcb;
  z-index: 1000;
}
.code-list .code-row.active {
  -webkit-transform: scale(1.01, 1);
          transform: scale(1.01, 1);
  color: #FFF;
  background: #007dcb;
  z-index: 1000;
}

.sticky-scroll-box {
  position: relative;
}

.c-container.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.18);
  background: #F8F8F8;
  width: 970px;
  padding: 15px 15px 0px 15px !important;
  border-bottom: 5px solid #007dcb;
}
.c-container.fixed .code-labels {
  border-bottom: 0px solid #007dcb;
}
@media (max-width: 768px) {
  .c-container.fixed {
    width: 100%;
  }
}

#header .header-container .logo {
  width: 50%;
}

/* responsive */
@media (max-width: 1000px) {
  body {
    max-width: 1000px;
    width: 100%;
  }

  #header .header-container {
    width: 100%;
    margin: 0;
  }

  .page-module {
    margin: 0 auto 8px auto;
  }

  .dbs-breadcrumb {
    margin: 0 auto;
    max-width: 1000px;
    padding: 10px 0 0 0;
  }
}
.mobile-hide {
  display: block;
}

.mobile-show {
  display: none;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }
}
.chat-box, .chat-content {
  z-index: 1000000 !important;
}

.ola-suggestions, .ola-module, .history-module {
  z-index: 1000000 !important;
} 