
.addButton{
	min-width: 100px;
	height: 30px;
	text-align: center;
	font-size:12px; text-transform: uppercase;
}

.addButton:hover{
	box-shadow:3px 3px 16px #333 ;
	color:#fff;
}


.cancelButton{
	min-width: 100px;
	height: 30px;
	text-align: center;
	font-size:12px; text-transform: uppercase;
}

.cancelButton:hover{
	box-shadow:3px 3px 16px #333 ;
	color:#fff;
}

.nextButton, .preButton{
	width: 100px;
	height: 30px;
	text-align: center;
	font-size:12px; text-transform: uppercase;
}

.nextButton:hover{
	box-shadow:3px 3px 16px #333 ;
	color:#fff;
}

.chosen-drop
{
	color:#fff;
	font-weight: bold;
}

.chosen-drop  ul li:hover{
	background: #ffffff;
	color:#333333;
}

.preButton:hover{
	box-shadow:3px 3px 16px #333 ;
	color:#fff;
}

.htmlReportButton:hover{
	box-shadow:3px 3px 16px #333 ;
	color:#fff;
	height: 30px;
	font-size:12px;
}

.exDropdown{
	width: auto;
	color: rgb(255, 255, 255);
	/* font-weight: bold; */
	background: #008080 none repeat scroll 0% 0%;
	z-index: 99999;
	width: 180px;
	height: 27px;
	border-radius: 17px;
	box-shadow: 4px 4px 4px rgb(28, 66, 99);
}

.exDropdown option{
	padding:8px;
}
 .tooltip, .tooltip-inner{
	top: 3.5px;
	left: 201.5px;
	display: block;
} 

.chosen-container a span{
	color:#ffffff;
}

#package_type
{
	background: #red;
}

.glyphicon-calendar{
	color:#333333;
}


.dropdown-menu li:hover{
	color:#006666;
	font-weight:bold;
}

.dropdown-menu li a:hover{
	
	color:#006666;
	font-weight:bold;
}

.form-label-font
{
	font-family:arial;
	font-size:12px;
	font-weight:600;
	padding-left:10px;
}

.form-label-font1
{
	font-family:arial;
	font-size:12px;
	font-weight:600;
	text-align: left;
}

.form-data-font
{
	font-size:12px;
}


body{
	font-family: Helvetica,Arial,sans-serif,Glyphicons Halflings;
}

.table-title{
	font-size:20px;
	font-weight:bold;
}

.note-message
{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	font-family: helvetica;
	margin-left: 10px;
	margin-bottom: 5px;
}

.mandatory-field
{
	color:red;
}

.sub-heading
{
	font-size: 14px;
	font-weight: bold;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-size:12px;
    font-weight: normal;
}

.custom-select-required{
	/* width: 100%; */
background: #ee0101;
position: relative;
color: #fff;
min-width: 120px;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
-o-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;

cursor: pointer;
text-align: left;

opacity: 0.87;
position: absolute;
top: 0px;
left: 399.083px;
margin-top: -35px;
display: block;
overflow: visible;


}

.custom-select-required-arrow{
	width: 15px;
margin: -2px 0 0 13px;
position: relative;
}

.action-button-common{
	color: #000000;
font-size: 15px;
padding: 4px;
}

.top-add-btn-position{
	color:#fff;
	background-color:#943168;
	border: 1px solid #943168;
	position: absolute;
	right: 3%;
	margin-top: 0.5%;
	width: auto;
	z-index: 10 !important;
	font-family: 'Roboto Condensed, sans-serif' !important;
	font-size: 1.2em !important;
	padding: 1px 15px 1px 15px !important;
	border-radius: 20px !important;
	text-transform: uppercase;
	height: 30px;
	text-align: center;
	box-shadow: 2px 2px 2px 1px #ac5f8a;
}

.top-add-btn-position.focus, .top-add-btn-position:focus, .top-add-btn-position:hover{
	color: #fff;
	background-color: #891b58;
	border: 1px solid #891b58;
	position: absolute;
	right: 3%;
	margin-top: 0.5%;
	width: auto;
	z-index: 10 !important;
	font-family: 'Roboto Condensed, sans-serif' !important;
	font-size: 1.2em !important;
	padding: 1px 15px 1px 15px !important;
	border-radius: 20px !important;
	text-transform: uppercase;
	height: 30px;
	text-align: center;
	box-shadow: 2px 2px 2px 1px #a04879;
}


.table-title-position{
	position: absolute;
	 text-transform: uppercase;
	margin-top: 1%;
}

.table-title-position-hidden-menu{
	position: absolute;
	 text-transform: uppercase;
	margin-top: 0.8%;
}

.body-background-img { 
	/* background-image: url("../../img/medicine-background.png") ; */
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
	/* background-color: #fff; */
	background-color: #e0e0e0 !important;
}

.datatable-note-message
{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	font-family: helvetica;
	margin-left: 2%;
}

.left-div-custom{
	width: 45%;
	padding-left: 2%;
	display: inline-block;
}

.right-div-custom{
	width: 45%;
	padding-left: 2%;
	display: inline-block;
	margin-left: 9%;
}

.common-master-filter{
	width: 96%;
	height: 45px;
	z-index: 99999 !important;
	margin-top: 2px;
	padding: 0px;
	background: #ffffff;
	margin-left: 2%;
	border: 1.5px solid #891b58;
	border-radius:5px;
	opacity:1;
	display:none;
}

.col-max-width-add{
	word-wrap: break-word; max-width: 200px;
}

.col-max-width-300{
	word-wrap: break-word; max-width: 300px;
}

.inner-addon{
	position: relative;
}
.inner-addon .glyphicon {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}
.left-addon .glyphicon {
	right: 10px;
	top: 0px;
	font-size: 15px;
}

.left-addon1 .glyphicon {
	right: 15px;
	top: -2px;
	font-size: 15px;
}

.inner-addon .fas {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}
.left-addon .fas {
	right: 0px;
	top: 0px;
	font-size: 15px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px; background: #891b58; color: #fff;
}

.left-addon1 .fas {
	right: 15px;
	top: -2px;
	font-size: 15px;
}

.inner-addon .far {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}
.left-addon .far {
	right: 0px;
	top: 0px;
	font-size: 15px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px; background: #891b58; color: #fff;
}

.left-addon1 .far {
	right: 15px;
	top: -2px;
	font-size: 15px;
}
.ui-autocomplete.ui-front {
    z-index: 1051;
    max-height: 330px;
    overflow-y: auto;
    font-size: 11px;
}
.pincode-linked-info{
	margin-top:3px; 
	height:60px; 
	border:1px solid #ccc; 
	background: #eee; 
	border-radius:5px;
	font-size:12px; 
	padding: 5px;
}


.module-title-custom{
	min-width: 120px;
	float: left;
	font-size: 16px;
	padding-right: 35px;
	color: #891b58;
	font-weight: bold;
	border-bottom: 1.5px solid #891b58;
	margin-left: 23px;
}

.common-location-custom{
	min-width: 120px;
	float: left;
	font-size: 16px;
	padding-right: 5px;
	color: #891b58;
	font-weight: bold;
	margin-left: 23px;
}
.info__cat{
	width: 98%; background: #e6e6e7; padding: 3px 5px; font-weight: 600; text-transform: uppercase; text-align: left;
}
.password__rules{
	display: inline-block;
	background: #f3f3f3;
	width: 100%;
	border-radius: 5px;
}
.password__rules p{
	font-size: 12px; width: 100%; margin: 2px 15px; letter-spacing: 0px;
}

.act__dropdown_btn {
  position: relative;
	background-color: #323232;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	margin: 5px;
	min-width: 100px;
	height: 30px;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	border-radius:5px;
	/* box-shadow: 6px 8px 12px grey; */
}
