.user-img-circle {
    border-radius: 50%;
    width: 36px;
    margin: 0px;
    border: 1px solid lightgrey;
}
.member-row{
  padding: 5px !important;
}
.timeline-slot{
    border-bottom: 1px #D7D9DC dotted;
    /* background-color:#D7D9DC; */
    background-color:#F0F0F0;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    height:40px;
    cursor:pointer;
}

.free-time {
  background-color:#D4EECD;
  /* background-color:#1e90ff; */
}
.meeting-time {
  background-color:#1e90ff;
}
.limited-time{
  background-image: linear-gradient(0deg, #ffae7f 8.33%, #d4eecd 8.33%, #d4eecd 50%, #ffae7f 50%, #ffae7f 58.33%, #d4eecd 58.33%, #d4eecd 100%);
  background-size: 12.00px 12.00px;
}
.limited-time-button{
  border:1px  solid #ffae7f;
}

.not-available-time {

  background-color:#F0F0F0;
}


.timeslot-days .selected{
          color:white;
          background-color: #1e90ff !important;
          height:48px;
          padding:10px;

}

.timeslot-days{
    margin-top: auto;margin-bottom: auto;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:6px;

}

.timeslot-days a {
    cursor: pointer;
    border-radius: 20px;
    height:48px;
    padding:10px;
    cursor: pointer;
}

.timeslot-days a:hover{
    text-decoration:none;
    color:white !important;
    background-color: #1e90ff;
    height:48px;
    padding:10px;
    border-radius: 20px;
}

.timeslot-days-zoom .selected{
      color:white !important;
      background-color: #1e90ff !important;
      height:48px;
      padding:10px;

}

.timeslot-days-zoom{
    margin-top: auto;margin-bottom: auto;
    padding-top:10px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:6px;

}

.timeslot-days-zoom a {
    cursor: pointer;
    border-radius: 20px;
    height:48px;
    padding:10px;
    cursor: pointer;
}

.timeslot-days-zoom a:hover{
    text-decoration:none;
    color:white !important;
    background-color: #1e90ff;
    height:48px;
    padding:10px;
    border-radius: 20px;
}

 .day-Sat, .day-Sun{
   color: #1e90ff;
   background-color:#f0f0f0;
}

.day-Mon, .day-Tue, .day-Wed, .day-Thu, .day-Fri{
  color: #1e90ff;
  background-color:aliceblue;
}



.timeslot-text{
    font-size: smaller;
    color: rgba(175, 175, 175, 1);
    margin-top: auto;margin-bottom: auto;
}

xsmall, .xsmall {
    font-size: 70%;
    font-weight: 400;
}
xxsmall, .xxsmall {
    font-size: 50%;
    font-weight: 300;
}
.truncatename {
  white-space: nowrap;
  padding-left:2px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.week_month{
  color: #1e90ff;
  background-color: aliceblue;
}

.teamcal {
        background: url("../images/teamcal/teamcal.png") no-repeat;
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
        display: inline-block;
        cursor:pointer;
    }
    .teamcal:hover {
       background: url("../images/teamcal/teamcal.png") no-repeat;
       width: 24px;
       height: 24px;
       background-size: 100% 100%;
       cursor:pointer;

    }
.avatar {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 36px;
}

.avatar:not(:first-child) {
    width: 28px;
  margin-left: -10px;
    mask:radial-gradient(circle 14px at 0px 100%,transparent 99%,#fff 100%);
}

.avatar img {
  width: 100%;
  display: block;
}

.background_grey{
  background-color: rgba(0, 0, 0, 0.05);
}
.background_light_grey{
  background-color: #f2f2f2;
}
