/* CSS for dashboard left side bar */

#left-sidebar {
  width: 200px;
  float: left;
  margin-top: 123px;
}

.dashboard-menu {
  color: #999999;
  font-size: 10px;
  list-style-type: none;
  display: block;
  line-height: 20px;
  direction: ltr;
  font-weight: bold;
  padding-left: 20px;
  clear:both;
}
.dashboard-profile-menu {
  padding-left: 20px;
}

.dashboard-menu li a {
  font-size: 13px;
  font-weight: 700;
  height: 5px;
  color: #696762 !important;
  font-family: 'Open Sans Condensed',sans-serif;
  text-shadow: 0 0 1px #FFF;
}

.dashboard-menu li a:active {
  color: #333333;
  font-weight: bold;
  background-color: #EDEDED;
}

#notify-count {
  background-color: #EDEDED;
  color: #FF5603 !important;
  padding-left: 3px;
  padding-right: 3px;
  float: right;
  line-height: 17px;
  margin-top: 2px;
}
.dashboard-menu li a span #notify-count {
  margin-left: 5px;
}

#notify-count-grey {
  background-color: #EDEDED;
  color: #9B9696 !important;
  padding-left: 3px;
  padding-right: 3px;
  float: right;
  line-height: 17px;
  margin-top: 2px;
}

.dashboard-menu .active {
  background-color: #EDEDED;
}

.leftsidebar-dashboard-content {
/*  float: left;
  width: 793px !important;
  padding-left: 18px;
  margin-top: 108px !important;
  box-shadow: -5px 0 12px -12px #00000F;
  -moz-box-shadow: -5px 0 12px -12px #00000F;
  -webkit-box-shadow: -16px 0 15px -21px #00000F;*/
}

/* CSS for dashboard right side */

.content-dashboard-right-side {
  float: left;
  width: 590px;
}

#dashboard-right-sidebar {
  box-shadow: -5px 0 12px -12px #00000F;
  -moz-box-shadow: -5px 0 12px -12px #00000F;
  -webkit-box-shadow: -16px 0 15px -21px #00000F;
  float: right;
  margin-left: -10px;
  margin-right: -35px;
  padding-left: 10px;
  width: 185px;
}

.dashboard-right-side-widget {
  margin-top: 5px;
  height: 259px;
}

.dashboard-right-side-widget-container {
  height: 73px;
  margin-bottom: 4px;
  width: 222px;
  border-bottom: 1px solid #DEDEDE;
}

.dashboard-right-side-widget-left-layout {
  float: left;
  height: 70px;
  width: 70px;
}
.dashboard-right-side-widget-right-layout {
  float: left;
  height: 70px;
  width: 145px;
}
.dashboard-right-side-widget-closebutton {
  cursor: pointer;
  float: right;
  font-size: 10px;
  margin-right: 0;
  margin-top: -16px;
}

.dashboard-right-side-widget-image {
  padding-left: 10px;
  padding-top: 10px;
}

.dashboard-right-side-widget-username {
  font-size: 9px;
  margin-left: 8px;
  margin-top: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 110px;
}

.dashboard-right-side-widget-button {
  cursor: pointer;
  font-size: 11px !important;
  padding: 3px !important;
}

.meet-people-for-lunch-block {
  margin-bottom: 5px;
}

.meet-people-for-lunch-block em {
  display: block;
  padding: 10px 15px;
}

.meet-more-people-button {
  margin-bottom: 15px !important;
  margin-left: 42px !important;
  padding: 5px 10px !important;
}

.meet-people-for-lunch-block-wrapper {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  width: 222px;
  margin-top: -16px;
}

div.no-style-li a {
  color: #999999 !important;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif !important;
  font-size: 11px;
}

.right-side-bar-block-titles {
  background: none repeat scroll 0 0 #EBEBEB;
  border-top: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  width: 216px;
}

.version3-leftside-bar-icon {
  float: left;
  margin-right: 3px;
}

.user-message {
  margin: 118px 0 -82px !important;
}


/*Notification CSS*/
#alertBox:before {
    content: '';
    min-height: 30px;
    top: -13px;
    position: absolute;
    width: 100%;
}
 #alertBox {
    border-radius: 3px;
    right: -145px;
    overflow: visible;
    position: absolute;
    top: 75px;
    width: 345px;
    z-index: 100000;
    text-align: left;
    border: 0.7px solid rgba(193,193,193,0.81);
    background-color: #FDFDFD;
}
#alertBox .uiScrollableArea {
  overflow-y: auto;
  overflow-x: hidden;
  width: 345px !important;
}
.uiScrollableAreaBody {
  width: 345px !important;
}

.alertPointer {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 45%;
    width: 14px;
    height: 14px;
    background: #fdfdfd;
    border-right: 1px solid rgba(193,193,193,0.81);
    border-bottom: 1px solid rgba(193,193,193,0.81);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-135deg);
}
.alertPointer img {
  height: 15px;
  left: 140px;
  position: absolute;
  top: -8px;
  width: 20px;
  display: none;
}

.alertBoxHide {
display: none;
}

.headingBox {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 10px 5px !important;
  position: relative;
  z-index: 100;
  font-size: 18px;
}
#alertBox li {
  position: relative;
  list-style: none outside none;
  border-bottom: 1px solid rgba(101, 101, 101, 0.22);
}

#alertBox li:hover {
  background-color: #F2F2F2;
}

.nonvisit {
    background-color: #F6FBA6!important;
}

#alertBox ul {
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.alertLiContent {
padding: 8px;
}

.userImage > img {
    float: left;
    margin: 0 !important;
    height: 60px;
    width: 60px;
    position: relative !important;
    border-radius: 50%;
}

.userImage {
  float: left;
}

.contentWrapper {
  overflow: hidden;
  padding: 5px 10px;
}

.userContent {
  float: left;
  padding: 0 0px 10px 10px;
  width: 250px;
}

.userContent > span {
  font-size: 14px;
}

.userMess,
.userMessage {
    color: #696762 !important;
    font-size: 14px;
    overflow: hidden;
    font-weight: normal;
}

.noResult {
  padding: 5px;
  text-align: center;
}

.notif {
    background-color: #db152d;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 5px;
    position: absolute;
    top: -4px;
    z-index: 200000;
    right: 26%;
    border-radius: 50px;
}


/* Upcoming lunches section */
#slider5 {
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 222px;
}

#slider5 .disable {
  /* visibility: hidden; // customize the view */
  display: none!important;
}

#slider5 .buttons {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2NkQAXGjEh8YyD7LEwAzAFJggTgHJAAAE+uAzjGgU3wAAAAAElFTkSuQmCC") repeat scroll 0 0 transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 222px;
  z-index: 1;
}

#slider5 .viewport {
  height: 385px;
  overflow: hidden;
  position: relative;
  width: 222px;
}

#slider5 .overview {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 222px;
}

#slider5 .overview li {
  background-color: #EBEBEB;
  border: 1px solid #DCDCDC;
  float: left;
  height: 121px;
  margin: 0 0 5px;
  padding: 1px;
  width: 218px;
}

#slider5 .overview {
  list-style: none outside none;
}

#slider5 .next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2NkQAXGjEh8YyD7LEwAzAFJggTgHJAAAE+uAzjGgU3wAAAAAElFTkSuQmCC") repeat scroll 0 0 transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  margin: 0;
  position: relative;
  opacity: 1;
}

#slider5 .button-up {
  background: url("../images/up-arrow.png") no-repeat scroll center center transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#slider5 .button-down {
  background: url("../images/down-arrow.png") no-repeat scroll center center transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* Redesigned dashboard with 5 category of recommended people */
.ignore-dashboard-recommended-person {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background: url(wdCalendar/images/alert/close.gif) no-repeat 0 0;
  cursor: pointer;
}

.ignore-dashboard-recommended-person:hover {
  background-position: -15px 0;
}

.ignore-dashboard-recommended-person:active {
  background-position: 0 0;
}

/* ganesan adding style to display profile image inline in dashboard */
.social-connections div .person {
    display: inline-block;
    margin-top: 8px;
    padding-right:8px;
}

/* ganesan adding style to display profile image inline in dashboard */
.profile-social-connections {
    display:inline;
}

/* ganesan adding style to adjust profile image layout at bottom of widget in dashboard */
.social-profile {
    margin-top: 7px;
    display: inline;
}

.social-connections {
    width: 157px !important;
}

.profile-completion-links {
    width: 212px;
    background-color: #EBEBEB;
    padding: 5px;
}

.profile-completion-links a {
    padding-left: 23px;
    background-image: url('/images/close.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-transform: uppercase;
    float: left;
    width: 188px;
    color: #4B4B4B;
    font-size: 14px;
    line-height: 27px;
}

.profile-completion {
   width: 217px;
   /*background-color: #EBEBEB;*/
   margin-bottom: 13px;
}

.profile-popup-progress {
    background-color: #f7f7f7;
    height: 25px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.profile-popup-counter {
    color: #ffffff;
    position: absolute;
    right: 5px;
    top: 4px;
}

.profile-popup-progress-bar {
    border-radius: 9px;
    height: 100%;
    width: 0;
    background-color: green;
    position: relative;
}

.complete-popup-status {
    text-transform: lowercase;
    margin-top: 5px;
    color: rgb(26, 119, 26);
    font-size: 13px;
    font-style: italic;
    margin-left: 25px;
}

.searched-institutions {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.customPager {
  margin-right: 0px;
  /*width: 518px;*/
  width:700px;
}
