@import url("../lib/chosen/chosen.min.css");
.mr-5 {margin-right: 5px !important;}
.ml-5 {margin-left: 5px !important;}
.mb-0 {margin-bottom: 0px !important;}
label.req:after {
    content: '*';
    color: #cc3300;
    font-weight: bold;
    margin-left: 5px;
}
label.form-label {font-weight: 600 !important; font-size: 12px;}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
}
.chosen-container-single .chosen-single {
    height: 35px;
    padding: 6px 0 0 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.chosen-container .chosen-drop,
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices li.search-choice {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.chosen-container-single .chosen-single div {top: 5px;}

.bootstrap-tagsinput, .bootstrap-tagsinput input {
    display: block;
    width: 100% !important;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}