﻿
@media screen and (min-width: 1000px) {

    .div-5 {
        width: 1000px;
        margin: 0 auto;
    }
}

/***************** جدول آبی ****************/

.rwd-table1 {
    margin: auto;
    border-collapse: collapse;
}

    .rwd-table1 tr:first-child {
        border-top: none;
        /*background: #428bca;*/
        color: #000000;
        background-color: #428bca !important;
    }

    .rwd-table1 tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        /*background-color: #f5f9fc;*/
    }

        .rwd-table1 tr:nth-child(odd):not(:first-child) {
            /*background-color: #ebf3f9;*/
        }

    .rwd-table1 th {
        display: none;
        color: white;
    }

    .rwd-table1 td {
        display: block;
    }

        .rwd-table1 td:first-child {
            margin-top: .5em;
        }

        .rwd-table1 td:last-child {
            margin-bottom: .5em;
        }

        .rwd-table1 td:before {
            content: attr(data-th) " :";
            font-weight: bold;
            /*width: 120px;*/
            display: inline-block;
            color: #000;
        }

    .rwd-table1 th,
    .rwd-table1 td {
        text-align: right !important;
    }

.rwd-table1 {
    color: #333;
    border-radius: .21em;
    /*overflow: hidden;*/
}

    .rwd-table1 tr {
        border-color: #bfbfbf;
    }

    .rwd-table1 th,
    .rwd-table1 td {
        padding: .5em 1em;
    }

.height_IndexPanel {
    height: 50px;
    background-color: #ffffff;
}

.div_IndexPanel {
    width: 70px;
    height: 19px;
    border-radius: 5px;
}

@media screen and (max-width: 601px) {
    .rwd-table1 tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table1 tr:hover:not(:first-child) {
        /*background-color: #d8e7f3;*/
    }

    .rwd-table1 td:before {
        display: none;
    }

    .rwd-table1 th,
    .rwd-table1 td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table1 th:first-child,
        .rwd-table1 td:first-child {
            padding-left: 0;
        }

        .rwd-table1 th:last-child,
        .rwd-table1 td:last-child {
            padding-right: 0;
        }

    .rwd-table1 th,
    .rwd-table1 td {
        padding: .7em !important;
    }
}

@-webkit-keyframes rightLeft {
    0% {
        -webkit-transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-10px);
    }

    75% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes rightLeft {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    75% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

/*************************  سفارش های من  ************************************/

.icofont-trash {
    color: #c62923;
    cursor: pointer;
    font-size: 1.2rem;
}

.gray {
    background-color: #f2f2f2;
}

.white {
    background-color: #ffffff;
}

.icon {
    color: white;
    font-size: 1.3rem;
    padding: 2px;
    border-radius: 100%;
    background-color: #FF0000;
}

.icon2 {
    color: white;
    font-size: 1.3rem;
    padding: 2px;
    border-radius: 100%;
    background-color: yellowgreen
}

.botton {
    position: absolute;
    top: 0;
    left: 5px;
    height: 40px;
    width: 40px;
    background-color: #9c27b0;
    border-radius: 100%;
    display: inline-block;
    padding-top: 10px;
    font-size: 19px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.mainDiv_OrderDetail {
    border: 1px solid #FFFFFF;
    height: auto;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px 0px #bfbfbf;
    position: relative;
    border: 1px solid #ccc !important;
}

.sp1_OrderDetail {
    padding: 4px 10px;
    font-size: 0.85rem;
}

.sum_OrderDetail {
    color: brown;
    font-weight: 700 !important;
    background-color: aliceblue;
}

/******************************************  اطلاعات کاربری  *********************************/

.floating-label {
    position: absolute;
    pointer-events: none;
    right: 25px;
    top: 18px;
    transition: 0.2s ease all;
    z-index: 10;
    font-size: 0.8rem;
}

input[type="text"], textarea {
    outline: none;
    box-shadow: none !important;
    /*border:1px solid #ccc !important;*/
}

.form-group > input:focus {
    outline: none;
}

.form-group {
    /*position:relative;*/
    display: inline-block;
}

    .form-group::after, .form-group::before {
        content: ' ';
        width: 0%;
        bottom: 12px;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        transition: ease-in-out .5s all;
    }

    .form-group::before {
        width: 100%;
        border-bottom: 3px solid #939393;
    }

    .form-group::after {
        border-bottom: 3px solid #ed2553;
    }

    .form-group:focus-within::after {
        width: 100%;
    }

/*.cr {
    width: 1.5em !important;
    height: 1.5em !important;
}

.cr-icon {
    font-size: 1.5em !important;
    left: 0 !important;
}

.cr .cr-icon {
    left: 0px !important;
    top: 9px !important;
}*/

.img_Profile img {
    width: 80px;
    height: 80px;
    border-radius: 100%
}

.img_Profile p {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 1em 0 0 0;
    color: #959595;
    letter-spacing: -1px;
}

.info_Profile input {
    font-size: 1rem;
    color: #000000;
    background-color: transparent;
    height: 43px;
    border: none !important;
}

.info_Profile i {
    position: absolute;
    right: 5px;
    top: 20px;
    font-size: 1.3rem;
    color: silver;
}

.info_Profile span {
    color: #BCBCBC;
    background-color: transparent;
    font-size: .8rem
}

.btn_Profile {
    width: 130px;
    font-size: 0.85rem
}

/*******************************  Loading   ********************************/

.wrapper1 {
    margin: 30px;
    padding: 30px;
    background: #fff;
}

.wrapper1-cell {
    display: flex;
    margin-bottom: 30px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: 468px 0;
    }

    100% {
        background-position: -468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: 468px 0;
    }

    100% {
        background-position: -468px 0;
    }
}

.animated-background, .text-line, .image {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: linear-gradient(to right, #e3dede 8%, #f0f0f0 18%, #d0d0d052 33%);
    /*background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);*/
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.image {
    height: 60px;
    width: 60px;
}

.text {
    margin-left: 20px;
}

.text-line {
   
    margin: 4px 0;
    color: #fff;
    width: 90px;
    height: 45px;
    border-radius: 5px;
}

.btnNewOrder {
    font-family: IranSans;
    position: fixed;
    top: 20px;
    z-index: 15;
    left: 14px;
    border: 1px solid #ed3d46;
    background-color: #ff4332;
    font-size: 0.9rem;
    color: white;
}

    .btnNewOrder:hover {
        border: 1px solid #ff4332;
        background-color: #ed3d46;
        color: white;
    }

.btnChangePass {
    font-size: 0.85rem;
}

#loginUserInfo {
    position: fixed !important;
}

.sticky_Panel {
    position: sticky !important;
    top: 35px !important;
    font-size: .85rem;
}

/*جدول آبی که رسپانسیو نیست و اسکرول افقی میشه*/

.rwd-table2 {
    color: #333;
    border-radius: .21em;
}

    .rwd-table2 tr:first-child {
        border-top: none;
        background: #428bca;
        color: #333;
        font-size: .9rem
    }

    .rwd-table2 tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #f5f9fc;
    }

        .rwd-table2 tr:nth-child(odd):not(:first-child) {
            background-color: #ebf3f9;
        }

    .rwd-table2 th {
        display: block;
        color: white;
    }

    .rwd-table2 td {
        display: block;
        font-weight: 400;
    }

        .rwd-table2 td:first-child {
            margin-top: .5em;
        }

        .rwd-table2 td:last-child {
            margin-bottom: .5em;
        }

        .rwd-table2 td:before {
            content: attr(data-th) " :";
            font-weight: bold;
            display: inline-block;
            color: #000;
        }

    .rwd-table2 th,
    .rwd-table2 td {
        text-align: center !important
    }

    .rwd-table2 tr {
        border-color: #bfbfbf;
    }

    .rwd-table2 th,
    .rwd-table2 td {
        padding: .5em 1em;
    }

    .rwd-table2 tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

    .rwd-table2 td:before {
        display: none;
    }

    .rwd-table2 th,
    .rwd-table2 td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table2 th:first-child,
        .rwd-table2 td:first-child {
            padding-left: 0;
        }

        .rwd-table2 th:last-child,
        .rwd-table2 td:last-child {
            padding-right: 0;
        }

    .rwd-table2 th,
    .rwd-table2 td {
        padding: .5em !important;
    }

    .rwd-table2 th,
    .rwd-table2 td {
        min-width: 50px;
    }

    .rwd-table2 tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

/*جدول وقتی کوچیک میشه اسکرول افقی میشه دیگه رسپانسیو نمیشه*/

/*https://jsfiddle.net/peanut/zvskLcef/*/

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
    /*height: 100px*/
    height: auto !important;
}

.titleEnd_Bill {
    width: 200px;
}

.titleEnd_Bill2 {
    width: 100px;
}

@media screen and (min-width: 481px) {
     .desc_Bill1 {
         display: block !important
     }

     .desc_Bill2 {
         display: none !important
     }
 }

@media screen and (max-width: 480px) {
     .desc_Bill1 {
         display: none !important
     }

     .desc_Bill2 {
         display: block !important
     }

     .rwd-table2 {
         font-size: .75rem;
     }
 }

/****پایان جدول آبی رسپانسیو نیست و اسکرول افقی میشه****/

/*******************************  ResidenceHistory   ********************************/

.modal-header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 11;
}

.img_ResidenceHistory {
    height: 130px;
}

/*******************************  Bill   ********************************/

.txt_Bill {
    background-color: #f2f2f2;
    border: 2px solid #cdcdcd;
    border-right: none;
    border-left: none
}

.desc_Bill {
    color: #fff;
    background-color: #25b308;
    border-radius: 100px;
    line-height: 1;
}

/*******************************  Credit   ********************************/

.refresh_Credit {
    width: 30px;
    height: 30px;
}

    .refresh_Credit i {
        font-size: 1.1rem;
    }

.input_GroupChargeWallet {
    font-size: 1.15rem;
    height: 45px
}

.alert_GroupChargeWallet strong {
    font-size: 1.3rem;
    font-weight: 400;
}

.alert_GroupChargeWallet label {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.9;
    display: inline;
}

.firstRow_GroupChargeWallet {
    height: 100px;
    width: 100%;
    background-color: rgb(3, 169, 244);
    border-bottom: 1px solid #E5E5E5
}

.firstDiv_GroupChargeWallet {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: -50px;
    margin-bottom: 15px;
    background-color: white;
    border: 4px solid #03a9f4;
}

.firstDiv_GroupChargeWallet i {
    color: #102C58;
    font-size: 4rem;
}

.credit_GroupChargeWallet label {
    color: darkgrey;
    font-size: 1rem;
    font-weight: 500
}

.money_GroupChargeWallet {
    font-size: 1rem;
    color: #102C58;
}

.money_GroupChargeWallet span {
    font-size: 1.5rem;
    font-weight: 500
}

.money_GroupChargeWallet lable {
    font-size: .5rem !important;
    font-weight: 400
}

.amount_GroupChargeWallet {
    color: brown
}

.amount_GroupChargeWallet span {
    font-size: 1rem;
    font-weight: 500
}

.amount_GroupChargeWallet label {
    font-size: .7rem;
    font-weight: 400
}

.btn_GroupChargeWallet {
    font-size: 1.2rem;
    font-weight: 500
}