.is--plan-detail-content .plan--navigation {
  position: absolute;
  margin-top: -4.1rem;
}
.is--plan-detail-content .select2 {
  width: 100% !important;
}
.is--plan-detail-content .dropzone {
  border: 3px dotted #ccc;
  padding: 1rem;
  color: #ccc;
  min-height: 0;
}
.is--plan-detail-content .plan--detail-channel-media {
  margin-bottom: 1rem;
}
.is--plan-detail-content .plan--detail-channel-media .media-element {
  display: inline-block;
  margin-right: .3rem;
  max-width: 150px;
  position: relative;
}
.is--plan-detail-content .plan--detail-channel-media .media-element img {
  max-width: 100%;
}
.is--plan-detail-content .plan--detail-channel-media .media-element .media--delete-icon {
  position: absolute;
  top: .3rem;
  right: .3rem;
  color: white;
}
.is--plan-content .plan--navigation {
  position: absolute;
  margin-top: -3.6rem;
}
.is--plan-content .plan-filter {
  position: relative;
  top: -1.5rem;
  left: -1.9rem;
  width: 12rem;
  background-color: white;
  border-right: 1px solid #ccc;
  float: left;
  margin-bottom: -1.5rem;
  padding: 1.5rem;
  font-size: .8rem;
}
.is--plan-content .plan-filter .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .5rem;
  color: #333;
}
.is--plan-content .plan-content {
  padding-left: 12rem;
}
.is--plan-content .filter-panel {
  margin-bottom: 2rem;
}
.is--plan-content .filter-panel span.select2 {
  width: 100% !important;
}
.is--plan-content #calendar > div {
  width: 100%;
}
.is--plan-content #calendar .weekview {
  overflow: hidden;
}
.is--plan-content #calendar .weekview .day {
  width: 14.28%;
  float: left;
  border-right: 1px solid #ccc;
}
.is--plan-content #calendar .weekview .day .heading {
  text-align: center;
  font-weight: bold;
  font-size: .8rem;
}
.is--plan-content #calendar .weekview .day .heading i {
  margin-left: 4px;
  font-weight: normal;
  color: #999;
  font-size: .6rem;
}
.is--plan-content #calendar .weekview .day:last-child {
  border-right: 0;
}
.content-element {
  margin: .3rem;
  border: 1px solid #ccc;
  background-color: white;
  font-size: .8rem;
  position: relative;
}
.content-element .content-element--header {
  padding: .3rem;
  border-bottom: 1px solid #ccc;
}
.content-element .content-element--header .profile {
  float: left;
  padding-top: .3rem;
}
.content-element .content-element--header .head .title {
  font-weight: bold;
}
.content-element .content-element--header .head .schedule {
  color: #999;
}
.content-element .content-element--header .head .category {
  color: white;
  font-size: .6rem;
  padding: .1rem .3rem;
  border-radius: 5px;
  word-wrap: unset;
}
.content-element .content-element--header .head .edit-btn {
  color: #999;
  position: absolute;
  top: .3rem;
  right: .3rem;
}
.content-element .content-element--header .head .topics {
  clear: both;
}
.content-element .content-element--text {
  padding: .3rem;
  border-bottom: 1px solid #ccc;
}
.content-element .content-element-media img {
  max-width: 100%;
}
.content-element .content-element-media .media-navigation {
  position: absolute;
  width: 100%;
  bottom: 5px;
  text-align: center;
}
.content-element .content-element-media .media-navigation a {
  background-color: rgba(255,255,255,0.8);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 10px;
}
.content-element .content-element-media .media-navigation a.active {
  background-color: #ffffff;
}
.profile-image {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #dadada;
  border-radius: 30px;
  overflow: hidden;
}
.profile-image img {
  max-width: 100%;
  max-height: 100%;
}
.badge {
  position: relative;
  top: -20px;
  color: white;
  left: -8px;
}
.badge.badge-facebook {
  background-color: #3C5A99;
}
.badge.badge-instagram {
  background-color: #bc2a8d;
}
.category-badge {
  color: white;
  font-size: .6rem;
  padding: .1rem .3rem;
  border-radius: 5px;
  word-wrap: unset;
}
.plan--briefing-media ul {
  width: 100%;
  padding: 0;
}
.plan--briefing-media ul li {
  list-style-type: none;
  padding: .2rem;
  margin: 0;
  width: 100%;
  display: block;
}
.plan--briefing-media ul li:nth-child(2n+1) {
  background-color: #eaeaea;
}
.plan--briefing-media ul li a:nth-child(2) {
  float: right;
}
.mentiony-popover {
  overflow: hidden !important;
  height: auto;
}
.mentiony-popover .mentiony-item {
  height: 32px;
}
.mentiony-popover .mentiony-item > .row > div:nth-child(1) {
  display: none;
}
.mentiony-popover .mentiony-item > .row > div:nth-child(2) {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
}
.mentiony-link {
  background-color: #9bcada !important;
}
.select2-selection .badge,
.select2-results__option .badge {
  top: -2px;
  left: -3px;
}
.is--list-content .list-filter {
  overflow: hidden;
}
.is--list-content .select2-container {
  width: 100% !important;
}
.is--list-content .list-filter-item {
  float: left;
  width: 25%;
  min-width: 200px;
  margin-right: 1%;
  margin-bottom: .5rem;
}
.is--list-content .list-filter-item:not(:first-child) {
  height: 6.5rem;
  overflow: hidden;
}
.is--list-content .list-filter-item .checkbox.list-filter-channel {
  float: left;
  margin-right: .5rem;
}
.is--list-content .list-filter-item .input-daterange input[type=text] {
  border: 1px solid #999;
  height: 32px;
}
.is--list-content .list-filter-item .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .5rem;
  color: #333;
}
.is--sprint-content .sprint-select {
  width: 150px;
  float: right;
  margin-right: 2%;
}
.is--sprint-content .sprint-container {
  height: calc(91vh);
  clear: both;
  overflow: hidden;
  margin-bottom: 2rem;
}
.is--sprint-content .sprint-container .sprint-column {
  height: 85%;
  background-color: white;
  width: 32%;
  margin: 0;
  margin-right: 1%;
  float: left;
  margin-top: 1rem;
  padding: 0.5rem;
  overflow-y: scroll;
  padding-bottom: 2rem;
}
.is--sprint-content .sprint-container .sprint-column li {
  list-style-type: none;
}
.is--sprint-content .plus {
  line-height: 2rem;
  width: 2rem;
  float: right;
}
.is--sprint-content .sprint-item-priority {
  overflow: hidden;
  padding: .5rem;
}
.is--sprint-content .sprint-item-priority select {
  border: 0;
  float: right;
}
.is--sprint-content .sprint-item-user {
  float: left;
  padding: .5rem;
  color: #999;
}
