.toggle-container {
    transition: height .3s linear
}

.toggle-container.collapsed {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border-width: 0 1px;
}

#respond {
    position: relative;
}

/* #atmention-container {
    position: absolute;
    z-index: 100;
    top:0;
    left:0;
    width: 100%;
} */

.at-mention-user {
    font-size: 90%;
    color: white;
    font-family: monospace;
    background: #aaa;
    padding: 0 4px 2px;
    border-radius: 4px;
}


.mc-widget-calendar {
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.mc-widget-calendar table {
    width: 100%
}

.weekday {
    font-weight: 700;
    border-bottom: #aaa solid 1px;
}

.day-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.day-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.day-grid li {
    padding: 5px 0;
    font-weight: 600;
    color: #666;
}

.mc-day {
    color: #666;
}

.has-dates {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><circle fill="%2382B81A" cx="5" cy="5" r="5" /></svg>') no-repeat;
    background-position: center;
    background-size: 25px;
    color: white !important;
}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  overflow: auto;
  display: block;
  z-index: 999999;
}
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}
.tribute-container li.highlight {
  background: #ddd;
}
.tribute-container li span {
  font-weight: bold;
}
.tribute-container li.no-match {
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}

th.dropdown-toggle{
    cursor: pointer;
}
th.dropdown-toggle:after {
    transform: rotate(180deg);
    content: "";
    color: #aaa;
}

th[data-sorted-direction="ascending"]:after {
    transform: rotate(0deg);
}

th[data-sorted="true"]:after{
    color: #7AB929;
}
