/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */

html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.white-bg {
	background-color: #ffffff;
}

.separator_hr {
	padding-top: 0px;
	margin-top: 0px;
	height:20px;
	background-color: #5A5A5A;
}

header {
	margin-top: 5px!important;
	margin-left: 5px!important;
	margin-right: 5px!important;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background: #5A5A5A!important;
}

.nav-fixed-top {
	position: relative;
	margin-top: 0;
	right: 0;
	left: 0;
}

.col60 {
	float: left; 
	width: 60%!important;
	padding-left: 10px;
}

.padding-minus-100-left {
	padding-left: -100px!important; 
}

.col40 {
	float: left; 
	width: 40%!important;
	padding-left: 10px;
}

.col30 {
	float: left; 
	width: 30%!important;
	text-align: right;
	padding-left: 10px;
}

.col20 {
	float: left; 
	width: 20%!important;
	text-align: right;
	padding-left: 10px;
}

.col10 {
	float: left; 
	width: 10%!important;
	text-align: right;
	padding-left: 10px;
}

.paddingmargin10 {
	margin: 10px;
	padding: 10px;
}

.padding10 {
	padding: 10px;
}

.image-100-w { /* This is now 50 width not 100*/
	width: 50px;
}

.image-125-w { 
	width: 125px;
}

.button-25-h {
	height: 25px;
}
.black-bground {
	background-color: #000000;
}
.orange-bground {
	background-color: #00cace;
}

.orange-text a {
	color: #00cace;
}

.button-text {
	color: #ffffff;
}

.lock-left {
	margin-left: 0px;
	padding-left: 0px;
}

.RA-red {
	color: red;
}

/* log in form */
.vertical-offset-100{
    padding-top:100px;
}

.col-sm-offset-4 {
	margin-left:33.33333333%;
}

.align-right {
	margin-right: 0px;
	float:right;
}

.align-left {
	margin-left: 0px;
	float:left;
}

.align-center {
	margin-left: auto;
	margin-right: auto;
	/*float:left;*/
}

.float-left {
	float: left;
}

#prodQuantityInput {
	min-height:50px;
	height:auto !important;
	height:80px;

}
/* This ensures that number clicker is always showing */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

.block-display a {
	display:inline;
}

.dark-grey-text {
	color: #5A5A5A;
}
.grey-text {
	color: grey;
}
.grey-bground {
	background-color: grey;
}

.center-in-page {
	align:"center";
	margin: auto;
}
/* This hides the cross to clear number field in IE*/
::-ms-clear { display: none; }

.right-justified {
	text-align:right;
	margin-right: auto;
	position: relative;
}

.medium-text {
	font-size: 120%!important;
}

.smaller-text {
	font-size: 95%!important;
}

.chart-header-text {
	padding-top:10px;
	font-size: 12pt;
	height: 35px;
}
hr.divider {
	margin-top: 0em;
	margin-bottom: 1em;
	border-width: 2px;
}

.nav-forced-height {
	min-height:110px;
}

@media screen and (min-width: 750px) {
	.nav-logo {
		position: relative;
	}
	.nav-right {
		font-size: 12pt;
		float: right;
	}
}

@media screen and (max-width: 750px) {
	.nav-logo {
		margin: 0 auto;
		display: block;
	}
	.nav-right {
		position: relative;
		display: block;
		width: 100%;
		text-align: right;
		font-size: 12pt;
	}
}


.nomargin {
	margin:-5px;
}

/* Date input styling */

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
	display: none; /* Hide the button */
	-webkit-appearance: none;
	margin: 0;
}

::-ms-clear { }

.form-no-line-break {
	display:inline;
	margin:0px;
	padding:0px;
}

/* Date input styling end */


.row:before, .row:after {
	content:'';
	display:block;
	width:100%;
	height:0;
}
.row:after {
	clear:both;
}


/* Table styling */
tbody td{
	padding: 4px;
}

tbody tr:nth-child(odd) {
	background-color: #ABABAB;
	color: #fff;
}

/* Styling for responsive line breaks */
.responsiveLines { display: block; }

@media screen and (min-width: 768px){
	.responsiveLines { display: inline; }
}

.center-img {
	display: block;margin-left: auto;margin-right: auto;
}

.card {
	background-color: transparent;
	border-color: transparent;
}