div.checkbox label {
    cursor: pointer !important;
}
button,a,input,span,div,p{outline:none!important;text-decoration:none!important;}
a:hover{color:#c10099}
    button,a{cursor:pointer!important}
    input[type=checkbox], input[type=radio] {
        width: 16px;
        height: 16px;
        top: 4px;
        position: relative;
        cursor: pointer !important;
    }
body {
    background-color: #f0f0f0;
    font-size: .9rem;
    text-align: right;
    padding-top: 70px;
    overflow-y: auto;
    align-items: flex-start;
    font-weight: 400;
    color: #111;
}
.clearfix{clear:both!important}
a.help-link {
    position: relative;
    top: -35px;
    float: left;
    left: 0;color:black;
}
.nowrap{white-space:nowrap!important}
.black {
    color: #000;
}
.white {
    color: #fff;
}
.gray{color: #aaa;}
.red {
    color: #dc3545;
}
.green {
    color: #00b506;
}
.blue {
    color: #008aff;
}
.btn-show-more {
    font-weight: 500;
    border-color: #dee2e6 !important;
}
.btn-secondary-2 {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-secondary-2:hover {
    color: #fff!important;
    background-color: #4200a1;
    border-color: #4200a1;
}
.btn-outline-secondary-2 {
    color: #6c757d;
    border-color: #929ba4;
    border-color: #b5c1ce;    
}
.btn-outline-secondary-2:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn:focus {
    box-shadow: none !important;
}
.btn-show-more:hover {
    border-color: #007bff !important;
}


/************** date time picker ***************/

.datepicker-plot-area {
    font-size: 14px;
    font-family: IRANSans !important;
}

.datepicker-grid-view .header .title {
    margin: 0;
}

.datepicker-plot-area {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.pwt-btn {
}

    .pwt-btn:hover {
        background-color: #d0f5fb !important;
    }

.pwt-btn-prev:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
}

.pwt-btn-next:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
    /* ReSharper disable once InvalidValue */
    font: 12px;
    color: #d0089b;
}
/******* tooltip *********/
.tooltip {
    font-family: IRANSans !important;
    font-weight:300;
    font-size:0.9rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0.1rem;
    width: .4rem;
    height: .8rem;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: -0.1rem;
    border-width: 0 .44rem .44rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: -0.01rem;
    margin-right:0.01rem;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}
/******************** form filter ***************/
a.btn-form-filter:before {
    content: "\f0b0";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transition:all ease 300ms;
}
a.btn-form-filter.is-active:before {
    content: "\f057";
}
.card.filter-form {
    border: 0;
    margin-bottom: 0;
}
.card.filter-form.is-open {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 1rem !important;
}
/***********************step-status **********/
ul.step-status {
    list-style-type: none;
    padding-right: 4rem;
    background: url(../img/WorkFollow.png) bottom right no-repeat;
}
    ul.step-status li {
        margin-bottom: .3rem;
        padding: 4px 10px;
        padding-right: 5px;
    }
        ul.step-status li span {
            background-color: #ddd;
            display: inline-block;
            padding: .2rem .47rem;
            border-radius: 50px;
            width: 30px;
            text-align: center;
            height: 30px;
            line-height: 1.74;
            font-weight: 500;
            margin-left: .5rem;
        }
        ul.step-status li.active {
            background-color: #c00;
            color: #fff;
            display: inline-block;
            border-radius: 500px;
            padding-left: 1.5rem;
        }
            ul.step-status li.active span {
                background-color: #fff;
                color: #000;
            }


/******************* main **********************/
.data-message {
    color: #cb0000;
    display: block;
    padding: 0.2rem 1rem 0.5rem 1rem;
    font-size: 1rem;
    background-color: #ffefad;
    border-radius: 5px;
    font-weight: 500;
    border: solid 1px #f3e092;
    margin-bottom: 0;
}
    .data-message.info {
        color: #162d95;
        background-color: #e9f8ff;
        border: solid 1px #c3e0ff;
    }
    .data-message::before {
        content: '\f06a';
        font-size: 1.2rem;
        font-weight: 400;
        font-family: "Font Awesome 5 Pro";
        margin-left: 7px;
        position: relative;
        top: 3px;
        color: #e91e1e;
        border: solid #fff;
        border-radius: 50%;
        background-color: #fff;
    }
    .data-message.info::before {
        color: #0a77ff;
    }
nav#main-menu .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #da0763;
    border-color: #4e555b;
    box-shadow: none !important;
}
nav#main-menu .btn-secondary.dropdown-toggle {
    transition:all ease 200ms;
}
main.container {
    margin-bottom: 50px;
}
.is-ltr {
    direction: ltr !important
}
.is-rtl {
    direction: rtl !important;
}

div.blockMsg {
    padding: 1rem 1.5rem !important;
    width: auto !important;
    border: 0 !important;
    background-color: #eee !important;
    opacity: 1 !important;
    border-radius: 250px;
    font-size: .8rem;
    font-weight: 500;
}

div.blockMsg i{
    position: relative;
    margin-left: 3px;
    top: 2px;
    color: #dc3545;
    font-size: 1.2rem;
}
    div.blockMsg.is-min {
        padding: .2rem !important;
        width: auto !important;
        border: 0 !important;
        background-color: transparent !important;
        opacity: 1 !important;
        font-size: .8rem;
    }

        div.blockMsg.is-min i {
            position: relative;
            margin-right: 5px;
            top: -1px;
            color: #dc3545;
            font-size: 1.2rem;
        }
div.blockUI.blockOverlay {
    background-color: #fff!important;
     opacity: 0.8!important; 
}
button div.blockUI.blockOverlay {
    opacity: 0.9 !important;
    border-radius: 2px;
}
td button:focus{
    box-shadow:none!important
}
/******************* news-dashboard-list *********************/
div.news-dashboard-list {
}

element.style {
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

ul.news-dashboard-list li.list-group-item {
    padding: 0;
    border: 0;
    text-align: right;
    border-bottom: solid 1px #ddd;
    margin-bottom: 1rem;
}
    ul.news-dashboard-list li.list-group-item i {
        font-size: 1.3rem;
        position: relative;
        top: 5px;
        margin-right: -1rem;
    }
    ul.news-dashboard-list li:hover {
        cursor:pointer!important;
    }
ul.news-dashboard-list li a {
    color: #333 !important;
    cursor: pointer !important;
    font-size: 1rem;
    padding-right: 1rem;
    display: inline-block;
    text-align: justify;
}
    ul.news-dashboard-list li a:hover {
        color:rgb(0,75,176)!important;
        cursor:pointer!important;
    }
div.news-dashboard-list a span{}
.card-title{text-align:right}
.card-title i {
    font-size: 1.5rem;
    color: #0fc759;
    margin-left: 5px;
    top: 2px;
    position: relative;
}
ul.news-dashboard-list li .text-news-date {
    color: #999;
    font-size: 0.9rem;
    margin: 0.5rem 0;
}
    ul.news-dashboard-list li .text-news-date i {
        font-size: 1rem;
        top: 0;
        margin-right: 0;
    }
/***************** form control ***************/
.form-group .form-check-label {
    margin-bottom: 0 !important;
    margin-right: 1.4rem;
    cursor: pointer;
}
.form-control:focus, .custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
    box-shadow: 0px 0px 8px 0.2rem rgba(0, 123, 255, 0.09);
}
.form-control.is-valid, .was-validated .form-control:valid, textarea.form-control.is-valid {
    padding-right: .75rem!important;
    padding-left: .75rem!important;
    background-image: none!important;
}
.was-validated .form-control.input-validation-error {
    border-color: #dc3545;
    padding-right: .75rem;
    padding-left: .75rem;
    background-image:none;
}
span.field-validation-error {
    display: block;
    position: absolute;
}
.invalid-feedback {
    margin-top: 0;
    padding-right:0.15rem;
    font-size: 0.75rem;
    color: #dc3545;
}
.was-validated .custom-file-label.field-validation-valid::after {
    color: #0e960a;
    background-color: #e3f7e4;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0px 0px 8px 0.2rem rgba(0, 255, 65, 0.09);
}
.was-validated .form-control.input-validation-error:focus {
    border-color: #dc3545;
    box-shadow: 0px 0px 8px 0.2rem rgba(255, 0, 19, 0.09);
}
label.custom-file-label {
    position: absolute;
    top: 0;
    z-index: 55;
    overflow: hidden;
    white-space: nowrap;
}

.custom-file-label.field-validation-error {
    border-color: #dc3545 !important;
}
.custom-file-input.input-validation-error.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input.input-validation-error:valid:focus ~ .custom-file-label {
    border-color: #dc3545 !important;
    box-shadow: 0px 0px 8px 0.2rem rgba(255, 0, 19, 0.09) !important;
}
.custom-file-label.field-validation-error::after {
    color: #931313;
    background-color: #ffe6e6;
}

input.custom-file-input.input-validation-error + label.custom-file-label {
    border-color: #dc3545 !important;
}
.was-validated span.custom-file-label.field-validation-error span {
    position: relative;
    bottom: -1.7rem;
    right: -.75rem;
    font-size: 0.75rem;
    color: #dc3545;
}

.form-group:focus-within label[for] {
    font-weight: 700 !important;
    color: #000;
}
label[for] {
    margin-bottom: .32rem;
    font-weight: normal;
}
.form-check-label {
    margin-bottom: 0!important;
    margin-right: 0.35rem;
    cursor:pointer;
}
    .form-check-label:hover, input[type=checkbox] + label[for]:hover, input[type=checkbox]:hover + label[for], input[type=radio] + label[for]:hover, input[type=radio]:hover + label[for] {
        font-weight: 600;
        cursor: pointer;
    }



.custom-checkbox.custom-control {
    min-height: 1.5rem;
    padding-left: 0;
    
}
.custom-checkbox .custom-control-label{
cursor:pointer;
}
    .custom-checkbox .custom-control-label::before {
        top: .05rem;
        left: 0;
        right: -1.5rem;
        width: 1.2rem;
        height: 1.2rem;
        cursor: pointer;
    }
    .custom-checkbox .custom-control-label::after {
        top: .05rem;
        right: -1.5rem;
        left: 0;
        width: 1.2rem;
        height: 1.2rem;
        cursor: pointer;
    }
/**************** select 2 ************************/

.form-group:focus-within span.select2-selection {
    border-color: #80bdff;
    color: #000;
}
.select2-container .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}
.select2-dropdown {
    border: 1px solid #ced4da;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow b,.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow:before {
    color: #999;
    font-size: 1rem;
    content: "\f107";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    top: 7px;
    position: relative;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: "\f106";
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: normal;
    height: 38px;
    margin-left: 20px;
    margin-right: 0;
    font-size: 1rem;
    color: #d70855;
}
.select2-container--default.select2-container .select2-selection--single, .select2-container--default.select2-container .select2-selection--multiple {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #80bdff;
    box-shadow: 0px 0px 8px 0.2rem rgba(0, 123, 255, 0.09);
}
.select2-container--open .select2-dropdown {
    border-color: #80bdff;
}
li.select2-results__option{font-size:0.85rem}

select.select2.input-validation-error + span.select2-container span.select2-selection, span.select2-container--open.input-validation-error .select2-dropdown {
    border-color: #dc3545 !important;
}

select.select2.input-validation-error + span.select2-container--open .select2-selection--single, select.select2.input-validation-error + span.select2-container--open .select2-selection--multiple {
    box-shadow: 0px 0px 8px 0.2rem rgba(255, 0, 19, 0.09) !important;
}

select.form-control-sm +
span.select2-container--default.select2-container .select2-selection--single, select.form-control-sm +
span.select2-container--default.select2-container .select2-selection--multiple {
    height: 32px !important;
}

select.form-control-sm +
span.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
select.form-control-sm +
span.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow:before {
    top: 5px;
}
select.form-control-sm +
span.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 32px;
}
/****************** datatable *******************************/
table tr td i.item-check-status {
    color: #dfdfdf;
    border-radius: 50%;
    font-size: 1.2rem;
    background-color: #fff;
    line-height: 1;
}
    table tr td i.item-check-status.fa-check-circle {
        color: #08cf00;
    }
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    top: 0.5em;
}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    top: 0.5em;
}
div.dataTables_wrapper .row .col-sm-12{
    width: auto!important;
}
.table-bordered {
    border-top-width: 0;
}
    .table-bordered thead th {
        border-bottom: 3px solid #dee2e6;
        border-bottom: 3px solid #ccc;
    }
table tbody tr td {
    font-weight: 400;
    white-space: normal;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(255, 200, 0, 0.08)!important;
}
.table-hover tbody tr td .btn-sm {
    padding: .1rem .4rem .17rem .4rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .2rem;
    font-weight: 300;
    margin-bottom: .2rem;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    padding-top: 5px;
    margin-left: -15px;
    text-align: right;
}
div.table-responsive > div.dataTables_wrapper > div.row:first-child {
    flex-direction: row-reverse;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start;
}
div.dataTables_wrapper div.dataTables_info {
    float:left
}
div.table-responsive > div.dataTables_wrapper > div.row:last-child {
    flex-direction: row-reverse;
}
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.2rem;
        margin-right: 0.5em;
    }
div.dataTables_length {
    padding-top: 5px;
    margin-right: -15px;
    text-align: left;
}
div.dataTables_info {
    margin-right: -15px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    margin-left: -15px;
}
table th.col-action::after, table th.col-action::before {
    content: ''!important;
}
/*******************navbar******************/
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-nav {
    padding-right: 5px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/********** modal *********/
.simple-modal .modal-body {
    padding: 1.1rem 1rem 1rem 1rem;
}
.simple-modal .modal-header {
    background-color: #fff;
    border-bottom: 0;
    color: #bbb;
    margin-top: 5px;
}

#UserProfile img {
    width: 150px;
    border-radius: 50%;
    margin: 1rem auto;
    max-height: 150px;
}
.list-group-flush {
    padding-right: 0;
}
    .list-group-flush.news-dashboard-list {
        display:block;
    }
.modal-footer .btn {
    min-width: 100px;
}
.modal-header {
    padding: 0.4rem 1rem;
}
.modal-footer {
    padding: .4rem;
}
.modal-header .close {
    padding: 1.4rem 1rem 0.5rem 1rem;
}
.modal-header {
    background-color: rgba(209, 233, 255, 0.4);
    border-bottom-color: rgb(209, 233, 255);
}
.modal-content {
    box-shadow: 0 0 45px rgba(0,0,0,0.4);
    border: 0;
}
.modal-header .close {
    padding: 1rem 1rem 0.5rem 1rem;
    margin: -0.85rem auto -1rem -1rem;
    font-size: 2rem;
}

.modal-footer {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-modal .modal-header {
    background-color: #fff;
    border-bottom: 0;
    color: #bbb;
    margin-top: 5px;
}

    .text-modal .modal-header .modal-title {
        font-size:1.2rem!important;
    }
.text-modal .modal-body{
    padding: 1.1rem 1.6rem 1.5rem 1.6rem;
    text-align: justify;
    color: #000;
    font-size:1rem;
}

div#SelectModal.modal.show {
    z-index: 1051;
    background-color: rgba(0, 0, 0, .5);
}
/*********** req-details *************/
.req-details{

}
    .req-details label {
        color: #888;
        margin-left: .5rem;
        font-weight: 300;
    }
        .req-details label + span {
            font-weight: 500;
        }
/*************************************/
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
#main-menu {
    background: rgb(0,75,176);
    background: linear-gradient(90deg, rgba(0,75,176,1) 27%, rgba(71,18,151,1) 100%);
    box-shadow: 0px 4px 3px rgba(0,0,0,0.07);
}
.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}
div.dropdown.user-info button {
    border: 0 !important;
    padding: .5rem .45rem;
    font-size: 0.8rem;
    margin-right:7px;
}
div.dropdown.user-info button svg{
    margin-right:3px;
}
    div.dropdown.user-info button.dropdown-toggle::after {
        display: none;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
.dropdown-item i {
    color: #999;
    position: relative;
    top: 2px;
    right: -5px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.45em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "انتخاب فایل ..." !important;
    background-color: #e9ecef;
    border-left: 0;
    border-right: inherit;
    border-radius: .25rem 0 0 .25rem;
}
.dropdown-item.active i, .dropdown-item:active i{
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
     border: 0; outline:none;
}
.table-responsive {
    padding-bottom: 2px;
}
.table {
    margin-bottom: 0;
}

.btn i {
    position: relative;
    top: 2px;
}
.table td, .table th {
    padding: .55rem;
}
div.toast button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    top: 4px;
    position: relative;
}
/************************ floating label ***************************/
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input,
    .form-label-group label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    /*.form-label-group input:: placeholder {
        color: transparent;
    }*/

    .form-label-group input:not(:-moz-placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-ms-input-placeholder) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-moz-placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:-ms-input-placeholder) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }


/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .form-label-group label {
            position: static;
        }

        .form-label-group input::-ms-input-placeholder {
            color: #777;
        }
}
/***************** card *********************/
.card {
    border-radius: .5rem;
}
.card.info-card {
    border: 0;
    background-color:#f4f4f4;
}
ul.nav-tabs.card-header-tabs{padding-right:0}

ul.nav-tabs a.nav-link i {
    font-size: 1rem;
    position: relative;
    top: 2px;
    color: #aaa;
}
ul.nav-tabs a.nav-link.active i {
    color: #be0063;
}
ul#dash-info {
    list-style-type: none;
    padding: 0;
    text-align:center;
}
.jumbotron.dashbord {
    background-color: #daeafa;
    border-radius: .5rem;
    /*background-image: url(../img/AppBG2.jpg);*/
    background: linear-gradient( 180deg, rgb(202 229 253) 5%, rgba(255,255,255,0) 85%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
    .jumbotron.dashbord .city-bg {
        background-image: url(../img/cityBG.png);
        background-repeat: no-repeat;
        background-position: top center;
    }
ul#dash-info li {
    padding: 1rem;
    margin: .5rem;
    background: #fff;
    display: inline-block;
    border-radius: .8rem;
    min-width: 180px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.08);
    margin-top: 2.1rem;
    direction: ltr;
    padding-top: 0.5rem;
}
    ul#dash-info li a {
        display: block;
        font-size: 0.9rem;
        font-weight: 600;
        color: #333;
        text-align: right;
    }
    ul#dash-info li i {
        font-size: 2.3rem;
        margin-bottom: 0.7rem;
        color: #ddd;
        color: #fff;
        display: block;

        width: 65px;
        height: 62px;
        position: absolute;
        background-color: #555;
        border-radius: 0.7rem;
        margin-top: -40px;
        line-height: 1.7;
        text-align: center;
    }
    ul#dash-info li:hover{
        cursor:pointer;
    }
        ul#dash-info li:hover i {
            transition: all ease 300ms;
            color: #00ce68;
            color: #fff;
            font-weight: 600;
        }
    ul#dash-info li span {
        display: block;
        color: #dc3545;
        font-size: 1.5rem;
        font-weight:bold;
    }

    ul#dash-info li.g1 i {
        background: rgba(245,180,0,1);
        box-shadow: 0px 0px 15px 0px rgba(255, 192, 21, 0.7);
    }
    ul#dash-info li.g2 i {
        background: rgba(145,232,66,1);
        box-shadow: 0px 0px 15px 0px rgba(145,232,66, 0.7);
    }
    ul#dash-info li.g3 i {
        background: rgba(255,124,216,1);
        box-shadow: 0px 0px 15px 0px rgba(255,124,216, 0.7);
    }
    ul#dash-info li.g4 i {
        background: rgba(33,180,226,1);
        box-shadow: 0px 0px 15px 0px rgba(33,180,226, 0.7);
    }
    ul#dash-info li.g5 i {
        background: rgba(239,73,50,1);
        box-shadow: 0px 0px 15px 0px rgba(239,73,50, 0.7);
    }
    ul#dash-info li.g6 i {
        background: rgba(150,147,240,1);
        box-shadow: 0px 0px 15px 0px rgba(150,147,240, 0.7);
    }
    ul#dash-info li.g7 i {
        background: rgba(172, 134, 10,1);
        box-shadow: 0px 0px 15px 0px rgba(172, 134, 10, 0.7);
    }
    ul#dash-info li.g8 i {
        background: rgb(37, 161, 165);
        box-shadow: 0px 0px 15px 0px rgba(37, 161, 165, 0.7);
    }
    ul#dash-info li.g9 i {
        background: rgb(181, 28, 122);
        box-shadow: 0px 0px 15px 0px rgba(181, 28, 122, 0.7);
    }
    ul#dash-info li.g10 i {
        background: rgb(32, 77, 185);
        box-shadow: 0px 0px 15px 0px rgba(32, 77, 185, 0.7);
    }
    ul#dash-info li.g11 i {
        background: rgb(161, 47, 39);
        box-shadow: 0px 0px 15px 0px rgba(161, 47, 39, 0.7);
    }
    ul#dash-info li.g12 i {
        background: rgb(69, 41, 165);
        box-shadow: 0px 0px 15px 0px rgba(69, 41, 165, 0.7);
    }


    /************************  rtl settings ****************************/
    .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
        border-top-right-radius: .25rem;
        border-top-left-radius: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-prepend {
    margin-left: -1px;
    margin-right: 0;
}
.btn.form-control-dark:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.10);
    border-color: rgba(255, 255, 255, .1);
}
.dropdown-toggle::after {
    margin-right: .265em;
    vertical-align: 0;
}
.dropdown-item {
    text-align: right;
    font-size: 0.82rem;
    cursor:pointer;
}
.dropdown-menu {
    right: 0;
    left:auto;
}
div.dropdown.user-info .dropdown-menu {
    right: auto;
    left: 0;
}

.page-item:last-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-link {
    padding: .4rem .5rem;
    text-align: center;
    font-weight: 400;
    min-width: 35px;
}
/*******  report *******/
body.report-page-layout{
    direction:ltr;
}
.stiJsViewerStandartSmallButton, .stiJsViewerClearAllStyles {
    font-family: IRANSans !important;
}
/********************** form wizard ********************/
.card.form-wizard {
    display: none;
    background-color: #fff;
    
}
.card.form-wizard.active{display:block;}
    .card.form-wizard .form-wizard-footer {
        text-align: left;
    }
    .card.form-wizard .card-body {
        background-color: #f4f4f4;
        border-radius: .5rem;
        margin-bottom: 1rem;
    }
/***************  ***************/
.chart-container {
    width: 30vw;
        margin:0 auto;
    clear:both;
    clear:both;
}
/********************** media query ********************/
@media (min-width: 1400px) {
    ul#dash-info li {
        min-width: 15%;
    }
}

@media (min-width: 1360px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: initial;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 900px;
    }
}

@media (max-width: 450px) {
    ul#dash-info li {
        min-width: 140px;
    }

    .chart-container {
        width: 70vw;
    }
}
