@charset "UTF-8";

/*
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
---------------------------------------------------------------------
This set of fonts are used in this project under the license: TCZTR
---------------------------------------------------------------------
*/
@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-Bold-web.eot);
    src: url(../fonts/IRANSans-Bold-web.eot?#iefix) format("eot"), url(../fonts/IRANSans-Bold-web.woff2) format("woff2"), url(../fonts/IRANSans-Bold-web.woff) format("woff"), url(../fonts/IRANSans-Bold-web.ttf) format("ttf");
    font-weight: 700
}

@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-Medium-web.eot);
    src: url(../fonts/IRANSans-Medium-web.eot?#iefix) format("eot"), url(../fonts/IRANSans-Medium-web.woff2) format("woff2"), url(../fonts/IRANSans-Medium-web.woff) format("woff"), url(../fonts/IRANSans-Medium-web.ttf) format("ttf");
    font-weight: 500
}

@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-UltraLight-web.eot);
    src: url(../fonts/IRANSans-UltraLight-web.eot?#iefix) format("eot"), url(../fonts/IRANSans-UltraLight-web.woff2) format("woff2"), url(../fonts/IRANSans-UltraLight-web.woff) format("woff"), url(../fonts/IRANSans-UltraLight-web.ttf) format("ttf");
    font-weight: 200
}

@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-Light-web.eot);
    src: url(../fonts/IRANSans-Light-web.eot?#iefix) format("eot"), url(../fonts/IRANSans-Light-web.woff2) format("woff2"), url(../fonts/IRANSans-Light-web.woff) format("woff"), url(../fonts/IRANSans-Light-web.ttf) format("ttf");
    font-weight: 300
}

@font-face {
    font-family: IRANSans-web;
    src: url(../fonts/IRANSans-web.eot);
    src: url(../fonts/IRANSans-web.eot?#iefix) format("eot"), url(../fonts/IRANSans-web.woff2) format("woff2"), url(../fonts/IRANSans-web.woff) format("woff"), url(../fonts/IRANSans-web.ttf) format("ttf");
    font-weight: 400
}

.no-border {
    border: 0;
    box-shadow: none;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

.nolist {
    list-style: none;
    padding-right: 0 !important;
}

textarea.nowrap {
    white-space: pre;
}

.block {
    display: block !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.no-float {
    float: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.invisible {
    display: none;
}

.center {
    text-align: center;
}

.vcenter {
    vertical-align: middle;
}

.ltr {
    direction: ltr;
}

.expand {
    overflow: auto;
}

.fillx {
    width: 100%;
}

.inner {
    box-sizing: border-box;
}

.p10 {
    padding: 10px;
}

.pr5 {
    padding-right: 5px;
}

.mt10 {
    margin-top: 10px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.stayOnTop {
    z-index: 100;
}

.verticaltop, .verticaltop tr {
    vertical-align: top;
}

.redColor {
    color: red;
}

.limeColor {
    color: lime;
}

.noscroll {
    overflow: hidden;
}

.fit {
    max-width: 100%;
    max-height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-all {
    clear: both;
}

.notext {
    line-height: 0;
}

.bold {
    font-weight: bold;
}