﻿
body {
    background-color: #FFF
}

.modal-backdrop {
    -webkit-filter: blur(8px); /* Safari 6.0 - 9.0 */
    filter: blur(8px);
}

    .modal-backdrop.show {
        opacity: 0.75
    }

.groupHeaderSection {
}

    .groupHeaderSection .groupheaderimg {
        padding: 20px;
        width: 100%
    }

#loadingmodal button.close {
    display: none
}

.ltr {
    direction: ltr !important
}

.groupFooterSection {
    padding: 20px;
}

    .groupFooterSection img {
        width: 100%
    }

.text-align {
    text-align: center
}

.p10 {
    padding: 15px
}

.m5 {
    margin: 5px
}

.mt10 {
    margin-top: 40px;
}

.mb10 {
    margin-bottom: 40px;
}

.badge-mistory {
    color: #000;
    font-weight: 100 !important;
    background-color: #ffe0de;
    min-width: 95px
}

a.badge-mistory:focus, a.badge-mistory:hover {
    color: #fff;
    font-weight: 500;
    background-color: #d7afac
}

a.badge-mistory.focus, a.badge-mistory:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(217 140 140 / 0.50)
}

.badge-gray {
    color: #000;
    background-color: #a0a0a0;
    min-width: 42px;
}

a.badge-gray:focus, a.badge-gray:hover {
    color: #fff;
    font-weight: 500;
    background-color: #b0b0b0
}

a.badge-gray.focus, a.badge-gray:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(163 163 163 / 0.50)
}


.badge-primarylight {
    color: #000;
    background-color: #c7e9ee;
}

.fixwithtiraj {
    min-width: 70px
}

.fixwithtoman {
    min-width: 120px
}

a.badge-primarylight:focus, a.badge-primarylight:hover {
    color: #000;
    background-color: #aae0e8
}

a.badge-primarylight.focus, a.badge-primarylight:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.bg-gray {
    background-color: #dedede
}

.nazanin {
    font-family: 'Nazanin', sans-serif
}

.iransans {
    font-family: 'IRANSans', sans-serif
}

.arial {
    font-family: Arial, Helvetica, sans-serif
}

.times {
    font-family: 'Times New Roman', Times, serif
}

.fontsize9 {
    font-size: 15px;
    font-weight: normal !important;
}

.btn-outline-lightgreen {
    background-color: #f7fff0 !important;
    border: 1px solid #bbbbbb
}

.fontsize10 {
    font-size: 19px;
    font-weight: normal !important;
}

.fontsize25 {
    font-size: 22px;
    font-weight: 100 !important
}


.floatgroupbox {
    position: fixed;
    display: none;
    top: 4%;
    right: 0;
    padding: 5px;
    border-radius: 7px;
    background-color: #edf2d0;
    opacity: 0.35;
    z-index: 99999 !important;
    border: 2px solid #c6ce94;
    color: #1d1d1d !important;
    font-size:12px
}

    .floatgroupbox:hover {
        opacity: 1.0;
    }

    .floatgroupbox li {
        color: #1d1d1d !important;
        display: block;
        padding: 8px;
        text-align: center;
        border-top: 1px solid #cdda75;
        border-bottom: 1px solid #cdda75;
        transition: all 0.5s ease;
    }

        .floatgroupbox li.active {
            background-color: #ffc45d;
            padding: 5px;
        }

        .floatgroupbox li:first-child {
            border-top: none !important
        }

        .floatgroupbox li:last-child {
            border-bottom: none !important
        }

        .floatgroupbox li:hover {
            background-color: #ffc45d;
            padding: 5px;
            cursor: pointer;
        }

@media screen and (max-width: 1024px) {
    .floatgroupbox {
        top: 0px;
        width: 100%;
        height: 80px;
        overflow-y: auto;
        opacity: 1;
        border-radius: 0;
        margin: 0;
        right: 0;
        border: none;
        -webkit-box-shadow: 0px 10px 13px -7px #000000, 3px 5px 15px -4px rgba(0,0,0,0);
        box-shadow: 0px 10px 13px -7px #000000, 3px 5px 15px -4px rgba(0,0,0,0);
    }

        .floatgroupbox li {
            padding: 1px;
        }
}

.vl {
    border-left: 3px solid #bbbbbb;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.v2 {
    border-left: 3px solid #bbbbbb;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -40px;
}

.bold {
    font-weight: 700 !important
}

.m1 {
    margin: 1px !important
}

.fontsize12 {
    font-size: 18px;
    font-weight: normal !important;
}

.headerreport {
    padding: 2px;
    border-bottom: 3px solid #bbb;
}

    .headerreport img {
        width: 100%;
    }

table {
    font-family: 'IRANSans';
    position: relative;
    border: none !important
}


    table tbody {
        z-index: 9;
    }

    table caption {
        position: absolute;
        width: 100%;
        top: 8%;
        text-align: center;
        z-index: 2;
        transition: all 0.3s linear;
    }

        table caption img {
            opacity: 0.08;
        }

    table tr:nth-child(even) {
        background: #edf2d0;
        border: 1px solid #e9f0bc
    }


    table thead {
        border-radius: 5px;
    }

        table thead th {
            z-index: 11;
            padding: 6px !important;
            text-align: center;
            font-family: 'IRANSans';
            font-size: 20px;
            border-bottom: 10px solid #FFF !important;
            border-top: none !important
        }

            table thead th:last-child {
                border-top-left-radius: 5px;
                border-bottom-left-radius: 12px;
            }

            table thead th:first-child {
                border-top-right-radius: 5px;
                border-bottom-right-radius: 12px;
            }

.table td, .table th {
    vertical-align: middle !important;
    padding: 0.55rem !important;
}

table td {
    z-index: 11;
    text-align: center;
    border: none !important
}

    table td.right {
        text-align: right
    }
.gapHeaderOnMobileDevice {
    height: 90px;
    width: 100%;
    background-color: #FFF;
}
@media (max-width:768px) {
    .fontsize12 {
        font-size: 12px;
    }
    table thead th {
        font-size: 10px;
    }

    #productsModal table thead th:last-child {
        display: none
    }

    #productsModal table tbody td:last-child {
        display: none
    }

    #productsModal table thead th:first-child {
        display: none
    }

    #productsModal table tbody td:first-child {
        display: none
    }

    .fontsize25 {
        font-size: 13px
    }

    .fixwithtiraj {
        min-width: 32px;
    }

    .fixwithtoman {
        min-width: 32px;
    }

    .modal-lg {
        width: 95% !important
    }

    .badge-gray {
        min-width: 25px
    }
    
    #tableprice .badge-gray {
        font-size: 9px
    }
    #tableprice thead th:first-child {
        display: none
    }
    #tableprice thead th:last-child {
        display: none
    }

    #tableprice tbody td:first-child {
        display: none
    }
    #tableprice tbody td:last-child {
        display: none
    }
    .row{
        margin-left:0px;
        margin-right:0px;
    }
    .container{
        padding-left:0;
        padding-right:0;
    }
    .groupHeaderSection .fontsize10 {
        font-size:15px
    }
    .groupHeaderSection .col-md-4 {
        text-align: center
    }
    .groupHeaderSection .groupheaderimg{
        width:80%
    }
}

    