﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/IRANSansWeb_Black.eot);
    src: url(/fonts/IRANSansWeb_Black.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_Black.woff2) format('woff2'),url(/fonts/IRANSansWeb_Black.woff) format('woff'),url(/fonts/IRANSansWeb_Black.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url(/fonts/IRANSansWeb_Bold.eot);
    src: url(/fonts/IRANSansWeb_Bold.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_Bold.woff2) format('woff2'),url(/fonts/IRANSansWeb_Bold.woff) format('woff'),url(/fonts/IRANSansWeb_Bold.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/IRANSansWeb_Medium.eot);
    src: url(/fonts/IRANSansWeb_Medium.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_Medium.woff2) format('woff2'),url(/fonts/IRANSansWeb_Medium.woff) format('woff'),url(/fonts/IRANSansWeb_Medium.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/IRANSansWeb_Light.eot);
    src: url(/fonts/IRANSansWeb_Light.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_Light.woff2) format('woff2'),url(/fonts/IRANSansWeb_Light.woff) format('woff'),url(/fonts/IRANSansWeb_Light.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(/fonts/IRANSansWeb_UltraLight.eot);
    src: url(/fonts/IRANSansWeb_UltraLight.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_UltraLight.woff2) format('woff2'),url(/fonts/IRANSansWeb_UltraLight.woff) format('woff'),url(/fonts/IRANSansWeb_UltraLight.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/IRANSansWeb.eot);
    src: url(/fonts/IRANSansWeb.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb.woff2) format('woff2'),url(/fonts/IRANSansWeb.woff) format('woff'),url(/fonts/IRANSansWeb.ttf) format('truetype')
}

@font-face {
    font-family: IRANSansNum;
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/IRANSansOnlyNumeral.woff) format('woff'),url(/fonts/IRANSansOnlyNumeral.ttf) format('truetype')
}


body {
    font-family: IRANSans;
    color: rgba(0,0,0,0.87);
    font-size: .875rem;
    background-color: #f8f8f8;
    webkit-font-smoothing: antialiased;
}

    body h1, h2, h3, h4, h5, h6, h7, h8 {
        color: #005792 !important;
    }

.top-menu {
    background-color: #3c3c3c;
    width: 99%;
    margin: 0 auto;
    margin-top: -15px;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background-color: #3c3c3c;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.45098) 0px 11px 51px 2px;
    border-bottom: 1px solid #848484;
}


.whitebox {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 12px;
    border-radius: 3px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.item {
    position: relative;
    margin: 0 auto;
}

.options {
    padding: 12px;
    border-bottom: 1px solid #dfdfdf;
}

a:hover {
    text-decoration: solid;
}

a:active {
    color: darkgrey;
}

.nav-item a {
    color: white;
}

a:link {
    color: dimgrey;
}

.highlight {
    background-color: #ff9800 !important;
}

.selectColor {
    background-color: #ff8700 !important;
}

.yourElement {
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: initial;
}

.myElement {
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: initial;
}

.sale-type {
    background-color: orange;
    position: absolute;
    bottom: 15px;
    color: #111;
    left: 15px;
    font-weight: bold;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    text-shadow: 1px 1px 0px #fff;
    border-radius: 3px;
    line-height: 30px;
}

.hiddenRow {
    padding: 0 !important;
}

table {
    text-align: center !important;
}

.ReceptionDetailTab {
    /*background-color: darkgray;*/
}

.num-only {
    font-family: IRANSansNum,IRANSans;
}

footer.row {
    font-size: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

footer p {
    margin: 3px !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
