/*.rightsidecontainer{*/
	/*margin-left:0px;*/

/*}*/

.usernavbar-yolo {
	position:fixed;
	z-index:2;
	width:100%;
	top: 0px;
	border-bottom-color: #444444;
	min-height: 70px;
	border-bottom: #D6D6D6 solid 1px;
	background-color: white;
}
.menu-btn {
	float: left;
	padding:0 10px;
	position: relative;
	top: 5px;
	font-size: 25px;
	color: #787777;
	cursor: pointer;
}
@media (max-width: 767px) {

	/* xs */
	.text-xs-left { text-align: left; }
	.xs-no-padding {padding-left: 0px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* sm */
	.text-sm-left { float: left}
	.sm-no-padding {padding-left: 0px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* md */
	.text-md-left { text-align: left; }
	.text-md-center { text-align: center;}
	.md-padding-left {padding-left: 250px;} /*for sidebar*/
}
.wrapper-closed {
	padding-left: 75px !important;
}
.menu-closed{
	left: 0 !important;
}
#usersidebar-wrapper {
	position: fixed;
	width: 200px;
	display: inline-block;
	height: 100%;
	left: 0 !important;
	top: 65px;
	overflow-y: auto;
	background: #FCFCFC;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-right: 1px solid #BFBABA;
	overflow: hidden;
}

/* usersidebar Styles */

.usersidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.videoCallPrescription th{
	text-align: center;
}
.usersidebar-nav li {
	text-indent: 15px;
	line-height: 40px;
}

.usersidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #101010;
	border-radius: 0 !important;
}

.usersidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: #337ab7;
	border-left: #449d44 2px solid;
	border-radius: 0 !important;
}

.usersidebar-nav li a:active,
.usersidebar-nav li a:focus {
	text-decoration: none;
}

.usersidebar-nav > .usersidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}

.usersidebar-nav > .usersidebar-brand a {
	color: #999999;
}

.usersidebar-nav > .usersidebar-brand a:hover {
	color: #fff;
	background: none;
}

.no-margin{
	margin:0;
}

.center-loading{
	text-align: center;
	margin-top: 15%;
}
.center-loading h3{
	color:#5b98cc;
	margin-left: 1em;
}

.center-error{
	padding-top: 15%;
	text-align: center;
	width: 100%;
	/*color: #337AB7;*/
	color: #5b98cc;
}

.innercontainer{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.prescription{

}

.prescription th,.prescription td {
	font-size: 13px;
    text-align: center;
}

.prescription th {
	font-size: 1.2em;
	text-align: center;
}

.prescription table
{
	margin:0;
}

.prescription .radio-control {
	width: 14%;
	margin-left: 5.4em;
}
.prescription .form-control:focus {
	box-shadow: none;
	overflow-y:scroll;
}

.prescription .form-group {
	padding:0px;
	margin-bottom: 10px;
}


.add_new{
	display: block !important;
	position: relative;

	font-weight: 600;
	text-align: center;

	color: #797979;
	vertical-align: middle;
	background: rgb(231, 231, 231);
}
.consult-footer{
	line-height: 15px;
	padding: 5px;
	border-top: 1px solid rgba(158, 158, 158, 0.36);
	font-weight: 600;
	font-size: 12px;
}
.offline-consult-list{
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	transition: .2s ease all;
	box-shadow: 1px 1px 8px #9E9E9E;

}
.offline-consult-list:hover {
	box-shadow: 5px 5px 10px #9E9E9E;
}
.hide_consult_src{
	display: none;
}
.consult-header{
	color: #fff;
	font-weight: 600;
	padding: 10px 5px;
	text-transform: capitalize;
	min-height: 40px;
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.13);
}
span.offline_summary {
	float: right;
	margin: 0 5px;
}
.offline_summary .badge{
	background-color: rgba(255, 255, 255, 0);
	color: #ffffff;
}
.add_new:hover{
	text-decoration: none !important;
}
.consult_source {
	width: 100%;
}
.consult_source video{
	height: 100%;
	width: inherit;
	border-radius: 5px;
}
.back{
	display: inline-block;
	position: relative;
	padding: 20px 0px;
}
.back a{
	background: #3d7cdb;
	/* margin: 8px; */
	font-size: 20px;
	border-radius: 11px;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
}
.notification .badge {
    position: relative;
    top: -12px;
    left: -10px;
    font-weight: 600;
    border-radius: 100%;
    background: rgba(61, 124, 219, 0.88);
    height: 25px;
    width: 25px;
    line-height: 20px;
    padding: 0;
    border: 3px solid #f8f8f8;
}
.user-heading p {
	font-size: 1em;
	text-transform: capitalize;
	line-height: 15px;
}
.user-info-block {
	width: 70%;
	text-align: left;
	padding-left: 5px;
}

.printUrineData {
	background: #ffffff;
	margin-bottom: 15px;
	border: 1px solid #c6c5c4;
	padding: 10px;
	border-radius: 5px;
	box-shadow: -5px 5px 10px #dcd8d8;
	min-height: 145px;
}
.urineTestReport {
	color: #555;
}
.urineHeader {
	display: inline-block;
	width: 100%;
	min-height: 65px;
}
.printUrineData .testImg {
	width: 15%;
}
.printUrineData .testImg {
	width: 56px;
	height: 56px;
	display: inline-block;
	padding: 0;
}
.printUrineData .urineTestData {
	width: 65%;
	text-align: center;
	padding: 0 5px;
	float: right;
}
p.testTitle {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
p.testData {
    margin: 0;
}
p.testData {
    font-size: 14px;
    font-weight: 500;
}
.urineRange {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #f4f3f3;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 10px;
}
.reportLabel {
    text-align: left;
    width: 35%;
    margin-left: 15px;
}

.status-upload {
	background: none repeat scroll 0 0 #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 100%;
}
.status-upload form {
	/*float: left;*/
	width: 100%;
	padding: 10px;
}
.status-upload form textarea {
	background: none repeat scroll 0 0 #fff;
	border: medium none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	color: #777777;
	float: left;
	font-family: Lato;
	font-size: 14px;
	height: 110px;
	letter-spacing: 0.3px;
	padding: 15px;
	width: 100%;
	resize:vertical;
	outline:none;
	border: 1px solid #F2F2F2;
}

.status-upload ul {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 5px;
	width: auto;
}
.status-upload ul > li {
	float: left;
}
.status-upload ul > li > a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #777777;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 10px 10px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 30px;
	cursor: pointer;
}
.status-upload ul > li > a:hover {
	background: none repeat scroll 0 0 #606060;
	color: #fff;
}
.status-upload form button {
	border: medium none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: right;
	font-family: Lato;
	font-size: 14px;
	letter-spacing: 0.3px;
	/*margin-right: 9px;*/
	margin-top: 9px;
	padding: 6px 15px;
}
.dropdown > a > span.green:before {
	border-left-color: #2dcb73;
}
.status-upload form button > i {
	margin-right: 7px;
}
/* styles for comment section */

.postcomments{
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.comments{
	margin-top: 12px;
}

.post .post-heading {
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 15px;
}

.avatar {
    position: relative;
    background: white;
    padding: 5px;
}

.post .post-heading .meta .title {
    margin-bottom: 0;
}
.commentTime {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 5px;
    color: #777;
}