label{
	margin: 0px;
}
.form-control{
	padding: .25em .5em;
}
.form-group{
	margin-bottom: .5em;
}
#progressIndicator{
	margin-bottom: .75em;
}

a.redBtn, a.greyBtn{
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	height: 36px;
	padding: 8px 15px 8px 15px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
}
a.redBtn{
	background-color: #990100;
}
a.greyBtn{
	background-color: #333;
}
a.redBtn:not([href]),a.greyBtn:not([href]){
	color: #FFF;
}
a.redBtn:hover,a.redBtn:hover:not([href]),a.greyBtn:hover,a.greyBtn:hover:not([href]){
	color: #CCC;
	text-decoration: none;
	cursor: pointer;
}
#progressIndicator div.card-body{
	padding:0px;
}
.stepLink{
	border-radius: 0px;
	color: #333;
	border-width: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-color: #FFF;
}
.stepLink.enableProgress{
	border-color:#990100;
}
.stepLink.error{
	background-color: rgb(255,199,206);
	color: #333;
}
.stepTitle{
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	vertical-align: middle;	
}
.stepTitle div{
	font-size: .5em;
}
.stepDesc{
	display: inline-block;
	text-align: left;
	padding: 4px 0px 0px 10px;
	font-size: 1em;
	line-height: 1.5em;
	vertical-align: middle;
}
#step-1,#step-2,#step-3{
	display: none;
}
#step-1.active,#step-2.active,#step-3.active{
	display: block;
}
.stepTools{
	text-align: center;
}
.stepTools a{
	margin: 0px 5px 0px 5px;
}

h2{
	color: #990100;
	font-size: 1.25em;
	font-weight: bold;
}
#productSelection th{
	font-weight: normal;
	font-size: .8em;
	vertical-align: middle;
	text-align: center;
}
#productSelection td{
	text-align: center;
}
#productSelection input, #productSelection select{
	display: inline-block;
}
.widthField, .heightField, .qtyField{
	width: 35px;	
}
#productSelection select{
	width: inherit;
}
.modal-content{
	padding: 10px 20px 20px 20px;
}
.modal-content button{
	text-align: right;
}
.submissionText, .commentsArea{
	margin-bottom: 15px;
}
#acknowledgement{
	display: flex;
	margin-bottom: 15px;
}
#acknowledgeInput{
	width: 10%;
	text-align: center;
}
#acknowledgeInput input{
	width: 30px;
	height: 30px;
}
#acknowledgeMessage{
	width: 90%;
}
.alert(
	font-size: .8em;
)

/*
*******Too Wide Layout BREAKPOINT*******
MEDIA QUERY FOR > Background Width
*/
@media (min-width: 1278px){
}
/*
*******Width Only Desktop  Layout BREAKPOINT*******
MEDIA QUERY FOR > Medium Width
Set "min-width" equal to bootstrap small breakpoint
*/
@media (min-width: 768px){
}
/*
*******Full Desktop Layout BREAKPOINT*******
MEDIA QUERY FOR Medium Height & > Medium Width
Set "min-width" equal to bootstrap small breakpoint
Set "max-height" equal to max background image height + header height + footer height
Set "min-height" equal to minimum viewport size
*/
@media (max-height: 1034.9px) and (min-height: 500px) and (min-width: 768px){
	/*Activate these styles when screen width is above x and screen height is above x*/
}

/*
*******Too Tall Desktop Layout BREAKPOINT*******
MEDIA QUERY FOR Large Height & > Medium Width
Set "min-width" equal to bootstrap small breakpoint
Set "min-height" equal to max background image height + header height + footer height
This media query un-fixes the footer from the bottom of the viewport
*/
@media (min-height: 1035px) and (min-width: 768px){
	/*Activate these styles when screen width is above x and screen height is below x*/
}