.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.container {
  background-color: #fff;
}
.commitment-task-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 15px;
  padding: 15px;
  background-color: #e7e7e7;
}
.commitment-task-cards.green {
    background-color: #dce284;
}
.commitment-task-card.uncomplete {
  background-color: #ffdada;
}
.commitment-task-card {
  width:100%;
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #fff;
  box-shadow: 0 6px 12px -5px #1b374f;
  position:relative;
}
.commitment-task-card .delay {
    position: absolute;
    right: 0px;
    top: -16px;
    background: white;
    padding: 0px 10px;
}
.commitment-task-card .paperclip {
  margin-left:15px;
  margin-right:15px;
}
.delay.yellow{
  background: #ff9b00;
  color:white;
}
.delay.red{
  background: #ff3535;
  color:white !important;
}
.commitment-task-card:before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, #efefef 50%, #efefef 65%, rgba(255, 255, 255, 0) 57%);
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
}
.commitment-task-card.escalation:before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, #ffbc25 50%, #ffbc25 65%, rgba(255, 255, 255, 0) 57%);
}
.commitment-task-card.complaint:before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, #ff2525 50%, #ff2525 65%, rgba(255, 255, 255, 0) 57%);
}
.commitment-task-card.complete {
  border-left: 4px solid #347ec0;
  background-color: #d2e6f6;
}
.commitment-task-card.complete .btn-default {
  background-color: #a9cdec;
  border-color: #80b2e0;
}
.commitment-task-card-header {
  border-bottom: 1px solid #e1e3e5;
  padding: 0 15px 8px;
}
.commitment-task-card-title {
  margin-bottom: 0;
  font-weight: 700;
}
.commitment-task-due-date {
  font-size: 10px;
  color: #ef5425;
  padding: 4px 0 0;
  margin-bottom: 0;
}
.commitment-task-type {
  display: block;
  color: #92a83b;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.commitment-task-card-body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 15px;
  flex: 1 1 auto;
}

.commitment-task-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
}

.commitment-help-link {
  padding: 3px;
  color: #6a737b;
  font-size: .8em;
}
.commitment-help-link:hover {
  text-decoration: none;
}

.d-flex {
  display :flex;
}

.d-columns[data-columns="1"] {
  width:100% !important;
}
.d-columns[data-columns="2"] {
  width:50% !important;
}
.d-columns[data-columns="3"] {
  width:33% !important;
}
.d-columns[data-columns="4"] {
  width:25% !important;
}
.d-columns[data-columns="5"] {
  width:20% !important;
}
.d-columns[data-columns="6"] {
  width:16% !important;
}
.d-columns[data-columns="7"] {
  width:14% !important;
}
.d-columns[data-columns="8"] {
  width:12% !important;
}
.d-columns[data-columns="9"] {
  width:11% !important;
}
.d-columns[data-columns="10"] {
  width:10% !important;
}
