﻿.footer-text {
	color: #545b62;
	line-height: 18px;
	padding: 3px 4px 3px 6px;
}

footer {
	border-top: 1px solid #ccc;
}

.form-display {
	font-size: 1.0em !important;
}

body {
	color: #545b62;
}

.breadcrumb-item.active {
	color: #5e6974;
}

.breadcrumb-item > a {
	color: #545b62;
}

.grid-cell-content-align-top {
	vertical-align: top;
}

.panel-sub-heading {
	padding: 0 15px 5px 15px;
}

fieldset legend {
	line-height: 30px;
	border-bottom: solid 1px #3f51b5;
	color: #3F51B5;
	font-size: 1.1rem;
}

	fieldset legend.sub {
		line-height: 20px;
		font-size: 14pt;
	}

.badge-grid-column {
	width: 100%;
}

.input-validation-error {
	background-color: #ebcccc;
	border-color: #b92c28;
}

.input-validation-valid {
	background-color: none;
	border-color: inherit;
}

.validation-summary-valid {
	display: none;
}

.validation-summary-errors {
}

	.validation-summary-errors span {
		font-weight: 600;
	}

	.validation-summary-errors ul {
		padding-top: 10px;
		margin-bottom: 0px;
	}

.alert-heading {
	font-weight: bold;
}

.nav-link {
	color: #6c757d;
}

.page-title-box {
	padding-top: 10px;
}

.table .thead-light th {
	color: #000 !important;
}

.nav-pills > li > a, .nav-tabs > li > a {
	color: #000 !important;
}

.page-title {
	font-size: 1.5rem !important;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .9em;
}

.text-success {
	color: #008040 !important;
}

.text-danger {
	color: #c81a2a !important;
}

.text-bold {
	font-weight: 600;
}

.text-small {
	font-size: small;
}

.text-xsmall {
	font-size: x-small;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
	background-color: #D91E18 !important;
	border-color: #d41c2c;
}

.btn-danger:hover {
	background-color: #D91E18 !important;
	border-color: #df1d2e;
}

.btn-danger {
	background-color: #D91E18 !important;
	border-color: #e74856;
}

.btn-success {
	background-color: #008040 !important;
	border-color: #009688;
}

.btn-warning {
	color: #000;
}

.btn-soft-warning {
	color: #ff8307;
}