/* Add here all your CSS customizations */

.table-border{
	border-left: 5px solid #47a447;
}

.form-control-sm + .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 16px;
}
.form-control-sm + .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 26px;
    user-select: none;
    -webkit-user-select: none;
}