:root,
[data-bs-theme=light] {
    --ct-input-border-rd: 0px;
    --ct-input-border-rd-r: 18px;
}

label {
    font-family: var(--ct-label-font-family);
    font-size: var(--ct-label-font-size);
    font-weight: var(--ct-label-font-weight);
    color: var(--ct-label-color);
    margin-bottom: 5px;
}

.chosen-container-single .chosen-single {
    height: 39px !important;
    padding-top: 0px;
}

.chosen-container-single .chosen-single span {
    line-height: 39px;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 12px;
}

.chosen-single {
    background-color: whitesmoke !important;
    color: var(--ct-input-color) !important;
}

.form-control::placeholder {
    color: var(--ct-input-color);
    font-weight: var(--ct-input-font-weight);
    font-size: var(--ct-input-font-size);
    font-family: var(--ct-font-family);
}

/* .btn{
    padding: 6px .75rem;
    font-size: 1rem;
}

input[type=file]{
    border: 2px solid #ddd;
    border-radius: 6px;
}

input[type=file].custom-file {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    font-size: 999px;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
    overflow: hidden;
}

.input-group-file > .input-group-text{
    border-radius: 0px 20px 20px 0px;
}

#ui-datepicker-div{
    z-index: 1000 !important;
}

.ui-datepicker-month, .ui-datepicker-year{
    color:#1c94c4 !important;
}

.ui-widget-header{
    color: #666;
    border: none;
    background: #286090;
}

form .fa{
    color: #ccc;
}

.campo-obligatorio {
    color: #F00;
    font-size: 1rem;
    font-style: normal;
}

.pr-campo-obligatorio {
    color: #F00;
    font-size: 1rem;
}

form legend {
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-weight: bold;
    color: #1b2a2f;
}

form label {
    font-weight: 400;
    font-size: 13px;
    color:#666;
}

form input.input-sm, form select.input-sm {
    font-weight: 400;
    font-size: 12px;
    color:#999;
}

input.form-control, 
select.form-control, 
textarea.form-control{
    border: 1px solid #ced4da;
    border-radius: 6px;
}

input.form-control, 
select.form-control, 
textarea.form-control,
.filter-option-inner-inner{
    box-shadow: none;
    font-size: 12px;
    color: #666;
}

.chosen-single, .chosen-results .active-result, .chosen-search{
    font-size: 12px;
}

.chosen-container{
    height: 36px;
}

.chosen-container-single .chosen-single {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 6px;
    height: 36px !important;
    padding-left: 15px;
    padding-top: 3px;
}

.chosen-single {
    height: 30px !important;
    line-height: 30px !important;
    color: #999 !important;
    font-size: 12px !important;
}

.form-control {
    height: 36px;
}

.dropdown.form-control{
    border-radius: 6px;
}

.dropdown.form-control .btn{
    border-radius: 6px;
    padding-top: 9px;
}

.chosen-container-multi .chosen-choices{
    border-radius: 6px;
    padding: 2px;
}

.input-group .input-group-addon:last-child{
    border-radius: 0px 20px 20px 0px;
}

.help-block{
    display: none;
}

.help-block.msje_error{
    color:#dc3545 !important;
    display: block;
    font-size: 12px;
}

.help-block.msje_info{
    color: #ccc !important;
    display: block;
    font-size: 12px;
}

.input-invalido{
    border-color: #dc3545 !important;
}

.input-valido{
    border-color: #ced4da !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image:none;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image:none;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.input-group-text.is-invalid{
    border: 1px solid;
    border-color: #dc3545;
}

.input-group-text.is-valid{
    border: 1px solid;
    border-color: #28a745;
}

.input-group-text{
    border-radius: 0px 6px 6px 0px !important;
}

label{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
} */


.buscador-ct .input-group-ct .form-control {
    border-radius: var(--ct-input-border-rd-r) !important;
}

.buscador-ct .input-group-ct .input-group-btn{
    border-radius: var(--ct-input-border-rd-r) !important;
}

.buscador-ct .input-group-ct {
    border-radius: var(--ct-input-border-rd-r);
}