﻿@font-face {
    font-family: 'iransansM';
    src: url('../fonts/IRANSansMedium.woff');
    src: local('☺'), url('../fonts/IRANSansMedium.woff') format('woff');
}

@font-face {
    font-family: 'iransansL';
    src: url('../fonts/IRANSansWeb.woff');
    src: local('☺'), url('../fonts/IRANSansWeb.woff') format('woff');
}
/*iframe {
    width: 100%;
    height: 80vh;
    border: 0;
    overflow-y: auto;*/ /* عمودی باز */
    /*overflow-x: hidden;*/ /* افقی بسته */
/*}*/
*:not(i){
    font-family:iransansL !important;
}
html, body, .form-control {
    font-size: 15px !important;
}
@media (min-width: 768px) {
  html {
    font-size: 16px !important;
  }
   
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
   /* margin-bottom: 60px;*/
    height: 100% !important;
    min-height: 100% !important;
}
.btn-reg {
    background-color: #545c99;
    border-color: #545c99;
    color: white;
    text-decoration: none;
}

.btn:hover {
    background-color: #373e74 !important;
    border-color: #373e74 !important;
    color: white !important
}
.footer {
    min-height: 64px !important;
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    color: rgb(255, 255, 255);
    box-shadow: rgba(8, 10, 37, 0.02) 0.3rem -0.46875rem 2.1875rem, rgba(8, 10, 37, 0.02) 0.3rem -0.9375rem 1.40625rem, rgba(8, 10, 37, 0.04) 0.3rem -0.25rem 0.53125rem, rgba(8, 10, 37, 0.02) 0.3rem -0.125rem 0.1875rem;
    background: rgb(255, 255, 255);
    position: fixed;
    bottom: 0px;
    z-index: 2;
}
.btn:focus {
    box-shadow: none !important;
}
@media (max-width: 576px) {
    .navbar > .container, .navbar > .container-fluid {
       flex-direction:column !important;
    }
    .navbar-brand{
        margin-top:1px !important
    }
}
.table td, .table th{
    vertical-align:middle !important
}
ul {
    list-style-type: none !important;
}
.SayadiNo {
    background: #ffffffe0 !important;
    min-width: 180px !important;
    max-width: 180px !important
}
.SayadiNo:focus {
    background: white !important;
    min-width: 180px !important;
    max-width: 180px !important
}
    .SayadiNo:read-only {
        background: #424b57 !important;
        cursor: not-allowed;
        color: rgb(255 255 255 / 75%) !important;
        border: aliceblue;
    }
    .text-white-75 {
        color: rgb(255 255 255 / 75%) !important;
    }
.btn:disabled {
    cursor: not-allowed;
}
.cursor-not-allowed {
    cursor: not-allowed !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.cursor-initial {
    cursor: initial !important;
}
.border-danger{
    border: 1px solid red !important;
}
.site-menu {
    color: black !important
}
.site-menu:hover {
    color: steelblue !important
}