body {
    direction: ltr;
    text-align: left;
}

.sidebar .dropdown-toggle::after {
    position: absolute;
    right: 10px;
}


.float-left {
    float: right !important;
}

.deleted-currency::after {
    right: 5px !important;
    left: unset !important;
}

input.use-only-numbers {
    text-align: left !important;
}

.no-padding-right {
    padding-right: 15px !important;
}

.button>span
{
    margin-right: unset;
    margin-left: 35px;
}

.calendar-icon
{
    left: unset;
    right: 29px;
    bottom: 9px;
}


.zui-table-rounded thead th:first-child
{
    border-radius: 10px 0px 0 0;
    -webkit-border-radius: 10px 0px 0 0;
    -moz-border-radius: 10px 0px 0 0;
    -ms-border-radius: 10px 0px 0 0;
    -o-border-radius: 10px 0px 0 0;
}

.zui-table-rounded thead th:last-child
{
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -ms-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
}

.sidebar .dropdown-toggle::after { left: unset !important; }
input.use-only-numbers { text-align: left !important; }
