.text-blue, 
.hoverc-blue:hover{
	color:#0000FF !important;
}
.text-cyan,
.hoverc-cyan:hover{
	color:#17a2b8 !important;
}
.text-dark,
.hoverc-dark:hover{
	color:#343a40 !important;
}
.text-fuchsia,
.hoverc-fuchsia:hover{
	color:#ff00ff !important;
}
.text-green,
.hoverc-green:hover{
	color:#008000 !important;
}
.text-gray,
.hoverc-gray:hover{
	color:#808080 !important;
}
.text-indigo,
.hoverc-indigo:hover{
	color:#4B0082 !important;
}
.text-light, .hoverc-light:hover{
	color:#f8f9fa !important;
}
.text-lightblue,
.hoverc-lightblue:hover{
	color:#62a1c4 !important;
}
.text-lime,
.hoverc-lime:hover{
	color:#00ff00 !important;
}
.text-maroon,
.hoverc-maroon:hover{
	color:#8b0000 !important;
}
.text-navy,
.hoverc-navy:hover{
	color:#000080 !important;
}
.text-olive,
.hoverc-olive:hover{
	color:#556b2f !important;
}
.text-orange,
.hoverc-orange:hover{
	color:#d96c00 !important;
}
.text-pink,
.hoverc-pink:hover{
	color:#e83e8c !important;
}
.text-purple,
.hoverc-purple:hover{
	color:#800080 !important;
}
.text-red,
.hoverc-red:hover{
	color:#eb323f !important;
}
.text-teal,
.hoverc-teal:hover{
	color:#008080 !important;
}
.text-yellow, 
.hoverc-yellow:hover{
	color:#ffd700 !important;
}
.text-gold, 
.hoverc-gold:hover{
	color:#ad7d31 !important;
}
.text-saddlebrown, 
.hoverc-saddlebrown:hover{
	color:#8B4513 !important;
}

.bg-blue, 
.hoverbg-blue:hover{
	background:#0000FF !important;
}
.bg-cyan,
.hoverbg-cyan:hover{
	background:#17a2b8 !important;
}
.bg-dark,
.hoverbg-dark:hover{
	background:#343a40 !important;
}
.bg-fuchsia,
.hoverbg-fuchsia:hover{
	background:#ff00ff !important;
}
.bg-green,
.hoverbg-green:hover{
	background:#008000 !important;
}
.bg-gray,
.hoverbg-gray:hover{
	background:#808080 !important;
}
.bg-indigo,
.hoverbg-indigo:hover{
	background:#4B0082 !important;
}
.bg-light, .hoverbg-light:hover{
	background:#f8f9fa !important;
}
.bg-lightblue,
.hoverbg-lightblue:hover{
	background:#62a1c4 !important;
}
.bg-lime,
.hoverbg-lime:hover{
	background:#00ff00 !important;
}
.bg-maroon,
.hoverbg-maroon:hover{
	background:#8b0000 !important;
}
.bg-navy,
.hoverbg-navy:hover{
	background:#000080 !important;
}
.bg-olive,
.hoverbg-olive:hover{
	background:#556b2f !important;
}
.bg-orange,
.hoverbg-orange:hover{
	background:#d96c00 !important;
}
.bg-pink,
.hoverbg-pink:hover{
	background:#e83e8c !important;
}
.bg-purple,
.hoverbg-purple:hover{
	background:#800080 !important;
}
.bg-red,
.hoverbg-red:hover{
	background:#eb323f !important;
}
.bg-teal,
.hoverbg-teal:hover{
	background:#008080 !important;
}
.bg-yellow, 
.hoverbg-yellow:hover{
	background:#ffd700 !important;
}
.bg-gold,
.hoverbg-gold:hover{
	background:#ad7d31 !important;
}
.bg-saddlebrown, 
.hoverbg-saddlebrown:hover{
	background:#8B4513 !important;
}
.btn-blue,
.btn-blue:active {
	background-color: #0000FF !important;
	border-color: #0000FF !important;
	color: #ffffff !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue.active {
	color: #ffffff !important;
	background-color: #00008B !important;
	border-color: #00008B !important;
}
.btn-blue.disabled,
.btn-blue:disabled {
	color: #ffffff !important;
	background-color: #00008B !important;
	border-color: #00008B !important;
}
.btn-outline-blue,
.btn-outline-blue:active {
	background: none;
	border-color: #0000FF;
	color: #0000FF;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue.focus,
.btn-outline-blue.active {
	color: #ffffff;
	background-color: #0000FF;
	border-color: #0000FF;
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
	color: #ffffff !important;
	background-color: #0000FF !important;
	border-color: #0000FF !important;
}
.btn-cyan,
.btn-cyan:active {
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
	color: #ffffff !important;
}
.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan.focus,
.btn-cyan.active {
	color: #ffffff !important;
	background-color: #008B8B !important;
	border-color: #008B8B !important;
}
.btn-cyan.disabled,
.btn-cyan:disabled {
	color: #ffffff !important;
	background-color: #008B8B !important;
	border-color: #008B8B !important;
}
.btn-outline-cyan,
.btn-outline-cyan:active {
	background: none;
	border-color: #17a2b8;
	color: #17a2b8;
}
.btn-outline-cyan:hover,
.btn-outline-cyan:focus,
.btn-outline-cyan.focus,
.btn-outline-cyan.active {
	color: #ffffff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
	color: #ffffff !important;
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
}

.btn-dark,
.btn-dark:active {
	background-color: #343a40 !important;
	border-color: #343a40 !important;
	color: #ffffff !important;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark.active {
	color: #ffffff !important;
	background-color: #161a1d !important;
	border-color: #161a1d !important;
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #ffffff !important;
	background-color: #161a1d !important;
	border-color: #161a1d !important;
}
.btn-outline-dark,
.btn-outline-dark:active {
	background: none;
	border-color: #343a40;
	color: #343a40;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark.active {
	color: #ffffff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #ffffff !important;
	background-color: #343a40 !important;
	border-color: #343a40 !important;
}
.btn-fuchsia,
.btn-fuchsia:active {
	background-color: #ff00ff !important;
	border-color: #ff00ff !important;
	color: #ffffff !important;
}
.btn-fuchsia:hover,
.btn-fuchsia:focus,
.btn-fuchsia.focus,
.btn-fuchsia.active {
	color: #ffffff !important;
	background-color: #d500d5 !important;
	border-color: #d500d5 !important;
}
.btn-fuchsia.disabled,
.btn-fuchsia:disabled {
	color: #ffffff !important;
	background-color: #d500d5 !important;
	border-color: #d500d5 !important;
}
.btn-outline-fuchsia,
.btn-outline-fuchsia:active {
	background: none;
	border-color: #ff00ff;
	color: #ff00ff;
}
.btn-outline-fuchsia:hover,
.btn-outline-fuchsia:focus,
.btn-outline-fuchsia.focus,
.btn-outline-fuchsia.active {
	color: #ffffff;
	background-color: #ff00ff;
	border-color: #ff00ff;
}
.btn-outline-fuchsia.disabled,
.btn-outline-fuchsia:disabled {
	color: #ffffff !important;
	background-color: #ff00ff !important;
	border-color: #ff00ff !important;
}

.btn-green,
.btn-green:active {
	background-color: #008000 !important;
	border-color: #008000 !important;
	color: #ffffff !important;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green.active {
	color: #ffffff !important;
	background-color: #004000 !important;
	border-color: #004000 !important;
}
.btn-green.disabled,
.btn-green:disabled {
	color: #ffffff !important;
	background-color: #004000 !important;
	border-color: #004000 !important;
}
.btn-outline-green,
.btn-outline-green:active {
	background: none;
	border-color: #008000;
	color: #008000;
}
.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green.focus,
.btn-outline-green.active {
	color: #ffffff;
	background-color: #008000;
	border-color: #008000;
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
	color: #ffffff !important;
	background-color: #008000 !important;
	border-color: #008000 !important;
}
.btn-gray,
.btn-gray:active {
	background-color: #808080 !important;
	border-color: #808080 !important;
	color: #ffffff !important;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray.active {
	color: #ffffff !important;
	background-color: #555555 !important;
	border-color: #555555 !important;
}
.btn-gray.disabled,
.btn-gray:disabled {
	color: #ffffff !important;
	background-color: #555555 !important;
	border-color: #555555 !important;
}
.btn-outline-gray,
.btn-outline-gray:active {
	background: none;
	border-color: #808080;
	color: #808080;
}
.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray.focus,
.btn-outline-gray.active {
	color: #ffffff;
	background-color: #808080;
	border-color: #808080;
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
	color: #ffffff !important;
	background-color: #808080 !important;
	border-color: #808080 !important;
}
.btn-indigo,
.btn-indigo:active {
	background-color: #4B0082 !important;
	border-color: #4B0082 !important;
	color: #ffffff !important;
}
.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo.focus,
.btn-indigo.active {
	color: #ffffff !important;
	background-color: #800080 !important;
	border-color: #800080 !important;
}
.btn-indigo.disabled,
.btn-indigo:disabled {
	color: #ffffff !important;
	background-color: #800080 !important;
	border-color: #800080 !important;
}
.btn-outline-indigo,
.btn-outline-indigo:active {
	background: none;
	border-color: #4B0082;
	color: #4B0082;
}
.btn-outline-indigo:hover,
.btn-outline-indigo:focus,
.btn-outline-indigo.focus,
.btn-outline-indigo.active {
	color: #ffffff;
	background-color: #4B0082;
	border-color: #4B0082;
}
.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
	color: #ffffff !important;
	background-color: #4B0082 !important;
	border-color: #4B0082 !important;
}
.btn-light,
.btn-light:active {
	background-color: #f8f9fa !important;
	border-color: #ffffff !important;
	color: #343a40  !important;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light.active {
	color: #f8f9fa !important;
	background-color: #ffffff !important;
	border-color: #343a40  !important;
}
.btn-light.disabled,
.btn-light:disabled {
	color: #f8f9fa !important;
	background-color: #ffffff !important;
	border-color: #f8f9fa !important;
}
.btn-outline-light,
.btn-outline-light:active {
	background: none;
	border-color: #f8f9fa;
	color: #f8f9fa;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light.active {
	color: #ffffff;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #ffffff;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-lightblue,
.btn-lightblue:active {
	background-color: #5c9ec2 !important;
	border-color: #5c9ec2 !important;
	color: #ffffff !important;
}
.btn-lightblue:hover,
.btn-lightblue:focus,
.btn-lightblue.focus,
.btn-lightblue.active {
	color: #ffffff !important;
	background-color: #458eb6 !important;
	border-color: #458eb6 !important;
}
.btn-lightblue.disabled,
.btn-lightblue:disabled {
	color: #ffffff !important;
	background-color: #458eb6 !important;
	border-color: #458eb6 !important;
}
.btn-outline-lightblue,
.btn-outline-lightblue:active {
	background: none;
	border-color: #5c9ec2;
	color: #5c9ec2;
}
.btn-outline-lightblue:hover,
.btn-outline-lightblue:focus,
.btn-outline-lightblue.focus,
.btn-outline-lightblue.active {
	color: #FFFAF0;
	background-color: #5c9ec2;
	border-color: #5c9ec2;
}
.btn-outline-lightblue.disabled,
.btn-outline-lightblue:disabled {
	color: #343a40 !important;
	background-color: #5c9ec2 !important;
	border-color: #5c9ec2 !important;
}
.btn-lime,
.btn-lime:active {
	background-color: #00ff00 !important;
	border-color: #00ff00 !important;
	color: #ffffff !important;
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime.focus,
.btn-lime.active {
	color: #ffffff !important;
	background-color: #32cd32 !important;
	border-color: #32cd32 !important;
}
.btn-lime.disabled,
.btn-lime:disabled {
	color: #ffffff !important;
	background-color: #32cd32 !important;
	border-color: #32cd32 !important;
}
.btn-outline-lime,
.btn-outline-lime:active {
	background: none;
	border-color: #00ff00;
	color: #00ff00;
}
.btn-outline-lime:hover,
.btn-outline-lime:focus,
.btn-outline-lime.focus,
.btn-outline-lime.active {
	color: #ffffff;
	background-color: #00ff00;
	border-color: #00ff00;
}
.btn-outline-lime.disabled,
.btn-outline-lime:disabled {
	color: #ffffff !important;
	background-color: #00ff00 !important;
	border-color: #00ff00 !important;
}
.btn-maroon,
.btn-maroon:active {
	background-color: #800000 !important;
	border-color: #800000 !important;
	color: #ffffff !important;
}
.btn-maroon:hover,
.btn-maroon:focus,
.btn-maroon.focus,
.btn-maroon.active {
	color: #ffffff !important;
	background-color: #8b0000 !important;
	border-color: #8b0000 !important;
}
.btn-maroon.disabled,
.btn-maroon:disabled {
	color: #ffffff !important;
	background-color: #8b0000 !important;
	border-color: #8b0000 !important;
}
.btn-outline-maroon,
.btn-outline-maroon:active {
	background: none;
	border-color: #800000;
	color: #800000;
}
.btn-outline-maroon:hover,
.btn-outline-maroon:focus,
.btn-outline-maroon.focus,
.btn-outline-maroon.active {
	color: #ffffff;
	background-color: #800000;
	border-color: #800000;
}
.btn-outline-maroon.disabled,
.btn-outline-maroon:disabled {
	color: #ffffff !important;
	background-color: #800000 !important;
	border-color: #800000 !important;
}
.btn-navy,
.btn-navy:active {
	background-color: #000080 !important;
	border-color: #000080 !important;
	color: #ffffff !important;
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy.focus,
.btn-navy.active {
	color: #ffffff !important;
	background-color: #0000ff !important;
	border-color: #0000ff !important;
}
.btn-navy.disabled,
.btn-navy:disabled {
	color: #ffffff !important;
	background-color: #0000ff !important;
	border-color: #0000ff !important;
}
.btn-outline-navy,
.btn-outline-navy:active {
	background: none;
	border-color: #000080;
	color: #000080;
}
.btn-outline-navy:hover,
.btn-outline-navy:focus,
.btn-outline-navy.focus,
.btn-outline-navy.active {
	color: #ffffff;
	background-color: #000080;
	border-color: #000080;
}
.btn-outline-navy.disabled,
.btn-outline-navy:disabled {
	color: #ffffff !important;
	background-color: #000080 !important;
	border-color: #000080 !important;
}
.btn-olive,
.btn-olive:active {
	background-color: #808000 !important;
	border-color: #808000 !important;
	color: #ffffff !important;
}
.btn-olive:hover,
.btn-olive:focus,
.btn-olive.focus,
.btn-olive.active {
	color: #ffffff !important;
	background-color: #556b2f !important;
	border-color: #556b2f !important;
}
.btn-olive.disabled,
.btn-olive:disabled {
	color: #ffffff !important;
	background-color: #556b2f !important;
	border-color: #556b2f !important;
}
.btn-outline-olive,
.btn-outline-olive:active {
	background: none;
	border-color: #808000;
	color: #808000;
}
.btn-outline-olive:hover,
.btn-outline-olive:focus,
.btn-outline-olive.focus,
.btn-outline-olive.active {
	color: #ffffff;
	background-color: #808000;
	border-color: #808000;
}
.btn-outline-olive.disabled,
.btn-outline-olive:disabled {
	color: #ffffff !important;
	background-color: #808000 !important;
	border-color: #808000 !important;
}
.btn-orange,
.btn-orange:active {
	background-color: #d96c00 !important;
	border-color: #d96c00 !important;
	color: #ffffff !important;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange.active {
	color: #ffffff !important;
	background-color: #ff8c00 !important;
	border-color: #ff8c00 !important;
}
.btn-orange.disabled,
.btn-orange:disabled {
	color: #ffffff !important;
	background-color: #ff8c00 !important;
	border-color: #ff8c00 !important;
}
.btn-outline-orange,
.btn-outline-orange:active {
	background: none;
	border-color: #d96c00;
	color: #d96c00;
}
.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange.focus,
.btn-outline-orange.active {
	color: #ffffff;
	background-color: #d96c00;
	border-color: #d96c00;
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
	color: #ffffff !important;
	background-color: #d96c00 !important;
	border-color: #d96c00 !important;
}

.btn-pink,
.btn-pink:active {
	background-color: #e83e8c !important;
	border-color: #e83e8c !important;
	color: #ffffff !important;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink.active {
	color: #ffffff !important;
	background-color: #e50039 !important;
	border-color: #e50039 !important;
}
.btn-pink.disabled,
.btn-pink:disabled {
	color: #ffffff !important;
	background-color: #e50039 !important;
	border-color: #e50039 !important;
}
.btn-outline-pink,
.btn-outline-pink:active {
	background: none;
	border-color: #e83e8c;
	color: #e83e8c;
}
.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink.focus,
.btn-outline-pink.active {
	color: #ffffff;
	background-color: #e83e8c;
	border-color: #e83e8c;
}
.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
	color: #ffffff !important;
	background-color: #e83e8c !important;
	border-color: #e83e8c !important;
}

.btn-purple,
.btn-purple:active {
	background-color: #800080 !important;
	border-color: #800080 !important;
	color: #ffffff !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple.active {
	color: #ffffff !important;
	background-color: #4b0082 !important;
	border-color: #4b0082 !important;
}
.btn-purple.disabled,
.btn-purple:disabled {
	color: #ffffff !important;
	background-color: #4b0082 !important;
	border-color: #4b0082 !important;
}
.btn-outline-purple,
.btn-outline-purple:active {
	background: none;
	border-color: #800080;
	color: #800080;
}
.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple.focus,
.btn-outline-purple.active {
	color: #ffffff;
	background-color: #800080;
	border-color: #800080;
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
	color: #ffffff !important;
	background-color: #800080 !important;
	border-color: #800080 !important;
}
.btn-red,
.btn-red:active {
	background-color: #eb323f !important;
	border-color: #eb323f !important;
	color: #ffffff !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red.active {
	color: #ffffff !important;
	background-color: #ff0000 !important;
	border-color: #ff0000 !important;
}
.btn-red.disabled,
.btn-red:disabled {
	color: #ffffff !important;
	background-color: #ff0000 !important;
	border-color: #ff0000 !important;
}
.btn-outline-red,
.btn-outline-red:active {
	background: none;
	border-color: #eb323f;
	color: #eb323f;
}
.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus,
.btn-outline-red.active {
	color: #ffffff;
	background-color: #eb323f;
	border-color: #eb323f;
}
.btn-outline-red.disabled,
.btn-outline-red:disabled {
	color: #ffffff !important;
	background-color: #eb323f !important;
	border-color: #eb323f !important;
}
.btn-teal,
.btn-teal:active {
	background-color: #008080 !important;
	border-color: #008080 !important;
	color: #ffffff !important;
}
.btn-teal:hover,
.btn-teal:focus,
.btn-teal.focus,
.btn-teal.active {
	color: #ffffff !important;
	background-color: #00ced1 !important;
	border-color: #00ced1 !important;
}
.btn-teal.disabled,
.btn-teal:disabled {
	color: #ffffff !important;
	background-color: #00ced1 !important;
	border-color: #00ced1 !important;
}
.btn-outline-teal,
.btn-outline-teal:active {
	background: none;
	border-color: #008080;
	color: #008080;
}
.btn-outline-teal:hover,
.btn-outline-teal:focus,
.btn-outline-teal.focus,
.btn-outline-teal.active {
	color: #ffffff;
	background-color: #008080;
	border-color: #008080;
}
.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
	color: #ffffff !important;
	background-color: #008080 !important;
	border-color: #008080 !important;
}
.btn-yellow,
.btn-yellow:active {
	background-color: #ffd700 !important;
	border-color: #ffd700 !important;
	color: #ffffff !important;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow.active {
	color: #ffffff !important;
	background-color: #ffff00 !important;
	border-color: #ffff00 !important;
}
.btn-yellow.disabled,
.btn-yellow:disabled {
	color: #ffffff !important;
	background-color: #ffff00 !important;
	border-color: #ffff00 !important;
}
.btn-outline-yellow,
.btn-outline-yellow:active {
	background: none;
	border-color: #ffd700;
	color: #ffd700;
}
.btn-outline-yellow:hover,
.btn-outline-yellow:focus,
.btn-outline-yellow.focus,
.btn-outline-yellow.active {
	color: #ffffff;
	background-color: #ffd700;
	border-color: #ffd700;
}
.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
	color: #ffffff !important;
	background-color: #ffd700 !important;
	border-color: #ffd700 !important;
}
.btn-gold,
.btn-gold:active {
	background-color: #ffd700 !important;
	border-color: #ffd700 !important;
	color: #ffffff !important;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold.focus,
.btn-gold.active {
	color: #ffffff !important;
	background-color: #ad7d31 !important;
	border-color: #ad7d31 !important;
}
.btn-gold.disabled,
.btn-gold:disabled {
	color: #ffffff !important;
	background-color: #ad7d31 !important;
	border-color: #ad7d31 !important;
}
.btn-outline-gold,
.btn-outline-gold:active {
	background: none;
	border-color: #ad7d31;
	color: #ad7d31;
}
.btn-outline-gold:hover,
.btn-outline-gold:focus,
.btn-outline-gold.focus,
.btn-outline-gold.active {
	color: #ffffff;
	background-color: #ad7d31;
	border-color: #ad7d31;
}
.btn-outline-gold.disabled,
.btn-outline-gold:disabled {
	color: #ffffff !important;
	background-color: #ad7d31 !important;
	border-color: #ad7d31 !important;
}
.btn-saddlebrown,
.btn-saddlebrown:active {
	background-color: #8B4513 !important;
	border-color: #8B4513 !important;
	color: #ffffff !important;
}
.btn-saddlebrown:hover,
.btn-saddlebrown:focus,
.btn-saddlebrown.focus,
.btn-saddlebrown.active {
	color: #ffffff !important;
	background-color: #ae5717 !important;
	border-color: #ae5717 !important;
}
.btn-saddlebrown.disabled,
.btn-saddlebrown:disabled {
	color: #ffffff !important;
	background-color: #8B4513 !important;
	border-color: #8B4513 !important;
}
.btn-outline-saddlebrown,
.btn-outline-saddlebrown:active {
	background: none;
	border-color: #8B4513;
	color: #8B4513;
}
.btn-outline-saddlebrown:hover,
.btn-outline-saddlebrown:focus,
.btn-outline-saddlebrown.focus,
.btn-outline-saddlebrown.active {
	color: #ffffff;
	background-color: #8B4513;
	border-color: #8B4513;
}
.btn-outline-saddlebrown.disabled,
.btn-outline-saddlebrown:disabled {
	color: #ffffff !important;
	background-color: #ae5717 !important;
	border-color: #ae5717 !important;
}
.accent-red a,
.accent-red .navbar.bg-red .dropdown-menu a{
	color:#212529 ;
}
.accent-red a.bg-red,
.accent-red .bg-red a{
	color:#ffffff ;
}
.accent-red a:hover,
.accent-red a.active{
	color:#eb323f ;
}