body {
    overflow: hidden;
}
/*
body,
a {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}*/

.active{
	color:#ffffff;
    border-right-width: 0;
    border-bottom-width: 0;
    /*background-color: rgba(199, 199, 199, 0.2);*/
}

.text-menuhead {
    color: #fb8c00 !important;
}

/*#menu-toggle {
    margin-left: 0;
}*/

#sidebar-wrapper {
    /* min-height: 100vh; */
    margin-left: -16rem;
    -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 .sidebar-heading-map {
    /*arati for map*/
    padding: 0.3rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 16rem;
}
#sidebar-wrapper a {
    font-size: 14px;
}

#sidebar-wrapper h6 {
    font-size: 12px;
}

#page-content-wrapper {
    min-width: 100vw;
	overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.m-fadeOut {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 500ms, opacity 300ms;
}

.m-fadeIn {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.list-group {
    /* background: #232325; */
    background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
    color: white;
}

#navbarSupportedContent select:focus,#sidebar-wrapper select:focus {
    border: 1px #ffffff solid;
	
}

.components {
    padding-bottom: 80px;
}

.components li {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}

.components li a {
    color: white;
    text-decoration: none;
}

.active_tab {
    background: #5bb25f !important;
}

.components li:hover {
    background: #2b2d2e;
}

.components .submenu:hover {
    background: rgb(93, 92, 92);
}

.submenu {
    margin-left: 15px;
}

/* scroll for submenu */
.scroll {
    height: 190px;
    overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -16rem;
    }
}