



html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: var(--main-font);
	background: #fff;
	justify-content: center;
	align-items: center;
}

table {
font-size:1em;
}

.screenshare {

	position:absolute;
	top:0px;
	left:50%;
    transform: translate(-50%, 0);

	width:100%;
	z-index: 9998;
	max-height: calc(100vh - 150px);


}

.webcamVideo 
{
 width:100%;
 height:75%;
 border-radius:25%;
 overflow:hidden;
 -webkit-transform: translateZ(0);
box-shadow: 0 19px 51px 0 rgba(0,0,0,0.16), 0 14px 19px 0 rgba(0,0,0,0.07);

}


.tabcontent {
 //max-width:650px;
}


.greenBorder {
  border-style: solid;
  border-color: green;
}

.redBorder {
  border-style: solid;
  border-color: red;
}




			.flex-container {
			  display: flex;
			  overflow: hidden;
			}
			.flex-container > * {
			  flex: 0 0 auto;
			  overflow: scroll;
			}
			.stretchy {
			  flex: 1 1 auto;
			}
			.column {
			  flex-direction: column;
			}
/*
			html,
			body,
			.full-screen {
			  height: 100%;
			  background:#FFF;
			

			}
			body {
			  margin: 0;
			  background:#FFF;
			}

			html,
			body {
			background:#FFF;
			  margin: 0;
			  padding: 0;
			}
*/



			.full-screen {
			  display: flex;
			  overflow: hidden;
			  flex-direction: column;
			}
	
	

			.full-screen > * {
			  flex: 0 0 auto;
			  //overflow: scroll;
			}
			.full-screen > .header {
			  height: 100px;
			}
			.full-screen > .footer {
			  height: 50px;
			}
			.full-screen > .header,
			.full-screen > .footer {
			  background: #555;
			  color: white;
			  padding: 0;
			   overflow: hidden;
			}
			.full-screen > .main {
			  flex: 1 1 auto;
			  display: flex;
			  overflow: hidden;
			  padding: 0;
			}
			.full-screen > .main > * {
			  flex: 0 0 auto;
			  overflow: hidden;
			  padding: 0;
			}
			.full-screen > .main > .left,
			.full-screen > .main > .right {
			  width: 200px;
			  background: #eee;
			  overflow: scroll;
			}
			.full-screen > .main > .middle {
			  flex: 1 1 auto;
			}




div.editorEventGallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 500px;

  border-style: solid;
	border-width: 1px;
	
	font-size: 16px;
	
	color:#3a87ad;
	background-color:#d9edf7;
	border-color:#bce8f1;


}

div.editorEventGallery:hover {
  border: 1px solid #777;
}

div.editorEventGallery img {
  width: 100%;
  height: auto;
}


.editorEventTitle {
	
	display: flex; 
    justify-content: center;
	font-size: 32px;
	color:#3a87ad;
}


.editorEventCreator {

	display: flex; 
    justify-content: center;
	font-size: 12px;
	color:#3a87ad;
}



.editorEventDates {
	text-align:center;
	font-size: 16px;
	color:#3a87ad;
}



.editorEventItem {
	text-align:center;
	font-size: 16px;
	color:#3a87ad;
}


.magicWidth {
	max-width:475px; 
	min-width:350px; 
	width:48%;  
}

.magicWidthSmall {
	max-width:200px; 
	min-width:200px; 
	width:24%;  
}

.magicWidthMini {
	max-width:200px; 
	min-width:150px; 
	width:20%;  
}

.spaceItem {
	//width:98%;
	background: #FFF;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	padding:10px;
	margin:10px;

	width:350px;  
	height:300px;
	overflow:hidden;

}

.square100 {
width:100px;
height:100px;
}

.square150 {
width:150px;
height:150px;
}

.square200 {
width:200px;
height:200px;
}


.inputFX_Transparant{
	border: none;
	background: transparent;
	outline: none;
}

.inputFX_Underline{
	border-bottom: 1px solid #fff;
}

.inputFX_Center{
	text-align:center;
}

.inputFX_Size2{
	font-size:2em;
}

.inputFX_White{
	color:#FFFFFF;
}

.inputFX_Shadow{

	-webkit-filter: drop-shadow(2px 2px 2px #222);
	filter: drop-shadow(2px 2px 2px #222);
 }


#pastePreview {
 max-width:300px;
 max-height:200px;
 border: 1px solid var(--main-darkColor);

}


.virtualSpaceContainer {
	max-width:1000px;
	width:95%;
	margin: auto;
}

.spaceMediaTile {
	width:330px;
	height:185px;
	object-fit:cover;
}
.spaceMediaTileSmall {
	width:180px;
	height:118px;
	object-fit:cover;
}


.spaceMediaTileLogo {
	background:#FFF;
	position:absolute;
	top:20px;
	left:0px

}

.spaceMediaTileViews {
	//background:#FFF;
	background: rgba(0, 0, 0, 0.5);
	color:#FFF;
	font-size:1em;
	//filter: drop-shadow(2px 2px 2px #222);
	position:absolute;
	padding:5px;
	width:100%;
	bottom:0px;
	left:0px

}

.spacesLinkedMediaTitleEdit {
	font-size:0.7em;
	height:20px;
	background:#DDD;
	color:#000;
	overflow:hidden;
	text-align:center;
}


.spacesLinkedMediaPublic {
	display:inline;
	width:130px;
	margin:10px 10px;
	position:relative;
	//background:#EEE;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);

}

.spacesLinkedMediaPublic:hover{
	filter:brightness(120%);
	box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.2);
}

.spacesLinkedMediaImagePublic {
	width:100%;
	cursor:pointer;
}

.spacesLinkedMediaDownloadPublic{
	//position:absolute;
	//bottom:7px;
	//right:4px;
	font-size:2em;
	text-align:center;
	width:100%;
	margin:5px;
	cursor:pointer;
}

.spacesLinkedMediaTitlePublic {
	font-size:0.8em;
	text-align:center;
	width:100%;
	height:33px;
	//background:#DDD;
	color:#000;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;

}



 .cellPadding { padding:5px; } 
.cellPaddingSmall { padding:1px; }




.agendaItemMemo{
 width:100%;
 padding:5px;
 opacity:0.8;

}

.agendaItemInternal{
 width:100%;
 padding:5px;
 opacity:0.7;

}


.agendaItemFinished {

	opacity:0.4;

}

.agendaItemInactive {

	opacity:0.6;
 
}


.agendaItem {

	width:100%;

	padding:10px;
	font-size: 16px;
	margin: 5px 0px 5px 0px;

	color:var(--main-lightColor);
	background: rgba(255, 255, 255, 0.1);
	//color:var(--main-darkColor);
	//background-color:var(--main-lightColor);
	//border-color:#bce8f1;
	cursor: pointer;
}
.agendaItem:hover,
.agendaItem:focus {
  background: rgba(255, 255, 255, 0.3);
  //background-color:var(--main-itemColor);
  //color:var(--main-lightColor);

}

#mapButtom {
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:2em;

}


#mapImage {
cursor:crosshair;
//min-width:Calc(80vw);
position:relative;
}






.highlighterBoxed {
	
}
.highlighterBoxed:hover{
	filter:brightness(120%);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);


}


.brightness {
    background-color: black;
    display: inline-block;
	opacity: .5;

}
.brightness img:hover {
    opacity: .8;
	background-color: white;
    display: inline-block;
}



#PanelMenu {
  content: "";
  z-index: 100;
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: 100px;
  left: 0px;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}

#PanelMenuExpand {

//border-radius: 4px;
//box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);

	margin:0px;
	padding:5px;
  content: " ";
  z-index: 10;
  display: none;
  position: absolute;
 // height: 100%;
  width: 300px;
  top: 100;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}


.blur-filter {

    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
	  pointer-events: none;
    //opacity: 0.4;

}


 @-webkit-keyframes FADE-IN {
                0% { 
-webkit-filter: brightness(30%);
    -moz-filter: brightness(30%);
    -o-filter: brightness(30%);
    -ms-filter: brightness(30%);
    filter: brightness(30%);
 }

  100% { 
-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%);
 }
                
}

 @-webkit-keyframes FADE-OUT {
                0% { 
-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%);
 }

  100% { 
-webkit-filter: brightness(30%);
    -moz-filter: brightness(30%);
    -o-filter: brightness(30%);
    -ms-filter: brightness(30%);
    filter: brightness(30%);
 }
                
}

.dark-filter {

-webkit-animation-name: FADE-OUT;
				-webkit-animation-duration: 2s;
				-webkit-animation-timing-function: ease-out;
				-webkit-animation-fill-mode: forwards;

/*
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
    filter: brightness(50%);
	*/
	  //pointer-events: none;
    //opacity: 0.4;

}


.undark-filter {

-webkit-animation-name: FADE-IN;
				-webkit-animation-duration: 5s;
				-webkit-animation-timing-function: ease-out;
				-webkit-animation-fill-mode: forwards;

/*
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
    filter: brightness(50%);
	*/
	  //pointer-events: none;
    //opacity: 0.4;

}




/* Style the tab */
.tab {
  overflow: hidden;
 // border: 1px solid var(--main-darkColor);
  background-color: #ffffff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  color: var(--main-itemColor);
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: var(--main-itemColor);
  color: var(--main-lightColor);
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: var(--main-itemColor);
  color: var(--main-lightColor);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
 // border: 1px solid var(--main-darkColor);
  border-top: none;
}


.squareTableInactive{
	display:none;
	position:absolute;
	padding: 10 10 10 10;
	left:50%;
	transform: translate(-50%,0);
	top:40px;
	width:250px;
	//height:200px;
	z-index:1000;
	font-size: 10px;
	background-color: var(--main-darkColor);
	color: var(--main-lightColor);
}

.squareTableVideo {
	width:400px;
	height:400px;
}

.squareTableActive{
	
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	top:50px;
	width:400px;
	height:400px;
	z-index:200;
}

.selectorUnSelected {
 opacity:0.7;
 border: 2px solid transparent;
 
}

.selectorSelected {

 border: 2px solid var(--main-darkColor);

}


.pids-wrapper{
  width: 100%;
}
.pid{
  width: calc(10% - 10px);
  height: 10px;
  display: inline-block;
  margin: 5px;
}



@media screen and (max-width: 768px) {
	.squareTableActive
	{
		width:100vw;
		height:100vw;
	}	
	.squareTableVideo {
		width:100vw;
		height:100vw;
	}
}







.liveStreamCorner
{
	z-index: 9999;
	position:absolute;
	bottom:20px;
	left:20px;
	//box-sizing:border-box;
	//transform: translate(-50%,-50%);
	//width:70%;
	//m//ax-width:calc(100% - 80px);
	//max-height:calc(100% - 80px);
	width:320px;
	height:200px;
	
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.liveStreamCorner_header{
            
			position: absolute;
			top:0px;
			left:0px;
			width:100%;
			height:15px;
          //  top: 3px;
            //left: 5px;
			transition: all 200ms;
            font-size: 15px;
            font-weight: bold;
			color: var(--main-itemColor);
}

.liveStreamCorner_content
{

	padding:50px 30px 30px 30px;
  	
	//overflow-y:auto;
	//max-height: ;
 
}



#transWaiter {
	z-index: 999999; //9996; 
	position:fixed;
	top:50%;
	left:50%;
	box-sizing:border-box;
	transform: translate(-50%,-50%);
	
	display:none;
}



#waitDisplay{
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:25vw;
	font-weight: 9999;
	text-align:right;
	color: var(--main-itemColor);
	opacity:0.9;
	display:none;
	z-index: 99999999;
}

#savedDisplay{
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:25vw;
	font-weight: 9999;
	text-align:right;
	color: var(--main-itemColor);
	opacity:0.9;
	display:none;
	z-index: 99999999;
}

#errorDisplay{

font-size:25vw;
	font-weight: 9999;
	text-align:right;
	color: #F22;
	opacity:0.9;

	display:none;
	z-index: 99999999;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.centerScreenIcon {
	font-size:20vw;
	font-weight: 9999;
	text-align:right;
	opacity:0.9;
}

.centerScreenDiv {
	z-index: 999999; //9996; 
	position:fixed;
	top:50%;
	left:50%;
	box-sizing:border-box;
	transform: translate(-50%,-50%);
	display:none;
}

#progressPulse {
	z-index: 999999; //9996; 
	position:fixed;
	top:50%;
	left:50%;
	box-sizing:border-box;
	transform: translate(-50%,-50%);
	display:none;
}


.centered_popup
{
	border-radius:10px;
	z-index: 9999999; //999999; 
	position:fixed;
	top:50%;
	left:50%;
	box-sizing:border-box;
	transform: translate(-50%,-50%);
	min-width:400px;
	min-height:200px;
	max-width:calc(100% - 80px);
	//max-height:calc(100% - 180px);
	max-height:calc(100% - 50px);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	
	backdrop-filter: blur(15px);
	overflow: hidden;

}

.centered_popup_header{
          
			
			//position: absolute;
            //top: 20px;
            //left: 30px;
			margin: 30px 70px 10px 30px;
			display:block;
			transition: all 200ms;
            font-size: 20px;
            font-weight: bold;
			color: var(--main-itemColor);
}

.centered_popup_contentArea
{
	//position: relative;
	//position: absolute;
	//top: 60px;

	padding:10px 30px 30px 30px;
	overflow-y:auto;
	overflow-x:hidden;
	max-height: Calc(100vh - 150px);

	

}

.centered_popup_contentAreaVideo
{
	width:100%;
}



.centered_popup
.close {
            position: absolute;
            top: 20px;
            right: 30px;
			z-index:1000;
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            color: #666;
          }

.centered_popup 
.close:hover {
            color: var(--main-itemColor);
          }

@media screen and (max-width: 768px) {
	.centered_popup
	{
		transform: translate(-50%, -50%);
		width: 90%;
		max-height:90%;
	}	
}


#popup_video_player {
	border-radius:10px;
}


.centered_popup_trans
{

	border-radius:10px;
	z-index: 9999998; //9996; 
	position:fixed;
	top:50%;
	left:50%;
	box-sizing:border-box;
	transform: translate(-50%,-50%);
	//width:80%;
	//min-width:400px;
	min-height:200px;
	//max-width:calc(100% - 80px);
	max-height:calc(100% - 180px);
	
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	
	backdrop-filter: blur(15px);
	//overflow: hidden;


	
}

.centered_popup_small {
	max-width:600px;
}


#swipehelper{

	position:absolute;
	left:50%;
	top:20%;
	width:206;
	height:106;
	z-index:9002;
	transform: translate(-50%,-50%);

}



.scavFormElement {
text-align:center;
padding:10px;
font-size:1.2em;
}



#scavengerhunt_start{
	position:absolute;
	left:50%;
	top:50%;
	max-width:100%;
	max-height:100%;
	z-index:9002;
	transform: translate(-50%,-50%);

}

@media screen and (max-width: 500px) {

	@media screen and (min-height: 600px) {

		#scavengerhunt_start{
			
			width:100%;
			height:100%;
			

		}
	
	}
}



#scavengerhunt_collector {

	position:absolute;
	display:none;
	text-align:center;
	left:40px;
	bottom:40px;
	z-index:9001;
}
#scavengerhunt_timer {
	position:absolute;
	bottom:13px;
	z-index:9002;
	color:white;
	font-size:1.5em;
	left:50%;
	transform: translate(-50%,-50%);

}
#scavengerhunt_FoundOfTotal{
	position:absolute;
	font-weight:500;
	font-size:2.5em;
	color:white;
	bottom:20px;
	left:50%;
	z-index:9002;
	transform: translate(-50%,-50%);
}
#scavengerhunt_object {
	position:absolute;
	z-index:9000;
}




.flash {
  animation: fadeInFlash 1s;
  -webkit-animation: fadeInFlash 1s;
  -moz-animation: fadeInFlash 1s;
  -o-animation: fadeInFlash 1s;
  -ms-animation: fadeInFlash 1s;
}
@keyframes fadeInFlash {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeInFlash {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeInFlash {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeInFlash {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeInFlash {
  0% {opacity:0;}
  100% {opacity:1;}
}


.highlight {
	background-color: var(--main-itemColor);
	

}

#centered_popup_content{
 font-size:1em;
}

 

.centered_popup_contentArea_trans
{
	border-radius:10px;
	overflow-y:auto;
	//max-height: calc(100vh - 225px);
	
	max-height: calc(100vh - 150px);
	z-index: 9998;
}
.centered_popup_content_trans_video 
{
	overflow-y:auto;
	
	max-height: calc(100vh - 150px);
	z-index: 9998;

}

.centered_popup_contentAreaVideo_trans
{
	width:100%;
	z-index: 9998;
	max-height: calc(100vh - 150px);
	
}
.centered_popup_contentAreaImage_trans
{

	width:100%;
	z-index: 9998;
	//max-height: calc(100vh - 150px);
	
}



.centered_popup_trans
.close {
            position: absolute;
            top: 20px;
            right: 20px;
			z-index:9997;
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
          //  text-decoration: none;
		  opacity: 1.0;
            color: var(--main-itemColor);
          }

.centered_popup_trans 
.close:hover {
            color: var(--main-darkColor);
			opacity: 0.8;
          }

@media screen and (max-width: 768px) and (min-width: 401px) {
	.centered_popup_trans
	{
		transform: translate(-50%, -50%);
		width: 90%;
		max-height:90%;
		z-index: 9996;
	}	
}

@media screen and (max-width: 400px) {
	.centered_popup_trans
	{
		transform: translate(-50%, -50%);
		//top:0px;
		//left:0px;
		width: 100%;
		height:100%;
		min-height:100%;
		max-height:100%;
		z-index: 9996;
		display: flex;
		align-items: center;
		justify-content: center;
	}	
	.centered_popup_contentArea_trans
	{
		width: 100%;
		max-height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}



#webcamHinter {
color:#FFF;
	text-shadow: 1px 1px #000;
border-radius:10px;
	z-index:99999000;
	display:none;
	position: absolute;
    top: 140px;
    left: 200px;
    
	font-size:18px;

	background: rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(15px);

	padding:15px;

}

#meetingHinter {
	border-radius:10px;
	color:#FFF;
	text-shadow: 1px 1px #000;
	cursor:pointer;
	z-index:999000;
	display:none;
	position: absolute;
	width:75%;

	margin:0 auto;
	left: 50%;
    transform: translate(-50%, 0);
	text-align: center;
	
	top:130px;

	font-size:18px;

	background: rgba(0, 0, 0, 0.5);

	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(15px);
	padding:15px;

}


#copyright_popup {
	color:#FFF;
	text-shadow: 1px 1px #000;

	z-index:9000;
	display:none;
	position: absolute;

	margin:0 auto;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
	


	font-size:18px;

	background: rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(15px);

	padding:15px;

}


#notepad_window {
	color:#000000;
	

	//overflow-y: scroll; 

	z-index:9000;
	display:none;
	position: absolute;

padding:10px;
//	margin:0 auto;
	right:0px;
	bottom: 0px;

	height:200px;
	width:80%;
	
    
	font-size:16px;

	background: rgba(255, 255, 255, 0.5);

	
}

.notepad_editor {
	width:100%;
	height:100%;
	background: #000; //rgba(255, 255, 255, 0.1);
}


.itemContainerTight {
	width:100%;
	background: #FFF;
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
	padding:3px;
	margin:3px;
	border-radius:5px;

}

.itemContainer {
	width:98%;
	background: #FFF;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
	padding:10px;
	margin:10px;
	border-radius:5px;

}

.noShadow {
	border: 1px solid #ddd;
	box-shadow: none;
}


.itemTitle {
	font-size:1em;
}
.itemTitleLarge {
	font-size:1.5em;
}
.itemContent {
	font-size:2em;
}





.rating {
   width: 180px;
}

.rating__star {
   cursor: pointer;
   color: #dabd18b2;
}





#trialOverlay{
	color:#FFF;
	text-shadow: 1px 1px #000;
	font-size:4em;
	z-index:9099900;
	display:none;
	position: absolute;
	min-width:50%;
	min-height:30%;
    bottom: 0px;
    right: 0px;
	background: rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(15px);
	padding:30px;
}
#trialOverlayPartner{
	color:#FFF;
	text-shadow: 1px 1px #000;
	z-index:9000;
	display:none;
	position: fixed;
    bottom: 0px;
    left: 30%;
	width:40%;
	background: rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(15px);
	padding:10px;
}



#help360{
border-radius:10px;
	color:#FFF;
	text-shadow: 1px 1px #000;
	font-size:1.5em;
	cursor: pointer;

	max-width:66%;

	z-index:9500;
	display:none;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

	background: rgba(0, 0, 0, 0.5);
	//box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	//backdrop-filter: blur(15px);

	padding:10px;


}

#mouseHelp{
	color:#FFF;
	//text-shadow: 1px 1px #000;

mix-blend-mode:multiply;

	z-index:9500;
	display:none;
	position: absolute;
	width:350px;
	height:350px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-30%, -30%);

	//background: rgba(0, 0, 0, 0.5);

	padding:10px;
}


#waitVR{

	color:#FFF;
	text-shadow: 1px 1px #000;

	font-size:200px;
	z-index:9000;
	display:none;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

	background: rgba(0, 0, 0, 0.5);

	padding:10px;


}




#info_popup {
	display: none;
	position: absolute;
	margin:0px;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	z-index: 10;
	width:500px;
	height:250px;
	right:20px;
	bottom:20px;
	background: rgba(255, 255, 255, 0.9);

}

@media screen and (max-width: 500px) {
	#info_popup {
	width:100%;
	right:0px;
	bottom:0px;
	}
}

#info_popup_powerbuttons {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#info_popup_title {
	margin: 20px 20px 0px 20px; 
	height:40px
	//color: var(--main-itemColor) !important; 
	color: var(--main-itemColor) !important;
	font-size: 20px;
	font-weight: bold;
}

#info_popup_content {
	margin: 20px;
	overflow-y: scroll; 
//	height:170px;
	height:120px;
	color: #000000;
	font-size: 18px;
	
}


.sourceButton{
	cursor:pointer;
	width:100%;
	margin-top:2px;
	padding: 5px;
	font-size:0.9em;
	background-color: var(--main-darkColor);
	color: var(--main-lightColor);
}

.sourceButton:hover {
  background-color: var(--main-itemColor);
  color: var(--main-lightColor);
}

.sourceButtonSelected{
	font-weight:900;
	background-color: var(--main-itemColor);
	color: var(--main-lightColor);
}


.squareButton{
	width:64px;
	height:64px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main-darkColor);
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.squareButtonActive {
  
  background-color: var(--main-itemColor);
  color: var(--main-lightColor);
}


.squareButton:hover {
  
  background-color: var(--main-itemColor);
  color: var(--main-lightColor);
}


.squareButtonSmall{
	width:32px;
	height:32px;
	Xdisplay: flex;
	display:inline;
	justify-content: center;
	align-items: center;
	color: var(--main-darkColor);
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.squareButtonSmall:hover {
  
  background-color: var(--main-itemColor);
  color: var(--main-lightColor);
}




#QuickMenu {
  content: " ";
  z-index: 900;
  display: block;
  position: absolute;
  //height: 32px;
  //width: 32px;
  text-align:right;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}


#QuickMenu4Chat {
  content: " ";
  z-index: 900;
  display: none;
  position: absolute;
  //height: 32px;
  //width: 32px;
  text-align:right;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}


#meeting_timer {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 7px;
	letter-spacing: 1px;
}

#PanelSettingsExpand {

border-radius: 4px;
box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);

	margin:0px;
	padding:5px;

  content: " ";
  z-index: 88888;
  display: none;
  position: absolute;
  height: 33%;
  width: 300px;
  top: 32;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}





#popupMediaBay {
	position:absolute;	
	display:none;
	height: 300px;
	width: 300px;
	top: 100px;
	right: 0;
}

#popupNotepad {
	position:absolute;	
	display:none;
	height: 300px;
	width: 300px;
	top: 300px; // Calc(100px+30%);
	right: 0;
}

#popupGroupVideo {
	position:absolute;	
	display:none;
	left:20%;
	//transform: translate(-50%,0);
	top:100px;
	width:400px;
	height:400px;
	z-index:1000;
}
#groupVideoArea {
	//width:400px;
	//height:400px;
	width:100%;
	height:100%;
}



.popupLayer
{
	//margin: 1px 1px 1px 1px; // incompatible with dragger
	z-index: 99999999;	
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);

	backdrop-filter: blur(15px);
}

.popupLayer
.close {
	position: absolute;
	top: 0px;
	right: 1px;
	text-align:Right;
	width:25px;
	z-index:9997;
	transition: all 200ms;
	font-size: 20px;
	font-weight: bold;
	opacity: 1.0;
	color: var(--main-itemColor);
}

.popupLayer 
.close:hover {
	color: var(--main-darkColor);
	opacity: 0.8;
}

.popupLayer
.header {
	position: absolute;
	//top:1px;
	//left:1px;
	width:100%;
	height:20px;
	transition: all 200ms;
	font-size: 15px;
	font-weight: bold;
	color: var(--main-itemColor);
}

.popupLayer
.headerLabel {
	float:left;
}

.popupLayer
.content {
	//position: absolute;
	padding: 21px 2px 2px 2px;
	overflow-y:auto;
	//max-height: ;
	
}

 #panelSwitchButtons {
  content: " ";
  z-index: 3000000;
  display: none;
  position: absolute;
  height: 32px;
  //width: 32px;
  top: 68px;
  //top:30px;
  right: 0;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}


 #PanelMediaBay {
  content: " ";
  z-index: 30000;
  display: none;
  position: absolute;
  height: 32px;
  width: 32px;
  top: 68px;
  right: 0;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}



#PanelMediaBayExpand {    
	//border-radius: 4px;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	margin:0px;
	padding:5px;
	content: " ";
	z-index: 10000;
	display: none;
	position: absolute;
	height: 330px;
	width: 300px;
	top: 100px;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
}

#PanelMediaBayExpandResult
{

	//max-height: Calc(100% - 82px);  
	width: 100%;
	//z-index: 5000;
	overflow-y: auto;



}


#mediabayResults
{
 
	width: 100%;
	
	overflow-y: auto;

	border-radius:4px;
	//border:1px solid #e3e3e3;


}




#PanelMediaBayPreviewer {    
	border-radius: 4px;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	margin:0px;
	padding:5px;
	content: " ";
	z-index: 500;
	display: none;
	position: absolute;
	max-height: 100px;
	width: 100%;
	bottom: 50px;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	overflow-x: scroll;
    overflow-y: hidden;
	text-align:center;
	white-space:nowrap
}


.userLinkSelect {
	padding:3px;
	width:100%;
	color:#FFFFFF;
}
.userLinkSelect:hover {
	border: 1px;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
cursor: pointer;

}

.mediabayResult {

	position:relative;

	width:100%;

	padding:10px;
	font-size: 16px;
	margin: 5px 0px 5px 0px;

	color:var(--main-lightColor);
	background: rgba(255, 255, 255, 0.1);
	//color:var(--main-darkColor);
	//background-color:var(--main-lightColor);
	//border-color:#bce8f1;
	cursor: pointer;
}
.mediabayResult:hover,
.mediabayResult:focus {
  
  background-color:var(--main-itemColor);
  color:var(--main-lightColor);

}


.blackLabel {
	background:#333;
	padding:5px 5px 5px 5px;
	font-size:1em;
	font-weight:bold;
	letter-spacing: .2rem;
	color:#FFF;
	}
.topLeft {
	position:absolute;
	top:0px;
	left:0px;
}








#theSideBar {
	position:absolute;
	display:none;
	top:0px;
	left:100%;
	height:Calc(100% - 50px);
	background: var(--main-darkColor);
	color:var(--main-lightColor);
	//padding:10px;
	//font-size:2em;
	z-index:9000;
	

}



.theSideBarHeader1 {
	font-size:2em;
	color:var(--main-lightColor);
	//max-width:250px;
	//white-space: nowrap;
	//overflow: hidden;
	//text-overflow: ellipsis;

}

.theSideBarHeader2 {
	font-size:1.5em;
	color:var(--main-lightColor);
}

.theSideBarHeader2 {
	font-size:1.5em;
	color:var(--main-lightColor);
}





@media screen and (max-width: 500px) {

}




#theSideBarHeader {
	position: absolute;
	left:0px;
	top:0px;
	height:50px;
	width: 100%;
	padding:10px;
	font-size:1em;
}



#theBottomBar {
	//display:none;
	position:fixed;
	bottom:0px;
	left:0px;
	height:50px;
	width:100%;
	//color: var(--main-darkColor);
	//background:var(--main-lightColor);
	//background: rgba(0, 0, 0, 0.3);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	color: #FFF;

	font-size:2em;
	z-index:99000;
	display: flex;
	flex-wrap: wrap;
	margin : 0px;
	justify-content:space-between;



}


.theBottomBarPart{
	width: 33.33%;
}



.bottomBarButton{

	background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
	margin:0px;
	padding:12px 15px ;
	font-size: 26px;
	font-weight: bold;
	//color: var(--main-darkColor);
	text-shadow: 1px 1px #000000;
	
	
}

@media screen and (max-width: 1100px) {
	.theBottomBarPart{
	width: auto;
	}
}


@media screen and (max-width: 700px) {
	.bottomBarButton{
		padding:12px;
	}
}

@media screen and (max-width: 550px) {
	.bottomBarButton{
		padding:8px;
	}
	#theBottomBar {
		//height:40px;
	}
}

@media screen and (max-width: 450px) {
	.bottomBarButton{
		padding:5px;
	}

}




/* The titleBar  */

#titleBar {
	  display:none;
	  
		color:var(--main-lightColor);
		text-shadow: 1px 1px var(--main-darkColor);
		line-height: 1;
		position: absolute;
		right:20px;
		z-index:99;
		bottom:42px;
}
@media screen and (min-width: 450px) {

	#titleBar {
	  
	  display:none;
	  	
		
		font-size: 2em;
		font-weight: 900;
		
	}
}


.eventButtonCTA {
	position:fixed;
	padding: 8px !important;

	

	z-index:999999999;
}

@media screen and (min-width: 450px) {
	.eventButtonCTA {
		position:fixed;
		font-size: 1.6em !important;
		font-weight: 900;
		bottom: 80px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);

	}
}

@media screen and (max-width: 450px) {
	.eventButtonCTA{
		font-size: 1.2em !important;
		font-weight: 900;
		width:80%;
		bottom:60px;
		top:auto;
		right:10%
	}

	#titleBar {
		font-size: 1.2em;
		font-weight: 900;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}

}





.sideBarButton{
	background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
	font-size: 16px;
	padding:8px;
	margin: 2px;
	//font-weight: bold;
	color: var(--main-lightColor);	
}
.sideBarButton:hover{
	background-color:var(--main-lightColor);	
	color: var(--main-darkColor);	
}



 #PanelChat {
	z-index: 5000;
	position:absolute;
	right:15px;
	bottom:15px;
	display:none;
	 
	cursor: pointer;

	color:var(--main-lightColor);
	text-shadow: 1px 1px var(--main-darkColor);

}


#PanelChatExpand { 
	

	//border-radius: 4px;
	//box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	//margin:0px;
	//padding:5px;
	//content: " ";
	//z-index: 5000;
	//display: none;
	//position: absolute;
	
	height: 100%;
	//width: 100%;
	//left: 0;
	//top: 75px;
	//background: rgba(255, 255, 255, 0.9);
	//overflow: hidden;
}


.theSideBarStandardPos {

	position: absolute;
	padding:10px;
	top:50px;
	height:100%;
	width:100%;

}

.theSideBarArea {
	background: rgba(255, 255, 255, 0.1);
	padding:10px;
	border-radius:4px;
	margin:10px;
	width:Calc(100% - 20px);
	height:Calc(100% - 115px);
}

.theSideBarAreaFull {
	background: rgba(255, 255, 255, 0.1);
	padding:10px;
	border-radius:4px;
	margin:10px;
	width:Calc(100% - 20px);
	height:Calc(100% - 70px);
}



#chat_messages {
	//margin:10px;
	position: absolute;
	padding:10px;
//	border-radius:4px;

	width:Calc(100% - 20px);
	height:Calc(100% - 115px);

	//background: rgba(255, 255, 255, 0.1);
	overflow:none;
	top:50px;
	bottom:50px;
	//scrollbar-color: #efe7dd #efe7dd;
}

.theSideBarBottom {
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;	
	padding:10px;
}


.sidebarInnerAutoScroll{
height:Calc(100% - 25px);
overflow-y:auto;
padding-right:10px;
//scrollbar-color: #efe7dd #efe7dd;
}


#chat_typing {
	//position:absolute;
	//left:20px;
	//height:15px;
	//bottom:10px;
	display:none;
	margin-top:3px;
	margin-left:20px;
}



#chat_composer {

	//background: rgba(255, 255, 255, 0.9);

}

.chat_message {
  color: #000;
  clear: both;
  line-height: 18px;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 8px 0;
  max-width: 70%;
  word-wrap: break-word;
  //z-index: -1;
}

.chat_message.sender{
	font-size: 12px;
	font-weight:700;
}


.chat_kickout_buttons{
	//display:none;
	margin:1px;
	padding:3px;
	font-size:0.8em;
	color:red;
	background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;

}


.chat_message.received {
  background: #ffffff;
  border-radius: 0px 5px 5px 5px;
  float: left;
  padding: 8px;
  clear: both;
   margin: 4px 0;
  max-width: 70%;
  word-wrap: break-word;
   
}



.chat_message.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
  padding: 8px;
  clear: both;
   margin: 4px 0;
  max-width: 70%;
  word-wrap: break-word;

}


/**
 * ==============================================
 * Dot Pulse from https://codepen.io/nzbin/pen/GGrXbp
 * ==============================================
 */
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--main-lightColor);
  color: var(--main-lightColor);
  box-shadow: 9999px 0 0 -5px var(--main-lightColor);
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--main-lightColor);
  color: var(--main-lightColor);
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px var(--main-lightColor);
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px var(--main-lightColor);
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px var(--main-lightColor);
  }
  30% {
    box-shadow: 9984px 0 0 2px var(--main-lightColor);
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px var(--main-lightColor);
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px var(--main-lightColor);
  }
  30% {
    box-shadow: 9999px 0 0 2px var(--main-lightColor);
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px var(--main-lightColor);
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px var(--main-lightColor);
  }
  30% {
    box-shadow: 10014px 0 0 2px var(--main-lightColor);
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px var(--main-lightColor);
  }
}



/*

@media screen and (max-width: 700px) {
	#PanelChatExpand {
	 max-width:50%;
	 max-height:65%;	
	}

}
*/






#PanelJoinExpand {
  content: " ";
  z-index: 10;
  display: block;
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  text-align:center;
  overflow: hidden;
}





.cookieconsent{
	display:none;
	position:fixed;
	padding: 3px 20px 3px 20px ;
	left:0;
	bottom:0;
	background: rgba(0, 0,0, 0.8);
	color:#FFF;
	text-align:center;
	font-size:0.8em;
	width:100%;
	z-index:99999;

}


.theMenu {
 z-index: 99999;
}


#loginMenus {
  content: " ";
  z-index: 20;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  //background: rgba(255, 255, 255, 0);
  //overflow: hidden;
}



#PanelLogin {
  content: " ";
  z-index: 9999999999;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}

#PanelLoginExpand {



  content: " ";
  z-index: 999999;
  display: none;


  position: fixed; /* Stay in place */
  //z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */


  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}


#PanelPleaseWait {
	position:fixed;
	top:0px;
	left:20%;
	width:60%;
	height:100px;
	z-index:9999999;
	background:#FFFFFF;
}
/* Modal Content/Box */
.LoginContent {

//border-radius: 4px;
//box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);

	//margin:0px;
	//padding:5px;

 background-color: #ffffff;
  margin: 0px auto; /* 15% from the top and centered */
//  border: 1px solid #888;
  

  max-width: 50%; /* Could be more or less, depending on screen size */
}

@media screen and (max-width: 500px) {
  .LoginContent {
    width: 100%;
  }
}


/* The Close Button 
.close {
 
  position: absolute;
  z-index:30;
  right: 10px;
  top: 10px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}


.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
} */

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}


/* Extra style for the cancel button (red) */
.cancelbtn {
   background-color: #f44336;
}

/* Center the avatar image inside this container */
.centercontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}


/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 360px) {
  .cancelbtn {
    width: 100%;
  }
  .buttonSmall {
    width: 100%;
  }
}




#webglPause {
 content: " ";
  z-index: 5;
  display: block;
  position: absolute;
 
  bottom: 10;
  left: 46%;
 
overflow: hidden;
}

#PanelScreenShare
{
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
 // height: 100%;
  width: 100%;
 // top: 100px;
  left: 0;
  //background: rgba(255, 255, 255, 0.5);
   overflow: hidden;
}

#PanelConference {
  content: " ";
  z-index: 7;
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
 //background: #FFFFFF;
  //background: rgba(255, 255, 255,0.5);
   overflow: hidden;
}


.videoPlane
{
    
	max-height:100px;
	height:100px;
}

.videoPlaneScreenSharing
{
	max-height:100%;
	height:100%;
}




#theater{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
    margin-left:0px;
	padding:0 0 0 0;
	overflow: hidden;
	border: none;
	width:100%;
	height: 100%;
	
}


.centerCropped {
        object-fit: cover;
       // object-position: center;
        height: 60px;
        width: 100px;
		

      }


#mainMenu {
position: fixed;
top:100px;
left:20px;
display:none;
}

.sidebarMenuItem {
	width:100%;
	cursor:pointer;
	height:70px;
	background: var(--main-lightColor);
	//padding: 3px 3px 3px 3px;

	//margin: 0 auto;
}

.menuItemPreview {
	width:150px;
	float:left;
}
.menuItemTextContainer {
	width:200px;
	float:right;
	padding:20;
		
}
.menuItemText {

margin: 0;
  //position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
		color: var(--main-darkColor);  // --main-darkColor --main-lightColor
	font-size:15px;
}



.sidebarMenuItemHeader {
	width:100%;
	cursor:pointer;
	height:25px;
	background: var(--main-itemColor);
	padding: 3px 3px 3px 3px;
	color: var(--main-darkColor);  // --main-darkColor --main-lightColor
	font-size:15px;
	margin: 0 auto;
}



.sidebarMenuItem:hover {
	-webkit-filter: brightness(125%);
   box-shadow: 5px 10px 12px rgba(0, 0, 0, 0.6);
}






#DirectContent
{

	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%; //calc( 100% - 100px );
	z-index:0;
	margin-right:0px;
	margin-bottom:0px;
    margin-left:0px;
	margin-top:0px;
	padding:0 0 0 0;
	overflow-y: scroll; 
	border: none;
	

}

#PanelContent
{

	position: absolute;
	top:0px; //100px;
	left:0px;
	width:100%;
	//height: Calc( 100% - 50px );  
	height:100%;
	z-index:0;
	margin-right:0px;
	margin-bottom:0px;
    margin-left:0px;
	margin-top:0px;
	padding:0 0 0 0;
	overflow: hidden;
	border: none;
	

}

#ForceContentFrame 
{
	width:100%;
	height: 100%;
	overflow: hidden;
}

#ForceContent
{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: calc( 100% - 50px );
	z-index:2;
	margin-right:0px;
	margin-bottom:0px;
    margin-left:0px;
	padding:0 0 0 0;
	overflow: hidden;
	border: none;
	

}

#SwapContentFrame1
{
	width:100%;
	height: 100%;
	overflow: hidden;
	
}

#SwapContent1
{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: calc( 100% - 50px );
	z-index:5;
	margin-right:0px;
	margin-bottom:0px;
    margin-left:0px;
	padding-top:95px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	overflow: hidden;
	border: none;
}


#SwapContentFrame2 
{
	width:100%;
	height: 100%;
	overflow: hidden;
}

#SwapContent2
{
	position: absolute;
	left:0px;
	width:100%;
	height: calc( 100% - 50px );
	z-index:6;
	top:0px;
	margin-right:0px;
	margin-bottom:0px;
    margin-left:0px;
	padding-top:95px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	overflow: hidden;
	border: none;
}





#ClientLogo {

  z-index: 8888;
  display: block;
  position: absolute;
  top: 1;
  left: 1;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;

}

#ClientLogoImage {
	max-width:100%;
	max-height:100%;
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	//margin: auto 0;
	vertical-align:top;
}


/*

@media screen and (max-width: 400px) {
  #ClientLogo {
	width:50px;
	height:40px;
  }
}



@media screen and (min-width: 400px) and (max-width: 700px) {
  #ClientLogo {
	width:135px;
	height:95px;
  }

}
*/

@media screen and  (max-width: 700px) {
  #ClientLogo {
	width:135px;
	height:95px;
  }

}

@media screen and (min-width: 700px) {
  #ClientLogo {
	width:270px;
	height:95px;
  }

}


.gradientLZ 
{
	background: rgb(2,0,36);
	background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(173,44,255,1) 0%, rgba(37,208,253,1) 100%);
	font-family: Museo-300;
	color: #FFFFFF;
	text-align:center;
	padding: 10px;
}

.gradientPinkLZ 
{
	background: rgb(2,0,36);
	background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(197,73,171,1) 0%, rgba(173,44,255,1)  100%);
	font-family: Museo-300;
	color: #FFFFFF;
	text-align:center;
	padding: 10px;
}




.fontLZ
{
font-family: Museo-300;
color: #FFFFFF;
}



#NewVisitorPopup {

position:fixed;
z-index:99999;
 bottom: 0;
  right: 0;
  width: 300px;
 
}




/* Slider checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--main-itemColor);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--main-itemColor);
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}



/* online/offline switch */
.onoffswitch {

    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 10px;
	
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height:20px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ONLINE";
    padding-left: 5px;
    background-color: #17BF0B; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFFLINE";
    padding-right: 5px;
    background-color: #D10C0C; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 16px; height:16px; margin: 4px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 48px;
    border: 2px solid #999999; border-radius: 10px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}



.uploadZone
{
	width:100%; 
//	height:100px;
 max-height:200px;
 }


.deleteBox {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;

	cursor:pointer;
//	float:right;
//	margin:2px;
    background: red;
    color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	 width:16px;
    height: 16px;
    border-radius: 3px;
}



#vtedit_popup_tool{
	display:none;
	position:absolute;
	left:0;
	top:0;
	//background: rgba(255, 255, 255, 0.9);
}

#vtedit_context
{
	display:none;
	position:absolute;
	left:0;
	top:0;
	//background: rgba(255, 255, 255, 0.9);
}

.vtedit_popup_tool_button{
	cursor:pointer;
	color:#ddd;
	font-size:20px;
	filter: drop-shadow(1px 1px 1px #222);
}

.vtedit_popup_tool_button:hover{
	color:#fff;
}



.icon_hover{
	cursor:pointer;
	color:var(--main-itemColor);


  stroke: #333;
  stroke-width: 10;
 
	
}

.icon_hover:hover{

	color:#333;
 stroke: #333;
  stroke-width: 10;
  
}


.icon_hover_red{
	cursor:pointer;
	color:#B00;

	 stroke: black;
  stroke-width: 10;
	
}

.icon_hover_red:hover{

	color:#F00;
	 stroke: black;
  stroke-width: 10;
}


.confIcons {
	color:var(--main-itemColor);
	font-size:2em;
}




form {

	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;

}

.textstriked {
 text-decoration: line-through;
}

.noborder {
border: 0px ; //solid #eeeeee;
}


input {
	Xbackground-color: #ccc;
	color:#000;
	border: 1px solid #eeeeee;
	padding: 6px 6px;
	margin: 1px 1px;
	height:30px;
	width: 100%;
	font-size:0.9em;
	border-radius:3px;
}

input:hover {
	border: 1px solid var(--main-itemColor);
}

.inputSmall {
	Xbackground-color: #ccc;
	color:#000;
	border: 1px solid #eeeeee;
	padding: 2px 2px;
	margin: 1px 1px 1px 1px;
	width: 100%;

}

.inputBig {
	font-size:1.5em;
	height:2em;

}




textarea {
	Xbackground-color: #ccc;
	color:#000;
	border: 1px solid #eeeeee;
	font-size:0.9em;
	padding: 12px 15px;
	margin: 1px 1px;
	width: 100%;
	min-height:100px;
}

textarea:hover {
	border: 1px solid var(--main-itemColor);
}





.dropbtn {
/*
  background-color: #00a9e7;
  color: white;
  padding: 5px;
  font-size: 12px;
  border: none;
  cursor: pointer;
*/
	Xbackground-color: #ccc;
	color:#000;
	border: 1px solid #eeeeee;
	font-size:0.9em;
	padding: 6px 6px;
	margin: 1px 1px;
	height:30px;
	width: 100%;
}

.dropbtn:hover {
	border: 1px solid var(--main-itemColor);
}



.dropbtnSmall {
/*
  background-color: #00a9e7;
  color: white;
  padding: 5px;
  font-size: 12px;
  border: none;
  cursor: pointer;
*/
		Xbackground-color: #ccc;
	color:#000;

	
	border: 1px solid #eeeeee;

	padding: 3px;
	margin: 2px;
	width: 100%;
}





a {
    color: #3db3fd; //#00a9e7;
}

button,.button {
	//border-radius: 20px;
	border: 0px solid var(--main-itemColor);
	background-color: var(--main-itemColor);
	color: var(--main-lightColor);
	font-size: 12px;
	font-weight: bold;
	padding: 12px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
	margin:1px;

}

.buttonDark {
	//border-radius: 20px;
	border: 0px solid var(--main-darkColor);
	background-color: var(--main-darkColor);
	color: var(--main-lightColor);
	font-size: 12px;
	font-weight: bold;
	padding: 12px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
	margin:1px;

}




button:disabled {
    opacity: 0.3;
	cursor:default;
	transition: none !important;
}


.light{
	//border-radius: 20px;
	border: 0px solid var(--main-lightColor);
	background-color: var(--main-lightColor);
	color: var(--main-itemColor);
	font-size: 12px;
	font-weight: bold;
	padding: 12px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}


.buttonSmall {
	height:24px;

	font-size: 12px;
	font-weight: bold;
	padding: 3px 7px;
	letter-spacing: 1px;
	cursor:pointer;
}

.buttonXSmall {
	height:20px;
	
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
	letter-spacing: 1px;
}



.buttonContext {
	height:20px;
	width:100%;
	text-align:left;
	//border-radius: 5px;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 7px;
	letter-spacing: 1px;
}





.blink_me {
color:red;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


#fullscreenVideoChatFiller{
	position:absolute;
	display:none;
	z-index:0;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:var(--main-darkColor);
}

.videoChatName {
	position:absolute;
	top:-2px;
	margin:0 auto;
	width:95%;
	left: 50%;
    transform: translate(-50%, 0);
	text-align: center;
	//text-shadow: 1px 1px var(--main-darkColor);
	text-shadow: #000 0px 0px 3px;
	font-size:11px;
	//background: rgba(0, 0, 0, 0.5);
	color:#FFF;
	font-weight: bolder;

}

.videoChatStatus {
	position:absolute;
	top:11px;
	margin:0 auto;
	width:95%;
	left: 50%;
    transform: translate(-50%, 0);
	text-align: center;
	text-shadow: 1px 1px var(--main-darkColor);
	font-size:12px;
	color:#FFF;
	display:none;

}

.horizontalFlip {

          
            -moz-transform: scale(-1, 1);
            -webkit-transform: scale(-1, 1);
            -o-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

#tourwaitFiller{
	position:absolute;
	display:none;
	z-index:10000;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:var(--main-darkColor);
}










.invitePopup{
	display:none;
	top:105px;
	right:5px;
	z-index:999999;
	position:absolute;
	background:#FFF;
	padding:20px;
	max-width:300px;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);

}

.dropShadow{
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}


#leftVR {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	z-index:100;
}
#rightVR {
	position:absolute;
	top:0px;
	left:50%;
	width:50%;
	z-index:100;
}



#powered{
	position:fixed;
	left:0px;
	bottom:50px;
	margin:2px;
	display:none;
	color:var(--main-lightColor);
	text-shadow: 1px 1px var(--main-darkColor);
//	background:#FFF;
	z-index:9999;
	font-size:12px;
}

.poweredLink{
	color:var(--main-itemColor);
	text-shadow: 0.5px 0.5px var(--main-darkColor);
	font-size:10px;
	text-decoration: underline;
}

.poweredLink : hover {
	color:var(--main-itemColor);
	text-shadow: 0.5px 0.5px var(--main-darkColor);
	font-size:10px;
	text-decoration: none;
}

@media screen and (max-width: 450px) {
	.poweredLink {
	display:none;
	}
}





/* Show the snackbar when clicking on a button (class added with JavaScript) */
#titleBar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
 // visibility: hidden; /* Hidden by default. Visible on click */
  display:none;
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: var(--main-itemColor); /* Black background color */
  color: var(--main-lightColor); /* White text color */
  text-align: center; /* Centered text */
//  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 999999; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 60px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from { opacity: 0;}
  to { opacity: 1;}
}

@keyframes fadein {
  from { opacity: 0;}
  to { opacity: 1;}
}

@-webkit-keyframes fadeout {
  from { opacity: 1;}
  to { opacity: 0;}
}

@keyframes fadeout {
  from { opacity: 1;}
  to { opacity: 0;}
}




#presenterButtons{
	position:fixed;
	z-index:25;
	left:10px;
	bottom:10px;
	display:none;
}


.letszoip-fm-speaking {
	border: 1px solid var(--main-itemColor);
}

.letszoip-fm-notspeaking {
	border: 1px solid #333;
}


.letszoip-fm-video {
	
	//background:#444;
	//box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
	//border-radius: 5px;
	//margin:2px;
}




.f2f_direct_gallery_image_disabled{
position: relative;
z-index:2;
margin-bottom:5px;
border-radius: 50%;
cursor: pointer;
-webkit-filter: brightness(50%);
box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.6);


}


.f2f_direct_gallery_image{
position: relative;
margin-bottom:5px;
z-index:2;
border-radius: 50%;
cursor: pointer;
-webkit-filter: brightness(90%);
box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.6);

}



.f2f_direct_gallery_image:hover {
position: relative;
z-index:2;
   -webkit-filter: brightness(125%);
   box-shadow: 5px 10px 12px rgba(0, 0, 0, 0.6);
}



.f2f_direct_gallery {
 position: relative;
 margin: 5px;
  float: left;
  width:100px;
  max-height:118px;
  overflow:hidden;
  z-index:2;
  
}


.owl-item {
width:100%;
 max-height:118px;
}

.owl-stage{
position: relative;
    margin: 0 auto;
	z-index:2;
	width:100%;
	 max-height:118px;

}
.owl-wrapper {
position: relative;
    margin: 0 auto;
	z-index:2;
}

#f2f_direct {
	position:fixed;
	display:none;
	z-index:1;
	margin:0 auto;
	text-align: center;
	top:0px;
	left:0px;
	 max-height:118px;
	//width: Calc(100% - 100px);
	color:#FFFFFF;
	font-size:9px;
	text-shadow: 1px 1px #000;
	
}




#participantsOverview {
	position:fixed;
	z-index:25;
	left:10px;
	bottom:60px;
	display:none;

	background: rgba(255, 255, 255, 0.6);
	font-size:8px;


}



.imageColorFilter {
webkit-filter: opacity(.5) drop-shadow(0 0 0 var(--main-itemColor));
  filter: opacity(.5) drop-shadow(0 0 0 var(--main-itemColor));
  }

#circlecontainer{
  
  position:relative;
  
  
}


#outercircle {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-style: solid;
    border: 4px solid var(--main-itemColor);
    border-radius: 100px;
    overflow: hidden;
    
}

#innercircle {
    position: absolute;
    bottom: 7%;
    left: 7%;
    width: 86%;
    height: 86%;
    background: var(--main-itemColor);
    border-radius: 100px;
}




/* Add a hover effect for buttons */
button:hover {
 // opacity: 0.8;
 background-color: var(--main-darkColor);
	color: var(--main-lightColor);

}


button:active {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}



.navbar {
    line-height: 50px;
}

#content {
    margin-top: 10px;
    overflow: auto;
}

h1 {
    color: var(--main-itemColor);
    font-size: 24px;
	font-family: var(--main-font); /* 'Varela Round',Arial,verdana,sans-serif;*/
}

h2 {
    color: var(--main-itemColor);
    font-size: 20px;
	font-family: var(--main-font); /* 'Varela Round',Arial,verdana,sans-serif;*/
}

h3 {
    color: var(--main-itemColor);
    font-size: 16px;  
	font-family: var(--main-font); /* 'Varela Round',Arial,verdana,sans-serif;*/
}


.header2 {
    color: var(--main-itemColor);
    font-size: 20px;
	font-family: var(--main-font); /* 'Varela Round',Arial,verdana,sans-serif;*/
	font-weight:500;
}

.header3 {
    color: var(--main-itemColor);
    font-size: 15px;
	font-family: var(--main-font); /* 'Varela Round',Arial,verdana,sans-serif;*/
	font-weight:500;
}

.totals {
   //color: var(--main-itemColor);
    font-size: 18px;
font-family: var(--main-font); /* 'Varela Round',Arial,verdana,sans-serif;*/
	font-weight:600;
}

.tableCell {
    color: #000000;
    font-size: 13px;
	font-family: var(--main-font); /* 'Varela Round',Arial,verdana,sans-serif;*/
	
}

.alignRight {

}



#video-chat {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.fixed-height {
    height: 100%;
}

footer {
    width: 100%;
    height: 90px;
    background-color: #f5f5f5;
}

#footer-content {
    font-size: 12px;
    margin-top: 10px;
}

#header-text {
    padding-left: 15px;
    font-size: 14px;
	font-family: var(--main-font); /* 'Varela Round',Arial,verdana,sans-serif;*/
    color: white;
    line-height: 44px;
}

#fullscreen {
    /* This is for the `a` element that toggles fullscreen mode */
    position: absolute;
    display: block;
    right: 45px;
    top: 10px;
    z-index: 9;
    
    color: rgba(178, 229, 247, 0.4);
    border-color: rgba(178, 229, 247, 0.4); 
    background-color: rgba(178, 229, 247, 0.4);
    padding: 6px;
    border: 3px solid rgba(178, 229, 247, 0.4);
    text-align: center;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s linear,
        color 0.3s ease-in,
        border-color 0.3s ease-in;
}
#fullscreen:hover,
#fullscreen:active {
    color: #00a9ec;
    border-color: #00a9ec;
}
#fullscreen-icon {
    font-size: 24px;
}
#video.visible-controls #fullscreen {
    opacity: 1;
}
#video.fs-fallback {
    /* 
        This class provides styles for full screen fallback for browsers that do not support it natively.

        This is not quite working yet because of the header/footer and column layout of the chat page.
        We have plans to redo that UI getting rid of header/footer and having the video container occupy
        100% of the page space. This fallback should work at that point (but will need to be tested). 
    */
    position: fixed;
    z-index: 999;
    top: 0; left: 0; bottom: 0; right: 0;
}

/* Media Queries */

/* Hid footer on screens smaller than 500 px */
@media only screen and (min-width: 500px) {

    footer {
        /* Should match footer height */
        margin-top: -90px;
    }

    .well {
      
    }
}



@media only screen and (min-width: 768px) {
    .row.is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .row.is-flex > [class*='col-'] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .well{

        }
}

/* For 100% Div Height
@media only screen and (min-width: 768px) {
    .row.table-row {
        display: table;
        width:100%;
    }

        .row.table-row > [class*="col-"] {
            float:none;
            display: table-cell;
            vertical-align: top;
        }
}
*/

@media only screen and (min-width: 992px) {
    .header .logo {
        padding-left: 15px;
        padding-top: 34px;
        height: 138px;
    }

    .header .text {
        padding-top: 55px;
        height: 138px;
    }

    .well {
       
    }

    #header-text {
        padding-left: 30px;
        font-weight: 400;
		font-size:50px;
		font-family: var(--main-font); /* 'Varela Round',Arial,verdana,sans-serif;*/
		color: white;
		line-height: 1.3em;
    }
}



/**
 * Nestable
 */

.dd { position: relative; display: block; margin: 0; padding: 0; width:100%; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
 * Nestable Extras
 */


.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 0px solid #ddd; border-bottom: 0px solid #ddd; }

#nestable-menu { padding: 0; margin: 20px 0; }

#nestable-output,
#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background:         linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }
/*
@media only screen and (min-width: 700px) {

    .dd { float: left; width: 48%; }
    .dd + .dd { margin-left: 2%; }

}
*/

.dd-hover > .dd-handle { background: #2ea8e5 !important; }


/**
 * Nestable Draggable Handles
 */

.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '='; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }

#load { height: 100%; width: 100%; }
        #load {
            position    : fixed;
            z-index     : 99; /* or higher if necessary */
            top         : 0;
            left        : 0;
            overflow    : hidden;
            text-indent : 100%;
            font-size   : 0;
            opacity     : 0.6;
            background  : #E0E0E0  url('loading.gif') center no-repeat;
        }

        .del-button{
            cursor:pointer;
            text-decoration:none;
        }

        .edit-button{
            cursor:pointer;
            text-decoration:none;
        }

        .span-right{
            float:right;
        }

	




/* Icon pulse */
.pulse {
	display: inline-block;
    -webkit-animation: pulse 3s infinite ease-in-out;
    -o-animation: pulse 3s infinite ease-in-out;
    -ms-animation: pulse 3s infinite ease-in-out; 
    -moz-animation: pulse 3s infinite ease-in-out; 
    animation: pulse 3s infinite ease-in-out;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: var(--main-itemColor)}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #f1f1f1;
}




.alert-box {
	border-style: solid;
	border-width: 1px;
	width:100%;
	padding:10px;
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}

.alert-warning {
	color:#6a4d1b;
	background-color:#fcf8e3;
//	background-color:#ffcc00;
	border-color:#faebcc;

}

.alert-success {
	color:#468847;
	background-color:#dff0d8;
	border-color:#d6e9c6;
}

.alert-error {
	color:#b94a48;
	background-color:#f2dede;
	border-color:#eed3d7;
}

.alert-info {
	color:#3a87ad;
	background-color:#d9edf7;
	border-color:#bce8f1;
}


#website{
height:100%;
display: flex;  
flex-flow: column; 
}


#vt_edit { width: 100%; }
.vt_edit_title  { width: 100%;    background-color: #dddddd; }
#vt_edit_add { width: 100px;  background-color: #777777; } 

#vt_edit_options {
	position:absolute;
	width:Calc(100% - 210px);
	left:230px;
}


#vt_edit_previewer {

	position:absolute;
	
	width:Calc(100% - 210px);
	height:Calc(100% - 210px);
	/*
	//height:0px;
	//padding-top: 56.25%;

	//max-width:800px;
	//width: 70%;   
	margin: 0 auto;


	width:55%;
//  height:0;
  //padding-bottom: calc(55%*9/16-100px);

	flex: 1 1 auto;
	*/

	background-color: #333333; 

}
#vt_edit_index 
{ 
	width: 100%; 
	background-color: #777777; 
} 

#vt_edit_index_vertical {
 width:230px;
 height:100%;
 float:left;
 overflow-y:scroll;
 overflow-x: hidden;
}

.poi_unselected {
 filter:brightness(50%);
}
.poi_selected {
 filter:brightness(100%);
}


.fa-linkItem {
    color: var(--main-itemColor);
}

.fa-linkItem:hover {
    color: var(--main-darkColor);
}




div.galleryDashboard {
  margin: 1%;
  padding: 24px;
  border: 1px solid #ccc;
  float: left;
  width: 48%;
  background:var(--main-lightColor);
  color:var(--main-darkColor);
 
}

div.galleryDashboard:hover {
  border: 1px solid var(--main-itemColor);
}


.scaleButtons {
padding:5px 5px 5px 5px;

}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 90px;
  font-size:10px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery:active {
  border: 1px solid #0F0;
}

.galleryActive
{
background-color: #0F0;

  border: 2px solid #0F0;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 5px;
  font-size:10px;
  text-align: center;
}

.padding10{

 padding:10px;

}

.expandArea {
	padding: 0 0 0 20px; 
	border-left: 3px dashed #bbb;
}

/* Content */

.maxHomeWidth {
 max-width:1050px;
 text-align:center;
 }

.content{
	//display: flex;
	flex-wrap: wrap;
	margin : 0px;
	
	text-align: left;
	font-size:14px;
}

[class*=\"col-\"] {
   width: 100%;
   	padding: 10px;
}

 .force-col-1-1 {
    width: 100%;
  }
  .force-col-2-3 {
    width: 66.66%;
  }
  .force-col-1-2 {
    width: 50%;
  }
  .force-col-1-3 {
    width: 33.33%;
  }
  .force-col-1-4 {
    width: 25%;
  }
   .force-col-1-5 {
    width: 20%;
  }
 .force-col-1-7 {
    width: 14.28%;
  }
.alignRight {
text-align:right;
}

.force-content{
	display: flex;
	flex-wrap: wrap;
	margin : 0px;
	
	text-align: left;
	font-size:14px;
	}

@media all and ( min-width: 768px ) {

  .content{
	display: flex;
	}

  .col-1-1 {
    width: 100%;
  }
  .col-2-3 {
    width: 66.66%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.33%;
  }
  .col-1-4 {
    width: 25%;
  }
   .col-1-5 {
    width: 20%;
  }
     .col-1-6 {
    width: 16.66%;
  }

   .col-1-12 {
    width: 8.33%;
  }

   .col-2-6 {
    width: 33.33%;
  }
     .col-4-6 {
    width: 66.66%;
  }
   .col-2-5 {
    width: 40%;
  }
   .col-3-5 {
    width: 60%;
  }
   .col-4-5 {
    width: 80%;
  }
  .col-3-4 {
    width: 75%;
  }
   .col-1-5 {
    width: 20%;
  }
  .col-1-8 {
    width: 12.5%;
  }
   .col-1-16 {
    width: 6.25%;
  }
    .col-3-16 {
    width: 18.75%;
  }
   .col-3-8 {
    width: 37.5%;
  }
   .col-1-10 {
    width: 10%;
  }
   .col-9-10 {
    width: 90%;
  }
   .col-7-8 {
    width: 87.5%;
  }
     .col-6-8 {
    width: 75%;
  }

  .col-300 {
    width: 300px;
  }
  .col-100 {
    width: 100px;
  }
  .col-200 {
    width: 200px;
  }




 .onlyDesktop
  {  
  display:block;
  }
  .onlyMobile
  {  
  display:none;
  }


}



@media screen and (max-width: 768px) {
  .row {   
    flex-direction: column;
	
	}
}

#dynLoginButton {
		position:fixed;
		right:20px;
		top:10px;
		z-index:99999999999;
		border: 0px solid #101010;
		background-color: #ac2fff; //#3db3fd; 
		color: #FFFFFF;
		
	
		font-size: 16px;
		font-weight: bold;
		padding: 14px 18px;
		margin:5px;
		letter-spacing: 1px;
		text-transform: uppercase;
		transition: transform 80ms ease-in;
		cursor:pointer;
	


	}