.liujo-logo {
  color: white;
  font-size: 370%;
}

.vertically-centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-static-side {
  position: fixed;
}

.dataTables-example span.hidden {
  display: none;
}

.locked {
  background-color: red;
}

.text-green {
  color: #3c763d;
}

[ng-click] {
  cursor: pointer;
}

[ng-click].disabled {
  cursor: default;
  pointer-events: none;
}

.liujo-wrapper-details {
  padding: 15px 15px 15px 15px;
  background-color: white;
}

tr.liujo-table-filters th {
  font-weight: normal;
  font-style: italic;
}

tr.liujo-table-filters .chosen-container-multi .chosen-choices .search-field input[type="text"].default {
  color: #d0d0d0;
}

table.liujo-table-details tr.main {
  background-color: white;
}

table.liujo-table-details tr.detail {
  background-color: white;
  font-style: italic;
}

table.liujo-table-details tr.riga-totali {
  background-color: white;
  font-weight: bold;
}

thead.liujo-table-header {
  background-color: #f3f3f3;
}

table.liujo-table-details {
  overflow-x: auto;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0px;
}

table.liujo-table-details th.liujo-team-activity-label-cell {
  width: 35em;
  min-width: 35em;
  max-width: 35em;
  white-space: nowrap;
  overflow: hidden;
}

.liujo-progressive-revealer {
  font-size: 125%;
  color: #c0c0c0;
  padding: 0.75em 0;
  margin: 0.5em 0;
  text-align: center;
  cursor: pointer;
}

.liujo-progressive-revealer .liujo-control {
  border-radius: 0.5em;
  padding: 0.25em 1.25em;
}

.liujo-progressive-revealer:hover .liujo-control {
  color: #606060;
  background-color: #f0f0f0;
  transition-property: all;
  transition-duration: 0.15s;
}

.old-version {
  font-weight: normal;
  font-style: italic;
}

.tooltip-note-interne .tooltip-inner {
  max-width: 40em;
  text-align: justify;
  background-color: #f7f4de;
  color: black;
  position: absolute;
}

td.notifica-tooltip {
  position: relative;
}

td.notifica-tooltip::after {
  content: "\f075";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  right: 0px;
}

.tooltip-note-interne.tooltip.top-left .tooltip-arrow {
  border-top-color: #f7f4de;
}

/* number / spinner */
input[type="number"]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.footer-buttons {
  padding-bottom: 100px;
  text-align: right;
}

.liujo-footer-button-warning {
  margin-top: 10px;
  font-style: italic;
  white-space: pre;
  display: inline-block;
  width: 30%;
}

/* textarea character counter */
.liujo-text-limit {
  font-size: 85%;
  font-style: italic;
  color: #676a6c;
}

.liujo-text-limit.liujo-text-limit-ok {}

.liujo-text-limit.liujo-text-limit-warn {
  color: #E07000;
}

.liujo-text-limit.liujo-text-limit-reached {
  color: #f03030;
  font-weight: bold;
}

table.dataTables-example input.input-filling {
  width: 100%;
}

/* stile per la pagina creazione schede cliente */
textarea.reportNotes {
  min-width: 100%;
  resize: none;
  height: 150px;
}

#reportDetail tr td:first-child {
  border-left: 6px solid transparent;
}

.valore-originale-riepilogo {
  color: #c0c0c0;
}

tr.timesheet-row.old-version>td {
  color: #c0c0c0;
  height: 40px;
}

#reportDetail tr td:first-child.onsite {
  border-left-color: #1c84c6;
}

tr.timesheet-row>td {
  height: 55px;
}

.table>tbody>tr.timesheet-row>td {
  border: 0px solid transparent;
}

.table>tbody>tr.timesheet-row>td>* {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.table>tbody>tr.timesheet-row>td>p {
  z-index: 0;
}

.table>tbody>tr.timesheet-row.old-version>td>* {
  top: 0%;
}

tr.newTimesheet {
  background-color: #e6ffcc;
}

/* Stile modal WIP */
.cost-detail {
  margin: 10px 10px 30px 10px;
}

.cost-detail .amount,
.cost-detail input {
  text-align: right;
}

.wipTable {
  margin-top: 20px;
}

.wipTable td {
  padding: 10px 10px;
}

.wipNumber {
  text-align: right;
}

.liujo-flag-activity-text {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.liujo-flag-activity-revenue:before,
.liujo-flag-activity-cost:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 14px;
}

.liujo-flag-activity-revenue:before {
  content: "\f139";
  color: #a6d08c;
}

.liujo-flag-activity-cost:before {
  content: "\f13a";
  color: #ffa68c;
}

.liujo-task-revenue-icon:before {
  content: "\f139";
  color: #a6d08c;
}

.liujo-task-cost-icon:before {
  content: "\f13a";
  color: #ffa68c;
}

.liujo-order-profit-icon:before {
  background-color: #a6d08c;
}

.liujo-order-noprofit-icon:before {
  background-color: #c0c0c0;
}

.liujo-order-icon:before {
  content: "\f153";
  color: white;
  border-radius: 1.5em;
  min-width: 1em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
}

.liujo-order-profit-badge {
  background-color: #a6d08c;
  color: white;
}

.liujo-order-noprofit-badge {
  background-color: #c0c0c0;
  color: white;
}

.liujo-flag-compile-ok:before,
.liujo-flag-compile-need:before {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 15px;
}

.liujo-flag-compile-ok:before {
  content: "\f058";
  color: #3399ff;
  text-shadow: 0px 0px 3px white;
}

.liujo-flag-compile-need:before {
  content: "\f071";
  color: #ff9933;
  text-shadow: 0px 0px 3px white;
}

.liujo-flag-activity-corr {
  margin-left: 25px;
}

.liujo-button-balance-compile .liujo-flag-compile-need,
.liujo-button-balance-compile .liujo-flag-compile-ok {
  position: absolute;
  right: -9px;
  top: -10px;
}

.liujo-button-balance-compile {
  position: relative;
}

.liujo-button-note,
.liujo-button-no-note,
.liujo-button-navigation {
  background-color: transparent;
  border-width: 0px;
  padding: 5px 10px;
}

.liujo-button-note {
  color: #808080;
  font-size: 15px;
}

.liujo-button-no-note {
  color: #e0e0e0;
}

.liujo-button-navigation {
  cursor: pointer;
  font-size: 15px;
  padding: 1px 5px;
  color: #206080;
  text-decoration: none;
  border-radius: 100px;
}

.liujo-row-navigation:hover {
  cursor: pointer;
  color: #0080ff;
  text-shadow: 0 0 5px #d0f0ff;
}

.liujo-button-note:hover,
.liujo-button-no-note:hover {
  color: #000000;
}

.liujo-button-navigation:hover,
.liujo-row-navigation:hover .liujo-button-navigation {
  color: #0080ff;
  text-shadow: 0 0 5px #d0f0ff;
}

.fc-bgevent.liujo-timetracker-incomplete {
  background: linear-gradient(#ffc0c0, white, white, white, white, white);
}

.fc-bgevent.liujo-timetracker-exceded {
  background: linear-gradient(#ffff90, white, white, white, white, white);
}

.fc-bgevent.liujo-timetracker-out-of-contract {
  cursor: not-allowed;
  background: linear-gradient(grey, white, white, white, white, white);
}

.fc.fc-unthemed td.fc-today {
  background-color: #f0f0ff;
}

.liujo-header-name {
  font-size: 20px;
}

.liujo-header-detail {
  font-style: italic;
  font-size: 15px;
}

.liujo-table-disabled {
  opacity: 0.2;
}

.liujo-table-row-disabled {
  opacity: 0.2;
}

.liujo-filter-row {
  margin-top: 15px;
  min-height: 40px;
}

.chosen-container-active .chosen-single {
  border: 1px solid #1ab394;
  border-radius: 1rem !important;
}

.text-success {
  color: #007e00;
}

.chart-container {
  height: 65vh;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}

.bar-chart-container {
  height: 60vh;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}

#no_data-img {
  margin-top: 2px;
}

.liujo-tag-ctx-container {
  font-size: 130%;
  text-align: center;
}

.liujo-team-allocation {
  display: inline-block;
  padding: 0.2em;
  border-radius: 2em;
  font-size: 120%;
  line-height: 1em;
  min-width: 1.4em;
  max-width: 1.4em;
}

table>thead>tr.liujo-team-activity-header>th {
  font-weight: normal;
  padding: 2px;
}

.liujo-team-activity-expense .liujo-expander {
  visibility: hidden;
}

:not(.liujo-readonly)>.liujo-team-allocation:hover {
  background-color: #e8e8e8;
  border-color: white;
}

.liujo-team-allocation .fa-times {
  color: #ffa68c;
}

.liujo-team-allocation .fa-check {
  color: #a6d08c;
}

.liujo-container {
  height: 90%;
  overflow: auto;
}

.liujo-modal-body {
  height: 400px;
}

.liujo-resource-avatar+span {
  margin-left: 1.5em;
}

.liujo-resource-avatar+span.liujo-resource-avatar {
  margin-left: .5em;
}

.liujo-resource-avatar.control {
  border-color: #e0e0e0;
  background-color: white;
  color: #e0e0e0;
  border-style: dashed;
}

.liujo-resource-avatar:hover .delete {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

.liujo-resource-avatar-group {
  border-radius: 0.4em;
  display: block;
  font-size: 1.80vw;
  min-width: 4.5em;
  max-width: 4.5em;
  height: 4.5em;
  line-height: 1.3em;
}

.liujo-resource-external {
  box-shadow: inset 0 0 1px 5px rgba(255, 255, 255, 0.85);
}

.liujo-indent {
  text-indent: 3em;
}

.liujo-expander {
  padding: 0.4em;
  border-radius: 2em;
  font-size: 16px;
  display: inline-block;
  min-width: 1.8em;
  max-width: 1.8em;
  line-height: 1em;
}

*:hover>.liujo-expander {
  background-color: #f0f0f0;
}

.liujo-team-task-name {
  font-style: italic;
  line-height: 3em;
}

a.fc-event.liujo-event .fc-title {
  padding-left: 1.5em;
}

a.liujo-event .fc-title:before {
  content: "€";
  left: 0.1em;
  top: 0.1em;
  position: absolute;
  background-color: orange;
  width: 1.2em;
  border-radius: 2em;
  height: 1.2em;
  text-align: center;
}

/* css per reporting : */
#menu-outer {
  height: 40px;
  /*background-color: yellow;*/
  margin-top: 10px;
}

.table_ul {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto;
}

.ul_legend {
  list-style: none;
}

.ul_legend li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  font-family: Arial, "Times New Roman", Verdana;
  color: #777;
}

.ul_legend span {
  border: 1px solid #ccc;
  float: left;
  width: 40px;
  height: 16px;
  margin: 2px;
}

/* your colors */
.ul_legend .li_grey {
  background-color: #DADADB;
}

.ul_legend .li_green {
  background-color: #00C000;
}

.ul_legend .li_blue {
  background-color: #0000C0;
}

.ul_legend .li_red {
  background-color: #FF0000;
}

.div_container {
  width: 100%;
  overflow: auto;
  /*background:#B1D4FF*/
}

.liujo-spacer {
  margin-bottom: 150px;
}

table.dataTables-example .liujo-adaptive-input {
  width: 100%;
}

.liujo-btn-grey {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.customBorder {
  border-radius: 0 20px 20px 0;
}

.liujo-box-dashboard {
  margin-top: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  min-height: 20em;
}

.liujo-box-dashboard:hover .liujo-box-dashboard-title {
  cursor: pointer;
  color: #0080ff;
  text-shadow: 0 0 5px #d0f0ff;
}

.liujo-box-dashboard-table {
  width: 100%;
}

.liujo-box-dashboard-title {
  font-size: 200%;
  color: #e0e0e0;
  margin-bottom: 10px;
}

.liujo-box-dashboard-table-large-data {
  font-size: 225%;
  vertical-align: bottom;
}

.liujo-box-dashboard-table-label {
  font-style: italic;
}

.liujo-box-dashboard-table-data {
  font-size: 125%;
}

.liujo-supplier-header {
  margin-bottom: 20px;
}

.liujo-span-navigation {
  cursor: pointer;
}

.liujo-span-navigation::after {
  font-size: 80%;
  opacity: 0.2;
  font-family: FontAwesome;
  content: "\f0c1";
  margin-left: 0.55em;
}

.liujo-span-navigation:hover {
  cursor: pointer;
  color: #0080ff;
  text-shadow: 0 0 5px #d0f0ff;
}

.liujo-span-navigation:hover::after {
  opacity: 1;
  color: #0080ff;
  text-shadow: 0 0 5px #d0f0ff;
}

.liujo-ibox-title {
  min-height: 65px;
}

.rz-tick-legend {
  font-style: italic;
  font-size: 75%;
  font-weight: bold;
}

.has-error .liujo-validated {
  border-color: #ed5565;
  background-color: #f2dede;
  color: #bd5565;
}

.has-success .liujo-validated {
  border-color: #1ab394;
  background-color: #dff0d8;
  color: #1a8364;
}

.liujo-report-no-result {
  text-align: center;
  opacity: 0.6;
  font-size: 150%;
  font-style: italic;
}

.liujo-flag-label-yes:before,
.liujo-flag-label-no:before,
.liujo-flag-advice-ok:before,
.liujo-flag-advice-ko:before,
.liujo-flag-state-approved:before,
.liujo-flag-state-rejected:before,
.liujo-flag-state-pending:before,
.liujo-flag-need-approval:before,
.liujo-flag-not-need-approval:before,
.liujo-flag-audit-state-expired:before,
.liujo-flag-audit-state-valid:before,
.liujo-flag-audit-state-open:before,
.liujo-flag-audit-outcome-ok:before,
.liujo-flag-audit-outcome-ko:before {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-size: 25px;
}

.liujo-flag-need-approval:before,
.liujo-flag-not-need-approval:before {
  margin-left: 10px;
}

.liujo-flag-label-yes:before {
  content: "\f00c";
  color: #55b83c;
}

.liujo-flag-label-no:before {
  content: "\f00d";
  color: #e72a2a;
}

.liujo-flag-advice-ok:before {
  content: "\f071";
  color: #55b83c;
}

.liujo-flag-advice-ko:before {
  content: "\f071";
  color: #e72a2a;
}

.liujo-flag-state-approved:before {
  content: "\f058";
  color: #55b83c;
}

.liujo-flag-state-rejected:before {
  content: "\f023";
  color: #e72a2a;
}

.liujo-flag-state-pending:before {
  content: "\f071";
  color: #e7952a;
}

.liujo-flag-need-approval:before {
  content: "\f12a";
  color: #e7952a;
}

.liujo-flag-not-need-approval:before {
  content: "\f00c";
  color: #55b83c;
}

.liujo-flag-audit-state-expired:before {
  content: "\f253";
  color: #e72a2a;
}

.liujo-flag-audit-state-valid:before {
  content: "\f00c";
  color: #55b83c;
}

.liujo-flag-audit-state-open:before {
  content: "\f303";
  color: #e7952a;
}

.liujo-flag-audit-outcome-ok:before {
  content: "\f005";
  color: #55b83c;
}

.liujo-flag-audit-outcome-ko:before {
  content: "\f005";
  color: #e72a2a;
}

.btn-success {
  background-color: #55b83c;
  border-color: #55b83c;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  background-color: #55b83c;
  border-color: #55b83c;
  color: #FFFFFF;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #55b83c;
  border-color: #55b83c;
}

.btn-primary {
  background-color: #1f90d8;
  border-color: #1f90d8;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #1f90d8;
  border-color: #1f90d8;
  color: #FFFFFF;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1f90d8;
  border-color: #1f90d8;
}

.liujo-btn-grey {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.liujo-btn-margin {
  margin-top: 10px;
  margin-left: 2px;
  margin-right: 2px;
}


.liujo-btn-audit-notes {
  background-color: #696969;
  border-color: #696969;
  color: #FFFFFF;
}

.liujo-btn-audit-notes:hover,
.liujo-btn-audit-notes:focus,
.liujo-btn-audit-notes:active,
.liujo-btn-audit-notes.active,
.open .dropdown-toggle.liujo-btn-audit-notes,
.liujo-btn-audit-notes:active:focus,
.liujo-btn-audit-notes:active:hover,
.liujo-btn-audit-notes.active:hover,
.liujo-btn-audit-notes.active:focus {
  background-color: #696969;
  border-color: #696969;
  color: #FFFFFF;
}

.liujo-btn-audit-notes:active,
.liujo-btn-audit-notes.active,
.open .dropdown-toggle.liujo-btn-audit-notes {
  background-image: none;
}

.liujo-btn-audit-notes.disabled,
.liujo-btn-audit-notes.disabled:hover,
.liujo-btn-audit-notes.disabled:focus,
.liujo-btn-audit-notes.disabled:active,
.liujo-btn-audit-notes.disabled.active,
.liujo-btn-audit-notes[disabled],
.liujo-btn-audit-notes[disabled]:hover,
.liujo-btn-audit-notes[disabled]:focus,
.liujo-btn-audit-notes[disabled]:active,
.liujo-btn-audit-notes.active[disabled],
fieldset[disabled] .liujo-btn-audit-notes,
fieldset[disabled] .liujo-btn-audit-notes:hover,
fieldset[disabled] .liujo-btn-audit-notes:focus,
fieldset[disabled] .liujo-btn-audit-notes:active,
fieldset[disabled] .liujo-btn-audit-notes.active {
  background-color: #696969;
  border-color: #696969;
}

.iamboo-logo-name {
  margin-bottom: 50px;
}

.middle-box.iamboo-middle-box h1 {
  font-size: 100px;
}

.iamboo-welcome-logo {
  font-size: 150px;
}

.liujo-audit-no-result {
  text-align: center;
  opacity: 0.6;
  font-size: 150%;
  font-style: italic;
  margin: 40px;
}

.liujo-language-btn {
  margin-bottom: 10px;
  text-align: center;
}

.liujo-language-btn button {
  min-width: 30px;
}

.liujo-btn-footer {
  margin-left: 5px;
}

.liujo-btn-min-width {
  min-width: 50px;
  ;
}

.liujo-main-supplier,
.liujo-msg-autosave {
  font-style: italic;
  font-size: 75%;
}

.liujo-type-question {
  margin: 50px;
}

.liujo-type-btn {
  min-height: 50px;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 150%;
  font-weight: bold;
}

.modal {
  padding-top: 4rem;
}