body {
	background-color: #e1e1e1;
}

.steps {
	border: dotted 2px #444;
	padding: 20px;
	text-align: center;
}

.steps p {
	margin-bottom: 0;
}

.steps-wrapper {
	padding: 0 15px;
}

/*.top-box h1 {
	color: #2A4C58;
	text-transform: uppercase;
}*/

.step-active {
	border-color: #2A4C58;
	background-color: rgba(42, 76, 88, 0.2);
}

.step-number {
	color: #2A4C58;
	font-size: 20px;
	font-weight: 600;
}

.content-wrapper {
	background-color: #ebebeb;
	padding: 10px 50px;
	box-shadow: 0 0 3px #c9c9c9;
	margin-top: 30px;
}

.content-header {
	border-bottom: dotted 2px #2A4C58;
	padding-bottom: 10px;
}

.content-header h3 {
	color: #2A4C58;
	text-transform: uppercase;
}

.content-body {
	padding: 30px 50px;
}

.content-footer {
	border-top: dotted 2px #2A4C58;
	padding-top: 10px;
}

.btn {
	background-color: #3a6878;
	color: #ddd;
	border-bottom: 5px solid #2A4C58;
}

.btn:hover {
	color: #ddd;
	background-color: #2A4C58;
}

.content-body textarea {
	resize: vertical;
	min-height: 100px;
}

.content-body .ffl-wrapper input {
	margin-bottom: 20px;
}

.ffl-wrapper {
	width: 100%;
}

.ffl-wrapper .ffl-label {
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease;
	transition-delay: 0s;
	position: absolute;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	pointer-events: none;
	top: 0.5rem;
	padding-left: 10px;
}

.ffl-wrapper .ffl-label p {
	margin-bottom: 0;
}

.ffl-wrapper.ffl-floated .ffl-label {
	top: -10px;
	background-color: #ebebeb;
	margin-left: 12px;
	padding: 2px 4px;
	border-radius: 3px;
}

.ffl-label {
	color: #909090;
	line-height: 1.2;
}

.ffl-floated .ffl-label {
	color: #2A4C58;
	font-size: 0.75rem;
}

.btn-back {
	background-color: #777;
	border-color: #444;
}

.btn-back:hover {
	background-color: #444;
	border-color: #444;
}

.btn-send {
	background-color: #C6533D;
	border-color: #7D1D11;
}

.btn-send:hover {
	background-color: #7D1D11;
	border-color: #7D1D11;
}

/*.not-chosen {
	background-color: #bcbcbc;
	border-color: #a7a7a7;
}

.not-chosen:hover {
	background-color: #a7a7a7;
	border-color: #a7a7a7;
}*/

.cancel-chosen-software,
.cancel-chosen-hardware {
	background-color: #dc3545;
	border-color: #c82333;
	display: none;
}

.cancel-chosen-software:hover,
.cancel-chosen-hardware:hover {
	background-color: #c82333;
	border-color: #c82333;
}

.option-boxes {
	text-align: center;
	background-color: #fefefe;
	padding: 15px 30px;
	border: 2px solid #ddd;
}

.option-boxes:hover {
	cursor: pointer;
	border-color: #75abbd;
	background-color: #f2f2f2;
}

.option-boxes p:first-of-type {
	color: #2A4C58;
	font-weight: 600;
	font-size: 18px;
}

.active-box {
	border: 2px solid #3a6878;
}

.content-body hr {
	width: 70%;
	border: dotted 1px #2A4C58;
}

.content-body-body p {
	text-align: center;
	color: #444;
	font-weight: 500;
}

.info-tooltip {
	padding: 5px 10px;
	color: #3a6878;
	border: 1px solid #3a6878;
}

#step2-wrapper input[type=radio] {
	display: none;
}

table input {
	width: 70px !important;
}

table,
tr,
td {
	margin: 0 auto;
	text-align: right;
	padding: 5px;
}

.footer-wrapper {
	margin: 20px 0;
}

.footer-wrapper p:first-of-type {
	color: #2A4C58;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}

.software-main-box {
	height: 400px;
	overflow-y: scroll;
}

.software-main-box .row {
	margin: 0;
}

.software-box {
	padding: 10px;
	text-align: center;
	border: 2px dotted #d0cdcd;
}

.software-box p {
	word-break: break-all;
}

.software-box:hover {
	/*cursor: pointer;*/
	border-color: #75abbd;
	background-color: #f2f2f2;
}

.hardware-main-box {
	height: 400px;
	overflow-y: scroll;
}

.hardware-main-box .row {
	margin: 0;
}

.hardware-box {
	padding: 10px;
	text-align: center;
	border: 2px dotted #d0cdcd;
}

.hardware-box:hover {
	/*cursor: pointer;*/
	border-color: #75abbd;
	background-color: #f2f2f2;
}

.hardware-category-box {
	border: 2px dotted #d0cdcd;
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.active-hardware-category-box {
	background-color: #3a6878;
	border-color: #3a6878;
}

.hardware-category-box:hover {
	cursor: pointer;
	border-color: #75abbd;
	background-color: #4b879b;
}

.softwareName,
.hardwareName {
	color: #2A4C58;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 600;
	font-size: 18px;
}

.active-software-box {
	border: 2px dotted #3a6878;
}

.active-hardware-box {
	border: 2px dotted #3a6878;
}

.software-main-box input[type=checkbox] {
	display: none;
}

.hardware-category-main-box p {
	font-size: 13px;
}

.active-p {
	text-decoration: underline;
	color: #2A4C58;
	font-weight: 800;
}

.hardware-category-box img {
	max-height: 70px;
	max-width: 70px;
}

.content-footer p {
	display: inline-block;
}

.hardware-category-main-box input[type=radio] {
	display: none;
}

.hardware-main-box input[type=checkbox] {
	display: none;
}

#step1-wrapper input[type=text]:focus,
#step1-wrapper input[type=number]:focus,
#step1-wrapper input[type=email]:focus,
#step2-wrapper input[type=number]:focus,
#step1-wrapper textarea:focus,
#step3-wrapper input[type=number]:focus {
	box-shadow: 0 0 0 0.2rem #ddd;
	border-color: #ddd;
}

.error-input {
    border: 1px solid #f2a6a6 !important;
    margin-bottom: 0 !important;
}

.error-input:focus {
    box-shadow: 0 0 0 0.2rem #f2a6a6 !important;
}

.error-small {
	color: #d84040;
	display: none;
	text-align: center;
	margin: 5px 0;
}

#captcha-refresh {
	color: #0c6474;
}

#captcha-refresh p {
	display: inline-block;
}

#captcha-refresh:hover {
	color: #303030;
	cursor: pointer;
}

#captcha {
	margin: auto;
}

.captcha-wrapper {
	text-align: center;
	margin: 10px 0;
}

.alert-danger {
	display: none;
}

.loading {
	cursor: not-allowed;
}

.loading:after {
	content: '.';
	animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
	0%, 20% {
		color: rgba(0,0,0,0);
		text-shadow:
		.25em 0 0 rgba(0,0,0,0),
		.5em 0 0 rgba(0,0,0,0);
	}
	40% {
		color: white;
		text-shadow:
		.25em 0 0 rgba(0,0,0,0),
		.5em 0 0 rgba(0,0,0,0);
	}
	60% {
		text-shadow:
		.25em 0 0 white,
		.5em 0 0 rgba(0,0,0,0);
	}
	80%, 100% {
		text-shadow:
		.25em 0 0 white,
		.5em 0 0 white;
	}
}

@media (max-width: 991px) {
	.content-body {
		padding: 30px 0;
	}
	#captcha-refresh {
		display: block;
	}
}

@media (max-width: 767px) {
	.option-boxes {
		margin-bottom: 15px;
	}
	.hardware-category-box {
		display: block;
		height: auto;
		padding: 20px;
		margin: 0 auto;
		margin-bottom: 0 !important;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.hardware-category-box {
	    padding: 10px;
	}
}

@media (max-width: 575px) {
	.hardware-category-main-box .col-sm-4 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}

@media (max-width: 350px) {
	#step3-wrapper input[type=number] {
	    display: block;
	    margin: 0 auto;
	    margin-top: 5px;
	    width: 100%;
	}
}

#accept_terms + label a {
	color: #2A4C58;
}

#accept_terms + label p {
	margin-bottom: 0;
}

button p {
	margin-bottom: 0;
}

.productQuantity {
	width: 50px;
	display: inline-block;
	padding: 5px;
	float: right;
}

.not-allowed-cursor:hover {
	cursor: not-allowed;
}

.invisible {
	display: none !important;
}

.offer-successful p {
	margin-bottom: 0;
}

.boldPrice {
	font-weight: 600;
}