﻿@font-face {
    font-family: "IRANSansL";
    src: url("/template/front/fonts/IRANSansWeb_Light.eot"); /* IE9*/
    src: url("/template/front/fonts/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("/template/front/fonts/IRANSansWeb_Light.woff2") format("woff2"), /* chrome、firefox */
         url("/template/front/fonts/IRANSansWeb_Light.woff") format("woff"), /* chrome、firefox */
         url("/template/front/fonts/IRANSansWeb_Light.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    /*url("/template/front/fonts/IRANSansWeb_Light.svg#IRAN Sans Bold") format("svg");*/ /* iOS 4.1- */
}
html, body, h1, h2, h3, h4, h5,header,footer {
    font-family: IRANSansL,Tahoma, sans-serif;
}
.validation-error-text {
    color: #f44336;
    font-size: 12px;
    font-weight: bold;
}
.large-icon {
    font-size: 130px;
    color: #ffc800;
   
}
    .large-icon:hover {
        color: #cca000;
    }
.left-align {
    text-align: left;
}
.profile-image {
    max-width: 150px !important;
    max-height: 150px !important;
    min-height: 150px !important;
    min-width: 150px !important;
}
.display-none {
    display: none !important;
}