﻿.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size : 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.opacity-3 {
    opacity: 0.3;
}
.opacity-5 {
    opacity: 0.5;
}
.opacity-7 {
    opacity: 0.7;
}

.hide-onmobile {
    display: inline-block;
}

.bold {
    font-weight: bold;
}
.irsans {
    font-family: IRANSansWeb_Light;
}
.list-header {
    background-color: #333;
    /*border-radius: 4px;*/
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    padding-left:10px;
    height: 48px;
    color: white;
}

tr:nth-child(2n+0) {
    background-color: #e80566;
    width: 100%;
    color:white; 
}
tr:nth-child(1n+0) {
    width: 100%; 
}
@media (min-width: 320px) and (max-width: 768px) {
    .hide-onmobile {
        display: none;
    }
}
 