/* General */

.searchText_inactive {
  color: #999999;
  font-style: italic;
}
.searchText_active {
  color: black;
  font-style: normal;
}
#socialtabs .ui-widget-header {
  border: 0;
  background: white none;
}
#socialtabs {
  border: 1px solid white;
}
#socialtabs .ui-widget-content {
  border: 1px solid #00406e;
  margin-top: -4px;
  background: white none;
}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 5px;
}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
}
.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
.cluetip-close img {
  border: 0;
}
.cluetip-default,
.cluetip-default .cluetip-outer {
  background-color: #d9d9c2;
}
.cluetip-default .ui-cluetip-header {
  background-color: #87876a;
}
.cluetip-default .cluetip-inner {
  background-color: white !important;
  color: black !important;
}
a.profilePicture {
  display: inline-block;
  vertical-align: top;
}
div.addPostWrap {
  overflow: hidden;
}
textarea.addPost {
  border: 1px solid #cccccc;
  margin: 0px 0px 0px 5px;
  height: 44px;
  width: calc(40%);
  padding: 2px;
}
/* Colleagues */

#colleagueNav {
  display: none;
}
#colleagueNavList {
  overflow-y: auto;
}
.colleagueNavItem {
  margin: 3px;
  border: solid 1px #999999;
  background-color: #f3f3f3;
  padding: 3px;
  cursor: pointer;
}
.colleagueNavItem_hover {
  margin: 3px;
  border: solid 1px #999999;
  background-color: #7fc3e5;
  padding: 3px;
  cursor: pointer;
}
.colleagueNavItem_selected {
  margin: 3px;
  border: solid 1px #999999;
  background-color: #00406e !important;
  padding: 3px;
  cursor: pointer;
}
.colleagueNavItem_selected td {
  color: white !important;
}
.colleagueNavItem_selected .lnkViewcolleague > a {
  color: #dddddd !important;
}
.ssName {
  font-weight: bold;
  font-size: 8pt;
}
.ssPositionTitle {
  font-size: 8pt;
}
#txtSearchEmpList::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
/* Groups */

.GroupNameDisplay {
  font-weight: bold;
  font-size: 8pt;
}
#groupNav {
  display: none;
}
#groupNavList {
  overflow-y: auto;
}
.groupNavItem {
  margin: 3px;
  border: solid 1px #999999;
  background-color: #f3f3f3;
  padding: 3px;
  cursor: pointer;
}
.groupNavItem_hover {
  margin: 3px;
  border: solid 1px #999999;
  background-color: #7fc3e5;
  padding: 3px;
  cursor: pointer;
}
.groupNavItem_selected {
  margin: 3px;
  border: solid 1px #999999;
  background-color: #00406e !important;
  padding: 3px;
  cursor: pointer;
}
.groupNavItem_selected td {
  color: white !important;
}
.groupNavItem_selected .lnkViewgroup > a {
  color: #dddddd !important;
}
#txtSearchGroupList::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
.ui-cluetip-content {
  overflow: auto;
  max-height: 500px;
}
.notification {
  font-weight: bold;
  color: #f58220;
  padding-left: 3px;
}
.ssshare {
  background-color: white;
  background-repeat: no-repeat;
  background-position: 2px;
  background-image: url(../image/ss_share.png), -moz-linear-gradient(top, white, #ededed);
  background-image: url(../image/ss_share.png), -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
}
.ssshare:hover {
  background-color: white;
  background-repeat: no-repeat;
  background-position: 2px;
  background-image: url(../image/ss_share.png), -moz-linear-gradient(top, white, gainsboro);
  background-image: url(../image/ss_share.png), -webkit-gradient(linear, left top, left bottom, from(white), to(gainsboro));
}
.ss_wall_oembed > iframe,
#oembed0 > iframe {
  width: 100%;
  border: 0px none white;
}
/* toolbar */

div#ssToolbar {
  margin-right: 10px;
  max-height: 25px;
}
div.ssToolbarButtons {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
}
div.ssNotifications {
  cursor: pointer;
}
div.ssUserNotifications {
  display: none;
  position: absolute;
  max-width: 370px;
  border: 2px solid #00406e;
  box-shadow: 0.2em 0.2em 0.5em 0.2em rgba(0, 0, 0, 0.3);
  right: 40px;
  z-index: 100;
}
div.ssUserNotificationsHeader {
  color: white;
  background: #00406e;
  font-weight: bold;
  padding: 5px;
}
a#closeSSUserNotifications {
  float: right;
  text-decoration: none;
  color: white;
}
div.ssUserNotificationsContent {
  background: white;
  overflow-y: auto;
  width: 370px;
  max-height: 300px;
}
div.ssUserNotificationsContent > .ssLoading {
  display: block;
}
div.ssSettingsMenu {
  display: none;
  position: absolute;
  right: 15px;
  background: white;
  box-shadow: 0.2em 0.2em 0.5em 0.2em rgba(0, 0, 0, 0.3);
  padding-right: 25px;
  z-index: 100;
}
img#imgSSSettingsMenu {
  cursor: pointer;
}
/* menu panels */

div#colleagues > #colleagueNav {
  height: 250px;
}
div#colleagues > #colleagueNav > #colleagueNavHeader > div,
div#groups > #groupNav > #groupNavHeader > div {
  margin: 4px;
  background-color: white;
  border: 1px solid #999999;
}
div#colleagues > #colleagueNav > #colleagueNavHeader > div > input#txtSearchEmpList,
div#groups > #groupNav > #groupNavHeader > div > input#txtSearchGroupList {
  border: 0px none white;
  width: 75%;
  outline: none;
  padding: 2px;
}
div#colleagues > #colleagueNav > #colleagueNavHeader > div > .headerImages,
div#groups > #groupNav > #groupNavHeader > div > .headerImages {
  display: inline;
  float: right;
  min-width: 16px;
}
div#colleagues > #colleagueNav > #colleagueNavHeader > div > .headerImages > img,
div#groups > #groupNav > #groupNavHeader > div > .headerImages > img {
  border: 0px none white;
  vertical-align: middle;
  display: inline;
}
div#colleagues > #colleagueNav > #colleagueNavHeader > div > .headerImages > img#imgSearchEmpClear,
div#groups > #groupNav > #groupNavHeader > div > .headerImages > img#imgSearchGroupClear {
  visibility: hidden;
  margin-left: 5px;
}
div#colleagues > #colleagueNav > #colleagueNavHeader > div > .headerImages > img#imgSearchEmpExecute,
div#groups > #groupNav > #groupNavHeader > div > .headerImages > img#imgSearchGroupExecute {
  margin-top: 2px;
  margin-right: 2px;
}
/* colleagues panel */

div#colleagues > #colleagueNav > #colleagueNavHeader {
  padding-bottom: 3px;
}
div#colleagues > #colleagueNav > #colleagueNavList {
  height: 215px;
  overflow-x: hidden;
  overflow-y: auto;
}
td.colleaguePhoto > img {
  border-width: 0px;
  max-width: 40px;
  max-height: 40px;
  vertical-align: middle;
}
/* groups panel */

div#groups > #groupNav {
  height: 200px;
}
div#groups > #groupNav > #groupNavHeader {
  min-height: 60px;
  min-width: 210px;
}
div#groups > #groupNav > #groupNavList {
  height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 210px;
}
/* pins panel */

div#pins {
  max-height: 200px;
  overflow-y: auto;
}
/* wall */

div#myWallPosts {
  max-height: 550px;
  overflow-y: auto;
}
/* notification settings form */

form#frmSSNotificationSettings table {
  border-collapse: collapse;
}
form#frmSSNotificationSettings tr:hover {
  background-color: #efefef;
}
form#frmSSNotificationSettings label {
  font-weight: bold;
}

