@charset "UTF-8";
/* Elements */
/* Containers */
/* Large Containers */
/**
  Color Map - Returns the color value for a given color name and group.

  @param {String} $hue - The color's hue.
  @param {String} $value - The darkness/lightness of the color. Defaults to base.
  @param {Color} $for-background - The background color on which this color will
  appear. Applies a multiply filter to ensure appropriate contrast.

  @return {color} The color value.
  */
/**
  Color Map - Darkens the foreground color by the background color.
  This is the same as the “multiply” filter in graphics apps.

  @param {Color} $foreground - The color to darken.
  @param {Color} $background - The background to base darkening on.

  @return {Color} The modified color.
  */
/* Mobile */
/* Tablet */
/* Desktop */
#profileViewSecondary-bottom .module:last-child,
#profileViewMain-extended .module:last-child,
#profileViewMain .contact li:last-child {
  border-bottom: 0;
}

body:not(.myprofile-photo):not(.myprofile-signin) #publicprofile:not(.loaded) > div {
  display: none;
}

body:not(.myprofile-photo):not(.myprofile-signin) #publicprofile.loaded > div {
  display: block;
}

body:not(.myprofile-photo):not(.myprofile-signin) #publicprofile:not(.loaded)::after {
  display: block;
  margin: 0 0 30px;
  font-family: FontAwesome;
  font-size: 50px;
  text-align: center;
  content: '\f110';
  animation: fa-spin 2s infinite linear;
}

.new-profile-card {
  padding: 24px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.new-profile-card ul {
  line-height: 1.6;
}

.new-profile-cardleft {
  display: inline-block;
}

.new-profile-cardright {
  display: inline-block;
  width: calc(100% - 175px - 24px);
  padding: 0 16px 16px;
  word-break: break-word;
  vertical-align: top;
  box-sizing: border-box;
}

.new-profile-main-card-lines {
  padding: 2px 0;
}

.new-profile-department {
  color: #666666;
}

.new-profile-name {
  font-size: 24px;
  font-weight: bold;
}

.new-profile-formatteddata {
  margin-bottom: 0;
  line-height: 1.6;
  white-space: pre-line;
}

.card-title {
  margin-bottom: 16px;
  font-size: 24px;
}

.chip {
  display: inline-block;
  max-width: 150px;
  padding: 8px;
  margin: 0 8px 0 0;
  overflow: hidden;
  line-height: 1;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #eeeeee;
  border-radius: 3px;
}

.chip:hover {
  color: #333333;
  background: #aaaaaa;
}

.cards-left {
  float: left;
  width: calc(60% - 24px);
  margin-right: 24px;
}

.small-icon {
  font-size: 18px;
  vertical-align: middle;
}

.cards-right {
  float: right;
  width: 40%;
}

#panel-activity ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
  border-bottom: 0;
}

#panel-activity .date {
  top: 16px;
}

#panel-activity ul {
  border-top: 0;
}

.load-more-activity {
  width: 100%;
  margin: 24px 0 0;
}

.new-profile-main,
.cards-second {
  margin-bottom: 24px;
}

.new-profile-fulladdress {
  margin-bottom: 16px;
}

#ig-profileStatusText {
  max-width: 159px;
  font-size: 15px;
  color: #666666;
}

table.worktable td {
  font-weight: normal !important;
  border: 0;
}

.ig-badge-progress .ig-progressbar {
  height: 8px;
  padding: 0;
  background: #cccccc;
  border: 0;
  border-radius: 1px;
}

.ig-badge-progress .ig-progress {
  height: 8px;
  border-radius: 1px;
}

.ig-badge-progress .ig-progressbarinfo {
  display: none;
}

.new-profile-buttons {
  padding: 0 0 24px;
  text-align: right;
}

#myprofile .mod-contacts ul li {
  width: 100% !important;
  text-align: left;
}

#myprofile .mod-contacts ul li .ig-user-thumbnail {
  margin-right: 10px;
}

#myprofile .mod-contacts ul li > a {
  display: inline-block !important;
  padding-top: 9px;
  font-size: 15px;
  vertical-align: top;
}

.new-profile-activitylink {
  float: right;
}

.new-profile-social i {
  font-size: 28px;
  color: #666666;
}

.new-profile-social i:hover {
  color: #aaaaaa;
}

.new-profile-social li {
  display: inline-block;
  margin: 0 16px 16px 0;
}

.new-profile-birthday {
  margin-bottom: 24px;
}

.new-profile-social {
  display: flex;
  flex-wrap: wrap;
  max-width: 175px;
}

#card-badges h4,
#card-milestones h4,
#card-groups h4 {
  font-weight: normal;
}

#badge-displaycase {
  width: 100%;
}

#milestone-displaycase {
  border-top: 1px solid #cccccc;
  border-radius: 0;
}

#givebadge {
  margin-top: -50px;
}

.ig-givebadge.icon-add {
  background: none;
}

.ig-givebadge.icon-add::before {
  padding: 3px;
  font-family: 'Material Icons';
  font-size: 23px;
  vertical-align: middle;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: '\e147';
}

.ig-badge-title h4 {
  font-size: 15px;
}

.ig-icon-skypeforbusiness::before {
  font-size: 26px;
  content: '\e008';
}

.ig-icon-hangouts::before {
  font-size: 26px;
  content: '\e00b';
}

.memberactions .contact {
  display: inline-block;
}

.memberactions .contact:first-child {
  margin-right: 5px;
}

.new-card-left {
  width: 150px;
  overflow: hidden;
  background: #eeeeee;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px;
}

.new-card-left img {
  width: 150px;
}

.new-card-left-inner {
  padding: 16px;
}

.new-card-status {
  padding: 0 0 16px;
  text-align: center;
}

.new-card-status .ig-user-status {
  display: block;
}

.new-card-right {
  width: calc(100% - 150px);
  padding: 16px;
  box-sizing: border-box;
  line-height: 1.6;
  color: #333333;
}

.new-card {
  display: flex;
  width: 100%;
}

.new-card img {
  width: 150px;
}

.new-card .new-profile-social {
  margin: 0 0 16px;
}

.new-card .new-profile-social li {
  margin: 0 7px 8px;
}

.comp-inlinemodalcontent {
  width: 467px !important;
}

#minimodalform.ig-minimodal-profile {
  border: 0;
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  border-radius: 3px;
}

#minimodalform.ig-minimodal-profile .comp-inlinemodalcontent {
  border-radius: 3px;
}

.new-card-button {
  display: block;
  padding: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #333333;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.new-card-button:hover {
  color: #333333;
  background: #f8f8f8;
}

.new-card-name {
  font-size: 24px;
  font-weight: bold;
}

.new-card-section {
  margin-bottom: 8px;
}

.new-card-title {
  max-width: calc(100% - 85px);
  overflow: hidden;
  line-height: 2.6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-card-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ig-badge-progress {
  margin-top: 8px;
  margin-bottom: 0 !important;
}

.ig-badge-progress .ig-stats_footer {
  font-size: 13px;
  color: #666666;
}

.new-profile-buttons a {
  padding: 3px 8px;
  font-size: 13px;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.new-profile-buttons a:hover {
  background: #f8f8f8;
}

@media screen and (max-width: 1024px) {
  .cards-left,
  .cards-right {
    width: 100%;
  }
  .new-profile-cardright,
  .new-profile-card {
    padding: 0;
    border: 0;
  }
  .new-profile-social,
  .new-profile-cardright,
  .new-profile-cardleft {
    width: 100%;
    max-width: none;
  }
  #publicprofile .ig-thumbnail-175 img {
    width: 175px;
  }
}

.manager-card {
  position: relative;
  width: 90%;
  margin-bottom: 9px;
  background-color: #ffffff;
  border: 1px solid #ededed;
}

.manager-name {
  margin: 5px 0 2px 5px;
}

.manager-email {
  display: inline;
  margin-left: 5px;
}

#publicprofile .manager-search {
  border: 0 !important;
}

.manager-search {
  width: 100%;
  padding: 2px;
  vertical-align: top;
  border: none;
  box-sizing: border-box;
}

.manager-name-container {
  padding-right: 20px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.manager-clear {
  position: absolute;
  top: 2px;
  right: 7px;
  display: inline-block;
  font-size: 1.3em;
  font-weight: 700;
  color: #999;
  cursor: pointer;
}

.manager-card img {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin: 4px;
  border: 2px solid #cccccc;
}

.manager-occupation {
  margin-left: 0;
  font-weight: 700;
}

.manager-card > div:first-of-type {
  display: block;
}

.editpage-icon {
  font-size: 30px;
  vertical-align: middle;
}

.editpage-icon::before {
  vertical-align: top;
}

input[readonly='readonly']:not(.flatpickr-input),
select[disabled],
textarea[readonly='readonly'] {
  background: #cccccc;
}

.wr-tooltip {
  font-weight: normal;
}

#language {
  padding: 10px 15px;
}

label:not(.checkboxes-label) {
  margin: 8px 0;
}
