@import url("fontiran.css");

body {
    direction: rtl;
    font-family: IRANSans !important;
    font-size: 12px !important;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-top-20
{
    margin-top: 20px !important;
}
textarea {
    resize: none;
}
.numberCircle {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding-top: 7px;
    color: #fff;
    background-color: #666;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto 2px auto;
}
.english,.tt-selectable
{
    font-family: tahoma !important;
}
th.required
{
    background-color: red;
    color:white;
}