@import url(../../js/jquery/dateField/jquery.dateField.css);
@import url(../../js/jquery/tablesorter/theme.default.min.css);
@charset "UTF-8";
/*******************************************************************************
 * 
 * jQuery.mb.components: style.less
 * version: 1.0
 * Author: pupunzi
 * Creation date: 2020-04-02
 * Licences: MIT, GPL
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 ******************************************************************************/
/*------------------------------------------------- GRID ------------------------------------------------------*/
main {
  position: fixed;
  top: 0;
  left: 60px;
  width: calc(100% -  60px );
  height: 100vh;
  background-color: #ffffff;
  transition: all 0.1s 0.1s ease-out;
}
main #main-content {
  position: relative;
  width: 100%;
  left: 0;
}
main .twTop {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  left: 0;
}
#twMainContainer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
#twInnerContainer {
  padding: 25px 40px 0 20px;
  min-height: calc( 100vH - 40px );
  margin: 0 auto;
  width: 100%;
}
#twInnerContainer > form {
  display: block;
  width: 100%;
}
.mainColumn {
  width: 100%;
  padding-right: 0;
}
#twMainContainerPopup {
  width: 100%;
  margin: 0 auto;
}
.twInnerContainerPopup {
  padding: 20px;
  position: absolute;
  min-width: 100%;
}
.inlineContainerWrapper {
  display: table;
  width: 100%;
  background-color: #ffffff;
  border-spacing: 0;
}
.inlineContainerWrapper > div {
  display: table-cell;
  padding: 20px 20px 20px 0;
  vertical-align: top;
}
.inlineContainerWrapper > div:last-of-type {
  min-width: 250px;
}
/* EASY GRID SYSTEM (12 modules)

groupRow.col1 (8.33333333%)
______________________________________________

| 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |

groupRow.col3 (25%)
______________________________________________

|   col3   |   col3   |   col3   |   col3    |

groupRow.col4 (33.33333333%)
______________________________________________

|      col4    |     col4     |     col4     |

groupRow.col6 (50%)
______________________________________________

|        col6         |          col6        |

groupRow.col12 (100%)
______________________________________________

|                   col12                    |
______________________________________________

*/
.groupRow {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.groupCell {
  display: inline-block;
  padding-right: 5px;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.groupCell.top {
  vertical-align: top;
}
.groupCell.col1 {
  width: 8.333%;
}
.groupCell.col2 {
  width: 12.667%;
}
.groupCell.col3 {
  width: 25%;
}
.groupCell.col4 {
  width: 33.333%;
}
.groupCell.col5 {
  width: 41.667%;
}
.groupCell.col6 {
  width: 50%;
}
.groupCell.col8 {
  width: 66.667%;
}
.groupCell.col9 {
  width: 75%;
}
.groupCell.col10 {
  width: 88.333%;
}
.groupCell.col12 {
  width: 100%;
}
/* END EASY GRID SYSTEM */
.resizable-both {
  resize: both;
}
.resizable-vert {
  resize: vertical;
}
.resizable-horiz {
  resize: horizontal;
}
@media only screen and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .home #twInnerContainer {
    padding: 10px 10px 60px;
  }
  #twInnerContainer {
    display: table;
    padding: 10px;
  }
  .menuTools {
    right: 10px;
  }
}
/*-------------------------------------------------  LICENSE LEVEL ------------------------------------------------*/
body.level5 .lreq10,
body.level5 .lreq20,
body.level5 .lreq30,
body.level10 .lreq20,
body.level10 .lreq30,
body.level20 .lreq30 {
  pointer-events: none;
  background-image: url(../../../img/raster.png) !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(100);
}
body.level5 .divDark .lreq10,
body.level5 .divDark .lreq20,
body.level5 .divDark .lreq30,
body.level10 .divDark .lreq20,
body.level10 .divDark .lreq30,
body.level20 .divDark .lreq30 {
  background-image: url(../../../img/rasterAlt.png) !important;
}
/* ----- caso label -----*/
body.level5 .lreqLabel:after,
body.level10 .lreqLabel:after,
body.level20 .lreqLabel:after {
  position: absolute;
  right: 1px;
  top: 4px;
  font-size: 13px;
  line-height: 9px;
  padding: 1px 1px 1px 3px;
  color: #8c8c8c;
  text-shadow: none;
  /* ----- lucchetto -----*/
  font-family: "icons" !important;
  letter-spacing: 0;
}
body.level5 .lreq10.lreqLabel,
body.level5 .lreq20.lreqLabel,
body.level5 .lreq30.lreqLabel,
body.level10 .lreq20.lreqLabel,
body.level10 .lreq30.lreqLabel,
body.level20 .lreq30.lreqLabel {
  position: relative;
  padding-right: 20px;
}
body.level5 .lreq10.lreqLabel:after,
body.level5 .lreq20.lreqLabel:after,
body.level10 .lreq20.lreqLabel:after,
body.level5 .lreq30.lreqLabel:after,
body.level10 .lreq30.lreqLabel:after,
body.level20 .lreq30.lreqLabel:after {
  content: "o";
}
/*----- caso sezione -----*/
.lreqPage + .button {
  vertical-align: middle;
}
body.level5 .lreq10.lreqPage,
body.level5 .lreq20.lreqPage,
body.level5 .lreq30.lreqPage,
body.level10 .lreq20.lreqPage,
body.level10 .lreq30.lreqPage,
body.level20 .lreq30.lreqPage {
  position: relative;
  opacity: .6;
}
body.level5 .lreq10.lreqPage:after,
body.level5 .lreq20.lreqPage:after,
body.level5 .lreq30.lreqPage:after,
body.level10 .lreq20.lreqPage:after,
body.level10 .lreq30.lreqPage:after,
body.level20 .lreq30.lreqPage:after {
  background-image: url(../../../img/raster.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
body.level5 .lreq10.lreqPage:before,
body.level5 .lreq20.lreqPage:before,
body.level5 .lreq30.lreqPage:before,
body.level10 .lreq20.lreqPage:before,
body.level10 .lreq30.lreqPage:before,
body.level20 .lreq30.lreqPage:before {
  background-color: #ffffff;
  color: #666;
  text-align: center;
  height: 20px;
  position: absolute;
  width: 200px;
  padding: 10px;
  border-radius: 15px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
/** ----- caso hidden --*/
body.level5 .lreq10.lreqHide,
body.level5 .lreq20.lreqHide,
body.level5 .lreq30.lreqHide,
body.level10 .lreq20.lreqHide,
body.level10 .lreq30.lreqHide,
body.level20 .lreq30.lreqHide {
  display: none !important;
}
/*--------- caso bottoni che rimangono attivi ------------------*/
body.level5 .lreq10.lreqActive,
body.level5 .lreq20.lreqActive,
body.level5 .lreq30.lreqActive,
body.level10 .lreq20.lreqActive,
body.level10 .lreq30.lreqActive,
body.level20 .lreq30.lreqActive {
  pointer-events: auto;
}
@font-face {
  font-family: 'icons';
  src: url('fonts/icons.woff?_=62001') format('woff');
  font-weight: normal!important;
  font-style: normal;
}
/*------------------------------------------------- FONT SIZES ------------------------------------------------------*/
/*------------------------------------------------- COLORS ------------------------------------------------------*/
/*------------------------------------------------- SPACES ------------------------------------------------------*/
/*------------------------------------------------- TIPOGRAPHY ------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 10px 0;
  font-weight: 300;
  line-height: 100%;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #0a344d;
  font-weight: 600;
  font-size: inherit;
}
h1 a.button.textual:not(.teamworkIcon),
h2 a.button.textual:not(.teamworkIcon),
h3 a.button.textual:not(.teamworkIcon),
h4 a.button.textual:not(.teamworkIcon),
h5 a.button.textual:not(.teamworkIcon) {
  color: #0a344d;
  font-weight: inherit;
  /*font-weight: 300;*/
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 28px;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
  font-weight: 400;
}
h5 {
  font-size: 15px;
  font-weight: 600;
}
.textSmall {
  font-size: 12px;
}
.textSmaller {
  font-size: 11px;
}
.textMinus {
  font-size: 9px;
}
/*------------------------------------------------- ICONS ------------------------------------------------------*/
.teamworkIcon:before {
  font-family: "icons" !important;
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  user-select: none;
  text-transform: none;
  line-height: 100%;
}
.teamworkIcon.withLabel:before {
  letter-spacing: 5px;
}
.teamworkIcon.add:before {
  content: "\50";
}
.teamworkIcon.edit:before {
  content: "\65";
}
.teamworkIcon.alert {
  color: #d30202 !important;
}
.teamworkIcon.alert:before {
  content: "\21";
}
.teamworkIcon.info {
  vertical-align: top;
}
.teamworkIcon.info:before {
  content: "\7c";
}
.teamworkIcon.fromTo {
  font-size: 80%;
  color: #d2d4d7;
  padding: 0 2px;
}
.teamworkIcon.delete:hover {
  color: #d30202;
}
.teamworkIcon.settings:before {
  content: "\67";
}
.teamworkIcon.diary:before {
  content: "\4a";
}
.teamworkIcon.documents:before {
  content: "\63";
}
.teamworkIcon.attachments:before {
  content: "\6e";
}
.teamworkIcon.menuArrow:before {
  content: "\f9";
  font-size: 15px;
}
.teamworkIcon.menuArrowAfter:after {
  content: "\f9";
  font-family: "icons" !important;
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  padding: 0 0 0 10px;
  -webkit-font-smoothing: antialiased;
  user-select: none;
  text-transform: none;
}
.teamworkIcon.filter:before {
  content: "\66";
}
.teamworkIcon.search:before {
  content: "\4c";
}
.teamworkIcon.system:before {
  content: "\67";
}
.teamworkIcon.company:before {
  content: "\40";
}
.teamworkIcon.resources:before {
  content: "\4d";
}
.teamworkIcon.resourceAdd:before {
  content: "\72";
}
.teamworkIcon.companyAdd:before {
  content: "\e911";
}
.teamworkIcon.delete:before {
  content: "\64";
}
.teamworkIcon.checked:before {
  content: "\3b";
}
.teamworkIcon.unchecked:before {
  content: "\a1";
}
.teamworkIcon.openCalendar:before {
  content: "\6d";
  font-size: 15px;
  cursor: pointer;
}
.teamworkIcon.calendar:before {
  content: "\6d";
}
.teamworkIcon.agenda:before {
  content: "\43";
}
.teamworkIcon.print:before {
  content: "\70";
}
.teamworkIcon.issue:before {
  content: "\45";
}
.teamworkIcon.issueAdd:before {
  content: "\e928";
}
.teamworkIcon.issueList:before {
  content: "\e920";
}
.teamworkIcon.import:before {
  content: "\49";
}
.teamworkIcon.wizard:before {
  content: "\7a";
}
.teamworkIcon.bookmark:before {
  content: "\2b";
}
.teamworkIcon.download:before {
  content: "\5a";
}
.teamworkIcon.iconize:before {
  content: "\e8";
}
.teamworkIcon.close:before {
  content: "\78";
}
.teamworkIcon.sendMessage:before {
  content: "\ec";
}
.teamworkIcon.plan:before {
  content: "\25";
}
.teamworkIcon.worklog:before {
  content: "\41";
}
.teamworkIcon.worklogAdd:before {
  content: "\77";
}
.teamworkIcon.worklogApproval:before {
  content: "\5f";
}
.teamworkIcon.back:before {
  content: "\76";
}
.teamworkIcon.notification:before {
  content: "\62";
}
.teamworkIcon.notification-muted:before {
  content: "\56";
}
.teamworkIcon.special:before {
  content: "\7a";
}
.teamworkIcon.smile:before {
  content: "\e900";
}
.teamworkIcon.send:before {
  content: "\2027";
}
.teamworkIcon.dot:before {
  content: "\a9";
}
.teamworkIcon.exclamation:before {
  content: "\21";
}
.teamworkIcon.help:before {
  content: "\3f";
}
.teamworkIcon.more:before {
  content: "\fe19";
}
.teamworkIcon.more-horiz:before {
  content: "\2026";
}
.teamworkIcon.rate:before {
  content: "\31";
}
.teamworkIcon.clone:before {
  content: "\44";
}
.teamworkIcon.move:before {
  content: "\79";
}
.teamworkIcon.stop:before {
  content: "\73";
  color: #d30202;
}
.teamworkIcon.play:before {
  content: "\61";
  color: #16c70a;
}
.teamworkIcon.play.disabled:before {
  content: "\61";
  color: #d2d4d7;
}
.teamworkIcon.smaller:before {
  font-size: 12px;
}
.teamworkIcon.small:before {
  font-size: 15px;
}
.teamworkIcon.medium:before {
  font-size: 24px;
}
.teamworkIcon.big:before {
  font-size: 36px;
}
.teamworkIcon.sm {
  font-size: 88%;
  padding: 0;
}
.teamworkIcon.next:before {
  content: "\7d";
}
.teamworkIcon.prev:before {
  content: "\7b";
}
.teamworkIcon.task:before {
  content: "\74";
}
.teamworkIcon.scrum:before {
  content: "\4b";
}
.teamworkIcon.operatorLoad:before {
  content: "\2a";
}
.teamworkIcon.form:before {
  content: "\e0";
}
.teamworkIcon.trend:before {
  content: "\e91a";
}
.teamworkIcon.history:before {
  content: "\60";
}
.teamworkIcon.undo:before {
  content: "\27";
}
.teamworkIcon.redo:before {
  content: "\b7";
}
.teamworkIcon.zoom-in:before {
  content: "\29";
}
.teamworkIcon.zoom-out:before {
  content: "\28";
}
.teamworkIcon.insert-above:before {
  content: "\6c";
}
.teamworkIcon.insert-below:before {
  content: "\58";
}
.teamworkIcon.unindent:before {
  content: "\2e";
}
.teamworkIcon.indent:before {
  content: "\3a";
}
.teamworkIcon.move-up:before {
  content: "\6b";
}
.teamworkIcon.move-down:before {
  content: "\6a";
}
.teamworkIcon.expand:before {
  content: "\36";
}
.teamworkIcon.collapse:before {
  content: "\35";
}
.teamworkIcon.process:before {
  content: "\a3";
}
.teamworkIcon.fullscreen:before {
  content: "\40";
}
.teamworkIcon.contract:before {
  content: "\20ac";
}
.teamworkIcon.palette:before {
  content: "\a7";
}
.teamworkIcon.resize-1:before {
  content: "\46";
}
.teamworkIcon.resize-50:before {
  content: "\4f";
}
.teamworkIcon.resize-100:before {
  content: "\52";
}
.teamworkIcon.selected:before {
  content: "\2039";
}
.teamworkIcon.save:before {
  content: "\2039";
}
.teamworkIcon.arrowUpDown:before {
  content: "\b6";
}
.teamworkIcon.arrowUp:before {
  content: "\75";
}
.teamworkIcon.arrowDown:before {
  content: "\f9";
}
.teamworkIcon.arrowLeft:before {
  content: "\7b";
}
.teamworkIcon.arrowRight:before {
  content: "\7d";
}
.teamworkIcon.arrowDoubleLeft:before {
  content: "\2013";
}
.teamworkIcon.arrowDoubleRight:before {
  content: "\2022";
}
.teamworkIcon.arrowDotLeft:before {
  content: "\e902";
  background-color: #ffffff;
  border-radius: 100%;
  border-width: 0;
}
.teamworkIcon.arrowDotRight:before {
  content: "\e901";
  background-color: #ffffff;
  border-radius: 100%;
}
.teamworkIcon.milestone:before {
  content: "\5e";
}
.teamworkIcon.change:before {
  content: "\68";
}
.teamworkIcon.merge:before {
  content: "\71";
}
.teamworkIcon.tags:before {
  content: "\42";
}
.teamworkIcon.comment:before {
  content: "\51";
}
.teamworkIcon.private {
  transition: none;
}
.teamworkIcon.private:before {
  content: "\6f";
}
.teamworkIcon.dashboard:before {
  content: "\5f";
}
.teamworkIcon.telephone:before {
  content: "\26";
}
.teamworkIcon.mobile:before {
  content: "\55";
}
.teamworkIcon.email:before {
  content: "\53";
}
.teamworkIcon.link:before {
  content: "\57";
}
.teamworkIcon.cost:before {
  content: "\24";
}
.teamworkIcon.estimate:before {
  content: "\e918";
}
.teamworkIcon.addCost:before {
  content: "\34";
}
.teamworkIcon.updates:before {
  content: "\2217";
}
.teamworkIcon.refresh:before {
  content: "\21BB";
}
.teamworkIcon.tools:before {
  content: "\54";
}
.teamworkIcon.collapse-aside:before {
  content: "\2b24";
}
.teamworkIcon.expand-aside:before {
  content: "\2b17";
}
.teamworkIcon.backPan:before {
  content: "\e919";
}
.teamworkIcon.structure:before {
  content: "\2d";
}
.teamworkIcon.hamburger:before {
  content: "\3d";
}
.teamworkIcon.receipt:before {
  content: "\48";
}
.teamworkIcon.reply:before {
  content: "\4e";
}
.teamworkIcon.jumpTo:before {
  content: "\4e";
  transform: rotate(90deg);
  display: inline-block;
}
.teamworkIcon.board:before {
  content: "\38";
}
.teamworkIcon.discussion:before {
  content: "\a2";
}
.teamworkIcon.view:before {
  content: "\e903";
}
.teamworkIcon.hide:before {
  content: "\e904";
}
.teamworkIcon.issueBlock:before {
  content: "\e90a";
}
.teamworkIcon.issueCritical:before {
  content: "\e905";
}
.teamworkIcon.issueHigh:before {
  content: "\e905";
}
.teamworkIcon.issueMedium:before {
  content: "\e90b";
}
.teamworkIcon.issueLow:before {
  content: "\e909";
}
.teamworkIcon.toTop:before {
  content: "\e907";
}
.teamworkIcon.toBottom:before {
  content: "\e908";
}
.teamworkIcon.pin:before {
  content: "\e90c";
}
.teamworkIcon.unpin:before {
  content: "\e90d";
}
.teamworkIcon.company:before {
  content: "\e90e";
}
.teamworkIcon.prize:before {
  content: "\e90f";
}
.teamworkIcon.saveFilter:before {
  content: "\e910";
}
.teamworkIcon.image:before {
  content: "\e917";
}
.teamworkIcon.hintText:before {
  content: "\e916";
}
.teamworkIcon.snapshot:before {
  content: "\e921";
}
.teamworkIcon.diamond:before {
  content: "\e91e";
}
.teamworkIcon.star:before {
  content: "\e91b";
}
.teamworkIcon.square:before {
  content: "\e91c";
}
.teamworkIcon.circle:before {
  content: "\e91d";
}
.teamworkIcon.heart:before {
  content: "\e91f";
}
.teamworkIcon.gantt-shrink-all:before {
  content: "\e922";
}
.teamworkIcon.gantt-shrink-start:before {
  content: "\e923";
}
.teamworkIcon.gantt-shrink-end:before {
  content: "\e924";
}
/*------------------------------------------------- ACCORDION ------------------------------------------------------*/
.accordion {
  display: block;
}
.accordion .accordionBox.expanded .accordionHeader {
  background-color: #d2d4d7;
}
.accordion .accordionBox.expanded .accordionHeader .accordionOpener:before {
  content: "[";
}
.accordion .accordionBox .accordionHeader {
  background-color: #ecedee;
  border-bottom: 1px solid #d2d4d7;
  padding: 14px;
}
.accordion .accordionBox .accordionHeader .accordionOpener {
  font-weight: 700;
}
.accordion .accordionBox .accordionHeader .accordionOpener:before {
  width: 20px;
  content: "}";
  font-family: "icons";
  padding-right: 10px;
  color: #0a344d;
}
.accordion .accordionBox .accordionHeader .button.textual {
  color: #0a344d;
}
.accordion .accordionBox .accordionHeader .button.textual:hover {
  text-decoration: none;
}
.accordion .accordionBox .accordionContent {
  display: none;
  padding: 7px 0 14px;
}
.accordion .accordionBox.accordionWithTable .accordionContent {
  display: block;
}
.accordion .accordionBox.accordionWithTable .accordionContent .accordionTable tbody {
  display: none;
  transform-origin: top;
}
.accordion .accordionBox.accordionWithTable .accordionCollapsedHidden {
  visibility: hidden;
}
.accordion .accordionBox.accordionWithTable.expanded .accordionContent .accordionTable tbody {
  display: table-row-group;
}
.accordion .accordionBox.accordionWithTable.expanded .accordionCollapsedHidden {
  visibility: visible;
}
/*------------------------------------------------- BUTTONS ------------------------------------------------------*/
.button {
  display: inline-block;
  font-size: 13px;
  font-family: -apple-system, "Segoe UI", sans-serif;
  cursor: pointer;
  padding: 0 20px;
  margin-right: 5px;
  text-align: center;
  color: #2a5f8b;
  border: 1px solid #2a5f8b;
  background-color: transparent;
  border-radius: 3px;
  letter-spacing: 0.05em;
  line-height: 28px;
  white-space: nowrap;
}
.button:focus {
  outline: 0;
}
.button.first {
  color: #ffffff;
  border: 1px solid #009ef6;
  background-color: #009ef6;
}
.button.first:hover {
  color: #ffffff;
  background-color: #20afff;
  border: 1px solid #009ef6;
}
.button.evidence {
  color: #ffffff;
  border: 1px solid #009ef6;
  background-color: #009ef6;
}
.button.evidence:hover {
  color: #ffffff;
  background-color: #20afff;
  border: 1px solid #009ef6;
}
.button.small {
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
.button.medium {
  font-size: 16px;
}
.button.big {
  min-width: 150px;
  font-size: 16px;
  line-height: 40px;
}
.button.big.teamworkIcon:before {
  font-size: 18px;
}
.button.full {
  min-width: 200px;
  width: 100%;
}
.button.xl {
  min-width: 150px;
  font-size: 20px;
  padding: 13px 27px;
  line-height: 36px;
  border-radius: 3px;
}
.button:hover {
  color: #ffffff;
  background-color: #009ef6;
  border: 1px solid #009ef6;
  text-decoration: none;
}
.button[disabled] {
  color: #78abd6;
  border: 1px solid #78abd6;
  background-color: #ecedee;
  cursor: default;
}
.button.delete:hover {
  background-color: #d30202;
  color: #ffffff;
  border: 1px solid #d30202;
}
.button.focused {
  color: #ffffff;
  border: 1px solid #2a5f8b;
  background-color: #2a5f8b;
}
.button.textual {
  border: none;
  background-color: transparent;
  color: #009ef6;
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: normal;
  border-radius: 0;
  letter-spacing: 0;
  line-height: normal;
  font-size: inherit;
  white-space: normal;
}
.button.textual:hover {
  color: #2a5f8b;
  background-color: transparent;
  text-decoration: underline;
}
.button.textual.delete:hover {
  color: #d30202;
  border: none;
}
.button.textual.focused {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.button.textual.bolder {
  font-weight: 600;
}
.button.textual.icon {
  width: auto;
  height: auto;
  color: #2a5f8b;
}
.button.textual.icon:hover {
  text-decoration: none;
  color: #009ef6;
}
.button.textual.icon.delete:hover {
  color: #d30202;
}
.button.textual.small {
  font-size: 12px;
}
.button.textual[disabled] {
  color: #a6a9af;
  cursor: default;
  background-color: transparent;
}
.button.textual[disabled]:hover {
  background-color: transparent;
}
.button.textual.openable:hover {
  text-decoration: none;
}
.button.textual.openable span {
  transition: text-shadow 0.2s;
}
.button.textual.openable span:hover {
  text-shadow: 0 0 3px black;
  /*filter: brightness(85%);*/
}
.button.textual.teamworkIcon:hover {
  text-decoration: none;
}
.button.textual.controls {
  /*font-size: @icon-font-size;*/
  margin: 0;
  /*text-align: center;*/
  opacity: .7;
}
.button.textual.controls:hover {
  opacity: 1;
}
.button.textual.evidence:hover {
  border: none;
}
.button.icon {
  width: 35px;
  padding: 0;
}
.button.icon.rounded {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  margin: 1px;
}
.button.icon.rounded.small {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.button.icon.rounded.teamworkIcon:before {
  /*vertical-align: baseline;*/
}
.button.icon.teamworkIcon:before {
  /*vertical-align: baseline;*/
}
.button.opener:after {
  content: "[";
  font-family: "icons";
  color: #797e88;
  padding: 10px;
}
.button.opener.rolling {
  text-decoration: none!important;
}
.button.opener.rolling:after {
  content: "}";
}
.button.opener.rolling:hover:after {
  content: "[";
}
.button.warning {
  color: #d30202 !important;
}
.buttonArea {
  margin: 10px 0 0 0;
  border-top: 1px solid #a6a9af;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 10px;
  bottom: 0;
  z-index: 100;
}
.buttonArea .bbButtons {
  padding-top: 7px;
  display: inline-block;
}
.buttonArea .customSavedFilters {
  display: inline-block;
}
.buttonAreaSticky {
  position: -webkit-sticky;
  position: sticky;
}
.buttonsOnMouseOverWrapper {
  position: relative;
}
h1 .button.textual {
  font-weight: 300;
}
/* ------------------------------------------------------- COLOR VALUE CHOOSER ------------------------------------------------------- */
.cvcComponent {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.cvcComponent .teamworkIcon.dot:before {
  font-size: 15px;
}
.cvcComponent.big .cvcSelBox {
  display: flex;
  padding: 0;
}
.cvcComponent.big .cvcSelBox .dot {
  display: inline-block;
}
.cvcComponent.big .cvcSelBox .dot:before {
  font-size: 36px;
}
.cvcComponent.big .cvcSelBox .cvcDescription {
  line-height: 36px;
}
.cvcComponent.big .menuArrow {
  top: 9px;
}
.cvcComponent.cvcShowOpener .cvcColorSquare {
  min-width: 30px;
  padding-right: 15px;
}
.cvcComponent .noBall .cvcSelBox .teamworkIcon {
  display: none;
}
.cvcComponent .noBall .cvcSelBox:not(:last-child) {
  border-right: 1px solid #ecedee;
}
.cvcComponent .noBall .cvcLine {
  display: none;
}
.cvcDropDown {
  position: absolute;
  background-color: #ffffff;
  cursor: pointer;
  min-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #d6d6d6;
  left: 0;
  box-shadow: 0 0 0 4px rgba(46, 186, 255, 0.3);
  z-index: 110;
}
.cvcDropDown .cvcLine {
  position: relative;
  opacity: 1;
  padding: 6px;
  border-bottom: 1px solid #d6d6d6;
}
.cvcDropDown .cvcLine:hover {
  background: #F4F4F4;
}
.cvcDropDown .cvcLine.selected {
  background: #F4F4F4;
}
.cvcDropDown .cvcLine.selected:after {
  content: "\2039";
  font-family: "icons";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.cvcLine {
  text-align: left;
  border-bottom: #ffffff 1px solid;
  white-space: nowrap;
  padding: 0 10px;
}
.cvcLine.disabled {
  background-image: url(../../../img/rasterAlt.png);
}
.cvcSelBox {
  text-align: left;
  white-space: nowrap;
  padding: 2px 6px;
  display: inline-block;
}
.cvcComponent:not(.cvcDisplayValue) .cvcSelBox {
  padding: 0;
}
.cvcStatuses {
  display: inline-block;
  max-width: 350px;
  vertical-align: middle;
}
.cvcStatuses.noValue .teamworkIcon {
  -webkit-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}
.cvcStatuses.noValue .teamworkIcon:hover {
  text-shadow: 0 0 3px #000000;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}
.cvcStatuses.noValue .teamworkIcon:hover:before {
  color: #ffffff;
}
.cvcColorSquare {
  display: inline-block;
  text-align: left;
  position: relative;
  background: transparent;
}
.cvcColorSquare .menuArrow {
  position: absolute;
  top: 3px;
}
.cvcColorSquare.priorityLabel {
  border-radius: 2px;
  padding: 1px 4px;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
.cvcColorSquare .cvcDescription {
  white-space: nowrap;
  padding: 0 5px 0 5px;
}
.cbDropDown {
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  display: block;
  background-color: #ffffff;
  border: 1px solid rgba(214, 214, 214, 0.3);
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 103;
  font-size: 13px;
}
.comboTable {
  background-color: #ffffff;
  border-collapse: inherit;
  border-collapse: collapse;
}
.comboTable > tr td {
  border: none;
  border-bottom: 1px solid rgba(214, 214, 214, 0.3);
  text-align: left;
  padding: 5px;
}
.comboTable > tr.trNormal td {
  background-color: #ffffff;
}
.comboTable > tr.trNormal.trHl td {
  font-style: italic;
  font-weight: 700;
}
.comboTable > tr.trNormal.trHl.trSel td {
  background-color: #fbf29f;
}
.comboTable > tr.trNormal.trHl.trSel:hover td {
  background-color: #f7e53d;
}
.comboTable > tr.trSel td {
  background-color: #fbf29f;
}
.comboTable > tr.trSel:hover td {
  background-color: #f7e53d;
}
.comboTable > tr.unselectable td,
.comboTable > tr .unselectable td:hover {
  background-color: #f7f7f8;
}
.comboTable > tr:not(.trSel):not(.unselectable):hover td {
  background-color: #d2d4d7;
}
.comboTable > tr.addEntityLine td {
  text-align: right;
  font-size: 80%;
}
.comboTable .scJSONRow table {
  width: 100%;
}
.comboTable .scJSONRow table tr td {
  border: none;
  padding: 1px;
  vertical-align: middle;
}
.comboTable .scJSONRow table td.circle {
  width: 30px;
  padding: 4px 0;
  vertical-align: top;
}
.comboTable .scJSONRow table div.statusBall {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}
.comboTable .scJSONRow table td.code {
  font-style: italic;
  text-align: right;
}
.comboTable .scJSONRow table div.pathSmall {
  display: block;
}
.comboTable .scJSONRow table div.pathSmall span:hover {
  color: #a6a9af;
}
.comboTable tr.trNormal.trHl .scJSONRow td {
  border: none;
}
#mentionsDropDown div.scJSONRow {
  border-bottom: 1px solid #CECECE;
}
#mentionsDropDown div.scJSONRow.trSel {
  background-color: #fbf29f !important;
}
/*------------------------------------------------- COMMENTS ------------------------------------------------------*/
.commentHeader {
  color: #a6a9af;
  margin-bottom: 5px;
  font-size: 11px;
  background: linear-gradient(90deg, #ecedee, #ffffff);
  border-radius: 15px;
}
.commentBody {
  word-break: break-word;
  white-space: normal;
  padding: 5px 0 10px 5px;
  line-height: 130%;
  font-size: 12px;
}
.issueEditorObjects .commentBody {
  font-size: 14px;
}
.commEditPlace {
  width: 100%;
}
.commEditPlace textarea {
  height: 125px;
  width: 100%;
  padding: 10px;
}
/* ------------------------------------------------------- DIVOMO ------------------------------------------------------- */
.divomo {
  position: absolute;
  background-color: #ecedee;
  border: none;
  min-width: 150px;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 103;
}
.divomo#filterSelectorBox {
  column-count: 3;
  column-rule: 1px solid #ffffff;
  column-gap: 5px;
  column-break-inside: avoid;
}
.divomo hr {
  margin: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.divomo .menuTitle {
  white-space: nowrap;
  display: inline-block;
  padding: 10px ;
  color: #4b4b4b;
  width: 100%;
}
.divomo .button {
  display: block;
  line-height: 24px;
  color: #2F2F2F;
  text-align: left;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  white-space: nowrap;
}
.divomo .button.textual {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px;
  min-width: 200px;
  display: block;
}
.divomo .button.textual,
.divomo .button.textual.icon {
  padding: 6px 10px 6px 10px;
  color: #131924;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  border-bottom: 1px solid rgba(163, 163, 163, 0.3);
}
.divomo .button.textual:hover,
.divomo .button.textual.icon:hover {
  text-decoration: none;
  background-color: #d2d4d7;
}
.divomo .button.textual.saveSearch,
.divomo .button.textual.icon.saveSearch {
  color: #009ef6;
  font-weight: 600;
}
.divomo .button.focused {
  text-decoration: none;
}
.divomo:last-of-type {
  border-bottom: 0;
}
.divomo .divomoArrow {
  position: absolute;
  top: 0;
  display: block;
}
.divomo .divomoArrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ecedee;
  position: absolute;
  top: -10px !important;
}
.divomo.divDark {
  background-color: #131924;
  border-color: #0a344d;
  color: #ffffff;
}
.divomo.divDark hr {
  position: relative;
  z-index: -1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.divomo.divDark .menuTitle {
  position: relative;
  color: #fbf29f !important;
}
.divomo.divDark .button.textual,
.divomo.divDark .button.textual .teamworkIcon {
  color: #ecedee;
  border-bottom: 1px solid rgba(116, 116, 116, 0.29);
}
.divomo.divDark .button.textual:hover,
.divomo.divDark .button.textual .teamworkIcon:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #4d5360;
}
.divomo.divDark .divomoArrow:after {
  border-bottom-color: #131924;
}
.divomo.sidebar-divomo {
  background-color: #ffffff;
}
.divomo.sidebar-divomo .divomoArrow:after {
  border-bottom: 12px solid #ffffff;
}
.divomo.sidebar-divomo .button.textual,
.divomo.sidebar-divomo .button.textual .teamworkIcon {
  color: #4d5360;
}
.divomo.sidebar-divomo .button.textual:hover,
.divomo.sidebar-divomo .button.textual .teamworkIcon:hover {
  color: #009ef6;
  text-decoration: none;
  background-color: #f7f7f8;
}
.divomo .confirmBox {
  position: fixed;
  left: auto!important;
}
.divomo .customSavedFilters.textual {
  padding: 6px 25px 6px 10px;
}
.divomo .customSavedFilters #filterplaceholder {
  cursor: default;
  font-style: italic;
  font-size: smaller;
}
/* ------------------------------------------------------- FACES ------------------------------------------------------- */
.facesBox {
  display: inline-block;
}
.face {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  vertical-align: middle;
  border: 1px solid transparent;
}
.face.withStatus.active {
  border-image: url(../../../img/user-active-top.png) 33% round;
  border-image-width: 30%;
  border-image-outset: 2;
}
.face.withStatus.away {
  border-image: url(../../../img/user-away-top.png) 33% round;
  border-image-width: 30%;
  border-image-outset: 2;
}
.face.medium {
  width: 28px;
  height: 28px;
  margin: 1px;
}
.face.small {
  width: 25px;
  height: 25px;
  margin: 1px;
}
.face.smaller {
  width: 20px;
  height: 20px;
  margin: 1px;
}
.agendaEvent.compact .face.smaller,
.agendaEventSpan .eventBody .face.smaller {
  width: 12px;
  height: 12px;
}
.profileImage {
  position: relative;
  z-index: 2;
  float: left;
  display: inline-block;
  margin: 2px 10px 10px 2px;
}
.profileImage .face {
  width: 50px;
  height: auto;
}
.profileImage.hover {
  opacity: .8;
}
.profileImage.canWrite {
  border: 1px dotted transparent;
}
.profileImage.canWrite:hover {
  border: 1px dotted rgba(159, 207, 233, 0.8);
}
.profileImage.canWrite:hover:before {
  content: "";
  position: absolute;
  background: url(../../../img/raster.png);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.profileImage.big {
  margin: -50px 0 20px;
}
.profileImage.big .face {
  width: 180px;
  padding: 0 20px;
}
.profile-image {
  padding: 40px;
}
.profile-image > div {
  background-color: #e5e5e5;
  padding: 50px;
  text-align: center;
}
/*------------------------------------------------- FILTER ------------------------------------------------------*/
.filterTitle {
  display: inline-block;
}
.filterBar {
  position: relative;
  margin: 10px 0 0;
}
.filterBar .filterElement {
  background: transparent;
  float: left;
  position: relative;
  margin: 0 4px 8px 0;
  border: 1px solid #a6a9af;
  border-radius: 3px;
  padding: 3px 5px;
  height: 30px;
  line-height: 22px;
}
.filterBar .filterElement .centered {
  padding: 10px 10px 5px 0;
}
.filterBar .filterElement .close {
  font-family: 'icons';
  cursor: pointer;
  border-left: 1px solid #d2d4d7;
  padding-left: 4px;
  margin-left: 4px;
  color: #a6a9af;
}
.filterBar .filterElement label {
  padding: 0 2px;
  font-size: 10px;
  position: absolute;
  top: -7px;
  left: 4px;
  background-color: #fff;
  vertical-align: bottom;
  line-height: 10px;
}
.filterBar .filterElement label.customRadio {
  padding: 0;
  position: relative;
  top: -3px;
  left: 0;
  vertical-align: middle;
  line-height: normal;
}
.filterBar .filterElement .checkfield label:after {
  content: "";
}
.filterBar .filterElement.centered label {
  font-size: 13px;
  position: relative;
  top: 0;
  background-color: transparent;
  vertical-align: middle;
  line-height: auto;
  padding: 0 5px 0 0;
}
.filterBar .filterElement .radiobutton label {
  font-size: 13px;
  position: relative;
  top: 0;
  background-color: transparent;
  vertical-align: middle;
  line-height: auto;
  padding: 0 10px 0 0;
  left: 0;
}
.filterBar .filterElement .formElements,
.filterBar .filterElement .cvcColorSquare {
  font-size: 13px;
  border: none;
}
.filterBar .filterName {
  float: left;
  font-size: 22px;
  margin: 0;
  line-height: 30px;
}
.filterBar .filterName .button.textual {
  color: #0a344d;
  padding-right: 10px!important;
}
.filterBar .hiddenFilterElement,
.filterBar .filterInactiveElements {
  display: none;
}
.filterBar .filterButtons {
  float: left;
  padding-left: 5px;
}
.filterBar .filterButtons .filterButtonsElement {
  display: inline-block;
}
.filterSelectorBox {
  position: fixed;
  top: 0;
  height: 100%;
  width: 30%;
  min-width: 150px;
  overflow: auto;
  padding: 10px;
  background-color: white;
  z-index: 102;
  box-shadow: 0 -5px 10px #0a344d;
  transition: 0.5s;
  right: -500px;
  max-width: 360px;
  /*.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'icons';
    cursor: pointer;
  }*/
}
.filterSelectorBox.active {
  transition: 0.5s;
  right: 0;
  display: block;
}
.filterSelectorBox .filterSelectorGrouplabel {
  padding-top: 14px;
  clear: both;
}
.filterSelectorBox .filterSelectorElement {
  display: inline-block;
  line-height: 22px;
  cursor: pointer;
  font-size: 12px;
  padding: 2px 10px;
  margin: 3px;
  border: 1px solid #a6a9af;
  border-radius: 3px;
  color: #0a344d;
}
.filterSelectorBox .filterSelectorElement:before {
  font-family: "icons";
  content: "P";
  color: #a6a9af;
  padding-right: 5px;
}
.filterSelectorBox .filterSelectorElement:hover {
  background-color: #ecedee;
  text-decoration: none;
}
.filterSelectorBox .filterSelectorElement.selected {
  background-color: #009ef6;
  border: 1px solid #009ef6;
  color: #ffffff;
}
.filterSelectorBox .filterSelectorElement.selected:before {
  content: "x";
  color: #ffffff;
}
.filterSelectorBox .filterActions {
  display: inline-block;
  font-size: 70%;
  padding-left: 10px;
}
.filterSelectorBox .moreFilters {
  display: block;
  margin: 10px 0 10px 0;
  font-size: 12px;
}
.filterSelectorBox .hidden {
  display: none;
}
.filterOptions {
  display: inline-block;
  height: 30px;
}
.customFilterElement {
  position: relative;
  display: block;
}
.customFilterElement .teamworkIcon {
  position: absolute;
  right: 7px;
  top: 10px;
  cursor: pointer;
  font-size: 12px;
}
.customFilterElement .button.textual {
  padding-right: 22px;
}
.filtersInline .customFilterElement {
  display: inline-block;
  margin-right: 20px;
}
.filtersInline .customFilterElement .teamworkIcon {
  position: relative;
  margin-right: 0;
  right: -2px;
  top: 0;
}
.filterActiveElements .filterButtonsElement {
  margin: 0 4px 8px 0;
}
/* è usata nel workgroup popup */
@media screen and (max-width: 700px) {
  .filterSelectorBox {
    width: 150px;
  }
  .filterSelectorElement {
    float: none;
    display: block;
  }
}
/* --------------------- OPTIONS BAR ---------------------------*/
.optionsBar {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.optionsBar .optionElement {
  background: transparent;
  position: relative;
  margin: 0 4px 4px 0;
  padding: 0 5px;
}
.optionsBar .optionElement .formElements {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #d2d4d7;
}
/*------------------------------------------------- FORM ELEMENTS ------------------------------------------------------*/
form {
  margin: 0;
  padding: 0;
}
select.formElements {
  padding: 3px 4px;
}
select option[selected=""] {
  background-color: #fbf29f;
}
optgroup {
  font-weight: 600;
  font-style: normal;
  background-color: #d2d4d7;
  text-indent: 4px;
  border: 0;
  font-size: 13px;
  color: #d2d4d7;
}
option {
  padding: 0 6px;
  border-bottom: 1px solid #d2d4d7;
  background-color: #ffffff;
}
label {
  padding: 3px 0 1px;
  display: inline-block;
  color: #797e88;
  font-size: 12px;
}
input,
.formElements {
  font-family: -apple-system, "Segoe UI", sans-serif;
}
input[type=checkbox] {
  vertical-align: middle;
}
.formElements {
  background-color: #ffffff;
  padding: 2px 5px;
  font-size: 13px;
  border: 1px solid #ecedee;
}
.formElements:focus {
  border-color: #66afe9 !important;
  outline: 0;
  border: 1px solid #d6d6d6;
}
.formElements.bold {
  font-weight: 700;
}
.formElements[disabled] {
  background-color: #ecedee;
}
.formElements.wide {
  width: 100%;
}
.formElements.dateField {
  padding-right: 25px;
  width: 100px ;
}
.formElements.dateField.hideCalendar {
  padding-right: 0;
}
.formElements.dateField.qbe {
  width: auto;
}
.formElements.tagBox {
  padding-left: 20px;
  background-image: url('../../../img/tags.png');
  background-repeat: no-repeat;
  background-position: 2px center;
}
.formElements.smartCombo,
.formElements.comboBoxDiv {
  padding-right: 20px;
}
.formElements .comboBoxDiv {
  width: 100%;
  z-index: 101;
}
.formElementsSpacer {
  display: block;
  background-color: transparent;
  margin: 5px 0;
}
.formElementsError {
  border: 1px solid #d30202;
}
.errorBalloon {
  max-width: 500px;
  max-height: 300px;
  overflow: hidden;
}
.formElementExclamation {
  margin-left: 5px;
  margin-top: 2px;
  position: absolute;
  z-index: 10;
}
.formElementExclamation:after {
  content: "!";
  font-family: "icons" !important;
  color: #d30202;
  font-size: 130%;
  line-height: 100%;
}
.formElementsBig {
  border-radius: 3px;
  font-weight: 300;
  padding: 12px;
  padding-left: 10px !important;
  width: 100%;
}
.formElementsBigger {
  border-radius: 3px;
  font-weight: 300;
  padding: 12px;
  padding-left: 10px !important;
  width: 100%;
  font-size: 16px;
}
.formElementsMedium {
  font-size: 13px;
}
.formElementsSmall {
  font-size: 11px;
  padding: 2px 4px;
}
span#FLD_LOGIN_NAMEerror,
span#FLD_PWDerror {
  margin-left: -28px;
  margin-top: 10px;
}
.time,
.integer,
.double,
.percentile,
.currency,
.durationmillis,
.durationdays {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 1px center;
}
.time {
  background-image: url('../../../img/time.png');
  text-align: right;
}
.durationmillis {
  background-image: url('../../../img/time.png');
  width: 65px;
  text-align: right;
}
.durationdays {
  background-image: url('../../../img/durationdays.png');
}
.integer {
  background-image: url('../../../img/integer.png');
}
.double {
  background-image: url('../../../img/double.png');
}
.percentile {
  background-image: url('../../../img/percentile.png');
}
.currency {
  background-image: url('../../../img/currency.png');
  text-align: right;
}
[disabled],
[readonly] {
  background-color: #ecedee;
  color: #797e88;
}
.disabled {
  pointer-events: none;
  opacity: .6;
}
.light {
  background-color: #ecedee;
  border: 1px solid #ecedee;
}
.light.formElementsError {
  border: 1px solid #d30202;
}
.issueRow .formElements:focus {
  border-color: #d2d4d7 !important;
  outline: 0;
}
textarea {
  resize: none;
}
/* PLACEHOLDER*/
::-webkit-input-placeholder {
  color: #888888;
  font-size: 90%;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
  font-size: 90%;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
  font-size: 90%;
}
:-ms-input-placeholder {
  color: #888888;
  font-size: 90%;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  background: #ecedee none !important;
  -webkit-box-shadow: 0 500px 0 0 #ecedee inset;
}
/* TAGBOX */
.tagBoxSel {
  background-color: #009ef6;
}
.tbDiv {
  display: none;
  background-color: #ffffff;
  position: absolute;
  overflow: auto;
  border: 1px solid #d2d4d7;
  padding: 2px;
  line-height: 15px;
}
.tagBoxLine {
  border-bottom: 1px solid #d2d4d7;
  font-weight: normal;
}
.dateFieldOpener {
  margin-left: -20px;
  width: 20px;
  vertical-align: text-bottom;
  display: inline-block;
}
/* -------------------------------------------------- GALLERY ------------------------------------------------------- */
.galleryContainer .galleryNav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 34px;
  color: #797e88;
  height: 30px;
  cursor: pointer;
}
.galleryContainer .galleryNav:before {
  font-size: 24px;
}
.galleryContainer .galleryNav.next {
  right: -40px;
}
.galleryContainer .galleryNav.prev {
  left: -40px;
}
.galleryContainer .galleryWrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.galleryContainer .galleryWrapper img.mime {
  position: relative;
}
.galleryContainer .galleryCounter {
  top: 0;
  left: -70px;
  position: absolute;
  font-weight: bold;
}
.galleryContainer div.downloadable {
  position: relative;
  top: 40%;
}
.galleryContainer div.download.big {
  font-size: 20px;
}
.galleryContainer span.download {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: #FFF;
}
.galleryContainer .galleryZoom {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  color: #797e88;
  font-size: 30px;
  width: 60px;
  height: 60px;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  line-height: 60px;
  border-radius: 100%;
}
.galleryContainer .galleryZoom:hover {
  text-decoration: none;
}
.offScreen {
  position: absolute;
  left: -5000px;
}
/*----------------------------------------  HINT BALOON---------------------------------------*/
.mbBalloon {
  position: absolute;
  background-color: #ffffff;
  border: 2px solid #d2d4d7;
  color: #333;
  min-height: 20px;
  min-width: 80px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 2px 4px rgba(255, 255, 255, 0.6);
  margin-top: 7px;
  z-index: 101;
}
.mbBalloon .arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: transparent;
  border-style: solid;
  border-width: 12px;
}
.mbBalloon .arrow.border {
  border-color: transparent;
}
.mbBalloon .arrow.border.n {
  border-top-color: transparent!important;
  border-left-color: transparent!important;
  border-right-color: transparent!important;
  margin-top: 2px;
}
.mbBalloon .arrow.border.s {
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
  border-right-color: transparent!important;
  margin-top: -2px;
}
.mbBalloon .arrow.border.e {
  border-top-color: transparent!important;
  border-bottom-color: transparent!important;
  border-right-color: transparent!important;
  margin-left: -2px;
}
.mbBalloon .arrow.border.w {
  border-top-color: transparent!important;
  border-left-color: transparent!important;
  border-bottom-color: transparent!important;
  margin-left: 2px;
}
.mbBalloon .arrow.n {
  border-bottom-color: inherit;
  border-bottom-width: 12px;
  border-top-width: 0;
}
.mbBalloon .arrow.s {
  border-top-color: inherit;
  border-top-width: 12px;
  border-bottom-width: 0;
}
.mbBalloon .arrow.e {
  border-left-color: inherit;
  border-left-width: 12px;
  border-right-width: 0;
}
.mbBalloon .arrow.w {
  border-right-color: inherit;
  border-right-width: 12px;
  border-left-width: 0;
}
.mbBalloon .mbBalloonClose {
  position: absolute;
  right: 5px;
  top: 2px;
  padding: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
}
.mbBalloon .mbBalloonClose:hover {
  opacity: 1;
}
.mbBalloon .mbBalloonClose:before {
  content: 'x';
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  font-size: 120%;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
  position: absolute;
  top: 5px;
  left: 0;
}
.mbBalloonOpener.hintHighlight {
  outline: 5px dotted #009ef6 !important;
  outline-offset: 3px;
}
.mbBalloonOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 99;
}
.hintSkip {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  color: #B2D4E0;
  cursor: pointer;
}
.hintPaginator {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: white;
}
.hintPaginator span,
.arrowLeft,
.arrowRight {
  cursor: pointer;
}
.arrowLeft {
  font-size: 20px;
  padding-right: 5px;
}
.arrowRight {
  font-size: 20px;
  padding-left: 5px;
}
.bwinPopupd .hintPaginator {
  color: #009ef6 !important;
}
/*----------------------------- MOVE BAR ----------------------------------*/
.bottomBar {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 25px;
  background-color: #d2d4d7;
  z-index: 100;
  left: 0;
}
.moveBarEl {
  font-size: 9px;
  border-left: 1px solid #797e88;
  padding: 2px;
}
.moveBarToday {
  border-left: 2px solid #e88665;
}
.moveBarHL {
  background-color: #eeb922;
  opacity: 0.5;
}
/*------------------------------------------------- PAGINATOR ------------------------------------------------------*/
.paginator {
  position: relative;
  text-align: center;
  padding: 0;
  font-size: 12px;
  height: 15px;
  margin-bottom: 10px;
}
.paginator .paginatorPages {
  visibility: hidden;
  overflow: hidden;
  position: relative;
  padding: 0;
  top: 0;
}
.paginator .paginatorPages span {
  padding: 0  8px;
  cursor: pointer;
  color: #797e88;
  width: 30px;
  display: inline-block;
}
.paginator .paginatorPages span b {
  color: #0a344d;
}
.paginator .paginatorPages span:hover {
  color: #0a344d;
}
.paginator .datatableInfo {
  position: absolute;
  left: 0;
  top: 0;
}
.paginator .datatableInfo .pagSize {
  display: inline-block;
}
.paginator .datatableInfo .pagSize .pagSizeInp {
  display: none;
}
.paginator .datatableInfo .pagSize .pagSizeInp label {
  padding: 0;
  font-size: inherit;
}
.paginator .datatableInfo .paginatorSearching,
.paginator .datatableInfo .paginatorNotFound,
.paginator .datatableInfo .paginatorFound1,
.paginator .datatableInfo .paginatorFoundN {
  display: none;
}
.paginator .datatableInfo .paginatorNotFound .hint {
  display: block;
  width: 100%;
  text-align: center ;
}
.paginator .datatableInfo .paginatorSearching {
  font-size: 100%;
  font-style: italic;
  color: #959699;
}
/*------------------------------------------------- PATH TO OBJECT ------------------------------------------------------*/
.pathToObject .menuArrow .button.icon {
  padding: 0;
  display: inline-block;
  width: 10px;
  color: #797e88;
}
.pathToObject .pathNodeHidden:after {
  content: "…";
  font-family: "icons";
  color: #4d5360;
  padding: 5px;
}
.pathToObject .pathNodeHidden:hover {
  text-decoration: none!important;
}
.pathToObject .pathNodeHidden:hover:after {
  background-color: #e5e5e5!important;
  border-radius: 20px;
  width: 20px;
}
.pathToObject .currentNode {
  padding-bottom: 7px;
}
.pathToObject .currentNode .objectName {
  word-break: break-all;
  display: inline;
  font-size: 30px;
  color: #131924;
  letter-spacing: 0;
  font-weight: 300;
}
.pathToObject .currentNode .objectName:hover {
  text-decoration: none;
}
.pathSmall {
  font-size: 9px;
  color: #a6a9af;
}
.pathSmall span:hover {
  color: #4d5360;
}
.pathCodeWrapper {
  color: #a6a9af;
  padding-bottom: 14px;
}
/*-------------------------------------------------   MODAL POPUP (ex blackPopup) ------------------------------------------------------*/
.modalPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 103;
  /*  &.inIframe {
    background-color:rgba(255,255,255,0);
  }*/
}
.modalPopup.upgradeMessage {
  top: 40px;
  text-align: center;
}
.modalPopup.upgradeMessage p {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.modalPopup.black .bwinPopupd .popUpClose {
  color: #ffffff;
}
.modalPopup .bwinPopupd {
  position: relative;
  box-shadow: 0 0 0 4px rgba(47, 151, 198, 0.29);
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  max-width: 90vw;
}
.modalPopup .popUpClose {
  z-index: 9;
  color: #2f2f2f;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  right: 15px;
  top: 10px;
}
.modalPopup.iframe .bwinPopupd {
  overflow: hidden;
  padding: 0;
}
.modalPopup.iframe .bwinPopupd iframe {
  position: absolute;
  border-radius: 5px;
}
.modalPopup.inIframe .bwinPopupd {
  border-radius: 5px;
}
.isPopup .twInnerContainerPopup .portletParamIcons {
  position: relative;
  top: 20px;
  z-index: 1;
}
/*
 * EFFETTO RONDELLA DI ATTESA NEL DELETE PREVIEW E NEGLI IMPORT
 */
.loader {
  color: rgba(0, 158, 246, 0.81);
  font-size: 15px;
  margin: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@media only screen and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .bwinPopupIframe_wrapper {
    -webkit-overflow-scrolling: touch;
    /*overflow-y: scroll;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
/*------------------------------------------------- REPOSITORY ------------------------------------------------------*/
.repoFileBox {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-right: 5px;
}
.repoFileBox:after {
  content: ",";
  padding-right: 5px;
}
.repoFileBox:last-of-type:after {
  content: "";
}
.repoFileBox:hover .del {
  display: inline-block;
}
.repoFileBox span.del {
  display: none;
  color: #d30202;
  /*border-radius: 10px;
      border: 1px solid red;*/
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: white;
  cursor: pointer;
  z-index: 2;
}
.twMainContainerPopup .repoFileBox:after {
  content: "";
  margin: 0;
  padding: 0;
}
.twMainContainerPopup .repoFileBox img {
  vertical-align: middle;
}
/*------------------------------------------------- TABLE ------------------------------------------------------*/
.table {
  width: 100%;
  border-collapse: collapse;
  /* classe da attribuire a th e td che non entrano sono visibili (se non in excel) e non sono calcolato nella costruzione delle colgroup col*/
}
.table th {
  text-align: left;
}
.table th.dayHeader {
  text-align: center;
  font-weight: 600;
  line-height: 200%;
}
.table th.right,
.table td.right {
  text-align: right;
}
.table th.left,
.table td.left {
  text-align: left;
}
.table .tableHead {
  color: #797e88;
  padding: 2px 5px 2px 2px;
  font-size: 12px;
  font-weight: 600;
  background-color: #f7f7f8;
  border-top: 2px solid #d2d4d7;
  border-bottom: 1px solid #d2d4d7;
}
.table .tableHead.large {
  width: 200px;
}
.table .tableHead.firstRow {
  height: 20px;
  color: #646668;
  text-align: center;
  border-bottom: 1px solid #d2d4d7;
}
.table .tableHead.secondRow {
  border-top: 0;
  height: 20px;
  top: 32px;
}
.table .tableHead .dataTableHead.small th.dayHeader {
  line-height: normal;
}
.table .tableHead th:last-child,
.table .tableHead th:last-of-type {
  border-right: 0;
}
.table .tableHead.secondRow:first-of-type {
  border-left: 0;
}
.table .tableHeadEl {
  padding: 0;
  line-height: 200%;
}
.table .tableHeadEl[orderState] {
  cursor: pointer;
}
.table .tableHeadEl[orderState]:after {
  font-family: "icons";
  font-size: 100%;
  margin-left: 3px;
  cursor: pointer;
}
.table .tableHeadEl[orderState="0"]:after {
  content: "\00B6";
}
.table .tableHeadEl[orderState="1"]:after {
  content: "u";
}
.table .tableHeadEl[orderState="2"]:after {
  content: "\00F9";
}
.table .trSeparator {
  height: 30px;
}
.table thead tr,
.table tr.tableHead {
  background-color: #f7f7f8;
}
.table.fixHead thead th,
.table.fixHead .tableHead th,
.table.fixHead thead td,
.table.fixHead .tableHead td {
  position: sticky;
  z-index: 100;
  top: 0;
}
.table.fixHead thead th.stickyColumn:first-of-type,
.table.fixHead .tableHead th.stickyColumn:first-of-type,
.table.fixHead thead td.stickyColumn:first-of-type,
.table.fixHead .tableHead td.stickyColumn:first-of-type {
  z-index: 101;
}
.table.fixFoot tfoot tr.totals {
  height: 40px;
}
.table.fixFoot tfoot td,
.table.fixFoot tfoot th {
  position: sticky;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
}
.table.fixFoot tfoot td.dayHFooter,
.table.fixFoot tfoot th.dayHFooter {
  background-color: #f7e8e0;
}
.table.fixFoot tfoot td.stickyColumn:first-of-type,
.table.fixFoot tfoot th.stickyColumn:first-of-type {
  z-index: 101;
}
.table.fixFoot tfoot :nth-last-child(1) td,
.table.fixFoot tfoot :nth-last-child(1) th {
  bottom: 0;
}
.table.fixFoot tfoot :nth-last-child(2) td,
.table.fixFoot tfoot :nth-last-child(2) th {
  bottom: 40px;
}
.table.fixFoot tfoot :nth-last-child(3) td,
.table.fixFoot tfoot :nth-last-child(3) th {
  bottom: 80px;
}
.table.fixFoot.worklogWeek tr:hover {
  background-color: #ecedee;
}
.table.fixFoot.worklogWeek tr:hover td.stickyColumn {
  background-color: #ecedee !important;
}
.table .stickyColumn {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffffff !important;
}
.table.dataTable {
  /*margin: 5px 0;*/
  border-collapse: separate;
  border-spacing: 0;
  /*
    QUESTO STRIZZA I DROPDOWN COMBO IN ISSUE LIST EDIT
    td {
      padding: 2px;
    }*/
}
.table.dataTable .customCol {
  display: none;
}
.table.taskData td {
  padding-bottom: 7px;
  padding-right: 6.666666666666667px;
}
.table > td {
  padding: 4.666666666666667px 6.666666666666667px;
}
.table .tableSection td {
  background-color: #ecedee;
  border-top: 2px solid #ecedee;
}
.table tr.alternate:hover {
  background-color: #ecedee;
}
.table tr.alternate > td {
  border-bottom: 1px solid #d2d4d7;
  padding: 4px;
}
.table tr.alternate.resourceList > td {
  vertical-align: middle;
}
.table tr.alternate.selected {
  background-color: #f7f7f8;
}
.table tr.alternate.expired {
  background: url(../../../img/expired-bgnd.png) repeat bottom left;
  background-size: 5%;
}
.table tr.alternate.expired > .tlTaskName .taskName {
  position: relative;
  color: #d30202;
  /*&:before {
          content: "\21";
          font-family: @icons-font-family;
          color: @alert_color;
          width: 0;
          height: 0;
          position: absolute;
          left: -18px;
          top: 0;
          font-size: 18px;
        }*/
}
.table tr.alternate.expired .dateSpan {
  background-color: #d30202;
  color: #ffffff;
  padding: 0 7px;
  border-radius: 10px;
}
.table tr.alternate.resHidden {
  color: #a6a9af;
}
.table tr.data td {
  padding: 3.5px 6.666666666666667px 3.5px 0;
}
.table tr.gtWLCh,
.table tr.gtAddCostCh {
  font-weight: 600;
  opacity: 0.5;
}
.table.edged {
  border-top: none;
  border-bottom: 1px solid #d2d4d7;
}
.table.edged > tbody > tr > td,
.table.edged > tfoot > tr > td,
.table.edged th {
  border-bottom: 1px solid #d2d4d7;
  border-right: 1px solid #d2d4d7;
  padding: 2px;
}
.table.edged > tbody > tr > td:first-of-type,
.table.edged > tfoot > tr > td:first-of-type,
.table.edged th:first-of-type {
  border-left: 0;
}
.table.edged > tbody > tr > td:last-of-type,
.table.edged > tfoot > tr > td:last-of-type,
.table.edged th:last-of-type {
  border-right: 0;
}
.table .exportOnly {
  display: none;
}
.tableFilteredRow {
  display: none !important;
}
.hiddenCol {
  visibility: collapse;
}
.hiddenColGroup {
  visibility: collapse;
}
.hidColsWrapper {
  margin: 0 0 15px 0;
  display: flex;
  position: fixed;
  left: 20px;
  top: 15px;
  z-index: 101;
}
div.hidColsLabel {
  display: inline;
  visibility: hidden;
}
div.hidCols {
  margin-left: 10px;
}
.hidCols div.showCol {
  background: black;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  display: inline-block;
  cursor: pointer;
}
/* APPARENCE FOR FIX HEADS, FIX SECTIONS AND FIX FOOTERS */
.scrollingBox {
  position: relative;
  overflow: auto;
}
.fixedWidthAlignRight,
.table.dataTable th.fixedWidthAlignRight,
tr.alternate > td.fixedWidthAlignRight {
  text-align: right;
  padding-left: 20px;
  white-space: nowrap;
  width: 1%;
}
.tableFilterElementBox {
  float: right;
  display: inline-block;
  line-height: 100%;
  margin-top: 2px;
  position: relative;
}
.tableFilterElementBox .formElementsSmall {
  display: none;
  margin-right: 3px;
}
.tableFilterElementBox [data-close] {
  display: none;
}
.tableFilterElementBox.filterOn input {
  display: inline;
}
.tableFilterElementBox.filterOn [data-close] {
  display: inline;
}
.tableFilterElementBox.filterOn [data-search] {
  display: none;
}
/* Table Worklog Row */
.wlrows tr td {
  padding: 4px;
  vertical-align: top;
}
.wlrows tr:not(:first-of-type) {
  border-top: 1px solid lightgray;
}
/*------------------------------------------------- OVERRIDE JQUERY.TABLESORTER STYLES non spostare da qui ------------------------------------------------------*/
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
  padding: 4px 20px 4px 4px !important;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .headerSortDown {
  border-bottom: #797e88 2px solid;
}
.tablesorter-default thead .tablesorter-headerAsc,
.tablesorter-default thead .tablesorter-headerDesc,
.tablesorter-default thead .tablesorter-headerDesc {
  border-bottom: 1px solid #d2d4d7;
}
.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerSortUp {
  border-top: none;
}
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
  background-image: url('data:image/gif;base64,R0lGODlhFQAJAHAAACH5BAEAAAIALAAAAAAVAAkAgQAAAH5+fgAAAAAAAAIXlI+ByxnaonhUMoqt3gZXPmVg94yJVQAAOw==');
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc,
.tablesorter-default thead .tablesorter-headerSortUp {
  background-image: url('data:image/gif;base64,R0lGODlhFQAEAHAAACH5BAEAAAIALAAAAAAVAAQAgQAAAH5+fgAAAAAAAAINlI8Sya2xnINUMopZAQA7');
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc,
.tablesorter-default thead .tablesorter-headerSortDown {
  background-image: url('data:image/gif;base64,R0lGODlhFQAEAHAAACH5BAEAAAIALAAAAAAVAAQAgQAAAH5+fgAAAAAAAAINlC+hG+jP2ptn0WskLQA7');
}
/*------------------------------------------------- TOOLBAR ------------------------------------------------------*/
.toolsBar {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
.toolsBar .separator-h:after {
  content: "";
}
.toolsBar .elementsLeft {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.toolsBar .elementsCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.toolsBar .elementsRight {
  justify-content: flex-end;
  display: flex;
}
.toolsBar .toolsElement .button {
  white-space: nowrap;
}
.toolsBar .toolsElement.spacer {
  padding: 0 6.666666666666667px;
}
/* ------------------------------------------------  ui ----------------------------------------------------*/
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: nwse-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*-------------------------------------------------   FOLIO ------------------------------------------------------*/
.folio_scrollbar {
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 25px;
  z-index: 100;
  overflow: auto;
  opacity: .1;
}
.folio_scrollbar:hover {
  opacity: .8;
}
/*-------------------------------------------------   UPLOADIZE ------------------------------------------------------*/
.uploadizeDrop {
  padding: 0;
  line-height: 30px;
  position: relative;
  width: 100%;
  min-height: 20px;
  background: rgba(175, 220, 255, 0.3);
  border: 1px dashed #009ef6;
  margin: 10px 0;
  cursor: pointer;
}
.uploadizeDrop i {
  padding: 10px;
}
.uploadizeDrop.visible {
  min-height: 60px;
  margin: 0;
  border: 2px dashed #009ef6;
  text-align: left;
  padding: 4px;
  background: #ffffff url('../../../img/dropBgnd.png') no-repeat center center;
  background-size: 55px;
}
.uploadizeDrop.imageUploader {
  background: rgba(255, 255, 255, 0.3) url('../../../img/picture.png') no-repeat center center;
}
.uploadizeDrop img {
  display: block;
}
.uploadizeDrop p {
  margin: 10px;
  font-size: 14px;
}
.uploadizeDrop [disabled] {
  opacity: .5;
}
.uploadizeFileBox {
  margin: 0;
  background-color: #ffffff;
  border: 1px dotted #009ef6;
  text-align: left;
  padding: 4px;
  color: #009ef6;
}
.uploadizeProgress {
  width: 0;
  position: relative;
  min-height: 20px;
  background-color: #a6a9af;
  text-align: center;
  padding: 1px 0;
  font-size: 14px;
  color: #ffffff;
  margin-top: 2px;
}
.uploadizeProgress.uploadizeError {
  background-color: #d30202;
  color: #ffffff;
}
.uploadizeProgress.uploadizeOK {
  background-color: #16c70a;
  color: #ffffff;
}
.uploadizeInputFile {
  display: none;
}
.uploadizeDragOver:not(body):not(#twChatWindow) {
  position: relative;
  background: rgba(19, 149, 224, 0.3) !important;
  /*url('../../../img/raster.png')*/
}
body.uploadizeDragOver:after {
  content: "";
  background-image: url('../../../img/dropBgnd.png');
  /*, url('../../../img/raster.png')*/
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-color: rgba(19, 149, 224, 0.3);
  /*rgba(19, 149, 224, 0.6);*/
  position: fixed;
  top: 0px;
  left: 0px;
  width: calc(100vW - 0px);
  height: calc(100vH - 0px);
  z-index: 10000;
  margin: 0;
  background-size: auto !important;
  border: 2px dotted white;
  box-sizing: border-box;
}
.imageUploaderOpener {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #ffffff;
  padding: 2px;
  font-size: 140%;
  line-height: 32px;
  display: none;
  border-radius: 100%;
  cursor: pointer;
}
.canEdit:hover .imageUploaderOpener,
.canWrite:hover .imageUploaderOpener {
  display: block;
}
/*------------------------------------------------- TABSET ------------------------------------------------------*/
.tabSetBox {
  padding-bottom: 14px;
}
.tabSetBox .tabSetHeader {
  border-bottom: 1px solid #d2d4d7;
  position: relative;
  white-space: nowrap;
}
.tabSetBox .tabSetHeader .tabSetPre,
.tabSetBox .tabSetHeader .tabSetPost,
.tabSetBox .tabSetHeader .tabSetTabs {
  vertical-align: top;
}
.tabSetBox .tabSetHeader .tabPre,
.tabSetBox .tabSetHeader .tabPost {
  padding: 0 10px 0 0;
  border-bottom: 0;
}
.tabSetBox .tabSetHeader .tabPost {
  position: absolute;
  right: 0;
}
.tabSetBox .tabSetHeader .tab {
  margin: 0 2px 0 0;
  text-align: center;
  display: inline-block;
  line-height: 18px;
}
.tabSetBox .tabSetHeader .tab .button.textual {
  color: #131924;
  padding: 7px 15px;
}
.tabSetBox .tabSetHeader .tab .button.textual:hover {
  color: #009ef6;
  text-decoration: none;
}
.tabSetBox .tabSetHeader .tab .tabImg {
  opacity: .50;
}
.tabSetBox .tabSetHeader .tabSelected {
  border-bottom: 3px solid #009ef6;
  background-color: #ffffff;
}
.tabSetBox .tabSetHeader .tabSelected .button.textual {
  padding-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
}
.tabSetBox .tabSetHeader .tabDisabled {
  opacity: .4;
}
.tabSetBox .tabSetHeader .tabDisabled .tabImg {
  opacity: .30;
}
.tabSetBox .tabSetHeader .tabDisabled a {
  color: #a6a9af;
}
.tabSetBox .tabBox {
  padding-top: 14px;
}
@media only screen and (max-width: 1366px) {
  .tabSetBox .tabSetHeader .tab .button.textual {
    padding: 7px 5px;
  }
}
/*-------------------------------------------------  WBS ALBERO ------------------------------------------------------*/
.wbsManagedArea {
  width: 100%;
}
.wbsManagedArea .wbsTreeWrapper {
  position: fixed;
  z-index: 101;
  width: 300px;
  height: 100vh;
  background: #f7f7f8;
  overflow: auto;
  overflow-x: hidden;
  transition: width 0.4s;
  left: 0;
  top: 0;
  margin-top: 0;
  padding: 20px 15px 20px 15px;
}
.wbsManagedArea .wbsTreeWrapper .wbsTreeButtons {
  padding-bottom: 14px;
  white-space: nowrap;
}
.wbsManagedArea .wbsTreeWrapper ul#wbs {
  position: relative;
}
.wbsManagedArea .wbsTreeWrapper ul#wbs > li {
  overflow: auto;
  width: 100%;
  padding-left: 5px;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree {
  margin: 0;
  padding: 0;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree ul {
  list-style-type: none;
  border-left: 1px dotted #a6a9af;
  padding: 0 0 0 10px;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node {
  list-style-type: none;
  padding: 0;
  border-bottom: 1px solid #d2d4d7;
  min-width: 180px;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node:last-of-type {
  border-bottom: none;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .openTree {
  margin: 3px 0 0 -5px;
  position: absolute;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .openTree:before {
  font-family: "icons";
  content: "[";
  padding-right: 5px;
  color: #a6a9af;
  cursor: pointer;
  font-size: 12px;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .addProps {
  display: table-cell;
  color: #a6a9af;
  white-space: nowrap;
  background-color: #f7f7f8;
  right: 0;
  position: absolute;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .addProps .teamworkIcon {
  padding-left: 4px;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .nodeActions {
  position: absolute;
  transition: all 0.5s;
  right: 0;
  background: #f7f7f8;
  text-align: right;
  padding: 0 2px;
  width: 60px;
  opacity: 0;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .nodeActions button {
  padding: 0 0 0 10px;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .tskSts {
  font-size: 10px;
  display: table-cell;
  width: 1%;
  padding-left: 10px;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .taskName {
  padding: 3px 5px;
  display: table-cell;
  width: 90%;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .taskName:hover .nodeActions {
  /*right: 20px;*/
  opacity: 1;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .taskName a {
  cursor: pointer;
  color: #0a344d;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .global {
  display: none;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node .local {
  display: inline-block;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node.selected > .taskName > a {
  font-weight: bold;
  color: #0a344d;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node.collapsed .global {
  display: inline-block;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node.collapsed .local {
  display: none;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node.collapsed .openTree:before {
  font-family: "icons";
  content: "}";
  padding-right: 5px;
}
.wbsManagedArea .wbsTreeWrapper .wbsTree li.node.collapsed ul {
  display: none;
}
.wbsManagedArea.ganttMode .nodeActions {
  display: none;
}
.wbsManagedArea #collapseTreeView {
  position: fixed;
  top: 12px;
  margin-left: -30px;
  z-index: 103;
}
.wbsManagedArea .wbsContent {
  position: relative;
  width: calc(100vw - 350px);
  min-width: 956px;
  min-height: calc(100vh - 30px);
  margin-left: 300px;
  transition: all 0.4s;
}
.wbsManagedArea.collapsed .wbsContent {
  width: calc(100vw - 70px);
  margin-left: 20px;
}
.wbsManagedArea.collapsed .wbsTreeWrapper {
  width: 20px;
  padding: 0;
}
.wbsManagedArea.collapsed .wbsTree {
  display: none;
}
.wbsManagedArea.collapsed .wbsTreeButtons {
  display: none;
}
.wbsData .filterBar {
  margin-top: 0;
}
/* ------------------------------------------------------- ADMIN AND TOOLS ------------------------------------------------------- */
.adminIntro ul {
  padding: 0;
}
.adminIntro ul li {
  list-style-type: none;
  margin: 10px 0;
}
.adminIntro ul li label {
  display: block;
}
.adminIntro .licenseBox {
  padding: 0;
  margin: 0;
}
.adminIntro .licenseBox li {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #d2d4d7;
  padding-bottom: 3px;
}
.adminIntro .licenseBox li strong {
  display: inline-block;
  white-space: nowrap;
}
.adminIntro .licenseBox li label {
  display: inline-block;
  width: 150px;
}
.adminIntro .inverse {
  border-radius: 5px;
  background: #009ef6;
  color: #ffffff;
}
.adminIntro .inverse label {
  color: #ffffff;
}
.adminIntro .inverse hr {
  background-color: rgba(255, 255, 255, 0.5);
}
.adminIntro .circle {
  display: inline-block;
  margin: 1em;
  min-height: 160px;
}
.adminIntro .panel {
  padding: 0 20px 14px 0;
}
.adminIntro .checklistEl:before {
  content: "";
  width: 20px;
  display: inline-block;
  font-family: "icons";
}
.adminIntro .checklistEl.done:before {
  content: "‹";
  color: #75a800;
}
.tabBox code {
  padding: 3px;
  background-color: transparent;
  color: #0a344d;
  display: block;
  white-space: pre-wrap;
  font-size: auto;
}
.toolsIntro ul {
  padding: 0;
}
.toolsIntro ul li {
  list-style-type: none;
  border-bottom: 1px solid #d2d4d7;
  padding: 5px 0 10px;
}
.toolsIntro ul li label {
  display: block;
}
.circles-textl {
  font-size: 16px;
  color: #ffffff;
}
.stripLicenseInfo {
  padding: 0 15px;
  background-color: #fbf29f;
  color: #009ef6;
  position: absolute;
  top: 0;
  left: 60px;
  width: auto;
  text-align: center;
  height: 22px;
  line-height: 22px;
  z-index: 10;
  /*border-radius: 0 0 0 10px;*/
}
.chat-opened .stripLicenseInfo {
  left: 340px;
}
/*------------------------------------------------- CALENDAR BAR ------------------------------------------------------*/
.calendarBar {
  background-color: #f7f7f8;
  border-top: 2px solid #d2d4d7;
  border-bottom: 1px solid #d2d4d7;
  padding: 6px 5px;
}
.calendarBar h4 {
  color: #2a5f8b;
  cursor: pointer;
}
.calendarBar .toolsBar {
  max-width: 96vw;
}
/*------------------------------------------------- AGENDA ------------------------------------------------------*/
.calHeader {
  background-color: #f7f7f8;
  text-align: left;
  border-top: 2px solid #d2d4d7;
  border-bottom: 1px solid #d2d4d7;
  height: 40px;
}
.calHeader.left {
  text-align: left;
  width: 155px;
  padding-left: 20px;
}
.calHeader.right {
  text-align: right;
  width: 155px;
  padding-right: 20px;
  white-space: nowrap;
}
.spanEvents {
  border-top: 2px solid #d2d4d7;
  border-bottom: 1px solid #d2d4d7;
}
.agendaSpanEvents {
  border: 1px solid #cecfd2;
  border-top: none;
  background-color: #F9F9F9;
}
/*------------------------- DATE PICKER ----------------------------------*/
.calBox {
  background-color: #009ef6 !important;
  border-radius: 3px;
  padding: 6px;
}
.calDayHeader {
  background-color: #009ef6 !important;
  font-size: 8px;
}
.calElement .selected {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
}
.calElement .selected.today {
  background-color: #e88665 !important;
  border: 1px solid #ffffff !important;
}
.calDay .calOutOfScope {
  color: rgba(255, 255, 255, 0.6) !important;
}
.calDay .calOutOfScope:hover {
  color: #ffffff !important;
}
.day {
  position: relative;
  /*border-right: 1px solid @gray_3;*/
  vertical-align: top;
}
.day .button {
  font-size: 13px;
}
.day > .table {
  border-collapse: separate;
  border-spacing: 0;
}
.calendar {
  overflow-y: hidden;
  overflow-x: hidden;
}
.calendar .day {
  border-right: 1px solid #d2d4d7;
}
.calendar .day:first-of-type {
  border-left: 1px solid #d2d4d7;
}
.hourSep {
  border-bottom: 1px solid #d2d4d7;
  background: transparent;
  padding-left: 3px;
  font-size: 10px;
  background-image: url('../../../img/hourSep.svg');
  background-size: contain;
}
.now {
  border-top: 2px solid #e88665;
  z-index: 10;
}
.calendar .workPlan {
  background-color: #131924;
  opacity: .05;
}
.agendaEvent {
  background-color: #daeaff;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  min-height: 3px;
  border-radius: 3px;
  border: 1px solid #ffffff !important;
}
.agendaEvent.compact {
  overflow: hidden;
  border-radius: 0;
  min-height: 20px;
}
.agendaEvent .hours {
  font-size: 9px;
  white-space: nowrap;
  position: relative;
  opacity: 1;
  font-weight: 600;
}
.agendaEvent .eventBody {
  padding: 6px;
}
.agendaEvent.compact .eventBody {
  font-size: 9.9px;
  width: 100%;
  top: -5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.agendaEventSpan {
  border: 0;
  background-color: #daeaff;
  padding: 0 4px;
  font-size: 12px;
  min-height: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ffffff;
}
.agendaEventSpan .eventBody {
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
}
.agendaEventSpan.rightArrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: inherit;
  border-right: none;
  position: absolute;
  right: -15px;
  top: 1px;
}
.agendaEventSpan.leftArrow:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right-width: 15px;
  border-right-style: solid;
  border-right-color: inherit;
  border-left: none;
  position: absolute;
  left: -15px;
  top: 1px;
}
.eventBody {
  position: relative;
}
.eventCreator {
  position: absolute;
  background: url("../../../img/raster.png");
  border: 1px solid #d2d4d7;
  z-index: 10;
}
.eventCreator .creatorHtml {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  bottom: 0;
  left: 0;
  padding: 0 5px;
}
.EVResize {
  cursor: s-resize;
}
.EVDrag {
  cursor: move;
}
.EVDrag .agendaEvent.dragging {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4), inset 0 0 0 1px #ffffff;
  opacity: .7;
  z-index: 100;
}
.eventAttendees {
  float: right;
}
.microEdit {
  max-width: 500px;
  min-height: 80px;
  z-index: 100;
  padding: 8px;
}
.microEdit .hours {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 5px;
  display: block;
}
.microEdit input {
  margin-bottom: 3px;
}
.microEdit .eventAttendees {
  float: left;
  margin-bottom: 10px;
}
.schedComposer {
  background-color: #ecedee;
  padding: 10px;
  margin-bottom: 10px;
}
.schedComposer .schedComposerLine {
  padding-bottom: 10px;
}
.taskIssueBox {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ffffff;
  position: absolute;
  width: 100%;
  background-color: rgba(255, 253, 201, 0.8);
  margin-left: -5px;
  top: 28px;
  text-align: left;
}
.taskIssueBox.day {
  margin-left: 0;
  top: 0;
  padding-left: 35px;
}
.tskIssBox {
  float: left;
  min-width: 150px;
  padding: 2px;
  color: #797e88;
}
.tskIssBox img {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
}
.offAlert {
  width: 100px;
  height: 24px;
  position: absolute;
  right: 0;
  background-color: rgba(51, 51, 51, 0.5);
  color: #ffffff;
  z-index: 10;
  display: none;
  padding: 2px 5px;
  font-size: 12px;
  text-align: center;
}
#offScreenAlertBox.offTop .offTop {
  display: block;
  top: 28px;
  border-radius: 0 0 4px 4px;
}
#offScreenAlertBox.offBottom .offBottom {
  display: block;
  border-radius: 4px 4px 0 0;
}
/*------------------------------------------------- BOARD ------------------------------------------------------*/
.boardArea .boardData {
  z-index: 0;
}
.boardArea .boardDesc {
  width: 40%;
}
.boardArea .boardColumn .button {
  background-color: #ffffff;
}
.boardArea .boardColumn .button:hover {
  color: #131924;
}
.boardBox {
  position: fixed !important;
  min-height: calc(100vh - 50px);
  min-width: 100%;
  left: 0px;
  top: 50px;
}
/* -------------------------------------------------- BOOKMARKS ------------------------------------------------------- */
.inlineContainerWrapper.manageFavorites {
  border-spacing: 10px;
}
.inlineContainerWrapper .portletBox {
  padding: 12px 20px 20px;
}
.inlineContainerWrapper .portletBox.bookmarkletDiv {
  border: 1px solid #009ef6;
}
.inlineContainerWrapper .portletBox.bookmarkletDiv a.drag {
  background: url("../../../img/dragIcon.png") no-repeat 3px center;
  cursor: move;
  padding: 2px 8px 2px 24px;
  border: 1px solid #131924;
  color: #797e88;
}
.inlineContainerWrapper .portletBox.bookmarkletDiv a.drag:hover {
  text-decoration: none;
}
/*------------------------------------------------- CHAT ------------------------------------------------------*/
.chat {
  display: block;
  position: fixed;
  left: 60px;
  top: 0;
  background-color: #131924;
  width: 0;
  height: 100vh;
  overflow: hidden;
  transition: all 0.1s 0.1s ease-out;
  box-shadow: 3px 3px 3px #00000040;
  z-index: 1;
}
.chat-opened #chat {
  display: block;
  width: 280px;
  position: absolute;
  left: 60px;
}
.twEmoticon {
  max-width: 24px;
  height: 24px;
  border: 0;
  display: inline-block;
  margin: 5px;
  width: 24px;
}
.emoticonsBox {
  display: none;
}
.emoticonsBox .emoticonElement {
  display: inline-block;
  margin: 5px;
}
.emoticonsBox .emoticonElement:hover {
  opacity: .6;
  cursor: pointer;
}
.showEmoticons .highlight {
  border-radius: 100%;
}
.emoticonBig {
  max-width: inherit;
  width: 48px;
  height: 48px;
}
.mbBalloon .emoticonsBox {
  padding: 30px 10px 10px !important;
  display: block;
}
@media only screen and (min-width: 1600px) {
  .chat-opened #chat {
    position: relative;
    left: 60px;
  }
  .chat-opened main {
    left: 340px;
    width: calc(100% -  -220px );
  }
}
/*------------------------------------------------- DASHBOARD ------------------------------------------------------*/
.home {
  background-color: #ecedee;
}
.topHome {
  position: relative;
  padding-bottom: 8px;
}
.topHome .dashboardLinksBox {
  display: inline-block;
  margin-left: 40px;
  position: absolute;
  right: 0;
  top: -15px;
}
.topHome .dashboardLinksBox a {
  margin-left: 10px;
}
.topHome .dashboardLinksBox .teamworkIcon {
  font-size: 120%;
  color: #959699;
}
.headerHome {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mainColumnHome {
  padding-left: 8px;
  width: 70%;
  float: right;
  margin-top: 8px;
}
.oneColumnHome {
  width: 100%;
  float: left;
  margin-top: 8px;
}
.rightColumnHome {
  padding-right: 8px;
  width: 30%;
  float: left;
  margin-top: 8px;
}
.bottomHome {
  clear: both;
  margin: 20px 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mainColumnHome {
    padding-left: 0;
    width: 100%;
    float: none;
  }
  .rightColumnHome {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 1366px) {
  .columnTaskName {
    max-width: 200px;
    overflow: hidden;
  }
  .columnTaskCode {
    max-width: 100px;
    overflow: hidden;
  }
}
/* ------------------------------------------------------- DOCUMENTS ------------------------------------------------------- */
.documentList {
  margin: 0 0 10px 0;
}
.documentList .docLabel {
  margin: 3px 5px 3px 0;
}
.documentList a {
  display: block;
  border-bottom: 1px solid #d2d4d7;
  font-weight: normal;
  line-height: 25px;
}
.docLabelWrapper {
  clear: both;
  padding: 2px 0;
}
.docLabelWrapper img {
  /*float: left;*/
  margin: 0 4px 0 0;
  position: relative;
  width: 20px;
  vertical-align: middle;
}
tr.alternate td .docLabelWrapper img {
  /*float: none;*/
  margin: 0;
}
.customFormLink {
  border-bottom: 1px solid #d2d4d7;
  padding: 4.666666666666667px 0;
  margin-bottom: 4.666666666666667px;
}
/* ------------------------------------------------------- FORUM ------------------------------------------------------- */
.dpTitle {
  width: 100%;
}
.discussionPointRow {
  background-color: #f0f0f0;
}
.discussionLine {
  padding-top: 10px;
  border-top: 2px solid #cecfd2;
}
.discussionLine:first-of-type {
  border-top: 0;
}
.discussionLine:last-of-type {
  border-bottom: 2px solid #cecfd2;
}
.discussionLine .linkEnabled p {
  margin: 0;
}
.DIPEditor .docWrapper {
  display: inline-block;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.postEntry {
  position: relative;
  margin-bottom: 10px;
  background-color: #e7e7e7;
  padding: 10px;
}
.replyEntry {
  border-top: 2px solid #cecfd2;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  min-height: 50px;
}
.replyEntry:last-of-type {
  border-bottom: 20px solid #cecfd2!important;
  display: block;
  opacity: 1;
}
.discussionWrap {
  position: relative;
}
.commEditPlace .buttonArea {
  margin-top: 0;
  border-top: 0;
}
.discussionWrap .postMeta {
  margin: 0;
  position: relative;
  font-size: 13px;
}
.postAuthorImage {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.postMeta .button.delete {
  border: none;
}
.postMeta label {
  color: #959699;
  font-style: normal;
}
.postMeta label .author {
  color: #2F97C6;
}
.replyEntry .postAuthorImage {
  width: 30px;
  height: 30px;
}
.replyEntry .postAuthorImage .face {
  width: 25px;
  height: 25px;
}
.postEntry + h3,
.replyEntry + h3 {
  margin-top: 30px;
}
.replyDescription {
  padding-left: 25px;
}
.replyDescription p,
.postDescription p {
  margin: 0;
  padding: 0;
}
.discussionFooter {
  margin-top: 20px;
}
.replyDescription p a {
  color: inherit;
  text-decoration: underline;
}
.postDescription code,
.replyDescription code {
  margin: 10px 0 0;
  padding: 10px;
  background-color: #fff9e3;
  display: table;
}
.postDescription {
  font-size: 16px;
  max-width: 1024px;
}
.postDescription a {
  color: #444;
  text-decoration: underline;
}
.listData.discussionLine {
  padding: 10px 0 15px;
}
.discussionWrap h3 {
  margin-bottom: 10px;
}
.discussionFooter label {
  font-size: 14px;
  color: #959699;
}
.discussionList .postMeta,
.postEntry .postMeta,
.replyEntry .postMeta {
  padding-bottom: 5px;
}
.discussionList .postMeta label {
  padding-top: 2px;
}
#dipRows {
  margin: 10px 0;
  width: 100%;
}
#dipRows .DIPEditor,
#dipRows .DIPView {
  background-color: #ffffff;
  border-top: 2px solid #d6d6d6;
}
#dipRows .DIPEditor:last-of-type,
#dipRows .DIPView:last-of-type {
  border-bottom: 2px solid #d6d6d6;
  border-collapse: separate;
}
#dipRows .DIPEditor.new {
  background-color: #f7f7f8;
}
.dipMeta {
  padding: 15px 15px 15px 80px;
  width: 300px;
  white-space: normal;
  background-color: #f0f0f0;
}
.dipMeta td label {
  display: inline-block;
  text-indent: -70px;
}
.dipDocs {
  margin: 10px 0;
}
.bullet {
  color: #646668;
  margin-right: 5px;
  margin-left: 5px;
}
/* -------------------------------------------- ISSUES ---------------------------------------------*/
.toBeDoneToday {
  background-color: rgba(0, 158, 246, 0.05);
}
.toBeDoneToday .dateSpan {
  background-color: #009ef6;
  color: #ffffff;
  padding: 0 7px;
  border-radius: 10px;
}
#insertStatusNotes {
  display: none;
  background-color: #fff;
  border-radius: 2px;
  border-top: none;
  position: relative;
  z-index: 30;
  margin: 10px auto;
  width: 100%;
  min-height: 80px;
  padding: 10px 10px 20px;
  box-shadow: 0 0 0 2px #d6d6d6;
}
#insertStatusNotes textarea {
  width: 100%;
}
#insertStatusNotes .issueNotesClose {
  position: absolute;
  right: 10px;
  top: 10px;
}
.issueRow {
  position: relative;
}
.issueRow .ui-sortable-helper {
  background: #FFF8E0;
}
.issueRow .smartCombo {
  width: 100%;
}
.issueRow .dragHandler {
  cursor: move;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.issueRow .dragHandler:after {
  content: "=";
  font-family: "icons";
  left: 3px;
  top: 4px;
  position: absolute;
  color: rgba(255, 255, 255, 0.4);
}
.issueRow .status {
  position: relative;
}
.issueRow .status:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #ffffff;
  top: 0;
}
.issueRow .status:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
}
.issueRow .imgWrap img {
  max-width: 630px;
}
.issueRow .issueEditHoverButtons {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 34px;
  background-color: yellow;
  padding: 2px;
}
.issueRow.issueRowFocused {
  background-color: #ecedee;
}
.issueRow.selected {
  background-color: #fbf29f !important;
}
.issueRow:hover .issueEditHoverButtons {
  display: block;
}
.issueRow .issueButtonTd {
  border-left: 1px solid #ecedee;
  padding: 3px 5px!important;
  position: relative;
}
.issueRow.inEdit .issueButtonTd {
  border-left: none;
}
.issueRow .issueCustomFields {
  margin-top: 5px;
}
.issueRow .filesBox {
  line-height: 18px;
  margin: 5px 0;
  display: inline-block;
}
.issueRow .prioWrapper {
  transition: all .2s;
  width: 25px;
  text-align: center;
  opacity: 0;
}
.issueRow .prio {
  position: relative;
  text-align: center;
  color: #131924;
  font-size: 16px;
  left: -3px;
  cursor: pointer;
}
.issueRow:first-child .prio.up,
.issueRow:last-child .prio.down {
  display: none;
}
.issueRow .issueCreationDate {
  display: none;
}
.issueRow:hover .issueCreationDate {
  display: inline-block;
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-size: 8px;
  opacity: .6;
}
.issueRow .issueIdEdit {
  position: absolute;
  right: 3px;
  bottom: 15px;
  font-size: 8px;
  opacity: .8;
  user-select: all;
}
.issueRow .issueComments,
.issueRow .issueTags,
.issueRow .issueWorklog,
.issueRow .issueDocs {
  display: inline-block;
  margin-right: 20px;
}
.issueRow .issueTaskCell label {
  position: absolute;
  margin-left: 3px;
  margin-top: 5px;
}
.issueRow .issueCode {
  margin-right: 20px;
}
.issueRow .issueRowButtons {
  bottom: 5px;
  position: absolute;
  right: 0;
  min-width: 200px;
}
.selector {
  opacity: 0.5;
}
.selector:checked {
  opacity: 1;
}
.selectorAll {
  opacity: 0;
}
#ISSUEFILTER th:first-of-type,
#ISSUEFILTER tr.issueRow > td:first-of-type {
  padding: 4px 0;
}
#ISSUEFILTER th:nth-child(3) {
  text-align: right;
}
.table.dataTable .dataTableBody tr.issueRow > td {
  vertical-align: top;
  padding: 4px;
}
.table.dataTable .dataTableBody tr.issueRow > td.issueDrag {
  padding: 4px 1px;
}
#issueButtonBar {
  display: none;
}
.issueSubj {
  padding: 0 20px 5px 0;
  font-size: 14px;
}
.issueDesc {
  padding: 0 20px 5px 0 ;
  font-size: 12px;
  max-width: 100%;
}
.issueDescTd {
  position: relative;
  width: 50%;
}
td.issueTaskCell input {
  width: 100%;
}
#ISSUEFILTER .mbBalloonOpener.highlight {
  border-radius: 100%;
  line-height: 100%;
}
#ISSUEFILTER .mbBalloonOpener.highlight .cvcColorSquare {
  line-height: 100%;
}
.editIssue {
  position: absolute;
  bottom: 0;
  right: 5px;
  height: 10px;
  width: 30px;
  background-color: #ffffff;
  border: 1px solid #2F2F2F;
}
.cvcGravity .cvcSelBox .teamworkIcon:before {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
}
/*------------------------ KANBAN ---------------------------*/
.adder {
  display: none;
}
#board[organizeBy=TASK] div.task,
#board[organizeBy=ASSIGNEE] div.assignee,
#board[organizeBy=STATUS] div.status,
#board[organizeBy=GRAVITY] div.gravity {
  display: none;
}
.board {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.board.higher {
  height: 94vh !important;
}
.board.scaled .issueBox {
  transform: scale(0.75);
}
.board th {
  text-align: center;
  padding: 5px;
  font-size: 12px;
  cursor: move;
}
.board td.col {
  vertical-align: top;
  padding: 4px;
  min-width: 230px;
}
.hScrollingBox {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.issueBox {
  max-width: 230px;
  min-width: 230px;
  font-size: 12px;
  background-color: #ffffff;
  min-height: 100px;
  margin: 0 0 10px 0;
  padding: 10px;
  cursor: move;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}
.issueBox .body {
  margin-top: 3px;
  padding: 5px 0;
  text-overflow: ellipsis;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
.issueBox .body.shrinkedText {
  max-height: 60px;
}
.issueBox .body.shrinkedText br {
  display: none;
}
.issueBox .body.minHeight {
  min-height: 60px;
}
.issueBox .body.shrinkedText::after {
  height: 12px;
  background: linear-gradient(to top, #ffffff 20%, transparent);
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
}
.issueBox .body a {
  overflow-wrap: break-word;
}
.issueBox img.face.small,
.issueBox .shouldCloseBy,
.issueBox .duration {
  float: right;
}
.issueBox .shouldCloseBy,
.issueBox .duration {
  padding-right: 5px;
  font-size: 11px;
  color: #696767;
}
.issueBox .teamworkIcon.more,
.issueBox .teamworkIcon.worklog,
.issueBox .teamworkIcon.view {
  float: right;
}
.issueBox .teamworkIcon.more {
  margin-right: -5px;
}
.issueBox .teamworkIcon.worklog {
  margin-right: 5px;
}
.issueBox .teamworkIcon.view {
  margin-right: 10px;
}
.issueBox .teamworkIcon.active {
  cursor: pointer;
}
.issueBox-placeholder {
  height: 100px;
  padding: 10px;
  border: 1px dotted #000;
  border-radius: 5px;
  margin: 0 0 10px 0;
}
.issueBox.ui-sortable-helper {
  transform: rotate(5deg);
  box-shadow: 5px 10px rgba(0, 0, 0, 0.2);
}
#hideFilters {
  float: right;
  cursor: pointer;
  position: relative;
}
/*------------------------ PLANNER ---------------------------*/
.issueBox .subject,
.issueZoom .subject {
  font-weight: 500;
}
.taskExpanded {
  display: none;
}
.enlarged .taskExpanded {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  height: 15px;
  width: 180px;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  background-color: #fcedad;
}
.wwDayBody {
  padding: 4.666666666666667px 6.666666666666667px !important;
}
.wwDayLoadBox,
.wwDayLoadUnavail {
  font-size: 11px;
  width: 35px;
  padding-left: 5px;
}
.wwDayLoadBox {
  float: right;
}
.wwDayLoadUnavail {
  background-color: #f7e8e0;
  float: left;
  display: none;
}
.wwDayColumn {
  background-color: #ecedee;
  overflow-y: auto;
  min-height: 100vh;
  height: 100%;
}
.wwHoliday {
  background-color: #f7e8e0 !important;
  height: 100vh;
}
.wwDayColumn.enlarged {
  width: 100% !important;
}
.enlarged .wwDayColumn .issueBox {
  margin-right: 10px;
}
.wwResched {
  background-color: #fbf29f;
  position: sticky;
  left: 0;
  z-index: 99;
  min-width: 255px;
}
.wwStickyHeader {
  position: sticky !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 101  !important;
  /*border-bottom: 3px solid @gray_1;*/
}
.wwToDoWrapper {
  overflow-y: auto;
  min-height: 300px;
  height: 95%;
  scrollbar-color: #cccccc #fbf29f;
  scrollbar-width: thin;
}
.agendaPlanner td.working {
  background-color: #FFF;
}
.agendaPlanner td {
  background-clip: padding-box;
}
.dropOver {
  background-color: #DCF3FF !important;
}
.dateDiv {
  position: absolute;
  height: 10px;
  border-left: 1px solid #ecedee;
  color: #909090;
  white-space: nowrap;
  padding-top: 30px;
  padding-left: 2px;
  top: 0;
  font-size: 8px;
}
.dropdown-icon {
  min-width: 38px !important;
  width: 38px !important;
}
.divomo.dropdown-icon .button.textual {
  min-width: auto !important;
}
.arrowOpener {
  position: absolute;
  right: 0;
  top: 0;
}
/* -------------------------------------------------- LOGIN PAGE ------------------------------------------------------- */
.loginScreenContent {
  margin: 0 auto;
  text-align: center;
  padding: 15px;
}
.accessWrapper {
  position: relative;
  min-height: 350px;
}
.accessWrapper .helpOpener {
  text-align: right;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
}
.accessWrapper .helpOpener span.teamworkIcon {
  color: #a5a6a9;
}
.accessWrapper .helpBox {
  position: absolute;
  display: none;
  background-color: #fff;
  right: 10px;
  top: 10px;
  text-align: left;
  padding: 10px 20px;
  z-index: 1;
  border: 1px solid #d2d4d7;
}
.headingLogo {
  margin: 20px 0;
  color: #ffffff;
}
.loginBox {
  margin: 0 auto;
  max-width: 450px;
  position: relative;
  padding: 15px 20px;
}
.loginBox table {
  border-collapse: collapse;
}
.language {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.hideOnMobile {
  display: none;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
/*------------------------------------------------- MESSAGES ------------------------------------------------------*/
#messageListOpener {
  position: relative;
  height: 40px;
}
.notificationNumber {
  background-color: #b8860b;
  display: inline-block;
  color: #ffffff;
  min-width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 36px;
  position: absolute;
  right: 10px;
  padding: 0 3px;
  top: 7px;
  z-index: 15;
}
.messageListPlace .message {
  width: 100%;
  margin: 0;
  padding: 14px 20px;
  border-bottom: 1px solid #d2d4d7;
  position: relative;
}
.messageListPlace .message.unRead {
  background-color: #ecedee;
}
.messageListPlace .message:hover {
  background-color: #ecedee;
}
.messageListPlace .message .message_operator {
  float: none;
  margin: 5px 5px 0 0;
  position: absolute;
}
.messageListPlace .message .message_icon {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #009ef6;
  text-align: center;
  background-image: url("../../../img/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.messageListPlace .message .message_subject {
  font-weight: 700;
  display: block;
  margin-left: 40px;
  padding-bottom: 10px;
  font-size: 16px;
}
.messageListPlace .message .message_date {
  font-size: 80%;
  display: block;
  color: #a6a9af;
  margin-left: 40px;
}
.messageListPlace .message .message_link {
  margin: 10px 0 0 40px;
  display: block;
}
.messageListPlace .message .message_body {
  display: block;
  margin-left: 40px;
}
.messageListPlace .message blockquote {
  margin: 10px 1px;
  border-left: 3px solid #d2d4d7;
  padding-left: 10px;
}
/*---------------------- FEEDABCK MESSAGES --------------------------------------*/
.FFC_ERROR,
.FFC_WARNING,
.FFC_INFO,
.FFC_OK {
  position: relative;
  max-width: 500px;
  word-break: break-all;
  border: 3px solid;
  padding: 8px 20px 8px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.FFC_Global .button,
.FFC_Global button {
  background-color: #646668;
  border: 0;
  padding: 3px 5px;
  color: #ffffff;
  margin: 3px;
  border-radius: 3px;
}
.FFC_Global .button:hover,
.FFC_Global button:hover {
  background-color: #959699;
}
.FFC_Global img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.FFC_Global .close:before {
  opacity: 0.5;
  position: relative;
  top: 0;
  right: -10px;
}
.FFC_ERROR {
  border-color: #e1baba;
}
.FFC_WARNING {
  border-color: #e1e1bd;
}
.FFC_INFO {
  border-color: #c7d2e1;
}
.FFC_OK {
  border-color: #aee1b6;
}
#__FEEDBACKMESSAGEPLACE {
  position: fixed;
  width: 100%;
  max-width: 500px;
  z-index: 104;
  top: 10px;
  right: 10px;
}
#__FEEDBACKMESSAGEPLACE hr {
  background-color: rgba(255, 255, 255, 0.5);
}
.savingMessage {
  background-color: #009ef6;
  display: none;
  position: fixed;
  top: 0;
  left: 45%;
  text-align: center;
  z-index: 110;
  text-transform: uppercase;
  color: #ffffff;
  padding: 7px 20px 5px;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1;
  width: auto;
  animation: heart-pulse 0.6s infinite ease-out;
}
@keyframes heart-pulse {
  0% {
    transform: scale(0.92);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(0.92);
  }
}
.fullPageError {
  text-align: center;
  font-size: 20px;
  padding: 40px;
  color: #a6a9af;
  line-height: 30px;
  border: 2px solid #ecedee;
  margin: 80px 160px;
}
/* ------------------------------------------------------- PLAN ------------------------------------------------------- */
.cell,
.cellErr {
  width: 100%;
  background-color: transparent;
  border: 1px solid transparent;
}
.cell:focus,
.cellErr:focus {
  outline: none;
  box-shadow: none;
}
.cellErr {
  border: 1px solid #d30202;
}
.childNode h2 {
  margin-bottom: 5px;
}
.childNode h4 {
  padding: 4.666666666666667px 0;
  margin: 0;
}
.legenda {
  padding-top: 20px;
  padding-bottom: 35px;
}
.legenda div {
  display: inline-block;
  font-size: 12px;
}
.legenda div.color {
  width: 15px;
  height: 15px;
  white-space: nowrap;
  padding: 0;
  border: 1px solid #d2d4d7;
  position: relative;
  border-radius: 50%;
  margin-right: 2px;
  margin-left: 10px;
}
.legenda div.color.hasPlan {
  border-radius: 0;
}
.noteEditorButton {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #e0e0e0 transparent transparent;
}
.hasPlan .noteEditorButton {
  display: inline-block;
}
.hasNotes .noteEditorButton {
  border-color: transparent #a00000 transparent transparent;
}
.estIss .button,
.wlg .button,
.futPlan .button {
  word-break: normal !important;
}
.summary {
  margin-bottom: 5px;
}
.period span.error {
  color: #d30202;
}
.planResWL .columnTaskName {
  border-right: none!important;
}
.planResWL tr:hover > .columnTaskName {
  background-color: #ecedee;
}
.planResWL .columnTaskCode {
  position: sticky;
  left: 0;
  z-index: 1;
  /* valore minimo, deve sovrapporsi solo alle celle del calendario che hanno 0*/
}
.planResWL tr:hover > .columnTaskCode,
.planResWL tr:hover > .columnRoleCode {
  background-color: #ecedee;
}
.planResWL .day {
  vertical-align: middle;
}
.worklogWeek .day {
  font-weight: normal;
  position: relative;
  border-right: 1px solid #d6d6d6;
  vertical-align: top;
  text-align: right;
}
.worklogWeek .day:first-of-type {
  border-left: 1px solid #d6d6d6;
}
.dayHeader {
  background-color: #f7f7f8;
  white-space: nowrap;
  border-right: 1px solid #d2d4d7;
  text-align: center;
  color: #797e88;
  font-size: 11px;
  font-weight: 600;
  width: 40px;
}
.dayHeader:last-of-type {
  border-right: 0;
}
div.dayHeader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dayFooter {
  box-shadow: 0 -1px 0 #d2d4d7;
  text-align: center;
  font-size: 11px;
}
.dayHFooter {
  background-color: #f7e8e0;
}
#planNotesEditor {
  padding-top: 15px;
}
.doNotInsert,
.doNotInsert input {
  cursor: no-drop;
}
.header1w .dayHeader {
  width: 100px;
}
.header1w .dayHeader.dayHHeader {
  width: 40px;
}
/* -------------------------------------------- WORKLOG APPROVAL --------------------------------------------- */
.resourceChooser {
  margin-bottom: 5px;
}
.approvalCell table {
  background-color: rgba(223, 223, 223, 0.54);
  margin: 2px 2px 3px 0;
  max-width: 300px;
  border: 1px solid #cecfd2;
}
.worklogApproval .day .wlTime {
  min-width: 60px;
}
.worklogApproval .rowAppr .columnTaskName {
  width: 20%;
}
.worklogApproval .dragHandler {
  cursor: move;
  background: url(../../../img/grip.png) repeat left;
  background-image: url(../../../img/grip.png);
  background-position: left;
  background-repeat: repeat;
}
.worklogApproval .dragHandler:after {
  content: "";
}
@media only screen and (min-width: 1367px) {
  .header1w .dayHeader {
    width: 120px;
  }
  .header1w .dayHeader.dayHHeader {
    width: 80px;
  }
  .header2w .dayHeader {
    width: 100px;
  }
  .header2w .dayHeader.dayHHeader {
    width: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .header1w .dayHeader {
    width: 160px;
  }
  .header1w .dayHeader.dayHHeader {
    width: 100px;
  }
  .header3w .dayHeader {
    width: 120px;
  }
  .header3w .dayHeader.dayHHeader {
    width: 60px;
  }
}
/* -----------------------------------------------------  PORTLETS --------------------------------------------------- */
.portlet {
  overflow: hidden;
}
.portletText {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  color: #009ef6;
}
.portletParams {
  background-color: #ecedee;
  padding: 8px;
  margin: 5px 0;
}
.portletBox {
  padding: 15px 20px 20px;
  border: 1px solid #ecedee;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
}
.portletBox h5:first-of-type {
  padding-bottom: 14px;
}
.portletBox h5:first-of-type .button.textual {
  line-height: 100%;
}
.portletBox:before {
  background-color: #ecedee;
  height: 2px;
  position: absolute;
  top: 40px;
  width: 100%;
  content: "";
  left: 0;
}
.portletBox.welcomeDiv:before {
  height: 0;
}
.portletBox.wp_demoInfo:before {
  height: 0;
}
.portletBox .linkForEntity {
  overflow: hidden;
  position: relative;
}
.portletBox .linkForEntity:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  right: 0;
  display: block;
  top: 0;
}
.portletBox.error {
  border: 1px solid #d2d4d7;
  background-image: url(../../../img/raster.png);
}
.portletBox.error:before {
  height: 0;
}
.portletBoxPlaceholder {
  padding: 12px 20px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  min-height: 300px;
  color: #d2d4d7;
  background-color: #f7f7f8;
  border: none;
}
#twInnerContainerPopup .portletBox {
  padding: 0;
  border: none;
  margin-bottom: 20px;
  border-radius: 0;
}
#twInnerContainerPopup .portletBox:after {
  height: 0;
}
.portletParamIcons {
  float: right;
  margin-top: -3px;
}
.portletParamIcons .teamworkIcon {
  font-size: 15px;
  color: #a6a9af;
  display: none;
}
.portletParamIcons .teamworkIcon:hover {
  color: #646668;
}
.portletContainer:hover .portletParamIcons .teamworkIcon {
  display: inline-block !important;
}
@media only screen and (min-width: 1281px) {
  [areaname="MAIN"] #wp_projSumm .columnTaskCode span {
    width: 150px;
  }
}
/*------------------------------------------------- RESOURCES ------------------------------------------------------*/
.ADEditor:first-of-type,
.ADViewer:first-of-type {
  margin: 20px 0 1px;
}
.ADEditor:last-of-type,
.ADViewer:last-of-type {
  border-bottom: 1px solid #d2d4d7;
}
.ADEditor {
  border-top: 1px solid #d2d4d7;
  width: 100%;
  margin: 1px 0;
  padding: 2px 5px 4px 0;
}
.ADEditor .dragHandler {
  padding: 10px;
}
.ADEditor:last-of-type {
  border-bottom: 1px solid #d2d4d7;
}
.ADViewer {
  background-color: #ffffff;
  border-top: 1px solid #cecfd2;
  width: 100%;
  margin: 1px 0;
}
.ADViewer:last-of-type {
  border-bottom: 1px solid #d2d4d7;
}
.ADViewer td {
  padding: 10px ;
}
.workgroupDataWrapper {
  max-height: 300px;
  overflow: auto;
}
.resSubscription .subTaskCell .button {
  white-space: break-spaces;
}
/*------------------------------------------------- FULL TEXT SEARCH ------------------------------------------------------*/
div.ftSearchBlack {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
}
div.ftSearchBox {
  position: fixed;
  z-index: 150;
  width: 600px;
  left: calc(50% - 300px);
  top: 115px;
}
div.ftSearchBox:before {
  position: absolute;
  content: "\4c";
  font-family: "icons" !important;
  font-weight: normal;
  font-size: 24px;
  left: 10px;
  top: 10px;
  color: #d2d4d7;
  z-index: 100;
}
div.ftSearchBox .ftClose {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  line-height: 21px;
  text-align: center;
  box-shadow: 0 0 8px #4d5360;
}
div.ftSearchBox .formElementsBigger.fullSearch {
  padding-left: 40px !important;
  position: relative;
  border-radius: 5px;
}
div.ftSearchBox .teamworkIcon.filter,
div.ftSearchBox .teamworkIcon.openCalendar {
  position: absolute;
  top: 15px;
  cursor: pointer;
}
div.ftSearchBox .teamworkIcon.filter::before,
div.ftSearchBox .teamworkIcon.openCalendar::before {
  font-size: 18px;
}
div.ftSearchBox .teamworkIcon.filter {
  right: 30px;
}
div.ftSearchBox .teamworkIcon.openCalendar {
  right: 60px;
}
div.ftSearchBox #ftsObjsBox,
div.ftSearchBox #ftsDatesBox {
  position: absolute;
  right: 0px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #4d5360;
  border-radius: 5px;
  width: 50%;
}
div.ftSearchBox #ftsObjsBox .title,
div.ftSearchBox #ftsDatesBox .title {
  font-weight: bold;
  margin-bottom: 10px;
}
div.ftSearchBox #ftsObjsBox div,
div.ftSearchBox #ftsDatesBox div {
  margin-bottom: 5px;
}
div.ftSearchBox #ftsObjsBox div label,
div.ftSearchBox #ftsDatesBox div label {
  margin-left: 5px;
}
div.ftSearchBox .ftsResultBox {
  position: absolute;
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 220px);
  margin: 10px 0 0;
  background-color: #ffffff;
  border-radius: 5px;
}
div.ftSearchBox .ftsResultBox .ftResultRow {
  border-bottom: 1px solid #ecedee;
  background-color: #ffffff;
  padding: 20px;
  /*margin: 10px 20px;*/
  position: relative;
  cursor: pointer;
}
div.ftSearchBox .ftsResultBox .ftResultRow:hover {
  background-color: #ecedee;
}
div.ftSearchBox .ftsResultBox .ftResultRow .ftScore {
  position: absolute;
  bottom: 2px;
  right: 5px;
  font-size: 8px;
  color: #888;
}
div.ftSearchBox .ftsResultBox .ftResultRow .face {
  width: 36px;
  height: 36px;
}
div.ftSearchBox .ftsResultBox .ftResultRow.selected {
  background-color: #eeb922;
}
div.ftSearchBox .ftsResultBox .ftMore {
  background-color: #eee;
  border-radius: 0 0 5px 5px;
  padding: 5px 15px;
  cursor: pointer;
  text-align: center;
  text-transform: lowercase;
}
div.ftSearchBox .ftsResultBox .highlight {
  background-color: #ffff00;
  font-weight: bold;
}
div.ftSearchBox .ftsResultBox .bestMatch {
  font-style: italic;
  font-size: 105%;
}
div.ftSearchBox .ftsResultBox .bestFragments {
  font-size: 85%;
}
div.ftSearchBox .ftsResultBox img.persistentFileLink {
  width: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
}
/*------------------------------------------------- SIDEBAR ------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
}
body menu#sidebar {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  background: #1c222c;
  top: 0;
  left: 0;
  width: 60px;
  height: 100vh;
  overflow: hidden;
}
body menu#sidebar .sidebar-logo img {
  width: 60px;
}
body menu#sidebar .sidebar-logo:hover img {
  opacity: .5;
}
body menu#sidebar .sidebar-header {
  display: table;
  width: 100%;
}
body menu#sidebar .sidebar-header div {
  display: table-cell;
}
body menu#sidebar .sidebar-menu {
  position: relative;
  height: calc(100% - 150px);
}
body menu#sidebar .sidebar-menu .add-global {
  transition: transform .2s;
  position: relative;
  text-decoration: none;
  font-size: 13px;
  display: block;
  padding: 14px 0;
  text-align: center;
  width: 100%;
}
body menu#sidebar .sidebar-menu .add-global:before {
  content: url("../../../img/menu/menu-icons_add.svg");
  opacity: 1;
  width: 34px;
  display: inline-block;
}
body menu#sidebar .sidebar-menu .add-global:hover {
  transform: scale(1.1);
}
body menu#sidebar a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  display: block;
  padding: 4.666666666666667px 0;
  text-align: center;
}
body menu#sidebar a:before {
  width: 26px;
  display: inline-block;
  opacity: .5;
}
body menu#sidebar a:hover:before {
  opacity: 1;
}
body menu#sidebar a.selected:before {
  opacity: 1;
}
body menu#sidebar a.tools:before {
  content: url("../../../img/menu/menu-icons_tools.svg");
}
body menu#sidebar a.resources:before {
  content: url("../../../img/menu/menu-icons_resources.svg");
}
body menu#sidebar a.issues:before {
  content: url("../../../img/menu/menu-icons_issues.svg");
}
body menu#sidebar a.agenda:before {
  content: url("../../../img/menu/menu-icons_agenda.svg");
}
body menu#sidebar a.plan:before {
  content: url("../../../img/menu/menu-icons_plan.svg");
}
body menu#sidebar a.tasks:before {
  content: url("../../../img/menu/menu-icons_tasks.svg");
}
body menu#sidebar a.dashboard:before {
  content: url("../../../img/menu/menu-icons_dashboard.svg");
}
body menu#sidebar a.documents:before {
  content: url("../../../img/menu/menu-icons_documents.svg");
}
body menu#sidebar a.worklogs:before {
  content: url("../../../img/menu/menu-icons_worklogs.svg");
}
body menu#sidebar a.costs:before {
  content: url("../../../img/menu/menu-icons_costs.svg");
}
body menu#sidebar a.search:before {
  content: url("../../../img/menu/menu-icons_search.svg");
}
body menu#sidebar a.chat-opener:before {
  content: url("../../../img/menu/menu-icons_chat.svg");
}
body menu#sidebar a.mentions:before {
  content: url("../../../img/menu/menu-icons_mentions.svg");
}
body menu#sidebar a.messages:before {
  content: url("../../../img/menu/menu-icons_messages.svg");
}
body menu#sidebar a.selected {
  color: #009ef6;
}
body menu#sidebar a .teamworkIcon {
  position: relative;
  text-align: center;
  font-size: 24px;
}
body menu#sidebar .sidebar-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #1c222c;
  margin-bottom: 14px;
}
body aside#sidebar-logs {
  width: 0px;
  border-right: 1px solid #131924;
  background-color: #FFF;
  white-space: normal;
  transition: all 0.1s 0.1s ease-out;
}
body aside#sidebar-logs #sidebar-logs-close,
body aside#sidebar-logs #sidebar-mentions-archive {
  cursor: pointer;
  position: absolute;
  padding: 10px 30px 0 0;
  top: 5px;
}
body aside#sidebar-logs #sidebar-logs-close {
  right: -10px;
  z-index: 1;
}
body aside#sidebar-logs #sidebar-mentions-archive {
  right: 20px;
  display: none;
}
body aside#sidebar-logs #sidebar-logs-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
body aside#sidebar-logs.opened {
  width: 400px;
}
body aside.sidebar-sub-menu {
  position: fixed;
  display: block;
  white-space: nowrap;
  width: 0;
  height: 100vh;
  overflow: hidden;
  background-color: #131924;
  left: 60px;
  top: 0;
  z-index: 1;
}
body aside.sidebar-sub-menu .sidebar-logo {
  padding: 10px 7px 20px 0;
  height: 70px;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.1s 0.1s ease-out;
  background-color: #1c222c;
  margin-bottom: 14px;
}
body aside.sidebar-sub-menu .sub-menu {
  padding: 10px 20px;
}
body aside.sidebar-sub-menu .sub-menu h3 {
  color: #d2d4d7;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 14px;
  white-space: break-spaces;
  word-break: break-word;
}
body aside.sidebar-sub-menu .sub-menu .nav-text {
  opacity: 1;
  transition: all 0.2s 0.1s ease-out;
  position: relative;
  display: block;
}
body aside.sidebar-sub-menu .sub-menu a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 2;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03rem;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body aside.sidebar-sub-menu .sub-menu .button.textual {
  font-size: 14px;
  letter-spacing: 0.03rem;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body aside.sidebar-sub-menu .sub-menu .button.textual:hover {
  color: #009ef6;
  text-decoration: none;
}
body aside.sidebar-sub-menu .sub-menu .button.textual.focused {
  color: #009ef6;
  font-weight: normal;
  text-decoration: none;
}
body aside.sidebar-sub-menu .sub-menu .separator {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body aside.sidebar-sub-menu .sub-menu button {
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 2;
  font-weight: 300;
}
body aside.sidebar-sub-menu .menuTimeCounter {
  background: #009ef6;
  display: inline-block;
  width: auto;
  margin-top: 10px;
}
body aside.sidebar-sub-menu .menuTimeCounter a {
  color: #ffffff;
  padding: 5px 20px 3px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
  width: auto;
}
body.sub-menu-opened aside.sidebar-sub-menu {
  display: block;
  width: 200px;
}
.counterActiveDot {
  display: none;
  color: #16c70a;
  position: absolute;
  top: 6px;
  right: 0;
}
.worklogs .counterActiveDot {
  display: none;
  position: absolute!important;
  right: 15px;
}
body.counterActive .counterActiveDot {
  display: block;
}
body.counterActive .teamworkIcon.counterActiveDot {
  display: block;
}
@media only screen and (max-height: 768px) {
  body menu#sidebar a {
    padding: 4px 0;
  }
  body menu#sidebar a:before {
    width: 23px;
  }
}
@media only screen and (max-height: 600px) {
  body menu#sidebar a {
    padding: 3.5px 0;
  }
  body menu#sidebar a:before {
    width: 20px;
  }
}
/*------------------------------------------------------- STICKY  STYLES -------------------------------------------------------  */
.sticky {
  position: fixed !important;
  background: #ffffff;
  min-width: 320px;
  min-height: 100px;
  z-index: 101;
  /* at least higher than Upgrade Div overlay */
  box-shadow: 0 0 4px #999;
}
.stickyTitle {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px;
  cursor: move;
}
.stickyTitle .title {
  display: inline-block;
  font-size: 11px;
}
.stickyButtons {
  position: absolute;
  display: inline-block;
  right: 6px;
  white-space: nowrap;
  top: 4px;
  text-align: right;
}
.stickyButton {
  color: #131924;
  vertical-align: middle;
  padding: 0 0 0 10px;
  cursor: pointer;
  display: none;
}
.stickyBody {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px 15px;
  overflow: auto;
}
.stickySubject {
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 13px;
}
.sticky[status=ICONIZED] * {
  display: none;
}
.sticky[status=ICONIZED] {
  transition-property: left, width;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.28, 0.95, 0.11, 0.99);
  width: 10px !important;
  height: 25px !important;
  left: 0!important;
  overflow: hidden !important;
  min-height: 0 !important;
  min-width: 0 !important;
  border: none;
  border-radius: 0  2px 2px 0;
  box-shadow: none;
}
.sticky[status=ICONIZED]:hover {
  left: 0 !important;
  width: 230px !important;
  z-index: 50 !important;
}
.sticky[status=ICONIZED] .stickySubject {
  padding: 0;
  position: relative;
  height: 18px;
  top: 3px;
}
.sticky[status=ICONIZED]:hover .stickyBody,
.sticky[status=ICONIZED]:hover .stickySubject,
.sticky[status=ICONIZED]:hover .stickyBody .stickySubject span {
  display: block !important;
  text-align: right;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.board .sticky[status=ICONIZED] {
  left: 0!important;
}
/*------------------------------------------------- TASK ------------------------------------------------------*/
.dataBox .currentDates {
  display: flex;
}
.dataBox .currentDates span {
  padding-right: 20px;
}
.dataBox .statsHistory div {
  display: flex;
}
.dataBox .statsHistory div span {
  padding-right: 20px;
}
.dataBox .statusBall {
  border-radius: 100%;
  position: relative;
  height: 35px;
  width: 35px;
  display: inline-block;
}
.dataBox .statusBallLabel {
  display: inline-block;
}
.dataBox .taskImage {
  position: relative;
}
.dataBox .taskImage.canEdit {
  border: 1px dotted transparent;
}
.dataBox .taskImage.canEdit:hover {
  border: 1px dotted rgba(159, 207, 233, 0.8);
}
.dataBox .taskImage.canEdit:hover:before {
  content: "";
  position: absolute;
  background: url(../../../img/raster.png);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.checkupElement {
  display: inline-block;
  text-align: left;
  border: #ffffff 2px solid;
  box-shadow: 0 0 0 4px rgba(46, 186, 255, 0.3);
  text-indent: 10px;
}
.generalData > div {
  padding: 7px 0;
}
/*------------ TASK STATUS ICON -----------------*/
.taskStatusIcon.private {
  position: relative;
}
.taskStatusIcon .private {
  position: absolute;
  right: -5px;
}
/*------------ TASK LIST -----------------*/
.columnTaskName .taskColoured {
  left: 0;
}
.columnTaskName a {
  width: 100%;
  display: block;
  white-space: normal;
  max-width: 300px;
  min-width: 200px;
  word-break: break-word;
}
.columnTaskName > span {
  display: block;
}
.columnTaskCode {
  width: 10%;
  font-size: 11px;
}
.columnTaskCodeSpan {
  width: 100%;
  word-break: break-word;
  display: block;
  min-width: 100px;
}
tr.alternate > td.columnTaskName {
  padding-left: 10px;
}
.taskColored {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
}
.taskRowTaskImage {
  position: absolute;
  right: 2px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 38px;
  top: 1px;
  width: 38px;
  background-position: center center;
  opacity: 0.4;
  border: 4px solid white;
  /*filter: grayscale(100%);
  -webkit-filter: grayscale(100%);*/
}
.tlTaskName a.taskName {
  width: 100%;
  white-space: normal;
  max-width: 300px;
  min-width: 200px;
  word-break: break-word;
}
.tlTaskCode {
  width: 10%;
  font-size: 11px;
}
.taskLogRow .taskLogButtons {
  text-align: center;
  vertical-align: top;
  visibility: hidden;
}
.taskLogRow:hover .taskLogButtons {
  visibility: visible;
}
.taskLogRow.inEdit .commentHeader {
  background: linear-gradient(90deg, #ffcc33, #ffffff);
}
.tlTaskDate {
  position: relative;
  padding-right: 20px!important;
}
.tlTaskDate .milestone {
  position: absolute;
  right: 2px;
}
.taskImage {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 20px;
}
/* ------------------------------------------------------- ASSIGNMENT ------------------------------------------------------- */
.assPriorityCell {
  border-bottom: 1px solid #cecfd2;
  padding: 4px 4px 0;
}
.linkCell a {
  overflow: hidden;
}
.totals td {
  /*border-top: 2px solid @gray_4;*/
  box-shadow: 0 -1px 0 #d2d4d7;
  font-weight: 600;
  padding: 3px;
  text-align: right;
  position: relative;
}
.totals td.totByCol {
  vertical-align: top;
}
.columnAssigName a {
  white-space: normal;
  width: auto;
  max-width: 500px;
  display: inline;
  word-break: break-word;
}
.columnAssigName .button.textual.arrowSmall {
  font-size: 9px;
  padding-left: 5px;
  min-height: 5px;
}
.lastMod {
  position: absolute;
  font-style: italic;
  right: 5px;
  top: 5px;
}
.columnAssigName {
  min-width: 200px;
}
/* ------------------------------------------------ OPERATOR LOAD --------------------------------------------- */
.dayLabel {
  cursor: pointer;
}
.loadBounderE {
  overflow: hidden;
  position: relative;
}
.loadBounderI {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.loadPerc {
  font-size: 9px;
  font-weight: bolder;
  font-style: italic;
  color: #959699;
  position: absolute;
  width: 100%;
  text-align: center;
}
.loadPerc span {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0 3px;
}
.loadElem {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.dayWorkCap {
  position: relative;
  border-top: 2px solid #D30202;
}
/*-------------------------------------------   WORKLOG OVERVIEW ------------------------------------------------------*/
.tdCell {
  text-align: center;
  font-size: 80%;
}
.dayHeader.total {
  text-align: right;
}
.isUnavail:after {
  content: "*";
  position: absolute;
  top: 0;
  right: 3px;
}
/*----------------------------------------------   WORKLOG WEEK ------------------------------------------------------*/
.worklogWeek .agendaCell {
  background-color: transparent;
  vertical-align: top;
  border-top: 2px solid #cecfd2;
}
.worklogWeek .agendaCell .button {
  white-space: normal;
}
.worklogWeek .totals {
  font-size: 12px;
}
.insertWLBox {
  width: 400px;
}
.totByRow {
  font-weight: 600;
  text-align: right;
  font-size: 12px;
}
.wlmill {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  opacity: .5;
}
.wlmill:hover {
  opacity: 1;
}
.agendaCell {
  background-color: #ecedee;
  vertical-align: top;
}
.action {
  border: none;
  font-size: 12px;
  cursor: pointer;
}
.olexplain {
  display: none;
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 0;
}
.olexplain .mbBalloon {
  left: -110px;
  top: 10px;
  padding: 0;
}
.olexplain .mbBalloon table tr .status div {
  width: 10px !important;
  height: 10px !important;
  margin-right: 5px;
}
.olexplain .mbBalloon table tr:hover {
  background-color: #f7f7f7;
}
.olexplain .mbBalloon table tr input {
  background-color: transparent;
}
.olexplain .mbBalloon table tr td {
  padding: 4px;
  border-bottom: 1px dotted #cecfd2;
  background-color: #ffffff;
}
.wlTime {
  width: 60px;
}
.wlTime:focus {
  outline: none;
}
.wlTime .day.sel {
  /*background-color: #eff9ff !important;*/
  border: 1px groove  #a5a6a9 !important;
}
.day .wlTime {
  width: 100%;
  min-width: 60px;
}
.wlDescr {
  width: 100%;
  outline: none;
}
.wlDescr:focus {
  outline: none;
}
.wwAddAnother {
  position: absolute;
  right: 32px;
  top: 7px;
  cursor: pointer;
  font-size: 16px;
  width: 12px;
  height: 12px;
  border: 1px solid #909090;
  background-color: #ffffff;
  line-height: 10px;
  text-align: center;
}
/*------------------------------------------------- STATISTICS ------------------------------------------------------*/
.taskStats {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.taskStats .statsBlock {
  height: 12vw;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.taskStats .statsBlock.large {
  width: 50%;
  margin-bottom: 10px;
}
.taskStats .statsBlock.medium {
  width: 33%;
  padding-top: 30px;
  margin-bottom: 90px;
  border-top: 1px solid #d2d4d7;
}
.taskStats .statsBlock.medium.bar {
  padding-top: 10px;
  margin-bottom: 10px;
}
.taskStats .statsBlock.small {
  width: 25%;
}
.taskStats .statsBlock.bigPerc {
  text-align: center;
}
.taskStats .statsBlock.bigPerc h1 {
  font-size: 60px;
  letter-spacing: -0.05em;
}
.taskStats .statsBlock > div {
  width: 100%;
}
.taskStats .statsBlock h2 {
  font-size: 48px;
  letter-spacing: -0.05em;
}
.taskStats .statsBlock label {
  font-size: 15px;
  color: #4d5360;
}
.taskStats .statPercBar {
  padding: 2px 40px;
  height: 20px;
}
.taskStats .statBarBG {
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
}
.taskStats .statBarFG {
  display: inline-block;
  height: 100%;
}
.taskStats .labelBar {
  font-size: 11px;
}
.taskStats .pieText {
  width: 100%;
  position: absolute;
  top: 110%;
}
.taskStats .gaugeText {
  width: 100%;
  position: absolute;
  top: 60%;
}
.taskStats .gauge {
  position: relative;
  width: 20vw;
  height: 20vw;
  margin: auto;
}
.taskStats .pie {
  position: relative;
  width: 12.5vw;
  height: 12.5vw;
  margin: auto;
}
#taskBaselines .statsBlock {
  height: auto;
  padding: 0 8px 8px 0;
  width: 33%;
  display: block;
  min-height: 80px;
}
#taskBaselines .statsBlock label {
  padding: 0 0 4px;
}
#taskBaselines .statBarBG {
  margin-right: 40px;
  height: 15px;
}
#taskBaselines .statBarFG {
  height: 15px;
}
#taskBaselines .statHealtPos {
  position: absolute;
  border: none;
  background-color: #444;
  width: 2px;
  height: 17px;
  top: -1px;
}
.chartBlock .chartBox {
  height: 250px;
  margin: 20px 0;
  border-top: 1px solid #d2d4d7;
  padding-top: 10px;
}
.chartBlock .chartBox small {
  font-size: 10px;
  height: 14px;
  display: block;
}
.statHealthPos {
  position: absolute;
  border: none;
  background-color: #444;
  width: 2px;
  height: 17px;
  top: -1px;
}
.statHealthBackground {
  background: linear-gradient(to right, rgba(230, 0, 0, 0.7) 0%, rgba(251, 255, 0, 0.7) 25%, rgba(0, 255, 9, 0.7) 50%, rgba(32, 128, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (max-width: 1280px) {
  .statsBlock.bigPerc h1 {
    font-size: 48px;
  }
  .statsBlock h2 {
    font-size: 40px;
  }
}
/*------------------------------------------------- TIME COUNTER ------------------------------------------------------*/
.timeCounter {
  padding: 1px 3px;
  display: inline-block;
  border: 1px solid #797e88;
  background-color: #ffffff;
  color: #131924;
  border-radius: 3px;
  font-size: 119%;
  font-weight: 600;
}
.timeCounter .counterLabel {
  font-size: 80%;
  font-weight: 300;
  margin-left: 2px;
}
.tcSlim .smartCombo {
  padding: 6px;
  width: 100%;
}
.tcSlim .timetimeCounter {
  padding: 3px 4px;
}
.timeCounterWidget .columnTaskCode span {
  width: 150px;
}
.timeCounterWidget .timeCounter {
  border-color: transparent;
  background-color: transparent;
}
/*------------------------------------------------- WORKGROUP ------------------------------------------------------*/
.workgroupElement {
  float: left;
}
.workgroupElement .button.icon.rounded.small {
  margin: 2px 1px;
}
.workgroup .workgroupWrapper .workgroupElement {
  position: relative;
  margin-right: 10px;
  display: table;
  width: 32%;
}
.workgroup .workgroupWrapper .workgroupElement:last-of-type {
  clear: both;
}
.workgroup .workgroupWrapper .workgroupElement:nth-child(3n) {
  margin-right: 0;
}
.workgroup .workgroupWrapper .workgroupElement > div {
  height: 45px;
  border-bottom: 1px solid #ecedee;
  padding: 3px 6px 0 3px;
  vertical-align: top;
  max-width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.workgroup .workgroupWrapper .workgroupElement > div.issuesOpen {
  text-align: center;
  background-color: #f7f7f8;
  vertical-align: middle;
  width: 40px;
  font-size: 12px;
  color: #a6a9af;
  position: relative;
}
.workgroup .workgroupWrapper .workgroupElement > div.issuesOpen:after {
  font-family: "Icons";
  content: "E";
  font-size: 12px;
  color: #d2d4d7;
  position: absolute;
  top: 2px;
  left: 2px;
}
.workgroup h5 button,
.workgroup h5 a {
  margin: 0 4px !important;
}
#wgCandBox .wgAdd {
  cursor: pointer;
  position: relative;
}
#wgCandBox .wgAdd:before {
  top: 10px;
  position: absolute;
}
#wgCandBox .wgAdd input {
  cursor: pointer;
  opacity: 0;
}
#wgCandBox .wgRemove {
  display: none;
}
#wgSelBox .wgRemove {
  cursor: pointer;
}
#wgSelBox .wgAdd {
  display: none;
}
.wgBox {
  width: 100%;
  height: 250px;
  overflow: auto;
  float: left;
  padding: 2px 0;
}
.wgResEl {
  border-bottom: 1px solid #ecedee;
  padding: 4px 0;
}
.wgResEl table {
  width: 100%;
}
.wgResEl table td.wgName {
  text-align: left;
  width: 90%;
}
.legendaBox .workgroupElement {
  line-height: 100%;
}
/*-------------------------------------------------   RESOURCE ------------------------------------------------------*/
.workgroupAD {
  font-size: 11px;
  color: #797e88;
  margin-bottom: 2px;
}
.workgroup .workgroupResource {
  padding: 2px 0;
}
.wkGroupOpener {
  display: flex;
}
.wkGroupOpener .button.opener {
  margin-top: 10px;
}
/*-------------------------------------------------   WP ISSUE SUMMARIES ---------------------------------------------------------*/
.issueSummary a.issBtn {
  border-radius: 100%;
  border: 2px solid transparent;
  width: 25px;
  cursor: pointer;
  display: inline-block;
  font-weight: bolder;
  font-size: 11px;
  line-height: 21px;
}
.issueSummary a.issBtn:hover {
  border-color: #ecedee;
}
.issueSummary a.issBtn.issExpired {
  background-color: #d30202;
  color: white;
}
.issueSummary a.issBtn.issToday {
  background-color: #009ef6;
  color: #ffffff;
}
.issueSummary a.issBtn.issBlock {
  border-color: #d30202;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #131924;
  font-family: -apple-system, "Segoe UI", sans-serif;
  margin: 0;
  height: 100%;
  font-size: 13px;
}
/* sfondo del fullscreen */
body::backdrop {
  background-color: rgba(255, 255, 255, 0);
}
li {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
sup {
  font-size: 60%;
  line-height: 100%;
}
a {
  text-decoration: none;
  color: #009ef6;
}
a:hover {
  text-decoration: underline;
}
a.aHover {
  text-decoration: underline;
}
.separator-h {
  padding: 10px;
}
.separator-h:after {
  content: " | ";
  color: #d2d4d7;
}
.separator {
  margin: 14px 0;
  border-top: 1px solid #d2d4d7;
}
.separator.no-line {
  margin: 28px 0;
  border-top: 0;
}
.hiddenElement {
  display: none;
}
/* ------------------------------------------------------- VARIOUS ------------------------------------------------------- */
.faded {
  opacity: .4;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.displayNone,
.hidden {
  display: none;
}
.wrapText {
  white-space: normal;
}
hr {
  height: 1px;
  padding: 0;
  background-color: #d2d4d7;
  background-color: rgba(0, 0, 0, 0.18);
  border: none;
}
.descrEl {
  font-size: 12px;
  position: relative;
  font-style: italic;
  display: inline-block;
  color: #797e88;
}
.bolder {
  font-weight: 600;
}
.loading {
  background-image: url(../../../img/ripple.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
code {
  padding: 3px;
  background-color: #fbf29f;
  color: #797e88;
  display: inline-block;
  white-space: pre-wrap;
  font-size: 13px;
}
.bbLoggedInfo {
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
  color: #797e88;
  display: inline-block;
  float: right;
}
.waiting {
  cursor: progress;
}
.floatRight {
  float: right;
}
.italic {
  font-style: italic;
}
/*-------------- TAG -----------------------------*/
.tag.button.textual {
  display: inline-block;
  background-color: #0094e7;
  padding: 0 7px 1px 7px;
  position: relative;
  margin: 0 1px 0 0;
  font-size: 9.9px;
  color: #ffffff;
  border-radius: 10px;
  text-shadow: none;
  letter-spacing: 0.05em;
  line-height: normal;
}
.tag.button.textual:hover {
  text-decoration: none;
}
/*-------------- BOXES -----------------------------*/
.box {
  background-color: #ecedee;
  padding: 10px;
  margin: 10px 0;
}
.notice {
  padding: 11px;
  background-color: #fbf29f;
  color: #b8860b;
  border-radius: 5px;
  font-size: 13px;
}
.boxInfo {
  background-color: #daeaff;
  padding: 10px;
  margin: 20px 0;
}
.floatWindow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 450px;
  margin: auto;
  z-index: 101;
}
/*-------------- CONFIRM BOX -----------------------------*/
.confirmBox {
  vertical-align: middle;
  background: #ffffff;
  padding: 12px 15px 10px;
  position: absolute;
  white-space: nowrap;
  display: block;
  font-size: 11px;
  z-index: 205;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.confirmBox span {
  cursor: pointer;
  font-weight: bolder;
  padding: 0 0 0 15px;
}
.confirmBox span.confirmNo {
  color: #009ef6;
}
.confirmBox span.confirmNo:hover {
  color: #131924;
}
.confirmBox span.confirmYes {
  color: #009ef6;
}
.confirmBox span.confirmYes:hover {
  color: #d30202;
}
.confirmBox span:hover {
  /*background-color: rgba(0,0,0,.1);
      border-radius: 2px;*/
}
/* ---------------------------------------------------- BULK ----------------------------------------------------- */
.bulkOpBar {
  background-color: #ecedee;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: sticky;
  display: none;
  z-index: 101;
  text-align: left;
  width: 100%;
}
.bulkOpBar > div,
.bulkOpBar > span {
  display: table-cell;
  padding-right: 40px;
}
.bulkData {
  margin: auto;
  text-align: left;
  margin-bottom: 10px;
}
/*----------------------------------------  HINT ---------------------------------------*/
.hint {
  font-style: italic;
  font-size: 16px;
  width: 100%;
  padding: 20px 0;
  font-weight: 300;
  text-align: left;
  color: #009ef6;
}
.hint .noassign {
  text-align: center;
  padding: 30px 0;
}
.footerWarningWrapper {
  display: table;
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}
.footerWarningWrapper .footerWarning {
  background-color: #daeaff;
  display: table-cell;
  text-align: center;
  padding: 20px;
}
/*-------------------------------------------------  Webkit custom scrollbar ------------------------------------------------*/
/* 06/2020 The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.2);
}
/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
/*----------------------------- OVERFLOW ----------------------------------*/
.overflowActive {
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, #ffffff 100%);
  display: block;
  z-index: 10;
}
.scrollWrapper {
  /*border: 1px solid black;*/
  position: absolute;
  min-width: calc( 100vw - 20px );
  padding-right: 10px;
}
/* ------------------------------------------------------- DRAG ------------------------------------------------------ */
.draggableOver {
  color: #959699;
  border-bottom: 1px solid #959699;
}
.droppingEl {
  opacity: .5;
  border-bottom: 1px solid #959699;
}
.dragHandler {
  cursor: move;
  position: relative;
}
.dragHandler:after {
  content: "=";
  font-family: "icons";
  left: 5px;
  top: 7px;
  position: absolute;
  /*opacity: 0;*/
}
/* ------------------------------------------------------- PERCENTILE ------------------------------------------------------ */
.percentileDisplay {
  position: relative;
}
.percentileDisplay .percBg {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.percentileDisplay .percLeftBar {
  position: absolute;
}
.percentileDisplay .percLbl {
  width: 100%;
  position: absolute;
  top: 0;
  line-height: 100%;
  background: none;
  padding: 2px 3px;
  text-align: left;
}
.paramBox {
  display: none;
  background-color: #f7f7f8;
  border-top: 1px solid #d2d4d7;
}
.paramBox .filterBar {
  margin: 0;
  padding: 10px 5px;
}
.paramBox .filterBar .filterElement {
  margin-bottom: 0;
  background-color: #ffffff;
}
.highlight {
  background-color: #fbf29f !important;
}
.attention {
  color: #eeb922 !important;
}
.bgAttention {
  background-color: #eeb922 !important;
}
.warning {
  color: #d30202 !important;
}
.bgWarning {
  background-color: #d30202 !important;
  color: #fff;
}
.bgRoutine {
  background-color: #D3FFCD !important;
}
.bgOnVacation {
  background-image: url("../../../img/raster2.png") !important;
}
.bgIsOk {
  background-color: #B0FDB4 !important;
}
.bgHoliday {
  background-color: #f7e8e0 !important;
  /* corrisponde al -1 sulla capacità lavorativa della risorsa e sui sab, dom 1/1 del calendario*/
}
.bgOutOfScope {
  background-color: #fbf29f !important;
}
.bgExceeded {
  background-color: rgba(239, 74, 69, 0.8) !important;
}
.bgOverwork {
  background-color: #09edaf!important;
}
.bgOverPlanned {
  background-color: #f79705 !important;
}
.bgUnderplanned {
  background-color: #ffff00 !important;
}
.bgZeroPlan * {
  color: #a6a9af;
}
.bgWorkDone {
  background-color: #2F2F2F;
}
.bgOutOfMonth {
  background-color: #f7f7f8;
}
.bgInThePast {
  background-color: #f7f7f8 !important;
}
.bgAssDisabled > td,
div.bgAssDisabled {
  background-image: url("../../../img/raster.png");
}
.bgPersonal {
  background-color: #afdcff !important;
}
.bgExternal {
  background-color: #d3ffcd !important;
}
.bgMeeting {
  background-color: #CFF7EA !important;
}
.bgReminder {
  background-color: #eeb922 !important;
}
.bgToday {
  background-color: #e88665 !important;
  color: #ffffff !important;
}
/*
.day .button.textual.isUnavailability:before {
  background-color: #f4cdcb;
}

.table.fixFoot tfoot td.isUnavailability {
  background-color: #f4cdcb;
  border-color: #f4cdcb;
  border-right-color: rgb(244, 205, 203);
}

*/
/*
.day .button.textual.bgReminder:before {
  background-color: @accent_color;
}


.day .button.textual.bgMeeting:before {
  background-color: @light_color;
}

.button.textual.bgExternal {
background-color: @external_color
}
*/
