@charset "UTF-8";
/*!
	PROJECT : Task Manager
	Created by Eoxia
*/
/* Autres couleurs */
@media (max-width: 780px) {
  body.toplevel_page_wpeomtm-dashboard #wpcontent {
    padding-top: 0;
    padding-left: 0; } }

.tm-wrap {
  box-sizing: border-box;
  padding-right: 20px;
  font-family: 'Open sans', sans-serif;
  /*--------------------------------------------------------------
	# Normalize
	--------------------------------------------------------------*/
  /* ----------------------------- */
  /* ==reset */
  /* ----------------------------- */
  /* base font-size corresponds to 10px and is adapted to rem unit */
  /* font-sizing for content */
  /* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */
  /* alternate font-sizing */
  /* soft reset */
  /* avoid top margins on first content element */
  /* avoid margins on nested elements */
  /* HTML5 tags */
  /* max values */
  /* you shall not pass */
  /* pictures */
  /* scripts */
  /* skip-links */
  /*--------------------------------------------------------------
	# Font
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	# Modules
	--------------------------------------------------------------*/
  /** Original */
  /** Red */
  /** Yellow */
  /** Green */
  /** Blue */
  /** Purple */
  /*--------------------------------------------------------------
	# Elements
	--------------------------------------------------------------*/
  /** Import des modules */
  /** Author */
  /** Task title */
  /** Settings */
  /** Filters */
  /** Point structure */
  /** Points */
  /** Nouveau point */
  /** Point en édition */
  /** Bouton pour ouvrir la modal */
  /**
 * Modal d'ajout rapide
 * Classe parente : tm-wrap
 */
  /** Avatar */
  /** Comment container */
  /** Comment content */
  /** Comment action */
  /** Edit and new */
  /** View */
  /* ----------------------------------
		Temporaire pour le blink
-----------------------------------*/
  /** Affichage du jour */
  /* bouton load more */
  /* Page indicateurs */
  /* Temps dépassé dans les indicateurs */
  /* Activity dans les posts */
  /** Audit container */
  /** Header */
  /** Edition */
  /** Tableau */
  /** Import des éléments simples */
  /** Bouton d'ajout */
  /** Bouton sauvegarde */
  /** Tags actifs */ }
  @media (max-width: 780px) {
    .tm-wrap {
      padding-right: 0; } }
  .tm-wrap::after {
    display: block;
    content: "";
    clear: both; }
  .tm-wrap p,
  .tm-wrap blockquote,
  .tm-wrap pre,
  .tm-wrap td,
  .tm-wrap th,
  .tm-wrap label,
  .tm-wrap textarea,
  .tm-wrap caption,
  .tm-wrap details,
  .tm-wrap figure,
  .tm-wrap hgroup {
    font-size: 1em;
    /* equiv 14px */
    line-height: 1.5;
    margin: 1.5em 0 0; }
  .tm-wrap h1, .tm-wrap .h1-like {
    font-size: 1.8571em;
    /* equiv 26px */
    font-weight: normal;
    line-height: 1.6154em;
    margin: .8077em 0 0 0; }
  .tm-wrap h2, .tm-wrap .h2-like {
    font-size: 1.7143em;
    /* equiv 24px */
    font-weight: normal;
    line-height: 1.75em;
    margin: .875em 0 0 0; }
  .tm-wrap h3, .tm-wrap .h3-like {
    font-size: 1.5714em;
    /* equiv 22px */
    font-weight: normal;
    line-height: 1.909em;
    margin: .9545em 0 0 0; }
  .tm-wrap h4, .tm-wrap .h4-like {
    font-size: 1.4286em;
    /* equiv 20px */
    font-weight: normal;
    line-height: 1.05em;
    margin: 1.05em 0 0 0; }
  .tm-wrap h5, .tm-wrap .h5-like {
    font-size: 1.2857em;
    /* equiv 18px */
    font-weight: normal;
    line-height: 1.1667em;
    margin: 1.1667em 0 0 0; }
  .tm-wrap h6, .tm-wrap .h6-like {
    font-size: 1.1429em;
    /* equiv 16px */
    font-weight: normal;
    line-height: 1.3125em;
    margin: 1.3125em 0 0 0; }
  .tm-wrap .smaller {
    font-size: .7143em;
    /* equiv 10px */
    line-height: 2.1em; }
  .tm-wrap .small {
    font-size: .8571em;
    /* equiv 12px */
    line-height: 1.75em; }
  .tm-wrap .big {
    font-size: 1.1429em;
    /* equiv 16px */
    line-height: 1.3125em; }
  .tm-wrap .bigger {
    font-size: 1.2857em;
    /* equiv 18px */
    line-height: 1.1667em; }
  .tm-wrap .biggest {
    font-size: 1.4286em;
    /* equiv 20px */
    line-height: 1.05em; }
  .tm-wrap html,
  .tm-wrap body,
  .tm-wrap textarea,
  .tm-wrap figure,
  .tm-wrap label {
    margin: 0;
    padding: 0; }
  .tm-wrap ul,
  .tm-wrap ol {
    padding: 0; }
  .tm-wrap code,
  .tm-wrap pre,
  .tm-wrap samp {
    white-space: pre-wrap;
    font-family: consolas, 'DejaVu Sans Mono', courier, monospace; }
  .tm-wrap code {
    line-height: 1em; }
  .tm-wrap table {
    margin-bottom: 1.5em; }
  .tm-wrap p:first-child,
  .tm-wrap ul:first-child,
  .tm-wrap ol:first-child,
  .tm-wrap dl:first-child,
  .tm-wrap blockquote:first-child,
  .tm-wrap pre:first-child,
  .tm-wrap h1:first-child,
  .tm-wrap h2:first-child,
  .tm-wrap h3:first-child,
  .tm-wrap h4:first-child,
  .tm-wrap h5:first-child,
  .tm-wrap h6:first-child {
    margin-top: 0; }
  .tm-wrap li p,
  .tm-wrap li ul,
  .tm-wrap li ol {
    margin-top: 0;
    margin-bottom: 0; }
  .tm-wrap article, .tm-wrap aside, .tm-wrap details, .tm-wrap figcaption, .tm-wrap figure, .tm-wrap footer, .tm-wrap header, .tm-wrap hgroup, .tm-wrap nav, .tm-wrap section {
    display: block; }
  .tm-wrap img, .tm-wrap table, .tm-wrap td, .tm-wrap blockquote, .tm-wrap code, .tm-wrap pre, .tm-wrap textarea, .tm-wrap input, .tm-wrap video {
    max-width: 100%; }
  .tm-wrap div, .tm-wrap textarea, .tm-wrap table, .tm-wrap td, .tm-wrap th, .tm-wrap code, .tm-wrap pre, .tm-wrap samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; }
  .tm-wrap img {
    width: auto;
    height: auto;
    vertical-align: middle; }
  .tm-wrap a img {
    border: 0; }
  .tm-wrap body > script {
    display: none !important; }
  .tm-wrap .skip-links {
    position: absolute; }
  .tm-wrap .skip-links a {
    position: absolute;
    left: -9999px;
    padding: 0.5em;
    background: #000;
    color: #fff;
    text-decoration: none; }
  .tm-wrap .skip-links a:focus {
    position: static; }
  .tm-wrap li, .tm-wrap ul {
    margin: 0; }
  .tm-wrap * {
    box-sizing: border-box; }
  .tm-wrap .clear:before,
  .tm-wrap .clear:after,
  .tm-wrap .entry-content:before,
  .tm-wrap .entry-content:after,
  .tm-wrap .comment-content:before,
  .tm-wrap .comment-content:after,
  .tm-wrap .site-header:before,
  .tm-wrap .site-header:after,
  .tm-wrap .site-content:before,
  .tm-wrap .site-content:after,
  .tm-wrap .site-footer:before,
  .tm-wrap .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed; }
  .tm-wrap .clear:after,
  .tm-wrap .entry-content:after,
  .tm-wrap .comment-content:after,
  .tm-wrap .site-header:after,
  .tm-wrap .site-content:after,
  .tm-wrap .site-footer:after {
    clear: both; }
  .tm-wrap body {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Open Sans";
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  .tm-wrap input[type="text"] {
    border: 0;
    box-shadow: none;
    transition: all 0.2s ease-out; }
  .tm-wrap input[type="button"] {
    font-family: 'Open Sans';
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 4px 8px;
    color: #fff;
    height: auto;
    transition: all 0.2s ease-out; }
    .tm-wrap input[type="button"]:hover {
      cursor: pointer; }
  .tm-wrap textarea {
    box-shadow: none; }
    .tm-wrap textarea:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  .tm-wrap .list-task input[type="text"], .tm-wrap .list-task textarea {
    background-color: transparent; }
  .tm-wrap a[disabled="disabled"] {
    pointer-events: none;
    text-decoration: none;
    color: black; }
  .tm-wrap p {
    margin: 0; }
  .tm-wrap .disabled {
    opacity: 0.4; }
  .tm-wrap .wpeo-project-task .task-color .white {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .tm-wrap .wpeo-project-task .task-color .red {
    background: #ffa4a6;
    border: 1px solid #ff4246; }
  .tm-wrap .wpeo-project-task .task-color .yellow {
    background: #ffe68c;
    border: 1px solid #ffb200; }
  .tm-wrap .wpeo-project-task .task-color .green {
    background: #a2ffc8;
    border: 1px solid #35c54e; }
  .tm-wrap .wpeo-project-task .task-color .blue {
    background: #9bcdff;
    border: 1px solid #0084ff; }
  .tm-wrap .wpeo-project-task .task-color .purple {
    background: #cca4ff;
    border: 1px solid #7c41c7; }
  .tm-wrap .wpeo-project-task .task-color .color-element > * {
    transition: all 0.2s ease-out; }
    .tm-wrap .wpeo-project-task .task-color .color-element > *:hover {
      border: 1px solid rgba(0, 0, 0, 0.6); }
  .tm-wrap .wpeo-project-task.white .wpeo-project-task-container, .tm-wrap .wpeo-project-task.white .points .point, .tm-wrap .wpeo-project-task.white .activities .content .activity {
    background: #fff; }
  .tm-wrap .wpeo-project-task.white .points .point .comment .tm-avatar {
    box-shadow: 0 0 0px 4px #fff; }
  .tm-wrap .wpeo-project-task.white .tm-avatar,
  .tm-wrap .wpeo-project-task.white .wpeo-task-filter .wpeo-button.active,
  .tm-wrap .wpeo-project-task.white .wpeo-tag-wrap .wpeo-tag.active,
  .tm-wrap .wpeo-project-task.white .wpeo-tag-wrap .wpeo-tag.edit,
  .tm-wrap .wpeo-project-task.white .wpeo-ul-users .edit {
    background: #0084ff; }
  .tm-wrap .wpeo-project-task.white .points .point.new .point-container .point-action .wpeo-point-new-btn {
    background: #0084ff;
    border-color: #0084ff; }
  .tm-wrap .wpeo-project-task.white .points .point .comment .comment-action .save-icon {
    background: #0084ff; }
    .tm-wrap .wpeo-project-task.white .points .point .comment .comment-action .save-icon:hover {
      background: #3da2ff; }
  .tm-wrap .wpeo-project-task.red .wpeo-project-task-container, .tm-wrap .wpeo-project-task.red .points .point, .tm-wrap .wpeo-project-task.red .activities .content .activity {
    background: #ffa4a6; }
  .tm-wrap .wpeo-project-task.red .points .point .comment .tm-avatar {
    box-shadow: 0 0 0px 4px #ffa4a6; }
  .tm-wrap .wpeo-project-task.red .tm-avatar,
  .tm-wrap .wpeo-project-task.red .wpeo-task-filter .wpeo-button.active,
  .tm-wrap .wpeo-project-task.red .wpeo-tag-wrap .wpeo-tag.active,
  .tm-wrap .wpeo-project-task.red .wpeo-tag-wrap .wpeo-tag.edit,
  .tm-wrap .wpeo-project-task.red .wpeo-ul-users .edit {
    background: #ff4246; }
  .tm-wrap .wpeo-project-task.red .points .point.new .point-container .point-action .wpeo-point-new-btn {
    background: #ff4246;
    border-color: #ff4246; }
  .tm-wrap .wpeo-project-task.red .points .point .comment .comment-action .save-icon {
    background: #ff4246; }
    .tm-wrap .wpeo-project-task.red .points .point .comment .comment-action .save-icon:hover {
      background: #ff7f82; }
  .tm-wrap .wpeo-project-task.yellow .wpeo-project-task-container, .tm-wrap .wpeo-project-task.yellow .points .point, .tm-wrap .wpeo-project-task.yellow .activities .content .activity {
    background: #ffe68c; }
  .tm-wrap .wpeo-project-task.yellow .points .point .comment .tm-avatar {
    box-shadow: 0 0 0px 4px #ffe68c; }
  .tm-wrap .wpeo-project-task.yellow .tm-avatar,
  .tm-wrap .wpeo-project-task.yellow .wpeo-task-filter .wpeo-button.active,
  .tm-wrap .wpeo-project-task.yellow .wpeo-tag-wrap .wpeo-tag.active,
  .tm-wrap .wpeo-project-task.yellow .wpeo-tag-wrap .wpeo-tag.edit,
  .tm-wrap .wpeo-project-task.yellow .wpeo-ul-users .edit {
    background: #ffb200; }
  .tm-wrap .wpeo-project-task.yellow .points .point.new .point-container .point-action .wpeo-point-new-btn {
    background: #ffb200;
    border-color: #ffb200; }
  .tm-wrap .wpeo-project-task.yellow .points .point .comment .comment-action .save-icon {
    background: #ffb200; }
    .tm-wrap .wpeo-project-task.yellow .points .point .comment .comment-action .save-icon:hover {
      background: #ffc43d; }
  .tm-wrap .wpeo-project-task.green .wpeo-project-task-container, .tm-wrap .wpeo-project-task.green .points .point, .tm-wrap .wpeo-project-task.green .activities .content .activity {
    background: #a2ffc8; }
  .tm-wrap .wpeo-project-task.green .points .point .comment .tm-avatar {
    box-shadow: 0 0 0px 4px #a2ffc8; }
  .tm-wrap .wpeo-project-task.green .tm-avatar,
  .tm-wrap .wpeo-project-task.green .wpeo-task-filter .wpeo-button.active,
  .tm-wrap .wpeo-project-task.green .wpeo-tag-wrap .wpeo-tag.active,
  .tm-wrap .wpeo-project-task.green .wpeo-tag-wrap .wpeo-tag.edit,
  .tm-wrap .wpeo-project-task.green .wpeo-ul-users .edit {
    background: #35c54e; }
  .tm-wrap .wpeo-project-task.green .points .point.new .point-container .point-action .wpeo-point-new-btn {
    background: #35c54e;
    border-color: #35c54e; }
  .tm-wrap .wpeo-project-task.green .points .point .comment .comment-action .save-icon {
    background: #35c54e; }
    .tm-wrap .wpeo-project-task.green .points .point .comment .comment-action .save-icon:hover {
      background: #62d576; }
  .tm-wrap .wpeo-project-task.blue .wpeo-project-task-container, .tm-wrap .wpeo-project-task.blue .points .point, .tm-wrap .wpeo-project-task.blue .activities .content .activity {
    background: #9bcdff; }
  .tm-wrap .wpeo-project-task.blue .points .point .comment .tm-avatar {
    box-shadow: 0 0 0px 4px #9bcdff; }
  .tm-wrap .wpeo-project-task.blue .tm-avatar,
  .tm-wrap .wpeo-project-task.blue .wpeo-task-filter .wpeo-button.active,
  .tm-wrap .wpeo-project-task.blue .wpeo-tag-wrap .wpeo-tag.active,
  .tm-wrap .wpeo-project-task.blue .wpeo-tag-wrap .wpeo-tag.edit,
  .tm-wrap .wpeo-project-task.blue .wpeo-ul-users .edit {
    background: #0084ff; }
  .tm-wrap .wpeo-project-task.blue .points .point.new .point-container .point-action .wpeo-point-new-btn {
    background: #0084ff;
    border-color: #0084ff; }
  .tm-wrap .wpeo-project-task.blue .points .point .comment .comment-action .save-icon {
    background: #0084ff; }
    .tm-wrap .wpeo-project-task.blue .points .point .comment .comment-action .save-icon:hover {
      background: #3da2ff; }
  .tm-wrap .wpeo-project-task.purple .wpeo-project-task-container, .tm-wrap .wpeo-project-task.purple .points .point, .tm-wrap .wpeo-project-task.purple .activities .content .activity {
    background: #cca4ff; }
  .tm-wrap .wpeo-project-task.purple .points .point .comment .tm-avatar {
    box-shadow: 0 0 0px 4px #cca4ff; }
  .tm-wrap .wpeo-project-task.purple .tm-avatar,
  .tm-wrap .wpeo-project-task.purple .wpeo-task-filter .wpeo-button.active,
  .tm-wrap .wpeo-project-task.purple .wpeo-tag-wrap .wpeo-tag.active,
  .tm-wrap .wpeo-project-task.purple .wpeo-tag-wrap .wpeo-tag.edit,
  .tm-wrap .wpeo-project-task.purple .wpeo-ul-users .edit {
    background: #7c41c7; }
  .tm-wrap .wpeo-project-task.purple .points .point.new .point-container .point-action .wpeo-point-new-btn {
    background: #7c41c7;
    border-color: #7c41c7; }
  .tm-wrap .wpeo-project-task.purple .points .point .comment .comment-action .save-icon {
    background: #7c41c7; }
    .tm-wrap .wpeo-project-task.purple .points .point .comment .comment-action .save-icon:hover {
      background: #9d70d5; }
  .tm-wrap .wpeo-project-task {
    position: relative;
    width: 100%;
    padding: 10px; }
    @media (max-width: 780px) {
      .tm-wrap .wpeo-project-task {
        width: 100%;
        padding: 0 0 10px 0; } }
    .tm-wrap .wpeo-project-task .wpeo-project-task-container {
      background: #fff;
      box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
      position: relative;
      transition: all 0.2s ease-out; }
      .tm-wrap .wpeo-project-task .wpeo-project-task-container:before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s ease-out;
        z-index: 80; }
    .tm-wrap .wpeo-project-task.mask .wpeo-project-task-container:before {
      opacity: 1;
      pointer-events: all; }
    .tm-wrap .wpeo-project-task .wpeo-task-footer {
      padding: 0.4em 0.4em 0 0.4em;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 1000px) {
    .tm-wrap .tm-wrap .list-task .wpeo-project-task {
      width: 100%; } }
  .tm-wrap .wpeo-task-selected .task-marker {
    opacity: 1; }
  .tm-wrap .wpeo-project-task .wpeo-task-main-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.8em 0; }
    .tm-wrap .wpeo-project-task .wpeo-task-main-header::after {
      display: block;
      content: '';
      clear: both; }
  .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-author {
    position: relative;
    text-align: center;
    margin: auto 0;
    padding: 0 0.8em; }
    .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-author .tm-avatar {
      border-radius: 50%;
      overflow: hidden; }
      .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-author .tm-avatar img {
        border-radius: 50%; }
      .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-author .tm-avatar:hover {
        cursor: pointer; }
    .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-author .toggle .content {
      max-width: 150px;
      display: flex;
      flex-wrap: wrap; }
      .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-author .toggle .content li {
        width: 50px; }
  .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-main-info {
    width: 100%;
    margin: auto 0; }
    .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-main-info .wpeo-project-task-title {
      font-weight: 300;
      width: 100%;
      font-size: 20px;
      padding: 0;
      border: 0;
      line-height: 1; }
      .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-main-info .wpeo-project-task-title:hover {
        color: rgba(0, 0, 0, 0.5); }
    .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-main-info .wpeo-task-summary {
      display: flex;
      flex-direction: row;
      width: 100%; }
      .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-main-info .wpeo-task-summary li {
        padding: 4px;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        line-height: 1; }
      .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-main-info .wpeo-task-summary [data-icon] {
        color: rgba(0, 0, 0, 0.6); }
  .tm-wrap .wpeo-project-task .wpeo-task-main-header .wpeo-task-setting {
    position: relative;
    text-align: center;
    margin: auto 0 auto auto; }

@keyframes taskOptionAnimation {
  from {
    opacity: 0;
    top: 36px; }
  to {
    opacity: 1;
    top: 40px; } }
  .tm-wrap .wpeo-project-task .wpeo-task-filter {
    background: rgba(0, 0, 0, 0.05);
    padding: 0.4em 0.4em 0 0.4em;
    display: flex;
    flex-direction: row; }
    .tm-wrap .wpeo-project-task .wpeo-task-filter li {
      margin: auto 0; }
      .tm-wrap .wpeo-project-task .wpeo-task-filter li span {
        margin: auto 0; }
    .tm-wrap .wpeo-project-task .wpeo-task-filter .wpeo-button {
      background: rgba(0, 0, 0, 0.1);
      border: 0;
      color: rgba(0, 0, 0, 0.6);
      font-weight: 400;
      text-transform: none;
      font-size: 14px; }
      .tm-wrap .wpeo-project-task .wpeo-task-filter .wpeo-button.active {
        background: #0084ff;
        color: #fff; }
    .tm-wrap .wpeo-project-task .wpeo-task-filter li.tm-task-display-method-buttons {
      margin-left: auto;
      display: flex; }
      .tm-wrap .wpeo-project-task .wpeo-task-filter li.tm-task-display-method-buttons .wpeo-button:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .tm-wrap .wpeo-project-task .wpeo-task-filter li.tm-task-display-method-buttons .wpeo-button:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  .tm-wrap .task-header-action, .tm-wrap .point-header-action {
    text-align: left;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    top: 40px;
    z-index: 500;
    transition: all 0.2s east-out;
    opacity: 0;
    pointer-events: none;
    overflow: hidden; }
    .tm-wrap .task-header-action.active, .tm-wrap .point-header-action.active {
      top: 30px;
      opacity: 1;
      pointer-events: all; }
    .tm-wrap .task-header-action .success, .tm-wrap .point-header-action .success {
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8);
      display: block;
      width: 100%;
      height: 100%;
      z-index: 99999;
      transform: translateY(-100%);
      transition: all 0.2s ease-out; }
      .tm-wrap .task-header-action .success.active, .tm-wrap .point-header-action .success.active {
        transform: translateY(0%); }
      .tm-wrap .task-header-action .success .content, .tm-wrap .point-header-action .success .content {
        text-align: center;
        position: relative;
        top: 50%;
        width: 100%;
        background: none;
        transform: translateY(-50%);
        display: block;
        left: 0; }
        .tm-wrap .task-header-action .success .content p, .tm-wrap .point-header-action .success .content p {
          font-size: 1.5em;
          color: #0084ff;
          margin-bottom: 20px; }
        .tm-wrap .task-header-action .success .content span, .tm-wrap .point-header-action .success .content span {
          color: white;
          padding: 8px;
          text-align: center;
          line-height: 1.5;
          background-color: #0084ff;
          border: none;
          transition: all 0.2s ease-out; }
          .tm-wrap .task-header-action .success .content span:hover, .tm-wrap .point-header-action .success .content span:hover {
            background-color: #1360c8;
            cursor: pointer; }
    .tm-wrap .task-header-action .task-color, .tm-wrap .task-header-action .task-informations, .tm-wrap .task-header-action .actions, .tm-wrap .task-header-action .move-to, .tm-wrap .point-header-action .task-color, .tm-wrap .point-header-action .task-informations, .tm-wrap .point-header-action .actions, .tm-wrap .point-header-action .move-to {
      padding: 1em; }
    .tm-wrap .task-header-action .gridwrapper, .tm-wrap .point-header-action .gridwrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .tm-wrap .task-header-action .gridwrapper > *, .tm-wrap .point-header-action .gridwrapper > * {
        width: 50%; }
    .tm-wrap .task-header-action .task-color, .tm-wrap .point-header-action .task-color {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .tm-wrap .task-header-action .task-color .color-element, .tm-wrap .point-header-action .task-color .color-element {
        width: 33.333333%;
        padding: 0; }
        .tm-wrap .task-header-action .task-color .color-element:hover, .tm-wrap .point-header-action .task-color .color-element:hover {
          background: none; }
      .tm-wrap .task-header-action .task-color span, .tm-wrap .point-header-action .task-color span {
        width: 26px;
        height: 26px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 4px; }
        .tm-wrap .task-header-action .task-color span:hover, .tm-wrap .point-header-action .task-color span:hover {
          cursor: pointer; }
      .tm-wrap .task-header-action .task-color:hover, .tm-wrap .point-header-action .task-color:hover {
        background: none;
        cursor: default; }
    .tm-wrap .task-header-action .task-informations, .tm-wrap .point-header-action .task-informations {
      text-align: center; }
      .tm-wrap .task-header-action .task-informations .tm-avatar, .tm-wrap .point-header-action .task-informations .tm-avatar {
        margin: auto; }
      .tm-wrap .task-header-action .task-informations .time, .tm-wrap .point-header-action .task-informations .time {
        font-size: 12px;
        line-height: 2; }
    .tm-wrap .task-header-action .actions, .tm-wrap .point-header-action .actions {
      text-align: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .tm-wrap .task-header-action .actions li, .tm-wrap .point-header-action .actions li {
        display: inline-block;
        padding: 4px;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.5); }
        .tm-wrap .task-header-action .actions li:hover, .tm-wrap .point-header-action .actions li:hover {
          color: #0084ff;
          background: none; }
    .tm-wrap .task-header-action .move-to label, .tm-wrap .point-header-action .move-to label {
      display: block;
      font-weight: 700;
      margin-bottom: 10px; }
    .tm-wrap .task-header-action .move-to .form-fields, .tm-wrap .point-header-action .move-to .form-fields {
      display: flex; }
      .tm-wrap .task-header-action .move-to .form-fields .search-parent, .tm-wrap .task-header-action .move-to .form-fields .search-task, .tm-wrap .point-header-action .move-to .form-fields .search-parent, .tm-wrap .point-header-action .move-to .form-fields .search-task {
        width: 70%;
        background-color: rgba(0, 0, 0, 0.05) !important;
        border-bottom: 0; }
      .tm-wrap .task-header-action .move-to .form-fields .action-input, .tm-wrap .point-header-action .move-to .form-fields .action-input {
        width: 30%;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.4);
        margin-left: 8px; }
        .tm-wrap .task-header-action .move-to .form-fields .action-input.active, .tm-wrap .point-header-action .move-to .form-fields .action-input.active {
          pointer-events: all;
          background: #0084ff; }
  .tm-wrap .task-header-action {
    width: 320px !important; }
  .tm-wrap .point-header-action {
    width: 160px !important; }
    .tm-wrap .point-header-action .task-informations {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tm-wrap .history-time-new {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .tm-wrap .history-time-new .wpeo-button {
      float: right; }
    .tm-wrap .history-time-new:after {
      display: block;
      content: '';
      clear: both; }
    .tm-wrap .history-time-new .add-history-time {
      margin-left: 14px;
      color: #0084ff;
      transition: all 0.2s ease-out; }
      .tm-wrap .history-time-new .add-history-time:hover {
        color: #006acc;
        cursor: pointer; }
  .tm-wrap .history-time-list > li {
    transition: all 0.2s ease-out; }
    .tm-wrap .history-time-list > li ul {
      clear: both; }
      .tm-wrap .history-time-list > li ul li {
        display: inline-block; }
  .tm-wrap .history-time-list .avatar {
    border-radius: 50%; }
  .tm-wrap .history-time-list .author {
    color: rgba(0, 0, 0, 0.6); }
  .tm-wrap .history-time-list .delete {
    float: right;
    margin-top: 4px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all .2s ease-out; }
    .tm-wrap .history-time-list .delete span {
      font-size: 16px;
      line-height: 1.4; }
    .tm-wrap .history-time-list .delete:hover {
      cursor: pointer; }
  .tm-wrap .activities {
    /* Activity single */ }
    .tm-wrap .activities > .content {
      padding: 1em; }
    .tm-wrap .activities .activity {
      padding: 0.6em 0 1.6em 0;
      display: flex;
      flex-direction: row;
      background: #fff;
      /* Point validé */ }
      .tm-wrap .activities .activity .information {
        width: 100%;
        max-width: 50px;
        position: relative; }
        .tm-wrap .activities .activity .information .tm-avatar {
          border-radius: 50%;
          border: 2px solid #fff;
          z-index: 50; }
          .tm-wrap .activities .activity .information .tm-avatar img, .tm-wrap .activities .activity .information .tm-avatar .wpeo-avatar-initial {
            border-radius: 50%; }
        .tm-wrap .activities .activity .information .type {
          display: block;
          width: 22px;
          height: 22px;
          background: rgba(0, 0, 0, 0.1);
          color: rgba(0, 0, 0, 0.5);
          line-height: 22px;
          text-align: center;
          font-size: 14px;
          position: absolute;
          top: 0;
          right: 4px;
          border-radius: 4px; }
          .tm-wrap .activities .activity .information .type:before {
            font-family: FontAwesome; }
      .tm-wrap .activities .activity .information + .content {
        padding-left: 1em; }
      .tm-wrap .activities .activity .content {
        width: 100%;
        margin: auto 0; }
        .tm-wrap .activities .activity .content .event-header {
          display: flex; }
          .tm-wrap .activities .activity .content .event-header .dashicons {
            font-size: 16px;
            line-height: 1;
            width: 14px;
            height: 14px;
            vertical-align: top !important; }
          .tm-wrap .activities .activity .content .event-header .event-time {
            margin: auto 0 auto auto;
            min-width: 40px; }
            .tm-wrap .activities .activity .content .event-header .event-time [data-icon] {
              color: rgba(0, 0, 0, 0.7); }
            .tm-wrap .activities .activity .content .event-header .event-time i {
              color: rgba(0, 0, 0, 0.7); }
        .tm-wrap .activities .activity .content .event-title {
          font-weight: 700;
          display: block;
          margin-bottom: 0.4em;
          padding-right: 0.2em;
          color: rgba(0, 0, 0, 0.8); }
          .tm-wrap .activities .activity .content .event-title a {
            color: rgba(0, 0, 0, 0.5);
            transition: all 0.2s ease-out;
            text-decoration: none; }
            .tm-wrap .activities .activity .content .event-title a:hover {
              color: rgba(0, 0, 0, 0.8); }
        .tm-wrap .activities .activity .content .event-content {
          font-family: 'Roboto Slab', 'Open sans', serif;
          color: rgba(0, 0, 0, 0.9); }
          .tm-wrap .activities .activity .content .event-content a {
            color: rgba(0, 0, 0, 0.9);
            text-decoration: none; }
      .tm-wrap .activities .activity.completed-point .information .type {
        background: #35c54e;
        color: #fff; }
      .tm-wrap .activities .activity.completed-point .content .event-title {
        text-decoration: line-through; }
  .tm-wrap .wpeo-project-task .wpeo-task-footer .wpeo-ul-parent {
    padding: 0 0 0.4em 0; }
    .tm-wrap .wpeo-project-task .wpeo-task-footer .wpeo-ul-parent a {
      color: rgba(0, 0, 0, 0.5);
      text-decoration: none;
      transition: all 0.2s ease-out; }
      .tm-wrap .wpeo-project-task .wpeo-task-footer .wpeo-ul-parent a:hover {
        color: rgba(0, 0, 0, 0.9); }
    .tm-wrap .wpeo-project-task .wpeo-task-footer .wpeo-ul-parent .wpeo-task-link {
      background: rgba(0, 0, 0, 0.1);
      padding: 0.4em;
      border-radius: 6px;
      display: inline-block;
      margin-right: 0.4em; }
  .tm-wrap .points {
    background: rgba(0, 0, 0, 0.05);
    padding: 0.4em 0.4em 0.4em; }
  .tm-wrap .points .point {
    margin: 0.2em 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff; }
    .tm-wrap .points .point:hover .wpeo-sort-point, .tm-wrap .points .point:hover .wpeo-task-setting .wpeo-task-open-action > i, .tm-wrap .points .point:hover .action-delete {
      opacity: 1 !important; }
  .tm-wrap .points .point .point-container {
    display: flex;
    flex-direction: row;
    padding: 0.6em 0;
    /** Check */
    /** Content */
    /** Settings */ }
    .tm-wrap .points .point .point-container .point-valid {
      margin: auto 0;
      padding-left: 0.2em;
      display: flex;
      flex-direction: row; }
      .tm-wrap .points .point .point-container .point-valid .wpeo-sort-point {
        color: rgba(0, 0, 0, 0.4);
        transition: all 0.2s ease-out;
        opacity: 0;
        display: flex; }
        .tm-wrap .points .point .point-container .point-valid .wpeo-sort-point:hover {
          cursor: pointer;
          color: rgba(0, 0, 0, 0.8); }
      .tm-wrap .points .point .point-container .point-valid .completed-point {
        margin-left: 4px;
        background: #fff !important;
        border-radius: 3px; }
    .tm-wrap .points .point .point-container .point-content {
      width: 100%;
      max-width: 90%;
      margin: auto 0;
      padding: 0 1em; }
      .tm-wrap .points .point .point-container .point-content .wpeo-point-summary {
        display: flex;
        flex-direction: row; }
        .tm-wrap .points .point .point-container .point-content .wpeo-point-summary li {
          padding: 4px;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.4);
          line-height: 1; }
        .tm-wrap .points .point .point-container .point-content .wpeo-point-summary [data-icon] {
          color: rgba(0, 0, 0, 0.6); }
      .tm-wrap .points .point .point-container .point-content .wpeo-point-new-contenteditable {
        min-height: 20px;
        transition: all 0.2s ease-out;
        font-family: 'Roboto Slab', 'Open sans', serif;
        width: 100%;
        font-size: 14px;
        line-height: 1.5; }
      .tm-wrap .points .point .point-container .point-content .wpeo-point-new-placeholder {
        color: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0em;
        top: 0em;
        pointer-events: none;
        font-family: 'Roboto Slab', 'Open sans', serif;
        font-style: italic; }
        .tm-wrap .points .point .point-container .point-content .wpeo-point-new-placeholder [data-icon] {
          margin-right: 0.4em; }
    .tm-wrap .points .point .point-container .point-action {
      margin: auto 0 auto auto;
      min-width: 10%; }
  .tm-wrap .points .point.new .point-container {
    padding: 1.4em 1.4em 1.4em 3.4em; }
    .tm-wrap .points .point.new .point-container .point-content {
      padding: 0; }
    .tm-wrap .points .point.new .point-container .point-action .wpeo-point-new-btn {
      background: #0084ff;
      border-color: #0084ff;
      color: #fff;
      width: 20px;
      height: 20px;
      line-height: 12px; }
  .tm-wrap .points .point-container .point-content .wpeo-point-new-contenteditable {
    margin: auto 0; }
  .tm-wrap .points .point-container .point-action {
    margin-right: auto;
    display: flex;
    flex-direction: row; }
    .tm-wrap .points .point-container .point-action .wpeo-point-time, .tm-wrap .points .point-container .point-action .wpeo-task-setting, .tm-wrap .points .point-container .point-action .action-delete {
      margin: auto 0; }
    .tm-wrap .points .point-container .point-action .wpeo-point-time {
      display: flex;
      flex-direction: row;
      width: 50%; }
      .tm-wrap .points .point-container .point-action .wpeo-point-time .dashicons-clock {
        margin-right: 4px; }
      .tm-wrap .points .point-container .point-action .wpeo-point-time span {
        margin: auto 0; }
    .tm-wrap .points .point-container .point-action .wpeo-task-setting {
      margin-left: auto;
      text-align: center;
      transition: all 0.2s ease-out; }
      .tm-wrap .points .point-container .point-action .wpeo-task-setting .wpeo-task-open-action > i {
        min-width: 20px;
        font-size: 14px;
        line-height: 20px;
        border-radius: 50%;
        transition: all 0.2s ease-out;
        opacity: 0;
        color: rgba(0, 0, 0, 0.2); }
      .tm-wrap .points .point-container .point-action .wpeo-task-setting:hover {
        cursor: pointer; }
        .tm-wrap .points .point-container .point-action .wpeo-task-setting:hover .wpeo-task-open-action > i {
          color: rgba(0, 0, 0, 0.4); }
    .tm-wrap .points .point-container .point-action .wpeo-point-new-btn {
      margin: auto 0 auto auto;
      transition: all 0.2s ease-out; }
      .tm-wrap .points .point-container .point-action .wpeo-point-new-btn:hover {
        cursor: pointer; }
  .tm-wrap .points .point[data-point-state="completed"] div.wpeo-point-new-contenteditable {
    text-decoration: line-through; }
  .tm-wrap .points .point.new svg {
    overflow: visible !important; }
  .tm-wrap .points .point.new .quick-point-event {
    position: relative;
    padding: 0;
    min-width: 20px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    overflow: visible;
    margin-left: auto;
    transition: all 0.2s ease-out; }
    .tm-wrap .points .point.new .quick-point-event .fa-plus-circle {
      position: absolute;
      top: -2px;
      right: -4px; }
    .tm-wrap .points .point.new .quick-point-event .fa-list-ul, .tm-wrap .points .point.new .quick-point-event .fa-plus-circle {
      color: #000;
      opacity: 0.4;
      transition: all 0.2s ease-out; }
    .tm-wrap .points .point.new .quick-point-event:hover {
      cursor: pointer; }
      .tm-wrap .points .point.new .quick-point-event:hover .fa-list-ul, .tm-wrap .points .point.new .quick-point-event:hover .fa-plus-circle {
        opacity: 0.7; }
  .tm-wrap.wpeo-modal.quick-point .point-container {
    display: flex; }
    .tm-wrap.wpeo-modal.quick-point .point-container li {
      margin: auto 0; }
  .tm-wrap.wpeo-modal.quick-point .point-content {
    position: relative;
    width: 100%; }
    .tm-wrap.wpeo-modal.quick-point .point-content .wpeo-point-new-contenteditable {
      min-height: 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      transition: all .2s ease-out;
      padding-bottom: 6px;
      width: 100%;
      padding-left: 0.5em; }
    .tm-wrap.wpeo-modal.quick-point .point-content .wpeo-point-new-placeholder {
      color: rgba(0, 0, 0, 0.4);
      position: absolute;
      left: 6px;
      top: 0;
      pointer-events: none; }
  .tm-wrap.wpeo-modal.quick-point .point-valid {
    padding-right: 0.6em; }
  .tm-wrap.wpeo-modal.quick-point .point-action {
    display: flex;
    max-width: 60px; }
    .tm-wrap.wpeo-modal.quick-point .point-action * {
      margin: auto 0; }
    .tm-wrap.wpeo-modal.quick-point .point-action .wpeo-point-new-btn {
      display: none; }
    .tm-wrap.wpeo-modal.quick-point .point-action .point-time {
      width: 100%; }
  .tm-wrap .points .point .comments {
    padding: 0 1.4em; }
    .tm-wrap .points .point .comments .comment {
      display: flex;
      margin: 0.8em 0; }
      .tm-wrap .points .point .comments .comment .tm-avatar {
        min-width: 40px; }
      .tm-wrap .points .point .comments .comment .comment-container {
        width: 100%; }
  .tm-wrap .points .point .comment .tm-avatar {
    margin-top: auto;
    margin-right: 4px;
    margin-bottom: 3px;
    box-shadow: 0 0 0px 4px #fff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1; }
  .tm-wrap .points .point .comment .comment-container {
    display: flex;
    flex-direction: row;
    padding: 1em;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border-bottom-left-radius: 0;
    position: relative; }
    .tm-wrap .points .point .comment .comment-container::after {
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      left: -30px;
      width: 30px;
      height: 20px;
      background: rgba(0, 0, 0, 0.1); }
  .tm-wrap .points .point .comment .comment-content {
    width: 100%;
    max-width: 90%;
    /** Text */
    /** Meta */
    /** Date */ }
    .tm-wrap .points .point .comment .comment-content .comment-content-text {
      transition: all 0.2s ease-out;
      font-family: 'Roboto Slab', 'Open sans', serif;
      width: 100%;
      font-size: 14px;
      position: relative;
      line-height: 1.5;
      color: rgba(0, 0, 0, 0.7); }
      .tm-wrap .points .point .comment .comment-content .comment-content-text .content {
        padding: 0.4em;
        min-height: 30px; }
      .tm-wrap .points .point .comment .comment-content .comment-content-text .placeholder {
        position: absolute;
        top: 0.4em;
        left: 0.4em;
        pointer-events: none;
        font-style: italic;
        color: rgba(0, 0, 0, 0.4); }
    .tm-wrap .points .point .comment .comment-content .comment-meta {
      display: flex;
      flex-direction: row;
      transition: all 0.2s ease-out;
      opacity: 0;
      height: 0px;
      margin-top: 0.4em;
      pointer-events: none; }
    .tm-wrap .points .point .comment .comment-content .form-element .form-field, .tm-wrap .points .point .comment .comment-content .form-element [class*="form-field-icon"] {
      background: none;
      padding: 0.4em;
      color: rgba(0, 0, 0, 0.4);
      font-size: 12px;
      border-bottom: 0; }
    .tm-wrap .points .point .comment .comment-content .group-date, .tm-wrap .points .point .comment .comment-content .wpeo-comment-time, .tm-wrap .points .point .comment .comment-content [data-icon] {
      color: rgba(0, 0, 0, 0.4);
      font-size: 12px; }
    .tm-wrap .points .point .comment .comment-content .group-date {
      max-width: 230px;
      margin-right: 0.4em; }
  .tm-wrap .points .point .comment .comment-action {
    margin: auto 0 auto 0.4em;
    min-width: 10%;
    text-align: right; }
    .tm-wrap .points .point .comment .comment-action .save-icon {
      background: #0084ff;
      transition: all 0.2s ease-out;
      border: 0;
      opacity: 0;
      line-height: 26px; }
      .tm-wrap .points .point .comment .comment-action .save-icon:hover {
        cursor: pointer;
        background: #55b6ed; }
  .tm-wrap .points .point .comment.edit .form-field, .tm-wrap .points .point .comment.edit [class*="form-field-icon"] {
    background: #fff !important; }
  .tm-wrap .points .point .comment.edit .comment-content-text .content {
    background: #fff; }
  .tm-wrap .points .point .comment.edit .comment-action .save-icon {
    opacity: 1; }
  .tm-wrap .points .point .comment.edit .comment-meta {
    opacity: 1;
    height: auto;
    pointer-events: all; }
  .tm-wrap .points .point .comment.view .comment-action .save-icon {
    opacity: 1; }
  .tm-wrap .points .point .comment.view .comment-meta {
    opacity: 1;
    height: auto;
    pointer-events: all; }
  .tm-wrap body .tm-wrap .blink {
    display: block;
    width: 100%;
    background-color: #55b6ed;
    opacity: 1; }
  .tm-wrap .wpeo-project-task .bloc-activities .activities-filter {
    margin: 0.6em 0 0em 0; }
  .tm-wrap .filter-activity .filter-fields {
    background: rgba(0, 0, 0, 0.05);
    padding: 0.4em; }
    .tm-wrap .filter-activity .filter-fields input, .tm-wrap .filter-activity .filter-fields textarea, .tm-wrap .filter-activity .filter-fields select {
      padding: 0.4em; }
    .tm-wrap .filter-activity .filter-fields .wpeo-button {
      margin: auto 0 0 auto !important; }
  .tm-wrap .wpeo-project-task .bloc-activities {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .tm-wrap .wpeo-project-task .activities > .content {
    padding: 0.4em;
    text-align: left; }
    .tm-wrap .wpeo-project-task .activities > .content .tm-wrap {
      padding: 0; }
    .tm-wrap .wpeo-project-task .activities > .content .activity {
      margin: 0.2em 0;
      border-radius: 8px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 1em !important; }
  .tm-wrap .activities .day {
    position: relative;
    padding: 0.6em 0;
    clear: both;
    display: flex;
    flex-direction: row;
    text-align: center; }
    .tm-wrap .activities .day .label {
      font-size: 12px;
      font-weight: 900;
      color: #000;
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      margin: auto 0;
      padding: 0 1em; }
    .tm-wrap .activities .day::before, .tm-wrap .activities .day:after {
      display: block;
      content: '';
      height: 1px;
      width: 100%;
      background: rgba(0, 0, 0, 0.1);
      margin: auto 0; }
  .tm-wrap #tm-indicator-time-exceeded .inside {
    margin: 0;
    padding: 0; }
  .tm-wrap #tm-indicator-time-exceeded .filter-exceeded-time {
    background: rgba(0, 0, 0, 0.1);
    padding: 0.6em; }
    .tm-wrap #tm-indicator-time-exceeded .filter-exceeded-time ul {
      display: flex;
      flex-direction: row;
      width: 100%; }
      .tm-wrap #tm-indicator-time-exceeded .filter-exceeded-time ul::after {
        display: block;
        content: '';
        clear: both; }
    .tm-wrap #tm-indicator-time-exceeded .filter-exceeded-time #min_exceeded_time {
      width: 50px; }
  .tm-wrap #tm-indicator-time-exceeded label {
    color: rgba(0, 0, 0, 0.5); }
    .tm-wrap #tm-indicator-time-exceeded label i {
      margin-right: 0.4em; }
  .tm-wrap #tm-indicator-time-exceeded .tm-indicator-time-exceed {
    width: 100%; }
    .tm-wrap #tm-indicator-time-exceeded .tm-indicator-time-exceed th {
      text-align: left; }
  .tm-wrap .post-last-activity {
    margin-left: 20px;
    float: left;
    width: 40%; }
    .tm-wrap .post-last-activity li:first-child {
      text-align: center;
      cursor: pointer; }
  .tm-wrap .wpeo-ul-users {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0.4em 0; }
    .tm-wrap .wpeo-ul-users .follower {
      font-size: 14px;
      margin: 0.2em;
      filter: grayscale(100%); }
      .tm-wrap .wpeo-ul-users .follower.active {
        filter: grayscale(0%); }
      .tm-wrap .wpeo-ul-users .follower .tm-avatar {
        border-radius: 50%;
        overflow: hidden; }
    .tm-wrap .wpeo-ul-users .add, .tm-wrap .wpeo-ul-users .edit {
      background: rgba(0, 0, 0, 0.1);
      width: 35px;
      height: 35px;
      line-height: 24px;
      border: 0;
      color: rgba(0, 0, 0, 0.5);
      padding: 0.4em 0.6em;
      filter: grayscale(0%); }
    .tm-wrap .wpeo-ul-users .edit {
      background: #0084ff;
      color: #fff;
      margin-left: auto; }
  .tm-wrap #tm-indicator-activity .total-time, .tm-wrap #tm-dashboard-indicator-customer .total-time, .tm-wrap #wpeo-task-history-metabox .total-time {
    position: absolute;
    top: -40px;
    right: 40px; }
  .tm-wrap #tm-indicator-activity .activities-filter, .tm-wrap #tm-dashboard-indicator-customer .activities-filter, .tm-wrap #wpeo-task-history-metabox .activities-filter {
    position: absolute;
    left: 100px;
    top: -45px; }
  .tm-wrap .daily-activity > .content {
    padding: 0; }
  .tm-wrap .daily-activity .activity {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .tm-wrap .daily-activity .activity:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .tm-wrap .daily-activity .event-header {
    font-weight: 700;
    display: flex;
    flex-wrap: wrap; }
    .tm-wrap .daily-activity .event-header > * {
      margin: auto 0.4em; }
    .tm-wrap .daily-activity .event-header [data-icon] {
      color: rgba(0, 0, 0, 0.5); }
    .tm-wrap .daily-activity .event-header .tm-avatar {
      border-radius: 50%;
      overflow: hidden; }
    .tm-wrap .daily-activity .event-header .event-time {
      margin: auto 0.4em !important; }
  .tm-wrap .daily-activity .event-content {
    margin: 0.4em 0;
    font-family: 'Roboto Slab', 'Open sans', serif;
    color: rgba(0, 0, 0, 0.8); }
    .tm-wrap .daily-activity .event-content a {
      color: rgba(0, 0, 0, 0.8);
      text-decoration: none; }
  .tm-wrap #tm-indicator-activity .filter-activity input, .tm-wrap #tm-indicator-activity .filter-activity select, .tm-wrap #tm-indicator-activity .filter-activity .form-field, .tm-wrap #tm-dashboard-indicator-customer .filter-activity input, .tm-wrap #tm-dashboard-indicator-customer .filter-activity select, .tm-wrap #tm-dashboard-indicator-customer .filter-activity .form-field {
    background: #ececec;
    padding: 0.6em; }
  .tm-wrap #tm-indicator-activity .filter-activity select, .tm-wrap #tm-dashboard-indicator-customer .filter-activity select {
    height: 100%;
    font-weight: 400; }
  .tm-wrap [id*="tm-indicator-notes"] .inside {
    position: relative; }
  .tm-wrap [id*="tm-indicator-notes"] .action-delete {
    position: absolute;
    top: -20px;
    right: 30px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-out; }
  .tm-wrap [id*="tm-indicator-notes"] .placeholder {
    position: absolute;
    top: 0;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.4); }
  .tm-wrap [id*="tm-indicator-notes"]:hover .action-delete {
    opacity: 1;
    pointer-events: all; }
  .tm-wrap #tm-dashboard-indicator-customer .event-footer {
    text-align: right;
    display: block; }
  .tm-wrap #tm-dashboard-indicator-customer .wpeo-button {
    display: inline-block; }
  .tm-wrap .postbox h2 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    font-weight: 600; }
  .tm-wrap .postbox .page-title-action {
    top: 0; }
  .tm-wrap .tm_client_audit_main .tm_audit_search {
    padding: 0 0 0.8em 0; }
  .tm-wrap .tm-audit .audit-progress {
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    height: 10px;
    position: relative; }
    .tm-wrap .tm-audit .audit-progress .progress-bar {
      display: block;
      height: 10px;
      transition: all 0.2s ease-out; }
    .tm-wrap .tm-audit .audit-progress .progress-text {
      position: absolute;
      top: 0;
      font-size: 10px;
      line-height: 0.8; }
  .tm-wrap #tm_client_audit_listauditmain .tm-audit {
    background: #fff;
    margin-bottom: 1em; }
    .tm-wrap #tm_client_audit_listauditmain .tm-audit:last-child {
      margin-bottom: 0; }
  .tm-wrap #tm_client_audit_listauditmain .tm-audit .audit-container {
    padding: 1em;
    display: flex;
    flex-direction: row; }
    .tm-wrap #tm_client_audit_listauditmain .tm-audit .audit-container .audit-header {
      min-width: 28%;
      width: 28%;
      margin: auto 0; }
    .tm-wrap #tm_client_audit_listauditmain .tm-audit .audit-container .audit-chart-container {
      width: 100%; }
    .tm-wrap #tm_client_audit_listauditmain .tm-audit .audit-container .audit-action {
      margin: auto 0; }
  .tm-wrap #tm_client_audit_listauditmain .tm-audit .audit-container .audit-chart-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .tm-wrap #tm_client_audit_listauditmain .tm-audit .audit-container .audit-chart-container .audit-chart-item {
      max-width: 100px; }
  .tm-wrap .tm-audit .audit-container .audit-header .audit-title {
    font-size: 22px;
    margin-bottom: 0.2em;
    color: rgba(0, 0, 0, 0.9);
    transition: all 0.2s ease-out; }
    .tm-wrap .tm-audit .audit-container .audit-header .audit-title:hover {
      cursor: pointer;
      color: rgba(0, 0, 0, 0.6); }
  .tm-wrap .tm-audit .audit-container .audit-header .audit-summary {
    display: flex; }
    .tm-wrap .tm-audit .audit-container .audit-header .audit-summary li {
      color: rgba(0, 0, 0, 0.5);
      margin-right: 0.8em;
      align-self: center; }
  .tm-wrap .tm_client_audit_edit {
    /** Header */
    /** Backlink */
    /** Titre */
    /** Content editable */ }
    .tm-wrap .tm_client_audit_edit .audit-header {
      display: flex;
      margin-bottom: 1em; }
      .tm-wrap .tm_client_audit_edit .audit-header .audit-edit-header {
        width: 100%; }
      .tm-wrap .tm_client_audit_edit .audit-header .audit-save-container {
        margin: auto 0; }
    .tm-wrap .tm_client_audit_edit .audit-backlink {
      color: #0084ff;
      margin-bottom: 1em;
      font-weight: 600;
      transition: all 0.2s ease-out; }
      .tm-wrap .tm_client_audit_edit .audit-backlink:hover {
        cursor: pointer;
        color: rgba(0, 132, 255, 0.7); }
    .tm-wrap .tm_client_audit_edit .audit-title-container {
      display: inline-block;
      position: relative; }
      .tm-wrap .tm_client_audit_edit .audit-title-container .audit-title {
        display: inline-block; }
      .tm-wrap .tm_client_audit_edit .audit-title-container .audit-title-edit {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4); }
    .tm-wrap .tm_client_audit_edit [contenteditable=true]:empty::before {
      /** content: attr(placeholder); */
      display: block;
      color: rgba(0, 0, 0, 0.6); }
    .tm-wrap .tm_client_audit_edit [contenteditable=true]:hover {
      cursor: text !important; }
  .tm-wrap .task-button > * {
    display: inline-block;
    margin-right: 0.4em; }
    .tm-wrap .task-button > *:last-child {
      margin-right: 0; }
  .tm-wrap .tm_client_audit_main, .tm-wrap .tm_client_audit_edit {
    display: block;
    background: #ececec;
    padding: 0.8em; }
  .tm-wrap .tm_client_indicator_update_body {
    padding: 1em; }
    .tm-wrap .tm_client_indicator_update_body .tag-time.time-excedeed {
      color: #ff4246; }
  .tm-wrap .tm_client_indicator_update_body .wpeo-table {
    border: 0; }
    .tm-wrap .tm_client_indicator_update_body .wpeo-table > thead, .tm-wrap .tm_client_indicator_update_body .wpeo-table > tfoot {
      background: none;
      color: rgba(0, 0, 0, 0.9);
      font-weight: 900;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
    .tm-wrap .tm_client_indicator_update_body .wpeo-table td:first-child {
      text-align: left; }
  .tm-wrap .list-task {
    /** Tableau général */
    /** Table header */
    /** Table columns */
    /** Ligne vide */
    /** Ligne active */
    /** Table cell */ }
    .tm-wrap .list-task .wpeo-table.table-flex {
      border: 0;
      width: fit-content;
      width: -moz-fit-content;
      min-width: 100%; }
    .tm-wrap .list-task .wpeo-table.table-flex .table-header {
      position: relative;
      background: none; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-header .table-cell {
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.8);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 0; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-header .table-header-edit {
        position: absolute;
        right: 0;
        top: 0;
        transition: none; }
    .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) {
      position: relative;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: #fff; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header):nth-of-type(2) {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).row-empty {
      padding: 1em; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).row-empty p {
        line-height: 2; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).row-empty .wpeo-button {
        margin: 0 0.4em; }
    .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).row-focus {
      box-shadow: inset 0 0 0 3px #0084ff; }
    .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) {
      /** Cellules générales */
      /** Niveau hiérarchique des tâches */
      /** Niveau hiérarchique des commentaires */
      /** Cellules projet */
      /** Cellules tâche */
      /** Cellules commentaire */ }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .table-cell {
        margin: 0;
        padding: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        transition: all 0.2s ease-out;
        /** Hover */
        /** Focus */
        /** Readonly */
        /** Disable */ }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .table-cell:last-child {
          border-right: 0; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .table-cell .table-cell-container {
          margin: auto; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .table-cell:hover {
          box-shadow: inset 0 0 0 1px #0084ff;
          cursor: pointer; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .table-cell.cell-focus {
          box-shadow: inset 0 0 0 3px #0084ff; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .table-cell.cell-readonly {
          box-shadow: none;
          cursor: default; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .table-cell.cell-disabled {
          background: rgba(0, 0, 0, 0.05);
          pointer-events: none; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-affiliated .tm_task_autocomplete_parent {
        max-width: 130px;
        border-bottom: 0; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-affiliated .wpeo-tag-wrap {
        padding-bottom: 0; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-affiliated .wpeo-task-parent {
        display: flex; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-affiliated .wpeo-task-parent > * {
          margin-top: auto;
          margin-bottom: auto; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-affiliated .wpeo-task-parent .categorie-container {
          min-width: 50px; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-affiliated .wpeo-task-parent .affiliated-label {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 150px; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .table-cell.cell-content .table-cell-container {
        padding: 1em;
        margin-left: 0 !important;
        width: 100%;
        height: 100%;
        min-height: 20px; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .tm-avatar {
        border-radius: 50%;
        overflow: hidden; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-sticky {
        position: absolute;
        right: 0;
        top: 0;
        transition: none;
        background: #fff; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-sticky .table-cell-container {
          margin: auto 0; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-sticky .wpeo-button:first-child {
          margin-right: 1px; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-sticky .wpeo-button {
          position: relative; }
          .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-sticky .wpeo-button .first-icon {
            font-size: 20px;
            color: rgba(255, 255, 255, 0.6); }
          .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-sticky .wpeo-button .second-icon {
            font-size: 16px;
            position: absolute;
            top: 2px;
            right: 2px; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-toggle .table-cell-container {
        height: 100%;
        display: flex; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .cell-toggle .table-cell-container .wpeo-button {
          margin: auto; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).table-type-task .cell-toggle {
        position: relative; }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).table-type-task .cell-toggle::before {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 37.5px;
          height: 100%;
          background: rgba(0, 0, 0, 0.05); }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).table-type-task .cell-toggle .table-cell-container {
          width: 37.5px;
          margin-right: 0; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).table-type-comment .cell-toggle {
        background: rgba(0, 0, 0, 0.05); }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header) .table-cell-container.group-date .date.form-field {
        width: 100%;
        border-bottom: 0; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).table-type-project .table-cell.cell-content .table-cell-container {
        font-size: 15px;
        font-weight: 700; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).table-type-task {
        /** Tâche complétée */ }
        .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).table-type-task.table-completed .cell-content {
          text-decoration: line-through; }
      .tm-wrap .list-task .wpeo-table.table-flex .table-row:not(.table-header).table-type-comment .table-cell.cell-content .table-cell-container {
        font-style: italic; }
  .tm-wrap .tm-post-dashboard::after {
    display: block;
    content: "";
    clear: both; }
  .tm-wrap .wpeo-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0.4em 0; }
    .tm-wrap .wpeo-tag-wrap .wpeo-tag {
      font-size: 14px;
      padding: 0.4em 0.6em;
      color: rgba(0, 0, 0, 0.5);
      border: 0;
      margin: 0.2em;
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.1); }
  .tm-wrap .wpeo-tag-wrap .wpeo-tag.add [data-icon="plus"] {
    vertical-align: super;
    font-size: 8px; }
  .tm-wrap .wpeo-tag-wrap .wpeo-tag.edit {
    background: #0084ff;
    color: #fff;
    margin-left: auto; }
  .tm-wrap .wpeo-tag-wrap .wpeo-tag.active {
    background: #0084ff;
    color: #fff; }
  .tm-wrap .load-more {
    text-align: center;
    display: none;
    max-width: 200px;
    width: 100%;
    margin: 10px auto 0 auto; }
    .tm-wrap .load-more.loading {
      display: block; }
  .tm-wrap button.load-more-history {
    background: #0084ff;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0.4em 1em; }
    .tm-wrap button.load-more-history:hover {
      cursor: pointer;
      background: rgba(0, 132, 255, 0.8); }
  .tm-wrap .suggest {
    pointer-events: all;
    position: absolute; }
    .tm-wrap .suggest::before {
      display: none; }
    .tm-wrap .suggest li.focus {
      background: rgba(0, 0, 0, 0.1); }
  .tm-wrap .test {
    position: absolute;
    top: 15px; }
  .tm-wrap .point-container .point-content {
    position: relative; }
  .tm-wrap [id^='tm-indicator-notes-'] .hndle {
    border-bottom: 0; }
  .tm-wrap [id^='tm-indicator-notes-'] .hndle span {
    display: none; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

#top-header .nav-bottom {
  margin: 0; }

body.eo-custom-page .content-wrap {
  padding: 0; }
  body.eo-custom-page .content-wrap .tm-wrap {
    padding: 0; }
  body.eo-custom-page .content-wrap .tm-main-container {
    padding: 1em; }

.list-task {
  overflow-y: hidden;
  overflow-x: auto; }

.tm-dashboard-wrap {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 1100px) {
    .tm-dashboard-wrap {
      flex-wrap: wrap; } }
  @media (max-width: 780px) {
    .tm-dashboard-wrap {
      padding: 0.6em; } }
  .tm-dashboard-wrap .tm-dashboard-primary {
    width: 75%;
    flex-grow: 1; }
    @media (max-width: 1100px) {
      .tm-dashboard-wrap .tm-dashboard-primary {
        width: 100%;
        padding-right: 0; } }
  .tm-dashboard-wrap .tm-dashboard-secondary {
    padding-top: 10px;
    min-width: 25%;
    width: 25%;
    padding-left: 10px; }
    @media (max-width: 1100px) {
      .tm-dashboard-wrap .tm-dashboard-secondary {
        width: 100%; } }

/* Bouton d'import dans les posts: deplacement vers la barre de la metabox */
.tm-import-tasks-container {
  right: 30px;
  position: absolute;
  top: -35px; }

/* Modal d'import */
.tm-import-tasks textarea {
  width: 100%;
  height: 250px; }

.tm-import-tasks .tm-import-add-keyword {
  margin: 0 0 20px 0; }

/** Barre de recherche */
.tm-advanced-search {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5em;
  display: flex;
  flex-wrap: nowrap;
  /** Placeholders */ }
  .tm-advanced-search .form-element {
    padding: 0.5em; }
  .tm-advanced-search .search-action {
    margin: auto;
    padding: 0.5em; }
  .tm-advanced-search .header-searchbar {
    min-width: 200px; }
  .tm-advanced-search .search-archives {
    max-width: 70px; }
  .tm-advanced-search .search-customers, .tm-advanced-search .user-searchbar, .tm-advanced-search .search-categories {
    max-width: 200px; }
  .tm-advanced-search .search-customers .field-elements:empty:not(:focus)::before,
  .tm-advanced-search .search-categories .field-elements:empty:not(:focus)::before {
    display: block;
    content: attr(data-text);
    color: rgba(0, 0, 0, 0.7); }

.search-results {
  display: flex;
  flex-direction: row; }
  @media (max-width: 780px) {
    .search-results {
      padding: 10px;
      flex-wrap: wrap; } }
  .search-results > * {
    margin: auto 0; }

.search-results .result-title {
  font-size: 18px; }

.search-results .result-list-tags {
  padding: 0 0.4em; }
  .search-results .result-list-tags .result-tag {
    display: inline-block;
    margin: 0 0.5em;
    line-height: 2.8; }
  .search-results .result-list-tags [data-icon] {
    color: rgba(0, 0, 0, 0.4); }

.search-results .wpeo-button {
  margin-left: auto; }

.tm-dashboard-shortcuts {
  display: flex;
  flex-direction: row;
  padding: 0;
  /** Dropdown */ }
  .tm-dashboard-shortcuts li {
    margin: 0; }
  .tm-dashboard-shortcuts .dashboard-shortcut {
    margin: auto 0;
    padding: 0 0.4em 0 0; }
    .tm-dashboard-shortcuts .dashboard-shortcut > .wpeo-button {
      background: #dedede;
      border-color: #dedede; }
    .tm-dashboard-shortcuts .dashboard-shortcut.active .wpeo-button {
      background: #0084ff;
      border-color: #0084ff;
      color: #fff; }
  .tm-dashboard-shortcuts .dashboard-shortcut.shortcut-title {
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px; }
  .tm-dashboard-shortcuts .handle-shortcut {
    color: rgba(0, 0, 0, 0.4); }
    .tm-dashboard-shortcuts .handle-shortcut:hover {
      color: black; }
  .tm-dashboard-shortcuts .wpeo-dropdown .dropdown-item {
    padding: 0; }
  .tm-dashboard-shortcuts .wpeo-dropdown .wpeo-button {
    width: 100%; }

.wpeo-no-display {
  display: none; }

.tm-notification .wpeo-button .button-icon {
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease-out; }

.tm-notification .wpeo-button:hover .button-icon {
  color: black; }

.tm-notification .wpeo-button .notification-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  background: #ff4246;
  border-radius: 50%;
  line-height: 1.4;
  font-weight: 600;
  transition: all 0.2s ease-out;
  transform: scale(0.6);
  opacity: 0; }
  .tm-notification .wpeo-button .notification-number.notification-number-active {
    transform: scale(1);
    opacity: 1; }

.tm-notification .wpeo-button.notification-active .button-icon {
  animation-name: tada;
  animation-duration: 1s;
  z-index: 10; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -6deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 6deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -6deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tm-notification-page {
  display: flex;
  width: 80%;
  margin: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif; }
  .tm-notification-page .bloc-filters {
    width: 20%;
    margin-right: 50px; }
    .tm-notification-page .bloc-filters .filters {
      width: 100%;
      padding: 10px; }
      .tm-notification-page .bloc-filters .filters a {
        display: list-item;
        list-style: none;
        text-decoration: none;
        color: #000;
        padding: 10px;
        color: #000;
        transition: background-color 0.2s; }
        .tm-notification-page .bloc-filters .filters a.active {
          background-color: #55b6ed; }
        .tm-notification-page .bloc-filters .filters a:hover {
          cursor: pointer;
          background-color: #f5f8fa; }
        .tm-notification-page .bloc-filters .filters a .count {
          float: right;
          font-weight: bold; }

.tm-wrap .notification-container {
  width: 76%; }
  .tm-wrap .notification-container .notification-content:first-child {
    border: solid #e6ecf0 1px; }
  .tm-wrap .notification-container .notification-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    padding: 0.4em;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-size: 16px;
    transition: all 0.2s ease-out; }
    .tm-wrap .notification-container .notification-close:hover {
      color: rgba(0, 0, 0, 0.9); }
  .tm-wrap .notification-container .notification-content {
    position: relative;
    display: flex;
    border: solid #e6ecf0 1px;
    background-color: white;
    border-top: none;
    padding: 0.8em;
    transition: background-color 0.2s;
    text-decoration: none; }
    .tm-wrap .notification-container .notification-content:hover:not(.wpeo-grid) {
      cursor: pointer;
      background-color: #f5f8fa; }
    .tm-wrap .notification-container .notification-content .avatars .avatar {
      margin-bottom: 0.4em; }
    .tm-wrap .notification-container .notification-content .avatars .avatar.action {
      margin-bottom: 1.4em; }
    .tm-wrap .notification-container .notification-content .avatars .tm-avatar, .tm-wrap .notification-container .notification-content .avatars img {
      border-radius: 50%; }
    .tm-wrap .notification-container .notification-content .content {
      margin-left: 2em;
      color: rgba(0, 0, 0, 0.8);
      font-size: 15px; }
      .tm-wrap .notification-container .notification-content .content .project {
        font-weight: 700; }
      .tm-wrap .notification-container .notification-content .content .main-content {
        margin-bottom: 10px; }
        .tm-wrap .notification-container .notification-content .content .main-content strong {
          font-weight: 700; }
      .tm-wrap .notification-container .notification-content .content .subject {
        color: rgba(0, 0, 0, 0.5);
        color: rgba(0, 0, 0, 0.5); }
      .tm-wrap .notification-container .notification-content .content .time {
        font-size: 13px;
        color: #0084ff; }

.tm-wrap .dropdown-content.notification-container {
  width: 700px; }
  .tm-wrap .dropdown-content.notification-container .notification-content {
    border: 0;
    border-bottom: solid #e6ecf0 1px; }
    .tm-wrap .dropdown-content.notification-container .notification-content.wpeo-grid a {
      color: black;
      text-decoration: none;
      text-align: center;
      transition: background-color 0.2s; }
      .tm-wrap .dropdown-content.notification-container .notification-content.wpeo-grid a:hover {
        cursor: pointer;
        background-color: #f5f8fa; }

.popup-export .tm_export_form_container {
  float: left;
  width: 30%; }

.popup-export .tm_export_date_container:after {
  display: table;
  content: "";
  clear: both; }

.popup-export .tm_export_date_container > :first-child {
  float: left;
  margin: 5px 15px 5px 0; }

.popup-export .tm_export_date_container > :last-child {
  float: left;
  margin: 5px 0 5px 15px; }

.popup-export .tm_export_date_container input[class="mysql-date"] {
  width: 0px;
  height: 0px;
  border: 0px solid #FFF; }

.popup-export .tm_export_result_container {
  float: left;
  width: 65%; }
  .popup-export .tm_export_result_container textarea {
    width: 100%;
    height: 400px; }

.tm-avatar {
  background: #0084ff;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-out; }
  .tm-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .tm-avatar .wpeo-avatar-initial {
    display: flex;
    height: 100%; }
  .tm-avatar span {
    font-size: 16px;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 100%; }
  .tm-avatar:hover {
    cursor: pointer; }

#tm-indicator-quick-task .setting-quick-time-button {
  position: absolute;
  right: 30px;
  top: 2px;
  padding: 5px;
  line-height: 1;
  border-radius: 6px; }

#tm-indicator-quick-task .inside {
  padding: 0;
  margin: 0;
  position: static; }

#tm-indicator-quick-task .list {
  border-collapse: collapse; }
  #tm-indicator-quick-task .list > thead {
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #tm-indicator-quick-task .list td, #tm-indicator-quick-task .list th {
    padding: 0.4em 1em;
    vertical-align: middle; }
  #tm-indicator-quick-task .list .item:nth-child(odd) {
    background: rgba(0, 0, 0, 0.1); }
  #tm-indicator-quick-task .list .item:nth-child(even) {
    background: #fff; }
  #tm-indicator-quick-task .list .task, #tm-indicator-quick-task .list .point {
    width: 15%;
    max-width: 15%; }
  #tm-indicator-quick-task .list .min {
    width: 10%;
    max-width: 10%; }
    #tm-indicator-quick-task .list .min > div {
      display: flex; }
    #tm-indicator-quick-task .list .min .fa {
      margin: auto 0;
      padding-right: 0.4em; }
  #tm-indicator-quick-task .list .action {
    width: 5%;
    max-width: 5%;
    text-align: right; }
  #tm-indicator-quick-task .list .content {
    width: 55%;
    max-width: 55%; }
  #tm-indicator-quick-task .list input[type="text"], #tm-indicator-quick-task .list textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.4em; }
    #tm-indicator-quick-task .list input[type="text"]:focus, #tm-indicator-quick-task .list textarea:focus {
      border: 1px solid rgba(0, 0, 0, 0.4); }

#tm-indicator-quick-task .wpeo-button {
  margin: 0 1em 1em 0; }

.setting-quick-time .list ul, .setting-quick-time .list li {
  margin: 0; }

.setting-quick-time .list ul {
  display: flex; }
  .setting-quick-time .list ul > li {
    padding: 0.4em; }

.setting-quick-time .list .item.form {
  margin-bottom: 1em; }

.setting-quick-time .list .item:not(.form) .task {
  font-weight: 700; }

.setting-quick-time .list .task, .setting-quick-time .list .point {
  width: 20%;
  max-width: 20%; }

.setting-quick-time .list .actions {
  width: 5%;
  max-width: 5%;
  text-align: right; }

.setting-quick-time .list .content {
  width: 60%;
  max-width: 60%; }

.setting-quick-time .list input[type="text"], .setting-quick-time .list select, .setting-quick-time .list textarea {
  width: 100%;
  padding: 0.6em;
  margin: auto 0;
  height: 38px; }

.setting-quick-time .list .action-delete {
  background: #adadad;
  border-color: #adadad;
  color: #fff;
  font-size: 14px; }

.setting-quick-time .list .button-square-20 {
  width: 20px;
  height: 20px;
  line-height: 20px; }

#tm-indicator-quick-task .content .wpeo-button, .popup-quick-time .content .wpeo-button {
  float: right; }

#tm-indicator-quick-task .content:after, .popup-quick-time .content:after {
  display: block;
  content: '';
  clear: both; }

#wpeo-task-metabox.closed h2 span a.page-title-action {
  display: none; }

#wpeo-task-metabox h2 span a.page-title-action {
  top: 0px; }

/*--------------------------------------------------------------
# Modules externes du Framework
--------------------------------------------------------------*/
.ui-autocomplete {
  z-index: 99999 !important; }

.xdsoft_datetimepicker {
  z-index: 100000 !important; }

/** Fix */
.wpeo-button {
  box-sizing: border-box; }

.wpeo-button.button-main {
  background: #0084ff;
  border-color: #0084ff; }

.wpeo-button.button-square-30 .button-icon {
  font-size: 12px;
  line-height: 24px; }

.wpeo-button.button-square-40 .button-icon {
  line-height: 34px; }

.wpeo-button.button-square-50 .button-icon {
  line-height: 44px; }

.wpeo-button.button-square-60 .button-icon {
  line-height: 54px; }

.wpeo-modal .modal-container .modal-header {
  border: 0;
  padding: 0; }

.wpeo-modal .modal-container .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0; }

.wpeo-modal .modal-container .modal-footer {
  margin: 0;
  padding: 1em 0 0 0;
  border: 0; }

.wpeo-form input, .wpeo-form textarea, .wpeo-form select {
  height: auto;
  box-shadow: none; }

.wpeo-form .form-element [class*="form-field-label"] {
  padding: 1.5em 1em; }

.wpeo-form.form-light .form-element [class*="form-field-label"] {
  background: #fff; }

.grid-col {
  float: left;
  width: 50%; }

/*--------------------------------------------------------------
# TMP START Jimmy
--------------------------------------------------------------*/
.tm-wrap .table-projects .dropdown-item.active {
  background-color: #55b6ed !important; }

.tm-wrap .border-active {
  border-right: solid red 5px !important; }

.tm-wrap .table-header .table-cell > * {
  pointer-events: none; }

.tm-wrap .table-header .table-cell input {
  pointer-events: auto; }

.tm-wrap .modal-prompt-point .modal-container {
  height: auto; }

.tm-wrap .hide-info {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center; }
  .tm-wrap .hide-info div {
    width: auto;
    text-align: center; }

.tm-wrap .tm-dashboard-shortcuts .dropdown-content {
  max-height: 400px;
  overflow-y: auto; }

.modal-shortcut .shortcuts-content {
  display: flex; }
  .modal-shortcut .shortcuts-content .tree {
    width: 30%; }
    .modal-shortcut .shortcuts-content .tree .item {
      display: flex;
      width: 90%;
      height: 40px;
      padding: 5px;
      justify-content: center;
      align-items: center;
      transition: ease-in color 0.2s; }
      .modal-shortcut .shortcuts-content .tree .item > * {
        pointer-events: none; }
      .modal-shortcut .shortcuts-content .tree .item:hover {
        cursor: pointer;
        color: #55b6ed; }
      .modal-shortcut .shortcuts-content .tree .item.active {
        color: #0084ff; }
      .modal-shortcut .shortcuts-content .tree .item .arrow-icon {
        font-size: 1.2em;
        width: 20px; }
      .modal-shortcut .shortcuts-content .tree .item .folder-icon {
        font-size: 1.2em;
        width: 20px; }
      .modal-shortcut .shortcuts-content .tree .item .label {
        width: 76%; }
    .modal-shortcut .shortcuts-content .tree .descendants {
      padding-left: 20px; }
  .modal-shortcut .shortcuts-content .shortcuts {
    width: 66%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 4px; }
    .modal-shortcut .shortcuts-content .shortcuts .shortcut {
      display: flex;
      width: 100%;
      height: 40px;
      padding: 5px;
      align-items: center;
      justify-content: center; }
      .modal-shortcut .shortcuts-content .shortcuts .shortcut:not(.edit) > * {
        pointer-events: none; }
      .modal-shortcut .shortcuts-content .shortcuts .shortcut .wpeo-dropdown {
        pointer-events: auto; }
      .modal-shortcut .shortcuts-content .shortcuts .shortcut .icon {
        width: 34px;
        font-size: 1.2em; }
      .modal-shortcut .shortcuts-content .shortcuts .shortcut .label {
        width: 84%; }

.wpeo-wrap .wpeo-dropdown .dropdown-active {
  background-color: #55b6ed !important; }

.wpeo-wrap .cell-project-status {
  margin: auto; }
  .wpeo-wrap .cell-project-status i {
    font-size: 1.4em;
    margin: auto; }

.wpeo-wrap .tm-search {
  height: 80%; }
  .wpeo-wrap .tm-search .form-field {
    padding: 10px; }
  .wpeo-wrap .tm-search .field-elements {
    width: 100%;
    line-height: 32px;
    padding-left: 10px; }
  .wpeo-wrap .tm-search .form-field-container {
    height: 50px; }
  .wpeo-wrap .tm-search .wpeo-button {
    margin-right: 10px;
    white-space: nowrap; }
    .wpeo-wrap .tm-search .wpeo-button span {
      padding: 0;
      line-height: 12px;
      font-size: 1em; }
    .wpeo-wrap .tm-search .wpeo-button i {
      margin-left: 10px;
      line-height: 12px; }
    .wpeo-wrap .tm-search .wpeo-button i:hover {
      cursor: pointer; }

.wpeo-wrap .wpeo-notification.patch-note {
  background: #1c1d1b; }
  .wpeo-wrap .wpeo-notification.patch-note i {
    color: white; }
  .wpeo-wrap .wpeo-notification.patch-note span {
    color: white; }
    .wpeo-wrap .wpeo-notification.patch-note span a {
      color: #55b6ed; }

.tm-auto-complete-user .dropdown-content .dropdown-item {
  display: flex; }
  .tm-auto-complete-user .dropdown-content .dropdown-item > div {
    margin-right: 20px; }
  .tm-auto-complete-user .dropdown-content .dropdown-item div:last-child {
    line-height: 2; }

/*--------------------------------------------------------------
# TMP END Jimmy
--------------------------------------------------------------*/
