code, kbd, pre, samp {
    font-family: DroidKufi,serif;
    font-size: 1em
}

td, th{
    text-align:right;
}

select{
    color:#666;
}
code, kbd, pre, samp, .tooltip {
    font-family: DroidKufi,Menlo,Consolas,"Courier New",monospace
}
html {
    font-family: DroidKufi;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    direction:rtl;
    text-align:right;
}

ul{
    text-align:right !important;
    direction:rtl !important;
    display:flex;

}

body {
    font-family: "DroidKufi",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
    direction:rtl !important;
    text-align:right !important;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "DroidKufi",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

@font-face {
    font-family: 'DroidKufi';
    src: url(../fonts/DroidKufi-Regular.eot);
    src: url(../fonts/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/DroidKufi-Regular.woff) format("woff"),url(../fonts/DroidKufi-Regular.ttf) format("truetype"),url(../fonts/DroidKufi-Regular.svg#glyphicons-halflingsregular) format("svg")
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: DroidKufi
}


.navbar-right {
    margin-right:-40px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.input-group-addon:first-child {
    border-right:solid 1px #ccc;
}

.form-control {
    padding: 0px 12px;
    border-radius:0px;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9
{
    float:right;
}


.select-dropdown-optgroup{
    display:block !important;
}

@media (max-width: 767px) {
    .navbar-right {
        margin-right: -55px;
        display: grid;
    }
}