html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 130%;
	font-family: 'Roboto', sans-serif !important;
	font-size: 12px;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #3D4DAC;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"],
input[type="number"],
input[type="password"] {
	width: 100%;
	/*width: calc(100% - 20px);*/
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-top: none;
	border-right: none;
	font-family: 'Roboto', sans-serif !important;
	background-color: transparent;
}

input:focus,
textarea:focus {
	/* box-shadow: none; */
	outline-width: 0;
	/*border-color:#3D4DAC !important;*/
}

b {
	font-weight: bold;
}

h4 {
	font-size: 16px;
	float: left;
}

h5 {
	font-size: 14px;
}

h3 {
	font-size: 18px;
}

h2 {
	font-size: 20px;
}

h1 {
	font-size: 22px;
}

header {
	float: left;
	width: 100%;
	background-color: #3D4DAC;
	border-bottom: 1px solid #ccc;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

.blue {
	color: #3D4DAC;
	padding: 5px 0px;
}

.errorColor {
	color: #FF0000 !important;
	border-color: #FF0000 !important;
	margin-top: 2px;
}

.orangeAddBtn {
	float: right;
	font-size: 32px;
	padding: 0 5px;
	cursor: pointer;
	color: #ff6d00;
}

.mainWrap,
body {
	background-color: #f5f5f5;
}

.mainWrap {
	float: left;
	width: 100%;
}

.breadCrumb {
	float: left;
	margin-top: 8px;
}

.breadCrumb li {
	float: left;
	margin-right: 5px;
}

.breadCrumb li a {
	float: left;
	width: 100%;
	color: #3D4DAC;
}

aside.sideBar {
	float: left;
	width: 20%;
	height: calc(100vh - 56px);
	margin-right: 10px;
	/*border-right: 1px solid #ccc;*/
	z-index: 1;
	position: fixed;
	left: 0;
	margin-top: 56px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
	overflow-y: auto;
}

.rightMainWrap {
	float: left;
	width: 80%;
	margin-top: 56px;
	margin-left: 20%;
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
	height: calc(100vh - 57px);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.sideBarCss {
	margin-left: 0px;
	width: 100%;
}

.contentWrap {
	float: left;
	width: 100%;
	padding: 0 2%;
}

.circle {
	border-radius: 90%;
	-o-border-radius: 90%;
	-ms-border-radius: 90%;
	-moz-border-radius: 90%;
	-webkit-border-radius: 90%;
}

.fullWrap {
	float: left;
	width: 100%;
}

.halfWrap {
	float: left;
	width: 50%;
}

.pullRight {
	float: right !important;
}

.pullLeft {
	float: left !important;
}

.profileDefault {
	background-image: url("../images/icons/profileDefault.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

.normalSection {
	float: left;
	width: 100%;
	padding: 20px;
}

.defaultBlueButton {
	float: left;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #3D4DAC;
	background-color: #3D4DAC;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
}

.defaultGreyButton {
	float: left;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #999;
	background-color: #999;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
}

.defaultBlueButton:hover {
	background-color: #fff;
	color: #3D4DAC;
}

.userPicWrap {
	float: right;
	padding: 8px;
	margin-right: 20px;
	position: relative;
}

.userPicWrap img {
	float: left;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 3px solid;
	border-radius: 39px;
}

.offlineBorder {
	border: 3px solid red !important;
}

.userPicWrap .logoutWrap {
	float: left;
	width: 125px;
	background-color: #fff;
	cursor: pointer;
	position: absolute;
	top: 55px;
	left: -70px;
	border-radius: 5px;
	z-index: 1;
}

.userPicWrap .logoutWrap span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #222;
	padding: 10px;
}

.userPicWrap .logoutWrap span:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.userPicWrap .logoutWrap span:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 5px;
}

.userPicWrap .logoutWrap span:hover {
	color: #ff6d00;
}

.arrowBox {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50px;
	left: 25px;
	transform: rotate(45deg);
	background-color: #fff;
	z-index: 1;
}

.transparentWrap {
	width: 100%;
	height: 100vh;
	background-color: transparent;
	position: fixed;
	top: 0px;
	left: 0px;
}

.toggleIcon {
	float: right;
	width: 25px;
	height: 25px;
	margin: 10px;
	cursor: pointer;
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: contain;
}

.onOfflineWrap {
	float: right;
	color: #fff;
	margin: 15px 20px 15px 0px;
	line-height: 24px;
}

.onOfflineWrap span {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.onOfflineWrap p {
	float: left;
}

.onOfflineWrap .online {
	background-image: url('../images/icons/Online.png')
}

.onOfflineWrap .offline {
	background-image: url('../images/icons/Offline.png')
}

.customCheckBox {
	float: left;
	position: relative;
	width: 18px;
	height: 18px;
	margin: 7px;
	/*border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;*/
	background-color: #fff;
}

.customCheckBox input:focus~.check {
	box-shadow: -2px 1px 35px 6px rgba(61, 77, 172, 0.75);
	-webkit-box-shadow: -2px 1px 35px 6px rgba(61, 77, 172, 0.75);
	-moz-box-shadow: -2px 1px 35px 6px rgba(61, 77, 172, 0.75);
}

.customCheckBox .check {
	float: left;
	height: 18px;
	width: 18px;
	/*background-image: url('../images/icons/Check-Box.png');*/
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #F0F0F0;
	border: 1px solid #3D4DAC;
}

.customCheckBox input {
	cursor: pointer;
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	margin: 0;
}

.customCheckBox input:checked~.check:before {
	content: "\2713";
	float: left;
	width: 16px;
	/*border: 2px solid #3D4DAC;*/
	height: 16px;
	background-color: #3D4DAC;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	line-height: 18px;
	font-weight: bold;
	font-size: 18px;
}

.customCheckBox input:checked~.check {
	border-color: #3D4DAC;
}

.customRadioBtn {
	float: left;
	position: relative;
	width: 18px;
	height: 18px;
	margin: 7px;
	background-color: #fff;
}

.customRadioBtn .radio {
	float: left;
	height: 18px;
	width: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 2px solid #3D4DAC;
	border-radius: 90%;
	-moz-border-radius: 90%;
	-webkit-border-radius: 90%;
}

.customRadioBtn input {
	cursor: pointer;
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	margin: 0;
}

.customRadioBtn input:focus~.radio {
	box-shadow: -2px 1px 35px 6px rgba(61, 77, 172, 0.75);
	-webkit-box-shadow: -2px 1px 35px 6px rgba(61, 77, 172, 0.75);
	-moz-box-shadow: -2px 1px 35px 6px rgba(61, 77, 172, 0.75);
}

.customRadioBtn input:checked~.radio:before {
	content: "";
	float: left;
	width: 10px;
	height: 10px;
	background-color: #3D4DAC;
	position: absolute;
	top: 2px;
	left: 2px;
	color: #fff;
	line-height: 15px;
	font-weight: bold;
	font-size: 17px;
	border-radius: 90%;
	-moz-border-radius: 90%;
	-webkit-border-radius: 90%;
}

.customRadioBtn input:checked~.radio {
	border-color: #3D4DAC;
}

.paddingLink {
	float: left;
	width: 100%;
	padding: 15px;
}

.addBtnDefault {
	float: left;
	font-size: 18px;
	text-decoration: underline;
	cursor: pointer;
}

.hSingleTitle {
	float: left;
	width: calc(100% - 40px);
	color: #fff;
}

.hSingleTitle h4 {
	float: left;
	line-height: 32px;
}

.logoLink {
	padding: 8px 15px;
	color: #fff;
	float: left;
	line-height: 22px;

}

.logoLink .rightWrap {
	float: left;
}

.hAddBtn {
	float: right;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #fff;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
}

.headBackIcon {
	cursor: pointer;
}

.commonIconWrap {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.topLogoIcon {
	float: left;
	width: 155px;
	height: 40px;
	background-image: url(../images/logo/Logo_white_web.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.regProfileIcon {
	background-image: url(../images/icons/profileblue.png);
}

.appointmentIcon {
	background-image: url('../images/icons/appointments.png');
}

.patientQueueIcon {
	background-image: url(../images/icons/patientblue.png);
}

.regClinicIcon {
	background-image: url(../images/icons/clinicblue.png);
}

.pastPrescripIcon {
	background-image: url(../images/icons/prescription-blue.png);
}

.settingIcon {
	background-image: url(../images/icons/settings-blue.png);
}

.billingIcon {
	background-image: url(../images/icons/ic_billing.png);
}

.billingDashboardIcon {
	background-image: url(../images/icons/patientblue.png);
}

.setupIcon {
	background-image: url(../images/icons/patientblue.png);
}

.indexList>li:hover .regProfileIcon,
.indexList>li.active .regProfileIcon {
	background-image: url(../images/icons/profileorange.png);
}

.indexList>li:hover .patientQueueIcon,
.indexList>li.active .patientQueueIcon {
	background-image: url(../images/icons/patientorange.png);
}

.indexList>li:hover .regClinicIcon,
.indexList>li.active .regClinicIcon {
	background-image: url(../images/icons/clinicorange.png);
}

.PrescTypesList>li:hover .pastPrescripIcon,
.PrescTypesList>li.active .pastPrescripIcon {
	background-image: url(../images/icons/prescriptionorange.png);
}

.indexList>li:hover .settingIcon,
.indexList>li.active .settingIcon {
	background-image: url(../images/icons/settings-orange.png);
}

.indexList>li:hover>.presHeadingAndIconWrap .pastPrescripIcon,
.indexList>li.active>.presHeadingAndIconWrap .pastPrescripIcon {
	background-image: url(../images/icons/prescriptionorange.png);
}

.indexList>li:hover>.presHeadingAndIconWrap .billingIcon,
.indexList>li.active>.presHeadingAndIconWrap .billingIcon {
	background-image: url(../images/icons/ic_billing-active.png);
}

.PrescTypesList>li:hover .billingDashboardIcon,
.PrescTypesList>li.active .billingDashboardIcon {
	background-image: url(../images/icons/patientorange.png);
}

.PrescTypesList>li:hover .setupIcon,
.PrescTypesList>li.active .setupIcon {
	background-image: url(../images/icons/patientorange.png);
}

.hDualTitle h4 {
	float: left;
	width: 100%;
	color: #3D4DAC;
	margin-top: 3px;
}

.sideBarProfile {
	text-align: center;
}

.hDualTitle {
	float: left;
	width: 100%;
}

.drNameIcon {
	width: 60px;
	height: 60px;
	float: none;
	display: inline-block;
	margin-right: 0;
	overflow: hidden;
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.drNameIcon img {
	float: left;
	width: 100%;
	height: 100%;
}

.hDualTitle .title2 {
	float: left;
	width: 100%;
	color: #555;
	margin-top: 5px;
}

.pQueueListMore {
	float: right;
	padding: 10px 10px 14px 10px;
	width: 30px;
	height: 5px;
	cursor: pointer;
	margin: 20px 10px 10px 0;
}

.pQueueListMore span {
	float: left;
	width: 5px;
	height: 5px;
	background-color: #A2A2A2;
}

.pQueueListMore span::before {
	content: "";
	float: left;
	width: 5px;
	height: 5px;
	background-color: #A2A2A2;
	border-radius: 90%;
	-o-border-radius: 90%;
	-ms-border-radius: 90%;
	-moz-border-radius: 90%;
	-webkit-border-radius: 90%;
	margin-left: -10px;
}

.pQueueListMore span::after {
	content: "";
	float: left;
	width: 5px;
	height: 5px;
	margin-left: 10px;
	background-color: #A2A2A2;
	border-radius: 90%;
	-o-border-radius: 90%;
	-ms-border-radius: 90%;
	-moz-border-radius: 90%;
	-webkit-border-radius: 90%;
}

.indexList {
	float: left;
	width: 100%;
	height: calc(100vh - 56px);
}

/* aside#sideBar:hover {
	width: 20% !important;
} */
.indexList>li {
	border-bottom: 1px solid #ccc;
}

.indexList>li * {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.indexList>li,
.indexList>li a {
	float: left;
	width: 100%;
}

.indexList>li a {
	padding: 10px 15px;
}

.indexList>li .rightWrap {
	float: left;
	width: calc(100% - 40px);
}

.indexList>li .rightWrap h4 {
	color: #3D4DAC;
	line-height: 24px;
}

/*.indexList li.active, .indexList li:hover
		{
			background-color: #3D4DAC;
		}*/
.indexList>li.active a>.rightWrap h4,
.indexList>li:hover a>.rightWrap h4,
.indexList>li:hover .hDualTitle h4,
.indexList>li.active .hDualTitle h4,
.indexList>li.active .hDualTitle .title2,
.indexList>li:hover .rightWrap h4 {
	color: #ff6d00 !important;
}

.presHeadingAndIconWrap {
	float: left;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
}

.PrescTypesList>li * {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.PrescTypesList>li a>.presName {
	float: left;
	width: calc(100% - 40px);
}

.PrescTypesList>li a>.presName h4 {
	color: #3D4DAC;
	line-height: 18px;
}

.PrescTypesList>li:hover a>.presName h4 {
	color: #ff6d00;
}

.PrescTypesList>li.active a>.presName h4 {
	color: #ff6d00;
}

.indexList li:hover .hDualTitle h4 {
	color: #3D4DAC !important;
}

.indexList li:hover .commonIconWrap {
	border-color: #ff6d00;
}

.indexList li.setting {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #ccc;
}

.contentHeader {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.contentHeader h1 {
	float: left;
	line-height: 20px;
}

.searchDefault {
	float: right;
	width: 25px;
	height: 25px;
	background-color: #ccc;
}

.defaultDrop {
	float: left;
	width: 100%;
	position: relative;
}

.defaultDrop select {
	float: left;
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 5px 25px 5px 10px;
	background-color: transparent;
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.defaultDrop span {
	float: left;
	width: 15px;
	height: 15px;
	background-image: url("../images/icons/Dropdown-Thin-Grey.png");
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	top: 5px;
	right: 5px;
	z-index: 0;
}

/*popup css start*/
.popupMainWrap {
	float: left;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.popupInnerWrap {
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sBPopupInnerWrap {
	float: left;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popupHeading {
	float: left;
	width: 100%;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	background-color: #3D4DAC;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

.sBPopupHeading {
	float: left;
	width: 100%;
	padding: 15px 20px;
	font-size: 15px;
	color: #3D4DAC;
	background-color: #fff;
}

.popupContainer {
	float: left;
	width: 100%;
	padding: 20px;
}

.sBPopupContainer {
	float: left;
	width: 100%;
	padding: 10px 20px;
}

.popUpFormWrap {

	float: left;
	width: 100%;
	min-height: 280px;
}

.popUpFormWrap label {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}

.popUpFormWrap input {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.popupInnerWrap .cancel {
	float: left;
	width: 22px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 38px;
	color: #fff;
}

.sBPopupInnerWrap .cancel {
	float: left;
	width: 22px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 30px;
	color: #3D4DAC;
}

.col80per {
	float: left;
	width: 80%;
}

.col20per {
	float: left;
	width: 20%;
}

.toastMainWrap {
	position: fixed;
	bottom: 50px;
	text-align: center;
	float: left;
	color: #fff;
	width: 100%;
	z-index: 999;
	display: none;
}

.toastMainWrap span {
	max-width: 80%;
	background-color: #333;
	display: inline-block;
	padding: 4px 15px;
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.logOutBtn {
	float: left;
	width: 24px;
	height: 24px;
	margin: 15px 20px;
	background-image: url("../images/icons/power.png");
}

.editTagsCloudDual {
	float: left;
}

.editTagsCloudDual li {
	float: left;
}

.editTagsCloudDual li .chip {
	float: left;
	padding: 6px 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 14px;
	border-radius: 20px;
	color: #fff;
	margin-bottom: 6px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #8696EE;
}

.editTagsCloudDual li .chip .cancel {
	color: #fff;
	float: right;
	width: 15px;
	height: 15px;
	font-size: 13px;
	line-height: 12px;
	text-align: center;
	margin-left: 10px;
	/*border: 1px solid #fff;*/
	cursor: pointer;
}

.PrescLi {
	padding: 15px;
}

.PrescTypesList {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
}

.PrescTypesList>li {
	float: left;
	width: 100%;
	border: none;
	padding: 10px 0px 10px 60px;
}

.PrescTypesList>li a {
	border: 0px !important;
	padding: 0px;
}

.PrescListWrap {
	padding: 15px;
}

.PhyNamePar {
	float: left;
	font-size: 15px;
	color: #fff;
	margin-left: 10px;
	/* line-height: 40px; */
	text-transform: capitalize;
	margin-top: 7px;
}

.PhyNamePar span {
	font-size: 11px;
	width: 100%;
	float: left;
}

.billingMainWrap {
	float: left;
	width: 100%;
	padding: 2% 0px;
}

.assignTopMargin {
	margin-top: 8px;
}

.quarterWrap {
	float: left;
	width: 25%;
}

.defaultWaterMark {
	float: left;
	width: 100%;
	font-size: 30px;
	opacity: 0.3;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	margin-top: 100px;
	text-align: center;
}

/* default dropdown css start */
.searchMainWrap {
	position: relative
}

.medicineSearchWrap {
	position: relative;
}

.medicineSearchResult {
	width: 600px;
	position: absolute;
	left: 0;
	top: 24px;
	height: 280px;
	overflow-y: auto;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.medicineSearchResult li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	text-align: left;
}

.medicineSearchResult li:hover,
.medicineSearchResult li.active {
	background-color: #f8f8f8;
}

.medicineSearchResult li:hover h4,
.medicineSearchResult li.active h4 {
	color: #ff6d00 !important;
}

.medicineSearchResult li h4 {
	color: #3D4DAC;
	margin-bottom: 5px;
}

.medicineSearchResult li span {
	font-size: 12px;
	color: #555;
}

.medicineSearchResult .rupeeIcon {
	display: inline-block;
	width: 14px;
	height: 13px;
	background-image: url('../images/icons/indian-rupee.png');
	background-size: contain;
	background-repeat: no-repeat;
}

/* default dropdown css end */
/* to hide print wrap by default  */
.prescriptionPrint {
	display: none;
}

.dropIcon {
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	background-image: url('../images/icons/Dropdown-Thin-Grey.png');
	background-size: contain;
	background-position: center, center;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.bottomMainWrap {
	margin-top: 56px;
}

.paginatorWrap {
	float: left;
	width: 100%;
	padding: 10px 0px;
}

.progressBarLoadingWrap {
	float: left;
	width: 100%;
	position: fixed;
	top: 54px;
}


.recMargin {
    margin: 16px !important;
}
.recMarginTop {
    margin-top: 16px  !important;
}
.recMarginBottom {
    margin-bottom: 16px  !important;
}
.recMarginLeft {
    margin-left: 16px  !important;
}
.recMarginRight {
    margin-right: 16px  !important;
}

.col {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
}
.rec-padding {
	padding: 16px;
}
.rec-no-padding {
	padding: 0px;	
}
.rec-padding-left {
	padding-left: 16px;
}
.rec-padding-right {
	padding-right: 16px;
}
.rec-padding-top {
	padding-top: 16px;
}
.rec-padding-bottom {
	padding-bottom: 16px;
}
.rec-margin {
	padding: 16px;
}

.rec-no-margin {
	margin: 0px;
}
.rec-margin-left {
margin-left : 16px
}
.rec-margin-right {
	margin-right : 16px
}
.rec-margin-top {
	margin-top : 16px
}
.rec-margin-bottom {
	margin-bottom : 16px
}
