@font-face {
  font-family: ProximaNova_Light;
  src: url(/font/ProximaNova_Light.otf) format("opentype");
}
@font-face {
  font-family: ProximaNova_Bold;
  src: url(/font/ProximaNova_Bold.otf) format("opentype");
}
@font-face {
  font-family: ProximaNova;
  src: url(/font/ProximaNova.otf) format("opentype");
}

* {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
body {
  font-family: ProximaNova_Light, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #292929;
  background: #f4f9ff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#app {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}

.container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}
section {
  padding: 0;
}
a {
  text-decoration: none;
  color: #292929;
}
td .strong {
  font-family: ProximaNova_Bold, Helvetica, Arial, sans-serif;
}
header {
  padding: 40px 0 30px 0;
  background: #1478c7;
  background: -webkit-linear-gradient(90deg, #006fd2, #1ad1e0);
  background: -o-linear-gradient(90deg, #006fd2, #1ad1e0);
  background: -moz-linear-gradient(90deg, #006fd2, #1ad1e0);
  background: linear-gradient(90deg, #006fd2, #1ad1e0);
  display: none;
}
.header-bar a {
  float: left;
  margin-right: 15px;
}
.header-bar p {
  color: white;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
}
.logo {
  padding: 0;
  margin: 0;
  height: 26px;
}

header .banner-text {
  padding: 30px 0 15px 0;
}
header .banner-text p {
  margin: 0 auto;
  color: white;
  text-align: center;
}
header .banner-text .banner-head {
  font-size: 28px;
  display: block;
}
header .banner-text .banner-subhead {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
footer {
  margin-top: 50px;
  text-align: center;
  padding: 20px 0;
  background: #dde4ee;
  border-radius: 0;
  display: none;
}
.banner-link {
  font-size: 13px;
  line-height: 26px;
}
.banner-link a {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
}
.copyright p {
  color: #204e74;
  font-size: 12px;
}

h1.page-headline {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
}

div#media {
  overflow: hidden;
}
video {
  display: block;
  vertical-align: middle;
  width: 100%;
  background: #000;
  text-align: center;
  z-index: -1;
}
.videodiv {
  float: left;
  width: 50%;
}

.videodiv.roster {
  display: none;
}

.remotevid {
  width: 100%;
  /*height: 100%;*/
  top: 50px;
  bottom: 50px;
  position: absolute;
  overflow: hidden;
}
.localvid {
  width: 25%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.localvid.fullscreen {
  width: 100%;
}
.localvid .zoomStepsBar {
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 100;
}
.localvid .zoomStepsBar > div {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #20243e;
  border-radius: 25px;
  background-color: #fff;
}
.localvid .zoomStepsBar > label {
  vertical-align: super;
  font-size: 22px;
  display: none;
  color: #fff;
}
.localvid .zoomStepsBar.fullscreen > label {
  display: inline-block;
}
.localvid .zoomStepsBar > div.active {
  background-color: #20243e;
}

.localvid .zoomStepsBar.fullscreen {
  top: 300px;
  left: 20px;
}
.localvid .zoomStepsBar.fullscreen > div {
  width: 20px;
  height: 20px;
}

.topBar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to right, #cccccc 50%, #a80c29);
  color: #fff;
}
.topBar .left {
  float: left;
}
.topBar .right {
  float: right;
}
.bottomBar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #a80c29;
  color: #fff;
}
.topBar button {
  width: auto;
  height: 50px;
  position: relative;
  color: #fff;
  background-color: transparent;
  padding: 10px;
  border: 0px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.bottomBar button {
  width: auto;
  height: 50px;
  position: relative;
  color: #fff;
  background-color: #a80c29;
  padding: 10px;
  border: 0px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.bottomBar .toggleVideoBtn {
  width: auto;
  margin-left: 20px;
}
.bottomBar #pairLinkStatus {
  width: 40px;
  height: 100%;
  position: relative;
  left: 0px;
  display: inline-block;
  float: left;
  background: url("/media/pair_off.svg") center center no-repeat;
  background-size: 48px;
}
.bottomBar #pairLinkStatus.active {
  background: url("/media/pair_on.svg") center center no-repeat;
  background-size: 48px;
}

.selfVideoFullscreenBtn {
  width: 100%;
  position: relative;
  color: #fff;
  background-color: #a80c29;
  padding: 10px;
  border: 0px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.showParticipantsBtn {
  /* display: none; */
}

.roster {
  width: 20%;
}
.rostern {
  width: 80%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rosterv {
  width: 15%;
}
.rostera {
  width: 15%;
}

.contentdiv {
  width: 100%;
}

#localVideo {
  /*float: left;
      border-radius: 0px 0px 5px 5px; */
  background: url("/media/vcam.png") center center no-repeat;
}
#remoteVideo {
  float: left;
  display: none;
  /* border-radius: 0px 0px 5px 5px; */
}
.videos {
  width: 100%;
  height: 100%;
}
.videos > div {
  /* width: 100%;
    height: 100%;
    display: inline-block; */
}
.videos video {
  /* width: 100%;
    height: 100%;
    vertical-align: middle;
    background: #000;
    text-align: center;
    z-index: -1; */
  height: 100%;
}
#plist {
  float: left;
  width: 100%;
  padding: 5px;
  background-color: #dde4ee;
  min-height: 90px;
  border-radius: 0 0 5px 5px;
}

#contentVideo {
  float: left;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  z-index: 1;
  display: none;
}

#noshare {
  margin: auto;
  display: flex;
  vertical-align: middle;
  min-height: 100px;
  background-color: #444;
  text-align: center;
  z-index: -1;
  border-radius: 0px 0px 5px 5px;
}

.offair {
  margin: auto;
  border-radius: 5px;
}

.vidtitle {
  text-align: left;
  font-family: ProximaNova_Bold;
  font-size: 14px;
  line-height: 27px;
  background: #204e74;
  /* display: inline-block; */
  display: none;
  padding: 0 12px;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 10;
}
.locvidtitle {
  margin-left: 2%;
}

#wait4agent {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 12%;
  padding-bottom: 12%;
  position: relative;
  min-height: 192px;
  margin: auto;
  background-color: #dde4ee;
  border-radius: 0 0 5px 5px;
  z-index: -1;
  display: none;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

#wait4agent img {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  animation-name: rotating;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.64, 0, 0.26, 0.98);
  animation-iteration-count: infinite;
}

#wait4agent p {
  font-size: 1.2em;
  color: black;
  text-align: center;
  display: none;
}

.userMedia {
  width: 49%;
  float: left;
  display: none;
}
.userMedia fieldset {
  background: white;
  border-radius: 5px;
  width: calc(100%-40px);
  box-shadow: 0px 0px 36px rgba(156, 172, 194, 0.1);
  padding: 40px;
  padding-top: 20px;
  border: 0;
}
#localMediaControls {
  float: right;
}

#audioIn {
  width: 98%;
}

#contentShare {
  float: right;
  padding-top: 30px;
}

legend {
  background-color: #1478c7; /* #204E74; */
  color: white;
  font-family: ProximaNova_Bold;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
  margin-top: -60px;
  z-index: 10;
}
table.widget-crl {
  width: 100%;
}
table.widget-crl tr {
  line-height: 2.2em;
}
table.widget-crl td.table-label {
  width: 22%;
  font-size: 14px;
}
label {
  font-family: ProximaNova_Bold;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px;
}
input {
  display: block;
  vertical-align: middle;
  line-height: 24px;
  margin: 0 auto;
  width: 100%;
  border: 0px solid #dde4ee;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
input::placeholder {
  color: #d5dee9;
  font-family: ProximaNova_Light;
}
input:focus {
  outline: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
.mtginputs {
  border: none;
  border-bottom: 1px solid #9cacc3; /* #DDE4EE; */
  padding: 2px;
  font-size: 1em;
  width: 90%;
  float: left;
  text-align: left;
}
.control-btn-row {
  margin-top: 20px;
}
button.controls {
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  font-family: ProximaNova_Bold, Helvetica, Arial, sans-serif;
  display: inline-block;
  border: 0;
  cursor: pointer;
}
button:focus {
  border: 0;
  outline: 0;
}
#toggleVideoMute,
#toggleAudioMute {
  background-color: #12a8f1;
  color: white;
  display: inline-block;
}
#toggleVideoMute {
  margin-right: 10px;
}
#joinMeeting {
  background-color: #3bca7c;
  color: white;
  margin-right: 10px;
}
#joinMeeting:hover {
}
#leaveMeeting {
  background-color: #ef476f;
  color: white;
}
#leaveMeeting:hover {
}
.hidden {
  display: none;
}
#toggleVideoMute.muted,
#toggleAudioMute.muted {
  background: #9cacc3;
}

.toggleChatBtn .red-bullet {
  border-radius: 100%;
  background-color: red;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 18px;
  display: none;
}

/* ------ CHAT --------- */
#chat {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 50px;
  width: 50%;
  background-color: #ffffff;
  padding: 20px;
  display: none;
}
#chat .scrollBar {
  margin: 0 0 10px 0;
}
#chat .content {
  height: 65%;
  margin-bottom: 10px;
  border: 0px solid #ccc;
  overflow-y: hidden;
}
#chat .content .message {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
}
#chat .content .message.right {
  text-align: right;
}
#chat .content .message .header > div {
  display: inline-block;
}
#chat .content .message .header > div + div {
  margin-left: 10px;
}
#chat .content .message .header .sender {
  font-weight: bold;
}
#chat .content .message .body {
}
#chat .content .message .body .link {
  display: inline-block;
  background-color: #20243e;
  font-size: 12px;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 10px;
}
#chat .inputBar input {
  width: 100%;
  background-color: #fff;
  height: 3em;
  border-radius: 15px;
  border-radius: 15px;
  margin: 0;
  border: 1px solid #fff;
  margin-bottom: 10px;
  padding: 0 10px;
}
#chat .inputBar button,
#chat .scrollBar button {
  width: auto;
  background-color: #20243e;
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

/* FLEXBOX */
.flex-container,
.h-flex-container,
.v-flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  height: 100%;
}
.flex-container,
.h-flex-container {
  flex-direction: row;
}
.v-flex-container {
  flex-direction: column;
}

.flex-none {
  flex: none; /* flex-grow: 0; flex-shrink: 0; flex-basis: auto; */
}
.flex-auto {
  flex: auto; /* flex-grow: 1; flex-shrink: 1; flex-basis: auto; */
}
.flex-content {
  flex: content; /* riempie automaticamente al contenuto: flex-basis: content; */
}
.flex-cell {
  flex: 1;
  height: 100%;
}

.cell-1of1 {
  flex: 0 0 100%;
}
.cell-1of2 {
  flex: 0 0 50%;
}
.cell-1of3 {
  flex: 0 0 33.333333%;
}
.cell-1of4 {
  flex: 0 0 25%;
}
.cell-1of5 {
  flex: 0 0 20%;
}
.cell-1of6 {
  flex: 0 0 16.666667%;
}

/*
  @media only screen and (max-width: 480px) {
      .videodiv, .userMedia {
          width: 100%;
      }
      .localvid {
          margin-top: 20px;
      }
      video {
          float: left;
          width: 100%;
      }
      .vidtitle {
          margin-left: 0;
      }
      #joinMeetingControls {
          margin-top: 40px;
      }
      table.widget-crl td.table-label {
          font-size: 14px;
          text-align: left;
      }
      .control-btn-row {
          text-align: center;
      }
      button.controls {
          width: 100%;
      }
      #toggleVideoMute, #joinMeeting {
          margin-bottom: 20px;	
      }
      .userMedia fieldset {
          padding: 20px;
      }
      .container {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #000;
      }
  }
  
  @media only screen and (min-width: 481px) and (max-width: 850px) {
      header {
          padding: 20px 0 10px 0;
      }
      .logo {
          padding: 0;
          margin: 0;
          height: 22px;
      }
      .banner-link {
          float: none;
          font-size: 13px;
          line-height: 30px;
      }
      .videodiv, .userMedia {
          width: 100%;
      }
      .localvid {
          margin-top: 20px;
      }
      video {
          float: left;
          width: 100%;
      }
      .vidtitle {
          margin-left: 0;
      }
      #joinMeetingControls {
          margin-top: 40px;
      }
      .userMedia fieldset {
          padding: 30px;
      }
  }
  */

#chat-user {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 50px;
  width: 50%;
  background-color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 100px);
  flex-direction: column;
}
#messageThread.content::-webkit-scrollbar {
  width: 10px;
}

#messageThread.content::-webkit-scrollbar-track {
  background: #cccc;
  border-radius: 12px;
}

#messageThread.content::-webkit-scrollbar-thumb {
  background-color: #a30c28;
  border-radius: 12px;
}

#messageThread.content::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

#chat-user .scrollBar {
  margin: 0 0 10px 0;
}

#chat-user .content {
  height: auto;
  margin-bottom: 10px;
  border: none;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  flex-wrap: wrap;
}

#chat-user .content .message {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 5px;
}

#chat-user .content .message.right {
  word-break: break-all;
  width: auto;
  margin-left: 10px;
  align-self: flex-end;
}

#chat-user .content .message.left {
  word-break: break-all;
  width: auto;
  margin-right: 10px;
  align-self: flex-start;
}

#chat-user .content .messageTimeRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin-bottom: 2px;
}
#chat-user .content .messageTimeLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 2px;
}

#chat-user .content .messageContainerRight {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #5a5a5a;
  color: white;
}

#chat-user .content .messageContainerLeft {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #a30c28;
  color: white;
}

#chat-user .content .message .header > div {
  display: inline-block;
}

#chat-user .content .message .header > div + div {
  margin-left: 10px;
}

#chat-user .content .message .header .sender {
  font-weight: bold;
}

#chat-user .content .message .body {
  color: #333;
}

#chat-user .content .message .body .link {
  display: inline-block;
  background: linear-gradient(to right, #ad2841, #a80c29);
  font-size: 12px;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#chat-user .content .message .body .link:hover {
  background: linear-gradient(to right, #a80c29, #ad2841);
  border-color: #fff;
}

#chat-user #messageThread {
  height: 90%;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 15px;
  flex-wrap: nowrap;
  width: 100%;
}

@media only screen and (max-height: 600px) {
  #chat-user #messageThread {
    height: 83%;
  }
}

#chat-user #messagebar {
  display: flex;
  align-items: center;
  gap: 11px;
  height: auto;
  margin-bottom: 5px;
  width: 100%;
}
#chat-user #messageInput {
  flex: 1;
  background: trasparent;
  border-bottom: solid 2px #ad2841;
  color: black;
  height: 3em;
  border-radius: 15px;
  padding: 0 15px;
  font-size: 14px;
}
#chat-user #messageInput input {
  flex: 1;
  background: linear-gradient(to right, #a80c29, #ad2841);
  color: black;
  height: 3em;
  border-radius: 15px;
  padding: 0 15px;
  font-size: 14px;
}

#chat-user #sendMessageBtn {
  color: #fff;
  background: linear-gradient(to right, #ad2841, #a80c29);
  border: none;
  padding: 14px 19px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 15px;
  gap: 5px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

#chat-user #writeMessagebtn {
  color: #fff;
  background: linear-gradient(to right, #ad2841, #a80c29);
  border: none;
  padding: 14px 19px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 15px;
  gap: 5px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
#chat-user #writeMessagebtn:hover {
  background: linear-gradient(to right, #a80c29, #ad2841);
  transform: scale(1.05);
}

#chat-user #sendMessageBtn:hover {
  background: linear-gradient(to right, #a80c29, #ad2841);
  transform: scale(1.05);
}

#chat-user .content .j4ria-button {
  color: black;
  cursor: pointer;
  border: none;
  background-color: #afc2d5;
  padding: 8px 16px;
  border-radius: 10px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

.button-nostyle {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  gap: 2px
}