.selectize-input {
	height: calc(1.5em + .75rem + 2px);
	padding-top: 9px;
}

.cursor-pointer {
	cursor: pointer;
}

.badge-action {
	cursor: pointer;
}

.red {
	color: red;
}

.card-header {
	font-weight: bold;
}

table {
	font-size: 12px;
}

.tooltip-inner {
    max-width: 500px;
}

.tooltip { 
    pointer-events: none;
}

.border-none {
	border: none !important;
}

.background-none {
	background: none !important;
}

.green {
	color: green;
}

.font-size-14 {
	font-size: 14px !important;
}