BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 15px;
}

H1 {
	text-align: left;
	font-size: 24px;
	color: #999999;
	margin: 0px 0px 20px 0px;
}

A {
	color: #7AB800;
}

A:HOVER {
	color: #588500;
	text-decoration: none;
}

.nul-page-header {
	padding: 0px 0px 45px 0px;
	border-bottom: solid 22px #EEEEEE;
	margin-bottom: 40px;
}

.nul-page-header .page-title {
	background-color: #7AB800;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 15px;
}

.nul-distributor-page-header {
	padding: 5px 0px 5px 0px;
	border-bottom: solid 3px #EEEEEE;
	margin-bottom: 20px;
}

.nul-distributor-page-header .logo {
	float: left;
	text-align: left;
}

.nul-distributor-page-header .cart {
	float: right;
	text-align: right;
	font-size: 30px;
	line-height: 57px;
	vertical-align: middle;
	margin-right: 20px;
}
.nul-distributor-page-header .cart A, .nul-distributor-page-header .cart A:HOVER {
	color: #7AB800;
	text-decoration: none;
}

.nul-page-header .language-selector {
	height: 35px;
	background-color: #000000;
	color: #FFFFFF;
	margin-bottom: 45px;
	padding-right: 30px;
}

.nul-page-header .language-selector BUTTON {
	background-color: transparent;
	border: none;
	padding: 0px;
	line-height: 35px;
}

DIV.container.logo {
	padding: 0px 5px 0px 5px;
}

.nul-page-header.distributor-pages DIV.container.logo IMG {
	max-height: 57px;
}

.required-note {
	text-align: center;
	font-size: 13px;
}

SPAN.star {
	color: #DC143C;
	font-size: 16px;
}
.as-product-selection IMG {
	max-width: 100px;
}

@media ( max-width :767px) {
  .as-product-selection IMG {
	  max-width: 30px;
  }
}

FIELDSET {
	border: solid 1px #CCCCCC;
	margin: 30px -15px 0px -15px;
	padding: 0px 15px 0px 15px;
}

LEGEND {
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 15px 5px 15px;
	width: calc(100% + 32px);
	margin: 0px -16px 20px -16px;
}

FIELDSET LABEL {
	font-weight: 400;
}

FIELDSET .row .col, FIELDSET .row .col-xs-12 {
	margin-bottom: 20px;
}

.form-control {
	padding: 4px;
	font-size: 13px;
}

INPUT[type="checkbox"] {
	margin-right: 10px;
}

FIELDSET .row.kit-row {
	border-bottom: solid 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

FIELDSET .row.kit-row:last-of-type {
	border-bottom: none;
	padding-bottom: 0px;
}

.radio-selector {
	cursor: pointer;
}

TABLE.table.product-table TD {
	border: none;
	vertical-align: middle !important;
}

TABLE.table.product-table TD.product-selector {
	width: 30px;
	text-align: center;
	vertical-align: center;
}

TABLE.table.product-table TD.product-thumbnail {
	width: 100px;
}

TABLE.table.product-table TD.product-description {
	font-style: italic;
	font-size: 13px;
}

.form-control.quantity {
	width: 50px;
	text-align: right;
}

.form-control.no-stretch {
	display: inline-block;
	width: 200px;
}

.input-group .form-control.ccexp {
	float: none;
}
.input-group DIV.input-group-text {
	display: table-cell;
	padding: 0px 10px 0px 10px;
}

TABLE.table.order-summary {
	margin: 0px;
	border: solid 1px #FFFFFF;
}

TABLE.table.order-summary > TFOOT > TR > TD, TABLE.table.order-summary > TFOOT > TR > TH {
	border-top: none;
}

TABLE.table.order-summary > TFOOT > TR:first-of-type > TD, TABLE.table.order-summary > TFOOT > TR:first-of-type > TH {
	border-top: solid 1px #DDDDDD;
}

TABLE.table.order-summary > TFOOT > TR.total > TD, TABLE.table.order-summary > TFOOT > TR.total > TH {
	font-size: 20px;
	border-top: solid 2px #DDDDDD;
}

.hide-me {
	display: none !important;
}

.button-row {
	margin-top: 40px;
}

A.btn {
	color: #444444;
	background-color: #F0F0F0;
}

.btn-primary, A.btn.btn-primary, .btn-danger, A.btn.btn-danger {
	color: #FFFFFF;
	border-radius: 15px;
}

.btn-secondary, A.btn.btn-secondary {
	border: solid 1px #0083BE;
	color: #0083BE;
	border-radius: 15px;
	background-color: #FFFFFF;
}

.btn-primary, A.btn.btn-primary, .btn-primary {
	background-color: #0083BE;
}

.text-danger {
	color: #FF0000;
}

.ga-date-input {
	position: relative;
}

@media ( min-width :768px) {
	.hide-lg {
		display: none !important;
	}
}

@media ( max-width :767px) {
	.hide-sm {
		display: none !important;
	}
	FIELDSET LABEL {
		margin-bottom: 0px;
	}
	.nul-distributor-page-header .cart {
		padding-right: 20px;
	}
}

/*****************************************************************************************************
  Throbber
  **/
.throbbercontainer {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 2000;
}

.throbberbackdrop {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #000000;
	opacity: 0.6;
}

.throbberbody {
	position: fixed;
	top: 33%;
	left: 50%;
	padding: 0px;
	width: 300px;
	margin-left: -150px;
	background-color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	opacity: 1.0;
	font-size: 16px;
	color: #333333;
	border: solid 1px #8a8f93;
}

.throbberbody H1 {
	display: block;
	color: #000000;
	background-color: #DBE0E5;
	border-radius: 10px 10px 0px 0px;
	font-size: 18pt;
	margin: 0px 0px 50px 0px;
	padding: 20px 5px 20px 5px !important;
	text-align: center;
	font-weight: bold;
}

.throbbermessage {
	display: block;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.loader, .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(101, 184, 143, 0.2);
	border-right: 1.1em solid rgba(101, 184, 143, 0.2);
	border-bottom: 1.1em solid rgba(101, 184, 143, 0.2);
	border-left: 1.1em solid #65b88f;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}


@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.nul-alert .modal-body I {
	font-size: 60px;
}

.nul-alert-success .modal-body I {
	color: #65b88f;
}

.nul-alert-error .modal-body I {
	color: #FF0000;
}

TABLE.bank-info TH {
	padding-right: 15px;
}
.moola-warning {
	color: #FF0000;
}
.moola-iframes {
	background-color: #EEEEEE;
	padding: 16px 0px 0px 0px;
	margin-bottom: 15px;
	border: solid 1px #DDDDDD;
}
.moola-iframes IFRAME {
	min-width: 0px !important;
	min-height: 0px !important;
}

.moola-iframes DIV.moola-button {
	text-align: center;
	width: 100%;
	margin-bottom: 16px;
}
.moola-iframes .modal {
	display: block !important;
	z-index: 1000 !important;
}
.moola-iframes .modal .modal-content {
	height: 100% !important;
}


@media ( max-width :767px) {
	.moola-iframes {
		display: block;
		background-size: auto 20px;
	}
	.moola-iframes DIV DIV {
		display: block;
	}
}
