body{
    direction:rtl;
}
.input-group-addon:first-child{
    border-right: 1px solid #ccc;
    border-left: 0;
}
.pull-right{
    float: left!important;
}
.pull-left{
    float: right!important;
}