body {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size:14px;
}

.form-group .form-control.error {
	border-color: #c62a2a;
	outline: 0;
}
.form-group .form-control.error:focus {
	box-shadow: 0 0 0 .2rem rgba(198,42,42,.25);
}
.form-group .form-check-input.error {
	box-shadow: 0 0 0 .2rem rgba(198,42,42,1);
}

.form-group label.error {
	display:inline;
	margin:0;
	font-size:12px;
	line-height:24px;
	color:#c62a2a;
}

header {
	background-color: #353535;
}
	header .navbar-dark .navbar-nav .nav-link, header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-link:focus {
		color:#FFF;
	}
	

footer{
	background-color: #353535 !important;
	color: white;
	min-height: 30px;
	line-height: 30px;
	font-size:12px;
}

.navbar-brand img {
	max-height: 30px;
}

.bordered {
	border: solid 1px lightgray;
}

.custom-logo-preview {
    height: 50px;
    width: 50px;
    display:inline-block;
    position:relative;
}

.custom-logo-preview img {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: absolute;
}
.custom-logo-preview a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
	padding: 1px 3px !important;
	font-size: 0.7rem;
	position: absolute;
	bottom: -1.3rem;
	left: 0;
	width: 100%;
}
.order-border{
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-bottom-style: none;
	
}
.discount-border{
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-top-style: none;
	
}
.progress-border{
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-top-style: none;
	border-bottom-style: none;
}