input
{
  height: auto !important;
}
.lead {
  vertical-align: bottom;
  color: #048;
}
.alert-success {
  background: #DEDEEF;
}
.alert-info {
  background: #E7E7EF;
}
.alert-warn {
  background: #EAEAEF;
}
label {
  text-align: right;
  font-size: 12pt;
  font-style: italic;
}
.herocontact {
  position: relative;
  color: white;
  height: 400px;
  background: url(../images/contactus.jpg) no-repeat center center;
  margin-bottom: 20px;
}
.herochat {
  position: relative;
  color: white;
  height: 420px;
  background: url(../images/hero_chat.jpg) no-repeat center center;
  margin-bottom: 20px;
}
.hero {
  color: white;
  position: relative;
  height: 300px;
  background: url(../images/hero_welcome3.jpg) no-repeat left top;
  margin-bottom: 20px;
}
.hero-2 {
  color: white;
  position: relative;
  background: url(../images/hero_welcome3.jpg) no-repeat top;
  background-size: cover;
  margin-bottom: 20px;
}
.hero-overlay {
  background: rgba(0,50,100,0.6);
  padding: 25px;
}
.hero-overlay .lead {
  color: white;
}
.terms {
  text-align: justify;
  text-justify: inter-word;
}
.well {
  color: #111 !important;
}

.float-radios input,
.float-radios label {
  float: left;
  margin-right: 10px;
}
.pad-top {
  padding-top: 30px;
}
.pad-y {
  padding-top: 20px;
  padding-bottom: 20px;
}
form h4 {
  margin-top: 0px;
}
#dirmap {
  height: 300px;
}
.pharmacy {
}
.pharmacy-small {
  height: 90px;
  overflow: hidden;
}
.pharmacy:hover {
  background: #ffc;
  cursor: pointer;
}
.service:hover {
  background: #ffc;
  cursor: pointer;
}
.myskype {
  float: left;
  margin-right: 10px;
}
.myskype img {
  margin: 0 !important;
  vertical-align: 0 !important;
}
.myform {
  margin: 0;
  padding: 0;
}
.myform .add-on {
  width: 100px;
}
.myform label {
  width: 140px;
  float: left;
  text-align: right;
  margin-right: 20px;
  /*margin-top: 5px;*/
}
.loadicon {
  position: relative;
  float: right;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: rgba(255,255,255,0.5) url('../..css/select2-spinner.gif') no-repeat center;
}

.nojs-warning-mask {
  position: absolute; z-index: 0;
  top: 0; left: 0; width: 100%; height: 100%;
  background: black; opacity: 0.4;
}
.nojs-warning {
  position: relative; display: block; margin: 200px auto; width: 500px; height: 100px;
  color: white; z-index: 1; font-size: 25px;
}
.footer {
  font-size: smaller;
  text-align: center;
  padding: 10px;
  padding-top: 30px;
}
.header {
  background: #048;
  position: relative;
}
.header-status {
  color: #ccc;
  text-align: right;
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*right: 0px;*/
  padding: 5px 20px;
  /*height: 2em;*/
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
}
.shadowbox {
  box-shadow: 0 5px 30px 0 rgba(0,0,0,0.1);
}
.sidetext {
  display: none;
  z-index: -1000;
  letter-spacing: -0.3em;
  bottom: 0; left: 0;
  position: absolute;
  font-size: 5000%;
  line-height: 300pt;
  opacity: 0.05;
}
form {
  margin: 0;
  padding: 0;
}
.btn-chatnow {
  position: absolute;
  bottom: 0; right: 0;
  margin: 10px 140px 40px 10px;
}
button,
a.btn {
  /*box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1) !important;*/
}

/* Drop-shadow under navbar */
div.navbar {
  /* z-index: -1000; */
  /*box-shadow: 0 0px 100px 0 rgba(0,0,0,0.2) !important;*/
}
.productinput {
	width: 30px;
	float:right;
	margin-right: 3px;
}
.producttable {
	
	display:inline-block; 
	width:200px;
	margin:18px;
	border: 2px solid #e3e3e3;
	border-color:#d4d4d4;
	background-color:#F1F1F2;
}
.producttd {
	padding:5px;
}
.pricetd {
	color:#048;
	padding-left:3px;
}
.addcart {
	margin-bottom:7px;
	margin-right:3px;
	float:right;
}
.stock {
	color:red;
	float:right;
	margin-bottom:21px;
	margin-right:3px;
}
.order {
	width:100px;
}
.black {
	color: black !important;
	font-size: 14px;
}
.viewcart {
	margin-bottom:10px;
}
.viewcart td{
	border: 2px solid #d4d4d4;
	background-color:#FFFFFF;
	padding: 5px;
}
.cartrow {
	background-color:#F1F1F2 !important;
}
.remove {
	color:#048;
	background-color:#FFFFFF;
	border: none;
}
.paypal {
	float: right;
	width: 200px;
}
.searchbox {
	margin-top: 6px;
	margin-bottom:6px;
	font-style: italic;
}
.description img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #e3e3e3;
}

#ajaxSearch
{
    position: relative;
	
}
#txtHint
{
	display: none;
    position: absolute;
	z-index: 999;
	background: white;
	width: 100%;
	border: 1px solid #C0C0C0;
	padding: 5px;
	font-size: 13px;
	
}
.map {
	float: right;
}
.map img
{
    max-width: none !important;
}




