﻿
/*@font-face {
    font-family: iconics;
    src: url('../fonts/wolmart87d5.eot');
    src: url('../fonts/wolmart87d5.eot?#iefix') format('FontName-opentype'), url('../fonts/wolmart87d5.woff') format('woff'), url('../fonts/wolmart87d5.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

::-webkit-file-upload-button {
    background: black;
    color: red;
    padding: 1em;
}

input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    max-height: 22px;
    max-width: 40px;
    left: auto;
}

.inputdiv {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: skyblue;
    border-radius: 5px;
    cursor: pointer;
}

.inputlabel {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

div.dragover {
    background-color: #aaa;
}


.opf {
    font-family: tahoma;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.breadcrumb {
    font-size: 14px;
    font-weight: bold;
    color: #adadad;
}

.breadcrumb-item a {
    text-decoration: none;
}


/*-------------------------------------------------------------------*/

.row-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgGray {
    filter: grayscale(0.6);
}

/*-------------------------------------------------------------------*/

@media screen and (max-width: 566.9px) {
    .swipperh {
        max-height: 200px;
    }
}

@media screen and (min-width: 567px) {
    .swipperh {
        display: none;
    }
}

/*-------------------------------------------------------------------*/

}@media screen and (max-width: 1199.9px) {
    .l-hide {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .l-hide {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .minimobhide {
        display: none;
    }
}


@media screen and (min-width: 381px) {
    .minimobhide {
        display: block;
    }
}


@media screen and (max-width: 799.9px) {
    .visflex {
        display: flex;
    }

    .mobvisflex {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .visflex {
        display: none;
    }

    .mobvisflex {
        display: flex;
    }
}


@media screen and (max-width: 399px) {
    .sm-hide {
        display: none;
    }

    .sm-show {
        display: block;
    }
}


@media screen and (min-width: 400px) {
    .sm-hide {
        display: block;
    }

    .sm-show {
        display: none;
    }
}

.grad1 {
    height: 200px;
    background-image: linear-gradient(#85ad36, #395f8b );
}

.grad2 {
    height: 200px;
    background-image: repeating-radial-gradient( #395f8b, #85ad36 );
}

/*-------------------------------------------------------------------*/

.center-screen {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-screen-c {
    position: center;
    margin-left: auto;
    margin-right: auto;
}


.center-h {
    position: center;
    margin-left: auto;
    margin-right: auto;
}

.center-v {
    margin-top: auto;
    margin-bottom: auto;
}

/*- SIDE BAR ----------------------------------------------*/

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.bif {
    font-size: 18px;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0px;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 500;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: '◄';
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
            -ms-transform: rotate(45deg); /* IE 9 */
            -ms-transform-origin: 20% 40%; /* IE 9 */
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-right: 1.5rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}

.menuFont {
    font-size: 14px;
    font-weight: 600;
}


.itemfont {
    font-size: 13px;
    font-weight: 400;
}

.sidebar {
    color: inherit;
}

.MobileSidebar {
    display: none;
}

@media screen and (min-width: 768px) {

    .mr-md-5 {
        margin-right: 10px;
    }

    .bgnav {
        padding: 1rem;
        border: 0px solid silver;
        border-radius: 10px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 768px) {

    .bgnav {
        margin: 5px;
        border-radius: 10px;
        vertical-align: middle;
        min-height: 0px;
    }

    /* .sidebar {
        display: none;
    }*/

    .MobileSidebar {
        display: block;
    }
}

/*-------------------------------------------------------------------*/

.notificationb {
    /*background-color: #555;*/
    color: navy;
    font-size: 16px;
    text-decoration: none;
    bottom: -7px;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}


    .notificationb .badge {
        font-size: 12px;
        width: 26px;
        font-weight: normal;
        position: absolute;
        top: -4px;
        right: -4px;
        padding: 2px 4px;
        border-radius: 33%;
        background-color: red;
        color: white;
    }


.scol-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.scol {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.dialogframegs {
    border: 1px solid var(--site-green);
    border-radius: 10px;
    background: var(--site-silver);
    padding: 1rem;
}


.dialogframebs {
    border: 1px solid var(--site-blue);
    border-radius: 10px;
    background: var(--site-silver);
    padding: 1rem;
}


.dialogframebw {
    border: 1px solid var(--site-blue);
    border-radius: 10px;
    background: white;
    padding: 1rem;
}

/*----------------------------------------------------------*/

.TitleLine1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.TitleLine2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ThrouthLine {
    text-decoration-line: line-through;
    color: gray;
}

/*----------------------------------------------------------*/

.tdcolof {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*----------------------------------------------------------*/



.bp {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
}

.bsg {
    background: var(--site-green);
}

.bsb {
    background: var(--site-blue);
}

.bss {
    background: var(--site-silver);
}

.collapsible {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.ml-1 {
    margin-left: 0.5rem;
}

.mr-1 {
    margin-right: 0.5rem;
}


.ml-2 {
    margin-left: 1rem;
}

.mr-2 {
    margin-right: 2rem;
}


.ml-3 {
    margin-left: 2rem;
}

.mr-3 {
    margin-right: 2rem;
}


.ml-4 {
    margin-left: 3rem;
}

.mr-4 {
    margin-right: 3rem;
}


.ml-5 {
    margin-left: 4rem;
}

.mr-5 {
    margin-right: 4rem;
}


.mycheck {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.5rem
}

.mycheck2 {
    width: 1rem;
    height: 1rem;
}

.row {
    --bs-gutter-x: 0;
}
/*
table {
    border-collapse: collapse;
}

td,
th {
    padding: 8px;
}

tr {
    border: none;
    cursor: pointer;
    display: block;
    justify-content: flex-start;
}

    tr:first-child:hover {
        cursor: default;
    }

    tr:hover {
    }*/

.expanded-row-content {
    border-top: none;
    display: grid;
    grid-column: 1/-1;
    justify-content: flex-start;
}

.hide-row {
    display: none;
}

.footerBottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 120px;
        background-color: steelblue;
        color: white;
        text-align: center;
        border-radius: 3px;
        margin: -20px 0;
        padding: 2px;
        font-family: IRANSansfanum;
        font-weight: normal;
        font-size: 12px;
        /* Position the tooltip */

        position: absolute;
        z-index: 1;
    }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
    }

.rowbss {
    --bs-gutter-x: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pbadge {
    height: 16px;
    border-radius: 10px;
    border: 1px solid;
    font-size: 12px;
    padding: 0.5rem;
    margin-right: 5px;
    margin-left: 5px;
}

.linelimited {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 2.4em;
    line-height: 1.2em;
}

.linelimited2 {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 1.7em;
    line-height: 1.2em;
}

.linelimited2-5 {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 2.2em;
    line-height: 1.3em;
}

.linelimited3 {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 2.5em;
    line-height: 1.2em;
}

.linelimited5 {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 4.8em;
    line-height: 1.2em;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.page[size="A4"] {
    background: white;
    width: 21cm;
    height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

@media print {
    body, page[size="A4"] {
        margin: 0;
        box-shadow: none;
    }
}

.rounded-5 {
    border-radius: 5px;
}

.border1 {
    border-width: 1px !important;
    border-color: silver !important;
    border-style: solid !important;
    border-radius: 3px !important;
}

.text-over-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-over-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;        
}

.text-over-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-container-s {
    display: table;
    width: 100%;
}

.col-s {
    display: table-cell;
    padding: 16px;
}



.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius);
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius);
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: var(--bs-accordion-border-radius);
            border-bottom-left-radius: var(--bs-accordion-border-radius);
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0;
    }

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
