﻿html {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bdysaw {
    background-image: url(/Images/backg.jpg);
    background-size: cover;
}

.headerBox {
    height: 60px;
    margin: 0;
    left: 0; /*برای اینکه سربرگ از هیچ طرفی فاصله نداشته باشد*/
    top: 0;
    right: 0;
    z-index: 201; /*هدر بیاد روی همه چیز*/
    background: rgba(255, 255, 255, 0.0);
    width: 100%;
    overflow: hidden;
}

.header {
    height: 40px;
    margin: 0;
    left: 0; /*برای اینکه سربرگ از هیچ طرفی فاصله نداشته باشد*/
    top: 0;
    right: 0;
    z-index: 200; /*هدر بیاد روی همه چیز*/
    background: rgba(0,118,176,.6);
    width: 100%;
}

.header1_Absolute {
    /*width: 980px;*/
    /*position: absolute;
    bottom: 345px;*/
    position:relative;
    bottom:auto;
    top:35px;
}

.header2_fix {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.header_Left {
    float: left;
    color: #ffffff;
    text-align: center;
    padding-left: 20px;
}

    .header_Left #datetime {
        color: #ffffff;
        margin-top: 15px;
        margin-left: 20px;
    }

.header_Right {
    float: right;
    color: #ffffff;
    text-align: center;
    padding-right: 20px;
}

    .header_Right .Header_Logo {
        margin-right: 150px;
        width: 270px;
        height: 50px;
    }

.header_Icon {
    width: 15px;
    height: 15px;
    margin-top: 15px;
}


a:focus, a:hover {
    color: #2a6496;
    text-decoration: none;
}

.Div_IconBox .Div_IconShadow:hover {
    box-shadow: 0 0 20px 8px #40AFFF inset;
}

.img_Icon {
    height: 60px;
    width: 60px;
    padding: 20px;
    margin-right: 0px;
}

.p_IconText {
    /*font-family: BYekan,Tahoma,Arial,Helvetica,sans-serif;*/
    font-weight: bold;
    font-size: larger;
    text-wrap: avoid;
    width: 100%;
}


.MainDiv {
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
    min-height: 500px;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 20px;
    overflow: auto;
}


.Div_IconShadow {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #EAFFFF;
    line-height: 100px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 auto 15px;
    position: relative;
    top: 0px;
    right: 0px;
}

    .Div_IconShadow:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        border: 1px solid #EAFFFF;
        border-radius: 100px;
        transition: all 0.3s ease-in-out;
    }

.IconsDiv:hover {
    background-color: white;
}

.Div_IconBox {
    position: relative;
    min-height: 1px;
    height: 100px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    width: 20%;
    top: 37px;
    left: 4px;
}

    .Div_IconBox a {
        position: absolute;
        height: 53%;
        width: 56%;
        text-align: center;
        top: -7px;
        left: 4px;
        z-index: 2;
        text-decoration: none;
        color: black;
    }

a:focus, a:hover {
    color: #2a6496;
    text-decoration: none;
}

.Div_IconBox .Div_IconShadow:hover {
    box-shadow: 0 0 20px 8px #40AFFF inset;
}

.img_Icon {
    height: 60px;
    width: 60px;
    padding: 20px;
    margin-right: 0px;
}

.p_IconText {
    /*font-family: BYekan,Tahoma,Arial,Helvetica,sans-serif;*/
    text-align: center;
    font-weight: bold;
    font-size: larger;
    text-wrap: avoid;
    width: 100%;
}


/*inline style move hear*/
.MaxH300 {
    max-height: 300px;
}
.MaxH400 {
    max-height: 400px;
}
.MinW130 {
    min-width: 130px;
}
.LoginP {
    border: 5px #16547e double;
    padding: 15px;
}
.captchaStyle {
    padding-right: 5px;
    opacity: 60%;
}
.SmsColStyle {
    border: 5px #16547e double;
    padding: 15px;
}
.SmsDivStyle {
    color: darkred;
    font-size: 17px;
}
.SmsCapthaAlert {
    font-family: Arial, sans-serif;
    direction: ltr;
    unicode-bidi: plaintext;
}
.displayN {
    display: none;
}
.imginlinestyle {
    min-width: 95px;
    min-height: 95px !important;
}
.containerInline {
    background-color: #e2e7fb94;
    padding: 10px;
}
.Width100 {
    width: 100px;
}
.Width125 {
    width: 125px;
}
.Width170 {
    width: 170px;
}
.Width180 {
    width: 180px;
}
.Width155 {
    width: 155px;
}
.TextAlignL {
    text-align: left;
}
.Width200 {
    width: 200px;
}
/*Mohaghegh 1404-06-26*/
#loadingGif {
    background: transparent url(/Images/Wait.gif) no-repeat center center;
    background-color: transparent;
    background-size: contain;
    height: 128px;
    width: 128px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background-position: center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
}

/* DropDown Menu */
 
/*table {
         background-image: url('../../Images/back08.png');
         background-repeat: repeat;
     }*/
/*  body {
         background-image: url("../../Images/back08.png");
         background-repeat: repeat;
     }*/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li

{
    position: relative;
}

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
    width: 300px;
}

.dropdown-menu .submenu-left {
    right: auto;
}

.dropdown-menu > li:hover {
    background-color: #f1f1f1
}

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */
.hidden {
    display: none; /* The element won't occupy space and will be completely hidden */
}

/* CSS to show the element */
.visible {
    display: block; /* Or use inline-block, flex, etc., depending on the element's behavior */
}

.dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

/*go to top*/
#goTop {
    position: fixed;
    inset-inline-end: 16px; /* works LTR & RTL */
    inset-block-end: 16px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: none;
    background: #0d6efd;
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 22px rgba(0,0,0,.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
    z-index: 9999;
}

    #goTop:hover {
        filter: brightness(1.05);
    }

    #goTop.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    #goTop svg {
        width: 22px;
        height: 22px;
        pointer-events: none;
    }

/* Base floating button */
.floating-btn {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    transition: transform .15s ease, filter .15s ease;
    z-index: 50;
}

    .floating-btn:hover {
        filter: brightness(1.05);
        transform: translateY(-1px);
    }

    .floating-btn:active {
        transform: translateY(0);
    }

/* 1) Fixed to viewport */
.fab-fixed {
    position: fixed;
    inset-inline-end: var(--fab-x, 16px); /* RTL/LTR aware */
    inset-block-end: var(--fab-y, 16px);
}

/* 2) Anchored to a container (place inside a relatively positioned parent) */
.fab-absolute {
    position: absolute;
    inset-inline-end: var(--fab-x, 16px);
    inset-block-end: var(--fab-y, 16px);
}

/* Optional size variants */
.fab-sm {
    width: 40px;
    height: 40px;
}

.fab-lg {
    width: 56px;
    height: 56px;
}

/* Optional color variants */
.fab-green {
    background: #28a745;
}

.fab-red {
    background: #dc3545;
}

.fab-gray {
    background: #6c757d;
}

/* Icon sizing (SVG or <i>) */
.floating-btn > svg, .floating-btn > i {
    width: 20px;
    height: 20px;
    pointer-events: none;
}
/* site.css */
.fab-bottom-right {
    --fab-x: 16px;
    --fab-y: 16px;
}

.fab-bottom-center {
    --fab-x: calc(50% - 24px);
    --fab-y: 16px;
}
/* 24px ≈ half button width */
.fab-high {
    --fab-y: 120px;
}

@media (min-width: 1200px) {
    .fab-bottom-right {
        --fab-x: 32px;
    }
    /* move on large screens */
}

/* Place the FAB at the top edge instead of bottom */
.fab-top {
    inset-block-start: var(--fab-y, 16px); /* distance from top */
    inset-block-end: auto; /* disable bottom pin */
}

/* (optional) also pin to the leading edge instead of trailing (LTR=left, RTL=right) */
.fab-start {
    inset-inline-start: var(--fab-x, 16px);
    inset-inline-end: auto;
}
.fab-Custom {
    --fab-x: 20px;
    --fab-y: 250px
}
.MinW75 {
    min-width: 75px;
}

#helpcss {
    background-color: #eeeeee;
    text-align: center !important;
}

.helpsaw3 {
    background-color: rgba(46, 132, 221, 0.075);
    font-weight: 600;
}

.helpsaw4 {
    background-color: #eeeeee;
    text-align: center !important;
}

.p-t-3 {
    padding-top: 3%;
}

.helpgereen {
    background-color: forestgreen!important;
    color: ghostwhite!important;
}

.helpyellow {
    background-color: #fff600!important;
    color: #333333!important;
}

.helpred {
    background-color: #e80a0a!important;
    color: ghostwhite!important;
}

.w-h-40 {
    width: 40px!important;
    height: 40px!important;
}
.dirLTR {
   direction:ltr!important;
}

