﻿/* Copyright 2018-2020 Epic Systems Corporation */
.centerText {
  display: block;
  text-align: center;
}

.main {
  background-color: #000000;
  height: 100%;
  margin: auto;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-width: 600px;
  min-height: 338px;
}

body {
  margin: 0;
  background-color: #000000;
}

label {
  font: 18px Segoe UI;
  color: #ffffff;
}

p, span {
  font: 18px Segoe UI;
  color: #ffffff;
  margin: 0;
}

span {
  position: relative;
  height: auto;
}

button {
  font: 18px Segoe UI;
  color: #ffffff;
  border: none;
  width: 120px;
  padding: 6px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.blueBtn.chrome, .blueBtn.notChrome {
  min-width: 175px;
  padding: 6px;
  margin-top: 10px;
  width: auto;
}

.blueBtn.chrome {
  min-width: 235px;
}

button:disabled {
  font: 18px Segoe UI;
  color: #f5f5f5;
  background-color: #808080;
  cursor: default;
}

#modalTooltip {
  background: #ffffff none repeat scroll 0 0;
  bottom: 44px;
  color: #000000;
  position: absolute;
  font-size: small;
  padding: 2px;
  border: 1px solid #000000;
}

#muteSpeakerBtn:focus {
  background-size: 80px 40px;
}

#playPauseBtn:focus, #muteSpeakerBtn:focus, #settingsBtn:focus, #fullscreenBtn:focus {
  top: 1px;
  height: 41px;
  padding: 0;
}

#controlPanel:focus {
  outline: 0;
}

select {
  width: 300px;
  background-color: rgba(191, 191, 191, 0.8);
  margin: 5px;
  color: #000000;
}
select option {
  color: #000000;
}

button:hover:enabled {
  cursor: pointer;
}

h1, h2, h3, h4 {
  color: #ffffff;
  font: Segoe UI;
}

.showContainer {
  visibility: visible;
}

.hideContainer {
  visibility: hidden;
}

.success {
  background-color: #7aba66;
}

.failure {
  background-color: #e04c4c;
}
.failure:hover {
  cursor: pointer;
}

.blueBtn {
  background-color: #2f95ba;
}

.transparent {
  opacity: 0.24;
}

.link {
  color: #00a1db;
}
.link:hover {
  color: #008dc0;
  text-decoration: underline;
}

#initContainer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#progressBarArea {
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}

#progressBar {
  height: 100%;
  position: absolute;
  width: 100%;
}

#progressBarLabel {
  color: #a52a2a;
  font-family: Consolas;
  font-size: large;
  left: 50%;
  position: absolute;
}

#mainStatusContainer {
  left: 10%;
  position: absolute;
  right: 10%;
  top: 44%;
}

#mainStatusLabel {
  bottom: 0;
  color: #ffffff;
  font-family: Calibri;
  font-size: xx-large;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  margin-bottom: 160px;
  background-color: none;
}

#pluginContainer.full {
  bottom: 44px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
}
#pluginContainer.noMenu {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#pluginContainer.cornered {
  bottom: 48px;
  position: absolute;
  right: 4px;
  margin: auto;
}
#pluginContainer.providerOnline {
  left: 0;
  top: 0;
  right: 0;
}

#providerMuted {
  color: #ffffff;
  left: 0;
  position: absolute;
  top: -30px;
  background-color: #000000;
}

#pluginContainer.ie {
  margin-left: auto;
  margin-right: auto;
}

#vidyoPlugin {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

div#testViewContainer, div#testStatusContainer {
  border: medium none;
}

#testViewContainer, #installPluginContainer, #configurationContainer {
  background-color: #000000;
  height: 180px;
  margin: auto;
  right: 0;
  text-align: center;
}

#testViewContainer {
  height: auto;
}

#testViewWithButtonsContainer, #installPluginContainer, #providerImageContainer, #configurationContainer {
  bottom: 0;
  height: 250px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 230px;
  width: 500px;
  text-align: center;
  background-color: #000000;
}

#testViewWithButtonsContainer {
  height: 290px;
}
#testViewWithButtonsContainer._5tests {
  width: 620px;
}

#installPluginContainer, #alertContainer, #configurationContainer {
  top: 0;
  background-color: transparent;
  z-index: 50;
  height: 100%;
}

#alertContainer {
  margin: auto;
  right: 0;
  text-align: center;
  left: 0;
  position: absolute;
  width: 100%;
  display: table;
}

div#configurationInnerContainer {
  display: table;
  border: solid 1px #ffffff;
}

#installPluginContainer {
  display: inline-block;
  height: auto;
  top: 25%;
  bottom: auto;
  max-height: 60%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 15px;
  border: solid #ffffff 1px;
}

.notChrome .chrome {
  display: none;
}

.chrome .notChrome {
  display: none;
}

.chromeInstallPluginSteps, .installPluginTextDiv.chrome {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "Segoe UI";
  font-size: 16pt;
}

.chromeInstallPluginSteps {
  margin-top: 10px;
}

#alertTitleLabel, .installPluginTitle {
  background-color: #4d4d4d;
  font-size: 30px;
}

.chromeInstallPluginStep {
  color: #ffffff;
}
.chromeInstallPluginStep.complete .chromeInstallPluginStepLbl {
  background: transparent url("../images/messaging/task_complete.svg") no-repeat;
  background-position: 0 3px;
  background-size: 20px 24px;
  color: transparent;
}
.chromeInstallPluginStep.complete .blueBtn {
  display: none;
}
.chromeInstallPluginStep:not(.complete) .btnPlaceholder {
  display: none;
}

.btnPlaceholder {
  color: #cccccc;
  font-style: italic;
}

#alertButtonsContainer {
  bottom: 0;
  left: 0;
  margin-top: 17px;
  right: 0;
}

#playPauseIcon {
  height: 32px;
}

#muteSpeakerBtn {
  height: 47px;
}

#alertBodyContainer, .installPluginTextDiv {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
}

#alertBodyLabel, .installPluginText {
  font-size: 21px;
}

.overlay {
  background-image: linear-gradient(0deg, #000000, #4d4d4d);
  box-shadow: 0 -20px 100px 25px rgba(0, 0, 0, 0.75) inset;
  display: none;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.opaque {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#configurationContainer {
  top: 0;
  height: 210px;
}

#providerImageContainer {
  width: 250px;
  height: 250px;
  top: 0;
}

#providerImage {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

#testViewTitleContainer {
  height: 30px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 5px;
}

#testViewTitleLabel {
  bottom: 0;
  font-size: large;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

#micContainer, #speakerContainer, #camContainer, #networkContainer, #echeckinContainer {
  width: 112px;
  height: 112px;
  margin: 5px;
  float: left;
}

#micStatusLabel, #camStatusLabel, #speakerStatusLabel, #networkStatusLabel, #echeckinStatusLabel {
  top: -5px;
  font-size: small;
  position: absolute;
  left: 0;
  width: 112px;
}

#micStatusLabelDiv, #camStatusLabelDiv, #speakerStatusLabelDiv, #networkStatusLabelDiv, #echeckinStatusLabelDiv {
  position: absolute;
  width: 172px;
  color: #ffffff;
}

#refreshBtn {
  position: absolute;
  right: 10px;
  top: 1px;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
}

#refreshImage {
  width: 30px;
  height: 30px;
}

#testStatusContainer {
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: 800px 32px;
  top: 155px;
  left: 10px;
  right: 10px;
}

#testStatusLabel {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  text-align: center;
  top: 0;
}

#controlPanel {
  background-image: url("../images/gradient.png");
  background-repeat: repeat;
  left: 0;
  bottom: 0;
  height: 44px;
  position: absolute;
  width: 100%;
}

#testContainersDiv {
  padding-top: 30px;
  margin: 0 auto;
  display: inline-block;
  width: auto;
}

.displayNone, .hidden {
  display: none;
}

.displayBlock {
  display: block;
}

#playPauseBtn {
  background-image: url("../images/gradient.png");
  border: medium none;
  cursor: pointer;
  left: 1px;
  position: absolute;
  width: 40px;
  height: 100%;
}

#fullscreenBtn {
  background-image: url("../images/gradient.png");
  border: medium none;
  cursor: pointer;
  height: 48px;
  position: absolute;
  right: 8px;
  width: 44px;
}

#settingsBtn {
  background-image: url("../images/gradient.png");
  border: medium none;
  cursor: pointer;
  height: 48px;
  position: absolute;
  right: 58px;
  width: 44px;
}
#settingsBtn.ie {
  right: 0;
}

#speakerControlContainer {
  height: 44px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 170px;
}

#muteSpeakerBtn {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 0;
  cursor: pointer;
  left: -10px;
  position: absolute;
  top: 0;
  width: 30px;
  margin-right: 10px;
}

#volumeSlider {
  cursor: pointer;
  height: 14px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
}
#volumeSlider.ie {
  top: 0;
  padding: 2px;
}

#pausedViewContainer {
  bottom: 44px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#pausedViewStatusContainer {
  bottom: 0;
  height: 160px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

#bigPauseIcon {
  align-self: center;
  height: 140px;
  left: 30%;
  margin: auto;
  position: absolute;
  right: 30%;
  text-align: center;
  top: 0;
  bottom: 0;
}

#pauseStatusLabel {
  color: #ffffff;
  font-family: Calibri;
  font-size: x-large;
  position: absolute;
  text-align: center;
  top: 145px;
  width: 100%;
}

button:focus, input:focus, select:focus {
  outline: 1px solid #ffffff;
  border: 0;
}

button::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  height: 12px;
  width: 12px;
}
input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #a9a9a9;
  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
  background: #808080;
  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-lower {
  background: #a9a9a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #808080;
}

#continueBtn, #notifyBtn, #testAgainBtn {
  width: 120px;
  margin-top: 10px;
}

#testButtonsDiv {
  height: 50px;
}

#installButtonsDiv #alertButtonsContainer {
  position: absolute;
  margin: 0;
  width: 100%;
}

#alertBtn, #confirmSettingsBtn, #cancelSettingsBtn {
  font: 18px Segoe UI;
  padding: 6px;
}

#confirmSettingsBtn, #cancelSettingsBtn {
  width: 90px;
}

#alertBodyContainer, #alertTitleContainer {
  margin-bottom: 10px;
}

#configurationInnerContainer {
  height: 50%;
  margin-top: 0;
  position: absolute;
  text-align: center;
  top: 25%;
  width: 500px;
}

#alertContentContainer {
  margin-top: 0;
  text-align: center;
  top: 0;
  width: 500px;
  border: 1px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  background-color: #000000;
}

#alertContentWrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

#configurationInnerContainer {
  top: 10%;
}

#cameraSelectLabel, #microphoneSelectLabel, #speakerSelectLabel {
  color: #ffffff;
  float: left;
  font: 12px Segoe UI;
  margin-left: 46px;
  margin-top: 6px;
  text-align: left;
  width: 70px;
}

.questionmark {
  margin-left: -4px;
  margin-top: 3px;
  position: absolute;
}

#camTestImage, #micTestImage, #speakerTestImage, #networkTestImage, #echeckinTestImage {
  margin-top: 7px;
}

#microsoftBtn, #appleBtn {
  width: 180px;
}

#configurationButtonsContainer {
  margin-top: 10px;
}

#cancelVisitBtn {
  background-color: #246fb5;
}

.chromeInstallPluginHelpText {
  margin-top: 15px;
  margin-left: 20px;
  line-height: 0.9em;
  color: #ffffff;
}

.chromeInstallPluginHelpTextTitle {
  color: #ffffff;
  font-size: 0.9em;
  display: block;
  margin-bottom: 4px;
}

.chromeInstallPluginHelpTextLbl {
  color: #dddddd;
  font-style: italic;
  font-size: 0.7em;
}

div#telemedicine-chromecleanup {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
