.clear-margin {
  margin: 0;
}
.space-top {
  margin-top: 10px;
}
.icon-left {
  margin-right: 5px;
}
.icon-right {
  margin-left: 5px;
}
.labels {
  word-spacing: 5px;
}
.label-keyword {
  display: inline-block;
  background: #7eb0db;
  color: white;
  font-size: 0.9em;
  padding: 5px;
  border: 1px solid #357ebd;
}
body {
  font-family: 'Lato';
  background: #f0f0f0;
  color: #333333;
}
.main {
  padding: 5px;
}
.card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  min-height: 300px;
  padding: 10px;
}
.card-nested {
  min-height: 0;
  margin-bottom: 10px;
  border-width: 1px 0 0 0;
}
.background-card {
  padding: 10px 20px;
}
.card-wrapper {
  padding: 5px;
}
.text-bolder {
  font-weight: bold;
}
.background-details .detail.summary-detail {
  clear: both;
  width: 80%;
}
.background-details .detail.summary-detail ul {
  list-style-type: circle;
}
.background-details .detail {
  display: table;
  padding: 10px 0;
}
.background-details .detail .icon {
  min-width: 45px;
  max-width: 45px;
  text-align: center;
}
.background-details .detail .info {
  width: 100%;
}
.background-details .detail .title,
.background-details .detail .icon {
  color: #707070;
}
.background-details .detail .icon,
.background-details .detail .info {
  display: table-cell;
  padding: 0 10px;
}
.info .content.has-sidebar {
  width: 80%;
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #cdcdcd;
}
.info .sidebar {
  margin-left: 80%;
  box-sizing: border-box;
  padding: 10px;
}
.profile-pic {
  padding: 20px 0;
}
.contact-details .detail {
  display: table;
  padding: 10px 0;
}
.contact-details .detail .icon {
  padding: 0 10px;
  color: #707070;
}
.contact-details .detail .info {
  font-size: 0.8em;
}
.contact-details .detail .icon,
.contact-details .detail .info {
  display: table-cell;
  vertical-align: middle;
}
.social-link {
  margin-left: 5px;
}
.social-link:first-child {
  margin-left: 0;
}
.social-link:hover {
  text-decoration: none;
}
.link-github {
  color: #454545;
}
.link-github:hover {
  color: #2b2b2b;
}
.link-twitter {
  color: #33ccff;
}
.link-twitter:hover {
  color: #00bfff;
}
.link-keybase {
  color: #ff7100;
}
.link-keybase:hover {
  color: #cc5a00;
}
.link-blog {
  color: #f36f24;
}
.link-blog:hover {
  color: #d8560c;
}
.link-linkedin {
  color: #007bb6;
}
.link-linkedin:hover {
  color: #005983;
}
.link-skype {
  color: #12a5f4;
}
.link-skype:hover {
  color: #0986ca;
}
@media (max-width: 992px) {
  .affix {
    position: static;
    width: auto;
    top: 0;
  }
  .profile-card {
    min-height: 180px !important;
  }
  .profile-pic {
    display: none;
  }
  .profile-card h3 {
    margin-top: 10px !important;
  }
  .profile-card hr {
    margin: 1px 0 5px !important;
  }
  .contact-details {
    text-align: center !important;
  }
  .contact-details .detail {
    display: inline-block !important;
  }
}
.link-web {
  color: #12a5f4;
}
.link-web:hover {
  color: #0986ca;
}
@media print {
  .social-link {
    font-size: 0.7em;
  }
  .social-link::after {
    content: attr(href) !important;
  }
  .link-linkedin::before {
    content: 'LinkedIn: ';
  }
  .link-github::before {
    content: 'GitHub: ';
  }
  .link-skype::before {
    content: 'Skype: ';
  }
  .link-twitter::before {
    content: 'Twitter: ';
  }
  .link-web::before {
    content: 'WWW: ';
  }
  .link-keybase::before {
    content: 'Keybase: ';
  }
  .profile-card {
    min-height: 140px !important;
  }
  .profile-card h3 {
    margin-top: 0 !important;
  }
  .contact-details .detail {
    padding: 0;
  }
  .info .sidebar {
    font-size: 0.8em;
  }
}
#visual-company-list {
  position: absolute;
  top: 1.5em;
  right: 2em;
}
#visual-company-list li {
  display: inline;
  list-style: none;
  float: left;
}
#visual-company-list li img {
  max-width: 28px;
  max-height: 28px;
}
.card-skills {
  position: relative;
}
.skill-level {
  border-radius: 3px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 10px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}
.skill-level .skill-progress {
  position: absolute;
  border-radius: 3px;
  bottom: 0;
  width: 100%;
  -webkit-transition: height 1s ease;
}
.skill-level .skill-progress.beginner {
  height: 50%;
  background: #e74c3c;
}
.skill-level .skill-progress.intermediate {
  height: 70%;
  background: #f1c40f;
}
.skill-level .skill-progress.advanced {
  height: 80%;
  background: #428bca;
}
.skill-level .skill-progress.master {
  height: 95%;
  background: #5cb85c;
}
.skill-info {
  margin-left: 10px;
}
.skill-info .space-top {
  margin-top: 5px;
}
.skill-info .label-keyword {
  margin-bottom: 5px;
}
.companyLogo {
  float: right;
  max-width: 5em;
  max-height: 5em;
  margin-left: 10px;
}
@media print {
  .companyLogo {
    max-width: 3em;
    max-height: 3em;
  }
}
.card-skills {
  position: relative;
}
.skill-level {
  border-radius: 3px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 10px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}
.skill-level .skill-progress {
  position: absolute;
  border-radius: 3px;
  bottom: 0;
  width: 100%;
  -webkit-transition: height 1s ease;
}
.skill-level .skill-progress.beginner {
  height: 50%;
  background: #e74c3c;
}
.skill-level .skill-progress.intermediate {
  height: 70%;
  background: #f1c40f;
}
.skill-level .skill-progress.advanced {
  height: 80%;
  background: #428bca;
}
.skill-level .skill-progress.master {
  height: 95%;
  background: #5cb85c;
}
.skill-info {
  margin-left: 10px;
}
