/* Add here all your CSS customizations */

/* GENERAL */
body, p {
	color: #000 !important;
}

label {
	margin-bottom: 0;
	font-size: 13px;
	color: black;
}

/*****************************************************************************/
/*****************************************************************************/

nav.menu-xl > ul > li > a {
	font-size: 15px !important;
}

/*****************************************************************************/
/*****************************************************************************/

.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;
}

/*****************************************************************************/
/*****************************************************************************/
