﻿@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.ttf') format('truetype');
}

@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.woff') format('woff');
}
/*farsi-font*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}



:root {
    --font: #334d9a;
    --green: #4caf50;
    --red: #db2727;
    --link-color: #6d92ff;
    --light-color: #f5f5f5;
}

html, body {
    margin: 0;
    font-family: Dark-Sans !important;
    font-size: 14px;
    line-height: 25px;
    background-color: #f0f0f0;
    direction: rtl;
}


body {
    display: flex;
    justify-content: center;
    align-items: center;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*btn*/

.btn-page {
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    border: 0px;
    float: left;
    margin: 0px 15px;
    border-radius: 0;
    box-shadow: 0 3px 14px rgba(50, 50, 93, 0.1);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 0.8rem;
    outline: none;
}

a.btn-page {
    text-decoration: none;
}

.my-btn.no3 {
    color: white;
    background-color: #FF3333;
}

    .my-btn.no3:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        background: #FF3333;
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    }

    .my-btn.no3:active {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: #FF3333;
    }


.btn {
    display: inline-block;
    font-weight: 400;
    color: #7e7e7e;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    margin-bottom: 5px;
    line-height: 1.5;
    border-radius: 0.2rem;
    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;
}

    .btn:hover {
        color: #7e7e7e;
        text-decoration: none;
    }

td .reportL {
    font-size: 0.7rem;
    padding: 8px 10px;
    min-width: 50px;
}

.reportL {
    opacity: 0.7;
    padding: 0 8px;
    border-radius: 15px;
}

.btn-info:focus, .btn-warning:focus, .btn-success:focus, .btn-secondary:focus, .btn-primary:focus, .btn:focus {
    box-shadow: none;
}

.greenL {
    color: #fff;
    background-color: #2bd573;
    border-color: #2bd573;
    transition: all 0.3s;
}

    .greenL:hover {
        color: #fff;
        background-color: #25b863;
        border-color: #25b863;
    }

    .greenL .icon i {
        color: #2bd573;
    }

.btn-success {
    color: white;
    background-color: #56C7CE;
    border-color: #56C7CE;
}

    .btn-success:hover {
        color: white;
        background-color: #39bdc5;
        border-color: #36b3bb;
    }


    .btn-success .icon i {
        color: #56C7CE;
    }

.btn-info {
    color: #fff;
    background-color: #5856CE;
    border-color: #5856CE;
}

    .btn-info:hover {
        color: #fff;
        background-color: #3b39c5;
        border-color: #3836bb;
    }

    .btn-info .icon i {
        color: #5856CE;
    }

.btn-warning {
    color: #fff;
    background-color: #FFC107;
    border-color: #FFC107;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #FF9800;
        border-color: #FF9800;
    }

    .btn-warning .icon i {
        color: #FFC107;
    }

.redL {
    color: #fff;
    background-color: #FF3333;
    border-color: #FF3333;
}

    .redL:hover {
        color: #fff;
        background-color: #ff0d0d;
        border-color: red;
    }


    .redL .icon i {
        color: #FF3333;
    }


.btn-light {
    color: #212529;
    background-color: #c8c8c8;
    border-color: #c8c8c8;
}

    .btn-light:hover {
        color: #212529;
        background-color: #b5b5b5;
        border-color: #afafaf;
    }


    .btn-light .icon i {
        color: #c8c8c8;
    }

.btn-dark {
    color: #fff;
    background-color: #6e6e6e;
    border-color: #6e6e6e;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #5b5b5b;
        border-color: #555555;
    }



    .btn-dark .icon i {
        color: #6e6e6e;
    }

.btn-outline-primary {
    color: #52b141;
    border-color: #52b141;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #52b141;
        border-color: #52b141;
    }

.btn-outline-secondary {
    color: #FF285C;
    border-color: #FF285C;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #FF285C;
        border-color: #FF285C;
    }

.btn-outline-success {
    color: #56C7CE;
    border-color: #56C7CE;
}

    .btn-outline-success:hover {
        color: #212529;
        background-color: #56C7CE;
        border-color: #56C7CE;
    }

.btn-outline-info {
    color: #5856CE;
    border-color: #5856CE;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #5856CE;
        border-color: #5856CE;
    }

.btn-outline-warning {
    color: #ff6d4d;
    border-color: #ff6d4d;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ff6d4d;
        border-color: #ff6d4d;
    }

.btn-outline-danger {
    color: #FF3333;
    border-color: #FF3333;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #FF3333;
        border-color: #FF3333;
    }

.btn-outline-light {
    color: #c8c8c8;
    border-color: #c8c8c8;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #c8c8c8;
        border-color: #c8c8c8;
    }

.btn-outline-dark {
    color: #6e6e6e;
    border-color: #6e6e6e;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #6e6e6e;
        border-color: #6e6e6e;
    }

.btn-link {
    font-weight: 400;
    color: #52b141;
    text-decoration: none;
}

    .btn-link:hover {
        color: #38792c;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }







.background {
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
   
}



.my-card {
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}



.body-card {
    margin: 0 15px;
}

.leftbox {
    padding: 15px;
    background: #fdfdfd;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .leftbox .form-group {
        text-align: right;
        margin: 0px;
        margin-bottom: 0.5rem;
    }

        .leftbox .form-group > label {
            font-size: 0.8rem;
            text-align: right;
            margin: 0;
            margin-right: 15px;
        }

    .leftbox input, .leftbox select {
        background-color: var(--light-color);
        border: none;
        font-size: 0.8rem;
        padding: 8px 10px;
        border-radius: 0;
        transition: all 0.6s;
    }

        .leftbox input:hover, .leftbox select:hover,
        .leftbox input:focus, .leftbox select:focus {
            background-color: #c8c8c8;
            border: none;
            box-shadow: none;
        }

.my-table .control {
    display: block;
    position: relative;
    padding-right: 23px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 0.8rem;
}

    .my-table .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.my-table input, .leftbox select {
    background-color: var(--light-color);
    border: none;
    font-size: 0.8rem;
    padding: 8px 10px;
    border-radius: 0;
}

.my-table .control__indicator {
    position: absolute;
    top: 2px;
    right: 0;
    height: 20px;
    width: 20px;
    background: #8796c4;
}


    .my-table .control input:checked ~ .control__indicator:after {
        display: block;
    }

.my-table .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.my-table .control--checkbox .control__indicator:after {
    right: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.my-table th strong {
    font-weight: 500;
    font-size: 0.8rem;
    text-align: center;
}

    .my-table th strong i {
        text-align: center;
    }

.my-table .txt-table {
    font-weight: 500;
    font-size: 0.8rem;
    text-align: center;
}

.my-table.table thead tr, .my-table.table thead th {
    /*border: none;*/
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
}

.my-table.table tr, .my-table.table th {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-bottom: 5px solid #fff;
}

.my-table.table tbody tr {
    background: var(--light-color);
}


.table td:last-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 20px;
}

.table td:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 20px;
}

.table .dropdown {
    display: inline-block;
}










.dropdown-menu {
    padding: 0.25rem 0;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}


.table.my-table .dropdown-menu a {
    display: flex;
    font-size: 0.8rem;
    font-weight: 400;
}

    .table.my-table .dropdown-menu a .iconL {
        margin: 0px 5px;
        padding: 0px 6px;
        height: 25px;
        width: 25px;
        font-size: 0.8rem;
        border-radius: 2px;
    }

.my-pagination li {
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 5px 3px;
}

    .my-pagination li a {
        border-radius: 4px;
        background: #f9f9f9;
        border: none;
    }

.my-pagination .page-link:not(:disabled):not(.disabled) {
    border: none;
}

.my-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #504eda;
    border-color: #504eda;
}

@media (max-width: 576px) {
}





.Search-more {
}


    .Search-more .panel-heading {
        margin: 10px auto;
        border-radius: 3px;
        background: linear-gradient(60deg,#f1f1f1,#e1e1e1);
    }

    .Search-more .panel-title > a, .Search-more .panel-title > a:active {
        display: block;
        color: var(--font);
        font-size: 1rem;
        padding: 15px 10px;
    }

    .Search-more .panel-heading a:before {
        color: var(--font);
        content: '\f359';
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: normal;
        font-size: 1.5rem;
        float: left;
        transition: all 0.5s;
    }

    .Search-more .panel-heading.active a:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.btn-icon {
}


    .btn-icon .btn {
        background-color: rgba(198, 198, 198, 0.1);
        border-radius: 3px;
        padding: 3px 5px;
        width: 100%;
        text-align: center;
        border: transparent;
        transition: all 0.5s
    }

        .btn-icon .btn:hover {
            background-color: rgba(50, 50, 93, 0.3);
        }

        .btn-icon .btn .icon {
            font-size: 1rem;
            background: #fff;
            /*color: var(--font);*/
            float: right;
            width: 25px;
            height: 25px;
            border-radius: 50%;
        }

        .btn-icon .btn i {
            font-size: 1rem;
            /*color: var(--font);*/
            padding: 5px 5px;
        }

        .btn-icon .btn span {
            font-size: 0.7rem;
            color: var(--font);
            position: relative;
            top: 3px;
            text-align: right;
        }


::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c4c4c4;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #c4c4c4;
    }

.panel-title .toggle-pan {
    text-align: right;
}

    .panel-title .toggle-pan, .panel-title .toggle-pan:hover, .panel-title .toggle-pan:active {
        text-decoration: none;
    }

.greenL-green {
    color: #fff !important;
    background-color: #2bd573 !important;
    border-color: #2bd573 !important;
    transition: all 0.3s !important;
}



.k-dropdown, .k-dropdown:hover, .k-dropdown:active, .k-dropdown:focus {
    background-color: transparent;
}

.k-dropdown-wrap.k-state-default {
    background-color: #e9e9e9 !important;
    border-color: #f2f2f2 !important;
}
/*Grid*/
.k-grid-content {
    overflow-y: auto !important;
}

.k-grid.k-widget {
    border-color: #fff;
}

.k-grid-header {
    border-color: #fff;
    background-color: #fff;
}

.k-rtl .k-grid-header .k-header {
    background-color: #fff;
    border-color: #fff;
}

.k-pager-wrap.k-grid-pager.k-widget {
    background-color: #fff;
}

.k-grid-content .k-selectable tbody tr {
    border-radius: 5px;
    background-color: #f5f5f5;
}

    .k-grid-content .k-selectable tbody tr.k-state-selected {
        background-color: rgba(4, 59, 117, .85);
    }

        .k-grid-content .k-selectable tbody tr.k-state-selected td {
            color: #fff !important;
        }

    .k-grid-content .k-selectable tbody tr td {
        border-color: #fff;
        border-left: unset;
        border-bottom-width: 8px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.k-rtl .k-grid-header .k-header:first-child, .k-rtl .k-grid tbody td:first-child, .k-rtl .k-grid tfoot td:first-child {
    border-left-width: 0px
}

.k-grid-pager .k-link, .k-pager-numbers .k-state-selected {
    border-radius: 5px !important;
}

.k-pager-numbers .k-state-selected {
    background-color: #504eda !important;
    border-color: #504eda !important;
}

.k-pager-numbers .k-link {
    border-color: #c5c5c5;
}

    .k-pager-numbers .k-link:hover {
        color: #fff;
    }

.k-grid-content .k-selectable tbody tr td {
    color: black;
    font-size: 10pt;
}
