/*********/
/* Fonts */
@font-face {
  font-family: 'Source Sans Pro';
  src:  local("../asset/fonts/Source Sans Pro Italic"),
        local("../asset/fonts/SourceSansPro-It"),
        url("../asset/fonts/subset-SourceSansPro-It.woff2") format("woff2"),
        url("../asset/fonts/subset-SourceSansPro-It.woff") format("woff"),
        url("../asset/subset-SourceSansPro-It.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Source Sans Pro';
  src:  local("../asset/fonts/Source Sans Pro Semibold"),
        local("../asset/fonts/SourceSansPro-Semibold"),
        url("../asset/fonts/subset-SourceSansPro-Semibold.woff2") format("woff2"),
        url("../asset/fonts/subset-SourceSansPro-Semibold.woff") format("woff"),
        url("../asset/fonts/subset-SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src:  local("../asset/fonts/Source Sans Pro Light"),
        local("../asset/fonts/SourceSansPro-Light"),
        url("../asset/fonts/subset-SourceSansPro-Light.woff2") format("woff2"),
        url("../asset/fonts/subset-SourceSansPro-Light.woff") format("woff"),
        url("../asset/fonts/subset-SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src:  local("../asset/fonts/Source Sans Pro"),
        local("../asset/fonts/SourceSansPro-Regular"),
        url("../asset/fonts/subset-SourceSansPro-Regular.woff2") format("woff2"),
        url("../asset/fonts/subset-SourceSansPro-Regular.woff") format("woff"),
        url("../asset/fonts/subset-SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* --------------------------------------------- */
/* General Page CSS*/
/* --------------------------------------------- */

html {
    font-size: 100%;
    font-family: "Source Sans Pro";
}

body {
  background-color: #F9F9FA; }

html,body {
    height: 100%;
    width: 100%;
    position: absolute;
}

.container-room {
  background-color: #FFFFFF;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1024px;
  height: 100% !important;
  max-height: 768px;
  top: 20px; }

.container-fluid {
/*  display:flex;*/
min-height: 100%;
}

.loginPage, .mainPage {
  background-color: #FFFFFF;
  min-width: 1024px;
  max-width: 1024px;
  min-height: 768px;
  max-height: 768px;
  margin: auto;
  position: relative;
  top: 20px; }

.loginHeader, .faqHeader {
  text-align: center;
  padding: 10px 10px 10px 10px; }

.row [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

.row {
  overflow: hidden; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.noPad {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.noPadY {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
/* --------------------------------------------- */
/* Login Page*/
/* --------------------------------------------- */
.login, .faq {
  position: absolute;
  top: 2px;
  width: 50%;
  height: 100%; }

.login {
  left: 2px;
  background-color: #FBFBFB; }

.faq {
  right: 2px;
  background-color: #F7F7F7;
  box-shadow: inset 2px 0 9px -4px rgba(0, 0, 0, 0.4); }

.loginHeader {
    height: 117px;
  min-height: 117px;
  background-color: #D2F0DA;
  border-bottom: solid #A4E1B6 8px; }

.login-header-title{
    font-size: 36px;
    color: #000000;
    letter-spacing: 0.46px;
    font-family: 'Source Sans Pro';
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.faqHeader {
    height: 117px;
  min-height: 117px;
  border-bottom: solid #E8E8E8 8px;
  color: #000000;
}

.faq-header-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    letter-spacing: 0.29px;
    font-family: "Source Sans Pro";
}

.loginBody {
  margin-left: 40px;
  margin-top: 40px;
  margin-right: 60px; }

.login-special {
    position: absolute;
    bottom: 0px;
    display: block;
}

.login-special-btn {
    opacity: 0.59;
    text-decoration: none;
    border: none;
    color: black;
    background: #FBFBFB;
    text-align: center;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; }

.faqIcons {
  bottom: 5px;
  position:absolute;
  left:30%;
}

.myRow {
  position: absolute;
  bottom: 0; }

.faQuestions {
  padding-top: 30px; }

.panel-title {
    font-family: "Source Sans Pro" !important;
    font-size: 19px !important;
}

.panel-group {
  margin-left: 4px; }

.home-description {
    font-family: "Source Sans Pro";
    font-size: 23px;
}

.home-btn-font {
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-weight: 600;
}

.home-agb-text {
    font-size: 15px;
    text-align: left;
    margin-left: 3em;
    margin-bottom: 1em;
}

/* --------------------------------------------- */
/* Main Page*/
/* --------------------------------------------- */
.mainPage {
  background-color: #FFFFFF;
  width: 1024px;
  height: 768px;
  margin: auto;
  position: relative;
  top: 20px;
}

.archiving {
    cursor: wait!important;
    background: black !important;
    opacity: 0.3 !important;
    border: 2px black !important;
}

.video-header {
    min-height: 77px;
    height: 77px;
    padding: 0 40px 0 40px;
}

.video-header--isConnected {
  background-color: #D2F0DA;
  border-bottom: solid #A4E1B6 8px; }

.video-header--isConnecting {
  background-color: #CCE8F4;
  border-bottom: solid #98D2E8 8px; }

.video-header--isWaiting {
  background-color: #F4F7F7;
  border-bottom: solid #E8E8E8 8px; }

.video-head-text {
    font-size: 34px;
    font-family: "Source Sans Pro";
    font-weight: 300;
}

.video-header-is123Attest {
  color: black;
  background-color: #FFA500;
  border: solid #F85F73 2px;
}

.video-header-is123Attest:hover {
  color: white;
  background-color: #E3652A; 
  border: solid #F85F73 2px;
}

.video-sub-text {
    font-size: 14px;
    font-family: "Source Sans Pro";
    margin-bottom: 2px;
}

.videoArea {
  background-image: radial-gradient(50% 42%, #363636 0%, #191919 58%);
  opacity: 0.8;
}

.video-container {
    position: relative;
    min-height: 466px;
/*    max-height: 700px;*/
    padding: 19px 40px 80px 40px;
    background-image: radial-gradient(ellipse at 50% 100%, #353535 0%, #191919 100%); }

.ff-align {
    top: 1.15rem;
}

.test-area{
    background: brown;
    position: relative;
    height: 100%;
    min-height: 300px;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.chatHeader {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  vertical-align: middle;
  line-height: 77px;
  height: 77px;
  min-height: 77px;
  font-size: 18px;
  letter-spacing: 0.29px;
  text-align: center;
  color: #000000;
  background-color: #F7F7F7;
  border-bottom: solid #E8E8E8 8px;
  -webkit-box-shadow: inset 20px 0px 27px -16px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 10px 0px 27px -16px rgba(0,0,0,0.2);
  box-shadow: inset 10px 0px 27px -16px rgba(0,0,0,0.2);
}

.docArea {
  text-align: center; }

.video-description {
  position: absolute;
  width:100%;
  bottom: 5%;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.23px; }

.left-block{
    position: relative;
    width: 30%;
    display: inline-block;
}

.middle-block{
    position: relative;
    width: 45%;
    display: inline-block;
}

.right-block{
    position: relative;
    width: 10%;
    display: inline-block;
}

/* --------------------------------------------- */
/* Elements*/
/* --------------------------------------------- */

/* ChatBox*/
.chatBox {
  position: relative;
  overflow-y: scroll;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  background-color: #F7F7F7; }

.chat-message {
    font-size: 15px;
    font-family: "Source Sans Pro";
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
    animation-name: zoom;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
}

.chat-text-field {
    border: 2px solid #F3F3F3;
    border-radius: 5px;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.32);
    padding: 15px;
    background: rgba(255,255,255,1);
    margin: 9px 17px 10px 25px;
    width: 220px;
    padding: 5px;
    font-size: 15px;
  max-width: 100%;
    overflow-x: hidden;
}

.chat-local-text {
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-weight: normal;
    float: right;
}

.chat-remote-text {
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-weight: normal;
    float: left;
}

.chat-doc {
    color: #536994;
}

.chat-btn {
    padding: 2px;
    text-align: center;
    width: 60px;
    height: 33px;
    margin-top: 5px;
    background: #FFFFFF;
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.50) 0%, rgba(255,255,255,0.50) 53%, rgba(240,240,240,0.50) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.32);
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.chat-btn:active {
    box-shadow: 0 1px 2px #666;
    transform: translateY(2px);
}

.chat-btn:focus {
    outline: none;
}

.chat-action__icon {
  width: 21px;
  height: 21px;
  position: relative;
  left: 20%;
  top: 50%;
  transform: translate(-50%, -50%);
  }

.chat-bubble {
    display: inline;
    margin-left: 5px;
}

.chat-text {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

.msg {
    background: #FFFFFF;
    padding: 5px;
    border-radius: 2px;
    word-break:normal;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 2px 2px 22px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 22px -9px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 22px -9px rgba(0,0,0,0.75);
}

.table {
  margin-bottom: 30px; }

.block {
  border-radius: 20px;
  background-color: #f6f1d3; }

/* Video*/
.newVidEmbed {
  border-radius: 5px;
   }

.videoMirror {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* Notepad Area */
.myTxtArea {
  position: relative;
  top: 10px;
  resize: none;
  height: 80% !important;
  width: 100% !important; }

.noteLines {
  background-attachment: local;
  background-image: linear-gradient(to right, white 10px, transparent 10px), linear-gradient(to left, white 10px, transparent 10px), repeating-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
  line-height: 31px;
  padding: 8px 10px; }

/***********/
/* Notepad */
/* Notepad Styles */
.notepad {
  height: 210px;
  width: 300px;
  margin: 10px;
  position: relative; }
  .notepad:after, .notepad:before {
    position: absolute;
    content: "";
    display: block;
    overflow: visible;
    height: 10px;
    background: #FAF7F1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px; }
  .notepad:after {
    width: calc(100% - 4px);
    bottom: -2px;
    left: 2px;
    z-index: -50; }
  .notepad:before {
    width: calc(100% - 8px);
    bottom: -4px;
    left: 4px;
    z-index: -100; }

.notepad-inner {
  height: 100%;
  background: #FAF7F1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

/* Notepad-Header */
.notepad__header {
  height: 46px;
  background: #F6EFE1;
  position: relative;
  display: block;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 100; }
  .notepad__header:after {
    content: "";
    background: #EDDFC3;
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .notepad__header:before {
    content: "";
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block; }

.notepad__header-text {
  font-size: 18px;
  color: 2E2E2B;
  display: block;
  font-weight: lighter;
  font-family: "Source Sans Pro";
  margin-top: 9px;
  padding: 0;
  margin-bottom: 0;
  line-height: 23px;
  letter-spacing: .3px; }

svg.notepad__header-icon {
  display: inline;
  top: 0.16em;
  position: relative; }

/* Notepad-Textarea */
.notepad__textarea {
  border: 0;
  background: inherit;
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 0.23px;
  font-family: "Source Sans Pro";
  resize: none;
  margin: 0;
  overflow: auto;
  flex-grow: 1;
  position: relative;
  border-radius: 0 0 3px 3px;
  padding: 4.5px 10px 10px 29px;
  background: linear-gradient(-180deg, #FAF7F1 0, #FAF7F1 25px, rgba(0, 0, 0, 0.03) 25px, rgba(0, 0, 0, 0.03) 26px);
  background-size: 100% 26px;
  background-attachment: local; }
  .notepad__textarea:focus {
    outline: none; }

.notepad__textarea-vertical-lines {
  position: absolute;
  height: 100%;
  height: calc(100% + 1px);
  width: 4px;
  left: 13px;
  top: 0px;
  border: 1px #F5E2D9 solid;
  z-index: 50;
  display: block; }

/*------------------------------*/
/* Buttons */
/*------------------------------*/
.mainButtons{
    display: inline-block;
    position: relative;
    font-size: 15px;
    float: right;
/*    top: 21px;*/
}

.mainButtons > li {
  margin-right: 5px;
}

.zu{
  top: 21px;
  margin-right: 10px;
}

.main-sm {
  display: flex;
}

.video-action {
  cursor: pointer;
  margin: 10px;
  width: 45px;
  height: 45px;
  background: #F7F7F7;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, transparent 49%, rgba(0, 0, 0, 0.05) 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  padding: 0;
  border-radius: 50%;
  position: relative;
  top: 1em;
  left: 5%;
  transition: all .2s ease-in-out; }
  .video-action:not(.video-action--isInactive):hover, .video-action:not(.video-action--isInactive):focus {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-1px); }
  .video-action:not(.video-action--isInactive):active {
    transform: none;
    transition-duration: 0s; }

.video-action__icon {
  width: 21px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  
  .video-action__icon-large {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/* Special Styles */
.video-action--isDestructive {
  background: #F85F73;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, transparent 49%, rgba(0, 0, 0, 0.05) 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.video-action--isWarning {
  background: rgba(255, 217, 0, 0.863);
  background-color: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, transparent 49%, rgba(0, 0, 0, 0.05) 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.video-action--isPrimary {
  background: #89D439;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, transparent 49%, rgba(0, 0, 0, 0.05) 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.video-action--isInactive {
  cursor: default;
  opacity: 0.29;
  background: #FFFFFF;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, transparent 49%, rgba(0, 0, 0, 0.05) 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.btn-img {
  position: absolute;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 5px 5px;
  text-decoration: none;
  float: left;
  margin-right: 2px;
  margin-bottom: 1px;
  display: block;
  color: floralwhite;
  font-size: 25px;
  font-weight: bold;
  background-color: #2C3E50;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  z-index: 7; }

.gnrlBtn {
  text-decoration: none;
  border: none;
  color: white;
  text-align: center;
  display: inline-block;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; }

.vidhead-btn--isConnected {
  background-color: #D2F0DA;
  color: black;
  border: 2px solid #A4E1B6; }

.vidhead-btn--isConnected:hover {
  color: white;
  background-color: #A4E1B6; }


.vidhead-btn--isConnecting  {
  background-color: #CCE8F4;
  color: black;
  border: 2px solid #98D2E8; }

.vidhead-btn--isConnecting:hover {
  color: white;
  background-color: #98D2E8; }

.vidhead-btn--isWaiting  {
  background-color: #F4F7F7;
  color: black;
  border: 2px solid #E8E8E8; }

.vidhead-btn--isWaiting:hover {
  color: black;
  background-color: #E8E8E8; }

.vidhead-btn--is123attest:hover {
  color: white;
  background-color: #FF5722;
}

/*Upload Area*/

.upload-area {
    margin: 10px 0 0 0;
}

.upload-btn {
  text-align: center;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px #666666;
  -moz-box-shadow: 0px 2px 4px #666666;
  box-shadow: 0px 2px 4px #666666;
  font-family: Arial;
  color: #324F7D;
  font-size: 20px;
  background: #FBFBFB;
  margin-top: 3rem;
  padding: 10px 20px 10px 20px;
  user-select: none;
  text-decoration: none;
  font-size: 80%; }

.upload-btn:active {
  background-color: #f5f5f5;
  box-shadow: 0 1px 2px #666;
  transform: translateY(2px); }

.dragDropZone {
    position: relative;
    width: 100%;
    height: 200px;
    max-height: 179px;
    border: 2px dotted #ccc;
    text-align: center;
 }

.dragHovered {
  background-color: #D2F0DA;
  border: 2px dotted black;
  cursor: pointer;
  z-index: 999;
}
.upload-header {
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 9px;
}

.upload-font {
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0.19px;
}
/*-------------------------------*/
/*Data Exchange Grid */
/*-------------------------------*/

.file-item {
  margin: 10px;
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 3px;
  background: #F5F6F8;
  padding: 4px; }
  .file-item > * {
    display: none; }
  .file-item--isImage .file-item__image {
    display: block; }
  .file-item--isOtherFile .file-item__otherFile {
    display: block; }
  .file-item--isLoading .file-item__loading {
    display: block; }

/* basic item styles */
.file-item > * {
  background: white;
  height: 100%;
  border-radius: inherit;
  opacity: 0.9;
  transition: all .2 ease-in-out; }
  .file-item > *:hover, .file-item > *:focus {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: translate(-1px); }
  .file-item > *:active {
    transform: none;
    transition-duration: 0s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

/* image style */
.file-item__image {
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .file-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* other file style */
.file-item__otherFile {
  padding: 5%;
  cursor: pointer; }
  .file-item__otherFile .file-item__otherFile__icon {
    height: 80px;
    margin: 2% 0 9.5% 0;
    position: relative; }
    .file-item__otherFile .file-item__otherFile__icon svg {
      height: 100%;
      width: 100%; }
    .file-item__otherFile .file-item__otherFile__icon:after {
      content: attr(data-file-extension);
      text-overflow: ellipsis;
      width: 50px;
      text-align: center;
      white-space: nowrap;
      letter-spacing: .5px;
      overflow: hidden;
      position: absolute;
      left: 50%;
      bottom: 10%;
      transform: translateX(-50%);
      color: white;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 600; }
  .file-item__otherFile .file-item__otherFile__name {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    letter-spacing: .2px;
      text-overflow: ellipsis;
      overflow: hidden;
    line-height: 100%;
    height: 100px; }

/* loading spinner type */
@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

.file-item__loading {
  position: relative;
  opacity: 1;
  cursor: wait;
  background: rgba(255, 255, 255, 0.75); }
  .file-item__loading .file-item__loading__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .file-item__loading .file-item__loading_spinner svg {
    animation: rotator 2s linear infinite; }
    .file-item__loading .file-item__loading_spinner svg > circle {
      stroke-dasharray: 187;
      stroke-dashoffset: 0;
      transform-origin: center;
      stroke: #e6e6e6;
      stroke-width: 4;
      animation: dash 2s ease-in-out infinite; }
  .file-item__loading:hover, .file-item__loading:focus, .file-item__loading:active {
    box-shadow: none;
    transform: none; }

.file-container {
    overflow-y: auto;
    height: 100%;
    max-height: 300px;
    width: 500px;
    margin: auto;
    font-family: "Source Sans Pro";
}

.file-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.d-logo{
    position:relative;
    top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto }

.dwrap {
    position: relative;
    bottom: 1%;
    text-align: center;
}

.dIb {
    display: inline-block;
}

.dadjust {
    position:relative;
    top:-10px;
}

.logo-text {
    font-family: "Source Sans Pro";
    font-size: 11px;
    color: #000000;
    letter-spacing: 0.36px;
    line-height: 11px;
    padding-top: 5px;
}

/*-------------------------------*/
/*Style picker draw mode */
/*-------------------------------*/

.draw-panel {
  display: flex;

  align-items: center;
  flex-direction: column;
  background-image: radial-gradient(50%, 42%, #363636 0%, #191919 100%); }

.comb-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.thumb-title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7rem;
}

/*****************/
/* Radio-Buttons */
.wrapper {
  width: 7.35rem;
  padding: .3rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.07);
  margin: 0.5em;
}

.wrap-style {
  width: 7.35rem;
  padding: .3rem;
  border-radius: 3px;
  margin: 0.5em;
  font-weight: 300;
}

.edit-return{
    position: relative;
    top: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

input.cirular-radio-button[type="radio"] {
  appearance: none;
  display: none; }

input.cirular-radio-button[type="radio"] + label {
  content: "";
  float: left;
  border-radius: 1.125rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0.125rem transparent solid;
  position: relative;
  cursor: pointer;
  text-align: center; }
  input.cirular-radio-button[type="radio"] + label:before, input.cirular-radio-button[type="radio"] + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  input.cirular-radio-button[type="radio"] + label:before {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0.5625rem;
    background: transparent;
    z-index: 200; }
  input.cirular-radio-button[type="radio"] + label:after {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 0.78125rem;
    background: #EBEBEB;
    background-image: linear-gradient(-180deg, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 100; }
  input.cirular-radio-button[type="radio"] + label svg {
    top: calc(50% - 12px);
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 150;
    width: 24px;
    height: 24px; }

input.cirular-radio-button[type="radio"]:not(:checked) + label:before, input.cirular-radio-button[type="radio"]:not(:checked) + label:after,
input.cirular-radio-button[type="radio"]:not(:checked) + label svg {
  transition: all .2s ease-in-out; }

input.cirular-radio-button[type="radio"]:not(:checked) + label:hover:after, input.cirular-radio-button[type="radio"]:not(:checked) + label:focus:after, input.cirular-radio-button[type="radio"]:not(:checked) + label:hover:before, input.cirular-radio-button[type="radio"]:not(:checked) + label:focus:before {
  transform: translate(-50%, calc(-50% - .5px)); }

input.cirular-radio-button[type="radio"]:not(:checked) + label:focus svg,
input.cirular-radio-button[type="radio"]:not(:checked) + label:hover svg {
  transform: translate3d(0, -0.5px, 0); }

input.cirular-radio-button[type="radio"]:not(:checked) + label:hover:after, input.cirular-radio-button[type="radio"]:not(:checked) + label:focus:after {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5), 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

input.cirular-radio-button[type="radio"]:not(:checked) + label:active:before, input.cirular-radio-button[type="radio"]:not(:checked) + label:active:after {
  transform: translate(-50%, -50%);
  transition-duration: 0s; }

input.cirular-radio-button[type="radio"]:not(:checked) + label:active svg {
  transition-duration: 0s;
  transform: translate3d(0, 0, 0); }

input.cirular-radio-button[type="radio"]:checked + label {
  border: 0.125rem #219ADF solid; }

input.cirular-radio-button[value="#D0011B"] + label:before {
  background: #D0011B; }

input.cirular-radio-button[value="#F6A623"] + label:before {
  background: #F6A623; }

input.cirular-radio-button[value="#F8E81C"] + label:before {
  background: #F8E81C; }

input.cirular-radio-button[value="#BD0FE1"] + label:before {
  background: #BD0FE1; }

input.cirular-radio-button[value="#50E3C2"] + label:before {
  background: #50E3C2; }

input.cirular-radio-button[value="#7ED321"] + label:before {
  background: #7ED321; }

input.cirular-radio-button[value="#FFFFFF"] + label:before {
  background: #FFFFFF; }

input.cirular-radio-button[value="#818181"] + label:before {
  background: #818181; }

input.cirular-radio-button[value="#242424"] + label:before {
  background: #242424; }


/**********************/
/* Coop Edit Modal*/
/**********************/

.imgModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
  z-index: 500;
  box-sizing: border-box;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 500;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.imgModal > *, .imgModal > *:before, *:after {
  box-sizing: inherit;
}

.modal {
}

.modal-dialog {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem .5rem;
}

.modal-content {
  display: block;
  width: 100%; 
  max-width: inherit;
}

.modal-edit, .modal-content-edit {
  width: 100%;
  height: 100%;
}

.modal-content-edit {
    background-color: rgba(0,0,0,0.9);
}

.title {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  font-weight: bold;
  font-size: 20px; }

/* animation for modal opening */
.modal-content, .title {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-name: zoom;
  animation-duration: 0.3s;
  animation-timing-function: ease-out; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.close {
  color: floralwhite;
  position: fixed;
  right: 35px;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1000; }

.close:hover, .close:focus {
  color: #3286c1;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #2C3E50; }

.delete {
  color: floralwhite;
  position: absolute;
  font-weight: bold;
  right: 0;
  top: 0;
  cursor: pointer; }

.editFont {
    font-family: "Source Sans Pro";
    font-size: 15px;
    color: #FFFFFF;
    margin: 5px 5px 5px 5px;
    padding-left: 0;
    padding-right: 0;
}

.centerBlock{
    text-align: center;
    position: absolute;
    top:35%;
    height: 100%;
    width: 100%;
}

/* --------------------------------------------- */
/* Canvas for screenshot drawing*/
/* --------------------------------------------- */
.drawCanvas {
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15), inset 0px 1px 3px 0px rgba(0,0,0,0.50), inset 0px 1px 3px 0px rgba(0,0,0,0.50), inset 0px 1px 3px 0px rgba(0,0,0,0.50);
    overflow: auto;
}

.canvasEdit {
  background-color: #2C3E50;
  border-radius: 20px;
  font-weight: bold;
  color: floralwhite; }

.actionBtns {
    width: 7.35rem;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.actionBtns > button, .btn-group
{
  flex: 1 0 100%;
}

.action-btn {
  outline: 0;
  user-select: none;
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  color: #FFFFFF;
}

.action-btn:focus {
  background-color: rgba(255, 255, 255, 0.07);
  color: #FFFFFF;
}

.action-btn:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.57);
}

/* --------------------------------------------- */
/* Fullscreen Classes*/
/* --------------------------------------------- */
.fs:before {
  display: block;
  width: 30px;
  height: 30px;
  content: " ";
  background: url(../asset/FullScreen%20On%20Q.png) no-repeat 0 0;
  background-size: 100%; }

.no-fs:before {
  display: block;
  width: 30px;
  height: 30px;
  content: " ";
  background: url(../asset/FullScreen%20Off%20Q.png) no-repeat 0 0;
  background-size: 100%; }

.top-btn {
    position: absolute;
    top:20px;
    left:20px;
    z-index: 800 !important;
}

.fscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
  overflow: hidden; }

.rfs {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.flexContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap; }

.fileImg {
  width: 60%;
  height: 70%; }

.video-content {
  position: relative; }

.localcont {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 15;
  border-width: thick;
  border-radius: 200px; }

.remotecont {
  position: absolute;
  width: 100%;
  height: 100%;;
  border-width: thick;
  border-radius: 2px; }

/* --------------------------------------------- */
/* Setup Test*/
/* --------------------------------------------- */

.test-content {
    margin-bottom:2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.test-connect-btn {
    position: relative;
    left: calc(50% - 27px);
    margin-bottom: 1rem;
}

.test-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-col {
  flex: 1;
}

.test-name {
    position: absolute;
    bottom: 2.5rem;
    left: calc(50% - 100px);
}

.test-btn {
  background-color: #191919;
  color: white;
  border: 3px solid #323232; }

.test-btn:hover {
  color: white;
  background-color: #323232; }

.test-success {
    color: #82D726;
    fill: #82D726;
}

.test-fail {
    color: #FACF57;
    fill: #FACF57;
}

.test-neutral {
    color: #909090;
    fill: #909090;
}

.test-inactive {
    color: #262626;
    fill: #262626;
}

.test-finished {
    color: #F4F7F7;
    fill: #F4F7F7;
}


button[type="button"]
{
    font-family: "Source Sans Pro";
    font-size: 15px;
   font-weight: 300;
}












.item {
  border: 1px solid;
  height: 150px;
  width: 150px;
  background: blue;
}
.bin {
  border: 1px solid red;
  min-height: 150px;
  width: 150px;
  float: right;
  padding: 10px;
}
.bin-left {
  float: left;
}
.over {
  background: red;
}
.drag {
  opacity: 0.5;
}

.on-drag-hover {
 background-color: #D2F0DA;
  opacity:0.7;
}
.on-drag-enter{
    background-color: black;
  opacity: 0.3;
  cursor: pointer;
}


/* --------------------------------------------- */
/* Video elements*/
/* --------------------------------------------- */

/* --------------------------------------------- */
/* Send Image Animation*/
/* --------------------------------------------- */
.boxSendImg {
  background-color: #2C3E50;
  top: calc(20% + 200px);
  left: calc(40%);
  width: calc(30%);
  height: calc(20%);
  position: absolute;
  z-index: 8;
  border-radius: 50px;
  border: 1px solid #2A547D;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8); }

.textSendImg {
  position: absolute;
  font-weight: bold;
  font-size: 1.5vw;
  color: floralwhite;
  text-align: center;
  top: calc(40%);
  left: calc(35%);
  z-index: 10; }

.cube1, .cube2, .cubeFly, .cubeFly2 {
  width: 15%;
  height: 30%;
  position: absolute;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

.cube1, .cubeFly, .cubeFly2 {
  background-color: floralwhite;
  top: calc(35%);
  left: calc(15%); }

.cube2 {
  background-color: #3286c1;
  top: calc(35%);
  left: calc(70%); }

.cubeFly {
  animation: cubemove 2.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out; }

.cubeFly2 {
  background-color: #3286c1;
  transition: all 1s;
  transform-origin: 50% 50%;
  animation: cubemove2 2.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-direction: reverse; }

@keyframes cubemove {
  0% {
    background-color: floralwhite;
    left: 15%;
    transform: rotate(0deg); }
  50% {
    opacity: 0.6;
    left: 45%;
    top: 0;
    transform: rotate(180deg); }
  100% {
    background-color: #3286c1;
    left: 70%;
    transform: rotate(360deg); } }

@keyframes cubemove2 {
  0% {
    left: 15%;
    background-color: floralwhite;
    transform: rotate(0deg); }
  50% {
    opacity: 0.6;
    left: 45%;
    top: 70%;
    transform: rotate(180deg); }
  100% {
    background-color: #3286c1;
    left: 70%;
    transform: rotate(360deg); } }

/* --------------------------------------------- */
/* Spinner*/
/* --------------------------------------------- */
.desc {
  padding: 15px;
  text-align: center; }

.spinner {
  width: 20%;
  height: 20%;
  top: calc(40%);
  left: calc(40%);
  position: absolute; }

.bounce1, .bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: firebrick;
  opacity: 0.6;
  position: absolute;
  top: 0;

  z-index: 10;
  -webkit-animation: sk-bounce 3.0s infinite ease-in-out;
  animation: sk-bounce 3.0s infinite ease-in-out; }

.bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.overlay {
  opacity: .75;
  background-color: #000;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  z-index: 9;
  margin: -20px -20px;
  border-radius: 3px; }

.please-wait {
  text-align: center;
  position: absolute;
  top: calc(65%);
  left: calc(50% - 70px);
  color: #fff;
  z-index: 10; }

/* --------------------------------------------- */
/* Buttons*/
/* --------------------------------------------- */
.shareBtn {
  width: 100%; }

.btn-img:active {
  box-shadow: 0 5px #666;
  transform: translateY(2px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

.btn-pad {
  position: absolute;
  left: 35px;
  top: 12px; }

.btn-img[disabled] {
  opacity: 0.6;
  cursor: not-allowed; }

.hangup:before {
  display: block;
  width: 30px;
  height: 30px;
  content: " ";
  background: url(../asset/Phone%20Down%20Q.png) no-repeat 0 0;
  background-size: 100%; }

.hangup:hover {
  border: 1px solid #2C3E50;
  background-color: #741111;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #741111), color-stop(100%, #2C3E50));
  background-image: -webkit-linear-gradient(top, #2C3E50, #741111);
  background-image: -moz-linear-gradient(top, #2C3E50, #741111);
  background-image: -ms-linear-gradient(top, #2C3E50, #741111);
  background-image: -o-linear-gradient(top, #2C3E50, #741111);
  background-image: linear-gradient(top, #741111, #133d5b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#741111, endColorstr=#2C3E50); }

.photo:before {
  display: block;
  width: 30px;
  height: 30px;
  content: " ";
  background: url(../asset/Foto%20Q.png) no-repeat 0 0;
  background-size: 100%; }

.send:before {
  display: block;
  width: 28px;
  height: 30px;
  content: " ";
  background: url(../asset/Envelope%20Q.png) no-repeat 0 0;
  background-size: 100%; }

.photo:hover, .no-fs:hover, .fs:hover, .send:hover, .call:hover {
  background-color: #3286c1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3286c1), color-stop(100%, #2C3E50)) !important;
  border: 1px solid #2C3E50;
  background-image: -webkit-linear-gradient(bottom, #2C3E50, #3286c1);
  background-image: -moz-linear-gradient(bottom, #2C3E50, #3286c1);
  background-image: -ms-linear-gradient(bottom, #2C3E50, #3286c1);
  background-image: -o-linear-gradient(bottom, #2C3E50, #3286c1);
  background-image: linear-gradient(bottom, #3286c1, #133d5b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3286c1, endColorstr=#2C3E50); }

.noBorder {
  border: 0px !important; }

.btn-doc, btn-doc:active {
  background-color: firebrick;
  color: white; }

.btn-doc:hover {
  background-color: red;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(100%, firebrick)) !important;
  border: 1px solid darkred;
  background-image: -webkit-linear-gradient(bottom, red, firebrick);
  background-image: -moz-linear-gradient(bottom, red, firebrick);
  background-image: -ms-linear-gradient(bottom, red, firebrick);
  background-image: -o-linear-gradient(bottom, red, firebrick);
  background-image: linear-gradient(bottom, red, firebrick);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=red, endColorstr=firebrick); }

/* --------------------------------------------- */
/* File Transfer*/
/* --------------------------------------------- */
.filePicker {
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  z-index: -1; }

.fileLabel {
  float: left; }

.progrBar {
  position: absolute;
  display: block;
  background-color: #2C3E50;
  width: 100% !important;
  left: 50px;
  bottom: 50px; }

.leftF {
  float: left;
  left: 0; }

.progrBar:before {
  content: attr(data-content);
  font: 62.5% sans-serif;
  padding: 70px 8px;
  position: absolute; }

.editCont {
  width: 30%;
  height: 30%;
  display: block;
  position: absolute;
  margin: 0;
  left: 5px;
  top: 70px;
  z-index: 1000;
  border-width: thick;
  border-radius: 20px; }

.editVideo {
  width: 80%;
  height: 80%;
  display: block;
  position: absolute;
  margin: 0;
  left: 5px;
  top: 0;
  z-index: 1000;
  border-width: thick;
  border-radius: 20px; }

.place {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 25%; }

.barText {
  position: absolute;
  color: floralwhite;
  top: 60%;
  left: 30%; }

.sendFileText {
  position: absolute;
  font-weight: bold;
  font-size: 1.5vw;
  color: floralwhite;
  text-align: center;
  top: calc(35%);
  left: calc(39%);
  z-index: 10; }

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  appearance: none;
  width: 250px;
  height: 20px; }

progress[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left, #09c, #3286c1);
  border-radius: 2px;
  background-size: 35px 20px, 100% 100%, 100% 100%; }

progress[value]::-moz-progress-value::before {
  content: '80%';
  position: absolute;
  right: 0;
  top: -125%; }

.fNameText {
  color: floralwhite;
  background: #2C3E50; }

/* --------------------------------------------- */
/* Cam/Mic Permission Overlay*/
/* --------------------------------------------- */

.permissionOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.permissionText {
    font-family: 'Source Sans Pro';
    font-size: 2vw;
    color: floralwhite;
}

.slideText {
    font-family: 'Source Sans Pro';
    font-size: 1vw;
    color: red;
    font-weight: bold;
}

.offer-detail-image {
      display: block;
      overflow: visible;
      width: 100%;
      height: 100%;
      margin-right: auto;
      margin-left: auto;
      float: none;
    }

.align-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.align-flex-item {
    max-width: 50%;
    max-height: 50%;
}

.animated {
            background-repeat: no-repeat;
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
         }

         @-webkit-keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }

         @keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }

         .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
         }

.cFlex {
    display: flex;
    position: relative;
    min-height: 466px;
    max-height: 700px;
    padding: 19px 40px 80px 40px;
    background-image: radial-gradient(ellipse at 50% 100%, #353535 0%, #191919 100%);
}

.cFlexItem {
    flex: auto;
}

.nail-file {
  position: relative;
}

.nail-file:hover .nail-overlay {
  display: block;
  background: rgba(0, 0, 0, .3);
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-self: flex-end;
}

.nail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  text-align: center;
}

.nail-overlay > button, li{
  flex: 1;
}

.nail-button {
  position: absolute;
  width: 50px;
  left:0;
  top: 50px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.nail-button button {
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}

.nail-file:hover .nail-button {
  opacity: 1;
}

.nail-button-group {
 margin-top: auto;
  flex: 1;
}

.dicom-overlay {
  font-weight: bold;
  font-size: 20px;
}

.dicom-active-mode {
  color: black !important;
  background-color: rgba(255, 255, 255, 0.57) !important;
  border: 4px solid #ADD8E6;
}

.dicom-active-mode:focus {
  outline: 0;
}

#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

.toc_entry {
    cursor: pointer;
}

.to_top_page {
    opacity: 0.7;
    color: #ADD8E6;
}

.to_top_page:hover {
    color: #3286c1;
    opacity: 1;
}


#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}


/* Hardware-Tests */

.external-hardware-tests {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 !important;  
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background: #4696EC;
  background: whitesmoke;
}

.external-hardware-tests > h1 {
  color: rgba(0,0,0,.75);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  letter-spacing: .5px;
}
.external-hardware-tests > button:first-of-type {
  color: white;
  height: 2.5rem;
  width: 20rem;
  cursor: pointer;
  max-width: 90%;
  font-weight: bold;
  background: #ff5722;
  border-radius: 4px;
  font-size: 1rem;
  letter-spacing: .5px;
  border: none;
  box-shadow: 0 1px 12px rgba(0,0,0,.15);
}
.external-hardware-tests > button:first-of-type[disabled] {
  opacity: .4;
  cursor: not-allowed;
}
.external-hardware-tests > button:last-of-type:not(:first-of-type) {
  color: rgba(0,0,0,.7);
  margin-top: .5rem;
  height: 2.5rem;
  width: 20rem;
  cursor: pointer;
  max-width: 90%;
  font-size: .9rem;
  font-weight: normal;
  background: transparent;
  border: none;
}


.external-hardware-tests .hardware-tests {
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.external-hardware-tests .hardware-tests .hardware-tests__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem 0;
}
.external-hardware-tests .hardware-tests .hardware-tests__item > svg {
  margin-right: 1rem;
  top: 2px !important;
  overflow: auto !important;
}
.external-hardware-tests .hardware-tests .hardware-tests__item > div {
  color: black;
  margin-right: 1rem;
  flex-grow: 1;
}
.external-hardware-tests .hardware-tests .hardware-tests__item > button {
  margin-left: auto;
  height: 2rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.external-hardware-tests .hardware-tests .hardware-tests__item > button[disabled] {
  background: transparent;
  border: 2px #82D726 solid;
}


/* arzt-direkt Banner */

img.a-d-banner-image {
  position: absolute;
  left: 1.4rem;
  bottom: 7.9rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 5px whitesmoke solid;
}
a.a-d-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  left: 1.54rem;
  bottom: 5rem;
  /* max-width: 33rem;
  width: 100vw;
  width: calc(100vw - 2rem); */
  padding: .5rem .5rem .6rem .75rem;
  background-image: linear-gradient(-180deg, rgba(0,0,0, .025) 0%, rgba(0,0,0,.05) 100%);
  background: white;
  color: rgba(0,0,0,.8);
  font-family: "Source Sans Pro";
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0,0,0,.1);
  transition: all .2s ease-in-out;
}
.a-d-banner__link {
  color: #1E88E5;
}
.a-d-banner img {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  margin-right: .75rem;
  border: 5px whitesmoke solid;
}
.a-d-banner svg {
  width: .75rem;
  height: .75rem;
  fill: #1E88E5;
  opacity: 1;
  transform: translate(.075rem, .025rem);
}
.a-d-banner:hover {
  transform: translateY(-2px);
}
.a-d-banner:hover .a-d-banner__link {
  text-decoration: underline;
}