body, p {
	color: #000 !important;
}

.transparent {
	color: transparent;
}

/*****************************************************************************/
/*****************************************************************************/

label {
	margin-bottom: 0;
	font-size: 12px;
}

.form-style-4 select.form-control:enabled {
	background-color: transparent;
	color: black;
}

.form-style-4 select.form-control:enabled option {
	background-color: white;
	color: black;
}

.form-style-4 select.form-control:disabled {
	background-color: #f7f7f7;
	color: gray;
}

.form-style-4 .form-control:read-only {
	background-color: #f7f7f7;
	color: gray;
}

/*****************************************************************************/
/*****************************************************************************/

a.text-primary:hover {
	color: unset !important;
}

#footer {
	margin-top: 0;
}

#footer.footer-sticky {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

#footer .footer-copyright {
	border: none;
	margin-top: 0;
	padding: 5px 0 5px 0;
	color: #777;
}