﻿/*@import url(font_import.css);*/

@font-face {
    font-family: iransans;
    font-style: normal;
    src: url('fonts/IRANSansWeb.ttf');
    src: url('fonts/IRANSansWeb.ttf') format('truetype');
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: iransans, sans-serif, Tahoma;
    background-color: #f6f6f6;
}

h2 , h3{
    font-size:1.4rem;
}

.LeasingSeparator{
    text-align:center;
}

.site-header {
}
    .site-header img.logo{
        max-width:250px;
    }

.site-body {
    
}

.site-footer {
    background-color: #444444;
    color: #a0a0a0;    
}
    .site-footer .footer-text{
        text-align:center;
        padding:13px;
        clear:both;
    }

div.site-footer {
    padding-top: 3rem;
}

.footer-block-container {
    margin-bottom: 2rem;
}

.site-footer .block-title {
    font-weight: bold;
    border-bottom: 1px solid #676767;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

    .site-footer ul li {
        list-style: none;
        text-align: center;
    }

.site-footer a {
    text-decoration: none;
    color: #ccc;
}

    .site-footer a:hover {
        color: white;
        padding-right: 4px;
    }

div.alertContainer alert{
       
}

.text-green {
    color: #4bbc4b !important;
}
