﻿html, body, .emulator #body {
  height: 100%;
  margin: 0;
}

@font-face {
  font-family: 'Conv_alarm clock';
  src: url('/fonts/alarm clock.eot');
  src: local('☺'), url('/fonts/alarm clock.woff') format('woff'), url('/fonts/alarm clock.ttf') format('truetype'), url('/fonts/alarm clock.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


.emulator {
  width: 310px;
  height: 541px;
}

  .emulator.disabled #body {
    display: none;
  }

  .emulator.disabled {
    border: none;
  }

    .emulator.disabled:after {
      content: 'Save your changes to preview the new module type.';
      text-align: center;
      margin-top: 50px;
    }

.countdownTimer {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  height: 66px;
  background-color: #ffcb15;
  top: 0;
  width: 100%;
  padding: 12px;
  margin: 0;
  color: #000;
}

  .countdownTimer p {
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
  }

  .countdownTimer .clock {
    font-family: 'Conv_alarm clock', sans-serif;
    font-size: 20px;
    font-weight: bold;
  }

.btn-primary, .btn-info {
  color: #333;
  background-color: #ebad14;
  border-color: #f5d689;
}

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-info:hover,
  .btn-info:focus {
    color: #333;
    background-color: #deb24a;
    border-color: #deb24a;
  }

  .btn-primary:active,
  .btn-primary.active,
  .btn-info:active,
  .btn-info.active {
    color: #333;
    background-color: #ebad14;
    border-color: #f5d689;
  }

body {
  -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  font-family: CentGothWGL-Italic, Arial, Helvetica, sans-serif;
  padding-top: 0;
}

header {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 3%;
}

.body-content {
  height: 52%;
  background-color: #ffffff;
  width: 100%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: relative;
}

  .body-content #chat_window_1 {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    width: 100%;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    position: absolute;
    bottom: 0;
  }

.input-container {
  height: 13%;
}

#img-container {
  height: 28%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

  #img-container.background-none {
    background-image: none;
    background-color: #fff;
    padding: 40px 20px 0 20px;
  }

    #img-container.background-none footer p {
      color: #000;
    }

  #img-container.terms-background, #img-container.nubiotix-image.terms-background, #img-container.terms-background.nubiotix-image {
    background-image: none;
    height: 36%;
  }

    #img-container.terms-background p {
      color: #fff;
    }

  #img-container.nubiotix-image {
    background-image: url(/Content/images/keraniqueProduct.jpg);
  }

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}

.emoji {
  width: 16px;
}

video {
  display: block;
  width: 100% !important;
  height: auto !important;
}


.termsSection {
  padding-top: 18px;
  margin: 0 8px;
}

/* rightClickMenu menu */
.openOnRightClick:before {
  content: "Right click the textbox to get a list of values to insert";
  font-size: 12px;
}

.openOnRightClick input, .openOnRightClick textarea {
  border-color: #008000;
}

.rightClickMenu {
  font-family: CentGothWGL-Bold;
  display: none;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 10;
  padding: 3px 0;
  font-size: 11px;
  width: 240px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  box-shadow: 1px 1px 2px #cfcfcf;
}

  .rightClickMenu h5 {
    padding: 7px 10px;
    margin: 0;
    background-color: #f0f0f0;
    border-bottom: 1px dotted #ddd;
  }

.rightClickMenu--active {
  display: block;
}

.rightClickMenu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rightClickMenu__item {
  display: block;
  margin-bottom: 4px;
}

  .rightClickMenu__item:last-child {
    margin-bottom: 0;
  }

.rightClickMenu__link {
  display: block;
  padding: 4px 12px;
  color: #0066aa;
  text-decoration: none;
}

  .rightClickMenu__link:hover {
    color: #fff;
    background-color: #0066aa;
  }

/*Dual Line Inputs*/
#body.twoLineContainer .input-container,
#body.Dual-Line .input-container {
  height: 27%;
}

#body.twoLineContainer #img-container,
#body.Dual-Line #img-container {
  height: 15%;
  background-image: none;
}

/*Quad Line Inputs*/
#body.quadLineContainer .input-container,
#body.Quad-Line .input-container {
  height: 33%;
}

#body.quadLineContainer #img-container,
#body.Quad-Line #img-container {
  height: 9%;
  background-image: none;
}

/*Full Screen Input*/
#body.Full-Screen-Overlay .body-content {
  height: 0;
}

#body.Full-Screen-Overlay .input-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  background-color: #ffffff;
}

  #body.Full-Screen-Overlay .input-container div.longFormWrapper {
    height: 97%;
    background-color: #ffffff;
    width: 100%;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    position: relative;
    overflow: auto;
  }

  #body.Full-Screen-Overlay .input-container.withFooter div.longFormWrapper {
    height: 65%;
    margin-bottom: 1%;
  }


#body.Full-Screen-Overlay #img-container {
  height: 0;
}

h3.secure-checkout-padlock {
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin: 10px auto 0;
  padding-left: 34px;
  width: 220px;
  background: url(/content/images/100-percent-safe-lock.png) no-repeat left center;
  clear: both;
}

footer {
  height: 4%;
  display: table;
  width: 100%;
}

  footer div {
    display: table-cell;
    vertical-align: middle;
  }

  footer p {
    text-align: center;
    font-size: 10px;
    color: #000;
    margin: 0;
  }

.textToImage {
  font-size: 1px;
  text-indent: -9999px;
  display: block;
}

.textingBorder {
  border: 4px solid #4d4d4d;
  border-radius: 10px;
}

.col-md-2, .col-md-10 {
  padding: 0;
}

.panel {
  margin-bottom: 0px;
}

.chat-window > div > .panel {
  border-radius: 5px 5px 0 0;
}

.icon_minim {
  padding: 2px 10px;
}

.msg_container_base {
  background: transparent;
  margin: 0;
}

.top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.msg_receive {
  padding-left: 0;
  margin-left: 0;
}

.msg_sent {
  margin-right: 0;
}

.base_sent .msg_sent {
  padding-bottom: 7px !important;
}

.messages {
  background-color: #dddddd;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin-left: 10%;
  position: relative;
}

  .messages:after {
    bottom: 4px;
    border-width: 8px 15px 0px 0;
    left: -12px;
    border-color: transparent #dddddd;
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
  }

  .messages img {
    max-width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    display: block;
  }

.base_receive .AgentWrapper + .messages:after {
  top: 18px;
  bottom: auto;
  border-width: 4px 15px 4px 0;
}

.row.msg_container.base_sent .messages:after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  bottom: 4px;
  right: -12px;
  left: auto;
  border-width: 8px 0px 0px 15px;
  border-color: transparent #00d148;
}

.row.msg_container.base_sent {
  padding-right: 10px;
}


.messages > p {
  font-size: 13px;
  margin: 0 0 0.2rem 0;
}

.messages > time {
  font-size: 11px;
  color: #666;
}

time.logoAvatar {
  background-image: url('/content/uploads/beachbody-new-logo.png');
  background-repeat: no-repeat;
  width: 92px;
  height: 12px;
  background-size: contain;
  background-position: 50% 50%;
}

.profile-box div.list-group a.list-group-item.copy-script {
  padding: 11px 15px;
  border: 1px solid #dfe8f1;
  text-align: center;
}

.sprite {
  background: url('/content/uploads/avatar/AvatarSprite4.png') no-repeat top left;
}

  .sprite.Agent1 {
    background-position: 0 0;
    width: 48px;
    height: 49px;
  }

  .sprite.Agent2 {
    background-position: 0 -64px;
    width: 48px;
    height: 49px;
  }

  .sprite.Agent3 {
    background-position: 0 -128px;
    width: 48px;
    height: 49px;
  }

  .sprite.Agent4 {
    background-position: 0 -192px;
    width: 48px;
    height: 49px;
  }

  .sprite.Agent5 {
    background-position: 0 -256px;
    width: 48px;
    height: 49px;
  }

  .sprite.Agent6 {
    background-position: 0 -320px;
    width: 48px;
    height: 49px;
  }

  .sprite.Agent7 {
    background-position: 0 -384px;
    width: 48px;
    height: 49px;
  }

  .sprite.Agent8 {
    background-position: 0 -448px;
    width: 48px;
    height: 49px;
  }

  .sprite.Agent9 {
    background-position: 0 -512px;
    width: 48px;
    height: 49px;
  }

  .sprite.Agent10 {
    background-position: 0 -576px;
    width: 48px;
    height: 49px;
  }

.base_sent .messages > time {
  display: none;
  color: #fff;
}

.base_sent .messages {
  background-color: #00d148;
  color: #fff;
}

.msg_container {
  margin: 10px;
  overflow: hidden;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.avatar {
  position: relative;
}

.base_receive > .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid #FFF;
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.base_receive .messages {
  margin-left: 10px;
  margin-right: 10%;
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
}

  .base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2);
  }

.msg_sent > time {
  float: right;
}

.msg_container_base::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

.btn-group.dropup {
  position: fixed;
  left: 0px;
  bottom: 0;
}

#chat_window_1 {
  margin: 0;
}

  #chat_window_1 .col-xs-12 {
    padding: 0;
  }

input.form-control.input-validation-error,
select.form-control.input-validation-error {
  border-color: red;
}

.overlay-form {
  background-color: #fff;
  left: 0;
  padding: 0 10px;
  position: absolute;
  top: 3%;
  width: 100%;
  max-height: inherit;
  min-height: 65%;
  z-index: 40;
}

  .overlay-form input {
    margin: 0px 0 7px;
  }

  .overlay-form select#State {
    margin: 7px 0;
  }

  .overlay-form button {
    margin-bottom: 10px;
  }

#formUpdateForm span.width-50 {
  width: 49%;
  float: left;
}

#formUpdateForm span.margin-left-2 {
  margin-left: 2%;
}

.review-message {
  font-size: 18px;
  font-weight: bold;
}

#needMoreTime {
  background-color: #001d2d;
  border-bottom: 1px solid;
  position: absolute;
  width: 100%;
}

#needMoreTimeYes {
  margin-right: 10px;
}

.red-text {
  color: #ff0000;
}

.questionWrapper p, .questionWrapper {
  display: none;
}

.input-group-basicQuestion {
  margin-right: 10px;
  margin-top: 10px;
}

.field-validation-error {
  background-image: url('/Content/images/warning-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-size: 12px;
}

.input-group a {
  margin: 0 5px;
  vertical-align: middle;
}

#info-review input {
  background: none;
}

  #info-review input.enable-form {
    border: 1px solid;
    border-radius: 6px;
  }


/*.btn.btn-primary.btn-sm {
  float: right;
}*/

#writing-response {
  display: none;
  width: 100%;
  height: 100%;
}

.typing-indicator {
  background-color: #dddddd;
  width: auto;
  border-radius: 5px;
  padding: 20px;
  display: table;
  margin: 0 0 0 15px;
  position: relative;
  -webkit-animation: 2s bulge infinite ease-out;
  animation: 2s bulge infinite ease-out;
}

#formUpdateForm > input {
  float: left;
  width: 100%;
}

#formUpdateForm span, #formUpdateForm span input {
  float: left;
  width: 100%;
}


label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
}

.typing-indicator::before, .typing-indicator::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #dddddd;
}

.typing-indicator::after {
  height: 10px;
  width: 10px;
  left: -10px;
  bottom: -10px;
}

.typing-indicator span {
  height: 15px;
  width: 15px;
  float: left;
  margin: 0 1px;
  background-color: #9E9EA1;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

  .typing-indicator span:nth-of-type(1) {
    -webkit-animation: 1s blink infinite 0.3333s;
    animation: 1s blink infinite 0.3333s;
  }

  .typing-indicator span:nth-of-type(2) {
    -webkit-animation: 1s blink infinite 0.6666s;
    animation: 1s blink infinite 0.6666s;
  }

  .typing-indicator span:nth-of-type(3) {
    -webkit-animation: 1s blink infinite 0.9999s;
    animation: 1s blink infinite 0.9999s;
  }

@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.input-group-btn .border-radius-4 {
  border-radius: 4px;
}


.input-group-btn .margin-5 {
  margin: 5px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.shipTo {
  font-size: 18px;
}

.fullCCName {
  font-weight: bold;
  margin: 0;
}

.introFullCC {
  font-weight: bold;
  margin: 10px 0 12px;
}

.fullCCAddress input {
  margin: 4px 0;
}

.shipToFormVersion {
  font-size: 16px;
  margin: 0;
  line-height: 15px;
}

.introFullCCFormVersion {
  font-weight: bold;
  margin: 3px 0;
}

.customDivider hr {
  margin: 8px 0 0;
}

.temp-steps {
  text-align: center;
}

  .temp-steps button, .temp-steps a {
    display: none;
  }

.messages.msg_sent.margin-left-0 {
  margin-left: 0;
}

.hiddenButton {
  visibility: hidden;
  position: absolute;
}

.warningNotification {
  background: url(/content/images/icon-warning-circle.png) no-repeat 11px 12px #ffe69a;
  border: 2px solid #ffc663;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 5px 10px 50px;
  font-size: 12px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.connectingToAgent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 164px;
  height: 100px;
}

  .connectingToAgent span {
    display: block;
    background: #ccc;
    width: 7px;
    height: 10%;
    border-radius: 14px;
    margin-right: 5px;
    float: left;
    margin-top: 25%;
  }

    .connectingToAgent span:last-child {
      margin-right: 0px;
    }

    .connectingToAgent span:nth-child(1) {
      animation: load 2.5s 1.4s infinite linear;
    }

    .connectingToAgent span:nth-child(2) {
      animation: load 2.5s 1.2s infinite linear;
    }

    .connectingToAgent span:nth-child(3) {
      animation: load 2.5s 1s infinite linear;
    }

    .connectingToAgent span:nth-child(4) {
      animation: load 2.5s 0.8s infinite linear;
    }

    .connectingToAgent span:nth-child(5) {
      animation: load 2.5s 0.6s infinite linear;
    }

    .connectingToAgent span:nth-child(6) {
      animation: load 2.5s 0.4s infinite linear;
    }

    .connectingToAgent span:nth-child(7) {
      animation: load 2.5s 0.2s infinite linear;
    }

    .connectingToAgent span:nth-child(8) {
      animation: load 2.5s 0s infinite linear;
    }

    .connectingToAgent span:nth-child(9) {
      animation: load 2.5s 0.2s infinite linear;
    }

    .connectingToAgent span:nth-child(10) {
      animation: load 2.5s 0.4s infinite linear;
    }

    .connectingToAgent span:nth-child(11) {
      animation: load 2.5s 0.6s infinite linear;
    }

    .connectingToAgent span:nth-child(12) {
      animation: load 2.5s 0.8s infinite linear;
    }

    .connectingToAgent span:nth-child(13) {
      animation: load 2.5s 1s infinite linear;
    }

    .connectingToAgent span:nth-child(14) {
      animation: load 2.5s 1.2s infinite linear;
    }

    .connectingToAgent span:nth-child(15) {
      animation: load 2.5s 1.4s infinite linear;
    }

@keyframes load {
  0% {
    background: #ccc;
    margin-top: 25%;
    height: 10%;
  }

  50% {
    background: #444;
    height: 100%;
    margin-top: 0%;
  }

  100% {
    background: #ccc;
    height: 10%;
    margin-top: 25%;
  }
}

.modal-backdrop {
  z-index: -1;
}



table#datatable-tabletools th sub {
  font-size: 8px;
  font-weight: normal;
}
