﻿@import url(fontiran.css);
@import url(fontiran.css);
/*
z-index:
1   #mapWrapper
2   .middleWrapper .loading
3   .loginnedBox
10  .gPopup
100 calendar
200 .darkBG
201 .drawerMenu
201 .popup
202 .toast

1000000 googleMaps
1000001
1000002 
*/
html, body, form {
    margin: 0px;
    padding: 0px;
    font-family: IRANSans, Tahoma;
    font-size: 14px;
    color: black;
    background-color: #D4D4D4;
    height: 100%;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a
{
    color:#D5D5D5;
    text-decoration: none;
}
a:visited
{
    color:#EB4E23;
}
a:hover
{
    color:#F57C23 !important;
}
select {
    font-family: IRANSans, Tahoma;
}
@font-face {
    font-family: "yekan";
    src: url(/fonts/Yekan.eot);
    src: url(/fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(/fonts/Yekan.woff) format("woff"), url(/fonts/Yekan.ttf) format("truetype"), url(/fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

::-webkit-input-placeholder { /* Chrome */
  color: #D0D0D0;
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #D0D0D0;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #D0D0D0;
  opacity: 1;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #D0D0D0;
  opacity: 1;
  font-size: 14px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.center { text-align:center }
.rtl {direction: rtl }
.ltr {direction: ltr }
.floatR { float:right }
.floatL { float:left }
.hidden { display: none; }
.redWarn { color:red }
.greenWarn { color:green }
.w100 { width: 100px !important }
.red { color:red }
.green { color:green }
.blue { color:blue }
.maroon { color:maroon }
.white { color:white }

.gButton {
    width: 145px;
    height: 32px;
    padding: 0px 0px 5px 0px;
    background-color: #FECB04;
    border: 1px solid #555555;
    color: white;
    line-height: 30px;
    font-family: IRANSans, Tahoma;
    font-size: 18px;
    font-weight:bold;    
    cursor: pointer;
}

.allArea {
    width: 100%;
    max-width: 1263px;
    margin: 0px auto 0px auto;
    box-sizing: border-box;
    min-height: 100%;
    background: white url('/Images/TopArea/TopBG.png') no-repeat top center; 
    background-size:contain;
    padding-bottom: 10px;
}

    .allArea .drawerMenu {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        background-color:#43647A;
        direction: rtl;
        text-align:left;
        z-index: 201;
        padding: 28px 0px 8px 20px;
        line-height:50px;
    }
        .allArea .drawerMenu .close {
            position: absolute;
            top: 15px;
            right: 10px;
        }
            .allArea .drawerMenu a {
                color: white !important;
                font-weight: bold;
            }
                .allArea .drawerMenu a :visited {
                    color: white !important;
                }
            .allArea .drawerMenu img {
                margin-left: 5px;
            }

    .allArea .smallLanguageList {
        display: none;
        position:absolute;
        top: 32px;
        left: 60px;
        color: white;
        font-family: IRANSans, Tahoma;
        font-size: 12px;
        background-color: #43647A;
        padding: 25px 10px 25px 10px;
        line-height: 33px;
        z-index:1;
    }
        .allArea .smallLanguageList div {
            cursor: pointer
        }

.topArea {
    position: relative;
    width: 100%;
    overflow: auto;
    min-height: 270px;
}

    .topArea .topVerMenu {
        position: absolute;
        top: 65px;
        left: 75px;
        padding: 0px;
    }
        .topArea .topVerMenu li {
            line-height:30px;
            padding: 0px;
            margin: 0px;
            list-style-type:none;
            direction: rtl;
            white-space: nowrap;
        }
            .topArea .topVerMenu li a {
                color: black !important;
                font-weight: bold
            }
                .topArea .topVerMenu li a :visited {
                    color: black !important;
                }
            .topArea .topVerMenu li img {
                margin-left: 5px;
            }

    .topArea .hamburgerMenu {
        display: none;
        position: absolute;
        top: 15px;
        left: 10px;
        cursor: pointer
    }

    .topArea #lblLanguage {
        position: absolute;
        top: 13px;
        left: 75px;
        color: white;
     }
        .topArea #ddlLanguage {
            position: absolute;
            top: 33px;
            left: 75px;
            width: 120px;
            direction: rtl
        }
        .topArea .smallLanguageCombo {
            display: none;
            position: absolute;
            top: 15px;
            left: 60px;
            z-index: 1;
            width: 30px;
        border-bottom: 1px solid white;
        }
            .topArea .smallLanguageCombo span {
                float: left;
                color: white;
                font-family:Arial;
                font-size: 12px;
                font-weight:bold;
            }
            .topArea .smallLanguageCombo img {
                float: right;
                margin-top:4px;
            }

        .topArea .pasargad {
            position: absolute;
            top:60px;
            right: 75px;
        }
        .topArea .association {
            position: absolute;
            top:60px;
            right: 246px;
        }
    .topArea .topText {
        position: absolute;
        bottom: 2px;
        left: 100px;
    }

.topVrtLine {
    height: 1px;
    background-color: #555555;
}

.mainArea {
    margin: 0px 100px 0px 100px;
    overflow: auto;
    direction:rtl;
}

.footer {
    height: 60px;
    margin: 30px 0px 0px 0px;
    background-color: #FF9200;
}
    .footer.fixed {
        position: fixed;
        bottom: 10px;
        height: 60px;
    }

#toast {
    display:none;
    position:fixed;
    top:40px;
    left:0px;
    right:0px;
    max-width:400px;
    min-height:30px;
    margin:0px auto 0px auto;
    background-color:red;
    color:white;
    text-align:center;
    padding:5px 20px 5px 20px;
    direction: rtl;
    z-index:1000001
}

.darkBG {
    display:none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    opacity: 0.705;
    z-index: 200;
}
.popup {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 300px;
    cursor: default;
    margin-top: 20px;
    border: 1px solid white;
    z-index: 201;
    direction: rtl
}
    .popup .header {
        width: 100%;
        cursor: move;
        background: #263238;
        color: white !important;
        height: 33px;
        overflow: hidden;
    }
        .popup .header .close {
            float: left !important;
            width: 18px;
            height: 18px;
            margin: 8px 5px 5px 10px !important;
            cursor: pointer;
            background-image: url('../Images/Icons/PopupClose.png');
        }
            .popup .header .close:hover {
                background-image: url('../Images/Icons/PopupClose01.png');
            }

        .popup .header .content {
            margin-top: 0px;
            margin-right: 10px;
            padding-top: 8px;
            font-size: 11px;
        }
            .popup .header .content span {
                height: 25px;
                line-height: 21px;
            }
    .popup .main {
        width: 100% !important;
        height: 100%;
        background-color: #B4BFC0;
        padding: 5px;
        padding-bottom: 10px;
        font-family: IRANSans, Tahoma;
        font-size: 12px;
        min-width: 300px !important;
        text-align: center
    }
        .popup .main .content {
            overflow: auto;
            text-align: right;
            background-color: #B4BFC0;
            min-height: 50px;
            margin-bottom: 15px;
            padding: 10px;
            color: black;
        }
        .popup .main .buttons {
            direction: ltr
        }
            .popup .main .buttons .btnPopupNo {
                color:white;
                background-color: #4D616B;
            }

@media (max-width: 820px) {
    #lblLanguage, #ddlLanguage, .topVerMenu {
        display: none
    }
    .topArea .hamburgerMenu {
        display: block;
    }

    .topArea #ddlLanguage {
        position: absolute;
        top: 15px;
        left: 60px;
        width: 30px;
    }

    .topArea .smallLanguageCombo {
        display: block;
    }

    .topArea {
        position: relative;
        width: 100%;
        overflow: auto;
        min-height: 10px;
    }
}
