@font-face {
    font-family: "js-flat";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    direction: rtl;
    font-family: "js-flat", "Helvetica";
}

.bring_right {
    float: right;
}

.bring_left {
    float: left;
}

.right_text {
    text-align: right;
}

.left_text {
    text-align: left;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-right: -20px;
}

.checkbox-inline, .radio-inline {
    padding-right: 20px;
}