
.bootstrap-select {
    min-width: 100%;
}
.bootstrap-select .dropdown-menu li {
    min-width: 400px;
}

.bootstrap-select .dropdown-menu li a {
    white-space: normal;
}

.charge-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.charge-card > div:first-child {
	display: flex;
	flex-direction: column;
}

.charge-card  .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
	margin-left: 10px;
}

.charge-card i {
	height: 8px;
    overflow: hidden;
}

.hover-text span {
	
	display: none;
}

.hover-text:hover span {
	
	display: inline;
}