
 

html, body {
    font-size: 9pt;
    margin: 0;
    padding: 0;
    font-family: "NegarCMS";
    
}
 
.button.red.min {
    display: inline-block;
    line-height: 17px;
    margin: 0;
    padding: 3px 8px;
}

.login_form .user {
    height: 25px;
}

.panel.red .header.user {
    line-height: 22px;
}

.en_login, .en a, .en, .en input[type="submit"] {
    direction: ltr;
    font-family: Verdana !important;
} 
    .en .button.red.min {
        padding: 3px !important;
    }
     
.iran, .english {
    display: inline-block;
    height: 24px;
    width: 24px;
}

.langflag {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.media-left, .media-right, .media-body {
    display: block;
}

.media-body {
    width: 10000px;
}

.iran {
    background: url('../Images/Icons/ir24.png') no-repeat;
}

.english {
    background: url('../Images/Icons/en24.png') no-repeat;
}


#AdminPan {
    margin: 0;
}

    #AdminPan .btn {
        font-size: 17px;
        padding: 10px;
        width: 100%;
    }

.ltr {
    direction: ltr;
}

.bigInput {
    width: 300px !important;
}

.big_image {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.fix_img {
    max-width: 100%;
    width: 100%;
}

.head_title {
    font-family: 'BYekan';
    font-size: 13pt;
    font-weight: normal;
}

.head_title_b {
    font-family: 'BYekan';
    border-bottom: 1px solid #E0E4ED;
    font-size: 10pt;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
}



.BulkPersonsRepeater {
    display: inline-block;
    line-height: 23px;
    margin: 3px 0;
    padding: 3px;
    vertical-align: top;
    border: 1px solid #5484D2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #05265B;
    width: 160px;
    background: rgb(85,128,195);
    background: -moz-linear-gradient(48deg, rgba(85,128,195,1) 0%, rgba(186,208,246,1) 86%);
    background: -webkit-linear-gradient(48deg, rgba(85,128,195,1) 0%, rgba(186,208,246,1) 86%);
    background: linear-gradient(48deg, rgba(85,128,195,1) 0%, rgba(186,208,246,1) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5580c3",endColorstr="#bad0f6",GradientType=1);
}


.removeBtn {
    background: url(../Images/uncheck.png) no-repeat center center !important;
    background-color: transparent !important;
    background-size: contain !important;
    border: 0px solid !important;
    box-shadow: none !important;
    clear: both;
    display: inline-block;
    height: 16px !important;
    line-height: 16px !important;
    margin-top: 3px;
    max-width: 12px !important;
    min-width: 12px !important;
    padding: 0px !important;
}

.BulkPersonsRepeater input {
    float: right;
    margin-bottom: 0 !important;
    margin-left: 15px;
}
 
.mainContainer {
    -moz-box-shadow: 0px -1px 5px 2px rgba(153, 150, 153, 0.55);
    -webkit-box-shadow: 0px -1px 5px 2px rgba(153, 150, 153, 0.55);
    background: #fff;
    box-shadow: 0px -1px 5px 2px rgba(153, 150, 153, 0.55);
    margin: 10px auto;
    width: 1000px;
}

#wrapper_container {
    margin-top: 10px;
}


img {
    max-width: 100%;
}
 
.PAGE {
    padding: 5px;
}

.RightContent {
    background: #ECECEC;
    border: 1px solid #DDDDDD;
    display: inline-block;
    float: right;
    width: 21%;
}

.CenterContent.medium {
    background: #f3f4f5;
    border: solid 1px #d6d6d6;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 1%;
    padding: 10px;
    text-align: justify;
    width: 72%;
}

    .CenterContent.medium .body {
        padding: 10px;
    }

#def {
    background: #47639E;
    border-left: solid 1px #DDE3F0;
    border-right: solid 1px #DDE3F0;
    display: block;
    height: 120px;
    margin: 0 auto;
    text-align: center;
}

.font_1 {
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.header_a {
    background: #47639E url(../images/bg01.png) repeat 0 -11px;
    border-bottom: 3px solid #29487D;
    color: #EEF0F6;
    display: block;
    padding: 5px;
    text-align: center;
    width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

.clr {
    clear: both;
    float: none;
    height: 0;
}

.lang_menu {
    padding: 0;
    padding-top: 7px;
}



ol, ul, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang_menu li {
    color: #fff;
    display: inline-block;
}

    .lang_menu li a {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        background: #667DAE;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #fff;
        display: inline-block;
        font-family: 'BYekan';
        padding: 2px 20px;
        transition: background-color 0.5s ease;
    }

        .lang_menu li a:hover, .lang_menu li a.current {
            background: #f2a00c;
            color: #fffafa !important;
        }

.bg_white {
    background: #fff;
    text-align: center;
}

.line_up {
    background: #A5B2CF;
    display: inline-block;
    height: 20px;
    margin-top: 3px;
    width: 100%;
}



.text-white {
    color: #fff !important;
}


.line_down {
    background: #667DAE;
    display: none;
    height: 20px;
    margin-top: 3px;
    width: 100%;
}

.main_menu {
    margin: 0px auto;
    padding: 5px 10px 10px;
}

#_onlinesettlement, #_StartPayment, #_endpayment {
   /* margin: 10px auto;*/
}

.main {
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.63);
    background: #fff;
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.63);
    display: block;
    height: 100%;
    margin: 0px auto;
    /* width: 85%;*/
}


.line_up span, .line_down span {
    background: #667DAE;
    color: #fff;
    display: inline-block;
    font-family: tahoma;
    height: 100%;
    line-height: 20px;
    margin: 0 auto;
    padding: 0 10px;
}

.Header {
    margin: -3px auto 0;
}

    .Header img {
        width: 100%;
    }

    .Header table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        padding: 0;
    }

    .Header td {
        padding: 0;
    }

.TopLinks ul {
    margin: 2px auto;
    position: relative;
}

.TopLinks li {
    background: #ED4024;
    display: inline-block;
    line-height: 26px;
    margin-right: 3px;
    text-align: right;
}



    .TopLinks li:hover, .TopLinks li.active {
        background: #FCB316;
        color: #333;
    }

    .TopLinks li a {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: 'BYekan';
        font-size: 12px;
        height: 100%;
        outline: none;
        padding: 0px 10px;
    }

        .TopLinks li a:hover, .TopLinks li a.active {
            color: #333;
        }

    .TopLinks li div {
        display: none;
        margin-top: 28px;
    }

    .TopLinks li:hover div {
        display: block;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
    }

ul > li > .ULdiv .headerpointer {
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.TopLinks li:hover ul img {
    display: inline-block;
    float: right;
}

.TopLinks li:hover ul {
    background: #F1F1FF;
    box-shadow: 0px 0px 2px silver;
    padding: 5px;
}

.TopLinks li:hover li {
    background: none;
    margin: 0 5px;
    width: 32%;
}

.TopLinks li:hover li {
    background: url(../images/PointerLeft10x5.png) no-repeat right center;
    border-bottom: dotted 1px #B8B8B8;
    text-align: right;
}

    .TopLinks li:hover li a {
        -moz-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        -o-transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        color: #163059;
        padding-right: 10px;
        text-align: right;
        transform: translateX(0px) translateY(0px);
        transition: all 0.5s ease-in-out;
    }

        .TopLinks li:hover li a:hover {
            -moz-transform: translateX(-10px) translateY(0px);
            -ms-transform: translateX(-10px) translateY(0px);
            -o-transform: translateX(-10px) translateY(0px);
            -webkit-transform: translateX(-10px) translateY(0px);
            transform: translateX(-10px) translateY(0px);
        }

.TopLinks li:hover ul div {
    display: none;
    margin: 0px;
}

.AdsSlideContent {
    border: solid 0px #163059;
    text-align: right;
}

    .AdsSlideContent #advLink {
        display: block;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

        .AdsSlideContent #advLink img {
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 0;
        }

    .AdsSlideContent #progressImage {
        margin-right: -500px;
        margin-top: 190px;
        position: absolute;
    }

    .AdsSlideContent #AdvSlideNavigator {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-top: -40px;
        position: relative;
        text-align: left;
        z-index: 1000;
    }

        .AdsSlideContent #AdvSlideNavigator ul {
            cursor: pointer;
            direction: ltr;
            list-style: none;
            padding: 0px;
        }

            .AdsSlideContent #AdvSlideNavigator ul li {
                display: inline-block;
                height: 15px;
                margin: 2px;
                overflow: hidden;
                padding: 0px;
                width: 15px;
            }

        .AdsSlideContent #AdvSlideNavigator li a {
            -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
            background: #C4CDE0;
            box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
            display: block;
            outline: 0;
        }

            .AdsSlideContent #AdvSlideNavigator li a:hover {
                background: #ED4024;
            }

            .AdsSlideContent #AdvSlideNavigator li a.selected {
                background: #ED4024;
            }


.NewsTicker {
    display: block;
    margin: 2px auto;
    margin-bottom: 5px;
    width: 100%;
}

    .NewsTicker .tickerTitle {
        background: #667DAE;
        color: #FFF;
        display: block;
        float: right;
        height: 30px;
        margin-left: 5px;
        white-space: nowrap;
    }

        .NewsTicker .tickerTitle span {
            display: block;
            font-family: 'BYekan';
            font-size: 13px;
            font-weight: normal;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 1px;
        }

    .NewsTicker .TickerLinks {
        background: #C4CDE0;
        color: #29487D;
        display: block;
        font-family: tahoma;
        height: 28px;
        line-height: 23px;
        margin: 0px auto;
        overflow: hidden;
    }

.TickerLinks a {
    color: #29487D;
    font-family: 'BYekan';
    font-size: 13px;
    font-weight: normal;
}



.panelBody {
    margin-top: 5px;
    margin-bottom: 5px;
}

.FormGeneratorPanel .header span {
    color: #29487D;
}

.RightContent .panel.red {
    background: #FFF;
    border: solid 1px #e40613;
    padding: 5px;
}


.box .title, .news_block .title {
    border-bottom: solid 2px #ED4024;
    color: #29487D;
    font-family: 'Mj_Casablanca';
    font-size: 13pt;
    padding-bottom: 10px;
}

.panel.red.half .header span {
    background: #535AA3;
    color: #fff;
    display: block;
    font-family: 'Mj_Casablanca';
    font-size: 13pt;
    padding: 1px 15px 1px 65px;
}


.panel.red.half .header {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    background: #dfdfe0;
    border-bottom: solid 2px #ED4024;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: -5px -5px 10px;*/
    padding: 0px;
}




.title_block {
    border-bottom: solid 2px #ED4024;
    color: #29487D; 
    font-size: 11pt;
    margin-bottom: 10px;
}

.header span { 
    font-size: 11pt;
}


.tab {
    background: #193D78;
}

    .tab span {
        background: #6db3f2;
        background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
        background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
        background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
        color: #FFF;
        display: inline-block;
        font-family: "Mj_Casablanca";
        font-size: 15px;
        font-weight: normal !important;
        width: 100%;
    }

.tabSelected {
    background: #f3c5bd; /* Old browsers */
    background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-family: "Mj_Casablanca";
    font-size: 15px;
    font-weight: normal !important;
}

.OfferOptions ul {
    margin-top: 20px;
}

.OfferOptions li {
    display: inline-block;
    vertical-align: top;
}

.homeweather {
    background: #f0f0f0;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #000;
    overflow: hidden;
}

.clear {
    clear: both;
}

.News:after {
    clear: both;
    content: " ";
    display: block;
    height: 1px;
    overflow: hidden;
}



.news .Separate {
    border: none;
}

.news.min {
    background: rgba(222, 222, 222, 1);
    background: -moz-linear-gradient(-45deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(214, 214, 214, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(214, 214, 214, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(214, 214, 214, 1) 100%);
    background: linear-gradient(135deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(214, 214, 214, 1) 100%);
    border: 1px solid #999;
    display: block;
    margin: 10px 6px 5px;
    padding: 2px;
    position: relative;
    vertical-align: top;
}

    .news.min table {
        border-collapse: collapse;
        margin: 0;
        padding: 0;
    }

    .news.min a {
        color: #383636;
    }

        .news.min a:hover {
            color: #ED4024;
        }

    .news.min .Picture {
        height: 100px;
        line-height: normal;
        margin-left: 10px;
        max-width: 100px;
    }

    .news.min td {
        text-align: right;
    }

        .news.min td a {
            display: block;
            font-size: 9pt;
            margin-top: 5px;
        }


    .news.min .DateTime:before {
        content: url(../Images/newsdate.png);
        margin-left: 5px;
        vertical-align: middle;
    }

    .news.min .DateTime {
        display: block;
        font-size: 11px;
    }

    .news.min .DateTime {
        -moz-border-radius: 0 5px 5px 0;
        -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 0 5px 5px 0;
        -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.3);
        background: rgba(73, 155, 234, 1);
        background: -moz-linear-gradient(left, rgba(73, 155, 234, 1) 0%, rgba(13, 65, 120, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(73, 155, 234, 1) 0%, rgba(13, 65, 120, 1) 100%);
        background: -o-linear-gradient(left, rgba(73, 155, 234, 1) 0%, rgba(13, 65, 120, 1) 100%);
        background: linear-gradient(to right, rgba(73, 155, 234, 1) 0%, rgba(13, 65, 120, 1) 100%);
        border-radius: 0 5px 5px 0;
        bottom: 10px;
        box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.3);
        color: #FFF;
        display: block;
        font-size: 11px;
        left: 0;
        padding: 5px 10px 2px;
        padding-left: 15px;
        position: absolute;
        text-align: left;
    }



.captcha_login {
    vertical-align: middle;
}

.homeinsurancecompanies ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.homeinsurancecompanies li {
    display: inline-block;
    margin: 8px;
}

.homeinsurancecompanies a {
    border: solid 2px silver;
    border-radius: 4px;
    display: block;
    padding: 8px 15px 8px 15px;
}

    .homeinsurancecompanies a:hover {
        box-shadow: 0px 0px 4px gray;
    }

.homeinsurancecompanies img {
    border: none;
    height: 40px;
}



.news .Title {
    font-family: 'Mj_Casablanca';
    font-size: 12pt;
    font-weight: normal;
    line-height: 2.32rem;
}

    .news .Title a {
        color: #29487D;
    }

        .news .Title a:hover {
            color: #ED4024;
        }

a {
    color: #29487D;
}

    a:hover {
        color: #ED4024;
    }


.Picture {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.main_head {
    font-size: 16px;
    font-weight: normal;
}

.notice {
    margin: 0;
    padding: 0;
}

    .notice li {
        line-height: 20px;
        list-style: none;
    }

.star {
    color: #B90224;
    display: inline-block;
    height: 100% !important;
    margin-left: 5px;
    padding-top: 3px;
    vertical-align: middle !important;
}

    .star:after {
        content: '*';
    }

.table_n {
    border: 1px solid #2972B0;
    width: 100%;
}

.head_tb th {
    background: #3591ca; /* Old browsers */
    background: -moz-linear-gradient(top, #3591ca 0%, #234e8e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3591ca 0%, #234e8e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3591ca 0%, #234e8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    font-family: 'BYekan';
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
}

.table_n td {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    border: 1px solid #D2D2D2;
    font-family: "BYekan";
    font-size: 10pt;
    text-align: center;
}

.filed-box {
    display: block;
    margin-bottom: 2px;
}

    .filed-box img {
        vertical-align: middle;
        height: 30px;
    } 

@media print {
    .noprint {
        display: none;
    }
}

a {
    text-decoration: none;
}

    a img {
        border: none;
    }

.picture {
    background-color: white;
    border: solid 1px #000000;
    margin: 2px;
    padding: 2px;
}

.noborder {
    border: none;
}


.boxes {
    background: #f7f8fb none repeat scroll 0 0;
    border: 1px solid #eef1f7;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 35px;
    padding: 10px;
    text-align: justify;
    width: 73%;
}

.CurePaymentsRowDetails {
    background: url(../Images/help.png) no-repeat;
    float: right;
    height: 24px;
    margin-left: 7px;
    width: 24px;
}

    .CurePaymentsRowDetails .Info {
        background: #6b98ca;
        border: solid 2px #e6eef8;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 1px #3a6eab;
        color: #000000;
        display: none;
        height: 200px;
        margin-right: 34px;
        margin-top: -60px;
        width: 400px;
    }

    .CurePaymentsRowDetails:hover .Info {
        display: block;
        padding: 7px;
        position: absolute;
    }

        .CurePaymentsRowDetails:hover .Info:after {
            background: url(../images/helpcontainerpointer.png) no-repeat right top;
            content: " ";
            height: 25px;
            margin-right: -19px;
            margin-top: -149px;
            position: absolute;
            width: 60px;
        }

        .CurePaymentsRowDetails:hover .Info .Container {
            color: white;
            display: block;
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            white-space: normal;
            width: 100%;
        }

.DivButtons {
    font-weight: bold;
    line-height: 30px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

    .DivButtons ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }



.OfferRegistrationHeaderInfo .FollowUpSection {
    background: #d8d8d8;
    border-bottom: solid 1px #000000;
    border-top: solid 1px #000000;
    line-height: 30px;
    margin: 10px 0px 10px 0px;
    padding: 10px;
}

.OfferOptions li a {
    display: block;
}

.OfferOptions ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.OfferOptions li {
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

.btn_img {
    height: 140px;
    margin: 5px 15px;
    min-width: 75px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    background: rgb(255,255,255) !important;
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(204,216,255,1) 40%, rgba(110,138,200,1) 100%) !important;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(204,216,255,1) 40%, rgba(110,138,200,1) 100%) !important;
}

.OfferOptions li:hover .moreinfo {
    border: none;
    cursor: pointer;
    display: inline;
    font-family: Tahoma;
    text-align: center;
}

    .OfferOptions li:hover .moreinfo:hover {
        color: White;
    }




.FormGeneratorHelp {
    color: #6479B4;
    display: block;
    font-size: 8pt;
    left: 0;
    position: absolute;
    top: 0;
}



.MessageBox {
    background: white;
}

    .MessageBox .alert {
        margin: 0 !important;
    }

    .MessageBox .boxbody {
        text-align: right;
    }

    .MessageBox .boxfooter {
        padding: 5px 5px 15px 5px;
        text-align: center;
    }

        .MessageBox .boxfooter .okbutton {
            background: #d2d2d2;
            border: solid 1px #000000;
            border-radius: 2px;
            font-family: Tahoma;
            padding: 5px 10px 5px 10px;
        }

.CommentPanel {
    margin-top: 30px;
    text-align: right;
}

.CommentPanelHeader {
    border-bottom: solid 1px silver;
}

    .CommentPanelHeader:after {
        box-shadow: 0px -8px 17px #000000;
        content: "";
        display: block;
        height: 1px;
        width: 100%;
    }

    .CommentPanelHeader span {
        background: white;
        border: solid 1px silver;
        border-bottom: solid 2px white;
        border-radius: 4px 4px 0px 0px;
        display: inline-block;
        font-weight: bold;
        margin-bottom: -2px;
        margin-left: 50px;
        margin-right: 10px;
        padding: 3px 16px 3px 16px;
        text-align: right;
    }

.CommentPanelBody {
    border: solid 1px silver;
    margin-top: 3px;
}

    .CommentPanelBody .CommentText {
        margin-bottom: 25px;
        margin-top: 10px;
        padding: 0 30px 0 0;
    }

        .CommentPanelBody .CommentText span {
            margin-left: 30px;
        }

.CommentPanel .CommentInfo {
    background: #e1e0e0;
    line-height: 25px;
    margin-top: 10px;
    padding: 2px 10px 2px 2px;
}

    .CommentPanel .CommentInfo a {
        color: #000000;
    }

    .CommentPanel .CommentInfo .LikeCounter {
        background: #47639E;
        border: solid 1px #667DAE;
        border-radius: 3px;
        color: white;
        line-height: 10px;
        margin-right: -2px;
        padding: 4px;
        text-align: center;
    }

    .CommentPanel .CommentInfo .DislikeCounter {
        background: #ED4024;
        border: solid 1px #F06049;
        border-radius: 3px;
        color: white;
        line-height: 10px;
        margin-left: -2px;
        padding: 4px;
        text-align: center;
    }

.CommentInfo span {
    background: white;
    border-radius: 5px;
    padding: 3px 15px 3px 15px;
}

.CommentPanel a img {
    border: none;
}

.CommentPanel .CommentReplies {
    margin-right: 50px;
    margin-top: 20px;
}

.CommentReplies .ReplyHeader span {
    background: #ededed;
    border-radius: 5px 5px 0px 0px;
    display: inline-block;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.CommentReplies .ReplyBody {
    border: solid 4px #ededed;
    border-left: none;
    border-radius: 0px 0px 5px 0px;
    padding: 20px;
}

.CommentReplies .ReplyInfo {
    background: #ededed;
    border-radius: 5px;
    display: inline-block;
    line-height: 27px;
    padding: 0px 80px 0px 80px;
}

.CommentReplies .ReplyText {
    margin: 5px 5px 20px 5px;
}

.rotate {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.readonly {
    font-family: Tahoma;
    font-size: 9pt;
    padding: 5px;
}

.BackToFront {
    opacity: 1;
    transition: all .5s linear;
}

.FrontToBack {
    opacity: 0;
    transition: all .5s linear;
}

.LinkButton {
    border: none;
    cursor: pointer;
    text-align: center;
}

    .LinkButton:hover {
        background: #F06049;
    }



.errorBox ul {
    margin: 0;
    padding: 0;
}

.errorBox li {
    list-style: none;
}



input.errorBaseinfo, select.errorBaseinfo, radi.errorBaseinfo, checkbox.errorBaseinfo, .errormin {
    position: relative;
    background: #FBE5E7 !important;
    border: 1px solid #FF4165 !important;
}

    .errormin .ik_select_link {
        background: #FBE5E7 !important;
        color: #C92910 !important;
    }

label.errorBaseinfo {
    color: #C92910;
    display: none !important;
    font-size: 0;
}

.DamageDocumentsRegistrationInfo {
    background: url(../images/darkglass.png);
    border-radius: 5px;
    box-shadow: 0px 0px 5px #CDCDCD;
    padding: 10px;
    width: 550px;
}

.News {
    padding: 5px;
}

 
.news {
    padding-right: 15px;
    padding-left: 15px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.news_headline {
    background: rgba(222, 222, 222, 1);
    background: -moz-linear-gradient(-45deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(214, 214, 214, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(214, 214, 214, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(214, 214, 214, 1) 100%);
    background: linear-gradient(135deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(214, 214, 214, 1) 100%);
    border: 1px solid #999;
    box-shadow: 0px 0px 5px #CDCDCD;
    margin: 2px 6px;
    min-height: 150px;
}

.news .Title {
    font-weight: normal;
}

.news .Picture {
    background-color: #fff;
    border: 1px solid #c6cde3;
    margin: 3px;
    padding: 5px;
}

.news .DateTime {
    color: gray;
    direction: rtl;
    line-height: 20px;
}

.news .Separate {
    clear: both;
    line-height: 25px;
    margin-top: 20px;
}

.n_block {
    background: #F2F3F7;
    border: 1px solid #DBE0EA;
    clear: both;
    display: inline-block;
    height: 100%;
    margin-bottom: 10px;
    width: 100%;
}

    .n_block figure {
        width: 100px;
    }



.info {
    background: #DBE8FA;
    border: 1px solid #BED5F5;
    color: #4084E3;
    display: block;
    margin: 3px auto;
    padding: 5px;
    text-align: justify;
}

.information {
    background: #FFF9E2;
    border: 1px solid #F0D9BF;
    display: block;
    padding: 4px;
}

    .information h3 {
        color: #406EA4;
        display: block;
        font-family: 'BYekan';
        font-size: 14pt;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }



.SupportCenterHome {
    line-height: 20px;
    text-align: right;
}

.SupportCenterTitleText {
    color: #667DAE;
    display: block;
    font-size: 12pt;
    font-weight: bold;
}

.SupportHeadLinks {
    background: #d0d0d0;
    border: solid 1px #000000;
    border-radius: 5px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: right;
}

    .SupportHeadLinks ul {
        display: inline-block;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .SupportHeadLinks li {
        display: inline-block;
        float: right;
        margin: 3px;
        padding: 2px 10px 2px 10px;
    }

        .SupportHeadLinks li a {
            color: #000000;
            display: block;
        }

        .SupportHeadLinks li:hover {
            background: #dbefff;
            border-radius: 5px;
        }

    .SupportHeadLinks .tickethome a {
        background: url(../images/tickethome.png) no-repeat center right;
        padding-right: 20px;
    }

    .SupportHeadLinks .newticket a {
        background: url(../images/newticket.png) no-repeat center right;
        padding-right: 20px;
    }

    .SupportHeadLinks .alltickets a {
        background: url(../images/ticketslist.png) no-repeat center right;
        padding-right: 20px;
    }

    .SupportHeadLinks .selected {
        background-color: #dbefff;
        border-radius: 5px;
    }

.lnkCreateNewTicket {
    background: #667DAE;
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 11pt;
    font-weight: bold;
    padding: 10px;
}

    .lnkCreateNewTicket:hover {
        background: #ED4024;
    }

.lnkShowAllTickets {
    background: #47639E;
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 11pt;
    font-weight: bold;
    padding: 10px;
}

    .lnkShowAllTickets:hover {
        background: #ED4024;
    }

.ticketReply {
    border: solid 1px gray;
    margin-bottom: 7px;
    margin-top: 10px;
    overflow: hidden;
}

    .ticketReply .replyHeader {
        background: #FFB93A;
        border-bottom: solid 1px #FFE2AD;
        color: #211C22;
        padding: 3px;
    }

    .ticketReply .replyBody {
        line-height: 20px;
        padding: 10px;
    }


.TicketDetails td {
    padding: 5px;
}

.TicketDetails .detailRow {
    background: #f7f9fb;
}

.TicketDetails .detailAlternateRow {
    background: #d5e2ec;
}

.CurePicturesContent {
    text-align: left;
}

    .CurePicturesContent ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .CurePicturesContent li {
        display: inline-block;
        height: 200px;
        margin: 3px;
        overflow: hidden;
        white-space: nowrap;
        width: 205px;
    }

    .CurePicturesContent .CurePicture {
        border: solid 1px #000000;
        border-radius: 5px;
        box-shadow: 0px 0px 4px #000000;
        height: 113px;
        margin: 4px;
        margin-bottom: 10px;
        padding: 8px;
        width: 85px;
    }

    .CurePicturesContent .UploadCurePicture {
        background: url(../images/darkglass.png);
        color: white;
        display: none;
        height: 100%;
        line-height: 15px;
        width: 99%;
    }

.UploadCurePicture div {
    background: url(../images/darkglass4.png);
    border: solid 1px White;
    border-radius: 10px;
    margin: 0px auto;
    margin-top: 25px;
    padding: 20px;
    text-align: right;
    white-space: nowrap;
    width: 300px;
}

.CustomerLargeMenuItems {
    text-align: center;
}

    .CustomerLargeMenuItems ul {
        list-style-type: none;
        text-align: center;
    }

    .CustomerLargeMenuItems a {
        display: block;
        padding: 20px;
    }

    .CustomerLargeMenuItems li {
        background: #023149;
        background: -moz-linear-gradient(#eaeaec, #949494 100%);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#eaeaec), to(#949494));
        background: -o-linear-gradient(#eaeaec, #949494 100%);
        background: linear-gradient(#eaeaec, #949494 100%);
        border: solid 1px gray;
        border-radius: 5px;
        display: inline-block;
        margin: 5px;
        padding: 10px;
        text-align: center;
    }

.CustomerMenu {
    border: solid 1px #47639E;
    text-align: center;
}

    .CustomerMenu ul {
        border: solid 1px #ED4024;
        list-style-type: none;
        margin: 0px auto;
        padding: 0px;
        text-align: right;
        width: 1000px;
    }

    .CustomerMenu a {
        display: block;
        padding: 3px;
    }

    .CustomerMenu li {
        display: inline-block;
    }

.CustomerInfo {
    direction: ltr;
}

    .CustomerInfo:hover .minimum {
        padding: 2px;
        position: relative;
        z-index: 1;
    }

    .CustomerInfo .minimum {
        background-color: White;
        border: solid 1px gray;
        cursor: pointer;
        padding: 2px;
    }

    .CustomerInfo .pointer {
        background: url(../images/divPointer.gif) no-repeat;
        height: 11px;
        margin-top: -19px;
        position: relative;
        z-index: 1;
    }

    .CustomerInfo .field {
        font-weight: bold;
    }

    .CustomerInfo .content {
        background-color: White;
        border: solid 1px #999999;
        border-radius: 5px 5px 5px 5px;
        color: #000000;
        direction: rtl;
        display: none;
        line-height: 25px;
        margin-left: -5px;
        margin-top: 10px;
        padding: 8px;
        position: absolute;
    }

    .CustomerInfo:hover .content {
        display: inline-block;
    }

.ChangePassword {
    line-height: 30px;
    margin: 0px auto;
    padding-top: 100px;
    text-align: center;
    width: 300px;
}

    .ChangePassword table {
        text-align: right;
        width: 100%;
    }

.OnlineBanks .title {
    color: #0C3B84;
    display: block;
    font-family: 'BYekan';
    font-size: 10pt;
    font-weight: normal;
    margin: 20px auto;
    margin-bottom: 10px;
    text-align: center;
}

.OnlineBanks span {
    display: block;
}

.OnlineBanks ul {
    margin: 0px;
    padding: 0px;
}

.OnlineBanks li {
    -moz-border-radius: 100%;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: #EEEDEE;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 100px;
    margin: 0 25px;
    width: 100px;
}

.OnlineBanks .img-btn {
    background: #EEEDEE;
    display: inline-block;
    height: 100px;
    margin: 0 25px;
    width: 100px;
}

    .OnlineBanks .img-btn img {
        border: 2px solid #CFCFCF;
        cursor: pointer;
        height: 100%;
        width: 100%;
    }

.OnlineBanks img.selected {
    border: 2px solid #47639E;
}


.center {
    text-align: center;
}

.enamad {
    background: white;
    bottom: 0;
    box-shadow: 0 0 4px #000000;
    left: 0;
    padding-top: 7px;
    position: fixed;
    width: 80px;
}

.PopUpFrame {
    background: #f5f6f8;
    border: solid 0px #444444;
    border-top: none;
    padding: 5px;
    position: fixed;
    z-index: 2001;
}

.PopUpHeader {
    background: #3E4880;
    border-bottom: none;
    padding: 5px;
}

    .PopUpHeader span {
        margin-right: 25px;
    }


.estelam {
    margin: 0 auto;
    text-align: center;
}

    .estelam a {
        display: inline-block;
        height: 150px;
        margin: 5px 10px;
        width: 150px;
    }

.btn_es {
    background: url(../Images/Icons/estelam.png) no-repeat;
}

.btn_buy {
    background: url(../Images/Icons/kharid.png) no-repeat;
}


.req b {
    color: #204699;
    font-weight: 500;
}

/*new style*/

.pan_a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    border: 1px solid #CFD8DC;
    border-radius: 5px;
    display: block;
    margin: 10px;
    padding: 26px;
}

    .pan_a .right_pan {
        display: inline-block;
        vertical-align: top;
    }

.w_20 {
    width: 19%;
}

.w_30 {
    width: 29%;
}

.w_40 {
    width: 39%;
}

.w_50 {
    width: 49%;
}

.w_60 {
    width: 59%;
}

.w_70 {
    width: 69%;
}

.w_80 {
    width: 79%;
}

.fullsize {
    width: 100% !important;
}

.bigInput {
    width: 300px;
}

.pan_a .left_pan {
    display: inline-block;
}

.add_box {
    background: #E6EAEC;
    border: 1px solid #CFD8DC;
    clear: both;
    display: block;
    margin-bottom: 3px;
    min-height: 150px;
    padding: 10px;
}

    .add_box img {
        max-width: 100%;
    }

.thumbnail_image {
    background: #fff;
    border: 1px solid #CFD8DC;
    display: inline-block;
    float: right;
    margin-left: 10px;
    padding: 2px;
    width: 200px;
}

.pan_b {
    clear: both;
    display: block;
    line-height: 22px;
    width: 100%;
}

    .pan_b span {
        border-bottom: 1px dotted #C9C9C9;
        display: block;
        font-family: 'BYekan';
        font-size: 13px;
        margin-bottom: 2px;
        padding: 5px;
    }

        .pan_b span b {
            color: #ED4024;
            font-size: 13px;
            font-weight: normal;
        }

    .pan_b .pan_right {
        display: inline-block;
        margin-left: 10px;
    }

    .pan_b .pan_left {
        display: inline-block;
        text-align: left;
        width: 50%;
    }

.clearfix {
    clear: both;
}

.thumbnail {
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    background: #fff;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    padding: 3px;
}

.pan_c {
    line-height: 20px;
}

    .pan_c .pan_right {
        float: right;
        margin-bottom: 10px;
        margin-left: 20px;
    }



.main_form {
    margin: 0 auto;
}

.sidebar {
    /* margin-bottom: 5px;
    width: 100%;*/
}

.sidebar_padd {
    margin: 0 3px;
    padding: 5px 0;
}

.ipclass {
    background: #F7F7F7;
    border: 1px solid #CACACA;
    color: #5E5E5E;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
}

.copyright {
    text-align: center;
}

    .copyright a {
        color: #D2D5D9;
    }

.hidden {
    display: none !important;
}



.sidebar .redbox {
    background: #ECECEC;
    border: 1px solid #F06049;
    color: #ED4024;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
}

.sidebar .thumb img {
    height: 100%;
    max-width: 100%;
}



.thumb {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(204, 204, 204, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(204, 204, 204, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(204, 204, 204, 1) 100%);
    border: 1px solid #DEDEDE;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

.paragraph {
    display: inline-block;
    float: right;
    width: 70%;
}

figure img {
    height: 100%;
    width: 100%;
}

.fixclear {
    clear: both;
}

.clearfix {
    clear: both;
}

.payment_forms {
    margin: 5px auto;
    text-align: center;
}

#_Forget {
    margin-top: 50px;
}



.header_fix {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width:998px) {
    .header_fix {
        position: relative;
    }

    .container_fluid, .container {
        padding: 10px 15px 100px;
        position: relative;
    }
}

#_Forget .container, #_onlinesettlement .container, #_StartPayment .container {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}



.pull_left {
    float: left;
}

.error_image {
    background: url(../Images/404.jpg) no-repeat top center;
    display: block;
    height: 300px;
    margin: 0 auto;
    width: 400px;
}

.box_error {
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
    background: #E0E0E0;
    border: 3px solid #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
    color: #333;
    margin: 50px auto;
    padding: 10px;
    text-align: center;
    width: 50%;
}

    .box_error p {
        color: #C92910;
    }

hr {
    border: 0;
    height: 1px;
    margin: 5px 0;
    padding: 5px 0;
    clear: both;
    border-bottom: 1px solid #E4E4EC;
    background: none;
}


.tb_form ol, ol {
    margin: 0;
    padding: 0;
}

    .tb_form ol li, ol li {
        line-height: 20px;
        list-style: square;
        list-style-image: url(../Images/PointerLeft10x5.png);
        list-style-position: inside;
    }

#dvBulkPersonsXLSImport {
    display: block;
    line-height: 18px;
    padding: 10px !important;
    text-align: justify;
}

    #dvBulkPersonsXLSImport ol {
        line-height: normal;
        margin: 0;
        padding: 0;
    }

        #dvBulkPersonsXLSImport ol li {
            border-bottom: 1px dotted #BAC5D1;
            list-style: square;
            list-style-position: inside;
            padding: 3px 2px;
        }

.fake_body {
    background: #3D5189 url(../Images/bodydv.png) repeat;
    margin: 0px;
    padding: 0;
}

.main_tb {
    background: #fff;
    margin: 0px auto;
    padding: 10px;
    vertical-align: top;
    width: 80%;
}

    .main_tb .panel {
        color: #204699;
        font-family: 'BYekan';
        font-size: 16pt;
        margin: 2px auto;
        text-align: center;
    }

.tb_fake {
    border-collapse: collapse;
    margin: 10px auto;
    table-layout: fixed;
    width: 100%;
}

    .tb_fake th {
        background: #DDE0E9;
        border: 1px solid #CBCED8;
        font-family: 'BYekan';
        font-size: 11pt;
        font-weight: normal;
    }

    .tb_fake .odd td {
        background: #EDEEF3;
    }

    .tb_fake td {
        border: 1px solid #E5E5E5;
        padding: 5px;
        text-align: center;
        vertical-align: top;
    }

.centerIcon {
    margin: 5px auto;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .pan_b .pan_left {
        width: 100%;
    }

    .panel.red.half .header span {
        background: #ED4024;
        border-radius: 0;
        display: block;
        font-size: 16px;
    }

    /*.news_headline .col-xs-1, .news_headline .col-sm-1, .news_headline .col-md-1, .news_headline .col-lg-1, .news_headline .col-xs-2, .news_headline .col-sm-2, .news_headline .col-md-2, .news_headline .col-lg-2, .news_headline .col-xs-3, .news_headline .col-sm-3, .news_headline .col-md-3, .news_headline .col-lg-3, .news_headline .col-xs-4, .news_headline .col-sm-4, .news_headline .col-md-4, .news_headline .col-lg-4, .news_headline .col-xs-5, .news_headline .col-sm-5, .news_headline .col-md-5, .news_headline .col-lg-5, .news_headline .col-xs-6, .news_headline .col-sm-6, .news_headline .col-md-6, .news_headline .col-lg-6, .news_headline .col-xs-7, .news_headline .col-sm-7, .news_headline .col-md-7, .news_headline .col-lg-7, .news_headline .col-xs-8, .news_headline .col-sm-8, .news_headline .col-md-8, .news_headline .col-lg-8, .news_headline .col-xs-9, .news_headline .col-sm-9, .news_headline .col-md-9, .news_headline .col-lg-9, .news_headline .col-xs-10, .news_headline .col-sm-10, .news_headline .col-md-10, .news_headline .col-lg-10, .news_headline .col-xs-11, .news_headline .col-sm-11, .news_headline .col-md-11, .news_headline .col-lg-11, .news_headline .col-xs-12, .news_headline .col-sm-12, .news_headline .col-md-12, .news_headline .col-lg-12 {
        margin: 0 -3px;
    }*/

    .thumbnail_image {
        float: none;
        margin: 0 0 10px 0;
        width: 270px;
    }

    .header_a {
        height: inherit;
    }

        .header_a ul {
            float: none;
        }

    .AdsSlideContent #advLink {
        height: 200px;
    }

    .main {
        width: 98%;
    }


    .mainContainer {
        width: 95%;
    }



    .RightContent,
    .CenterContent.medium {
        display: block;
        float: none;
        margin: 5px auto;
        margin-bottom: 10px;
        text-align: center;
        width: 90%;
    }

    .news_headline {
      /*  display: block;
        margin: 5px auto;
        text-align: center;
        width: 100%;*/
    }

    .news.min {
        display: block;
        margin: 5px auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }
}



@media only screen and (max-device-width: 480px) {
    .box .title, .header, .thumb {
        word-wrap: break-word;
    }

    .line_up span, .line_down span {
        width: 100%;
    }

    .pan_a .left_pan {
        margin-right: 0 !important;
    }

    .tb_form .label_form {
        margin: 2px auto;
        text-align: left !important;
        vertical-align: top;
        width: 94% !important;
    }

    select {
        width: 110px;
    }

    .tb_form tr {
        margin-bottom: 3px;
    }

    .FormGeneratorHelp {
        position: unset;
    }

    .req {
        position: unset;
    }
}

.footer .footer_logo {
    float: right;
    margin: 0;
}

@media only screen and (max-width: 760px) {
    .footer .footer_logo {
        float: none;
        margin: 10px auto;
        text-align: center;
    }
}



@media only screen and (max-width: 760px) {


    thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }

    td:before {
        left: 6px;
        padding-right: 10px;
        position: absolute;
        top: 6px;
        white-space: nowrap;
        width: 45%;
    }
}

.col-form-label {
    color: #29487D;
    /*font-family: 'BYekan';*/
    font-size: 8pt;
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid #A2B0DB;
    background: #D5DCEF;
}

#admin_access {
    border-bottom: 1px solid #AA2B2B;
    border-top: 1px solid #AA2B2B;
    margin: 10px 0;
    padding: 10px 0;
}

.footer {
    background: #47639E url(../images/bg01.png) repeat 0 0;
    border-top: 4px solid #ED4024;
    color: #fff;
    display: block;
    margin-top: 15px;
    padding: 10px;
}

    .footer p {
        color: #ffffff;
        font-family: 'BYekan';
        font-size: 10pt;
    }

    .footer h5 {
        border-bottom: 1px dashed #FBAA1E;
        color: #FFFFFF;
        padding-bottom: 10px;
    }


    .footer .sub-1 {
        border-bottom: 1px dashed #E3E7F0;
        clear: both;
        margin-bottom: 10px;
    }

.social_links {
    text-align: left;
}

    .social_links a {
        color: #fff !important;
        font-size: 30px !important;
        margin: 0 5px;
    }

.footer_menu {
    margin: 0;
    padding: 0;
}

    .footer_menu li img {
        color: #fff !important;
        display: inline-block;
        float: right;
        font-size: 0px !important;
        height: 16px;
        margin-left: 5px;
        width: 16px;
    }

ol, ul, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_menu ul {
    list-style-image: url('../images/liarrow_R.gif') !important;
    list-style-position: inside !important;
}

.footer_menu li {
    background: url('../images/liarrow_R.gif') no-repeat right 8px;
    display: block;
    list-style: none;
    text-align: right;
}

    .footer_menu li a {
        border-bottom: 1px dotted #E3E7F0;
        display: block;
        height: 100%;
        padding: 2px 10px;
        transition: background-color 0.5s ease;
        width: 100%;
    }

        .footer_menu li a:hover {
            background: #667DAE url('../images/liarrow_R.gif') no-repeat right 8px;
            color: #ffffff;
            padding-right: 10px;
        }

.sub_footer {
    background: #29487D url(../images/bg01.png) repeat center -11px;
    color: #fff;
    height: 25px;
    padding: 5px;
}
 
p {
    font-size: 9pt;
}

.footer_menu li a {
    color: #E0E5EF; 
}
 
.clearFix {
    clear: both;
}


.main_list {
    margin: 0 auto;
    text-align: right;
    width: 95%;
}

    .main_list li {
        border-bottom: 2px solid #f2a00c;
        display: block;
        font-family: 'BFarnaz';
        list-style: none;
        overflow: hidden;
        padding: 5px;
        width: 100%;
    }

        .main_list li a {
            color: #333;
            font-size: 11pt;
            line-height: normal;
            margin-top: 10px;
            width: 80%;
        }

        .main_list li img {
            display: inline-block;
            float: left;
            margin-right: 10px;
            vertical-align: middle;
        }

.date_box {
    clear: both;
    color: #0c3b84;
    float: right;
    font-size: 9pt;
    padding-bottom: 5px;
}



.header_b {
    background: #fff url(../images/bg_head.jpg) repeat-x top center;
    display: block;
    text-align: center;
    width: 100%;
}

.d-right {
    float: right;
}

.d-left {
    float: left;
}


.search_box {
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}

    .search_box input[type="text"] {
        background: #C4CDE0;
        border: 1px solid #47639E;
        color: #29487D !important;
        font-size: 10pt;
        padding-right: 5px;
    }

    .search_box input[type="button"], .search_box input[type="submit"], .search_box button {
        background: #8598BF;
        border: none !important;
        color: #fff;
        cursor: pointer;
    }

        .search_box input[type="button"]:hover, .search_box input[type="submit"]:hover, .search_box button:hover {
            background: #ED4024;
        }

    .search_box i {
        color: #fff;
    }


.header_a ul {
    padding: 0;
}

    .header_a ul li a, .header_a ul li .fa {
        color: #fff;
    }

    .header_a ul li {
        color: #fff;
        display: inline-block;
        line-height: 10px;
        line-height: normal;
        list-style: none;
        padding: 6px 25px;
        transition: background-color 0.5s ease;
    }

        .header_a ul li:hover {
            background: #ED4024;
            color: #FFF;
        }

            .header_a ul li:hover a, .header_a ul li:hover i {
                color: #fff;
            }



a:hover {
    color: #ED4024;
    text-decoration: none !important;
}

.logo {
    display: inline-block;
}


.btn_search {
    float: left;
    font-size: 9pt;
    padding: 5px 5px;
}


/*main menu*/

.ext_menu {
    padding: 5px;
}

    .ext_menu li {
        display: inline-block;
        list-style: none;
        margin: 0px 5px 5px 5px;
        overflow: hidden;
        width: 335px;
    }

        .ext_menu li img {
            max-height: 100%;
            max-width: 100%;
        }

            .ext_menu li img:hover {
                opacity: 0.5;
            }


@media screen and (min-width: 765px) {
    .line_up span, .line_down span {
        width: 25%;
    }


    .hf-100 {
        height: 100% !important;
    }


    .header_a ul {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }

        .header_a ul li {
            float: right;
        }
}

@media screen and (max-width: 600px) {
    .line_up span, .line_down span {
        width: 100%;
    }

    .date_box {
        float: none;
    }

    .search_box, .header_a ul {
        float: none;
    }

    .ext_menu li {
        width: inherit !important;
    }

    .search_box {
        margin: 5px auto;
    }

    .social_links {
        text-align: center;
    }

    .main_list li a {
        text-align: justify;
        width: 100%;
    }

    .ext_menu li {
        float: none;
    }


    .line_up span, .line_down span {
        width: 100%;
    }

    .main {
        width: 100%;
    }

    .d-right {
        float: none;
    }

    .d-left {
        float: none;
    }

    .hf-100 {
        height: inherit !important;
    }

    .header_b ul {
        display: inline-block;
        margin: 0 !important;
        padding: 10px 0 !important;
    }
}

/* -------------  3D Styles --------------------------- */

.pictogramIcon {
    border-radius: 5px;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

.pictogramBackIcon {
    position: absolute;
}

    .pictogramBackIcon img {
        width: 100%;
    }

.ch-item {
    -moz-perspective: 900px;
    -ms-perspective: 900px;
    -o-perspective: 900px;
    -webkit-perspective: 900px;
    cursor: default;
    height: 62px;
    perspective: 900px;
    position: relative;
    width: 130px;
}

.ch-info {
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    width: 100%;
}

    .ch-info > div {
        -moz-transform-origin: 50% 0%;
        -moz-transition: all 0.4s linear;
        -ms-transform-origin: 50% 0%;
        -ms-transition: all 0.4s linear;
        -o-transform-origin: 50% 0%;
        -o-transition: all 0.4s linear;
        -webkit-transform-origin: 50% 0%;
        -webkit-transition: all 0.4s linear;
        background-position: center center;
        display: block;
        height: 100%;
        position: absolute;
        transform-origin: 50% 0%;
        transition: all 0.4s linear;
        width: 100%;
    }



    .ch-info .ch-info-back {
        -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
        -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
        -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
        background: #3A548B;
        border: solid 1px #6277A3;
        border-radius: 5px;
        opacity: 0;
        overflow: hidden;
        transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    }

        .ch-info .ch-info-back .ch-info-back-panel {
            position: absolute;
            width: 100%;
        }

.ch-info-back a {
    background: #B3BDD2;
    border-radius: 3px;
    box-shadow: 0px 0px 1px #000;
    color: #163059;
    display: block;
    font-family: tahoma;
    font-size: 9pt;
    line-height: 20px;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

    .ch-info-back a:hover {
        background: #ED4024;
        color: #fff;
    }

    .ch-info-back a.moreinfo {
        background: url(/images/darkglass2.png);
        border-radius: 10px;
        box-shadow: 0px 0px 4px #000;
        margin: 10px 25px 25px 25px;
        padding: 3px;
        text-align: center;
    }

.ch-info a h3 {
    color: #fff;
    display: block;
    font-family: BYekan;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .ch-info a h3:hover {
        color: #ED4024;
    }

.ch-item:hover .ch-info-front {
    -moz-transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
    -webkit-transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    transform: translate3d(0, 100px, 0) rotate3d(1, 0, 0, -90deg);
}

.ch-item:hover .ch-info-back {
    -moz-transform: rotate3d(1, 0, 0, 0deg);
    -ms-transform: rotate3d(1, 0, 0, 0deg);
    -o-transform: rotate3d(1, 0, 0, 0deg);
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
    transform: rotate3d(1, 0, 0, 0deg);
}

.ch-grid {
    display: block;
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

    .ch-grid .ch-Title {
        color: gray;
        display: none;
        font-size: 10pt;
        font-weight: bold;
        margin-top: -27px;
        opacity: 0;
        position: absolute;
        transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 1, 0deg);
        transition: all 0.4s linear;
        width: 100px;
    }

    .ch-grid li:hover .ch-Title {
        display: none;
        opacity: 1;
        transform: translate3d(57px, -20px, 0px) rotate3d(0, 0, 1, -90deg);
        transition: all 0.4s linear;
    }

    .ch-grid:after,
    .ch-item:before {
        content: '';
        display: table;
    }

    .ch-grid:after {
        clear: both;
    }

    .ch-grid li {
        display: inline-block;
    }

p {
    font-family: 'BYekan';
    font-size: 10pt !important;
    font-weight: normal;
    line-height: 22px;
    text-align: justify;
}

.fa {
    margin-left: 5px;
}

.divider {
    border-bottom: 2px dotted #DADBDE;
    margin: 5px 0;
    padding: 5px 0;
}

.helper {
    color: #802B2B;
    direction: rtl;
    display: block;
    font-family: Tahoma;
    font-size: 8pt;
    line-height: normal;
    text-align: right;
}

.ui-widget {
    font-size: 11px;
}

.ui-datepicker .ui-icon {
    text-indent: 99999px;
}

#enLang {
    background: #EEF0F6;
    border: 1px solid #DCE2ED;
    padding: 5px;
}

    #enLang .col-form-label {
        background: #C4CDE0;
    }



.okbutton {
    padding: 5px 15px !important;
}



.req, .req_star {
    color: #CC0000;
    font-family: verdana;
    font-size: 12px;
}


.require_class {
    color: #b90224;
    padding: 5px;
}


.errorBox li {
    color: #990000;
    display: list-item;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    list-style-type: decimal !important;
    margin-bottom: 2px;
    margin-right: 25px;
    padding: 3px;
}

.solid-col {
    clear: both;
    border-bottom: 1px solid #959ED8;
    margin: 10px 15px;
    height: 10px;
    width: auto;
    display: block;
}

.solid {
    height: 1px;
    border-bottom: 1px solid #959ED8;
    display: block;
    width: 100%;
    clear: both;
    margin: 10px auto;
}

.title_blue {
    font-size: 12pt !important;
    font-family: 'dana-medium' !important;
    font-weight: normal !important;
    padding: 5px;
    margin: 5px 0;
    text-align: right;
    color: #FFF;
    border-right: 3px solid #6898c8;
    border-bottom: 1px solid #6898c8;
    background: #303890;
}


#mainBodyResult {
    background-image: linear-gradient(to right top, #bbd5ff, #c5dbff, #cfe0ff, #d9e6ff, #e2ecff, #e4eeff, #e6efff, #e8f1ff, #e3eeff, #dfecff, #dae9ff, #d5e7ff);
}


.col-auto {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    margin: 0 12px 0 0;
}



#_page .row {
    padding-right: 15px;
    padding-left: 15px;
}

.sidebar {
    margin-bottom: 15px;
}

.mt-100 {
    margin-top: 110px;
    margin-bottom: 110px;
}

@media screen and (max-width: 765px) {
    .mt-100 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.form-control {
    padding: 3px;
}
