﻿body {
    /*font-family: 'Vazir';*/
    /*font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.rtl {
    direction: rtl;
}

.titr {
    font-family: 'BTitrBold';
}

.titrtge {
    font-family: 'BTitrTGEBold';
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.custom-file-input ~ .custom-file-label::after {
    content: "انتخاب";
    color: red;
}

input[type="file"] {
    /*border: 1px solid red;*/
    white-space: normal;
    word-wrap: break-word;
    width: 200px;
    overflow: auto;
}

.tdBreackWord {
    word-break: break-word;
    min-width: 50px;
}

.tdDirection {
    direction: ltr !important;
}

.tdLeftAlign {
    text-align: left !important;
}

.dataTables_filter input {
    direction: ltr;
    text-align: center;
}

.fa-xs {
    line-height: .4rem;
    vertical-align: middle;
}

.content_center {
    display: flex;
    justify-content: center;
    align-items: center;
}


