@font-face {
    font-family: 'iran_sansregular';
    src: url('../fonts/iran_sans.eot');
    src: url('../fonts/iran_sans.eot?#iefix') format('embedded-opentype'),url('../fonts/iran_sans.woff') format('woff'),url('../fonts/iran_sans.ttf') format('truetype'),url('../fonts/iran_sans.svg#iran_sansregular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-size: 10em;
}

@font-face {
    font-family: 'yekan';
    src: url(../fonts/web_Yekan.woff);
    src: url(../fonts/web_Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/web_Yekan.woff) format("woff"), url(../fonts/web_Yekan.ttf) format("truetype"), url(../fonts/web_Yekan.svg#BYekan) format("svg");
    font-weight: bolder !important;
    font-style: normal;
}

/*@font-face{
    font-family:'Glyphicons Halflings';
    src:url(../fonts/glyphicons/glyphicons-halflings-regular.eot);
    src:url(../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
	    url(../fonts/glyphicons/glyphicons-halflings-regular.woff2) format('woff2'),
	    url(../fonts/glyphicons/glyphicons-halflings-regular.woff) format('woff'),
	    url(../fonts/glyphicons/glyphicons-halflings-regular.ttf) format('truetype'),
	    url(../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}*/

.form-group {
    direction: rtl;
}

input[type=text] {
    direction: rtl;
    text-align: right!important;
}

input[type=range], output {
    direction: ltr;
    text-align: center;
    display: inline;
}

.lang-dir {
    direction: rtl;
    text-align:right;
}

span {
    direction: rtl;
}

.title {
    direction: rtl;
}


html * {
    font-family: yekan;
    /*font-size :     inherit !important;*/
}

span.switch-left
/*.switch-animate > span*/ {
    direction: ltr;
}

span.switch-right
/*.switch-animate > span*/ {
    direction: ltr;
}


thead th {
    text-align: center;
}

.table > tbody > tr > td {
    text-align: center;
    /*direction: rtl;*/
}

option {
    direction: rtl;
}

label {
    direction: rtl;
}

.fixed-table-container thead th .th-inner {
    text-align: center;
    direction: rtl;
}

.card .header {
    /* direction: rtl; */
    text-align: right;
}


.nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}


.dropdown-menu > li > a {
    text-align: right;
}

.fixed-table-loading {
    direction: rtl;
    text-align: center;
}
