﻿.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 14px;
}
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

/* Change Table font size to 12px*/
table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 0.8rem;
}

.table td, table {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 0.8rem;
}

.text-dark {
    color: #343a40 !important;
    font-size: 0.8rem;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 8px;
    font-size: 0.8rem;
}

/*.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 12px;
}
*/

/*bootstrap navbar*/
.sidenav .border-bottom {
    border-bottom: 5px solid white !important;
}

.sidenav .navbar {
    padding: 11px 1rem;
}

.sidenav .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 14px;
    color: #107C10;
    font-weight: 500;
}

.sidenav .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid rgba(250, 248, 248, 0.125);
}

.list-group-item a.dropdown-btn:focus,
.list-group-item a.bg-light:hover
{
    background-color: #107C10 !important;
}

.sidebar-heading {
    color: #1b1b1b !important;
    font-size: 15px;
    text-align: center;
}

.bg-light .sidebar-heading a {
    font-size: 13px;
}


/* Optional: Style the caret down icon */
.sidenav .fa-caret-down {
    float: right;
    padding-right: 8px;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.sidenav .dropdown-container {
    display: none;
    background-color: white;
    padding-left: 8px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 14px;
    color: #1b1b1b;
    display: block;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav a:hover {
    background-color: #107C10;
    color: white;
}

.sidenav a.bg-light:focus, .sidenav a.bg-light:hover {
    background-color: #107C10;
    color: white;
}

.sidenav .list-group-item:hover {
    background-color: #046204;
    color: white;
}

.sidenav .list-group-item.active {
    background-color: #107C10;
    border-color: #ffc116;
    border: 1px solid rgba(255,255,255,0.5);
    color: white;
}

.sidenav .bg-crm {
    background-color: #107C10;
}

.navbar {
    padding: .5rem 1rem;
}

/* button focus globally*/
.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.25);
    box-shadow: 0 0 0 2px rgba(2,117,216,.25)
}

/* Scroll bar color global*/
body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #d4fc79 #F5F5F5;
    outline: 1px solid slategrey;
}

/* Hide horizontal Scroll on datatable of action column */
.DTFC_RightBodyLiner{
    overflow-x:hidden;
}


div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    font-size: 0.8rem;
    padding-top: 1rem;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 2;
    cursor: pointer;
}

#overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: black;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}