body 
{
	font-size: 10pt;
	font-family: "PT Sans", sans-serif;
	background-color: white;
	margin: 0;
	/*background: #204e81;*/
}

a
{
	color: #2f889a;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

img 
{
	max-width: 100%;
	border: 0px;
}

img.image 
{
	margin: 0px 6px 0px 0px;
}

header
{
	/*background: #204e81;*/
}

footer
{
	/*background: #204e81;*/
	padding: 15px 5px 15px 5px;
	color: #fff;
}

.bold_font
{
	font-weight: bold;
}

.page_body
{
	text-align: left;
	background-color: #fff;
	width:100%
}

.body_content
{
	padding: 15px 5px 15px 5px;
}

.page_heading
{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.div_welcome
{
	float: right;	
	margin: -80px 13px 0px 0px;
}

.div_welcome > ul > li > span
{
	color: #ffffff;
}

.div_welcome > ul
{
	list-style-type: none;
	text-align: right;
	line-height: 1.8;
}

.div_welcome > ul > li > a
{
	color: #ffffff;
}

.div_welcome > ul > li > a
{
	padding-left: 20px;
}

.div_welcome > ul > li > a:hover
{
	text-decoration: underline;
}

.div_no_record_found
{
	color: #ff0000;
	text-align: center;
	padding:30px;
}

.div_sign_in_up
{
	float: right;
	display:inline;
	margin: -80px 13px 0px 0px;
}

.div_sign_in_up > ul
{
	list-style-type: none;
}

.div_sign_in_up > ul > li
{
	display:inline;
}

.div_sign_in_up > ul > li > a
{
	display:inline;
	padding: 7px 15px 7px 15px;
	background-color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.div_sign_in_up > ul > li > a:hover
{
	background-color: #ccc;
	cursor: pointer;
}


/* Modal Popup Start */
.modalBackground
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    top: 0;
    left: 0;
}

.modalPopup
{
    background-color: #FFFFFF;
    border-width: 5px;
    border-style: solid;
    border-color: #E2B23A;
    overflow:auto;
    /*border-radius:4px; */   
    position: fixed;
    z-index: 9999;
    top: 10%;
	/*left: 40%;*/
	display:none;
	min-width: 350px;	
	/*max-height: 350px;*/
}

.event_popup
{
	width: 650px;
}

.ModalHeader
{
	padding:10px;
	border-bottom:solid 1px #ECECEC;
	font-size: 14pt;
	font-weight: bold;
}

.ModalHeader img
{	
	border:0px;
	/*width:16px;
	height:16px;	*/
	float: right;
	margin: -2px -4px 0px 0px;
}

.ModalFooter
{
	padding:10px;
	border-top:solid 1px #ECECEC;
	text-align: right;
}

.ModalBody
{
	padding:10px;
	text-align: center;
}

.ModalBody > label
{
    display: block;
    padding-top: 15px;
    text-align: left;    
	padding-bottom: 2px;
}

.ModalBody > div > label
{
    display: block;
    padding-top: 15px;
    text-align: left;    
	padding-bottom: 2px;
}

.ModalBody > div > div > span > label
{
    display: block;
    padding-top: 15px;
    text-align: left;    
	padding-bottom: 2px;
}

.label_detail
{	
	padding-bottom: 3px;
    border-bottom: 1px dashed #ccc;
}
.modal_body_heading
{
	font-weight: bold;
}

.ModalClose
{
	cursor:pointer;
}
/* Modal Popup End */

/* Alert Message Start */
.MainAlert
{
	display:none;
	padding: 10px 0px 10px 0px;
}

.alert
{
	padding:10px;
	border-radius:4px;
	text-align:left;
	margin: 10px 5px 10px 5px;
	line-height: 1.4;
}

.alert strong
{
	font-size:12pt;
}

.alert-success
{
	display:none;
	background-color:#dff0d8;
	border:solid 1px #d6e9c6;
	color:#3c763d;
}

.alert-success hr
{
	border-top-color:#c9e2b3;
}

.alert-success .alert-link
{
	color:#2b542c;
}

.alert-info
{
	display:none;
	background-color:#d9edf7;
	border:solid 1px #bce8f1;
	color:#31708f;
}

.alert-info hr
{
	border-top-color:#a6e1ec;
}

.alert-info .alert-link
{
	color:#245269
}

.alert-warning
{
	background-color:#fcf8e3;
	border:solid 1px #faebcc;
	color:#8a6d3b;
}

.alert-warning hr
{
	border-top-color:#f7e1b5
}

.alert-warning .alert-link
{
	color:#66512c;
}

.alert-danger
{
	display:none;
	background-color:#f2dede;
	border:solid 1px #ebccd1;
	color:#a94442;
}

.alert-danger_upload
{
	display:none;
	background-color:#f2dede;
	border:solid 1px #ebccd1;
	color:#a94442;
}

.alert-danger hr
{
	border-top-color:#e4b9c0;
}

.alert-danger .alert-link
{
	color:#843534;
}
/* Alert Message End */

.div_sign_up
{
	width: 400px;
	padding: 10px;
	text-align: left;
	float: right;
}

.div_sign_up > label
{
    display: block;
    padding-top: 15px;
}

.div_sign_up > .radio_button
{
    float:left;
    clear:none;
}

.div_sign_up > input.radio
{
    float:left; 
    clear:none; 
    margin: 2px 0 0 2px;
}

.radio_button > label
{
	float: left;
  	clear: none;
  	display: inline-flex;
  	padding: 8px 2.5em 0 0;
}

.div_sign_in
{
	width: 370px;
	padding: 10px;
	text-align: left;
	/*float: left;*/
}

.div_sign_in > label
{
    display: block;
    padding-top: 15px;
}

.div_sign_in > .forgot_your_password
{
    float: right;
    margin: 9px 0px 0px 0px;
}

.div_forgot_password
{
	width: 350px;
	padding: 10px;
	text-align: left;
}

.forgot_password_message
{
	font-size: 11pt;
	font-weight: bold;
}

input
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #CCCCCC;
	color: #555;
	padding: 7px;
	width:96%;
}

input.ckeditor_file
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #CCCCCC;
	color: #555;
	padding: 7px;
	width: 95%;
  	margin: 7px 0px 0px 0px;;
}

input.user_full_name
{
	width: 28.5%;
}

input.search
{
	width: 24.5%;
}

input.specialties
{
	width: 80%;
}


select
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #CCCCCC;
	color: #555;
	padding: 6px;
}

select.sel_client_status,
select.sel_client_country
{
	padding: 2px;
}

select.name_title
{
	width:13%;
}

select.category_specialties
{
	width:38%;
	float:left;
}

select.category
{
	width:84%;
}

select.time_zone
{
	width:84%;
}

select.country_state_city
{
	width:84%;
}

.TextAreaBox
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #CCCCCC;
	color: #555;
	padding: 7px;
	width:80%;
}

.TextAreaBoxPopUp
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #CCCCCC;
	color: #555;
	padding: 7px;
	width:97%;
	height:5em;
}

.TextAreaBoxEmbedded
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #CCCCCC;
	color: #555;
	padding: 7px;
	width:97%;
	height:7em;
}

.Button
{
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:6px 12px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    letter-spacing: 0.4px;
}

.Button:hover
{
	color:#333;
	text-decoration:none;
}

.ButtonSmall
{
	padding:5px 10px;
	line-height:1.5;
	border-radius:3px;
}

.ButtonSuccess
{
	color:#fff;
	background-color:#428bca;
	border-color:#357ebd;
}

.ButtonSuccess:hover
{
	color:#fff;
	background-color:#3276b1;
	border-color:#285e8e
}

.CloseButton
{
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:6px 12px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}

.CloseButton:hover
{
	color:#333;
	text-decoration:none;
}

.CloseButtonSmall
{
	padding:5px 10px;
	line-height:1.5;
	border-radius:3px;
}

.CloseButtonSuccess
{
	color:#333;
	background-color:#dddddd;
	border-color:#ccc
}

.CloseButtonSuccess:hover
{
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad
}

.note
{
	color:#6F6E6F;
	text-align: left;
}

.text_note
{
	color:#6F6E6F;
	padding: 25px;
}

.div_search_container
{
	width: 80%;
	text-align: center;
}

.header_container
{
  	padding-bottom: 70px;
  	padding-top: 50px;
  	text-align: center;
}

.header_container p 
{
  	font-size: 10px;
  	line-height: 1;
  	margin: 0 0 5px 0;
}

.header_container h1
{
  	margin: 0;
  	line-height: 1;
  	font-size: 24px;
}

.header_container .header_step1, .header_container .header_step2, .header_container .header_step3 
{
	float: left;
}

.header_step1
{
	background: url('../images/search.png') no-repeat left center;
}

.header_step1
{
	width: 23%;
	text-align: left;
	padding-left: 44px;
}

.header_step2
{
	background: url('../images/appointment.png') no-repeat left center;
}

.header_step2
{
	width: 33%;
	text-align: left;
	padding-left: 44px;
}

.header_step3
{
	background: url('../images/doctor.png') no-repeat left center;
}

.header_step3
{
	width: 22%;
	text-align: left;
	padding-left: 44px;
}

.div_doctor_search_box
{
	background-color: #f0f0f0;
	padding: 5px;
	width: 97%;
}

.div_doctor_search_box input
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 40px;
  	padding: 10px 20px;
  	font-size: 16px;
  	border: 1px solid #e3e3e3;
  	line-height: 38px;
	width: 90%;
}

.div_doctor_search_box button
{
	/*display:inline-block;vertical-align:top;font-weight:bold;color:#4d4d4d;*/
	cursor:pointer;
	border:1px solid #02a6d8;
	background:#428bca;
	width:123px;
	background-image:url('../images/home-search-button.png');
	background-position:center center;
	background-repeat:no-repeat;
	height: 60px;
}

.div_doctor_search_box button:hover
{
	background:#3276b1;
	background-image:url('../images/home-search-button.png');
	background-position:center center;
	background-repeat:no-repeat;
}

.div_search_field
{
	overflow: hidden;
}

.div_search_field .search_text_box
{
	float:left;
	width:87.5%;
}

.div_search_field .search_button
{
	float:left;
	padding-left: 5px;
}

.div_search_result
{
	overflow: hidden;	
	text-align: left;
}

.div_profile_left_right
{
	overflow: hidden;
	padding-bottom:15px;
}

.consultation_button
{
	overflow: hidden;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	text-align: center;
}

.hr_line
{
	border-bottom:1px solid #ccc;
	width:80%;
}

.div_left_side
{
	float:left;
	width:60%;
	margin-top: 3%;
}

.div_left_side > img, .div_patient_left_side > img
{
	padding:4px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	width:90px;
	height:110px;	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	float:left;
}

.div_left_side > span,.div_patient_left_side > span
{
	float:left;
	margin-left: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
}

.div_left_side > span > a,.div_patient_left_side > span > a
{
	font-size:18px;
	font-weight:bold;
	color:#33689b;
	text-align: left;
}

.div_left_side > span
{
	text-align: left;
	width: 50%
}

.div_right_side
{
	float:left;
	width:40%;
	margin-top: 3%;
}

.div_right_side > a
{
	font-size:14px;
	font-weight:bold;
	color:#33689b;
	text-align: left;
	text-decoration: none;
}

.div_right_side > a:hover
{
	text-decoration: underline;
}

.address_directions
{
	background:#D6D6D6;
	width:97.6%;
	float:left;
	padding:5px;
	left:0;
	margin: 8px 0px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.address
{
	/*overflow: hidden;
	margin-top:15px;
	padding:10px;
	vertical-align: top;
	border:1px solid #D6D6D6;
	border-radius:0px 0px 4px 4px;*/
	
	overflow: hidden;
  margin-top: 15px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #D6D6D6;
  min-height: 120px;
}

.address_border_radius
{
	border-radius:4px;
}

.address > img
{
	padding-left:4px;
}

.address > div > span
{
	text-align: left;
	width: 60%;
	padding-left: 5px;
	line-height: 1.5;
}

.address > div > div
{
	text-align: left;	
	padding-left: 5px;
	line-height: 1.5;
}

.all_address
{
	width:70%;
	padding:0px 0px 0px 10px;
}

.all_address_appointment
{
	padding-top:25px
}

.all_address_appointment > span > a
{
	font-size: 12pt;
	font-weight: bold;
}

.div_please_wait
{
	background-image:url('../images/please-wait.gif');
	background-position:center center;
	background-repeat:no-repeat;
	display: none;
	height: 50px;
	z-index: 9999;
}

.file_upload_loader
{
	background-image:url('../images/file_upload_loader.gif');
	background-position:center center;
	background-repeat:no-repeat;
	display: none;
	height: 50px;
	z-index: 9999;
}

.record_per_page .record_limit
{
	display:none;
}

.RequiredFields
{
	color:Red;
	font-size:9pt;
	text-align:right;
	padding-left:5px;
}

.list_data
{
	padding-top: 20px;
	text-align: left;
	width:99.5%;
}

.edit_data
{
	padding-top: 20px;
	text-align: left;
	width:97%;
	overflow: hidden;
}

.edit_data > div
{
	overflow: hidden;
}

.edit_data >div >div.three_column
{
	float:left;
	overflow: hidden;
	width:32%;
	padding-bottom: 20px;
}

.edit_data >div >div >div >div.three_column
{
	float:left;
	overflow: hidden;
	width:32%;
	padding-bottom: 10px;
	
}

.edit_data >div >div >div >div >div.three_column
{
	float:left;
	overflow: hidden;
	width:32%;
	padding-bottom: 10px;
	
}

.edit_data >div >div >div >div >div >div.three_column
{
	float:left;
	overflow: hidden;
	width:32%;
	padding-bottom: 10px;
	
}

.edit_data >div >div >div >div >div >img
{
    cursor: pointer;
}

.three_column > label
{
    display: block;
    padding-top: 15px;
    text-align: left;
}

.three_column > input.textbox
{
    width:80%;
}

.three_column > input.radio
{
    width:5%;
}

.edit_data >div >div.two_column
{
	float:left;
	overflow: hidden;
	width:30%;
	padding-bottom: 20px;
}

.edit_data >div >div.two_column_middle
{
	float:left;
	overflow: hidden;
	width:8%;
	padding-bottom: 20px;
}

.two_column > label
{
    display: block;
    padding-top: 15px;
}

.two_column > input.textbox
{
    width:80%;
}

.two_column > input.radio, input.checkbox
{
    width:5%;
}

.two_column > div > img
{
    margin-left: 8px;
    cursor: pointer;
}

.edit_button
{
	float:right;
	display:inline-block;
	padding-top: 30px;
}

.edit_button_popup
{
	float:right;
	display:inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
}

.div_add_specialties > label
{
    display: block;
    padding-top: 15px;
}

.div_address_heading
{
	padding:5px;
	background-color: #ccc;
	width:90%;
	font-weight: bold;	
}

.div_breadcrumb
{
	padding-top: 10px;
}

.breadcrumb
{
	padding:8px 5px;
	margin-bottom:10px;
	list-style:none;
	background-color:#f5f5f5;
	border-radius:4px;
	font-size: 10pt;
}

.breadcrumb>li
{
	display:inline-block;
}

.breadcrumb>li+li:before
{
	padding:0 5px;
	color:#ccc;
	content:"/\00a0";
}

.breadcrumb>.active
{
	color:#777;
}

.btn-primary
{
	color:#fff;
	background-color:#428bca;
	border-color:#357ebd
}

/*----- Tabs -----*/
.tabs 
{
	width:100%;
    display:inline-block;
}

.tab-links:after 
{
	display:block;
	clear:both;
    content:'';
}
 
.tab-links li 
{
    margin:0px 5px;
    float:left;
    list-style:none;
    
}
 
.tab-links a 
{
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#7FB5DA;
    font-size:16px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
    border-bottom: 0px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    
}
 
.tab-links a:hover 
{
    background:#a7cce5;
    text-decoration:none;
}
 
li.active a, li.active a:hover 
{
    background:#fff;
    color:#4c4c4c;
}
 
.tab-content 
{
    padding:15px;
    border-radius:3px;
    background:#fff;
}
 
.tab 
{
    display:none;
}
 
.tab.active 
{
    display:block;
    
}

.profile_photo
{
	padding:4px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	width:90px;
	height:110px;	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
}

.div_display_massage_box
{
	padding:7px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	height:75px;	
	width:80%;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.35);
	cursor:not-allowed;
	line-height: 1.5em;
	color:#6F6E6F;
}

.cursor_pointer
{
	cursor: pointer;
}

.communcation_address
{
	width:450px;
	padding-bottom: 20px;
	overflow: hidden;
	text-align: left;
}

.txt_date_picker
{
	float:left;
	padding-right:50px;
	padding-left:10px;
	overflow: hidden;
	text-align: left;
	word-break: break-all;
	width:21%;
}

.txt_date_picker input
{
	width:70%;
}

.banner_doctor_address
{
	padding:10px; 
	width:38%;
	float:left;
	overflow: hidden;
	text-align: left;
}

.doctor_address_appointment_fix
{
	float: right;
	padding-top: 10px;
}

.doctor_address
{
	width:100%;
	margin: 0px 0px 0px -37px;
}

.doctor_address > li
{
	list-style-type: none;
	/*width:100%;*/
}

.div_bottom_line
{
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.main_doctor_list
{
	width:80%;
}

#divLoading
{
    display : none;
}

#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('../images/please-wait.gif');
    background-color:#EEF3FA;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}

.fc-event
{
    cursor: pointer;
}

.consultation_fee
{
	padding-left: 20px;
	display:none;
}

.characterLeft
{
	float:right;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 2px;
}

.div_file_upload_iframe
{
	display: none;
	padding-top:10px;
}

.file_uploaded
{
	list-style-type: none;
	padding:5px;
}

.file_uploaded > li
{
	padding:5px;
	background-color: #A7C0DC;
	margin: 0 0 5px 0px;
  	border-radius: 5px;
}

.delete_image
{
	cursor: pointer;
	padding:0 0 0 20px;
	float:right;
	margin: -1px 5px 0px 0px;
}

.progress
{
	width:98%;
	display:none;
}

.progress .bar
{
	float:left;
	width:0;
	height:10px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#0e90d2;
	padding: 0px 0px 1px 4px;
  	margin: 6px 0 0 0px;
}

.appointment_confirm_heading
{
	text-align: left;
}

.appointment_confirm
{
	text-align: left;
	padding: 10px;
	margin: -16px 0px 0px 10px;
}

.appointment_confirm > label
{
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

.appointment_confirm > label
{
    display: block;
    padding-bottom: 10px;
    text-align: justify;
}

.div50
{
	float: left;
	width:48%;
	text-align: left;
	padding: 10px;
	overflow: hidden;
}

.textcenter
{
	text-align: center;
}

.update_profile
{
	float: left;
	margin: 150px 0px 0px -93px;
}

.upcoming_consultation_heading
{
	border: 1px solid #ccc;
  	border-radius: 5px 5px 0px 0px;
  	width: 50%;
  	background-color: #ccc;
  	padding: 5px;
  	font-weight: bold;
  	/*margin: 17px 0px 0px 0px;*/
}

.upcoming_consultation_body
{
	border: 1px solid #ccc;
  	border-radius: 0px 0px 5px 5px;
  	width: 50%;
  	padding: 10px 5px 25px 5px;
  	line-height: 1.5em;
}

.unread_health_query_heading
{
	border: 1px solid #ccc;
  	border-radius: 5px 5px 0px 0px;
  	width: 98%;
  	background-color: #ccc;
  	padding: 5px;
  	font-weight: bold;
  	margin: 17px 0px 0px 0px;
  	text-align: left;
}

.unread_health_query_body
{
	border: 1px solid #ccc;
  	border-radius: 0px 0px 5px 5px;
  	width: 98%;
  	padding: 10px 5px 25px 5px;
  	line-height: 1.5em;
  	text-align: left;
  	overflow: auto;
  	max-height: 200px;
}

.profile_display
{
	width:80% !important;
	margin-left:30px;
}

.upcomming_appointment > li
{
	list-style-type: none;
	line-height: 1.8em;
	margin-left: -30px;
	text-align: left;  
}

.chk_include_this_address
{
	width:15px;
}

.profile_photo_file_name
{
	display:none;
}

.doctor_exists
{
	float:right;  margin: 0px 70px 0px 0px;
	display:none;
}

.todays_appointment_heading
{
	background:#D6D6D6;
	width:96.5%;
	float:left;
	padding:5px;
	left:0;
	margin: 8px 0px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.todays_appointment_list
{
	overflow: auto;
	margin-top:15px;
	padding:10px;
	vertical-align: top;
	border:1px solid #D6D6D6;
	border-radius:0px 0px 4px 4px;
	line-height: 1.5em;
	height: 410px;
}

.bottom_boader
{
	border-bottom:1px solid #D6D6D6;
	width: 100%;
}

ul.display_patient_name {
  margin: -10px 0px 0px -25px;
  margin: 0;
  z-index: 9999;
  background-color: beige;
  position: absolute;
  list-style: none;
  width: 87%;
  line-height: 1.5em;
  display: none;
  overflow: auto;
  max-height: 150px;
}

li.display_patient_name_li {
  margin: 2px 0px 2px -39px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px;
}

.txt_patient_name:hover {
  opacity: 1;
  top: 37px;
  visibility: visible;
}

ul.display_doctor_name {
  margin: -10px 0px 0px -25px;
  margin: 0;
  z-index: 9999;
  background-color: beige;
  position: absolute;
  list-style: none;
  line-height: 1.5em;
  display: none;
  overflow: auto;
  max-height: 150px;
  display: none;
  width: 30.5%%;
  text-align: left;
}

li.display_doctor_name_li {
  margin: 2px 0px 2px -39px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px;
}

ul.display_city_name {
  margin: -10px 0px 0px -25px;
  margin: 0;
  z-index: 9999;
  background-color: beige;
  position: absolute;
  list-style: none;
  line-height: 1.5em;
  display: none;
  overflow: auto;
  max-height: 150px;
  display: none;
  width: 30.5%%;
  text-align: left;
}

li.display_city_name_li {
  margin: 2px 0px 2px -39px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px;
}

.health_query_title {
	width:96%;
	padding:10px;
	display:inline-block;
	background:#204e81;
	transition:all linear 0.15s;
	font-size:1em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
	border-radius: 10px 10px 0px 0px;
}

.health_query_title.for_patient {
  background-color: cadetblue;
}

.posted_by {
  margin-left: 44px;
  width: 89.1%;
}

.health-query-desc {
	padding:12px;
	margin-bottom: 20px;
}

.desc-content-posted {
	border: 1px solid cadetblue;
	width: 88.2%;
}

.desc-content-reply {
	border: 1px solid #204e81;
	width: 95%;
}



/*----- Accordion -----*/
/*.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;
}

.accordion-section-title {
	width:100%;
	padding:10px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#204e81;
	transition:all linear 0.15s;
	font-size:1em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#4c4c4c;
	text-decoration:none;
	color:#fff;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

.accordion-section-content {
	padding:15px;
	display:none;
}
*/
a.file_name {
  padding: 5px 10px 5px 10px;
  background-color: #2B579A;
  margin: 0px 0px 0px 5px;
  border-radius: 4px;
  color: #ffffff;
}

.profile_display h1, .div_patient_left_side h1 {
  font-size: 20px;
  margin: 0px;
  color:#204E81;
}

.unread_health_query_heading a {
  float: right;
}

.float_left{
	float:left;width:30%; text-align: left;overflow: hidden;
}

.float_center{
	float:left;width:10%; text-align: left;overflow: hidden;
}

.float_right{
	float:left;width:60%; text-align: left;overflow: hidden;
}

a.admin-location {
  padding: 10px;
  width: 94%;
  display: inline-block;
  text-decoration: none;
  background-color: #ccc;
  margin: 5px 0px 0px 0px;
  color: black;
  border-radius: 3px;
  line-height: 1.3em;
}

a.admin-location active {
  background-color: #ccc;
}

a.admin-location.active {
  background-color: dimgrey;
  color: #fff;
}

a.admin-location.active:hover {
  color: #fff;
}

a.admin-location:hover {
  color: red;
}

.dashboard_doctor_heading
{
	padding:5px;
	border: 1px solid #ccc;
  	border-radius: 5px 5px 0px 0px;
  	width: 98%;
  	background-color: #ccc;
  	font-weight: bold;
  	text-align: left;
}

.dashboard_doctor_body
{
	border: 1px solid #ccc;
  	border-radius: 0px 0px 5px 5px;
  	width: 98%;
  	padding: 10px 5px 25px 5px;
  	line-height: 1.5em;
  	text-align: left;
  	overflow: hidden;
}

.doctor_list_dashboard {
  float: left;
  margin: 0px 0px 30px 20px;
  width: 30%;
  text-align: center;
}

.less_doctor_list_dashboard {
  float: left;
  margin: 0px 0px 0px 20px;
  width: 46%;
  text-align: center;
}

.doctor_name_dashboard {
  font-size: 15px;
  font-weight: bold;
  margin: 13px 0px 0px 0px;
  color: #204E81;
}

.doctor_caption_dashboard {
  font-size: 11px;
}

.div_button {
	padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  float:left;
  width: 20%;
  height: 110px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
  margin: 20px 20px 20px 20px;
  line-height: 106px;
  font-size: 22px;
  white-space: nowrap;
}

.div_appointment_date_time
{
	display:none;
}

li.appointment_date_time_option
{
	display: inline-block;
	margin-left: -39px;
	margin-right: 48px;
}

.ckeditor_photo
{
	padding:4px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	width:90px;
	height:110px;	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	margin: 0px 15px;
}

.ckeditor_li
{
	text-align:center;
	display: block;
}

.ckeditor_li_margin
{
	margin-top: 27px;
}

.ckeditor_li_filename
{
	margin-top: 10px;
}

.upladed_image_display_div
{
	float:left; margin: 30px 0px 0px 0px;
}

label.lbl_patient_name_display {
  line-height: 1.5em;
}

.doctor_wating_time_headding {
  border: 1px solid #ccc;
  padding: 7px;
  line-height: 1.2em;
  border-radius: 7px 7px 0px 0px;
  background-color: #ccc;
  font-weight: bold;
}

.doctor_wating_time_body {
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #ccc;
  padding: 7px;
  text-align: justify;
  min-height:200px;
}

.content_even {
  border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.content {
  color: chocolate;
}

.div1_2 {
  margin-top: -35px;
}

.days_event
{
	/*float:left;*/
	width:100%;
}

.day_event_link {
  float: left;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #999;
  background-color: #ccc;
    margin: 5px 2px 2px 3px;
 }

.event_date {
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  line-height: 1.9em;
  background-color: #ccc;
  margin: 10px;
  border-radius: 4px 4px 0px 0px;
}

.no_profile_appointment {
  color: cornflowerblue;
  text-align: center;
  line-height: 2.5em;
}

.div_date_link {
  border: 1px solid #D6D6D6;
  padding: 9px;
  margin: -10px 10px 10px 10px;
  min-height: 120px;
}

.day_event_link:hover {
  background-color: #f1d1d1;
}
.previous_next_profile_event {
  float: right;
  margin: 6px 3px 0px 0px;
  cursor: pointer;
}

.please_wait_event
{
	display:none;
	background: url('../images/please-wait.gif') no-repeat center;
	min-height: 120px;
}

.lbl_file_upload
{
	display:none;
}

/* Chandan */
/*
*************************************************************************************************
 CSS added by Srinivas 
*************************************************************************************************
*/


/*
*************************************************************************************************
 CSS used in common
*************************************************************************************************
*/


div.ui-datepicker
{
 font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
 font-size: 13px;
}

/*
*************************************************************************************************
   CSS for doctor-dashboard.tpl
*************************************************************************************************   
*/

.div_doctor_profile
{
	width: 57%; 
	float:left;
	margin: 5px;
	padding: 10px;
}

.div_address_block
{
	width: 40%; 
	float: left;
	margin: 5px;
}

.div_upcoming_consultations
{
  width: 93%;
  float: left;
  margin: 18px;
}

.div_upcoming_patient_consultations
{
  width: 93%;
  float: left;
  margin-left: 18px;  
}

.div_query_inbox
{
	/*width: 98%; 
	margin: 5px;
	border: 1px solid;
	padding: 20px;
	border-radius:4px;
	border-color: #CCCCCC;*/
}

.div_doctor_dashboard_profile_name
{
	font-size: 12pt;
	font-weight: bold;
	color: #2f889a;
	padding-bottom: 10px;
	text-align: left;

}

.div_doctor_dashboard_profile_caption
{
	padding-left: 10px;
	line-height: 20px;
	width: 100%;	
}


.div_doctor_dashboard_specialties
{
	padding: 10px;
	line-height: 20px;
	width: 100%;
}

.div_map
{
  padding-right: 15px;
}

.div_profile_photo
{
 width: 22%;
 float:left;
 align: center;	
}

.div_profile_details
{
 width: 70%;
 float:left;
 padding-left: 10px;	
}

.div_address
{
  width: 100%;	
}

.div_address_count
{
  width: 95%;
  font-size: 9pt;
  font-weight: bold;
  color: #2f889a;
  padding-bottom: 5px;  	
}

.profile_user_photo
{
	padding:4px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
}

.div_consultation_links
{
 line-height: 30px;
}

.swipe 
{
	overflow: hidden;
	position: relative;
	max-width: 600px;
	width: 100%;
	height: 250px;
	margin: 10px auto 0;
}
.swipe-wrap 
{
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div 
{
	float: left;
	width: 100%;
	position: relative;
}
.swipe .nav 
{
	position: absolute;
	width: 80px;
	height: 30px;
	z-index: 10;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	top: 85%;
	cursor: pointer;
	/*background-color: rgba(0,0,0,0.8);*/
	background-color:#428bca;
	border-color:#357ebd;	
}

.swipe .nav:hover
{
	color:#fff;
	background-color:#3276b1;
	border-color:#285e8e	
}

.swipe .nav.next 
{
	right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.swipe .nav.prev 
{
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

/*
*************************************************************************************************
   CSS for doctor-consultation-settings.tpl
*************************************************************************************************   
*/

.div_doctor_consultation_settings > input
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #CCCCCC;
	color: #555;
	padding: 7px;
	width: 50%;
	margin-left:1em;
}

.div_doctor_consultation_settings
{
	width: 580px;
	padding: 20px;
	text-align: left;
	line-height: 25px;		
}

select.currency_type
{
	width:52%;
	margin-left:10.5em;
}

  select.sel_doctor_address_list_consultation
  {
   width: 95%;
   font-size: 80%;
   font-family: "PT Sans", sans-serif;   
  }
  
  .red_font
  {
    font-family: "PT Sans", sans-serif;
    color: #FF2233;
  }


/*
*************************************************************************************************
   CSS for doctor-transactions-list.tpl
*************************************************************************************************   
*/
.date_range_filter
{
  width: 28%;
  cursor: pointer;
}

.table_cell
{
  text-align: left;
  width: 200px;
}
.table_head
{
  text-align: center;
  width: 200px;
  padding: 0px;
}

.dataTables_filter input 
{ 
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #CCCCCC;
	color: #555;
	padding: 7px;
	width:70%;
}

.div_total_earnings
{
  text-align: center;
  width: 100%;
  padding: 0px;
  font-size: 12pt;
  font-weight: bold;
  color: #2f889a;  
}

/*
*************************************************************************************************
   CSS for doctor-transaction-detail.tpl
*************************************************************************************************   
*/

  .div_transaction_detail
    {
     display: table;	
	 border: solid 5px #CCCCCC; 
	 padding: 10px;  	
 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 border-radius: 10px;
	 background: #fff;
	 border: solid 1px #CCCCCC;		
    }
   .div_transaction_detail_title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .div_transaction_detail_heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .div_transaction_detail_row
    {
        display: table-row;
    }
    .div_transaction_detail_cell
    {
        display: table-cell;
		background: #fff;
		border: solid 0px #CCCCCC;
	    padding-left: 15px;
        padding-right: 15px;
        text-align: left;  
        line-height: 15px;             
    }
    
    .div_transaction_detail_cell_heading
    {
        font-weight: bold;
        text-align: left;
        display: table-cell;
		background: #fff;
		border: solid 0px #CCCCCC;
	    padding-left: 5px;
        padding-right: 5px;   
        color: #2f889a;             
    }
    
    p.health_issue_description
    {
     word-wrap: break-word;
     width: 500px;
     text-align: justify;
     line-height: 20px;
	 overflow-y: auto;
	 max-height: 150px;
	 padding-right: 15px;      
    }
       
    
    p.transaction_detail
    {
     line-height: 20px;
    }  
    
/***********************************************************************************************************************
 CSS for doctor-appointment-scheduler.tpl
***********************************************************************************************************************/
  .div_settings
  {
   width: 100%;
  }
  
  .div_settings > .div_consultation_duration
  {
   float: left;
   display: block-inline;
   padding: 10px;
  }  
  
  .div_settings > .div_practice_location
  {
   float: left;
   display: block-inline;
   margin-left: 3%; 
   padding: 10px;
  }    
  
  .div_settings > .div_practice_location > .sel_doctor_address_list
  {
   width: 582px;
   font-size: 80%;
   font-family: "PT Sans", sans-serif; 
   padding: 10px;   
  }
  
  .sel_client_address_list
  {
   width: 30%;  
  }
  
  .location_label
  {
  	display:block;
  	width: 100%;
  }
    
    .div_appointment_scheduler_table
    {
        display: table;
	    width: 60%;
		border-collapse: collapse;
		border: 1px solid #cccccc;
		margin: 40px auto;
		background: white;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
		animation: float 5s infinite;	
	}

	.div_appointment_scheduler_table > .div_title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }

    .div_appointment_scheduler_table > .div_heading
    {
        display: table-row;
		background: steelblue;
		height: 24px;
		font-weight: bold;
		text-shadow: 0 1px 0 #38678f;
		color: white;
		border: 1px solid #38678f;
    }

     .div_appointment_scheduler_table > .div_row
	 {
        display: table-row;
		border-bottom: 1px solid #cccccc;
     }

	.div_heading > .div_cell_head
	{
        display: table-cell;
		border-right: 1px solid #cccccc;
		padding: 15px;
		transition: all 0.2s; 
		vertical-align: middle;
		text-align: center;
    }

    .div_row > .div_cell_left
	{
        display: table-cell;
		border-right: 1px solid #cccccc;
		padding: 10px;
		transition: all 0.2s; 
		vertical-align: middle;
		width: 20%;
		text-align: left;
    }
    
    .div_row > .div_cell_middle
	{
        display: table-cell;
		border-right: 1px solid #cccccc;
		padding: 10px;
		transition: all 0.2s; 
		vertical-align: middle;
		width: 30%;
    }
	    
	
	.div_row > .div_cell_right
	{
        display: table-cell;
		border-right: 1px solid #cccccc;
		padding: 10px;
		transition: all 0.2s; 
		vertical-align: middle;
		width: 50%;
    }
	
	.div_time
	{
	  vertical-align: middle;
	  padding: 5px;
	  width: auto;
	  text-align: left;
	}

	.div_timeslot, .div_timeslot_dynamic
	{
	 padding: 5px; 	 
	 width: 100%;
	 margin: 5px 5px 5px 5px;
	 vertical-align: middle;
	}
	
	.div_add_slot
	{
	  vertical-align: middle;
	  padding-top: 5px;
	  text-align: right;
	  float: right;
	}

	.div_reset_schedule
	{
	  vertical-align: middle;
	  padding-top: 5px;
	  text-align: right;
	  float: left;
	}
			
	.txt_time
	{  
	   border:1px solid #ccc;
	   width: 20%;
	   vertical-align: middle;
	   cursor: pointer;	   
	}
	
	.div_week_type
	{
	 position: fixed;
	 float: left;
	 padding: 40px;
	 width: 20%;
	}
	
	.div_week_type_message
	{
	 padding: 10px;
	 background-color: #EFEFEF;
	 border-width: 1px;
     border-style: solid;
     border-color: #CCCCCC;
     width: 70%;
     text-align: center;
     border-radius: 5px;
	}
		
	.add_slot, .reset_schedule, .delete_slot
	{
      font: bold 11px Arial;
	  text-decoration: none;
	  background-color: steelblue;
	  color: #FFFFFF;
	  padding: 8px 8px 8px 8px;
 	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
 	  display: inline-block;
	  margin: 5px; 
	  vertical-align: middle;
	}
	

	.div_add_slot > a:hover, .div_reset_schedule > a:hover, .div_timeslot_dynamic > a:hover
	{
	  color: #ffffff;
	  text-decoration: none;
	}
	
	.div_scheduler_unavailable
	{
	 padding: 50px;
	}

	.icon
	{
	 float: left;
	 background-color: #CDCDCD;
	 zoom: 50%;	 
	 vertical-align: middle;
	 display: none;
	}
	
	.ui-select-menu 
	{ 
	 float: left; 
	 margin-right: 10px; 
	}
		
	.ui-selectmenu-menu li a, .ui-selectmenu-status 
	{ 
	 padding: 0.3em 2em; 
	 font-size: 85%; 
	 font-family:"PT Sans", sans-serif;	 
	}	
	
	option.css-avatar 
	{ 
	 background-repeat: no-repeat !important; 
	 padding-left: 20px; 	
	}
		
	a.avatar-big 
	{ 
	  height: auto; 
	  width: auto;
	  text-decoration: none;
	  color: #000000;	  
	}
	
		
	.ui-selectmenu-menu li.avatar-big a, a.avatar-big span.ui-selectmenu-status 
	{ 
		text-align: left; 
		height: auto; 	
	}
	
	  select.sel_doctor_address_list
	  {
	   width: 77%;
	   font-size: 80%;
	   font-family: "PT Sans", sans-serif;   
	  }
	
/***********************************************************************************************************************
 CSS for doctor-unavailability.tpl
***********************************************************************************************************************/

.div_unavailability
{
	width: 40%;
	padding: 20px;
	text-align: left;
}

.div_unavailability > label
{
    padding: 10px;
}

.div_time > label
{
    padding: 10px;
}

.div_unavailability > .div_button_bar
{
 padding: 40px;
 text-align: center;
}

.div_unavailability > .div_time
{
 text-align: left;
}

.div_time_slot > .txt_time
{
  margin: 5px;
  text-align: left;
}

.div_time_slot > .delete_slot
{
  color: #000000;
  text-decoration: none;
}

.div_time_slot_dynamic > .txt_time
{
  margin: 5px;
  text-align: left;
}

.div_time_slot_dynamic > .delete_slot
{
  color: #ffffff;
  text-decoration: none;
}

.chk_entire_day
{
 width: 5%;
}

input.txt_unavailability_description
{
	width: 55%;
}

input.txt_unavailability_start_date, input.txt_unavailability_end_date
{
	width: 15%;
	cursor: pointer;
}

input.txt_unavailability_starttime_, input.txt_unavailability_endtime_
{
  width: 14%;
  cursor: pointer;  
}

hr.time_break
{
  border: 0;
  height: 1px;
}

.div_header_wrapper
{
  width: 100%;	
}

.div_add_unavailability
{
  float: right;
}

.div_header_wrapper > .page_heading
{
   display: inline-block;	
}

.div_unavailability_detail_unavailable
{
  width: 100%;
  text-align: center;
}


/***********************************************************************************************************************
 CSS for doctor-consultation-list.tpl
***********************************************************************************************************************/

.div_consultation_list_header_wrapper
{
 width: 100%;
 
}

.div_consultation_list_header_wrapper > .page_heading
{
   float: left;
   display: block-inline;
   width: 60%
}

.div_consultation_list_header_wrapper > .div_consultation_practice_location
{
   float: left;
   display: block-inline;
   width: 40%;
   text-align: right;   
}    

/***********************************************************************************************************************
 CSS for doctor-consultation-room.tpl
***********************************************************************************************************************/

 .div_consultation_room_table
  {
    display: table;
    width: 100%;
  }
  
 .div_consultation_room_table > .div_row
  {
    display: table-row;
  }  
  
 .div_consultation_room_table > .div_row > .div_cell
  {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;   
   } 
   
 .div_consultation_room_table > .div_row > .div_cell_left
  {
    width: 47%;    
    vertical-align: top;
  }  
  
 .div_consultation_room_table > .div_row > .div_cell_right
  {
    width: 47%;  
	vertical-align: top;
  }        

   .div_patient_name,
   .div_doctor_name
   {
    font-size: 12pt;
	font-weight: bold;
	color: #2f889a;
	text-align: center;
	line-height: 20px;
    padding: 10px; 
   }
   
   .div_patient_photo,
   .div_doctor_photo
   {
     text-align: center;  
     padding: 10px;
   }      
   
   .div_schedule_details  
   {
    text-align: left;
    padding: 5px;  
   }

     
   .div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper > .div_column_one > .div_doctor_profile > .div_profile_details,
   .div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper > .div_column_one > .div_doctor_profile > .div_specialties
   {
    text-align: left;
    padding: 5px;  
    line-height: 20px;
	margin-left: 40px;
	float: left;
   } 
        
   
  .div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper
  {
	text-align: left;
	overflow: hidden;
  }   

   .div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper > .div_column_one
   {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: left;    
   }
   
   .div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper > .div_column_two
   {
    float: left;
    display: inline-block;
    width: 43%;
    text-align: left;    
   }
      
   .div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper > .div_column_two > .div_schedule_details > .div_schedule_details_heading
   {
    padding: 10px;
    text-align: left;
   }
   
 .div_consultation_query_heading
   {
    padding: 10px;
    text-align: center;
  }   
   
  .div_consultation_query
   {
    padding: 20px;
    line-height: 20px;
    overflow:scroll;
    max-height: 335px;
    width: auto;
    overflow-x: hidden;
	text-align: justify;
   }
          
   .div_consultation_room_table > .div_row > .div_cell_right > .div_consultation_note > label
   {	
    display: block;
    padding-left: 15px;
    text-indent: -15px;
   }      

   .div_consultation_room_table > .div_row > .div_cell_right > .div_consultation_note > .div_note
   {
     width: 93%;
	 padding: 5px;
   }

	.div_consultation_query::-webkit-scrollbar-track,
	.div_consultation_room_table > .div_row > .div_cell_right > .div_prescription > .div_old_consultation_prescription_scroll::-webkit-scrollbar-track,
	.div_consultation_room_table > .div_row > .div_cell_right > .div_prescription > .div_old_consultation_note_scroll::-webkit-scrollbar-track,
	.div_consultation_room_table > .div_row > .div_cell > .div_patient_note::-webkit-scrollbar-track,
	.div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper > .div_column_two > .div_doctor_note::-webkit-scrollbar-track,
	{
		/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
		background-color: #FFFFFF;
	}
	
	.div_consultation_query::-webkit-scrollbar,
	.div_consultation_room_table > .div_row > .div_cell_right > .div_prescription > .div_old_consultation_prescription_scroll::-webkit-scrollbar,
	.div_consultation_room_table > .div_row > .div_cell_right > .div_prescription > .div_old_consultation_note_scroll::-webkit-scrollbar-track,
	.div_consultation_room_table > .div_row > .div_cell > .div_patient_note::-webkit-scrollbar,
	.div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper > .div_column_two > .div_doctor_note::-webkit-scrollbar
	{
		width: 8px;
		background-color: #FFFFFF;
	}
	
	.div_consultation_query::-webkit-scrollbar-thumb,
	.div_consultation_room_table > .div_row > .div_cell_right > .div_prescription > .div_old_consultation_prescription_scroll::-webkit-scrollbar-thumb,
	.div_consultation_room_table > .div_row > .div_cell_right > .div_prescription > .div_old_consultation_note_scroll::-webkit-scrollbar-track,
	.div_consultation_room_table > .div_row > .div_cell > .div_patient_note::-webkit-scrollbar-thumb,
	.div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper > .div_column_two > .div_doctor_note::-webkit-scrollbar-thumb
	{
		background-color: #CCCCCC;
		border: 0px solid #555555;
	}  
	
	.div_consultation_room_table > .div_row > .div_cell_right > .div_consultation_note
	{
	  padding: 10px;	
	} 
	
	.div_old_consultation_prescription_scroll	
	{
	 padding-left: 13px;
	 padding-right: 8px;	 
	}
	
	.div_consultation_room_table > .div_row > .div_cell_right > .div_prescription
	{
	  padding-top: 10px;
	  padding-bottom: 10px;
	  padding-left: 25px;
	  padding-right: 30px;
	}	
	
	.div_consultation_room_table > .div_row > .div_cell_left > .div_timer > .div_consultation_timer1
	{	
  	  width: 60%;
	  height: auto;
	  text-align: center;
	  color: #668822;
	} 

	.div_consultation_room_table > .div_row > .div_cell_left > .div_timer > .div_consultation_timer2
	{
  	  width: 60%;
	  height: auto;
	  text-align: center;
	  color: #FF3333;
	}

	.div_consultation_room_table > .div_row > .div_health_issues
	{
	  text-align: center;
	  color: #FF3333;
	}	
	
	.div_consultation_room_table > .div_row > .div_cell_left > .div_timer > .div_consultation_button
	{
	  padding-top: 40px;	
	  padding-bottom: 10px;	
	}
	
   .div_consultation_prescription
   {
     width: 90%;
	 padding: 5px;
   }

	.div_consultation_room_table > .div_row > .div_cell_right > .div_prescription > .div_previous_prescriptions
	{
	  padding-top: 10px;	
      cursor: pointer;
	  color: #2f889a;
	  text-decoration: none;
	  width: 30%;
	  margin-left: 390px;
	}
	
	.div_previous_consultation_list_title
	{
	 text-align: center;
	 padding: 10px;
	}
	
	.div_previous_consultation_list
	{
	 text-align: center;
	}
	
	.div_previous_consultation_list_scroll
	{
	 text-align: center;
	 padding-left: 20px;
	}
	
	.div_consultation_button_bar
	{
	 padding: 10px;
	}	
	
	.btn_Start_Consultation
	{
	 width: 70%;
	 display: none;
	} 

    .div_consultation_room_table > .div_row > .div_cell_right > .div_consultation_note > .div_visibility
	{
	  float: right;
	  padding: 5px;
	  margin-right: 20px;
	}

	 .div_consultation_room_table > .div_row > .div_cell_right > .div_consultation_note > .div_visibility > .chk_visibility
	{
	  float: left;
	}

	.div_consultation_room_table > .div_row > .div_cell_right > .div_prescription > .div_consultation_prescription
	{
	 width: 100%;
	}

	input.chk_visibility
	{
		width: 13px;
		height: 13px;
		padding: 0;
		margin:0;
		vertical-align: bottom;
		position: relative;
		top: -1px;
		*overflow: hidden;
	}

	.div_patient_profile,
	.div_consultation_room_table > .div_row > .div_cell > .div_column_wrapper > .div_column_one > .div_doctor_profile
	{
	 height: auto;
	 width: auto;	
	}
	
	
   .div_consultation_room_table > .div_row > .div_cell > .div_patient_note,
   .div_consultation_room_table > .div_row > .div_cell > .div_doctor_note
   {
	font-size: 10pt;
	font-family: "PT Sans", sans-serif;
	line-height: 20px;
    overflow:scroll;
    max-height: 200px;
    width: auto;
    overflow-x: hidden;
	text-align: justify;
	margin-left: 40px;
	padding-right: 10px;
   }
   
	.div_consultation_room_table > .div_row > .div_cell > .div_consultation_files_title
     {
    padding-top: 20px;
    text-align: center;
   }

   .div_consultation_room_table > .div_row > .div_cell > .div_consultation_files
     {
	text-align: center; 
	width: 80%; 
	padding-left: 60px; 
	margin: 30px;
	height: 20px;
   } 

   .div_consultation_room_table > .div_row > .div_cell > .div_consultation_files > .div_consultation_files_link
     {
	padding-right: 20px;
   }   
      
   .div_consultation_room_table > .div_row > .div_cell > .div_patient_note_title,
   .div_consultation_room_table > .div_row > .div_cell > .div_doctor_note_title
     {
    padding: 20px;
    text-align: center;
   }
     
   .div_consultation_room_table > .div_row > .div_cell > .div_empty_consultation_note
     {
    padding: 10px;
    text-align: center;
	margin-left: 10px;
   }
   
   .div_consultation_query_empty
   {
    padding: 20px;
    text-align: center;
	margin-left: 10px;
   }          	

  #accordion
  {
	font-size: 8pt;
	font-family: "PT Sans", sans-serif;
	background-color: white;
	margin: 0;
	text-align: left;
	width: 100%;
  }
  
#accordion .ui-accordion-content 
{
    zoom: 0;
}  
  
hr.divider
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.user_photo
{
	padding:4px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
    max-width:50%;
    max-height:50%;	
}

/***********************************************************************************************************************
 CSS for patient-list.tpl
***********************************************************************************************************************/

.div_patient_card
{
 width: 750px; 
 height: 120px;
}

.div_patient_card_photo
{
  width:  100px;
  height: 100px;	
  float: left;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
}

.div_patient_card_info
{
  width: 280px;	
  float: left;
  padding: 20px;
  line-height: 25px;
}

.patient_photo
{
	padding:4px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
    max-width:100px;
    max-height:100px;
    text-align: center;	
	vertical-align: bottom;
}

.div_patient_card_name
{
	font-size: 12pt;
	font-weight: bold;
	color: #2f889a;
	padding-bottom: 10px;
	text-align: left;
}

.div_patient_links1,
.div_patient_links2
{
  width: 150px;	
  float: left;
  padding: 5px;
  line-height: 28px;
  padding-top: 10px;
}

.div_patient_links
{
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.div_menubar
{
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}


.div_menubar_links
{
  float: left;
  margin-right: 2px;
  margin-left: 2px;
}

 .drop-shadow_menu
{
	position:relative;
	float:left;
	width:auto;
	margin:0em 50px 2em;
	background:#fff;
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow_card 
{
	position:relative;
	float:left;
	width:auto;
	padding:1em;
	margin:0.5em 15px 0.5em;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

   .div_message_detail
   {
	 display: table;	
	 border: solid 5px #CCCCCC; 
	 padding: 10px;  	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 border-radius: 10px;
	 background: #fff;
	 border: solid 1px #CCCCCC;	 	
   }
  
.div_doctor_dashboard_menubar
{
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

.doctor_menu_table
{
  display: table;
} 

.doctor_menu_table_row
{
  display: table-row;
} 

.doctor_menu_table_cell
{
  display: table-cell;
  padding: 5px;
  text-align: left;
}    

.div_prescription_detail
{
 border: solid 5px #CCCCCC; 
 padding: 10px;  	
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
 border-radius: 10px;
 background: #fff;
 border: solid 1px #CCCCCC;	 	
}

.div_detail_unavailable
 {
    text-align: center;
    color: #B40431;
    padding: 25px;
 }
 
.failed_record
{
     color: #FE2E2E;
}
    
.successful_record
{
    color: #088A08;
}

.div_consultation_count
{
  font-size: 9pt;
  font-weight: bold;
  padding: 2px;  
  text-align: center; 
   color: #ffffff;
   background-color: #2f889a;  
}

.consultation_detail
{
 padding: 12px;
 padding-top: 10px;
 background-color: #E0F2F7;   
}


.div_patient_card_profile
{
 width: 600px; 
 height: 270px;
 padding: 10px;
 text-align: left;
}

.div_patient_card_photo_profile
{
  width: 150px;
  height: 210px;	
  float: left;
  text-align: left;
  vertical-align: middle;  
  padding: 10px;
}

.div_patient_card_info_profile
{
  width: 280px;	
  float: left;
  padding: 40px;
  line-height: 25px;
  text-align: left;
  margin-left: 30px;
}

.div_patient_card_name_profile
{
	font-size: 12pt;
	font-weight: bold;
	color: #2f889a;
	padding-bottom: 10px;
	text-align: left;
}

.patient_photo_profile
{
	padding:4px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
    max-width:200px;
    max-height:200px;
    text-align: center;	
	vertical-align: bottom;
}

.div_patient_id
{
  padding-top: 6px;	
  color: #AAAAAA;
}

hr.divider_profile
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    width: 60%;
}

.div_view_note
{
  text-align: left;	
  overflow-y: true;
  max-height: 350px;
}

.div_doctor_list  
 {
   text-align: left;
 }    
 
 select.sel_doctor_list
  {
   width: 31%;
   font-size: 80%;
   font-family: "PT Sans", sans-serif;   
  }
 
 .info_message
 {
  line-height: 30px;
 }
 
.radio_with_text {
    display: inline-block;
    width: 10%;
}

.radio_with_text_only {
    display: inline-block;
    width: 10%;
}

a.Button
{
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:6px 12px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    letter-spacing: 0.4px;
}

a.Button:hover
{
	color:#333;
	text-decoration:none;
}

a.ButtonSmall
{
	padding:5px 10px;
	line-height:1.5;
	border-radius:3px;
}

a.ButtonSuccess
{
	color:#fff;
	background-color:#428bca;
	border-color:#357ebd;
}

a.ButtonSuccess:hover
{
	color:#fff;
	background-color:#3276b1;
	border-color:#285e8e
}

.div_consultation_button
{
	width: 350px;
}

.autosave_note_success_message
{
	background-color:#dff0d8;
	border:solid 1px #d6e9c6;
	color:#3c763d;
}

.autosave_note_error_message
{
	background-color:#f2dede;
	border:solid 1px #ebccd1;
	color:#a94442;
}

.autosave_prescription_success_message
{
	background-color:#dff0d8;
	border:solid 1px #d6e9c6;
	color:#3c763d;
}

.autosave_prescripton_error_message
{
	background-color:#f2dede;
	border:solid 1px #ebccd1;
	color:#a94442;
}

.div_consultation_statistics
{
 border: 1px solid;
 border-radius: 5px;
 border-color: #EEEEEE;
 padding: 3px;
 text-align: center;
}