span.deleteicon {
    position: relative;
}
span.deleteicon span {
    position: absolute;
    display: block;
    top: 2px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 16px;
    box-sizing: border-box;
}

#pills-status {
	font-size: 12px;
}

#pills-status.nav>li>a {
	padding: 4px 6px;
}

.badge-text {
	vertical-align: middle;
}

.ui-autocomplete{
    z-index: 1050 !important;
 }

.borderBox{
    border: thin solid #ebebeb;
    border-radius: 10px;
    margin: 10px;
    padding: 10px !important;
}
.nowrap-column {
	white-space: nowrap !important;
}