.dtg.dtg-secondary input.form-control,
.dtg.dtg-secondary select.form-control + .select2.select2-container .select2-selection.select2-selection--single {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.dtg.dtg-secondary select.form-control + .select2.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -4px !important;
}

.dtg.dtg-secondary select.form-control + .select2.select2-container .select2-selection--single .select2-selection__arrow {
    top: 2px !important;
}

/* Fix za overflowanje opcija koje imaju predugačak tekst */
.dtg select + .select2.select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}