.subitems > li {
	margin-left: 10px;
}

.icon-submenu {
	float: right;
  position: relative;
  top: 5px;
  font-size: 10px;
  line-height: 1.1;
}

.sidebar-item.active > .sidebar-link {
	background: linear-gradient(90deg,rgba(59,125,221,.1),rgba(59,125,221,.088) 50%,transparent);
  border-left-color: #3b7ddd;
  color: #e9ecef;
}

.sidebar-dropdown .sidebar-item.active .sidebar-link {
  background: transparent;
  border-left: 0;
  color: #518be1;
  font-weight: 400;
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover {
  background: transparent;
  border-left: 0;
  color: #e9ecef;
  font-weight: 400;
}

.colapsado {
	display: none;
}

.expandido {
	display: block;
}
