﻿@import url("all.min.css");
@import url("lato.css");

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	color: #6c8ca7 !important;
	margin: 2em 0;
}
a {
	color: #F00;
}
a:hover {
	color: #6c8ca7;
}

.error {
	color: #F00;
	font-weight: bold;
}


input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
 -moz-appearance: none;
 -webkit-appearance: none;
 -ms-appearance: none;
 appearance: none;
 -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
 border-radius: 0.5rem;
 border-style: solid;
 border-width: 1px !important;
 border-color: inherit !important;
 color: inherit !important;
 cursor: pointer;
 display: inline-block;
 font-weight: 500;
 letter-spacing: 0.05em;
 text-align: center;
 text-decoration: none;
 white-space: nowrap;
 text-transform: uppercase;
 background-color: transparent;
 padding: 0.8em 2em !important;
}
.button {
	margin-right: 10px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
 border: solid 1px;
 background-color: rgba(86, 86, 86, 0.075);
}

input[type="submit"].disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled,
button.disabled,
.button:disabled {
 pointer-events: none;
 opacity: 0.25;
}

form {
 margin: 2em 0;
}
form > :last-child {
 margin-bottom: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
 -moz-appearance: none;
 -webkit-appearance: none;
 -ms-appearance: none;
 appearance: none;
 border-radius: 0.5rem;
 border: solid 1px;
 color: inherit;
 display: block;
 outline: 0;
 padding: 0 1em;
 text-decoration: none;
 width: 100%;
 height: 3em;
 background-color: #ffffff;
 border-color: rgba(86, 86, 86, 0.25);
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
 box-shadow: none;
}
select {
 background-size: 1.25em;
 background-repeat: no-repeat;
 background-position: calc(100% - 1em) center;
 height: 3em;
 padding-right: 3em;
 text-overflow: ellipsis;
}

textarea {
 padding: 0.75em 1em;
}
input[type="checkbox"],
input[type="radio"] {
 -moz-appearance: none;
 -webkit-appearance: none;
 -ms-appearance: none;
 appearance: none;
 display: block;
 float: left;
 margin-right: -2em;
 opacity: 0;
 width: 1em;
 z-index: -1;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
 border-color: #565656;
 box-shadow: 0 0 0 1px #565656;
}
.btn {
	border:none!important;
}

.btn-primary {
	background: #6c8ca7;
	border: #6c8ca7;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background: #F00;
	border: #F00;
}
.btn-info {
	background: #FFF;
	color: #97aec1;
	border: 1px solid #97aec1!important;
}
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
	background: #cdd8e1;
	box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled,
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #97aec1;
    border-color: #cdd8e1;
    pointer-events: none;
    opacity: 0.4;
}

input {
	margin-bottom: 1em;
}

/*--------- CUSTOM -----------*/
.pdg-1 {
	padding: 1em;
}
.p-0-1 {
	padding: 0 1em;
}
@media (min-width:1300px){ /*breakpoint-my-xl:1300px;*/

	.xl-col-fix {
		max-width: 720px!important;
	}
	.xl-col-fluid {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width: calc(100% - 720px);
	}
	.fixx {
		max-width: 400px!important;
		padding: 1em;
	}
	.myfluid {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width: calc(100% - 400px);
		min-width: 510px;
		padding: 1em;
	}
}
		.sticky {
		  position: -webkit-sticky;
		  position: sticky;
		  top: 0;
		}
#videos {
	border: 1px solid #CCC;
	background: #efefef;
	margin: 0 -15px;
	position: relative;
	height: 100vh;
}
#subscriber-vid {
	width: 100%;
	height: 100%;
	z-index: 10;
	margin: 0 auto;
}
#publisher-vid {
	width: 360px;
	height: 240px;
	border: 2px solid white;
	border-radius: 3px;
}
@media (max-width:992px){
	#publisher-vid {
		position: absolute;
		bottom: 1em;
		left: 1em;
		z-index: 100;
		width: 40%;
		height: calc(15%);
	}
}

#buttons,
#btnAbs {
	margin: 1em 0;
}
div.btns,
#buttons div,
#btnAbs div {
	display: inline-block;
	border:2px solid #cdd8e1;
	background-color: rgba(108, 140, 167, 1);
	color: #FFF;
	font-size: 32px;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 0.1em 0;
	margin-right: 0.3em;
	margin-bottom: 0.25em;
	cursor: pointer;
}
#box-btns {
	border-top: 1px solid #CCC;
	padding: 1em 0;
	display: block;
}
#buttons div.btn_inv,
#btnAbs div.btn_inv {
	border:2px solid #ffb6b4;
	background-color: #F00;
}

#btnAbs {
	position: absolute;
	top: 1em;
	margin-left: 1em;
	z-index: 999999;
	width: 100%;
}
[data-tooltip]:before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    
    /* customizable */
    transition: all 0.2s ease;
    padding: 5px 10px;
    color: #333;
    border-radius: 5px;
    box-shadow: 2px 2px 1px silver;    
}

[data-tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    background: #cdd8e1;
    margin-top: 30px;
    margin-left: -10px;   
    font-size: 16px; 
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}


#room-urls {
	margin: 2em 0 4em 0;
}
#room-urls div {
	margin: 1em 0;
}


#snapBoxId {
	list-style-type: none;
	padding: 2em 0;
	margin: 2em 0;
	max-height: 800px;
	overflow-y: auto;
}

#snapBoxId div {
	padding: 0;

}
#snapBoxId img {
	width: 240px;
	border: 1px solid #CCC;
}

#snapBoxId input[type="checkbox"][id^="myCheckbox"] {
	display: none;
}

#snapBoxId label {
	border: 1px solid #fff;
	padding: 0 0.2em 0 0;
	margin-left: 0.5em;
	display: block;
	position: relative;
	cursor: pointer;
}

#snapBoxId label::before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	transition-duration: 0.4s;
	transform: scale(0);
}


#snapBoxId :checked + label {
  border-color: #ddd;
}

#snapBoxId :checked + label::before {
 /* content: "✓";
  content: "\10f00c";
  font-family: Font Awesome 5 Duotone;*/
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

#snapBoxId :checked + label img {
  transform: scale(0.95);
  opacity: 0.5;
  z-index: -1;00000
}


/************** CUSTOM TEST ***************/
.not_supported_browser_holder, #browser_unsupported {
	display: none;
}

.start_button_holder {
	margin: 30px 0px;
}

.logo_container a {
	color: #6c8ca7;
}
.logo_container a:hover {
	color: #f00;
}
.logo_container a i {
	font-size: 32px;
}

#browser_unsupported .boxBrowser {
    display: flex;
		justify-content: space-around;
}
