﻿
.navbar {
    padding-bottom: 0 !important;
}

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.nav-pills > li > a {
    border: 0 !important;
    border-radius: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #555555 !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px;
    line-height: 2.7;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
    color: inherit;
}

thead {
    color: #e41616;
    background: #ffc1c124;
}

.table-bordered {
    border: 1px solid #ddd !important;
}
.form-control {
    padding: 0 .75rem !important;
    border-radius: 0 !important;
    border: none !important;
    border-top: 1px solid #00a1f2 !important;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    /*border-top: 1px solid #ddd;*/
}

* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

.grid > .row {
    margin: 0;
}

.grid-item {
    padding: 0;
}

.display-container {
    position: relative;
}

.display-middle {
    position: absolute;
    top: 48%;
    left: 45%;
    transform: translate(-45%,-48%);
    -ms-transform: translate(-45%,-48%);
}


/*h1, h2, h3, h4, h5, h6 {
    color: #696767
}*/

.HeaderBoxStyle {
    background-color: #0000cc !important;
    border: 2px solid #27b6b7;
    border-radius: 0.5rem;
}

.card-header.cardHeaderStyle {
    padding: 0;
    color: #0d5fb4;
}

.highcharts-title {
    font-size: 1.5rem !important;
    fill: #194674 !important;
}

.highcharts-root {
    font-family: BYekan !important;
}

h2 span.spanStyle {
    display: block;
    color: #696767;
    font-size: 18px;
    border-top: 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%) 10;
}

h2.greenStyle {
    /*display: inline-block;*/
    color: #009966;
    text-align: center;
    /*float: left;*/
    /*margin-left: 40px;*/
    font-size: 3rem;
}

h2.redStyle {
    /*display: inline-block;*/
    color: #ff9933;
    text-align: center;
    /*float: right;*/
    /*margin-right: 30px;*/
    font-size: 3rem;
}

.dropdown {
    direction: rtl;
}



/* ---------------------------------------------------
            SIDEBAR STYLE
        ----------------------------------------------------- */
.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;
}
.col-sm-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
#sidebar ul rep li.active > a,
a[aria-expanded="true"] {
    border-bottom: 1px solid #00a1f2;
}

a [data-toggle="collapse"] {
    position: relative;
}
.fa-cog, .btn, .btn:hover {
    background-color: unset;
    border: unset;
    box-shadow: unset;
}
#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-group {
    margin-bottom: 0;
}

label {
    margin-top: .5rem;
    margin-right: 10px;
}

.table thead th {
    /*border: 2px solid #c5c5c5;*/
}
/*half*/
.halfprogress {
    position: relative;
    margin: 4px;
    float: left;
    text-align: center;
}

.barOverflow { /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 90px;
    height: 45px; /* Half circle (overflow) */
    margin-bottom: -14px; /* bring the numbers up */
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eee; /* half gray, */
    border-bottom-color: #5cc1d5; /* half azure */
    border-right-color: #5cc1d5;
}
/*radio*/
.form-check-input {
    margin-top: .46rem !important;
    margin-right: -1.25rem !important;
}

/* ---------------------------------------------------
            dropDown STYLE
        ----------------------------------------------------- */
.blue .dropdown-toggle::after {
    /*for select option*/
    /*display: none;*/
    /*position: absolute;
            top: 50%;
            left: 20px;
            transform: translateY(-50%);*/
}

.blue .dropdown-toggle::after {
    float: right;
    display: inline-block;
    width: 0;
    height: 0;
    /* top: 18px; */
    margin-top: 6px;
    margin-left: 6px;
    margin-left: 0.5em;
    vertical-align: .255em;
    content: "";
    border-top: 0.7em solid;
    border-right: 0.7em solid transparent;
    border-bottom: 0;
    border-left: .7em solid transparent;
}

.blue .dropdown-menu {
    border: none !important
}

    .blue .dropdown-menu:before {
        position: absolute;
        top: -14px;
        right: 44%;
        display: inline-block;
        border-bottom: 0.9em solid #0000cc;
        border-right: 0.9em solid transparent;
        border-top: 0;
        border-left: .9em solid transparent;
        content: '';
    }

.blue .dropdown-item {
    border-bottom-width: thin;
    padding: .25rem 0.2rem !important;
    border-bottom: 2px solid;
    border-image: repeating-linear-gradient(90deg, rgb(0, 0, 204) 0%, rgba(39,160,161,1) 50%, rgb(0, 0, 204) 100%) 10;
}

    .blue .dropdown-item:last-child {
        border: none;
    }

    .blue .dropdown-item:first-child:hover {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .blue .dropdown-item:last-child:hover {
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

.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
        ----------------------------------------------------- */

/* ---------------------------------------------------
            grid-item
        ----------------------------------------------------- */
.grid-item .card.borderStyle {
    background: none !important;
    border: none;
    border-right: 2px solid !important;
    border-image: repeating-linear-gradient(180deg, rgba(229,228,228,1) 0%, rgba(153,150,150,1) 50%, rgba(229,228,228,1) 100%) 10 !important;
}

.grid-item .card.boxBorderStyle {
    background: none !important;
    border: none;
}
/* ---------------------------------------------------
            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;
    }
/*show hide*/
.showBox span {
    margin-top: -6px;
    float: left;
    font-size: 15px;
    font-family: BYekan !important;
}

.grid-item .card .card-header.back {
    background-color: none !important
}
/* ---------------------------------------------------
            proggress bar
        ----------------------------------------------------- */
.progressbar {
    width: 70% !important;
    margin-top: 5px !important;
    margin-bottom: 6px !important;
    margin-left: 47px !important;
    /* margin-right: -39px; */
}

.proggress {
    height: 8px;
}

.percentCount {
    float: right !important;
    margin-top: -21px !important;
    clear: both !important;
    margin-right: -31px !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    font-size: 15px;
}
/* ---------------------------------------------------
            MEDIAQUERIES
        ----------------------------------------------------- */
@media (max-width: 768px) {

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .container-fluid {
        padding: 0 !important;
    }

    .col-sm-12-force.active {
        width: calc(100% - 80px);
    }

    .display-container h5 {
        font-size: 1.5rem;
    }

    .card-header span {
        font-size: 0.6rem;
    }
}



@media (max-width: 600px) {
    .resizeIcon {
        display: none !important;
        right: 0 !important;
        top: 0 !important;
    }

    .setting {
        right: 10px !important;
    }
}

@media (max-width: 1024px) {
    .fullScreen {
        width: calc(100vw - 30px) !important;
    }

    .col-sm-12-force {
        width: 99% !important;
    }

   
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

}

@media (max-width : 1366px) {
    .blue .dropdown-toggle::after {
        float: right;
        display: inline-block;
        width: 0;
        height: 0;
        /* top: 18px; */
        margin-top: 6px;
        margin-left: 6px;
        margin-right: -0.9em;
        vertical-align: .255em;
        content: "";
        border-top: 0.6em solid;
        border-right: 0.6em solid transparent;
        border-bottom: 0;
        border-left: .6em solid transparent;
    }

    .showBox span {
        margin-left: -11px;
    }

    .progressbar {
        margin-left: 30px !important;
    }

    .display-middle {
        position: absolute !important;
        top: 48% !important;
        left: 43% !important;
        transform: translate(-43%,-48%) !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem 29%;
    }

    .table {
         font-size: inherit !important; 
    }
    .barOverflow {
        width: 71px !important;
        height: 28px !important;
    }

    .bar {
        width: 70px !important;
        height: 70px !important;
    }

    .barTable {
        margin-bottom: 0 !important
    }

    .hTable {
        font-size: 0.9rem;
        margin-top: 3px;
    }
}


.overflow {
    overflow: hidden
}

#content.active .fullScreen {
    width: calc(100% - 90px);
}

.ui-resizable-helper {
    border: 2px dotted #185798;
}

.grid > .row {
    margin: 0;
}

.grid-item {
    padding: 0;
}

.display-container {
    position: relative;
}

.display-middle {
    position: absolute;
    top: 48%;
    left: 45%;
    transform: translate(-45%,-48%);
    -ms-transform: translate(-45%,-48%);
}

.table thead th, .table td {
    vertical-align: middle !important;
    text-align: -webkit-center;
}
