@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;
}

.error_message	{ 
	border:2px solid #d92c2c; 
	padding:15px;
	margin:2px;
	background-color:#ffe9eb; 
	margin-bottom:15px;
}
	
.info_message	{ 
	border:2px solid #009e00; 
	padding:15px; 
	margin:2px;
	background-color:#edffee; 
	margin-bottom:15px;
}
	
.warning_message { 
	border:2px solid #ea801c; 
	padding:15px; 
	margin:2px;
	background-color:#ffffcc; 
	margin-bottom:15px;
}

.confirm_message { 
	border:2px solid #ea801c; 
	padding:15px; 
	margin:2px;
	background-color:#ffffcc; 
	margin-bottom:15px;
}

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

table, td {
	padding: 3px;
}

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

.card .card-header {
	background-color: rgb(2, 60, 167);
	color: white;
	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;
	}
}

@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;
}

textarea.form-control,
input[type=text].form-control,
input[type=search].form-control,
select[multiple].form-control,
select.custom-select {
	background-color: #f8f9fa;
}

hr {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
	border-top: 1px solid rgba(0,0,0,.3)
}

.room-heading {
	font-weight: bold;
	background-color: #c7d5ee;
	border-top: 1px solid black !important;
}

.bg-hilite {
	background-color: rgb(255, 248, 181)!important;
}

.select2-selection__placeholder {
	font-weight: bold;
	color: black;
}
.select2-results__group {
	background-color: black;
	color: white !important;
	text-transform: uppercase;
	text-align: center !important;
}
.select2-dropdown, .select2-results__options {
  min-height: 50vh;
}

.text-dimmed {
	color: #ccc;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #ccc!important;
	opacity: .5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ccc!important;
	opacity: .5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc!important;
	opacity: .5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ccc!important;
	opacity: .5;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #ccc!important;
	opacity: .5;
}
::placeholder { /* Most modern browsers support this now. */
	color: #ccc!important;
	opacity: .5;
}

.dropzone {
	padding: 0px;
	border: 2px dashed #ccc;
	border-radius: 10px;
	min-height: 0px;
}

.badge-super {
	position: relative;
	bottom: 8px;
}

.sidebar {
	position: absolute;
	top: 50px;
	right: 0;
	width: 50px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 10px 0 0 10px;
	background: #f5f5f5;
	overflow: scroll;
	max-height: 85vh;
	z-index: 1030;
}
#sidebar-content {
	overflow: scroll;
}

.estimate-breakdown-link {
	position: absolute;
	top: 20px;
	right: 35px;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.small {
	line-height: 120%!important;
}

.alert-warning {
	color: #543f01;
}
