﻿/* Styles for basic forms
-----------------------------------------------------------*/
.unsetheader {
    font-size: unset;
    display: unset;
    -webkit-margin-before: unset;
    -webkit-margin-after: unset;
    -webkit-margin-start: unset;
    -webkit-margin-end: unset;
    font-weight: unset;
    margin-top: unset;
    margin-bottom: unset;
    font-family: unset;
    line-height: unset;
    color: unset;
}

input[type=text], input[type=password], textarea {
    text-align: right;
    font-family: 'IRANSans';
    padding-right: 5px;
    vertical-align: middle;
    height: 29px;
    font-size: 9pt;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9 #d9d9d9;
}

    input[type=text]:focus, input[type=password]:focus, textarea:focus {
        outline: none;
    }

    input[type=text]:hover, input[type=password]:hover, textarea:hover {
        outline: none;
    }

select {
    width: 100%;
    height: 30px;
    overflow: auto;
    text-align: right;
    font-family: 'IRANSans';
    font-size: 9pt;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9 #d9d9d9;
}

.DropDownList:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #a0a0a0 #b9b9b9 #b9b9b9 #b9b9b9;
}
/***********************Layout Css*************************/
html {
    direction: rtl;
}

html, body {
    height: 100%;
    position: relative;
    font-family: 'IRANSans';
}

body {
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

ul {
    margin: 10px 0;
}

img {
    border: 0;
}

.Header-Top {
    background-color: #FFB900;
}

.Menu-Header {
    height: 34px;
    display: table;
    width: 100%;
    font-family: 'IRANSans' !important;
    border-bottom: 1px solid #000;
    background-color: #4F4F4F;
}

    .Menu-Header a {
        font-size: 15px !important;
        float: right;
        padding: 5px 14px 4px;
        font-family: 'IRANSans' !important;
        color: #fff !important;
    }

        .Menu-Header a.Menu-Active {
            color: #ffb900 !important;
            font-size: 17px !important;
            margin-top: -3px;
            font-weight: bold;
        }

.Logo-Img {
    float: right;
    padding: 15px 15px 15px 7px;
}

    .Logo-Img img {
        max-height: 30px;
        max-width: 135px;
    }

.footer {
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    float: none;
    width: 100%;
    min-height: 39px;
    bottom: 0;
    clear: both;
    display: block;
    color: #fff;
    background-color: #292929;
    border-top: 1px solid #ffb900;
    border-bottom: 1px solid #141414;
}

.FooterFix {
    position: relative;
    bottom: 0;
    width: 100%;
}


/*#region Footer*/

footer {
    font-family: 'IRANSans' !important;
    color: #858585;
    background: #222;
    padding: 20px 0 0 0;
    border-top: 2px solid #ffb900;
}

    footer .footer-bottom {
        color: #fff;
        margin-top: 20px;
        padding: 15px 0;
        border-top: 1px solid #444;
        font-size: 12px;
        background-color: rgba(51,51,51,05);
    }

    footer .widget h4 {
        font-family: 'IRANSans';
        color: #ffb900;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 5px;
    }

    footer .widget_content a {
        color: #858585;
    }

    footer a:hover,
    footer a:focus {
        color: #fff;
    }

footer {
    text-align: justify;
}

    footer ul {
        padding: 0;
        list-style: none;
    }


/*#endregion Footer*/


ul#menuFooter {
    padding: 10px 5px 5px;
    font-size: 11px;
    margin: 0;
    z-index: 20;
    text-align: center;
}

    ul#menuFooter li {
        display: inline;
        list-style: none;
        padding-left: 10px;
    }

        ul#menuFooter li a {
            background: none;
            color: #fff;
        }

            ul#menuFooter li a:hover {
                text-decoration: underline;
            }

.footer-Des {
    text-align: center;
    min-height: 65px;
    line-height: 21px;
    font-size: 9pt;
    padding-top: 5px;
    border-top: 1px solid #4c4c4c;
    background-color: #323232;
    color: #bababa;
}

.container-fill {
    width: 100%;
}

.navbar-inverse .navbar-toggle {
    margin-top: 13px;
}

.Btn-glyphicon {
    padding: 2px;
    margin: 14px 7px;
    float: right;
    width: 23px;
    height: 24px;
    border: 1px solid transparent;
    background-color: #2d2d2d;
}

    .Btn-glyphicon:hover,
    .Btn-glyphicon:focus {
        background-color: #2d2d2d;
    }

    .Btn-glyphicon .glyphicon, .Btn-Search-Toggle .glyphicon {
        color: #fff;
    }

@media(max-width:400px) {
    .Btn-glyphicon {
        margin: 14px 0;
    }
}

@media (min-width: 768px) {
    .Search-Padd {
        padding: 15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-right {
        float: none !important;
    }

    .navbar-nav {
        float: none;
    }
}

.Txt-Logo {
    margin-top: 5px;
    font-family: 'IRANSans';
    font-size: 12px;
    float: right;
    padding: 15px 7px;
    color: #4F4F4F;
}
/* Styles for AccordionMenu
-----------------------------------------------------------*/

#Accordion {
    direction: rtl;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    #Accordion li .Parent {
        display: block;
        font-weight: bold;
        cursor: pointer;
        padding: 5px 10px 5px 5px;
        color: #333333;
        background-color: #ffffff;
    }

    #Accordion li a {
        display: block;
        cursor: pointer;
        padding: 5px 10px 5px 5px;
        font-size: 9pt;
        color: #333333;
        background-color: #ffffff;
    }

    #Accordion ul {
        display: none;
    }

    #Accordion li a:hover {
        background-color: #f4f4f4;
    }

    #Accordion a.active {
        text-decoration: none;
        color: #333333;
    }

        #Accordion a.active:hover {
        }

#menu ul {
    list-style: none;
    padding: 0px;
}

ul {
    list-style: none;
}

#Accordion li ul li {
    padding: 0px 10px 3px 0px;
    background-color: #fff;
    border-right: 3px solid #fff;
}

    #Accordion li ul li ul li {
        padding: 0px 10px 3px 0px;
        margin-right: -10px;
        background-color: #fff;
        border-right: 3px solid #fff;
    }

#Accordion #li-active {
    border-right: 3px solid #D2AE50;
    color: #D2AE50;
}

    #Accordion #li-active a {
        color: #D2AE50;
        background-color: #f4f4f4;
    }
/* Styles for BoxSearch
-----------------------------------------------------------*/
#SearchBox {
    float: right;
    position: relative;
}

.BoxSearch {
    position: relative;
    display: table;
    width: 100%;
    max-width: 650px;
}

    .BoxSearch input[type=text] {
        font-size: 13px !important;
        width: 100%;
        height: 32px;
        font-size: 15px;
        padding-left: 35px;
        padding-top: 5px;
        border: 1px solid #4F4F4F;
        Background-color: #fff;
        color: #6e6d6d;
        font-family: 'IRANSans';
    }

    .BoxSearch span {
        display: table-cell;
        vertical-align: middle;
    }

        .BoxSearch span .BtnSearch {
            height: 23px;
            width: 24px;
            font-family: 'IRANSans';
            font-size: 8pt;
            margin: 4px;
        }

.BtnSearch {
    background-image: url('/Images/User/Other/IconSearch.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.BoxSearch .BtnSearch {
    border: 1px solid #888888;
    background-color: #888888;
    color: #ffffff;
}

/* Styles for BoxInfo
-----------------------------------------------------------*/
.BoxInfo {
}

    .BoxInfo div {
        float: left;
    }

    .BoxInfo span {
        font-size: .85em;
        padding: 0 10px;
        color: #fff;
    }

.Des {
    line-height: 200%;
    text-align: justify;
    color: #58595b;
}

/***********************Content Body Css*************************/
.Col-Center {
    margin-top: 20px;
}

    .Col-Center .Btn-glyphicon {
        padding: 0;
        margin: 1px 0 !important;
        float: left;
        background-color: transparent;
        border: 1px solid transparent;
    }

.Col-Left .Btn-glyphicon {
    margin: 0 !important;
    float: left;
    border: 1px solid #888888;
    background-color: #6E6D6D;
}

    .Col-Left .Btn-glyphicon .glyphicon {
    }

    .Col-Left .Btn-glyphicon:hover,
    .Col-Left .Btn-glyphicon:focus {
        background-color: rgb(248, 248, 248);
        background-image: -moz-linear-gradient(center top, rgb(248, 248, 248), rgb(241, 241, 241));
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        border-color: rgb(198, 198, 198);
    }

    .Col-Left .Btn-glyphicon .glyphicon:hover {
        color: rgb(51, 51, 51);
    }

.Txt-Logo {
    font-family: 'IRANSans';
    font-size: 15px;
}

}

.Col-Center {
    height: 100%;
    min-height: 100%;
}

    .Col-Center .Content-Center {
        height: 100%;
        min-height: 100%;
    }

.Col-Right {
    margin-top: 20px;
    padding-right: 20px;
}

@media(min-width:768px) {
    .Col-Center {
    }

    .Hidden-Col-Right {
        display: none;
    }

    .Hidden-Col-Left {
        display: none;
    }

    .Col-Left {
        z-index: 0;
        position: absolute;
        width: 300px;
        left: 0;
        top: 237px;
        padding-right: 20px;
    }


    .padd-right {
        padding-right: 0;
    }

    .padd-left {
        padding-left: 300px;
    }
}

@media (min-width: 992px) {
    .Col-Center {
        padding-top: 0px;
    }

    .Hidden-Col-Right {
        display: none;
    }

    .Hidden-Col-Left {
        display: none;
    }

    .Col-Left {
        z-index: 1;
        top: 237px !important;
    }

    .Col-Right {
        margin-top: 20px;
    }

    .Col-Right {
        z-index: 1;
        position: absolute;
        width: 300px;
    }

    .padd-right {
        padding-right: 300px;
    }

    .padd-left {
        padding-left: 300px;
    }
}

@media(max-width:768px) {
    .Col-Center {
    }

    .Box-Component {
        width: auto !important;
    }

    .padd-componet-Right {
        margin: 20px 20px 0px;
    }

    .padd-componet-Left {
        margin: 0 20px 20px;
    }

    #Cat-Slider {
        width: auto !important;
    }

    .Col-Left {
        display: none;
    }

        .Col-Left .TooltipBtn {
            margin-right: 0 !important;
        }
}
/***********************News Css*************************/
.Box-Category {
    width: 100%;
    font-family: 'IRANSans';
    color: #6e6d6d;
    background-color: #F6F6F6;
    border: 1px solid #B6B6B6;
    border-right: none;
    border-left: none;
    height: 41px;
    padding-right: 10px;
}

    .Box-Category .Content-Category {
        padding: 2px 5px 5px;
        height: 39px;
        font-size: 14px;
        border-bottom: none;
        border: 1px solid #E3E3E3;
        border-right: none;
        border-left: none;
    }

        .Box-Category .Content-Category .All-Cat {
            float: right;
            padding: 3px 7.5px;
            font-family: 'IRANSans';
            color: #6e6d6d;
            font-size: 14px;
        }

        .Box-Category .Content-Category *:hover {
            color: #da8000 !important;
        }

        .Box-Category .Content-Category .Spliter {
            float: right;
            padding: 3px 0px;
            font-family: 'IRANSans';
            color: #6e6d6d;
            font-size: 14px;
        }

    .Box-Category .Box-Cat1 {
        float: right;
    }

        .Box-Category .Box-Cat1 a {
            float: right;
            margin: 3px 7.5px;
            font-family: 'IRANSans';
            color: #6e6d6d;
            font-size: 14px;
        }

    .Box-Category .Content-Category a.Active {
        color: #da8000 !important;
    }

    .Box-Category .Box-Cat2 {
        float: right;
        position: relative;
        display: none;
        font-family: 'IRANSans';
        margin: 3px 7.5px;
        cursor: pointer;
    }

        .Box-Category .Box-Cat2 span {
            top: 5px;
            right: 5px;
        }

    .Box-Category .Box-Cat3 {
        position: absolute;
        min-width: 150px;
        border: 1px solid #B6B6B6;
        left: 0px;
        top: 33px;
        z-index: 9999;
        background-color: #F6F6F6;
        line-height: 28px;
        padding: 2px 5px 5px;
        display: none;
    }

        .Box-Category .Box-Cat3 div {
            width: 100%;
        }

        .Box-Category .Box-Cat3 a {
            margin: 3px 7.5px;
            font-family: 'IRANSans';
            color: #6e6d6d;
            font-size: 14px;
        }

.Box-Site {
    width: 100%;
    font-family: 'IRANSans';
    color: #6e6d6d;
    background-color: #F6F6F6;
    border: 1px solid #B6B6B6;
    border-right: none;
    border-left: none;
    height: 40px;
    padding-right: 10px;
    position: relative;
    border-top: none;
}

    .Box-Site .Content-Site {
        padding: 2px 5px 5px;
        height: 39px;
        font-size: 14px;
        overflow: hidden;
        border: 1px solid #E3E3E3;
        border-right: none;
        border-left: none;
    }

        .Box-Site .Content-Site .Content-Top-Site {
            float: right;
        }

        .Box-Site .Content-Site .All-Site {
            float: right;
            padding: 3px 7.5px;
            font-family: 'IRANSans';
            color: #6e6d6d;
            font-size: 14px;
        }

        .Box-Site .Content-Site *:hover {
            color: #da8000 !important;
        }

        .Box-Site .Content-Site .Spliter {
            float: right;
            padding: 3px 0px;
            font-family: 'IRANSans';
            color: #6e6d6d;
            font-size: 14px;
        }

        .Box-Site .Content-Site .Favorite-Site {
            float: right;
            padding: 3px 7.5px 3px 0;
            font-family: 'IRANSans';
            font-size: 14px;
            color: #6e6d6d;
        }

        .Box-Site .Content-Site .Edit-Site {
            float: right;
            padding: 6px 7.5px;
            font-family: 'IRANSans';
            font-size: 11px;
            color: #6e6d6d;
        }

            .Box-Site .Content-Site .Edit-Site:hover {
                text-decoration: none;
            }

                .Box-Site .Content-Site .Edit-Site:hover span {
                    color: #da8000 !important;
                }

        .Box-Site .Content-Site .Active {
            color: #da8000;
        }

        .Box-Site .Content-Site .Edit-Site span {
            top: 3px;
            color: #6e6d6d;
        }

    .Box-Site .Box-Site1 a {
        float: right;
        margin: 3px 7.5px;
        font-family: 'IRANSans';
        color: #6e6d6d;
        font-size: 14px;
    }

    .Box-Site .Box-Site2 {
        float: right;
        display: none;
        font-family: 'IRANSans';
        margin: 3px 7.5px;
        cursor: pointer;
    }

        .Box-Site .Box-Site2 span {
            top: 5px;
            right: 5px;
        }

    .Box-Site .Box-Site3 {
        position: absolute;
        width: 98%;
        border: 1px solid #B6B6B6;
        left: 1%;
        top: 39px;
        z-index: 9999;
        background-color: #F6F6F6;
        line-height: 28px;
        padding: 2px 5px 5px;
        display: none;
    }

        .Box-Site .Box-Site3 div {
            width: 100%;
        }

        .Box-Site .Box-Site3 a {
            margin: 3px 7.5px;
            font-family: 'IRANSans';
            color: #6e6d6d;
            font-size: 14px;
        }

#ShowFilteSiteModal {
    overflow: hidden;
}

    #ShowFilteSiteModal .modal-header {
        padding: 10px;
        background-color: #484848;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        left: auto;
        right: 50%;
        width: 60%;
        padding-top: 173px;
        padding-bottom: 30px;
    }
}

@media (max-width:379px) {
    .Box-Site {
        height: 81px;
    }

        .Box-Site .Content-Site {
            height: 79px;
        }
}

.BtnSetting {
    border-radius: 2px;
    cursor: default;
    font-weight: bold;
    list-style: none outside none;
    outline: medium none;
    padding: 0px 5px 0px 5px;
    text-align: center;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

    .BtnSetting .glyphicon {
        color: #000;
        font-size: 26px;
        left: 10px;
    }

.DDL-Manual {
    color: #fff;
    float: right;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 0px 0px 18px;
    text-align: center;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    z-index: 9999;
    margin-left: 5px;
}

#StatusShow {
    padding: 0;
    margin: 0;
    margin-left: -5px;
    z-index: 1020;
}

    #StatusShow.DDL-Manual .Status-Content {
        left: -1px;
        right: auto;
    }

.Active {
    z-index: 2;
}

.DDL-Manual.Normal {
}

    .DDL-Manual.Normal:hover {
    }

.Status-Text {
    background-color: transparent;
}

.DDL-Manual .Status-Text {
    background-color: transparent;
    font-size: 14px;
    font-family: 'IRANSans' !important;
    font-weight: normal;
    margin-left: 5px;
}

.DDL-Manual .Status-Icon {
    height: 0px;
    width: 0px;
    margin-right: 5px;
    top: 15px;
    left: 7px;
    position: absolute;
    border-color: rgb(255, 255, 255) transparent;
    border-style: solid;
    border-width: 4px 4px 0px;
}

.Status-Icon {
    border-color: rgb(119, 119, 119) transparent;
    border-style: solid;
    border-width: 4px 4px 0px;
}

.DDL-Manual .Status-Content {
    display: none;
    border-radius: 0px;
    transition: opacity 0.218s ease 0s;
    cursor: default;
    font-size: 13px;
    margin: 0px;
    outline: medium none;
    position: absolute;
    z-index: 986;
    right: -1px;
    top: 30px;
    max-height: 250px;
    font-weight: normal;
    text-align: right;
    overflow-x: hidden;
}

.Status-Content {
    transition: opacity 0.218s ease 0s;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #dedede;
}

.DDL-Manual .Content-Row {
    line-height: 22px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    list-style: none outside none;
    margin: 0px;
    padding: 2px 15px 2px 4em;
    white-space: nowrap;
    text-decoration: none;
    height: 24px;
    height: 31px;
    font-family: 'IRANSans';
}

.Status-Content .Content-Row {
    color: rgb(51, 51, 51);
}

    .Status-Content .Content-Row:hover {
        background-color: #f4f4f4;
        border-color: #f4f4f4;
        border-style: dotted;
        border-width: 1px 0px;
    }

    .Status-Content .Content-Row.Active {
        background-color: #f4f4f4;
    }

.DDL-Manual .Content-Row * {
    font-family: 'IRANSans';
}

.DDL-Manual .Content-Row:hover {
    padding-top: 1px;
    padding-bottom: 1px;
}

#StatusSite {
    text-align: right;
    z-index: 9999;
    float: none;
    padding: 0;
    margin: 0;
}

    #StatusSite .Box-ChooseSite {
    }

    #StatusSite .Row-Top {
        border-bottom: 1px solid #eee;
        padding: 10px 15px 10px 30px;
        text-align: center;
        color: #6e6d6d;
    }

    #StatusSite .All-Check-Site {
        color: #6e6d6d;
        cursor: pointer;
        font-family: 'IRANSans';
        padding-left: 15px;
        font-size: 15px;
    }

    #StatusSite .None-Check-Site {
        color: #6e6d6d;
        cursor: pointer;
        font-family: 'IRANSans';
        padding-right: 15px;
    }

    #StatusSite .Box-Btn-Site {
        border-top: 1px solid #eee;
        padding: 10px 15px 10px 30px;
        text-align: center;
        color: #6e6d6d;
        background-color: #F4F4F4;
    }

    #StatusSite .Apply-Change-Site {
        color: #6e6d6d;
        cursor: pointer;
        font-family: 'IRANSans';
        padding-left: 15px;
        font-size: 15px;
    }

    #StatusSite .Cancel-Change-Site {
        color: #6e6d6d;
        cursor: pointer;
        font-family: 'IRANSans';
        padding-right: 15px;
        font-size: 15px;
    }

    #StatusSite .Scrollbar {
        position: absolute;
        right: 5px;
        height: 350px;
        top: 40px;
        background-color: #eee;
        z-index: 9999;
        cursor: pointer;
        width: 7px;
    }

    #StatusSite .icon-Scrollbar {
        position: absolute;
        height: 100px;
        width: 7px;
        top: 0;
        background-color: #CDCDCD;
        z-index: 9999;
        cursor: pointer;
    }

    #StatusSite .Box-Scrolled {
        height: 350px;
        overflow: hidden;
        position: relative;
        padding-right: 5px;
    }

    #StatusSite .Status-Content {
        display: block;
        position: relative;
        right: 0;
        top: 0;
        max-height: 100%;
    }

    #StatusSite .Content-Row {
        float: right;
        width: 150px;
    }

#CategoryNews-Right {
    text-align: right;
}

.Disable-Tooltip {
    position: relative;
    display: inline-block;
    font-size: 8pt;
}

.TooltipBtn {
    position: relative;
    display: inline-block;
    font-size: 8pt;
}

    .TooltipBtn:hover:after {
        border-radius: 2px;
        top: 30px;
        content: attr(rel);
        left: -10%;
        padding: 6px 8px 8px;
        position: absolute;
        z-index: 200;
        width: 90px;
        font-size: 9pt;
        background: #333;
        background: rgba(0,0,0,.8);
        color: #fff;
    }

    .TooltipBtn:hover:before {
        border: solid;
        border-width: 0px 6px 6px 6px;
        top: 26px;
        content: "";
        left: 40%;
        position: absolute;
        z-index: 200;
        border-color: #333 transparent;
    }

    .TooltipBtn.TSetting:hover:after {
        left: 0;
        width: 70px;
        left: 0;
        font-size: 9pt;
        padding: 6px 15px 8px;
    }

    .TooltipBtn.TSetting:hover:before {
        left: 40%;
        position: absolute;
        z-index: 99;
    }

a, .SubHeader a, .SubHeader a:visited {
    color: #1155CC;
}

table {
    font-size: 100%;
    line-height: 1.3em;
}

td {
    vertical-align: top;
}

.BoxFilterNews {
    border: 1px solid #e5e5e5;
    background-color: #6E6D6D;
    color: #fff;
    line-height: 28px;
    height: 32px;
    padding: 0 5px;
}

    .BoxFilterNews .Navigation-News {
        float: right;
        font-size: 10pt;
        font-family: 'IRANSans';
    }

        .BoxFilterNews .Navigation-News a {
            color: #fff;
            font-family: 'IRANSans';
            font-size: 10pt;
        }

    .BoxFilterNews .Loadin-Filter-Site {
        font-weight: normal;
    }

    .BoxFilterNews .Div-img {
        top: 21%;
        margin: 20px;
        padding: 0;
        border: 1px solid #fff;
        width: auto;
        background-color: rgba(90, 90, 90, 1);
        font-family: 'IRANSans';
        height: 100px;
    }

    .BoxFilterNews .Close-Alert-Site {
        text-align: right;
        background-color: #000;
        padding-right: 5px;
        height: 25px;
    }

        .BoxFilterNews .Close-Alert-Site .glyphicon {
            cursor: pointer;
            top: 0;
        }

    .BoxFilterNews .CaptionSite {
        font-family: 'IRANSans';
        padding: 4px 8px;
    }

.Top-Row-News {
    border-top: 2px solid #474f57;
    height: 2px;
    width: 100%;
}

.Row-News {
    border: 1px solid #c9c9c9;
    background-color: #c9c9c9;
    color: #6e6d6d;
    width: 100%;
    display: table;
}

    .Row-News .SectionName {
        color: #fff;
        font-size: 13px;
        font-family: 'IRANSans' !important;
        font-weight: normal;
    }

    .Row-News h2 {
        border-bottom: 2px solid #ffb900;
        background-color: #6e6d6d;
        font-size: 14px;
        font-family: 'nassim-bold' !important;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100px;
    }

    .Row-News a {
        float: right;
        font-family: 'B'IRANSans'' !important;
        margin-left: 10px;
        font-size: 14px !important;
    }

        .Row-News a:hover {
            text-decoration: none;
        }

    .Row-News .Pagging-Cat {
        float: right;
        display: none;
    }

        .Row-News .Pagging-Cat .PageNumCat {
            color: #6e6d6d;
            margin-top: 2px;
            font-size: 12pt !important;
        }

            .Row-News .Pagging-Cat .PageNumCat.Selected {
                color: #000;
            }

        .Row-News .Pagging-Cat .Prev-Page-Cat {
            color: #787878;
            top: 7px;
            cursor: pointer;
            float: right;
            margin-left: 6px;
        }

        .Row-News .Pagging-Cat .Next-Page-Cat {
            color: #787878;
            top: 7px;
            cursor: pointer;
            float: right;
        }

    .Row-News .Setting-Cat {
        float: left;
        margin-left: 5px;
        position: relative;
        display: none;
    }

        .Row-News .Setting-Cat .Btn-Cat {
            border: 1px solid #abaeb7;
            background-color: #abaeb7;
            color: #fff;
            float: left;
            margin-top: 4px;
            margin-right: 2px;
            padding: 0 2px;
            cursor: pointer;
        }

            .Row-News .Setting-Cat .Btn-Cat.Sett {
            }

    .Row-News .Box-Setting-Cat {
        position: absolute;
        z-index: 9999;
        border: 1px solid #CCC;
        background-color: #fff;
        display: none;
        width: 130px;
        padding: 7px;
        top: 24px;
        left: 21px;
        box-shadow: 1px 1px 4px rgba(34,25,25,0.1);
        color: #787878;
    }

        .Row-News .Box-Setting-Cat .Row-Sett-Cat {
            clear: both;
            width: 100%;
            line-height: 26px;
            cursor: pointer;
        }

            .Row-News .Box-Setting-Cat .Row-Sett-Cat span:first-child {
                float: right;
                font-size: 9pt;
            }

            .Row-News .Box-Setting-Cat .Row-Sett-Cat span:last-child {
                float: left;
                color: #6e6e6e;
                background-color: #f4f4f4;
                border: 1px solid #dfe2e9;
                width: 20px;
                text-align: center;
                line-height: 20px;
            }

            .Row-News .Box-Setting-Cat .Row-Sett-Cat .Count-News-Cat {
                margin-top: 1px;
            }

.Row-Undo-Remove {
    width: 100%;
    background-color: #ffb900;
    color: #474f57;
    height: 30px;
    line-height: 24px;
    display: none;
    padding: 0 10px;
    margin-bottom: 10px;
}

    .Row-Undo-Remove .Btn-Undo {
        float: left;
        cursor: pointer;
    }

    .Row-Undo-Remove .Des-Remove {
        float: right;
    }
/*OtherNews*/
.Parent-News {
    webkit-box-shadow: 0px 6px 6px 3px rgba(110,109,109,1);
    -moz-box-shadow: 0px 6px 6px 3px rgba(110,109,109,1);
    box-shadow: 2px 2px 6px 1px rgba(110,109,109,0.9);
    MARGIN-BOTTOM: 20px;
}

.wrapperDiv {
    margin-bottom: 10px;
    position: relative;
}

    .wrapperDiv .Row-Section-News {
        border-bottom: 1px solid #f2f2f5;
        position: relative;
    }

    .wrapperDiv .Row-Adver {
        background-color: #f4f4f4;
    }

        .wrapperDiv .Row-Adver .News-Content .overbox {
            background: -moz-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
            background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(250,250,250,1)),color-stop(100%,rgba(250,250,250,0))) !important;
            background: -webkit-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
            background: -o-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
            background: -ms-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
            background: linear-gradient(to right,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
        }

    .wrapperDiv .S-Adver {
        color: #fff;
        background-color: #efc439;
        width: 18px;
        clear: both;
        font-size: 9px;
        line-height: 13px;
    }

.ExpandCols {
    float: left;
    height: 32px;
    border-radius: 2px;
    cursor: pointer;
}

    .ExpandCols:hover {
    }

.iconExpand {
    background-image: url('/Images/User/Other/Expand.png');
    width: 20px;
    height: 23px;
    margin: 5px 3px;
}

.icon {
    background-image: url('/Images/User/Other/3947147331-news-icons.png');
}

.icon {
    background-repeat: no-repeat;
}

.wrapperDiv .News-Content {
    border-top: 1px solid #fff;
    padding: 11px 11px 9px;
    display: table;
    width: 100%;
}

    .wrapperDiv .News-Content:hover {
        border-top: 1px solid #b6b3b3;
    }

.wrapperDiv .PicLeft {
    text-align: left;
    float: left;
    display: none;
    padding-right: 20px;
}

.wrapperDiv .PicRight {
    float: right;
    text-align: right;
    padding-left: 11px;
    width: 100px;
}

.wrapperDiv .News-img {
    height: 83px;
    width: 83px;
}

.wrapperDiv .PicLeft .News-img {
    width: 150px;
    height: auto;
}

.wrapperDiv .News-Title {
    color: rgb(17, 85, 204);
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'IRANSans' !important;
}

    .wrapperDiv .News-Title:hover {
        text-decoration: underline;
    }

.wrapperDiv div.News-Title {
    margin-top: -5px;
}

.wrapperDiv .News-Date {
    color: rgb(153, 153, 153);
    font-size: 11px;
    line-height: 13px;
    margin: 5px 0;
    text-align: right;
}

.wrapperDiv .Box-Des-News {
    margin-top: -5px;
}

    .wrapperDiv .Box-Des-News.Modern {
        margin-right: 100px;
    }

.wrapperDiv .Box-Title-News.Height-Box-Title {
    height: auto;
}

.wrapperDiv .Box-Des-News.Classic {
    margin-left: 170px;
}

.wrapperDiv .News-Content .overbox {
    background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

@media(min-width:768px) {
    .wrapperDiv div.News-Title {
        width: 100%;
        height: 25px;
        overflow: hidden;
        float: right;
    }

    .wrapperDiv .News-Content .overbox {
        left: 0;
        z-index: 1;
        position: absolute;
        height: 21px;
        width: 150px;
        cursor: pointer;
    }
}

@media(max-width:768px) {
    .wrapperDiv .News-Content .overbox {
        display: none;
    }

    .wrapperDiv .Box-Des-News {
        margin-top: 5px;
    }

        .wrapperDiv .Box-Des-News.Modern {
            margin-right: 0px;
        }

    .wrapperDiv .Box-Title-News.Height-Box-Title {
        min-height: 45px;
    }

    .wrapperDiv .Box-Des-News.Classic {
        margin-left: 0;
        margin-top: 5px;
    }
}

.wrapperDiv .News-Site {
    color: rgb(153, 153, 153);
    font-size: 11px;
    line-height: 13px;
    text-align: center;
}

.wrapperDiv .News-Desc {
    margin-top: 3px;
    line-height: 1.5em;
    width: 100%;
    text-align: justify;
}

    .wrapperDiv .News-Desc a {
        font-size: 12px;
        font-family: 'IRANSans';
    }

.wrapperDiv .News-Similar-Text {
    line-height: 10px;
    display: none;
    margin-top: 4px;
}

    .wrapperDiv .News-Similar-Text .News-Title {
        color: rgb(17, 85, 204);
        line-height: 15px;
        font-size: 12px;
        font-weight: normal;
        margin-left: 6px;
    }

    .wrapperDiv .News-Similar-Text .News-Site {
        color: rgb(153, 153, 153);
    }

.wrapperDiv .UpDownContent-icon {
    background-position: -380px -98px;
    height: 15px;
    width: 13px;
}

.wrapperDiv .UpDownContent-icon1 {
    background-position: -395px -98px;
    height: 15px;
    width: 13px;
}

.wrapperDiv .News-More {
    color: #444444;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(center top, #f4f4f4, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    box-shadow: none;
    color: #444444;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    margin-right: 0;
    min-width: 33px;
    padding: 0;
    left: -12px;
    top: -11px;
    width: 33px;
    z-index: 120;
}

    .wrapperDiv .News-More .Button-More {
        background-image: url('/Images/User/Other/3947147331-news-icons.png');
        background-repeat: no-repeat;
        height: 15px;
        margin-right: 10px;
        margin-top: 5px;
        width: 13px;
        vertical-align: middle;
    }

.wrapperDiv .News-Similar-Pic {
    display: none;
}

.wrapperDiv .NewsSlider {
    direction: ltr;
}

    .wrapperDiv .NewsSlider * {
        text-align: center;
    }

.wrapperDiv .Details-Left {
    margin-top: 5px;
    display: none;
}

.wrapperDiv .News-Link-Details {
    color: rgb(34, 136, 34);
    font-size: 13px;
    font-family: 'IRANSans' !important;
}

    .wrapperDiv .News-Link-Details:visited {
        color: rgb(34, 136, 34);
    }

    .wrapperDiv .News-Link-Details:link {
        color: rgb(34, 136, 34);
    }

    .wrapperDiv .News-Link-Details:hover {
    }

.wrapperDiv .Details-Right {
    box-shadow: none;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    background-image: -moz-linear-gradient(center top, rgb(77, 144, 254), rgb(71, 135, 237));
    border: 1px solid rgb(48, 121, 237);
    color: rgb(255, 255, 255);
    display: none;
    border-radius: 2px;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    min-width: 54px;
    outline: 0px none;
    padding: 4px 8px;
    margin-top: 5px;
    max-width: 130px;
}

    .wrapperDiv .Details-Right:hover {
        background-color: rgb(53, 122, 232);
        background-image: -moz-linear-gradient(center top, rgb(77, 144, 254), rgb(53, 122, 232));
        border: 1px solid rgb(47, 91, 183);
    }

.wrapperDiv .Image-Show {
    display: block;
}

/*TopNews*/
.TopNews {
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #e5e5e5;
    display: table;
    width: 100%;
    webkit-box-shadow: 0px 6px 6px 3px rgba(110,109,109,1);
    -moz-box-shadow: 0px 6px 6px 3px rgba(110,109,109,1);
    box-shadow: 2px 2px 6px 1px rgba(110,109,109,0.9);
}

    .TopNews .Row-Section-News {
        display: none;
        min-height: 200px;
    }

        .TopNews .Row-Section-News.Visible {
            display: block;
        }

        .TopNews .Row-Section-News.Max-Height {
            height: 200px;
            overflow: hidden;
        }

    .TopNews .Row-Adver {
        background-color: #f4f4f4;
    }

        .TopNews .Row-Adver .News-Content .overbox {
            background: -moz-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
            background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(250,250,250,1)),color-stop(100%,rgba(250,250,250,0))) !important;
            background: -webkit-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
            background: -o-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
            background: -ms-linear-gradient(left,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
            background: linear-gradient(to right,rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%) !important;
        }

    .TopNews .S-Adver {
        color: #fff;
        background-color: #efc439;
        width: 18px;
        clear: both;
        font-size: 9px;
        line-height: 13px;
    }

    .TopNews .ExpandCols {
        border: 1px solid #dfe2e9;
        background-color: #f4f4f4;
        float: left;
        margin-right: 3px;
        width: 32px;
        height: 32px;
        border-radius: 2px;
        cursor: pointer;
    }

        .TopNews .ExpandCols:hover {
            background-color: rgb(248, 248, 248);
            background-image: -moz-linear-gradient(center top, rgb(248, 248, 248), rgb(241, 241, 241));
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
            border-color: rgb(198, 198, 198);
            color: rgb(51, 51, 51);
        }

    .TopNews .iconExpand {
        background-image: url('/Images/User/Other/Expand.png');
        width: 20px;
        height: 23px;
        margin: 6px 7px;
    }

    .TopNews .icon {
        background-image: url('/Images/User/Other/3947147331-news-icons.png');
    }

    .TopNews .icon {
        background-repeat: no-repeat;
    }

    .TopNews .News-Content {
        border-top: 1px solid #fff;
        padding: 11px 11px 0px;
        display: table;
        width: 100%;
    }

        .TopNews .News-Content:hover {
        }

        .TopNews .News-Content .overbox {
            background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
            background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        }

    .TopNews .PicLeft {
        text-align: left;
        float: left;
        display: none;
        padding-right: 20px;
    }

    .TopNews .PicRight {
        float: right;
        text-align: right;
        padding-left: 11px;
        width: 165px;
    }

    .TopNews .News-img {
        height: 150px;
        width: 150px;
    }

    .TopNews .PicLeft .News-img {
        width: 150px;
        height: auto;
    }

    .TopNews .Box-Title-News .News-Title {
        color: rgb(17, 85, 204);
        font-size: 15px;
        font-weight: normal;
        line-height: 24px;
        font-family: 'IRANSans' !important;
    }

    .TopNews .News-Title:hover {
        text-decoration: underline;
    }

    .TopNews div.News-Title {
        margin-top: -5px;
    }

    .TopNews .News-Date {
        color: rgb(153, 153, 153);
        font-size: 11px;
        line-height: 13px;
        margin: 5px 0;
        text-align: right;
    }

    .TopNews .Box-Des-News {
        margin-top: -5px;
    }

        .TopNews .Box-Des-News.Modern {
            margin-right: 165px;
        }

    .TopNews .Box-Title-News.Height-Box-Title {
        height: auto;
    }

    .TopNews .Box-Des-News.Classic {
        margin-left: 170px;
    }

@media(min-width:768px) {
    .TopNews div.News-Title {
        width: 100%;
        height: 25px;
        overflow: hidden;
        float: right;
    }

    .TopNews .News-Content .overbox {
        left: 0;
        z-index: 100;
        position: absolute;
        height: 21px;
        width: 150px;
        cursor: pointer;
    }
}

@media(max-width:768px) {
    .TopNews .News-Content .overbox {
        display: none;
    }

    .TopNews .Box-Des-News {
        margin-top: 5px;
    }

        .TopNews .Box-Des-News.Modern {
            margin-right: 0px;
        }

    .TopNews .Box-Title-News.Height-Box-Title {
        min-height: 45px;
    }

    .TopNews .Box-Des-News.Classic {
        margin-left: 0;
        margin-top: 5px;
    }
}

.TopNews .News-Site {
    color: rgb(153, 153, 153);
    font-size: 11px;
    line-height: 13px;
    text-align: center;
}

.TopNews .News-Desc {
    margin-top: 3px;
    line-height: 1.2em;
    width: 100%;
    text-align: justify;
}

    .TopNews .News-Desc a {
        font-size: 12px;
        font-family: 'IRANSans';
    }

.TopNews .News-Similar-Text {
    line-height: 10px;
    display: none;
    margin-top: 4px;
}

    .TopNews .News-Similar-Text .News-Title {
        color: rgb(17, 85, 204);
        line-height: 15px;
        font-size: 12px;
        font-weight: normal;
        margin-left: 6px;
    }

    .TopNews .News-Similar-Text .News-Site {
        color: rgb(153, 153, 153);
    }

.TopNews .UpDownContent-icon {
    background-position: -380px -98px;
    height: 15px;
    width: 13px;
}

.TopNews .UpDownContent-icon1 {
    background-position: -395px -98px;
    height: 15px;
    width: 13px;
}

.TopNews .News-More {
    color: #444444;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(center top, #f4f4f4, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    box-shadow: none;
    color: #444444;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    margin-right: 0;
    min-width: 33px;
    padding: 0;
    left: -12px;
    top: -11px;
    width: 33px;
    z-index: 120;
}

    .TopNews .News-More .Button-More {
        background-image: url('/Images/User/Other/3947147331-news-icons.png');
        background-repeat: no-repeat;
        height: 15px;
        margin-right: 10px;
        margin-top: 5px;
        width: 13px;
        vertical-align: middle;
    }

.TopNews .News-Similar-Pic {
    /*display:none;*/
}

.TopNews .Details-Left {
    margin-top: 5px;
    display: none;
}

.TopNews .News-Link-Details {
    color: rgb(34, 136, 34);
    font-size: 11px;
    font-weight: bold;
}

    .TopNews .News-Link-Details:visited {
        color: rgb(34, 136, 34);
    }

    .TopNews .News-Link-Details:link {
        color: rgb(34, 136, 34);
    }

    .TopNews .News-Link-Details:hover {
    }

.TopNews .Details-Right {
    box-shadow: none;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    background-image: -moz-linear-gradient(center top, rgb(77, 144, 254), rgb(71, 135, 237));
    border: 1px solid rgb(48, 121, 237);
    color: rgb(255, 255, 255);
    display: none;
    border-radius: 2px;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    min-width: 54px;
    outline: 0px none;
    padding: 4px 8px;
    margin-top: 5px;
    max-width: 130px;
}

    .TopNews .Details-Right:hover {
        background-color: rgb(53, 122, 232);
        background-image: -moz-linear-gradient(center top, rgb(77, 144, 254), rgb(53, 122, 232));
        border: 1px solid rgb(47, 91, 183);
    }

.TopNews .Image-Show {
    display: block;
}

.Play .glyphicon {
    color: #6e6e6e;
    background-color: #f4f4f4;
    border: 1px solid #dfe2e9;
    padding: 2px 6px 6px;
    float: left;
    margin: 0 5px;
}

.Play .Slider-Page-Info {
    float: left;
    width: 150px;
    text-align: left;
    padding-top: 2px;
    font-family: 'B'IRANSans'' !important;
    color: #6E6E6E;
}

    .Play .Slider-Page-Info * {
        font-family: 'B'IRANSans'' !important;
    }

.forward-News.forward-Top {
    top: 0px;
    height: 112px;
    right: -25px;
}

.backward-News.backward-Top {
    top: 0px;
    height: 112px;
}

.TopNews .News-Similar-Pic {
    margin: 0 30px;
    display: block;
    min-height: 112px;
}

.TopNews .NewsSlider {
    padding: 0;
    height: auto;
    margin-bottom: 0px;
    direction: ltr;
}

    .TopNews .NewsSlider ul {
        border-top: 1px solid #dfe2e9;
        border-bottom: 1px solid #dfe2e9;
        height: 113px;
        padding: 0;
        margin: 0;
    }

    .TopNews .NewsSlider .Top-Slider-Li {
        background-color: #e4e4ec;
        position: relative;
        padding: 0;
        margin: 0;
    }

        .TopNews .NewsSlider .Top-Slider-Li:hover .Top-Slider-Title {
            opacity: 1;
        }

    .TopNews .NewsSlider .SliderImg {
        width: 110px;
        height: 110px;
        margin: 0 0.5px 1px;
        border: none;
    }

    .TopNews .NewsSlider .Top-Slider-Title {
        color: #000;
        border-bottom: 4px solid transparent;
        background-color: #fff;
        position: absolute;
        bottom: 1px;
        width: 110px;
        height: 50px;
        opacity: 0.92;
        overflow: hidden;
        font-size: 8pt;
        right: 0.5px;
        padding: 3px 3px 0;
        cursor: pointer;
        font-family: 'IRANSans' !important;
        line-height: 16px;
    }

        .TopNews .NewsSlider .Top-Slider-Title div {
            margin-bottom: 10px;
            height: 34px;
            overflow: hidden;
            font-family: 'IRANSans' !important;
            text-align: center;
            direction: rtl;
        }

        .TopNews .NewsSlider .Top-Slider-Title.Selected-Slider {
            border-bottom-color: #ffb900;
            opacity: 1;
        }

.TopNews .Other-Related-Top {
    top: 0px;
    left: 5px;
    z-index: 180;
    position: absolute;
    background-color: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    padding: 3px 8px;
    width: 30px;
    margin-top: 5px;
    opacity: 0.6;
}

    .TopNews .Other-Related-Top:hover {
        opacity: 1;
    }

.TopNews .Other-Related {
    background-image: url('/Images/User/Other/3947147331-news-icons.png');
    background-position: -395px -98px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
}

    .TopNews .Other-Related.Less-Top {
        background-position: -380px -98px;
    }

.loading-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    font-weight: bold;
    font-size: 10pt;
    font-family: 'IRANSans';
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
    filter: alpha(opacity=0.2);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.8;
    background-color: #E7E7E7;
    color: White;
    display: none;
}

    .loading-image .div-img {
        position: absolute;
        width: 100%;
        top: 40%;
        z-index: 99999;
        text-align: center;
    }
/* Styles for PageNumber
-----------------------------------------------------------*/
.NewsTableProperty .ContentRight {
    width: 260px;
    margin: 10px 0;
    display: table;
}

.NewsTableProperty .ContentCenter {
    margin: 10px 0;
    display: table;
}

.NewsTableProperty .ContentLeft {
    margin: 10px 0;
    display: table;
    width: 260px;
}

.TitleAccount {
    color: #D2AE50;
    border-bottom: 1px solid #eeeeee;
    font-size: 11pt;
    font-weight: bold;
    padding: 0 10px 10px;
    margin-bottom: 10px;
}

#BtnBack, #BtnNext {
    float: right;
    padding-top: 2px;
    padding-left: 5px;
}

    #BtnBack a, #BtnNext a {
        color: #0033cc;
        font-size: 10pt;
        text-decoration: none;
    }

        #BtnBack a:hover, #BtnNext a:hover {
            color: #000000;
            text-decoration: none;
        }

.PageNumber {
    float: right;
    margin-left: 5px;
    padding-top: 3px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
    height: 21px;
}

    .PageNumber:hover {
        background-color: #ededed;
    }

    .PageNumber a {
        color: #0033cc;
        font-size: 10pt;
        text-decoration: none;
    }

        .PageNumber a:hover {
            color: #000000;
            text-decoration: none;
        }


/*---------------Loading---------- */
#hiddendiv {
    background: none repeat scroll 0 0 #caccd0;
    height: 100px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
    filter: alpha(opacity=0.7);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    z-index: 99;
}

.ajax_loading {
    display: none;
    position: absolute;
    z-index: 100;
    margin-right: 95px;
}

.img {
    height: 40px;
    margin-top: 40px;
    margin-right: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
    filter: alpha(opacity=0.9);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 40px;
}

#resultajaxmsgbox {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin: 0px 0px 5px 0;
}

a, input[type=submit], input[type=button], input[type=reset] {
    cursor: pointer;
}

    a:link {
        color: #0c63f0;
        text-decoration: none;
        font-size: 9pt;
    }

.ErrorMessage {
    margin-top: 10px;
    height: 10px;
    padding-bottom: 10px;
}

#Progress {
    display: none;
    position: absolute;
    top: 60%;
    right: 45%;
}

#LoadinCaptcha {
    margin-top: -35px;
    z-index: 120;
    position: absolute;
}

a:visited {
    color: #0c63f0;
    text-decoration: none;
    font-size: .85em;
}

h4 {
    color: #151414;
    font-weight: normal;
}

/*Styles For Component
----------------------------------------------------------*/
.Box-Component .high:before, .Box-Component .low:before {
    background: url('/Images/User/Other/sprite.png') no-repeat scroll 0% 0% transparent;
    display: inline-block;
    margin-left: 2px;
    width: 8px;
    height: 6px;
    content: "";
}

.Box-Component .low:before {
    background-position: 0px -151px;
}

.Box-Component .high:before {
    background-position: 0px -144px;
}

.Box-Component .low {
    color: #bd0a0a;
}

.Box-Component .high {
    color: #1d8809;
}

.Box-Component .Equal {
    padding-right: 13px !important;
}

.Box-Component {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin: 0px 0 20px;
    width: 260px;
}

    .Box-Component .Title-Com {
        border-bottom: 1px solid #D6D6D6;
        background-color: #ECECEC;
        color: #6e6d6d;
        line-height: 28px;
        height: 32px;
    }

        .Box-Component .Title-Com b {
            border-bottom: 2px solid #ffb900;
            font-family: 'IRANSans' !important;
            font-size: 15px;
            font-weight: normal;
            padding: 0 5px;
        }

    .Box-Component .tbl-Component {
        width: 100%;
    }

    .Box-Component .RowTop {
        margin: 0px 10px;
        padding: 0px 10px 0;
        line-height: 26px;
    }

        .Box-Component .RowTop .Col {
            background-color: #f4f4f4;
            width: 98px;
            padding: 0px 5px;
            text-align: right;
        }

    .Box-Component .Row-Border {
        background-color: #f4f4f4;
        height: 1px;
    }

    .Box-Component .Row {
        background-color: #fff;
        font-size: 9pt;
        text-align: center;
    }

        .Box-Component .Row td {
            padding: 0px 5px;
            line-height: 24px;
            text-align: right;
        }

    .Box-Component .RowTop th {
        color: #2c3136;
    }

    .Box-Component .Row .Col1 {
        background-color: #f4f4f4;
    }

    .Box-Component .Row .Col3 {
    }

    .Box-Component .show-more {
        background-color: #f4f4f4;
        cursor: pointer;
        height: 14px;
        text-align: center;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        padding-bottom: 2px;
    }

    .Box-Component .show-more-icon {
        background: transparent url('/Images/User/Other/MoreIcon.png') no-repeat;
        display: inline-block;
        height: 10px;
        width: 9px;
    }

    .Box-Component .show-less-icon {
        background: transparent url('/Images/User/Other/LessIcon.png') no-repeat;
        display: none;
        height: 10px;
        width: 9px;
    }

    .Box-Component .more-Items {
        display: none;
    }

    .Box-Component .Box-Filter {
        margin: 10px 5px;
    }

        .Box-Component .Box-Filter .Lbl {
            float: right;
            font-size: 9pt;
            padding-top: 2px;
            width: 75px;
        }

        .Box-Component .Box-Filter .Box-DDL {
            font-size: 8pt;
            margin-right: 5px;
        }

        .Box-Component .Box-Filter select {
            width: 136px;
            height: 22px;
        }

    .Box-Component .overbox {
        background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        left: 0px;
        z-index: 100;
        margin-top: -19px;
        position: absolute;
        height: 21px;
        width: 50px;
        cursor: pointer;
    }

    .Box-Component select {
        background-color: #f4f4f4;
        width: 136px !important;
        height: 20px;
        font-size: 13px;
    }

    .Box-Component .Title-Com select {
        border-color: transparent;
    }

.clear {
    clear: both;
}

/*BoxComponent-newspaper*/
.Box-Component .Category-Newspaper {
    width: 20px;
    margin-right: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
    filter: alpha(opacity=0.4);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

    .Box-Component .Category-Newspaper:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.Box-Component .Box-Image {
    border: 1px solid #f4f4f4;
    position: relative;
    text-align: center;
    padding: 4px;
}

    .Box-Component .Box-Image .Image-Zoom {
        position: absolute;
        top: 30%;
        left: 40%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

.Box-Image .Img-Content {
    display: none;
}

    .Box-Image .Img-Content.Active {
        display: block;
    }

.Box-Image .BtnNext {
    position: absolute;
    left: 0;
    top: 40%;
    opacity: 1000;
    width: 32px;
    height: 32px;
}

.Box-Image:hover .BtnNext {
    background: url(/Images/User/Other/controls.png) no-repeat 0 -32px;
}

.Box-Image .BtnNext:hover {
    background: url(/Images/User/Other/controls.png) no-repeat 0px 0px;
}

.Box-Image .BtnBack {
    position: absolute;
    right: 0;
    top: 40%;
    opacity: 1000;
    /*background: url(/Images/User/Other/controls.png) no-repeat -43px -32px;*/
    width: 32px;
    height: 32px;
}

.Box-Image:hover .BtnBack {
    background: url(/Images/User/Other/controls.png) no-repeat -43px -32px;
}

.Box-Image .BtnBack:hover {
    background: url(/Images/User/Other/controls.png) no-repeat -43px 0px;
}

.Box-Component .Scrollbar {
    position: absolute;
    right: 5px;
    height: 200px;
    top: 40px;
    background-color: #eee;
    z-index: 9999;
    cursor: pointer;
    width: 3px;
    display: none;
}

.Box-Component .icon-Scrollbar {
    position: absolute;
    height: 100px;
    width: 3px;
    top: 0;
    background-color: #CDCDCD;
    z-index: 9999;
    cursor: pointer;
}

.Box-Component .Box-Scrolled {
    height: 200px;
    overflow: hidden;
    position: relative;
    padding: 0 15px 0 5px;
    margin: 10px 0;
}
/*BoxComponent-Calendar*/
.Box-Component .TabCalendar {
    border-bottom: 1px solid #E0E6ED;
}

    .Box-Component .TabCalendar .TabItem {
        float: right;
        width: 129px;
        text-align: center;
        line-height: 29px;
        color: #2c3136;
        border: none;
        cursor: pointer;
    }

    .Box-Component .TabCalendar .Active {
        border: 1px solid #E0E6ED;
        border-bottom: none;
        font-weight: bold;
    }

.Box-Component .ContentCalendar {
    padding: 0 5px 5px;
    line-height: 30px;
}

    .Box-Component .ContentCalendar .PersianDate {
        font-size: 10pt;
        font-family: 'B'IRANSans'' !important;
    }

        .Box-Component .ContentCalendar .PersianDate span {
            font-size: 15px;
            font-family: 'nassim-bold' !important;
            margin-left: 3px;
        }

    .Box-Component .ContentCalendar .GhamariDate {
        font-size: 10pt;
        font-family: 'B'IRANSans'' !important;
        float: right;
    }

    .Box-Component .ContentCalendar .LatinDate {
        font-family: 'IRANSans', Tahoma !important;
        float: left;
    }

    .Box-Component .ContentCalendar .CalendarBorder {
        height: 1px;
        width: 100%;
        background-color: #E0E6ED;
    }

    .Box-Component .ContentCalendar .OccasionCalendar {
        font-family: 'B'IRANSans'' !important;
        font-size: 9pt;
    }

.ComCenter {
    width: 100%;
}

    .ComCenter .RowTop th, .ComCenter .Row td {
        line-height: 26px;
        padding-bottom: 5px;
    }

/* Styles for Weather
-----------------------------------------------------------*/
#BoxWeather .WeatherTable {
    table-layout: fixed;
    width: 100%;
}

#BoxWeather .WeatherDay {
    color: #000000;
    font-size: 12px;
}

#BoxWeather .WeatherIcon {
    height: auto;
    width: 40px;
}

#BoxWeather .WeatherLow {
    color: #A1A1A1;
}

#BoxWeather .Location {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f4f4f4;
    color: #6e6d6d;
    line-height: 28px;
    height: 32px;
}

    #BoxWeather .Location b {
        font-family: 'IRANSans' !important;
        font-size: 15px;
        font-weight: normal;
        padding: 0 5px;
        border-bottom: 2px solid #ffb900;
    }

#BoxWeather .Weather-Content {
    background-color: #fff;
    padding: 0 0 10px 0;
}

.CityName {
    margin-right: 10px;
}

.City-Box {
    background-color: #f4f4f4;
    padding: 8px 5px 0;
    height: 30px;
    margin-top: 5px;
}

    .City-Box .LblState {
        float: right;
        font-size: 9pt;
        padding-top: 2px;
    }

.Box-Component .DDLState {
    z-index: 100;
    position: absolute;
    top: 3.5px;
    left: 3px;
}

    .Box-Component .DDLState select {
        background-color: #FFFFFF;
        border: none;
        margin-top: 2.5px;
    }


/* Styles for SettingSection
-----------------------------------------------------------*/
#Box-Theme {
    width: 150px;
    height: 22px;
    float: left;
}

    #Box-Theme .Theme {
        width: 20px;
        height: 20px;
        background-color: #11395b;
        float: left;
        margin-right: 5px;
    }

#Cat-Slider {
    color: #2c3136;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    width: 260px;
}

    #Cat-Slider b {
        font-family: 'IRANSans' !important;
        font-size: 15px;
        font-weight: normal;
        border-bottom: 2px solid #ffb900;
        padding: 0 5px;
    }

    #Cat-Slider .Title-Com {
        border-bottom: 1px solid #e5e5e5;
        background-color: #f4f4f4;
        color: #6e6d6d;
        line-height: 28px;
        height: 32px;
    }

#Box-Setting {
    position: relative;
    width: 100%;
}

.Box-Setting #Cat-Loading {
    background-color: #fff1a8;
    float: left;
    display: none;
    width: 60px;
}

.Box-Setting #Box-Section-Remove {
    margin-top: -7px;
    margin-bottom: 5px;
}

.Box-Setting .Del-Section {
    background-color: #fff;
    display: none;
    padding-right: 5px;
}

.Box-Setting #Box-Section {
    padding: 0;
    margin: 0 0 10px;
}

    .Box-Setting #Box-Section li .topic-list-row {
        cursor: move;
    }

.Box-Setting .hover {
    position: relative;
    top: 50px;
    left: 50px;
}

.Box-Setting .tooltip { /* hide and position tooltip */
    background-color: #f7f7df;
    border: 1px solid #c3c3c3;
    color: #4a4a46;
    box-shadow: 1px 1px 0px #e8e2e2;
    top: -30px;
    padding: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    font-size: 8pt;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    font-family: 'IRANSans';
}

.Box-Setting .icon-cell {
    padding-left: 15px;
}

.Box-Setting .icon {
    background-image: url("/Images/User/Other/3947147331-news-icons.png");
}

.Box-Setting .icon {
    background-repeat: no-repeat;
}

.Box-Setting .row-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'IRANSans';
}

.Box-Setting .label-cell {
    width: 90px;
}

.Box-Setting .ui-slider-handle:hover .tooltip { /* display tooltip on hover */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.Box-Setting .topic-list-row .min-label {
    background-position: -36px -115px;
    background-image: url("/Images/User/Other/3947147331-news-icons.png");
    float: right;
    margin-top: 4px;
    margin-left: 2px;
    width: 7px;
    height: 7px;
}

.Box-Setting .topic-list-row .max-label {
    background-position: -36px -108px;
    background-image: url("/Images/User/Other/3947147331-news-icons.png");
    float: right;
    margin-top: 4px;
    width: 7px;
    height: 7px;
}

.Box-Setting .topic-list-row .dragger-cell {
    padding: 0px 2px;
    vertical-align: middle;
}

.Box-Setting .topic-list-row .dragger-icon {
    background-position: -25px -68px;
    width: 5px;
    height: 20px;
    margin: 0px 2px;
}


.topic-list-row .trashcan-icon {
    background-position: -191px -51px;
    visibility: hidden;
}

.topic-list-row .trashcan-icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=0.5);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
}

    .topic-list-row .trashcan-icon:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.topic-list-row .trashcan-icon {
    height: 16px;
    width: 14px;
}

.topic-list-row {
    border-bottom-color: rgb(235, 235, 235);
}

.topic-list-row, .suggest-topic-list-row {
    border-bottom: 1px solid rgb(235, 235, 235);
    border-top: 1px solid white;
    height: 40px;
    line-height: 1.3em;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    width: 100%;
}

    .topic-list-row td, .suggest-topic-list-row td {
        vertical-align: middle;
    }

.suggest-topic-list-row {
    border-top: 1px solid rgb(235, 235, 235);
    border-bottom: none;
}

.suggest-topic-list-row {
    clear: both;
}

    .suggest-topic-list-row .button-cell {
        cursor: pointer;
    }

    .suggest-topic-list-row .button-cell {
        vertical-align: middle;
        width: 28px;
    }

    .suggest-topic-list-row .add-topic {
        text-align: center;
    }

    .suggest-topic-list-row add-topic-label {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .suggest-topic-list-row .goog-inline-block {
        position: relative;
        display: inline-block;
    }

    .suggest-topic-list-row .plus-icon {
        background-position: -240px -109px;
        height: 10px;
        width: 10px;
    }

    .suggest-topic-list-row .goog-inline-block {
        display: inline-block;
    }
/*Styles For CreateSection
----------------------------------------------------------*/
.Box-PageTitle {
    width: 100%;
}

.PageTitle {
    background-color: #f4f4f4;
    padding-bottom: 15px;
    padding: 8px 5px;
    margin: 0px 30px 10px 30px;
}

.Box-CreateSection {
    margin-top: 10px;
    margin-right: 40px;
}

    .Box-CreateSection input[type="text"] {
        height: 18px;
        width: 330px;
    }

    .Box-CreateSection textarea {
        width: 330px;
        height: 50px;
    }

    .Box-CreateSection .Box-Btn {
        text-align: left;
        width: 336px;
        margin-top: 10px;
    }

/*Styles For DirectorySection
----------------------------------------------------------*/
.directory-entry-table {
    line-height: 24px;
}

.createbutton-outer {
    text-align: center;
}

.createbutton-left-top {
    background-image: url(/Images/User/Other/3333316031-create-button-sprite.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 1.3em;
}

.createbutton-right {
    background-image: url(/Images/User/Other/3333316031-create-button-sprite.gif);
    background-position: right -400px;
    background-repeat: no-repeat;
}

.createbutton-bottom {
    background-image: url(/Images/User/Other/3333316031-create-button-sprite.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 1%;
    height: 1%;
}

.createbutton-right-bottom-corner {
    background-image: url(/Images/User/Other/1283560356-create-button-corner.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255) !important;
    display: block;
    font-weight: bold;
    padding: 8px 18px 13px 13px;
    text-decoration: none;
    font-size: 10pt;
}

.Box-PageTitle {
    width: 100%;
}

.PageTitle {
    background-color: #f4f4f4;
    padding-bottom: 15px;
    padding: 8px 5px;
    margin: 0px 30px 10px 30px;
}

.Tbl-CustomeSection {
    width: 100%;
    table-layout: fixed;
    min-width: 730px;
    margin-top: 10px;
}

    .Tbl-CustomeSection .Td-Right {
        width: 200px;
        text-align: right;
    }

        .Tbl-CustomeSection .Td-Right .NewsMenu {
            margin-right: 0;
            float: right;
            position: absolute;
            margin-right: 30px;
        }

        .Tbl-CustomeSection .Td-Right .TodayNews {
            color: #333;
            padding-bottom: 20px;
            margin-top: -5px;
        }

            .Tbl-CustomeSection .Td-Right .TodayNews:hover {
                cursor: pointer;
                text-decoration: underline;
            }

        .Tbl-CustomeSection .Td-Right .Li-Parent {
            padding-bottom: 10px;
        }

        .Tbl-CustomeSection .Td-Right .Div-Parent {
            background-color: #f4f4f4;
            padding: 5px;
            font-size: 10pt;
            width: 140px;
        }

        .Tbl-CustomeSection .Td-Right .Li-Parent ul {
            color: #15C;
            padding-top: 5px;
            padding-right: 10px;
        }

        .Tbl-CustomeSection .Td-Right .Li-Parent li {
            padding-bottom: 5px;
        }

    .Tbl-CustomeSection .Td-Center {
        min-width: 200px;
        text-align: right;
    }

        .Tbl-CustomeSection .Td-Center .Box-Section {
            border-bottom: 1px solid #EBEBEB;
            line-height: 24px;
            margin-left: 30px;
            padding-bottom: 10px;
        }

        .Tbl-CustomeSection .Td-Center .SectionTitle {
            color: #15C;
            font-size: 14px;
        }

        .Tbl-CustomeSection .Td-Center .SectionGroup {
            color: #777;
            text-align: right;
            width: 50%;
        }

    .Tbl-CustomeSection .Td-Left {
        width: 330px;
        text-align: right;
    }

        .Tbl-CustomeSection .Td-Left .Box-SearchSection {
            border: 1px solid #C9D7F1;
            padding: 5px;
            width: 280px;
            height: 70px;
        }

            .Tbl-CustomeSection .Td-Left .Box-SearchSection .Box-Input {
                margin-top: 10px;
            }

                .Tbl-CustomeSection .Td-Left .Box-SearchSection .Box-Input div {
                    float: right;
                }

            .Tbl-CustomeSection .Td-Left .Box-SearchSection input[type="text"] {
                width: 160px;
                height: 22px;
                margin-left: 5px;
            }

        .Tbl-CustomeSection .Td-Left .Box-CreateSection {
            width: 300px;
            margin-right: -5px;
            margin-top: 15px;
        }

.Btn-Basic {
    border: 1px solid #999999;
    border-top-color: #cccccc;
    background-image: url('/Images/User/Other/BgBtn.gif');
    background-repeat: repeat-x;
    cursor: pointer;
    font-weight: bold;
    height: 23px;
    font-size: 12px;
}





/* Styles for ContactUs
-----------------------------------------------------------*/
.BoxContactUs {
}

    .BoxContactUs .Right {
        float: right;
    }

    .BoxContactUs .Left {
        float: left;
        padding-top: 10px;
        margin-bottom: 10px;
    }


/* Styles for Box
-----------------------------------------------------------*/
.Box {
    border: 1px solid #e5e5e5;
    background-color: #F7F7F7;
    padding: 10px 25px 30px 25px;
    font-size: 9pt;
}

    .Box input[type=text] {
        margin-top: 5px;
        /*width: 310px;*/
    }

    .Box input[type=file] {
        margin-top: 5px;
        width: 210px;
    }

    .Box textarea {
        margin-top: 5px;
        height: 362px;
    }

    .Box select {
        margin-top: 5px;
    }

    .Box .BoxBtn {
        padding-bottom: 10px;
        height: 35px;
        text-align: center;
    }

    .Box h5 {
        color: #bebfc1;
        margin: 5px 0px 5px 10px;
        padding: 0px;
        width: 279px;
        font-size: 9pt;
        text-align: center;
        font-weight: normal;
    }

    .Box .Row {
        padding-bottom: 20px;
    }

        .Box .Row .Column {
            display: inline-block;
        }

        .Box .Row .Des {
            padding-top: 5px;
            padding-right: 15px;
            width: 295px;
        }

.Captcha {
    border: 1px solid #e5e5e5;
    padding-bottom: 5px;
    height: 60px;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
}

.Security {
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #e5e5e5;
    border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;
    margin-bottom: 20px;
}

    .Security .Row {
        padding: 5px 0px 10px 0px;
    }

a, input[type=submit], input[type=button], input[type=reset] {
    cursor: pointer;
}

.Btn {
    border: 1px solid #3079ed;
    background-color: #4c8efb;
    color: #ffffff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -khtml-border-radius: 1px;
    font-family: 'IRANSans';
    font-size: 8pt;
    padding-bottom: 5px;
    height: 28px;
    width: 63px;
}

    .Btn:hover {
        border-color: #0e59d0;
        background-color: #327cf5;
    }

.BtnCancel {
    border: 1px solid #dbdbdb;
    background-color: #f3f3f3;
    color: #444444;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -khtml-border-radius: 1px;
    font-family: 'IRANSans';
    font-size: 8pt;
    padding-bottom: 5px;
    width: 63px;
    height: 28px;
}

    .BtnCancel:hover {
        border-color: #c7c7c7;
        background-color: #f8f8f8;
    }

* {
    font-family: 'IRANSans';
}

b {
    font-size: 13px;
    font-family: 'IRANSans' !important;
}

/*Styles For Login
----------------------------------------------------------*/
.BoxLogin {
    margin: 30px auto;
    text-align: center;
}

    .BoxLogin h1 {
        color: #555;
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: normal;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .BoxLogin h2 {
        color: #555;
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .BoxLogin .btn:hover {
        border: 1px solid #2F5BB7;
        color: #FFF;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
        background-color: #357AE8;
        background-image: -moz-linear-gradient(center top, #4D90FE, #357AE8);
    }

    .BoxLogin .btn {
        color: #FFF;
        transition: all 0.218s ease 0s;
        border: 1px solid #3079ed;
        background-color: #4889f1;
        background-image: -moz-linear-gradient(center top, #4D90FE, #4787ED);
        margin-top: 15px;
        width: 100%;
        display: inline-block;
        min-width: 46px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        height: 36px;
        padding: 0px 8px;
        line-height: 36px;
        border-radius: 3px;
        transition: all 0.218s ease 0s;
        -moz-user-select: none;
        cursor: default;
    }

    .BoxLogin .btn1 {
        color: #FFF;
        transition: all 0.218s ease 0s;
        border: 1px solid #b92714;
        background-color: #d94430;
        background-image: -moz-linear-gradient(center top, #d94430, #b92714);
        margin-top: 20px;
        width: 100%;
        display: inline-block;
        min-width: 46px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        height: 36px;
        line-height: 36px;
        border-radius: 3px;
        transition: all 0.218s ease 0s;
        -moz-user-select: none;
        cursor: default;
    }

    .BoxLogin input[type="text"], .BoxLogin input[type="password"] {
        color: #A0A0A0;
        border: 1px solid #d9d9d9;
        border-bottom-color: #c0c0c0;
        border-top-color: #c0c0c0;
        padding: 0px 8px;
        margin-bottom: 10px;
        height: 44px;
        font-size: 16px;
        width: 100%;
        display: block;
        position: relative;
    }

        .BoxLogin input[type="text"]:hover, .BoxLogin input[type="password"]:hover {
            border-width: 1px;
            border-style: solid;
            border-color: #A0A0A0 #B9B9B9 #B9B9B9;
            -moz-border-top-colors: none;
            -moz-border-right-colors: none;
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            border-image: none;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
            -moz-border-top-colors: none;
            -moz-border-right-colors: none;
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
        }

    .BoxLogin .Logo-Lgoin {
        margin: 30px auto 50px;
    }

    .BoxLogin .Box-Input {
        background-color: #F7F7F7;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 20px 40px 30px;
        margin: 0px auto 25px;
        max-width: 274px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

        .BoxLogin .Box-Input .Remmember {
            text-align: right;
            padding: 10px 0;
        }

        .BoxLogin .Box-Input img {
            width: 96px;
            height: 96px;
            margin: 15px auto 20px;
            display: block;
            border-radius: 50%;
        }

    .BoxLogin .Other-Input {
        width: 100%;
        margin: 10px 0 10px;
    }

        .BoxLogin .Other-Input div {
            text-align: right;
            padding: 5px 0;
        }

        .BoxLogin .Other-Input a {
            color: #427FED;
            font-size: 13px;
        }

        .BoxLogin .Other-Input span {
            color: #404040;
            font-size: 13px;
        }

    .BoxLogin .Create-Account {
        margin: 5px auto;
        text-align: center;
    }

        .BoxLogin .Create-Account a {
            color: #427FED;
            font-size: 13px;
        }


/* Styles for Register
-----------------------------------------------------------*/
.RegisterTitle {
    color: #D2AE50;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 11pt;
    font-weight: bold;
}

.HrRegister {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d2d3d5;
    float: right;
    height: 15px;
}

#Register {
    text-align: right;
    margin-top: 30px;
}

    #Register .RowTop {
        height: 46px;
    }

        #Register .RowTop div {
            float: right;
        }

    #Register #aside {
        float: right;
        margin-bottom: 20px;
    }

    #Register .Column1 {
        float: right;
        margin-bottom: 20px;
    }

    #Register .Column2 {
        float: right;
        margin-left: 57px;
    }

        #Register .Column2 .Row {
            margin-bottom: 20px;
        }

            #Register .Column2 .Row .Des {
                padding-top: 10px;
            }

    #Register .Column3 {
        margin-left: 50px;
        /*width: 520px;*/
    }

        #Register .Column3 .Row {
            margin-left: 50px;
            /*width: 520px;*/
        }

            #Register .Column3 .Row .Des {
                padding-top: 10px;
            }

                #Register .Column3 .Row .Des div {
                    text-align: justify;
                    line-height: 250%;
                    margin-top: 8px;
                }

                    #Register .Column3 .Row .Des div span {
                        color: #5B5859;
                    }

    #Register .Column .Row {
        height: 314px;
        margin-bottom: 20px;
    }

    #Register .Box {
        float: right;
        margin-bottom: 20px;
    }

        #Register .Box .BoxBtn1 {
            padding-top: 30px;
            padding-bottom: 10px;
            height: 35px;
            float: left;
            padding-left: 20px;
        }

        #Register .Box .BoxBtn {
            padding-top: 20px;
            padding-bottom: 20px;
            margin-left: 10px;
        }

    #Register .Captcha {
        border: 1px solid #e5e5e5;
        /*width: 315px;*/
        padding-bottom: 5px;
        height: 65px;
        padding-top: 10px;
    }

    #Register .Security {
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-color: #e5e5e5;
        border-bottom-color: #e5e5e5;
        border-left-color: #e5e5e5;
        /*width: 315px;*/
        margin-bottom: 20px;
    }

    #Register b {
        color: #5b5859;
    }

    #Register .Des {
        color: #8a8b8d;
    }

    #Register .Admit {
        padding-bottom: 5px;
    }

        #Register .Admit div {
            /*width: 318px;*/
        }

        #Register .Admit a {
            font-size: 9pt;
        }
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-left {
    background: #d53403;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    padding: 8px;
    border-radius: 6px;
    font-size: 10px;
    margin-right: 2px;
    position: absolute;
}

    .field-validation-left:after, .field-validation-left:before {
        left: 100%;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .field-validation-left:after {
        border-color: rgba(213, 13, 19, 0);
        border-left-color: #d53403;
        top: 50%;
        margin-top: -7px;
    }

    .field-validation-left:before {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        top: 50%;
        margin-top: -10px;
    }

.field-validation-right {
    background: #d53403;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    padding: 8px;
    border-radius: 6px;
    font-size: 10px;
    margin-top: 1px;
    position: absolute;
}

    .field-validation-right:after, .field-validation-right:before {
        border: solid transparent;
        bottom: 100%;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .field-validation-right:after {
        border-color: rgba(213, 13, 19, 0);
        border-bottom-color: #d53403;
        left: 50%;
        margin-left: -7px;
    }

    .field-validation-right:before {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        left: 50%;
        margin-left: -10px;
    }

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border: 1px solid #d53403;
}

.field-validation-valid {
    display: none;
}


.validation-summary-errors {
    color: #f00;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}
