@charset "UTF-8";
/*
eigenes CSS für Frontend-Inhalte des Plugins
*/
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: local("Open Sans"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: local("Open Sans"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: local("Open Sans"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.ttf") format("truetype"); }

html, body {
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative; }
  html.menu-is-open, body.menu-is-open {
    overflow-y: hidden; }

.project-manager-theme {
  background-color: #f2f2f2;
  font-size: 14px;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
  color: #666666; }
  @media (max-width: 1199px) {
    .project-manager-theme {
      font-size: 16px; } }

.pm-main-container {
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  min-height: 100%; }
  @media (min-width: 1200px) {
    .logged-in .pm-main-container {
      margin-left: 250px; } }
  .pm-main-container header {
    color: #666666;
    padding: 0 2em; }
    @media (max-width: 1199px) {
      .pm-main-container header {
        text-align: center;
        margin-top: 2em; } }
    @media (min-width: 1200px) {
      .pm-main-container header {
        padding: 0 3em; } }
    .pm-main-container header h1 {
      word-break: break-word;
      line-height: 1.5; }
  .pm-main-container a {
    color: inherit; }

.pm-section-heading {
  color: #0073aa;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
  margin-top: 3rem; }
  .pm-section-heading.subsection {
    font-size: 1em;
    margin-top: 2rem; }

.pm-navigation-container {
  color: #fff; }

.pm-navigation-background {
  background-color: #002e40;
  position: fixed;
  top: 0;
  bottom: -100px;
  z-index: 1; }
  @media (max-width: 1199px) {
    .pm-navigation-background {
      display: none; }
      .menu-is-open .pm-navigation-background {
        display: block;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media (min-width: 1200px) {
    .pm-navigation-background {
      width: 250px; } }

.pm-navigation {
  background-color: #002e40;
  position: absolute;
  min-height: 100%;
  margin: 0;
  padding-top: 50px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .pm-navigation a {
    color: inherit;
    text-decoration: none; }
    .pm-navigation a:hover {
      color: #00b9eb; }
  .pm-navigation.is-fixed {
    position: fixed; }
  @media (max-width: 1199px) {
    .pm-navigation {
      display: none; }
      .menu-is-open .pm-navigation {
        display: block;
        position: fixed;
        overflow-y: scroll;
        width: 100%;
        height: 100vh; } }
  @media (min-width: 1200px) {
    .pm-navigation {
      width: 250px; } }

.pm-navigation-name {
  font-size: 1.3em;
  padding: 1em;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #004b69; }
  @media (max-width: 1199px) {
    .pm-navigation-name {
      margin-top: 2em; } }
  @media (min-width: 1200px) {
    .pm-navigation-name {
      padding: 2em 1em 2em 1.5rem; } }

.pm-navigation-username {
  font-size: 0.8rem;
  font-weight: normal;
  color: #999; }

.pm-navigation-user-menu {
  padding: 1em 1.5rem 0;
  border-top: 1px solid #004b69; }
  @media (min-width: 1200px) {
    .pm-navigation-user-menu {
      padding: 2em 1.5rem 0; } }
  .pm-navigation-user-menu ul {
    padding-left: 1.5em; }
  .pm-navigation-user-menu li {
    margin: 0.5em 0; }

@media (max-width: 1199px) {
  .menu-button {
    position: fixed;
    top: 60px;
    right: 20px;
    width: 34px;
    height: 32px;
    z-index: 200;
    background-color: white; }
    .menu-is-open .menu-button {
      background-color: transparent; }
  .menu-icon {
    width: 24px;
    height: 4px;
    background-color: black;
    position: absolute;
    left: 5px;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
    .menu-icon:nth-child(1) {
      -webkit-transform-origin: 0 100% 0;
      -ms-transform-origin: 0 100% 0;
      transform-origin: 0 100% 0;
      top: 6px; }
      .menu-is-open .menu-icon:nth-child(1) {
        -webkit-transform: translate(0px, -1px) rotate(45deg);
        -ms-transform: translate(0px, -1px) rotate(45deg);
        transform: translate(0px, -1px) rotate(45deg);
        color: white; }
    .menu-icon:nth-child(2) {
      top: 14px; }
      .menu-is-open .menu-icon:nth-child(2) {
        display: none; }
    .menu-icon:nth-child(3) {
      -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      top: 22px; }
      .menu-is-open .menu-icon:nth-child(3) {
        -webkit-transform: translate(0px, 1px) rotate(-45deg);
        -ms-transform: translate(0px, 1px) rotate(-45deg);
        transform: translate(0px, 1px) rotate(-45deg); }
    .menu-is-open .menu-icon {
      background-color: white; } }

@media (min-width: 1200px) {
  .menu-button {
    display: none; } }

.pm-navigation-project-list {
  list-style: none;
  margin: 1em 0;
  padding: 0; }
  @media (min-width: 1200px) {
    .pm-navigation-project-list {
      margin: 2em 0 auto 0; } }

@media (min-width: 1200px) {
  .project-list-project {
    margin-bottom: 2em; } }

.project-list-project a {
  display: block;
  position: relative;
  padding: 0.75em 0.5em 0.75em 1.5rem; }
  .project-list-project a.active {
    font-weight: bold; }

.project-list-project.active > a {
  background: #0073aa;
  color: white; }

.project-list-project ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
  background-color: #004b69; }

.project-list-project .event-list {
  background-color: #004b69;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .project-list-project .event-list .dashicons {
    margin-right: .25em; }

.project-list-project-item.active > a {
  font-weight: bold; }

.pm-main-content {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #f2f2f2;
  padding: 2em; }
  @media (min-width: 1200px) {
    .pm-main-content {
      padding: 2em 3em; } }

.pm-content-element {
  margin: 3em 0;
  position: relative; }

@media (min-width: 1200px) {
  .pm-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.pm-content {
  margin-bottom: 2em; }
  @media (min-width: 1200px) {
    .pm-content {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }

.pm-section-button {
  padding: 0.3em 0.6em !important; }
  @media (max-width: 1199px) {
    .pm-section-button {
      padding: 0.5em 1em !important;
      margin: 1em 0 1em !important; } }
  @media (min-width: 1200px) {
    .pm-section-button {
      position: absolute !important;
      top: 0;
      right: 0; } }
  .pm-section-button:before {
    font-family: "dashicons", sans-serif;
    vertical-align: bottom;
    margin-right: 0.5em; }

.pm-header-nav-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 500px) {
    .pm-header-nav-tabs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.pm-nav-tab {
  position: relative;
  margin: 0.5em; }
  @media (min-width: 500px) {
    .pm-nav-tab {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }
  @media (min-width: 1200px) {
    .pm-nav-tab {
      margin: 0 2em 0 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .pm-nav-tab a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #999999;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .pm-nav-tab a {
        padding: 1rem 0 1rem 0; } }
    .pm-nav-tab a:hover {
      color: #666666; }
  .pm-nav-tab.active a {
    color: #666666; }
    @media (max-width: 1199px) {
      .pm-nav-tab.active a {
        font-weight: bold; } }

@media (min-width: 1200px) {
  .pm-nav-tab a:hover:after,
  .pm-nav-tab.active a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0073aa;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; } }

.pm-project-file-upload .pm-content-widgets {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99; }

.pm-uploader {
  border: 0.25rem dashed #999;
  text-align: center;
  color: #666; }
  .pm-uploader .drop-area-content {
    margin: 3em; }
  .pm-uploader h3 {
    font-size: 1.5em;
    color: #0073aa;
    line-height: 1.5; }
  .pm-uploader .button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
  .pm-uploader input[type="file"] {
    text-indent: -999px; }
  .pm-uploader input {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%; }
  .pm-uploader.active-drop {
    background-color: #FFF;
    border: 0.25rem solid #0073aa; }

.pm-upload-status-container {
  position: relative; }

#pm-upload-status {
  margin-top: 1em; }

.pm-upload-file-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .pm-upload-file-list .upload-file {
    margin: 0 0 2em 0;
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    padding: 1.2em; }
  .pm-upload-file-list .file-title {
    font-size: 16px;
    color: #0073aa;
    font-weight: 600; }
  .pm-upload-file-list .file-title,
  .pm-upload-file-list .file-status {
    margin-bottom: .5em; }
  .pm-upload-file-list .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: .25rem; }
  .pm-upload-file-list .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  .pm-upload-file-list .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }
  .pm-upload-file-list .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite; }

.pm-wrap-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pm-wrap-list-item {
  background-color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  padding: 0.5rem 0.75rem;
  margin: 0.25rem 0.5rem 0.25rem 0;
  font-size: 0.9em; }

.pm-content-item-list {
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none; }

.pm-list-header,
.pm-list-item {
  border-left: 5px solid transparent; }

.pm-list-header {
  display: none;
  padding: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #8C939E; }
  @media (min-width: 1200px) {
    .pm-list-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.pm-list-item-container,
.pm-list-header-container {
  width: 100%;
  margin: 0 0 0.75rem 0; }

.pm-list-item-container {
  font-size: 0.9em;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  -webkit-transition: height 0.3s 0.7s linear;
  -o-transition: height 0.3s 0.7s linear;
  transition: height 0.3s 0.7s linear;
  height: auto; }
  @media (max-width: 1199px) {
    .pm-list-item-container {
      margin-bottom: 2em; } }
  .pm-list-item-container:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .pm-list-item-container.hide-now {
    pointer-events: none;
    -webkit-animation: fade-out 0.7s forwards;
    animation: fade-out 0.7s forwards; }
  .pm-list-item-container.inserted {
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s; }

.pm-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 1199px) {
    .pm-list-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }

.pm-list-item-element {
  margin: 0.5rem; }

.pm-list-item-actions {
  display: none;
  margin: 0.5rem 0.75rem 0.5em;
  padding: 0.5rem 0;
  text-align: center;
  border-top: 1px dashed #ccc; }
  .pm-list-item-actions.is-visible {
    display: block;
    -webkit-animation: fade-in 0.5s forwards;
    animation: fade-in 0.5s forwards; }

.pm-list-item-action {
  display: none;
  margin: 1rem; }
  .pm-list-item-action.is-visible {
    display: block; }
  .pm-list-item-action .pm-button {
    margin-left: 1em; }
    @media (max-width: 1199px) {
      .pm-list-item-action .pm-button {
        margin: 1em; } }
  .pm-list-item-action p {
    line-height: 2; }

.my-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%; }

/* ITEM ELEMENTS */
.pm-list-name {
  margin-left: 1rem;
  font-weight: bold;
  word-break: break-word; }
  @media (max-width: 1199px) {
    .pm-list-name {
      width: 100%; } }
  @media (min-width: 500px) and (max-width: 1199px) {
    .pm-list-name {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
      flex: 1 0 200px;
      margin: 1em 100px 1em 1rem;
      min-width: calc( 100% - 5px - 1em - 100px); } }
  @media (min-width: 1200px) {
    .pm-list-name {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%;
      min-width: 200px; } }
  .pm-list-name span {
    display: block;
    font-weight: normal;
    font-style: italic;
    color: #8C939E;
    margin-top: 0.5em; }

@media (min-width: 500px) and (max-width: 1199px) {
  .pm-list-total {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1em;
    max-width: 100px; } }

@media (min-width: 1200px) {
  .pm-list-total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    min-width: 50px;
    text-align: center; } }

@media (min-width: 1200px) {
  .pm-list-total span {
    display: none; } }

.pm-list-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3%;
  flex: 0 0 3%;
  min-width: 30px;
  text-align: center;
  color: inherit; }
  .pm-list-icon .dashicons {
    font-size: 2em;
    vertical-align: inherit; }

.pm-list-ext {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3%;
  flex: 0 0 3%;
  min-width: 40px;
  text-align: center; }

.pm-list-size {
  text-align: right; }
  @media (min-width: 500px) and (max-width: 1199px) {
    .pm-list-size {
      position: absolute;
      top: 0;
      right: 0;
      margin: 1em;
      max-width: 50px; } }
  @media (min-width: 1200px) {
    .pm-list-size {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 4%;
      flex: 0 0 4%;
      min-width: 60px; } }

.pm-list-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  min-width: 100px;
  text-align: center; }

.pm-list-owner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  min-width: 100px;
  text-align: center; }

.pm-list-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  min-width: 90px;
  text-align: center; }

.pm-list-status {
  text-align: center; }
  @media (min-width: 1200px) {
    .pm-list-status {
      min-width: 45px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 3%;
      flex: 0 0 3%; } }

.pm-list-description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* ITEM BUTTONS */
.pm-list-buttons {
  text-align: center; }
  @media (max-width: 1199px) {
    .pm-list-buttons {
      min-width: calc( 100% - 1rem - 5px); } }
  @media (min-width: 1200px) {
    .pm-list-buttons {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8%;
      flex: 0 0 8%;
      min-width: 120px; }
      .pm-list-buttons.full-buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7%;
        flex: 0 0 7%;
        min-width: 100px; } }

.pm-list-button {
  padding: 0.25em 0.5em;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer; }
  @media (max-width: 1199px) {
    .pm-list-button {
      background-color: #e1e1e1;
      margin: 0.5em; } }
  .pm-list-button span {
    margin-left: 0.5em; }
    @media (min-width: 1200px) {
      .pm-list-button span {
        display: none; } }
  .pm-list-button:before {
    font-family: 'dashicons', sans-serif;
    font-size: 1.5em;
    vertical-align: middle; }
  @media (min-width: 1200px) {
    .pm-list-button:hover {
      background-color: #e1e1e1; } }
  .pm-list-button.is-loading {
    background-color: transparent; }
    .pm-list-button.is-loading::before {
      content: "\f463";
      display: inline-block;
      color: #444;
      cursor: default;
      pointer-events: none;
      -webkit-animation: loading-spinner-rotate 1s linear infinite;
      animation: loading-spinner-rotate 1s linear infinite; }
    .pm-list-button.is-loading:hover {
      background-color: transparent; }
  .full-buttons .pm-list-button span {
    display: inline-block;
    margin-left: 0.5em; }

#calendar {
  width: 100%; }

.fc-view-container {
  background: #fff;
  border: 1px solid #666;
  opacity: 0.3; }
  .fc-view-container.is-loaded {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

.fc-event-container {
  color: #fff; }

.fc-event:hover {
  cursor: pointer; }

.fc-day-top {
  border-bottom: 1px solid #ddd !important;
  padding: 0.5em !important; }

th.fc-widget-header,
td.fc-week-number {
  padding: 0.5em !important; }

.fc-day.fc-sat,
.fc-day.fc-sun {
  background-color: #eef5fa; }

.fc-content {
  padding: 0.5em; }

.fc-day-grid-event .fc-content {
  white-space: initial; }

@media (max-width: 1199px) {
  .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .fc-toolbar > div {
      margin: .5em 0; } }

#calendar-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 900;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #calendar-popup.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #calendar-popup #close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: black;
    cursor: pointer;
    font-size: 3em;
    margin: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    #calendar-popup #close-btn:hover {
      font-weight: bold; }
  #calendar-popup .popup-content {
    width: 80%;
    max-width: 1100px;
    max-height: 80%;
    background-color: white;
    line-height: 1.7;
    overflow-y: scroll;
    position: relative; }
  #calendar-popup .event-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2;
    overflow: hidden; }
  #calendar-popup .event-content {
    color: #777;
    margin: 1em 2em; }
    @media (min-width: 1200px) {
      #calendar-popup .event-content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 300px;
        grid-template-columns: 1fr 300px; } }
    #calendar-popup .event-content.is-hidden {
      display: none; }
    @media (min-width: 1200px) {
      #calendar-popup .event-content dl {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        grid-gap: 1rem 1rem; } }
    @media (max-width: 1199px) {
      #calendar-popup .event-content dt {
        margin: 1em 0; }
      #calendar-popup .event-content dd {
        margin: 0; } }
  @media (max-width: 1199px) {
    #calendar-popup .sidebar {
      margin-top: 3em; } }
  #calendar-popup .sidebar ul {
    border-top: 1px solid #ddd;
    padding: 1em 1em;
    list-style: none; }
  #calendar-popup .sidebar li {
    margin-bottom: 1em; }
  #calendar-popup .sidebar h3 {
    font-size: 1em; }
  #calendar-popup .sidebar a {
    text-decoration: none; }
    #calendar-popup .sidebar a:hover {
      text-decoration: underline; }
  #calendar-popup .sidebar .dashicons {
    text-decoration: none;
    margin-right: 10px;
    display: inline-block; }
  @media (min-width: 1200px) {
    #calendar-popup .event-info {
      margin-right: 5em; } }
  #calendar-popup .event-info .hidden {
    display: none; }
  #calendar-popup dt {
    font-weight: bold; }
  #calendar-popup .event-description {
    border-top: 1px solid #ddd; }
  #calendar-popup .dashicons {
    vertical-align: text-top; }
  #calendar-popup .event-form-container,
  #calendar-popup .event-update-section {
    display: none; }
    #calendar-popup .event-form-container.is-visible,
    #calendar-popup .event-update-section.is-visible {
      display: block; }
  #calendar-popup .event-action {
    display: none;
    text-align: center;
    margin: 1rem;
    font-size: 0.9em; }
    #calendar-popup .event-action.is-visible {
      display: block; }
    #calendar-popup .event-action .pm-form-field,
    #calendar-popup .event-action .pm-fieldset {
      text-align: initial;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }

.pm-content-widgets {
  margin: 1em 0; }
  @media (max-width: 1199px) {
    .pm-content-widgets {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 1200px) {
    .pm-content-widgets {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin: 0 0 0 3em; } }

.pm-widget-container {
  margin: 1em 0;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px; }
  @media (min-width: 500px) {
    .pm-widget-container {
      margin: 0 1em 1em 1em; } }
  @media (min-width: 1200px) {
    .pm-widget-container {
      margin: 0 0 3em 0; } }

.pm-widget {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  position: relative;
  width: 300px; }
  @media (max-width: 1199px) {
    .pm-widget {
      width: 100%;
      max-width: 300px;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .pm-widget {
      width: 300px; } }

.pm-widget-heading {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  background-color: #0073aa;
  border-bottom: 1px solid #0073aa; }

.pm-widget-content {
  padding: 1rem;
  border: 1px solid #e5e5e5; }

.pm-filter {
  display: none; }
  .pm-filter.is-active {
    display: block;
    -webkit-animation: fade-in 0.5s forwards;
    animation: fade-in 0.5s forwards; }

.pm-filter-lists {
  margin: 1em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pm-filter-lists .pm-filter-label {
    font-size: 0.9em; }
  .pm-filter-lists .pm-category-filter,
  .pm-filter-lists .pm-uploader-filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em; }
  .pm-filter-lists .pm-wrap-list-item {
    cursor: pointer;
    margin: 0.2rem; }
    .pm-filter-lists .pm-wrap-list-item:hover, .pm-filter-lists .pm-wrap-list-item.is-active {
      background-color: #0073aa;
      color: white; }

.pm-form-field {
  margin: 0 0 2em 0; }
  .pm-form-field:last-child {
    margin: 0; }

.pm-field-label {
  font-size: 0.9em; }
  .pm-field-label label {
    cursor: pointer;
    line-height: 1.75;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle; }
  .pm-field-label .pm-tooltip {
    margin-left: 3px; }

.pm-field-area input[type=text],
.pm-field-area input[type=date],
.pm-field-area input[type=time],
.pm-field-area .select2-container,
.pm-field-area select,
.pm-field-area textarea {
  width: 100%; }

.pm-field-area input[type=text],
.pm-field-area input[type=date],
.pm-field-area input[type=time],
.pm-field-area select,
.pm-field-area textarea {
  margin: 0;
  padding: 0 6px;
  display: block;
  border-radius: 2px;
  outline: none;
  font-size: 15px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ddd;
  background-color: #ffffff;
  color: #666; }
  .pm-field-area input[type=text]:focus,
  .pm-field-area input[type=date]:focus,
  .pm-field-area input[type=time]:focus,
  .pm-field-area select:focus,
  .pm-field-area textarea:focus {
    border: 2px solid #bbb; }

.pm-field-area input[type=text] {
  cursor: text; }

.pm-field-area textarea {
  padding: 0.5rem;
  min-height: 100px;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }

.pm-fieldset {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 1em; }

.pm-list-button {
  font-size: 1em; }

.pm-button {
  vertical-align: middle;
  height: auto;
  font-size: 0.9em;
  cursor: pointer;
  outline: none;
  margin: 0;
  opacity: 1;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ddd;
  border: 1px solid #ccc;
  color: inherit;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .pm-button:hover, .pm-button:focus {
    background-color: #eee; }
  .pm-button.primary {
    background-color: #387eb4;
    border: 1px solid #387eb4;
    color: #ffffff; }
    .pm-button.primary:hover, .pm-button.primary:focus {
      background-color: #3ba1da; }

.pm-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.5; }

.pm-field-area.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pm-field-area.checkbox .pm-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative; }
    .pm-field-area.checkbox .pm-field input {
      opacity: 0;
      position: absolute;
      z-index: 2;
      width: 20px;
      height: 20px;
      cursor: pointer;
      left: 0;
      top: 0;
      margin: 0; }
      .pm-field-area.checkbox .pm-field input:hover + svg {
        opacity: 1; }
    .pm-field-area.checkbox .pm-field svg {
      width: 20px;
      height: 20px;
      display: none;
      opacity: 0.6;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s;
      vertical-align: middle; }
      .pm-field-area.checkbox .pm-field svg.is-active {
        display: inline-block; }
      .pm-field-area.checkbox .pm-field svg.input-checked {
        opacity: 1;
        color: #0073aa; }

.pm-list-item-action .pm-form-field {
  text-align: initial;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.um-field-type_terms_conditions .um-gdpr-content,
.um-field-type_terms_conditions .um-toggle-gdpr {
  display: none; }

.pm-notices {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  background-color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 5px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1; }
  @media (max-width: 1199px) {
    .pm-notices {
      margin: 1em;
      left: 0; } }
  @media (min-width: 1200px) {
    .pm-notices {
      width: 400px;
      margin: 3em; } }
  .pm-notices.is-visible {
    -webkit-animation: scale-in 0.5s forwards;
    animation: scale-in 0.5s forwards; }
  .pm-notices.hide {
    -webkit-animation: scale-out 0.5s forwards;
    animation: scale-out 0.5s forwards; }

.pm-notices-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 1em 0; }

.pm-notices-msg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em; }

.info-notice {
  border-color: #50aaee; }
  .info-notice .pm-notices-icon {
    color: #50aaee; }

.warning-notice {
  border-color: #dc9645; }
  .warning-notice .pm-notices-icon {
    color: #dc9645; }

.success-notice {
  border-color: #46c378; }
  .success-notice .pm-notices-icon {
    color: #46c378; }

.error-notice {
  border-color: #cf0000; }
  .error-notice .pm-notices-icon {
    color: #cf0000; }

.pm-list-item.type-interactive {
  border-color: #E37E55; }

.pm-list-item.type-text {
  border-color: #50AAEE; }

.pm-list-item.type-spreadsheet {
  border-color: #46c378; }

.pm-list-item.type-archive {
  border-color: #EBBD41; }

.pm-list-item.type-document {
  border-color: #cf0000; }

.pm-list-item.type-image {
  border-color: #a53b6f; }

.pm-list-item.type-video {
  border-color: #357f93; }

.type-interactive .pm-list-icon {
  color: #E37E55; }

.type-text .pm-list-icon {
  color: #50AAEE; }

.type-spreadsheet .pm-list-icon {
  color: #46c378; }

.type-archive .pm-list-icon {
  color: #EBBD41; }

.type-document .pm-list-icon {
  color: #cf0000; }

.type-image .pm-list-icon {
  color: #a53b6f; }

.type-video .pm-list-icon {
  color: #357f93; }

.pm-list-button.download:before {
  content: "\f316"; }

@media (max-width: 1199px) {
  .pm-list-button.download {
    color: #fff;
    background-color: #21759b; } }

@media (min-width: 1200px) {
  .pm-list-button.download {
    color: #21759b; }
    .pm-list-button.download:hover {
      color: #fff;
      background-color: #21759b; } }

.pm-list-button.edit:before {
  content: "\f464"; }

.pm-list-button.delete:before {
  content: "\f182"; }

@media (max-width: 1199px) {
  .pm-list-button.delete {
    color: #fff;
    background-color: #a00; } }

@media (min-width: 1200px) {
  .pm-list-button.delete {
    color: #a00; }
    .pm-list-button.delete:hover {
      color: #fff;
      background-color: #a00; } }

.pm-list-button.public:before {
  content: "\f12a"; }

@media (max-width: 1199px) {
  .pm-list-button.public {
    color: #fff;
    background-color: #46c378; } }

@media (min-width: 1200px) {
  .pm-list-button.public {
    color: #46c378;
    background-color: #fff; }
    .pm-list-button.public:hover {
      color: #fff;
      background-color: #46c378; } }

.pm-list-button.private:before {
  content: "\f153"; }

@media (max-width: 1199px) {
  .pm-list-button.private {
    color: #fff;
    background-color: #a00; } }

@media (min-width: 1200px) {
  .pm-list-button.private {
    color: #a00;
    background-color: #fff; }
    .pm-list-button.private:hover {
      color: #fff;
      background-color: #a00; } }

.pm-section-button.filter:before {
  content: "\f536"; }

.pm-section-button.clear:before {
  content: "\f182"; }

.pm-upload-file-list .bg-success {
  background-color: #28a745 !important; }

.pm-upload-file-list .bg-danger {
  background-color: #dc3545 !important; }

.pm-upload-file-list .bg-info {
  background-color: #007bff !important; }

.pm-ajax {
  margin-left: 0.5em;
  opacity: 0; }
  .pm-ajax.is-loading {
    -webkit-animation: fade-in 0.5s forwards;
    animation: fade-in 0.5s forwards; }
  .pm-ajax.hide {
    -webkit-animation: fade-out 0.5s forwards;
    animation: fade-out 0.5s forwards; }
  .pm-ajax .dashicons {
    vertical-align: middle;
    -webkit-animation: loading-spinner-rotate 1s linear infinite;
    animation: loading-spinner-rotate 1s linear infinite; }

.pm-tooltip {
  display: inline-block;
  position: relative; }
  .pm-tooltip .dashicons {
    color: #999999;
    font-size: 1.3em;
    line-height: 1;
    vertical-align: middle; }
  .pm-tooltip .pm-tooltip-content {
    display: none;
    position: absolute;
    z-index: 99;
    width: 250px;
    background-color: white;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc( 100% + 1em);
    line-height: 1.75;
    text-align: initial; }
    .pm-tooltip .pm-tooltip-content p {
      margin: 1em; }
    .pm-tooltip .pm-tooltip-content.is-visible {
      display: block; }
  .pm-tooltip.auto-width .pm-tooltip-content {
    width: auto;
    text-align: center; }
  .pm-tooltip:hover {
    cursor: pointer; }
    @media (min-width: 1200px) {
      .pm-tooltip:hover .pm-tooltip-content {
        display: block; } }
  .pm-tooltip code {
    background-color: #eee;
    padding: 0.2em 0.5em;
    border-radius: 3px; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes scale-out {
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-out {
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes loading-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

/*# sourceMappingURL=project-manager-public.css.map */