/* nicescroll-rails */
.nicescroll-rails {
    display: none;}
/* sidebar-toggle */
.header .sidebar-toggle {
    position: absolute;
	width: 30px;
	height: 20px;
    left: 15px;
    top: 17px;
    cursor: pointer;
    min-width: auto;
    border: none;
    box-shadow: none;
    padding: 0;}
.header .sidebar-toggle span {
    height: 2px;
	width: 100%;
	position: absolute;
	background: #373738;}
.header .sidebar-toggle span:nth-child(2) {
    top: 8px;}
.header .sidebar-toggle span:nth-child(3) {
    top: 16px;}

    
/* resize-btn */
#sidebar .resize-btn {
    color: #c3ccce;
    background: transparent;
    box-shadow: none;
    min-width: auto;
    font-size: 40px;
    padding: 0 5px;
    margin-top: 2px;
    position: fixed;
    z-index: 1;
    left: 202px;
    top: 0;}
#sidebar .resize-btn:hover {
    color: #848484;}
@media (max-width: 991px) {	
#sidebar .resize-btn {
   display: none;}
}


/* sidebar-menu, sidebar-footer */    
.sidebar-menu,	  
.sidebar-footer {
     width: 230px;}	
	 
/* common */	 
#sidebar {
    height: 100%;
    position: fixed;
    background: #fff;
    left: 0;
    padding-top: 45px;}	
.sidebar-menu li {
  list-style: none;  
  text-transform: capitalize;}  
.sidebar-menu li a.active,
.sidebar-menu li a:hover {
    color: #fff !important;
    background: #1b75bb !important;}
.sidebar-menu li a.active {
    font-weight: bold;}
.sidebar-menu li a span {
    padding-left: 4px;
    position: relative;
    top: 4px;}
.sidebar-menu li a:hover, 
.sidebar-menu li a:focus {
	text-decoration: none;}	
.sidebar-menu li a img {
    width: 21px;}
.sidebar-menu li a.active img:first-of-type,
.sidebar-menu li a:not(.active) img:last-of-type,
.sidebar-menu li a:hover img:first-of-type {
    display: none;}
.sidebar-menu li a:hover img:last-of-type {
    display: initial;}

/* li a, sub-menu */	
.sidebar-menu li a,
.sidebar-menu a.sub-menu-link:not([href]):not([tabindex]) {
	display: block;
    padding: 11px 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 10px;
    color: #62778c;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 2px;}
		
/* sub-menu */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}	
ul.open-sub-menu  {
  display: block;}
.sidebar-menu .sub-menu-link {
    cursor: pointer;}
.sidebar-menu .sub-menu li:last-child {
    margin-bottom: 20px;}	
.sidebar-menu .sub-menu li a.active,
.sidebar-menu .sub-menu li a:hover {
    color: #757575 !important;
    background: #d0edf7 !important;}
.sidebar-menu li .sub-menu-link i {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;}
.sidebar-menu li .sub-menu li a i {
    font-size: 11px;
    padding-left: 8px;}	
.sidebar-menu li i.fa-chevron-down {
    font-size: 10px;
    float: right;
    margin-top: 2px;
    margin-right: 10px;}
.sidebar-menu li.open .sub-menu-link {
	background: #f1f1f1;}
.sidebar-menu li.open i.fa-chevron-down {
	margin-top: 4px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);}
.sidebar-menu li.default .sub-menu {display: block;}
.sub-menu {
 	display: none;
 	font-size: 14px;}	
.sub-menu a {
 	display: block;
 	text-decoration: none;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;}



/* side-menu-head */
.side-menu-head {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-radius: 0 10px 10px 0;}
.side-menu-head a {
    text-decoration: none;}
.side-menu-head img {
    max-width: 100%;
    height: 35px;}
@media (min-width: 992px) {	
.side-menu-head {
   margin-bottom: 20px;}
}
@media (max-width: 991px) {	
.side-menu-head {
   display: none;}
}

/* sidebar-footer */
.sidebar-footer {
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
	background: #fff;
	position: fixed;
    bottom: 0;}
.sidebar-footer a {
    color: #8c8c8c;
	text-decoration: none;
	font-size: 13px;
	padding-left: 23px;}



@media (min-width: 992px) {  
/* common */
#sidebar {
    padding-top: 0;
	top: 0;
	z-index: 100;
	-webkit-transition: left 0.1s ease-in-out;
    -moz-transition: left 0.1s ease-in-out;
    -ms-transition: left 0.1s ease-in-out;
    -o-transition: left 0.1s ease-in-out;
    transition: left 0.1s ease-in-out;} 
.sidebar-menu li:last-child {
   margin-bottom: 100px;}	
/* sidebar-toggle */	
.header .sidebar-toggle,
#sidebar .sidebar-toggle {
    display: none;}
	
}


@media (max-width: 991px) {	
/* common */
#sidebar {
	z-index: 100;
    left: -230px;
	-webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;}
.sidebar-menu li:last-child {
    margin-bottom: 70px;}	
/* open-sidebar */
.open-sidebar {
    overflow-y: hidden;}	
.open-sidebar #sidebar {
    left: 0;}
/* swipe-area-btn */	
.swipe-area-btn {
	position: fixed;
	top: 45px;
	left: 0;
	bottom: 0;
    z-index: 100;
    height: 100%;
    width: 15px;}
.open-sidebar .swipe-area-btn {
    padding-left: 230px;
	background: #18181973;
	width: 100%;
	top: 0;}	
/* sidebar-toggle */	
#sidebar .sidebar-toggle {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 22px;
    height: 22px;
    opacity: 0.3;
    cursor: pointer;}
#sidebar .sidebar-toggle:hover {
  opacity: 1;}
#sidebar .sidebar-toggle:before, 
#sidebar .sidebar-toggle:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #333;}
#sidebar .sidebar-toggle:before {
  transform: rotate(45deg);}
#sidebar .sidebar-toggle:after {
  transform: rotate(-45deg);}	
}


@media (min-width: 576px) {	 
/* common */				
}


@media (max-width: 575px) {		
/* sidebar-footer */	
.sidebar-footer p {
     margin: 0;
	 padding: 5px 0;}		
}