﻿@font-face {
    font-family: "iransans";
    src: url(/fonts/iransans.woff) format("woff");
}

body {
    padding: 0;
    margin: 0;
    direction: rtl;
    font-family: iransans;
    font-size: small;
    background-color: #eee;
    height: 100%;
}

html {
    height: 100%;
}

.top-line {
    height: 3px;
    background-color: #2196F3;
}

.bottom-shadow {
    box-shadow: 0 2px 3px #ccc;
}


.full-height {
    min-height: 100%;
}

.disable-button {
    pointer-events: none;
    opacity: 0.5;
}