.errortext {color: red;}
.happytext {color: green;font-weight:bold;}
span.tab{
    padding: 0 40px; /* Or desired space*/
}
span.smalltab{
    padding: 0 20px; /* Or desired space*/
}
.candystriping{width: 100%;}
.candystriping table{
    border-collapse: collapse;
    width: 100%;
}
.candystriping th, td {
    text-align: left;
    padding: 8px;
}
.candystriping tr:nth-child(even){background-color: #f2f2f2}
.candystriping tr:last-child { font-weight:bold; }
.candystriping th {
    background-color: #1E114B;
    color: white;font-weight:normal;
}
.forgotpwd {font-size:12px;font-weight:lighter;margin-top:15px;}
.forgotpwd span {color: orange}
.forgotpwd a:hover span  {text-decoration: underline;color: green;}
.logos {padding:10px;width:100%;}
.adminlogo{padding:10px;width:100%;height:auto;}
.pics {padding:5px;width:100%;max-width:100px;}
.pics1 {padding:5px;width:100%;max-width:100px;}
.pics2 {padding:5px;width:100%;max-width:150px;margin-top:-20px;}
.dbtext{padding-left:20px;padding-right:20px;}
.goodsimage{width:100%;height:auto;}
.footer-container{
		background:azure;
		border:1px solid #DBDEE1;
	}  /*  */
.footer-para{
	padding-left:30px;
	font-weight:bold;
}
.footeranchor{
	color:black;
	font-size:90%;
}
.singlebottleimages{
	height:300px;width:auto;padding-left:40px;padding-right:40px;padding-top:10px;padding-bottom:10px;border:solid;border-width:1px;border-color:Gainsboro;
	border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.singlebottleimages:hover{
	opacity: 0.7;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    max-height: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
 .modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

 @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.allbottleimages{
	height:100px;width:auto;padding-left:40px;padding-right:40px;padding-top:10px;padding-bottom:10px;border:solid;border-width:1px;border-color:Gainsboro;
}
.heading{ text-align: right;line-height:5px; font-size:80%; padding-top:20px;
}
#signupcontainer{border:solid;border-width:2px;border-color:grey;margin-top:10px;padding-left:20px;margin-left:40px;}
#signup{text-align:right;padding-right:20px;}
#welcome{text-align:right;font-size:90%;margin-top:10px;padding-top:8px;}
.separator{border-bottom:solid;border-bottom-width:1px;border-bottom-color:Gainsboro;margin-bottom:10px;}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size:90%;
}
.description{padding:20px;}
.prodlabels{color:#337ab7;}
.smallertext{font-size:60%;}
.formheading{font-weight:bold;background:#F9F9F9;border:1px solid #DBDEE1;text-align:center;}
#addtocart input[type=number]{
    width: 50px;
} 
.links{padding-top:8px;}
.paypallogo{padding-top:8px;}
.fill{height:200px;}
.smallfill{height:50px;}
.trashimg{height:30px;}
.shippinglabel{font-size:80%;font-weight:bold;}
.shippinglabel2{font-size:80%;}
.shippingdiv{border:1px solid #DBDEE1;padding:10px;}
.shippingtable{line-height:50%;}
.postage{padding-left:20px;padding-right:20px;padding-top:5px;padding-bottom:5px;background-color:mistyrose;border:1px solid #DBDEE1;}
.belowtabs{height:10px;}
.points{font-style:italic;padding-left:20px;padding-right:20px;border:inset;border-width:5px;background-color:mistyrose;}
.reviewname{font-size:80%;color:darkgreen;font-style:italic;padding-left:30px;}
.minimalrowheight td{padding-top:2px;padding-bottom:2px;font-size:12px;}
.pdfimage{height:100px;width:auto;}
.topbottomborder{border-top:solid;border-bottom:solid;border-width:1px;height:200px;overflow:auto;}
.checkbox{margin-top:2px;margin-bottom:2px;}
.line1text {white-space: nowrap; overflow:hidden; text-overflow: ellipsis; }
.searchbar{float:right;padding-top:20px;padding-bottom:10px;}
@media only screen and (min-width: 600px) {
	.searchbar{float:right;padding-top:10px;padding-bottom:10px;}
}
#tfheader{
	background-color:#c3dfef;
}
#tfnewsearch{
	float:right;
	padding:0px;
}
.tftextinput{
	margin: 0;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #0076a3; border-right:0px;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}
.tfbutton {
	margin: 0;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #0076a3; border-right:0px;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}
.tfbutton:hover {
	text-decoration: none;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
/* Fixes submit button height problem in Firefox */
.tfbutton::-moz-focus-inner {
  border: 0;
}
.tfclear{
	clear:both;
}
@media only screen and (min-width: 600px) {
	.tfbutton {
		font-size:14px;
		padding: 5px 15px;
	}
	.tftextinput{
		font-size:14px;
		padding: 5px 15px;
	}
}
.blogborder {
	-ms-flex-align: center;
    align-items: center;
    background-color: white;
    border: 1px solid ;
    border-radius: 4px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 56px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px;
    padding: 0 12px;
}
.blogborder1{
	border: 1px solid ;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 10px 12px;
    box-sizing: border-box;

}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.blogtitle{font-weight:bold;font-size:20px;}
.blogname{font-style:italic;}
.blogouter{margin:50px;margin-top:10px;}
#blogsortoption{width:150px;}
.bloglink{font-size:20px;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.bloglinksub{padding-left: 50px;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.linksdiv{height:400px;overflow-y: scroll}
#more0 {display: none;}
#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}
#more5 {display: none;}
#more6 {display: none;}
#more7 {display: none;}
#more8 {display: none;}
#more9 {display: none;}
#more10 {display: none;}
#more11 {display: none;}
#more12 {display: none;}
#more13 {display: none;}
#more14 {display: none;}
#more15 {display: none;}
#more16 {display: none;}
#more17 {display: none;}
#more18 {display: none;}
#more19 {display: none;}
#more20 {display: none;}
#more21 {display: none;}
#more22 {display: none;}
#more23 {display: none;}
#more24 {display: none;}
#more25 {display: none;}
#more26 {display: none;}
#more27 {display: none;}
#more28 {display: none;}
#more29 {display: none;}
#more30 {display: none;}
#more31 {display: none;}
#more32 {display: none;}
#more33 {display: none;}
#more34 {display: none;}
#more35 {display: none;}
#more36 {display: none;}
#more37 {display: none;}
#more38 {display: none;}
#more39 {display: none;}
.grantstitle{font-weight:bold;text-decoration:underline;}
div.gallery {
     margin: 5px;
    padding: 5px;
    border: 1px solid #0000ff;
     height: auto;
     width: auto;
     float: left;
     text-align: center;
 }

div.gallery img {
     display: inline;
     margin: 5px;
     border: 1px solid #ffffff;
 }

div.gallery a:hover img {
     border:1px solid #0000ff;
 }

.leftspace{margin-left:2%;}
.mybtn{padding:2px;margin-left:2px;}
.thumbnails{
	overflow-x: scroll;
    white-space: nowrap;
	height:100px;
	padding-right:10px;
}
.thumbimages{height:100%;width:auto;}
.bigmobileimages{height:auto;width:100%;}
.thumbmobileimages{height:50px;width:auto;}
.bigimage{height:400px;margin-bottom:20px;}
#gallery .glyphicon.glyphicon-chevron-left {
    font-size: 75px;
}
#gallery .glyphicon.glyphicon-chevron-right {
    font-size: 75px;
}
.alignvertical{margin-top: 100px;}
.leftright{border:solid;}
.leftrightmobileimages{height:50px;padding:10px;border:solid;margin:10px;}
.leftrightmobilediv{height:50px;width:50px;padding:10px;border:solid;margin:10px;float:left;}
.leftrightimages{height:80px;padding:10px;border:solid;margin-left:10px;margin-bottom:5px;}
.leftspaceagain{margin-left:2%;width:200px;float:left;}
.calendar{width:100%;vertical-align:top;margin:0px;padding:0px;}
.title{text-align:center;height:50px;border:solid;border-width:1px;font-weight:bold;font-size:150%;}
.title a {text-decoration: none;color:black;}
.date{border:solid;border-width:1px;background-color:#DDD;padding-top:0px;margin-top:0px;}
.mask{background-color:#DDC;}
.caldates{height:15px;text-align:right;border-style: ridge;margin:0px;padding:0px;border-left-style:none;font-weight:bold;}
.calevents{height:50px;margin:0px;padding:0px;}
.calpara{line-height:12px;font-size:10px;margin:5px;}
.calrow{vertical-align:top;margin:0px;padding:0px;}
.caladd{text-align:left;margin:0px;padding:0px;height:15px;border-style: ridge;border-right-style:none;font-weight:bold;}

