html,body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 14px !important;
}

.form-control {
	font-size: 13px !important;
	padding: 7px !important;
}

#loginFormBox, .tableBox {
	box-shadow: 0px 0px 3px grey;
	background-color: #fff;
}

.advicePop {
	background-color: #fff;
	box-shadow: 0px 0px 2px grey;
	display: none;
}

nav a {
	color:#fff !important;
}

.p_dropdown {
	position: relative;
	width: 60%;
	height: 250px;
	overflow-y: scroll;
	padding: 10px;
	box-shadow: 0px 0px 3px #000;
	z-index: 10;
	display: none;
	background-color: #fff;
	border: 1px solid grey;
	margin-top: -5px;
}

.p_dropdown li {
list-style-type: none;
list-style-position: inside;
/*background-color: #fce3e1;*/
color: darkred;
/*border: 1px solid darkred;*/
padding: 3px;
margin: 2px;
font-size: 12px;
cursor: pointer;
}

.p_dropdown li:before {
	content: "\27A4 ";
}
	
.prescriptionSaved .text-danger, .prescriptionSaved .text-success {
	color: #fff !important;
	font-size: 18px;
}
.submenu_bs {
	background-color: darkred;
}

.submenu_bs a:hover{
	color:darkred !important;
}

.vitalInput {
	width:30px !important;
}

.diagnosisTable input, .medecineTable input {
box-shadow: none !important;
border: none !important;
outline: none !important;
}

.diagnosisTable input:focus, .medecineTable input:focus {
box-shadow: 0px 0px 1px grey !important;
border: none !important;
outline: none !important;
}

.addbtn {
	cursor: pointer;
}

.responseBox {
	display: none;
}

#greyBlock {
	background-color: #fbfbfb;
	box-shadow: 0px 0px 1px grey;
	padding: 12px;
}

#actionBox {
	background-color: grey /*#fcdede*/;
	padding: 12px;
	border-top: 1px solid black;
	/*border-radius: 10px;*/

	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.pageSetup, .pageSetup .btn {
	background-color: #2e2d2d;
	color: #fff;
}


.prescriptionData {
	width: 100%;
	padding: 10px;
}

.prescriptionData .previewPage {
	width: 70%;
	padding: 10px;
	border: 1px solid grey;
	background-color: #fcfbfb;
	margin: 0px auto;
}

.canvasjs-chart-credit {
	display:none !important;
}

.bg_top_left {
	background-image: url('../images/home_bg_1.webp');
	background-position: top left;
	background-size: 20%;
	background-repeat: no-repeat;
	padding-top: 10%;
}

.bg_bottom_right {
	background-image: url('../images/home_bg_2.jpg');
	background-position: bottom right;
	background-size: 20%;
	background-repeat: no-repeat;
	padding-bottom: 10%;
}

@media print {
	html, body {
		margin: 0px;
		padding: 0px;
	}

	@page {
		size: A4 portrait;
		/*max-height:99%; 
		max-width:99%;*/
		margin: 0px;
		padding: 0px;
	}

	.pageSetup {
		display: none;		
	}

	.prescriptionData, .prescriptionData .previewPage {
		width: 89%;
		display: block !important;
	}
}