body {
    direction: rtl;
    unicode-bidi: embed;
}

table th {
    text-align: right;
}
.form-group select,.form-group input{
    margin-right: auto;
    margin-left: 5px;

}
.row [class^="col"] {
    float: right;
}

.calendar-container{
    float:right; 
}

.calendar span.gre {
    text-align: left;
    direction: ltr;
}

.calendar .calendar-subtitle .prev {
    float: right;
    text-align: right;
    border-radius: 0px;
}

.calendar .calendar-subtitle .next {
    float: left;
    text-align: left;
    border-radius: 0px;
}

.calendar table td a {
    text-align: right;
}
.calendar-nav{
    direction: ltr;
}
.calendar .hd{
    float: right;
}
.calendar span.gre {
    text-align: left;
    direction: ltr;
    float: left;
}