﻿
/* شروع بخش مربوط به ریسپانسیو صفحه */

/* بخش مربوط به سربرگ سایت */
@media screen and (max-width: 640px) {
    .topheader .divLogo {
        /*display: none;*/
    }

        .topheader .divLogo img {
            height: 55px;
        }

    .topheader .searchticket {
        display: none;
    }

    .topheader .searchticketSmall {
        display: flex;
    }

    .topheader .divAfterLogin .divFollowTicket {
        display: block;
    }

    .topheader .divRigester {
        min-width: 160px !important;
        font-size: 10px !important;
    }

        .topheader .divRigester img {
            display: none;
        }

        .topheader .divRigester .divFollowTicket {
            display: block;
        }

    .divUserLogin .UserData .spanWellcom {
        display: none;
    }

    .topheader .divUserLogin {
        flex-direction: row-reverse;
        justify-content: center;
    }

        .topheader .divUserLogin img {
            width: 25px;
            height: 25px;
            margin: 0 5px;
            display: none;
        }

        .topheader .divUserLogin .UserData .spanUserName {
            font-family: irsans;
            font-size: 10px;
            margin-right: 5px;
        }

    .divpuster img {
        min-height: 75px;
    }
}


/* پایان بخش مربوط ب سربرگ سایت */

/* مربوط به بخش اصلی صفحه */
@media screen and (max-width: 1200px) {
    .divbarname .divbarnamebazigar {
        width: 95px;
    }

        .divbarname .divbarnamebazigar label {
            font-size: 10px;
            text-align: center;
            font-weight: 300;
        }
}

@media screen and (max-width: 991px) {
    .divbarname .divbarnametitel {
        width: 100%;
    }

    .divbarname .divbarnamebazigar {
        margin-top: 5px;
    }
}

@media screen and (max-width: 640px) {
    .divbarname {
        flex-direction: column;
    }

        .divbarname .divBarnameImages {
            width: 100%;
            height: auto;
        }

        .divbarname .divimgbarname, .divbarname .divslidbarname {
            display: flex;
            height: auto;
        }

    .divbarnametiteltop div {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }

    .divbarnametitel div {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 5px !important;
    }

    .divbarname .divbarnametitel {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
    }

        .divbarname .divbarnametitel div {
            justify-content: center;
        }

    .divbarname .divbarnametiteltop {
        width: 100%;
        padding-top: 5px;
    }

    /*.divbarname .divbarnamebazigar {
        width: 100%;
        height: auto;
        text-align: right;
        padding-right: 10px;
    }*/

    .divbarname .divbarnamesandalitime {
        width: 100%;
    }

    .divbarname .divbarnamesandali {
        margin: 0;
        width: 50%;
    }

    .divbarname .btnbarnameview {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .divbarname .divBarnameData {
        height: auto;
        width: 100%;
    }
}

/* پایان قسمت مربوط به بخش اصلی صفحه */

/* بخش مربوط به پاورقی سایت */
@media screen and (max-width: 640px) {
    .divFooterContener .divFooterTop {
        flex-direction: column;
    }

        .divFooterContener .divFooterTop .bottomRight {
            width: 100%;
            padding: 0 10%;
        }

            .divFooterContener .divFooterTop .bottomRight div a {
                font-size: 10px;
            }

        .divFooterContener .divFooterTop .bottomLeft {
            width: 100%;
            justify-content: space-around;
        }

    .divFooterContener .divFooterBottom {
        padding: 12px 10px;
        font-size: 11px;
    }

        .divFooterContener .divFooterBottom .bottomMaster {
            flex-direction: column;
        }
}

/* پایان بخش مربوط به پاورقی سایت */

/* بخش مربوط به مودال پیگیری بلیت */
@media screen and (max-width: 991px) {
    .divModalContent .divModalBody {
        flex-direction: column;
        padding: 0;
    }

        .divModalContent .divModalBody .divModalBodyTitel {
            width: 100%;
            border-left: 0px;
        }

            .divModalContent .divModalBody .divModalBodyTitel img {
                margin: 5px auto;
            }

            .divModalContent .divModalBody .divModalBodyTitel span {
                padding: 0;
            }

        .divModalContent .divModalBody input {
            margin: 5px auto;
        }

        .divModalContent .divModalBody .divModalBodyInput {
            width: 100%;
        }

            .divModalContent .divModalBody .divModalBodyInput a {
                margin: 5px auto 10px auto;
            }
}

/*پایان بخش مربوط به مودال پیگیری بلیت*/
