@charset "utf-8";

body {
	font-family: 'Arial ', Gadget, sans-serif;   
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 70px;
	background-color: #F9F9F9;
}

a {
	color: #3B7CB3;
}
a:hover {
	text-decoration: none;
}

img {
	vertical-align:middle;
}

#logo {
	font-size: 17px;
	font-weight: bold;
	background-color: #46B6F7;
	color: white;
	padding: 10px;
}

#title_bar {
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	background-color: #FFF;
}

#content {
	margin:15px 40px;
	min-height:500px;
}

table, td {
	padding: 3px;
}

.form-control-number {
	text-align: center;
}

.card .card-header {
	background-color: rgba(229, 235, 234, 1);
	padding: .4rem .8rem;
}

.card .card-header .card-title {
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 17px;
	font-weight: bold;
}

.nav-link i {
	font-size: 20px;
}

.nav-item a {
	color: #000 !important;
}
.nav-item.active a {
	color: #000 !important;
}
.nav-item.active a i {
	color: #00A5FF !important;
}

.form-check {
	margin-bottom: 5px;
}

#estimated-cost {
	width: 100%;
	position: fixed;
	z-index: 500;
	background-color: #fff;
	padding: 30px 0px;
	bottom: 0;
	border-top: 1px solid #000;
	max-height: 50%;
	overflow: auto;
}

@media print {
	.no-print {
		display: none !important;
	}
	.printable {
		display: block !important;
	}
}

label {
	margin-bottom: 2px;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 70% !important;
	}
}

#menu-accordion .card {
}
#menu-accordion .card-header {
	background-color: #fff;
}
#menu-accordion .card-body {
	background-color: #fff;
}

.date .table td, .date .table th {
	border-top: 1px solid #fff;
	padding: 1px;
}

.navbar.bg-light {
	background: #fff!important;
}

.large {
	font-size: 18px;
}