
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');

html {
	position: relative;
	min-height: 100%;
}

nav {
	height: 50px;
	width: 100%;
	z-index: 1;
	background-color: #4d4d4d !important;
	border-color: #4d4d4d !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
#audio-btn i, #video-btn i{
	line-height: 3;
	font-size: 1.5rem;
}
#send-link i{
	line-height: 1.6;
	font-size: 3rem;
}
#get-logs i{
	line-height: 3;
	font-size: 1.5rem;
}
#leave-btn i{
	line-height: 3;
	font-size: 1.5rem;
	color:#fff;
}
#resub-btn i{
	line-height: 3;
	font-size: 1.5rem;
}
#audio-btn.disabled-stream
{
	background:#ff5252;
	color:#fff;
}
#video-btn.disabled-stream
{
	background:#ff5252;
	color:#fff;
}
#leave-btn{
	background-color: #ff5252;
	border-radius: 50px;
	width: 60px;
	height:60px;
	position: absolute;
	bottom: 195px;
	right: 20px;
	z-index: 1;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	color:#333;
}
#resub-btn{
	background-color: #f3f3f3;
	border-radius: 50px;
	width: 60px;
	height:60px;
	position: absolute;
	bottom: 275px;
	right: 20px;
	z-index: 1;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	color:#333;
}
#audio-btn{
	background-color: #f3f3f3;
	border-radius: 50px;
	width: 60px;
	height:60px;
	position: absolute;
	bottom: 115px;
	right: 20px;
	z-index: 1;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	color:#333;
}
#video-btn{
	background-color: #f3f3f3;
	border-radius: 50px;
	width: 60px;
	height:60px;
	position: absolute;
	bottom: 35px;
	right: 20px;
	z-index: 1;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	color:#333;
}
#send-link {
	background-color: #f3f3f3;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 195px;
	right: 20px;
	z-index: 1;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	color: #333;
}

#get-logs {
	background-color: #f3f3f3;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 275px;
	right: 20px;
	z-index: 1;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	color: #333;
}


*,
*::after,
*::before {
box-sizing: border-box;
}

body {
font-family: "Raleway", sans-serif;
}

.u-btn {
all: unset;
cursor: pointer;
}

.chatbox {
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
bottom: 0px;
position: fixed;
right: 8em;
-webkit-transform: translatey(23.5em);
  transform: translatey(23.5em);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
width: 18.5em;
}
.chatbox--is-visible {
-webkit-transform: translatey(0);
  transform: translatey(0);
}
.chatbox__header {
background: #4e4e4e;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
  justify-content: space-between;
padding: 0 0.75em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
  user-select: none;
}
.chatbox__header-cta-text {
color: #fff;
font-weight: 300;
font-size: 1.025rem;
}
.chatbox__header-cta-icon {
color: #fff;
margin-right: 0.75em;
}
.chatbox__header-cta-btn {
background: none;
border: none;
color: #aaa;
padding: 0.5em;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.chatbox__header-cta-btn:hover {
color: #fff;
}
.chatbox__display {
background: #ededed;
height: 20em;
overflow: auto;
padding: 0.75em;
}
.chatbox__display-chat {
background: #fff;
border-radius: 0.5em;
color: #666;
font-weight: 300;
font-size: .90rem;
line-height: 1.5;
padding: 0.75em;
text-align: justify;
margin-bottom: 10px;
}
.chatbox__display-chat-rx {
background: #5fc9f8;
border-radius: 0.5em;
color: #666;
font-weight: 300;
font-size: .90rem;
line-height: 1.5;
padding: 0.75em;
text-align: justify;
margin-bottom: 10px;
margin-left:20px;
}
.chatbox__display-chat h6 {
font-weight:bold;
margin-top: 5px;
margin-bottom: 0px;
font-size: 1.5rem;

}

.chatbox__display-chat-rx h6 {
font-weight:bold;
margin-top: 5px;
margin-bottom: 0px;
color:white;
font-size: 1.5rem;
}.chatbox__display-chat-rx p {
color:white;
font-size:1.2rem;
margin-bottom:0px;
}.chatbox__display-chat p {
font-size:1.2rem;
margin-bottom:0px;
}
.chatbox__form {
display: -webkit-box;
display: flex;
}
.chatbox__form-input {
border: none;
color: #222;
font-size: 0.9rem;
font-weight: 300;
padding: 1.25em 1em;
width: 100%;
}
.chatbox__form-input:required {
box-shadow: none;
}
.chatbox__form-submit {
background: none;
border: none;
color: #aaa;
padding: 1em;
background:white;
}
h1.warning
{
	font-size: 3rem;
}
@media(max-width:768px){
	h1.warning
	{
		font-size: 1.7rem;
	}
}
.nav-icon {
	padding: 5px 15px 5px 15px;
	float: right;
}

/*nav a {
	color: #ccc !important;
}

nav i.fa {
	font-size: 40px;
	color: #ccc;
}

nav a:hover {
	color: #a9a9a9 !important;
}

nav i.fa:hover {
	color: #a9a9a9;
}
*/
#main-container {
	padding-bottom: 80px;
}

/*vertical-center {
	position: relative;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/

.horizontal-center {
	margin: 0 auto;
}

.form-control {
	color: #0088aa;
	font-weight: bold;
}

.form-control:focus {
	border-color: #0088aa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 136, 170, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 136, 170, 0.6);
}

input.btn {
	font-weight: bold;
}

.btn {
	font-weight: bold !important;
}

.btn-success {
	background-color: #06d362 !important;
	border-color: #06d362;
}

.btn-success:hover {
	background-color: #1abd61 !important;
	border-color: #1abd61;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #4d4d4d;
}

.footer .text-muted {
	margin: 20px 0;
	float: left;
	color: #ccc;
}

.openvidu-logo {
	height: 35px;
	float: right;
	margin: 12px 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
/*
.openvidu-logo:hover {
	-webkit-filter: grayscale(0.5);
	filter: grayscale(0.5);
}*/

.demo-logo {
        margin-top: -7px;
        height: 35px;
	float: left;
	padding-right: 8px;
}

/*a:hover .demo-logo {
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}*/

#join-dialog {
	margin-left: auto;
    margin-right: auto;
    max-width: 70%;
}

#join-dialog h1 {
	color: #4d4d4d;
	font-weight: bold;
	text-align: center;
}

#img-div {
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
	/*position: relative;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

#img-div img {
	height: 15%;
}

#join-dialog label {
	color: #0088aa;
}

#join-dialog input.btn {
	margin-top: 15px;
}

#session-header {
	margin-bottom: 20px;
}

#session-title {
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
}

#buttonLeaveSession {
	float: right;
	margin-top: 20px;
}
#video-container video:first-of-type {
	position: relative;
	float: left;
	width: 35%;
	cursor: pointer;
}
#video-container div:first-of-type {
	float: left;
	width: 35%;
	position: relative;
	margin-left: -35%;
}
#video-container video {
	position: relative;
	float: left;
	width: 65%;
	cursor: pointer;
}

#video-container div {
	float: left;
	width: 65%;
	position: relative;
	margin-left: -65%;
}
@media(max-width:992px)
{
	#video-container video:first-of-type {
		position: relative;
		float: left;
		width: 100%;
		cursor: pointer;
	}
	#video-container div:first-of-type {
		float: left;
		width: 100%;
		position: relative;
		margin-left: -100%;
	}
	#video-container video {
		position: relative;
		float: left;
		width: 100%;
		cursor: pointer;
	}
	
	#video-container div {
		float: left;
		width: 100%;
		position: relative;
		margin-left: -100%;
	}
}

#video-container p {
	display: inline-block;
	background: #f8f8f8;
	padding-left: 5px;
	padding-right: 5px;
	color: #777777;
	font-weight: bold;
	border-bottom-right-radius: 4px;
}

video {
	width: 100%;
	height: auto;
}

#main-video p {
	position: absolute;
	display: inline-block;
	background: #f8f8f8;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 22px;
	color: #777777;
	font-weight: bold;
	border-bottom-right-radius: 4px;
}

#session img {
	width: 100%;
	height: auto;
	display: inline-block;
	object-fit: contain;
	vertical-align: baseline;
}

#session #video-container img {
	position: relative;
	float: left;
	width: 50%;
	cursor: pointer;
	object-fit: cover;
	height: 180px;
}


/* xs ans md screen resolutions*/

@media screen and (max-width: 991px) and (orientation: portrait) {
	#join-dialog {
		max-width: inherit;
	}
	#img-div img {
		height: 10%;
	}
	#img-div {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-header i.fa {
		font-size: 30px;
	}
	.navbar-header a.nav-icon {
		padding: 7px 3px 7px 3px;
	}
}

@media only screen and (max-height: 767px) and (orientation: landscape) {
	#img-div {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	#join-dialog {
		max-width: inherit;
	}
}
