﻿body {
	background: url(/images/background.png);
	font-family: 'Roboto', sans-serif;
}

a {
	color: RGB(220, 168, 72);
}

	a:hover {
		color: RGB(220, 168, 72);
		text-decoration: underline;
	}

nav.navbar-dark {
	padding: 0 1rem;
	background-color: RGB(66, 118, 152);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	padding: 17px 20px;
	border-right: 1px solid #fff;
}

.navbar-dark .navbar-brand {
	padding: 0 20px 0 10px;
	margin-right: 0;
}

	.navbar-dark .navbar-brand img {
		height: 55px;
	}

	.navbar-dark .navbar-nav .nav-item.active .nav-link,
	.navbar-dark .navbar-nav .nav-link:hover {
		background-color: rgb(28, 56, 72);
	}


.alert-primary {
	background-color: #e5ebf4;
	border-color: #1a5a86;
}

.alert p{
	font-size: .875rem;
	margin-bottom: 0;
}

#current-section {
	background-color: #d8e3eb;
}

	#current-section ul li {
		margin-bottom: .5rem;
	}

#subscription-section {
	background: #f8f8f8;
}

#current-section h3,
#subscription-section h3 {
	color: #1A5A86;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}
	#subscription-section select {
		width: 96px;
		border-color: #6D8FAC;
		border-radius:0;
	}

	#subscription-section label {
		font-size: .875rem;
		font-weight: 700;
	}

#subscription-section input{
	width: 15px;
    height: 15px;
    vertical-align: text-top;
	cursor: pointer;
}

select[disabled],
input[disabled] {
	cursor:not-allowed!important;
}

#discount-section {
	background-color: #d8e3eb;
}

	#discount-section label {
		color: #1A5A86;
		font-size: 1.25rem;
	}

#discount-section input{
	height: 16px;
	width: 16px;
}

#order-total-section {
	background-color: #3F749C;
	color: #fff;
	font-size: 1.25rem;
}

	#order-total-section .startdate{
		font-weight:700;
	}

	#order-total-section .order-total {
		font-size: 1.75rem;
	}

#terms-section {
	background-color: #F8F8F8;
	font-size: .75rem;
}

#terms-condition-section {
	background: #1A5A86;
}

	#terms-condition-section label {
		font-size: .75rem;
	}

	#terms-condition-section input{
		width: 25px;
	}

	.btn-order {
		color: #1A5A86;
		text-transform: uppercase;
		background: #fff;
		border-radius: 30px;
		min-width: 208px;
		padding: .9375rem;
	}

#agree-error-message label{
	font-size:1rem;
}

#loading-spinner {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	background: #fff;
	border-radius: 50%;
	padding: 1rem;
	transform:translate(-50%, -50%);
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid #1A5A86;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

label{
	cursor:pointer;
}

#productError {
	background: RGB(220, 168, 72);
	padding: 15px;
	border-radius: 16px;
	font-weight: 700;
}

@media (min-width: 992px) {
	.w-lg-75 {
		width: 75% !important;
	}


	#subscription-section.p-lg-5,
	#discount-section.p-lg-5,
	#order-total-section.p-lg-5 {
		padding: 1.8rem 3rem !important;
	}

	#terms-condition-section.p-lg-5,
	#current-section.p-lg-5 {
		padding: 2.2rem 3rem !important;
	}
}

#email-section {
	background-color: #d8e3eb;
}