* {
	margin:       0;
	padding:      0;
}

#vidyoConnectorApp {
	width:        100%;
	height:       100%;
}

#renderer {
	position:     absolute;
	top:          0px;
	right:        0px;
	left:		  0px;
	bottom:       90px;
	z-index: 99;
	background-color: #000000;
}
#helper {
	position:     absolute;
	top:          0px;
	left:         0px;
	width:        100%;
	min-height:       100%;
	padding-top:  66px;
	background-color: #d7d7d7;
	background-image: url("../images/telemed/waiting-room.jpg");
	background-size: cover;
	background-position: right center;
}

#helper .card {
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 20px;
}



#helper table {
	max-width: 1200px;
	height: 100%;
	margin: auto;
}
#helper td {
	vertical-align: middle;
	text-align:     center;
	width:          800px;
	padding:        10px;
}
#helper img {
	vertical-align: middle;
}
.helperCheck {
	vertical-align: middle;
	text-align:		left;
	padding: 		10px;
	font-size:      16px;
}
.helperHeader, .helperFooter {
	padding:        30px 0px;
}
#helperText {
	font-size:  36px;
}
#helperText p {
	font-size:  16px;
}

.helperFooter a {
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	background-color: #007bff;
	display: inline-block;
	padding: 14px 0px 14px 0px;
	color: white;
	font-weight: normal;
	width: 200px;
	margin: auto;
	border-radius: 5px;
}
.helperFooterTwoButton a {
	width: 150px;
}

#helper ul {
	display:         inline-block;
	list-style-type: none;
}

.toolbar {
	height:            60px;
	background-color:  #1e223a;
	bottom: 30px;
}

.statusbar {
	height: 30px;
	background-color: #111320;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
}

#toolbarLeft {
	background-color:  #1e223a;
	text-align:        left;
}
#toolbarCenter {
	text-align:        center;
}
#toolbarRight {
	text-align:        right;
}

.rendererFullScreen {
	left:         0px;
}
.rendererFullScreenPermanent {
	left:         0px;
}
.hidden {
	display:      none;
}
.hiddenPermanent {
	display:      none;
}
#error {
	color:        red;
}

#clientVersion {
	color:        white;
	line-height:  10px;
	margin:       0px 10px;
	position:     absolute;
	right:        0px;
	bottom:       3px;
	font-size:    75%;
}
.center {text-align: center; }
.options form  { }
.options p     { text-align: center; }

.logo {
	margin:      20px;
	width:       300px;
}

.toolbarButton        {
	width:               60px;
	height:              60px;
	background-size:     40px auto;
	background-repeat:   no-repeat;
	background-position: center;
	background-color:    #1e223a;
	border:              0;
}

.cameraOn      { background-image: url(../images/telemed/cameraOn.png); }
.cameraOff     { background-image: url(../images/telemed/cameraOff.png); }
.microphoneOn  { background-image: url(../images/telemed/microphoneOn.png); }
.microphoneOff { background-image: url(../images/telemed/microphoneOff.png); }
.callStart     { background-image: url(../images/telemed/callStart.png); }
.callEnd       { background-image: url(../images/telemed/callEnd.png); }
.settings	   { background-image: url(../images/telemed/showSettings.png);}
.showOptions   { background-image: url(../images/telemed/showSettings.png); }
.hideOptions   { background-image: url(../images/telemed/showSettings.png); }

/* Renderer Layout CSS */
.pluginOverlay .videoContainer .frame video {
	background-image: url(../images/telemed/default_profile.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 33%;
	background-color: #1e223a;
}

#monitorShareParagraph {
	display: none;
}

#optionsModal .modal-content {
	padding: 0;
	margin: 0;
	border-radius: 5px;
}

#optionsModal .modal-header {
	background-color: #f03741;
	color: #ffffff;
}

#optionsModal .modal-header .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	margin-top: -5px!important;
}

#optionsModal label {
	font-weight: 600;
}

@media only screen and (max-width: 375px) {
	.page-title { font-size: 22px; }
}
