/* Adding account icon */
#account-icon {
  float: left;
  height: 30px;
  border-radius: 100px;
  min-width: 30px;
}




/* Moving search bar */
@media (min-width: 767px) {
  #ig-usrpanel > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  #ig-usrpanel > ul li {
    height: 90%;
  }
  #ig-usrpanel > ul li.ig-notifications:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #ig-usrpanel > ul li.ig-notifications:nth-child(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #ig-usrpanel > ul li.ig-notifications:nth-child(6) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #ig-usrpanel > ul li.ig-notifications:nth-child(7) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #ig-usrpanel > ul #search-bar-li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    top: -4px;
  }
  #ig-usrpanel > ul #search-bar-li #search-keyword {
    top: 0 !important;
  }
  #ig-usrpanel > ul #search-bar-li #search-keyword fieldset {
    float: left !important;
    width: 100% !important;
  }
  #ig-usrpanel > ul #search-bar-li #search-keyword fieldset #globalsearchtext {
    width: 100%;
  }
}




/* Search bar placeholder text */
/* CSS for styling :before */
#search-keyword .ig-text::before {
    color: #14988B !important;
        content: "\f002 \00a0\00a0 Search Everywhere";
    pointer-events: none;
    font-family: FontAwesome, "Poppins";
}

/* CSS for hiding content: */
.search-everywhere-active::before {
    content: "\f002" !important;
}

@media (min-width: 961px) {
#search-keyword .ig-text input {
background-color: #fdf9f8!important;
color: #14988B!important;
}
}




/* Collapsible calendar */
.ig-widget-type-calendar.collapsible .calendar-monthly td {
  height: 20px;
}




/* Changing column widths */
/*
#ig-page-styles .ig-row-pad {
  padding-right: 300px;
  padding-left: 300px;
}
#ig-page-styles .ig-grid-r {
  width: 300px;
  right: 0;
}
#ig-page-styles .ig-grid-l {
  width: 300px;
  right: 300px;
}
*/




/* Twitter embed links */
.ig-widget-type-html .footer-social {
margin: 10px;
text-align: center;
}




/* Icon links */
.ig-widget-type-html.icon-links a {
  height: 80px !important;
  width: 50%;
  float: left;
}
.ig-widget-type-html.icon-links a img {
  height: 100%;
}




/* Hiding systemnav for employee zone landing page */
body#ig-space-employee_zone.landing #systemnav {
    display: none;
}