﻿td,
th {
  padding: 1px;
}
.sidebar.h-sidebar .nav-list > li > a > .menu-icon {
  display: inline-block !important;
}
.sidebar.h-sidebar .nav-list > li.hover > .submenu {
  top: 100%;
  left: 1px;
  margin-top: auto;
  margin-left: -2px;
  width: 190px;
  z-index: 1026;
  background-color: #ffffff;
  color: #000000;
}
.wrapperimage3 {
  height: 45px;
  width: 45px;
  border-radius: 100px;
  border: 1px solid #7a7a7a;
  overflow: hidden;
}
nav-list > li > a {
  display: block;
  height: 39px;
  padding-left: 7px;
  text-shadow: none !important;
  text-decoration: none;
  border-right: 0px solid #7a7a7a;
  color: #7a7a7a;
}
.nav-list > li:before {
  display: none;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  height: 41px;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  background-color: #ffffff;
}
.nav-list li.hover > .submenu {
  position: absolute;
  bottom: auto;
  border: 1px solid #7a7a7a;
  width: 190px;
}
.sidebar.h-sidebar .nav-list > li {
  float: left;
  border: 0px;
  margin-left: -1px;
  background-color: #ffffff;
  width: 9%;
  /* Do not set the width of this to importaint - instead, create a new class and change the width in the new class (Example: .employeeDemographics .nav-list > li) */
  white-space: nowrap;
}
.employee_title {
  color: #00483a;
  font-weight: bold;
  font: Karla;
}
.employee_content {
  color: #00483a;
  font-weight: normal;
  font: Karla;
}
.divbottom {
  border-bottom: 2px solid #b38808;
  width: 20px;
}
.divbottom:after {
  position: absolute;
  bottom: 52px;
  left: 0;
  height: 6px;
  width: 6px;
  background: #b38808;
  content: "";
  border-radius: 5px;
}
.divbottom:after {
  right: 10px;
  left: auto;
}
.employee_name {
  font-size: 14px;
}
.profilepicright {
  float: right;
}
.headeritemimage {
  width: 100%;
}
.hspace2 {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .profilepicright {
    float: left !important;
    margin: 0 auto !important;
    text-align: center !important;
    margin-left: 15% !important;
  }
  .wrapperimage3 {
    margin-left: 55% !important;
  }
  .wrapperimage3 {
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profilepicright {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
    margin-left: 45% !important;
  }
  .wrapperimage3 {
    margin-left: 44% !important;
  }
  .wrapperimage3 {
    height: 75px;
    width: 75px;
  }
}
@media screen and (min-width: 1600px) {
  .wrapperimage3 {
    margin-right: 8%;
    float: right;
  }
}
.employeeDemographics .nav-list > li {
  width: 9% !important;
}
.employeeDemographics .sidebar.h-sidebar .nav-list > li.hover > .submenu {
  width: 190px !important;
}
.employeeDemographics .nav-list li.hover > .submenu {
  width: 190px !important;
}