﻿@import url("/Style/Icons.css");
@import url("/Style/Base.css");

@font-face {
    font-family: Vazir;
    src: url('/fonts/vazir/Vazir.eot');
    src: url('/fonts/vazir/Vazir.eot?#iefix') format('embedded-opentype'), url('/fonts/vazir/Vazir.woff') format('woff'), url('/fonts/vazir/Vazir.ttf') format('truetype');
    src: url('/fonts/vazir/Farsi-Digits/Vazir-FD.eot') format('embedded-opentype'), url('/fonts/vazir/Farsi-Digits/Vazir-FD.ttf') format('truetype'), url('/fonts/vazir/Farsi-Digits/Vazir-FD.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('/fonts/vazir/Vazir-Bold.eot');
    src: url('/fonts/vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/vazir/Vazir-Bold.woff') format('woff'), url('/fonts/vazir/Vazir-Bold.ttf') format('truetype');
    src: url('/fonts/vazir/Farsi-Digits/Vazir-Bold-FD.eot') format('embedded-opentype'), url('/fonts/vazir/Farsi-Digits/Vazir-Bold-FD.ttf') format('truetype'), url('/fonts/vazir/Farsi-Digits/Vazir-Bold-FD.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('/fonts/vazir/Vazir-Light.eot');
    src: url('/fonts/vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/vazir/Vazir-Light.woff') format('woff'), url('/fonts/vazir/Vazir-Light.ttf') format('truetype');
    src: url('/fonts/vazir/Farsi-Digits/Vazir-Bold-FD.eot') format('embedded-opentype'), url('/fonts/vazir/Farsi-Digits/Vazir-Bold-FD.ttf') format('truetype'), url('/fonts/vazir/Farsi-Digits/Vazir-Bold-FD.woff') format('woff');
    font-weight: 300;
}

body, html {
    height: 100%;
    margin: 0px;
    font-family: Vazir;
    direction: rtl;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

.bg {
    background-image: url('/Images/BG/002.jpg');
    /* The image used */
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    background-color: #000
}

.AllPage {
    background-color: #f9fafc;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230078dd' fill-opacity='0.23' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

    .AllPage .Header {
        background-color: rgba(0, 131, 211, 0.6);
        box-shadow: 0px 3px 7px #64b3e4;
    }

.DocPage .Header {
    background-color: rgba(0, 131, 211, 0.6);
    box-shadow: 0px 3px 0px #64b3e4;
}

.Header {
    background-color: rgba(0, 0, 0, 0.0);
    height: 30px;
    font-family: Vazir;
    font-size: 12pt;
    color: rgba(255, 255, 255, 0.69);
    direction: rtl;
    padding: 5px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.Allpage div.Header  {
        border-bottom: 1px solid #195d87;
    }
    
    .AllPage .Header a.HomeIcon {
        display: none;
    }

.Header div {
    display: table-cell;
    vertical-align: middle;
}

.Footer {
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.63);
}

.AccountMenu {
    display: none;
    position: absolute !important;
    top: 34px;
    left:4px;
    background-color: #d2be7f;
    padding: 8px 40px;
    width: 6vw;
    border-radius: 7px;
    z-index:100;
}

    .AccountMenu button {
        background-color: transparent;
        font-family: inherit;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        z-index: 100;
    }

.icon-user:before {
    font-family: 'Awesome' !important;
    font-size: 19pt;
    content: "\f2bd";
    color: #d2be7f;
    cursor: pointer;
    background-color:rgba(0, 0, 0, 0.34);

    border-radius:15px;
}

.icon-user:hover:before {
    color: #ede1bd;
}

.Header div:first-child {
    position: relative;
}

.Header div:last-child {
    direction: ltr
}

.Header a {
    display: inline-block;
    text-decoration: none;
    margin: 0px 10px;
}

    .Header a:hover {
        color: rgba(255, 255, 255, 1);
    }

.Content {
    height: 90%;
    color: #fff;
    padding: 8% 10%;
    direction: rtl;
}
    .Content img.sp {
        display: inline-block;
        margin: 0 auto;
        width: 150px;
        margin-left: 5px;
        margin-right: 5 px;
        float:left
    }
    .Content img.sp.miras {
        width:unset !important;
        height:70px;
        margin-bottom:5px;

    }
        .Container {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: flex-start;
        }

.message {
    font-size: 14pt;
    margin: 0 auto;
    font-weight: bold;
    display: block;
    text-align: center
}

.red {
    color: #de0101;
}

.green {
    color: green;
}


.archive-login .container-header {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 15px 10px;
    text-align: center;
}

.archive-login .container-footer {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 8px 10px;
    text-align: center;
}

.archive-login .container-body {
    background-color: rgba(243, 243, 243, 0.51);
    padding: 40px;
    font-family: Vazir;
}

.archive-login {
    display: block;
    margin: 0px auto;
    width: 500px;
}

.Loading {
    display: none;
    margin: 0 auto;
    text-align: center;
    padding: 6px;
}

    .Loading img {
        width: 30px;
        padding-top: 10px;
        margin: 0px auto;
    }

.archive-login .ArchivePanel-body {
    background-color: #fff
}

.archive-login .container-body button {
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 14pt;
    font-family: Vazir;
    color: #fff;
    width: 100%;
    font-weight: bold;
    background-color: rgba(0, 146, 255, 0.64);
}

.container-body .alert-warning {
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
}

.form-group {
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #010a4e;
}

    .form-group label {
        position: absolute;
        right: 16px;
        font-size: 17px;
        top: 17px;
        color: #939393;
        z-index: 10;
    }

    .form-group input {
        padding-right: 95px;
        height: 55px;
        border-radius: 4px;
        font-size: 16px;
        direction: ltr;
        text-align: right;
        color: #3c5183;
        font-weight: 400;
        z-index: 0;
    }

.archive-register .container-header {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 15px 10px;
    text-align: center;
}

.archive-register .container-body .form-group input {
    padding-right: 120px;
}

.archive-register .container-footer {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 8px 10px;
    text-align: center;
}

.archive-register .container-body {
    background-color: rgba(243, 243, 243, 0.51);
    padding: 40px;
    font-family: Vazir;
}

.archive-register {
    display: block;
    margin: 0px auto;
    width: 500px;
}

    .archive-register .container-body button {
        position: relative;
        border-radius: 5px;
        margin-bottom: 10px;
        background-color: #fff;
        font-size: 14pt;
        font-family: Vazir;
        color: #fff;
        width: 100%;
        font-weight: bold;
        background-color: rgba(0, 146, 255, 0.64);
    }

.Container div.Panel {
    position: static;
    border-radius: 10px;
    padding: 30px;
    padding-left: 50px;
    background-color: rgba(0, 0, 0, 0.31);
    vertical-align: middle;
    flex: 1 1 auto;
    margin: 5px;
}

.Container div.OnePanel {
    position: relative;
    border-radius: 10px;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.31);
    vertical-align: middle;
    flex: 0 1 auto;
    margin: 5px;
}

@media (min-width: 300px) {

    .Container div.OnePanel img.Logo {
     display:block;

        width: 200px;
     margin:0 auto;
        line-height: 30px;
    }
}

@media (min-width: 700px) {
    .Container div.OnePanel img.Logo {
        float:right;
        width: 200px;
        margin-left: 15px;
        line-height: 30px;
    }
}



.Container div.OnePanel .inside {
    margin-top: 50px;
    vertical-align: middle;
    height: 350px;
    text-align: justify;
}

.Container div.OnePanel .Side {
    display: inline-block;
    background-color: red;
    float: right;
}

.Container div.Panel .inside {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.Container div.Panel.About {
    border-radius: 10px;
    padding: 30px;
    padding-left: 50px;
    background-color: rgba(0, 0, 0, 0.31);
    vertical-align: middle;
    margin: 5px;
    flex: unset !important
}

    .Container div.Panel.About .inside {
        position: relative;
        display: table;
        vertical-align: middle;
        width: 100%;
    }

.Container div.Panel .inside div {
    border: 0px solid;
}

.Container div.Panel .inside .insideCell {
    display: table-cell;
    vertical-align: middle
}

.Container div.Panel .NavigateLink {
    direction: ltr;
}

    .Container div.Panel .NavigateLink a {
        margin: 0px;
        padding: 5px 10px;
        border-radius: 4px;
        color: rgba(255, 255, 255, 0.77);
    }

        .Container div.Panel .NavigateLink a:after {
            font-family: 'Awesome' !important;
            font-size: 6pt;
            content: "\f04d";
            color: rgba(255, 255, 255, 0.77);
            padding-left: 8px;
            cursor: pointer;
            margin-left: 18px;
        }

        .Container div.Panel .NavigateLink a:last-child:after {
            content: "";
        }

.Container div.SiteName {
    display: block;
    padding: 5px 15px;
    padding-top:15px;
    background-color: rgba(0, 0, 0, 0.46);
    border-radius: 10px;
    margin: 5px auto;
    flex: 0 0 auto;
    width: 250px;

}


.SiteName img {
    width: 160px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

body.AllPage .SearchPanel, body.DocPage .SearchPanel {
    display: table;
    direction: rtl;
    width: 50%;
    margin: 0 !important;
}

.SearchPanel {
    display: table;
    direction: rtl;
    width: 100%;
    margin: 0 auto;
}

.Naghsh {
    display: table-cell;
    vertical-align: middle;
    width: 0px
}

.Search {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    white-space:nowrap
}
    .Search div.SearchTab {
        display:none;
    }
    .Search.TabEnabled div.SearchTab {
        display:block;
        margin-right :10px;
    }
    .Search.TabEnabled div.SearchBox {
        box-shadow: -1px 4px 5px rgba(62, 17, 0, 0.15) !important

    }
    .Search.TabEnabled div.SearchTab span {
        cursor: pointer;
        background-color: rgba(0, 131, 211, 0.6);
        font-size: 14px;
        margin-left: 0px;
        color: rgba(255, 255, 255, 1);
        padding: 5px 13px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
        .Search.TabEnabled div.SearchTab span.selected {
            background-color: #fff;
            color: rgb(0, 71, 131);
            font-weight:bold;
        }
        /*.Search.TabEnabled div.SearchTab span:hover {
            
            background-color: rgba(61, 181, 255, 0.60);
            
        }*/
        .Naghsh img {
    margin: 5px;
    display: block;
    width: 100px;
    float: right;
}

.SearchPanel img.Naghsh {
    width: 100px;
    display: inline-block;
}

.SearchPanel div.bottom {
    display: table;
    width: 100%;
}

    .SearchPanel div.bottom span {
        display: table-cell;
        border: 0px solid;
        vertical-align: top;
    }

    .SearchPanel div.bottom span {
        padding-right: 10px;
    }

        .SearchPanel div.bottom span img {
            display: block;
            margin: 0px;
            height: 45px;
        }

.SearchPanel div.top {
    margin: 0px;
    padding: 0px;
    height: 55px;
    text-align: left;
    direction: ltr;
    padding-left: 10px;
}

    .SearchPanel div.top img {
        display: block;
        margin: 0px;
        height: 55px;
    }

.SearchBox {
    position: relative;
    display: block;
    border-radius: 6px;
    box-shadow: 1px 1px 4px #3e1100;
    border: none;
    background-color: rgba(255, 255, 255, 0.87);
    padding: 4px 8px;
    padding-left: 45px;
    direction: rtl;
    max-height: 40px;
    height: 40px;
}

    .SearchBox label,
    .SearchBox input {
        vertical-align: baseline;
    }



    .SearchBox input {
        font-family: Vazir;
        font-size: 16pt;
        border: none;
        padding: 3px 3px;
        direction: rtl;
        color: #4a1101;
        background-color: transparent;
        width: 100%;
        color: #004086;
        min-width: 150px;
    }

    .SearchBox span {
        position: absolute;
        left: 8px;
        top: 12px;
    }

span.SearchKey:before {
    font-family: 'Awesome' !important;
    font-size: 15pt;
    content: "\f002";
    color: #0081d2;
    padding-left: 8px;
    cursor: pointer;
}

.SearchBar {
    background-color: rgba(236, 236, 236, 0.71);
    border-bottom: 2px solid rgb(100, 179, 228);
    padding: 10px;
    padding-right: 15px;
    position: relative;
    direction: rtl
}

    .SearchBar .SearchPanel {
        position: unset !important;
    }

        .SearchBar .SearchPanel .SearchBox {
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.23) !important;
        }

.SearchResult {
    padding: 5px;
}

.SearchResultContainer {
    direction: rtl;
    padding: 0px;
    font-family: Vazir;
    font-size: 14pt;
    padding: 10px;
}
.AuthoritySearchResult {
    
    margin: 0 auto;
    display: block;
}

    .AuthoritySearchResult li.resultRow div {
        display: block
    }

    .AuthoritySearchResult li.resultRow {
        list-style-type: none;
        height: 250px;
        display: inline-block;
        border: 1px solid #accdffa6;
        min-width: 200px;
        border-radius: 7px;
        font-size: 13pt;
        font-weight: bold;
        color: #018000;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.44);
        width: 17%;
        box-shadow: 1px 2px 4px #c1d5ffb0;
        margin: 5px;
        text-align: center;
        vertical-align: top;
    }

        .AuthoritySearchResult li.resultRow img {
            height: 200px;
            width:200px;
        }

    .SearchResultContainer ul {
        padding: 0px;
    }

        .SearchResultContainer ul.resultRow {
            list-style-type: none;
            border: 1px solid #accdffa6;
            margin-bottom: 7px;
            border-radius: 7px;
            font-size: 13pt;
            font-weight: bold;
            color: #018000;
            padding: 10px;
            background-color: rgba(255, 255, 255, 0.44);
            box-shadow: 1px 2px 4px #c1d5ffb0;
        }

            .SearchResultContainer ul.resultRow:hover {
                background-color: rgba(255, 255, 255, 0.94);
            }

            .SearchResultContainer ul.resultRow li {
                padding-right: 15px;
                font-size: 12pt;
                font-weight: normal;
                color: #0046a8;
            }

                .SearchResultContainer ul.resultRow li a {
                    text-decoration: none;
                    color: inherit
                }

                    .SearchResultContainer ul.resultRow li a:before {
                        content: '';
                        display: inline-block;
                        height: 0;
                        width: 0;
                        margin-left: 5px;
                        border-right: 5px solid #FF9000;
                        border-top: 5px solid transparent;
                        border-bottom: 5px solid transparent;
                    }

.btnhidden {
    display: none;
}

.Footer span.CopyRight {
    font-family: Arial;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10pt;
    padding-top: 10px;
    margin-left: 5px;
    display: block;
    direction: ltr;
}

    .Footer span.CopyRight:hover {
        color: rgba(255, 255, 255, 1);
    }


ul.Pagination {
    margin: 0 auto;
    direction: rtl;
    display: table;
    border-spacing: 5px;
}

    ul.Pagination li {
        list-style-type: none;
        display: table-cell;
        background-color: rgba(222, 190, 0, 0.51);
        border: 1px solid #d5d5d5;
        background: linear-gradient(to bottom,#f3f3f3,#ededed);
        font-family: Vazir;
        border-radius: 0px;
        font-weight: bold;
        font-size: 13pt;
        padding: 5px 12px;
        padding-top: 7px;
        margin: 0px 5px;
        vertical-align: middle
    }

        ul.Pagination li.Off {
            display: none;
        }

        ul.Pagination li.Next a {
        }

        ul.Pagination li.Next:hover {
            background: linear-gradient(to bottom,rgba(0, 140, 193, 0.41),rgba(0, 109, 150, 0.41));
        }

        ul.Pagination li.Next a:before {
            font-family: 'Awesome' !important;
            color: rgba(0, 16, 92, 0.81);
            content: "\f053";
            margin-right: 2px;
            margin-left: 2px;
        }

        ul.Pagination li.Next {
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            padding-left: 10px;
            padding-right: 10px;
        }

        ul.Pagination li.Previous a:before {
            font-family: 'Awesome' !important;
            color: rgba(0, 16, 92, 0.81);
            content: "\f054";
            margin-right: 2px;
            margin-left: 2px;
        }

        ul.Pagination li.Previous:hover {
            background: linear-gradient(to bottom,rgba(0, 140, 193, 0.41),rgba(0, 109, 150, 0.41));
            color: #f3f3f3;
        }

        ul.Pagination li.Previous {
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            padding-left: 5px;
            padding-right: 15px;
            border-right: 1px solid #c6c6c6;
        }

        ul.Pagination li.selectedPage {
            background: linear-gradient(to bottom,rgba(0, 140, 193, 0.61),rgba(0, 109, 150, 0.61));
            padding: 5px 15px;
        }

        ul.Pagination li a {
            color: #002a6d;
            padding: 2px;
        }

.PaginationBox {
    margin-bottom: 40px;
}

.RegisterForm {
    padding: 20px;
    display: inline-block;
    border-radius: 6px;
    font-family: Vazir;
}

    .RegisterForm header {
        font-size: 14pt;
        font-weight: bold;
        text-align: center;
        padding-bottom: 5px;
        color: rgb(222, 190, 0);
    }

    .RegisterForm div {
        padding-bottom: 3px;
    }

    .RegisterForm span.Message {
        background-color: rgba(255, 245, 183, 0.55);
        border-radius: 8px;
        padding: 10px;
        display: block !important
    }


.forgotPass {
    text-align: left;
    cursor: pointer;
}

.off {
    display: none;
}


.redEmpty {
    box-shadow: inset #bd1a0275 0px 0px 9px 6px;
}

.EmailBody span {
    font-family: Vazir;
}

.ConfirmAccount {
    display: table;
    margin: 8px auto;
    background-color: rgba(255, 239, 211, 0.41);
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    color: #613201;
}

    .ConfirmAccount div.LoginPan {
        padding: 15px;
    }

.AccountPanel {
    position: absolute;
    direction: rtl;
    background-color: rgba(220, 217, 221, 0.43);
    right: 10px;
    padding: 3px 10px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 11pt;
    font-weight: normal;
    color: #004570;
}

    .AccountPanel a {
        text-decoration: none;
        color: #003589;
        border: 0px;
        border-left: 1px solid #003589;
        margin-left: 6px;
        padding-left: 6px
    }

.FreeIcon {
    font-family: 'Awesome' !important;
    font-size: 12pt;
    padding: 4px;
    cursor: pointer;
}

.Cog:before {
    content: "\f013";
}

.ltr {
    direction: ltr;
    text-align: left !important;
}



.gol {
    filter: hue-rotate(50deg);
}
