@import "iranSans.css";

body{
    font-family: IRANSans_Bold;
}
.wrapper{
    width: 100%;
    height: 100vh;
    background: url("../../resources/images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1em;
}
.header{
    height: 70px;
    background-color: #2F353F;
    text-align: center;
}
.header img{
    height: 60px;
    width: 150px;
    margin-top:5px;
}
.header i.fa{
    color: #91969b;
    font-size: 2em;
    line-height: 70px;
    vertical-align: middle;
    cursor: pointer;
}
.content{
    text-align: center;
}
.messageTypeBox h2{
    font-size: 2em;
}
.content a.btn{
    width: 200px;
    height: 50px;
    line-height: 35px;
    vertical-align: middle;
}
.content a.btn{
    background-color: #eaeaea;
}

.messageTypeBox{
    color: #fff;
    text-align: center;
    margin-top: 15%;
    min-height: 150px;
    max-height: 150px;
}
.messageType{
    height: 50px;
    margin-top: 20px;
}
.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    color: #fff;
    background-color: #2F353F;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-family: IRANSans_Light;
}
#link{
    height: 30px;
    padding-top: 10px;
}

#link a{
    width: 115px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    margin: 0 auto;
}


/*---------------------------info Modal-------------------------------*/
.infoModal{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(47, 53, 63, 0.8);
}
.infoModal div:first-child{
    width: 33.33%;
    float: left;
    text-align: center;
}
.infoModal .fa{
    color: #fff;
    font-size: 2.5em;
    margin-top:15px;
    cursor: pointer;
}
.infoModal div:last-child{
    width: 70%;
    margin: 20% auto;
}
.infoModal p{
    color: #fff;
    font-size: large;
    text-align: center;
    direction: rtl;
    line-height: 50px;
}


.btn-customer{
    border: solid 2px white;
    background: transparent !important;
    color: white !important;
    line-height: 35px;
    margin-right: 20px;
}
.btn-customer:hover, .btn-default:hover{
    background: #4b4b4b !important;
    border: solid 2px #4b4b4b;
    color: #fff;
}

/*--------------------------------------------------------------------------*/




@media screen
and (max-device-width: 400px)
and (min-device-width: 100px)
{
    .wrapper{
        background-position-x: -300px !important;
        /*font-size: 3em;*/
    }
    .content a.btn{
        width: 80%;
        height: 100px;
        vertical-align: middle;
        line-height: 90px;
        font-size: 3em;
    }

    .messageTypeBox h2{
        font-size: 3em;
    }
    .footer{
        min-height: 60px;
        line-height: 50px;
        font-size: 2em;
    }

    #link{
        height: 60px;
        padding-top: 15px;
    }
    #link a{
        width: 230px;
        height: 35px;
        line-height: 30px;
        display: block;
        text-align: center;
        color: white;
        text-decoration: none;
        vertical-align: middle;
        margin: 0 auto;
    }
    .messageTypeBox{
        margin-top: 40%;
    }
    .header{
        height: 110px;
        background-color: #2F353F;
        text-align: center;
    }
    .header img{
        height: 100px;
        width: 150px;
        margin-top:5px;
    }
    .header i.fa{
        line-height: 100px;
    }
    .header i.fa{
        font-size: 6em;
        margin-top: 7px;
    }
    .infoModal .fa{
        font-size: 6em;
        margin-top: 12px;
    }
    .infoModal p{
        font-size: 2.5em;
        line-height: 70px;
        text-align: justify;
    }

    .btn-customer{
        margin-right: 20px;
		margin-left: 20px;
        margin-bottom: 20px;
    }
}
@media screen
and (max-device-width: 800px)
and (min-device-width: 400px)
{
    .wrapper{
        background-position-x: -390px !important;
    }
    .content a.btn{
        width: 80%;
        height: 100px;
        vertical-align: middle;
        line-height: 90px;
        font-size: 3em;
    }

    .messageTypeBox h2{
        font-size: 3em;
    }
    .footer{
        min-height: 60px;
        line-height: 50px;
        font-size: 2em;
    }
    #link{
        height: 60px;
        padding-top: 15px;
    }
    #link a{
        width: 230px;
        height: 35px;
        line-height: 30px;
        display: block;
        text-align: center;
        color: white;
        text-decoration: none;
        vertical-align: middle;
        margin: 0 auto;
    }

    .messageTypeBox{
        margin-top: 40%;
    }
    .header i.fa{
        line-height: 100px;
    }
    .header i.fa{
        font-size: 6em;
        margin-top: 7px;
    }
    .infoModal .fa{
        font-size: 6em;
        margin-top: 12px;
    }
    .infoModal p{
        font-size: 2.5em;
        line-height: 70px;
        text-align: justify;
    }
    .btn-customer{
        margin-right: 20px;
		margin-left: 20px;
        margin-bottom: 20px;
    }

}


/*-------------------------------public style--------------------------------*/
.display-none{
    display: none;
}
.display-block{
    display: block;
}
