/*color code for leaves*/
/*color code for employee*/
/*background color codes*/
/*
    Header
*/
.priveheader {
  height: 70px;
  background-color: #434f5b;
  font-family: 'montserrat-regular', Arial, 'Helvetica Neue', sans-serif;
}
.priveheader__wrapper {
  text-align: left;
  position: relative;
  padding-right: 20px;
  height: 70px;
  line-height: 70px;
}
.priveheader .user-drop {
  min-width: 220px;
}
.priveheader .user-drop__border {
  display: inline-block;
  height: 20px;
  border-left: 1px solid #303844;
  vertical-align: middle;
}
.priveheader__logo {
  display: block;
  background-color: #303844;
  line-height: 70px;
  height: 100%;
  width: 255px;
  text-align: center;
}
.priveheader__logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.priveheader__logo img {
  vertical-align: middle;
  max-width: 70%;
  max-height: 75%;
}
.priveheader__links {
  display: inline-block;
  float: right;
  position: relative;
  margin: 0;
}
.priveheader__links .upgrade-wrapper {
  height: 24px;
  line-height: 25px;
  font-size: 10px;
  padding: 0 10px;
  display: inline-block;
  width: 100%;
  background-color: #ef425f;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.priveheader__links li {
  height: 100%;
  float: left;
  margin-right: 10px;
}
.priveheader__links li > a {
  padding: 0 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.priveheader__links li > a:not(.active):not(.g-preventDefault):not(
						.reports-and-analytics
					):hover {
  background-color: #9ccd45;
}
.priveheader__links li > a.g-preventDefault {
  color: #292f39;
}
.priveheader__links li > a.reports-and-analytics {
  position: relative;
  top: 5px;
  z-index: 5;
}
.priveheader__links li:last-child {
  margin: 0px;
  padding: 0px;
}
.priveheader__links li.active {
  background-color: #6ad1df;
  font-family: 'tahoma-bold', Arial, 'Helvetica Neue', sans-serif;
}
.priveheader__links li a:not(.g-preventDefault):hover {
  color: #f4f8fa;
}
.priveheader__links li .nav-icons {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.priveheader__links li .nav-icons.current {
  background-color: #384450;
}
.priveheader__links li .nav-icons:hover {
  background-color: #384450;
}
.priveheader__links_upgrade {
  margin-right: 20px !important;
}
.priveheader__info {
  color: #ffffff;
  margin-left: -15px;
  font-size: 11px;
}
.priveheader .user-drop:hover .user__profile {
  display: block !important;
}
.priveheader .user-drop:hover .user__profile .user__switch-accounts {
  padding: 10px 0px;
}
.priveheader .user-drop:hover .user__profile .user__switch-accounts-label {
  font-family: 'lato-bold';
  font-style: italic;
}
.priveheader .user-drop:hover {
  background-color: #29303a;
}
.priveheader .user__last-checkin {
  margin-top: 10px;
  font-size: 11px;
  color: #677787;
}
.priveheader .user__profile-footer {
  margin-top: 10px;
}
.priveheader .user__profile-footer a {
  width: auto;
  padding: 0px;
}
/*
Left Navigation
*/
.leftnav {
  position: relative;
  width: 255px;
  background: #434f5b;
  color: #f4f8fa;
  height: 100%;
  float: left;
  margin: 0 0 -50000px 0;
  padding: 0 0 50000px 0;
  z-index: 10;
}
.leftnav__link {
  position: relative;
  /*&_superdashboard {
            color: #292f39 !important;
            cursor: default;
            .g-icon {
                cursor: default;
            }
        }*/
}
.leftnav ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
.leftnav .addon-hidden {
  overflow-y: hidden;
}
.leftnav li {
  height: 50px;
  line-height: 50px;
  -webkit-transition: width 0.4s ease-in;
  -moz-transition: width 0.4s ease-in;
  -ms-transition: width 0.4s ease-in;
  -o-transition: width 0.4s ease-in;
  /* a.leftnav__link_superdashboard {
            &:hover{
                background-color: transparent;
            }
        }*/
  /*&:first-child {
            height: 72px;
            line-height: 72px;
            border-bottom: 1px solid #29303a;
        }*/
}
.leftnav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 28px;
}
.leftnav li a.active {
  font-family: 'tahoma-bold', Arial, 'Helvetica Neue', sans-serif;
  background: #29303a;
}
.leftnav li a:not(.g-preventDefault):hover {
  background-color: #9ccd45;
}
.leftnav li a.g-preventDefault:not(.active) {
  color: #292f39;
}
.leftnav li .addons-list {
  display: block;
  width: 100%;
  padding: 0 40px !important;
}
.leftnav li .addons-list.active {
  font-family: 'tahoma-bold', Arial, 'Helvetica Neue', sans-serif;
  background: #29303a;
}
.leftnav li .addons-list:not(.g-preventDefault):hover {
  background-color: #9ccd45;
}
.leftnav li .addons-list.g-preventDefault:not(.active) {
  color: #292f39;
}
.leftnav li .addons-list__span {
  left: 100px;
}
.leftnav li span {
  position: absolute;
  left: 86px;
  top: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.leftnav__icon {
  position: relative;
  display: inline-block;
  margin-left: 9px;
  margin-right: 15px;
  text-align: center;
  width: 38px;
}
.leftnav__icon i {
  vertical-align: middle;
  transform: scale(0.8);
}
.leftnav .badge {
  text-align: center;
  padding: 0px;
  line-height: inherit;
  background-color: transparent;
  position: absolute;
  left: -3px;
  top: 9px;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -ms-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
}
.leftnav .badge span {
  position: relative;
  width: 14px;
  height: 14px;
  padding: 0 !important;
  top: 0px;
  left: 0px;
  display: block;
  font-size: 8px !important;
  line-height: 15px;
  background-color: #ea4d4d;
  border-radius: 50%;
  font-weight: lighter;
  opacity: 1 !important;
  color: #fff !important;
}
.leftnav__item-alt {
  display: none;
}
.leftnav .g-icon_communications {
  background: url(/images/chat.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
}
.leftnav .g-icon_communications-active {
  background: url(/images/chat-active.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
}
.leftnav #addonSubmenu {
  background-color: #627178;
}
.leftmenu-close .leftnav .badge {
  left: 47px;
}
/*
Footer
*/
.privefooter {
  /*min-width: 992px;*/
  margin-top: -110px;
  height: 110px;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
.privefooter__wrapper {
  text-align: left;
  position: relative;
  padding-right: 32px;
}
.privefooter__links {
  display: inline-block;
  float: right;
  position: relative;
  margin-top: 25px;
}
.privefooter__links li {
  float: left;
  padding: 0 9px;
}
.privefooter__links li:last-child {
  padding-right: 0px;
}
.privefooter__links a {
  color: #758696;
}
.privefooter__links a:visited {
  color: #c0ceda;
}
