aside {
  background-color: #34495E;
  display: inline-block;
  height: 100vh;
  position: fixed;
  width: 25%;
}
aside header {
  box-sizing: border-box;
  background-color: #2DCC70;
  height: 80px;
  padding: 0 15px;
}
aside header img,
aside header p {
  display: inline-block;
  vertical-align: middle;
}
aside header img {
  border-radius: 50%;
}
aside header p {
  font-size: 13px;
  color: white;
  margin-left: 10px;
  text-transform: uppercase;
}
aside header > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
aside .profile-picture {
  height: 55px;
  width: 55px;
}
.side-navigation {
  font-size: 14px;
}
.side-navigation a {
  color: #92A1A2;
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.side-navigation i.fa {
  color: #92A1A2;
  font-size: 20px;
  margin-right: 20px;
}
.side-navigation li.active a,
.side-navigation li:hover a {
  background-color: #233342;
  color: white;
}
.side-navigation li.active i,
.side-navigation li:hover i {
  color: #2DCC70;
}
main {
  float: right;
  vertical-align: top;
  width: 75%;
}
.main-head {
  *zoom: 1;
  height: 80px;
  border-bottom: 1px solid #92A1A2;
  color: #92A1A2;
  font-size: 20px;
  padding: 0 20px;
  position: relative;
}
.main-head:before,
.main-head:after {
  content: "";
  display: table;
}
.main-head:after {
  clear: both;
}
.main-head .icons {
  float: left;
  font-size: 21px;
}
.main-head .icons .fa {
  position: relative;
}
.main-head .icons .fa + .fa {
  margin-left: 20px;
}
.main-head .logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.main-head .logo .fa {
  color: #2DCC70;
  font-size: 40px;
}
.main-head .icons,
.main-head .search {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search {
  float: right;
}
.search input {
  border: 0;
  border-bottom: 1px solid transparent;
  font-size: 13px;
  margin-right: 10px;
  outline: none;
  padding-bottom: 3px;
}
.search input:hover,
.search input:focus {
  border-bottom: 1px solid #92A1A2;
}
.user-card {
  display: inline-block;
}
.user-card figure {
  display: inline-block;
}
.user-card figure img {
  border-radius: 50%;
  vertical-align: middle;
  width: 150px;
}
.user-card .name {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
.user-card .user-role,
.user-card .experience-points {
  color: #92A1A2;
  font-size: 16px;
}
.user-card .experience-points .fa {
  display: inline-block;
  margin-right: 8px;
}
.user-card .experience-points .fa:hover {
  color: #92A1A2;
  cursor: default;
}
.user-card .user-info {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.user-card .user-info span {
  padding-right: 10px;
}
.user-card .user-info .fa-star {
  font-size: 18px;
  margin: 0 1px;
  position: relative;
  top: -1px;
}
.user-card .user-info .fa-star.on {
  color: #E54239;
}
.user-card .user-info .fa-star.off {
  color: #92A1A2;
}
.user-card .user-role {
  margin: 9px 0;
}
.user-card .user-role a {
  color: #59A4E8;
  margin-left: 11px;
  text-decoration: none;
}
.action-links {
  float: right;
  margin-top: 22px;
}
.action-links a {
  border: 1px solid #92A1A2;
  color: #92A1A2;
  border-radius: 50%;
  display: block;
  padding: 10px;
  position: relative;
}
.action-links a:hover {
  background-color: #2DCC70;
  border-color: #2DCC70;
}
.action-links a:hover .fa {
  color: white;
}
.action-links a:before,
.action-links a:after {
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.2s ease;
  visibility: hidden;
}
.action-links a:before {
  background-color: black;
  border-radius: 3px;
  color: white;
  content: attr(data-title);
  font-size: 12px;
  padding: 5px;
  text-decoration: none;
  top: -35px;
  width: 80px;
}
.action-links a:after {
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid black;
  content: "";
  top: -13px;
}
.action-links a:hover:before,
.action-links a:hover:after {
  opacity: 1;
  visibility: visible;
}
.action-links li {
  display: inline-block;
  text-align: center;
}
.action-links li + li {
  margin-left: 15px;
}
.action-links .fa {
  display: inline-block;
  height: 20px;
  font-size: 19px;
  width: 20px;
}
.category-navigation {
  border-bottom: 1px solid #92A1A2;
  padding: 30px 30px 0;
}
.category-navigation a {
  box-sizing: border-box;
  color: #2B3A4F;
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 0 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.category-navigation li {
  display: inline-block;
}
.category-navigation li + li {
  margin-left: 25px;
}
.category-navigation li.active a,
.category-navigation li:hover a {
  border-bottom: 4px solid #2DCC70;
}
.category-navigation.container {
  padding-bottom: 0;
  padding-top: 10px;
}
.card {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.card li {
  box-sizing: border-box;
  color: #92A1A2;
  cursor: pointer;
  font-size: 13px;
  padding: 15px 16px;
  position: relative;
}
.card li .icon {
  position: absolute;
  left: 10px;
}
.card li + li {
  border-top: 1px solid #92A1A2;
}
.card li:before {
  content: "";
  height: 100%;
  left: -1px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.card li:hover {
  background-color: #ECF0F1;
  color: #2B3A4F;
}
.card li:hover:before {
  opacity: 1;
}
.card .hidden-content {
  border-top: 1px solid #92A1A2;
}
.card .show-more {
  border-top: 1px solid #92A1A2;
  color: #2B3A4F;
  font-size: 12px;
  padding: 8px 15px;
  text-align: right;
}
.card .show-more .fa {
  font-size: 12px;
  margin-left: 5px;
}
.card .show-more:before {
  content: none;
}
.card .tabs {
  position: relative;
}
.card .tabs li {
  background: transparent;
  border: 0;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  color: #92A1A2;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.card .tabs li span {
  display: block;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 5px;
}
.card .tabs li.active {
  background-color: white;
  border: 1px solid #92A1A2;
  border-bottom: 0;
}
.card + .card {
  margin-left: 5%;
}
.card.green .content li:before {
  background-color: #2DCC70;
}
.card.green .tabs li.active {
  color: #2DCC70;
}
.card.orange .content li:before {
  background-color: #E54239;
}
.card.orange .tabs li.active {
  color: #E54239;
}
.card.purple .content li:before {
  background-color: #8F40B3;
}
.card.purple .tabs li.active {
  color: #8F40B3;
}
.content {
  background-color: white;
  border: 1px solid #92A1A2;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  display: none;
  margin-top: -1px;
  overflow: hidden;
}
.content .has-icon li:not(.show-more) {
  padding: 15px 16px 15px 43px;
}
.content .fa {
  font-size: 14px;
  line-height: 0;
  padding-right: 3px;
}
.content.visible {
  display: block;
}
.card.card-full {
  margin-left: 0;
  margin-top: 5%;
  width: 100%;
}
.card.card-full .content {
  display: inline-block;
  height: 280px;
  margin-top: 0;
  overflow: visible;
}
.card.card-full .content.activity {
  border-radius: 0 0 3px 0;
}
.card.card-full .content.experience-graphs {
  border-right: 0;
  border-radius: 0 0 0 3px;
}
.graph {
  bottom: 0;
  height: 100%;
  left: 10px;
  position: absolute;
  text-align: center;
  width: 25px;
}
.graph .bar {
  font-size: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.graph .value {
  background: #2DCC70;
  bottom: 0;
  display: inline-block;
  height: 40.6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.graph:before {
  background-color: #000;
  content: "";
  bottom: 0;
  position: absolute;
  width: 50px;
}
.container {
  background-color: #ECF0F1;
  padding: 30px;
}
.container.user {
  background-color: white;
}
h3 {
  color: #92A1A2;
  font-size: 15px;
  margin: 0 0 15px;
}
.fa:not(.fa-star):hover {
  color: #2DCC70;
  cursor: pointer;
}
.number-alert {
  background-color: #E54239;
  border-radius: 50%;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-family: "Tahoma";
  font-size: 9px;
  height: 15px;
  padding: 3px 0;
  position: absolute;
  right: -25%;
  text-align: center;
  top: -25%;
  width: 15px;
}
body {
  color: #202020;
  font-family: "Helvetica", "Open Sans", "Arial";
  font-size: 0;
}
footer {
  *zoom: 1;
  bottom: 0;
  padding: 0 15px;
  position: fixed;
  right: 0;
  text-align: right;
  width: 100%;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer .item {
  display: inline-block;
  color: #2B3A4F;
  font-size: 10px;
  text-decoration: none;
  vertical-align: middle;
}
footer .item + .item {
  margin-left: 10px;
}
footer .link {
  width: 32px;
}
footer img {
  width: 100%;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
}