.card-completed-options .pie-progress {
  min-width: 120px;
  max-width: 120px;
  margin: 10px 0;
}

.card-lg .card-title {
  margin: 0;
  font-weight: 300;
  color: #455a64;
}

.row div[class^="col-"]:last-child .card-title {
  display: inline;
  line-height: 32px;
}

.row div[class^="col-"]:nth-last-child(2) .card-title {
  margin-top: 12px;
  margin-bottom: 21px;
}

#teamCompletedWidget .counter-label {
  font-size: 26px;
  color: #455a64;
}

#teamCompletedWidget .counter-number-group span:first-child {
  font-size: 48px;
  color: #e53935;
}

#teamCompletedWidget .counter-number-group span:last-child {
  margin-left: 30px;
  font-size: 30px;
  color: #455a64;
}

#teamCompletedWidget .list-inline {
  float: right;
  margin-top: 74px;
  margin-bottom: 20px;
}

#teamCompletedWidget .list-inline li {
  padding: 0;
}

#teamCompletedWidget .list-inline li:first-child, #teamCompletedWidget .list-inline li:last-child {
  position: relative;
}

#teamCompletedWidget .list-inline li:first-child::before, #teamCompletedWidget .list-inline li:last-child::before {
  position: absolute;
  bottom: 5px;
  left: -22px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
}

#teamCompletedWidget .list-inline li:first-child {
  margin-right: 60px;
  color: #78909c;
}

#teamCompletedWidget .list-inline li:first-child::before {
  background-color: #00acc1;
}

#teamCompletedWidget .list-inline li:last-child {
  color: #546e7a;
}

#teamCompletedWidget .list-inline li:last-child::before {
  background-color: #9c27b0;
}

#teamCompletedWidget .card-block {
  min-width: 480px;
}

#teamCompletedWidget .ct-grids .ct-vertical {
  stroke-dasharray: 6;
}

#teamCompletedWidget .ct-grids .ct-horizontal {
  stroke: none;
}

#teamCompletedWidget .ct-grids .ct-point-label {
  stroke: #fff;
  stroke-width: 60px;
}

#teamCompletedWidget .ct-labels .ct-horizontal {
  display: block;
  padding-top: 10px;
  margin-left: -28px;
  font-size: 14px;
  color: #607d8b;
}

#teamCompletedWidget .ct-labels .ct-vertical {
  margin-top: 5px;
}

#teamCompletedWidget .ct-area {
  fill-opacity: .8;
}

#teamCompletedWidget .ct-series .ct-point, #teamCompletedWidget .ct-series .ct-point-content {
  opacity: 0;
  transition: all .3s;
}

#teamCompletedWidget .ct-series:hover .ct-point, #teamCompletedWidget .ct-series:hover .ct-point-content {
  opacity: 1;
}

#teamCompletedWidget .ct-series.ct-series-a .ct-area {
  fill: #9c27b0;
}

#teamCompletedWidget .ct-series.ct-series-a .ct-line {
  stroke: #9c27b0;
  stroke-width: 1px;
}

#teamCompletedWidget .ct-series.ct-series-a .ct-point {
  cursor: pointer;
  stroke: #8e24aa;
  stroke-width: 12px;
}

#teamCompletedWidget .ct-series.ct-series-a .ct-point-content {
  pointer-events: none;
  stroke: #fff;
  stroke-width: 6px;
  stroke-linecap: round;
}

#teamCompletedWidget .ct-series.ct-series-b .ct-area {
  fill: #00bcd4;
}

#teamCompletedWidget .ct-series.ct-series-b .ct-line {
  stroke: #00bcd4;
  stroke-width: 1px;
}

#teamCompletedWidget .ct-series.ct-series-b .ct-point {
  cursor: pointer;
  stroke: #00acc1;
  stroke-width: 12px;
}

#teamCompletedWidget .ct-series.ct-series-b .ct-point-content {
  pointer-events: none;
  stroke: #fff;
  stroke-width: 6px;
  stroke-linecap: round;
}

#personalCompletedWidget {
  height: calc(100% - 30px);
}

#personalCompletedWidget .card-header {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 270px;
  text-align: center;
}

#personalCompletedWidget .card-header img {
  height: 100%;
}

#personalCompletedWidget .card-header .avatar {
  width: 120px;
}

#personalCompletedWidget .overlay-background {
  background: rgba(109, 69, 188, .8);
}

#personalCompletedWidget .card-block {
  padding: 48px 30px 0;
}

#personalCompletedWidget .counter-number {
  margin-top: 10px;
  font-size: 40px;
}

#personalCompletedWidget .table-responsive {
  margin-bottom: 0;
  border: none;
}

#personalCompletedWidget caption {
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 400;
  color: #455a64;
}

#personalCompletedWidget .table {
  min-width: 350px;
  margin-bottom: 0;
}

#personalCompletedWidget .table td {
  width: 40%;
  padding: 20px 0 19px;
}

#personalCompletedWidget .table td:last-child {
  width: 20%;
  text-align: right;
}

#personalCompletedWidget .progress {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

#toDoListWidget {
  height: calc(100% - 30px);
}

#toDoListWidget img {
  width: 30px;
}

#toDoListWidget .card-header {
  line-height: 1;
}

#toDoListWidget .card-header::after {
  display: block;
  clear: both;
  content: "";
}

#toDoListWidget .card-header-actions {
  margin-top: 12px;
  margin-right: 14px;
}

#toDoListWidget .wb-plus {
  color: #607d8b;
}

#toDoListWidget .list-group {
  margin: 0 30px;
}

#toDoListWidget .list-group-item {
  padding: 20px 0;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  border-top: 1px solid #e5e5e5;
}

#toDoListWidget .list-group-item::after {
  display: block;
  clear: both;
  content: "";
}

#toDoListWidget .list-group-item .checkbox-custom {
  margin: 0;
}

#toDoListWidget .list-group-item .checkbox-custom label {
  padding-bottom: 2px;
  padding-left: 20px;
}

#toDoListWidget .list-group-item .checkbox-custom input:checked + label {
  text-decoration: line-through;
}

#toDoListWidget .item-due-date {
  float: left;
}

#toDoListWidget .item-due-date span {
  margin-left: 44px;
  line-height: 34px;
}

#toDoListWidget .item-members {
  float: right;
  padding: 0;
  margin-top: 4px;
  text-align: right;
  white-space: normal;
  list-style-type: none;
}

#toDoListWidget .item-members::after {
  display: block;
  clear: both;
  content: "";
}

#toDoListWidget .item-members li {
  position: relative;
  float: left;
  margin-left: 10px;
}

#toDoListWidget .item-members li:not(:hover) .avatar + button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#toDoListWidget .item-members li:hover .avatar {
  display: none;
}

#toDoListWidget .item-members li:hover button {
  opacity: 1;
}

#toDoListWidget .item-members li button {
  width: 30px;
  height: 30px;
  padding: 7px;
}

#recentActivityWidget {
  height: calc(100% - 30px);
}

#recentActivityWidget .card-header::after {
  display: block;
  clear: both;
  content: "";
}

#recentActivityWidget .card-header .badge {
  padding: 3px 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #607d8b;
  cursor: pointer;
}

#recentActivityWidget .timeline {
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 50px;
}

#recentActivityWidget .timeline::before {
  top: 20px;
  left: 0;
  width: 1px;
  height: 85%;
  margin-left: 0;
  background-color: #e5e5e5;
}

#recentActivityWidget .timeline > li {
  width: 100%;
  padding-right: 0;
  padding-left: 49px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

#recentActivityWidget .timeline > li:last-child .timeline-content-wrap {
  border-bottom: none;
}

#recentActivityWidget .timeline-content-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

#recentActivityWidget .timeline-content-wrap::after {
  display: block;
  clear: both;
  content: "";
}

#recentActivityWidget .timeline-icon .timeline-reverse .timeline-dot {
  top: 12px;
}

#recentActivityWidget .timeline-content .title {
  color: #607d8b;
}

#recentActivityWidget .timeline-content .title .authors, #recentActivityWidget .timeline-content .title .room-number {
  margin-right: 5px;
  font-weight: 400;
  color: #455a64;
}

#recentActivityWidget .timeline-content .metas {
  padding: 3px 0;
  color: #78909c;
}

#recentActivityWidget .timeline-content .members {
  padding-left: 0;
  margin-top: 7px;
  list-style-type: none;
}

#recentActivityWidget .timeline-content .members > li {
  display: inline-block;
  margin-right: 10px;
}

#recentActivityWidget .timeline-content .members .avatar-sm {
  width: 27px;
}

#recentActivityWidget .timeline-content .photos {
  padding-left: 0;
  margin-top: 7px;
  list-style-type: none;
}

#recentActivityWidget .timeline-content .photos::after {
  display: block;
  clear: both;
  content: "";
}

#recentActivityWidget .timeline-content .photos > li {
  float: left;
  width: 31%;
  margin-right: 3%;
}

#recentActivityWidget .timeline-content .photos > li:last-child {
  margin-right: 0;
}

#recentActivityWidget .timeline-content .operates {
  padding-left: 0;
  margin-top: 7px;
  list-style-type: none;
}

#recentActivityWidget .timeline-content .operates > li {
  display: inline-block;
  margin-right: 15px;
}

#recentActivityWidget .timeline-content .operates .btn {
  width: 103px;
  height: 30px;
  line-height: 16px;
  color: #607d8b;
}

#recentActivityWidget .timeline-content .operates .btn:hover, #recentActivityWidget .timeline-content .operates .btn:focus {
  color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1599px) {
  .card-completed-options .pie-progress {
    min-width: 100px;
  }
}

@media (max-width: 991px) {
  #teamCompletedWidget .list-inline {
    float: left;
    margin-top: 20px;
    margin-left: 40px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .card-completed-options {
    height: calc(100% - 30px);
  }

  .card-completed-options .pie-progress {
    min-width: 50px;
  }

  .card-completed-options .col-xs-6 {
    width: 100%;
  }

  .card-completed-options .counter::after {
    display: block;
    clear: both;
    content: "";
  }

  .card-completed-options .counter-label {
    display: inline-block;
  }

  .card-completed-options .counter-number {
    float: left;
    margin-right: 20px;
    font-size: 14px !important;
    font-weight: 400;
  }

  .card-completed-options .pie-progress {
    margin: 20px auto 10px;
  }
}

@media (max-width: 479px) {
  .card-completed-options .pie-progress {
    min-width: 100px;
  }

  #recentActivityWidget .timeline-content .operates > li {
    display: block;
    padding-bottom: 1px;
    margin-top: 10px;
    margin-right: 0;
  }

  #recentActivityWidget .timeline-content .operates .btn {
    width: 85px;
    height: 25px;
    line-height: 11px;
  }
}

@media screen and (max-width: 400px) {
  #personalCompletedWidget .total-completed {
    font-size: 10px;
    line-height: 22px;
  }

  #personalCompletedWidget .card-block {
    padding: 30px 15px 0;
  }
}
