@charset "utf-8";
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
#activitybodydiv{
	position: relative;
    top: -30px;
}

.tabLink {
    padding: 0px 2px 4px 5px;
}

.tabLink div .genmed, .tabLink a {
    background-color: transparent;
    line-height: 24px;
    font-weight: normal;
    text-decoration: none !important;
    font-size: 13px;
}
.community {
    left: 10px;
    width: 310px;
    background-position: top;
    padding-top: 6px;
    height: 36px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.listshow {
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: -30px;
    right: -255px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.fixtab {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid solid none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .75);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .75);
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: 1em;
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    margin-bottom: 0px;
    display: block;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.appstore {
    position: relative;
    bottom: 0px;
}
.help{
	position: absolute;
    right: 0px;
    bottom: 25px;
}

.inputBtn {
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 20px;
    cursor: pointer;
    margin-top: 1px;	
    font-size: 14px !important;
    margin-left: 5px;
}

.liststyle li{
    list-style: none;
    padding-left: 30px;
	font-size: 16px;
    margin: 10px 0px;

}
.feedbackLink {
    background-color: transparent;
    display: block;
    padding: 6px 10px 2px 42px;
    text-decoration: none;
}

.feedback {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid solid none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
    box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    font-family: Arial, sans-serif;
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 9999;
    margin-bottom: 0px;
    display: block;
    background-position: 0px 50%;
    background-repeat: no-repeat no-repeat;
}

.minheight{
	    min-height: 430px !important;
}
@media screen and (min-width: 768px) {
.morehight{
    min-height: 223px;
    vertical-align: middle;
	padding-top:40px;
}
}
@media screen and (max-width: 768px) {
.morehight{
    min-height: 145px;
    padding-top: 30px;
    vertical-align: middle;
	
}
}
.contactfooter{
    color: #979797;
    text-decoration: none;
}


/* styles before aug 26, 2017 */

.menuUl{
	list-style:none;
	margin-bottom: 11px;
}

.menuUl li{
	display: inline;
	padding: 5px 5px;
	margin: 0px 5px;
	font-size:15px;
	cursor:pointer;
}


.totalBody{
	width:1025px;
	margin: 0px auto;
	max-height:600px;	
    display: table;
}
.textLogo{
	float:left;
	width:220px;
	margin-top:30px;
}

.menu{
	float:right;
	margin-top: 30px;
}

.bodyDiv{
	float:left;
	width:100%;
	margin-top:10px;
	min-height:550px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.homeDiv{
	float:left;
	width:100%;
	margin-top:10px;
	min-height:550px;
}
.leftDiv{
	width:70%;
	float:left;
}
.rightDiv{
	width:30%;
	float:left;
}

.animationDiv{
	-webkit-box-shadow: 5px 5px 7px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    5px 5px 7px rgba(50, 50, 50, 0.7);
	box-shadow:         5px 5px 7px rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height:200px;
	display:block;
	margin:15px 10px;
	padding: 0px;
}

.mainDivBox{
	margin:auto;
	-webkit-box-shadow: 5px 5px 7px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    5px 5px 7px rgba(50, 50, 50, 0.7);
	box-shadow:         5px 5px 7px rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:block;
	margin:5px 5px;
}
.contentDiv{
	padding:15px;
}
.inputText{
	padding:5px;
	width:210px;
	margin-left:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inputTextBlank{
	margin-left:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin-left:0px;
}

.forgetP{
	margin-left: 20px;
}

.footerDiv{
	width:771px;
}
.footerDiv ul{
	padding:2px;
	text-align:center;
}
.footerDiv ul li{
	display: inline;
	list-style: none;
	padding: 2px 20px;
	cursor:pointer;
	font-size:12px;
}
.footerDiv ul li:hover{
	text-decoration:underline;
}

.boxHeading{
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 14px;
	font-size: 16px;
	font-weight: bold;
}

.formHeading{
	margin-bottom: 0px;
	margin-left: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
}

.rounded, .post {
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    padding: 3px;
	width:200px;
	}

.rounded select {
    width: 100%;
    border: 0;
    outline: 0; 
}

.catDis{
	width:49%;
	float:left;
	text-align:left;
	margin:5px 1px;
}

.pageLink{
	font-weight:bold;
	text-decoration: none;	
}
.roundedSmall {
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    padding: 3px;
	width:100px;
}
.roundedSmall select { 
    width: 100%;
    border: 0;
    outline: 0;  
}
.catDisback{
	width:40%;
	float:left;
	text-align:left;	
	padding:5px 10px;
}
.catDisnext{
	width:40%;
	float:right;
	text-align:right;	
	padding:5px 10px;
}
.recentViews{
	padding-left:0px;	
}

.recentViews li{
	list-style: none;
	padding: 5px;
	cursor:pointer;
}
.recentViews li img{
	margin:0px 5px;
}
.recentViews span{
	display:inline-block;
	width:220px;
}

#leftmenu1 {
	font-family: Helvetica, Verdana;
	font-size:11px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}
#leftmenu1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#leftmenu1 ul li {
	margin: 0px;
	padding: 3px;
	text-align: left;
}

#leftmenu1 ul li a {
	display: block;
	padding: 5px 0px 3px 5px;
	text-decoration: none;
	font-size:11px;
	text-align: left;
}

#leftmenu1 ul li:hover {
	display: block;
	background-position:left;
	background-repeat:no-repeat;
	background:tranparent;
}

.popupDiv{
	-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 20%;
	left: 30%;
	position: absolute;
	min-height: 220px;
}
.popupDivHead{
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	font-weight:bold;
	display:block;
	padding:10px;
}
.popupDivBody{
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	display:block;
	padding:15px;
}

.centerTable{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.centerTable td{
	padding:10px;
}

.centerTable tr:first-child td:first-child {
	-webkit-border-radius: 7px 0px 0px 0px;
	-moz-border-radius: 7px 0px 0px 0px;
	border-radius: 7px 0px 0px 0px;
	font-weight:bold;
}
.centerTable tr:first-child td:last-child {
	-webkit-border-radius: 0px 7px 0px 0px;
	-moz-border-radius: 0px 7px 0px 0px;
	border-radius: 0px 7px 0px 0px;
	font-weight:bold;
}

.loginBtnDiv {
	width: 100px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* General text */
.gen { font-size : 16px; }
.genmed { font-size : 14px; }
.italicgenmed { font-size : 13px; font-style: italic; }
.italicgensmall { font-size : 12px; font-style: italic; }
.gensmall { font-size : 12px; }
.screentitle { font-weight:bold; }
.appointmentgenmed { font-size : 12px; }

/* The text input fields */
input.post, textarea.post, select.post {
	width : 300px;
}
.post select {
    width: 300px;
    border: 0;
    outline: 0;  
}
.show{
visibility:visible;
}
.hide{
visibility: hidden;
}  
.supportCell{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

.supportCell div{
	width: 260px;
	float: left;
	padding: 4px 20px;
	margin: 5px;
}

.topicCell{
		border: 1px solid #c0c0c0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
}

.formDiv tr td{
		text-align: left;
}
.formDiv tr td:first-child {
		text-align: right;
}
.formDiv tr:first-child td{
		text-align: left;
}

.formDiv{
    -webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;	
}
.formDiv1 tr td{
		text-align: left;
}
.formDiv1 tr td:first-child {
		text-align: right;
}
.formDiv1 tr:first-child td{
		text-align: left;
}
.formDiv1{
    -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
}

.leftmenuunselected a {
	text-shadow: none;
    background-image: none;
}

.mrSection{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
.mrSectionBody {
	overflow-y:auto; 
	height:150px;	
}

.rating	{
	font-size: 20; font-weight: bold;
}

a.rating	{
	font-size: 20; font-weight: bold; text-decoration: none;
}

.boxFooter{
	padding-top: 10px;	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.boxFooter a{
	font-weight: normal;
	text-decoration: none;
}
a , a :hover, a:active, a:visited{
    cursor: pointer;
    font-size: 14px;
	text-decoration:underline;
}
.listDisplay1
{
	text-decoration:none;
	width:100%;
}
.listDisplay1 td
{
	position: relative;
    margin: 5px 0px;
    padding: 5px 0px 5px 5px;
    font-weight: bold;
	text-align:left;
 	vertical-align:middle;
}
.listDisplay1 td a {
	vertical-align:middle;
    text-decoration: none;
	vertical-align:middle;
	font-weight:normal;
}

.showChart{
 	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}

.back{
	font-size: 20px; 
}
a.back {text-decoration: none;}

#draggablewrapper {background:#ddd;width:940px;margin: 5px auto;border: 2px solid #fff;padding: 20px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.draggablepopup-section {padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dashed #333;}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 21px;
	height: 21px;
	padding: 1px;
    background: #fff;
    border: 1px solid #c0c0c0;
    color: #666;
    text-align: center;
    font: 16px Arial, sans-serif;
}

.OT_subscriber video {
				 height: 375px !important;
    			width: 500px !important;
				}
				.OT_subscriber{
					height: 375px !important;
    				width: 500px !important;
				}
				OT_video-container{
					left:0px !important;
				}
				.OT_publisher{
				    height: 98px !important;
				    width: 130px !important;

				}
				#myCamera{
			 		/*
					border: 1px solid #fff;
				    position: relative !important;
				    bottom: 99px !important;
				    float: right !important;
				    z-index: 999 !important;
			 		*/
				    height:350px ;
				}
				.OT_publisher video {
					 height: 98px !important;
	    			width: 130px !important;
				}
				#chatdatadiv{
				    height: 100px;
				    overflow-y: scroll;
				    width: 485px;
				    text-align: left;			
				    
					padding: 3px 9px 25px 6px;
					background: #fff;
					line-height: 12px;
				}
				.startmeeting {
					background: #FFDFDF;
					padding: 10px;
					border: 1px solid #ccc;
					border-radius: 10px;
					box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.74);
				}

.row{
	width:90%;
	margin:0px auto;
	padding-top: 10px;
	
	
}

.animation span img{
	width:100%;
}
.boxHeading {
  color: #F74D09;
  font-size: 24px;
}
h1, h2 ,.boxHeading{
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
}
.sections{
	 padding-top: 1px;
  border-bottom: 1px solid #cacaca;
  background: rgb(242,242,242);
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 73%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(73%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 73%,rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 73%,rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 73%,rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 73%,rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
}
.pick_doctor{
	width:80%;
  margin: 20px auto;
}
.pick_doctor .inputTextBlank, .pick_doctor input[type="text"],.pick_doctor .rounded {
  width: 95%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  margin-bottom: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding-left: 10px;
  box-sizing: border-box;
}

.pick_doctor h2 {
    border-bottom: 1px solid #c0c0c0;
    color: #F74D09;
}
.pick_doctor h2 span {
    width: 34%;
    display: inline-block;
    font-size: 19px;
}
.teste div {
    display: inline-block;
    width: 260px;
    margin: 2px 3px;
    border: 1px solid #ccc;
    padding: 3px;
}
.teste div .rating {
    font-size: 12px;
    font-weight: bold;
    color: red;
    width: 40px;
}
.teste div .view {
    width: 35px;
    font-size: 13px;
    line-height: 30px;
    text-decoration: underline;
    cursor: pointer;
}
.teste div .testename {
    width: 160px;
    cursor: pointer;
    color: #74a000;
	font-size:14px;
}
.teste div span {
    display: inline-block;
}
.iframecss{
	width:100%;
	border:0px;	
	overflow:hidden;
	height: 230px;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fb-like.fb_iframe_widget {
	top: 7px !important;
	position: absolute !important;
	right: 10px;
}
.speciality-icon{
    text-align: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
 cursor:pointer;
}
.docimg{  
 width: 50px;
 height: 50px;
 margin: auto;
 -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 25px;
    border: 1px solid #989898;
}
.speciality-name{
    text-transform: capitalize;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9b9b9b;
    line-height: 14px;
    margin: 0 2px;
}

.tabselected{
    background: #567705 !important;
}

.tabunselected{
    background:transparent !important;
}
.autofileserice {
	position: relative;
	top: -3px;
/*	border-left: 1px solid rgb(183, 183, 183);
	border-right: 1px solid rgb(183, 183, 183); */
	background-color: rgb(255, 255, 255);
}
.autofileserice td {
	border-bottom: 1px dotted rgb(183, 183, 183);
	padding: 4px 2px;
}


<!--OLD Style Sheet-->

.navtop  {
	display: block;
	width: 100%;
}

.navtop ul {
	margin: 0px;
	padding: .7em .7em .7em .0em;
	float: left;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

.navtop li {
	float: left;
    list-style: none outside none;
    margin-left: 0;
    white-space: nowrap;
    width:100%;
}

.navtop a {
	float:left;
	padding: .8em 1.5em;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	/* font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;*/
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom:1px solid #c0c0c0;
	width: 100%;         
 }
 .navtop li:first-child a {
 	border-top:1px solid #c0c0c0;
 }
.navtop a:active {
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	text-decoration: none;
}

