.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .775rem;
    line-height: 1;
    border-radius: .2rem;
}


.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;


}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    padding-right:15px;
}

.btn-lg .btn-label {
    position: relative;
    left: -16px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-sm .btn-label {
    position: relative;
    left: -8px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-xs .btn-label {
    position: relative;
    left: -6px;
    display: inline-block;
    padding: 6px 6px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.impressum-body{
    border: 1px solid rgba(var(--color-secondary-rgb), 0.15);
    padding: 10px;
}

div.narudzba_podaci table.detail-view tr th{
    font-weight: 500;
    width: 280px;
}

.cta_kategorija{
    background: #fafafb;
}

.text-justify{
    text-align: justify;
}

.btn-light{
    background-color: #e2e2e4;

}