.clinic-follow-up{
	margin-top: 10px;
}
.clinic-follow-up input{
	margin-left: 25px !important;
	cursor: pointer;
	margin-right: 5px;
}

.clinic-follow-up label{
	cursor: pointer;
}

.clinic-follow-up div{
	display: inline-block;
}


.Consultation_menu {
	display:block;
	width:25%;
	float:left;
	height:100vh;
	background:#eee;
} 
.Consultation_content {
	display:block;
	width:75%;
	float:left;
	height:100vh;
	background:#fff;
	text-align:left;
} 
 
.text_content {
	display:block;
	min-height:300px;
	height:86vh;
	margin:0 auto 10px auto;
	background:#f9f9f9;
	border:1px solid #ccc;
	overflow-x:auto;
	text-align:left;
	padding:0 15px;
	width:100%;
	box-sizing:border-box;
} 

.message_box {
	position:absolute;
	bottom:5px;
	width:75%;
}
.message_box #loading_btn {
    display:none;
}
img.msg_template {
    width: 5%;
    max-width: 50px;
    margin: 0 1% 0 0;
    cursor:pointer;
    float:left;
}
.message_input {
    width: 82%;
    margin: 0 2% 0 0;
    padding: 10px 2%;
    height: 50px;
    line-height: 25px;
    border: 1px solid #ccc;
    float: left;
    border-radius: 5px;
    font-size: 15px;
    outline: none;
    box-shadow: inset 3px 3px 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.message_input:focus {
    /*background-color: ; */
}
.add_btn {
	width:10%;
	height:50px;
	line-height:50px;
	background:#ccc;
	float:left;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	text-shadow:0 1px 1px #fff;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
}
.add_btn:hover {
	background:#5093d2;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	color:#fff;
}
.loading_message #loading_btn {
    display:block;
    cursor:default;
}
.loading_message #loading_btn:hover {
	background:#ccc;
	text-shadow:0 1px 1px #fff;
    color: #515151;
}
.loading_message #add_bottom {
    display:none;
}



.text_content p {
}
div.more_btn {
	display:block;
	width:120px;
	height:25px;
	line-height:25px; 
	margin:10px auto;
	background:#f96;
	text-align:center;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
}
div.select_patient_text {
	display:block;
	width:200px;
	height:25px;
	line-height:25px; 
	margin:10px auto;
	background:#f96;
	text-align:center;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
}

.content_in {
	margin-right:auto;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	width:100%;
	padding:15px 0 0 0;
	background: no-repeat url('../images/l_bg.png') left top;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.content_in p {
	background:#eee;
	padding:10px;
	display:inline-block;
	margin:0;
	border-radius:10px;
    min-width:40%;
    max-width:90%;
    text-align:left;
}
.content_in p span {
	display:block;
	text-align:right;
	margin:3px 0 0 0;
	border-top:1px dotted #ccc;
}
.content_out {
	margin-left:auto;
	display:block;
	width:100%;
    text-align:right;
	margin-top:5px;
	margin-bottom:5px;
	padding:15px 0 0 0;
	background: no-repeat url('../images/r_bg2.png') right top;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.content_out p {
	background:#bee1f5;
	padding:10px;
	display:inline-block;
	margin:0;
    text-align:left;
	border-radius:10px;
    min-width:40%;
    max-width:90%;
}
.content_out p span {
	display:block;
	text-align:right;
	margin:3px 0 0 0;
	border-top:1px dotted #6088ba;
}
.content_out b {
    display: inline-block;
    vertical-align: middle;
    margin:0 0 0 3px;
    width:20px;
    height:20px;
    background:no-repeat url("../images/read_icon.png"); 
} 
.content_out.unread_msg b {
    background:no-repeat url("../images/unread_icon.png"); 
}



.text_content p a.view_pic {
    display:inline-block;
    width:100%;
    max-width:150px;
    height:150px;
    border:1px solid #999;
    background:#fff;
    text-align:center;
    line-height:150px;
    overflow:hidden;
    border-radius:10px;
    vertical-align:bottom;
}
.text_content p a.view_pic img {
    display:block;
    max-height:100%;
    max-width:100%;
    margin:0 auto 0 auto;
}
.text_content p a.view_pic:hover img {
    opacity:0.7;
}
.text_content p a.view_pic_download {
font-size:13px;
display:inline-block;
margin:0 5px;
padding:3px 15px;
    background: #00aeef;
    color: #fff;
vertical-align:bottom;
border-radius:15px;
text-decoration:none;
}

.content_out p a.view_pic {
    margin: 0 0 0 auto;
}


.unread_message {
	display:block;
	text-align:center;
	background:#eee;
	height:30px;
	line-height:30px;
	margin:20px 0 10px 0;
	color:#bbb;
}
.btn1 {
	display:inline-block;
	cursor:pointer;
	border:1px solid #ccc;
	padding:5px; 
}


.mg_text p span {
    font-size:12px;
    line-height:22px;
}
.mg_text p span strong {
    font-size:15px;
}

.main_menu {
	display:block;
	text-align:left;
	height:50vh;
	padding:50px 0 0 0;
	box-sizing:border-box; 
}
.main_menu h1 {
	height:50px;
	line-height:50px;
	font-size:22px;
	padding:0 15px;
	margin:0;
	background:#000;
	color:#fff;
	margin:-50px 0 0 0;
	position: relative;
}
.main_menu h1 span {
	font-size:13px;
    width:25px;
    height:25px;
    line-height:25px;
    color:#fff;
    text-align:center;
    vertical-align: text-bottom;
    display:inline-block;
    background: #00aeef;
    border-radius:40px;
}



.sortable li {
	cursor: move;
}
.sortable-placeholder {
	background-color: red;
}

ul.list_btn {
	list-style:none;
	padding:0;
	margin:0 0 0 0;
	overflow-x:auto;
	height:100%;
}
ul.list_btn li {
    min-height: 45px;
	display:block;
}
ul.list_btn li div.divbtn {
	padding:7px 10px 8px 0;
	min-height:30px;
	line-height:30px;
	display:block;
	margin:0 0 0 10px;
/*	cursor:pointer;*/
	color:#fff;
	font-size:15px;
}
.menu2 ul.list_btn li div.divbtn {
	padding:5px 10px 2px 0;
}
ul.list_btn li div.divbtn span.spanOrder {
	display: block;
	float: left;
	padding: 0 5px 0 0;
	min-width: 20px;
	margin: 0 -25px 0 0;
}
ul.list_btn li div.divbtn span.spanUnreadNum {
	background:#49d646;
	color:#fff;
	float:right;
	text-align:center;
	display:block;
	line-height:20px;
	font-size:10px;
	width:20px;
	height:20px;
	margin:5px 0 0 -5px;
	border-radius:100%;
	font-family:arial;
}
ul.list_btn li div.divbtn span.spanReadNow {
	background:none;
	font-size:0px;
	overflow:hidden;
	line-height:100px;
	background:no-repeat url('../images/read_now.png');
}

ul.list_btn li div.divbtn span.spanName {
/*	display:inline-block;
	width:88%;
	vertical-align:top;
	padding:5px 80px 5px 25px;
	margin:0 -80px 0 0;
	min-height:30px;
	line-height:20px;        
	box-sizing:border-box;*/
}
ul.list_btn li div.divbtn span.spanName {
    display: inline-block;
    width: 110px;
    vertical-align: top;
    padding: 5px 10px 0 5px;
    margin: 0 0 0 20px;
    min-height: 30px;
    line-height:15px;
    font-size:14px;
    box-sizing: border-box;
    cursor:pointer;
}
ul.list_btn.sortable li div.divbtn span.spanName {
    cursor:move;
}
.menu2 ul.list_btn li div.divbtn span.spanName {
    margin: 0 0 0 10px;
    width: 120px;
}
ul.list_btn li div.divbtn span.start_waiting_time {
    display:inline-block;
    padding: 0 0 0 10px; 
    margin:0;
    height: auto;
    font-size: 12px;
    width:auto;
}
ul.list_btn li div.divbtn span.start_waiting_time b {
    display:inline-block;
    margin:0 2px 0 0;
}
div.end_waiting_time_bar {
    display:block;
    border-top: 1px dotted #999;
    height: auto;
    line-height: 1.1;
    margin:3px 0 0 0;
    clear:both;
}
div.end_waiting_time_bar p {
    height:5px;
    width:180px;
    display:inline-block;
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    padding:0;
    margin:0;
    vertical-align:middle;
    box-shadow: inset 1px 1px 2px  rgba(0,0,0,0.2);
}
div.end_waiting_time_bar p span {
    display:block;
    height:5px;
    width:0%;
    background: #00aeef;
    box-shadow: inset 1px 1px 2px  rgba(0,0,0,0.2);
}
div.end_waiting_time_bar.w_time_bar_flash {
    color:#bc0000;
}
div.end_waiting_time_bar.w_time_bar_flash p span {
    background:#bc0000;
    -webkit-animation: w_time_bar_flash 0.5s  infinite alternate; 
            animation: w_time_bar_flash 0.5s  infinite alternate;    
}

@keyframes w_time_bar_flash {
	from { 
    background:#bc0000;
    }
	to { 
    background:#ff4444;
    }
}
@-webkit-keyframes w_time_bar_flash {
	from { 
    background:#bc0000;
    }
	to { 
    background:#ff4444;
    }
}
.menu4 ul.list_btn li div.divbtn span.spanName {
    cursor:auto;
}

ul.list_btn li div.divbtn img {
	vertical-align:middle;
    cursor:pointer;
	height:30px;
	margin:0 0 0 5px;
}
ul.list_btn li div.divbtn img:hover {
    height:40px;
	margin:-5px -5px -5px 0px;
	filter: drop-shadow(0px 5px 3px rgba(0,0,0,0.4));
	-webkit-filter: drop-shadow(0px 5px 3px rgba(0,0,0,0.4));
}
ul.list_btn li div.divbtn img.img_delete {
	height:20px;
	margin:0 0 0 5px;
}
ul.list_btn li div.divbtn img.img_delete:hover {
	height:30px;
	margin:-5px -5px -5px 0px;
}

.menu1 ul.list_btn {
	background:#578bd3;
}
.menu1 ul.list_btn li {
	background:#3b6fb6;
}
.menu1 ul.list_btn li:nth-child(odd) {
	background:#4478c0;
}
.menu1 ul.list_btn li:hover {
	background:#4d91ed;
}
.menu1 ul.list_btn li.sortable-placeholder {
	background:url('../images/li_bg.png') center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.menu2 ul.list_btn {
	background:#666;
}
.menu2 ul.list_btn li {
	background:#444;
}
.menu2 ul.list_btn li:nth-child(odd) {
	background:#555;
}
.menu2 ul.list_btn li:hover {
	background:#888;
}
.menu2 ul.list_btn li.sortable-placeholder {
	background:url('../images/li_bg.png') center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.menu2 ul.list_btn li div.divbtn span.spanOrder {
	display:none;
}



.loading_div {
	display:block;
    position:absolute;
    height:50vh;
	width:25%;
    min-width:250px;
    margin:-50px 0 0 0;
    background:rgba(255,255,255,0.5) url('../images/ajax-loader.gif') center no-repeat;
}

.loading_div2 {
	display:block;
    position:absolute;
    height:50vh;
	width:25%;
    min-width:250px;
    margin:-50px 0 0 0;
    background:rgba(255,255,255,0) center no-repeat;
}





.waiting_div {
display:block; 
}
.waiting_div h1 {
	height:50px;
	line-height:50px;
	font-size:22px;
	padding:0 15px;
	margin:0;
	background:#000;
	color:#fff;
	margin:0 0 0 0;
}
.waiting_div h1 span.spanLogin {
	font-size:13px;
    width:25px;
    height:25px;
    line-height:25px;
    color:#333;
    text-align:center;
    vertical-align: text-bottom;
    display:inline-block;
    background: #ccc;
    border-radius:40px;
}
.waiting_div ul {
list-style:none;
padding:10px;
margin:0;
}
.waiting_div ul li {
display:block;
float:left;
width:100%;
max-width:185px;
background:#3b6fb6;
margin:5px;
padding:5px 5px 5px 10px;
color:#fff;
text-align:left;
border-radius:5px;
}
.waiting_div ul li span.spanLogin {
display:block;
float:right;
width:25px;
height:25px;
background:#fff;
color:#333;
font-size:17px;
line-height:25px;
text-align:center;
cursor:pointer;
border-radius:3px;
}
.waiting_div ul li span.spanLogin:hover {
background:#fe9;
}



.waiting_div_left {
	display:block;
	width:25%;
	float:left;
	height:100vh;
	padding:50px 0 0 0;
	box-sizing:border-box; 
	background:#eee;    
    text-align:left;

    transition-duration: 0.5s; 
    -webkit-transition-duration: 0.5s; 
} 

.waiting_div_left h1 {
	height:50px;
	line-height:50px;
	font-size:22px;
	padding:0 15px;
	margin:0;
	background:#000;
	color:#fff;
	margin:-50px 0 0 0;

}
.waiting_div_left h1 span.spanLogin {
	font-size:13px;
    width:25px;
    height:25px;
    line-height:25px;
    color:#333;
    text-align:center;
    vertical-align: text-bottom;
    display:inline-block;
    background: #ccc;
    border-radius:40px;
}
.waiting_div_left ul {
list-style:none;
padding:0;
margin:0;
overflow:auto;
height:100%;
}
.waiting_div_left ul li {
display:block;
min-height: 25px;
line-height:25px;
font-size:15px;
background:#3b6fb6;
padding:10px;
color:#fff;
text-align:left;
}
.waiting_div_left ul li:nth-child(odd) {
	background:#4478c0;
}
.waiting_div_left ul li span.spanLogin {
display:block;
float:right;
width:25px;
height:25px;
background:#fff;
color:#333;
font-size:17px;
line-height:25px;
text-align:center;
cursor:pointer;
border-radius:3px;
}
.waiting_div_left ul li span.spanLogin:hover {
background:#fe9;
}

.waiting_div_right {
	display:block;
    position:absolute;
	left:25%;
	width:75%;
	float:left;
	height:100vh;
    padding:20px 10px;
	background:#fff;
	text-align:left;
    box-sizing:border-box;
    text-align:center;

    transition-duration: 0.5s; 
    -webkit-transition-duration: 0.5s; 
} 

.waiting_btn {
position:fixed;
bottom:5px;
width:100%;
text-align:center;
}
.waiting_btn span {
display:inline-block;
padding:5px 10px;
border:1px solid #ccc;
font-size:15px;
cursor:pointer;
background:rgba(0,0,0,0.2);
}

.waiting_show_left .waiting_div_left {
	margin:0;
    width:100%;
}
.waiting_show_left .waiting_div_right {
    left:100%;
}

.waiting_show_right .waiting_div_left {
	margin:0 0 0 -25%;
}
.waiting_show_right .waiting_div_right {
	width:100%;
	left:0;
}


.video_div {
display:block;
float:left;
margin:0 1%;
background:#eee;
width:48%;
min-height:330px;
}
.video_div>span {
display:block;
line-height:30px;
}
.video_div>div , .video_div>div>div {

}
.video_btn {
display:block; 
clear:both;
padding:10px 1%;
text-align:right;
}
.video_btn span {
display:inline-block;
width:50px;
height:50px;
text-align:center;
font-size:35px;
line-height:48px;
background:#5983a3;
color:#fff;
cursor:pointer;
margin:0 0 0 5px;
border-radius:5px;
box-shadow:0 2px 7px rgba(0,0,0,0.2);
}
.video_btn span:hover {
background:#bed3e4;
}



@media screen and (max-width: 900px){

body{

/*	overflow-x:auto;*/
}
	.Consultation_menu , .waiting_div_left{
		width:250px;
	} 
	.Consultation_content , .waiting_div_right{
		display:block;
		width:auto;
/*		min-width:390px;*/
		float:none;
	} 
.waiting_div_left{
min-height:520px;
}
.video_btn {
clear:none;
}
 	.message_box {
 		bottom: 5px;
 		width:390px;
 	}
 	.message_box {
 		white-space:nowrap;
 	 }
 	.message_input {
 		width:72%;
 		margin:0 2% 0 0;
 	}
 	.add_btn {
 		min-width:50px;
         width:20%;
 	}
.Message_preview_content{
	white-space:normal !important;
}
input.input_text1 , select.input_text1 {
	font-size: 14px !important; 
}

.video_div {
display:block;
float:none;
margin:0 1% 10px 1%;
background:#eee;
width:98%;
min-height:210px;
}    
.video_div>div , .video_div>div>div {

}


.waiting_show_left .waiting_div_left {
	margin:0;
    width:100%;
}
.waiting_show_left .waiting_div_right {
    left:100%;
}

.waiting_show_right .waiting_div_left {
	margin:0 0 0 -25%;
}
.waiting_show_right .waiting_div_right {
	width:100%;
	left:0;
}


}


.old_mg {
background:red;
}


@media screen and (min-width: 769px){
	.header-detail-consultation-fixed {
		position:fixed;
		top:0px;
		left:0;
		background: white;
		z-index: 1;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #80808052;
		min-height: 105px;
		padding-bottom: 0px !important;
	}
}

@media screen and (max-width: 640px){
.mg_text p span strong {
    display:block;
}
}


