html{
    direction:rtl
}
.input-group .form-control:first-child{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-btn:last-child > .btn{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pull-right.bootstrap-rtl{
    float: left !important;
}
.pull-left.bootstrap-rtl{
    float: right !important;
}
th{
    text-align: right;
}

/*Steps*/
.u-steps > li{
    float: left !important;
}
.u-steps > li span{
    -webkit-transform: translateX(35%) !important;
    -moz-transform: translateX(35%) !important;
    -ms-transform: translateX(35%) !important;
    -o-transform: translateX(35%) !important;
    transform: translateX(35%) !important;
}