body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	background: #989898;
}
#page-wrapper {
	height: 100%;
}
p { margin: 12px 0; }
.center { text-align: center; display: block; margin: 0 auto; }
.azalea-logo {
	padding: 10px 0;
	background: url("https://app.azaleahealth.com/awa/images/logos/azaleahealth_logo300.png") no-repeat;
	height: 90px;
}
.compressed-stack legend {
	font-weight: 700;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.compressed-stack input[type="text"],
.compressed-stack input[type="password"],
.compressed-stack input[type="email"] {
	margin-top: 0;
	width: 100%;
}
.compressed-stack button {
	margin-top: 5px;
}
#content-area {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #E0E0E0;
	padding: 32px;
	border-radius: 4px;
	width: 300px;
}
.content-area-ca {
	background: #E0E0E0;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#local_video {
	width: 100%;
	height: 150px;
	bottom: 0;
}
.main_video {
	position: absolute !important;
	top: 0;
	right: 0;
	z-index: 999;
}
#left_sidebar {
	width: 175px;
	height: 100%;
	float: left;
}
#sidebar_videos {
	overflow-y: auto;
	width: 100%;
}
#video_cover {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	text-align: center;
	right: 0;
	top: 0;
	z-index: 998;
}
#video_cover_content {
	position: relative;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding:8px 0;
}

#video_cover_content > img {
	max-width: 100%;
}

#session_status {
	font-size: 24px;
	color: #0072bb;
	margin: 12px 0 0;
}
.OT_subscriber:not(.main_video) {
	margin: 4px 0;
	display: none;
}
.content-area-ca .OT_subscriber {
	margin: 0px;
	display: block;
}
#chat {
	height: 250px;
	padding: 6px 0 6px 6px;
	background: #fff;
}
#chat_history {
	height: 210px;
	margin: 0 0 4px 0;
	overflow-y: scroll;
}
.chat_row {
	padding: 2px 0;
}
.chat_sender {
	font-weight: bold;
	color: #0072bb;
}
#chat_input {
	height: 27px;
	width: 95%;
}
#publisher-wrapper {
	position: relative;
	height: 0px;
	padding-top: 75%;
}
#publisher {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.material-icons.md-24 { font-size: 24px; }
.icon-wrapper {
	width: 40px;
	height: 40px;
	border: solid red 1px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
#callEndIcon { color: red; }
.controls {
	text-align: center;
	position: relative;
	top: -27px;
	background: olive;
	z-index: 1;
	display: none;
}
.th_left_panel:hover .controls{
	display: block;
	background: gray;
}
.controls *:hover { cursor: pointer; }
#content-text-provider-waiting .th_top_panel_wrapper {
	display: flex;
	justify-content: space-around;
}
#content-text-provider-waiting .th_left_panel {
	width: 100px;
	flex: 1 1 auto;
}
#content-text-provider-waiting .th_right_panel {
	width: 100px;
	flex: 1 1 300px;
}
#content-text-provider-waiting #connectBtn {
	margin-top: 25px;
	font-size: 20px;
}
.th_panel_label {
	font-size: 10pt;
	line-height: 22px;
	font-weight: bold;
	color: #0072bb;
}
.th_video_cover {
	background: #000;
	text-align: center;
}
#content-text-provider-joined {
	height: inherit;
}
#content-text-provider-joined .th_top_panel_wrapper {
	height: inherit;
}
#content-text-provider-joined .th_right_panel, .th_video_cover, #subscriber-wrapper, #subscriber {
	height: 100%;
}
#content-text-provider-joined .th_top_panel_wrapper {
	display: flex;
}
#content-text-provider-joined .th_left_panel {
	width: 100px;
	flex: 1 1 auto;
	padding-right: 10px;
}
#content-text-provider-joined .th_right_panel {
	flex: 3 1 auto;
	width: 300px;
}
#content-text-provider-joined .th_video_cover_content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	background: #fff;
	padding: 10px 0;
}
#content-text-provider-joined .th_video_cover_content img {
	width: 50%;
}
#content-text-provider-joined .th_video_cover_content .th_status {
	font-size: 20px;
	color: #0072bb;
	margin: 12px 0 0;
}
#content-text-provider-joined .th_bottom_panel_wrapper {
	text-align: center;
	background-color: white;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 6px 0px;
}
#content-text-provider-joined #patient-info {
	padding-left: 10px;
}
#content-text-provider-joined {
	display: flex;
	flex-direction: column;
}
.padding-lr-10 {
	padding: 0 10px;
}
