﻿* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'BYekan';
    src: url('../webfonts/BYekan.ttf') format('truetype');
    src: url(../webfonts/BYekan.eot?#iefix) format('embedded-opentype'), url(../webfonts/BYekan.woff) format('woff'), url(../webfonts/BYekan.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}
.highcharts-label span {
    font-family: BYekan,sans-serif !important;
}
body {
    font-family: BYekan,sans-serif !important;
    word-break: keep-all;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    color: #696767
}

.dropdown {
    direction: rtl;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 10.5px 10px;
    /*background: #c5c5c5ad;*/
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    /*border-bottom: 1px solid #9f9f9f7a;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    /*width: 100%;*/
    /*direction: rtl;*/
    /*overflow: hidden;*/
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #0b2532;
    color: #fff;
    transition: all 0.3s;
    height: 100vh;
    z-index: 999;
    top: 0;
    right: 0;
    position: fixed;
}

    #sidebar.active {
        /*margin-right: -200px;*/
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }

        #sidebar.active ul li:first-child {
            margin-top: 3rem;
        }

        #sidebar.active ul li:first-child {
            margin-top: 3rem;
        }

    #sidebar .sidebar-header {
        /*padding: 15px 12px;*/
        padding: 15px 0;
        padding-top: 0px;
        background: #06222c;
    }

#sidebar .sidebar-header img {
    width: 100%;
    /*height: 40px;
    margin-left: 1px;*/
    /* margin-top: 0px; */
    background: #fff;
}

#content .UserOnline {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: red;
    border: 1px solid #141414;
    right: -1.2rem;
}

#content .logoUser {
    position: absolute;
    right: -1rem;
}

#sidebar .sidebar-header .logoUser {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ccc;
    float: right;
    margin-left: 13px
}

#sidebar ul.components img {
    width: 34px;
    height: 34px;
    margin-left: 10px;
    margin-right: 10px;
}

#sidebar.active ul.components img {
    margin-left: 0;
}

#sidebar ul.components {
    padding-top: 1rem;
    /*border-bottom: 1px solid #1dd3d3;*/
}

#sidebar ul li i {
    padding-left: 6px;
    color: #49626e;
}

#sidebar ul.components li > span {
    font-size: .75em;
    margin: .5rem;
    margin-right: 1rem;
    border-bottom: 1px solid #49626e;
    display: block;
}

#sidebar ul.components li a {
    padding: .6rem 1rem;
    font-size: 1.0em;
    display: block;
    /*width:100%;*/
    /*border-bottom: 1px solid #1dd3d3;*/
}

#sidebar ul.list-unstyled li a {
    border: 1px solid #9d9d9d;
    margin: 1rem;
    padding: 7px 8px;
    border-radius: 8px;
    background: rgb(11,37,50);
    background: linear-gradient(90deg, rgba(11,37,50,1) 0%, rgba(3,9,13,1) 100%);
    /*text-align: center;*/
}

#sidebar ul.list-unstyled li:first-child span {
    background: none;
    border: none;
    border-radius: unset;
    padding: unset;
}

#sidebar ul.list-unstyled li span {
    background: rgb(21,89,143);
    background: linear-gradient(90deg, rgba(21,89,143,1) 0%, rgba(32,140,194,1) 50%, rgba(87,140,180,1) 100%);
    display: block;
    border: 1px solid #218fbe;
    border-radius: 10px;
    padding: .5rem 0;
}

#sidebar ul li a {
    /*padding: 10px;
    font-size: 1.0em;
    display: block;*/
    text-align: right;
}

    #sidebar ul li a:hover {
        color: #fff;
        background: #adc5dd85;
    }

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.6em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    border-right: 5px solid #63dd00;
}

#sidebar ul rep li.active > a,
a[aria-expanded="true"] {
    border-bottom: 1px solid #00a1f2;
}

a [data-toggle="collapse"] {
    position: relative;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar.active .form-control {
    width: 100%;
    padding: 0;
    font-size: 0.69rem;
    padding: .375rem 0;
}
#sidebar .ShineBody i {
    font-size: 1.7em;
    padding-right: .9rem;
    padding-left: .6rem;
    color: #0e0e0e;
}
ul ul a {
    font-size: 0.9em !important;
    padding-right: 30px !important;
    /*background: #adc5dd;*/
}

ul.list-group.list-group-striped li:nth-of-type(odd) {
    background: #003366;
}

ul.list-group.list-group-striped li:nth-of-type(even) {
    background: #33506e;
}

ul.list-group.list-group-striped li select:nth-of-type(even) {
    background: none;
    color: #fff;
}

ul.list-group.list-group-striped li select:nth-of-type(odd) {
    background: none;
    color: #fff;
}

ul.list-group.list-group-striped li select option:nth-of-type(even) {
    color: #444;
}

ul.list-group.list-group-striped li select option:nth-of-type(odd) {
    color: #444;
}

.form-control {
    padding: 0 .75rem;
    border-radius: 0;
    border: none;
    border-top: 1px solid #00a1f2;
}

.form-group {
    margin-bottom: 0;
}

label {
    margin-top: .5rem;
    margin-right: 10px;
}

.table td, .table th {
    padding: 0.6rem !important;
    border: 1px solid #c5c5c5;
}

.table thead th {
    border: 2px solid #c5c5c5;
}

/*radio*/
.form-check-input {
    margin-top: .46rem !important;
    margin-right: -1.25rem !important;
}
/*.form-check:hover {
    cursor: pointer !important;
    background-color:red
}*/

/* ---------------------------------------------------
   Shine STYLE
----------------------------------------------------- */
.containerShine {
    position: relative;
    overflow: hidden;
}

.containerShine .shine {
    transform: skewX(20deg) translateX(300px);
}

.ShineBody {
    transition: background .3s linear;
}

.shine {
    position: absolute;
    top: 0;
    left: -13rem;
    height: 100%;
    width: 68%;
    background: rgba(187, 187, 187, 0.4);
    transition: all .3s linear;
    transform: skewX(20deg) translateX(0);
}
/* ---------------------------------------------------
    dropDown STYLE
----------------------------------------------------- */

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
}

#sidebar .dropdown-item:hover {
    color: #0000cc !important;
}

#sidebar, .blue .dropdown-item {
    color: #FFF !important;
}

    .blue .dropdown-item:hover {
        color: #0000cc !important;
    }

.dropdown-item {
    text-align: center;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.highcharts-title{
    font-family:BYekan !important;
}
#content {
    width: calc(100% - 250px);
    /*padding: 40px;*/
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/background.png);
    /*background: #e5e4e4;*/
}

    #content.active {
        width: calc(100% - 80px);
    }

/* ---------------------------------------------------
    card style
----------------------------------------------------- */

.card .card-header img {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.card-header {
    background-color: #d6d5d5;
    border-bottom: none;
}

    .card-header.headerColor {
        background-color: #dddcdc;
    }

.card-body {
    background: #d6d5d5;
}

    .card-body.headerStyle h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 50%;
        color: #009966;
        text-align: center;
        border-bottom: 2px solid;
        border-image: repeating-linear-gradient(90deg, rgba(229,228,228,1) 0%, rgba(153,150,150,1) 50%, rgba(229,228,228,1) 100%) 30;
        font-size: 3rem;
    }

    .card-body.headerStyle h5 {
        position: absolute;
        top: 63%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

.card.style {
    border: 1px solid #b7b7b7;
    /*border-radius: 5px;*/
}

    .card.style .card-header {
        border-bottom: 2px solid;
        border-image: repeating-linear-gradient(90deg, rgba(229,228,228,1) 0%, rgba(153,150,150,1) 50%, rgba(229,228,228,1) 100%) 30;
    }
g[aria-labelledby="id-67-title"], g[aria-labelledby="id-81-title"] {
    visibility: hidden
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .cardBox .derails {
        width: 83% !important;
    }
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-right: -80px !important;
    }

        #sidebar.active {
            margin-right: 0 !important;
        }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 80px);
        }

    #sidebarCollapse span {
        display: none;
    }

    .container-fluid {
        padding: 0 !important;
    }

    .card-header span {
        font-size: 0.6rem;
    }
}

@media (max-width: 1024px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-right: -80px !important;
    }

        #sidebar.active {
            margin-right: 0 !important;
        }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 80px);
        }
}
@media (max-width:1366px){
    .headerImg {
        width: 80%;
    }
    .cardHeaderBox h1 {
        font-size: 2rem;
    }
    .cardBox h5 {
        font-size: 1rem;
        padding-right:5px;
    }
}
