
html,body{direction:rtl}
.content-page{
    margin-left: 0px;
    margin-right: 240px;

}
#wrapper.enlarged .content-page{
    margin-right: 50px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a{
    padding-right: 10px;
}
.breadcrumb li{
    float: right;
}
table{
    direction: rtl;
}
table.table-bordered tbody th, table.table-bordered tbody td{
    text-align: right;
}
a{
    /*    text-align: right;
        float: right;*/
}
.grid-view{
    overflow: visible;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
}

.input-group{
    width: 100%;
}