@import "../fonts.css";

html, body{
    font: 12px "IRANSans", Arial, Helvetica, sans-serif;
    direction: rtl;
    text-align: right;
}

.-text-left{
    text-align: left;
    direction: ltr;
    /*font-family: Tahoma;*/
}
.-text-right{
    text-align: right;
    direction: rtl;
    font: 10px "IRANSans", Arial, Helvetica, sans-serif;
}

/*store modules - s-groups*/
.group-list-div{
    display: block;
    width: 170px;
    height: 170px;
}
.groups{
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    padding: 2px;
    box-shadow: 1px 1px 3px gray;
}
.groups img{
    display: inline;
    max-width: 145px;
    max-height: 145px;

}
.groups-info{}
.groups-info strong{
    color: #515151;
    font-size: 14px;
}
.groups span{
    display: inline;
    font-size: 20px;
    line-height: 0;
}

.small-product-pic{
    max-width: 100px;
    max-height: 70px;
    border-radius: 30px;
    box-shadow: 0 0 3px gray;
    vertical-align: text-bottom;
}
#menu-items ul, li{
    list-style: none;
    line-height: 30px;
}
#menu-items ul:hover{background-color: #ffffff;}
#menu-items ul:hover{
    background-color: #ededed;
}
#menu-items li:hover{
    background-color: #ededed;
}
.store-logo{
    max-width: 170px;
    max-height: 170px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 1px 3px gray;
}
.store-logo img{
    max-width: 150px;
    max-height: 150px;
}

/* lockpage.html */
.lp-time{
    margin-top: 50px;
    font-size: 100px;
    color: #ffffff;
    text-shadow: 1px 1px 4px gray;
}
.lp-username{
    font-size: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 4px gray;
}
.lp-avatar-div{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100px;
    border: 10px solid white;
    text-align: center;
}
.lp-avatar-div img{
    max-width: 200px;
    max-height: 200px;
}

[class*='label-']{
    font-size: 12px;
}

/*@media (min-width:992px){*/
    .modal-xl {
        width: 90%;
        max-width:1300px;
    }
/*}*/

.once-login{
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200000;
}
.once-login img{
    position: fixed;
    z-index: 200001;
}