
@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);

.Site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	width: 760px;
	margin: 0 auto;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	width: 760px;
	margin: 0 auto;
	height: 100vh;
}

.topBanner {
	height: 55px;
	width: 730px;
	margin: 3px auto;
}

.topBanner img {
	align-self: flex-start;
	margin-top: 6px;
}

img.icon.master {
	width:64px
}

img.icon.square-border {
	padding: 2px;
	margin: 4px;
	border: 3px solid blue;
	border-radius:16px;
}

img.icon.round-border {
	padding: 5px;
	margin:5px;
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 1.0) ;
	border: 1px solid #999;
	border-radius:32px;
}


.topBanner h3 {
	font-style: italic;
	margin: 16px 0 0 0;
	align-self: flex-end;
	font-family: 'Roboto', sans-serif!important;
}
.topBanner p {
	align-self: flex-end;
	margin-top: 0;
	font-family: 'Roboto', sans-serif!important;
	font-size: 11px;
}

.topBanner p a {
	color: #4C8FC4;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

div#controls {
	display: flex;
	justify-content: center;
	flex-direction: row;
}

div#remote-media {
	display: flex;
	flex-direction: row;
	text-align: center;
	margin: auto;
}

div#remote-media video {
	width: 120px;
	height: 90px;
	border-radius: 6px 6px 0px 0px;
}

div#controls div#mediaRows{
	width: 100%;
}
div#controls div#room-controls {
	width: 16em;
	margin: 0 1.5em;
	text-align: center;
}

div#controls div#main-frame {
	margin: 14px auto;
	height: 570px;
	width: 760px;
	border-radius:15px;
	position: relative;
	background: black;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}

div#controls div#main-frame > video {
	width: 760px;
	height: 570px;
	border-radius: 15px;
}

div#controls div#main-frame-video {
	z-index: 12;
}

div#controls div#main-frame-video video {
	width: 760px;
	height: 570px;
	border-radius: 15px;
}

div.main-frame-columns video {
	height: 500px;
}

div#controls div#main-frame-overlay {
	border-radius:15px;
	text-align: center;
	position: absolute;
	background:rgba(23, 24, 80, 0.6);
	height: 570px;
	width: 760px;
	z-index: 10;
	font-family: 'Roboto', sans-serif!important;
}

div#controls div#main-frame-overlay-overlay {
	text-align: center;
	position: absolute;
	//background: black;
	border-radius:15px;
	opacity: .9;
	height: 570px;
	width: 100vw;
	z-index: 10;
	font-family: 'Roboto', sans-serif!important;
}
div#controls div#main-frame-overlay h3 {
	color: white;
	font-family: Roboto;
	font-size: x-large;
	line-height: 1.25;
	line-height: 1.25;
	font-weight: 400px!important;
}
div#controls div#main-frame-overlay input#name-input {
	font-family: 'Roboto', sans-serif!important;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	/* width: 100%; */
	box-sizing: border-box;
	font-family: montserrat;
	color: black;
	font-size: 16px;
}
div#controls div#main-frame-overlay button#button-join {
	width: 112px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	font-size: 15px;
	margin: 10px 5px;
	font-family: 'Roboto', sans-serif!important;
}


div#controls div#main-frame div#speaker-name {
	width: 750px;
	border-radius: 15px 15px 0 0;
	display: none;
	position: absolute;
	top: 0;
	height: 25px;
	background: #1a1a1a7a;
	font-weight: bold;
	z-index: 16;
	font-family: 'Roboto', sans-serif!important;
	color: white;
	padding-left: 10px;
	padding-top: 5px;
}

div#controls div#main-frame div#control-icons {
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 100;
}

div#controls div#main-frame div#control-icons img {
	cursor: pointer;
	height: 90px;
}

div#controls div#main-frame div#control-icons #button-unmute,
div#controls div#main-frame div#control-icons #button-unshare-screen,
div#controls div#main-frame div#control-icons #button-video-off,
div#controls div#main-frame div#control-icons #button-video-on {
	display: none;
}

div#local-media {
	display: none;
	z-index: 15;
	margin: 0 7px;
}

div#local-media video {
	height: 90px;
	border: none;
	border-radius: 6px;
}

div#controls div#room-controls {
	display: flex;
}

div#controls div#room-controls input {
	width: 100%;
	height: 2.5em;
	padding: 0.5em;
	text-align: center;
	font-family: 'Roboto', sans-serif!important;
}

button#button-leave {
	display: none;
	text-align: center;
	margin-top: 0;
}

div#room-controls > button {
	text-align: center;
}

div#main-frame-video div.participant-container .hideDiv {
	height:570px;
	width: 760px;
	background: black;
	display: none;
}

div#remote-media div.participant-container .hideDiv {
	width:120px;
	height: 90px;
	background: black;
	display: none;
}

div.participant-container {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	border: 0px solid #ccc;
	border-radius: 15px;
	margin: 3px;
	flex-grow: 0;
	position: relative;
}

div.participant-container p.instructions {
	width:120px;
	background-color:#ccc;
	border-radius: 0px 0px 6px 6px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	padding: 0px;
	text-align: center;
	font-size:15px;
	margin: 0;
	font-family: 'Roboto', sans-serif!important;
}

/* Mute/unmute icons */

div.iconContainer {
	position: absolute;
	right: 21px;
	top: 33px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

div#main-frame-video div.iconContainer {
	width: 40px;
	height: 40px;
	right: 8px;
	top: 51px;
}

div#remote-media div.iconContainer {
	width: 24%;
	height: 32px;
	right: 3px;
	top: 3px;
}

div#remote-media div.iconContainer img {
	height: 90%;
}

footer {
	width: 730px;
	margin: 0 auto;
	height: 20px;
	position: absolute;
	bottom: 6px;
	text-align: center;

}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 11; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	float: right;
	font-size: 28px;
	font-weight: bold;
}

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

/* Modal Header */
.modal-header {
	padding: 2px 16px;
	background-color: #124280;
	color: white;
}

/* Modal Body */
.modal-body {
	padding: 2px 16px;
	font-size: 23px;
}

/* Modal Footer */
.modal-footer {
	padding: 2px 16px;
	background-color: #124280;
	color: white;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin:10px  auto;
	padding: 0;
	border: 1px solid #888;
	width: 760px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	animation-name: animatetop;
	animation-duration: 0.4s
}

#expand-shrink {
	width: 750px;
	border-radius: 15px 15px 0 0;
	position: absolute;
	top: 0;
	height: 25px;
	font-weight: bold;
	z-index: 16;
	font-family: 'Roboto', sans-serif!important;
	color: white;
	padding-left: 10px;
	padding-top: 5px;
}

#expand {
	z-index: 16;
	float: right;
	margin-right: 5px;
	width: 40px;
	display:none;
}
#shrink{

	-webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(180deg);        /* FF */
	-o-transform: rotate(180deg);          /* Opera */
	-ms-transform: rotate(180deg);         /* IE9 */
	transform: rotate(180deg);             /* W3C compliant browsers */
	z-index: 16;
	float: right;
	margin-right: 5px;
	width: 40px;display:none;
}

.fullScreen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: visible !important;
	border-width: 0 !important;
	background: black !important;
	border-radius: 0!important;
}

/* Add Animation */
@keyframes animatetop {
	from {top: -300px; opacity: 0}
	to {top: 0; opacity: 1}
}
