#zpm-notes__container .zpm-grid-row {
  flex-wrap: wrap;
}

#zpm-notes__container .zpm-grid-item {
  flex-basis: 15%;
  margin: 0;
  padding: 7px;
  box-sizing: border-box;
  min-height: 160px;
  height: fit-content;
}

#zpm-notes__container {
  padding: 10px;
  box-sizing: border-box;
}

.zpm-gradient {
  color: #fff;
}

.zpm-note {
  min-height: 100px;
  cursor: pointer;
  border-radius: 4px;
}
.zpm-note__title {
  display: block;
  opacity: .6;
  margin-bottom: 5px;
}
.zpm-note__desc {
  display: block;
  font-size: 13px;
}
.zpm-board-item {
  margin-bottom: 10px;
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.zpm-board-item  h5 {
  font-size: 14px;
  margin: 0;
}
.zpm-boards #zpm_project_view_tasks_kanban {
  display: block;
}
#zpm-boards-list a {
  text-decoration: none;
  color: #333;
}
.zpm-board-item__desc {
  margin-bottom: 0;
}
.zpm-board-item__task-count {
  position: absolute;
  right: 20px;
  top: 20px;
}
#zpm_new_report_btn {
  width: max-content;
}
.zpm-pdf-report__task {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.zpm-pdf-report__task span {
  flex: 1;
  padding: 4px;
}
#zpm-pdf-report__tasks-header {
  margin-top: 50px;
  border-top: 1px solid #ccc;
}
#zpm-pdf-report__modal {
  min-height: unset;
  padding: 20px;
  text-align: left;
}
.zpm-modal__form-group {
  padding: 10px 0;
}
.zpm-modal__form-group label,
.zpm-modal__form-group input{
  width: 100%;
  display: block;
}
#zpm-pdf-report__modal select {
  width: 100%;
}
#zpm-task-preview__info input,
#zpm-task-preview__info textarea,
#zpm-task-preview__info select,
#zpm-task-preview__info .chosen-container,
#zpm-project-preview__info input,
#zpm-project-preview__info textarea,
#zpm-project-preview__info select,
#zpm-project-preview__info .chosen-container{
 width: 100% !important;
  padding: 5px 8px !important;
  outline: none !important;
  font-size: 13px;
}

#zpm-task-preview__info .chosen-container,
#zpm-project-preview__info .chosen-container{
  padding: 0 !important;
}

#zpm-task-preview__info #zpm_task_edit_custom_fields,
#zpm-project-preview__info #zpm_task_edit_custom_fields {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#zpm-task-preview__info #zpm_task_edit_custom_fields label,
#zpm-project-preview__info #zpm_task_edit_custom_fields label {
  font-size: 11px;
  color: #aaa;
  padding: 0;
  margin-top: 12px !important;
  display: block;
}

.zpm_project_description.project_description, .zpm-project-preview__description {
  white-space: normal !important;
}

#zpm-submodal-background,
#zpm_custom_field_select_modal {
  z-index: 99999999999 !important;
}

.zpm-rating-field {
  margin-bottom: 15px;
}

.zpm-rating-star .zpm-star-checked {
  display: none;
}

.zpm-rating-star[data-checked="1"] .zpm-star-checked {
  display: inline-block;
   color: #ffcb0c;
}

.zpm-rating-star[data-checked="1"] .zpm-star-unchecked {
  display: none;
}

.zpm-rating-star {
  cursor: pointer;
  user-select: none;
  font-size: 17px;
  transition: all .12s ease-in-out;
}

.zpm-rating-star:hover {
  color: #ffcb0c;
}

.zpm-task-item-extra-details .zpm-custom-field,
.zpm-task-item-extra-details .zpm-custom-field div {
  display: inline;
}

.zpm-task-item-extra-details .zpm-remove-template-field,
.zpm-task-item-extra-details .zpm_label{
  display: none;
}

.zpm-task-item-extra-details .zpm-rating-field {
  display: inline;
  pointer-events: none;
}

.zpm-task-overview-cf {
  pointer-events: none;
}

#zpm_project_editor  .zpm-project-single__custom-fields {
  width: 100%;
  max-width: 100%;
  min-width: 100%
}
.zpm-custom-field select {
  width: 100%;
}
#zpm-dashboard-reports {
  padding: 20px 0;
  width: 100%;
  display: block;
}

#zpm-dashboard-reports .zpm-report-item .zpm-buttons__float-right{
  display: none;
}

#zpm-dashboard-reports .zpm-report__task-list + label,
#zpm-dashboard-reports .zpm-report__task-list ~ code{
  display: none;
}

.zpm-icon-color-picker__modal {
  overflow: visible;
}

.zpm-color-picker__group {
  padding-top: 25px;
}

.zpm-project-template__title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.zpm-project-template {
  text-align: center;
  cursor: pointer;
}

.zpm-project-template__icon {
  font-size: 34px;
  display: block;
  margin-top: 40px;
}

.zpm-project-template__task-count {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 12px;
  opacity: .5
}

.zpm-project-template__desc {
  margin-top: 13px;
  display: block;
  font-size: 12px;
}

#zpm-new-project__template-picker.zpm-picker-enabled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  padding-top: 50px;
}

#zpm-new-project__template-picker.zpm-picker-enabled + .zpm_modal_body {
  display: none;
}

#zpm-new-project__template-picker:not(.zpm-picker-enabled) {
  display: none;
}

.zpm-basic-table {

}

.zpm-basic-table__row {
  border: 1px solid #ccc;
  padding: 10px;
  border-bottom: none;
}

.zpm-basic-table .zpm-basic-table__row:last-of-type {
  border-bottom: 1px solid #ccc;
}

.zpm-project-template__task-name {
  font-weight: bold;

}

.zpm_modal_body .zpm-project-template__preview-title {
  text-align: left !important;
  font-size: 12px;
  font-weight: normal;
  margin-left: 4px;
}


#zpm-current-goal__section {
  margin-top: 10px;
}
#zpm-current-goal__section label {
  display: block;
}

.zpm-current-goal-amount,
.zpm-current-goal-date{
  background: #75dabe;
  padding: 2px 4px;
  color: #0e6f54;
}

#zpm-kpi-user-details {
  margin-top: 20px;
}

.zpm-form__group-horizontal {
  display: flex;
}

.zpm-form__group-horizontal .zpm-form__group {
  flex: 1;
  margin: 5px;
}

.zpm-form__group-horizontal .zpm-form__group label {
  margin-bottom: 5px;
  display: block;
}


#zpm-kpi-results .zpm-form__group {
  margin-top: 0;
}

.zpm-kpi-stat__completed,
.zpm-kpi-stat__percentage{
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin-top: 6px;
}

.zpm-kpi-stat__percentage {
  margin-bottom: 20px;
  display: block;
}

#zpm-current-goal__section label {
  font-weight: bold;
  margin-bottom: 3px;
}

#zpm-timers-count {
  background: red;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  right: 0;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
}

#zpm-header-actions {
  margin-top: -20px;
  z-index: 999;
}

#zpm-actions-timers {
  position: relative;
}

#zpm-search-bar {
  display: inline-block !important;
  margin-right: 30px;
}

#zpm-header-actions {
  text-align: right;
  padding-right: 100px;
}
.zpm-timers-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#zpm-actions-timers {
  top: 10px;
}
.zpm-timer-actions {
  position: absolute;
  right: 10px;
}
.zpm-timer-actions i {
  cursor: pointer;
  padding: 0px 5px;
}

.zpm-basic-list__item {
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  padding: 10px;
}

.zpm-basic-list .zpm-basic-list__item:last-of-type {
  border-bottom: 1px solid #ccc;
}

.zpm-timer-value {
  margin-right: 7px;
  color: #02b361;
}

.zpm-timer-data__task:before {
  content: "|";
  margin-left: 7px;
  margin-right: 7px;
  opacity: .4;
}

.zpm-select__container {
 text-align: left;
}

.zpm-milestone-field__value {
  background: lightgreen;
  padding: 2px;
  margin-left: 10px;
}

.zpm-custom-field__target-reached div {
color: green;
}

.zpm-milestone-custom-field__item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.zpm-custom-field__value {
  width: 100%;
}

.zpm-timer-modal input,
.zpm-timer-modal select {
  min-width: 100%;
}

.zpm-timer-modal select  {
  margin-top: 5px;
}

.zpm-timer-data__task-description {
  color: #333;
  opacity: .6;
}

.zpm-timer-data__task-description:before {
  content: ' - ';
}

.zpm-task-overview-cf.url {
  pointer-events: all;
}

.zpm-dashboard-project__chart {
  position: relative;
}

.zpm-dashboard-project__chart-percentage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.zpm-milestone-custom-field__item {
  padding-left: 15px;
}

#zpm-milestone-project-list {
  border: 1px solid #ccc;
}

#zpm-project-task-status-filter + div {
  display: inline-block;
  max-width: 200px;
  text-align: left;
}

#zpm-project-task-filters {
  text-align: right;
}

#zpm-task-list {
  margin-left: 0;
}

#zpm_kanban_container .wp-picker-container .wp-color-result.button {
  min-height: unset !important;
  vertical-align: middle;
  max-height: unset !important;
  display: inline-block;
}

#zpm-subtask-list {
  margin-left: 0;
}

#zpm-task-parents__breadcrumbs {
  margin-top: 20px;
}

#zpm_kanban_container .iris-palette-container {
  display: flex !important;
  flex-direction: column;
  max-width: 100%;
  position: relative;
  flex-wrap: wrap;
  height: 100px;
  top: 0 !important;
}

#zpm_kanban_container .iris-palette-container .iris-palette {
  flex: 1;
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  max-height: 15px;
  margin-bottom: 4px;
}

#zpm_kanban_container .iris-picker-inner {
display: none;
}

#zpm_kanban_container .wp-picker-holder .iris-picker {
  height: auto !important;
  padding: 10px;
}

#zpm_kanban_container .iris-palette {
  box-shadow: none !important;
  border-radius: 50% !important;
}

#zpm_kanban_container .iris-palette:hover,
#zpm_kanban_container .iris-palette:active,
#zpm_kanban_container .iris-palette:focus {
  outline: none;
  box-shadow: none;
}

.zpm-kanban-subtask-item {
  font-size: 11px;
}

.zpm-kanban-subtask-item .zpm_task_list_row {
  padding: 3px;
  padding-left: 7px;
}

.zpm-kanban-item__subtasks {
  border: 1px solid #ddd;
}

.zpm_kanban_row {
  background: #dfe3e6;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.15);
  margin: 10px;
}

.zpm_kanban_heading,
.zpm_kanban_heading:focus,
.zpm_kanban_heading:active,
.zpm_kanban_heading:hover{
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 3px solid;
  padding: 10px;
}

#zpm_kanban_container,
.zpm_kanban_container{
  border: none;
}

.zpm-kanban-add-task-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.zpm-kanban-options-container {
  position: absolute;
  top: 10px;
  right: 25px;
}

.zpm-kanban-add-task-btn {
  cursor: pointer;
}

#zpm_container.zpm_kanban {
  height: auto !important;
  max-height: unset !important;
}

.zpm-kanban-options-container {
  z-index: 999;
}

#zpm_kanban_row_add_column {
  background: transparent;
  box-shadow: none;
}

.zpm-kanban-list #zpm_kanban_container {
  display: flex !important;
  flex-direction: column;
  overflow: hidden !important;
}

.zpm-kanban-list .zpm_kanban_row {
  min-width: 100% !important;
  margin: 0;
  margin-bottom: 15px;
}


#zpm-kanban-options {
  text-align: right;
}

.zpm-kanban-view {
  font-size: 20px;
  margin-left: 5px;
  cursor: pointer;
  opacity: .4;
}

.zpm-kanban-view.selected {
  opacity: 1;
}

#zpm-project-template-modal__new {
  text-align: left;
}

.zpm-project-template__task-item {
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.zpm-template-task__title-input,
.zpm-template-task__description-input{
  display: block;
  width: 100%;
}

.zpm-template-task__title-input {
  margin-bottom: 10px;
}

.gu-mirror {
  z-index: 999999999 !important;
  background: #fff;
}

#zpm-project-template__task-list {
  padding: 10px;
  box-sizing: border-box;
}

#zpm-new-project__dates {
  display: flex;
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
}

#zpm-new-project__dates > div {
  flex: 1;
}

.zpm-form-field-col {
  text-align: left;
  margin: 5px
}

.zpm-form-field-col .zpm-form-field__label {
  display: block;
}

.zpm-form-field-col .zpm_input {
  width: 100%;
}

#zpm-project-template-modal__new {
  max-height: 90%;
  overflow-y: auto;
}

#zpm-project-template__name {
  width: 100%;
}

.zpm-modal-btns-right {
  text-align: right;
}

.zephyr-ajax-modal .zpm_modal_header {
  margin: 0 !important;
  padding-left: 0 !important;
}

.zpm-project-template__task-action-remove {
  text-transform: uppercase;
  font-size: 11px;
  color: red;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
}

.zpm-project-template__task-actions {
  text-align: right;
}

#zpm-acf-tab-content .zpm-tab-content {
  padding: 20px;
}

.zpm-acf-field__btns {
  text-align: right;
  padding: 20px;
}

.zpm-acf-field-item {
  margin-top: 10px;
}

.zpm-gantt-tab {
  min-height: 100px;
}

#zpm-gantt-loader {
  transform: translate(-50%, -50%);
}

#zpm-project-single__title,
#zpm-single-task-title{
  font-size: 20px;
  font-weight: bold;
}

.zpm-project-completed,
.zpm-task-completed-text{
  opacity: .4;
  font-size: 11px;
  margin-bottom: 10px;
  font-style: italic;
}

.zpm_title_information {
  margin-bottom: 0;
}

.zpm-navigation-item {
  margin-right: 3px;
  margin-left: 3px;
}

#zpm_kanban_container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
}

.zpm_kanban_container {
  overflow: visible;
}


.zpm-edit-list-item {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
}

.zpm-custom-page-remove {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#zpm-custom-page-add {
  cursor: pointer;
}

.zpm-custom-page-icon {
  display: block;
}

.zpm-custom-page-icon input {
  padding: 5px;
  margin-top: 5px;
}

.zpm_kanban_item {
  overflow: visible !important;
}

.zpm-kanban-list #zpm_kanban_container
{
  overflow: visible !important;
}

.zpm-project-template__custom-field-item input {
  width: 100%;
}

.zpm-project-template__custom-field-item {
  padding: 5px;
}

#zpm-project-template__custom-fields-list {
  margin-bottom: 10px;
}

#zpm-project-single__filters.zpm-kanban-filters {
padding-top: 0 !important;
}

#zpm-kanban-options {
  margin-bottom: 10px;
}

.zpm-template-editor__subtask {
  position: relative;
}

.zpm-task-template-picker__subtask {
  padding-left: 10px;
}

.zpm-task-template-picker__subtask:before {
  content: '- ';
}

.zpm-task-template-picker__item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
}

.zpm-task-template-picker__item:hover {
  background: #f9f9f9;
}

.zpm-template-picker-list {
  border: 1px solid #ddd;
  margin-top: 10px;
}

.zpm-project-template__task-template {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.zpm-project-template__task-template input {
  width: 100%;
  margin-bottom: 6px;
  padding: 7px;
}

.zpm-project-template__subtasks-title {
  font-size: 13px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding-left: 3px;
}

#zpm-search-results-modal #zpm-search-results {
  min-width: 100%;
}

#zpm-search-results-modal #zpm-search-tasks,
#zpm-search-results-modal #zpm-search-projects {
  margin-left: 0 !important;
}

#zpm-search-results-modal #zpm-search-tasks li,
#zpm-search-results-modal #zpm-search-projects li{
  margin-left: 0 !important;
}

.zpm-search-result-project {
  background: #eee;
  padding: 7px;
  border-radius: 3px;
  margin-left: 10px;
}

#zpm-search-tasks h5 {
  margin-top: 10px;
}

#zpm-edit-custom-field-modal {
  max-height: 90vh;
  overflow: auto;
}

.zpm-cf-description {
  display: block;
  font-size: 14px;
  padding: 10px 0px;
}

.zephyr-frontend-manager-template input,
.zephyr-frontend-manager-template input[type="date"],
.zephyr-frontend-manager-template select {
  font-size: 14px !important;
}

.zpm-project-template .zpm-grid__card{
  overflow: auto;
}

.zpm-kanban-due {
  width: max-content !important;
}

.zpm-milestone__task {
  display: block;
  text-decoration: none;
  color: #333;
}

.zpm-milestone__task:focus,
.zpm-milestone__task:active {
  outline: none;
}

.zpm-project-file-buttons{
  position: absolute;
  top: 20px;
  right: 20px;
}

.zpm-milestone__task.completed .zpm-milestone__task-name {
  color: #fff;
}

#zpm_task_edit_custom_fields div.zpm_task_custom_field {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.zpm-checklist-item {
  display: flex;
   align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.zpm-checklist-checkbox {
  margin-right: 10px;
}

.zpm-checklist-checkbox i {
  font-size: 19px;
  display: block;
  transition: all .15s ease-in-out;
}
.zpm-checklist-checkbox:hover i,
.zpm-checklist-checkbox-value:checked + i{
  color: #0bd460;
}

.zpm_task_custom_field[data-zpm-cf-type="checklist"] {
  padding-bottom: 20px;
}

@media(max-width: 600px) {
  #zpm-project-single__filters {
    position: relative !important;
  }
}

.zpm_kanban_row  {
  height: auto;
}
