body {
	font-size: 15px;
	background: #dadada;
font-family: "Avenir Next Condensed Medium", Calibri, "Gill Sans", sans-serif;
        color: #fff;
        margin: 0px auto;
        position: relative;
          -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        min-height: 700px;
        min-width: 1024px;
        background-color:#000;


        
        
}
.blank_line {
    width: 100%;
    height: 1px;
    float: left;
}
.EventProgress {
    position: relative;
    top: 0px;
    left: 0px;
    width: 60%;
    height:45px;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}
.ProgressBar {
    width: 0px;
    height: 20px;
    float: left;
    background-image: url(/images/progressbar.png);
}
.InfoTimer {
    width: 100%;
    float: left;
}
.infoTime {
    font-weight: bold; 
}
.test {
    margin-left: 400px;
    background-color: #83c229;
    padding: 50px;
    color: white;
    cursor: pointer;
    height:50px;
    width:100px;
    float: left;
}
.test2 {
    margin-left: 400px;
    background-color: #4391E7;
    padding: 50px;
    color: white;
    cursor: pointer;
    height:50px;
    width:100px;
    float: left;
}
.token {
    margin-left: 400px;
    background-color: purple;
    padding: 50px;
    color: white;
    cursor: pointer;
    height:50px;
    width:100px;
    float: left;
}
.addEvent {
    margin-left: 400px;
    background-color: darkorange;
    padding: 50px;
    color: white;
    cursor: pointer;
    height:50px;
    width:100px;
    float: left;    
}
.popbox, .popbox.cal{
    display:none;
    z-index: 99999;
    word-break: break-all;
    overflow: hidden;
    padding: 50px;
    box-sizing: border-box;
    position:fixed;
    right:0px;
    top:0px;
    width:100%;
    height:100%;
    color:black;
    overflow: auto;
    background-image: url(/images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(10px);
    
}
.add-event {
    max-width:500px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
    float: left;
  width: 100%;
}
.add-event .InfoTextTimer {
    width: 100%;
    right: auto;
} 
.login_screen {
margin: 0 auto;
  width: 400px;
  border: 1px solid #11111145;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px; 
  display: table;
  background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
margin-top: 45px; 
position: relative; 
}
.netteFormsModal {
background-color: #ff3333;
  border: 0px solid !important;
  color: #fff;
  width: 100%;
  top: 0px;
  position: absolute;
  margin: 0px !important;
}
.netteFormsModal button {
background-color: #ffffff;
  border: 0px solid !important;
  color: #000;
  margin: 0px 5px !important;
  padding: 10px !important;
  cursor: pointer !important;
  border-radius: 4px;
}
.browser{
   display:block; 
}
.room_link {
padding: 10px;
  border: 1px solid #ccc;
  float: left;
  color: #111;
  text-decoration: none;
  width: 100%;
  margin: 5px auto;
  box-sizing: border-box;
  box-shadow: 0px 15px 10px -15px #111;
}
.room_link:hover {
color:white;
background-color: #30cc6d;
}
.room_link.select {
padding: 5px;
border: 1px solid #30cc6d;
float: left;
margin: 5px;
margin-left: 0px;
color:white;
background-color: #111;    
}
.admin-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 250px;
    height: 100%;
    background-color: #fff; 
}
.admin-content {
    width: 800px;
    height: fit-content;
    background-color: #fff;
    margin-left: 250px;
}
.admin-content-login {
    width: 100%;
    float: left;
    height: 100px;
}
.admin-menu-content {
    width: 100%;
    float: left;
    padding: 10px 0px 10px 20px;
    box-sizing: border-box; 
    color: #333; 
}
.rooms{
width: 400px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
margin-top: 50px;
}
.rooms_link{
    width: fit-content;
    height:1px;
    border-bottom: 1px solid #111;
    float: left;
margin-top: 10px;
margin-bottom: 10px;
}
.rooms .rooms_link{
    width:100%;
    height:1px;
    border-bottom: 1px solid #111;
    float: left;
margin-top: 10px;
margin-bottom: 10px;
}
#spa{
position:absolute;
right:0px;
top:0px;
background-color:white;
}
.CalButton {
  width: fit-content;
  margin-top: 20px;
  padding: 20px;
  overflow: hidden;
  font-size: 22px;
  cursor: pointer;
  border-radius: 30px;
  box-sizing: border-box; 
}
.CalButton.Next {
    float:right;
    
}
.CalButton.Prev {
    float:left;
    
}
.c-nav {
width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
}
.Booking, .BookingReg, .DevBooking, .BookingClose, .DevConnect, .Meetings {
  width: fit-content;
  margin-top: 20px;
  background-color: #4391E7;
  padding: 20px;
  overflow: hidden;
  font-size: 22px;
  cursor: pointer;
  border-radius: 30px;
  box-sizing: border-box; 
}
.Booking {
    width: 100%;
}
.Meetings {
    width: 100%;
    display: block; 
}
.DevConnect {
display: block;
  float: right;
  position: absolute;
  right: 0px;
  margin-top: 0px;
}
.BookingClose {
background-color: #ff3333;
display: block;
width: 100%;
margin-top: 0px;
}
.BookingReg {
    display: none!important;
}
.m-start {
float:left;
}
.m-end {
float:right;
}
.delete_booking {
  width: fit-content;
  background-color: #4391E7;
  padding: 20px;
  text-align: left;
  overflow: hidden;
  font-size: 22px;
  cursor: pointer;
  border-radius: 30px;
  display: inline-block; 
}
.MeetingSts {
    width: 100%;
    height: auto;
    float: left;
    
}
.Load_b, .Load_eb, .Dev_b,.Load_g, #other-rooms, .Load_f, .Load_r{
width: 500px;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
  margin: 0 auto;
}
.Load_g {
display: block;
margin-top: 0px
}
#load-meetings {
  padding-top: 20px;
  padding-bottom: 20px;
  
}
.cal-day, .cal-day-select, .cal-blank {
    width: 13%;
    height: 100px;
    float: left;
    border: 2px transparent solid;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 10px;
    margin: 2px;
}
.cal-day:hover {
border: 2px #fff solid; 
}
.cal-m {
    display: none;
}
.cal-blank {
    cursor:default;
}
.event-count {
padding: 5px;
  border-radius: 50%;
  background-color: #4391E7;
  height: 20px;
  width: 20px;
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 10px;
}
.cal-day-select {
    border: 2px #fff solid;    
}
.Load_db, .Load_cal, .ErrorPicker, .Load_fm {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 999;
  overflow: scroll; 
}

.ErrorPicker {
z-index: 999999;    
}
.error-text {
    font-size: 40px;
}
.Load_connect {
width: 100%;
  height: fit-content;
  display: block;
  bottom: 0px;
  left: 0px;
  position: absolute;
  float: left;
  min-height: 200px;
  overflow: hidden; 
  z-index: 2;
}
.MeetingStatus .infoTime {
    width: 100%;
    float: left; 
    text-align: center;
}
.Load_cal {
    display: grid;
    backdrop-filter: none;
}
.cal-info {
    width: 100%;
    margin: 0 auto;
    text-align: center; 
}
.Load_eb {
display: none;
text-align: center; 
}
.body_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -10;
background-repeat: no-repeat;
  background-size: cover;     
}
.body_green {
    background-image: url(/images/background_green.jpg);
    display: none;
}
.body_red {
    background-image: url(/images/background_red.jpg);
    display: none;
}
.body_blue {
    background-image: url(/images/background_blue.jpg);
    display: none;
}
.body_orange {
    background-image: url(/images/background_orange.jpg);
    display: none;
}
#deact_oauth {
    float:left;
}
.login_screen input[type="text"],.login_screen input[type="password"],.login_screen input[type="submit"]   {
width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 4px;
}
.menu-top {
max-width: 1920px;
  height: 70px;
  position: relative;
  top: 0px;
  background-color: #000;
  margin: 0 auto;
}
.menu-top-fixed {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 9;
    -webkit-box-shadow: 0px 9px 29px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 29px -6px rgba(0,0,0,0.75);
box-shadow: 0px 9px 29px -6px rgba(0,0,0,0.75);
}
.text-info-graphic {
    width: 100%;
    color: #000;
    font-size: 45px;
    text-align: center;
    padding: 100px 20px 100px 20px;
    box-sizing: border-box;
    background-image: url(/images/admin/bcg_admin.jpg);
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
}
.title-box-product {
  width: 30%;
  height: 120px;
  border-radius: 20px;
  display: table-cell;
    color: #000;
  font-size: 20px;
  padding: 20px;
  border: 1px solid #ffffff1c;
    background-image: url(/images/admin/bcg_admin_plan.jpg);
      background-repeat:no-repeat;
      background-size: cover;
      border: 3px solid #b5b5b5;
}
.title-box-product:hover {
    border: 3px solid #30cc6d;
}
.title-box-price {
  width: 100%;
  font-size: 30px;
  padding-top: 20px;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
.compare-product, .footer-box {
  width: 100%;
  height: fit-content;
  display: table;
  padding: 20px;
  border-spacing: 40px;
  box-sizing: border-box;
}
.footer-box {
text-align: center;
}
.footer-info {
  width: 33%;
  height: fit-content;
  display: table;
  padding: 20px;
  border-spacing: 40px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}

.title-box-values {
    width: 100%;
    float: left;
  box-sizing: border-box;
  margin-top: 10px;
  font-weight: lighter;
}
.box-set {
width: 15px;
  height: 15px;
  float: left;
  border-radius: 50%;
  background-color: #30cc6d;
  margin-right: 10px;
  margin-top: 4px;
}
.title-box-item {
    width: 100%;
    font-size: 20px;
    text-align: center;
      padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
}
.title-box-name {
width: 100%;
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  padding-top: 20px;
  float: left;
}
.title-box-product h2 {
    font-size: 45px;
  text-align: center;
  font-weight: initial;
    color: #000;
  margin: 0px;
}
h1 {
    font-size: 76px;
    color: #fff;
}
h2 {
    color: #fff;
    font-size: 25px;
    
}
.banner-control {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px;
    text-align: center;
    box-sizing: border-box;
}
.count-b {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.count-b.select-b {
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: default;
}
.body-banner {
width: 100%;
  height: 580px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  border-radius:50px;
  max-width: 1920px;
  margin: 0 auto;
}
.menu-top-banner {
    width:100%;
    float: left;
    height: 580px;
    margin-top: 70px;
}
.text-tittle {
text-align: center;
  font-size: 35px;
  padding: 40px;
}
.text-info {
    width: 100%;
    font-size: 45px;
    float: left;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
}

.title-box {
width: 30%;
  height: 120px;
  border-radius: 20px;
  background-color: #ffffff0f;
  display: table-cell;
  font-size: 20px;
  padding: 20px;
  border: 1px solid #ffffff1c;
  transition: all 0.5s ease;
}
.title-box:hover {
 transform: scale(1.05);
}
.menu-button, .menu-button-plan{
padding: 20px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  float: right;
  border: none;
  box-shadow: 0px 15px 10px -15px #30cc6d;
  margin-top: 5px;
  margin-left: 5px;
}
.menu-button-plan:hover {
  background-color: #30cc6d;
  color: #fff;
}
.menu-button:hover {
color:#fff;
background-color: #30cc6d;
}
.title-box-line {
width: 100%;
  display: table-row;
}
.body-banner .banner-text {
width: 50%;
  height: 100%;
  font-size: 25px;
  float: left;
  box-sizing: border-box;
  padding-top: 40px;
text-align: center;

}
.body-content {
  background-color: black;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.button-center {
width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #30cc6d;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  float: left;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
    box-shadow: 0px 15px 10px -15px #111;
}
.button-center-back {
width: 100px;
height: 100px;
    margin-right: auto;
    margin-bottom: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
font-size: 20px;
  padding: 10px;
  border-radius: 10px;
  border: 2px #ff3333 solid;
  color: #ff3333;
  cursor: pointer;
  text-decoration: none;
  padding-top: 35px;
  float: left;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 15px 10px -15px #111;
  background-color: #fff; 
}
.button-center-back:hover {
  background-color: #ff3333;
  color: #fff;
}
#MeetingLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.MeetingDisplay {
    display: none; 
}
.input-error {
    width: 100%;
    background-color:#ff3333;
    position: absolute; 
    top: -10px;
}
.timeline {
width: 100%;
height: 2px; 
  float: left;
  position: sticky;
  z-index: -1;
  text-align: right;
    
}
.time-red, .time-blue, .time-abs {
width: 100%;
height: 2px; 
  float: left;
  border-top: 1px #ff3333 solid;
  position: absolute;
  z-index: -1;
  text-align: left;
  color: #ff3333;
  font-size: 15px;
    
}
.time-red { 
top: 100px;
}
.time-abs { 
top: 0px;
position: relative;
}
.t-red, .t-blue {
background-color: #fff;
padding: 2px 4px;
border-radius: 5px;
margin-top: 5px;
position: absolute;
top: 2px;
z-index: 999999;
}

.sec {
     font-size: 16px;
    font-weight: 500;   
}
.content-lvl-label {
    position: relative; 
}
.login_screen input[type="submit"],.btn-other {
padding: 10px;
  border-radius: 4px;
  background-color: #30cc6d;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  float: right;
  border: none;
    box-shadow: 0px 15px 10px -15px #30cc6d;
}

.login_screen a {
    float: right;
}
.RoomTab {
width: 80px;
height: 210px;
margin-top: 20px;
text-align: center;
overflow: hidden;
font-size: 45px;
position: absolute;
bottom: 50px;
background-repeat: no-repeat;
background-position: bottom;
background-size: contain; 
}

.Booking-text {
    font-size: 4vh;
}
.Booking-minutes {
    margin-top: 20px;
}
#Display {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left:0px;
    top:0px;
    z-index: 9999;
    display: none;
}

.Meeting_Position {
    float: right;
    font-size: 16px;
}

html {
	font-size: 15px;
	color: #333;
        font-family: arial;
        color: white;
        height: 100%;
          -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: #000;
        margin-bottom: 5px;
        text-align: left;
        padding: 5px;
width: 100%;
  float: left;
}
.pin_screen .flash {
	color: #fff;
        margin-bottom: 5px;
        text-align: left;
        padding: 5px;
width: 100%;
  float: left;
}
.list-firms {
    width: 100%;
    float: left;
}
.firm-detail {
    max-width: 400px;
    float: left;
}
a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}
.closebox{
width: fit-content;
  padding: 10px;
  border-radius: 5px;
  background-color: #30cc6d;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  float: left;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
    margin-right: 10px;
    box-shadow: 0px 15px 10px -15px #111;
}
.MeetingStatus, .Load_cal {
  padding: 30px 0px 30px 30px;
  overflow: hidden;
  float: left;
  height: fit-content;
  width: 55%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0px;
}
.Load_cal {
    display: block;
}
.set_pin {
margin: 0 auto;
    margin-right: auto;
    margin-bottom: 0px;
  margin-bottom: 10px;
  height: 100px;
  text-align: center;
  font-size: 35px;
  border: 2px #fff solid;
  border-radius: 10px;
  width: 100px;
  float: left;
  box-shadow: 0px 15px 10px -15px #111;
  margin-right: 10px;
  padding-top: 25px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
}
.loader {
width: 16px;
  height: 16px;
  border: 5px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
  margin-left: 20px;
  margin-top: 5px;
  margin-right: 5px;
  float:right;
}
.loader:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% {
transform: translate(-50%, -50%) scale(0)
}
  60% , 100% {
transform: translate(-50%, -50%)  scale(1)
}
}
@keyframes pulse {
  0% , 60% , 100%{
transform:  scale(1)
}
  80% {
transform:  scale(1.2)
}
}

.set_pin:hover {
background-color: #30cc6d;
border-color: #30cc6d;
color: #fff; 
}
.StatusText {
    margin: 0 auto;
  margin-top: 30%;
    width: 100%;
    font-size: 60px;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently*/
            
}
.passwd {
    display: none; 
}
.pin_screen {
width: 370px;
text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;

}
.InfoBox{
    float:right;
    margin-top: 10%;
}
.InfoText {
    font-size: 4vh;
}
.InfoTextNone {
    font-size: 4vh;
}
.InfoTextTimer {
font-size: 20px;
  position: absolute;
  width: fit-content;
  text-align: center;
  right: 305px;
  z-index: 9;
  margin-top: 30px;
}
.add-event .InfoTextTimer {
    position: relative;
    margin-bottom: 20px;
}
.MeetingAction, .MeetingPlanner {
  width: 100%;
  height: fit-content;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 30px 0px 30px;
}
.MeetingPlanner {
    position: relative;
    padding: 30px 30px 0px 30px;
}
#meeting-name {
width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px; 
  border-radius: 30px;
  float: left;
  font-size: 15px;
}
.AddMeeting {
width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px; 
  border-radius: 30px;
  background-color: #30cc6d;
  float: right;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 60px;
  display: none;
  font-size: 22px;
}

.MeetingList, .MeetingPList {
width: 100%;
  height: 100%;
  padding: 0px;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
  overflow: hidden 

}

.MeetingVol{
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    height: 2px;
}
.MeetingVolume{
    width: 100%;
    font-size: 15px;
    margin-top: -12px;
    padding-bottom: 20px;
}

.infoPoint.room_name {
width: fit-content;
  height: auto;
  font-size: 35px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  font-weight: 100;
  top: 22px;
  left: 30px;
}
#output {
width: fit-content;
  height: 100%;
  float: right;
  position: relative;
  box-sizing: border-box;
  padding-right: 10px;
}
#output canvas {
position: relative;
  height: 180px;
  width: 180px;
  margin: 0 auto;
  display: block;
  padding: 20px;
  box-sizing: border-box;
}
.ConnInfo {
width: fit-content;
  text-align: right;
  padding-top: 20px;
  padding-right: 10px; 
  float: right;
}
#room-wifi, #pass-wifi {
font-size: 30px;
  margin: 0 auto;
}
.MeetingSummary, .MeetingDay, .MeetingDayS, .MeetingUse, .MeetingUseTimer {
width: auto;
  height: fit-content;
  font-size: 3vh;
  padding: 20px 20px;
  float: left;
  border-radius: 30px;
  text-align: center;
  background-color: #4391E7;
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
  margin: 5px 75px 0px 79px;
}
.MeetingUse { 
height: 100%;
z-index: 2;
margin-top: 0px;
}
.MeetingUseTimer {
background-color: transparent;
height: 100%;
width: 100%;
    padding:0px;
    margin: 0px;
padding: 0px 30px 0px 30px;
}
.MeetingSummary * {
    color: #FFF; 
}
.cnf {
width: auto;
  height: 22px;
  position: absolute;
  top: -5px;
  right: 5px;
  border-radius: 5px;
  background-color: red;
  color: #fff;
  font-size: 15px;
  padding: 2px 4px;
  display: none;
}
.min-c {
    font-size: 12px;
}
.MeetingDay, .MeetingDayS {
    display: block;
}
.HelpdeskSummary {
    margin-bottom: 10px;
    font-size: 35px;
    padding: 5px;
    border-radius: 5px;
    background-color: #83c229;
}
.MeetingNext{
width: 40%;
height: fit-content;
  font-size: 18px;
  padding: 30px 30px 10px 0px;
  float: left;
  text-align: center;  
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 998;
  bottom: 25%;
}
#slider {
    width: 100%;
    height: 10px;
    height: 5px;
    padding-right: 23px;
    border-radius: 6px;
    float: left;
    background-color: #fff;
}
#set-time {
position: relative;
  width: 92%;
  margin-bottom: 20px;
  float: left;
  display: none;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #4391E7;
  border-radius: 50%;
  border: 4px #fff solid;
  top: -22px;
}
.timer-start {
float: left;
border-color: #fff;
height: 50px;
}
.timer-end {
float: right;
border-color: #fff;
height: 50px;
}
.Meetine, .Planner{
width: 100%;
  height: 62%;
  float: right;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px; 
   overflow: hidden;
    margin-top: 78px;
}
.MeetingDisplay {
  overflow: visible;
  height: 92%;
  position: relative;    
}
.FindMeeting {
    width: fit-content;
    font-size: 15px;
    padding: 8px 11px 8px 11px;
    background-color: #4391E7;
    margin: 0px;
    float: right;
}
.FindDay {
    width: fit-content;
    font-size: 15px;
    padding: 8px 11px 8px 11px;
    margin: 0px;
    margin-right: 30px;
    float: right;
    background-color: #4391E7;
}
.BackToDay {
    width: fit-content;
    font-size: 15px;
    padding: 8px 11px 8px 11px;
    margin: 0px;
    margin-right: 30px;
    float: right;
    background-color: #ff3333;
}
.Planner {
width: fit-content;
height: fit-content;
  position: absolute;
  z-index: 99;
  right: 30px;
  top: 10px;
  margin-top: 0px;
  padding-top: 14px!important;
}
.MeetineRight {
width: 45%;
  height: 100%;
  float: right;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
    overflow: hidden;
}
.Planner { 
    display: none;
    padding-top: 30px;
}
.MeetingVal, .MeetingMail {
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: 500; 
    text-align: left; 
}
.MeetingVal {
width: 100%;
  height: auto;
  font-size: 27px;
  text-align: left;  
}
.MeetingMail {
font-size: 20px;
  height: auto;
  text-align: left;
  bottom: 55px;
  box-sizing: border-box;
  width: 100%;
}
.countdown, .count-run {
    width: 100%;
    height: 37px;
    position: relative;
    left: 0px;
    text-align: center;
    font-size: 30px;
margin: 20px 0px 40px 0px;
float:left;

}
.StatusTimer {
    width:100%;
    text-align: center;
    font-size: 60px;
}
.other-cal {
margin-bottom: 20px;
  width: 100%;
  margin-right: 20px;
  text-align: left;
  border-radius: 30px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.19);
  font-weight: bold;
  box-sizing: border-box; 
  float: left;
  font-size: 20px;
}
#other-rooms .info_timer {
    font-weight: 500;
    float: right;
    width: auto;
    padding: 2px;
    border-radius: 10px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 16px;
}
.Meeting_timer {
    margin-right: 5px;
    font-size: 20px;
    font-weight: bold;
    float: right;
    height: 25px;
    overflow: hidden;
}
.Meeting_timer_set {
    margin-right: 5px;
    font-size: 20px;
    font-weight: bold; 
    float: left;
    height: 25px;
    overflow: hidden;
}
.InfoLoader .Timer .Meeting_timer_set, .InfoLoader .Timer .Meeting_timer {
    height: 35px;
    font-weight: 400;
    font-size: 25px;
    
    
}
.Timer {
    width: 92%;
    position: absolute;
    bottom: 20px;
    text-align: left;
    box-sizing: border-box; 
}
.MeetingLabel {
    width:100%;
}
.MeetingName {
width: 80px;
font-size: 3vh;
z-index: 50;
}
.MeetingPass {
position: relative;
font-size: 3vh;
z-index: 50;
height: 100%;
box-sizing: border-box;
width: fit-content;
float: left;
background-size: 13vh;
padding-top: 7vh; 
}
.MeetingIcons {
height: 100%;
width: 200px;
background-image: url(/images/rouska.png);
background-repeat: no-repeat;
font-size: 40px;
z-index: 50;
position: relative;
background-size: contain;
background-position: center;
float:left;
}
.MeetingInfo {
width: 100%;
float: left;
box-sizing: border-box;
position: relative;
bottom: 0px;
}
.MeetingEcho {
width: 98%;
float: left;
box-sizing: border-box;
position: relative;
font-size: 15px;
text-align: left;
margin-top: 10px;
margin-bottom: 40px;
font-style: italic; 
}
.MeetingLogo {
width: 280px;
  float: right;
  height: 90%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 30px;
  display: block;
}
.BottomTab {
    height: 80px;
    width:100%;
    background-color: #333;
    bottom: 0px;
    left:50px;
    position: fixed;
    z-index: 0;
}
.hours {
    height: 80px;
    float: left;
    
}
.slider {
    width:25px;
    height: 25px;
    bottom: 150px;
    z-index: 55;
    font-size: 25px;
    background-color: #83c229;
    margin-top: 10px;
}
.InfoLoader {
    width: 100%;
    font-size: 20px;
    
}
.InfoLoader .MeetingVal{
    width: 100%;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    
}
.InfoLoader .MeetingEcho {
    display:none;
}
.InfoLoader .MeetingMail {
    width: 100%;
    float: left;
    font-size: 20px;
    text-align: center;
    position: relative;
    bottom: unset;
    margin-bottom: 0px; 
    
}
.InfoLoader .Timer {
    width: 100%;
    float: left;
    position: absolute; 
    text-align: center;
    bottom: 50px;
    left: 0px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.InfoLoader .Timer *{
    font-size: 30px;
}
.InfoLoaderTime {
    width: 35%;
    font-size: 3vh;
    margin-left: 240px;
    
}
.MeetingLed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 80px;
    z-index: 999;
    height: 100%;
    display: none;
}
.FullscreenCheck, .FullscreenEdit {
    position: absolute;
    left: 40px;
        top:0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 10px;
    z-index: 9999;
}
.FullscreenEdit {
    display: inline-block;
    position: absolute;
    left: 0px;
        top:0px;
}
ul {
    width: 100%;
    list-style-type: none;
    padding: 0px; 
}
.CheckName {
    width: 100%;
    text-align: center;
    
}
.CheckNameState {
    width: 50%;
    margin: 0 auto 0 auto;
}
.helpdesk {
    display: none;
}
.ReadLabel {
    display: none;
}
.SearchTechnics {
    font-size: 25px;
    border-radius: 5px;
    border: none; 
}
.CheckNameStateTimer {
    font-size: 45px;
    margin-top: 10px;
}
.CheckNameStatePictogram {
position: relative;
float:left;
font-size: 40px;
z-index: 50;
margin-left: 80px;
height: 300px;
width: 400px;

}
@media all and (max-width:1200px) {
    #MeetingLayer {
        position: relative; 
    }    
.MeetineRight {
width: 100%;
position: relative; 
}        
    .MeetingList, .MeetingPList {
height: auto;         
    }    
    .Load_connect {
        display: none; 
    }      
    .MeetingStatus, .Load_cal {
position: fixed;
width: 55%;
height: 100%;
min-height: 550px;
    }    
    .Meetine, .Planner {
        width: 100%;
        height: auto!important;
        position: relative;
        padding: 0px;
        box-shadow: none; 
    }
.MeetingAction, .MeetingPlanner {
  width: 100%;
  height: fit-content;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
    .MeetingNext {
        width: 100%;
        position: relative;
        height: auto;
        padding: 20px 0px 0px 0px;
    }    
}
@media all and (max-height:750px) {


    .Load_connect {
        display: none; 
    }    

.Booking, .BookingReg, .DevBooking, .BookingClose, .Meetings {
  font-size: 16px;
}
    .InfoTextTimer {
        width: 100%;
        position: relative;
        font-size: 16px;

    }
    .infoPoint.room_name {
        width: 100%;
        position: relative;
        font-size: 22px;
        margin-top: 0px; 
    }
    .StatusText {
        margin-top: 40px;
    }
.InfoLoader .MeetingVal {
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    
}
    .MeetingStatus, .Load_cal {
position: relative;
width: 60%;
height: 100%;
min-height: 550px;
    }    

    .MeetingNext {
        width: 40%;
        position: relative;
        height: auto;
        padding: 20px 0px 0px 0px;
    } 
}


@media all and (max-width:1200px) {
.Dev_b {
width: 100%;
}    
.Booking, .BookingReg, .DevBooking, .BookingClose, .Meetings {
  font-size: 16px;
}
    .MeetingStatus, .Load_cal {
     width: 100%;   
    }
    .MeetingNext {
        width:100%;
    }
.DevConnect {
display: none;
} 
    .InfoTextTimer {
        width: 100%;
        position: relative;
        font-size: 16px;
    }
    .infoPoint.room_name {
        width: 100%;
        position: relative;
        font-size: 22px;
        margin-top: 0px; 
    }
    .StatusText {
        margin-top: 40px;
    }
.InfoLoader .MeetingVal {
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center; 
    
}
.MeetingStatus, .Load_cal {
position: relative;
height: auto;
min-height: 500px;
padding: 20px;
}
    .Meetine, Planner {
        width: 100%;
        height: auto!important;
        position: relative;
        padding: 20px;
        box-shadow: none; 
    }
@media screen and (max-width: 1100px) {
.body-banner {
  background-position: -300px 0px;
}
}
}