#mainContainer {
	max-width: 50%;
    border: 2px solid black;
    border-radius: 5px;
    max-height: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 50%;
    padding: 20px;
}

.choice	{
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99999;
	padding-left: 30px;
	padding-right: 30px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    margin: 10px;
    font-size: 20px;
}

.choice[disabled],.button[disabled]	{
	opacity: 0.5;
	border: 1px solid grey;
}

.choice:hover {
	border: 1px solid darkblue;
	cursor: pointer;
}

.button:hover	{
	background-color: #265577;
	cursor: pointer;
	border: 2px solid darkblue;
}

.button.primary	{
	background: #325e9e;
    color: #fff;
}

.button.secondary	{
	background: #fff;
    color: #534e4e;
    border: 2px solid #6e6161;
    margin-right: 25px;
    float: left;
}

.button	{
	width: 150px;
    height: 50px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 50px;
}

#descriptionPopup	{
	display: none;
	position: absolute;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
	z-index: 9999;
}

input,textarea,select	{
	padding: 20px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    margin: 20px;
    font-size: 20px;
	display: block;
	width: 90%;
}

textarea{
	height: 200px;
}

select	{
	padding: 34px;
}

select:invalid {
   color: gray !important;
}

select:[disabled] {
   color: gray !important;
}

option {
   color: black;
}

.halfwidth	{
	width: 42.5%;
	display: inline-block;
	margin-top: 0px;
}

.next, .confirm	{
	float: right;
}

#quotePrice	{
	font-weight: bold;
}

#progressBar	{
	background-color: #325e9e;
	height: 10px;
	width: 0%;
}

ul li:not(.init) { 
	display: block;
}

#packingInstructions 	{
	max-width: 50%;
	max-height: 100%;
}

#barcodeFrame	{
	width: 45%;
	height: 300px;
}

#barcodePrintLink	{
	float: right;
}

.verificationLabel	{
	font-weight: bold;
}

#quotePricePersistent	{
    padding: 10px;
    background-color: #325e9e;
    color: white;
    margin: 5px;
    border-radius: 5px;
    outline: 2px solid white;
    outline-offset: -6px;
	display: none;
	font-size: 20px;
	text-align: center;
}

h1	{
	text-align: center;
}

#loader	{
	text-align: center;
	font-size: 20px;
}

body	{
	background-color: white;
padding-top: 0px !important;
}

#pricePlaceholder	{
	color: #EA222D;
}

body > .main > .container 	{
margin-left: 0px !important;
}

#register-form	{
 padding-top: 0px !important;
}