﻿/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.dummy-bg {
    background: #9ec2ca;
}

.dataTables_scrollBody {
    background: #343a40 !important;
}

.dataTables_scrollHeadInner {
    background: #343a40 !important;
}
}

div.dts div.dataTables_scrollBody {
    background: #343a40 !important;
}

.page-item.active .page-link {
    background-color: #343a40;
    border-color: #343a40;
}

html {
    font-size: 14px;
}

.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 61px;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    padding-bottom: 100px;
}

.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
    margin-top: 40px;
}

/* for toggle behavior */

#sidebar.active {
    margin-left: -17rem;
}

#content.active {
    width: 100%;
    margin: 0;
}

.hide-on-sm-sc {
    display: block;
}

@media (max-width: 768px) {
    .hide-on-sm-sc {
        display: none;
    }

    html {
        font-size: 12px;
    }

    #sidebar {
        margin-left: -17rem;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
        margin: 0;
    }

        #content.active {
            margin-left: 17rem;
            width: calc(100% - 17rem);
        }
}

/* different techniques for iPad screening */
@media only screen and (min-device-width: 768px) and (max-device-width: 1400px) and (orientation:portrait) {
    /* For portrait layouts only */
    html {
        font-size: 12px;
    }

    .desc-max-w {
        max-width: 350px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1400px) and (orientation:landscape) {
    /* For landscape layouts only */
    html {
        font-size: 12px;
    }

    .desc-max-w {
        max-width: 350px;
    }
}

.separator {
    margin: 3rem 0;
    border-bottom: 1px dashed #fff;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

.text-gray {
    color: #aaa;
}

.mg-t-20 {
    margin-top: 20px;
}

.pd-r-5 {
    padding-right: 5px;
}

.pt-20 {
    padding-top: 20px;
}

.nxtgn-nav {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
}

.text-nxtgn {
    color: #95C11F;
}

.scrollbar {
    overflow-y: scroll;
}

#sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #fff;
}

#sidebar::-webkit-scrollbar {
    width: 5px;
    height: 100px;
    background-color: #fff;
}

#sidebar::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border: 2px solid #d8d8d8;
}

#alertListview {
    height: 400px;
}

    #alertListview::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #fff;
    }

    #alertListview::-webkit-scrollbar {
        width: 5px;
        height: 100px;
        background-color: #fff;
    }

    #alertListview::-webkit-scrollbar-thumb {
        background-color: #d8d8d8;
        border: 2px solid #d8d8d8;
    }

.nxtgn-icon-lg {
    font-size: 3em;
}

.desc-max-width {
    max-width: 500px;
}

.btn-sm {
    padding: 0rem .5rem !important;
    font-size: 0.675rem !important;
    line-height: 1.5 !important;
    border-radius: .2em !important;
}