/* for dorpdown list*/

b{
	color: #343a40;
	border-color: #343a40
}

.b:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.b.focus,
.b:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.b.disabled,
.b:disabled {
	color: #343a40;
	background-color: transparent
}

.b:not(:disabled):not(.disabled).active,
.b:not(:disabled):not(.disabled):active,
.show > .b.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.b:not(:disabled):not(.disabled).active:focus,
.b:not(:disabled):not(.disabled):active:focus,
.show > .b.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}


