﻿@font-face {
    font-family: 'iransans';
    src: url('IRANSans.ttf');
}

.MobileView {
    display: none
}

.MainPad {
    padding-right: 100px;
    padding-left: 100px;
}

.divHeaderTitle1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 25px;
    text-transform: uppercase;
    background: url(../images/h-line1.png) no-repeat center bottom;
    font-family: iransans;
}


.FontIran {
    font-family: 'iransans';
}

.FontIran2 {
    font-family: 'iransans';
    color: #ffffff
}

    .FontIran2:hover {
        color: #a6192e
    }

.FontIran3 {
    font-family: 'iransans';
    color: #a6192e
}

    .FontIran3:hover {
        color: #ffffff
    }


.NewMenu {
    float: left;
}


.dropdown {
    font-size: 14px;
}

.dropdown-menu {
    text-align: right
}

.active {
    font-size: 14px;
}

.NewSubMenu {
    margin-top: -5px;
}

.Seperation {
    margin-top: 70px;
    text-align: center;
    background-image: url(../images/header-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 600px;
    font-family: iransans;
    font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .fhmm-fw {
        font-size: 10px;
    }

    .logo {
        float: right;
        width: 20%;
    }

    #trueHeader #logo {
        background-size: 150px;
    }




}


.Answer {
    position: fixed;
    line-height: 40px;
    font-family: iransans;
    z-index: 9999;
    background-color: #a6192e;
    font-size: 16px;
    color: #FFFFFF;
    right: 370px;
    top: 0px;
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
}

    .Answer:hover {
        cursor: pointer;
        color: #ffffff
    }

#AnswerPanel {
    position: fixed;
    margin-top: 40px;
    background-color: #C41D1C;
    z-index: 999;
    right: 0px;
    height: 150px;
    width: 400px;
    box-shadow: 0px 0px 4px #C41D1C;
    border-radius: 7px 0px 0px 7px;
    display: none;
    direction: rtl;
    font-family: iransans
}

.AnswerPanelRdb {
    margin-right: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff
}

.AnswerPaneltxt {
    margin-top: 5px;
    width: 270px;
    font-family: iransans;
    padding-right: 5px;
    box-shadow: 0px 0px 5px #ffffff;
    border-radius: 2px;
    border: none;
    margin-right: 70px;
}

.AnswerPanelBot {
    margin-right: 80px;
    margin-top: 10px;
}

.AnswerPanelBot2 {
    background-color: #ffffff;
    font-family: iransans;
    color: #a6192e;
    border: none;
    border-radius: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 0px 5px #ffffff;
}

    .AnswerPanelBot2:hover {
        cursor: pointer;
        background-color: #003d69;
        color: #ffffff;
        box-shadow: 0px 0px 5px #003d69;
    }


.AnswerPanelLbl2 {
    margin-right: 50px;
    color: #ffffff;
    margin-left: 5px;
}


.OnlineAns {
    background-color: #C41D1C;
    width: 400px;
    padding: 10px;
    margin: auto;
    box-shadow: 0px 0px 10px #C41D1C;
    border-radius: 5px;
    margin-top: 20px;
    color: #FFFFFF
}

.OnlineAnsTab {
    width: 100%;
    margin: auto
}

    .OnlineAnsTab td {
        padding: 5px;
    }

    .OnlineAnsTab th {
        background-color: #000000;
        font-weight: normal;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0px 0px 5px #000000
    }


.OnlineAnsTabTxt {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #FFFFFF;
    border: none;
    font-family: iransans
}

.OnlineAnsTabBot {
    width: 100px;
    background-color: #003d69;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #003d69;
    font-family: iransans
}

.txtSearch {
    height: 20px;
    border: 1px solid #595959;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #4A4A4A;
    font-family: iransans;
    text-align: right;
    direction: rtl;
    font-size: 12px;
    padding-right: 10px;
}



.XMon {
    background-color:#a6192e;
    color:#ffffff
}


@media screen and (max-width:1024px) {
    .Answer {
        position: absolute;
        line-height: 40px;
        font-family: iransans;
        z-index: 9999;
        background-color: #a6192e;
        font-size: 16px;
        color: #FFFFFF;
        right: 0px;
        margin-top: 45px;
        margin-bottom: 5px;
        height: 42px;
        float: right;
        text-align: center;
        margin-right: 10px;
    }

    .txtSearch {
        visibility: hidden
    }

    .DesktopView {
        display: none
    }

    .MobileView {
        display: block
    }


    .MainPad {
        padding-right: 10px;
        padding-left: 10px;
    }


    .divHeaderTitle1 {
        font-size: 18px;
    }

}


.CoverTxtStyle {
    background-color:#a6192e;    
    padding:10px;
    height:40px !important
}

    .CoverTxtStyle h2 {
        color:#ffffff !important
    }

