﻿/* 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. */

/*
    DEMO STYLE
*/
html {
    --scrollbarBG: #f0f3f5;
    --thumbBG: #0088cc;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}



::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
}


tbody {
    color: #000000;
}

/*.btn {
    width: 100px !important;
    margin-right: 10px !important;
}*/
.header {
    background: linear-gradient(to bottom, #34495e 0%, #3b5773 100%);
    box-shadow: 0 5px 20px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22) !important;
    border-bottom: none !important;
    border-top: none !important;
}
.userbox .name {
    color: #eeeeee !important;
}
.userbox .custom-caret {
    color: #eeeeee !important;
}
.header .separator {
    background-color: #555555;
    background-image: none !important;
}

.sidebar-left {
    max-width: 250px !important;
    box-shadow: none !important;
}
.sidebar-left .sidebar-header .sidebar-toggle {
   background-color: transparent !important; 
}
ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
   
    background-color: rgba(255,255,255,.1) !important;
    color: #fff;
}
ul.nav-main > li.nav-expanded > a {
    background: #3a546f !important;
}
ul.nav-main li .nav-children {
    background: #34495e !important;
    box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset !important;
}
ul.nav-main li .nav-children li a:hover, ul.nav-main li .nav-children li a:focus {
    background: #3a546f !important;
}

.panel-title {
    color: #08c !important;
}
.success {
    color: #47a447;
}
.no_success {
    color: #d2322d;
}
.notifications .notification-menu {
    width: 400px;
    max-height: 500px;
}
.notification_img {
    width: 40px;
    height: 40px;
}
.notification-menu li :hover {
    background: #eee;
}
.notification-menu ul {
    max-height: 405px;
    min-height: 150px;
    overflow-y: auto;
}
.notifications .notification-menu .view-more {
    color: #0088cc;
    margin-bottom: 10px;
}
.notifications .notification-menu .content {
    /*padding: 5px 4px 5px 12px;*/
    padding: 0px;
}
.notifications .notification-menu .notification-title {
    padding: 15px 6px 15px 12px;
}
.notifications .notification-menu hr {
    margin: 0px 10px 20px;
}
.notification-menu ul::-webkit-scrollbar {
    width: 12px;
}

/*.content-body {
    padding: 20px 40px;

}*/

div.widget-todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
    div.widget-todo-list .table-striped > tbody > tr.parent {
        background-color: #fff !important;
    }
div.widget-todo-list .table-striped > tbody > tr.child {
    background-color: #f9f9f9 !important;
}
.leftPadding {
    margin-left: 20px !important;
}

.bold {
    font-weight: 600 !important;
}
ul.nav-main li .nav-children li a {
    padding-right: 40px;
}
ul.nav-main li .nav-children .nav-children li a {
    padding-right: 10px;
}
.checkAllPermession {
    cursor: inherit !important;
    color: #de2828;
    font-weight: 600;
}
.gotocontroller {
    cursor: pointer;
}

.btn-sm, .btn-group-sm > .btn
{
    padding:2px 8px;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    width: 80px;
    cursor: pointer;
}

.oiltablepicColumn i {
   color: #e36159;
}
.oiltablepay button {
    background: #e36159;
    border-color: #e36159 
    
}
.oiltablepay .btn-primary.dropdown-toggle {
    border-left-color: #e36159;
}

.oiltablepay .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0088cc;
}

.oilSalestablepicColumn i {
        color: #0088cc;
}
.red_color {
    color: #c71f1f
}
.green_color {
    color: #239347
}
.disabledelement {
    pointer-events: none;
}
button.dt-button.buttons-html5,
button.dt-button.buttons-print {
    background: #0088cc;
    border: none;
    padding: 2px 8px;
    color: white;
    margin-right: 3px;
}
.dt-button {
    float: left;
}
.dataTables_info {
    float: left;
}
.chatboxWrapper {
    position: fixed;
    bottom: 0;
    right: 100px;
    z-index: 1000;
    width: auto;
    margin: 0 10px;
}

.chatbox {
    float: right;
    /*max-height: 350px;*/
    width: 360px;
    padding: 0px;
    margin: 2px 0px 0px 10px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    /*border: 1px solid #eee;*/
    border-radius: 4px;
    webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

    .chatbox header.panel-heading {
        padding: 10px;
        display: flex;
    }

    .chatbox header .panel-actions a {
        color: #08c;
    }

.profile-picture {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

    .profile-picture img {
        width: 100%;
        height: 100%;
    }
.chatbox header .panel-title {
    font-size: 13px;
    vertical-align: middle;
    line-height: inherit;
    margin-top: 5px;
    margin-left: 5px;
}

.chatbox header .profile {
    left: 15px;
    display: flex;
    vertical-align: middle;
}

.chatbox .panel-body {
    padding: 0px 10px;
}

    .chatbox .panel-body hr {
        margin: 10px 0 10px 0;
    }

    .chatbox .panel-body .chatlist {
        min-height: 250px;
        max-height: 320px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px 5px;
    }

    .chatbox .panel-body .input-group {
        bottom: 0;
    }

    .chatbox .panel-body ul li {
        background: rgb(0, 132, 255);
        color: #fff;
        border-radius: 10px;
        max-width: 80%;
        padding: 5px 10px;
        line-height: 1;
        margin-bottom: 3px;
    }

    .chatbox .panel-body .left {
        text-align: left;
        float: left;
        background: #eee;
        color: #000;
    }

    .chatbox .panel-body .left .date {
        color: gray;
    }

    .chatbox .panel-body .right {
        text-align: right;
        float: right;
        background: rgb(0, 132, 255);
        color: #fff;
    }

    .chatbox .panel-body .date {
        font-size: 0.6rem;
        line-height: 1.8;
    }

    .chatbox .panel-body .name {
        font-size: small;
        font-weight: 600;
    }

    .chatbox .panel-body .groupchat {
        margin-left: 40px;
        background: #EEE;
        padding: 5px;
        border-radius: 10px;
        border: 1px solid lightgray;
    }

    .chatbox .panel-body .message {
        line-height: 1.4;
        overflow-x: auto;
        white-space: pre-line;
    }
.chatboxWrapper .multiselect {
    background: #c9e5ff;
    border-color: #c9e5ff;
    padding: 0px 0px 0px 5px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    cursor: pointer;
}

.dropdown-menu li {
    border-bottom: #eee solid 1px;
}

    .dropdown-menu li :hover {
        background: #eee;
    }

    .dropdown-menu li .message {
        display: block;
        white-space: pre-line;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

#chatNotificationList .isRead {
    background: #0084ff63;
}

#notification_list .isRead {
    background: #734ba929;
}

#noticeboard_list .isRead {
    background: #c5e4f3;
}
.customFooter {
    padding: 20px 10px 20px;
}
.isRead {
    background: #f5f5f5;
}
.boldtext {
    font-weight: 600;
    color: #000 !important;
}
.multiselect-container {
    max-height: 315px;
    overflow-y: auto;
}
.reportTools {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 80px;
}
.reportPdf {
   right: 53%;
}
.reportExcel {
    right: 50%;
}
.reportWord {
    right: 47%;
}
.reportTools i{
    font-size: 24px
}
.reportExcel i {
    color: #089208 !important;
}
.reportWord i {
    color: #08c !important;
}
.reportViewWrapper {
    overflow: auto;
    height: 650px;
    padding: 0px;
}

.loader {
    position: absolute;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 40px !important;
    height: 40px !important;
    left: 55% !important;
    top: 11% !important;
    z-index: 10000;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.amount {
    text-align: right;
    padding-right: 5px !important;
}

.drag-drop-hover {
    border: 2px dashed #0088cc !important;
}

table {
    width: 100%;
    font-size: 0.72rem;
    background-color: #f3f5f7;
}
.table_select_option {
    height: 35px;
    padding: 0 13px
}
.table td {
    padding: 0.25rem !important;
}
.table th {
    padding: 0.45rem !important;
}
.table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
td a {
    cursor: pointer;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    table {
        overflow-x: auto;
        display:block;
    }
}
thead th {
    font-size: 12px;
    text-align: center !important;
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after {
    content: none !important;
}
th {
    text-align: center;
}

thead {
    background-color: #17a2b8;
    color: #fff;
}

.table thead th {
    vertical-align: middle !important;
}


.input-sm {
    height: 32px !important;
}

.form-control {
    font-size: 0.95rem !important;
}

.select2-container--default .select2-selection--single {
    padding: .20rem .20rem !important;
    height: calc(1.90rem + 2px) !important;
}

.form-group {
    margin-bottom: 0.25rem !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600 !important;
    font-size: 0.8rem !important;
}
.modal-body {
    padding: 1.5rem !important;
}
.modal-footer {
    justify-content: center !important;
}

.modal-block{
    width: 50%;
    margin: auto;
}

@media only screen and (min-width: 576px) {
    .modal-dialog {
        /* max-width: max-content !important;*/
        min-width: 560px !important;
    }
    .body-wrapper {
        width: 25%;
        margin: auto;
    }
}
.input-sm {
    height: 32px !important;
}
.form-control {
    font-size: 0.95rem !important;
}
.row {
    margin-bottom: 8px;
}
#btnEdit, #btnSaveNew, #btnSave {
    margin-right: 5px;
}

.thumbnail > img, .thumbnail a > img {
    height: 100px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.pull-right {
    float: right !important;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.media-gallery .mg-files .thumbnail .thumb-preview img {
    width: 100%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-radius: 5px;
}
.media-gallery .mg-files .thumbnail {
    border: 1px solid #eee;
    border-radius: 5px;
}

.accordion-collapsed-card {
    margin-bottom: 5px !important;
    cursor: pointer;
}
.modal-header {
    padding: 0.60rem !important;
}
.bottom-border {
    border-bottom: 1px solid #dee2e6;
}
.dropdown-profileitem:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #007bff !important;
}
.profile-name {
    max-width: 112px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.user-role {
    font-size: 11px;
    color: #6c757d !important;
}
.text-note {
    font-size: 11px;
}
.center {
    text-align: center;
}
.pagination > li a {
    position: relative;
    float: left;
    padding: 6px 8px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li.active a {
    background-color: #0088cc;
    color: white;
    border: 1px solid #0088cc;
}
.sidebar{
    font-size: 0.95rem
}
.nav-sidebar .nav-item > .nav-link {
    margin-bottom: .12rem !important;
    font-size: 13px;
}
.nav-link {
    padding: 0.35rem 0.45rem !important;
}
a .far {
    font-size: 14px !important;
}
.home-bubble {
    color: #20c997;
    position: absolute;
    top: 60px;
    right: 3px;
    font-size: 31px;
    line-height: 1px;
    /*box-shadow: #3c8dbc 0px 20px 30px;*/
    transform: rotate(87deg);
}
.home-bubble-droplist {
    display: none;
    background: #000000bd;
    opacity: .75;
    box-shadow: rgb(38 57 77) 0px 20px 30px;
    position: absolute;
    right: 0px;
    top: 88px;
    z-index: 100000;
}
.home-bubble-droplist a {
    font-size: 27px;
    color: white;
}
.home-bubble-droplist a:hover {
    color: #fffcd3;
    text-decoration: none;
}
.right-sidebar, .right-sidebar::before {
    min-width: 80% !important;
}

.right-sidebar-inner {
    width: 100% !important;
    /*height: calc(100% - 100px) !important;*/
}
.card.maximized-card {
    top: 58px !important;
    width: 80% !important;
    left: 20% !important;

}
.pointer {
    cursor: pointer;
}
.small-font{
    font-size: 11px;
}


[class*="icheck-box"] > input[type="radio"]:first-child + label::before,
[class*="icheck-box"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 0 !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px !important;
}
.select2-container--default .select2-results__option {
    padding: 3px 10px !important;
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .col-sm-12 {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 173 255 / 8%) !important;
}
table.dataTable td {
    font-size: 0.72rem;
}
.table-bordered thead th {
    border-bottom-width: 0px !important;
    border-top: 0;
}
.bubleNumber {
    color: #007bff;
    border-radius: 50%;
    padding: 10px 6px;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-weight: bold;
    border: 4px solid #007bff;
    text-align: center;
    margin-right: 10px;
}

.formWizard {
    color: #f0f1f3;
    border-radius: 35%;
    padding: 0px 6px;
    height: 20px;
    width: 30px;
    line-height: 0;
    font-weight: bold;
    border: 3px solid #cfd7e1;
    text-align: center;
    margin-right: 10px;
}
.text-ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spin-loader {
    color: #dc3545;
    position: absolute;
    left: 30% !important;
    z-index: 10000;
}
.select2-dropdown--below > .select2-search {
    /* Multi select2 input text not showing. So, Now Comment the css*/
    margin-top: -32px;
}

.textcounter {
    width: 43px;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

.readonly {
    background-color: #ffffff !important;
    opacity: 1;
}

.total {
    border: 1px solid #007bff !important;
    font-size: 1.2rem !important;
}

.nav-sidebar .nav-link p {
    white-space: initial;
}

.dataTables_wrapper .top {
    display: flex;
    width: 100%;
}
.dataTables_wrapper .top .dataTables_filter {
   text-align: left;
   width: 33%;
}
.dataTables_wrapper .top .dataTables_length {
        text-align: left;
        width: 33%;
}
.dataTables_wrapper .top .dataTables_paginate {
        text-align: right;
        width: 33%;
}
/*.main-header {
    position: fixed !important;
    width: -webkit-fill-available;
    width: -moz-available;
}*/
.online_user_list {
    min-height: 200px;
    max-height: 600px;
    overflow-x: hidden;
}
.status-online{
    color:green;
}
.status-offline {
    color: green;
}
figure {
    margin: 0 !important;
}
.bellshow {
    display: block !important;
}

.bellhide {
    display: none !important;
}
    