@charset "utf-8";
/* CSS Document */

body {
  font-family: "Open Sans", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  background: #f2f2f2;
}
h1 {
  letter-spacing: -0.3px;
  color: #34b44a;
  text-align: center;
  font-size: 28px;
}
h2 {
  color: #34b44a;
}
h3 {
  color: #34b44a;
}
a {
  text-decoration: none;
  color: #303030;
}
a:hover {
  text-decoration: underline;
  color: #34b44a;
}
label {
  float: left;
  width: 120px;
  font-weight: bold;
  line-height: 20px;
}
input {
  margin-bottom: 5px;
}
br {
  clear: both;
}
td {
  vertical-align: baseline;
}
th {
  text-align: left;
}
table {
  border-collapse: collapse;
}

h2,
h3 {
  margin-bottom: 0;
}

audio::-internal-media-controls-download-button {
  display: none;
}

audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}

audio::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

.wrapper {
  margin: 10px auto;
  padding: 0;
  width: 800px;
  background: white;
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  -webkit--moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.details {
  float: right;
  width: 310px;
  color: #fff;
  font-size: 13px;
  text-align: left;
  top: 10px;
  position: relative;
}

.details-phone {
  float: right;
  width: 150px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  top: 20px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.homebtn {
  border: 1px solid #000;
  padding: 2px 10px;
  background-color: #34b44a;
  font-weight: bold;
}

.homebtn:hover {
  color: #fff;
}

.details a {
  color: #fff;
  text-decoration: none;
}
.details a:hover {
  color: #34b44a;
  text-decoration: underline;
}

.details-phone a {
  color: #fff;
  text-decoration: none;
}
.details-phone a:hover {
  color: #34b44a;
  text-decoration: underline;
}

/**
 * Shopping landing page (options)
 */
table.table-shopping li {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 3px;
}

.table-shopping li > a {
  color: #4f4c4c;
  font-size: 1.1em;
}

.table-shopping tbody {
  background: #fafafa;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.table-shopping img.icon {
  border: 1px solid #ececec;
  border-radius: 30%;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  width: 40px;
  height: 40px;
  padding: 5px;
  box-shadow: 0px 1px 2px rgba(141, 141, 141, 0.44);
  -webkit-box-shadow: 0px 1px 2px rgba(141, 141, 141, 0.44);
  -moz-box-shadow: 0px 1px 2px rgba(141, 141, 141, 0.44);
}

.table-shopping td {
  font-family: "Open Sans", sans-serif;
  color: #34b44a;
}

.table-shopping td h2 {
  color: #34b44a;
  margin-left: 5px;
}

/**
 * Alerts
 *
 */
p.alert {
  color: #000;
  padding: 10px;
  width: 0%;
  border-radius: 3px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.25s ease;
  -moz-transition: opacity 0.5s, width 0.25s ease;
  -ms-transition: opacity 0.5s, width 0.25s ease;
  -o-transition: opacity 0.5s, width 0.25s ease;

  transition: opacity 0.5s, width 0.25s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: auto;
  overflow: hidden;
}

p.alert-dark {
  color: black;
  padding: 10px;
  width: 0%;
  border-radius: 3px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.25s ease;
  -moz-transition: opacity 0.5s, width 0.25s ease;
  -ms-transition: opacity 0.5s, width 0.25s ease;
  -o-transition: opacity 0.5s, width 0.25s ease;

  transition: opacity 0.5s, width 0.25s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: auto;
  overflow: hidden;
}

.alert.show {
  opacity: 1;
  width: 100%;
}

.alert-yellow {
  border: 1px solid rgba(204, 204, 0, 0.85);
  background: rgb(255, 255, 0);
  color: #000;
}

.alert-red {
  border: 1px solid rgba(235, 85, 85, 0.85);
  background: rgb(206, 27, 27);
}

.alert-green {
  border: 1px solid rgba(48, 165, 48, 0.66);
  background: green;
}

.alert-blue {
  border: 1px solid rgba(41, 128, 185, 0.69);
  background: #2980b9;
}

.alert-orange {
  border: 1px solid rgba(255, 71, 0, 0.66);
  background: rgb(255, 82, 0);
}

.alert-message {
  border: 1px solid #848484;
  background: #f2f2f2;
  font-weight: bold;
  color: #151515;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 3px;
}

.alert-message img {
  margin-right: 15px;
}

.status-text {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  font-weight: bold;
  margin-left: 5px;
}

img.alert-icon {
  width: 20px;
  opacity: 0.4;
  margin-right: 10px;
}

#banner {
  background: #fff url(/client/shopping/img/onbrand-logo-100x100.png) no-repeat
    5px 5px;
  height: 110px;
}
#banner-halloween {
  background: #fff url(/client/shopping/img/halloween-logo-orange-100x100.png)
    no-repeat 5px 5px;
  height: 110px;
}
#container {
  width: 780px;
  background: #fff;
  border-left: 0px solid black;
  border-right: 0px solid black;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  background: #fff;
}

.clear {
  clear: both;
}
#footer {
  padding: 20px 10px;
  color: #ddd;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  color: #34b44a;
  border-top: 1px solid #ccc;
}

.footer-left {
  float: left;
  width: 40%;
  text-align: left;
}
.footer-right {
  float: left;
  width: 60%;
  text-align: right;
}

#footer p {
  margin: 10px 50px 10px 50px;
  text-align: center;
  line-height: 30px;
}
#footer span {
  font-size: smaller;
}

#leftcol {
  width: 380px;
  float: left;
  clear: left;
}
#rightcol {
  width: 380px;
  float: right;
  clear: right;
}
#centercol {
  width: 500px;
  margin-left: 150px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
}

.info {
  color: navy;
  font-style: italic;
  font-size: small;
}
.warn {
  color: #cc0000;
  font-size: 15px;
  padding: 5px 15px;
  border: 1px solid red;
  background-color: whitesmoke;
  margin: 0 auto;
  width: 520px;
  text-align: center;
}
.message {
  text-align: center;
  color: #000;
  font-size: 15px;
  padding: 5px 15px;
  border: 2px solid #000;
  background-color: whitesmoke;
  margin: 0 auto;
  width: 620px;
}

#modalContainer {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  text-align: center; /* required by MSIE to prevent actions on lower z-index elements */
  height: 100%;
}
#alertBox {
  width: 820px;
  border: 2px solid #000;
  background-color: #f2f5f6;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px auto;
}
/* #modalContainer > #alertBox { position:fixed; }  */
#alertBox h1 {
  margin: 0;
  border-bottom: 1px solid #000;
  padding: 2px 0 2px 5px;
}
#alertBox #closeBtn {
  background-color: #34b44a;
  border-radius: 4px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, 0.15) 0 4px 9px;
  display: block;
  width: 140px;
  margin: 8px 0;
  padding: 5px 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.obr-text1 {
  font-size: 13px;
}
.obr-text2 {
  font-size: 15px;
}

.obr-ol {
  font-size: 15px;
  color: #34b44a;
  line-height: 24px;
}
.obr-li {
  color: #000;
}

.obr-ol > li > span {
  color: #000;
}

.obr-box1 {
  width: 100%;
  margin-bottom: 20px;
}
.obr-box2 {
  width: 50%;
}
.obr-box3 {
  width: 33%;
}
.obr-box4 {
  width: 25%;
}

.obr-box1,
.obr-box2,
.obr-box3,
.obr-box4 {
  float: left;
}

.obr-btn {
  display: block;
  margin: 10px auto;
}
.obr-btn2 {
  display: block;
  margin: 10px auto;
}

.obr-btn {
  background: #34b44a;
  min-width: 150px;
  border: none;
  background-image: -webkit-linear-gradient(top, #34b44a, #627d4d);
  background-image: -moz-linear-gradient(top, #34b44a, #627d4d);
  background-image: -ms-linear-gradient(top, #34b44a, #627d4d);
  background-image: -o-linear-gradient(top, #34b44a, #627d4d);
  background-image: linear-gradient(to bottom, #34b44a, #627d4d);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.obr-btn-disabled {
  background: #888888;
  min-width: 150px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: block;
  margin: 10px auto;
}

.obr-btn:hover {
  cursor: pointer;
  background: #627d4d;
  background-image: -webkit-linear-gradient(top, #627d4d, #34b44a);
  background-image: -moz-linear-gradient(top, #627d4d, #34b44a);
  background-image: -ms-linear-gradient(top, #627d4d, #34b44a);
  background-image: -o-linear-gradient(top, #627d4d, #34b44a);
  background-image: linear-gradient(to bottom, #627d4d, #34b44a);
  text-decoration: none;
}

.obr-btn2 {
  background: #34b44a;
  border: 1px solid #627d4d;
  min-width: 150px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.obr-btn2:hover {
  background: #627d4d;
  border: 1px solid #34b44a;
  cursor: pointer;
  text-decoration: none;
}

.obr-btn2-disabled {
  background: #888888;
  border: 1px solid #aaaaaa;
  min-width: 150px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: block;
  margin: 10px auto;
}

.obr-btn3 {
  background: #34b44a;
  border: 1px solid #627d4d;
  min-width: 100px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}

.obr-btn3:hover {
  background: #627d4d;
  border: 1px solid #34b44a;
  cursor: pointer;
  text-decoration: none;
}

.obr-qtn {
  font-size: 18px;
  margin: 20px 0 0;
  text-align: center;
}

.obr-hidden {
  display: none;
  border: 2px solid #00a1e4;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #00a1e4;
  padding: 20px;
  background-color: #f8f8f8;
}

.audiojs {
  width: 100%;
}

.audiojs .scrubber {
  width: 75%;
}

.audiojs .progress {
  background: #34b44a;
}

.audiojs .loaded {
  background: #627d4d;
}

#audio-wrapper > ol {
  padding: 0px;
  margin: 0px;
  list-style: decimal-leading-zero inside;
  color: #ccc;
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 0.9em;
}

#audio-wrapper > ol li {
  position: relative;
  margin: 0px;
  padding: 9px 2px 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
#audio-wrapper > ol li a {
  display: block;
  text-indent: -3.3ex;
  padding: 0px 0px 0px 40px;
}
#audio-wrapper > ol li.playing {
  color: #aaa;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
#audio-wrapper > ol li.playing a {
  color: #34b44a;
  font-weight: bold;
}
#audio-wrapper > ol li.playing:before {
  content: "♬";
  width: 14px;
  height: 14px;
  padding: 3px;
  line-height: 14px;
  margin: 0px;
  position: absolute;
  top: 9px;
  color: #000;
  font-size: 13px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#shortcuts {
  color: #666;
  font-size: 0.9em;
  padding: 20px 20px 15px;
  background: #f3f3f3;
  background: rgba(240, 240, 240, 0.7);
}
#shortcuts div {
  width: 460px;
  margin: 0px auto;
}
#shortcuts h1 {
  margin: 0px 0px 6px;
  font-size: 22px;
}
#shortcuts p {
  margin: 0px 0px 18px;
}
#shortcuts em {
  font-style: normal;
  background: #d3d3d3;
  padding: 3px 9px;
  position: relative;
  left: -3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.xmas {
  color: #d42426;
  font-weight: bold;
}
.xmas-img {
  border: 0;
  border-radius: 0;
  width: 12px;
  height: 12px;
  padding: 0;
}

.xmas-status {
  width: 160px;
  padding: 5px;
  border-radius: 10px;
  margin: 0 auto;
}
.xmas-act-text {
  color: #d42426;
}

.xmas-status-red {
  background-color: #d42426;
}
.xmas-status-green {
  background-color: #34b44a;
}

.xmas-btn {
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  width: 166px;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #f2f2f2;
}

.xmas-btn-com {
  background-color: #34b44a;
}

.xmas-btn-act {
  background-color: #d42426;
}

.xmas-btn-act-b {
  background-color: #ffcb2e;
}

.xmas-btn-title {
  padding-bottom: 5px;
}

.xmas-btn:hover {
  cursor: pointer;
  color: #fff;
  background: rgb(20, 20, 20);
  background-image: -webkit-linear-gradient(
    top,
    rgb(110, 110, 110),
    rgb(20, 20, 20)
  );
  background-image: -moz-linear-gradient(
    top,
    rgb(110, 110, 110),
    rgb(20, 20, 20)
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(110, 110, 110),
    rgb(20, 20, 20)
  );
  background-image: -o-linear-gradient(
    top,
    rgb(110, 110, 110),
    rgb(20, 20, 20)
  );
  background-image: linear-gradient(top, rgb(110, 110, 110), rgb(20, 20, 20));
  text-decoration: none;
}

.btn-img {
  vertical-align: middle;
  padding-right: 10px;
}

.no-module {
  text-align: center;
  font-size: 20px;
  margin: 20px;
  color: #d42426;
}

.no-module a {
  color: #d42426;
}

.no-module a:hover {
  color: #000;
}

@media screen and (max-device-width: 480px) {
  #audio-wrapper {
    position: relative;
    left: -3%;
  }
  #shortcuts {
    display: none;
  }
}

.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.button-68 {
  appearance: none;
  backface-visibility: hidden;
  background-color: #34b44a;
  border-radius: 4px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, 0.15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none;
  width: 100%;
}

.button-68 a {
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  width: 90%;
  padding: 6px 10px;
  /* width: fit-content; */
}

.button-68:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.35s;
  color: #fff;
  text-decoration: none;
}

.button-68 a:hover {
  color: #fff;
  text-decoration: none;
}

.button-68:active {
  transform: translateY(2px);
  transition-duration: 0.35s;
}

.button-68:hover {
  box-shadow: rgba(39, 174, 96, 0.2) 0 6px 12px;
}

.btn-68-l {
  margin-bottom: 8px;
  padding: 10px;
  font-size:16px
}

nav {
  width: 100%;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  & ul {
    height: 32px;
    padding: 5px 10px;
    text-align: left;
    background: #34b44a;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 0 8px 0;
      transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;

    & li {
      display: block;
      position: relative;
      margin-bottom: 0 !important;
      color: #fff;
      font-weight: 600;
      &:first-child:before {
        text-align: center;
        position: relative !important;
        font-size: 1.1em;
        color: #fff;
      }
      &:first-child:after {
        position: absolute;
        top: 0;
        right: 0;
        font-family: FontAwesome;
        font-size: 1.1em;
        content: "\f0d7";
        color: #fff;
        padding-right: 10px;
      }
    }
  }
  & a {
    display: none;
    font-size: 1.1em;
    font-size: 14px;
    text-decoration: none;
    color: #fff !important;
  }
}
/* styles for the dropdown open */
nav.nav-is-visible ul {
  height: initial;
  background: #34b44a;
    transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  & li {
    &:first-child:after {
      content: "\f00d";
    }
    & a {
      display: block;
      border-top: 1px solid #1e8449;
      padding: 0 8px;
      &:hover {
        background-color: #1e8449;
        text-decoration: none;
      }
    }
    &:last-child {
      margin-bottom: 10px;
    }
  }
}

#logout-btn {
  width: auto;
  position: absolute;
  float: right;
  right: 10px;
  top: 0;
  color: #fff;
  text-decoration: none;
  padding: 6px 10px;
}
