﻿
.chosen-single {
    height: 38px !important;
    line-height: 38px !important;
}

.chosen-default {
    height: 38px !important;
    line-height: 38px !important;
}

.chosen-single-with-deselect {
    height: 38px !important;
    line-height: 38px !important;
}

.search-choice-close {
    top: 13px !important;
}

.chosen-single div {
    top: 7px !important;
}

.chosen-container {
    width: 100% !important;
}

.chosen-results {
    text-align: left;
}

.requiredDot:after {
    content: "*:";
    color: red !important;
    padding-left: 4px !important;
}

.required:after {
    content: "*";
    color: red !important;
    padding-left: 4px !important;
}

.title-header {
    padding: 0.15rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    text-transform: uppercase;
    font-weight: bold;
}

