/* FONDOS BOOTSTRAP */
.CadmusBgPrimary {
    background: #007bff !important;
}

.CadmusBgSecondary {
    background: #6c757d !important;
}

.CadmusBgSuccess {
    background: #28a745 !important;
}

.CadmusBgGradienteSuccess {
	background-image: linear-gradient(to right, #28a745, white) !important;
}

.CadmusBorderSuccess {
	border-color: #28a745 !important;
}

.CadmusBgDanger {
    background: #dc3545 !important;
}

.CadmusBgGradienteDanger {
	background-image: linear-gradient(to right, #dc3545, white) !important;
}

.CadmusBorderDanger {
	border-color: #dc3545 !important;
}

.CadmusBgWarning {
    background: #ffc107 !important;
}

.CadmusBgGradienteWarning {
	background-image: linear-gradient(to right, #ffc107, white) !important;
}

.CadmusBorderWarning {
	border-color: #ffc107 !important;
}

.CadmusBgInfo {
    background: #17a2b8 !important;
}

.CadmusBgDisabled {
    background: #b7b7b7 !important;
}

/* COLORES BOOTSTRAP */
.CadmusPrimary {
	color: #007bff !important;
}

.CadmusSecondary {
	color: #6c757d !important;
}

.CadmusSuccess {
	color: #28a745 !important;
}

.CadmusDanger {
	color: #dc3545 !important;
}

.CadmusWarning {
	color: #ffc107 !important;
}

.CadmusInfo {
	color: #17a2b8 !important;
}

.CadmusDisabled {
	color: #b7b7b7 !important;
}

/* FONDOS GENERALES */
.CadmusBgRed {
    background: Red !important;
}

.CadmusBgBrown {
    background: Brown !important;
}

.CadmusBgSalmon {
    background: Salmon !important;
}

.CadmusBgPink {
    background: Pink !important;
}

.CadmusBgDeepPink {
    background: DeepPink !important;
}

.CadmusBgHotPink {
    background: HotPink !important;
}

.CadmusBgOrange {
    background: Orange !important;
}

.CadmusBgDarkOrange {
    background: DarkOrange !important;
}

.CadmusBgOrangeRed {
    background: OrangeRed !important;
}

.CadmusBgGoldenrod {
    background: Goldenrod !important;
}

.CadmusBgDarkGoldenrod {
    background: DarkGoldenrod !important;
}

.CadmusBgChocolate {
    background: Chocolate !important;
}

.CadmusBgYellow {
    background: Yellow !important;
}

.CadmusBgGold {
    background: Gold !important;
}

.CadmusBgKhaki {
    background: Khaki !important;
}

.CadmusBgLawnGreen {
    background: LawnGreen !important;
}

.CadmusBgOlive {
    background: Olive !important;
}

.CadmusBgKGreenYellow {
    background: GreenYellow !important;
}

.CadmusBgGreen {
    background: LawnGreen !important;
}

.CadmusBgDarkGreen {
    background: DarkGreen !important;
}

.CadmusBgLime {
    background: Lime !important;
}

.CadmusBgLightSeaGreen {
    background: LightSeaGreen !important;
}

.CadmusBgCyan {
    background: Cyan !important;
}

.CadmusBgDarkCyan {
    background: DarkCyan !important;
}

.CadmusBgBlue {
    background: Blue !important;
}

.CadmusBgMidnightBlue {
    background: MidnightBlue !important;
}

.CadmusBgLightBlue {
    background: LightBlue !important;
}

.CadmusBgGray {
    background: Gray !important;
}

.CadmusBgDarkSlateGray {
    background: DarkSlateGray !important;
}

.CadmusBgLightSlateGray {
    background: LightSlateGray !important;
}

.CadmusBgSilver {
    background: Silver !important;
}

.CadmusBgGainsboro {
    background: Gainsboro !important;
}