.form-control {
    display: block;
    width: 100%;
    padding: 0.923077rem 1.307rem;
    font-size: 1rem;
    line-height: 1;
    color: #4c4c4c;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #fedddd;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}

label {
    margin-bottom: 0;
}

.modal-title {
    line-height: initial;
}

.k-maskedtextbox.form-control .k-textbox, .k-textbox.form-control, .k-widget.form-control {
    width: 100%;
}

.k-widget.form-control {
    padding: 0;
}

.k-block, .k-draghandle, .k-inline-block, .k-widget {
    border-width: 0;
}

.k-widget.form-control .k-input {
    padding: .375rem .75rem;
    height: 2.25rem;
}

.k-input {
    margin: 0;
    padding: .375rem .75rem;
    width: 100%;
    min-width: 0;
    height: calc(1.5em + .75rem);
    border: 0;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none;
    color: inherit;
    background: 0 0;
    font: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-color: #e4e7eb;
    color: #212529;
    background-color: #e4e7eb;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-radius: .25rem;
    padding: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    transition: all .1s ease;
    cursor: pointer;
    outline: 0;
}

.k-dropdown .k-dropdown-wrap .k-select, .k-dropdowntree .k-dropdown-wrap .k-select {
    border-radius: 0 .25rem .25rem 0;
    padding: .375rem .375rem;
    border-width: 0;
    box-sizing: border-box;
    border-style: solid;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
}

.k-list .k-item, .k-list-optionlabel {
    padding: 3px 1.5rem;
    min-height: 1.5em;
    line-height: 1.5em;
    white-space: normal;
    transition-property: color,background-color,outline-color,box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.k-list > .k-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer;
}

.k-popup .k-item {
    outline: 0;
}

.k-item {
    font-size: 17px;
}

.k-item {
    cursor: default;
}

.k-list .k-item.k-state-focused.k-state-selected, .k-list .k-item:focus.k-state-selected, .k-list-optionlabel.k-state-focused.k-state-selected, .k-list-optionlabel:focus.k-state-selected {
    box-shadow: inset 0 0 0 3px rgb(255 255 255 / 15%);
}

.k-list > .k-state-selected.k-state-focused {
    color: #a30a00;
}

.k-list .k-item.k-state-focused, .k-list .k-item:focus, .k-list-optionlabel.k-state-focused, .k-list-optionlabel:focus {
    box-shadow: inset 0 0 0 3px rgb(33 37 41 / 15%);
}

.k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
    color: #fff;
    background-color: #007bff;
}

.k-list .k-item.k-state-focused, .k-list .k-item:focus, .k-list-optionlabel.k-state-focused, .k-list-optionlabel:focus {
    box-shadow: inset 0 0 0 3px rgb(33 37 41 / 15%);
}

.k-list .k-item, .k-list-optionlabel {
    padding: 3px 1.5rem;
    min-height: 1.5em;
    line-height: 1.5em;
    white-space: normal;
    transition-property: color,background-color,outline-color,box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.k-list .k-item.k-state-hover, .k-list .k-item:hover, .k-list-optionlabel.k-state-hover, .k-list-optionlabel:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

.k-list .k-item.k-state-focused, .k-list .k-item:focus, .k-list-optionlabel.k-state-focused, .k-list-optionlabel:focus {
    box-shadow: inset 0 0 0 3px rgb(33 37 41 / 15%);
}

.k-dropdown .k-dropdown-wrap.k-state-hover, .k-dropdown .k-dropdown-wrap:hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover, .k-dropdowntree .k-dropdown-wrap:hover {
    border-color: #c7cdd5;
    color: #212529;
    background-color: #ced3db;
}

.k-reset {
    margin: 0;
    padding: 0;
    border-width: 0;
    outline: 0;
    text-decoration: none;
    font: inherit;
    list-style: none;
}

.k-popup {
    border-radius: .25rem;
    margin: 0;
    padding: .5rem 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.k-popup {
    border-color: rgba(0,0,0,.15);
    color: #212529;
    background-color: #fff;    
}

.k-popup .k-outer-group-header.k-first, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
    box-shadow: none;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
    border-bottom-color: #dee2e6;
}

.k-popup .k-group-header, .k-popup .k-header {
    color: #6c757d;
}

.k-popup .k-outer-group-header.k-first, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
    border-bottom-color: #dee2e6;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
}

.k-popup .k-group-header, .k-popup .k-header {
    font-weight: 600;
    font-size: .875rem;
}

.k-popup > .k-group-header {
    margin-top: -.5rem;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
    padding: 3px 1.5rem;
    min-height: 1.5em;
    white-space: normal;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.k-animation-container-shown, .k-animation-container > .k-popup {
    box-shadow: none;
}

.k-list-scroller {
    position: relative;
    overflow: auto;
}

.k-icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.k-i-arrow-60-down::before {
    content: "\f0d7";
}