﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.nav-pills .nav-link {
    color: #28a745
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/*Fix Select2*/
.selection {
    width: 100%;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: 'Noto Sans Arabic', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Noto Sans Arabic', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/**this is custom css*/
.tile-link {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 30
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    text-align: right !important;
}

.ht_clone_left {
    left: unset !important;
}

.ht_clone_top {
    left: unset !important;
}

.ht_clone_top_left_corner {
    left: unset !important;
}

.current {
    box-shadow: inset 0 0 0 2px #5292f7;
}
/*Fix Select2*/
.selection {
    width: 100%;
}

#rowsTable {
    direction: ltr;
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
}


.picker__select--month, .picker__select--year {
    height: inherit
}

@media (max-width: 1199px) {
    nav .side-navbar {
        margin-right: -90px;
        margin-left: 0;
    }

        nav.side-navbar.shrinked {
            margin-right: 0;
        }

    .bootstrap-table .fixed-table-container .fixed-table-body {
        overflow-x: initial;
        overflow-y: initial
    }
}

nav.side-navbar a i {
    margin-left: 10px;
    margin-right: 0;
}

nav.side-navbar ul li a {
    text-align: right
}

nav.side-navbar.shrinked ul li a {
    text-align: center
}

nav.side-navbar a[data-toggle="collapse"]::before {
    left: 20px;
    right: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: none;
}

.arrowdown {
    float: left
}

body {
    text-align: inherit
}

.glyphicon-ok:before {
    content: "\f00c";
}

.glyphicon-remove:before {
    content: "\f00d";
}

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.popover {
    right: auto;
}
/*Fix Select2*/
.selection {
    width: 100%;
}

#style-switch {
    left: 0;
    right: initial;
}

#customFile .custom-file-control:lang(en)::after {
    content: "Select file...";
}

#customFile .custom-file-control:lang(en)::before {
    content: "Click me";
}

/*when a value is selected, this class removes the content */
.custom-file-control.selected:lang(en)::after {
    content: "" !important;
}

.custom-file {
    overflow: hidden;
}

.custom-file-control {
    white-space: nowrap;
}

.custom-file-label {
    text-align: center
}

.checkbox-template::after, .radio-template::after {
    right: 4px;
}

.checkbox-template::before, .radio-template::before {
    margin-right: -2px;
}

.checkbox-template + label, .radio-template + label {
    margin-left: auto;
    margin-right: 20px;
}

nav.navbar .dropdown-menu {
    left: 0px;
    right: auto;
}
/*fix rtl modal */
.rtl .modal-header .close, [dir=rtl] .modal-header .close {
    margin: 0;
}
/* home block*/

.bg-white {
    background-color: #fff !important;
}

.has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
}

.statistic {
    padding: 20px 15px;
    margin-bottom: 15px
}

    .statistic:last-of-type {
        margin-bottom: 0
    }

    .statistic strong {
        font-size: 1.5em;
        color: #333;
        font-weight: 700;
        line-height: 1
    }

    .statistic small {
        color: #aaa;
        text-transform: uppercase
    }

    .statistic .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        min-width: 40px;
        max-width: 40px;
        color: #fff;
        border-radius: 50%;
        margin-right: 15px
    }

.bg-red {
    background: #ff7676 !important;
    color: #fff
}

    .bg-red:hover {
        color: #fff
    }

.bg-blue {
    background: #85b4f2 !important;
    color: #fff
}

    .bg-blue:hover {
        color: #fff
    }

.bg-yellow {
    background: #eef157 !important;
    color: #fff
}

    .bg-yellow:hover {
        color: #fff
    }

.bg-green {
    background: #54e69d !important;
    color: #fff
}

    .bg-green:hover {
        color: #fff
    }

.bg-orange {
    background: #ffc36d !important;
    color: #fff
}

    .bg-orange:hover {
        color: #fff
    }

.bg-violet {
    background: #796AEE !important;
    color: #fff
}

    .bg-violet:hover {
        color: #fff
    }

.bg-gray {
    background: #ced4da !important
}

.work-amount .chart .text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.content-inner {
    position: relative;
    /*width: calc(100% - 250px);*/
    min-height: calc(100vh - 70px);
    padding-bottom: 60px
}

    .content-inner.active {
        width: calc(100% - 90px)
    }

.dashtext-1 {
    color: #864DD9 !important;
}

.dashtext-2 {
    color: #CF53F9 !important;
}

.block {
    padding: 20px;
    background: #2d3035;
    color: #8a8d93;
    margin-bottom: 30px;
}

.statistic-block {
    padding: 20px;
    background: #ffffff; /*#2d3035;*/
    color: #8a8d93;
}

.statistic-block-red {
    padding: 20px;
    background: #ff0000; /*#2d3035;*/
    color: #000;
}

    .statistic-block-red strong {
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: .9rem;
        color: #030303;
        margin-bottom: 5px;
    }

.statistic-block .number {
    color: inherit;
    font-size: 2.2rem;
}

.statistic-block .icon {
    /* ReSharper disable once ValueShouldHaveUnits */
    margin-bottom: 5;
    font-size: 1.2rem;
    color: #8a8d93;
}

.statistic-block strong {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    color: #8a8d93;
    margin-bottom: 5px;
}
/*ICON */

/*.ui-autocomplete-input {
    border: none;
    font-size: 14px;
    width: 300px;
    height: 24px;
    margin-bottom: 5px;
    padding-top: 2px;
    border: 1px solid #DDD !important;
    padding-top: 0px !important;
    z-index: 1511;
    position: relative;
}*/

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

/*.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}*/

/*.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}*/

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
/*.ui-autocomplete {
    z-index: 2150000000;
}*/
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.ui-menu-item:hover .ui-menu-item-wrapper.ui-state-active:hover {
    background: #6693bc !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.ui-state-focus {
}

#ui-id-1 > li:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}



.icon:not(.icon-c-s):not(.icon-custom-size) {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
}

.icon {
    display: inline-block;
    color: inherit;
    text-align: center;
    vertical-align: -0.125rem;
    fill: currentColor;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    text-align: right !important;
}

.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
}

#map {
    height: 600px;
    width: 100%;
}

body {
    -webkit-tap-highlight-color: transparent;
}

[x-cloak] {
    display: none;
}

.bootstrap-table .table > tbody > tr.groupBy.expanded,
.bootstrap-table .table > tbody > tr.groupBy.collapsed {
    cursor: pointer;
}

.bootstrap-table .table > tbody > tr.hidden {
    display: none;
}

.groupBy {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
    text-align:right!important
}