body {
	font-size: 14px;
}

.progress-bar.animate {
	width: 100%;
}

.input-error {
	border-left: solid 5px #d2322d !important;
}

.input-success {
	border-right: solid 5px #5cb85c !important;
}

.table {
	background-color: #fff;
}

.table th, .table td { 
	/*border-top: none !important; */
	border: none !important;
}

.bs .container {
	padding-top: 15px;
}

h4 {
	text-decoration: underline;
}

.table-condensed>tbody>tr>td {
	padding: 2px;
}

#special-services{
	text-align: center;
}

#special-services h5 {
	text-decoration: underline;
	font-weight: bold;
}

#spotQuoteForm label {
	font-weight: 100;
}

#spotQuoteForm .form-group {
	margin-top: 5px;
}

#spotQuoteForm .form-control {
	display: inline-block;
	width: 115px;
	padding: 0px 12px;
	height: 22px;
}

#srq-accessorials-price {
	background-color: transparent;
	margin-top: 15px;
	margin-right: auto;
}


.panel-heading {
	background-color: #7e8aa1 !important;
	color: white !important;
}
/* adjust the contents on smaller devices */
@media (max-width: 768px) {
	#srq-accessorials-price {
		width: 100%;
	}
}