﻿
.rrr {
    border: 1px solid red;
}

.bbb {
    border: 1px solid blue;
}

#blazor-error-ui {
    display: none;
}

* {
    direction: rtl;
    font-family: IRAN !important;
    font-size: 14px;
}

.clsBodyBackgroundImage {
    background-color: #f3f4f6;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
    font-family: IRAN !important;
}

li {
    list-style: none;
}

/* #region font-face */
@font-face {
    font-family: IRAN;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANBold.eot');
    src: url('../fonts/eot/IRANBold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANBold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANBold.ttf') format('truetype');
}

@font-face {
    font-family: IRAN;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANBlack.eot');
    src: url('../fonts/eot/IRANBlack.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANBlack.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANBlack.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANBlack.ttf') format('truetype');
}

@font-face {
    font-family: IRAN;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/eot/IRAN_SemiBold.eot');
    src: url('../fonts/eot/IRAN_SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRAN_SemiBold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRAN_SemiBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRAN_SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: IRAN;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRAN.eot');
    src: url('../fonts/eot/IRAN.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRAN.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRAN.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRAN.ttf') format('truetype');
}

/* #endregion */

.clsKeypad {
    margin: 0px 1px;
}

    .clsKeypad div {
        border: 1px solid lightgray;
        text-align: center;
        padding: 0px;
        height: 25px;
    }

.clsNumber:hover {
    background-color: lightgray;
}

/* Laptop - Laptop - Laptop - Laptop - Laptop - Laptop - Laptop - Laptop - Laptop - Laptop - Laptop - Laptop */
@media (min-width: 992px) {

    .clsIndexShowResult1{
        padding:0px 180px;
    }

}
    @media print {
        /* مخفی کردن دکمه پرینت هنگام پرینت */
        .btn {
            display: none;
        }
    }