/**
Farbe			Farbcode	Hovercode	Schriftcode
==========================================================
primary			#007bff		#0069d9		#ffffff
success			#28a745		#218838		#ffffff
info			#17a2b8		#138496		#ffffff
warning			#ffc107		#e0a800		#000000
danger			#dc3545		#c82333		#ffffff
secondary		#6c757d		#5a6268		#ffffff
dark			#343a40		#23272b		#ffffff
light			#f8f9fa		#e2e6ea		#000000
red				#f44336		#d93c30		#ffffff
pink			#e91e63		#cf1b58		#ffffff
purple			#9c27b0		#852196		#ffffff
deep-purple		#673ab7		#502d8f		#ffffff
indigo			#3f51b5		#32408f		#ffffff
blue			#2196F3		#1d86d9		#ffffff
light-blue		#87CEEB		#78b7d1		#000000
cyan			#00bcd4		#00a5ba		#ffffff
aqua			#00ffff		#00e6e6		#000000
teal			#009688		#007a6f		#ffffff
green			#4caf50		#409444		#ffffff
light-green		#8bc34a		#78a840		#ffffff
lime			#cddc39		#b5c232		#000000
sand			#fdf5e6		#e3dcce		#000000
khaki			#f0e68c		#d6cd7d		#000000
yellow			#ffeb3b		#e6d435		#000000
amber			#ffc107		#e6ae06		#000000
orange			#ff9800		#e68900		#000000
deep-orange		#ff5722		#e64e1f		#ffffff
blue-grey		#607d8b		#4d6570		#ffffff
brown			#795548		#5e4238		#ffffff
light-grey		#f1f1f1		#d6d6d6		#000000
grey			#9e9e9e		#858585		#ffffff
dark-grey		#616161		#3b3b3b		#ffffff
black			#000000		#444444		#ffffff
white			#ffffff		#e6e6e6		#000000
**/

/** background **/
.bg-primary {color: #ffffff !important;}
.bg-primary-hover:hover {background-color: #0069d9 !important;color: #ffffff !important;}
.bg-success {color: #ffffff !important;}
.bg-success-hover:hover {background-color: #218838 !important;color: #ffffff !important;}
.bg-info {color: #ffffff !important;}
.bg-info-hover:hover {background-color: #138496 !important;color: #ffffff !important;}
.bg-warning {color: #000000 !important;}
.bg-warning-hover:hover {background-color: #e0a800 !important;color: #000000 !important;}
.bg-danger {color: #ffffff !important;}
.bg-danger-hover:hover {background-color: #c82333 !important;color: #ffffff !important;}
.bg-secondary {color: #ffffff !important;}
.bg-secondary-hover:hover {background-color: #5a6268 !important;color: #ffffff !important;}
.bg-dark {color: #ffffff !important;}
.bg-dark-hover:hover {background-color: #23272b !important;color: #ffffff !important;}
.bg-light {color: #000000 !important;}
.bg-light-hover-hover:hover {background-color: #e2e6ea !important;color: #000000 !important;}
.bg-red {background-color:#f44336 !important;color: #ffffff !important;}
.bg-red-hover:hover {background-color:#d93c30 !important;color: #ffffff !important;}
.bg-pink {background-color:#e91e63 !important;color: #ffffff !important;}
.bg-pink-hover:hover {background-color: #cf1b58 !important;color: #ffffff !important;}
.bg-purple {background-color:#9c27b0 !important;color: #ffffff !important;}
.bg-purple-hover:hover {background-color:#852196 !important;color: #ffffff !important;}
.bg-deep-purple {background-color:#673ab7 !important;color: #ffffff !important;}
.bg-deep-purple-hover:hover {background-color:#502d8f !important;color: #ffffff !important;}
.bg-indigo {background-color:#3f51b5 !important;color: #ffffff !important;}
.bg-indigo-hover:hover {background-color:#32408f !important;color: #ffffff !important;}
.bg-blue {background-color:#2196F3 !important;color: #ffffff !important;}
.bg-blue-hover:hover {background-color:#1d86d9 !important;color: #ffffff !important;}
.bg-light-blue {background-color:#87CEEB !important;color: #000000 !important;}
.bg-light-blue-hover:hover {background-color:#78b7d1 !important;color: #000000 !important;}
.bg-cyan {background-color:#00bcd4 !important;color: #ffffff !important;}
.bg-cyan-hover:hover {background-color:#00a5ba !important;color: #ffffff !important;}
.bg-aqua {background-color:#00ffff!important;color: #000000 !important;}
.bg-aqua-hover:hover {background-color:#00e6e6!important;color: #000000 !important;}
.bg-teal {background-color:#009688!important;color: #ffffff !important;}
.bg-teal-hover:hover {background-color:#007a6f!important;color: #ffffff !important;}
.bg-green {background-color:#4CAF50!important;color: #ffffff !important;}
.bg-green-hover:hover {background-color:#409444!important;color: #ffffff !important;}
.bg-light-green {background-color:#8bc34a!important;color: #ffffff !important;}
.bg-light-green-hover:hover {background-color:#78a840!important;color: #ffffff !important;}
.bg-lime {background-color:#cddc39!important;color: #000000 !important;}
.bg-lime-hover:hover {background-color:#b5c232!important;color: #000000 !important;}
.bg-sand {background-color:#fdf5e6!important;color: #000000 !important;}
.bg-sand-hover:hover {background-color:#e3dcce!important;color: #000000 !important;}
.bg-khaki {background-color:#f0e68c!important;color: #000000 !important;}
.bg-khaki-hover:hover {background-color:#d6cd7d!important;color: #000000 !important;}
.bg-yellow {background-color:#ffeb3b!important;color: #000000 !important;}
.bg-yellow-hover:hover {background-color:#e6d435!important;color: #000000 !important;}
.bg-amber {background-color:#ffc107!important;color: #000000 !important;}
.bg-amber-hover:hover {background-color:#e6ae06!important;color: #000000 !important;}
.bg-orange {background-color:#ff9800!important;color: #000000 !important;}
.bg-orange-hover:hover {background-color:#e68900!important;color: #000000 !important;}
.bg-deep-orange {background-color:#ff5722!important;color: #ffffff !important;}
.bg-deep-orange-hover:hover {background-color:#e64e1f!important;color: #ffffff !important;}
.bg-blue-grey {background-color:#607d8b!important;color: #ffffff !important;}
.bg-blue-grey-hover:hover {background-color:#4d6570!important;color: #ffffff !important;}
.bg-brown {background-color:#795548!important;color: #ffffff !important;}
.bg-brown-hover:hover {background-color:#5e4238!important;color: #ffffff !important;}
.bg-light-grey {background-color:#f1f1f1!important;color: #000000 !important;}
.bg-light-grey-hover:hover {background-color:#d6d6d6!important;color: #000000 !important;}
.bg-grey {background-color:#9e9e9e!important;color: #ffffff !important;}
.bg-grey-hover:hover {background-color:#858585!important;color: #ffffff !important;}
.bg-dark-grey {background-color:#616161!important;color: #ffffff !important;}
.bg-dark-grey-hover:hover {background-color:#3b3b3b!important;color: #ffffff !important;}
.bg-black {background-color:#000000 !important;color: #ffffff !important;}
.bg-black-hover:hover {background-color:#444444 !important;color: #ffffff !important;}
.bg-white {background-color:#ffffff !important;color: #000000 !important;}
.bg-white-hover:hover {background-color:#e6e6e6 !important;color: #000000 !important;}
.bg-transparent-black {background-color:rgba(0, 0, 0, 0.7) !important;color: #000000 !important;}
.bg-transparent-black-hover:hover {background-color:#000000 !important;color: #ffffff !important;}
.bg-transparent-white {background-color:rgba(255, 255, 255, 0.7) !important;color: #ffffff !important;}
.bg-transparent-white-hover:hover {background-color:#000000 !important;color: #ffffff !important;}

/** Buttons **/
.btn-basic {background-color:#F0F0F0;color: #000000;}
.btn-red {background-color:#f44336;color: #ffffff;}
.btn-red:hover {background-color:#d93c30;color: #ffffff;}
.btn-pink {background-color:#e91e63;color: #ffffff;}
.btn-pink:hover {background-color:#cf1b58;color: #ffffff;}
.btn-purple {background-color:#9c27b0;color: #ffffff;}
.btn-purple:hover {background-color:#852196;color: #ffffff;}
.btn-deep-purple {background-color:#673ab7;color: #ffffff;}
.btn-deep-purple:hover {background-color:#502d8f;color: #ffffff;}
.btn-indigo {background-color:#3f51b5;color: #ffffff;}
.btn-indigo:hover {background-color:#32408f;color: #ffffff;}
.btn-blue {background-color:#2196F3;color: #ffffff;}
.btn-blue:hover {background-color:#1d86d9;color: #ffffff;}
.btn-light-blue {background-color:#87CEEB;color: #000000;}
.btn-light-blue:hover {background-color:#78b7d1;color: #000000;}
.btn-cyan {background-color:#00bcd4;color: #ffffff;}
.btn-cyan:hover {background-color:#00a5ba;color: #ffffff;}
.btn-aqua {background-color:#00ffff;color: #000000;}
.btn-aqua:hover {background-color:#00e6e6;color: #000000;}
.btn-teal {background-color:#009688;color: #ffffff;}
.btn-teal:hover {background-color:#007a6f;color: #ffffff;}
.btn-green {background-color:#4CAF50;color: #ffffff;}
.btn-green:hover {background-color:#409444;color: #ffffff;}
.btn-light-green {background-color:#8bc34a;color: #ffffff;}
.btn-light-green:hover {background-color:#78a840;color: #ffffff;}
.btn-lime {background-color:#cddc39;color: #000000;}
.btn-lime:hover {background-color:#b5c232;color: #000000;}
.btn-sand {background-color:#fdf5e6;color: #000000;}
.btn-sand:hover {background-color:#e3dcce;color: #000000;}
.btn-khaki {background-color:#f0e68c;color: #000000;}
.btn-khaki:hover {background-color:#d6cd7d;color: #000000;}
.btn-yellow {background-color:#ffeb3b;color: #000000;}
.btn-yellow:hover {background-color:#e6d435;color: #000000;}
.btn-amber {background-color:#ffc107;color: #000000;}
.btn-amber:hover {background-color:#e6ae06;color: #000000;}
.btn-orange {background-color:#ff9800;color: #000000;}
.btn-orange:hover {background-color:#e68900;color: #000000;}
.btn-deep-orange {background-color:#ff5722;color: #ffffff;}
.btn-deep-orange:hover {background-color:#e64e1f;color: #ffffff;}
.btn-blue-grey {background-color:#607d8b;color: #ffffff;}
.btn-blue-grey:hover {background-color:#4d6570;color: #ffffff;}
.btn-brown {background-color:#795548;color: #ffffff;}
.btn-brown:hover {background-color:#5e4238;color: #ffffff;}
.btn-light-grey {background-color:#f1f1f1;color: #000000;}
.btn-light-grey:hover {background-color:#d6d6d6;color: #000000;}
.btn-grey {background-color:#9e9e9e;color: #ffffff;}
.btn-grey:hover {background-color:#858585;color: #ffffff;}
.btn-dark-grey {background-color:#616161;color: #ffffff;}
.btn-dark-grey:hover {background-color:#3b3b3b;color: #ffffff;}
.btn-black {background-color:#000000;color: #ffffff;}
.btn-black:hover {background-color:#444444;color: #ffffff;}
.btn-white {background-color:#ffffff;color: #000000;}
.btn-white:hover {background-color:#e6e6e6;color: #000000;}

.btn-outline-basic {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #f0f0f0;
}
.btn-outline-basic:hover {
	color: #000000;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.btn-outline-basic.disabled, .btn-outline-basic:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #f0f0f0;
}
.btn-outline-basic:focus, .btn-outline-basic.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-basic:not(:disabled):not(.disabled):active, .btn-outline-basic:not(:disabled):not(.disabled).active,
.show > .btn-outline-basic.dropdown-toggle {
  color: #fff;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-outline-basic:not(:disabled):not(.disabled):active:focus, .btn-outline-basic:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-basic.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-red {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #f44336;
}
.btn-outline-red:hover {
	color: #ffffff;
	background-color: #f44336;
	border-color: #f44336;
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #f44336;
}
.btn-outline-pink {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #e91e63;
}
.btn-outline-pink:hover {
	color: #ffffff;
	background-color: #e91e63;
	border-color: #e91e63;
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #e91e63;
}
.btn-outline-purple {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #9c27b0;
}
.btn-outline-purple:hover {
	color: #ffffff;
	background-color: #9c27b0;
	border-color: #9c27b0;
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
	color: #000000;
	background-color: transparent;
	border-color: #9c27b0;
}
.btn-outline-deep-purple {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #673ab7;
}
.btn-outline-deep-purple:hover {
	color: #ffffff;
	background-color: #673ab7;
	border-color: #673ab7;
}
.btn-outline-deep-purple.disabled, .btn-outline-deep-purple:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #673ab7;
}
.btn-outline-indigo {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #3f51b5;
}
.btn-outline-indigo:hover {
	color: #ffffff;
	background-color: #3f51b5;
	border-color: #3f51b5;
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #3f51b5;
}
.btn-outline-blue {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #2196F3;
}
.btn-outline-blue:hover {
	color: #ffffff;
	background-color: #2196F3;
	border-color: #2196F3;
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #2196F3;
}
.btn-outline-light-blue {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #87CEEB;
}
.btn-outline-light-blue:hover {
	color: #000000;
	background-color: #87CEEB;
	border-color: #87CEEB;
}
.btn-outline-light-blue.disabled, .btn-outline-light-blue:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #2196F3;
}
.btn-outline-cyan {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #00bcd4;
}
.btn-outline-cyan:hover {
	color: #ffffff;
	background-color: #00bcd4;
	border-color: #00bcd4;
}
.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #00bcd4;
}
.btn-outline-aqua {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #00ffff;
}
.btn-outline-aqua:hover {
	color: #000000;
	background-color: #00ffff;
	border-color: #00ffff;
}
.btn-outline-aqua.disabled, .btn-outline-aqua:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #00ffff;
}
.btn-outline-teal {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #009688;
}
.btn-outline-teal:hover {
	color: #ffffff;
	background-color: #009688;
	border-color: #009688;
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #009688;
}
.btn-outline-green {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #4CAF50;
}
.btn-outline-green:hover {
	color: #ffffff;
	background-color: #4CAF50;
	border-color: #4CAF50;
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #4CAF50;
}
.btn-outline-light-green {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #8bc34a;
}
.btn-outline-light-green:hover {
	color: #ffffff;
	background-color: #8bc34a;
	border-color: #8bc34a;
}
.btn-outline-light-green.disabled, .btn-outline-light-green:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #8bc34a;
}
.btn-outline-lime {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #cddc39;
}
.btn-outline-lime:hover {
	color: #000000;
	background-color: #cddc39;
	border-color: #cddc39;
}
.btn-outline-lime.disabled, .btn-outline-lime:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #cddc39;
}
.btn-outline-sand {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #fdf5e6;
}
.btn-outline-sand:hover {
	color: #000000;
	background-color: #fdf5e6;
	border-color: #fdf5e6;
}
.btn-outline-sand.disabled, .btn-outline-sand:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #fdf5e6;
}
.btn-outline-khaki {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #f0e68c;
}
.btn-outline-khaki:hover {
	color: #000000;
	background-color: #f0e68c;
	border-color: #f0e68c;
}
.btn-outline-khaki.disabled, .btn-outline-khaki:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #f0e68c;
}
.btn-outline-yellow {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #ffeb3b;
}
.btn-outline-yellow:hover {
	color: #000000;
	background-color: #ffeb3b;
	border-color: #ffeb3b;
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #ffeb3b;
}
.btn-outline-amber {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #616161;
}
.btn-outline-amber:hover {
	color: #000000;
	background-color: #616161;
	border-color: #616161;
}
.btn-outline-amber.disabled, .btn-outline-amber:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #616161;
}
.btn-outline-orange {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #ff9800;
}
.btn-outline-orange:hover {
	color: #000000;
	background-color: #ff9800;
	border-color: #ff9800;
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #ff9800;
}
.btn-outline-deep-orange {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #ff5722;
}
.btn-outline-deep-orange:hover {
	color: #ffffff;
	background-color: #ff5722;
	border-color: #ff5722;
}
.btn-outline-deep-orange.disabled, .btn-outline-deep-orange:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #ff5722;
}
.btn-outline-blue-grey {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #607d8b;
}
.btn-outline-blue-grey:hover {
	color: #ffffff;
	background-color: #607d8b;
	border-color: #607d8b;
}
.btn-outline-blue-grey.disabled, .btn-outline-blue-grey:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #607d8b;
}
.btn-outline-brown {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #795548;
}
.btn-outline-brown:hover {
	color: #ffffff;
	background-color: #795548;
	border-color: #795548;
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #795548;
}
.btn-outline-light-grey {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #f1f1f1;
}
.btn-outline-light-grey:hover {
	color: #000000;
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}
.btn-outline-light-grey.disabled, .btn-outline-light-grey:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #f1f1f1;
}
.btn-outline-grey {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #9e9e9e;
}
.btn-outline-grey:hover {
	color: #ffffff;
	background-color: #9e9e9e;
	border-color: #9e9e9e;
}
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #9e9e9e;
}
.btn-outline-dark-grey {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #616161;
}
.btn-outline-dark-grey:hover {
	color: #ffffff;
	background-color: #616161;
	border-color: #616161;
}
.btn-outline-dark-grey.disabled, .btn-outline-dark-grey:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #616161;
}
.btn-outline-black {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #000000;
}
.btn-outline-black:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
/** Alerts **/
.alert-red {color: #ffffff;background-color: #f44336;}
.alert-red hr {border-top-color: #abdde5;}
.alert-red .alert-link {color: #CCCCCC;}
.alert-pink {color: #ffffff;background-color: #9c27b0;}
.alert-pink hr {border-top-color: #abdde5;}
.alert-pink .alert-link {color: #CCCCCC;}
.alert-purple {color: #ffffff;background-color: #e91e63;}
.alert-purple hr {border-top-color: #abdde5;}
.alert-purple .alert-link {color: #CCCCCC;}
.alert-deep-purple {color: #ffffff;background-color: #673ab7;}
.alert-deep-purple hr {border-top-color: #abdde5;}
.alert-deep-purple .alert-link {color: #BCBCBC;}
.alert-indigo {color: #ffffff;background-color: #3f51b5;}
.alert-indigo hr {border-top-color: #abdde5;}
.alert-indigo .alert-link {color: #B7B7B7;}
.alert-blue {color: #ffffff;background-color: #2196F3;}
.alert-blue hr {border-top-color: #abdde5;}
.alert-blue .alert-link {color: #333333;}
.alert-light-blue {color: #000000;background-color: #87CEEB;}
.alert-light-blue hr {border-top-color: #abdde5;}
.alert-light-blue .alert-link {color: #666666;}
.alert-cyan {color: #ffffff;background-color: #00bcd4;}
.alert-cyan hr {border-top-color: #abdde5;}
.alert-cyan .alert-link {color: #333333;}
.alert-aqua {color: #000000;background-color: #00ffff;}
.alert-aqua hr {border-top-color: #abdde5;}
.alert-aqua .alert-link {color: #666666;}
.alert-teal {color: #ffffff;background-color: #009688;}
.alert-teal hr {border-top-color: #abdde5;}
.alert-teal .alert-link {color: #CCCCCC;}
.alert-green {color: #ffffff;background-color: #4CAF50;}
.alert-green hr {border-top-color: #abdde5;}
.alert-green .alert-link {color: #666666;}
.alert-light-green {color: #ffffff;background-color: #8bc34a;}
.alert-light-green hr {border-top-color: #abdde5;}
.alert-light-green .alert-link {color: #666666;}
.alert-lime {color: #000000;background-color: #cddc39;}
.alert-lime hr {border-top-color: #abdde5;}
.alert-lime .alert-link {color: #666666;}
.alert-sand {color: #000000;background-color: #fdf5e6;}
.alert-sand hr {border-top-color: #abdde5;}
.alert-sand .alert-link {color: #999999;}
.alert-khaki {color: #000000;background-color: #f0e68c;}
.alert-khaki hr {border-top-color: #abdde5;}
.alert-khaki .alert-link {color: #999999;}
.alert-yellow {color: #000000;background-color: #ffeb3b;}
.alert-yellow hr {border-top-color: #abdde5;}
.alert-yellow .alert-link {color: #999999;}
.alert-amber {color: #000000;background-color: #616161;}
.alert-amber hr {border-top-color: #abdde5;}
.alert-amber .alert-link {color: #999999;}
.alert-orange {color: #000000;background-color: #ff9800;}
.alert-orange hr {border-top-color: #abdde5;}
.alert-orange .alert-link {color: #666666;}
.alert-deep-orange {color: #ffffff;background-color: #ff5722;}
.alert-deep-orange hr {border-top-color: #abdde5;}
.alert-deep-orange .alert-link {color: #CCCCCC;}
.alert-blue-grey {color: #ffffff;background-color: #607d8b;}
.alert-blue-grey hr {border-top-color: #abdde5;}
.alert-blue-grey .alert-link {color: #CCCCCC;}
.alert-brown {color: #ffffff;background-color: #795548;}
.alert-brown hr {border-top-color: #abdde5;}
.alert-brown .alert-link {color: #CCCCCC;}
.alert-light-grey {color: #000000;background-color: #f1f1f1;}
.alert-light-grey hr {border-top-color: #abdde5;}
.alert-light-grey .alert-link {color: #999999;}
.alert-grey {color: #ffffff;background-color: #9e9e9e;}
.alert-grey hr {border-top-color: #abdde5;}
.alert-grey .alert-link {color: #CCCCCC;}
.alert-dark-grey {color: #ffffff;background-color: #616161;}
.alert-dark-grey hr {border-top-color: #abdde5;}
.alert-dark-grey .alert-link {color: #999999;}
.alert-black {color: #ffffff;background-color: #000000;}
.alert-black hr {border-top-color: #abdde5;}
.alert-black .alert-link {color: #999999;}
.alert-white {color: #000000;background-color: #ffffff;}
.alert-white hr {border-top-color: #abdde5;}
.alert-white .alert-link {color: #999999;}

/** Trennstriche **/
.hr-red {background-color: #f44336;}
.hr-pink {background-color: #e91e63;}
.hr-purple {background-color: #9c27b0;}
.hr-deep-purple {background-color: #673ab7;}
.hr-indigo {background-color: #3f51b5;}
.hr-blue {background-color: #2196F3;}
.hr-light-blue {background-color: #87CEEB;}
.hr-cyan {background-color: #00bcd4;}
.hr-aqua {background-color: #00ffff;}
.hr-teal {background-color: #009688;}
.hr-green {background-color: #4caf50;}
.hr-light-green {background-color: #8bc34a;}
.hr-lime {background-color: #cddc39;}
.hr-sand {background-color: #fdf5e6;}
.hr-khaki {background-color: #f0e68c;}
.hr-yellow {background-color: #ffeb3b;}
.hr-amber {background-color: #616161;}
.hr-orange {background-color: #ff9800;}
.hr-deep-orange {background-color: #ff5722;}
.hr-blue-grey {background-color: #607d8b;}
.hr-brown {background-color: #795548;}
.hr-light-grey {background-color: #f1f1f1;}
.hr-grey {background-color: #9e9e9e;}
.hr-dark-grey {background-color: #616161;}
.hr-black {background-color: #000000;}

/** Textfarben **/
.text-red {color: #f44336 !important;}
a.text-red:hover, a.text-red:focus {color: #d93c30 !important;}
.text-pink {color: #e91e63 !important;}
a.text-pink:hover, a.text-pink:focus {color: #cf1b58 !important;}
.text-purple {color: #9c27b0 !important;}
a.text-purple:hover, a.text-purple:focus {color: #852196 !important;}
.text-deep-purple {color: #673ab7 !important;}
a.text-deep-purple:hover, a.text-deep-purple:focus {color: #502d8f !important;}
.text-indigo {color: #3f51b5 !important;}
a.text-indigo:hover, a.text-indigo:focus {color: #32408f !important;}
.text-blue {color: #2196F3 !important;}
a.text-blue:hover, a.text-blue:focus {color: #1d86d9 !important;}
.text-light-blue {color: #87CEEB !important;}
a.text-light-blue:hover, a.text-light-blue:focus {color: #78b7d1 !important;}
.text-cyan {color: #00bcd4 !important;}
a.text-cyan:hover, a.text-cyan:focus {color: #00a5ba !important;}
.text-aqua {color: #00ffff !important;}
a.text-aqua:hover, a.text-aqua:focus {color: #00e6e6 !important;}
.text-teal {color: #009688 !important;}
a.text-teal:hover, a.text-teal:focus {color: #007a6f !important;}
.text-green {color: #4caf50 !important;}
a.text-green:hover, a.text-green:focus {color: #409444 !important;}
.text-light-green {color: #8bc34a !important;}
a.text-light-green:hover, a.text-light-green:focus {color: #78a840 !important;}
.text-lime {color: #cddc39 !important;}
a.text-lime:hover, a.text-lime:focus {color: #b5c232 !important;}
.text-sand {color: #fdf5e6 !important;}
a.text-sand:hover, a.text-sand:focus {color: #e3dcce !important;}
.text-khaki {color: #f0e68c !important;}
a.text-khaki:hover, a.text-khaki:focus {color: #d6cd7d !important;}
.text-yellow {color: #ffeb3b !important;}
a.text-yellow:hover, a.text-yellow:focus {color: #e6d435 !important;}
.text-amber {color: #616161 !important;}
a.text-amber:hover, a.text-amber:focus {color: #e6ae06 !important;}
.text-orange {color: #ff9800 !important;}
a.text-orange:hover, a.text-orange:focus {color: #e68900 !important;}
.text-deep-orange {color: #ff5722 !important;}
a.text-deep-orange:hover, a.text-deep-orange:focus {color: #e64e1f !important;}
.text-blue-grey {color: #607d8b !important;}
a.text-blue-grey:hover, a.text-blue-grey:focus {color: #4d6570 !important;}
.text-brown {color: #795548 !important;}
a.text-brown:hover, a.text-brown:focus {color: #5e4238 !important;}
.text-light-grey {color: #f1f1f1 !important;}
a.text-light-grey:hover, a.text-light-grey:focus {color: #d6d6d6 !important;}
.text-grey {color: #9e9e9e !important;}
a.text-grey:hover, a.text-grey:focus {color: #858585 !important;}
.text-dark-grey {color: #616161 !important;}
a.text-dark-grey:hover, a.text-dark-grey:focus {color: #3b3b3b !important;}
.text-black {color: #000000 !important;}
a.text-black:hover, a.text-black:focus {color: #444444 !important;}
.text-white {color: #ffffff !important;}
a.text-black:hover, a.text-black:focus {color: #e6e6e6 !important;}

/** Tabellenfarben **/
.table-red,.table-red > th,.table-red > td {background-color: #f44336;color: #ffffff;}
.table-hover .table-red:hover {background-color: #d93c30;}
.table-hover .table-red:hover > td,.table-hover .table-red:hover > th {background-color: #d93c30;}
.table-pink,.table-pink > th,.table-pink > td {background-color: #e91e63;color: #ffffff;}
.table-hover .table-pink:hover {background-color: #cf1b58;}
.table-hover .table-pink:hover > td,.table-hover .table-pink:hover > th {background-color: #cf1b58;}
.table-purple,.table-purple > th,.table-purple > td {background-color: #9c27b0;color: #ffffff;}
.table-hover .table-purple:hover {background-color: #852196;}
.table-hover .table-purple:hover > td,.table-hover .table-purple:hover > th {background-color: #852196;}
.table-deep-purple,.table-deep-purple > th,.table-deep-purple > td {background-color: #673ab7;color: #ffffff;}
.table-hover .table-deep-purple:hover {background-color: #502d8f;}
.table-hover .table-deep-purple:hover > td,.table-hover .table-deep-purple:hover > th {background-color: #502d8f;}
.table-indigo,.table-indigo > th,.table-indigo > td {background-color: #3f51b5;color: #ffffff;}
.table-hover .table-indigo:hover {background-color: #32408f;}
.table-hover .table-indigo:hover > td,.table-hover .table-indigo:hover > th {background-color: #32408f;}
.table-blue,.table-blue > th,.table-blue > td {background-color: #2196F3;color: #ffffff;}
.table-hover .table-blue:hover {background-color: #1d86d9;}
.table-hover .table-blue:hover > td,.table-hover .table-blue:hover > th {background-color: #1d86d9;}
.table-light-blue,.table-light-blue > th,.table-light-blue > td {background-color: #87CEEB;color: #000000;}
.table-hover .table-light-blue:hover {background-color: #78b7d1;}
.table-hover .table-light-blue:hover > td,.table-hover .table-light-blue:hover > th {background-color: #78b7d1;}
.table-cyan,.table-cyan > th,.table-cyan > td {background-color: #00bcd4;color: #ffffff;}
.table-hover .table-cyan:hover {background-color: #00a5ba;}
.table-hover .table-cyan:hover > td,.table-hover .table-cyan:hover > th {background-color: #00a5ba;}
.table-aqua,.table-aqua > th,.table-aqua > td {background-color: #00ffff;color: #000000;}
.table-hover .table-aqua:hover {background-color: #00e6e6;}
.table-hover .table-aqua:hover > td,.table-hover .table-aqua:hover > th {background-color: #00e6e6;}
.table-teal,.table-teal > th,.table-teal > td {background-color: #009688;color: #ffffff;}
.table-hover .table-teal:hover {background-color: #007a6f;}
.table-hover .table-teal:hover > td,.table-hover .table-teal:hover > th {background-color: #007a6f;}
.table-green,.table-green > th,.table-green > td {background-color: #4caf50;color: #ffffff;}
.table-hover .table-green:hover {background-color: #409444;}
.table-hover .table-green:hover > td,.table-hover .table-green:hover > th {background-color: #409444;}
.table-light-green,.table-light-green > th,.table-light-green > td {background-color: #8bc34a;color: #ffffff;}
.table-hover .table-light-green:hover {background-color: #78a840;}
.table-hover .table-light-green:hover > td,.table-hover .table-light-green:hover > th {background-color: #78a840;}
.table-lime,.table-lime > th,.table-lime > td {background-color: #cddc39;color: #000000;}
.table-hover .table-lime:hover {background-color: #b5c232;}
.table-hover .table-lime:hover > td,.table-hover .table-lime:hover > th {background-color: #b5c232;}
.table-sand,.table-sand > th,.table-sand > td {background-color: #fdf5e6;color: #000000;}
.table-hover .table-sand:hover {background-color: #e3dcce;}
.table-hover .table-sand:hover > td,.table-hover .table-sand:hover > th {background-color: #e3dcce;}
.table-khaki,.table-khaki > th,.table-khaki > td {background-color: #f0e68c;color: #000000;}
.table-hover .table-khaki:hover {background-color: #d6cd7d;}
.table-hover .table-khaki:hover > td,.table-hover .table-khaki:hover > th {background-color: #d6cd7d;}
.table-yellow,.table-yellow > th,.table-yellow > td {background-color: #ffeb3b;color: #000000;}
.table-hover .table-yellow:hover {background-color: #e6d435;}
.table-hover .table-yellow:hover > td,.table-hover .table-yellow:hover > th {background-color: #e6d435;}
.table-amber,.table-amber > th,.table-amber > td {background-color: #616161;color: #000000;}
.table-hover .table-amber:hover {background-color: #e6ae06;}
.table-hover .table-amber:hover > td,.table-hover .table-amber:hover > th {background-color: #e6ae06;}
.table-orange,.table-orange > th,.table-orange > td {background-color: #ff9800;color: #000000;}
.table-hover .table-orange:hover {background-color: #e68900;}
.table-hover .table-orange:hover > td,.table-hover .table-orange:hover > th {background-color: #e68900;}
.table-deep-orange,.table-deep-orange > th,.table-deep-orange > td {background-color: #ff5722;color: #ffffff;}
.table-hover .table-deep-orange:hover {background-color: #e64e1f;}
.table-hover .table-deep-orange:hover > td,.table-hover .table-deep-orange:hover > th {background-color: #e64e1f;}
.table-blue-grey,.table-blue-grey > th,.table-blue-grey > td {background-color: #607d8b;color: #ffffff;}
.table-hover .table-blue-grey:hover {background-color: #4d6570;}
.table-hover .table-blue-grey:hover > td,.table-hover .table-blue-grey:hover > th {background-color: #4d6570;}
.table-brown,.table-brown > th,.table-brown > td {background-color: #795548;color: #ffffff;}
.table-hover .table-brown:hover {background-color: #5e4238;}
.table-hover .table-brown:hover > td,.table-hover .table-brown:hover > th {background-color: #5e4238;}
.table-light-grey,.table-light-grey > th,.table-light-grey > td {background-color: #f1f1f1;color: #000000;}
.table-hover .table-light-grey:hover {background-color: #d6d6d6;}
.table-hover .table-light-grey:hover > td,.table-hover .table-light-grey:hover > th {background-color: #d6d6d6;}
.table-grey,.table-grey > th,.table-grey > td {background-color: #9e9e9e;color: #ffffff;}
.table-hover .table-grey:hover {background-color: #858585;}
.table-hover .table-grey:hover > td,.table-hover .table-grey:hover > th {background-color: #858585;}
.table-dark-grey,.table-dark-grey > th,.table-dark-grey > td {background-color: #616161;color: #ffffff;}
.table-hover .table-dark-grey:hover {background-color: #3b3b3b;}
.table-hover .table-dark-grey:hover > td,.table-hover .table-dark-grey:hover > th {background-color: #3b3b3b;}
.table-black,.table-black > th,.table-black > td {background-color: #000000;color: #ffffff;}
.table-hover .table-black:hover {background-color: #444444;}
.table-hover .table-black:hover > td,.table-hover .table-black:hover > th {background-color: #444444;}
.table-white,.table-white > th,.table-white > td {background-color: #ffffff;}
.table-hover .table-white:hover {background-color: #e6e6e6;}
.table-hover .table-white:hover > td,.table-hover .table-white:hover > th {background-color: #e6e6e6;}


/** Badges **/
.badge-red {background-color:#f44336;color:#ffffff;}
.badge-red[href]:hover,.badge-red[href]:focus {color: #ffffff;text-decoration: none;background-color: #d93c30;}
.badge-pink {background-color:#e91e63;color:#ffffff;}
.badge-pink[href]:hover,.badge-pink[href]:focus {color: #ffffff;text-decoration: none;background-color: #cf1b58;}
.badge-purple {background-color:#9c27b0;color:#ffffff;}
.badge-purple[href]:hover,.badge-purple[href]:focus {color: #ffffff;text-decoration: none;background-color: #852196;}
.badge-deep-purple {background-color:#673ab7;color:#ffffff;}
.badge-deep-purple[href]:hover,.badge-deep-purple[href]:focus {color: #ffffff;text-decoration: none;background-color: #502d8f;}
.badge-indigo {background-color:#3f51b5;color:#ffffff;}
.badge-indigo[href]:hover,.badge-indigo[href]:focus {color: #ffffff;text-decoration: none;background-color: #32408f;}
.badge-blue {background-color:#2196F3;color:#ffffff;}
.badge-blue[href]:hover,.badge-blue[href]:focus {color: #ffffff;text-decoration: none;background-color: #1d86d9;}
.badge-light-blue {background-color:#87CEEB;color:#000000;}
.badge-light-blue[href]:hover,.badge-light-blue[href]:focus {color: #ffffff;text-decoration: none;background-color: #78b7d1;}
.badge-cyan {background-color:#00bcd4;color:#ffffff;}
.badge-cyan[href]:hover,.badge-cyan[href]:focus {color: #ffffff;text-decoration: none;background-color: #00a5ba;}
.badge-aqua {background-color:#00ffff;color:#000000;}
.badge-aqua[href]:hover,.badge-aqua[href]:focus {color: #ffffff;text-decoration: none;background-color: #00e6e6;}
.badge-teal {background-color:#009688;color:#ffffff;}
.badge-teal[href]:hover,.badge-teal[href]:focus {color: #ffffff;text-decoration: none;background-color: #007a6f;}
.badge-green {background-color:#4caf50;color:#ffffff;}
.badge-green[href]:hover,.badge-green[href]:focus {color: #ffffff;text-decoration: none;background-color: #409444;}
.badge-light-green {background-color:#8bc34a;color:#ffffff;}
.badge-light-green[href]:hover,.badge-light-green[href]:focus {color: #ffffff;text-decoration: none;background-color: #78a840;}
.badge-lime {background-color:#cddc39;color:#000000;}
.badge-lime[href]:hover,.badge-lime[href]:focus {color: #ffffff;text-decoration: none;background-color: #b5c232;}
.badge-sand {background-color:#fdf5e6;color:#000000;}
.badge-sand[href]:hover,.badge-sand[href]:focus {color: #ffffff;text-decoration: none;background-color: #e3dcce;}
.badge-khaki {background-color:#f0e68c;color:#000000;}
.badge-khaki[href]:hover,.badge-khaki[href]:focus {color: #ffffff;text-decoration: none;background-color: #d6cd7d;}
.badge-yellow {background-color:#ffeb3b;color:#000000;}
.badge-yellow[href]:hover,.badge-yellow[href]:focus {color: #ffffff;text-decoration: none;background-color: #e6d435;}
.badge-amber {background-color:#ffc107;color:#000000;}
.badge-amber[href]:hover,.badge-amber[href]:focus {color: #ffffff;text-decoration: none;background-color: #e6ae06;}
.badge-orange {background-color:#ff9800;color:#000000;}
.badge-orange[href]:hover,.badge-orange[href]:focus {color: #ffffff;text-decoration: none;background-color: #e68900;}
.badge-deep-orange {background-color:#ff5722;color:#ffffff;}
.badge-deep-orange[href]:hover,.badge-deep-orange[href]:focus {color: #ffffff;text-decoration: none;background-color: #e64e1f;}
.badge-blue-grey {background-color:#607d8b;color:#ffffff;}
.badge-blue-grey[href]:hover,.badge-blue-grey[href]:focus {color: #ffffff;text-decoration: none;background-color: #4d6570;}
.badge-brown {background-color:#795548;color:#ffffff;}
.badge-brown[href]:hover,.badge-brown[href]:focus {color: #ffffff;text-decoration: none;background-color: #5e4238;}
.badge-light-grey {background-color:#f1f1f1;color:#000000;}
.badge-light-grey[href]:hover,.badge-light-grey[href]:focus {color: #ffffff;text-decoration: none;background-color: #d6d6d6;}
.badge-grey {background-color:#9e9e9e;color:#ffffff;}
.badge-grey[href]:hover,.badge-grey[href]:focus {color: #ffffff;text-decoration: none;background-color: #858585;}
.badge-dark-grey {background-color:#616161;color:#ffffff;}
.badge-dark-grey[href]:hover,.badge-dark-grey[href]:focus {color: #ffffff;text-decoration: none;background-color: #3b3b3b;}
.badge-black {background-color:#000000;color:#ffffff;}
.badge-black[href]:hover,.badge-black[href]:focus {color: #ffffff;text-decoration: none;background-color: #444444;}
.badge-white {background-color:#ffffff;color:#000000;}
.badge-white[href]:hover,.badge-white[href]:focus {color: #ffffff;text-decoration: none;background-color: #e6e6e6;}

/** Listen **/
.list-group-item-red {color: #ffffff;background-color: #f44336;}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {color: #ffffff;background-color: #d93c30;}
.list-group-item-red.list-group-item-action.active {color: #ffffff;background-color: #d93c30;border-color: #646464;}
.list-group-item-pink {color: #ffffff;background-color: #e91e63;}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {color: #ffffff;background-color: #cf1b58;}
.list-group-item-pink.list-group-item-action.active {color: #ffffff;background-color: #cf1b58;border-color: #646464;}
.list-group-item-purple {color: #ffffff;background-color: #9c27b0;}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {color: #ffffff;background-color: #852196;}
.list-group-item-purple.list-group-item-action.active {color: #ffffff;background-color: #852196;border-color: #646464;}
.list-group-item-deep-purple {color: #ffffff;background-color: #673ab7;}
.list-group-item-deep-purple.list-group-item-action:hover, .list-group-item-deep-purple.list-group-item-action:focus {color: #ffffff;background-color: #502d8f;}
.list-group-item-deep-purple.list-group-item-action.active {color: #ffffff;background-color: #502d8f;border-color: #646464;}
.list-group-item-indigo {color: #ffffff;background-color: #3f51b5;}
.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {color: #ffffff;background-color: #32408f;}
.list-group-item-indigo.list-group-item-action.active {color: #ffffff;background-color: #32408f;border-color: #646464;}
.list-group-item-blue {color: #ffffff;background-color: #2196F3;}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {color: #ffffff;background-color: #1d86d9;}
.list-group-item-blue.list-group-item-action.active {color: #ffffff;background-color: #1d86d9;border-color: #646464;}
.list-group-item-light-blue {color: #000000;background-color: #87CEEB;}
.list-group-item-light-blue.list-group-item-action:hover, .list-group-item-light-blue.list-group-item-action:focus {color: #000000;background-color: #78b7d1;}
.list-group-item-light-blue.list-group-item-action.active {color: #000000;background-color: #78b7d1;border-color: #646464;}
.list-group-item-cyan {color: #ffffff;background-color: #00bcd4;}
.list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {color: #ffffff;background-color: #00a5ba;}
.list-group-item-cyan.list-group-item-action.active {color: #ffffff;background-color: #00a5ba;border-color: #646464;}
.list-group-item-aqua {color: #000000;background-color: #00ffff;}
.list-group-item-aqua.list-group-item-action:hover, .list-group-item-aqua.list-group-item-action:focus {color: #000000;background-color: #00e6e6;}
.list-group-item-aqua.list-group-item-action.active {color: #000000;background-color: #00e6e6;border-color: #646464;}
.list-group-item-teal {color: #ffffff;background-color: #009688;}
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {color: #ffffff;background-color: #007a6f;}
.list-group-item-teal.list-group-item-action.active {color: #ffffff;background-color: #007a6f;border-color: #646464;}
.list-group-item-green {color: #ffffff;background-color: #4caf50;}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {color: #ffffff;background-color: #409444;}
.list-group-item-green.list-group-item-action.active {color: #ffffff;background-color: #409444;border-color: #646464;}
.list-group-item-light-green {color: #ffffff;background-color: #8bc34a;}
.list-group-item-light-green.list-group-item-action:hover, .list-group-item-light-green.list-group-item-action:focus {color: #ffffff;background-color: #78a840;}
.list-group-item-light-green.list-group-item-action.active {color: #ffffff;background-color: #78a840;border-color: #646464;}
.list-group-item-lime {color: #000000;background-color: #cddc39;}
.list-group-item-lime.list-group-item-action:hover, .list-group-item-lime.list-group-item-action:focus {color: #000000;background-color: #b5c232;}
.list-group-item-lime.list-group-item-action.active {color: #000000;background-color: #b5c232;border-color: #646464;}
.list-group-item-sand {color: #000000;background-color: #fdf5e6;}
.list-group-item-sand.list-group-item-action:hover, .list-group-item-sand.list-group-item-action:focus {color: #000000;background-color: #e3dcce;}
.list-group-item-sand.list-group-item-action.active {color: #000000;background-color: #e3dcce;border-color: #646464;}
.list-group-item-khaki {color: #000000;background-color: #f0e68c;}
.list-group-item-khaki.list-group-item-action:hover, .list-group-item-khaki.list-group-item-action:focus {color: #000000;background-color: #d6cd7d;}
.list-group-item-khaki.list-group-item-action.active {color: #000000;background-color: #d6cd7d;border-color: #646464;}
.list-group-item-yellow {color: #000000;background-color: #ffeb3b;}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {color: #000000;background-color: #e6d435;}
.list-group-item-yellow.list-group-item-action.active {color: #000000;background-color: #e6d435;border-color: #646464;}
.list-group-item-amber {color: #000000;background-color: #ffc107;}
.list-group-item-amber.list-group-item-action:hover, .list-group-item-amber.list-group-item-action:focus {color: #000000;background-color: #e6ae06;}
.list-group-item-amber.list-group-item-action.active {color: #000000;background-color: #e6ae06;border-color: #646464;}
.list-group-item-orange {color: #000000;background-color: #ff9800;}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {color: #000000;background-color: #e68900;}
.list-group-item-orange.list-group-item-action.active {color: #000000;background-color: #e68900;border-color: #646464;}
.list-group-item-deep-orange {color: #ffffff;background-color: #ff5722;}
.list-group-item-deep-orange.list-group-item-action:hover, .list-group-item-deep-orange.list-group-item-action:focus {color: #ffffff;background-color: #e64e1f;}
.list-group-item-deep-orange.list-group-item-action.active {color: #ffffff;background-color: #e64e1f;border-color: #646464;}
.list-group-item-blue-grey {color: #ffffff;background-color: #607d8b;}
.list-group-item-blue-grey.list-group-item-action:hover, .list-group-item-blue-grey.list-group-item-action:focus {color: #ffffff;background-color: #4d6570;}
.list-group-item-blue-grey.list-group-item-action.active {color: #ffffff;background-color: #4d6570;border-color: #646464;}
.list-group-item-brown {color: #ffffff;background-color: #795548;}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {color: #ffffff;background-color: #5e4238;}
.list-group-item-brown.list-group-item-action.active {color: #ffffff;background-color: #5e4238;border-color: #646464;}
.list-group-item-light-grey {color: #000000;background-color: #f1f1f1;}
.list-group-item-light-grey.list-group-item-action:hover, .list-group-item-light-grey.list-group-item-action:focus {color: #000000;background-color: #d6d6d6;}
.list-group-item-light-grey.list-group-item-action.active {color: #000000;background-color: #d6d6d6;border-color: #646464;}
.list-group-item-grey {color: #ffffff;background-color: #9e9e9e;}
.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {color: #ffffff;background-color: #858585;}
.list-group-item-grey.list-group-item-action.active {color: #ffffff;background-color: #858585;border-color: #646464;}
.list-group-item-dark-grey {color: #ffffff;background-color: #616161;}
.list-group-item-dark-grey.list-group-item-action:hover, .list-group-item-dark-grey.list-group-item-action:focus {color: #ffffff;background-color: #3b3b3b;}
.list-group-item-dark-grey.list-group-item-action.active {color: #ffffff;background-color: #3b3b3b;border-color: #646464;}
.list-group-item-black {color: #ffffff;background-color: #000000;}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {color: #ffffff;background-color: #444444;}
.list-group-item-black.list-group-item-action.active {color: #ffffff;background-color: #444444;border-color: #646464;}
.list-group-item-white {color: #000000;background-color: #ffffff;}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {color: #000000;background-color: #e6e6e6;}
.list-group-item-white.list-group-item-action.active {color: #000000;background-color: #e6e6e6;border-color: #646464;}
