

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 5rem;
    min-height: 80vh;
}

#wrapper.toggled {
    padding-left: 15.625rem;
}

#sidebar-wrapper {
    /*z-index: 1000;*/
    font-size: 0.675rem !important;
    position: absolute;
    left: 16.875rem;
    width: 0;
    min-height: 100vh;
    margin-left: -15.625rem;
   /* overflow-y: auto;
    background: #000;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#wrapper.toggled #sidebar-wrapper {
    width: 15.625rem;
}
#sidebar-wrapper .list-group {
    /*width: 17rem;*/
    background: #426593;
    /*padding: 1em;*/
    padding:0px;
    box-shadow:1px 1px 4px #26262636;
    min-height: 64vh;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    /*max-height: 50vh;*/
    overflow: auto;
    z-index: 0;
    position: relative;
}
.toggled #sidebar-wrapper .list-group {
    padding: 0;
    /*width: 0;*/
}
.list-group-item-child{
    position:relative;
}
#sidebar-wrapper .list-group-item{
    padding: 0.6rem 1rem;
    background: #426593;
    border-radius: 0px;
    border-bottom: 1px solid #7c7c7c;
    border-left:0px;
    border-right:0px;
    border-top:0px;    
    text-align: left;
    color: #fff;
    margin:0;
}
#sidebar-wrapper .list-group-item.activeSubSideMenu {
    background: #066CEE!important;
    color: #fff !important;
}
  /*#side-menu .list-group .list-group-item.activeSideMenu {background: #7387A6!important;}*/
  /*.list-group-item.dropdown-submenu.activeSubSideMenu{background-color:#7387A6;}*/
  .activeSubSideMenu a:hover{color:#fff !important;}
#side_menu li:hover {
    background: #778ba4;
    transition: 500ms;
    /*font-weight: 700;*/

}
#side_menu li:hover a{color: #fff;}
#side_menu li:focus{
    background: #7387A6;
    transition: 500ms;
    color: #fff;
    font-weight: 700;
}
#side_menu .panel-heading {
    background: #324e73;
    /*width: 17rem;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #7c7c7c;
    border-left:0px;
    border-right:0px;
    border-top:0px;   
    box-shadow: 0px 2px 4px #2626266e;
    z-index: 1;
    /*position: relative;*/
}
.trigger {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.trigger:hover, .trigger:active, .trigger:focus{
    color: #fff;
    text-decoration: none;
}
.drop-menu li.capitalize {
    padding: 0.3rem 0.5rem;
    border-bottom: 1px dashed #fff;
}
.drop-menu li.capitalize:hover {
    font-weight: 600;
    transition: 0.3s;
}
.capitalize.active {
    color: #426593;
    font-weight: 600;
    background: #324E73;
}
.capitalize a:active{
    color: #fff;
    font-weight: 600;
}
.menu-icon.fa{
    float: right;
    /*margin: 1% 1% 0% 1%;*/
    color: #fff;
    position:absolute;
    right:5px;
    /*font-size: 1.2rem;*/
}
#page-content-wrapper {
    width: 100%;
    position: relative;
    /*padding: 15px;*/
    padding: 1em;
    background: #fff;
    box-shadow: 0px 0px 4px #26262636;
    height: 100%;
    min-height: 70vh;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: -15.625rem;
}
#wrapper.toggled #side_menu .panel-heading {    
    padding: 0.75rem 1rem;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 15.625rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.msg-bx-nav {
	position: absolute;
	background: #ec7a00;
	color: #f9f9f9;
	font-size: 10px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	width: 11px;
	height: 11px;
	text-align: center;
	line-height: 11px;
	border-radius: 50%;
	top: 4%;
	right: 3%;
	font-weight: bold;
}
#wrapper.toggled .msg-bx-nav {    
    position: absolute;
    background: #ec7a00;
    color: #f9f9f9;
    font-size: 10px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    width: 11px;
    height: 11px;
    text-align: center;
    line-height: 11px;
    border-radius: 50%;
    top: 3%;
    right: 12%;
    font-weight: normal;
}
.left_icon{width:14px;height:auto;margin-right:10px;}
 
#wrapper.toggled .left_icon{width:18px;height:auto;margin-right:0px;}


@media(min-width:300px) {
    #wrapper {
        padding-left: 18.125rem;
        margin-top: 0rem;
    }

    #wrapper.toggled {
        padding-left: 78px;
    }

    #sidebar-wrapper {
        width: 16.875rem;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 58px;
    }
    #wrapper.toggled #sidebar-wrapper .left_text {
        display:none;
    }
    #wrapper.toggled #sidebar-wrapper .list-group-item{
        margin:0px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


@media(min-width:768px) {
    #wrapper {
        padding-left: 18.125rem;
        margin-top: 0rem;
    }

    #wrapper.toggled {
        padding-left: 78px;
    }

    #sidebar-wrapper {
        width: 16.875rem;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 58px;
    }
    #wrapper.toggled #sidebar-wrapper .left_text {
        display:none;
    }
    #wrapper.toggled #sidebar-wrapper .list-group-item{
        margin:0px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}




 #sidebar-wrapper .list-group-item a.trigger .menu-icon.fa::after {
    content: "";
    background-image: url('../../img/icons/caret-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: top;
    transition: 0.6s;
    transform: rotate(180deg);
}
 #sidebar-wrapper .list-group-item a.trigger.collapsed .menu-icon.fa::after {
    content: "";
    background-image: url('../../img/icons/caret-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: top;
    transition: 0.5s;
    transform: rotate(0deg);
}