/* body{
	background-color:white;
	color:#000000;
} */

.labelHeaderColor{
	color:#6E5386;
}

.frmThreeCol legend {
    color: #6E5386;
}

.labelHeader{
font-size:14px;
font-weight:bold;
}
.palette-color {
	/* palette-alizarin color*/
	background-color: #e74c3c;
}


/* custom classes */
.btn-danger-custom{
	background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}	

.btn-danger-custom:hover,
.btn-danger-custom:focus,
.btn-danger-custom:active,
.btn-danger-custom.active, .open
.dropdown-toggle.btn-danger-custom{
	background-color: #D3322D;
    border-color: #AC2925;
    color: #FFFFFF;
}

.navbar-custom{
	background-color:#ffffff;
	width:100%;
	padding:10px 10px 0px 10px;
	margin-left:-10px;
}

:focus {outline:none;}

i.btn-danger-custom:hover{
	color: #D3322D;
	background-color: transparent;
	cursor: pointer;
}

.text-muted-lite{
	color:#cccccc;
}

/* custom classes */
.btn-success-custom{
	background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}	

.btn-success-custom:hover,
.btn-success-custom:focus,
.btn-success-custom:active,
.btn-success-custom.active, .open
.dropdown-toggle.btn-success-custom{
	background-color:#4cae4c;
    border-color:#4cae4c;
    color: #FFFFFF;
}
i.btn-success-custom:hover{
	color:#4cae4c;
	background-color: transparent;
	cursor: pointer;
}
