#body .navbar-dark.bg-dark { background-color: #212020 !important; }

.navbar-brand {
	min-height: 50px;
	height: auto !important;
}

.navbar-brand img {
	margin-right: 12px;
}
.navbar-brand span {
	line-height: 60px;
}


#main_content {
	padding-bottom: 20px;
}


#general_warning, #footer_area_danger {
	display: none;

}

.warning-content {
	display: inline-block;
}

#footer_area_danger {
	margin-top: 20px;
}



/* table of PTO entries - we are taking info out with js and making a summary in another column */
/* so we are now hiding tne actual table columns with the excess info */
.has-summary .colhead-duration_type,
.has-summary .colname-duration_type,

.has-summary .colhead-single_day_date,
.has-summary .colname-single_day_date,

.has-summary .colhead-partial_day_date,
.has-summary .colname-partial_day_date,

.has-summary .colhead-partial_time_begin,
.has-summary .colname-partial_time_begin,

.has-summary .colhead-partial_time_end,
.has-summary .colname-partial_time_end,

.has-summary .colhead-multi_day_date_begin,
.has-summary .colname-multi_day_date_begin,

.has-summary .colhead-multi_day_date_end,
.has-summary .colname-multi_day_date_end,

.has-summary .colhead-sorting_date,
.has-summary .colname-sorting_date {
	display: none;
}



.colhead-employee_note,
.colname-employee_note,
.colhead-supervisor_note,
.colname-supervisor_note {
	max-width: 400px;
	white-space: normal !important;
}


#request_details_for_summary { display: none;}

#request_summary h3 {
	margin-bottom: 0px;
}

#request_summary p {
	margin-top: 0px;
}

select, option {
	text-transform: capitalize;
}

