/* Addition to MDB Bootstrap */
/* Required for full background image */

h6 {
	line-height: 1.7;
}
/* Custom color */
.weiermann-color {
	background-color: #ee1d23!important
}
.weiermann-color-dark {
	background-color: #d4161c!important
}
.btn-weiermann {
	background-color: #ee1d23!important;
	color: #fff!important
}
.btn-weiermann:hover {
	background-color: #f54147
}
.btn-weiermann.focus, .btn-weiermann:focus {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15)
}
.btn-weiermann.active, .btn-weiermann:active, .btn-weiermann:focus {
	background-color: #ce0012
}
.btn-weiermann.dropdown-toggle {
	background-color: #ee1d23!important
}
.btn-weiermann.dropdown-toggle:focus, .btn-weiermann.dropdown-toggle:hover {
	background-color: #f54147!important
}
.btn-weiermann:not([disabled]):not(.disabled).active, .btn-weiermann:not([disabled]):not(.disabled):active, .show>.btn-weiermann.dropdown-toggle {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	background-color: #ce0012!important
}
.btn-weiermann:not([disabled]):not(.disabled).active:focus, .btn-weiermann:not([disabled]):not(.disabled):active:focus, .show>.btn-weiermann.dropdown-toggle:focus {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15)
}
/* Custom Scrollbar */
.scrollbar-light-blue::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-light-blue::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-light-blue::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #82B1FF; }