:root {
	--zpm-label-color: #646464;
	--zpm-purple: #6d43e3;
	--zpm-red: #ea3849;
	--zpm-background-color: #ECEEFA;
	--zpm-body-font-size: var(--zpm-font-size-regular);
	--zpm-subtitle-font-size: var(--zpm-font-size-title);
}

body.zephyr-frontend-manager-template {
	font-size: var(--zpm-body-font-size);
}

/*
body.zephyr-frontend-manager-template .lnr {
  font-family: Linearicons-Free !important;
} */

.zpm-frontend-container a {
	text-decoration: none !important;
}

.zpm-frontend-container a:hover,
.zpm-frontend-container a:focus,
.zpm-frontend-container a:active {
	text-decoration: none !important;
}

.zpm-frontend-container a.zpm_button {
	color: #fff !important;
}

.zephyr-frontend-manager-template input[type="text"],
.zephyr-frontend-manager-template input[type="number"],
.zephyr-frontend-manager-template input[type="email"],
.zephyr-frontend-manager-template input[type="tel"],
.zephyr-frontend-manager-template input[type="url"],
.zephyr-frontend-manager-template input[type="password"],
.zephyr-frontend-manager-template input[type="search"],
.zephyr-frontend-manager-template textarea,
.zephyr-frontend-manager-template .input-text,
.zephyr-frontend-manager-template input[type="text"]:focus,
.zephyr-frontend-manager-template input[type="number"]:focus,
.zephyr-frontend-manager-template input[type="email"]:focus,
.zephyr-frontend-manager-template input[type="tel"]:focus,
.zephyr-frontend-manager-template input[type="url"]:focus,
.zephyr-frontend-manager-template input[type="password"]:focus,
.zephyr-frontend-manager-template input[type="search"]:focus,
.zephyr-frontend-manager-template textarea:focus,
.zephyr-frontend-manager-template .input-text:focus {
	background: none;
	box-shadow: none;
}

.zpm-frontend-container a.zpm_button {
	padding: 16px 10px !important;
	border: none !important;
	line-height: 0px !important;
	font-size: var(--zpm-font-size-regular) !important;
	font-weight: normal !important;
}

body.zephyr-frontend-manager-template select {
	background: none !important;
}

body.zephyr-frontend-manager-template {
	font-family: 'Roboto' !important;
}

body.zephyr-frontend-manager-template {
	overflow-y: hidden !important;
}

.zephyr-frontend-manager-template #back-to-top {
	display: none !important;
}


#zpm_front_project_page {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 99999;
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	height: 100%;
	width: 100%;
}

#zpm_front_project_background {
	background: #fff;
	width: 100%;
	height: 100%;
}

#zpm-sidebar-thin {
	display: inline-block;
	height: 100%;
	width: 60px;
}

.zpm-sidebar-thin-icon {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 30px;
	font-size: var(--zpm-font-size-title-large);
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	background: none !important;
}

.zpm-sidebar-thin-icon:hover {
	background: rgba(0, 0, 0, 0.04) !important;
}

#zpm-sidebar-avatar {
	position: absolute;
	bottom: 10px;
	left: 5px;
	width: 50px;
	height: 50px;
}

#zpm-sidebar-avatar-image {
	border-radius: 50%;
}

#zpm-sidebar-main {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	background-color: #f3f3f3;
	width: 190px;
	padding: 20px;
}

#zpm-sidebar-thin,
#zpm-sidebar-main {
	margin: 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	user-select: none;
	border: none;
	border-spacing: 0;
}

#zpm-sidebar-content {
	list-style: none;
	padding: 0;
	margin: 0;
}

#zpm-frontend-plain #zpm-sidebar-content {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	overflow: visible;
}

.zpm-menu-item {
	padding: 5px 10px;
	border-radius: 2px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.7);
	font-size: var(--zpm-font-size-regular);
	margin-bottom: 5px;
}

.zpm-menu-item:hover {
	background: #e8e8e8;
}

.zpm-menu-icon {
	margin-right: 15px;
	font-size: var(--zpm-subtitle-font-size);
	font-weight: bold;
}

#zpm-content {
	box-sizing: border-box;
	display: inline-block;
	padding: 50px 60px;
	width: auto;
	flex: 1;
}

.zpm-subtitle {
	font-size: var(--zpm-font-size-title);
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#zpm-project-list,
#zpm-task-list {
	font-size: var(--zpm-font-size-medium);
	list-style: none;
}

#zpm-user-name {
	display: inline-block;
	padding: 4px;
	margin-bottom: 10px;
}

.zpm-task-item,
.zpm-project-item {
	padding: 5px 0 !important;
	cursor: pointer;
}

.zpm-task-due {
	color: #ccc;
}

.zpm-task-description {
	color: #ccc;
}

/* Modal Styles */
#zpm-modal-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 999999;
}

.zpm-modal {
	display: block;
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 600px;
	max-height: 90%;
	border-radius: 2px;
	overflow: auto;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: all .2s ease;
}

.zpm-modal-title {
	font-size: var(--zpm-font-size-title);
}

.zpm-modal.active {
	opacity: 1;
	pointer-events: all;
}

.zpm-close-modal {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
	color: #aaa;
}

#zpm-create-new-modal {
	height: max-content;
	max-width: 250px;
	padding: 15px;
}

#zpm-content {
	max-height: 100vh;
	overflow-y: auto;
}

#zpm-create-new-list {
	list-style: none;
	margin: none;
	padding: none;
}

#zpm-sidebar-thin {
	padding-top: 10px;
}

.zpm-create-new-item {
	border-radius: 2px;
	cursor: pointer;
	padding: 5px 10px;
}

.zpm-create-new-item .zpm-menu-icon {
	display: inline-block;
	margin-right: 10px;
}

.zpm-create-new-item:hover {
	background: #efefef;
}

.zpm-page-title {
	padding-top: 0;
}

#zpm-add-new-btn {
	padding: 0;
	color: #fff;
	border: none;
	text-align: center;
	border-radius: 50%;
	width: 50px;
	line-height: 20px;
	height: 50px;
	font-size: 20px;
	cursor: pointer;
	transition: all .2s ease;
	position: absolute;
	right: 20px;
	bottom: 0;
	transform: translateY(50%);
	user-select: none;
	outline: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.06);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	z-index: 999999;
	position: fixed;
	bottom: 15px;
	right: 15px;
	transform: translate(0);
}

#zpm-add-new-btn img {
	transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
	transform: rotate(0deg);
}

#zpm-add-new-btn.active img {
	transform: rotate(-135deg);
}

#zpm-add-new-btn:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05), 0 4px 7px rgba(0, 0, 0, 0.05);
}

#zpm-add-new-dropdown {
	margin-bottom: 0;
	z-index: 999999 !important;
}

#zpm-sidebar-main {
	margin-left: -4px;
}

#zpm-sidebar-avatar-image {
	width: 30px;
	height: 30px;
}

.zpm-sidebar-thin-icon {
	text-align: center;
	line-height: 30px !important;
}

#zpm-task-list,
#zpm-project-list {
	padding: 0;
}

#zpm_modal_background {
	pointer-events: none;
	z-index: -10;
	opacity: 0;
}

#zpm_modal_background.active {
	z-index: 9999999999;
	background: #333;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: .2;
	pointer-events: all;
}

.zpm-fancy-dropdown {
	background: #fff;
	display: block;
	position: absolute;
	padding-top: 27px;
	padding-bottom: 27px;
	opacity: 0;
	pointer-events: none;
	filter: alpha(opacity=100);
	box-shadow: 0 0 10px rgba(76, 86, 103, .25), 0 20px 18px rgba(31, 37, 50, .04);
	width: max-content;
	padding: 20px 35px;
	border-radius: 2px;
	z-index: 999;
	right: 15px;
	bottom: 60px;
	list-style: none;
}

.zpm-fancy-dropdown.active {
	animation: .4s zpm-fade-in ease forwards;
	pointer-events: all;
	-webkit-box-shadow: 0 0 10px rgba(76, 86, 103, .25), 0 20px 18px rgba(31, 37, 50, .04);
	box-shadow: 0 0 10px rgba(76, 86, 103, .25), 0 20px 18px rgba(31, 37, 50, .04);
}

.zpm-fancy-item,
.zpm-fancy-item a {
	padding: 7px;
	color: #333;
	margin: 0;
	cursor: pointer;
	transition: color .2s ease-in-out;
	text-decoration: none;
}

.zpm-fancy-item a {
	padding: 0;
}

.zpm-fancy-item a:active,
.zpm-fancy-item a:focus {
	outline: none;
	box-shadow: none;
}

.zpm-fancy-divider {
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	width: 150px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.zpm-modal-option-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: cover;
	cursor: pointer;
}

.zpm-modal-options {
	position: absolute;
	right: 10px;
	top: 10px;
}

.zpm-modal {
	max-height: max-content;
	overflow: auto;
}

.zpm-modal h2 {
	color: #cfcfcf;
	font-size: var(--zpm-subtitle-font-size);
}

.zpm-card-header {
	color: #fff !important;
}

#zpm_project_modal {
	padding: 15px;
	text-align: center;
	border-radius: 6px;
}

.zpm_button,
.zpm-primary-button {
	border: none;
	border-radius: 2px;
	padding: 5px 7px;
	color: #fff;
	cursor: pointer;
	font-size: var(--zpm-font-size-regular);
}

.zpm_close_modal {
	position: absolute;
	top: 20px;
	color: #cfcfcf;
	right: 25px;
	font-size: var(--zpm-font-size-title-large);
	cursor: pointer;
}

.zpm_modal_item {
	display: inline-block;
	width: 50%;
	max-width: max-content;
	vertical-align: top;
}

.zpm_modal_item .title {
	font-size: var(--zpm-subtitle-font-size);
	margin-top: 15px;
}

.zpm_modal_item .description {
	font-size: var(--zpm-font-size-regular);
	color: #aaa;
}

.zpm_col_container {
	margin: 30px 0;
}

.zpm_modal_item img {
	display: none;
}

.zpm_modal_item img.zpm_selected_image {
	display: inline-block;
}

.zpm_project_name_input {
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
	min-width: 50%;
}

.zpm_validation_error {
	display: block;
	font-size: var(--zpm-font-size-medium);
	margin-top: 5px;
	color: red;
}

.zpm-action-buttons {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 40px;
}

.zpm-action-button {
	background: var(--zpm-secondary-color);
	color: var(--zpm-primary-color);
	border-radius: 50%;
	padding: 10px;
	cursor: pointer;
	display: inline-block;
}

.zpm-action-button.selected:hover {
	color: var(--zpm-primary-color) !important;
}

.zpm-task-completed {
	text-decoration: line-through;
	color: #aaa;
}

.zpm-task-complete {
	margin-right: 10px;
}

.zpm-task-assignee {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-size: cover;
	vertical-align: middle;
}

.zpm-task-project {
	display: inline-block;
	vertical-align: middle;
	background: #f4f4f4;
	padding: 5px;
	border-radius: 2px;
}

.zpm-task-details-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.zpm-task-item {
	position: relative;
	padding: 13px 0;
	border-bottom: 1px solid #f4f4f4;
}

.zpm-subtitle {
	margin-bottom: 0;
}

.zpm-navigation-list {
	list-style: none;
	padding: 0;
}

.zpm-navigation-item {
	display: inline-block;
	padding: 5px;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}

.zpm-navigation-item:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 0;
	left: 50%;
	bottom: 0;
	margin: 0 auto;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm-navigation-item:hover:after,
.zpm-navigation-item.current-item:after {
	width: 100%;
	left: 0;
}

.zpm-tab {
	display: none;
}

.zpm-tab.current-tab {
	display: block;
}

#zpm-frontend-logo {
	width: 100%;
	border-radius: 50%;
}


/* Calender */
#zpm_calendar a,
#zpm_calendar a:hover,
#zpm_calendar a:active,
#zpm_calendar a:focus,
#zpm_calendar a:visited {
	color: #fff !important;
}

#zpm_calendar .fc-button {
	box-shadow: none !important;
	border-radius: 1px solid #fff !important;
	color: #fff !important;
	transition: all .15s ease !important;
}

#zpm_calendar .fc-button:active,
.fc-button:focus {
	outline: none !important;
}

#zpm_calendar .fc-button-group {
	border: none !important;
}

#zpm_calendar .fc-event-container {
	padding: 2px !important;
}

#zpm_calendar .fc-today {
	background: #f7f7f7 !important;
	border-color: #ddd !important;
}

#zpm_calendar .fc-day-grid-event {
	border: none !important;
	padding: 4px 7px !important;
	transition: all .15s ease !important;
	cursor: pointer;
}

#zpm_calendar .fc-month-view .fc-widget-content {
	padding: 0 !important;
}

#zpm_calendar .fc-agendaWeek-view .fc-widget-content {
	padding: 0 7px !important;
}

#zpm_calendar .fc-head-container {
	padding: 0 !important;
}

#zpm_calendar .fc-month-view .fc-head-container th {
	padding: 7px !important;
}

#zpm_calendar .fc-agendaWeek-view .fc-head-container th {
	padding: 7px 10px !important;
}

#zpm_calendar .fc-day-grid-event.completed {
	background-color: #0bda71 !important;
	transition: all .15s ease !important;
}

#zpm_calendar .fc-day-grid-event.completed:hover {
	background-color: #43E392 !important;
}

.zpm_task_details {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.zpm_task_list_row {
	width: 100%;
	position: relative;
	padding: 5px 0;
}

.zpm_task_list {
	width: 100%;
}

.zpm_main_checkbox path {
	stroke: #ddd;
}

.zpm_checkbox_label {
	user-select: none;
	cursor: pointer;
	margin-bottom: 0;
	vertical-align: middle;
}

.zpm_checkbox_label input:checked + .zpm_main_checkbox svg polyline {
	stroke-dashoffset: 0;
}

.zpm_checkbox_label svg path {
	stroke-dashoffset: 0;
}

.zpm_checkbox_label:hover .zpm_main_checkbox svg path {
	stroke-dashoffset: 0;
}

.zpm_checkbox_label .zpm_main_checkbox {
	position: relative;
	top: 2px;
	float: left;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
}

.zpm_checkbox_label .zpm_main_checkbox svg {
	position: absolute;
	top: -2px;
	left: -2px;
}

.zpm_checkbox_label .zpm_main_checkbox svg path {
	fill: none;
	stroke: #eee;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 71px;
	stroke-dashoffset: 0;
	transition: all 0.6s ease;
}

.zpm_checkbox_label .zpm_main_checkbox svg polyline {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 18px;
	stroke-dashoffset: 18px;
	transition: all 0.3s ease;
}

.zpm_checkbox_label > span {
	pointer-events: none;
	vertical-align: middle;
}

.invisible {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	opacity: 0;
}

div.zpm_main_checkbox {
	border: none;
}

#add-new-project-task {
	position: absolute;
	top: 0;
	right: 0;
}

.zpm-tab {
	position: relative;
}

#zpm-project-single .zpm_task_project {
	display: none;
}

.zpm_task_description {
	color: #aaa;
}

.zpm_task_list_row {
	border-bottom: 1px solid #eee;
	padding: 7px 0;
}

.zpm_task_complete .task_name,
.zpm_task_complete .zpm_task_description {
	text-decoration: line-through;
}

.zpm_chat_box {
}

.zpm_editor_toolbar {
	position: absolute;
	bottom: 0;
	right: 10px;
}

#zpm_text_editor_wrap {
	min-height: 150px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	position: relative;
}

#zpm_chat_message {
	height: 150px;
	outline: none;
}

.zpm_comment {
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 10px 0;
}

.zpm_comment_user_avatar {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-size: cover;
	vertical-align: middle;
	margin-right: 7px;
}

.zpm_comment_time_diff {
	color: #999;
	position: absolute;
	right: 0;
	top: 10px;
}

.zpm_comment_attachments {
	list-style: none;
	padding-left: 5px;
	font-size: var(--zpm-font-size-regular);
}

.zpm_comment_attachments p {
	margin-bottom: 5px;
}

.zpm_comment_content {
	margin-top: 10px;
}

.zpm_delete_comment {
	position: absolute;
	display: none;
}

.zpm-action-buttons {
	z-index: 999999;
}

#zpm-task-complete-action {
	display: none;
}

.zpm-action-button {
	transition: background .13s ease-in-out, color .13s ease-in-out;
}

#zpm-complete-task {
	margin: 0;
}

#zpm-complete-task.zpm-task-complete {
	color: #fff;
}

#zpm-task-options-dropdown,
#zpm-project-options-dropdown {
	top: 50px;
	right: 0px;
	height: max-content;
}

.zpm-fancy-divider-top {
	border-top: 1px solid #eee;
	box-sizing: border-box;
	width: 150px;
	padding-top: 10px;
	margin-top: 10px;
}

#zpm-delete-task,
#zpm-delete-project {
	color: #f96c6c;
}

.zpm-task-item {
	padding: 10px 0 !important;
}

#zpm-task-list a {
	color: #333 !important;
}

/* System Notifications */
#zpm_system_notification {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999999;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	animation: slide_in .3s forwards;
}

#zpm_system_notification {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	cursor: pointer;
}

#zpm_system_notification.zpm_hide_notification {
	animation: .7s zpm_hide_notice forwards;
}

.zpm-tab-title {
	font-size: var(--zpm-font-size-title);
	font-weight: 500;
}

.zpm-action-button.selected {
	color: #fff;
}

#zpm-subtask-list {
	padding: 0;
	list-style: none;
}

.zpm_subtask_is_done {
	margin-right: 10px;
}

.zpm_delete_subtask {
	color: #f96c6c;
	cursor: pointer;
}

#zpm_create_task {
	padding: 15px;
	max-width: 460px;
}

#zpm_create_task textarea,
#zpm_create_task select {
	width: 100%;
	display: block;
}

.zpm_task_assignee {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: cover;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px;
}

.zpm_task_due_date {
	color: #aaa;
}

.zpm_task_project {
	background: #f4f4f4;
	padding: 5px 7px;
	border-radius: 2px;
	color: #777;
}

.zpm_task_list_data {
	cursor: pointer;
}

.zpm_update_subtask {
	display: none;
	margin-left: 15px;
	cursor: pointer;
}

.zpm_update_subtask.active {
	display: inline-block;
}

.zpm_subtask_name {
	transition: all .12s ease-in-out;
	outline: none;
}

.zpm_subtask_name[contenteditable] {
	border: 1px solid #ccc;
	padding: 7px 10px;
	outline: none;
}

.zpm-modal {
	padding: 25px;
}

#zpm-new-subtask-name {
	width: 100%;
	margin-bottom: 10px;
}

.zpm_project_name_input:active,
.zpm_project_name_input:focus {
	border-bottom: 1px solid blue;
}

#zpm-project-task-list {
	padding: 0;
}

#zpm_project_progress_chart {
	width: 100% !important;
}

.zpm_report_task_stats {
	text-align: center;
	margin-top: 20px;
}

.zpm_report_stat {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	font-size: 25px;
}

.zpm_report_stat .zpm_label {
	display: block;
	color: var(--zpm-label-color);
	font-size: var(--zpm-font-size-title);
}

#zpm_project_status_colors {
	margin-left: 10px;
	margin-top: 10px;
}

.zpm_project_status {
	display: inline-block;
	border: 1px solid #eee;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.zpm_status_on_track {
	border-color: #00bf9c;
}

.zpm_status_on_track:hover,
.zpm_status_on_track.active {
	background-color: #00bf9c;
}

.zpm_status_pending {
	border-color: #fcbd01;
}

.zpm_status_pending:hover,
.zpm_status_pending.active {
	background-color: #fcbd01;
}

.zpm_status_overdue {
	border-color: #ed4758;
}

.zpm_status_overdue:hover,
.zpm_status_overdue.active {
	background-color: #ed4758;
}

#zpm_project_overview_section {
	border: 1px solid #eee;
	padding-bottom: 13px;
	margin-bottom: 20px;
}

#zpm_project_status {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	height: 50px;
	cursor: text;
	padding: 10px;
	outline: none;
	min-height: 100px;
}

#zpm_project_status_footer {
	text-align: right;
	padding-right: 15px;
}

.zpm_floating_notification {
	border-radius: 3px;
	transition: all .2s ease;
	background: #fff;
	display: block;
	position: relative;
	width: 100%;
	color: #333;
	padding: 15px;
	margin-bottom: 15px !important;
	margin-left: 20px;
	padding-bottom: 65px;
	-webkit-box-shadow: 0 0 10px rgba(76, 86, 103, .25), 0 20px 18px rgba(31, 37, 50, .04);
	box-shadow: 0 0 10px rgba(76, 86, 103, .25), 0 20px 18px rgba(31, 37, 50, .04);
	animation: .6s floating_notification_slide_in forwards;
}

.zpm_floating_notification.dismissed {
	animation: .6s floating_notification_slide_out forwards;
	display: none;
}

.zpm_floating_notification_button {
	position: absolute;
	right: 15px;
	bottom: 10px;
	display: block;
	margin: 7px 0;
	border: none;
	background: none;
	color: #fff;
	border-radius: 2px;
	padding: 5px 7px;
	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);
	cursor: pointer;
}

.zpm_floating_notification_button:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.10);
}

#zpm_notifcation_holder {
	position: fixed;
	bottom: 0px;
	left: 10px;
	z-index: 999999;
	height: max-content;
}

.zpm-dashboard-project {
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	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-dashboard-project:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07), 0 6px 6px rgba(0, 0, 0, 0.07);
}

.zpm-dashboard-project-container {
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	padding: 5px;
}

.zpm-dashboard-project-chart {
	width: 100%;
}

.zpm-dashboard-project .zpm-project-title {
	color: #777;
	font-size: var(--zpm-font-size-title);
	margin-bottom: 15px;
	padding-left: 5px;
}

.chartjs-size-monitor {
	width: 100%;
}

.zpm-remove-project {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #ccc;
	cursor: pointer;
}

#zpm-restricted-page-text {
	text-align: center;
}

.zpm_button a,
.zpm_button a:hover {
	color: #fff !important;
}

#zpm-restricted-access {
	max-width: 50%;
	margin: 50px auto;
	border: 1px solid #eee;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07), 0 6px 6px rgba(0, 0, 0, 0.07);
	padding: 25px;
}

.zpm-home-page-link {
	margin-right: 15px;
}

#zpm_front_project_page.zpm-access-restricted {
	background: linear-gradient(45deg, #4169e1 0%, #3b7cdd 100%);
}

.zpm-restricted-header {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: var(--zpm-font-size-title-large);
}

.zpm-restricted-header,
.zpm-restricted-text {
	font-size: var(--zpm-font-size-title-large);
	text-align: left;
}

.zpm-restricted-text {
	font-size: var(--zpm-font-size-title);
	margin-top: 10px;
	font-size: var(--zpm-font-size-regular);
}

#zpm-restricted-access {
	background: #fff;
	margin: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px;
}

.zpm-restricted-text {
	margin-bottom: 20px;
}

#zpm_create_task {
	overflow-y: auto;
	max-height: 99%;
}

.zpm_options_container {
	display: flex;
}

.zpm_options_col {
	flex: 1;
}

.zpm_options_col input {
	width: 98%;
}

#zpm_chat_message {
	padding: 10px;
}

#zpm_new_task_description {
	padding: 5px 7px;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
}

#zpm-task-overview label {
	display: block;
	font-size: var(--zpm-subtitle-font-size);
	color: #777;
}

.zpm-task-overview {
	display: none;
}

.zpm-task-overview.selected {
	display: block;
}

#zpm-sidebar-main {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#zpm-task-overview-view .zpm_task_custom_field {
	border: none;
	padding: 0;
	margin: 0;
}

#zpm-task-overview-view select.zpm_task_custom_field {
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.zpm-project-overview.selected {
	display: block;
}

.zpm-project-overview {
	/* display: none; */
}

#zpm-project-edit .zpm_label {
	display: block;
}

.zpm_project_edit_categories {
	display: none;
}

.zpm_checkbox_label {
	display: inline;
}

.zpm_category_item {
	margin-bottom: 5px;
}

#zpm-search-results-modal {
	padding: 0 !important;
	transition: all .2s ease-in-out !important;
	max-height: 90% !important;
}

#zpm-search-input {
	width: 100%;
	border: none;
	padding: 10px 15px;
	background: #f9f9f9;
}

#zpm-search-results {
	transition: all .2s ease-in-out;
	padding: 15px 25px;
	overflow: auto;
	max-height: calc(100% - 55px);
}

#zpm-search-input-container {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 5px 10px rgba(0, 0, 0, 0.03);
	margin-bottom: 10px;
	background: #eee;
}

#zpm-search-results ul {
	padding: 0;
	list-style: none;
}

#zpm-search-results h5 {
	font-weight: normal;
	font-size: var(--zpm-font-size-title-large);
}

#zpm-search-results li {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

#zpm-search-results li a {
	color: #333 !important;
}

.zpm-search-message {
	text-align: center;
	color: #999;
}

.zpm_button {
	transition: background .12s ease-in-out;
	padding: 7px 10px;
}

#zpm_copy_project_name {
	width: 100%;
	font-size: var(--zpm-font-size-title-large);
}

#zpm_copy_project_modal {
	max-width: 400px;
	padding-bottom: 30px;
}

#zpm_copy_project_modal .zpm_modal_content {
	font-size: var(--zpm-font-size-regular);
	margin-bottom: 50px !important;
}

.zpm_copy_project_options {
	list-style: none;
	padding: 0;
}

#zpm_copy_project_btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#zpm_copy_project_modal h5 {
	font-size: var(--zpm-font-size-title);
}

#zpm_task_edit_custom_fields select,
#zpm_task_edit_custom_fields input {
	color: #111;
}

#zpm_copy_task_name {
	width: 100%;
	font-size: var(--zpm-font-size-title-large);
}

#zpm_copy_task_modal {
	max-width: 400px;
	padding-bottom: 30px;
}

#zpm_copy_task_modal .zpm_modal_content {
	font-size: var(--zpm-subtitle-font-size);
}

.zpm_copy_task_options {
	list-style: none;
	padding: 0;
}

#zpm_copy_task_btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#zpm_copy_task_modal h5 {
	font-size: var(--zpm-font-size-title);
}

#zpm_convert_task_name {
	width: 100%;
	font-size: var(--zpm-font-size-title-large);
}

#zpm_convert_task_modal {
	max-width: 400px;
	padding-bottom: 30px;
}

#zpm_convert_task_modal .zpm_modal_content {
	font-size: var(--zpm-subtitle-font-size);
}

.zpm_convert_task_options {
	list-style: none;
	padding: 0;
}

#zpm_convert_task_btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#zpm_convert_task_modal h5 {
	font-size: var(--zpm-font-size-title);
}

#zpm-save-new-subtask {
	float: right;
}

.zpm_subtask_is_done {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 5px;
}

.zpm_delete_subtask {
	padding: 5px;
	transition: all .12s ease-in-out;
	border-radius: 50%;
	color: #999;
}

.zpm_delete_subtask:hover {
	background: #f4f4f4;
	color: red;
}

.zpm_task_list_row.zpm_task_complete .zpm_task_list_data {
	color: #aaa;
}

.zpm_subtask_item {
	position: relative;
	border-bottom: 1px solid #eee;
}

.zpm_subtask_item.zpm_task_complete {
	text-decoration: line-through;
	color: #ccc;
}

#zpm_custom_field_list {
	list-style: none;
	padding: 0;
}

.zpm_custom_field_option {
	padding: 5px 7px;
	cursor: pointer;
	border-radius: 3px;
	transition: all .12s ease-in-out;
	position: relative;
}

.zpm_custom_field_option:hover {
	padding: 5px 10px;
	cursor: pointer;
	background: var(--zpm-secondary-color);
}

#zpm_custom_field_select_modal {
	border-radius: 2px;
	width: max-content;
	min-width: 400px;
}

#zpm_custom_field_select_modal > label {
	padding-left: 7px;
	font-size: var(--zpm-font-size-title-large);
	font-weight: normal;
	color: #aaa;
}

.zpm_custom_field_option[data-zpm-cf-required="1"]:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#zpm_task_edit_custom_fields {
	margin-bottom: 10px;
}

#zpm-task-overview-edit input[type="text"],
#zpm-task-overview-edit textarea,
#zpm-task-overview-edit select {
	width: 100%;
}

/* Datepicker UI styles */
.zephyr-frontend-manager-template .ui-datepicker {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #eee;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.07);
	padding: 0;
}

.zephyr-frontend-manager-template .ui-datepicker .ui-widget-header {
	border-radius: 3px 3px 0 0;
	color: #fff;
	border: none;
}

.zephyr-frontend-manager-template .ui-datepicker-prev,
.zephyr-frontend-manager-template .ui-datepicker-next {
	cursor: pointer;
	display: none;
}

.zephyr-frontend-manager-template .ui-datepicker-prev:hover,
.zephyr-frontend-manager-template .ui-datepicker-next:hover {
	background-image: none;
	border: 1px solid transparent;
	background: transparent;
	font-weight: normal;
	cursor: pointer;
	transform: translateY(1px);
	font-size: var(--zpm-font-size-regular);
}

.zephyr-frontend-manager-template .ui-state-default {
	background: #fff !important;
	border: 1px solid #eee !important;
	color: #999 !important;
	border-radius: 2px !important;
	text-align: center !important;
}

.zpm_error_message {
	text-align: center;
}

.zephyr-theme-default #zpm-navigation-bar {
	margin-top: 20px;
}

.zpm-task-field p {
	margin: 0;
}

.zpm-task-field {
	margin-bottom: 15px;
}

.zephyr-frontend-manager-template .ui-state-default:hover {
	color: #fff !important;
}

.zephyr-frontend-manager-template .ui-state-highlight,
.zephyr-frontend-manager-template .ui-datepicker-current-day {
	color: #fff !important;
}

.zephyr-frontend-manager-template .ui-state-default:focus,
.zephyr-frontend-manager-template .ui-state-default:active {
	user-select: none !important;
	outline: none !important;
	box-shadow: none !important;
}

#myChart {
	width: 1000px;
	height: 1000px;
}

.zephyr-frontend-manager-template .ui-datepicker-header {
	background: #fff;
	color: #555;
	font-weight: normal;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

.zephyr-frontend-manager-template .ui-datepicker-calendar th span {
	font-weight: normal;
}

.zephyr-frontend-manager-template .ui-state-default {
	border: none;
}

.zephyr-frontend-manager-template .ui-datepicker-prev,
.zephyr-frontend-manager-template .ui-datepicker-next {
	display: block;
}

.zephyr-frontend-manager-template .ui-datepicker-prev:hover,
.zephyr-frontend-manager-template .ui-datepicker-next:hover {
	border: none;
	color: #333;
}

.zephyr-frontend-manager-template .ui-state-hover .ui-icon {
	background-image: none;
}

.zephyr-frontend-manager-template .ui-state-hover .ui-icon:hover {
	background-image: url(images/ui-icons_222222_256x240.png);
}

.zephyr-frontend-manager-template div#ui-datepicker-div {
	z-index: 999999 !important;
}

.zephyr-frontend-manager-template .ui-state-default {
	border: none !important;
}

.zephyr-frontend-manager-template .ui-datepicker-header {
	color: #fff !important;
}

.zephyr-frontend-manager-template #ui-datepicker-div {
	border: none;
}

.zephyr-frontend-manager-template .ui-datepicker {
	box-shadow: 0 0 10px rgba(76, 86, 103, .25), 0 20px 18px rgba(31, 37, 50, .04);
}

.zephyr-frontend-manager-template .ui-datepicker-calendar {
	padding: 10px;
}

#zpm-task-overview-edit .zpm-task-edit-field input,
#zpm-task-overview-edit textarea,
#zpm-task-overview-edit select {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 7px;
	transition: all .12s ease-in-out;
	font-size: var(--zpm-subtitle-font-size);
	margin-bottom: 10px;
	outline: none !important;
	min-width: 200px;
	width: 40%;
}

#zpm-task-overview-edit select {
	padding: 10px;
	height: 33px;
	max-width: 100%;
}

.zpm-comment-attachment {
	display: block;
	padding: 5px 7px;
	background: #f4f4f4;
	width: max-content;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 10px;
	transition: all .12s ease-in-out;
}

.zpm-comment-attachment:hover {
	background: #eee;
}

.zpm-remove-attachment {
	display: inline-block;
	margin-left: 10px;
}

.zpm-remove-attachment:hover {
	color: #12a7e2;
}

#zpm-chat-attachments {
	margin-top: 10px;
}

.zpm_comment_content {
	padding-left: 40px;
}

#zpm_create_task .zpm_modal_buttons {
	position: absolute;
	bottom: 10px;
	right: 10px;
	box-sizing: border-box;
}

#zpm_create_task {
	height: max-content;
	padding-bottom: 40px;
}

#zpm_custom_field_select_modal {
	box-shadow: 0 0 20px rgba(76, 86, 103, .25), 0 20px 18px rgba(31, 37, 50, .04);
}

.zpm_options_container .zpm_options_col:first-of-type {
	padding-right: 5px;
}


#zpm_create_task input[type="text"],
#zpm_create_task textarea {
	border: 1px solid #ccc;
	padding: 5px 7px;
	outline: none;
}

#zpm_create_task input::placeholder,
#zpm_create_task textarea::placeholder {
	color: #aaa;
}

#zpm_create_task input:hover,
#zpm_create_task input:focus,
#zpm_create_task textarea:hover,
#zpm_create_task textarea:focus {
	border-color: #999;
}

#zpm-project-edit input,
#zpm-project-edit textarea {
	border: 1px solid #ccc;
	padding: 5px 7px;
	outline: none;
	margin-bottom: 10px;
	width: 30%;
}

#zpm-project-edit input::placeholder,
#zpm-project-edit textarea::placeholder {
	color: #aaa;
}

#zpm-project-edit input:hover,
#zpm-project-edit input:focus,
#zpm-project-edit textarea:hover,
#zpm-project-edit textarea:focus {
	border-color: #999;
}

.zpm-no-description,
.zpm-no-categories {
	font-style: italic;
	color: #aaa;
}

.zpm-no-date {
	font-style: italic;
	color: #aaa;
	margin-bottom: 0;
}

#zpm_calendar h2 {
	font-size: 20px;
	margin-top: 10px;
}

#zpm_calendar {
	font-size: var(--zpm-subtitle-font-size);
}

.zpm-page-title {
	font-size: 27px;
}

.zpm-project-item {
	font-size: var(--zpm-subtitle-font-size);
	padding: 7px 0;
	border-bottom: 1px solid #eee;
	color: #333;
}


.zpm-project-item a {
	color: #333 !important;
}

#zpm-new-file-upload .zpm_modal_footer {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#zpm-new-file-upload {
	padding-bottom: 60px;
	min-width: 100px;
	width: max-content;
}

#zpm-new-file-upload label {
	display: block;
	color: #aaa;
}

#zpm-new-file-upload .zpm_modal_header {
	font-size: var(--zpm-font-size-title-large);
}

#zpm_file_upload_project {
	outline: none;
}

#zpm-add-new-dropdown {
	bottom: 80px !important;
	position: fixed !important;
}

#zpm_profile_settings input,
#zpm_profile_settings textarea {
	padding: 5px 7px;
	margin-bottom: 10px;
	max-width: 500px;
}

#zpm_profile_settings {
	position: relative;
}

.zpm_settings_profile_image {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	left: 0;
	pointer-events: none;
	cursor: pointer;
}

.zpm_settings_profile_background:hover {
	transform: scale(1.25);
}

.zpm_settings_profile_background {
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #eee;
	border-radius: 50%;
	cursor: pointer;
}

.zpm_settings_notification {
	display: inline-block;
	width: 20%;
}

button#zpm_profile_settings {
	display: block;
	margin-top: 20px;
}

.zpm-project-item {
	position: relative;
	padding: 10px 0 !important;
}

.zpm-project-item .zpm-project-list-details {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #bbb;
}

#zpm-frontend-brand a {
	color: #fff !important;
}

#zpm-frontend-brand a:hover {
	color: #f4f4f4 !important;
}

#zpm_kanban_container {
	display: flex;
	max-width: 100%;
	overflow: hidden;
	overflow-x: auto;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
	display: block !important;
	overflow: auto;
	white-space: nowrap;
	padding: 10px;
	/* max-height: calc(100vh - 10px) !important; */
	/* height: calc(100vh - 160px) !important; */
}

#zpm_kanban_container > div {
	box-sizing: border-box;
	flex: 1;
	height: 100%;
	padding: 5px;
}

.gu-mirror {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.04);
	transform: scale(1.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	opacity: 1;
}

.zpm_kanban_item {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	margin-bottom: 3px;
	padding: 5px 10px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm_kanban_title {
	min-height: 30px;
	white-space: pre-wrap;
}

.zpm_kanban_title::-webkit-input-placeholder {
	color: #fff;
}

.zpm_kanban_item {
	padding: 20px;
	text-align: left;
	margin-bottom: 10px;
}

.zpm_kanban_item:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 5px 10px rgba(0, 0, 0, 0.03);
}

.zpm_kanban_row {
	/*   max-width: 33.33%;
    min-width: 33.33%;*/
	text-align: left;
}

#zpm_container.zpm_kanban {
	margin: 0;
	width: 100%;
	/* height: calc(100vh - 85px); */
}

.zpm_kanban_heading {
	background: none;
	border: none;
	border-top: 2px solid #ddd;
	width: 100%;
	transition: all .12s ease-in-out;
	margin-bottom: 10px;
	padding: 10px 15px;
}

.zpm_kanban_heading:active,
.zpm_kanban_heading:focus,
.zpm_kanban_heading:hover {
	outline: none;
}

#zpm_add_kanban_column {
	max-width: 45px;
	margin-left: 10px;
}

.zpm_kanban_row {
	padding-bottom: 20px !important;
	position: relative;
}

.zpm-kanban-add-task span {
	margin-right: 5px;
}

.zpm-kanban-due {
	font-size: var(--zpm-font-size-medium-small);
	position: absolute;
	top: 15px;
	right: 15px;
	color: #8ce0ca;
	padding-right: 80px;
}

.zpm_kanban_item {
	position: relative;
	padding: 15px;
}

.zpm-kanban-add-task {
	padding-top: 10px;
	width: 100%;
}

#zpm_project_view_tasks_kanban {
	padding: 0;
	margin-top: -20px;
}

.zpm_kanban {
	max-height: 490px;
}

div.zpm_kanban_item {
	box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.01), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	overflow: visible;
}

.zpm_kanban_container {
	padding: 10px;
	padding-bottom: 30px;
	border-bottom: 0;
	overflow-y: visible;
	border-right: 1px solid #eee;
	padding-top: 20px;
}

.zpm_button {
	border-radius: 2px !important;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.01), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
}

.zpm_button:hover,
.zpm_button:focus,
.zpm_button:active {
	box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.01), 0 1px 6px rgba(0, 0, 0, 0.07);
}

#zpm-sidebar-main.zpm_sidebar_hidden {
	max-width: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.zpm_kanban_item {
	cursor: pointer;
}

.zpm_kanban_item.complete {
	color: #fff;
}

.zpm-kanban-task-assignee {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	background-size: cover;
}

.zpm-kanban-complete-task-label {
	font-size: var(--zpm-font-size-title-large);
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin-bottom: 0 !important;
	cursor: pointer;
}

.zpm_kanban_item.complete .zpm-kanban-complete-task-label {
	color: #eee;
}

.zpm_kanban_item.complete .zpm-kanban-complete-task-label:hover,
.zpm_kanban_item.complete .zpm-kanban-complete-task-label.completed {
	color: #fff;
}

.zpm-kanban-task-assignee.unassigned {
	border: 1px dashed #eee;
	width: max-content;
	padding: 10px;
	font-size: var(--zpm-font-size-regular);
	height: max-content;
	line-height: 0px;
	border-radius: 20px;
	color: #ccc;
}

.zpm-kanban-task-info {
	margin-bottom: 10px;
}

.zpm-kanban-complete-task {
	display: none !important;
}

.zpm-kanban-footer {
	text-align: right;
}

.zpm_kanban_title {
	margin-bottom: 20px;
}

.zpm-link {
	text-decoration: none;
}

.complete .zpm-link {
	color: #fff !important;
}

.zpm_kanban_title,
.zpm_kanban_title:focus,
.zpm_kanban_title:active,
.zpm_kanban_title:visited {
	border: none;
	background: none;
	resize: none;
}

.complete .zpm_kanban_title,
.complete .zpm_kanban_title:focus,
.complete .zpm_kanban_title:active,
.complete .zpm_kanban_title:visited {
	color: #fff;
}

.zpm_kanban_title {
	min-height: unset !important;
}

.complete .zpm-kanban-due {
	color: #fff;
}

.complete .zpm-kanban-task-assignee.unassigned {
	color: #fff;
}

#zpm_copy_project_modal .zpm_modal_task_name {
	padding-top: 0;
}

#zpm_copy_project_modal {
	padding: 20px;
}

#zpm_copy_project_modal #zpm_copy_project_body {
	display: none;
}

#zpm_copy_project_modal h5 {
	padding-top: 0;
	color: #aaa;
	font-size: var(--zpm-font-size-title);
}

#zpm_project_modal h3 {
	padding-top: 0;
}

.zpm-modal h3 {
	padding-top: 0;
}

.zpm_kanban_item {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
}

.zpm_kanban_item:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07), 0 5px 5px rgba(0, 0, 0, 0.07) !important;
}

@media (max-width: 500px) {
	/*.zpm-menu-title {*/
	/*	display: none;*/
	/*}*/
	/*.zpm-menu-item {*/
	/*	width: 40px;*/
	/*	height: 40px;*/
	/*	text-align: center;*/
	/*	overflow: hidden;*/
	/*	position: relative;*/
	/*}*/
	/*.zpm-menu-item span {*/
	/*	position: absolute;*/
	/*	left: 50%;*/
	/*	top: 50%;*/
	/*	transform: translate(-50%, -50%);*/
	/*	visibility: visible;*/
	/*	text-align: center;*/
	/*	font-size: var(--zpm-font-size-title-large);*/
	/*}*/
	/*#zpm-sidebar-main {*/
	/*	width: 75px;*/
	/*}*/
	/*#zpm-user-name {*/
	/*	display: none;*/
	/*}*/
	/*#zpm-content {*/
	/*	width: auto;*/
	/*}*/
}

.zpm_modal_item .image img {
	display: inline-block;
}

.image.zpm_project_selected img {
	display: none;
}

.image.zpm_project_selected img.zpm_selected_image {
	display: inline-block;
}

.zpm_modal_item .image {
	cursor: pointer;
}

.zpm_project_name_input {
	padding: 10px;
}

.zpm_modal_item {
	height: 100%;
	transition: all .2s ease;
	vertical-align: top;
	box-sizing: border-box;
	width: calc(100% / 2);
	display: inline-block;
	text-align: center;
	padding: 10px;
}

.zpm_modal_item:hover {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
	cursor: pointer;
}

.zpm_modal_item .image .zpm_selected_image {
	display: none;
}


@keyframes floating_notification_slide_in {
	0% {
		opacity: 0;
		transform: translateY(150%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes floating_notification_slide_out {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(150%);
		display: none !important;
	}
}

@keyframes slide_in {
	0% {
		transform: translateY(-15px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes zpm_hide_notice {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(150%);
		display: none;
		opacity: 0;
	}
}

@keyframes zpm_fade_in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes zpm-fade-in {
	0% {
		transform: translateY(10px);
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-opacity: 1;
		opacity: 1;
	}
}

/* Ultimate Theme */
#zpm_front_project_page.zpm-theme-ultimate {
	background: var(--zpm-background-color);
	display: block !important;
}

#zpm_front_header {
	height: 60px;
	width: 100%;
	background-color: #242631;
	box-shadow: 0 1px 4px rgba(39, 45, 54, 0.33);
	position: relative;
}

.zpm-theme-ultimate #zpm-sidebar-thin {
	background-color: #242631;
	box-shadow: 0 1px 4px rgba(39, 45, 54, 0.33);
	min-width: 60px;
}

.zpm-theme-ultimate #zpm-sidebar-avatar {
	position: absolute;
	margin: 0;
	height: 60px;
	width: 60px;
	padding: 0;
	left: 0;
	top: 0;
}

.zpm-theme-ultimate #zpm-sidebar-avatar-image {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0;
	float: none;
	left: unset;
	right: unset;
	tranform: none;
}

.zpm-theme-ultimate .zpm-menu-title {
	display: none;
}

.zpm-theme-ultimate .zpm-menu-item {
	color: #fff;
	list-style: none;
	padding: 0;
	text-align: center;
}

.zpm-theme-ultimate .zpm-menu-icon {
	margin: 0;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	opacity: 0.9;
	font-weight: 900;
}

.zpm-theme-ultimate .zpm-menu-item:hover {
	background: none;
}

.zpm-theme-ultimate #zpm-content {
	width: 100%;
}

.zpm-theme-ultimate #zpm-front-body {
	display: flex;
	height: calc(100% - 60px);
}

.zpm-theme-ultimate #zpm-frontend-brand {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.zpm-theme-ultimate #zpm-sidebar-thin {
	position: relative;
}

.zpm-theme-ultimate {
}

.zpm-theme-ultimate .zpm-menu-title {
	font-size: var(--zpm-font-size-medium);
	color: #fff;
	display: block;
	position: absolute;
	transform: translateX(50%) translateY(-50%);
	right: -30%;
	background: #333;
	padding: 5px 10px;
	z-index: 99999;
	border-radius: 2px;
	opacity: 0;
	top: 50%;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm-theme-ultimate .zpm-sidebar-thin-icon {
	position: relative;
}

.zpm-theme-ultimate .zpm-sidebar-thin-icon:hover .zpm-menu-title {
	pointer-events: all;
	opacity: .8;
	transform: translateX(100%) translateY(-50%);
	color: #fff !important;
}


.zpm-theme-ultimate #zpm-project-list {
	display: flex;
}

.zpm-theme-ultimate .zpm-project-item {
	display: inline-block;
	background: #fff;
	width: calc(100% * (1 / 3) - 20px - 1px);
	flex-grow: 1;
	margin: 15px 0 0 15px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm-theme-ultimate .zpm-project-item:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.05);
	transform: scale(1.001);
}

.zpm-theme-ultimate .zpm-project-item {
	vertical-align: top;
	height: 240px;
	padding: 20px;
}

.zephyr-theme-ultimate .zpm-dashboard-project {
	background: #fff;
}

.zephyr-theme-ultimate #zpm-navigation-bar {
	position: fixed;
	top: 60px;
	left: 60px;
	background: #242631;
	width: 100%;
	padding: 15px 10px 0 30px;
	z-index: 9999;
}

.zephyr-theme-ultimate .zpm-navigation-list {
	margin-bottom: 0;
	color: #fff;
}

.zephyr-theme-ultimate .zpm-navigation-item {
	color: #ddd;
	padding-bottom: 10px;
}

.zephyr-theme-ultimate .zpm-navigation-item:hover,
.zephyr-theme-ultimate .zpm-navigation-item.current-item {
	color: #fff;
	padding-bottom: 10px;
}

.zephyr-theme-ultimate #zpm-content {
	position: relative;
}

.zephyr-theme-ultimate.zpm-single-project #zpm-content,
.zephyr-theme-ultimate.zpm-single-task #zpm-content {
	padding-top: 75px;
}

.zephyr-theme-ultimate #zpm_calendar {
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 40px 7px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.06);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zephyr-theme-ultimate .zpm-page-title {
	position: fixed;
	top: 12px;
	color: #fff;
}

.zephyr-theme-ultimate.zpm-single-project #zpm-add-new-btn,
.zephyr-theme-ultimate.zpm-single-task #zpm-add-new-btn {
	top: 80px;
}

.zephyr-theme-ultimate .zpm-action-buttons {
	top: 25px;
	right: 20px;
	position: fixed;
	z-index: 99999999;
}

.zpm_input,
.zpm-modal select {
	background: none !important;
	border: none !important;
	border-bottom: 2px solid #eee !important;
}

.zephyr-theme-ultimate .zpm-tab-title {
	padding: 0;
}

.zephyr-theme-ultimate.zpm-single-project #zpm-add-new-dropdown,
.zephyr-theme-ultimate.zpm-single-task #zpm-add-new-dropdown {
	top: 155px;
}

.zephyr-theme-ultimate #zpm-navigation-bar {
	box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.09);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zephyr-theme-ultimate #zpm-add-new-btn:hover {
	transform: scale(1.1);
}

.zephyr-theme-ultimate .zpm_task_list {
	background: #fff;
	margin-top: 60px !important;
	box-shadow: 0 2px 10px 6px rgba(0, 0, 0, 0.03), 0 2px 6px rgba(0, 0, 0, 0.01);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border-radius: 2px;
	overflow: hidden;
}

.zephyr-theme-ultimate .zpm_task_list_row {
	padding: 10px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	box-sizing: border-box;
	padding-right: 20px;
}

.zephyr-theme-ultimate .zpm_task_list_row:hover {
	background: #f9f9f9;
}

.zephyr-theme-ultimate .zpm-navigation-item {
	transition: color .1s ease-in-out;
}


@media (max-width: 500px) {
	.zephyr-theme-ultimate .zpm-modal {
		max-height: 100%;
		height: 100%;
		width: 100%;
		max-width: 100%;
	}
}

.zephyr-theme-ultimate .zpm_button {
	padding: 7px 10px;
	border-radius: 3px;
	box-shadow: 0 2px 10px 6px rgba(0, 0, 0, 0.03), 0 2px 6px rgba(0, 0, 0, 0.01);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zephyr-theme-ultimate .zpm_button:hover {
	box-shadow: 0 2px 12px 8px rgba(0, 0, 0, 0.05), 0 2px 6px rgba(0, 0, 0, 0.05);
}

.zephyr-theme-ultimate .zpm_task_details {
	right: 10px;
}

.zpm-theme-ultimate .zpm-project-item {
	padding: 25px;
	overflow: hidden;
}

.zpm-theme-ultimate .zpm-project-list-details {
	position: relative;
	display: block;
	transform: unset;
	top: unset;
	right: unset;
	font-size: var(--zpm-font-size-medium);
	color: #ccc;
	margin-bottom: 10px;
}

.zpm-theme-ultimate .zpm-project-item-title {
	font-size: var(--zpm-font-size-title);
	font-weight: 800;
	margin-bottom: 5px;
	display: inline-block;
}

.zpm-theme-ultimate .zpm-project-item:hover {
	color: #333;
	cursor: default;
}

.zpm-project-list-description {
	font-size: var(--zpm-font-size-regular);
	color: #a5a5a5;
}

.project-edge {
	display: block;
	position: absolute;
	top: -26px;
	left: -26px;
	width: 52px;
	height: 52px;
	transform: rotate(45deg);
	z-index: 99999;
}

.zpm-theme-ultimate #zpm_project_overview_section {
	background: #fff;
}

.zpm-theme-ultimate #zpm-project-task-list {
	background: #fff;
	margin-top: 30px;
	box-shadow: 0 2px 10px 6px rgba(0, 0, 0, 0.03), 0 2px 6px rgba(0, 0, 0, 0.01);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border-radius: 2px;
	overflow: hidden;
}

@media (max-width: 500px) {
	.zpm_task_details .zpm_task_project {
		display: none;
	}

	#zpm-navigation-bar {
		padding-left: 0 !important;
	}
}

.zephyr-theme-ultimate .zpm-task-list-page #zpm-add-new-btn {
	top: 85px;
}

.zephyr-theme-ultimate .zpm_task_list .zpm_error_message {
	text-align: center;
	margin-top: 15px;
	font-size: var(--zpm-font-size-title);
	font-style: italic;
	color: #999;
}

.zephyr-theme-ultimate .zpm-project-item {
	padding: 20px !important;
}

#zpm_chat_message {
	overflow: auto;
}

.zpm_comment_content {
	white-space: pre-wrap !important;
}

#zpm_chat_message {
	background: none !important;
}

@media (max-width: 500px) {
	.zephyr-theme-ultimate #zpm-add-new-btn {
		display: none;
	}

	.zephyr-theme-ultimate #zpm-add-new-dropdown {
		left: 70px !important;
		right: unset !important;
		top: unset !important;
		bottom: 20px !important;
		z-index: 99999 !important;
	}

	.zpm-dashboard-project-container {
		width: 100% !important;
	}
}


@media (max-width: 500px) {
	#zpm_project_modal .zpm_modal_buttons {
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: 30px;
	}

	.zpm_modal_item {
		display: inline-block;
		width: 49%;
	}
}


@media (max-width: 780px) {
	.zpm-theme-ultimate .zpm-project-item {
		vertical-align: top;
		height: 240px;
		padding: 20px;
		width: calc(100% * (1 / 2) - 20px - 1px);
	}
}

@media (max-width: 500px) {
	.zpm-theme-ultimate #zpm-content {
		min-width: auto;
	}

	.zpm-theme-ultimate .zpm-project-item {
		vertical-align: top;
		height: 240px;
		padding: 20px;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.zpm-theme-ultimate .zpm-menu-item {
		height: max-content;
		width: 100%;
	}

	.zpm-theme-ultimate .zpm-menu-item span {
		position: relative;
		left: unset;
		top: unset;
		visibility: visible;
		text-align: center;
		font-size: var(--zpm-font-size-title-large);
		transform: none;
	}
}

.zpm-notice {
	background: #fff;
	padding: 20px !important;
	border-bottom: 1px solid #e9e9e9;
	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_message_center {
	padding: 20px;
	text-align: center;
}

.zpm-member-list {
	list-style: none;
}

.zpm-member-list li {
	margin-bottom: 10px;
}

.zpm-toggle {
	display: none;
}

.zpm-toggle-label {
	position: relative;
	display: inline-block;
	min-width: 112px;
	cursor: pointer;
	font-weight: 500;
	text-align: left;
}

.zpm-toggle-label:before,
.zpm-toggle-label:after {
	content: "";
	position: absolute;
	margin: 0;
	outline: 0;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.zpm-toggle-label:before {
	left: 1px;
	width: 34px;
	height: 14px;
	background-color: #9E9E9E;
	border-radius: 8px;
}

.zpm-toggle-label:after {
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #FAFAFA;
	border-radius: 50%;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.zpm-toggle-label .zpm-toggle--on {
	display: none;
}

.zpm-toggle-label .zpm-toggle--off {
	display: inline-block;
}


.zpm-toggle:checked + .zpm-toggle-label:after {
	-ms-transform: translate(80%, -50%);
	-webkit-transform: translate(80%, -50%);
	transform: translate(80%, -50%);
}

.zpm-toggle:checked + .zpm-toggle-label .zpm-toggle--on {
	display: inline-block;
}

.zpm-toggle:checked + .zpm-toggle-label .zpm-toggle--off {
	display: none;
}

.zpm-memeber-toggle {
	margin-left: 10px;
}

.zephyr-theme-ultimate .zpm_task_list {
	margin-top: 0 !important;
}

.zephyr-theme-ultimate #zpm-tasks-filter {
	padding: 0;
	font-size: var(--zpm-font-size-medium);
	height: 30px;
}

.zephyr-theme-ultimate .zpm-task-filter-holder {
	margin-top: 50px;
	margin-bottom: 10px;
}

.zpm-task-filter-holder label,
#zpm-task-project-filter-holder label {
	display: inline-block;
	font-size: var(--zpm-font-size-regular);
}

a .zpm_task_list_data.task_name {
	color: #333;
}

a .zpm_task_list_row.zpm_task_complete .zpm_task_list_data {
	color: #aaa;
}

#zpm-tasks-filter {
	font-size: var(--zpm-font-size-medium);
	height: 25px;
}

#zpm_create_task .zpm_modal_buttons {
	position: absolute;
	bottom: -45px;
	right: 0;
}

#zpm_create_task .zpm_modal_body {
	position: relative;
}

#zpm-frontend-logo {
	height: 100%;
	width: 100%;
}

#zpm-new-task-template-select {
	width: 100%;
}

#zpm_create_task {
	min-width: 600px;
}

#zpm_create_task .zpm_modal_header {
	text-transform: none;
	font-size: var(--zpm-font-size-title);
	letter-spacing: unset;
}

#zpm_create_task .zpm_label {
	margin-bottom: 0;
	margin-left: 3px;
}

#zpm_profile_settings label {
	display: block;
	margin-top: 20px;
}

.zephyr-frontend-manager-template h1:not(.site-title):before,
.zephyr-frontend-manager-template h2:before {
	display: none !important;
}

#zpm-add-new-dropdown li {
	font-size: var(--zpm-body-font-size);
	line-height: 17px;
}

#zpm_create_task {
	font-size: var(--zpm-font-size-title);
}

#zpm_create_task .zpm_button {
	padding: 10px;
}

#zpm_create_task .zpm_modal_header {
	margin-top: 0;
}

#zpm_create_task select {
	margin-top: 10px;
}

#zpm_create_task select:hover,
#zpm_create_task select:focus,
#zpm_create_task select:active {
	outline: none;
	box-shadow: none;
	outline: none;
}

.ripple {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border-radius: inherit;
	pointer-events: none;
	animation: ripple-shadow 0.4s forwards;
	-webkit-animation: ripple-shadow 0.4s forwards;
}

.rippleWave {
	backface-visibility: hidden;
	position: absolute;
	border-radius: 50%;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	background: rgba(255, 255, 255, 1);
	opacity: 0.45;
	animation: ripple 2s forwards;
	-webkit-animation: ripple 2s forwards;
}

.zpm-navigation-list {
	box-sizing: content-box;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.zpm-navigation-list::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.zpm-navigation-list::-webkit-scrollbar-thumb {
}

#zpm-content {
	min-height: 100vh;
}


#zpm_tasks_filter_chosen {
	background: #fff;
	width: 150px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#zpm-no-access__messages {
	text-align: center;
}

#zpm_project_modal h3,
#zpm_project_modal h4 {
	font-weight: normal;
}


.zephyr-frontend-manager-template .chosen-container {
	background: #fff;
	border: 1px solid #eee;
}

#zpm_new_task__recurrence_select_chosen,
#zpm_edit_task__recurrence_select_chosen {
	margin-bottom: 6px !important;
}

#zpm-edit-task__recurrence,
#zpm-new-task__recurrence {
	margin: 6px;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	width: auto;
	width: max-content;
}

.zpm-task-recurrence__icon {
	margin-right: 10px;
}

#zpm-new-task__recurrence,
#zpm-edit-task__recurrence {
	width: 100%;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#zpm-edit-task__recurrence {
	margin-bottom: 10px !important;
}

#zpm_new_task__recurrence_daily_chosen {
	margin-bottom: 5px !important;
	display: block;
}

#zpm_edit_task__recurrence_daily_chosen,
#zpm_new_task__recurrence_daily_chosen {
	margin: 0 !important;
	padding: 7px !important;
	margin-bottom: 7px !important;
}

.zpm-chosen-select + .chosen-container,
#zpm_new_task__recurrence_select_chosen {
	border: none !important;
	padding: 0 !important;
}

.zpm-chosen-select + .chosen-container:hover {
	border-color: #11d850 !important;
}

.zpm-chosen-select + .chosen-container {
	border: 1px solid #eee !important;;
}

.zpm-multi-select + .chosen-container-multi,
#zpm_edit_task__recurrence_daily_chosen {
	padding: 3px 7px !important;
}

.zpm-multi-select + .chosen-container-multi > .chosen-choices {
	border: none !important;
	box-shadow: none;
	background: none;
	font-size: var(--zpm-font-size-regular);
	padding: 0;
}

#zpm-project-edit #zpm_task_edit_custom_fields {
	width: 100%;
}

@media (max-width: 650px) {

	#zpm-calendar__filter {
		padding-right: 0 !important;
	}

	#zpm_calendar__filter_project_chosen,
	#zpm_calendar__filter_team_chosen,
	#zpm_calendar__filter_assignee_chosen,
	#zpm_calendar__filter_completed_chosen {
		width: 100% !important;
		margin: 0 !important;
	}

	.zpm-calendar__filter-section {
		padding-right: 0;
	}

	.zephyr-frontend-manager-template .zpm-quick-search-input,
	.zephyr-frontend-manager-template .zpm-quick-search-input::placeholder {
		color: #333 !important;
	}
}

@media (max-width: 500px) {
	#zpm_tasks_filter_chosen {
		width: 100% !important;
		display: block;
	}

	/*.zephyr-theme-default #zpm-content {*/
	/*	max-width: calc(100% - 104px) !important;*/
	/*	width: 100% !important;*/
	/*	max-height: 100vh !important;*/
	/*	height: 100vh !important;*/
	/*}*/
	.zephyr-theme-ultimate .zpm-page-title {
		margin-left: 50px;
	}
}

/* Animations */

@keyframes ripple-shadow {
	0% {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
	}

	20% {
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
	}

	100% {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
	}
}

@keyframes ripple {
	to {
		transform: scale(24);
		opacity: 0;
	}
}

.zpm-page-title {
	margin: 0;
}

#zpm-no-dashboard-projects {
	font-size: var(--zpm-subtitle-font-size);
	line-height: 25px;
	text-align: center;
}

.zpm-project-item {
}

.zpm-project-item:hover {
	transform: translateY(-2px) !important;
}

#zpm-front-body {
	font-size: 1rem !important;
}

#zpm-search-results-modal {
	font-size: var(--zpm-font-size-title) !important;
}

#zpm-search-results {
	padding: 0;
}

#zpm-search-results h5 {
	padding-left: 15px;
	font-size: var(--zpm-font-size-title);
	margin-bottom: 5px;
}

#zpm-search-results li {
	cursor: pointer;
	transition: all .12s ease-in-out;
}

#zpm-search-results li a {
	padding: 5px 15px;
	width: 100%;
	height: 100%;
	display: block;
}


#zpm-search-results li:hover {
	background: #f9f9f9;
}

#zpm-search-input:focus,
#zpm-search-input:active {
	outline: none;
	box-shadow: none;
}

.zpm_task_list_row {
	display: flex !important;
}

.zpm-task-filter-holder {
	margin-top: 70px !important;
}

.zpm_button {
	padding: 12px !important;
}

.zpm_project_name_input {
	font-size: var(--zpm-subtitle-font-size);
	line-height: 15px;
}

.zpm_project_name_input:hover,
.zpm_project_name_input:focus {
	outline: none;
	box-shadow: none
}

#zpm_project_modal h3 {
	font-size: 22px;
}

.zephyr-theme-default .zpm_task_list > a {
	display: block;
	transition: background .12s ease-in-out;
	box-sizing: border-box;
}

.zephyr-theme-default .zpm_task_list > a:hover {
	background: #f9f9f9;
}

.zephyr-theme-default #zpm-tasks-filter {
	display: inline-block;
	width: auto;
}

#zpm-no-dashboard-projects {
	text-align: left;
	margin-top: 20px;
}

#zpm_calendar table {
	margin-bottom: 0;
}

.zephyr-theme-default .zpm-task-filter-holder {
	margin-top: 0 !important;
	margin-bottom: 10px;
}

.zephyr-theme-default .zpm_task_list_row {
	min-height: 36px;
}

.zephyr-theme-default .zpm-navigation-list {
	font-size: var(--zpm-font-size-regular);
}

.zephyr-theme-default .zpm-page-title {
	font-weight: bold !important;
	font-size: var(--zpm-font-size-title-large);
	margin-bottom: 1rem;
}

.zpm_task_list_row:active,
.zpm_task_list_row:hover,
.zpm_task_list_row:focus {
	outline: none;
}

.zephyr-frontend-manager-template {
	font-size: var(--zpm-subtitle-font-size);
}

.zpm_button {
	padding: 10px !important;
	border-radius: 2px !important;
}

.zpm-remove-template-field {
	position: absolute;
	right: 60%;
	top: 5px;
	cursor: pointer !important;
	pointer-events: all;
	z-index: 99;
}

.zpm-remove-template-field:hover {
	color: red;
}

.zpm-template-custom-field {
	width: 100%;
	position: relative;
}

.zpm-form__group {
	position: relative;
	padding: 30px 0 0;
	margin-top: 10px;
	background: transparent;
}

input.zpm-form__field,
textarea.zpm-form__field {
	font-family: inherit;
	width: 100%;
	border: 0;
	border-bottom: 1.5px solid #eee;
	outline: 0;
	font-size: var(--zpm-font-size-title);
	color: #212121;
	padding: 7px 0;
	transition: border-color 0.2s;
	background: transparent;
	box-shadow: none;
	outline: none;
}

.zpm_body input[type="text"].zpm-form__field,
.zpm_body textarea.zpm-form__field {
	border: none;
	border-bottom: 1.5px solid #eee;
	padding-left: 0;
}

#zpm_container textarea.zpm-form__field {
	padding-left: 0;
}

input.zpm-form__field:active,
input.zpm-form__field:focus,
input.zpm-form__field:hover,
textarea.zpm-form__field:active,
textarea.zpm-form__field:focus,
textarea.zpm-form__field:hover {
	outline: none;
	box-shadow: none;
}

.zpm-form__field::placeholder {
	color: transparent;
}

.zpm-form__field:placeholder-shown ~ .zpm-form__label {
	font-size: var(--zpm-font-size-regular);
	cursor: text;
	top: 20px;
}

.zpm-form__label,
.zpm-form__field:focus ~ .zpm-form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: var(--zpm-font-size-medium);
	color: var(--zpm-label-color);
}

.zpm-form__field:focus {
	padding-bottom: 6px;
}

#zpm_custom_field_select_modal {
	max-height: 90%;
	overflow: auto;
}

#zpm-task-overview-view .zpm-remove-template-field {
	display: none;
}

.zpm_task_custom_field {
	width: 40%;
}


.zpm-modal {
	transform: translate(-50%, -48%);
}

.zpm-modal.active {
	transform: translate(-50%, -50%);
	z-index: 99999999999 !important;
}

#zpm_modal_background.active {
	z-index: 9999999999 !important;
}

#zpm_create_task input,
#zpm_create_task textarea {
	border: none;
}

.zpm-form__group {
	padding-top: 35px;
}

.zpm-form__field:placeholder-shown ~ .zpm-form__label {
	top: 10px;
}

#zpm_create_task {
	border: 1px solid #ddd;
	padding: 25px;
	padding-bottom: 60px;
}

.zpm_modal_dropdown {
	opacity: 0;
	transition: all .12s ease-in-out;
	user-select: none;
	transform: translateY(-10px);
}

.zpm_modal_dropdown.active {
	opacity: 1;
	transform: translateY(0);
}

.zpm_modal_list {
	margin: 0 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 10px rgba(0, 0, 0, 0.07);
}

.zpm_modal_list li {
	padding: 10px 20px !important;
	transition: all .12s ease-in-out !important;
}


.zpm-notice-content-title {
	margin-bottom: 10px;
}

#zpm_task_view_container .zpm_nav {
	border-bottom: 1px solid #eee;
	padding-left: 10px;
	margin-left: 0;
}

.zpm-custom-task-template:hover {
	background: #f9f9f9;
}


.zpm-custom-task-template {
	transition: background .12s ease-in-out;
	padding: 7px 15px;
}

#zpm-task-template-list {
	padding: 0 !important;
}

.zpm-info-title {
	padding-left: 15px;
	padding-top: 5px;
}


#zpm_create_task .zpm_modal_buttons button {
	margin: 0 !important;
	margin-left: 5px !important;
	vertical-align: top;
	display: inline-block !important;
}

.zpm_button.zpm_button_secondary {
	background: #fff !important;
	color: #555 !important;
	border: 1px solid #aaa !important;
	box-shadow: none !important;
	border-radius: 3px !important;
	border: none !important
}

.zpm_button.zpm_button_secondary:hover {
	background: #f4f4f4 !important;
}

#zpm-new-task-priority .zpm-dropdown,
#zpm-edit-task-priority .zpm-dropdown,
#zpm-edit-project-priority .zpm-dropdown,
.zpm-priority-dropdown {
	bottom: 110% !important;
	right: 0%;
	height: auto;
	top: unset;
	z-index: 999999999999;
	width: 130px;
	text-align: left;
}

.zpm-dropdown-item {
	position: relative;
}

.zpm-priority-indicator {
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 4px;
}

.zpm-color-low,
.zpm-kanban-priority.priority_low {
	background-color: #0ed98e;
	color: #fff;
}

.zpm-color-medium,
.zpm-kanban-priority.priority_medium {
	background-color: #ffe000;
	color: #fff;
}

.zpm-color-high,
.zpm-kanban-priority.priority_high {
	background-color: #ffa73a;
	color: #fff;
}

.zpm-color-critical,
.zpm-kanban-priority.priority_critical {
	background-color: #ff0047;
	color: #fff;
}

#zpm-new-task-priority[data-priority="priority_critical"],
#zpm-edit-task-priority[data-priority="priority_critical"],
#zpm-edit-project-priority[data-priority="priority_critical"],
.zpm-priority-dropdown[data-priority="priority_critical"] {
	background-color: #ff0047 !important;
	color: #fff !important;
	border-color: #ff0047 !important;
}

#zpm-new-task-priority[data-priority="priority_high"],
#zpm-edit-task-priority[data-priority="priority_high"],
#zpm-edit-project-priority[data-priority="priority_high"],
.zpm-priority-dropdown[data-priority="priority_high"] {
	background-color: #ffa73a !important;
	color: #fff !important;
	border-color: #ffa73a !important;
}

#zpm-new-task-priority[data-priority="priority_medium"],
#zpm-edit-task-priority[data-priority="priority_medium"],
#zpm-edit-project-priority[data-priority="priority_medium"],
.zpm-priority-dropdown[data-priority="priority_medium"] {
	background-color: #ffe000 !important;
	color: #fff !important;
	border-color: #ffe000 !important;
}

#zpm-new-task-priority[data-priority="priority_low"],
#zpm-edit-task-priority[data-priority="priority_low"],
#zpm-edit-project-priority[data-priority="priority_low"],
.zpm-priority-dropdown[data-priority="priority_low"] {
	background-color: #0ed98e !important;
	color: #fff !important;
	border-color: #0ed98e !important;
}

.zpm-dropdown {
	color: #555 !important;
}

.zpm-dropdown {
	position: absolute;
	background: #fff;
	z-index: 999999;
	top: 50px;
	right: 15px;
	border: 1px solid #eee;
	opacity: 0;
	transition: all .2s ease-in-out;
	pointer-events: none;
	transform: translateY(-10px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 10px rgba(0, 0, 0, 0.07);
}

.zpm-dropdown.zpm-open {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0);
}

.zpm-dropdown-item {
	padding: 12px 14px;
	box-sizing: border-box;
	cursor: pointer;
	transition: background .12s ease-in-out;
}

.zpm-dropdown-item:hover,
.zpm-project-type--selected {
	background: var(--zpm-secondary-color);
	color: var(--zpm-primary-color);
}

#zpm_create_task .zpm_modal_header {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 4px;
}

.zpm_modal_header {
	margin-top: 5px;
}

#zpm-select-task-template {
	position: absolute !important;
	top: -60px;
	right: 0;
}

#zpm_file_upload_project {
	width: 100%;
}

input.zpm-form__field,
textarea.zpm-form__field {
	border-bottom: 1.5px solid #eee !important;
}

#zpm_create_task .zpm_modal_buttons {
	bottom: -60px;
	top: unset;
	width: 100%;
	text-align: right;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.zpm-remove-template-field {
	position: absolute;
	right: 0;
}

#zpm-new-file-upload {
	width: 400px;
}

.zpm_modal_body {
	margin-bottom: 10px;
	transition: all .12s ease-in-out;
}

.zephyr-theme-default .zpm-project-item {
	padding: 10px !important;
}

.zephyr-theme-default .zpm-project-item:hover {
	background: #f9f9f9;
}

.zephyr-theme-default .zpm-project-item .zpm-project-list-details {
	right: 10px;
}

#zpm_create_task {
	border-radius: 5px;
}

.zpm-modal {
	max-height: 90% !important;
}

.zpm-modal {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 20px rgba(0, 0, 0, 0.17) !important;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm-modal select {
	padding: 10px !important;
	height: 40px;
	border: 1px solid #eee !important;
	border-radius: 0 !important;
	font-size: var(--zpm-font-size-title);
}

#zpm-new-task-template-dropdown {
	top: -20px;
	right: 0;
}

.project-edge {
	top: -40px;
}

#zpm_create_task {
	padding: 0;
}

#zpm_create_task {
	overflow: hidden;
	height: 90%;
}

#zpm_create_task .zpm_modal_body {
	max-height: calc(100% - 141px);
	overflow: auto;
	padding: 20px;
	padding-top: 0;
}

#zpm_create_task .zpm_modal_header {
	padding: 20px;
	margin: 0;
}


#zpm_create_task .zpm_modal_buttons {
	position: fixed !important;
	bottom: 0 !important;
	right: 0;
	background: #fff;
	left: 0;
	padding: 10px;
}

#zpm_project_view_tasks_kanban {
	margin-top: 10px !important;
}

.zpm_kanban_heading {
	margin-bottom: 0;
}

.gu-mirror {
	display: block !important;
	z-index: 999999 !important;
	opacity: .7 !important;
}

.zpm_kanban_item {
	border-bottom: none !important;
}

.zpm_kanban_row {
	padding-bottom: 10px !important;
}

.zephyr-frontend-manager-template .ui-datepicker-div {
	display: block !important;
	z-index: 999999999999999999999999;
}

.zephyr-frontend-manager-template .ui-datepicker {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #eee;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.07);
	padding: 0;
	z-index: 9999999999999999999;
	position: fixed;
}

.zephyr-frontend-manager-template .ui-datepicker .ui-widget-header {
	border-radius: 3px 3px 0 0;
	color: #fff;
	border: none;
}

.zephyr-frontend-manager-template .ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
	display: none;
}

.zephyr-frontend-manager-template .ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background-image: none;
	border: 1px solid transparent;
	background: transparent;
	font-weight: normal;
	cursor: pointer;
	transform: translateY(1px);
	font-size: var(--zpm-font-size-regular);
}

.zephyr-frontend-manager-template .ui-state-default {
	background: #fff !important;
	border: 1px solid #eee !important;
	color: #999 !important;
	border-radius: 2px !important;
	text-align: center !important;
}

.zephyr-frontend-manager-template .ui-state-default:hover {
	color: #fff !important;
}

.zephyr-frontend-manager-template .ui-state-highlight,
.ui-datepicker-current-day {
	color: #fff !important;
}

.zephyr-frontend-manager-template .ui-state-default:focus,
.ui-state-default:active {
	user-select: none !important;
	outline: none !important;
	box-shadow: none !important;
}

#myChart {
	width: 1000px;
	height: 1000px;
}

.zephyr-frontend-manager-template .ui-datepicker-header {
	background: #fff;
	color: #555;
	font-weight: normal;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

.zephyr-frontend-manager-template .ui-datepicker-calendar th span {
	font-weight: normal;
}

.zephyr-frontend-manager-template .ui-state-default {
	border: none;
}

.zephyr-frontend-manager-template .ui-datepicker-prev,
.ui-datepicker-next {
	display: block;
}

.zephyr-frontend-manager-template .ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	border: none;
	color: #333;
}

.zephyr-frontend-manager-template .ui-state-hover .ui-icon {
	background-image: none;
}

.zephyr-frontend-manager-template .ui-state-hover .ui-icon:hover {
	background-image: url(images/ui-icons_222222_256x240.png);
}

.zephyr-frontend-manager-template div#ui-datepicker-div {
	z-index: 999999999999999999999 !important;
}

#zpm_project_modal {
	height: auto;
	overflow: auto;
}

@media (min-width: 1400px) {
	/*.zpm_kanban_row {
  max-width: 25% !important;
  min-width: 25% !important;
}*/
}

@media (min-width: 1700px) {
	/*.zpm_kanban_row {
  max-width: 20% !important;
  min-width: 20% !important;
}*/
}

.zpm-form__label,
.zpm-form__field:focus ~ .zpm-form__label {
	top: 10px;
}

#zpm_create_task {
	height: 550px !important;
}

#zpm_custom_field_select_modal {
	height: auto !important;
	max-height: 250px !important;
}

#zpm-new-subtask-modal {
	height: auto;
}

.zephyr-theme-ultimate #zpm_project_view_tasks_kanban {
	width: calc(100vw - 60px);
	left: -30px;
}

.zpm_kanban_row {
	display: inline-block !important;
	min-height: unset !important;
	max-height: unset !important;
	flex: unset;
	min-width: 300px !important;
	vertical-align: top;
	padding: 0 !important;
	margin-right: -5px;
}

.zpm_kanban_row .wp-picker-holder {
	position: absolute;
}

.wp-color-result span {
	display: none;
}

.zpm_kanban_row .wp-picker-container .wp-color-result.button {
	width: 15px !important;
	max-width: 15px !important;
	max-height: 15px !important;
	height: 15px !important;
	border-radius: 50% !important;
	min-width: unset;
	padding: 0 !important;
}

.zpm_kanban_row .wp-picker-input-wrap {
	display: none !important;
}

.zpm-kanban-fullscreen #zpm_project_view_tasks_kanban,
.zephyr-theme-ultimate.zpm-kanban-fullscreen #zpm_project_view_tasks_kanban {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: var(--zpm-background-color);
	margin: 0 !important;
	z-index: 9999999999999999999;
}

.zephyr-theme-ultimate .zpm-tabs {
	padding-top: 20px;
}

#zpm-toggle-kanban-fullscreen {
	position: fixed;
	display: block;
	bottom: 20px;
	right: 20px;
	z-index: 9999999999;
	width: 20px;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

#zpm-toggle-kanban-fullscreen:hover,
#zpm-toggle-kanban-fullscreen.active {
	transform: scale(1.1);
}

.zpm-kanban-fullscreen #zpm_kanban_container {
	height: 100vh !important;
	max-height: 100vh !important;
	padding-bottom: 0;
}

.zpm-kanban-fullscreen #zpm-add-new-btn {
	display: none;
}

.zpm_kanban_item_buttons {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #aaa;
}

#zpm-new-file-upload {
	height: auto;
}

.zpm-kanban-attachment {
	display: block
}

.media-modal {
	z-index: 99999999999;
}

.zpm-kanban-footer {
	position: relative;
}

.zpm_kanban_item {
	width: 100%;
}

.zpm-kanban-attachment {
	font-size: var(--zpm-font-size-medium);
	display: block;
	width: 100%;
	max-width: 200px;
}

.zpm_kanban_item.complete .zpm-kanban-attachment {
	color: #fff !important;
}

.zpm_kanban_item.complete .zpm_kanban_task_options {
	color: #fff !important;
}

[zpm-open-dropdown] .zpm-dropdown {
	display: block;
	position: absolute;
	background: #fff;
	z-index: 9999999999;
	bottom: 100%;
	top: unset;
	left: 0;
	right: unset;
	text-align: left;
	width: auto;
	border-radius: 3px;
	font-size: var(--zpm-font-size-regular);
	min-width: 120px;
}

[zpm-open-dropdown] .zpm-dropdown-item {
	padding: 12px 15px !important;
	cursor: pointer;
}

.zpm_kanban_item .zpm-custom-field-label {
	display: block;
	font-size: var(--zpm-font-size-regular);
	margin-top: 5px;
	opacity: 0.4;
}

.zpm_kanban_title {
	margin-bottom: 5px;
}

.zpm_kanban_item .zpm-custom-field-input {
	background: transparent !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	margin-bottom: 5px;
}

.zpm_kanban_item .zpm-custom-field-input {
	outline: none !important;
	width: 100%;
	height: 40px;
}

.zpm_kanban_item.complete .zpm-custom-field-input {
	color: #fff !important;
}

.zpm_kanban_item .zpm_kanban_custom_fields {
	margin-bottom: 10px;
}

.zephyr-theme-default .zpm_task_list_row {
	padding-left: 10px;
}

.zephyr-theme-default .zpm_task_details {
	right: 10px;
}

#zpm-add-new-dropdown {
	height: auto;
}

#zpm-project-options-dropdown {
	min-height: auto;
}

#zpm_profile_settings .zpm_input {
	width: 400px;
}


.zpm_task_custom_field_textarea {

	width: 100%;

}

.zpm-material-checkbox {
	z-index: 0;
	position: relative;
	display: inline-block;
	color: #ccc;
	font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
	font-size: var(--zpm-font-size-title);
	line-height: 1.5;
}

/* Input */
.zpm-material-checkbox > input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	z-index: -1;
	position: absolute !important;
	left: -10px;
	top: -8px;
	display: block !important;
	margin: 0 !important;
	border-radius: 50% !important;
	width: 40px !important;
	height: 40px !important;
	max-width: 40px !important;
	max-height: 40px !important;
	background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
	box-shadow: none;
	outline: none;
	opacity: 0;
	transform: scale(1);
	pointer-events: none;
	transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.zpm-material-checkbox > span {
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

/* Box */
.zpm-material-checkbox > span::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	margin: 3px 11px 3px 1px;
	border: solid 2px;
	/* Safari */
	border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.3);
	border-radius: 2px;
	width: 18px;
	height: 18px;
	vertical-align: top;
	transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.zpm-material-checkbox > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 2px;
	width: 10px;
	height: 5px;
	border: solid 2px transparent;
	border-right: none;
	border-top: none;
	transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.zpm-material-checkbox > input:checked,
.zpm-material-checkbox > input:indeterminate {
	background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.zpm-material-checkbox > input:checked + span::before,
.zpm-material-checkbox > input:indeterminate + span::before {
	border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
	background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.zpm-material-checkbox > input:checked + span::after,
.zpm-material-checkbox > input:indeterminate + span::after {
	border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.zpm-material-checkbox > input:indeterminate + span::after {
	border-left: none;
	transform: translate(4px, 3px);
}

/* Hover, Focus */
.zpm-material-checkbox:hover > input {
	opacity: 0.04;
}

.zpm-material-checkbox > input:focus {
	opacity: 0.12;
}

.zpm-material-checkbox:hover > input:focus {
	opacity: 0.16;
}

/* Active */
.zpm-material-checkbox > input:active {
	opacity: 1;
	transform: scale(0);
	transition: transform 0s, opacity 0s;
}

.zpm-material-checkbox > input:active + span::before {
	border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.zpm-material-checkbox > input:checked:active + span::before {
	border-color: transparent;
	background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.zpm-material-checkbox > input:disabled {
	opacity: 0;
}

.zpm-material-checkbox > input:disabled + span {
	color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
	cursor: initial;
}

.zpm-material-checkbox > input:disabled + span::before {
	border-color: currentColor;
}

.zpm-material-checkbox > input:checked:disabled + span::before,
.zpm-material-checkbox > input:indeterminate:disabled + span::before {
	border-color: transparent;
	background-color: currentColor;
}

.zpm-task-field-checkbox-container {
	margin: 15px 0;
}

#zpm-task-overview-view.selected #zpm_task_edit_custom_fields .zpm_task_custom_field {
	border: none !important;
	resize: none;
}

.zephyr-theme-default #zpm_front_project_page,
.zephyr-theme-default {
	background: var(--zpm-background-color);
}

.zephyr-theme-default #zpm-sidebar-main {
	background: #fff;
	padding: 0;
	overflow: auto;
}

.zephyr-theme-default .zpm-menu-item {
	padding: 10px 20px;
	transition: all .12s ease-in-out;
	margin: 0;
}

.zephyr-theme-default .zpm-menu-item:hover {
	background: #f9f9f9;
}

.zephyr-theme-default #zpm-user-name {
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0px;
	padding-left: 20px;
	margin-top: 10px;
}

.zephyr-theme-default .zpm-panel {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding: 20px;
	margin-top: 15px;
}

.zephyr-theme-default .zpm_task_list {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	margin-top: 15px;
}

.zephyr-theme-default .zpm_panel_title {
	margin-top: 0;
}

.zephyr-theme-default .zpm-project-item {
	display: inline-block;
	background: #fff;
	width: calc(100% * (1 / 3) - 20px - 1px);
	flex-grow: 1;
	margin: 15px 0 0 15px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

@media (max-width: 950px) {
	.zpm-project-item {
		width: calc(100% * (1 / 2) - 20px - 1px) !important;
	}
}

@media (max-width: 700px) {
	.zpm-project-item {
		width: calc(100% - 20px - 1px) !important;
	}
}

.zpm-project-item:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.05);
	transform: scale(1.001);
}

.zpm-project-item {
	vertical-align: top;
	height: 240px;
	padding: 20px;
}

.zephyr-theme-default .zpm-project-item:hover {
	transform: none !important;
}

.zephyr-theme-default .zpm-project-list-details {
	position: relative;
	display: block;
	transform: unset;
	top: unset;
	right: unset;
	font-size: var(--zpm-font-size-medium);
	color: #ccc;
	margin-bottom: 10px;
}

.zephyr-theme-default .zpm-project-item-title {
	font-size: var(--zpm-font-size-title);
	font-weight: 800;
	margin-bottom: 5px;
	display: inline-block;
}

.zephyr-theme-default .zpm-error-subtle {
	color: #aaa;
	font-size: var(--zpm-font-size-title);
	font-style: italic;
	padding-left: 5px;
}

.zephyr-theme-default .zpm-project-item:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 4px;
	width: calc(100% + 2px);
	left: -1px;
	bottom: -1px;
}

.zephyr-theme-default .zpm-tabs {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	margin-top: 0;
}

.zephyr-theme-default .zpm-navigation-list {
	margin-bottom: 1px;
}

.zephyr-theme-default .zpm-tab-title {
	margin-top: 0;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.zephyr-theme-default #zpm-project-task-list {
	left: -10px;
}

.zephyr-theme-default .zpm_task_list_row:hover {
	background: #f9f9f9;
}

.zephyr-theme-default .zpm_panel_heading {
	padding: 0 20px;
}

.zephyr-theme-default #zpm-project-view,
.zephyr-theme-default .zpm_chat_box_section,
#zpm_project_view_status {
	padding: 10px 20px;
}

.zephyr-theme-default .zpm_report_task_stats {
	padding: 20px;
}

.zephyr-theme-default #zpm_chat_message {
	width: 100%;
	max-width: none;
	border-color: #eee;
	min-height: 160px;
}


.zephyr-theme-default .zpm-comment-bubble {
	padding: 5px 30px;
}

.zephyr-theme-default .zpm_comment_time_diff {
	right: 20px;
}

.zephyr-theme-default .zpm-member-list {
	padding: 20px;
	padding-bottom: 15px;
	margin-top: 0;
}

.zephyr-theme-default #zpm_project_view_status .zpm_panel_heading {
	padding-left: 0;
	margin-top: 10px;
}

.zephyr-theme-default .zpm_task_comments {
	margin-top: 10px;
}

.zephyr-theme-default #zpm-project-view {
	margin-top: 10px;
}

.zephyr-theme-default #zpm-project-single-chart {
	padding: 20px;
}

#zpm-project-stat-overview .zpm-project-stat {
	width: 30%;
	display: inline-block;
	text-align: center;
}

.zpm-project-stat-value {
	font-size: 30px;
	display: block;
	font-weight: 900;
}

.zephyr-theme-default .zpm_tab_panel,
.zephyr-theme-default #zpm_calendar {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding: 20px;
	margin-top: 20px !important;
}

.zephyr-theme-default #zpm_profile_settings .zpm_label:first-of-type {
	margin-top: 0;
}

.zephyr-theme-default .zpm-page-title {
	margin-bottom: 15px;
}

.zephyr-theme-default .zpm-task-filter-holder {
	margin-top: 15px !important;
}

.zephyr-theme-default #zpm-no-subtasks {
	padding-left: 20px;
	padding-bottom: 15px !important;
}

.zephyr-theme-default #zpm-task-overview-view,
.zephyr-theme-default #zpm-task-overview-edit {
	padding: 20px;
}

.zephyr-theme-default .zpm_subtask_item {
	cursor: pointer;
}

.zephyr-theme-default .zpm_subtask_item:hover {
	background: #f9f9f9;
}

.zephyr-theme-default .zpm-project-list-details {
	padding-left: 10px;
}

.zephyr-theme-default #add-new-project-task {
	top: 15px;
	right: 15px;
}

.zephyr-theme-default .zpm-sidebar-thin-icon {
	transition: background .13s ease-in-out;
}

.zephyr-theme-default #zpm_project_view_tasks_kanban {
	margin-top: 0 !important;
}

.zephyr-theme-ultimate .zpm-panel,
.zephyr-theme-ultimate .zpm_chat_box_section {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding: 20px;
	margin-top: 15px;
}

.zephyr-theme-ultimate .zpm_task_comments,
.zephyr-theme-ultimate #zpm-task-subtasks {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	margin-top: 15px;
}

.zephyr-theme-ultimate .zpm_panel_title {
	margin-top: 0;
}

.zephyr-theme-ultimate #zpm_chat_message {
	width: 100%;
	min-height: 150px;
	border-color: #fff !important;
}

.zephyr-theme-ultimate .zpm_comment {
	padding: 20px;
}

.zephyr-theme-ultimate .zpm_comment_time_diff {
	top: 20px;
	right: 20px;
}

.zephyr-theme-ultimate .zpm-member-list,
.zephyr-theme-ultimate #zpm_project_view_status,
.zephyr-theme-ultimate #zpm-project-single-chart,
.zephyr-theme-ultimate #zpm-project-view,
.zephyr-theme-ultimate #zpm-project-edit,
.zephyr-theme-ultimate #zpm-task-overview-view,
.zephyr-theme-ultimate form#zpm_profile_settings,
#zpm-task-overview-edit,
.zephyr-theme-ultimate #zpm-project-single__form-settings,
#zpm_progress_container,
.zephyr-theme-default #zpm-edit-member-container {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding: 20px;
	margin-top: 15px;
}

.zephyr-theme-ultimate .users .zpm_page_title {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}

.zephyr-theme-ultimate #zpm-edit-member-container {
	margin-top: 0;
}

.zephyr-theme-ultimate #zpm_profile_settings .zpm_label:first-of-type {
	margin-top: 0;
}

.zpm_input,
.zpm_input:hover,
.zpm_input:active,
.zpm_input:focus {
	outline: none;
	box-shadow: none;
}

.zephyr-theme-ultimate .zpm_subtask_item {
	cursor: pointer;
}

.zephyr-theme-ultimate .zpm_subtask_item:hover {
	background: #f9f9f9;
}

.zephyr-theme-ultimate #zpm-no-subtasks {
	padding: 10px 20px;
}

.zephyr-theme-ultimate .zpm_settings_profile_image {
	left: 20px
}

.zpm-color-none {
	background: #f9f9f9;
}

.zpm-task-priority-display {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	height: calc(100% + 2px);
	width: 5px;
	background: transparent;
}

.zpm-task-priority-display.priority_low,
.zpm-task-priority-bubble.priority_low {
	background: #0ed98e;
	color: #fff;
}

.zpm-task-priority-display.priority_medium,
.zpm-task-priority-bubble.priority_medium {
	background: #ffe000;
	color: #fff;
}

.zpm-task-priority-display.priority_high,
.zpm-task-priority-bubble.priority_high {
	background: #ffa73a;
	color: #fff;
}

.zpm-task-priority-display.priority_critical,
.zpm-task-priority-bubble.priority_critical {
	background: #ff0047;
	color: #fff;
}

.zpm-task-priority-bubble {
	font-size: var(--zpm-font-size-medium-small);
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	background: #f9f9f9;
	padding: 2px 6px;
	border-radius: 2px;
	line-height: 16px;
}

#zpm-single-task-title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.zephyr-theme-default #zpm-sidebar-thin {
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1), 0 10px 60px rgba(0, 0, 0, 0.17);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	z-index: 9999999999999 !important;
	overflow: visible;
}

.zephyr-theme-default #zpm-sidebar-main {
	z-index: -1000000;
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.07);
}

.zephyr-theme-ultimate .zpm-task-priority-bubble {
	position: fixed;
	top: 50px;
	z-index: 99999;
}

.zpm_kanban_item.complete .zpm-kanban-task-assignee {
	color: #fff;
}

.zpm_kanban_item {
	overflow: hidden !important;
}

.zpm-kanban-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	width: 100%;
}

.zpm_kanban_item_buttons {
	left: 10px;
	bottom: 8px;
}

.zpm_kanban_item {
	padding-bottom: 40px;
}

#zpm-new-project-description {
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 70px;
	margin-top: 10px;
	text-align: center;
	font-size: var(--zpm-subtitle-font-size);
	border-width: 3px !important;
}

#zpm-new-project-description::placeholder {
	color: #999;
	letter-spacing: .5px;
}

#zpm_project_modal .zpm_modal_buttons {
	width: 100%;
	bottom: 0;
	text-align: right !important;
	padding: 25px;
	padding-right: 25px !important;
	box-sizing: border-box;
}

#zpm_modal_add_project {
	margin: 0;
}

#zpm_project_modal .zpm_modal_content {
	margin-bottom: 40px;
}

.zpm_project_name_input {
	width: 90%;
}

.zpm-kanban-priority {
	font-size: var(--zpm-font-size-medium-small);
	background: #f9f9f9;
	padding: 5px;
	line-height: 2px;
	border-radius: 2px;
	margin-left: 5px;
}

.zpm-kanban-footer {
	box-sizing: border-box;
}

#zpm-task-to-project-modal {
	width: auto;
	height: auto;
	min-width: 400px;
}

#zpm-task-to-project-modal .zpm-modal-title {
	margin-top: 5px;
}

#zpm-kanban-to-project-id {
	width: 100%;
	margin-bottom: 10px;
}

#zpm-task-to-project-modal .zpm-modal-buttons {
	text-align: right;
}

#zpm_kanban_container {
	text-align: left;
}

#zpm_switch_project_type_button {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 10px 15px;
	border-radius: 20px;
	margin-bottom: 5px;
	line-height: 14px;
	cursor: pointer;
	font-size: var(--zpm-font-size-medium);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.zpm-tooltip {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: -80%;

	width: max-content;
	left: 50%;
	opacity: 0;
	padding: 10px;

	border-radius: 3px;
	max-width: 300px;
	transform: translate(-50%, 0);
	text-transform: none;
	color: #ccc;
	z-index: 99;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm-tooltip-parent {
	position: relative;
}

.zpm-tooltip-parent:hover .zpm-tooltip {
	color: #ccc;
	opacity: 1;
	bottom: -100%;
}

.zephyr-theme-default #zpm_switch_project_type_button {
	height: auto;
	margin-top: 0px;
}

#zpm_calendar {
	margin-top: 20px !important;
}


.zephyr-theme-default #zpm-project-single.board.tasks {
	background: transparent;
	box-shadow: none;
}

.zpm_kanban_item.priority_low {
	background-color: #0ed98e;
	color: #fff !important;
}

.zpm_kanban_item.priority_medium {
	background-color: #ffe000;
	color: #fff;
}

.zpm_kanban_item.priority_high {
	background-color: #ffa73a;
	color: #fff;
}

.zpm_kanban_item.priority_critical {
	background-color: #ff0047;
	color: #fff;
}

/*.zpm-kanban-highlight .zpm-kanban-task-assignee,
.zpm-kanban-highlight .zpm-kanban-complete-task-label,
.zpm-kanban-highlight .zpm_kanban_title {
  color: #fff !important;
}*/
/*.zpm-kanban-highlight .zpm_kanban_item_buttons,
.zpm-kanban-highlight .zpm-kanban-footer a,
.zpm-kanban-highlight .zpm-kanban-due{
  color: #fff !important;
  opacity: 0.9;
}*/

.zpm-kanban-highlight.priority_none:not(.complete) .zpm-kanban-task-assignee,
.zpm-kanban-highlight.priority_none:not(.complete) .zpm-kanban-complete-task-label,
.zpm-kanban-highlight.priority_none:not(.complete) .zpm_kanban_title {
	color: #333 !important;
}

.zpm-kanban-highlight.priority_none:not(.complete) .zpm_kanban_item_buttons,
.zpm-kanban-highlight.priority_none:not(.complete) .zpm-kanban-due {
	color: #333 !important;
	opacity: 0.9;
}

.zpm-kanban-highlight.priority_none:not(.complete) .zpm_kanban_item_buttons span:hover {
	color: #333 !important;
	opacity: 1;
}

.zpm-kanban-due {
	font-size: var(--zpm-font-size-title);
}

.zpm-kanban-due-date__value {
	font-size: var(--zpm-font-size-medium-small);
	margin-top: 3px;
}


/*.zpm-kanban-highlight .zpm_kanban_item_buttons span:hover,
.zpm-kanban-highlight .zpm-kanban-footer a:hover{
  color: #fff !important;
  opacity: 1;
}*/

#zpm_kanban_container {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

a.zpm-dropdown-item {
	display: block !important;
	width: 100% !important;
}

.zpm-kanban-priority .zpm-kanban-highlight {
	border: 1px solid #eee;
}

.zpm-kanban-highlight .zpm-kanban-priority {
	transition: background .13s ease-in-out;
}

.zpm-kanban-highlight .zpm-kanban-priority:hover {
	transform: translateY(-2px) !important;
	background: rgba(255, 255, 255, 0.2) !important;
}

#zpm-task-change-status-modal {
	width: 300px;;
	padding: 0 !important;
	min-height: 0;
	height: auto;
}

.zpm-kanban-task-priority.current-priority[data-value="priority_low"] {
	background-color: #0ed98e;
	color: #fff !important;
}

.zpm-kanban-task-priority.current-priority[data-value="priority_medium"] {
	background-color: #ffe000;
	color: #fff;
}

.zpm-kanban-task-priority.current-priority[data-value="priority_high"] {
	background-color: #ffa73a;
	color: #fff;
}

.zpm-kanban-task-priority.current-priority[data-value="priority_critical"] {
	background-color: #ff0047;
	color: #fff;
}

.body.zephyr-frontend-manager-template.zpm-single-project {
	overflow: hidden !important;
}

.zpm_kanban_title {
	/* resize: both !important; */
	box-sizing: border-box;
	min-width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .0);
	outline: none !important;
	white-space: pre-wrap;
	padding: 10px;
	max-height: 60%
}

.zpm_kanban_title:hover,
.zpm_kanban_title:focus,
.zpm_kanban_title:active {
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.zpm_kanban_title {
	cursor: text !important;
}

#zpm-select-task-template {

	top: 10px;
	right: 10px;
	position: fixed;
}

#zpm-new-task-template-dropdown {
	background: #fff;
	right: 10px;
	width: auto;
	min-width: 200px;
	top: 50px;
}

#zpm_create_task.zpm-hide-default-fields #zpm_new_task_assignee,
#zpm_create_task.zpm-hide-default-fields #zpm_new_task_assignee_chosen,
#zpm_create_task.zpm-hide-default-fields #zpm_new_task_team_selection_chosen,
#zpm_create_task.zpm-hide-default-fields #zpm_new_task_project_chosen,
#zpm_create_task.zpm-hide-default-fields .zpm-new-task-description-field,
#zpm_create_task.zpm-hide-default-fields #zpm-new-task-team-selection,
#zpm_create_task.zpm-hide-default-fields #zpm_new_task_project {
	display: none !important;

}

#zpm_create_task.zpm-hide-default-fields label[for="zpm_new_task_assignee"],
#zpm_create_task.zpm-hide-default-fields label[for="zpm_new_task_project"],
#zpm_create_task.zpm-hide-default-fields label[for="zpm-new-task-team-selection"] {
	display: none !important;
}

.zpm-task-item__custom-field {
	margin-left: 10px;
	border-left: 1px solid #ddd;
	padding-left: 10px;
}

.zpm-task-item__custom-field-label {
	color: #333;
}

.zpm-task-item__custom-field-value {
	color: #aaa;
}

#zpm_project_modal .zpm_modal_item {
	width: 40%;
}

#zpm_project_modal {
	height: auto !important;
	min-height: 0px !important;
	max-height: 580px !important;
	overflow: hidden;
	padding-bottom: 20px;
}

/*
#zpm_modal_add_project {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
*/
#zpm_project_modal .zpm_modal_body h3 {
	margin: 10px;
	margin-top: 0 !important;
	font-size: var(--zpm-font-size-title-large);
}

#zpm_project_modal .zpm_modal_body h2 {
	margin-top: 7px;
	margin-bottom: 15px;
}

#zpm_calendar .fc-time {
	display: none !important;
}


.zpm-project-item__link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.zpm-project-item__due_date {
	display: block;
}

.zpm-project-item__footer {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.zpm-project-footer__category {
	color: #fff;
	font-size: var(--zpm-font-size-medium-small);
	padding: 4px 10px;
	border-radius: 20px;
}

.zephyr-theme-default .zpm-project-item {
	padding: 15px !important;
}

.zpm_modal_item {
	max-width: 40%;
}


.zpm-task-priority-bubble {
	position: absolute;
	right: 15px;
	top: 17px;
}

#zpm_project_modal .zpm_modal_buttons {
	position: fixed;
	bottom: 0;
	right: 0px;
}

#zpm-new-project-priority-dropdown {
	bottom: 101% !important;
	left: 0;
	top: unset;
}

.zephyr-theme-ultimate .zpm-project-item .zpm-task-priority-bubble {
	position: absolute;
	top: 22px;
	right: 17px;
}

.zpm_kanban_item.complete .zpm-kanban-priority[data-priority=""],
.zpm_kanban_item.complete .zpm-kanban-priority[data-priority="priority_none"] {
	background: transparent;
	border: 1px solid #eee;
}

.zpm_kanban_item.priority_low .zpm-kanban-task-assignee,
.zpm_kanban_item.priority_low .zpm-kanban-complete-task-label,
.zpm_kanban_item.priority_low .zpm-kanban-due,
.zpm_kanban_item.priority_medium .zpm-kanban-task-assignee,
.zpm_kanban_item.priority_medium .zpm-kanban-complete-task-label,
.zpm_kanban_item.priority_medium .zpm-kanban-due,
.zpm_kanban_item.priority_high .zpm-kanban-task-assignee,
.zpm_kanban_item.priority_high .zpm-kanban-complete-task-label,
.zpm_kanban_item.priority_high .zpm-kanban-due,
.zpm_kanban_item.priority_critical .zpm-kanban-task-assignee,
.zpm_kanban_item.priority_critical .zpm-kanban-complete-task-label,
.zpm_kanban_item.priority_critical .zpm-kanban-due {
	color: #fff;
}

.zpm_kanban_item.priority_low .zpm_kanban_item_buttons,
.zpm_kanban_item.priority_medium .zpm_kanban_item_buttons,
.zpm_kanban_item.priority_high .zpm_kanban_item_buttons,
.zpm_kanban_item.priority_critical .zpm_kanban_item_buttons {
	color: #fff !important;
}


#zpm-new-project-priority .zpm-priority-name {
	text-align: center;
	display: inline-block;
	width: 100%;
}

#zpm-task-options-dropdown,
#zpm-add-new-dropdown,
#zpm-project-options-dropdown {
	display: table;
}

.zpm_button {
	display: inline-block !important;
	vertical-align: middle;
}

/* #zpm-task-overview-edit,
#zpm-task-overview-view {
  margin-bottom: 20px;
} */

#zpm-task-overview-edit .zpm-remove-template-field {
	display: inline-block !important;
	right: 0;
	font-size: var(--zpm-font-size-regular);
}

#zpm-task-overview-edit .zpm_task_custom_field,
#zpm-task-overview-edit .zpm-template-custom-field {
	position: relative;
	width: 40%;
}

#zpm-task-overview-edit .zpm_task_custom_field input[type="text"],
#zpm-task-overview-edit .zpm_task_custom_field textarea,
#zpm-task-overview-edit .zpm_task_custom_field select,
#zpm-task-overview-edit .zpm-template-custom-field input[type="text"],
#zpm-task-overview-edit .zpm-template-custom-field textarea,
#zpm-task-overview-edit .zpm-template-custom-field select {
	width: 100% !important;
}

#zpm-task-overview-view .zpm-custom-field-label {
	margin-bottom: 5px;
}

#zpm-task-overview-view .zpm-custom-field {
	margin-bottom: 15px;
}

#zpm-task-overview-edit .zpm_task_custom_field {
	background: transparent !important;
	border: none;
}

#zpm-view-categories {
	margin-bottom: 15px;
}

.zpm-category-view__item {
	margin-top: 5px;
}

.zephyr-theme-default #zpm-project-edit {
	padding: 20px;
}

#zpm-task-single-priority {
	position: relative;
	top: unset;
	right: unset;
	display: inline-block;
	vertical-align: middle;
}

.zephyr-theme-ultimate .zpm-task-single__header {
	position: fixed;
	top: 20px;
}

.zephyr-theme-ultimate #zpm-single-task-title {
	position: relative !important;
	display: inline-block;
	vertical-align: middle;
}

.zephyr-theme-ultimate #zpm-single-task-title {
	display: inline-block;
	vertical-align: middle;
	top: unset;
	top: none;
}

.zpm-label-hidden {
	opacity: 0 !important;
}


.zephyr-theme-ultimate #zpm-project-single__header {
	position: fixed;
	top: 16px;
}

.zephyr-theme-ultimate #zpm-project-single__title {
	position: relative !important;
	display: inline-block;
	vertical-align: middle;
	top: none;
	top: unset;
	margin-right: 10px;
}

.zephyr-theme-ultimate #zpm-project-task-title {
	display: inline-block;
	vertical-align: middle;
	top: unset;
	top: none;
}

.zpm-label-hidden {
	opacity: 0 !important;
}

.zephyr-theme-default #zpm-project-single__title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.zephyr-theme-default #zpm-edit-project-priority {
	padding: 5px 10px !important;
}

#zpm-edit-project-priority {
	border: 1px solid #eee !important;
}

.zephyr-theme-modern #zpm-sidebar-main {
	width: 260px;
	box-shadow: none !important;
	background: #2d92e5 !important;
	background: -moz-linear-gradient(-45deg, #2d92e5 0%, #001bce 100%) !important;
	background: -webkit-linear-gradient(-60deg, #001bce 0%, #2d92e5 100%) !important;
	background: linear-gradient(135deg, #2d92e5 0%, #001bce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d92e5', endColorstr='#001bce', GradientType=1) !important;
	color: #fff !important;
}

.zephyr-theme-modern .zpm-menu-item {
	background: transparent !important;
	color: #fff !important;
	opacity: 0.7;
	padding: 15px 35px;
}

.zephyr-theme-modern .zpm-menu-item:hover {
	background: transparent !important;
	color: #fff !important;
	opacity: 1;
}

.zephyr-theme-modern #zpm-user-name {
	opacity: 0;
}

.zephyr-theme-modern #zpm_front_project_page {
	background: #f9f9f9;
}

.zephyr-theme-modern .zpm-panel {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}

#zpm_copy_project_modal {
	height: auto !important;
}

.zpm_kanban_item.priority_none .zpm-kanban-complete-task-label {
	color: #999;
}

.zpm_kanban_item.priority_none .zpm-kanban-task-assignee {
	border-color: #eee;
}

.zpm_kanban_item.priority_none:not(.complete) .zpm-kanban-task-assignee {
	color: #ccc !important;
}

.zpm_kanban_item.priority_none:not(.complete) .zpm-kanban-complete-task-label {
	color: #ccc !important;
}

.zpm_task_custom_field {
	width: 100%;
	position: relative;
}

#zpm_task_edit_custom_fields {
	width: 30%;
}

#zpm-project-edit #zpm_task_edit_custom_fields input,
#zpm-project-edit #zpm_task_edit_custom_fields textarea {
	width: 100%;
}

.zpm-task-overview-cf .zpm_label {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}

#zpm-project-view label {
	font-weight: bold;
}

#zpm-project-preview__custom_fields {
	margin-bottom: 15px;
}

#zpm-project-edit input,
#zpm-project-edit textarea {
	border: none;
}

#zpm-content.users #zpm-members {
	display: inline-block;
	width: calc(100% - 400px);
	box-sizing: border-box;
	white-space: nowrap;
	white-space: normal;
	vertical-align: top;
	padding: 20px;
}

#zpm-content.users #zpm-member-details {
	display: inline-block;
	width: 400px;
	background: #fff;
	box-sizing: border-box;
	white-space: normal;
	vertical-align: top;
	margin-left: -4px;
	height: 100vh;
	box-shadow: 0 1px 20px rgba(39, 45, 54, 0.06);
}

#zpm-content.users {
	padding: 0;
}

#zpm-content.users .zpm-page-title {
	padding-left: 60px !important;
}

#zpm-member-details__avatar {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	background-size: cover;
	border-radius: 50%;
}

#zpm-member-details__display-info {
	text-align: center;
	width: 100%;
	height: 200px;
	background: #e21270;
	color: #fff;
	padding: 15px;

}

#zpm-member-details__name,
.zpm-member-details__email-address {
	display: block;
}

#zpm-member-details__other-info {
	padding: 20px;
}

.zpm-member-list-item__avatar {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle;
	background-size: cover;
	margin-right: 10px;
}

.zpm-member-list-item__name {
	display: inline-block;
	vertical-align: top;
}

.zpm-member-list__item {
	height: 55px;
	line-height: 55px;
	background: #fff;
	margin-bottom: 10px;
	padding-left: 10px;
	box-shadow: 0 1px 20px rgba(39, 45, 54, 0.06);
	cursor: pointer;
}

.zpm-member-list__item:hover {
	box-shadow: 0 4px 30px rgba(39, 45, 54, 0.09);
	transform: translateY(-2px);
}

.zephyr-theme-default #zpm-member-details {
	position: absolute;
	right: 0;
	top: 0;
}

.zephyr-theme-default #zpm-content.users {
	padding-top: 20px;
}

button#zpm_profile_settings {
	display: block !important;
}

.zpm-member-list__item {
	background: transparent;
	box-shadow: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	margin: 0;
}

.zpm-member-list__item:hover {
	background-color: #fff;
	transform: none;
}

.zpm-member-list-item__progress {
	float: right;
	padding-right: 15px;
}

.zpm-member-list-item__progress > span {
	padding-left: 15px;
}

.zpm-member-progress__value {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
}

.zpm-member-progress__percent_complete .zpm-member-progress__value {
	background: transparent;
}

.zpm-kanban-highlight .zpm_kanban_item_buttons,
.zpm-kanban-highlight .zpm-kanban-due {
	opacity: 1;
}

.zpm_kanban_custom_fields #zpm_task_edit_custom_fields {
	width: 100%;
}

.zpm_kanban_custom_fields label {
	display: block;
	margin-top: 10px;
}

.zpm_kanban_item.complete .zpm_kanban_custom_fields .zpm_input,
.zpm_kanban_item:not(.complete).priority_medium .zpm_kanban_custom_fields .zpm_input,
.zpm_kanban_item:not(.complete).priority_low .zpm_kanban_custom_fields .zpm_input,
.zpm_kanban_item:not(.complete).priority_high .zpm_kanban_custom_fields .zpm_input,
.zpm_kanban_item:not(.complete).priority_critical .zpm_kanban_custom_fields .zpm_input {
	border-color: rgba(255, 255, 255, 0.4) !important;
	border: none;
	color: #fff !important;
}

.zpm_kanban_item.complete .zpm_kanban_custom_fields .zpm_input::placeholder,
.zpm_kanban_item:not(.complete):not(.priority_none) .zpm_kanban_custom_fields .zpm_input::placeholder {

	color: #fff;
	opacity: .6;
}

.zpm_kanban_item.complete .zpm_kanban_custom_fields .zpm_input:hover {
	border-color: rgba(255, 255, 255, 0.9) !important;
	border: none;
}

.zpm_kanban_item.complete .zpm-material-checkbox,
.zpm_kanban_item:not(.complete):not(.priority_none) .zpm-material-checkbox {
	color: #fff;
}

.zpm_kanban_item .zpm-remove-template-field {
	opacity: .6;
	color: #333;
}

.zpm_kanban_item.complete .zpm-remove-template-field,
.zpm_kanban_item:not(.complete):not(.priority_none) .zpm-remove-template-field {

	opacity: .6;
	color: #fff;
}

.zpm_kanban_item .zpm-remove-template-field:hover {
	opacity: .9 !important;

}

.zpm_kanban_item.complete .zpm-remove-template-field:hover,
.zpm_kanban_item:not(.complete):not(.priority_none) .zpm-remove-template-field:hover {
	opacity: .9;
	color: #fff;
}

#zpm_task_editor #zpm_task_edit_custom_fields {
	width: 100%;
	margin-bottom: 10px;
}

.zpm-member-list-item__progress {
	position: absolute;
	right: 0;
}

.zpm-member-list__item {
	position: relative;
}

@media (max-width: 1200px) {
	.zpm-member-list__item {
		height: 110px;
	}

	.zpm-member-list-item__progress {
		position: relative;
		display: block;
		clear: both;
		float: none;
	}
}

.zpm-member-details__task-item {
	padding: 5px 10px;
	cursor: pointer;
	transition: all .12s ease-in-out;
}

.zpm-member-details__task-item:hover {
	background: #f9f9f9;
}

#zpm-member-details__other-info span {
	display: block;
	margin-bottom: 10px;
}

#zpm-member-details__other-info label {
	color: #aaa;
	display: block;

}

#zpm-member-details__scrollable {
	max-height: calc(100vh - 200px);
	overflow: auto;
}

.zpm-member-details__subheader {
	font-size: var(--zpm-font-size-regular);
	padding: 10px;
	margin: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#zpm-member-details .zpm-subtle-error {
	padding: 5px 10px;
	color: #aaa;
}

#zpm-column-to-project-modal {
	width: 350px;
	height: auto;
}

#zpm-column-to-project-modal .zpm_input {
	width: 100%;

}

#zpm-column-to-project-modal .zpm-modal-buttons {
	text-align: right;
	padding-top: 10px;
}

#zpm-column-to-project-modal .zpm-modal-title {
	margin-top: 5px;
}

.zpm_kanban_row {
	border-radius: 6px;
	cursor: pointer;
}

/*.zpm_kanban_row * {
  cursor: pointer;
}

.zpm_kanban_row:hover {
    border-color: #ddd;
    z-index: 9;
    box-shadow: 0 5px 10px rgba(0,0,0,0.07), 0 5px 5px rgba(0,0,0,0.07) !important;
}
*/
.zpm_kanban_row.gu-mirror {
	background: #fff !important;
	border: 1px solid #eee;
	border-radius: 7px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.07), 0 7px 10px rgba(0, 0, 0, 0.07) !important;
}

#zpm-edit-project-priority-dropdown,
#zpm-edit-task-priority-dropdown,
#zpm-new-project-priority-dropdown,
#zpm-new-task-priority-dropdown {
	width: 170px !important;
}

#zpm-task-overview-edit #zpm_task_edit_custom_fields {
	width: 100%;
}

.zpm_kanban_item.complete .zpm-kanban-priority {
	background: transparent;
	border: 1px solid #fff;
}

.zpm_kanban_item.priority_none.complete .zpm-kanban-complete-task-label {
	color: #fff;
}

#zpm-restricted-access input {
	border: none;
	outline: none
}

#zpm-restricted-access {
	width: 500px;
	height: auto !important;
	padding: 25px;
	border-radius: 8px;
}


#zpm-login-button {
	width: 100%;
	margin-top: 10px;
}

.zpm-home-page-link {
	margin-top: 10px !important;
	display: block;
}

.zpm-pull-right {
	text-align: right;
}

.zephyr-modal {
	height: auto;
}

.zephyr-modal input,
.zephyr-modal input:focus,
.zephyr-modal input:active,
.zephyr-modal input:hover {
	border: none !important;
	border-width: 2px !important;
	outline: none !important;
}

.zephyr-modal .zpm-modal-header {
	margin-top: 5px;
	font-size: 20px;
	font-weight: normal;
}

.zephyr-modal .zpm-modal-footer {
	text-align: right;
	margin-top: 15px;
}

.zpm-login-or {
	margin: 0;
	margin-top: 20px;
	font-size: var(--zpm-font-size-title);
}

.zephyr-modal input.zpm-form__field,
.zephyr-modal textarea.zpm-form__field {
	border-bottom: 1.5px solid #eee !important;
}

#zpm-create-new-user-btn {
	margin-bottom: 15px;
}

.zpm-unique-id-login,
.zpm-user__unique_id {
	display: none;
}


.zpm-kanban-attachment {
	padding: 5px 7px !important;
	display: block !important;
	margin-bottom: 10px;
	width: 100% !important;
	max-width: unset;
}


#zpm-image-preview-modal {
	height: auto;
	padding: 0;
	min-width: unset !important;
	min-height: unset !important;
	max-height: unset;
	max-width: 700px;
	width: auto;
	background: transparent;
	border: none !important;
	box-shadow: none !important;
}

#zpm-image-preview-img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 20px rgba(0, 0, 0, 0.17) !important;
}

#zpm-pdf-preview-modal {
	padding: 0;
}

#zpm-pdf-preview-embed {
	height: 100% !important;
}

#zpm-image-preview-img {
	min-width: 700px;
}

#zpm-member-details {
	position: fixed;
}

#zpm-member-details__scrollable {
	max-height: calc(100% - 260px) !important;
	overflow: auto;
}

.zephyr-theme-default #zpm-member-details__scrollable {
	max-height: calc(100% - 200px) !important;
	overflow: auto;
}

.zephyr-theme-default #zpm-new-task-priority {
	padding: 6px 10px !important;
}

.zephyr-error-modal .zpm-modal-buttons {
	text-align: right;
}

.zephyr-theme-ultimate .project-edge {
	z-index: 9;
}

.zephyr-theme-ultimate .zpm-menu-title {
	width: auto !important;
	min-width: unset;
	max-width: unset;
	width: max-content !important;
}

#zpm-file-manager__target-project {
	width: 100%;
	display: block;
}

#zpm-file-manager__file-url {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.zpm-dropdown {
	font-family: "Roboto";
}

@media (max-width: 550px) {
	#zpm-restricted-access {
		width: 95% !important;
		max-width: unset !important;
		box-sizing: border-box !important;
	}
}

.zephyr-theme-default .zpm-project-list-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.zephyr-theme-default .zpm_task_description {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 30%) !important;
	display: inline-block;
	vertical-align: middle;
}

.zpm-calendar__description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#zpm_calendar .fc-event-container .fc-event {
	padding: 10px !important;
}

.zpm_task_list .zpm_error_message {
	padding: 10px;
}

#zpm-tasks-filter {
	font-size: var(--zpm-font-size-regular);
	line-height: 13px;
}

#zpm_project_modal {
	max-width: unset;
	max-height: unset !important;
	width: 100%;
	height: 100% !important;
}

#zpm_project_modal .zpm_col_container {
	text-align: center !important;
	display: block !important;
}

.zpm_project_name_input,
#zpm-new-project-description {
	font-size: var(--zpm-font-size-title-large) !important;
	font-weight: 200 !important;
	padding: 20px !important;
}

#zpm-new-project-description {
	min-height: 120px;
}

#zpm_project_modal .zpm_close_modal,
#zpm_quickview_modal .zpm_close_modal {
	transform: none;
}

#zpm_task_view_container #zpm_view_task_dropdown {
	width: auto !important;
	width: max-content !important;
}

.zpm_col_container {
	display: block;
	white-space: nowrap;
	margin-top: 20px;
}

.zpm_modal_item {
	display: inline-block;
	width: auto;
}

@media (max-width: 650px) {
	.zpm_modal_item {
		width: 50%;
	}
}

.zpm-close-btn__custom-fields {
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: pointer;
}


@media (max-width: 680px) {
	#zpm_create_task {
		max-width: 100vw !important;
		width: 100vw !important;
		height: 100vh !important;
		max-height: unset !important;
		min-width: unset !important;

	}

	#zpm_create_task .zpm_modal_buttons {
		position: fixed;
		bottom: 150px;
		right: 0;
		z-index: 99999;
	}
}

@media (max-width: 500px) {
	#zpm_create_task {
		padding-bottom: 130px;
	}

	#zpm_create_task .zpm_modal_buttons {
		position: fixed;
		bottom: 100px;
		right: 0;
		z-index: 99999;
	}

	#zpm_create_task .zpm_modal_buttons > .zpm_button {
		display: block !important;
		width: 100%;
		margin: 0 !important;
		margin-bottom: 5px !important;
		box-sizing: border-box;
		text-align: center;
	}
}

#zpm-project-single__settings #zpm-project-single__form-settings {
	padding: 20px;
}

#zpm-project-single__save_settings {
	margin-top: 10px;
}


.zpm-error__no-milestones {
	padding: 20px;
	margin: 0;
}

#zpm-milestone-project-list,
#zpm-milestone-task-list {
	max-height: 400px !important;
	overflow: auto;
}

#zpm-milestone-project-select .zpm_task_loader,
#zpm-milestone-task-select .zpm_task_loader,
#zpm-edit-milestone-project-select .zpm_task_loader,
#zpm-edit-milestone-task-select .zpm_task_loader {
	display: block;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
}

.zpm-panel__no-background {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.zpm-milestone {
	background: #fff;
	margin-bottom: 10px;
	min-height: 100px;
	border: 2px solid #ddd;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	position: relative;
}

.zpm-milestone:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 20px rgba(0, 0, 0, 0.07);
}

.zpm-milestone__checkbox,
.zpm-milestone-task__checkbox,
.zpm-milestone-project__checkbox {
	display: none !important;
}

.zpm-milestone__check {
	font-size: var(--zpm-font-size-title-large);
	color: #aaa;
	margin-right: 7px;
	display: inline-block;
	margin-bottom: 4px;
}

.zpm-milestone__check:hover {
	color: #81d742;
}

.zpm-milestone__title {
	font-size: var(--zpm-subtitle-font-size);
	line-height: 15px;
	margin: 0;
}

.zpm-milestone__task:hover,
.zpm-milestone__project:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 20px rgba(0, 0, 0, 0.07);
}

.zpm-milestone__task-list,
.zpm-milestone__project-list {
	margin-top: 10px;
}

.zpm-milestone.completed {
	background: #81d742;
	border-color: #81d742;
	color: #fff;
}

.zpm-milestone.completed .zpm-milestone__check {
	color: #fff;
	opacity: .8;
}

.zpm-milestone.completed .zpm-milestone__check:hover {
	opacity: 1;
}


.zpm-milestone.completed .zpm-milestone__task,
.zpm-milestone.completed .zpm-milestone__project {
	border-color: #fff;
}

.zpm-milestone.completed .zpm-milestone__task-list,
.zpm-milestone.completed .zpm-milestone__project-list {
	border-color: #fff;
}

.zpm-milestone-task__check,
.zpm-milestone-project__check {
	font-size: var(--zpm-font-size-title-large);
	margin-right: 10px;
}

.zpm-milestone__task.completed,
.zpm-milestone__project.completed {
	background: #64d1a1;
	border-color: #64d1a1 !important;
	color: #fff;
}

.zpm-milestone__description {
	margin-top: 10px;
}

.zpm-milestones__due {
	position: absolute;
	top: 20px;
	right: 20px;
}

.zpm-milestone__options {
	position: absolute;
	left: -2px;
	top: -27px;
	height: auto;
	width: auto;
	background: #fff;
	border: 1px solid #ddd;
	display: block;
	color: #333;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	user-select: none;
}

.zpm-milestone__option {
	display: inline-block;
	width: 40px;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	border-right: 1px solid #eee;
}

.zpm-milestone__options > .zpm-milestone__option:last-of-type {
	border: none;
}

.zpm-milestone:hover .zpm-milestone__options {
	pointer-events: all;
	opacity: 1;
	transform: translateY(-10px);
}

.zpm-milestone__task,
.zpm-milestone__project {
	border: 1px solid #ddd;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
	transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1);
	cursor: pointer;
}

.zpm-milestone__task-list .zpm-milestone__task:first-of-type,
.zpm-milestone__project-list .zpm-milestone__project:first-of-type {
	border-top: 1px solid #ddd;
}


.zpm-milestone__task:not(.completed) + .zpm-milestone__task:not(.completed),
.zpm-milestone__project:not(.completed) + .zpm-milestone__project:not(.completed) {
	border-top: none;
}

/*.zpm-milestone.completed .zpm-milestone__task-list .zpm-milestone__task:not(.completed):first-of-type, .zpm-milestone__project-list .zpm-milestone__project:not(.completed):first-of-type {
  border-color: #fff !important;
}*/

.zpm-new-milestone__preview-task,
.zpm-new-milestone__preview-project,
.zpm-edit-milestone__preview-task,
.zpm-edit-milestone__preview-project {
	text-align: left;
	border: 1px solid #ddd;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
	transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1);
	cursor: pointer;
	position: relative;
}

.zpm-new-milestone__preview-task:hover,
.zpm-new-milestone__preview-project:hover,
.zpm-edit-milestone__preview-task:hover,
.zpm-edit-milestone__preview-project:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 20px rgba(0, 0, 0, 0.07);
}


#zpm-new-milestone__tasks,
#zpm-new-milestone__projects,
#zpm-edit-milestone__tasks,
#zpm-edit-milestone__projects {
	margin-top: 10px;
}

.zpm-new-modal__delete-task-preview,
.zpm-new-modal__delete-project-preview,
.zpm-edit-modal__delete-task-preview,
.zpm-edit-modal__delete-project-preview {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: var(--zpm-subtitle-font-size);
	color: #ccc;
}

.zpm-new-modal__delete-task-preview:hover,
.zpm-new-modal__delete-project-preview:hover,
.zpm-edit-modal__delete-task-preview:hover,
.zpm-edit-modal__delete-project-preview:hover {
	color: red;
}

.zpm-milestone-item__added {
	padding: 5px 10px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 2px;
}

.zpm-list__item {
	position: relative;
}

#zpm-milestones__filter {
	margin-bottom: 20px;
}

.zpm-milestone__progress {
	width: 100%;
	height: 6px;
	display: inline-block;
	background: #f4f4f4;
	position: absolute;
	bottom: 20px;
	box-sizing: border-box;
	left: 20px;
	width: calc(100% - 80px);
}

.completed .zpm-milestone__progress {
	background: rgba(255, 255, 255, 0.3);
}

.zpm-milestone__progress-bar {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all 1s cubic-bezier(.25, .8, .25, 1);
}

.zpm-milestone {
	padding-bottom: 50px;
}

.zpm-milestone__progress-percent {
	width: 50px;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 0;
}

#zpm-project-milestones__list {
	padding: 20px;
	box-sizing: border-box;
}

.zpm-milestone__progress {
	border-radius: 30px;
	overflow: hidden;
}

#zpm-edit-milestone-modal .zpm-modal-inner {
	max-height: 500px;
	overflow: visible;
}

#zpm-new-project-milestone__btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.zpm-list__item {
	padding: 8px 15px;
	cursor: pointer;
}

.zpm-list__item:hover {
	background: #f9f9f9;
}

#zpm-milestone-task-select {
	padding: 0;
}

.zephyr-confirm-modal .zpm-modal-buttons {
	text-align: right;
}

.zephyr-confirm-modal .zpm-modal-buttons .zpm_button {
	margin-left: 5px;
}

#zpm-milestone-project-select {
	padding: 0 !important;
}

.zpm-milestone-item__added {
	line-height: 12px;
	font-size: var(--zpm-font-size-medium);
}

#zpm-new-milestone-modal .zpm-modal-inner,
#zpm-edit-milestone-modal .zpm-modal-inner {
	max-height: 400px;
	overflow: visible;
}


#zpm-milestones__filter #zpm-new-milestone-btn {
	position: absolute;
	right: 0;
	top: 0;
}

#zpm-milestones__filter {
	position: relative;
}

.zephyr-theme-ultimate .zpm-title__milestones .zpm-heading-subtext {
	display: none;
}

.zephyr-theme-ultimate #zpm-milestones__filter-nav .zpm-navigation-item {
	color: #999;
}

.zephyr-theme-ultimate #zpm-new-project-milestone__btn {
	top: 0;
}

.zpm-project-stat {
	vertical-align: top;
}

.zpm-users__open-details-menu {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
	cursor: pointer;
	display: none;
}

@media (max-width: 540px) {
	.zpm_settings_notification {
		vertical-align: top;
		width: 100%;
		display: block;
		margin-top: 10px;
	}

	#zpm_profile_settings .zpm_settings_notification .zpm_checkbox_label {
		margin-top: 0 !important;
	}

	#zpm_profile_settings {
		width: 100%;
	}

	#zpm_profile_settings .zpm_input {
		width: 100%;
	}

}

@media (max-width: 700px) {
	#zpm-content.users #zpm-member-details {
		width: 0;
		top: 60px !important;
		transition: width .3s ease-in-out;
	}

	#zpm-members {
		width: 100% !important;
	}

	.zpm-pull-right {
		text-align: left;
	}

	.zpm-users__open-details-menu {
		display: block;
	}

	#zpm-content.zpm-user-details__visible #zpm-member-details {
		width: 70% !important;
		top: 0;
	}
}

#zpm-content.users #zpm-member-details {
	position: fixed;
	right: 0;
}

@media (max-width: 1000px) {
	.zephyr-theme-default #zpm-content.users #zpm-member-details {
		width: 0;
		top: 0 !important;
		transition: width .3s ease-in-out;
	}

	.zephyr-theme-default #zpm-members {
		width: 100% !important;
	}

	.zephyr-theme-default .zpm-pull-right {
		text-align: left;
	}

	.zephyr-theme-default .zpm-users__open-details-menu {
		display: block;
		bottom: unset;
		top: 25px;
		right: 25px;
	}

	.zephyr-theme-default #zpm-content.zpm-user-details__visible #zpm-member-details {
		width: 50% !important;
		top: 0;
	}
}

@media (max-width: 500px) {
	/*.zephyr-theme-default #zpm-sidebar-main {*/
	/*	width: 50px;*/
	/*}*/
	/*.zephyr-theme-default #zpm-sidebar-content {*/
	/*	display: flex !important;*/
	/*	flex-direction: column !important;*/
	/*	align-items: center;*/
	/*	justify-content: center;*/
	/*	padding-top: 10px;*/
	/*}*/

}

#zpm-quick-search__container {
	position: absolute;
	right: 100px;
	bottom: 10px;
}

.zpm-quick-search-results {
	position: absolute;
	top: 120%;
	background: #fff;
	z-index: 9999;
	width: 250px;
	right: 0;
	max-height: 80vh;
	overflow: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 20px rgba(0, 0, 0, 0.08) !important;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border-radius: 3px;
}

.zpm-quick-search-results h5 {
	margin: 0;
	padding: 8px 10px;
}

.zpm-quick-search-results ul {
	list-style: none;
	padding: 0;
}

.zpm-quick-search-results li {
}

.zpm-quick-search-results li a {
	color: #777 !important;
	list-style: none;
	padding: 7px 10px !important;
	cursor: pointer !important;
	display: inline-block;
	transition: all .12s ease-in-out;
	width: 100%;
}

.zpm-quick-search-results li:hover {
	background: #f9f9f9;
}

.zpm-quick-search-input {
	color: #fff;
	outline: none;
}

.zpm-quick-search-results {
	opacity: 0;
	pointer-events: none;
}

.show .zpm-quick-search-results {
	opacity: 1;
	pointer-events: all;
	top: 110%;
}

.zpm-single-project #zpm-quick-search__container,
.zpm-task-list-page #zpm-quick-search__container,
.zpm-single-task #zpm-quick-search__container {
	bottom: -60px;
	z-index: 99998;
}

.zpm-calendar__filter-section {
	display: inline-block;
	text-align: left;
}

.zpm-calendar__filter-section .zpm_label {
	display: block;
}

.zpm-select {
	outline: none;
	box-shadow: none;
	border: 1px solid #aaa;
	border-radius: 0;
}

@media (max-width: 850px) {
	.zpm-calendar__filter-section {
		width: 49%;
	}

	.zpm-calendar__filter-section .zpm-select {
		width: 100%;
	}
}

@media (max-width: 650px) {
	.zpm-calendar__filter-section {
		width: 100%;
	}

	.zpm-calendar__filter-section .zpm-select {
		width: 100%;
	}
}

#zpm-calendar__filter {
	text-align: right;
}

#zpm_calendar .fc-event {
	box-shadow: 0 0 1px rgba(76, 86, 103, .25), 0 10px 18px rgba(31, 37, 50, .04) !important;
}

#zpm_calendar .fc-event:hover {
	box-shadow: 0 0 10px rgba(76, 86, 103, .25), 0 20px 18px rgba(31, 37, 50, .04) !important;
}

.zephyr-theme-ultimate #zpm-calendar__filter {
	text-align: left;
}

.zpm-task__type-label {
	border: 1px solid;
	padding: 3px 7px;
	border-radius: 2px;
	margin-left: 7px;
}

#zpm-dashboard__daily-tasks {
	margin-top: 20px;
}

.zpm-daily-tasks__list-item {
	padding: 7px 10px;
	cursor: pointer;
	position: relative;
	transition: background .2s ease-in-out;
}

.zpm-daily-tasks__list-item:hover {
	background: #f9f9f9;
}

.zpm-block-url {
	display: block;
	color: #333;
	text-decoration: none;
}

.zpm-block-url:hover,
.zpm-block-url:focus,
.zpm-block-url:active,
.zpm-block-url:visited {
	color: #333;
	outline: none;
	box-shadow: none;
}

.zpm-daily-task__priority {
	padding: 3px 5px;
	border-radius: 2px;
	color: #fff;
	margin-left: 10px;
}

.zpm-daily-task__details {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.zpm_col_container li {
	display: inline-block;
}

.zpm-report-task__assignee,
.zpm-report-task__team {
	font-weight: bold;
	color: #656565;
}

.zpm-report-task__info {
	color: #ccc;
}

#zpm_new_report_modal {
	min-height: auto;
	padding: 15px;
	text-align: left;
}

#zpm_new_report_modal .zpm_col_container {
	padding: 3px;
}

#zpm_new_report_modal .zpm_input {
	height: 32px;
	margin-bottom: 10px;
	width: 100%;
}


.zpm_report_stat {
	flex: 1;
	text-align: center;
	font-size: var(--zpm-font-size-title-large);
}

.zpm_report_task_stats {
	display: flex;
	margin: 30px 20px;
}

.zpm_byline {
	margin: 0;
	color: #ccc;
	font-style: italic;
	font-size: var(--zpm-font-size-medium-small);
}

.zpm_report_task_date {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.zpm_aside_meta {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
}

.zpm_report_summary_meta {
	display: block;
	margin: 10px 0;
}

.zpm_report_summary_meta label.zpm_label {
	display: inline-block;
	margin-top: 0;
	width: 150px;
}

.zpm_report_summary {
	margin-top: 15px;
	margin-bottom: 10px;
}

.zpm_report_assignee {
	color: #ddd;
}

.zpm_printing input,
.zpm_printing textarea {
	outline: none;
	border: none;
}

@media print {

	/*html, body {
        visibility: hidden !important;
    }*/
	#zpm_progress_container div {
		box-shadow: none !important;
	}

	#zpm_progress_container {
		padding-top: 10px !important;
		visibility: visible !important;
		position: fixed !important;
		background-color: white !important;
		height: 100% !important;
		width: 100% !important;
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		box-sizing: border-box !important;
		z-index: 9999999 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.zpm_input {
		border: none;
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#zpm_project_report_chart_img {
		width: 100% !important;
		height: auto !important;
	}

	.zpm_report_task_list {
		border-top: 1px solid #f7f7f7 !important;
		position: relative !important;
		margin: 0 !important;
	}
}


#zpm_new_report_modal .zpm_modal_header {
	padding-left: 0 !important;
	margin-left: 3px !important;
}


.zpm-report-task-list li {
	padding: 10px 0;
	transition: all .12s ease-in-out;
	border-radius: 3px;
	position: relative;
}

.zpm-report-task-complete.incomplete {
	color: #f39999;
}

.zpm-report-task-complete.complete {
	color: #2aa6f5;
}

.zpm-report-task-list li {
	padding: 10px;
	cursor: pointer;
}

.zpm-report-task-list li:hover {
	background: #f4f4f4;
}


.zpm_report_task_list {
	list-style: none;
	padding: 0;
}

.zpm_panel_heading {
	margin-top: 10px;
}

#zpm_new_report_modal {
	height: auto;
}

#zpm_new_report_modal .zpm_modal_footer {
	text-align: right;
}

#zpm_new_report_modal .zpm_col_container {
	margin: 0;
}

#zpm_new_report_modal .zpm_col_container li {
	width: 100%;
	display: block;
}

#zpm_new_report_modal .zpm_col_container ul {
	padding: 0;
	display: block;
}

#zpm_new_report_modal .zpm_col_container .zpm_col {
	display: inline-block;
	width: 50%;
}

#zpm_new_report_modal .zpm_col_container li > input {
	margin-right: 10px;
}

.zpm_circle_option_btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 50%;
	font-size: var(--zpm-font-size-medium);
	cursor: pointer;
}

.zpm_circle_option_btn:hover {
	border-color: #333;
}

.zpm_options_top_right {
	position: absolute;
	top: 0px;
	right: 10px;
}

.zpm-report__all-tasks {
	position: relative;
}

.zpm_report_details {
	width: 100%;
	display: block;
	text-align: right;
	color: #aaa;
}

.zephyr-theme-default #zpm_new_report_btn {
	position: absolute !important;
	right: 35px;
	top: 15px;
}

#zpm_progress_container .zpm_panel_holder {
	position: relative;
}


#zpm-mobile-quick-search__container,
.calender #zpm-mobile-quick-search__container {

	display: none;

}

@media (max-width: 630px) {
	#zpm-quick-search__container {
		display: none;
	}

	#zpm-mobile-quick-search__container {
		display: block;
	}


	#zpm-mobile-quick-search__container .zpm-quick-search-input {
		width: 100%;
		color: #333;
	}

	#zpm-mobile-quick-search__container .zpm-quick-search-results {
		top: 100%;
		left: 0;
		width: 100%;
	}

	#zpm-mobile-quick-search__container {
		position: relative;
	}

	.zpm-task-list-page #zpm-mobile-quick-search__container {
		margin-top: 60px !important;
	}

	.zephyr-theme-ultimate .zpm-task-filter-holder {
		margin-top: 20px !important;
	}
}

.zpm-quick-search-input:hover,
.zpm-quick-search-input:active,
.zpm-quick-search-input:focus {
	outline: none;
	box-shadow: none;
}


.zpm-single-task #zpm-mobile-quick-search__container,
.zpm-single-task #zpm-quick-search__container {
	display: none !important;
}

@media (max-width: 540px) {

	.zpm_task_list_row {
		height: 80px;
	}

	.zpm_task_list_row .zpm_task_details {
		display: block;
		bottom: 10px;
		top: unset;
		right: 15px !important;
		transform: none;
		width: 100%;
		text-align: right;
	}

	.zpm_task_list_row .zpm_task_assignee {
		margin-left: 0;
	}
}

.zephyr-theme-ultimate #zpm-add-new-dropdown.zpm-bottom {
	right: unset;
	left: 70px;
	bottom: 10px !important;
	top: unset !important;
}

@media (max-width: 540px) {
	#zpm_create_task {
		overflow: auto;
	}
}

#zpm-project-stat-overview.zpm-user-overview-stats {
	display: flex;
}

label[for="zpm-edit-task__type-daily"] {
	margin-bottom: 10px !important;
	margin-top: 10px;
	display: block !important;
}

.zpm-material-checkbox {
	user-select: none;
}

.zephyr-frontend-manager-template .header {
	display: none !important;
}

.zpm-project-field p {
	margin: 5px 0;
}

.zpm-project-field {
	margin-bottom: 15px;
}

.zpm-error__loading-members {
	padding: 10px 15px;
}

.zpm-project-progress-member__item {

	padding: 3px;
	box-sizing: border-box;
	white-space: nowrap;
	margin-bottom: 10px;
	display: inline-block;
	min-width: calc(100% / 3);
	max-width: 20px;
	float: left;
}

.zpm-project-progress__member {
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	cursor: pointer;
	position: relative;
}

.zpm-project-progress__member:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 15px rgba(0, 0, 0, 0.05);
}


.zpm-project-progress-member__item:after {
	content: "";
	display: table;
	clear: both;
}

.zpm-project-progress__member-details {
	position: absolute;
	top: 0;
	background: #fff;
	z-index: 999;
	border: 1px solid #eee;
	opacity: 0;
	pointer-events: none;
	left: 0;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 15px rgba(0, 0, 0, 0.01);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	transform: translateY(-95%);
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 3px;
	color: #333;
}

.zpm-project-progress__member:hover .zpm-project-progress__member-details {
	opacity: 1;
	pointer-events: all;
	transform: translateY(-100%);
}

#zpm-project-progress-member__list {
	display: block;
	margin-bottom: 10px;
}

.zpm-progress-member__avatar {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	border-radius: 50%;
	background-size: cover;
	margin-right: 7px;
}

.zpm-member-progress__stat {
	padding: 5px;
	color: #000;
	font-weight: bold;
}

.zpm-member-progress__stat .zpm-stat-val {
	font-weight: normal;
	color: #999;
}

.zpm-project-progress__member.zpm-green {
	background: #0bd460;
	border-color: #0bd460;
	color: #fff;
}

.zpm-project-progress__member.zpm-green .zpm-member-stat__percentage .zpm-stat-val,
.zpm-project-progress__member.zpm-green .zpm-member-stat__completed .zpm-stat-val {
	color: #0bd460;
}

.zpm-project-progress__member.zpm-yellow-green {
	background: yellowgreen;
	border-color: yellowgreen;
	color: #fff;
}

.zpm-project-progress__member.zpm-yellow-green .zpm-member-stat__percentage .zpm-stat-val,
.zpm-project-progress__member.zpm-yellow-green .zpm-member-stat__completed .zpm-stat-val {
	color: yellowgreen;
}

.zpm-project-progress__member.zpm-yellow {
	background: #ffe500;
	border-color: #ffe500;
	color: #fff;
}

.zpm-project-progress__member.zpm-yellow .zpm-member-stat__percentage .zpm-stat-val,
.zpm-project-progress__member.zpm-yellow .zpm-member-stat__completed .zpm-stat-val {
	color: #ffe500;
}

.zpm-project-progress__member.zpm-yellow-orange {
	background: orange;
	border-color: orange;
	color: #fff;
}

.zpm-project-progress__member.zpm-yellow-orange .zpm-member-stat__percentage .zpm-stat-val,
.zpm-project-progress__member.zpm-yellow-orange .zpm-member-stat__completed .zpm-stat-val {
	color: orange;
}

.zpm-project-progress__member.zpm-orange .zpm-member-stat__percentage .zpm-stat-val,
.zpm-project-progress__member.zpm-orange .zpm-member-stat__completed .zpm-stat-val {
	color: orange;
}

.zpm-project-progress__member.zpm-orange {
	background: orange;
	border-color: orange;
	color: #fff;
}

.zpm-project-progress__member.zpm-red {
	background: #e8005c !important;
	border-color: #e8005c !important;
	color: #fff;
}

.zpm-project-progress__member.zpm-red .zpm-member-stat__percentage .zpm-stat-val,
.zpm-project-progress__member.zpm-red .zpm-member-stat__completed .zpm-stat-val {
	color: #e8005c;
}

.zpm-progress-member__percent {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#zpm-chart-filter__container {
	clear: both;
	text-align: right;
	margin: 40px 0;
	margin-bottom: 20px !important;
}

.zpm-table {
	width: 100%;
}

.zpm-table .zpm-table__th,
.zpm-table .zpm-table__cell {
	display: inline-block;
	width: 25%;
	white-space: wrap;
	vertical-align: top;
}

.zpm-table__header {
	border-bottom: 1px solid #eee;
}

.zpm-table__header,
.zpm-table__row {
	display: table;
	width: 100%;
	/*Optional*/
	table-layout: fixed;
	/*Optional*/
	border-spacing: 10px;
	/*Optional*/
}

.zpm-table__row {
	border: 1px solid transparent;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.00);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm-table__row:hover {
	border-color: #eee;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 15px rgba(0, 0, 0, 0.05);
}

#zpm_project_view_tasks .zpm_message_center {
	margin-bottom: 40px !important;
}

.zpm-search-cat-name {
	background: blue;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	font-size: var(--zpm-font-size-medium);
	vertical-align: middle;
	line-height: 15px;
	border-radius: 2px;
	margin-left: 7px;
}

#zpm-search-tasks,
#zpm-search-projects {
	max-width: unset !important;
}

#zpm-search-results {
	width: 100% !important;
	min-width: 100% !important;
}

#zpm-edit-member-container {
	margin: 30px;
	padding: 20px;
}

.zpm-form__field:focus,
.zpm-form__field:active {
	outline: none !important;
}

#zpm-edit-member-container .zpm-form__field {
	padding-top: 20px;
	margin-top: 0;
}

#zpm-edit-member-container .zpm-form__group {
	padding-top: 30px;
}

.zpm_page_title {
	font-size: 25px;
	margin-left: 30px;
	margin-top: 5px;
}

.zpm-back-link {
	font-size: var(--zpm-subtitle-font-size);
	margin-right: 10px;
}

.zpm-frontend-container a.zpm_button.zpm-button__inverted {
	background: #fff;
	color: #333 !important;
	padding: 2px 10px !important;
}

#zpm-member-details__edit {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

#zpm-member-details__display-info {
	position: relative;
}

.zpm_task_details .zpm_task_assignee {
	margin-left: 0;
}

.zpm_task_details .zpm_task_project {
	margin-right: 5px;
}

.zpm-task-modal__assignee {
	margin-right: 10px;
}

.zpm-input-chosen {
	border: none !important;

}

.zpm_settings_wrap .chosen-container:hover,
.zpm-modal .chosen-container:hover {
	box-shadow: none !important;
}

.zpm_settings_wrap .chosen-container,
.zpm-modal .chosen-container {
	outline: none;
	box-shadow: none !important;
	border: 1px solid #eee !important;
	padding: 3px !important;
}

.zpm_settings_wrap .chosen-container,
.zpm-modal .chosen-container:hover {
	border: 1px solid #eee !important;
}

.zpm_settings_wrap .chosen-container .chosen-choices,
.zpm-modal .chosen-container .chosen-choices {
	border: none;
	box-shadow: none !important;
	background: unset;
}

.search-choice {
	border-radius: 2px !important;
	background: #fff !important;
	cursor: pointer !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.07) !important;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.search-choice:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.20), 0 2px 1px rgba(0, 0, 0, 0.05) !important;
}

.search-choice-close {
	color: #fff;
	transition: none;

}


#zpm_new_task_assignee_chosen {
	padding: 0 !important;
	height: auto;
}

#zpm_edit_task_assignee_chosen .chosen-choices {
	height: 38px;
	outline: none !important;
	padding: 5px 10px;
	box-sizing: border-box;
	box-shadow: none !important;
	outline: none !important;
	margin-bottom: 10px;
}

#zpm_edit_task_name {
	width: 100%;
	max-width: unset !important
}

#zpm-task-overview-edit .zpm-task-edit-field input,
#zpm-task-overview-edit textarea,
#zpm-task-overview-edit select {
	width: 100%;
}

.chosen-container a:not(.search-choice-close) {
	background: transparent !important;
	border-radius: 1px !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.chosen-results {
	padding: 0 !important;
	margin: 0 !important;
}

.chosen-container:first-of-type {
	margin-right: 5px !important;
}

.chosen-container a:not(.search-choice-close):active,
.chosen-container a:not(.search-choice-close):focus {
	outline: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

.chosen-container-active a {
	outline: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

.chosen-container-active {
	box-sizing: border-box !important;
	display: inline-block !important;
}

.chosen-search input {
	border: 1px solid #eee !important;
}

.chosen-search input:active,
.chosen-search input:focus {
	border: 1px solid #ddd !important;
	outline: none !important;
	box-shadow: none !important;
}

.chosen-container ul.chosen-results li.highlighted {
	background-color: var(--zpm-primary-color) !important;
	background-image: none !important;
}

.chosen-drop {
	border: 1px solid #eee !important;
	border-radius: 2px !important;
}

.chosen-single {
	height: 32px !important;
	line-height: 32px !important;
}

.zephyr-theme-default #zpm-task-overview-edit {
	box-shadow: none !important;
	border: none;
	margin-top: 0;
}

#zpm_new_task_project_chosen,
#zpm_new_task_assignee_chosen {
	margin-bottom: 7px;
}

#zpm_create_task .zpm_label {
	color: var(--zpm-label-color) !important;
	font-size: var(--zpm-font-size-regular);
}

#zpm-edit-member-container .zpm-form__field {
	padding: 15px 5px !important;
	margin-top: 25px !important;
}

.chosen-single,
.chosen-single:hover {
	color: #333 !important;
}

.zpm-project-status__name {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	padding: 2px 5px;
	color: #fff;
	border-radius: 2px;
	bottom: 100%;
	transition: all .12s ease-in-out;
}

.zpm_project_status {
	position: relative;
}

.zpm_project_status:hover .zpm-project-status__name {
	opacity: .9;
	bottom: 120%;
}

#zpm_new_task__status_chosen {
	margin-bottom: 10px;
}

#zpm_edit_task_assignee_chosen,
#zpm_report_project_select_chosen {
	margin: 0 !important;
	border: none !important;
	padding: 0 !important;
}

#zpm-task-overview .chosen-container,
#zpm-task-overview .zpm-input,
#zpm-task-overview-edit .zpm-task-edit-field input,
#zpm-task-overview-edit textarea,
#zpm-task-overview-edit select {
	border: 1px solid #ddd;
}


#zpm-task-edit__form-field-status {
	margin-top: 10px;
	margin-bottom: 15px;
}

#zpm-task-edit__form-field-priority {
	margin-bottom: 15px;
}

#zpm_edit_task__status_chosen {
	margin: 0 !important;
}

#zpm-task-view-description,
#zpm-project-view-description {
	white-space: pre-line;
}

.zpm-daily-task__priority {
	font-size: var(--zpm-font-size-medium);
}


#zpm-new-project__fields {
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
}

#zpm_project_modal .zpm_modal_body {
	overflow: auto !important;
	max-height: 100vh !important;
	height: 100vh;
	min-height: unset;
}

#zpm-new-project-description,
.zpm_project_name_input {
	min-height: unset;
	border-width: 2px !important;
	padding: 10px 10px !important;
	text-align: left;
	font-size: var(--zpm-font-size-regular);
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	width: 100% !important;
}

#zpm-new-project-description::placeholder,
.zpm_project_name_input::placeholder {
	font-size: var(--zpm-font-size-regular) !important;
	color: var(--zpm-label-color);
	letter-spacing: normal;
	font-weight: normal;
}

#zpm-new-project__fields .zpm_label {
	margin-top: 15px;
	color: var(--zpm-label-color);
	margin-bottom: 5px !important;
	display: block;
}

#zpm-new-project__fields {
	padding: 5px;
	margin-top: 0px;
}


.zpm-project-preview__status-color {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 7px;
	border-radius: 50%;
}

.zephyr-theme-default .zpm-bottom#zpm-add-new-dropdown {
	top: 0;
	left: 60px;
}

@media (max-width: 500px) {
	.zephyr-theme-ultimate #zpm-project-single {
		margin-bottom: 70px;
	}
}

/** Mobile vertical menu styles **/

@media (max-width: 500px) {

	.zpm-theme-ultimate #zpm-content {
		min-width: 100%;
	}

	.zpm-theme-ultimate .zpm-sidebar-thin-icon:hover .zpm-menu-title {
		transform: translateX(0px) translateY(35px) !important;
	}

	.zpm-theme-ultimate #zpm-front-body {
		display: inline-block;
		height: auto;
	}

	.zpm-theme-ultimate #zpm-sidebar-thin {
		height: auto;
		width: 100%;
		min-width: 100%;
		display: flex;
	}

	.zpm-theme-ultimate .zpm-sidebar-thin-icon {
		display: inline-flex;
		width: 30px;
		padding: 5px;
	}

	.zpm-theme-ultimate #zpm-front-body {
		width: 100%;
	}

	.zephyr-theme-ultimate .zpm-page-title {
		padding-left: 50px;
	}

	.zpm-theme-ultimate #zpm-frontend-brand {
		bottom: 62px;
		width: 50px;
		height: 50px;
		left: 90%;
	}

	.zpm-theme-ultimate .zpm-sidebar-thin-icon > li {
		overflow: visible !important;

	}

	.zpm-theme-ultimate .zpm-sidebar-thin-icon .zpm-menu-title {
		display: block;
		font-size: var(--zpm-font-size-medium) !important;
	}

	.zpm-theme-ultimate .zpm-sidebar-thin-icon:hover .zpm-menu-title {
		transform: translateX(0%) translateY(25px) !important;
	}

	.zephyr-theme-ultimate.zpm-task-list-page #zpm-navigation-bar,
	.zephyr-theme-ultimate.zpm-single-task #zpm-navigation-bar,
	.zephyr-theme-ultimate.zpm-single-project #zpm-navigation-bar {
		top: 110px;
		left: 0 !important;
	}

	.zephyr-theme-ultimate.zpm-single-project .zpm-navigation-list {
		display: flex;
	}

	.zephyr-theme-ultimate.zpm-single-task #zpm-frontend-brand,
	.zephyr-theme-ultimate.zpm-single-project #zpm-frontend-brand {
		display: none;
	}

	.zephyr-theme-ultimate.zpm-task-list-page #zpm-quick-search__container {
		top: 125px;
		right: 20px;
	}

	.zephyr-theme-ultimate.zpm-single-project #zpm-quick-search__container {
		display: none;
	}

	.zpm_task_list_data.task_name {
		max-height: 20px;
		line-height: 10px;
		overflow: hidden;
		white-space: nowrap;
		max-width: calc(100% - 50px) !important;
		min-width: unset !important;
		display: inline-block;
		text-overflow: ellipsis;
	}

	.zpm-action-buttons {
		position: fixed !important;
		right: 10px;
		user-select: none;
		bottom: 10px;
		z-index: 999999;
		color: #333;
	}

	.zpm-action-buttons > span,
	.zpm-action-buttons > label {
		color: #333 !important;
		border-color: #333 !important;
		background: #fff !important;
	}

	#zpm-navigation-bar {
		box-sizing: border-box !important;
		padding-left: 10px !important;
	}

	#zpm-task-options-dropdown {
		top: unset;
		bottom: 40px;
	}

	#zpm-content.users:not(.zpm-user-details__visible) #zpm-member-details__edit {
		display: none !important;
	}

	.zpm-member-list-item__progress {
		font-size: var(--zpm-font-size-medium);
		display: block;
		overflow: hidden;
	}

	.zpm-member-list__item {
		height: auto;
		margin-bottom: 10px;
	}

	.zephyr-theme-ultimate #zpm-content.users .zpm-page-title {
		margin-left: 55px;
	}

	.zpm-member-list-item__progress > span {
		display: block;
	}

	.zpm-member-progress__percent_complete {
		display: none !important;
	}

	.zpm-page-title {
		font-weight: normal;
		font-size: 20px;
	}

	#zpm-content {
		font-size: var(--zpm-font-size-regular);
	}

	#zpm-search-results-modal {
		max-width: 90%;
	}

	#zpm_create_task {
		height: 90%;
		height: 90% !important;
		max-height: 90% !important;
		min-height: unset !important;
	}

	#zpm-content {
		max-height: calc(100vh - 200px) !important;
	}

	body.zephyr-frontend-manager-template {
		overflow: hidden !important;
	}

	#zpm-edit-task,
	#zpm-task-single__add-files-btn {
		width: 100%;
		margin-bottom: 5px;
	}

	#zpm-save-task-changes,
	#zpm-add-custom-field {
		display: block !important;
		width: 100% !important;
		text-align: center;
		margin-bottom: 5px;
	}

	.zpm-project-item {
		width: 100% !important;
		display: block;
	}

	#zpm-edit-project,
	#zpm-update-project,
	#zpm-add-project-custom-field,
	#zpm-edit-project-priority {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}

	#zpm-tasks-filter {
		text-align: center !important;
		width: 120px;
		padding-left: 10px !important;
	}
}

#zpm_edit_project__status_chosen {
	margin-bottom: 10px;
}

.zephyr-frontend-manager-template .site-footer {
	display: none;
}

.zephyr-theme-ultimate .zpm-tab-title {
	margin-top: 0;
}

.zpm-close-search {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999999;
	cursor: pointer;
}

#zpm-dashboard__daily-tasks a.zpm-daily-tasks__list-item {
	color: #333 !important;
}

#zpm-search-results h5 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 0;
}

#zpm-search-results {
	font-size: var(--zpm-font-size-title);
}

.zpm-frontend-container a.zpm-project-item-title,
.zpm-frontend-container a.zpm-project-item-title:active,
.zpm-frontend-container a.zpm-project-item-title:focus,
.zpm-frontend-container a.zpm-project-item-title:visited {
	color: #333 !important;
}

.zephyr-frontend-manager-template .chosen-container a {
	color: #333 !important;
}

#zpm-new-task-template-dropdown {
	font-size: var(--zpm-font-size-title);
	line-height: 18px;
}

.zephyr-theme-ultimate #zpm-add-new-dropdown.zpm-bottom {
	top: 100px !important;
	bottom: unset;
	right: 15px !important;
	left: unset !important;
}

.zephyr-theme-ultimate #zpm-navigation-bar {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.zpm-frontend-container a.zpm-dropdown-item {
	color: #555 !important;
	text-transform: none;
}

#zpm-page-not-found {
	background: #fff;
	padding: 20px;
	text-align: center;
}

.zpm_task_assignee {
	margin-left: 2px;
	margin-right: 2px;
}

.zpm-daily-task__details .zpm_task_due_date {
	margin-left: 5px;
}

.zpm-no-projects-error {
	margin-left: 0px;
	margin-top: 15px;
	background: #fff;
	padding: 10px;
}

.zpm-new-project__field .zpm_label {
	margin-top: 15px;
	color: var(--zpm-label-color);
	margin-bottom: 5px !important;
	display: block;
}

.zpm-new-project__field {
	padding: 5px;
	margin-top: 0;
}

.zpm-quick-search-input,
.zpm-quick-search-input::placeholder {
	color: #fff;
	opacity: .8 !important;
}

#zpm-error__no-edit-access {
	margin: 50px;
}

.zephyr-frontend-manager-template .zpm-quick-search-input {
	color: #fff !important;

}

.zephyr-frontend-manager-template .zpm-quick-search-results {
	padding-top: 20px;
}

.zephyr-theme-ultimate #zpm-tasks .zpm_task_list {
	max-height: calc(100vh - 250px);
	overflow: auto;
}


.zpm_task_list {
	border: 1px solid #eee;
}

#zpm-task-subtasks {
	font-size: var(--zpm-font-size-medium);
}

#zpm-task-overview label {
	font-size: var(--zpm-font-size-medium);
}


#zpm-task-overview .zpm-input,
#zpm-task-overview-edit .zpm-task-edit-field input,
#zpm-task-overview-edit textarea,
#zpm-task-overview-edit select {
	border: none;
	border-bottom: 2px solid #eee;
}

#zpm-task-overview .chosen-container {
	border: 1px solid #eee;
	transition: border-color .1s ease-in-out;
}


#zpm_edit_task_assignee_chosen {
	box-shadow: none;

}

#zpm_edit_task_assignee_chosen .chosen-choices {
	border: none !important;
	box-shadow: none;
	border: 1px solid #eee !important;
	background: transparent !important;
	padding-left: 5px !important;
}

#zpm_edit_task_assignee_chosen .chosen-choices .search-choice {
	margin: 2px !important;
}

.zpm-frontend-container a.ui-state-default {
	color: #999 !important;
}

.zpm-frontend-container a.ui-state-default:hover,
.zpm-frontend-container a.ui-state-highlight {
	color: #fff !important;
}


#zpm-project-pagination {
	padding: 15px;
	padding-top: 0;
	text-align: center;
}

.zpm_button_inverted {
	background: transparent !important;
}

.zpm_button_inverted:hover,
.zpm_button_inverted:active,
.zpm_button_inverted:focus {
	color: #fff !important;
}

#zpm-project-list__count {
	position: absolute;
	right: 20px;
	top: 10px;
	opacity: .5;
}

#zpm-projects {
	position: relative;
}

.zpm_button_inverted[disabled="disabled"],
.zpm_button_inverted[disabled="disabled"]:hover {
	opacity: .2;
	background: transparent !important;
}


#zpm-project-list__count {
	top: -20px;
}

#zpm-header-breadcrumb + #zpm-project-list__count {
	top: 0;
}


.zpm-page-title {
	font-family: 'Roboto';
	font-weight: normal;
}

.zephyr-frontend-manager-template input,
.zephyr-frontend-manager-template textarea {
	font-family: 'Roboto';
}

.zephyr-theme-ultimate .zpm-page-title {
	padding-left: 0 !important;
}

.zephyr-theme-ultimate #zpm-content {
	padding-bottom: 80px;
}

.zephyr-theme-ultimate #zpm-quick-search__container .zpm-quick-search-results {
	padding-top: 0;
}

.zpm-search-hint {
	padding: 0 10px;
}


.zpm-loader {
	display: inline-block;
	width: 64px;
	height: 64px;
	z-index: 9999999999999;
}

.zpm-loader:after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #fff;

	opacity: .6;
	animation: lds-dual-ring 1.2s linear infinite;
}

.zpm-projects-pagination__page {
	font-size: 0.8em;
	width: 35px;
	height: 35px;
	line-height: 0;
	text-align: center;
	padding: 0 !important;
	box-sizing: border-box !important;
	margin-bottom: 5px;
}


#zpm-projects__view-options {
	position: absolute;
	right: 30px;
	z-index: 9999;
	top: -5px;
}

.zpm-project-view__option {
	font-size: var(--zpm-font-size-title-large);
	cursor: pointer;
	color: #707070
}

.zpm-project-view__list #zpm-project-list {
	display: block;
}

.zpm-project-view__list .zpm-project-item {
	width: 100% !important;
	max-height: 46px;
	margin: 0;
	border: none !important;
	border-radius: 0;
	border-bottom: 1px solid #eee !important;
	display: flex !important;
	padding: 0 15px !important;
	line-height: 50px;
	overflow: hidden;
	position: relative;
}

.zpm-project-view__list .zpm-project-item * {
	font-size: var(--zpm-font-size-regular);
}

.zpm-project-view__list .zpm-project-item:after {
	display: none;
}

.zpm-project-view__list .zpm-project-item-title {
	display: inline-block;
	height: 100%;
}

.zpm-project-view__list .zpm-project-item__footer {
	display: none;
}


.zpm-project-view__list .zpm-project-list-details {
	visibility: hidden;
	position: absolute !important;
	right: 15px !important;
	top: 0 !important;
	display: block;
	margin: 0 !important;
	display: inline-block !important;
}

.zpm-project-view__list .zpm-project-item__due_date {
	visibility: visible;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
	padding-left: 10px;
}

.zpm-project-view__list .zpm-project-list-description {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zpm-project-view__list .zpm-project-list-description {
	display: inline-block;
	height: 100%;
	width: auto;
	margin: 0;
}

.zpm-project-view__list .zpm-error-subtle {
	margin: 0;
}

.zpm-project-view__list .zpm-project-list-description {
	padding-left: 10px;
}

.zpm-project-view__list .zpm-task-priority-bubble {
	display: none;
}

.zpm-project-view__list #zpm-project-list {
	padding: 10px;
	padding-top: 10px;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#zpm_task_edit_custom_fields .zpm_task_custom_field {
	width: 100%;
}

.zephyr-theme-ultimate #zpm-project-options-dropdown {
	right: 80px;
}

.zpm-action-button {
	user-select: none;
}

#zpm_copy_project_modal h2 {
	margin-top: 0;
}

#zpm-project-edit input,
#zpm-project-edit textarea {
	width: 100%;
}

.zpm_project_editor_categories {
	margin-bottom: 20px;
	margin-top: 10px;
}

#zpm-project-edit > .zpm-form__group:first-of-type {
	margin-top: 0;
}

#zpm-project-preview__tasks.zpm-no-tasks {
	border-top: 0;
}

.zpm-project-preview__task a {
	display: inline-block;
	width: calc(100% - 40px);
	color: #333 !important;
	outline: none;
}

.zpm-project-preview__task a:active,
.zpm-project-preview__task a:focus {
	outline: none;
}

.zpm-project-item .zpm-project-list-details {
	pointer-events: none;
}

#zpm-project-preview__title {
	white-space: nowrap;
}

.zpm-project-preview__categories .zpm-project-footer__category {
	border-radius: 2px;
}

#zpm-project-preview__priority {
	line-height: 15px
}

#zpm-task-overview-edit .zpm_task_custom_field {
	margin-top: 10px;
}

#zpm-task-overview-edit .zpm_task_custom_field input[type="text"] {
	padding-left: 5px;
}


.zpm-task-actions__hidden {
	display: none;
	position: absolute;
	top: 0;
	right: 0 !important;
	background: #fff;
	width: 40px;
	height: 100%;
	line-height: 40px;
	text-align: right;
	-webkit-box-shadow: -26px 0px 10px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: -26px 0px 20px 0px rgba(255, 255, 255, 1);
	box-shadow: -26px 0px 20px 0px rgba(255, 255, 255, 1);
	overflow-x: visible;
}

.zpm-tasks__selectable .zpm-task-actions__hidden {
	display: block;
}

#zpm-task-list__options-hidden {
	display: none;
}

.zpm-tasks__selectable #zpm-task-list__options-hidden {
	display: inline-block;
}

#zpm-task-list__options {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

#zpm-tasks {
	position: relative;
}

@media (min-width: 500px) {
	.zpm-daily-task__details {
		max-width: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.zpm-daily-task__description {
		display: inline-block;
		max-width: calc(100% - 240px) !important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
	}
}


.zpm-notification-icon {
	margin-right: 10px;
	line-height: 100%;
	display: inline-block;

}

#zpm_system_notification {
	z-index: 9999999999;
}


.zpm-button__icon-square {
	width: 30px;
	height: 30px;
	font-size: var(--zpm-font-size-medium);
	line-height: 12px;
	text-align: center;
}

.zpm-task-application {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.zpm-task-application__actions {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#zpm-task-applications {
	margin-bottom: 20px;
}

.zpm-element__hidden {
	display: none !important;
}


#zpm-task-edit-modal {
	overflow: auto;
	max-width: 800px;
	z-index: 99999999999 !important;
}

#zpm-task-edit-modal .zpm-tabs {
	box-shadow: none;
}

.zpm-message__mention {
	color: #0055ff;
}

.zpm_files_container {
	display: inline-flex;
	flex-wrap: wrap;
	flex: 1;
	width: 79%;
	vertical-align: top;
	border-left: 1px solid #f7f7f7;
	position: relative;
}

.zpm_side_navigation {
	display: inline-flex;
	flex-direcation: column;
	flex-wrap: wrap;
	width: 20%;
	flex: 1;
	box-sizing: border-box;
	height: 100%;
	vertical-align: top;
}

.zpm_side_navigation ul {
	padding: 10px 25px;
	width: 100%;
	height: 100%;
}

.zpm_side_navigation ul li {
	cursor: pointer;
}

.zpm_side_navigation ul li:hover {
	color: var(--zpm-primary-color);
}

.zpm_side_navigation ul li.zpm_selected_link {
	color: var(--zpm-primary-color);
}

#zpm_no_files {
	height: 100%;
	width: 100%;
	min-height: 90px;
}

.zpm_file_actions {
	position: absolute;
	bottom: -100%;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: var(--zpm-primary-color);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm_file_item:hover .zpm_file_actions {
	bottom: 0;
}

.zpm_file_action {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 30%;
	font-size: var(--zpm-font-size-title);
	color: #fff;
}

#zpm_file_info_modal {
	min-height: unset;
}

.zpm_file_name {
	position: relative;
}


#zpm_file_info_modal .zpm_label {
	margin-bottom: 0;
	margin-top: 10px;
	padding-left: 0;
}

#zpm_file_info_modal .zpm_modal_body {
	padding: 20px;
}

#zpm_file_info_modal .zpm_modal_content {
	height: auto;
	text-align: left;
}

#zpm_file_info_modal h2,
#zpm_file_info_modal h3 {
	margin: 0;
	text-align: left;
}

.zpm_side_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.zpm_filter_file {
	padding: 10px 15px;
	margin: 0;
	transition: background .12s ease-in-out, color .12s ease-in-out;
}

.zpm_filter_file:hover {
	background: #f4f4f4;
}

.zpm_file_item_container {
	display: inline-block;
	width: 20%;
	margin: 0;
	vertical-align: top;
	height: 200px;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	transition: all .15s ease-in-out;
	padding: 10px;
	padding-bottom: 0;
	max-width: 250px;
	margin-bottom: 10px !important;
}

.zpm_file_item {
	display: inline-block;
	width: 100%;
	margin: 0;
	vertical-align: top;
	height: 100%;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	transition: all .15s ease-in-out;
	padding: 0;
	min-height: 50px;
	border: 1px solid #eee;
	margin: 10px 0;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.zpm_file_item:hover {
	-webkit-box-shadow: 0px 11px 19px -5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 11px 19px -5px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 11px 19px -5px rgba(0, 0, 0, 0.07);
}

.zpm_file_image {
	display: block;
}

.zpm_file_preview {
	padding: 10px;
	text-align: center;
}

.zpm_file_type,
.zpm_file_image {
	margin: 0 auto;
}

.zpm_file_item button {
	display: block !important;
	margin: 0 !important;
	width: 100px !important;
}

.zpm_task_viewer_container {
	min-height: 400px;
}

#zpm-file-manager__page {
	background: #fff;
	margin-top: 10px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm_file_image {
	display: block;
	height: 100px;
	width: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 7px;
}

.zpm_file_type {
	width: 100px;
	height: 100px;
	border: 1px solid #eee;
	border-radius: 2px;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	margin-bottom: 7px;
}

.zpm_file_type {
	position: relative;
}

.zpm_file_image {
	position: relative;
}

#zpm_files_filter__project_chosen {
	margin-top: 20px;
}

/*#zpm-file-manager__page {*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*}*/

.zpm_file_item,
.zpm_file_name {
	padding: 0;
}

.zpm_file_name {
	width: 100%;
	position: absolute;
	bottom: -25px;
}

.zpm_file_name {
	height: 40px;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#zpm-file-manager__page {
	padding-bottom: 30px;
	position: relative;
	padding-top: 15px;
}

.zpm_file_name {
	font-size: var(--zpm-font-size-title);
	font-weight: normal;
	background: #f9f9f9;
}

.zpm_file_image {
	margin: 0;
	width: 100%;
	height: 100%;
}

.zpm_file_preview {
	padding: 0;
	width: 100%;
	height: 100%;
}

#zpm-action-button__wrap {
	position: relative;
}

.zephyr-theme-ultimate #zpm-action-button__wrap {
	margin-top: 25px;
	text-align: left;
}

.zephyr-theme-ultimate #zpm_upload_file_btn {
	left: 0;
}

.zpm-message__mention-info {
	position: absolute;
	top: 0;
	background: #f9f9f9;
	transform: translateY(-90%);
	width: auto;
	width: max-content;
	padding: 5px 10px;
	text-align: center;
	color: #333;
	left: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
}

.zpm-message__mention:hover .zpm-message__mention-info {
	pointer-events: all;
	opacity: 1;
	transform: translateY(-120%);
}

.zpm-message__mention {
	position: relative;
	cursor: pointer;
}

.zpm-mention-info__avatar {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 15px;
}

#zpm_file_info_modal {
	height: auto;
}

#zpm_file_info_modal label {
	opacity: .5;

}

#zpm_file_info_modal p {
	margin-top: 0;
}

#zpm_file_info_modal .zpm_modal_task_name {
	margin-bottom: 20px !important;
}

.zpm-dashboard__button {
	display: block !important;
	margin: 10px;
}


#zpm-project-stat-overview {
	display: flex !important;
	flex-wrap: wrap !important;
	flex-direction: column;
}

.zpm-project-stats {
	flex: 1 !important;
	display: flex !important;
	flex-wrap: wrap !important;
}


.zpm-project-stat {
	flex: 1 !important;
}

#zpm_project_modal .mentions-input-box .mentions {
	text-align: left;
	display: none;
	margin: 0 auto;
}

#zpm_project_modal .mentions-autocomplete-list {
	text-align: left;
	margin: 0 auto;
}

.zpm-project-preview__task a {
	color: #333 !important;
}

.zpm-project-preview__task {
	position: relative;
}


.zpm-login-theme-custom #zpm-restricted-access {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #Fff !important;
}

#zpm-custom-login {
	z-index: 9999999;
	height: 100%;
}

.zpm-login-theme-custom #zpm_welcome_page {
	height: 100%;
	background: transparent;
	color: #fff;
	margin: 0;
	padding: 0;
}

.zpm-login-theme-custom .zpm-form__label {
	color: #fff;
}

.zpm-login-theme-custom #zpm_front_project_page {
	background: transparent !important;
	position: relative !important;
	left: unset !important;
	top: unset !important;
	bottom: unset !important;
	transform: none;
	z-index: 0 !important;
	height: auto;
	width: auto;
}

.zpm-login-theme-custom #zpm-restricted-access {
	position: relative;
	left: unset;
	top: unset;
	transform: none;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.zpm-custom-login__column {
	flex: 1;
}

.zpm-custom-login__row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#zpm-custom-login__title {
	font-size: 45px;
}

#zpm-custom-login__header {
	padding: 50px;
	padding-bottom: 0;
}

#zpm-custom-login__body {
	padding: 50px;
	position: relative;
	text-align: left;
	padding-top: 70px;
}

#zpm-custom-login__body:before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	background: #fff;
	opacity: .2
}

#zpm-custom-login__header-image {
	margin-bottom: -8px;
}

#zpm-custom-login__logo {
	margin-bottom: 50px;
}

.zpm-login-theme-custom .zpm-form__field,
.zpm-login-theme-custom .zpm-form__field:focus,
.zpm-login-theme-custom .zpm-form__field:active {
	background: transparent !important;
	border-color: #fff !important;
	color: #fff;
}

.zpm-login-theme-custom .zpm-form__field:focus ~ .zpm-form__label,
.zpm-login-theme-custom .zephyr-modal .zpm-form__field:focus ~ .zpm-form__label {
	color: #fff !important;
}

#zpm-user-loader__wrap {
	text-align: center;
	margin-top: 20px;
}

.zpm-kanban-complete-task + label {
	transition: all .12s ease-in-out;
}

.zpm_kanban_item:hover .zpm-kanban-complete-task + label {
	max-width: 25px;
}

#zpm-task-edit-modal #zpm_edit_task_team_selection_chosen,
#zpm-task-edit-modal #zpm_edit_task__status_chosen {
	margin: 0 !important;
	border: none;
	padding: 0 !important;
	margin-bottom: 1px !important;
	overflow: visible;
}

.zpm-open-task-edit-modal {
	position: absolute;
	right: 5px;
	top: 55px;
	cursor: pointer;
}

#zpm-task-edit-modal #zpm-task-overview input,
#zpm-task-edit-modal #zpm-task-overview textarea {
	border-bottom: 2px solid #eee !important;
}

#zpm-login-brand-logo {
	max-height: 60px;
	width: auto;
}

.zpm-new-task-description-field .mentions {
	display: none;
}

.zpm-kanban-due i {
	font-size: var(--zpm-subtitle-font-size) !important;
	margin-left: 10px;
	display: inline-block;
	height: 20px;
	cursor: pointer;
	margin-top: 8px;
	transform: translateY(2px);
}

.zpm-kanban-due-date__value {
	margin-bottom: 10px;
	display: inline-block;
}

.zpm-kanban__datepicker {
	margin-top: 100px;
	opacity: 0;
	pointer-events: none;
}

.zpm-member-details__task-item {
	display: block;
}

.zpm-project-footer__category[data-not-current-category] {
	opacity: .3
}

.zephyr-frontend-manager-template .display-posts-listing {
	list-style: none;
	padding: 0;
}

.zephyr-frontend-manager-template .listing-item {
	padding: 5px;
}

.zephyr-frontend-manager-template .site-header {
	display: none !important;
}

.zephyr-theme-ultimate #zpm-task-edit-modal #zpm-navigation-bar {
	background: transparent !important;
	box-shadow: none;
	position: relative;
	display: block;
	transform: unset;
	left: 0;
	top: 0;
	padding-left: 0;
	margin-top: 15px;
}

.zephyr-theme-ultimate #zpm-task-edit-modal .zpm-tab-title {
	display: none;
}

.zephyr-theme-ultimate #zpm-task-edit-modal .zpm-tab,
.zephyr-theme-ultimate #zpm-task-edit-modal #zpm-task-subtasks,
.zephyr-theme-ultimate #zpm-task-edit-modal .zpm_chat_box_section,
.zephyr-theme-ultimate #zpm-task-edit-modal #zpm-task-overview-edit {
	box-shadow: none !important;
}

.zephyr-theme-ultimate #zpm-task-edit-modal .zpm_chat_box_section,
.zephyr-theme-ultimate #zpm-task-edit-modal #zpm-task-overview-edit {
	border: 1px solid #eee;
}

.zephyr-theme-ultimate #zpm-task-edit-modal .zpm-task-single__header {
	margin-bottom: 50px !important;
}

.zephyr-theme-ultimate #zpm-task-edit-modal .zpm-task-single__header #zpm-single-task-title {
	color: #333 !important;
	font-size: 25px;
}


.zephyr-theme-ultimate #zpm-task-edit-modal .zpm-action-button {
	color: #333;
	border-color: #333;
}


.zephyr-theme-ultimate #zpm-task-edit-modal #zpm-complete-task.zpm-task-complete,
.zephyr-theme-ultimate #zpm-task-edit-modal .zpm-action-button.selected {
	color: #fff;
}

#zpm_copy_task_modal {
	min-height: unset;
	height: auto;
	padding: 20px;
}

#zpm_copy_task_modal h2 {
	margin: 0;
}

.zpm_kanban_item {
	overflow: visible !important;
}

#zpm-login-brand-logo {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	background-size: cover;
}

#zpm-file-manager__project-change {
	width: 100%;
}

.zpm-sidebar-thin-icon {
	max-width: 100% !important;
	box-sizing: border-box;
}

.chosen-choices .search-field {
	background: transparent;
}

.zpm-theme-ultimate #zpm-sidebar-thin {
	box-sizing: border-box;
}

.zpm-theme-ultimate #zpm-frontend-brand {
	display: none;
}

.zpm-menu-title {
	font-family: 'Roboto' !important;
}

.zephyr-modal {
	overflow: visible;
}

#zpm-new-team__description {
	margin-bottom: 10px;
}

#zpm_new_subtask_modal {
	height: auto;
}

#zpm_new_subtask_modal input {
	border: none;
}

#zpm_save_new_subtask {
	float: right;
	margin-top: 10px;
}

.zpm-row {
	display: flex;
}

.zpm-col {
	flex: 1;
	padding: 10px;
}

.zpm-col-6 {
	flex-basis: 50%;
}

.zephyr-ajax-modal:not(.loaded) {
	text-align: center;
	height: 100px;
}

.zpm-modal-preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.zpm-modal-buttons__right {
	text-align: right;
}

.zpm-calendar__description {
	font-size: var(--zpm-font-size-medium-small);
}

@media (max-width: 1300px) {
	.zpm-member-list__item {
		height: 110px !important;
	}

	.zpm-member-list-item__progress {
		position: relative !important;
		display: block !important;
		width: 100% !important;
	}
}

#zpm-member-details__edit {
	display: none !important;
}

.zpm-user-details__visible #zpm-member-details__edit {
	display: block !important;
}

@media (max-width: 950px) {
	.zpm-project-stat {
		flex-basis: 50%;
		min-width: 50%;
	}

	.zpm-dashboard-project-container {
		width: 100%;
	}

}

@media (max-width: 650px) {
	.zpm-project-stat {
		flex-basis: 100%;
		min-width: 100%;
	}

}

.zpm-dashboard-project {
	background: #fff;
	margin-top: 20px;
}

.zpm-dashboard-project .zpm-project-title {
	margin-top: 0;
}

@media (max-width: 1100px) {
	.zpm_file_item_container {
		flex-basis: 33.333% !important;
	}

}

@media (max-width: 780px) {
	.zpm_file_item_container {
		flex-basis: 50% !important;
	}

}

@media (max-width: 650px) {
	.zpm_file_item_container {
		flex-basis: 100% !important;
	}

}

@media (max-width: 500px) {
	.zpm-daily-tasks__list-item {
		height: 60px;
	}

	.zpm-panel-8 #zpm-dashboard__daily-tasks {
		text-align: left;
	}

	.zpm-daily-task__description {
		display: inline-block;
		max-width: calc(100% - 40px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
	}

	.zpm-daily-task__details {
		bottom: 10px;;
		top: unset;
		transform: none;
	}
}

@media print {

	#zpm-sidebar-thin,
	#zpm_front_header,
	#zpm-page-title,
	#zpm-navigation-bar,
	.zpm-page-title,
	.zpm-task-filter-holder,
	#zpm-mobile-quick-search__container {
		display: none !important;
	}

	#zpm-content {
		width: 100% !important;;
		max-width: 100% !important;
		height: 100% !important;
		max-height: 100% !important;
	}

	#zpm-task-list {
		page-break-after: always;
		max-height: unset;
		height: 100%;
	}

	#zpm-content {
		visibility: visible;
	}

	#zpm-content {
		left: 0px;
		top: 0px;
		position: absolute;
		height: 3000px;
	}

	.zpm_task_list_row {
		height: 45px;
	}

	.zpm_task_details {
		bottom: unset !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

	#add-new-project-task {
		display: none !important;
	}

	#zpm-project-single__header,
	.zpm-action-buttons {
		display: none;
	}

	#zpm-add-new-btn {
		display: none;
	}

	#zpm-content {
		padding-top: 0 !important;
	}
}

/** IMPROVED FRONTEND PROJECTS **/
.zpm_project_item {
	border-bottom: 0;
}

.zpm_project_item {
	position: relative;
}

.zpm_project_item {
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm_project_grid_row {
	width: 100%;
	position: relative;
	display: table-cell;
	display: inline-block;
	height: 300px;
	vertical-align: bottom;
	background: #fff;
	box-sizing: border-box;
	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_project_title.project_name {
	line-height: 25px;
}

.zpm_project_title {
	user-select: none;
}

.zpm_project_title {
	color: #333;
	text-decoration: none;
}

.zpm_project_title {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
	padding: 10px 15px;
	min-height: 50px;
}

.zpm_project_body {
	max-height: 100px;
	overflow: hidden;
}

.zpm_project_body {
	padding: 10px 15px;
}

#zpm_projects_holder .zpm_project_grid_cell {
	padding: 10px;
}

.zpm_project_grid_cell {
	animation: .4s zpm_fade_in ease forwards;
}

.zpm_project_grid_cell {
	box-sizing: border-box;
	width: calc(100% / 3);
}

.zpm_project_grid_cell {
	padding: 8px;
	display: inline-block;
	width: calc(100% / 3);
	box-sizing: border-box;
}

.zpm_project_grid {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

#zpm-project-list {
	box-sizing: border-box;
	width: 100%;
}

#zpm-project-list {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.zpm_project_grid_name {
	max-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100% - 30px);
}

.zpm_project_title.project_name {
	line-height: 25px;
}

.zpm_project_title {
	user-select: none;
}

.zpm_project_title {
	color: #333;
	text-decoration: none;
}

.zpm_project_grid_options {
	border: none;
}

.zpm_project_grid_options {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #ddd;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.zpm_project_title.project_name {
	line-height: 25px;
}

.zpm_project_title {
	user-select: none;
}

.zpm_project_title {
	color: #333;
	text-decoration: none;
}

.zpm_project_grid_cell .zpm_project_grid_options i {
	color: #656565;
	font-size: var(--zpm-subtitle-font-size);
	width: 100%;
	height: 100%;
	transition: all .2s ease-in-out;
}

.zpm_project_grid_cell .zpm_project_grid_options {
	display: block;
	visibility: visible;
	opacity: 1;
}

.zpm_project_grid_cell .zpm_project_title:hover i {
	color: #fff;
}

.zpm_project_grid_options_icon {
	line-height: 30px;
}

.zpm_project_grid_options_icon {
	pointer-events: none;
}

#zpm_container .zpm_dropdown_menu {
	text-align: left;
	font-size: var(--zpm-font-size-regular);
	line-height: 1.4em;
	z-index: 10;
	padding: 0;
	right: -9px;
}

.zpm_dropdown_menu {
	border: 1px solid #eee;
	border-radius: 2px;
	box-shadow: none;
}

.zpm_dropdown_menu {
	width: max-content;
	min-width: 150px;
}

.zpm_dropdown_menu {
	display: none;
	margin-top: 10px;
	background: #fff;
	padding: 10px 0px;
	top: 27px;
	width: 200px;
	min-height: 38px;
	height: auto;
	position: absolute;
	border: 1px solid #ddd;
	border-radius: 4px;
	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_project_title .zpm_dropdown_list {
	color: #777;
}

.zpm_dropdown_list {
	margin: 5px 0;
}

.zpm_dropdown_list {
	margin-bottom: 7px;
	margin-top: 7px;
}

.zpm_dropdown_list li {
	padding: 7px 20px;
	margin: 0;
}

.zpm_project_item .zpm_project_description {
	display: block;
	max-height: 6em;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zpm_project_grid_row #zpm_project_progress {
	left: 0;
}

#zpm_project_progress {
	width: 100% !important;
}

#zpm_project_progress {
	bottom: 80px;
	left: 10px;
	position: absolute;
	width: 100%;
}

.zpm_project_stat {
	vertical-align: top;
}

.zpm_project_stat {
	display: inline-block;
	text-align: center;
	width: calc(100% / 3.1);
}

.zpm_project_stat .zpm_stat_number {
	color: #333;
	font-size: var(--zpm-font-size-title-large);
}

.zpm_project_stat p {
	color: #999;
	font-size: var(--zpm-font-size-medium);
	margin: 0;
}

.zpm_project_progress_bar_background {
	bottom: 0;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}

.zpm_project_progress_bar_background {
	height: 5px;
	background: #eee;
	width: 100%;
}

.zpm_project_progress_bar,
.zpm_nav_item_selected:after,
.zpm_nav_item:hover:after {
	background: #3d4dc6 !important;
}

.zpm_project_progress_bar {
	height: 5px;
	background: #1ef59b;
	width: 0;
	transition: all 3s ease-in-out;
}

.zpm_project_grid_row .zpm_project_grid_member {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.zpm_project_grid_member {
	border-top: 1px solid #ddd;
	max-height: 70px;
	max-height: 70px;
	min-height: 70px;
	overflow-y: auto;
}

.zpm_project_grid_cell .zpm_project_avatar {
	max-height: 55px;
	overflow-y: hidden;
	overflow-x: auto;
	width: 100%;
	box-sizing: border-box;
	overflow-x: auto;
	white-space: nowrap;
}

.zpm_project_grid_row .zpm_project_avatar {
	padding: 10px;
	padding-left: 10px;
	position: relative !important;
}

.zpm_project_grid_row .zpm_avatar_container {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
}

.zpm_project_grid_cell .zpm_project_avatar {
	max-height: 55px;
	overflow-y: hidden;
	overflow-x: auto;
	width: 100%;
	box-sizing: border-box;
	overflow-x: auto;
	white-space: nowrap;
}

.zpm_project_grid_row .zpm_avatar_background {
	position: relative !important;
	margin: 0 6px !important;
	cursor: pointer;
}

.zpm_project_grid_row .zpm_avatar_background {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}

.zpm_avatar_background {
	background: #ddd;
}

.zpm_avatar_background,
.zpm_avatar_image {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 13px;
	width: 40px;
	text-align: center;
	height: 40px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.zpm_project_grid_row .zpm_avatar_image {
	position: absolute !important;
	left: 6px !important;
}

.zpm_project_grid_row .zpm_avatar_image {
	position: relative;
	left: 0;
	top: 0;
}

.zpm_avatar_background,
.zpm_avatar_image {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 13px;
	width: 40px;
	text-align: center;
	height: 40px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.zpm_avatar_image {
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
	-webkit-animation: none;
}

.zpm_project_item:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07), 0 6px 6px rgba(0, 0, 0, 0.07);
}

.zpm-project-view__list #zpm-project-list {
	display: block;
}

.zpm-project-view__list .zpm_project_grid_cell {
	width: 100% !important;
	max-height: 46px;
	margin: 0;
	border: none !important;
	border-radius: 0;
	border-bottom: 1px solid #eee !important;
	display: flex !important;
	padding: 0 0 !important;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	cursor: hover;
}

.zpm-project-view__list .zpm_project_grid_cell .zpm_project_item:hover {
	background: #f9f9f9;
}

.zpm-project-view__list .zpm_project_grid_cell .zpm_project_item {
	display: flex;
	cursor: pointer;
	height: 100%;
}

.zpm-project-view__list .zpm_project_grid_cell .zpm_project_item:hover {
	box-shadow: none !important;
}

.zpm-project-view__list .zpm_project_grid_cell * {
	font-size: var(--zpm-font-size-regular);
}

.zpm-project-view__list .zpm_project_grid_cell:after {
	display: none;
}

.zpm-project-view__list .zpm-project-item-title {
	display: inline-block;
	height: 100%;
}

.zpm-project-view__list .zpm-project-item__footer {
	display: none;
}


.zpm-project-view__list .zpm-project-list-details {
	visibility: hidden;
	position: absolute !important;
	right: 15px !important;
	top: 0 !important;
	display: block;
	margin: 0 !important;
	display: inline-block !important;
}

.zpm-project-view__list .zpm-project-item__due_date {
	visibility: visible;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
	padding-left: 10px;
}

.zpm-project-view__list .zpm-project-list-description {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zpm-project-view__list .zpm-project-list-description {
	display: inline-block;
	height: 100%;
	width: auto;
	margin: 0;
}

.zpm-project-view__list .zpm-error-subtle {
	margin: 0;
}

.zpm-project-view__list .zpm-project-list-description {
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	max-height: 30px !important;
}

.zpm-project-view__list .zpm-task-priority-bubble {
	display: none;
}

.zpm-project-view__list #zpm-project-list {
	padding: 10px;
	padding-top: 10px;
}

.zpm-project-view__list .zpm_project_grid_options {
	display: none;
}

#zpm-projects__view-options {
	top: -5px;
	margin-left: 10px;
}

.zpm-project-view__option {
	font-size: var(--zpm-font-size-title-large);
	cursor: pointer;
	color: #707070
}

.zpm-project-view__list #zpm-project-list {
	display: block;
}

.zpm-project-view__list {
	margin-top: 15px;

}

#zpm_project_list.zpm-project-view__list + #zpm-project-pagination {
	margin-top: 10px;
}

#zpm_template_list.zpm-project-view__list + #zpm-project-pagination {
	margin-top: 10px;
}

.zpm-project-view__list .zpm_project_title.project_name:hover {
	background: transparent !important;
	color: #333;
}

.zpm-project-view__list .zpm_project_grid .zpm_project_grid_cell:last-of-type {
	border-bottom: 1px solid #ccc !important;
}

.zpm-project-view__list .zpm_project_title.project_name {
	display: inline-block;
	width: auto;
	padding-right: 0 !important;
	line-height: 25px !important;
}

.zpm-project-view__list .zpm_project_grid_name {
	text-overflow: initial !important;
	overflow: visible;
	margin: 0 !important;
}

.zpm-project-view__list .zpm_project_description {
	line-height: 25px !important;
	opacity: .4;
}

.zpm-project-view__list .zpm-project-grid__date {
	display: none;
}

.zpm-project-view__list .zpm-project-grid__date {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	opacity: .6;
	display: inline-block;
}

.zpm-project-view__list .zpm_project_grid_member {
	display: none !important;
}

.zpm-project-view__list .zpm_project_title .ripple {
	display: none !important;
}

.zpm_project_grid_options {
	border: none;
}

.zpm_project_grid_name {
	color: #333;
}

#zpm-project-list {
	margin-bottom: 30px;
}

.zpm_dropdown_menu.active {
	display: block;
	animation: slide_in .2s forwards;
	transition: all .2s ease;
	pointer-events: all;
}

.zpm_project_grid_row .zpm_dropdown_menu {
	text-align: left;
	font-size: var(--zpm-font-size-regular);
	line-height: 1.4em;
	z-index: 10;
	padding: 0;
	right: -9px;
	z-index: 9999999
}

.zpm_dropdown_list,
.zpm_dropdown_list ul {
	list-style: none;
	padding: 0;
}

.zpm_dropdown_list li {
	transition: background .12s ease-in-out;
	border-bottom: 1px solid #eee;
}

.zpm_dropdown_list li:hover {
	background: var(--zpm-secondary-color);
	color: var(--zpm-primary-color) !important;
}

.zpm_submenu_item {
	padding-top: 10px;
}

.zpm_submenu_item li {
	border: none;
}

.zpm_dropdown_list #zpm_export_project {
	display: none;
}

.zpm_project_title:focus,
.zpm_project_title:hover,
.zpm_project_title:active {
	outline: none;
}

.zpm_project_title:hover * {
	color: #fff;
}

.zpm_project_title:hover .zpm_dropdown_list * {
	color: #333 !important;
}

.zpm_project_title:hover .zpm_dropdown_list *:hover {
	color: var(--zpm-primary-color) !important;
}

.zpm-project-view__list .zpm_project_title:hover * {
	color: #333;
}

#zpm-project-list {
	max-width: 1400px;
	margin: 0 auto;
}

@media (max-width: 980px) {
	.zpm_project_grid_cell {
		width: calc(100% / 2);
	}
}

@media (max-width: 700px) {
	.zpm_project_grid_cell {
		width: calc(100%) !important;
	}
}

/** Reporting Page **/
.zpm-report-item {
	position: relative;
}

.zpm-report-loader {
	height: 150px;
}

.zpm-report-item {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 2px;
	box-sizing: border-box;
}


.zpm-report-line__color {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 7px;
}

.zpm-report-line {
	padding: 5px;
	border: 1px solid #eee;
	border-bottom: none;
	position: relative;
	cursor: pointer;
}

.zpm-report-data-list {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.zpm-report-line:hover {
	background: #f9f9f9;
}

.zpm-report-line__options {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.zpm-report-line__options > span {
	padding: 0 3px;
}

.zpm-buttons__float-right {
	text-align: right;
}

.zpm-report__task-item {
	border-bottom: 1px solid #eee;
	padding: 5px;
}

.zpm-report__task-item.completed {
	text-decoration: line-through;
	color: #ccc;
}

.zpm-report__task-list {
	margin-bottom: 20px;
}

.zpm-report-data-list {
	margin-top: 10px;
}

.zpm-report-wrap {
	margin-top: 20px;
	padding: 5px;
	box-sizing: border-box;
}

#zpm_new_report_modal {
	overflow: visible;
}


#zpm-custom-chart-btn {
	margin-bottom: 20px;
}

.zpm-report__project-select {
	width: 100%;
	margin-bottom: 10px;
}

.zpm-report-description {
	margin-top: 10px;
}

.zpm-new-report__description,
.zpm-new-report__name {
	width: 100%;
}

.zpm-report__add-line {
	float: right;
}

.zpm-new-line__name,
.zpm-edit-line__name {
	width: 100%;
	margin-bottom: 10px;
}


#ui-datepicker-div {
	z-index: 99999999999999999999 !important;
}

.zpm-modal.active {
	z-index: 9999999999999 !important;
}

.zpm-report-item__name {
	width: 100%;
}

.zpm-report-item__description {
	margin-bottom: 20px;
}

.zpm-report-tools .zpm-datepicker {
	width: 100%;
}

.zephyr-confirm-modal {
	overflow: auto;
}

.zephyr-frontend-manager-template .gantt {
	border: 1px solid #ddd;;
}

.zpm-dropdown__extended {
	background: #fff;
	width: 300px;
	position: absolute;

	padding: 10px;

	border-radius: 3px;
	z-index: 999999999;
	left: 50%;
	transform: translate(-50%, -5px);
}

#zpm_switch_project_type_button:hover .zpm-dropdown__extended {
	display: block;
	opacity: 1;
	pointer-events: all;
	transform: translate(-50%, -15px);
}

.zpm-dropdown__extended .zpm-dropdown-item {
	border-radius: 4px;
	text-transform: initial;
	letter-spacing: initial;
}

.zpm-dropdown__extended .zpm-dropdown-item p {
	margin: 0;
}

.zpm-dropdown-item .zpm-dropdown-item__title {
	font-weight: bold;
	font-size: var(--zpm-font-size-regular);
	margin-bottom: 7px !important;
}

.zpm-dropdown-item .zpm-dropdown-item__sub {
	font-weight: normal;
	font-size: var(--zpm-font-size-regular);
	opacity: .6
}

.zpm-gantt-task-option {
	padding: 5px 10px;
}

.zpm-quick-input-modal {
	height: auto;
}

.zpm-notification-icon {
	margin-right: 7px;
}

.zpm-new-report__description {
	margin-top: 15px;
}

.zpm-report__new-chart select,
.zpm-report__new-chart input {
	width: 100%;
}

#zpm_project_modal .zpm_col_container {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.zpm_project_description.project_description,
.zpm-project-preview__description {
	white-space: pre-wrap;
}

#zpm-report-modal-inner .zpm-select {
	width: 100%;
}

.zpm-image-attachment-preview {
	max-width: 300px;
}


#zpm_new_subtask_modal,
.zephyr-confirm-modal.active {
	z-index: 9999999999 !important;
}

.zpm-report-item {
	margin-bottom: 40px;
	border-radius: 3px;
	border: 1px solid #eee;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01), 0 2px 6px rgba(0, 0, 0, 0.06);
}

.zpm-shortcode-code {
	background: #eee;
	padding: 4px;
	border-radius: 2px;
}

.zpm-tab-panel__inner {
	margin: 20px;
	box-sizing: border-box;
}

.zpm-tab {
	padding-bottom: 1px;
}

.zpm-submit-button {
	margin-top: 10px;
}


.sk-cube-grid {
	width: 50px;
	height: 50px;
	z-index: 99999999999999999999999999 !important;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #fff;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

.zpm-full-page-loader {
	position: fixed;
	top: 0;

	width: 100%;
	height: 100%;
	left: 0;
	z-index: 99999999999999999999999999 !important;
}

.zpm-full-page-loader__bg {
	background: #333;
	width: 100%;
	height: 100%;
	opacity: .4;
	transition: all 5s ease-in-out;
}


.zpm-message {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	white-space: pre-wrap;
}

.zpm-message-list {
	margin-bottom: 20px;
}

.zpm_delete_comment,
.zpm-edit-message {
	display: block;
	opacity: 0;
	pointer-events: none;
	transition: all .12s ease-in-out;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	z-index: 99;
	line-height: 30px;
	text-align: center;
}

.zpm-edit-message {
	right: 45px;
}

.zpm-comment-bubble:hover .zpm_delete_comment,
.zpm-comment-bubble:hover .zpm-edit-message {
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
}

/** TODO: REMOVE; **/
#wp-zpm-task-trd-editor-container textarea,
#wp-zpm-task-tad-editor-container textarea {
	color: #333 !important;
}

.zephyr-frontend-manager-template .ui-datepicker {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border: 1px solid #eee !important;
}

.zpm_file_name {
	bottom: 0 !important;
	margin: 0 !important;
}

#zpm-file-manager__target-task {
	max-width: 100%;
}

.zephyr-frontend-manager-template #ui-datepicker-div {
	background: #fff !important;
}

.zpm-new-task-field__assignee,
.zpm-new-task-field__team {
	margin-top: 10px;
}

#zpm_tasks_filter_chosen {
	margin-left: 7px !important;
}

.zpm-milestone__title {
	text-transform: none;
	letter-spacing: normal;

}

.zpm-milestone.completed .zpm-milestone__title {
	color: #fff;
}

.zpm-milestone-task__check,
.zpm-milestone-project__check {
	display: inline-block;
}

.zpm-milestone.completed .zpm-milestone-task__check,
.zpm-milestone.completed .zpm-milestone-project__check,
.zpm-milestone__task.completed .zpm-milestone-task__check,
.zpm-milestone__project.completed .zpm-milestone-project__check {
	color: #fff !important;
}

.zpm-milestone__title {
	padding-top: 0;
}

.zpm-milestone__section-title {
	margin-top: 15px;
}

.zpm_button {
	padding: 6px 12px !important;
	font-size: var(--zpm-font-size-regular);
	font-weight: normal;
	border-radius: 2px !important;
}

.zephyr-frontend-manager-template h5 {
	text-transform: none;
	letter-spacing: normal;
}

#ui-datepicker-div {
	z-index: 9999999999999999999 !important;
}

.ui-datepicker ~ .zephyr-modal {
	z-index: 9999999999999999 !important;
}

.zephyr-theme-ultimate #zpm-quick-search__container {
	bottom: -30px;
}

@media (max-width: 500px) {

	#zpm_tasks_filter_chosen {
		margin-left: 0 !important;
	}

	#zpm-single-task-title {
		max-height: 50px;
		/*overflow: hidden;*/
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: calc(100% - 500px);
	}

	#zpm-mobile-quick-search__container input {
		color: #333 !important;
	}

	#zpm-tasks__delete-multiple-icon {
		display: none !important;
	}

	.zpm-quick-search-results {
		max-height: 200px;
	}

	.zephyr-theme-ultimate #zpm-add-new-btn {
		max-width: 45px;
		max-height: 45px;
		top: 10px !important;
	}

	.zephyr-theme-ultimate #zpm-add-new-dropdown {
		top: 50px !important
	}
}

.zephyr-theme-ultimate .zpm-white-panel {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 6px rgba(0, 0, 0, 0.07);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding: 20px;
	margin-top: 15px;
}

body.zephyr-frontend-manager-template .zpm_comment_content a {
	text-decoration: underline !important;
}

#zpm-add-new-btn img {
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

#zpm-add-new-btn.active img {
	transform: translate(-50%, -50%) rotate(-135deg) !important;
}

.zephyr-frontend-manager-template {
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}

.zpm-form__field[type="number"] {
	border-top: none;
	border-left: none;
	border-right: none;
	line-height: 14px;
	padding: 5px !important;
}

.zpm_task_list_row.gu-mirror .zpm_task_project {
	display: none !important;
}

.zpm_task_list_row.gu-mirror {
	opacity: 1 !important;
	background: rgba(255, 255, 255, 0.7) !important;
}

.zpm-form__field {
	padding: 5px !important;
}

.zpm-error.zpm-error__subtle {
	padding: 10px 20px !important;
}

.zpm-files__container {
	padding: 20px;
}


#wpadminbar ~ * #wrapper {
	margin-top: 0px !important;
	position: relative;
}

#wpadminbar ~ * #zpm_front_header {
	margin-top: 32px;
}

.zephyr-theme-ultimate #wpadminbar ~ * .zpm-task-single__header {
	top: 39px;
}

#wpadminbar ~ * #zpm-navigation-bar {
	margin-top: 32px;
}

#wpadminbar ~ * .zpm-page-title {
	top: 32px !important;
}

#wpadminbar ~ * .zpm-page-title#zpm-single-task-title {
	top: 16px !important;
}

.zephyr-theme-ultimate #wpadminbar ~ * .zpm-page-title {
	top: 43px;
}

.zephyr-theme-ultimate #wpadminbar ~ * .zpm-page-title#zpm-single-task-title {
	top: -8px !important;
}

.zephyr-frontend-manager-template.zephyr-theme-plain .site-header {
	display: block !important;
}

.zephyr-frontend-manager-template.zephyr-theme-plain .site-footer {
	display: block;
}

body.zephyr-frontend-manager-template.zephyr-theme-plain {
	overflow: auto !important;
}

.zephyr-frontend-manager-template.zephyr-theme-plain .header {
	display: block !important;
}

.zephyr-frontend-manager-template.zephyr-theme-plain {
	font-size: inherit;
}

.zephyr-frontend-manager-template.zephyr-theme-plain h1:not(.site-title):before,
.zephyr-frontend-manager-template.zephyr-theme-plain h2:before {
	display: block !important;
}

body.zephyr-frontend-manager-template.zephyr-theme-plain a {
	text-decoration: none !important;
}

body.zephyr-frontend-manager-template.zephyr-theme-plain a.zpm_button {
	color: inherit !important;
}

body.zephyr-frontend-manager-template.zephyr-theme-plain {
	overflow-y: auto !important;
}

.zephyr-frontend-manager-template.zephyr-theme-plain #back-to-top {
	display: block !important;
}

.zephyr-frontend-manager-template.zephyr-theme-plain #zpm-content {
	width: 100%;
	height: auto;
	min-height: unset;
	max-height: unset;
}

.zephyr-frontend-manager-template.zephyr-theme-plain #zpm-frontend-menu {
	padding: 0 30px;
}

.zephyr-frontend-manager-template.zephyr-theme-plain #zpm-frontend-menu a {
	padding: 10px;
}

#zpm-task__header-buttons {
	height: auto;
}

#zpm-edit-task__recurrence-select {
	border: 1px solid #ddd !important;
}

.zpm_task_list_row.task-hidden {
	display: none !important;
}

#zpm_edit_task_project_chosen {
	margin-bottom: 15px;
}

/*.zpm-task-filter-holder,*/
/*#zpm-task-project-filter-holder {*/
/*	display: inline-block;*/
/*}*/

/*#zpm-task-project-filter-holder {*/
/*	margin-left: 10px;*/
/*}*/

#zpm_tasks_project_filter_chosen {
	background: #fff;
	width: 150px !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-left: 7px !important;
}

.zpm_subtask_item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.zpm_delete_subtask {
	border-radius: 0;
	background: transparent !important;
}

.zephyr-theme-ultimate #zpm-content.full-screen {
	position: fixed;
	left: 0;
	z-index: 99999999999;
	padding: 0;
	background: var(--zpm-background-color);
	top: 0;
	bottom: 0;
	padding: 20px;
}

.full-screen .zpm-page-title {
	color: #333 !important;
	display: none;
}

.full-screen #zpm-navigation-bar {
	width: 100%;
	left: 0 !important;
	right: 0 !important;
	position: fixed;
	top: 0 !important;
}

#zpm-task-parents__breadcrumbs {
	margin-top: 10px;
}

#zpm-new-milestone-modal .zpm-form-group label {
	display: block;
}

#zpm-new-milestone-modal .zpm-form-group select {
	width: 100%;
}

#zpm-new-milestone-modal .zpm-form-group {
	margin-top: 15px;
}

#zpm_tasks_assignee_filter_chosen {
	min-width: 110px;
}

.zpm-kanban__datepicker {
	display: none;
}

.zpm-kanban-due {
	width: 65px;
}

[data-section="profile_settings"] .zpm_tab_panel {
	margin-top: 15px;
}

#zpm_new_task_description {
	height: auto;
}

.zephyr-theme-ultimate .zpm_button {
	padding: 7px 10px !important;
	font-size: var(--zpm-font-size-regular);
}

#zpm-new-task-priority .zpm-dropdown,
#zpm-edit-task-priority .zpm-dropdown,
#zpm-edit-project-priority .zpm-dropdown,
.zpm-priority-dropdown {
	right: unset;
	left: 0;
}

.zephyr-theme-ultimate #zpm-quick-search__container {
	bottom: 10px;
}

.zephyr-theme-ultimate .zpm-quick-search-results {
	padding-top: 10px !important;
}

.zephyr-theme-ultimate #zpm-task-list__options {
	top: 40px;
}

.zephyr-theme-ultimate #zpm-task-project-filter-holder label {
	display: inline-block;
}

body.zephyr-frontend-manager-template div#ui-datepicker-div[style] {
	z-index: 9999999999 !important;
}

.zephyr-theme-ultimate.zpm-single-project #zpm-quick-search__container {
	display: none;
}

.zpm-modal * {
	-webkit-font-smoothing: antialiased;
}

#zpm_front_project_page,
#zpm-add-new-btn {
	margin: 0px !important;
}

#zpm_project_modal,
.zpm-modal {
	margin-top: 0px !important;
}

#zpm_front_project_page {
	display: flex !important;
}

#zpm-header-breadcrumb {
	height: 20px !important;
}

#zpm_project_modal {
	padding: 60px !important;
	box-sizing: border-box !important;
}

.zpm_panel_title {
	font-family: 'Roboto';
	font-size: 20px;
}

#zpm-frontend-manager__shortcode {
	position: relative;
}

#zpm-frontend-manager__shortcode #zpm_front_project_page {
	max-width: 100% !important;
	max-height: 100% !important;
	position: relative !important;
}

#zpm-frontend-manager__shortcode #zpm-content {
	min-height: 100% !important;
}

#zpm-frontend-manager__shortcode #zpm-add-new-btn {
	bottom: unset;
	top: 15px;
}

#zpm-frontend-manager__shortcode #zpm-add-new-dropdown {
	bottom: unset !important;
	top: 70px;
}

.zpm_label,
.zpm-form__label {
	color: var(--zpm-label-color);
	font-size: var(--zpm-font-size-medium) !important;
}

#zpm-frontend-manager__shortcode #zpm_front_project_page {
	align-items: stretch !important;
}

#zpm-frontend-manager__shortcode #zpm-sidebar-thin,
#zpm-frontend-manager__shortcode #zpm-sidebar-main {
	height: auto;
}

#zpm-frontend-manager__shortcode .zpm-menu-item {
	white-space: nowrap;
	overflow: hidden;
}

/*@media (max-width: 780px) {*/
/*	#zpm-frontend-manager__shortcode #zpm-sidebar-thin {*/
/*		display: none;*/
/*	}*/

/*	#zpm-frontend-manager__shortcode #zpm-sidebar-content .zpm-menu-title,*/
/*	#zpm-frontend-manager__shortcode #zpm-sidebar-main #zpm-user-name {*/
/*		display: none;*/
/*	}*/

/*	#zpm-frontend-manager__shortcode #zpm-sidebar-main {*/
/*		width: auto !important;*/
/*	}*/

/*	#zpm-frontend-manager__shortcode #zpm-sidebar-content {*/
/*		overflow: visible;*/
/*	}*/

/*	#zpm-frontend-manager__shortcode #zpm-sidebar-main .zpm-menu-icon {*/
/*		margin-right: 0 !important;*/
/*	}*/
/*}*/

#zpm_project_modal {
	width: auto;
	height: 90% !important;
	padding: 0 !important;
}

#zpm_project_modal .zpm_modal_body {
	overflow-x: hidden;
	padding: 2rem;
	margin-bottom: 2rem;
	height: 100% !important;
	box-sizing: border-box;
}

#zpm_project_modal .zpm_modal_body h3 {
	text-align: left;
	margin: 0 !important;
}

#zpm_project_modal .zpm_modal_buttons {
	padding: 1rem !important;
	background: #fff;
	border-top: 1px solid #eee;
}

#zpm_project_modal .zpm_close_modal,
#zpm_quickview_modal .zpm_close_modal {
	right: 2rem;
	top: 2rem;
}

.zpm_modal_item .description {
	white-space: normal;
}

#zpm-new-project__managers,
#zpm-new-project__categories {
	width: 100%;
}

#zpm-frontend-manager__shortcode {
	max-width: unset;
	width: 100%;
}

#wpadminbar ~ * #zpm-frontend-manager__shortcode #zpm-add-new-btn {
	top: 45px;
}

#wpadminbar ~ * #zpm-frontend-manager__shortcode #zpm-add-new-dropdown {
	top: 105px !important;
}

#zpm-like-project {
	display: none;
}

#zpm-frontend-manager__shortcode .zpm-action-buttons {
	top: 100px;
	right: 60px;
}

#zpm-frontend-manager__shortcode .zpm-action-buttons #zpm_switch_project_type_button,
#zpm-frontend-manager__shortcode .zpm-action-buttons .zpm-action-button {
	background: transparent;
	color: #777;
	border-color: #777;
}

#zpm-frontend-manager__shortcode .zpm-quick-search-input {
	padding-bottom: 10px;
}

#zpm-frontend-manager__shortcode #zpm_front_header {
	z-index: 99999999 !important;
}

#zpm-project-single.gantt {
	border: none;
}

#zpm-file-manager__project-picker .zpm-label {
	display: flex;
}

#zpm-file-manager__target-task {
	width: 100%;
}

#zpm-file-manager__target-project {
	margin-bottom: 10px;
}

@media (max-width: 780px) {
	#zpm_project_modal {
		width: 100% !important;
		height: 100% !important;
	}
}

#zpm-frontend-manager__shortcode .zpm-theme-ultimate #zpm-add-new-btn {
	position: relative !important;
	left: unset !important;
	right: 0px !important;
	top: 60px !important;
}

#zpm-frontend-manager__shortcode .zpm-theme-ultimate #zpm-add-new-dropdown,
.admin-bar #zpm-frontend-manager__shortcode .zpm-theme-ultimate #zpm-add-new-dropdown {
	position: absolute !important;
	right: 0px !important;
	top: 50px !important;
}

.zpm-shortcode-button-container {
	position: relative !important;
	display: flex !important;
	align-items: flex-end !important;
	justify-content: flex-end !important;
	height: 0px !important;
}

#zpm-frontend-manager__shortcode .zpm-theme-ultimate .zpm-action-buttons {
	margin-right: 90px;
	margin-top: 20px;
}

#zpm-new-milestone-modal .zpm-modal-inner,
#zpm-edit-milestone-modal .zpm-modal-inner {
	max-height: unset;
}

.zpm-material-card {
	background: #fff;
	padding: 15px;
	min-height: 120px;
	border-radius: 3px;
	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-material-card:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 5px rgba(0, 0, 0, 0.27);
}

.zpm-material-card-colored {
	color: #fff;
}

.zpm-grid-container .zpm-grid-item:last-of-type {
	margin-right: 0;
}

@media (max-width: 500px) {
	.zpm-grid-item {
		max-width: 100%;
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}

	.zpm-grid-row {
		display: block;
	}
}

.zpm-card-color-blue {
	background: var(--zpm-primary-color-default);
}

.zpm-card-color-purple {
	background: var(--zpm-purple);
}

.zpm-card-color-red {
	background: var(--zpm-red);
}

.zpm-material-card-colored.zpm-card-color-darker-blue {
	background: var(--zpm-primary-color-default);
}

.zpm-grid-row {
	margin-bottom: 15px;
}

.zpm-material-card {
	display: block;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	padding: 25px;
	min-height: 200px;
	max-height: 200px;
	overflow: auto;
}

.zpm-material-card:hover,
.zpm-material-card:active,
.zpm-material-card:focus,
.zpm-material-card:visited {
	color: #fff !important;
}

.zpm-grid-row {
	display: flex;
}

.zpm-grid-item {
	flex: 1;
	max-width: 33%;
	margin-right: 15px;
}

.zpm-grid-container {
	width: 100%;
}

.zpm-card-header {
	margin: 0px;
	font-size: var(--zpm-font-size-title);
	font-weight: bold;
	margin-bottom: 10px;
}

[data-project-overview] {
	display: flex !important;
}

#zpm-save-project-members {
	margin-left: 20px;
	margin-bottom: 20px;
}

.zephyr-theme-default .zpm-member-list {
	padding-bottom: 5px !important;
}

@media (max-width: 800px) {
	.zephyr-theme-ultimate .zpm-task-single__header {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		left: 0 !important;
	}

	.zephyr-theme-ultimate .zpm-task-single__header #zpm-single-task-title {
		flex: 1;
		overflow: visible;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 !important;
		padding: 0;
		width: auto !important;
	}

	body #zpm-frontend-manager__shortcode #zpm-sidebar-thin {
		display: block !important;
		padding-left: 10px;
	}

	body #zpm-frontend-manager__shortcode #zpm_front_header {
		display: none;
	}

	body #zpm-frontend-manager__shortcode .zpm-theme-ultimate .zpm-action-buttons {
		position: relative !important;
		top: unset !important;
		right: unset !important;
		left: unset !important;
	}

	body #zpm-frontend-manager__shortcode .zpm-menu-title {
		width: max-content;
	}
}

#zpm-frontend-manager__shortcode .zpm-theme-ultimate .zpm-action-buttons {
	position: relative !important;
	top: unset !important;
	right: unset !important;
	left: unset !important;
}

#zpm-frontend-manager__shortcode .zpm-menu-title {
	width: max-content;
}

@media (max-width: 800px) {
	#zpm-frontend-manager__shortcode #zpm-content {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 50px !important;
		padding-bottom: 20px !important;
	}

	#zpm-frontend-manager__shortcode .zpm-page-title {
		margin-left: 0 !important;
	}

	#zpm-frontend-manager__shortcode .zpm-task-filter-holder {
		margin-top: 10px !important;
	}

	#zpm-frontend-manager__shortcode #zpm-task-project-filter-holder {
		display: flex;
		flex-direction: column;
		margin-top: 10px !important;
	}

	#zpm-frontend-manager__shortcode #zpm_tasks_project_filter_chosen {
		margin-left: 0px !important;
		max-width: unset;
		width: 100% !important;
	}

	#zpm-frontend-manager__shortcode .zpm-theme-ultimate #zpm-add-new-btn {
		top: 20px !important;
	}

	#zpm-frontend-manager__shortcode #zpm-header-breadcrumb {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 65%;
		display: block;
	}

	body #zpm-frontend-manager__shortcode .zpm-theme-ultimate #zpm-add-new-dropdown {
		top: 15px !important;
	}

	#zpm-frontend-manager__shortcode #zpm_switch_project_type_button .zpm-dropdown {
		bottom: unset !important;
		top: 40px !important;
	}
}

.fas:before {
	font-family: 'FontAwesome';
}

.zpm-task-panel-field {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.zephyr-frontend-manager-template .zpm-select {
	background: #fff !important;
	border: 1px solid #ddd !important;
	padding: 10px 12px;
	border-radius: 3px;
}

#zpm-projects__filters {
	margin-bottom: 10px;
}

.zpm-task-bulk-selector-wrap {
	margin-left: 10px;
	display: none;
}

.zpm-task-list--bulk-edit .zpm-task-bulk-selector-wrap {
	display: inline-block;
}

[data-bulk-delete-button],
[data-bulk-archive-button],
[data-bulk-edit-button] {
	display: none !important;
}

.zpm-task-list--bulk-edit [data-bulk-delete-button],
.zpm-task-list--bulk-edit [data-bulk-archive-button],
.zpm-task-list--bulk-edit [data-bulk-edit-button] {
	display: flex !important;
}

@media (max-width: 780px) {
	.zpm-grid-row {
		flex-direction: column;
	}

	.zpm-grid-row .zpm-grid-item {
		max-width: 100%;
	}

	.fc-right {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0.5rem;
	}

	.fc-right > * {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 !important;
	}

	.fc-right .fc-button-group {
		display: flex;
		flex-direction: row;
	}

	.fc-right .fc-button-group > * {
		flex: 1;
		width: 100%;
	}

	.zephyr-theme-default #zpm-content {
		padding: 30px;
	}

	/*.zephyr-theme-default #zpm-sidebar-thin {*/
	/*	display: none;*/
	/*}*/
	/*.zephyr-theme-default #zpm-sidebar-content a li {*/
	/*	padding: 0 !important;*/
	/*	display: flex;*/
	/*	flex-direction: row;*/
	/*	align-items: center;*/
	/*	justify-content: center;*/
	/*	text-align: center;*/
	/*}*/
	/*.zephyr-theme-default #zpm-sidebar-content a li .zpm-menu-icon {*/
	/*	margin: 0 !important;*/
	/*}*/
	.zephyr-theme-default #zpm_front_project_page {
		display: flex;
		flex-direction: row;
	}

	.zephyr-theme-default #zpm-content {
		flex: 1;
		max-width: unset !important;
	}
}

.zephyr-frontend-manager-template .ui-state-default.ui-state-highlight {
	background-color: var(--zpm-primary-color) !important;
}

.zpm_task_list_row {
	box-sizing: border-box;
}

#zpm-project-panel-status-container {
	box-sizing: border-box;
}

.zpm-theme-ultimate .zpm-menu-icon {
	font-weight: 900 !important;
}

.zpm-grid-list__item:hover {
	color: var(--zpm-primary-color);
	border-color: var(--zpm-primary-color);
	background: var(--zpm-secondary-color);
}

.fc-event-container .task,
#zpm_calendar .fc-event-container .task,
#zpm_calendar .fc-event-container a:hover,
#zpm_calendar .fc-event-container a:active,
#zpm_calendar .fc-event-container a:focus,
#zpm_calendar .fc-event-container a:visited {
	color: var(--zpm-calendar-text-color) !important;
}

.zpm-milestone.completed {
	background: var(--zpm-primary-color);
	border-color: var(--zpm-primary-color);
	color: #fff;
}

.zpm-milestone__check:hover {
	color: var(--zpm-primary-color);
}

.zpm-milestone__task.completed,
.zpm-milestone__project.completed {
	background: var(--zpm-primary-color-hover);
	border-color: var(--zpm-primary-color-hover) !important;
	color: #fff;
}

.zpm-milestone-item__added {
	background: var(--zpm-primary-color);
}

.zpm-milestone__progress-bar {
	background: var(--zpm-primary-color-hover);
}

.zpm-milestone__option:hover {
	color: var(--zpm-primary-color);
}

.zpm-frontend-container a {
	color: var(--zpm-primary-color) !important;
}

.zpm-frontend-container a:hover,
.zpm-frontend-container a:focus,
.zpm-frontend-container a:active {
	color: var(--zpm-primary-color);
}

.zpm-menu-item a:hover,
.zpm-menu-item a:focus,
.zpm-menu-item a:active {
	color: var(--zpm-primary-color-hover) !important;
}

.zpm-action-button:hover {
	color: var(--zpm-primary-color);
	background-color: var(--zpm-secondary-color-hover);
}

.zpm-navigation-item:after {
	background: var(--zpm-primary-color);
}

.zpm-navigation-item:hover,
.zpm-navigation-item.current-item {
	color: var(--zpm-primary-color) !important;
}

#zpm-sidebar-thin {
	background: var(--zpm-primary-color);
}

.zpm-menu-item a {
	color: #333 !important;
}

.zpm-menu-item:hover,
.zpm-menu-item:hover a {
	color: var(--zpm-primary-color) !important;
}

.zpm-task-item:hover,
.zpm-project-item:hover {
	color: var(--zpm-primary-color);
}

.zpm-modal-option-icon:hover {
	color: var(--zpm-primary-color);
}

.zpm-fancy-item a:active,
.zpm-fancy-item a:focus {
	color: var(--zpm-primary-color);
}

.zpm-fancy-item:hover,
.zpm-fancy-item:hover a {
	color: var(--zpm-primary-color);
}

.zpm-primary-button,
.zpm_button {
	background-color: var(--zpm-primary-color);
}

.zpm_button:hover,
.zpm-primary-button:hover,
.zpm_button:focus,
.zpm-primary-button:focus,
.zpm_button:active,
.zpm-primary-button:active {
	background-color: var(--zpm-primary-color-hover);
}

#zpm-add-new-btn {
	background: var(--zpm-primary-color);
}

.zpm-menu-item.current-page,
.zpm-menu-item.current-page a {
	color: var(--zpm-primary-color) !important;
}

.zephyr-frontend-manager-template .chosen-container ul.chosen-results li.highlighted {
	background-color: var(--zpm-primary-color) !important;
	background-image: none !important;
}

.zpm-sidebar-thin-icon:hover {
	background-color: var(--zpm-primary-color-hover);
}

#zpm-add-new-btn.active {
	background: var(--zpm-primary-color-hover);
}

#zpm_calendar .fc-button {
	background: var(--zpm-primary-color) !important;
}

#zpm_calendar .fc-button:hover {
	background-color: var(--zpm-primary-color-hover) !important;
}

#zpm_calendar .fc-day-grid-event {
	background: var(--zpm-primary-color) !important;
}

#zpm_calendar .fc-day-grid-event:hover {
	background: var(--zpm-primary-color-hover) !important;
}

.zpm_checkbox_label input:checked + .zpm_main_checkbox {
	border-color: var(--zpm-primary-color);
}

.zpm_checkbox_label input:checked + .zpm_main_checkbox svg path {
	fill: var(--zpm-primary-color) !important;
	stroke: var(--zpm-primary-color) !important;
}

#zpm-complete-task.zpm-task-complete {
	background: var(--zpm-primary-color) !important;
	border-color: var(--zpm-primary-color) !important;
}

.zpm-action-button.selected {
	background: var(--zpm-primary-color) !important;
	border-color: var(--zpm-primary-color) !important;
}

#zpm_system_notification {
	background: var(--zpm-primary-color) !important;
}

.zpm_task_list_data:hover {
	color: var(--zpm-primary-color) !important;
}

.zpm_update_subtask {
	color: var(--zpm-primary-color) !important;
}

.zpm_update_subtask:hover {
	color: var(--zpm-primary-color-hover) !important;
}

.zpm_floating_notification_button {
	background: var(--zpm-primary-color) !important;
}

#zpm_front_project_page.zpm-access-restricted {
	background: linear-gradient(45deg, var(--zpm-primary-color) 0%, var(--zpm-primary-color-hover) 100%);
}

#zpm-search-results li a:hover {
	color: var(--zpm-primary-color) !important;
}

#zpm-search-results h5 {
	color: var(--zpm-primary-color) !important;
}

.zpm_custom_field_option[data-zpm-cf-required='1']:after {
	background-color: var(--zpm-primary-color) !important;
}

.zpm_custom_field_option:hover {
	color: var(--zpm-primary-color) !important;
}

.zpm-project-item a:hover {
	color: var(--zpm-primary-color) !important;
}

.zpm_button:hover,
.zpm_button:focus,
.zpm_button:active {
	background: var(--zpm-primary-color-hover);
}

zpm-delete-kanban-row:hover {
	color: var(--zpm-primary-color);
}

.zpm_kanban_heading:active,
.zpm_kanban_heading:focus,
.zpm_kanban_heading:hover {
	border-color: var(--zpm-primary-color);
}

.ui-datepicker .ui-widget-header {
	background: var(--zpm-primary-color);
}

.ui-state-default:hover {
	background-color: var(--zpm-primary-color) !important;
}

.ui-state-highlight,
.ui-datepicker-current-day {
	background-color: var(--zpm-primary-color) !important;
}

.ui-datepicker-header {
	background: var(--zpm-primary-color) !important;
}

.zpm-link {
	color: var(--zpm-primary-color);
}

.zpm-kanban-complete-task-label:hover,
.zpm-kanban-complete-task-label.completed {
	color: var(--zpm-primary-color);
}

.zpm_kanban_item.complete {
	background: linear-gradient(45deg, var(--zpm-primary-color-hover) 0%, var(--zpm-primary-color) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--zpm-primary-color-hover)', endColorstr='var(--zpm-primary-color) ', GradientType=1);
}

#zpm_front_project_page.zpm-welcome-page {
	overflow: scroll;
}

.zpm-quick-search-input {
	border-color: var(--zpm-primary-color) !important;
}

#zpm_welcome_container {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding-top: 15px;
	padding-bottom: 30px;
}

#zpm_welcome_container h1 {
	font-weight: normal;
}

#zpm_get_started {
	width: max-content;
	padding: 10px;
}

.zpm_material_card {
	box-sizing: border-box;
	width: calc(100% / 3.5);
	display: inline-block;
	text-align: center;
	height: 270px;
	position: relative;
	transition: all .2s ease;
	vertical-align: top;
	padding: 15px;
}

.zpm_material_card:hover {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
	cursor: pointer;
	color: var(--zpm-primary-color);
}

.zpm_card_icon {
	font-size: 80px;
	line-height: 150px;
	box-sizing: border-box;
}

.zpm_material_card_details {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	padding-bottom: 20px;
}

#zpm_welcome_page {
	background: #fff;
	margin: 50px;
	padding: 50px;
	text-align: center;
	border-radius: 3px;
	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-col-4 {
	cursor: pointer;
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.zpm-col-4:hover .zpm-feature-text {
	color: #333;
}

.zpm-feature-image {
	width: 150px;
}

.zpm-feature-text {
	color: #aaa;
	padding: 0 20px;
	text-align: left;
	transition: all .2s ease-in-out;
}

.zpm-feature-title {
	margin-bottom: 5px;
	font-size: var(--zpm-font-size-title);
	color: #333;
}

.zpm-feature-description {
	margin-top: 0;
}

.zpm-feature-image-holder {
	min-height: 170px;
}

.zpm-theme-ultimate .zpm-menu-item.current-page span {
	color: var(--zpm-primary-color) !important;
}

.zpm-theme-ultimate .zpm-sidebar-thin-icon:hover span {
	color: var(--zpm-primary-color) !important;
}

.zpm_input:hover,
.zpm_input:active,
.zpm_input:focus,
.zpm-modal select:hover,
.zpm-modal select:active,
.zpm-modal select:focus {
	border-color: var(--zpm-primary-color) !important;
}

.project-edge {
	background: var(--zpm-primary-color);
}

.zpm-toggle:checked + .zpm-toggle-label:after {
	background-color: var(--zpm-primary-color);
}

.zpm-toggle:checked + .zpm-toggle-label:before {
	background-color: var(--zpm-secondary-color);
}

.zephyr-theme-default .zpm-project-item:after {
	background-color: var(--zpm-primary-color);
}

.zpm_kanban_item_buttons:hover {
	color: var(--zpm-primary-color);
}

.zpm-form__field:focus ~ .zpm-form__label,
.zephyr-modal .zpm-form__field:focus ~ .zpm-form__label {
	color: var(--zpm-primary-color) !important;
}

.zpm-form__field:focus,
.zephyr-modal .zpm-form__field:focus {
	border-bottom: 1.5px solid var(--zpm-primary-color) !important;
}

.ui-datepicker .ui-widget-header {
	background: var(--zpm-primary-color);
}

.ui-state-default:hover {
	background-color: var(--zpm-primary-color) !important;
}

#zpm-toggle-kanban-fullscreen:hover,
#zpm-toggle-kanban-fullscreen.active {
	color: var(--zpm-primary-color);
}

.ui-state-highlight,
.ui-datepicker-current-day {
	background-color: var(--zpm-primary-color) !important;
}

#zpm_switch_project_type_button:hover {
	color: var(--zpm-primary-color) !important;
	border-color: var(--zpm-primary-color) !important;
}

.zpm-material-checkbox > input:checked + span::before,
.zpm-material-checkbox > input:indeterminate + span::before {
	background: var(--zpm-primary-color) !important;
	border-color: var(--zpm-primary-color) !important;
}

.zpm-material-checkbox > input:checked,
.zpm-material-checkbox > input:indeterminate {
	background-color: var(--zpm-primary-color);
}

.zpm-member-progress__value {
	background: var(--zpm-primary-color);
}

.zpm-member-progress__percent_complete .zpm-member-progress__value {
	color: var(--zpm-primary-color);
}

#zpm-member-details__display-info {
	background: var(--zpm-primary-color) !important;
}

.zpm-login-error {
	color: var(--zpm-primary-color);
}

.zpm-login-or,
.zpm-user__unique-id-value {
	color: var(--zpm-primary-color);
}

.zpm-task__type-label {
	color: var(--zpm-primary-color);
}

.zpm-search-cat-name {
	background: var(--zpm-primary-color);
}

.zpm-frontend-container a.zpm_button.zpm-button__inverted {
	color: var(--zpm-primary-color) !important;
}

.search-choice {
	border-color: var(--zpm-primary-color) !important;
	color: var(--zpm-primary-color) !important;
}

.zpm-kanban-attachment__action {
	background: var(--zpm-primary-color) !important;
}

.zpm-header-back:hover {
	color: var(--zpm-primary-color) !important;
}

.zephyr-frontend-manager-template .chosen-container:hover {
	border-color: var(--zpm-primary-color);
}

#zpm-task-overview .chosen-container:hover,
#zpm_edit_task_assignee_chosen .chosen-choices:hover,
#zpm-task-overview .zpm-input:hover,
#zpm-task-overview-edit .zpm-task-edit-field input:hover,
#zpm-task-overview-edit textarea:hover,
#zpm-task-overview-edit select:hover {
	border-color: var(--zpm-primary-color) !important;
}

.zpm_button_inverted,
.zpm-frontend-container a.zpm_button_inverted {
	border: 1px solid var(--zpm-primary-color) !important;
	color: var(--zpm-primary-color) !important;
}

.zpm_button_inverted:hover,
.zpm_button_inverted:focus,
.zpm_button_inverted:active,
.zpm-frontend-container a.zpm_button_inverted:hover,
.zpm_button_inverted.zpm-pagination__current-page {
	border-color: var(--zpm-primary-color-hover) !important;
	background: var(--zpm-primary-color-hover) !important;
	color: #fff !important;
}

.zpm_button_inverted[disabled='disabled']:hover {
	color: var(--zpm-primary-color) !important;
}

.zpm-loader:after {
	border-color: transparent var(--zpm-primary-color) transparent var(--zpm-primary-color) !important;
}

.zpm-color__hover-primary:hover,
.zpm-color__hover-primary.zpm-state__active {
	color: var(--zpm-primary-color) !important;
}

.zpm-colors__background-primary {
	background: var(--zpm-primary-color) !important;
}

.zpm-colors__hover-primary:hover {
	color: var(--zpm-primary-color) !important;
}

.zephyr-gantt__chart .row.day.today,
.zephyr-gantt__chart .row.date.today .fn-label {
	background: var(--zpm-primary-color) !important;
}

.row.name.zpm-gannt-row__completed {
	background: var(--zpm-primary-color) !important;
}

.zpm-hide-gantt-task label:hover {
	color: var(--zpm-primary-color) !important;
}

.zephyr-gantt__chart .row.spacer,
.zephyr-gantt__chart .row.year,
.zephyr-gantt__chart .row.year:hover {
	background: var(--zpm-primary-color) !important;
	border-color: var(--zpm-primary-color) !important;
}

.zephyr-gantt__chart .fn-gantt .leftPanel .row.zpm-gannt-row__completed {
	border-color: var(--zpm-primary-color-hover) !important;
}

.zephyr-gantt__chart .fn-gantt .bar .fn-label,
.zephyr-gantt__chart .fn-gantt .bar .fn-label:hover {
	background: var(--zpm-primary-color) !important;
}

.zpm_project_name_input:focus,
.zpm_project_name_input:active {
	border-color: var(--zpm-primary-color) !important;
}

.zpm_project_title:hover {
	background: var(--zpm-primary-color);
	/* background: linear-gradient(45deg, var(--zpm-primary-color-hover) 0%, var(--zpm-primary-color) 100%); */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--zpm-primary-color-hover)', endColorstr='var(--zpm-primary-color)', GradientType=1); */
	color: #fff;
}

.zpm_project_progress_bar,
.zpm_nav_item_selected:after,
.zpm_nav_item:hover:after {
	background: var(--zpm-primary-color) !important;
}

#zpm-edit-multiple-tasks-modal {
	height: auto;
	border-radius: 6px;
}

#zpm_tasks_assignee_filter_chosen {
	margin-left: 7px;
}


.zpm-welcome-panel {
	width: 100%;
	text-align: left;
	padding: 32px;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.18);
	margin-bottom: 64px;
	border-radius: 16px;
}

.zpm-panel--rounded {
	border-radius: 16px;
}

.zpm-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	margin-bottom: 32px;
}

.zpm-feature-grid-item {
	background-color: transparent;
	padding: 20px;
	text-align: center;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid transparent;
	transition: all .13s ease;
	cursor: pointer;
}

.zpm-feature-grid-item:hover {
	background: var(--zpm-primary-color-hover-default);
	border: 1px solid var(--zpm-primary-color-default);
}

.zpm-feature-item--title,
.zpm-feature-item--summary {
	margin: 0px;
}

.zpm-feature-item--title {
	margin-top: 16px;
	font-size: var(--zpm-font-size-title);
	font-weight: bold;
}

.zpm-welcome-buttons {
	text-align: center;
}

.zpm-welcome-buttons .zpm_button {
	margin-right: 8px;
}

.zpm-welcome-icon {
	margin-bottom: 32px;
}

.zpm-welcome-title {
	font-size: 24px;
	font-weight: bold;
}

[data-login-theme="features"] #zpm_welcome_page {
	background: transparent;
	padding: 0px;
	box-shadow: none;
	box-sizing: border-box;
}

.zpm-welcome-panel {
	padding: 64px !important;
	box-sizing: border-box;
}

.zpm-welcome-title {
	margin-top: 0px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.zpm-features-grid {
		grid-template-columns: 1fr;
	}
}

#zpm-wp-editor-zpm_edit_task_description {
	margin-bottom: 10px;
}

.zpm-panel--buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.25rem;
}

@media (max-width: 800px) {
	.zpm-panel--buttons {
		flex-direction: column;
	}

	#zpm-content {
		padding-bottom: 80px !important;
	}
}

.zpm_modal_buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.25rem;
	justify-content: flex-end;
}

#zpm-edit-task__recurrence-select {
	padding: 0px 10px !important;
}


.zephyr-project-manager #zpm_front_project_page,
.zpm-modal {
	font-size: var(--zpm-font-size-title);
	font-family: 'Roboto', sans-serif;
}

.zephyr-project-manager #zpm_front_project_page h1,
.zephyr-project-manager #zpm_front_project_page h2,
.zephyr-project-manager #zpm_front_project_page h3,
.zephyr-project-manager #zpm_front_project_page h4,
.zephyr-project-manager #zpm_front_project_page h5,
.zephyr-project-manager #zpm_front_project_page h6,
.zpm-modal h1,
.zpm-modal h2,
.zpm-modal h3,
.zpm-modal h4,
.zpm-modal h5,
.zpm-modal h6 {
	font-family: 'Roboto', sans-serif !important;
}

.zpm-calendar__filter-section:last-of-type {
	padding-right: 0px;
}

.zpm-modal input,
.zpm-modal select,
.zpm-modal textarea,
.zephyr-project-manager #zpm_front_project_page input,
.zephyr-project-manager #zpm_front_project_page select,
.zephyr-project-manager #zpm_front_project_page textarea {
	font-size: var(--zpm-font-size-regular);
}

.zpm_button,
.zpm-button,
.zpm-btn {
	text-transform: none;
	letter-spacing: normal;
}

.zpm-task-action-buttons--footer {
	margin-top: 10px;
}

.zpm_panel_heading {
	font-size: 1rem;
}


.zpm_team_member {
	border-bottom: 1px solid #f7f7f7;
	padding: 5px;
	font-size: var(--zpm-font-size-title);
}

.zpm_team_member .zpm_avatar_image {
}

.zpm_team_member span {
	margin-right: 10px;
	vertical-align: middle;
}

.zpm_team_member:last-of-type {
	border: none;
}

.zpm-team-name {
	font-size: var(--zpm-font-size-title) !important;
	font-weight: bold;
}

.zpm-team-members-title {
	font-size: var(--zpm-font-size-title) !important;
	font-weight: bold;
}

.zpm_team_member {
	display: inline-block;
	box-sizing: border-box;
	width: calc((100% / 3) - 3px);
	padding: 10px;
	height: 380px;
	border: none;
	vertical-align: top;
	position: relative;
}

.zpm_member_details {
	background: #fff;
	height: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	cursor: pointer;
	padding: 20px 20px;
	color: #656565;
	box-sizing: border-box;
	text-align: center;
	text-align: left;
}

.zpm_member_details:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.05);
}

.zpm_team_member .zpm_avatar_image {
	display: block;
	margin: 10px auto;
	height: 50px;
	width: 50px;
}

.zpm_member_name {
	font-weight: bold;
	display: block;
	margin: 7px 0;
}

.zpm_member_stats {
	width: 100%;
	left: 0;
	box-sizing: border-box;
	position: absolute;
	bottom: 20px;
}

.zpm-team-member-list {
	list-style: none;
	margin: 0px;
}

#zpm-content.users #zpm-teams-title {
	padding-left: 10px !important;
	margin-top: 20px;
}

h4.zpm-subheader {
	font-size: var(--zpm-font-size-title);
	font-weight: bold;
}

.zephyr-frontend-manager-template .select2-container.select2-container--open {
	z-index: 9999999 !important;
}

.zephyr-project-manager ul {
	margin-left: 0px;
}

.zephyr-theme-default #zpm-project-single__header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.zephyr-theme-default #zpm-project-single__header .zpm-page-title {
	margin-bottom: 0;
}

#zpm-task-edit-modal select {
	padding: 0px !important;
	padding-left: 10px !important;
}

.zpm-kanban-due {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.zpm-kanban-due .zpm-kanban-datepicker-label {
	margin-top: 0;
	position: absolute;
	right: 5px;
	margin-left: 20px !important;
}

.zpm-kanban-due .zpm-kanban__datepicker {
	display: block !important;
}

#zpm-task-edit-modal #zpm-task-overview .chosen-container input,
#zpm-task-edit-modal #zpm-task-overview .chosen-container textarea {
	border-bottom: 0px !important;
}

.zephyr-theme-default #zpm-single-task-title {
	margin-bottom: 0px;
}

#zpm-new-milestone-modal {
	overflow: auto;
}

a.zpm_button {
	text-decoration: none;
}

a.zpm_button:hover,
a.zpm_button:active {
	color: #fff;
}

.zpm_kanban_container {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.zpm_kanban_row {
	margin-right: 5px;
}

.zpm-kanban-options .wp-picker-container {
	margin-top: -10px;
}

.zpm-material-card-colored a {
	color: #fff !important;
}

.zpm-tasks-due-item {
	display: flex;
	flex-direction: row;
}

.zpm-tasks-due-item .zpm_widget_date {
	margin-left: auto;
}

#zpm-subtask-list {
	margin-bottom: 0px;
	margin-top: 10px;
}

#zpm-upload-task-file-button {
	margin-right: 15px;
}

#zpm-subtasks-pagination {
	margin-top: 15px;
}


#zpm-new-task-list-modal {
	z-index: 99999999999 !important;
}

.zephyr-project-manager #wpadminbar {
	z-index: 999999 !important;
}

.zephyr-project-manager.zephyr-theme-default #wpadminbar ~ * #zpm-content,
.zephyr-project-manager.zephyr-theme-default #wpadminbar ~ * #zpm-sidebar-main,
.zephyr-project-manager.zephyr-theme-default #wpadminbar ~ * #zpm-sidebar-thin {
	max-height: 100% !important;
	min-height: 100% !important;
}

.zephyr-project-manager.zephyr-theme-default:not(.no-customize-support) #wpadminbar ~ * #zpm_front_project_page {
	padding-top: 32px;
	max-height: calc(100vh) !important;
	min-height: calc(100vh) !important;
}

.zephyr-project-manager #query-monitor-main {
	z-index: 99999999999 !important;
}


.zpm_nav:not(#zpm-navigation-bar) {
	display: block;
	vertical-align: bottom;
}

.zpm_nav_list:not(.zpm-navigation-list) {
	margin: 0;
	text-align: left;
}

.zpm_nav_item:not(.zpm-navigation-item) {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 7px;
	padding-bottom: 0px;
	cursor: pointer;
}

.zpm_nav_item_selected:not(.zpm-navigation-item) {
	color: var(--zpm-primary-color);
}

.zpm_nav_item:not(.zpm-navigation-item):after {
	text-align: center;
	content: "";
	display: inline-block;
	position: absolute;
	width: 0%;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	background: var(--zpm-primary-color);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.zpm_nav_item:not(.zpm-navigation-item):hover:after,
.zpm_nav_item_selected:not(.zpm-navigation-item):after {
	width: 100%;
}


.zpm_tab_pane:not(.zpm-tab) {
	padding: 15px;
	display: none;
	position: relative;
	position: relative;
	box-sizing: border-box;
}

.zpm_tab_pane#zpm_tasks_tab:not(.zpm-tab) {
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
}

.zpm_tab_pane.zpm_tab_active:not(.zpm-tab) {
	display: block;
}

#zpm-project-templates-grid {
	min-width: 600px;
}

#zpm-add-new-btn[data-position="bottom-left"] {
	right: unset !important;
	left: 20px;
}

#zpm-add-new-btn[data-position="bottom-left"] + #zpm-add-new-dropdown {
	right: unset !important;
	left: 20px;
}

#zpm-add-new-btn[data-position="top-left"] {
	right: unset !important;
	left: 220px;
	bottom: unset;
	top: 50px;
}

#zpm-add-new-btn[data-position="top-left"] + #zpm-add-new-dropdown {
	right: unset !important;
	left: 220px;
	bottom: unset;
	top: 120px;
}

#zpm-add-new-btn[data-position="top-right"] {
	bottom: unset;
	top: 50px;
	right: 40px;
}

#zpm-add-new-btn[data-position="top-right"] + #zpm-add-new-dropdown {
	bottom: unset;
	top: 120px;
}

.zephyr-theme-ultimate #wpadminbar ~ * #zpm-add-new-btn[data-position="top-right"] {
	top: 56px;
}

#zpm_projects_holder,
#zpm-project-list {
	margin-top: 20px;
}

#zpm-project-task-list {
	font-size: var(--zpm-font-size-medium);
}

.zephyr-theme-ultimate #zpm-task-edit-modal #zpm-navigation-bar {
	margin-top: 0px;
	padding-top: 0px;
}

.zephyr-theme-ultimate #zpm-content.users #zpm-teams-title {
	padding-left: 10px !important;
	margin-top: -20px;
	padding-bottom: 40px;
	position: relative;
	left: 0px;
	top: 0px;
	color: #000 !important;
}

.zpm-kanban-filters-container {
	margin-top: 10px;
}

.zpm-task-table {
	margin-top: 10px;
}

.zpm-theme-ultimate #zpm-add-new-btn[data-position="top-left"] + #zpm-add-new-dropdown {
	left: 70px;
	top: 160px;
}

.zpm-theme-ultimate #zpm-add-new-btn[data-position="top-left"] {
	left: 70px;
	top: 100px;
}

.zephyr-theme-ultimate .zpm-dynamic-task-filters-container {
	margin-bottom: 20px;
}

.zpm-folder-container {
	padding: 0 20px;
	margin-bottom: 10px;
}

.zpm-folder-container .zpm-files__container {
	padding: 0;
}

#zpm-task-file-buttons {
	margin-top: 20px;
}

.mce-panel.mce-fullscreen {
	z-index: 9999999999999999 !important;
}

.mce-fullscreen #zpm_front_project_page,
.mce-fullscreen #zpm-content,
.mce-fullscreen #zpm-frontend-manager__shortcode {
	z-index: 999999 !important;
}

.mce-fullscreen #zpm-add-new-btn {
	display: none !important;
}

.mce-fullscreen #zpm-sidebar-thin {
	display: none !important;
}

#zpm-content {
	font-size: var(--zpm-font-size-medium);
}

.zpm-action-buttons {
	pointer-events: none;
}

.zpm-action-buttons > * {
	pointer-events: all;
}

.zpm-color-picker-container {
	display: flex;
	flex-direction: column;
}

.zpm_input ~ .chosen-container .chosen-choices,
.zpm-chosen ~ .chosen-container .chosen-choices {
	height: auto !important;
}

.zpm-task-filter-holder {
	display: inline-flex;
	flex-direction: row;
	width: max-content;
	flex-wrap: none;
	display: inline-flex !important;
	align-items: center;
	gap: 0.5rem;
}

.zpm-task-filter-holder .chosen-container {
	min-width: 100px;
}

.zpm-task-filter-holder label {
	font-size: var(--zpm-font-size-regular);
}

.zephyr-theme-ultimate #wpadminbar ~ * .zpm-page-title {
	margin-left: -30px;
	margin-top: 10px;
}

.zpm-task-filter-container {
	margin-top: 20px;
}

#zpm-add-new-dropdown li {
	list-style: none !important;
}

#zpm_front_project_page.zpm-theme-ultimate #zpm_task_list {
	margin-top: 50px;
}

#zpm_edit_task_team_selection_chosen .chosen-choices {
	border: none !important;
	box-shadow: none;
	border: 1px solid #eee !important;
	background: transparent !important;
	padding-left: 5px !important;
}

.zephyr-theme-default .zpm-task-filter-holder,
#zpm-task-status-filter-holder {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
}

.zephyr-theme-default .zpm-task-filter-holder label,
#zpm-task-status-filter-holder label {
	font-size: var(--zpm-font-size-regular);
}

.zephyr-theme-ultimate .zpm-task-filter-holder {
	margin-top: 0 !important;
}

.zephyr-theme-ultimate .zpm-task-filter-holder,
#zpm-task-status-filter-holder {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
}

.zephyr-theme-ultimate .zpm-task-filter-holder select,
#zpm-task-status-filter-holder select {
	border-color: #eee !important;
}

.zephyr-theme-ultimate .zpm-quick-search-results {
	z-index: 999 !important;
}

.zpm-project-status-label {
	color: #000;
	background-color: #eee;
}

.zpm-quick-search-results li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: .5rem;
	font-size: var(--zpm-font-size-regular);
}

.zpm-search-result-name {
	margin-right: auto !important;
}


.zpm-quick-search-results h5 {
	font-size: var(--zpm-font-size-title-large);
	margin-top: 0px;
	padding-top: 0px;
}

#zpm-content.task #zpm-new-event-btn,
#zpm-content.task #zpm-trigger__create-btn {
	position: absolute;
	right: 20px;
	top: 20px;
}

#zpm-content.task .zpm-event-list,
#zpm-content.task #zpm-tirggers__container {
	padding-top: 40px;
}

.zephyr-project-manager h1,
.zephyr-project-manager h2,
.zephyr-project-manager h3,
.zephyr-project-manager h4,
.zephyr-project-manager h5,
.zephyr-project-manager h6 {
	color: #000;
}

#zpm-task-filter-holder {
	margin-top: 0px !important;
}

.zpm-task-filter-container .chosen-container {
	min-width: 120px;
}

.zpm-material-card-colored p {
	color: #fff;
}

.zpm-tasks-due-list {
	padding: 0px;
}

#zpm-task-list__project[data-style="cards"] {
	box-shadow: none !important;
	border: none !important;
}