.tabulator {
    border: 1px solid #dee2e6;
}
.tabulator .tabulator-header .tabulator-col,
.tabulator-row .tabulator-cell {
    border-color: #dee2e6;
}

.fa-spinner.fa-spin {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
}

.table-per-page {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.table-per-page select.form-control {
    width: 4rem;
    margin: 0 0.125rem;
}

.table-header {
    margin: auto;
}

.green-text {
    color: #54ae54;
}

.sidebar .submenu .nav-icon {
    vertical-align: middle;
}

.ace-toaster-container {
    display: block;
}

span.tag {
    padding: 10px;
    border-radius: 5px;
}

span.tag span {
    line-height: 0;
    display: flex;
    align-items: center;
}

.tabulator {
    max-width: calc(100vw);
}

#iznos{
    font-size: 18px;
}
.akcija-tag{
    min-width: 100px;
}

.racuni-details-container .form-control[readonly]{
    background: white;
    color: gray;
}

.racuni-details-container .input-container{
    display: flex;
}

.racuni-details-container .input-container div:nth-child(1){
    flex: 0 0 250px;
}

.racuni-details-container .input-container div:nth-child(2){
    flex: 1 0 200px;
}

.products-table-container span:nth-child(1){
    font-size: 24px;
}
.products-table-container span:nth-child(2){
    font-size: 20px;
}

.sacuvaj-email-btn-container{
    margin-right: 65px;
}