﻿@font-face {
    font-family: 'iransanz';
    src: url('../Fonts/iransansz-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/iransansz-webfont.ttf') format('truetype');
}

body {
    font-family: 'iransanz';
    margin: 15px;
}

.footer {
    direction: rtl;
    border: 1px solid rgba(0,0,0,.125);
    background-color: white;
    color: #333;
    font-size: smaller;
}

.navbar-light .navbar-brand {
    font-size: medium;
    color: white;
}

.table > :not(caption) > * > * {
    padding: unset;
    padding-top: .2rem;
    padding-right: .2rem;
    padding-bottom: .2rem;
}

.modal-header, .modal-body, .modal-footer {
    direction: rtl;
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: unset;
}

.modal-dialog {
    max-width: 352px;
}

