/* =Typography
-----------------------------------------------------------------------------*/
body, html {
	padding: 0 !important;
	margin: 0 !important;
}

/* =Links
-----------------------------------------------------------------------------*/
.form-buttons > button,
.form-buttons > input[type="button"],
.form-buttons > input[type="reset"],
.form-buttons > input[type="submit"],
.form-buttons > .button,
.form-buttons > .btn-blue {
	background-color: #323b64 !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	padding: 10px 24px !important;
	padding: 1rem 2.4rem !important;
	width: 100% !important;
}

.tools-alert > .btn-blue,
.tools-alert > .btn,
.btn-blue {
	background-color: #323b64 !important;
}

.form-buttons > button:hover,
.form-buttons > input:hover[type="button"],
.form-buttons > input:hover[type="reset"],
.form-buttons > input:hover[type="submit"],
.form-buttons > .button:hover,
.form-buttons > .btn-blue:hover,
.btn-blue:hover {
	background-color: #036ba6 !important;
}

.form-buttons > .button:hover,
.form-buttons > .btn-blue:hover,
.tools-alert > .btn-blue,
.btn-blue,
.btn-blue:hover {
	color: #fff;
}

.form-buttons > a.btn {
	display: block;
	text-align: center;
}


/* =Layout
-----------------------------------------------------------------------------*/

#main {
	max-width: 950px;
	margin: 0 auto;
	padding-top: 1px;
}

.highlight-box {
	padding: 10px;
	padding: 1rem;
	background-color: #eaeaea;
	margin-bottom: 10px !important;
	margin-bottom: 1rem !important;
}

.highlight-box p:last-child {
	margin-bottom: 0;
}

.highlight-box:before {
	content: " ";
	display: table;
}

.highlight-box:after {
	clear: both;
	content: " ";
	display: table;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* =Paywall
-----------------------------------------------------------------------------*/

.title-area{
	text-align: center;
	border-bottom: 8px solid #c61648;
	padding-top: 15px;
	margin-bottom: 25px;
}

.wrap {
	margin-top: 15px;
}

.container-pw {
	padding: 0 20px;
}

#main-paywall {
	max-width: 950px;
	margin: 0 auto;
	border: 1px solid #ccc;
}

.selection-box {
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
	margin: 0 0 2em 0;
}

.selection-box-header {
	background-color: #e2e2e2; 
	border-bottom: 1px solid #ccc; 
	padding: 5px 5px;
	text-align: center;
}

.selection-box-body {
	text-align: center; 
	padding: 10px;
}

.info-box {
	margin-top: 1.3em;
}

.tools-alert .fa {
	color: #999;
}

#delivery_ul {
	margin-bottom: 0;
}

#inv_ul li label, #del_ul li label{
	margin-bottom: 0 !important;
}

/* =Validation
-----------------------------------------------------------------------------*/
/* Auto added on each form item that has Parsley validation. */
.parsley-validated {
	
} 	

/* Auto added on each form item that has successfully passed validation. */
.parsley-success {
	background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6 !important;
    color: #468847 !important;
}

/* Auto added on each form item that did not pass Parsley validation. */
.parsley-error {
	background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
    color: #B94A48 !important;
}	

/* Auto added after each form item that did not pass Parsley validation. Container for errors <li>. */
ul.parsley-error-list {
	font-size: 11px;
    list-style-type: none;
    margin: 2px;
} 	
ul.parsley-error-list li {
    line-height: 15px;
}

/* Message displayed if constraint failed validation. */
li.parsley-error {
	
}

/* =Header
-----------------------------------------------------------------------------*/


/* =Nav
-----------------------------------------------------------------------------*/


/* =Misc
-----------------------------------------------------------------------------*/

.invisible {
	display: none !important;
}

.forms label {
    display: block;
    margin-bottom: 1em;
}

.error {
	font-weight: 600;
	color:#ff0000;
}

input:disabled {
	background-color:#ccc;
}

input[type="text"]:disabled {
	background:#ccc;
}


/* =Footer
-----------------------------------------------------------------------------*/
