.sidenav {
    height: 100%;
    width: 80px;
    position: fixed;
    z-index: 1;
    top: 50px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}


#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.closebtn{
	float: right;
}


#main{
	margin-left: 80px;
}

.sidebar-nav>li>a{

	font-size: 25px;

}

.sidebar-nav li {
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child:before {
  background-color: #ca006c;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #ca006c;
}
.sidebar-nav li:nth-child(3):before {
  background-color: rgba(202, 0, 109, 0.94);
}
.sidebar-nav li:nth-child(4):before {
  background-color: rgba(202, 0, 108, 0.86);
}
.sidebar-nav li:nth-child(5):before {
  background-color: rgba(202, 0, 108, 0.78);
}
.sidebar-nav li:nth-child(6):before {
  background-color: rgba(202, 0, 108, 0.72);
}
.sidebar-nav li:nth-child(7):before {
  background-color: rgba(202, 0, 108, 0.68);
}
.sidebar-nav li:nth-child(8):before {
  background-color: rgba(202, 0, 108, 0.64);
}
.sidebar-nav li:nth-child(9):before {
  background-color: rgba(202, 0, 108, 0.60);
}
.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}
.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.dropdown-menu li{
	padding-left: 40px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}