.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.chosen-container * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
clip: rect(0, 0, 0, 0);
-webkit-clip-path: inset(100% 100%);
clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
}
.chosen-container a {
cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: normal;
color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top;
}  .chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
height: 25px;
border: 1px solid #aaa;
border-radius: 5px;
background-color: #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
background-clip: padding-box;
-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
}
.chosen-container-single .chosen-default {
color: #999;
}
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/chosen-sprite.png) no-repeat 100% -20px;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-single .chosen-drop {
margin-top: -1px;
border-radius: 0 0 4px 4px;
background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
clip: rect(0, 0, 0, 0);
-webkit-clip-path: inset(100% 100%);
clip-path: inset(100% 100%);
}  .chosen-container .chosen-results {
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {
background-color: #3875d7;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.chosen-container .chosen-results li.no-results {
color: #777;
display: list-item;
background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px;
}
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
}  .chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
margin: 0;
padding: 0 5px;
width: 100%;
height: auto;
border: 1px solid #aaa;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
background-image: linear-gradient(#eee 1%, #fff 15%);
cursor: text;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
height: 25px;
outline: 0;
border: 0 !important;
background: transparent !important;
-webkit-box-shadow: none;
box-shadow: none;
color: #999;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 5px 3px 0;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
max-width: 100%;
border-radius: 3px;
background-color: #eeeeee;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-size: 100% 19px;
background-repeat: repeat-x;
background-clip: padding-box;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}  .chosen-container-active .chosen-single {
border: 1px solid #5897fb;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
background-image: linear-gradient(#eee 20%, #fff 80%);
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important;
}  .chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}  .chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl .chosen-choices li {
float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/chosen-sprite.png) no-repeat -30px -20px;
direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/chosen-sprite@2x.png) !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}@font-face {
font-family: 'Linearicons-Free';
src:url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/fonts/Linearicons-Free.eot?w118d);
src:url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'),
url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/fonts/Linearicons-Free.woff2?w118d) format('woff2'),
url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/fonts/Linearicons-Free.woff?w118d) format('woff'),
url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/fonts/Linearicons-Free.ttf?w118d) format('truetype'),
url(//contractorclubusa.com/wp-content/plugins/zephyr-project-manager/assets/css/fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
font-weight: normal;
font-style: normal;
}
.lnr {
font-family: 'Linearicons-Free';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
content: "\e800";
}
.lnr-apartment:before {
content: "\e801";
}
.lnr-pencil:before {
content: "\e802";
}
.lnr-magic-wand:before {
content: "\e803";
}
.lnr-drop:before {
content: "\e804";
}
.lnr-lighter:before {
content: "\e805";
}
.lnr-poop:before {
content: "\e806";
}
.lnr-sun:before {
content: "\e807";
}
.lnr-moon:before {
content: "\e808";
}
.lnr-cloud:before {
content: "\e809";
}
.lnr-cloud-upload:before {
content: "\e80a";
}
.lnr-cloud-download:before {
content: "\e80b";
}
.lnr-cloud-sync:before {
content: "\e80c";
}
.lnr-cloud-check:before {
content: "\e80d";
}
.lnr-database:before {
content: "\e80e";
}
.lnr-lock:before {
content: "\e80f";
}
.lnr-cog:before {
content: "\e810";
}
.lnr-trash:before {
content: "\e811";
}
.lnr-dice:before {
content: "\e812";
}
.lnr-heart:before {
content: "\e813";
}
.lnr-star:before {
content: "\e814";
}
.lnr-star-half:before {
content: "\e815";
}
.lnr-star-empty:before {
content: "\e816";
}
.lnr-flag:before {
content: "\e817";
}
.lnr-envelope:before {
content: "\e818";
}
.lnr-paperclip:before {
content: "\e819";
}
.lnr-inbox:before {
content: "\e81a";
}
.lnr-eye:before {
content: "\e81b";
}
.lnr-printer:before {
content: "\e81c";
}
.lnr-file-empty:before {
content: "\e81d";
}
.lnr-file-add:before {
content: "\e81e";
}
.lnr-enter:before {
content: "\e81f";
}
.lnr-exit:before {
content: "\e820";
}
.lnr-graduation-hat:before {
content: "\e821";
}
.lnr-license:before {
content: "\e822";
}
.lnr-music-note:before {
content: "\e823";
}
.lnr-film-play:before {
content: "\e824";
}
.lnr-camera-video:before {
content: "\e825";
}
.lnr-camera:before {
content: "\e826";
}
.lnr-picture:before {
content: "\e827";
}
.lnr-book:before {
content: "\e828";
}
.lnr-bookmark:before {
content: "\e829";
}
.lnr-user:before {
content: "\e82a";
}
.lnr-users:before {
content: "\e82b";
}
.lnr-shirt:before {
content: "\e82c";
}
.lnr-store:before {
content: "\e82d";
}
.lnr-cart:before {
content: "\e82e";
}
.lnr-tag:before {
content: "\e82f";
}
.lnr-phone-handset:before {
content: "\e830";
}
.lnr-phone:before {
content: "\e831";
}
.lnr-pushpin:before {
content: "\e832";
}
.lnr-map-marker:before {
content: "\e833";
}
.lnr-map:before {
content: "\e834";
}
.lnr-location:before {
content: "\e835";
}
.lnr-calendar-full:before {
content: "\e836";
}
.lnr-keyboard:before {
content: "\e837";
}
.lnr-spell-check:before {
content: "\e838";
}
.lnr-screen:before {
content: "\e839";
}
.lnr-smartphone:before {
content: "\e83a";
}
.lnr-tablet:before {
content: "\e83b";
}
.lnr-laptop:before {
content: "\e83c";
}
.lnr-laptop-phone:before {
content: "\e83d";
}
.lnr-power-switch:before {
content: "\e83e";
}
.lnr-bubble:before {
content: "\e83f";
}
.lnr-heart-pulse:before {
content: "\e840";
}
.lnr-construction:before {
content: "\e841";
}
.lnr-pie-chart:before {
content: "\e842";
}
.lnr-chart-bars:before {
content: "\e843";
}
.lnr-gift:before {
content: "\e844";
}
.lnr-diamond:before {
content: "\e845";
}
.lnr-linearicons:before {
content: "\e846";
}
.lnr-dinner:before {
content: "\e847";
}
.lnr-coffee-cup:before {
content: "\e848";
}
.lnr-leaf:before {
content: "\e849";
}
.lnr-paw:before {
content: "\e84a";
}
.lnr-rocket:before {
content: "\e84b";
}
.lnr-briefcase:before {
content: "\e84c";
}
.lnr-bus:before {
content: "\e84d";
}
.lnr-car:before {
content: "\e84e";
}
.lnr-train:before {
content: "\e84f";
}
.lnr-bicycle:before {
content: "\e850";
}
.lnr-wheelchair:before {
content: "\e851";
}
.lnr-select:before {
content: "\e852";
}
.lnr-earth:before {
content: "\e853";
}
.lnr-smile:before {
content: "\e854";
}
.lnr-sad:before {
content: "\e855";
}
.lnr-neutral:before {
content: "\e856";
}
.lnr-mustache:before {
content: "\e857";
}
.lnr-alarm:before {
content: "\e858";
}
.lnr-bullhorn:before {
content: "\e859";
}
.lnr-volume-high:before {
content: "\e85a";
}
.lnr-volume-medium:before {
content: "\e85b";
}
.lnr-volume-low:before {
content: "\e85c";
}
.lnr-volume:before {
content: "\e85d";
}
.lnr-mic:before {
content: "\e85e";
}
.lnr-hourglass:before {
content: "\e85f";
}
.lnr-undo:before {
content: "\e860";
}
.lnr-redo:before {
content: "\e861";
}
.lnr-sync:before {
content: "\e862";
}
.lnr-history:before {
content: "\e863";
}
.lnr-clock:before {
content: "\e864";
}
.lnr-download:before {
content: "\e865";
}
.lnr-upload:before {
content: "\e866";
}
.lnr-enter-down:before {
content: "\e867";
}
.lnr-exit-up:before {
content: "\e868";
}
.lnr-bug:before {
content: "\e869";
}
.lnr-code:before {
content: "\e86a";
}
.lnr-link:before {
content: "\e86b";
}
.lnr-unlink:before {
content: "\e86c";
}
.lnr-thumbs-up:before {
content: "\e86d";
}
.lnr-thumbs-down:before {
content: "\e86e";
}
.lnr-magnifier:before {
content: "\e86f";
}
.lnr-cross:before {
content: "\e870";
}
.lnr-menu:before {
content: "\e871";
}
.lnr-list:before {
content: "\e872";
}
.lnr-chevron-up:before {
content: "\e873";
}
.lnr-chevron-down:before {
content: "\e874";
}
.lnr-chevron-left:before {
content: "\e875";
}
.lnr-chevron-right:before {
content: "\e876";
}
.lnr-arrow-up:before {
content: "\e877";
}
.lnr-arrow-down:before {
content: "\e878";
}
.lnr-arrow-left:before {
content: "\e879";
}
.lnr-arrow-right:before {
content: "\e87a";
}
.lnr-move:before {
content: "\e87b";
}
.lnr-warning:before {
content: "\e87c";
}
.lnr-question-circle:before {
content: "\e87d";
}
.lnr-menu-circle:before {
content: "\e87e";
}
.lnr-checkmark-circle:before {
content: "\e87f";
}
.lnr-cross-circle:before {
content: "\e880";
}
.lnr-plus-circle:before {
content: "\e881";
}
.lnr-circle-minus:before {
content: "\e882";
}
.lnr-arrow-up-circle:before {
content: "\e883";
}
.lnr-arrow-down-circle:before {
content: "\e884";
}
.lnr-arrow-left-circle:before {
content: "\e885";
}
.lnr-arrow-right-circle:before {
content: "\e886";
}
.lnr-chevron-up-circle:before {
content: "\e887";
}
.lnr-chevron-down-circle:before {
content: "\e888";
}
.lnr-chevron-left-circle:before {
content: "\e889";
}
.lnr-chevron-right-circle:before {
content: "\e88a";
}
.lnr-crop:before {
content: "\e88b";
}
.lnr-frame-expand:before {
content: "\e88c";
}
.lnr-frame-contract:before {
content: "\e88d";
}
.lnr-layers:before {
content: "\e88e";
}
.lnr-funnel:before {
content: "\e88f";
}
.lnr-text-format:before {
content: "\e890";
}
.lnr-text-format-remove:before {
content: "\e891";
}
.lnr-text-size:before {
content: "\e892";
}
.lnr-bold:before {
content: "\e893";
}
.lnr-italic:before {
content: "\e894";
}
.lnr-underline:before {
content: "\e895";
}
.lnr-strikethrough:before {
content: "\e896";
}
.lnr-highlight:before {
content: "\e897";
}
.lnr-text-align-left:before {
content: "\e898";
}
.lnr-text-align-center:before {
content: "\e899";
}
.lnr-text-align-right:before {
content: "\e89a";
}
.lnr-text-align-justify:before {
content: "\e89b";
}
.lnr-line-spacing:before {
content: "\e89c";
}
.lnr-indent-increase:before {
content: "\e89d";
}
.lnr-indent-decrease:before {
content: "\e89e";
}
.lnr-pilcrow:before {
content: "\e89f";
}
.lnr-direction-ltr:before {
content: "\e8a0";
}
.lnr-direction-rtl:before {
content: "\e8a1";
}
.lnr-page-break:before {
content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
content: "\e8a3";
}
.lnr-sort-amount-asc:before {
content: "\e8a4";
}
.lnr-hand:before {
content: "\e8a5";
}
.lnr-pointer-up:before {
content: "\e8a6";
}
.lnr-pointer-right:before {
content: "\e8a7";
}
.lnr-pointer-down:before {
content: "\e8a8";
}
.lnr-pointer-left:before {
content: "\e8a9";
}.fc {
direction: ltr;
text-align: left; }
.fc-rtl {
text-align: right; }
body .fc { font-size: 1em; } .fc-highlight { background: #bce8f1;
opacity: .3; }
.fc-bgevent { background: #8fdf82;
opacity: .3; }
.fc-nonbusiness {  background: #d7d7d7; } .fc button { -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; margin: 0;
height: 2.1em;
padding: 0 .6em; font-size: 1em; white-space: nowrap;
cursor: pointer; } .fc button::-moz-focus-inner {
margin: 0;
padding: 0; }
.fc-state-default { border: 1px solid; }
.fc-state-default.fc-corner-left { border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.fc-state-default.fc-corner-right { border-top-right-radius: 4px;
border-bottom-right-radius: 4px; } .fc button .fc-icon { position: relative;
top: -0.05em; margin: 0 .2em;
vertical-align: middle; } .fc-state-default {
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
color: #333333;
background-color: #e6e6e6; }
.fc-state-hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear; }
.fc-state-down,
.fc-state-active {
background-color: #cccccc;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
.fc-state-disabled {
cursor: default;
background-image: none;
opacity: 0.65;
box-shadow: none; } .fc-button-group {
display: inline-block; } .fc .fc-button-group > * { float: left;
margin: 0 0 0 -1px; }
.fc .fc-button-group > :first-child { margin-left: 0; } .fc-popover {
position: absolute;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
.fc-popover .fc-header { padding: 2px 4px; }
.fc-popover .fc-header .fc-title {
margin: 0 2px; }
.fc-popover .fc-header .fc-close {
cursor: pointer; }
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
float: left; }
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
float: right; } .fc-divider {
border-style: solid;
border-width: 1px; }
hr.fc-divider {
height: 0;
margin: 0;
padding: 0 0 2px; border-width: 1px 0; }
.fc-clear {
clear: both; }
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton { position: absolute;
top: 0;
left: 0;
right: 0; }
.fc-bg {
bottom: 0; }
.fc-bg table {
height: 100%; } .fc table {
width: 100%;
box-sizing: border-box; table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
font-size: 1em; }
.fc th {
text-align: center; }
.fc th,
.fc td {
border-style: solid;
border-width: 1px;
padding: 0;
vertical-align: top; }
.fc td.fc-today {
border-style: double; } a[data-goto] {
cursor: pointer; }
a[data-goto]:hover {
text-decoration: underline; } .fc .fc-row {  border-style: solid;
border-width: 0; }
.fc-row table { border-left: 0 hidden transparent;
border-right: 0 hidden transparent; border-bottom: 0 hidden transparent; }
.fc-row:first-child table {
border-top: 0 hidden transparent; } .fc-row {
position: relative; }
.fc-row .fc-bg {
z-index: 1; } .fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
bottom: 0; }
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
height: 100%; }
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
border-color: transparent; }
.fc-row .fc-bgevent-skeleton {
z-index: 2; }
.fc-row .fc-highlight-skeleton {
z-index: 3; } .fc-row .fc-content-skeleton {
position: relative;
z-index: 4;
padding-bottom: 2px; }
.fc-row .fc-helper-skeleton {
z-index: 5; }
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {  background: none; border-color: transparent; }
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td { border-bottom: 0; }
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td { border-top: 0; } .fc-scroller {
-webkit-overflow-scrolling: touch; } .fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
position: relative; width: 100%; } .fc-event {
position: relative; display: block; font-size: .85em;
line-height: 1.3;
border-radius: 3px;
border: 1px solid #3a87ad; }
.fc-event,
.fc-event-dot {
background-color: #3a87ad; }
.fc-event,
.fc-event:hover {
color: #fff; text-decoration: none; }
.fc-event[href],
.fc-event.fc-draggable {
cursor: pointer; }
.fc-not-allowed,
.fc-not-allowed .fc-event { cursor: not-allowed; }
.fc-event .fc-bg { z-index: 1;
background: #fff;
opacity: .25; }
.fc-event .fc-content {
position: relative;
z-index: 2; } .fc-event .fc-resizer {
position: absolute;
z-index: 4; } .fc-event .fc-resizer {
display: none; }
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer { display: block; } .fc-event.fc-selected .fc-resizer:before { content: "";
position: absolute;
z-index: 9999; top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-left: -20px;
margin-top: -20px; } .fc-event.fc-selected {
z-index: 9999 !important; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.fc-event.fc-selected.fc-dragging {
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }  .fc-h-event.fc-selected:before {
content: "";
position: absolute;
z-index: 3; top: -10px;
bottom: -10px;
left: 0;
right: 0; } .fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
margin-left: 0;
border-left-width: 0;
padding-left: 1px; border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
margin-right: 0;
border-right-width: 0;
padding-right: 1px; border-top-right-radius: 0;
border-bottom-right-radius: 0; }  .fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
cursor: w-resize;
left: -1px; } .fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
cursor: e-resize;
right: -1px; } .fc-h-event.fc-allow-mouse-resize .fc-resizer {
width: 7px;
top: -1px; bottom: -1px; } .fc-h-event.fc-selected .fc-resizer { border-radius: 4px;
border-width: 1px;
width: 6px;
height: 6px;
border-style: solid;
border-color: inherit;
background: #fff; top: 50%;
margin-top: -4px; } .fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
margin-left: -4px; } .fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
margin-right: -4px; } .fc-day-grid-event {
margin: 1px 2px 0; padding: 0 1px; }
tr:first-child > td > .fc-day-grid-event {
margin-top: 2px; }
.fc-day-grid-event.fc-selected:after {
content: "";
position: absolute;
z-index: 1;  top: -1px;
right: -1px;
bottom: -1px;
left: -1px; background: #000;
opacity: .25; }
.fc-day-grid-event .fc-content { white-space: nowrap;
overflow: hidden; }
.fc-day-grid-event .fc-time {
font-weight: bold; }  .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
margin-left: -2px; } .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
margin-right: -2px; }  a.fc-more {
margin: 1px 3px;
font-size: .85em;
cursor: pointer;
text-decoration: none; }
a.fc-more:hover {
text-decoration: underline; }
.fc-limited { display: none; } .fc-day-grid .fc-row {
z-index: 1; }
.fc-more-popover {
z-index: 2;
width: 220px; }
.fc-more-popover .fc-event-container {
padding: 10px; } .fc-now-indicator {
position: absolute;
border: 0 solid red; } .fc-unselectable {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent; }  .fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
border-color: #ddd; }
.fc-unthemed .fc-popover {
background-color: #fff; }
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
background: #eee; }
.fc-unthemed .fc-popover .fc-header .fc-close {
color: #666; }
.fc-unthemed td.fc-today {
background: #fcf8e3; }
.fc-unthemed .fc-disabled-day {
background: #d7d7d7;
opacity: .3; } .fc-icon {
display: inline-block;
height: 1em;
line-height: 1em;
font-size: 1em;
text-align: center;
overflow: hidden;
font-family: "Courier New", Courier, monospace; -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; } .fc-icon:after {
position: relative; }
.fc-icon-left-single-arrow:after {
content: "\2039";
font-weight: bold;
font-size: 200%;
top: -7%; }
.fc-icon-right-single-arrow:after {
content: "\203A";
font-weight: bold;
font-size: 200%;
top: -7%; }
.fc-icon-left-double-arrow:after {
content: "\AB";
font-size: 160%;
top: -7%; }
.fc-icon-right-double-arrow:after {
content: "\BB";
font-size: 160%;
top: -7%; }
.fc-icon-left-triangle:after {
content: "\25C4";
font-size: 125%;
top: 3%; }
.fc-icon-right-triangle:after {
content: "\25BA";
font-size: 125%;
top: 3%; }
.fc-icon-down-triangle:after {
content: "\25BC";
font-size: 125%;
top: 2%; }
.fc-icon-x:after {
content: "\D7";
font-size: 200%;
top: 6%; } .fc-unthemed .fc-popover {
border-width: 1px;
border-style: solid; }
.fc-unthemed .fc-popover .fc-header .fc-close {
font-size: .9em;
margin-top: 2px; } .fc-unthemed .fc-list-item:hover td {
background-color: #f5f5f5; } .ui-widget .fc-disabled-day {
background-image: none; } .fc-popover > .ui-widget-header + .ui-widget-content {
border-top: 0; } .ui-widget .fc-event { color: #fff; text-decoration: none;  font-weight: normal; } .ui-widget td.fc-axis {
font-weight: normal; } .fc-time-grid .fc-slats .ui-widget-content {
background: none; }
.fc.fc-bootstrap3 a {
text-decoration: none; }
.fc.fc-bootstrap3 a[data-goto]:hover {
text-decoration: underline; }
.fc-bootstrap3 hr.fc-divider {
border-color: inherit; }
.fc-bootstrap3 .fc-today.alert {
border-radius: 0; } .fc-bootstrap3 .fc-popover .panel-body {
padding: 0; } .fc-bootstrap3 .fc-time-grid .fc-slats table { background: none; } .fc-toolbar {
text-align: center; }
.fc-toolbar.fc-header-toolbar {
margin-bottom: 1em; }
.fc-toolbar.fc-footer-toolbar {
margin-top: 1em; }
.fc-toolbar .fc-left {
float: left; }
.fc-toolbar .fc-right {
float: right; }
.fc-toolbar .fc-center {
display: inline-block; } .fc .fc-toolbar > * > * { float: left;
margin-left: .75em; } .fc .fc-toolbar > * > :first-child { margin-left: 0; } .fc-toolbar h2 {
margin: 0; } .fc-toolbar button {
position: relative; }
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
z-index: 2; }
.fc-toolbar .fc-state-down {
z-index: 3; }
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
z-index: 4; }
.fc-toolbar button:focus {
z-index: 5; }   .fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.fc-view,
.fc-view > table { position: relative;
z-index: 1; }  .fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton { padding-bottom: 1em; }
.fc-basic-view .fc-body .fc-row {
min-height: 4em; } .fc-row.fc-rigid {
overflow: hidden; }
.fc-row.fc-rigid .fc-content-skeleton {
position: absolute;
top: 0;
left: 0;
right: 0; } .fc-day-top.fc-other-month {
opacity: 0.3; }
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
padding: 2px; }
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
padding: 0 2px; }
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
float: right; }
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
float: left; }
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
float: left;
border-radius: 0 0 3px 0; }
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
float: right;
border-radius: 0 0 0 3px; }
.fc-basic-view .fc-day-top .fc-week-number {
min-width: 1.5em;
text-align: center;
background-color: #f2f2f2;
color: #808080; } .fc-basic-view td.fc-week-number {
text-align: center; }
.fc-basic-view td.fc-week-number > * { display: inline-block;
min-width: 1.25em; } .fc-agenda-view .fc-day-grid {
position: relative;
z-index: 2; }
.fc-agenda-view .fc-day-grid .fc-row {
min-height: 3em; }
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
padding-bottom: 1em; } .fc .fc-axis { vertical-align: middle;
padding: 0 4px;
white-space: nowrap; }
.fc-ltr .fc-axis {
text-align: right; }
.fc-rtl .fc-axis {
text-align: left; } .fc-time-grid-container,
.fc-time-grid { position: relative;
z-index: 1; }
.fc-time-grid {
min-height: 100%; }
.fc-time-grid table { border: 0 hidden transparent; }
.fc-time-grid > .fc-bg {
z-index: 1; }
.fc-time-grid .fc-slats,
.fc-time-grid > hr { position: relative;
z-index: 2; }
.fc-time-grid .fc-content-col {
position: relative; }
.fc-time-grid .fc-content-skeleton {
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0; } .fc-time-grid .fc-business-container {
position: relative;
z-index: 1; }
.fc-time-grid .fc-bgevent-container {
position: relative;
z-index: 2; }
.fc-time-grid .fc-highlight-container {
position: relative;
z-index: 3; }
.fc-time-grid .fc-event-container {
position: relative;
z-index: 4; }
.fc-time-grid .fc-now-indicator-line {
z-index: 5; }
.fc-time-grid .fc-helper-container { position: relative;
z-index: 6; } .fc-time-grid .fc-slats td {
height: 1.5em;
border-bottom: 0; }
.fc-time-grid .fc-slats .fc-minor td {
border-top-style: dotted; } .fc-time-grid .fc-highlight-container { position: relative; }
.fc-time-grid .fc-highlight {
position: absolute;
left: 0;
right: 0; } .fc-ltr .fc-time-grid .fc-event-container { margin: 0 2.5% 0 2px; }
.fc-rtl .fc-time-grid .fc-event-container { margin: 0 2px 0 2.5%; }
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
position: absolute;
z-index: 1; }
.fc-time-grid .fc-bgevent { left: 0;
right: 0; } .fc-v-event.fc-not-start {  border-top-width: 0;
padding-top: 1px; border-top-left-radius: 0;
border-top-right-radius: 0; }
.fc-v-event.fc-not-end { border-bottom-width: 0;
padding-bottom: 1px; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; } .fc-time-grid-event {
overflow: hidden; }
.fc-time-grid-event.fc-selected {  overflow: visible; }
.fc-time-grid-event.fc-selected .fc-bg {
display: none; }
.fc-time-grid-event .fc-content {
overflow: hidden; }
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
padding: 0 1px; }
.fc-time-grid-event .fc-time {
font-size: .85em;
white-space: nowrap; } .fc-time-grid-event.fc-short .fc-content { white-space: nowrap; }
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title { display: inline-block;
vertical-align: top; }
.fc-time-grid-event.fc-short .fc-time span {
display: none; }
.fc-time-grid-event.fc-short .fc-time:before {
content: attr(data-start); }
.fc-time-grid-event.fc-short .fc-time:after {
content: "\A0-\A0"; }
.fc-time-grid-event.fc-short .fc-title {
font-size: .85em; padding: 0; } .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
left: 0;
right: 0;
bottom: 0;
height: 8px;
overflow: hidden;
line-height: 8px;
font-size: 11px;
font-family: monospace;
text-align: center;
cursor: s-resize; }
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
content: "="; } .fc-time-grid-event.fc-selected .fc-resizer { border-radius: 5px;
border-width: 1px;
width: 8px;
height: 8px;
border-style: solid;
border-color: inherit;
background: #fff; left: 50%;
margin-left: -5px; bottom: -5px; } .fc-time-grid .fc-now-indicator-line {
border-top-width: 1px;
left: 0;
right: 0; } .fc-time-grid .fc-now-indicator-arrow {
margin-top: -5px; }
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
left: 0; border-width: 5px 0 5px 6px;
border-top-color: transparent;
border-bottom-color: transparent; }
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
right: 0; border-width: 5px 6px 5px 0;
border-top-color: transparent;
border-bottom-color: transparent; }  .fc-event-dot {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 5px; } .fc-rtl .fc-list-view {
direction: rtl; }
.fc-list-view {
border-width: 1px;
border-style: solid; } .fc .fc-list-table {
table-layout: auto; }
.fc-list-table td {
border-width: 1px 0 0;
padding: 8px 14px; }
.fc-list-table tr:first-child td {
border-top-width: 0; } .fc-list-heading {
border-bottom-width: 1px; }
.fc-list-heading td {
font-weight: bold; }
.fc-ltr .fc-list-heading-main {
float: left; }
.fc-ltr .fc-list-heading-alt {
float: right; }
.fc-rtl .fc-list-heading-main {
float: right; }
.fc-rtl .fc-list-heading-alt {
float: left; } .fc-list-item.fc-has-url {
cursor: pointer; }
.fc-list-item-marker,
.fc-list-item-time {
white-space: nowrap;
width: 1px; } .fc-ltr .fc-list-item-marker {
padding-right: 0; }
.fc-rtl .fc-list-item-marker {
padding-left: 0; }
.fc-list-item-title a { text-decoration: none;
color: inherit; }
.fc-list-item-title a[href]:hover { text-decoration: underline; } .fc-list-empty-wrap2 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.fc-list-empty-wrap1 {
width: 100%;
height: 100%;
display: table; }
.fc-list-empty {
display: table-cell;
vertical-align: middle;
text-align: center; }
.fc-unthemed .fc-list-empty { background-color: #eee; }.zpm-project-card,
.zpm-task-card {
border: 1px solid #eee;
border-bottom: none !important;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07), 0 3px 3px rgba(0, 0, 0, 0.01);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
cursor: pointer;
position: relative;
border-radius: 3px;
max-width: 500px;
}
.zpm-project-card:hover,
.zpm-task-card:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07), 0 6px 6px rgba(0, 0, 0, 0.07);
}
.zpm-project-card-header,
.zpm-project-card-body,
.zpm-task-card-header,
.zpm-task-card-body {
padding: 20px;
}
.zpm-project-card-body,
.zpm-task-card-body {
padding-top: 0;
}
.zpm-project-card-type,
.zpm-task-card-type {
color: #ccc;
font-size: 14px;
display: block;
margin-bottom: 10px;
}
.zpm-project-card-title,
.zpm-task-card-title {
margin: 0;
font-size: 22px;
display: block;
}
#zpm-project-shortcode-progress {
display: flex;
}
.zpm-project-shortcode-stat {
flex: 1;
text-align: center;
color: #ccc;
}
.zpm-shortcode-stat-number {
font-size: 20px;
color: #000;
}
.zpm-project-shortcode-description {
color: #aaa;
}
.zpm-shortcode-link {
display: block;
width: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
outline: none;
visibility: none;
}
.zpm-shortcode-link:hover,
.zpm-shortcode-link:active,
.zpm-shortcode-link:focus {
outline: none;
}
.zpm-shortcode-progress-background {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 5px;
background: #f9f9f9;
}
.zpm-shortcode-progress-bar {
display: block;
height: 100%;
width: 0;
}
.zpm-project-card,
.zpm-task-card {
margin-bottom: 15px;
}
.zpm-task-card.completed {
color: #fff;
}
.zpm-task-card.completed * {
color: #fff;
}
.zpm-task-card__description {
font-size: 14px;
}
.zpm-task-card-dates {
position: absolute;
top: 20px;
margin-bottom: 10px;
right: 20px;
font-size: 14px;
color: #ccc;
}
.zpm-task-assignee__avatar {
width: 35px;
height: 35px;
display: inline-block;
border-radius: 50%;
background-size: cover;
}
.zpm-task-card__assignee {
text-align: right;
padding: 10px 20px;
}
.zpm-task-card-title,
.zpm-task-card__completed_label {
display: inline-block;
vertical-align: middle;
}
.zpm-task-card__completed_label {
border: 1px solid #eee;
padding: 2px 8px;
font-size: 12px;
margin-left: 10px;
border-radius: 3px;
}
.zpm-task-card-type {
opacity: .5;
} #zpm_calendar .fc-button {
box-shadow: none !important;
border-radius: 1px solid #fff !important;
background: #14aaf5 !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-button:hover {
background-color: #008ce3 !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 {
background: #14aaf5 !important;
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:hover {
background: #008ce3 !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_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 {
outline: none;
border: none;
color: #fff;
box-shadow: 0px 0px 0px 2px rgba(0, 10, 255, .3);
}
#zpm_calendar .fc-event-container a.completed {
box-shadow: 0px 0px 0px 0px rgba(0, 255, 50, .3);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
#zpm_calendar .fc-event-container a.completed:hover,
#zpm_calendar .fc-event-container a.completed:active,
#zpm_calendar .fc-event-container a.completed:focus,
#zpm_calendar .fc-event-container a:visited {
box-shadow: 0px 0px 0px 2px rgba(0, 255, 50, .3);
}
#zpm_calendar a {
text-decoration: none !important;
}
#zpm_calendar .fc-right>button,
#zpm_calendar .fc-button-group>button {
font-size: 15px;
border: none;
} .zpm_files_container {
display: inline-flex;
flex-wrap: wrap;
flex: 1;
width: 79%;
vertical-align: top;
border-left: 1px solid #f7f7f7;
position: relative;
}
.zpm_file_item_container {
padding: 10px;
padding-bottom: 0;
}
.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: #14aaf5;
}
.zpm_side_navigation ul li.zpm_selected_link {
color: #14aaf5;
}
#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: #14aaf5;
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: 14px;
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;
}
.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;
}
.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_item {
padding: 0;
}
.zpm_file_preview {
padding: 10px;
text-align: center;
}
.zpm_file_type,
.zpm_file_image {
margin: 0 auto;
}
.zpm_file_item button {
margin: 0 auto !important;
display: block !important;
}
.zpm_file_item {
min-height: 50px;
border: 1px solid #eee;
margin: 10px 0;
padding: 10px;
}
.zpm_file_image {
display: block;
height: 100px;
width: 100px;
background-size: cover;
background-repeat: no-repeat;
margin-bottom: 7px;
}
.zpm_file_item button {
margin: 0 !important;
width: 100px !important;
}
.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 {
position: relative;
overflow: hidden;
}
.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;
}
.zpm_file_item_container {
margin-bottom: 10px !important;
}
.zpm_file_name {
font-size: 14px;
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;
}
#zpm_upload_file_btn {
top: 0;
transform: translateY(-80%);
position: absolute;
right: 0;
} .zpm-project-shortcode__description {
opacity: .5
}
.zpm-project-shortcode__task {
border-bottom: 1px solid #f9f9f9;
padding: 4px;
} .zpm_activity_date {
color: #ccc;
}
.zpm_activity_time {
color: #ccc;
margin-right: 15px;
}
.zpm_activity_entry {
padding: 10px;
border-bottom: 1px solid #f9f9f9;
}
.zpm_activity_day {
border-bottom: 1px solid #eee;
} .zpm-modal.zpm-shortcode-modal {
display: none;
background: #fff !important;
position: fixed;
top: 50%;
left: 50%;
z-index: 99999;
transform: translate(-50%, -50%);
border-radius: 5px;
font-family: sans-serif;
font-weight: normal;
}
.zpm-modal.zpm-shortcode-modal.active {
display: block;
}
.zpm-shortcode-background#zpm_modal_background {
display: none;
}
.zpm-shortcode-background#zpm_modal_background.active {
display: block;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100vw;
height: 100%;
background: #333;
z-index: 9999;
opacity: .2;
}
.zpm-shortcode-modal h2 {
font-size: 15px;
font-weight: normal;
}
.zpm-shortcode-modal .zpm_modal_task_name {
font-size: 22px;
}
.zpm-shortcode-modal .zpm_label {
color: #ccc;
margin-top: 10px !important;
display: block;
font-size: 15px;
}
.zpm-shortcode-modal p {
margin: 0;
}
.zpm-project-shortcode__task.zpm-task-completed {
text-decoration: line-through;
color: #aaa;
}
.zpm-complete-shortcode-task {
margin-right: 7px;
}
.zpm-task-card .zpm-complete-shortcode-task {
display: inline-block;
transform: translateY(5px);
}
.zpm-shortcode-modal #zpm_create_task,
.zpm-shortcode-modal #zpm_edit_task {
overflow: auto;
max-height: 90vh;
padding: 20px;
width: 550px;
max-width: 100%;
}
.zpm-shortcode-modal #zpm-new-task-priority {
display: none;
}
.zpm-shortcode-modal #zpm_add_task_custom_field,
.zpm-shortcode-modal #zpm-new-task__new-file {
display: none;
}
.zpm-shortcode-modal .zpm-button-dropdown-container {
display: none;
}
.zpm-shortcode-modal #zpm_new_task_assignee+div,
.zpm-shortcode-modal #zpm_new_task_project+div,
.zpm-shortcode-modal #zpm-new-task-team-selection+div,
.zpm-shortcode-modal #zpm-new-task__status+div,
.zpm-shortcode-modal #zpm_edit_task_assignee+div,
.zpm-shortcode-modal #zpm_edit_task_project+div,
.zpm-shortcode-modal #zpm-edit-task-team-selection+div,
.zpm-shortcode-modal #zpm-edit-task__status+div {
width: 100% !important;
}
.zpm-shortcode-modal #zpm_new_task_start_date,
.zpm-shortcode-modal #zpm_new_task_due_date,
.zpm-shortcode-modal #zpm_edit_task_start_date,
.zpm-shortcode-modal #zpm_edit_task_due_date {
display: block;
width: 100%;
}
.zpm-shortcode-modal .zpm-form__group {
position: relative;
padding: 15px 0 0;
margin-top: 10px;
background: transparent;
}
.zpm-shortcode-modal input.zpm-form__field,
.zpm-shortcode-modal textarea.zpm-form__field {
font-family: inherit;
width: 100%;
border: 0;
border-bottom: 1.5px solid #eee;
outline: 0;
font-size: 16px;
color: #212121;
padding: 7px 0;
transition: border-color 0.2s;
background: transparent;
box-shadow: none;
outline: none;
}
.zpm-shortcode-modal input.zpm-form__field:active,
.zpm-shortcode-modal input.zpm-form__field:focus,
.zpm-shortcode-modal input.zpm-form__field:hover,
.zpm-shortcode-modal textarea.zpm-form__field:active,
.zpm-shortcode-modal textarea.zpm-form__field:focus,
.zpm-shortcode-modal textarea.zpm-form__field:hover {
outline: none;
box-shadow: none;
}
.zpm-shortcode-modal .zpm-form__field::placeholder {
color: transparent;
}
.zpm-shortcode-modal .zpm-form__field:placeholder-shown~.zpm-form__label {
font-size: 15px;
cursor: text;
top: 20px;
}
.zpm-shortcode-modal .zpm-form__label,
.zpm-shortcode-modal .zpm-form__field:focus~.zpm-shortcode-modal .zpm-form__label {
position: absolute;
top: 0;
display: block;
transition: 0.2s;
font-size: 12px;
color: #9b9b9b;
}
.zpm-shortcode-modal .zpm-form__field:focus~.zpm-shortcode-modal .zpm-form__label {
color: #14aaf5;
}
.zpm-shortcode-modal .zpm-form__field:focus {
padding-bottom: 6px;
border-bottom: 1.5px solid #14aaf5;
}
.zpm-shortcode-modal .zpm_modal_header {
margin-top: 0;
}
.zpm-shortcode-modal {
min-width: 100px;
min-height: 100px;
}
.zpm-shortcode-modal #zpm_save_task,
.zpm-shortcode-modal #zpm-update-task__btn,
.zpm-shortcode-modal #zpm-update-project__btn {
font-size: 13px;
line-height: 11px;
float: right;
margin-top: 10px;
}
.zephyr-shortcode-loader {
display: inline-block;
width: 64px;
height: 64px;
}
.zephyr-shortcode-loader:after {
content: " ";
display: block;
width: 50px;
height: 50px;
margin: 1px;
border-radius: 50%;
border: 5px solid #333;
border-color: #333 transparent #333 transparent;
animation: lds-dual-ring 1.2s linear infinite;
margin: 0 auto;
left: 25px;
top: 25px;
position: fixed;
}
.zpm-shortcode-task__delete {
position: absolute;
right: 10px;
top: 10px;
display: none;
opacity: .7;
}
.zpm-task-card {
position: relative !important;
}
.zpm-task-card:hover .zpm-shortcode-task__delete {
display: block;
}
#zpm_new_task__recurrence_select_chosen,
#zpm_new_task__recurrence_select_chosen,
#zpm_edit_task__recurrence_select_chosen,
#zpm_edit_task__recurrence_select_chosen {
width: 100% !important;
}
#zpm_new_task__recurrence_daily_chosen,
#zpm_edit_task__recurrence_daily_chosen {
min-width: 100%;
}
.zpm_input {
width: 100%;
}
.zpm-task-shortcode-list-item {
padding: 5px 10px;
cursor: pointer;
position: relative;
line-height: 30px;
ax
}
.zpm-task-shortcode-list-item:not(.zpm-task-completed) {
border-bottom: 1px solid #eee;
}
.zpm-shortcode-task__delete {
display: block;
opacity: 0;
transition: all .12s ease-in-out;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.zpm-task-shortcode-list-item:hover .zpm-shortcode-task__delete {
display: block;
pointer-events: all;
opacity: 1;
}
.zpm-shortcode-task-list[data-type="list"] {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07) !important;
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.zpm-complete-shortcode-task {
line-height: 40px;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.zpm-shortcode-task__comments {
position: absolute;
left: 20px;
bottom: 20px;
opacity: .7;
}
.zpm-shortcode-task__comments:hover {
opacity: 1;
}
.zpm-shortcode-task__comments {
position: absolute;
left: 20px;
bottom: 20px;
opacity: .7;
}
.zpm-shortcode-task__comments:hover {
opacity: 1;
}
.zpm_comment {
box-sizing: border-box;
padding-right: 15px;
position: relative;
}
.zpm_comment_user_image {
vertical-align: top;
display: inline-block;
width: 50px;
height: 50px;
}
.zpm_delete_comment {
cursor: pointer;
font-size: 13px;
position: absolute;
right: 15px;
top: 10px;
}
.zpm-edit-message {
right: 34px;
position: absolute;
top: 10px;
cursor: pointer;
overflow: visible !important;
max-width: 100%;
vertical-align: top;
display: inline-block;
}
.zpm_comment_from {
color: #777;
}
.zpm_comment_time_diff {
color: #ccc;
}
.zpm_comment_time_diff:before {
content: "";
display: inline-block;
position: relative;
height: 3px;
width: 3px;
background: #f7f7f7;
margin-bottom: 4px;
margin-left: 5px;
margin-right: 7px;
line-height: 3px;
}
.zpm_comment_content {
white-space: pre-wrap;
margin: 5px 0;
}
.zpm-message__mention .zpm-message__mention-info {
display: none;
}
.zpm_comment_user_avatar {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 2px;
background-size: cover;
}
#zpm-shortcode-modal__task-comments .zpm_comment {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
}
#zpm-shortcode-modal__task-comments {
min-width: 500px;
padding-bottom: 50px;
font-size: 13px;
max-height: 90%;
}
#zpm-shortcode-modal__task-comments .zpm_task_comments {
max-height: 300px;
overflow: auto;
padding: 20px;
box-sizing: border-box;
}
#zpm-shortcode-modal__task-comments .zephyr-shortcode-loader {
left: 50%;
top: 50%;
position: absolute;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
}
.zpm-shortcode-task-comments__input-zone {
position: fixed;
bottom: 0;
height: 50px;
max-height: 50px;
border-top: 1px solid #eee;
width: 100%;
display: block;
}
#zpm-shortcode-comment__textbox {
width: 100%;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 50px;
background: none !important;
border: none;
box-shadow: none;
outline: none;
}
.zpm-shortcode-task-comments__input-zone #zpm-send-comment:hover {
opacity: .7;
}
.zpm-shortcode-task-comments__input-zone #zpm-send-comment {
color: #333;
border: 1px solid #333;
padding: 2px 15px;
border-radius: 30px;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
opacity: .4;
}
.zpm_comment_user_text {
display: inline-block;
}
#zpm-add-new-btn {
border-radius: 50%;
width: 60px !important;
height: 60px !important;
display: inline-block;
position: relative;
cursor: pointer;
}
#zpm-add-new-btn.active img {
transform: translate(-50%, -50%) rotate(-135deg);
}
#zpm-add-new-btn img {
height: 35px !important;
width: 35px !important;
display: block;
max-width: 35px;
left: 50%;
top: 50%;
position: absolute;
transform: translate(-50%, -50%);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
#zpm-add-new-dropdown {
border: 1px solid #eee;
list-style: none;
padding: 20px;
border-radius: 4px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07), 0 3px 3px rgba(0, 0, 0, 0.01);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
display: none;
position: absolute;
z-index: 99999999999;
background: #fff;
width: 250px;
}
#zpm-add-new-dropdown.active {
display: block;
}
#zpm-add-new-dropdown li {
padding: 5px;
10px;
cursor: pointer;
}
#zpm-add-new-dropdown .zpm-fancy-divider {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
}
#zpm-shortcode__action-button #zpm-new-team__btn,
#zpm-shortcode__action-button #zpm-add-file,
#zpm-shortcode__action-button [zpm-open-modal="zpm-new-user-modal"] {
display: none;
}
#zpm-shortcode-modal__new-project {
max-height: 90%;
padding: 20px;
overflow: auto;
}
#zpm-shortcode-modal__new-project #zpm_project_modal {
min-width: 600px;
}
#zpm-shortcode-modal__new-project #zpm-new-project-priority,
#zpm-shortcode-modal__new-project .zpm_col_container,
#zpm-shortcode-modal__new-project .zpm-new-project__field,
#zpm-shortcode-modal__new-project .zpm_close_modal {
display: none;
}
#zpm-shortcode-modal__new-project .zpm_project_name_input {
margin-bottom: 15px;
padding: 10px;
font-size: 14px;
}
#zpm-shortcode-modal__new-project #zpm_modal_add_project {
float: right;
padding: 10px 15px;
font-size: 15px;
}
.zpm-user-overview__shortcode #zpm-project-stat-overview .zpm-project-stat {
width: 30%;
display: inline-block;
text-align: center;
flex: 1 !important;
vertical-align: top;
}
.zpm-user-overview__shortcode .zpm-project-stat-value {
font-size: 30px;
display: block;
}
.zpm-user-overview__shortcode a.zpm_button_inverted {
border: 1px solid #1066c9 !important;
color: #1066c9 !important;
}
.zpm-user-overview__shortcode #zpm-project-stat-overview {
display: flex !important;
flex-wrap: wrap !important;
}
.zpm-user-overview__shortcode {
border: 1px solid #ddd;
padding: 30px;
border-radius: 4px;
box-sizing: border-box;
}
.zpm-user-overview__shortcode .zpm_button {
display: block;
box-shadow: none;
}
.zpm-user-overview__shortcode .zpm-project-stat {
padding: 10px;
box-sizing: border-box;
}
#zpm_calendar .fc-day-grid-event * {
color: #fff !important;
}
.zpm-global-modal-overlay {
background: rgba(0, 0, 0, 0.4) !important;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.zpm-global-modal {
height: auto;
min-height: unset;
padding: 20px;
background: #fff;
width: 700px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.zpm-global-modal .zpm-modal-footer {
text-align: right;
margin-top: 10px;
}
.zpm-global-modal .zpm-modal-buttons {
text-align: right;
}
.zpm-global-modal .zpm-modal-buttons button {
margin-left: 6px;
padding: 10px 15px;
font-size: 13px;
border-radius: 3px;
}
.zpm-global-modal .zpm-modal-header {
margin-top: 0;
margin-bottom: 5px;
font-size: 18px;
}
.zpm-global-modal .zpm-modal-text {
font-size: 15px;
margin-top: 10px;
margin-bottom: 20px;
}
.zpm-task-card-title {
margin-top: 10px !important;
margin-bottom: 0 !important;
line-height: 20px;
}
.zpm-task-card .zpm-complete-shortcode-task {
line-height: 20px;
transform: translateY(9px) !important;
}
.zpm-task-card {
background: #fff;
}
.zpm-shortcode-subtask__completed {
color: #1dc351;
}
.zpm-task-completed .zpm-shortcode-subtask__completed {
background: #fff !important;
border-color: #fff;
}
.zpm-task-completed .zpm-shortcode-subtask__completed .zpm-shortcode-subtask__name,
.zpm-task-completed .zpm-shortcode-subtask__completed .zpm-shortcode-subtask__description {
color: #333 !important;
}
.zpm-shortcode-subtask__description {
opacity: .5;
}
.zpm-shortcode-subtask__description:before {
content: " - ";
}
.zpm-table-header {
font-size: 14px;
font-weight: bold;
margin-bottom: 7px;
margin-top: 10px;
}
#zpm_calendar table {
margin-top: 0;
}
.zpm-event-hidden {
display: none !important;
}
#zpm_calendar h2 {
margin-top: 0;
}
.zpm-project-card {
background: #fff;
}
.zpm-project-card-title {
margin-top: 0 !important;
}
.zpm-project-shortcode__files .zpm_comment {
box-sizing: border-box;
padding-right: 15px;
position: relative;
}
.zpm-project-shortcode__files .zpm_comment {
position: relative;
}
.zpm-project-shortcode__files .zpm_delete_comment {
cursor: pointer;
font-size: 13px;
position: absolute;
right: 15px;
top: 10px;
}
.zpm-project-shortcode__files .zpm_delete_comment:hover {
color: #fe6a7d;
}
.zpm-project-shortcode__files .zpm_remove_attachment {
display: inline-block;
margin: 0 3px 0 7px;
}
.zpm-project-shortcode__files .zpm_remove_attachment:hover {
font-weight: bold;
}
.zpm-project-shortcode__files {
margin-top: 10px;
padding-top: 20px;
border-top: 1px solid #ddd;
}
.zpm-project-shortcode__files .zpm-comment-bubble {
display: flex;
margin-bottom: 10px;
}
.zpm-project-shortcode__files .zpm_comment_user_text {
padding-left: 20px;
}
.zpm-project-shortcode__files .zpm_comment_attachments {
margin-left: 0;
margin-top: 10px;
list-style: none;
}
.zpm-project-shortcode__files #zpm_text_editor_wrap {
margin-top: 10px;
margin-bottom: 10px;
}
.zpm-project-shortcode__files .zpm_editor_toolbar {
display: none;
}
.zpm-project-shortcode__files .zpm_chat_box_footer {
text-align: right;
}
.zpm-task-shortcode__attachments li {
list-style: none;
}
.zpm-task-shortcode__attachments .zpm_comment_attachment {
margin-left: 0;
}
#zpm-shortcode-task-view-modal .zpm-task-view-info {
display: none;
}
#zpm-shortcode-task-view-modal .zpm_modal_task_name {
font-size: 18px;
margin-bottom: 20px !important;
}
#zpm-shortcode-task-view-modal #zpm-task-created-by {
padding-left: 0px;
margin-bottom: 20px;
}
#zpm-shortcode-task-view-modal #zpm-task-view__status {
display: none;
}
.zpm-kanban-shortcode #zpm-project-single__filters {
display: none !important;
}
.zpm-task-shortcode__link {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
}
.zpm-task-shortcode {
position: relative;
}
.zpm-task-shortcode__link {
z-index: 10;
}
.zpm-complete-shortcode-subtask {
transform: translateY(2px);
display: inline-block;
}
#zpm-shortcode-modal__new-task #zpm_create_task {
opacity: 1;
pointer-events: all;
}
#zpm-shortcode-modal__new-task {
padding: 0px;
}
#zpm-shortcode-modal__new-task {
background: transparent !important;
box-shadow: none !important;
border: none !important;
}
#zpm_create_task #zpm-new-task-priority {
padding: 12px !important;
}
.zephyr-shortcode-loader__container {
position: absolute;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%);
}