.Sharp-Todo-Task-web a {
  color: #000;
  text-decoration: none;
}
.Sharp-Todo-Task-web a:hover {
  color: #000;
  text-decoration: underline;
}
.Sharp-Todo-Task-web .W100 {
  width: 100%;
}
.Sharp-Todo-Task-web .W80 {
  width: 80%;
}
.Sharp-Todo-Task-web .portlet-title-text {
  display: none;
}
.Sharp-Todo-Task-web .c-inner {
  display: inline;
}
.Sharp-Todo-Task-web .table thead th {
  text-align: center;
}
.Sharp-Todo-Task-web .front-list-borderless th {
  display: none;
}
.Sharp-Todo-Task-web .front-list-borderless .table-bordered {
  border: none;
}
.Sharp-Todo-Task-web .front-list-borderless .table-bordered th, .Sharp-Todo-Task-web .front-list-borderless .table-bordered td {
  border: none;
  /* border-bottom: solid 1px #ddd; */
}
.Sharp-Todo-Task-web .btn-primary {
  background-color: #ce198b;
  border-color: #ce198b;
  color: #fff;
}
.Sharp-Todo-Task-web .button-tag {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  padding: 0.4rem 1.3rem;
  background-color: #f9f9f9;
  border-color: #ddd;
}
.Sharp-Todo-Task-web .button-tag-front:hover, .Sharp-Todo-Task-web .button-tag-front:focus, .Sharp-Todo-Task-web .button-tag-front:active {
  background-color: #ce198b;
  border-color: #ce198b;
  color: white;
  /* border: none; */
}
.Sharp-Todo-Task-web input[type=checkbox]:checked {
  accent-color: #ce198b;
}
.Sharp-Todo-Task-web .fieldgroup-button-wrapper {
  display: inline-flex;
  width: 100%;
}
.Sharp-Todo-Task-web .fieldgroup-button-extend {
  margin-left: 4px;
}
.Sharp-Todo-Task-web .form-group-inline {
  float: left;
}
.Sharp-Todo-Task-web .label-title-tag {
  font-weight: 700;
}
.Sharp-Todo-Task-web .input-checkbox-wrapper {
  margin-right: 1.5rem;
}
.Sharp-Todo-Task-web .field-wrapper .control-label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 2.5rem;
  display: block;
}
.Sharp-Todo-Task-web .home-portlet-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30.8px;
  width: 100%;
  border-radius: 8px 8px 0% 0%;
  background-color: red;
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
}
.Sharp-Todo-Task-web .view-todo-task {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45.8px;
  width: 100%;
  background-color: white;
  font-size: 0.875rem;
  font-weight: bold;
  border: 0.0625rem solid #e7e7ed;
}
.Sharp-Todo-Task-web .view-todo-task:hover {
  background-color: #f0f5ff;
}
.Sharp-Todo-Task-web .width-100-percent {
  width: 100% !important;
}
.Sharp-Todo-Task-web .new-line {
  word-wrap: break-word;
  word-break: break-all;
}
.Sharp-Todo-Task-web .font16 {
  font-size: 16px;
}