@font-face {
	font-family: 'open_sansregular';
	src: url('/referral-forms/fonts/opensans-regular-webfont.eot');
	src: url('/referral-forms/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('/referral-forms/fonts/opensans-regular-webfont.woff') format('woff'),  url('/referral-forms/fonts/opensans-regular-webfont.ttf') format('truetype'),  url('/referral-forms/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('/referral-forms/fonts/opensans-semibold-webfont.eot');
	src: url('/referral-forms/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('/referral-forms/fonts/opensans-semibold-webfont.woff') format('woff'),  url('/referral-forms/fonts/opensans-semibold-webfont.ttf') format('truetype'),  url('/referral-forms/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('/referral-forms/fonts/opensans-bold-webfont.eot');
	src: url('/referral-forms/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('/referral-forms/fonts/opensans-bold-webfont.woff') format('woff'),  url('/referral-forms/fonts/opensans-bold-webfont.ttf') format('truetype'),  url('/referral-forms/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
body, p, h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	outline: none;
}
select {
	cursor:pointer;
}
p, li, div {
	font: normal 14px/15px "open_sansregular";
	color: #3f3f3f;
	outline: none;
}
h1 {
	font: 26px/30px "open_sansregular";
}
h3 {
	font: bold 15px/32px "open_sansregular";
	color: #8C2304;
}
h4 {
	font: normal 14px/30px "open_sansregular";
	color: #3f3f3f;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
.clear {
	clear: both;
}
.error_message {
	color: #ff0000;
	display: block;
	margin: 10px 0 0 0px;/*text-shadow: 0 0 0px, 0 0 0 #ff0000, 0 0 0.4em #ff0000;*/
 
}
/*.success_message {
	color: #008000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 9px 0px;
}*/

.success-message-container{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.success-message-bg{
	background:#000;
	opacity:0.5;
	width:100%;
	height:100%;
	z-index:1;
}
.success-message-container .success_message{
	position:absolute;
	top:50%;
	left:50%;
	width:400px;
	min-height:170px;
	margin:-120px 0 0 -203px;
	display:block;
	padding:10px;
	background:#fff;
	border-radius:3px;
}
#close-message{
	background:#000000;
	color:#FFFFFF;
	border-radius:100%;
	padding:3px 7px;
	position:absolute;
	right:-20px;
	top:-20px;
	z-index:2;
	font: bold 11px verdana;
	cursor:pointer;
}
.success_message{
	font: 14px/20px "open_sansregular";
	color:#3f3f3f;
	text-align:center;
}
.success_message h3{
	font: 30px/15px "open_sansregular";
	margin: 40px 0 30px;
	text-align:center;
	color:#3f3f3f;
	text-transform:uppercase;
}
.success_message input {
	background: #71c341 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin: 25px 40px 5px;
	padding: 10px;
	width: 80%;
}

.success-image{
	position:absolute;
	top:-26px;
	left:50%;
	margin:0 0 0 -24px;
}
.error_message span {
	font: 14px/20px open_sansregular;
}
.hospital_select {
	border: 1px solid #9f9f9f;
	float: left;
	margin-top: 8px;
	outline: medium none;
	padding: 5px 0 5px 8px;
	width: 93%;
}
.intl-tel-input {
    width: 103% !important;
}
.select_box {
	border: 1px solid #9f9f9f !important;
	float: left;
	margin-top: 8px;
	outline: medium none;
	padding: 5px 0 7px 8px;
	width: 93%;
}
.ui-autocomplete-input {
	border: 1px solid #bcbcc5;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	padding: 6px 0px 6px 10px;
	width: 120px;
	margin: 0;
	height: 22px;
}
.ui-autocomplete-loading {
	background: white url("/site-images/load.gif") right center no-repeat !important;
}
/*** Auto Complete Styles ***/
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	background: #F6F6F6;
	width: 200px;
	line-height: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	max-height: 200px;
	overflow: auto;
}
.ui-autocomplete li {
	border-bottom: 1px solid #9f9f9f
}
.ui-autocomplete li:hover {
	background: #ececec !important;
}
/*.ui-autocomplete a {
	color: #888888;
	display: block;
	padding: 2px 0.4em;
	border-radius: 0 !important;
}*/
.ui-autocomplete a {
	border-radius: 0 !important;
	color: #000;
	cursor: pointer;
	display: block;
	font: 12px/20px "open_sansregular";
	padding: 2px 0 2px 8px;
}
.ui-autocomplete a:hover {
	background: #926d39;
	color: #fff;
}
.ui-autocomplete-loading {
	background: url(/site-images/load.gif) right center no-repeat;
}
.loading {
	background: rgba(16, 16, 16, .5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 18% 0px 0px 0px;
	display: none;
	z-index: 999999;
	color: #fff;
}
.ui-menu-item {
	background: #ececec;
	color: #595a5a;
	font-family: 'DINOTRegular';
	font-size: 12px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background:#926d39;
	color: #fff;
}
/*Physician Listing Page*/

.phy_input {
	width: 100%;
	float: left;
}
.phy_input ul {
	width: 32.5%;
	float: left;
	list-style-type: none;
	margin: 3px 3px 3px 0;
	font: 11px Verdana;
}
.phy_input ul li {
	margin: 3px 0;
	padding: 5px 5px 5px 0;
}
.phy_input ul input[type=radio] {
	margin: 3px 3px 3px 0;
	vertical-align: sub;
}
.phy_input ul input[type="radio"] {
	margin: 3px 3px 3px 0;
	vertical-align: sub;
}
.comments-instructions {
	float: left;
	width: 100%;
}
.comments-instructions li {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.comments-instructions label {
	float: left;
	margin: 0 10px 0 0;
	width: 22%;
}
.comments-instructions textarea {
	border: 1px solid #ccc;
	float: left;
	font: 13px/15px "open_sansregular";
	height: 80px;
	margin: 0 10px 0 0;
	padding: 5px;
	width: 30%;
}
/*Physician Listing Page*/
.hover-content-container {
	float:left;	
	position: relative;
	text-align:left;
}
.ref-status .hover-content-container{
	float:none;	
}
  /*for chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.hover-content-container {
	width: 66%;
}
}
.hover-content {
	background: #efefef none repeat scroll 0 0;
	border: 1px solid #aaa;
	border-radius: 2px;
	color: #000;
	display: none;
	font-size: 12px;
	left: 110%;
	line-height: 20px;
	min-height: 50px;
	overflow-wrap: break-word;
	padding: 6px 3px;
	position: absolute;
	text-align: left;
	top: -2%;
	width: 250px;
	z-index: 2;
}
.comment_icon {
	position: absolute;
	padding-left: 2px;
}
.view_comment {
	padding-right: 3px;
	position: absolute;
	right: 0;
	top: 2px;
}
.hover-text{
	padding:0 20px 0 0;	
}
.refill {
	width: 53%;
}
/** Browser Download Links Styles **/
.Home-page-content .maincontent ul.browser-download-links {
	box-shadow: none;
	padding: 0;
	width: 100%;
}
.Home-page-content .maincontent ul.browser-download-links li {
	float: left;
	width: 100px;
	margin: 10px 5%;
}
.Home-page-content .maincontent ul.browser-download-links li a {
	display: block;
	text-align: center;
	font: 13px 'open_sansregular';
	color: #6d6e70;
}
.Home-page-content .maincontent ul.browser-download-links li a:hover {
	color: #000;
}
.Home-page-content .maincontent ul.browser-download-links li a span {
	width: 100%;
	height: 100px;
	display: block;
}
.Home-page-content .maincontent ul.browser-download-links li.ie9 span {
	background: url("/referral-forms/site-images/browser_ie.gif") center no-repeat;
}
.Home-page-content .maincontent ul.browser-download-links li.firefox span {
	background: url("/referral-forms/site-images/browser_firefox.gif") center no-repeat;
}
.Home-page-content .maincontent ul.browser-download-links li.safari span {
	background: url("/referral-forms/site-images/browser_safari.gif") center no-repeat;
}
.Home-page-content .maincontent ul.browser-download-links li.opera span {
	background: url("/referral-forms/site-images/browser_opera.gif") center no-repeat;
}
.Home-page-content .maincontent ul.browser-download-links li.chrome span {
	background: url("/referral-forms/site-images/browser_chrome.gif") center no-repeat;
}
#loaderText {
	background: #8C2304;
	color: #FFF;
	display: none;
	font: normal 12px "open_sansregular";
	font-weight: bold;
	left: 0;
	padding: 3px 10px;
	position: fixed;
	text-align: left;
	top: 0;
	width: 80px;
	z-index: 1000;
	letter-spacing: 1px;
}
#Header {
	background: url("/referral-forms/site-images/Arabic-pattern.png") repeat-x scroll 0 0;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.header {
	height: auto;
	margin: 0 auto;
	max-width: 1300px;
	padding-top: 55px;
}
.sksh-logo {
	float: left;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
}
/*.sksh-logo img {
	float: right;
}*/
.snuh-logo {
	float: right;
	margin-top: 5px;
	padding-bottom: 15px;
}
.search-btn {
	float: left;
	margin: 17px 15px 0 0;
	width: 2%;
	display: none;
}
.menu-bar {
	border-top: 1px solid #e6dccd;
	padding-bottom: 10px;
	clear: both;
}
.goto_public_site a {
	color: #133E8F;
	padding: 0 5px 10px 0;
	float: right;
}
.goto_public_site a:hover {
	color: #8c2304;
}
.goto_public_site a#chk-status {
	background: #926d39 none repeat scroll 0 0;
	color: #fff;
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin: 2px auto;
	padding: 6px 11px;
	text-align: center;
	clear: both;

}
.breadcrumb-container {
	clear: both;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.breadcrum {
	margin: 0 auto;
	max-width: 1300px;
}
.breadcrum a {
	color: #5F5F5F;
}
.breadcrum a:hover {
	color: #926d39;
}
.breadcrumb {
	float: left;
	margin-top: 10px;
	padding-left: 30px;
	width: 45%;
}
.logout {
	float: right;
	margin: 10px 35px 0 0;
	text-align: right;
	width: 40%;
}
.language > select {
	border: medium none;
	height: 25px;
	margin: 7px 0 0 5px;
	width: 40px;
}
.language {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	float: left;
	height: 40px;
	margin: 10px 0 0;
	width: 50px;
	display: none;
}
.Home-page-content {
	float: left;
	width: 100%;
}
.maincontent {
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
}
.maincontent h1 {
	color: #926d39;
	margin: 1px;
	clear: both;
}
.breadcrum a {
	color: #8c2304;
}
.Home-page-content.login .maincontent h1 {
	margin-bottom: 2%;
}
.login-page .login-form, .forgot-pwd-page .login-form {
	margin: 2% auto;
}
.login-page .login-form span, .forgot-pwd-page .login-form span {
	margin-bottom: 20px;
}
.login-form {
	width: 96%;
	float: left;
}
.login-form.rgister-form {
	border: 1px solid #ccc;
	padding: 10px;
}
.login-btn, .cancel-btn {
	font-weight: bold;
}
.login-btn {
	background: #8C2304;
	border: medium none;
	color: #fff;
	padding: 9px 25px;
	margin-right: 10px;
	cursor: pointer;
	transition: all 300ms ease-in-out 0s;
}
.login-btn:hover, .cancel-btn:hover {
	background: #8c2304;
	transition: all 300ms ease-in-out 0s;
}
.ref-status {
	color: #449F47;
	float: right;
	font-weight: 700;
	line-height: 20px;
	padding: 8px 0px 0px 10px;
	text-align: right;
	width: 100%;
}
.status-comments {
	margin: 0 15px 0 0;
}
.comments {
	color: #8c2304;
}
.rejected {
	color: #ff0000;/*box-shadow:0 0 6px #ff0000;*/
}
.form-group-list {
	color: #3f3f3f;
	font-size: 15px;
	margin: 21px 0;
	text-align: left;
	width: 90%;
	color: #8d8d8d;
	float: left;
}
input#remember {
	float: left;
	margin-right: 5px;
}
.form-group-list a {
	color: #8d8d8d;
}
.form-group-list > a:hover {
	color: #8f2206;
}
.cancel-btn {
	background: #946D3E;
	border: medium none;
	color: #fff;
	padding: 9px 25px;
	cursor: pointer;
	transition: all 300ms ease-in-out 0s;
}
.referral-form {
	float: left;
	width: 73%;
	margin-right: 2%;
	margin-top: 1%;
}
.referral-form-right {
	float: left;
	width: 25%;
}
.referral-form-right li {
	background: #926d39;
	border-radius: 5px;
	color: #fff;
	margin: 2px auto;
	text-align: center;
	width: 98%;
}
.selected {
	background: #8c2304 !important;
}
.referral-form-right li a {
	color: #fff;
	display: block;
	padding: 15px 0;
}
.referral-form-right li:hover {
	background: #8C2304;
}
.referral-form table {
	border: 1px solid #c6c6c6;
	width: 100%;
}
.referral-form table thead {
	color: #fff;
}
.referral-form table th {
	background: #efefef none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	color: #926d39;
	padding: 8px;
	text-align: left;
}
.referral-form table td {
	border-bottom: 1px solid #e6e6e6;
	padding: 7px;
	text-align: left;
}
.log_comment {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	word-break: break-all;
	line-height: 18px;
}
.referral-form table td a {
	color: #ac4646;
}
.referral-form table td a:hover {
	color: #926D39;
}
.referral-form table tr:nth-child(2n) {
/* background: #e2e2e2 none repeat scroll 0 0;*/
}
.referral-form table tr:nth-child(odd) {
	background: #FFF
}
.patient-form-link {
	text-align: right;
	width: 100%;
	margin: 10px 0;
	float: left;
}
.patient-links > a {
	border-right: 1px solid #ccc;
	color: #414141;
	/*float: left;*/
	margin-right: 8px;
	margin-top: 6px;
	padding: 0 8px 1px 0;
}
.patient-links > a.noborder {
	border-right: medium none;
	margin-right: 0;
	padding-right: 0;
}
.patient-links {
	float: left;
	text-align: right;
	width: 100%;
	margin:0 0 10px;
}
.patient-search {
	float: right;
	width: 60%;
}
.patient-form-link button {
	background: #926D39;
	border: medium none;
	color: #fff;
	cursor: pointer;
	padding: 2px 0;
	width: 100px;
}
.PtReferral-form {
	float: left;
	margin-right: 2%;
	width: 73%;
}
.PtReferral-form form, .login-form.edit-profile {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
}
.select_text {
	font-weight: bold;
}
#srch_name {
	border: 1px solid #926d39;
	padding: 5px;
	width: 185px;
}
#ref_status {
	border: 1px solid #926d39;
	padding: 0 2px;
	width: 150px;
	outline: medium none;
}
#ref_status option {
	padding: 4px;
}
.srch_btn {
	padding: 6px 25px;
	margin-right: 0;
}
#srch_name {
	border: 1px solid #926d39;
	padding: 5px;
	width: 200px;
}
.manadatory {
	color: red;
}
.input.input-onclick > textarea {
	width: 100%;
}
.input-field, .others-textbox {
	color: #8d8d8d;
	font: 14px/20px "open_sansregular";
}
.form {
	float: left;
	width: 75%;
}
.PtDetails, .category-center, .category, .centers, .summary {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}
.PtDetails .input.input-onclick {
	margin: 10px 0px 10px;
	width: 48%;
}
.PtDetails .input.input-onclick label {
	display: block;
}
.input.gender {
	border: medium none;
	float: left;
	width: 48%;
	margin: 10px 0;
}
.input.Pt_consent.OutPt {
	float: left;
	width: 48% !important;
	margin: 10px 0;
}
.OutPt .input-label {
	font-weight: normal !important;
	width: 55% !important;
	padding: 0px!important;
}
.gender .radio-label, .OutPt .radio-label {
	width: 30%;
}
.second-row .input.gender {
	width: 100%;
	margin: 15px 0 0;
}
.second-row .input.gender > label {
	float: left;
}
.input.gender label {
	float: left;
	width: 100%!important;
}
.gender-input {
	float: left;
	margin-top: 8px;
	outline: medium none;
	padding: 5px 0 5px 0px;
	width: 90%;
}
.gender-input span {
	width: 30%;
}
.input.admission, .input.mental_status, .input.vital_sign, .input.cardiovascular, .input.respiratory, .input.infection_risk, .input.Pt_consent {
	float: left;
	padding: inherit !important;
	width: 100% !important;
	margin: 0 0 20px;
}
.input.admission label, .input.mental_status label, .input.vital_sign label, .input.cardiovascular label, .input.respiratory label, .input.infection_risk label, .input.Pt_consent label {
	color: #3f3f3f;
	float: left;
	font: bold 14px/15px open_sansregular;
	padding-bottom: 8px;
	position: static !important;
	width: 100%;
}
.input-radio-fields {
	display: inline-block;
}
.input-radio-fields div {
	clear: both;
	float: left;
	margin: 0 0 10px;
	width: 100%;
}
.sedation.ventilator li {
	width: 15%;
}
.radio-textbox-radios, .radio-textbox-text {
	display: inline-block;
}
.radio-label {
	display: inline-block;
	line-height: 13px;
	margin: 0 0px 0 0;
}
.infection_risk .radio-label {
	line-height: 25px;
	vertical-align: middle;
}
.radio-label input[type="radio"] {
	margin: 0 5px 0 0;
	vertical-align: top;
}
.infection_risk .input-field {
	vertical-align: middle !important;
}
.others-radio {
	margin-right: 7px !important;
}
.login-form .radio-textbox-text input[type="text"] {
	border-color: -moz-use-text-color -moz-use-text-color #9f9f9f;
	border-style: none none solid;
	border-width: medium medium 1px;
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 14px;
}
.form-view .others-textbox, .form-view .radio-textbox-text input[type="text"] {
	cursor: default;
}
.category li, .centers li {
	display: inline-block;
	margin: 1% 0;
	width: 30%;
}
.category input, .centers input {
	margin-right: 4px;
}
.patientconsent-priority {
	float: left;
	width: 100%;
	margin-top: 2%;
}
.checkbox > span {
	margin: 0 35px 4% 0;
}
.patientconsent-priority .checkbox, .inPt-category .checkbox {
	width: 100%;
	color: #8d8d8d;
	margin-bottom: 2%;
}
.patientconsent-priority .checkbox {
	float: left;
	width: 28%;
}
.patientconsent-priority .checkbox .radio-fields, .login-form span.radio-fields {
	float: left;
	margin: 0 15px 0 0;
	width: auto;
}
.login-form .checkbox span {
	float: left;
	font: 14px/15px open_sansregular;
	margin-bottom: 5px;
	width: 100%;
	color: #545555;
}
.checkbox.checkbox2 {
	margin: 0 2%;
	width: 32%;
}
.patientconsent-priority .checkbox .radio-fields input {
	margin: 0 3px 0 0;
}
.summary > textarea {
	border: 1px solid #9f9f9f;
	color: #8d8d8d;
	font: 14px/15px "open_sansregular";
	min-height: 80px;
	padding: 10px;
	width: 97%;
}
.attachment {
	padding: 0 0 5px 0;
	clear: both;
}
.file-details > li {
	margin-top: 3%;
}
.third-row {
	clear: both;
	float: left;
	margin: 1% 0 5%;
	padding-top: 20px;
	position: relative;
	width: 100%;
}

/* Style the buttons that are used to open and close the accordion panel */
 div.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	float: left;
}

div.panel.show {
    opacity: 1;
    max-height: 610px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
h3.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #000;
    float: left;
    margin-right: 5px;
}

h3.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
h3.accordion {
  background-color: #EDEDED;
  border: medium none;
  clear: both;
  color: #000;
  cursor: pointer;
  line-height: 35px;
  margin: 7px 0 10px;
  outline: medium none;
  padding: 0 10px;
  text-align: left;
  transition: all 0.4s ease 0s;
  font-weight: normal;
  width:97%;
  border:1px solid #9f9f9f;
  border-radius: 3px;
  float:left;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
h3.accordion.active, h3.accordion:hover {
    background-color: #dddddd;
}
/* Style the buttons that are used to open and close the accordion panel Ends*/

.referring-info {
	float: left;
	width: 100%;
}
.referring-info .first-row {
	clear: inherit;
	float: left;
	width: 48%;
}
.referring-info .second-row {
	clear: inherit;
	float: left;
	width: 48%;
}
.referring-info .input.input-onclick {
	width: 100%;
	margin: 10px 0 0 0;
}
.In-Pt-btn {
	background: #926D39;
	border: medium none;
	bottom: -90px;
	color: #fff;
	font-size: 18px;
	height: 50px;
	position: absolute;
	width: 160px;
	left: 42%;
	cursor: pointer;
}
.Out-Pt-btn {
	background: #8f2206 none repeat scroll 0 0;
	border: medium none;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	height: 50px;
	position: absolute;
	right: 0;
	width: 160px;
	cursor: pointer;
}
.centers.OutPt {
	width: 30%;
}
.centers.OutPt > textarea {
	height: 160px;
	width: 106%;
}
.diagnosis.OutPt {
	width: 33%;
	margin: 0;
}
.OutPt .attachment {
	width: 35%;
}
.category.OutPt {
	margin: 0 0% 0 1%;
	width: 32%;
}
/*---------Radio-buttons----------*/


.radio-textbox-radios, .input-radio-fields {
	width: 100%;
}
.radio-textbox-radios li, .input-radio-fields li {
	float: left;
	width: 20%;
	line-height: 23px;
}
.other-text {
	width: 300px !important;
}
.other-text .radio-textbox-text {
	width: 150px;
	vertical-align: middle;
}
.sedation li {
	line-height: 22px;
}
.radio-textbox-text {
	width: 50px;
}
.vital_sign .input-radio-fields li {
	width: 40%;
	margin: 0 0 10px;
}
.mental_status .input-radio-fields li .radio-textbox-radios {
	width: inherit;
}
.sedation {
	float: left;
	width: 100%;
}
/*---------Radio-buttons----------*/

/*---------check-list-conatiner----------*/
section {
	width: 100%;
}
.check-list-conatiner, .referral-co, .contact-conatiner, .referral-co-container {
	margin: 0 auto;
	max-width: 1300px;
}
.check-list-conatiner, .contact-conatiner {
	margin: 15px auto;
}
.contact, .referral-process, .check-list, .referral-co, .OutPt-referral {
	margin: 0 auto;
	width: 95%;
}
.OutPt-referral-process {
	margin: 0 auto;
	max-width: 1300px;
	height: 110px;
}
.arrow-down {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #3f3f3f;
	height: 0;
	width: 0;
	display: none;
}
.OutPt-referral-process > ul {
	margin: 10px auto;
	width: 90%;
}
.referral-process {
	background: #e6e6e6 none repeat scroll 0 0;
	margin: 1% auto;
	padding: 1%;
}
.referral-process > h3 {
	margin-bottom: 8px;
}
.main-li {
	padding-left: 18px;
}
.OutPt-referral-process li span {
	border-color: transparent #646464;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.35em;
	content: "";
	display: block;
	float: right;
	height: 0;
	left: -1em;
	margin: -20px -15px 0 2px;
	position: relative;
	top: 0.9em;
	width: 0;
}
.OutPt-referral-process li {
	float: left;
	font: bold 14px/20px "open_sansregular";
	margin: 0 1%;
	width: 168px;
}
.first-li {
	margin: -1px -18px 8px 0 !important;
}
.dotted-separeter {
	border-bottom: 2px dotted #828282;
	height: 2px;
	margin: 1% 0;
	width: 100%;
}
.sub-li {
	margin: 1% 0;
	padding-left: 20px;
}
.referral-co li:before {
	content: "";
	border-color: transparent #646464;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.35em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}
.sub-li li:before {
	content: '\2022';
	color: #8D2306;
	padding-right: 0.5em;
	border-color: inherit;
	border-style: inherit;
	border-width: inherit;
	display: block;
	height: inherit;
	width: inherit;
	left: inherit;
	top: inherit;
	position: inherit;
	float: left;
	margin-left: -18px;
}
.contact li {
	float: left;
	width: 50%;
	line-height: 22px;
}
.check-list li {
	line-height: 22px;
}
.referral-process > p {
	margin-left: 7px;
}
.referral-process li {
	list-style-type: upper-latin;
	margin: 10px 0;
}
.referral-process ol {
	padding-bottom: 10px;
	padding-left: 3%;
}
.process-img {
	margin: 2% auto;
	width: 65%;
}
.file-upload {
	float: left;
	overflow: hidden;
	width: 100%;
}
.file-details {
	float: left;
	width: 100%;
	font-size: 11px;
}
.file-details > span {
	font-size: 11px!important;
}
.attachment > h4 {
	color: #000000;
	line-height: 20px;
}
.upload {
	float: left;
	margin: 1% 0;
	width: 100%;
}
#progress {
	margin: 8px 0;
}
#attcahment_id2, #attcahment_id1 {
	margin: 5px 0;
}
#attcahment_id1 img {
	float: left;
	margin-right: 5px;
}
#attcahment_id2 img {
	float: left;
	margin-right: 5px;
}
.category.inPt-category {
	margin: 0;
	width: 100%;
}
.inPt-category .checkbox {
	width: 94%;
}
/*----------view - form---------*/
.form-view .input {
	margin: 10px 0;
	width: 48%;
	float: left;
}
.input.info {
	width: 100%;
}
.form-view label {
	float: left;
	width: 100%;
}
.entered-text {
	border: 1px solid #9f9f9f;
	float: left;
	margin-top: 8px;
	outline: medium none;
	padding: 5px 0 5px 8px;
	width: 90%;
	height: 20px;
	cursor: default;
}
.entered-textarea {
	border: 1px solid #9f9f9f;
	min-height: 80px;
	padding: 10px;
	width: 97%;
	word-wrap: break-word;
	cursor: default;
	color:#8D8D8F;
}
/*----------footer---------*/
footer {
	background: #414141 none repeat scroll 0 0;
	width: 100%;
	min-height: 180px;
	overflow: hidden;
}
.footer-upper {
	background: #414141 none repeat scroll 0 0;
	border-bottom: 1px solid #545454;
	height: 50px;
	width: 100%;
	margin-top: 2%;
}
.footer {
	height: 100%;
	margin: 0 auto;
	max-width: 1300px;
}
.sitemap {
	float: left;
	width: 35%;
	margin-top: 2%;
	margin-left: 1%;
}
.sitemap > p, .CopyRight > p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}
.sitemap > p a {
	color: #fff;
}
.CopyRight {
	float: left;
	text-align: center;
	width: 32%;
	margin-top: 2%;
}
.CopyRight > ul {
	margin: 3% 0 0 30%;
}
.CopyRight li {
	float: left;
	margin: 0 8px;
}
.search {
	float: left;
	width: 32%;
	margin-top: 0;
}
.search > form {
	width: 300px;
}
.ypo-logo {
	width: 72%;
}
.ypo-logo > a {
	display: block;
}
.ypo-logo img {
	float: right;
	margin-top: 30px;
}
.sites {
	padding: 5px 0 5px 5px;
}
.lang-selector-container {
	background: #5f5f5f none repeat scroll 0 0;
	min-height: 42px;
	width: 100%;
	color: #fff;
	font-size: 12px;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}
.lang-selector-container a {
	color: #fff;
}
.lang-selector {
	display: block;
	margin: 0 auto;
	width: 190px;
}
.lang-selector li {
	display: block;
	float: left;
	padding: 12px;
}
.lang-name {
	margin-left: 3px;
}
.edit-profile .input.input-onclick {
	margin: 4% 0!important;
}
.login-form.change-pwd {
	width: 50%;
	float: left;
	margin: 0;
}
.change-pwd .input.input-onclick {
	margin: 3% 0;
	width: 100%;
}
.user-checks {
	float: left;
	width: 100%;
	color: #545555;
}
.user-checks li {
	float: left;
	margin-top: 10px;
	width: 30%;
	color: #8d8d8d;
}
span.required, .login-form .checkbox span.required, .user-checks span.required {
	color: #ff0000;
	float: none;
	padding-left: 2px;
}
/** Begin - Fancy Placeholder Styles **/

.input-label-content {
	color: #3f3f3f;
	font-size: 14px;
}
.input-onclick {
	width: 32%;
	float: left;
	margin: 0 3% 0 0;
	position: relative;
}
.input.checkbox {
	clear: both;
	color: #8d8d8d;
	height: 30px;
	margin: 3% 3% 0 0;
	padding: 23px 0 0;
	width: 98%;
}
/*.input.checkbox > span {
  margin-left: 2%;
  margin-right: 14%;
  width:40%;
  color:#8d8d8d;
}*/
.input.checkbox > span {
	width: 23%;
}
.input.checkbox.gender > span {
	margin-right: 8%;
}
.physician {
	margin-right: 35% !important;
}
.login-form input[type="text"], .login-form input[type="password"], .login-form input[type="number"], .login-form input[type="file"] {
	border: 1px solid #9f9f9f;
	float: left;
	margin-top: 8px;
	outline: medium none;
	padding: 5px 0 5px 8px;
	width: 90%;
}

.repot_login_frm input[type="text"], .repot_login_frm input[type="password"], .repot_login_frm input[type="number"], .repot_login_frm input[type="file"] {
	border: 1px solid #9f9f9f;
	float: left;
	margin-top: 8px;
	outline: medium none;
	padding: 5px 0 5px 8px;
	width: 90%;
}
.repot_login_frm input[type="text"]#visit_date, .repot_login_frm input[type="text"]#dob, .repot_login_frm input[type="text"]#admission_date, .login-form input[type="text"]#discharge_date, .repot_login_frm input[type="text"]#surgery_date {
	background: rgba(0, 0, 0, 0) url("/referral-forms/site-images/calender.png") no-repeat scroll right center / 24px auto;
}

.input-label{
	display:block;	
}
.login-form input[type="text"]#visit_date, .login-form input[type="text"]#dob, .login-form input[type="text"]#admission_date, .login-form input[type="text"]#discharge_date, .login-form input[type="text"]#surgery_date {
	background: rgba(0, 0, 0, 0) url("/referral-forms/site-images/calender.png") no-repeat scroll right center / 24px auto;
}

#patient_age,#ref_date{
	background: rgba(0, 0, 0, 0) url("/referral-forms/site-images/calender.png") no-repeat scroll right center / 24px auto;
}
#emirate {
	border: 1px solid #ccc;
	float: left;
	margin-top: 8px;
	outline: medium none;
	padding: 5px 0 5px 8px;
	width: 90%;
}
.login-home-btn {
	float: left;
	margin-top: 22px;
	width: 28%;
}
#form-element-list.fancyplaceholderlist li span.icon {
	float: left;
}
#form-element-list.fancyplaceholderlist li .instruction-icon-container.placeholder-instruction {
	right: 41%;
}
/** Ends - Fancy Placeholder Styles **/

.first-set, .second-set {
	float: left;
	margin: 0 8% 0 0;
	width: 35%;
}
/*.third-set {
	float: right;
	margin: 5% 0 1% 0;
	width: 65%;
}*/
.third-set {
  float: left;
  margin: 1% 0;
  text-align: center;
  width: 100%;
}
.captchacode {
	float: left;
	margin: 16px 0;
	width: 100%;
}
.captchacode span {
	display: block;
	margin: 10px 0;
}
.captchaimg {
	float: left;
	height: 30px;
}
.left-side {
	float: left;
}
.left90 {
	float: left;
	width: 90%;
}
.catcha-code {
	color: #8f2206;
	float: left;
	height: auto;
	margin-left: 10px;
	width: 57%;
}
.catcha-code #captcha {
	margin-top: 0;
	width: 40%;
}
/*.third-set > div {
  background: #8c2304 none repeat scroll 0 0;
  font: bold 14px/40px "open_sansregular";
  margin: 1% 1% 1% 0;
  text-align: center;
 width: 260px;
  float: left;
}
.third-set > div {
  background: #133e8f none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  font: bold 14px/40px "open_sansregular";
  margin: 1% 2% 1% 0;
  padding: 10px 0;
  text-align: center;
}*/

.third-set > .inout {
	background: #926d39;
	border-radius: 5px;
	float: left;
	font: 14px/20px "open_sansregular";
	margin: 1% 1% 1% 0;
	padding: 3px 8px 0;
	width: 30%;
}
.third-set > .move {
	margin-right: 4%;
}
.third-set > .inout a.inpatient, .third-set > .inout a.outpatient, .third-set > .inout a.review {
	color: #fff;
	padding: 10px 41px 10px 60px;
	border-radius: 5px;
	display: block;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.third-set > .inout a.inpatient {
	background: rgba(0, 0, 0, 0) url("/referral-forms/site-images/inout.png") no-repeat scroll 0 4px / 40px auto;
}
.third-set > .inout a.outpatient {
	background: rgba(0, 0, 0, 0) url("/referral-forms/site-images/inout.png") no-repeat scroll 0 4px / 40px auto;
}
.third-set > .inout a.review {
	background: rgba(0, 0, 0, 0) url("/referral-forms/site-images/review1.png") no-repeat scroll 0 3px / 40px auto;
}
.third-set > .inout:hover {
	transition: all 0.3s ease 0s;
	background: #8C2304;
}
.first-set .input.input-onclick, .second-set .input.input-onclick {
	width: 100% !important;
	margin: 2% 0 3% 0;
}
.enter-code {
	clear: both;
	color: #8f2206;
	height: auto;
	width: 100%;
}
.text {
	margin: 0 3% 1% 0;
	padding: 8px !important;
	width: 65px !important;
}
.code {
	margin: 8px 0 1% 5%;
	padding: 0 !important;
	width: 65px !important;
}
#btn_submit.login-btn, #btn_reset.cancel-btn {
	padding: 8px 30px;
	cursor: pointer;/* width: 140px !important;*/
}
#speciality {
	margin-bottom: -5px !important;
}
.enter-code .input-field {
	width: 34% !important;
}
.second-set > p {
	clear: both;
	margin-bottom: 3%;
	width: 100%;
}
.input.category-checkbox {
	margin: 10% 0 0;
}
table.calendar {
	top: 100%;
}
#pic_container {
	line-height: 18px;
}
.progress {
	line-height: 25px;
}
.top_border {
	clear: both;
	float: left;
	margin: 10px 0 0;
	width: 500px;
}
#add_pic {
	background: #aaa none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
}
/** Pagination **/
.pagination{
	float:right;
	margin:10px 0 !important;
	font-size:12px;	
}
.pagination a{
	color:#ac4646;
}
.pagination a:hover{
	color:#926D39;
}
/** Pagination **/

.phy_input ul.comments-instructions-redirect {
	clear: both;
	width: 100%;
}
.comments-instructions-redirect textarea{
	width: 50%;
}
