@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-color: #20243e;
    color: #fff;
}
.topBar .left {
    float: left;
}
.topBar .right {
    float: right;
}
.bottomBar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #20243e;
    color: #fff;
}
.topBar button,
.bottomBar button {
    width: auto;
    height: 50px;
    position: relative;
    color: #fff;
    background-color: #20243e;
    padding: 10px;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.bottomBar .toggleVideoBtn {
    width: 25%;
}
.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: #20243e;
    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-bottom: 1px 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 {
    border-bottom: 2px solid #11a8f3;
    outline: 0;
}
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: 0;
    width: 50%;
    background-color: #20243e;
    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;
      }
  }
  */
