/*
 * Global
 */
html, body {
	font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    color: #ced4da;
    background: #343a40;
	margin-bottom: 50px;
}

a {
	color: #ced4da;
}

button {
	background: #ccc;
	color: #000;
	box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f;
	color: #fff;
	box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	cursor: pointer;
    outline: none;
    border: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}

button.primary {
	background-color: #41a62acc;
	color: #fff;
}

.logo-watermark {
	width: 160px;
    height: 56.16px;
	filter: grayscale(100%);
    opacity: .15;
}

.watermark-footer {
	text-align: center;
}

.page-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.page-title h1 {
	margin: 0;
}

.page-title img {
	height: 50px;
	opacity: 0.8;
}

div.divider {
	margin: 20px 0;
	border-top: 1px solid #5f6468;
}

.disclaimer {
	font-style: italic;
	font-size: 0.90rem;
    color: #ced4dac4;
}

/*
 * Landing
 */
.landing-container {
    max-width: 400px;
    margin: 50px auto;
}

.landing-form {
	margin-bottom: 10px;
}

.landing-form button {
	width: 100%;
}

.landing-form legend {
	font-weight: bold;
	margin-bottom: 15px;
}

.landing-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.landing-form .form-group {
        text-align: left;
        margin-bottom: 1rem;
}

.landing-form .form-group label {
	display: block;
	margin-bottom: 0.5rem;
}

.landing-form .form-group input[type="text"], 
.landing-form .form-group input[type="email"], 
.landing-form .form-group input[type="password"], 
.landing-form .form-group select {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ced4da;
	padding: 8px;
	border-radius: 3px;
}

.landing-form ul {
	list-style-type: none;
	display: block;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
	color: #adb5db;
}

.landing-form ul.errorlist li {
	color: #e77681;
}

.landing-heading {
	text-align: left;
	font-size: 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(65,166,42,.8);
	margin-bottom: 20px;
}

.landing-content {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(65,166,42,.8);
	margin-bottom: 15px;
}

.landing-content .error-message { 
	text-align: center;
	color: #e77681;
}

.landing-footer {
	font-size: 12px;
    text-align: center;
}

/* 
 * Quotes
 */
.quote-container {
	width: 1200px;
	margin: 50px auto;
}

.quote-section {
	color: #f9f9f9;
	display: flex;
	background: #495057;
	margin-bottom: 25px;
	border-left: 5px solid #495057;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.quote-section.base {
	border-color: rgba(65, 166, 42, .3);
}

.quote-section.options {
	border-color: rgba(65, 166, 42, .6);
}

.quote-section.starters {
	border-color: rgba(101, 173, 85, 0.9);
}

.quote-section .description {
	width: 55%;
	padding: 5px 15px;
}

.quote-section .description select {
	margin-bottom: 7px;
	margin-top: 20px;
}

.quote-section .description table {
	border-collapse: collapse;
	text-align: center;
}

.quote-section .description table input[type="radio"] {
	margin-left: 0;
}

.quote-section .description table tr > th {
	padding: 3px 10px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.quote-section .description table tr > th:last-child {
	border-right: none;
}

.quote-section .description table tr > td {
	padding: 3px 10px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.quote-section .description table tr > td:last-child {
	border-right: none;
}

.quote-section .description ul {
	padding-left: 20px;	
}

.quote-section .description ul.split {
	columns: 2;
	column-gap: 30px;
}

.quote-section .description div.split {
	display: flex;
	flex-direction: row;
	align-content: center;
}

.quote-section .description div.split .half {
	flex: 1;
}

.quote-section .description div.split .half.center {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.quote-section .actions {
	display: flex;
	flex-direction: row; 
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #5f6468;
}

table.package-details th,
table.package-details td {
	margin-top: 10px;
	padding: 6px;
}

.quote-section .actions .add select {
	margin-bottom: 5px;
}

.quote-section .actions .add {
	background: #575f66;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	
	width: 100%;
	height: 100%;
}

.quote-section .actions .price {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-grow: 1;
	font-size: 1.4rem;
}

table.package-details {
	margin-top: 10px;
	border-collapse: collapse;
}

.muted { 
	color:rgb(189, 194, 187);
}

.center {
	text-align: center;
}