﻿@font-face {
    font-family: 'irsans';
    src: url(../Asset/Fonts/irsans.ttf);
}

@font-face {
    font-family: 'dinar';
    src: url(../Asset/Fonts/dinar.woff);
}

@font-face {
    font-family: 'persian';
    src: url(../Asset/Fonts/persian_titr_df3.ttf);
}

@font-face {
    font-family: 'dubia-bold';
    src: url(../Asset/Fonts/Dubai-Bold.otf);
}

/* کدهای ریست */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav .navbar, nav .navbar-nav, nav .navbar-default, nav .navbar-brand {
        margin: 0 !important;
    }

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    max-width: 80px;
    border-color: #f05f40;
    border-width: 3px;
    margin: 30px auto;
    display: block;
}

    hr.light {
        border-color: #fff;
    }

input, select {
    vertical-align: middle;
}

html, body {
    width: 100%;
    height: 100%;
}

.btn {
    border: 0;
    border-radius: 300px;
    padding: 15px 30px;
}

.btn-primary {
    border-color: #f05f40;
    background-color: #f05f40;
}

    .btn-primary:hover {
        background-color: #ed401c;
    }

body {
    direction: rtl;
    font: 13px/25px 'irsans','Myriad Pro',Tahoma;
}

a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

img {
    max-width: 100%;
}

.no-padding {
    padding: 0px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: irsans,dinar,'Myriad Pro',Tahoma;
    font-size: 12px;
    text-align: right;
    line-height: 1.8;
    color: #212529;
    font-weight: 400;
}

a {
    color: #3c3c3c;
    text-decoration: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border-style: none;
    font-size: 0;
    max-width: 100%;
    width: 100%;
}

div {
    display: block;
}

body *[class^="col-"] {
    padding: 0;
    margin: 0;
    float: right;
}

/*پایان کدهای ریست*/


/* شروع قسمت سربرگ */

header {
    width: 90%;
    max-width: 960px;
    margin: auto;
}

.topheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .topheader .divLogo img {
        width: 100%;
        max-width: 150px;
    }

    .topheader .divRigester {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        min-width: 110px;
        text-align: left;
        margin: 20px 0;
        font-size: 14px;
    }

        .topheader .divRigester img {
            width: 20px;
            margin-left: 5px;
        }

        .topheader .divRigester .divFollowTicket {
            display: none;
        }

        .topheader .divUserLogin {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            align-items: center;
            width: 100%;
            text-align: left;
            /*margin: 20px 0;*/
            font-size: 14px;
        }

    .topheader .divAfterLogin {
        display: flex;
        align-items: center;
    }

        .topheader .divAfterLogin .divFollowTicket {
            display: none;
        }

        .topheader .divUserLogin img {
            width: 50px;
            height: 50px;
            border: 2px solid #3c3c3c;
            border-radius: 50%;
            padding: 2px;
            margin-right: 10px;
        }

        .topheader .divUserLogin .UserData {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }

            .topheader .divUserLogin .UserData .spanUserName {
                font-family: persian;
                font-size: 16px;
            }

            .topheader .divUserLogin .UserData .spanWellcom {
                font-size: 10px;
            }

    .topheader .searchticket span {
        display: block;
        cursor: pointer;
        width: 170px;
        background: #3c3c3c;
        color: #fff !important;
        border-radius: 25px;
        height: 40px;
        text-align: center;
        padding: 3px;
        margin: auto;
        font-size: 14px;
    }

    .topheader .searchticket img {
        width: 35px;
        height: 35px;
        margin-left: 5px;
    }

    .topheader .searchticketSmall {
        display: none;
    }

        .topheader .searchticketSmall span {
            display: block;
            cursor: pointer;
            width: 170px;
            background: #3c3c3c;
            color: #fff !important;
            border-radius: 25px;
            height: 40px;
            text-align: center;
            padding: 3px;
            margin: auto;
            font-size: 14px;
        }

        .topheader .searchticketSmall img {
            width: 35px;
            height: 35px;
            margin-left: 5px;
        }

.divpuster {
    width: 100%;
}

/* پایان قسمت مربوط به سربرگ سایت */






/* کادر اصلی صحفه */

content {
    display: flex;
    position: relative;
    height: auto;
    background: #f5f5f5;
    box-shadow: 0px 1px 5px 0px rgb(208, 208, 208);
    padding-bottom: 30px;
}

    content .container {
        max-width: 960px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0 auto;
        padding: 0;
    }

.divbarname {
    display: flex;
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.15) 2px 2px;
    margin: 30px 0 0 0;
    padding: 20px 20px;
}

    .divbarname .divBarnameImages {
        display: flex;
        flex-direction: row-reverse;
        width: 45%;
        height: 230px;
    }

    .divbarname .divBarnameData {
        display: flex;
        flex-direction: column;
        width: 55%;
        height: 230px;
    }

    .divbarname .divslidbarname {
        float: right;
        width: 20%;
        height: 230px;
        padding-left: 5px;
    }

        .divbarname .divslidbarname ul {
            height: 230px;
            /*display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;*/
        }

        .divbarname .divslidbarname li {
            display: flex;
            height: calc(100% /4);
        }

        .divbarname .divslidbarname img {
            max-width: 100%;
            margin-bottom: 2px;
            border-radius: 2px;
            cursor: pointer;
        }

    .divbarname .divimgbarname {
        float: left;
        width: 80%;
        height: 230px;
    }

        .divbarname .divimgbarname img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
        }

    .divbarname .divbarnametiteltop {
        display: table;
        border-bottom: 1px solid #3C3C3C;
        width: 96%;
        float: left;
        vertical-align: middle;
    }

    .divbarname .divbarnametitel {
        /*display: table;
        width: 96%;
        float: left;
        vertical-align: middle;*/
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 48px;
        width: 100%;
        padding: 0 20px 0 0;
    }

        .divbarname .divbarnametitel div {
            display: flex;
            justify-content: space-around;
        }

    .divbarname .divbarnametiteltop .divbarnamename {
        float: right;
        font-family: persian;
        font-size: 28px;
    }

    .divbarname .divbarnametiteltop .divbarnamemakan {
        float: left;
        font-family: dubia-bold;
        font-size: 14px;
        margin-top: 28px;
    }

    .divbarname .divbarnametitel .divbarnamekargardan {
        float: right;
        font-family: irsans;
        font-size: 12px;
    }

    .divbarname .divbarnametitel .divbarnamedore {
        float: left;
        font-family: irsans;
        font-size: 12px;
    }

    .divbarname .divbarnamebazigar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*float: right;*/
        width: 110px;
        height: 110px;
        border: 1px solid #dcdcdc;
        border-radius: 15px;
        /*text-align: center;
        vertical-align: middle;*/
        padding: 3px;
        margin-left: 3px;
        /*margin-top: 48px;*/
    }

        .divbarname .divbarnamebazigar label {
            font-size: 10px;
            text-align: center;
            font-weight: 300;
        }

        .divbarname .divbarnamebazigar img {
            max-width: 100%;
            width: 77px;
            height: 77px;
            border-radius: 50%;
            display: inline-block;
            border: 1px solid #E6E6E6;
            cursor: pointer;
        }

    .divbarname .divbarnamesandalitime {
        display: table;
        float: left;
        width: auto;
        margin: 15px auto 8px auto;
    }

    .divbarname .divbarnamesandali {
        float: right;
        text-align: center;
        vertical-align: middle;
        margin-left: 30px;
    }

        .divbarname .divbarnamesandali img {
            width: 24px;
            height: 24px;
        }

        .divbarname .divbarnamesandali label {
            font-family: irsans;
            font-size: 14px;
            color: #787878;
        }

    .divbarname .btn {
        padding: 0;
    }

    .divbarname .btnbarnameview {
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        width: 168px;
        height: 61px;
        text-align: center;
        vertical-align: middle;
        background-color: #DC373C;
        color: #fff;
        border-radius: 40px;
        font-size: 14px;
    }


/* پایان بخش اصلی صفحه */

/* بخش مربوط به پاورقی سایت */

.divFooterContener {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0 -5px 15px 0px rgba(0, 0, 0, 0.05);
}

    .divFooterContener .divFooterTop {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 50px 0;
    }

        .divFooterContener .divFooterTop .bottomRight {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
            min-width: 60%;
        }

            .divFooterContener .divFooterTop .bottomRight div {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }

                .divFooterContener .divFooterTop .bottomRight div span {
                    color: #e1373c;
                    font-weight: bold;
                    margin-bottom: 20px;
                }

                .divFooterContener .divFooterTop .bottomRight div a {
                    margin-bottom: 20px;
                }


        .divFooterContener .divFooterTop .bottomLeft {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            /*min-width: 25%;*/
        }

    .divFooterContener .divFooterBottom {
        border-top: 1px solid #dcdcdc;
        width: 100%;
        /*max-width: 960px;*/
        padding: 12px 0;
    }

        .divFooterContener .divFooterBottom .bottomMaster {
            max-width: 960px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
        }

            .divFooterContener .divFooterBottom .bottomMaster a {
                text-decoration: none;
            }


            .divFooterContener .divFooterBottom .bottomMaster .divTelCo img {
                width: 16px;
                margin-right: 5px;
            }

/* پایان بخش مربوط به پاورقی سایت */


/* مربوط به مودال پیگیری بلیت */

.divModalContent {
    border-radius: 0 0 15px 15px;
}

    .divModalContent .divModalHeader {
        background: #F5F5F5;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        padding: 20px;
        box-shadow: rgba(0,0,0,.16) 0 1px 4px;
    }

        .divModalContent .divModalHeader button {
            padding: 0;
            margin: 0;
        }

    .divModalContent .divModalBody {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 60px 0;
    }

        .divModalContent .divModalBody .divModalBodyTitel {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            border-left: 1px solid #dcdcdc;
            width: 40%;
            padding: 0 35px;
        }

            .divModalContent .divModalBody .divModalBodyTitel img {
                width: 100px;
                margin: 15px auto;
            }

            .divModalContent .divModalBody .divModalBodyTitel span {
                font-size: 12px;
                text-align: justify;
                padding: 10px;
                color: #3c3c3c;
                line-height: 35px;
                width: 100%;
            }

        .divModalContent .divModalBody .divModalBodyInput {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 60%;
        }

        .divModalContent .divModalBody input {
            height: 40px;
            width: 70%;
            border: solid 1px #ced4da;
            border-radius: 20px;
            text-align: center;
            margin: 15px auto;
            outline: none !important;
        }

            .divModalContent .divModalBody input:focus {
                border: solid 1px #dc373c;
            }

        .divModalContent .divModalBody .divModalBodyInput a {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            height: 50px;
            width: 70%;
            border-radius: 30px;
            padding-right: 10px;
            text-align: center;
            background: #dc373c;
            color: white;
            text-decoration: none;
            margin: 30px auto;
        }

            .divModalContent .divModalBody .divModalBodyInput a img {
                width: 20px;
                margin: 0 10px;
            }

    .divModalContent .divModalFooter {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F5F5F5;
    }

/* پایان بخش مودال پیگیری بلیت */


/* مربوط به لطفا چند لحظه صبر نمایید */

.divPleasWait {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: calc(50% - 60px);
    left: calc(50% - 100px);
    z-index: 99999;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 0px 10px #868686;
    background-color: #f5f5f5;
    width: 200px;
    height: 125px;
}

    .divPleasWait img {
        width: 80px;
    }

/* پایان لطفا چند لحظه صبر نمایید */


/* مربوط به بخش اطلاعات بیشتر */

.divPartData {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 50px auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .divPartData .divPartDataTitel {
        width: 70%;
        border-bottom: 1px solid #DCDCDC;
        display: flex;
        margin: 20px 20px 30px 0;
    }

        .divPartData .divPartDataTitel span {
            min-width: 150px;
            font-size: 18px;
            border-bottom: 4px solid #DC373C;
            padding-bottom: 10px;
        }

    .divPartData .divPartDataContaner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 150px;
        padding: 30px 0 15px 0;
        border: 1px solid #e1e1e1;
        border-radius: 20px;
        background: #fff;
        box-shadow: rgba(0,0,0,0.15) 2px 2px;
        position: relative;
    }

        .divPartData .divPartDataContaner .divMoreContent {
            width: 90%;
            direction: rtl;
            text-align: justify;
            min-height: 300px;
        }

            .divPartData .divPartDataContaner .divMoreContent p {
                direction: rtl;
                text-align: justify;
                line-height: 35px;
            }

            .divPartData .divPartDataContaner .divMoreContent span {
                /*font-size: 24px !important;*/
            }


    /* مربوط به دکمه بازگشت */
    .divPartData .divbtnback {
        position: absolute;
        left: 20px;
        top: 20px;
    }

        .divPartData .divbtnback a {
            width: 130px;
            height: 50px;
            border: 1px solid #CBCBCB;
            border-radius: 30px;
            background: #F5F5F5;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            font-size: 12px;
        }

        .divPartData .divbtnback img {
            width: 20px;
            float: unset;
        }

        .divPartData .divbtnback a:hover {
            background: #fdff94;
        }
/* پایان دکمه بازگشت */

/* پایان بخش اطلاعات بیشتر*/


