﻿
:root {
    --primary: rgb(58 132 86);
    --primaryDark: rgb(61 120 83);
}
.modal-body {
    overflow-y: auto !important;
    max-height: 450px !important;
    overflow-x: hidden !important;
}




body {
    background: #F3F3F3;
    direction: rtl;
    text-align: right;
  
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active, .sorting_disabled {
  
}
.aside, .header, .aside-menu {
    background-color: var(--primary);
}

    .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link,
    .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
        background-color: var(--primaryDark);
    }
        .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon i, .aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
            color: #ffffff;
        }
    .navbar-btn {
        box-shadow: none;
        outline: none !important;
        border: none;
    }
.brand img{
    max-width:45px;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        right: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../assets/arrow-back.svg);
}

select.form-control{
    height:inherit!important;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 50px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li {
    border-bottom: 1px solid #eee;
}

    #sidebar ul li:last-child {
        border-bottom: 0px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 14px;
        display: block;
        color: #767676;
        text-decoration: none;
    }

        #sidebar ul li a:hover {
            color:  var(--primary);;
            background: #fff;
        }


#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-right: 30px !important;
}

#sidebar ul.CTAs {
    padding: 20px;
}

    #sidebar ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }


#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    left: auto;
}

header {
    background-color:  var(--primary);
    padding: 10px 20px;
}

.breadcrumb {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(234, 234, 234);
    -moz-box-shadow: 0px 5px 5px 0px rgb(234, 234, 234);
    box-shadow: 0px 5px 5px 0px rgb(234, 234, 234);
    padding: 20px 25px;
}

.breadcrumb-item a {
    color:  var(--primary);;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0.5rem;
}

.card {
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(227, 227, 227, 1);
    box-shadow: 0px 5px 5px 0px rgba(227, 227, 227, 1);
}

    .card .dropdown.area {
        border: 1px solid #D8D8D8;
        border-radius: 5px;
    }

        .card .dropdown.area .btn-link {
            width: 100%;
            text-align: right;
            color: #272626;
            text-decoration: none;
            box-shadow: none;
        }

        .card .dropdown.area .dropdown-toggle::after {
            top: 18px;
            position: absolute;
            left: 10px;
        }

        .card .dropdown.area .dropdown-menu.show {
            width: 100%;
        }

        .card .dropdown.area .dropdown-menu .dropdown-item {
            border-bottom: 1px solid #eee;
            text-align: right;
        }

            .card .dropdown.area .dropdown-menu .dropdown-item:last-child {
                border-bottom: 0px;
            }

.show-area {
    display: flex;
    align-items: center;
}

    .show-area span {
        background-color: #FFF9D3;
        padding: 5px 10px;
        border: 1px solid #F8D600;
        margin: 0px 5px;
        border-radius: 5px;
        color: #8D7A00;
    }

.text-decoration {
    text-decoration: underline;
}

.d-none {
    display: none !important;
}

.hiddenRow {
    padding: 0 !important;
}

.table thead {
    background-color:  var(--primary);;
    font-size: 14px;
}

.table tbody {
    font-size: 14px;
}

table thead tr th {
    color: #fff !important;
}

.table thead th, table .dataTables_wrapper .dataTable tfoot th, .dataTables_wrapper .dataTable thead th {
    color: #fff !important;
}

.border-right-red {
    border-right: 6px solid #FF8888;
}

.color-red {
    color: #FF8888 !important;
}
.border-red {
    border-color: #FF8888 !important;
}

.bg-red {
    background-color: #FF8888 !important;
}
.color-green {
    color: #00B944 !important;
}
.border-right-green {
    border-right: 6px solid #00B944;
}
.bg-green {
    background-color: #00B944 !important;
}
.border-green {
    border-color: #00B944 !important;
}
.color-orange {
    color: #B5BC00 !important;
}

.border-right-orange {
    border-right: 6px solid #B5BC00;
}
.bg-orange {
    background-color: #B5BC00 !important;
}
.border-orange {
    border-color: #B5BC00 !important;
}

.border-right-lightBlue {
    border-right: 6px solid #00B944;
}



.color-lightBlue {
    color: #00B944 !important;
}
.border-right-blue {
    border-right: 6px solid #3699ff;
}

.border-blue {
    border-color: #3699ff !important;
}
.bg-blue {
    background-color: #3699ff;
}

.color-blue {
    color: #3699ff;
}
.border-right-gray {
    border-right: 6px solid #8d8d8d;
}

.border-gray {
    border-color: #8d8d8d;
}
.bg-gray{
    background-color:#8d8d8d
}

.color-gray {
 color: #8d8d8d
}
.fz-30 {
    font-size: 30px;
}

.text-primary {
    color:  var(--primary) !important;
}

.custom-arrow {
    display: block;
    transform: rotate(180deg);
}

.color-gray {
    color: #767676;
}

.table td {
    vertical-align: inherit;
    color: #767676;
    cursor: pointer;
}

.btn-default.btn-xs {
    transform: rotate(90deg);
    color: #767676;
}

.table td, .table th {
    border-top: 0px;
}

.sub-table thead {
/*    background-color: #bcbcbc !important;*/
    font-size: 12px;
}

.sub-table tbody {
    background-color: #f3f3f3 !important;
    font-size: 12px;
}

    .sub-table tbody .btn-info {
        background-color: #fff;
        color: #00B944;
        padding: 5px 20px;
        font-size: 12px;
        transition: all 1s;
    }

        .sub-table tbody .btn-info:hover {
            background-color: #00B944;
            color: #fff;
        }

.arrow-up {
    display: block;
    transform: rotate(180deg) !important;
}

.custom-dataBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px;
}

    .custom-dataBox strong {
        color:  var(--primary);;
    }

.search-area .btn-link {
    position: absolute;
    top: 2px;
    left: 10px;
    color: #000;
    text-decoration: none;
}

    .search-area .btn-link:focus {
        box-shadow: none !important;
    }

.slick-slider {
    direction: rtl;
}

[dir='rtl'] .slick-slider, [dir='rtl'] ul.pagination {
    direction: ltr !important;
}

[dir='rtl'] .slick-next {
    right: auto !important;
    left: -25px;
}



.slick-next {
    right: -5px !important;
}

.slick-prev, .slick-next {
    z-index: 99;
}

.slick-slide.slick-current.slick-active h3 {
    opacity: 1;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    color: #fff;
    transform: scale(1.5);
}

.slick-slide.slick-cloned.slick-center h3 {
    opacity: 0.2;
    color: #fff;
}

.center h3 {
    opacity: 0.2;
    transition: all 300ms ease;
}

.center h3 {
    background-color:  var(--primary);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin: 15px 5px;
    padding: 5px;
    position: relative;
    text-align: center;
   
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.slick-prev:before, .slick-next:before {
    color:  var(--primary) !important;
    opacity: 1 !important;
}

.dashboard .card {
    margin: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
}
.d-card-grid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.dashboard .card img {
    max-width: 35px;
}

    .dashboard .card .counter {
        /* min-width: 100px;*/
    }

        .dashboard .card .counter small {
            font-size: 12px;
        }

        .dashboard .card .counter strong {
            font-size: 26px;
        }



.dropdown-item.disabled, .dropdown-item:disabled {
    color: #bebebe;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-item {
    font-size: 12px;
}

.navigation {
    direction: ltr;
    margin: 20px 0;
}

    .navigation .page-item.active .page-link {
        background-color:  var(--primary);;
        border-color:  var(--primary);;
        color: #fff;
    }

    .navigation .page-item .page-link {
        color:  var(--primary);;
    }

.aside-minimize .brand img.d-none {
    display: block !important;
}
.aside-minimize .brand img.img-custom {
    display: none;
}

.card-jabi {
    display: flex;
    justify-content: space-between;
    transition: all 2s linear 1s;
}

.card-jabi-body{
    width:100%;
}

.card-jabi-table {
    transition: all 2s linear 1s;
    width: 100%;
}
.card-jabi-table thead{
    background-color:transparent!important;
}

    .card-jabi-table thead th {
        font-size: 12px;
        padding: 0px 5px;
        text-align: center;
        color:  var(--primary) !important;
        border: 1px solid #d8d8d8 !important
    }

.card-jabi-table tbody td {
    text-align: center;
    border: 1px solid #d8d8d8 !important;
}



.table-condensed tbody.card-jabi-tbody:nth-child(odd) {
    background-color: #f2f2f2;
}


.table-condensed tbody.card-jabi-tbody:nth-child(even) {
    background-color: #f6f6f6;
}

.link-table-icon {
    font-size: 10px !important;
    color: #0073e9!important;
}

.jabi-collapse-active,
.jabi-collapse-active tbody.card-jabi-tbody {
    border-left: 3px solid #3699ff !important;
    border-right: 3px solid #3699ff !important;
    background-color: rgba(54, 153, 255, 0.1) !important;
}
    .jabi-collapse-active .card-jabi-table thead th, .jabi-collapse-active .card-jabi-table td{
        font-size: 10px;
        border: 0px!important;
    }

.jabi-collapse-active-td, tbody.card-jabi-tbody, .border-space {
    border-bottom: 30px solid #fff;
}
.jabi-collapse-active .border-space, .jabi-collapse-active.border-space {
    border-bottom: 0px !important;
}

.jabi-collapse-active-td .SubscriptionDetailsPageNav {
    text-align: center;
}
.border-space.jabi-collapse-active .card-jabi-table tr:nth-of-type(odd), .border-space.jabi-collapse-active .card-jabi-table tr:nth-of-type(even){
    background-color:transparent;
}
.fz-12 {
    font-size: 12px;
}


.filter-colors{
    list-style:none;
    margin:0px;
    padding:0px;
}
    .filter-colors li {
        margin: 5px;
        min-width: 180px;
        border-radius: 5px;
        padding: 5px;
        text-align: center;
        border-bottom-style:solid;
        border-bottom-width:3px;
        position: relative;
        -webkit-box-shadow: -1px 1px 5px 0px rgb(227 227 227);
        -moz-box-shadow: -1px 1px 5px 0px rgba(227, 227, 227, 1);
        box-shadow: -1px 1px 5px 0px rgb(227 227 227)
    }

.filter-active {
   
}
    .filter-active::after {
        position: absolute;
        bottom: -10px;
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top-style:solid;
        border-top-width:10px;
        border-top-color:inherit;
        
    }

.datepicker thead th {
    color: #3F4254 !important;
}

.datepicker-days .fa-chevron-right:before {
    content: "\f053";
}

.datepicker-days .fa-chevron-left:before {
    content: "\f054";
}
 
.table_inner thead th {
    background-color:  var(--primary);
}
.card-jabi-footer {
    text-align: end;
    flex: auto;
    min-width:100px;
}

.card-jabi-header {
    min-width: 150px;
    padding: 0px  0px 0px 15px;
}

.hidden{
    display:none !important;
}

.select-checkbox::before,
.select-checkbox::after
{
    top: 48% !important
}