.zpm-grid{
  max-width: 1335px;
  margin: 0 auto;
}
.zpm-grid__row  {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.zpm-grid__cell {
  height: 200px;
  flex-basis: 20%;
  -ms-flex: auto;
  width: 259px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm-grid__md .zpm-grid__cell {
  flex-basis: 33.333%;
  height: 260px;
}

.zpm-grid__card {
  position: relative;
  border: 1px solid #333;
  height: 100%;
}

@media(max-width: 1333px) {
  .zpm-grid__cell,
  .zpm-grid__md .zpm-grid__cell {
    flex-basis: 33.33%;
  }
}
@media(max-width: 1073px) {
   .zpm-grid__cell,
   .zpm-grid__md .zpm-grid__cell {
    flex-basis: 33.33%;
  }
}
@media(max-width: 815px) {
  .zpm-grid__cell,
  .zpm-grid__md .zpm-grid__cell {
    flex-basis: 50%;
  }
}
@media(max-width: 555px) {
  .zpm-grid__cell,
  .zpm-grid__md .zpm-grid__cell {
    flex-basis: 100%;
  }
}

.zpm-card,
.zpm-grid__card {
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm-card:hover,
.zpm-grid__card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07), 0 6px 6px rgba(0, 0, 0, 0.07);
}

.zpm-category-card {
  color: #fff;
  cursor: pointer;
  border:none;
}

.zpm-category-card__name {
  font-size: 15px;
  font-weight: bold;
  margin: 5px;
}

.zpm-category-card__description {
  font-size: 13px;
  opacity: .9;
  margin: 5px;
}

.zpm-category-card__count {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: .9;
  font-size: 12px;
}

.zpm-grid__cell {
  text-decoration: none !important;
  outline: none;
  box-shadow: none;
}

.zpm-grid__cell:focus,
.zpm-grid__cell:hover,
.zpm-grid__cell:active,
.zpm-grid__cell:visited {
  color: #fff;
  outline: none;
  box-shadow: none;
  transform: translateY(-1px);
}

#zpm-header-breadcrumb {
  margin: 15px;
  font-size: 16px;
}

#zpm-header-description {
  margin-left: 15px;
  font-size: 13px;
}

.zpm-header-back,
.zephyr-frontend-manager-template .zpm-header-back{
  outline: none;
  font-size: 12px;
  color: #333 !important;
  margin-right:5px;
  box-shadow: none;
  text-decoration: none !important;
}

.zpm-header-back:focus,
.zpm-header-back:active,
.zpm-header-back:hover,
.zpm-header-back:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none !important;
}

.zpm_add_project #zpm-header-description {
  margin-left: 2px;
  color: #777;
}

#zpm_project_modal #zpm_new_project__categories_chosen {
  box-sizing: border-box;
  max-width: 700px !important;
  padding:  0 !important;
  margin: 0 !important;
  text-align: left;
}

.zpm-new-project__field {
  text-align: left;
  max-width: 700px !important;
  margin: 0 auto;
  margin-top: 20px;
}

#zpm-new-project__fields {
  margin-top: 15px;
}

#zpm_new_task_team_selection_chosen,
#zpm_new_task_project_chosen{
  padding: 0 !important;
}

#zpm_new_task_assignee_chosen {
  margin-bottom: 0 !important;
}

#zpm_new_task_project_chosen {
  margin-bottom: 0 !important;
}

.zpm-fa-icon {
      font-size: 18px;
    cursor: pointer;
    color: #707070;
}

#zpm-project-view__archived {
  margin-right: 8px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.zpm-project-view__option {
  margin-right: 4px;
}
#zpm-project-view__title {
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-left: 10px;
}

.zpm-project-title__icon {
  margin-right: 7px;
}

.zpm_project_description {
  white-space: pre-wrap !important;
}

.zpm_project_stat {
  width: calc(100% / 3) !important;
}

#zpm_project_progress {
  display: flex !important;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
.ui_tpicker_time_label,
.ui_tpicker_hour_label,
.ui_tpicker_minute_label{

  font-size: 12px;
  color: #ccc;
height: 100%;
}

.ui_tpicker_hour .ui-slider-handle,
.ui_tpicker_minute .ui-slider-handle {
  cursor: pointer !important;
}

.ui_tpicker_hour_slider,
.ui_tpicker_minute_slider{
  border: 1px solid #ddd !important;
}

.ui_tpicker_time_input {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  box-shadow: none !important;
}

.ui-datepicker .ui-datepicker-buttonpane {
  border: none !important;
  border-top: 1px solid #eee !important;;
}

.ui-datepicker-buttonpane button {
  font-size: 14px !important;
  font-weight: normal !important;
}


.zpm-form__inline span {
  min-width: 100px !important;
  display: inline-block !important;
}

#zpm-task__header-buttons {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 200px;
  text-align: right;
}

.zpm-button__error {
  background: #ff0000 !important;
}

.zpm-button__error:hover {
  background: #f56565 !important;
}

.zpm-badge {
  border: 2px solid #3D4DC6;
  color: #3D4DC6;
  padding: 7px 13px;
  border-radius: 3px;
}

.zpm-hover__shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm-hover__shadow:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09), 0 1px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


.zpm-hover__rise:hover {
  transform: translateY(-2px);
}

.zpm-tab__content,
#zpm_task_view .zpm-tab__content{
  padding: 15px !important;
  padding-top: 0 !important;
}

.zpm-files__container {
  display: flex;
  flex-wrap: wrap;
}

.zpm-files__container .zpm-file-item {
  flex: 1;
  flex-basis:20%;
  padding: 10px;
  box-sizing: border-box;
}

.zpm-files__container .zpm-file  {
  border: 1px solid #eee;

  padding: 10px;
  box-sizing: border-box;
}

.zpm-files__container .zpm-file a {
  height: fit-content;
  display: block;
  text-align: center;
}
#zpm_create_task.hide-content .zpm_modal_body {
 display: none;
}

#zpm_create_task.hide-content {
  background: #f4f4f4;
  max-height: 500px !important;
  overflow: auto;
  padding-bottom: 0 !important;
}


.zpm_modal_header {
  background: #fff;
}

.zpm-grid-list {
  padding: 20px;
}

.zpm-modal-subheading {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 5px;
}

.zpm-grid-list__item {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  position: relative;

}

#zpm-template-picker__loading {
  position: absolute;
  right: 10px;
}

#zpm-task-parents__breadcrumbs {
  opacity: .4;
}
.zpm-breadcrumb-separator {
  margin: 0 5px;
}
.zpm-task-preview__subtask {
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zpm_subtask_item {
  max-height: 45px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  overflow-x: hidden;
  padding-right: 70px !important;
  display: block;
}
#zpm_subtask_list {
  overflow: hidden;
  width: 100%;
}
.zpm_subtask_item {
  position: relative;
  box-sizing: border-box;
}
.zpm_delete_subtask {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 100%;
  line-height: 40px
}
.zpm-task-parent__breadcrumb a {
  color: #333 !important;
  text-decoration: none;
}

#zpm-task-parents__breadcrumbs a {
  color: #333 !important;
}

.zpm-sub-subtask .zpm-material-checkbox{
  margin-left: 20px;
}

.zpm-sub-subtask.zpm-subtask-level-2 .zpm-material-checkbox{
  margin-left: 40px;
}

.zpm-sub-subtask.zpm-subtask-level-3 .zpm-material-checkbox{
  margin-left: 60px;
}

.zpm-sub-subtask.zpm-subtask-level-3 .zpm-material-checkbox{
  margin-left: 80px;
}

#zpm-project-preview__title-bar {
  position: relative;
  box-sizing: border-box;
}

#zpm-project-preview__section-comments .zpm-comment-bubble {
  padding: 0;
}

#zpm-project-preview__section-comments  .zpm_task_comments {
  margin-top: 0;
}

#zpm-project-preview-section__discussion #zpm_project_chat_comment {
  width: 100%;
}
.zpm-buttons-title {
  position: absolute;
  right: 0;
  top: -10px;
}

#zpm_task_edit_custom_fields {
  margin: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#zpm-project-preview__bar .zpm-notice__subtle {
  margin: 0;
}

#zpm-task-preview__subtasks, #zpm-project-preview__tasks {
  border:none;
}
#zpm-project-preview__section-comments {
  padding-top: 0;
  padding-bottom: 0;
}
#zpm-task-preview-section__project {
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.zpm-task__project-name {
  background: #eee;
  display: block;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
}

#zpm-file-upload__preview-url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  margin-top: 10px;
}

#zpm-search-results {
  max-width: 350px !important;
}

.zpm-edit-message__modal textarea {
  width: 100%;
  height: 100px;
}

.zpm_team_member .zpm-description-text {
  white-space: pre-wrap;
}

.zpm-chosen + .chosen-container,
.zpm-chosen + .chosen-container:hover {
  width: 100% !important;
  margin-left: 0;
  border: none !important;
}

#zpm-new-file-upload {
  overflow: visible !important;
}

#zpm-project-preview-section__discussion #zpm_project_chat_files {
    width: 100%;
    margin-top: 10px;
}

.zpm-segment-control {
  border-radius: 5px;
  display: flex;
  max-width: max-content;
}

.zpm-segment-option {
  background: #fff;
}

.zpm-segment-control > button {
  display: inline-block !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 10px 13px;
}

.zpm-segment-control > button:hover,
.zpm-segment-control > button:active,
.zpm-segment-control > button:focus,
.zpm-segment-control > button.selected{
  color: #fff !important;
}

.zpm-segment-control > button:last-of-type {
  border-right: none !important;
}

.zpm_task_list_row:not(.priority_none)  .zpm_task_due_date {
  color: #333 !important;
}

.zpm-task-item__subtask-indicator {
  color: #333 !important;
  opacity: .7;
  margin-right: 10px;
}

.zpm-subtask-indicator__icon,
.zpm-subtask-indicator__count {
  display: inline-block;
  vertical-align: middle;
}

.zpm-subtask-indicator__count {
  margin-left: 5px;
  font-size: 13px;
}

.zpm-segment-nav {
  display: flex;
  width: 100%;
}

.zpm-segment-nav__item {
  flex: 1;
  background: #dedede;
  padding: 10px 14px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.zpm-segment-nav__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all .12s ease-in-out;
}

.zpm-segment-nav__item:hover:after {
    opacity: .1;
}

.zpm-segment-nav__item-selected {
  color: #fff;
}

.zpm-segment-nav .zpm-segment-nav__item:first-of-type {
  border-radius: 5px 0px 0px 5px;
}

.zpm-segment-nav .zpm-segment-nav__item:last-of-type {
  border-radius: 0px 5px 5px 0px;
}

.zpm-navigation-item {
  margin-right: 0;
}

.zpm-navigation-list {
  margin-left: 0;
}

.zpm-calendar-item__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  margin-top: 5px;
  font-size: 11px;
}

.zpm-calendar-item__desc {
  opacity: .8;
  font-size: 10px;
}

.zpm-calendar__description {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

.zpm-calendar-item__project,
.zpm-calendar-item__assignee {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  margin-top: 5px;
}

.fc-time-grid-event {
  padding: 10px;
}

.zpm_project_stat a {
  text-decoration: none;
}

.zpm_project_stat a:focus,
.zpm_project_stat a:active {
  outline: none;
  border: none;
  box-shadow: none;
}

#zpm-new-project-description {
  resize: vertical;
}

.zpm-task-list-subtasks {
  background: #f4f4f4;
}

.zpm-task-list-subtasks .zpm_task_list_row {
  padding-left: 20px !important;
}

.zpm-task-list-subtasks {
  display: none;
}

.zpm_task_list_row.active + .zpm-task-list-subtasks {
  display: block;
}

.zpm-show-subtask-list {
  margin-right: 6px;
  color: #333;
  display: inline-block;
  vertical-align: middle
}

#zpm-members-table,
#zpm-members-table th,
#zpm-members-table td{
  background: #fff;
  border: 1px solid #ddd !important;
  font-size: 14px;
}

#zpm-members-table tr:hover td {
  background: #f7f7f7;
}

.zpm-task-list__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
   z-index: 0;
}

.zpm-task-list__link:active,
.zpm-task-list__link:focus,
.zpm-task-list__link:hover {
  outline: none;
  box-shadow: none;
}

.zpm_task_description a:active,
.zpm_task_description a:focus,
.zpm_task_description a:hover {
  outline: none;
  box-shadow: none;
}

#wp-zpm-edit-task-editor-wrap {
  margin-top: 10px;
}

#wp-zpm-edit-task-editor-wrap .mce-container-body {
  background: #fff;
  box-shadow: none !important;
}

#wp-zpm-edit-task-editor-wrap .mce-container-body button {
  background: #fff;
}

#wp-zpm-edit-task-editor-wrap #insert-media-button {
  background: #fff;
}

#wp-zpm-edit-task-editor-wrap .wp-editor-tabs button {
  background: #fff;
}

.zpm_task_description p {
  margin: 0;
  display: inline-block;
}

.zpm-show-subtask-list {
  z-index: 99 !important;
  position: relative;
}

.zpm-task-list__link {
  user-select: none;
  z-index: 0;
}

.zpm-task-list__section-title {
  padding: 10px;
  font-weight: 600;
}

#zpm-email-toggle-settings {
  padding-top: 0 !important;
}

.zpm-list-placeholder {
  padding: 10px;
}

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

.zpm-task-page-filters {
  display: flex;
  margin-top: 15px;
}

.zpm-task-filter-option {
  padding-right: 10px;
}

.zpm-task-filter-option label {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}

.zephyr-theme-default #zpm-task-filter-holder {
  margin: 0 !important;
}

.zpm-task-list__section-title {
  display: block;
}

#qt_zpm-edit-task-editor_toolbar {
  display: flex;
  flex-direction: row;
}

#qt_zpm-edit-task-editor_toolbar input {
  flex: 1;
  min-width: unset !important;
}

#zpm-task-list__project.zpm-task-grid {
  flex-direction: column;
}

#zpm-task-list__project.zpm-task-grid a {
  width: 100%;
  margin: 0;
  box-sizing: border-box !important;
}

.zpm_admin_notice a {
  color: #fff !important;
}

.zpm-calendar-item__desc p {
  color: #fff !important;
  margin: 0 !important;
}

.zpm-tab-badge,
.zpm-task-row__unread{
  background: red;
  color: #fff;
  font-style: normal;
  display: inline-block;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  font-size: 8px;
  font-weight: bold;
  vertical-align: middle;
}

.zpm-task-importer {
  overflow: auto;
  max-height: 90vh;
}

#zpm-edit-task-editor {
  color: #333 !important;
}

.zpm-category-children .zpm_category_row {
  padding-left: 20px;
  background: #f9f9f9;
}

#zpm-category-parent {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}

#zpm-file-filter-container {
  width: 100% !important;
}

#zpm-file-manager__page {
  margin-top: 50px;
}

#zpm-file-manager__page .chosen-container {
  width: 100% !important;
  margin-left: 0 !important;
}

#zpm-file-filters {
  width: 100%;
}

#zpm-file-manager__page {
  margin-top: 50px !important;
}

.zpm-new-file__project-select,
.zpm-new-file__task-select,
.zpm-new-file__category-select{
  margin-bottom: 15px;
}

.zpm-new-file__project-select select,
.zpm-new-file__task-select select{
width: 100%;
}

.zpm-new-file__project-select label,
.zpm-new-file__task-select label,
.zpm-new-file__category-select label{
  font-size: 12px;
  opacity: .6;
  padding-left: 5px;
}

.zpm-new-file__category-select {
}

#zpm-file-manager__file-category + div {
  margin-left: 0 !important;
  padding-left: 10px !important;
}

#zpm-project-files {
  padding-top: 10px;
  padding-bottom: 10px;
}
#zpm-project-files .zpm-file-item .zpm-file {
  box-shadow: none !important;
  padding-bottom: 10px;
  padding-left: 5px;
}

#zpm-project-single__filters {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

.zpm-project-filter-option {
  display: inline-block;
}

.zpm_task_list_row .zpm_task_details {
  background: transparent !important;
}

.zpm-project-task-filters__frontend {
  position: relative !important;
  text-align: right;
}

#zpm-project-single__filters div {
  text-align: left;
}

.zpm-project-filter-option {
  margin-right: 10px;
}

.zpm_input select,
.zephyr-frontend-manager-template select,
.zephyr-project-manager select{
  font-family: 'Roboto' !important;
}


#zpm-shortcode-task-view-modal .zpm_modal_options_btn,
#zpm-shortcode-task-view-modal .zpm-material-checkbox,
#zpm-shortcode-task-view-modal .zpm_nav,
#zpm-shortcode-task-view-modal #zpm_task_following,
#zpm-shortcode-task-view-modal  #zpm_edit_task_link{
  display: none !important;
}

#zpm-shortcode-task-view-modal h3{
  margin-top: 0 !important;
}

#zpm-shortcode-task-view-modal h2{
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  display: none;
}


#zpm-shortcode-task-view-modal h2 + h3{
display: none;
}

#zpm-shortcode-task-view-modal .zpm_modal_task_name {
  margin-bottom: 5px !important;
}

#zpm-shortcode-task-view-modal {
  overflow-y: auto !important;
}

#zpm-shortcode-task-view-modal .zpm_tab_pane {
  padding: 0px !important;
}

#zpm-shortcode-task-view-modal label {
  margin-left: -3px !important;
  margin-bottom: 5px;
}

#zpm-shortcode-task-view-modal  .zpm_view_subtasks {
  margin-left: 0px;
  margin-bottom: 0px !important;
}

.zpm-task-preview__toggle-width {
    position: absolute;
    right: 39px;
    top: 50%;
    transform: translateY(-50%);
 }

 .zpm-task-preview__shrink {
  display: none;
 }

 #zpm-task-preview__bar.extended .zpm-task-preview__extend {
  display: none;
 }

 #zpm-task-preview__bar.extended .zpm-task-preview__shrink {
  display: block;
 }

 #zpm-task-preview__bar.zpm-task-preview__active.extended {
  width: 50% !important;
}

#zpm-task-preview__bar:not(.zpm-task-preview__active) {
  width: 0% !important;
}

#zpm-task-panel__upload-file,
#zpm-task-panel__new-subtask {
  margin-left: 15px;
}

#zpm-task-preview__files .zpm-file-item .zpm-file {
  margin-bottom: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 10px;
}
#zpm_new_category_btn {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
}
#zpm_new_category_modal {
  text-align: left !important;
  padding: 20px !important;
  min-height: 210px !important;
  overflow: visible !important;
}
#zpm_create_category {
  position: absolute !important;
  bottom: 25px !important;
  right: 20px !important;
  text-transform: none !important;
  padding: 10px 10px !important;
}
#zpm_new_category_modal input, #zpm_new_category_modal textarea {
  width: 100% !important;
  margin-bottom: 10px !important;
  box-shadow: none !important;
}
#zpm_new_category_modal textarea {
  min-height: 100px !important;
}
#zpm_new_category_modal .wp-picker-container .wp-color-result.button {
  padding: 0px !important;
  padding-left: 5px !important;
  text-transform: none !important;
  border: 1px solid #eee !important;
  box-shadow: none !important;
  height: 29px !important;
  width: 120px !important;
}
#zpm_new_category_modal .wp-color-result-text {
  background: #fff !important;
  border: 1px solid #eee !important;
  box-shadow: none !important;
  height: 25px !important;
  line-height: 25px !important;
}
input#zpm_category_color {
  width: 90px !important;
  box-shadow: none;
}
#zpm_new_category_modal .button.button-small.wp-picker-clear {
  width: max-content !important;
  height: 28px !important;
  display: inline-block !important;
  border: 1px solid #eee !important;
  background: transparent !important;
  box-shadow: none !important;
}

#zpm_create_task .zpm-new-task-description-field button i {
  color: #fff !important;
}

.zpm-menu-item i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
}

.zpm_label i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.zpm-avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
}

.zpm-avatar-round {
  border-radius: 50%;
}

#zpm-task-created-by {
  font-size: 14px;
}

#zpm-task-created-by .zpm-avatar {
  margin-right: 7px;
}
.zpm-icon-label {
  color: #333 !important;
}
.zpm-icon-label ~ * {
  padding-left: 36px;
}

#zpm_view_task_description {
  padding-left: 36px !important;
}

#zpm-task-created-by {
  padding-left: 20px;
}


.zpm-fancy-item {
  font-size: 13px !important;
}

.zpm-fancy-item a:not(:hover) {
  color: #333 !important;
}

.zpm-fancy-item .zpm-menu-icon {
  font-size: 21px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px !important;
}

#zpm-add-new-dropdown {
  min-width: 230px;
}

.zpm-template-icon .material-icons-outlined {
  font-size: 50px;
}

.zpm_button {
  font-weight: 900 !important;
}

.zpm-project-importer-exists {
  color: red;
  opacity: .8;
  font-size: 10px;
  margin-left: 10px;
  background: #f9f9f9;
  padding: 6px;
}

.zephyr-project-manager .mce-toolbar-grp.mce-inline-toolbar-grp,
.zephyr-frontend-manager-template .mce-toolbar-grp.mce-inline-toolbar-grp{
  z-index: 999999999 !important;
}

#qt_zpm_new_task_description_toolbar.quicktags-toolbar {
  display: flex;
  overflow-x: auto;
}

#zpm-task-preview-buttons {
  padding: 10px 20px;
  text-align: right;
}

#zpm-task-preview-buttons span {
  cursor: pointer;
}


#zpm-project-datatables_wrapper {
  background: #fff;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.01), 0 3px 6px rgba(0,0,0,0.14);
  border-radius: 3px;
}

#zpm-project-datatables {
  border: none !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.01), 0 3px 6px rgba(0,0,0,0.14);
}

#zpm-project-datatables * {
  border-color: #ddd;
}

#zpm-project-datatables_filter label {
  display: flex;
  align-items: center
}

#zpm-project-datatables_filter label * {
  flex: 1;
  vertical-align: middle;
  display: inline-block;
}

#zpm-project-datatables_filter input {
  padding: 10px;

}

#zpm-project-datatables_length {
  margin-top: 10px !important;
}
#zpm-project-datatables {
  font-size: 15px;
}
#zpm-project-datatables th {
  font-size: 15px;
}

#zpm-project-datatables_paginate {
  margin-top: 5px;
}

#zpm-project-datatables_info {
  margin-top: 7px;
}

[data-project-link] {
  cursor: pointer;
}

.zpm-delete-parent-div {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff0011;
  cursor: pointer;
  opacity: .8;
}

.zpm-basic-table__row.zpm-sub {
  padding-left: 18px;
}

.zpm-sort-item {
  border: 1px solid #ccc;
  width: max-content;
  padding: 5px 10px;
  margin-bottom: 3px;
  cursor: pointer;
}

#zpm-project-column-orders {
  margin-bottom: 10px;
}

.zpm_close_modal {
  color: #333 !important;
}

[name="zpm-settings__project-list-display-type"] {
  min-width: 150px;
}

#zpm-project-datatables td {
  position: relative;
  overflow: visible;
  z-index: 99999;
}

td .zpm_dropdown_menu {
  right: 0 !important;
  transform: translateY(-120%) !important;
}

td .zpm_project_grid_options {
  z-index: 99999;
}

#zpm-project-datatables{
  overflow: visible !important;
}

td .zpm_dropdown_menu.active {
  transition: none !important;
  animation: none !important;
}

#zpm-new-project__template-picker {
  max-height: 100vh;
  overflow-y: auto;
  margin: 0 !important;;
  padding: 50px !important;
  min-width: 100vw;
  box-sizing: border-box !important;
}

#zpm_file_manager__categories_change_chosen {
  width: 100% !important;
}

#zpm-file-info-modal h2,
#zpm-file-info-modal h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.zephyr-project-manager #wp-link-wrap,
.zephyr-project-manager #wp-link-backdrop,
.zephyr-frontend-manager-template #wp-link-wrap,
.zephyr-frontend-manager-template #wp-link-backdrop {
  z-index: 999999999 !important;
}

.zpm-project-datatable__description {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
  position: relative;
}

#zpm-project-task-list {
  margin: 0 !important;
}

#zpm-task-single__files .zpm-file-item {
 height: 250px;
}


#zpm-task-single__files .zpm-file-item .zpm-file,
#zpm-task-single__files .zpm-file-item .zpm-file * {
  height: 100%;
}

#zpm-task-single__files .zpm-file-item .zpm-file img {
  margin: 0 auto;
}

.zpm-material-checkbox input:checked:before  {
  display: none !important;
}


.zpm-member-list li {
  margin-left: 0;
}
.zpm-memeber-toggle input {
  display: none !important;
}

.zpm-grid,
#zpm-project-list{
  margin: 0;
}

#zpm_new_file_upload {
  width: 500px;
  min-height: 150px;
}

#zpm-file-manager__project-picker {
  text-align: left !important;
}

#zpm-file-manager__project-picker h3 {
  font-size: 18px;
}

.zpm-input-chosen + .chosen-container {
  width: 100% !important;
}


.zpm-datatable {
  font-size: 14px;
}

.zpm-datatable *
{
  border-width: 1px !important;
}

.zpm-datatable td,
.zpm-datatable th{
  border-bottom: none !important;
  border-right: none !important;
}
.zpm-datatable th {
  border-top: none !important;
}
.zpm-datatable thead {
  border: none !important;
}
.zpm-datatable tr td:first-of-type,
.zpm-datatable th:first-of-type{
  border-left: none !important;
}
.zpm-datatable td {
  padding-bottom: 3px !important;
  padding-top: 3px !important;
  line-height: 1;
}

.zpm-datatable tr {
  cursor: pointer;
  transition: background .12s ease-in-out;
}

.zpm-datatable tr:hover {
  background: #f5f5f5;
}

.zpm-list-type__datatables #zpm-navigation-bar,
.zpm-list-type__datatables .zpm-task-page-filters,
.zpm-list-type__datatables #zpm-task-list__options,
.zpm-list-type__datatables #zpm_task_option_container{
  display: none;
}

#zpm-task-datatables_wrapper {
  margin: 20px;
}

.zpm-datatable .task-completed td {
  background: #95e0cb;
  border-color: #7ebbaa;
}


.zpm-datatable .task-completed:hover td {
  background: #7fd0b9;
  border-color: #7ebbaa;
}


[id*="zpm"] .dataTables_length *,
[id*="zpm"] .dataTables_filter * {
  font-size: 13px !important;
}

[id*="zpm"] .dataTables_filter label {
  display: flex !important;
}

[id*="zpm"] .dataTables_filter label * {
  flex: 1;
}

[id*="zpm"] .dataTables_filter input {
  padding: 7px;
}



[id*="zpm"]  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
 border: 1px solid #ccc;
  background: #f5f5f5;
}


.zpm_datatables * {
  color: #333 !important;
  opacity: 1;
}

#zpm-project-datatables {
  border: 1px solid #eee !important;
}

.zpm-project-datatable__description {
  overflow: hidden;
}

.zpm-h2,
.zephyr-theme-default .zpm-h2 {
  font-size: 20px !important;
  font-weight: bold !important;
  letter-spacing: 0.15px;
  text-transform: none;
}

.zpm-h6 {
  font-size: 17px !important;
  font-weight: bold;
  letter-spacing: 0.15px;
  text-transform: none;
}

.zephyr-frontend-manager-template #site-header {
  display: none;
}

.zpm_task_list_row .zpm_task_description * {
  font-size: 12px !important;
  margin: 0 !important;
  color: #333 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  font-weight: normal !important;
}

.zpm_task_list_row .zpm_task_description img {
  display: none !important;
}

.zpm-close-modal-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 16px;
  cursor: pointer;
}
#zpm_create_task .zpm_modal_header{
  position: relative;
}
#zpm_calendar table {
  margin-top: 0px;
}
 #zpm-new-task__recurrence-select + .chosen-container .chosen-drop {
  bottom: 25px;
  top: auto !important;
}

#wp-zpm-edit-task-editor-wrap.tmce-active .quicktags-toolbar,
#wp-zpm_new_task_description-wrap.tmce-active .quicktags-toolbar {
  display: none;
}

#zpm_edit_task_description {
  resize: vertical;
}

.zpm_label,
.zpm_options_row label,
.zpm-form__label, .zpm-form__field:focus ~ .zpm-form__label{
  color: #333;
  font-weight: bold;
}

.zpm-form__label, .zpm-form__field:focus ~ .zpm-form__label,
#zpm_create_task .zpm_label{
  color: #333 !important;
  font-weight: bold;
  font-size: 13px !important;
}

.zpm_comment_attachments li{
  list-style: none;
}

.zpm_task_list_row {
  height: auto !important;
}

.zpm_task_description {
  line-height: 23px;
  height: 100%;
}


.zpm-project-tags{
  display: flex;
  margin-top: 5px;
}

.zpm-project-tag,
.zephyr-frontend-manager-template .zpm-project-tag {
  text-decoration: none;
  color: #fff !important;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
}

.zpm-project-tag:hover,
.zpm-project-tag:focus,
.zpm-project-tag:active {
  border: none;
  color: #fff !important;
}

#wp-zpm-edit-task-editor-wrap {
  z-index: 0;
}

#zpm-project-datatables td {
  border-bottom: 1px solid #eee !important;
  padding: 10px !important;
}

.zpm-hidden,
#zpm_task_editor.zpm_body .zpm-hidden {
  display: none;
}

.zpm-task-item-name,
.zpm_task_description{
  height: 100%;
  display: inline-block;
}

.zephyr-project-manager .wp-picker-holder {
  bottom: 56px !important;
}

.zephyr-project-manager .ui-widget-header .ui-icon.ui-icon-circle-triangle-e,
.zephyr-project-manager .ui-widget-header .ui-icon.ui-icon-circle-triangle-w,
.zephyr-frontend-manager-template .ui-widget-header .ui-icon.ui-icon-circle-triangle-e,
.zephyr-frontend-manager-template .ui-widget-header .ui-icon.ui-icon-circle-triangle-w{
  background-image: none !important;
  overflow: visible !important;
}

.zephyr-project-manager .ui-datepicker-next .ui-icon:hover,
.zephyr-project-manager .ui-datepicker-prev .ui-icon:hover,
.zephyr-frontend-manager-template .ui-datepicker-next .ui-icon:hover,
.zephyr-frontend-manager-template .ui-datepicker-prev .ui-icon:hover{
  transform: none !important;
}

.zephyr-project-manager .ui-datepicker-next,
.zephyr-frontend-manager-template .ui-datepicker-next{
  right: 3px !important;
  top: 0px !important;
}

.zephyr-project-manager .ui-datepicker-prev,
.zephyr-frontend-manager-template .ui-datepicker-prev {
  left: 13px !important;
  top: 0px !important;
}


.zephyr-project-manager .ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after,
.zephyr-frontend-manager-template .ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  display: block;
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  text-indent: 0;
  line-height: 0px;
  overflow: visible;
}

.zephyr-project-manager .ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after,
.zephyr-frontend-manager-template .ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  display: block;
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  text-indent: 0;
  line-height: 0px;
  overflow: visible;
}

.zpm-modal__extra-information-bottom {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.zpm-toggle-visibility {
  display: none;
}

.zpm-toggle-visibility.zpm-toggle-active {
  display: block;
}

.zpm-layout__sidebar_left {
  display: flex;
}

.zpm-layout-sidebar {
  flex-basis: 25%;
  border-right: 1px solid #ddd;
}

.zpm-layout-content {
  flex-basis: 75%;
}

.zpm-layout-sidebar__header,
.zpm-layout-content__header,
.zpm-layout-content__body,
.zpm-layout-content__footer{
  padding: 10px;
}

.zpm-layout-content__title {
  font-size: 20px;
  margin: 0;
}

.zpm-input-border {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 7px 10px;
  font-size: 13px;
}

.zpm-search-widget__input{
  width: 100%;
}

.zpm-search-widget {
  position: relative;
}

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

.zpm-project-sidebar__item {
  cursor: pointer;
  transition: all .2s ease-in-out;
  max-width: 100%;
}

.zpm-project-sidebar__item:hover {
  background: rgba(0,0,0,0.04);
}

.zpm-project-sidebar-item__name {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 10px 0px 10px;
}

.zpm-project-sidebar-item__description {
  font-size: 11px;
  padding: 10px;
}

.zpm-project-sidebar-item__description {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 28px;
  line-height: 17px;
}

.zpm-spinner__loading {
 animation-name: zpmSpinAnim;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 50% 0%;
}

#zpm-communication-project-loader {
  margin: 50px auto !important;
  top: 20px !important;
  background: transparent !important;
  height: 40px !important;
}

#zpm-communication__content {
  position: relative;
}

@keyframes zpmSpinAnim {
    from {
        transform:rotate(0deg) translateY(-50%);
    }
    to {
        transform:rotate(360deg) translateY(-50%);
    }
}

.zpm-material-card-colored a,
.zephyr-frontend-manager-template .zpm-material-card-colored a {
  color: #fff !important;
  margin-right: 5px;
}

.zpm-unread-count {
  background: red;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.zpm-menu-item {
  position: relative;
}

.zpm_task_list_row   .zpm-unread-count {
  left: 4px;
  top: 10px;
}


.zpm-task-assignees__tooltip {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: max-content;
  right: 0px;
  top: 0px;

  border-radius: 6px;
  display: none;
  animation: .2s zpmFadeSlideBottom forwards;
}

.zpm-task_assignees {
  cursor: pointer;
  position: relative;
}

.zpm-task_assignees:hover .zpm-task-assignees__tooltip {
  display: block;
}

[data-more-assignees-title]:after {
  content: attr(data-more-assignees-title);
  position: absolute;
  right: 8px;
  display: block;
}

[data-more-assignees-title] {
   margin-right: 30px !important;
}

@keyframes zpmFadeSlideBottom {
    from {
        transform:translateY(-50%);
      opacity: 0;
    }
    to {
        transform:translateY(-100%);
      opacity: 1;
    }
}

.fc-day-grid-event.task img {
  max-width: 100%;
  height: auto !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.zpm-calendar-item__desc{
  margin-bottom: 10px;
}

.zpm-calendar-event div {
  margin-bottom: 5px;
  margin-top: 5px;
}

#zpm-new-event__modal {
  padding: 20px;
  min-height: unset;
}

.zpm-form__field[type="color"] {
  border: none !important;
  padding: 0px !important;
}

#zpm-new-event__color {
  margin-bottom: 60px;
}

#zpm-view-event__modal h3 {
  margin-top: 0px;
}

.zpm-event-view__field label {
  font-weight: bold;
}

.zpm-event-view__field div {
  margin-bottom: 10px;
}

#zpm-new-event__modal {
  overflow: auto;
}

.zpm_file_item_container {
  min-width: 200px !important;
}


#zpm-file-lightbox {
  width: 90%;
  height: 90%;
  max-height: 100%;
  max-width: 100%;
  min-height: unset;
  min-width: unset;
  padding: 0px; !important;
  overflow: hidden;
}

#zpm-file-lightbox iframe {
  width: 100%;
  height: 100%;
}


#zpm-file-lightbox-image {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}

#zpm-file-lightbox.is-image{
  width: auto;
  height: auto;
  line-height: 0;
}
