.api-container {
  display: flex;
  flex-direction: column;
  margin-top: 65px;
  padding-left: 30px; }

.api-content-container {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 140px); }

.api-list-container {
  max-width: 400px;
  overflow-y: auto; }

.api-module:hover {
  background-color: #F5F5F5; }

.api-module-title {
  margin: 2px 0px;
  margin-top: 10px;
  padding-left: 0px !important; }

.api-module-open-icon {
  cursor: pointer;
  font-size: 14px; }

.api-link {
  padding: 5px 0px 5px 15px; }

.api-link:hover {
  background-color: #F5F5F5; }

.api-link a {
  color: #333; }

.api-description-container {
  overflow-y: auto;
  margin-left: 5px; }

.api-url-container {
  display: flex;
  gap: 5px;
  margin-bottom: 5px; }

.api-method-tag {
  padding: 0px 3px;
  background-color: #393939;
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center; }

.api-code-pre {
  margin-bottom: 10px; }

.api-end-of-link {
  margin-bottom: 20px; }

.api-module-hr {
  border-top: 1px solid #ddd;
  margin-top: 0 !important; }

.api-credentials-menu {
  margin-top: 10px;
  margin-right: 10px;
  top: 50%; }

/*
 * Mixins
 * -------------------------------------------------------- */
.navigation {
  float: left;
  height: 50px;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 3; }
  .navigation.nav-toolbar--fixed {
    position: fixed; }
  .navigation::after {
    content: "";
    left: 0px;
    width: 100%;
    height: 1px;
    margin-top: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    pointer-events: none; }
  .navigation.opened::after {
    left: 85px; }

body.modal-open .navigation::after {
  display: none; }
body.modal-open .btn-menu {
  padding-bottom: 15px; }

.navigation.opened .navigation::after {
  left: 0; }

.navigation-default {
  height: 50px;
  position: relative; }
  .navigation-default:before, .navigation-default:after {
    content: "";
    display: table;
    clear: both; }

.side-navigation {
  float: left;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 85px;
  z-index: 1; }

.side-list {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 42px;
  width: inherit;
  margin-top: 8px;
  height: 100%; }
  .side-list:not(.popover-more-items-container) {
    border-right: 1px solid #e5e5e5; }

.side-item {
  height: 50px;
  position: relative;
  text-decoration: none; }
  .side-item:not(:last-of-type) {
    margin: 0 0 5px; }
  .side-item.active {
    background: #ffffff; }
    .side-item.active:not(.popover-more-items-item) {
      width: 86px; }
    .side-item.active > .side-item--link:hover, .side-item.active > .side-item--link {
      color: #000000;
      fill: #000000;
      text-decoration: none; }

.side-item-large {
  height: 60px !important; }

.side-item--link {
  color: #000000;
  fill: #000000;
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%); }
  .side-item--link:visited, .side-item--link:focus, .side-item--link:active {
    color: #000000;
    fill: #000000;
    text-decoration: none; }
    .side-item--link:visited > span, .side-item--link:visited i, .side-item--link:focus > span, .side-item--link:focus i, .side-item--link:active > span, .side-item--link:active i {
      text-decoration: none; }
  .side-item--link > span, .side-item--link i {
    color: inherit;
    fill: inherit;
    text-decoration: none; }
  .side-item--link > i {
    display: block;
    margin: 0 0px 2.5px; }

.side-item--link > i {
  margin: 0px 0px 0.5px; }

.side-item--link-icon {
  font-size: 34px;
  padding-top: 5px; }

.nav {
  height: 50px;
  margin: 0 15px 0 0 !important;
  padding: 0;
  position: relative;
  width: auto; }
  .nav .dropdown .dropdown-menu {
    left: 50%;
    right: auto;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.btn-menu.active {
  background-color: #ffffff;
  z-index: 1;
  padding-bottom: 16px; }
  .btn-menu.active:hover, .btn-menu.active:visited, .btn-menu.active:focus {
    background-color: #ffffff !important; }
    .btn-menu.active:hover > i.fa, .btn-menu.active:visited > i.fa, .btn-menu.active:focus > i.fa {
      color: #000000 !important;
      fill: #000000 !important; }
  .btn-menu.active > i.fa {
    color: #000000 !important;
    fill: #000000 !important; }
.btn-menu:hover, .btn-menu:focus {
  background-color: transparent !important; }

.nav-burger {
  float: left;
  height: 100%;
  margin: 0;
  *top: 8.5px;
  *transform: translateY(15px);
  width: 85px; }

.nav-brand {
  left: calc(50% - (52px/2));
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .nav-brand > img {
    height: 30px;
    position: relative;
    width: 52px; }

.nav-avatar {
  margin-left: 20px;
  margin-right: 20px; }

.avatar {
  float: left;
  position: relative;
  margin-top: 8px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.nav-logo {
  height: 50px;
  text-align: center;
  width: 90px; }
  .nav-logo button {
    display: block;
    font-size: 8px;
    height: 25px;
    margin: 12px auto 0;
    padding: 0;
    width: 80px; }
  .nav-logo img {
    height: 100%;
    max-width: 60px;
    max-height: 35px;
    margin: 8px auto 0;
    position: relative;
    width: 100%; }

.fc-toolbar .fc-center {
  margin-left: -220px; }

.fc-toolbar.opened .fc-center {
  margin-left: -135px; }

.sidenav-is-active .fc-toolbar {
  width: calc(100% - 85px); }
.sidenav-is-active ~ .toolbar-loading {
  left: 85px;
  width: calc(100% - 85px); }

.fc-toolbar.nav-toolbar--fixed .fc-center {
  margin-left: -220px; }

.body-on-dragging .nav-toolbar {
  margin: 0px 0 10px !important; }

.welcome .navigation.nav-toolbar--fixed {
  z-index: 1; }

.bg-style {
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
  margin-top: 6px;
  border: 1px solid #CCC; }
  .bg-style.active {
    border: 2px solid red; }

.dark-background .secondary-color {
  color: #DDDDDD;
  fill: #DDDDDD; }
  .dark-background .secondary-color::before {
    color: #DDDDDD;
    fill: #DDDDDD; }
  .dark-background .secondary-color:hover, .dark-background .secondary-color:active {
    color: #ffffff;
    fill: #ffffff;
    text-decoration: none; }

.light-background .secondary-color {
  color: #333333;
  fill: #333333; }
  .light-background .secondary-color:before {
    color: #333333;
    fill: #333333; }
  .light-background .secondary-color:hover, .light-background .secondary-color:active {
    color: #000000;
    fill: #000000;
    text-decoration: none; }

.user-background .arrow::after {
  border-right-color: #ffffff; }

.presentations-icon-menu {
  width: 23px;
  margin-bottom: -4px; }

.badge-new {
  background-color: #ffc107;
  color: #393939 !important;
  font-weight: 800;
  font-size: 10px;
  padding: 2px;
  line-height: 10px;
  border-radius: 2px; }

.badge-new-right {
  background-color: #ffc107;
  color: #393939 !important;
  font-weight: 800;
  font-size: 10px;
  padding: 2px;
  line-height: 10px;
  border-radius: 2px;
  position: absolute;
  top: -5px;
  right: 3px; }
  .popover-more-items-link .badge-new-right {
    top: -10px; }

.badge-new-left {
  background-color: #ffc107;
  color: #393939 !important;
  font-weight: 800;
  font-size: 10px;
  padding: 2px;
  line-height: 10px;
  border-radius: 2px;
  position: absolute;
  top: -5px;
  left: 5px; }

body, html {
  min-height: 100%;
  max-width: 100%;
  position: relative; }

.wrapper {
  background: #ffffff;
  float: left;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
  *max-width: 1920px;
  padding: 12px 20px 20px; }
  @media screen and (min-width: 769px) and (max-width: 959px) {
    .wrapper {
      max-width: 959px; } }
  @media screen and (min-width: 960px) and (max-width: 1279px) {
    .wrapper {
      max-width: 1279px;
      padding: 12px 5px 5px; } }
  @media screen and (min-width: 1280px) and (max-width: 1365px) {
    .wrapper {
      max-width: 1365px;
      padding: 12px 10px 10px; } }
  @media screen and (min-width: 1366px) and (max-width: 1919px) {
    .wrapper {
      max-width: 1920px;
      padding: 12px 15px 15px; } }

.wrapper-default.sidenav-is-active {
  width: calc(100% - 85px); }

.deep-wrapper {
  z-index: 0; }

.nav-toolbar {
  position: relative;
  height: 55px;
  margin: 45px 0 0px;
  padding: 0;
  width: 100%; }
  .nav-toolbar.nav-toolbar--fixed {
    background: #ffffff;
    height: 70px;
    left: 0;
    margin: 0;
    padding: 7px 20px 20px 20px;
    padding-top: 7px !important;
    position: fixed;
    top: 50px;
    z-index: 2;
    padding: 12px 20px 20px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-box-shadow: 0px 3px 5px -3px rgba(93, 90, 90, 0.75);
    -moz-box-shadow: 0px 3px 5px -3px rgba(93, 90, 90, 0.75);
    box-shadow: 0px 3px 5px -3px rgba(93, 90, 90, 0.75); }
    @media screen and (min-width: 960px) and (max-width: 1279px) {
      .nav-toolbar.nav-toolbar--fixed {
        padding: 12px 5px 5px; } }
    @media screen and (min-width: 1280px) and (max-width: 1365px) {
      .nav-toolbar.nav-toolbar--fixed {
        padding: 12px 10px 10px; } }
    @media screen and (min-width: 1366px) and (max-width: 1919px) {
      .nav-toolbar.nav-toolbar--fixed {
        padding: 12px 15px 15px; } }
    .nav-toolbar.nav-toolbar--fixed.opened {
      left: 85px;
      width: calc(100% - 85px); }
    .nav-toolbar.nav-toolbar--fixed + * {
      margin-top: 145px; }
    .nav-toolbar.nav-toolbar--fixed + performance-map > section {
      margin-top: 115px; }
    .nav-toolbar.nav-toolbar--fixed ~ .toolbar-loading {
      z-index: 4; }

.input-group .form-control {
  z-index: 0; }

.indicators-monthly {
  margin: 60px 0 0; }

.no-toolbar {
  margin: 50px 0 0 0; }

.modal {
  z-index: 10;
  overflow-y: hidden !important;
  min-height: 100vh; }

.modal-over {
  z-index: 15; }

.modal-backdrop {
  z-index: 9; }

.modal-save-help-icon {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.modal-footer-help-icon {
  display: flex;
  justify-content: flex-end; }

.modal-open .nav-toolbar {
  z-index: 1; }

.modal[id*="modal-preview"] .modal-body span {
  margin-bottom: 7px;
  font-size: 13px; }

.modal[id*="modal-preview"] .modal-body .modal-preview_item strong:after {
  content: ":";
  display: inline-block;
  margin: 0 3px 0 0; }

.modal[id*="modal-preview"] .modal-header {
  padding: 10px 0px 10px 14px;
  float: left; }

.modal[id*="modal-preview"] .modal-header .close {
  padding: 9px 0 0;
  position: absolute;
  right: 0;
  top: 0; }

.modal[id*="modal-preview"] .modal-header .modal-preview_name > a {
  font-size: 12px; }

.modal[id*="modal-preview"] .modal-header .modal-preview_name {
  text-overflow: ellipsis;
  display: block;
  position: relative;
  width: 94%;
  padding: 0 15px;
  float: none !important;
  height: auto;
  margin: 0; }

.modal[id*="modal-preview"] .modal-body .no-resources td {
  width: 100%; }

.modal[id*="modal-preview"] .modal-body .no-resources {
  display: none;
  padding: 10px 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  top: -2px; }

.modal[id*="modal-preview"] .modal-body .table-responsible.empty + .no-resources {
  display: block; }

.modal[id*="modal-preview"] .modal-body .table-responsible {
  position: relative;
  top: -1px; }

.modal[id*="modal-preview"] .modal-body .panel {
  margin: 10px 0 0 0; }

.modal[id*="modal-preview"] .modal-body .modal-preview_box {
  margin: 0 0 10px; }

.modal[id*="modal-preview"] .modal-body .table {
  margin-bottom: 0; }

.modal[id*="modal-preview"] .modal-body .table > tbody > tr > td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.modal[id*="modal-preview"] .modal-body .table > tbody > tr:first-of-type td {
  border-top: none !important; }

.modal[id*="modal-preview"] .modal-body .table > tbody > tr:last-of-type td {
  border-bottom: 1px solid #ddd; }

.modal[id*="modal-preview"] .modal-footer {
  padding: 0 15px 15px; }

.modal-body.modal-body--scrolling {
  max-height: calc(100vh - 205px);
  overflow: hidden auto;
  z-index: 1; }

.modal-body.modal-body-no-scrolling {
  max-height: calc(100vh - 255px);
  overflow: hidden !important; }

.modal-body.modal-body-scrolling {
  max-height: calc(100vh - 255px); }

.modal-body.hidden-overflow {
  overflow: hidden !important; }

.modal-body.modal-body-inherited {
  overflow: inherit !important; }

.modal-body.modal-body-large {
  height: calc(100vh - 160px); }

.modal-body.modal-fixed-height {
  height: calc(100vh - 125px); }

.modal-body.hidden-overflow {
  overflow: hidden !important; }

.body-on-dragging .toolbar-loading {
  top: 0; }

.loading-backdrop {
  height: 100vh;
  min-height: auto;
  overflow: hidden; }
  .loading-backdrop:before {
    content: "";
    background: #ffffff;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    z-index: 50;
    animation: keyframe-fadeIn .1s ease-out; }

@keyframes keyframe-fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }
.counters {
  display: flex;
  width: 100%;
  border: 1px solid #DDDDDD; }
  .counters .counter {
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    min-height: 40px;
    background-color: #ECE9E9; }
    .counters .counter:not(:last-child) {
      border-right: 1px solid #DDDDDD; }

.evaluator-cta-list {
  text-decoration: underline; }

.evaluator--list {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px; }

.evaluator--list-header {
  padding: 0 15px;
  height: 35px;
  border-width: 0.5px 0.5px 0 0.5px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }
  .evaluator--list-header > strong {
    line-height: 35px; }

.evaluator--list-group {
  padding-left: 0;
  padding-top: 0;
  height: calc(100vh - 310px);
  overflow: auto; }

.evaluator--list-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .evaluator--list-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .evaluator--list-item > a {
    display: inherit;
    color: #333;
    text-decoration: none; }
  .evaluator--list-item.header {
    background: #f5f5f5;
    font-weight: 100; }

.evaluator--list-objectives {
  background: #AAAAAA;
  color: #333; }
  .evaluator--list-objectives > .evaluator--list-header span {
    position: relative;
    transform: translateY(50%);
    display: inline-block; }
  .evaluator--list-objectives > .evaluator--list-header .fa.fa-chevron-right {
    height: 17px; }

.evaluator--list-no-item {
  text-align: center; }
  .evaluator--list-no-item > span {
    display: inline-block;
    *padding: 15px 0; }

.evaluator--footer-info {
  float: left; }

.input-description-content-editable {
  min-height: 110px;
  width: 100%; }

.input-external-link-icon {
  width: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  input:focus + .input-external-link-icon {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  input:has(+ .input-external-link-icon) {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

scopi-breadcrumbs {
  float: left; }

.dark-background .breadcrumb a.secondary-color {
  color: #ffffff; }

.dark-background .breadcrumb li.secondary-color {
  color: #ffffff; }

.light-background .breadcrumb a.secondary-color {
  color: #000000; }

.light-background .breadcrumb li.secondary-color {
  color: #000000; }

.breadcrumb {
  padding: 8px 0;
  margin-top: 9px;
  margin-bottom: 0px;
  background-color: transparent; }

.breadcrumb.breadcrumb--arrow > li + li:before {
  font-family: 'FontAwesome';
  content: "\f054";
  padding: 0 10px;
  color: #000000; }

.dark-background .breadcrumb.breadcrumb--arrow > li + li:before {
  color: #ffffff; }

.form-control.form-control--text-comment {
  min-height: 64px; }

.comment-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.highlight-mention {
  font-weight: bold;
  display: inline;
  user-select: all;
  white-space: nowrap;
  background-color: #428BCA;
  color: #FFF;
  border-radius: 14px;
  padding: 1px 5px;
  cursor: text; }

.reactions-container {
  display: flex;
  align-items: center;
  min-height: 36px; }

.reaction-button {
  height: 28px;
  width: 28px;
  border-radius: 18px;
  outline: 0 !important;
  display: none;
  justify-content: center;
  align-items: center;
  margin-right: 5px; }

tr:hover .reaction-button,
tr:hover .reactions-select-container,
tr:hover .edit-comment-icon {
  display: flex; }

.reaction-button-container {
  height: 18px;
  width: 18px;
  position: relative;
  margin-top: -1px; }

.reaction-button-icon {
  font-size: 18px;
  color: #333 !important;
  margin-top: 1px;
  pointer-events: none; }

.reaction-button-plus {
  background-color: #fff;
  position: absolute;
  left: 11px;
  top: 1px;
  width: 7px;
  height: 6px;
  line-height: normal;
  font-size: 5px; }

.reaction-button:active,
.reaction-button.active,
.reaction-button:focus {
  background-color: #fff; }

.reaction-button:hover {
  background-color: #e6e6e6 !important; }

.reaction-button:hover .reaction-button-plus {
  background-color: #e6e6e6; }

.reactions-select-container {
  padding: 0px 2px !important;
  height: 28px;
  border-radius: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 5px; }

.reactions-icon {
  font-size: 14px;
  padding: 1px;
  border-radius: 5px; }

.reactions-icon.active {
  background-color: #e6e6e6; }

.reactions-select-container .reactions-icon {
  cursor: pointer; }

.reactions-select-container .reactions-icon:hover {
  background-color: #e6e6e6; }

.reaction-users-container {
  height: 28px;
  padding: 0px 5px;
  border-radius: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  cursor: pointer; }

.reaction-users-container.active {
  color: #428BCA;
  border-color: #428BCA; }

.popover-users-reactions {
  min-width: 150px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 5px; }

.popover-users-reactions-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; }

.edit-comment-icon {
  font-size: 15px;
  color: #333 !important;
  margin-left: 5px;
  display: none; }

.reacted-comment-notification-div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 202px;
  text-overflow: ellipsis; }

.finances-row > .buttons {
  padding: 8px;
  border-top: 1px solid #DDD;
  width: 100px; }
  .finances-row > .buttons i {
    float: left; }
    .finances-row > .buttons i.fa.fa-plus {
      text-align: center;
      margin: 0 20% 0 0;
      width: 15px; }

@media screen and (min-width: 1024px) and (max-width: 1329px) {
  .tooltip-new-sub {
    margin-left: -2% !important; } }
@media screen and (max-width: 1023px) {
  .tooltip-new-sub {
    margin-left: -3% !important; } }
scopi-graph-modal .highcharts-container,
scopi-graph-modal svg {
  overflow: visible !important; }

.modal-graph-indicator h4 {
  padding: 3px 0; }

.graph-indicator-lines-container {
  width: 100%;
  overflow-x: auto; }

scopi-link {
  color: #428BCA;
  text-decoration: none;
  cursor: pointer; }
  scopi-link:hover {
    text-decoration: underline; }

.notifications, .mentions {
  width: 46px;
  height: 50px; }

.btn-notifications {
  display: block;
  line-height: 10px;
  margin: 0 auto;
  *padding: 19px 15px;
  position: relative;
  top: calc(25px - 6px);
  width: 16px; }

.notifications > .badge {
  position: absolute;
  top: 10px;
  left: 3px;
  cursor: pointer;
  background-color: #D9534F; }

.mentions > .badge {
  position: absolute;
  top: 10px;
  left: 3px;
  cursor: pointer;
  background-color: #428BCA; }

.notifications > ul {
  position: absolute;
  width: 375px;
  max-height: 250px;
  background-color: #F9F9F9;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 0; }

.notifications > ul > li.header {
  margin-top: -5px;
  padding: 5px;
  background-color: #F3F3F3; }

.notifications-menu {
  position: absolute;
  top: 5px;
  right: 3px; }

.notifications-menu > span {
  margin: 0px 1px; }

.notifications-menu > span:hover {
  text-decoration: underline; }

.notifications-list {
  position: relative;
  overflow: auto;
  margin: auto;
  min-height: 55px;
  max-height: 220px;
  cursor: pointer; }

.notifications-item {
  padding: 15px 15px 15px 10px;
  display: flex;
  border-bottom: 1px solid #CCC; }

.notifications-item:hover {
  background-color: #E7F0FF !important; }

.notifications-item.unread {
  background-color: #E2E2E2 !important; }

.notifications-item .message {
  flex: 1 1 70%;
  word-break: break-word; }

.notifications-item .creation {
  color: #333;
  flex: 1 1 auto; }

.notifications-item .remove {
  opacity: 0;
  position: absolute;
  right: 3px; }

.notifications-item:hover .remove {
  opacity: 0.2; }

.notifications-item:hover .remove:hover {
  opacity: 0.7; }

/* ul.navbar-nav li a.btn-silver:hover {
    color: #FFF !important;
}

.btn-silver:active,
ul.navbar-nav li.active a.btn-silver:hover,
ul.navbar-nav li.active a.btn-silver {
    color: #FFF !important;
} */
.select-users-container {
  display: flex; }
  .select-users-container > .ui-select-container {
    flex: 1;
    height: 34px; }
    .select-users-container > .ui-select-container:has(+ .add-team-member-button) > .ui-select-match > .ui-select-toggle {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }

.ui-resizable-resizing--parent {
  border: 2px dashed #5F5F5F !important;
  background-color: #ABABAB !important; }

.attachments .panel-heading {
  position: relative; }
.attachments .attachments-name {
  max-width: 0px; }
  .attachments .attachments-name span.text-ellipsis {
    display: block; }
.attachments button.dropdown-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
.attachments .dropdown-menu {
  top: 55%;
  right: 12px; }
.attachments .form-attachment-link {
  height: 38px;
  padding: 2px;
  display: flex;
  border-bottom: 1px solid #ddd; }
  .attachments .form-attachment-link input {
    width: 100%;
    padding: 6px; }
  .attachments .form-attachment-link .btn {
    font-size: 10px;
    height: 25px;
    padding: 5px 8.5px;
    transform: translateY(3px);
    margin: 0px 5px 0px 0px; }

#input-attachment-row {
  background: #fff;
  position: absolute;
  width: 100%; }

.tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px; }
  .tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 25px;
    position: relative; }
    .tree li::before, .tree li::after {
      content: '';
      left: 0px;
      position: absolute;
      right: auto; }
    .tree li::before {
      border-left: 1px solid #999;
      bottom: 50px;
      height: 100%;
      top: -5px;
      width: 1px; }
    .tree li::after {
      border-top: 1px solid #999;
      height: 20px;
      top: 25px;
      width: 25px; }
    .tree li span {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border: 1px solid #999;
      border-radius: 1px;
      display: inline-block;
      padding: 6px 8px 5px;
      text-decoration: none; }
      .tree li span i {
        margin-right: 5px; }
      .tree li span label {
        font-weight: normal;
        margin-bottom: 0;
        cursor: pointer; }
    .tree li.parent_li > span {
      cursor: pointer; }
      .tree li.parent_li > span:hover,
      .tree li.parent_li > span :hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000; }
    .tree li:last-child::before {
      height: 30px; }
  .tree > ul > li::before, .tree > ul > li::after {
    border: 0; }

body:has(> .clearfix > .auth) {
  overflow: hidden; }

.auth {
  background: #ffffff;
  max-width: 540px;
  width: 33.333333%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0px auto;
  margin-top: 50px;
  padding: 1%; }
  @media screen and (max-width: 768px) {
    .auth {
      background: #ffffff;
      max-width: 300px;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; } }
  @media screen and (min-width: 769px) {
    .auth {
      background: #ffffff;
      max-width: 540px;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; } }

@media screen and (min-width: 769px) {
  .auth .control-label {
    padding: 0px;
    padding-top: 7px; } }

.languages > img {
  margin: 0px 1px;
  cursor: pointer;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
  float: right; }

.languages > img:hover, .languages > img.selected {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1; }

.bottom-link {
  margin-top: 5px;
  float: right; }

#strategic-maps > .alert {
  margin: 15px !important; }

#strategic-maps > .list-group {
  max-height: 55vh;
  overflow-y: auto;
  margin-bottom: 0px !important; }

#strategic-maps > .list-group > .list-group-item {
  border-radius: 0px !important; }

#strategic-maps > .list-group > .list-group-item > .fa {
  width: 20px;
  font-size: 15px; }

.sentences {
  background: transparent;
  max-width: 540px;
  width: 33.333333%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin: 70px auto 25px;
  padding: 15px;
  text-align: center;
  color: #ffffff; }
  @media screen and (max-width: 768px) {
    .sentences {
      background: #ffffff;
      max-width: 300px;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; } }
  @media screen and (min-width: 769px) {
    .sentences {
      background: #ffffff;
      max-width: 540px;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; } }

.sentences-title {
  font-size: 17px; }

.mascot {
  position: absolute;
  top: -70px;
  right: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.panel-list > .panel-heading {
  background: transparent;
  padding: 0px 0px 0; }

.panel-actions {
  position: relative;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  color: #333333;
  font-weight: bold;
  min-height: 38px;
  padding: 0 10px;
  position: relative;
  width: 100%;
  padding-top: calc(38px/2 - 17px/2); }
  .panel-actions:before, .panel-actions:after {
    content: "";
    display: table;
    clear: both; }
  .panel-actions:before, .panel-actions:after {
    content: "";
    display: table;
    clear: both; }
  .panel-actions:last-of-type {
    background: #f5f5f5;
    border: solid #ddd;
    border-width: 1px 0 0;
    padding-top: calc(38px/2 - 17px/2); }
  .panel-actions > [class*="panel-actions--"] {
    float: left;
    position: relative;
    margin: 0 5px; }
  .panel-actions > .panel-actions--checkbox {
    margin: 0 30px 0 0px; }
  .panel-actions > .panel-actions--reponsibles {
    margin: 0 0px 0 5px; }

.panel-actions--checkbox > input[type="checkbox"] {
  margin: 0; }

.panel-actions--actions {
  width: calc(100% - (13px + 5px + 30px + 175px + 10px + 10px + 255px)); }

.panel-actions--actions-dates {
  width: calc(100% - (13px + 5px + 30px + 175px + 10px + 10px + 275px + 250px)); }

.panel-actions--actions.panel-actions--actions-progress {
  width: calc(100% - (13px + 5px + 30px + 175px + 10px + 10px + 255px + 100px)); }

.panel-actions--days {
  width: 60px;
  text-align: center;
  margin-right: 53px !important; }

.panel-actions--prevision-start {
  width: 90px;
  margin-left: 15px !important; }

.panel-actions--prevision-end {
  width: 90px; }

.panel-actions--date-start {
  width: 90px; }

.panel-actions--date-end {
  width: 90px;
  margin-right: 53px !important; }

.panel-actions--date-end--secondary {
  width: 70px;
  margin-right: 10px !important; }

.panel-actions--responsibles {
  width: 200px; }

.panel-actions--progress {
  width: 90px;
  text-align: center; }

.panel-actions--project {
  color: #333333;
  width: auto; }

.panel-actions--phase {
  color: #999999;
  cursor: pointer;
  width: auto; }
  .panel-actions--phase .phase {
    color: #333333; }

scopi-actions {
  display: block;
  position: relative; }

scopi-actions scopi-actions:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 4px;
  background: gray;
  z-index: 1; }

.sub-action-title-padding {
  padding-bottom: 10px; }

.master-action-label {
  float: left;
  *width: 250px;
  width: 21%; }
  @media screen and (min-width: 992px) and (max-width: 1265px) {
    .master-action-label {
      width: 17%; } }

.master-action-input {
  width: 130px;
  float: right;
  padding: 0 15px 0 0; }

.action-item {
  min-height: 50px;
  position: relative;
  background-color: white; }
  .action-item:before, .action-item:after {
    content: "";
    display: table;
    clear: both; }
  .action-item.action-item--sorting {
    max-height: 50px;
    overflow: hidden; }
  .action-item.action-has-subactions {
    border-width: 1px 0 0; }

.action-wrapper {
  border: solid #ddd;
  border-width: 1px 0 0;
  min-height: 50px;
  padding: 0;
  position: relative;
  width: 100%; }
  .action-wrapper:before, .action-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .action-wrapper:hover {
    background: #f5f5f5; }
  .action-wrapper > [class*='action--'] {
    float: left;
    position: relative; }
    .action-wrapper > [class*='action--'] > span {
      line-height: 18px;
      display: inline-block; }
      .action-wrapper > [class*='action--'] > span:hover {
        cursor: pointer;
        text-decoration: underline; }

.action.block-all .action--tools-tags,
.action.block-all .action--tools-nivel,
.action.block-all .action--tools-comments,
.action.block-all .action--tools-docs,
.action.block-all .action--tools-dates,
.action.block-all .action--status,
.action.block-all .action--checkbox {
  cursor: not-allowed; }
.action.block-all .action--responsibles span, .action.block-all .action--responsibles i {
  cursor: not-allowed; }
.action.block-all .action--create-sub,
.action.block-all .action--open-sub,
.action.block-all .action--drag {
  display: none; }

.action.permit-responsible .action--tools-tags,
.action.permit-responsible .action--tools-nivel,
.action.permit-responsible .action--status,
.action.permit-responsible .action--checkbox {
  cursor: not-allowed; }
.action.permit-responsible .action--responsibles span, .action.permit-responsible .action--responsibles i {
  cursor: not-allowed; }
.action.permit-responsible .action--create-sub,
.action.permit-responsible .action--open-sub,
.action.permit-responsible .action--drag {
  display: none; }

.action--checkbox {
  height: 13px;
  width: 13px;
  margin: 16.5px 5px 0 10px; }
  .action--checkbox > input[type="checkbox"] {
    margin: 0; }

.action--status {
  cursor: pointer;
  margin: 14.5px 5px 0;
  *z-index: 998; }
  .action--status > i {
    font-size: 1.6em;
    *line-height: 0.75em; }

.action--name {
  margin: 16px 5px 0;
  width: calc(100% - 285px - 200px - (15px*4) - (10px*8)); }

.action--name-secondary {
  margin: 16px 5px 0;
  width: calc(100% - 285px - 200px - 330px - (10px * 8)); }

.action--name.action--name-progress {
  width: calc(100% - 285px - 200px - (15px*4) - (10px*8) - 110px); }

.action--name.action--name-progress--secondary {
  width: calc( 100% - 285px - 250px - ( 15px * 4 ) - ( 10px * 8 ) - 220px ); }

.action--tools {
  margin: 15px 5px 0;
  width: 215px; }
  .action--tools:before, .action--tools:after {
    content: "";
    display: table;
    clear: both; }

.action--tools-secondary {
  margin: 15px 5px 0;
  width: 555px; }
  .action--tools-secondary:before, .action--tools-secondary:after {
    content: "";
    display: table;
    clear: both; }

.action--tools-secondary--progress {
  margin: 15px 5px 0;
  width: 515px; }
  .action--tools-secondary--progress:before, .action--tools-secondary--progress:after {
    content: "";
    display: table;
    clear: both; }

.action--create-sub {
  height: 12px;
  margin: 17px 5px 0;
  width: 13px; }
  .action--create-sub .tooltip {
    top: -4px !important;
    left: -100px !important; }

.action--open-sub {
  cursor: pointer;
  height: 12px;
  margin: 17px 9px 0;
  width: 13px; }

.action--drag {
  border-width: 0 0 0;
  height: 15px;
  margin: 17.5px 10px 0 5px;
  width: 13px; }

.action--progress {
  width: 100px;
  text-align: center;
  margin: 15px 5px 0; }

.action--progress-secondary {
  width: 70px;
  text-align: left;
  margin: 15px 5px 0; }

.action--responsibles {
  margin: 16px 5px 0;
  text-overflow: ellipsis;
  width: 243px; }

.action--responsibles-secondary {
  margin: 16px 5px 0;
  text-overflow: ellipsis;
  width: 173px; }

.action--responsibles-secondary--progress {
  margin: 16px 5px 0;
  text-overflow: ellipsis;
  width: 133px; }

.action--tools-sub svg {
  fill: #CCC;
  width: 13px; }
  .action--tools-sub svg.selected {
    fill: #393939; }
  .action--tools-sub svg:hover {
    width: 16px; }
.action--tools-sub.selected i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.action--tools-sub,
.action--tools-tags,
.action--tools-nivel,
.action--tools-comments,
.action--tools-docs {
  cursor: pointer;
  font-size: 12px;
  float: left;
  height: 18px;
  position: relative;
  margin: 0 2.5px 0;
  text-align: center;
  width: 16px; }
  .action--tools-sub:before, .action--tools-sub:after,
  .action--tools-tags:before,
  .action--tools-tags:after,
  .action--tools-nivel:before,
  .action--tools-nivel:after,
  .action--tools-comments:before,
  .action--tools-comments:after,
  .action--tools-docs:before,
  .action--tools-docs:after {
    content: "";
    display: table;
    clear: both; }
  .action--tools-sub:first-child,
  .action--tools-tags:first-child,
  .action--tools-nivel:first-child,
  .action--tools-comments:first-child,
  .action--tools-docs:first-child {
    margin: 0 2.5px 0 0; }
  .action--tools-sub:last-child,
  .action--tools-tags:last-child,
  .action--tools-nivel:last-child,
  .action--tools-comments:last-child,
  .action--tools-docs:last-child {
    margin: 0 0 0 2.5px; }
  .action--tools-sub:hover .tags > i, .action--tools-sub:hover > i,
  .action--tools-tags:hover .tags > i,
  .action--tools-tags:hover > i,
  .action--tools-nivel:hover .tags > i,
  .action--tools-nivel:hover > i,
  .action--tools-comments:hover .tags > i,
  .action--tools-comments:hover > i,
  .action--tools-docs:hover .tags > i,
  .action--tools-docs:hover > i {
    font-size: 16px; }
  .action--tools-sub:hover > span,
  .action--tools-tags:hover > span,
  .action--tools-nivel:hover > span,
  .action--tools-comments:hover > span,
  .action--tools-docs:hover > span {
    text-decoration: underline; }

.action--prevision-start {
  cursor: pointer;
  font-size: 12px;
  float: left;
  height: 18px;
  position: relative;
  margin: 0 2.5px 0;
  text-align: center;
  width: 90px;
  margin: 0 5px 0 15px;
  text-align: left !important; }
  .action--prevision-start:before, .action--prevision-start:after {
    content: "";
    display: table;
    clear: both; }
  .action--prevision-start:first-child {
    margin: 0 2.5px 0 0; }
  .action--prevision-start:last-child {
    margin: 0 0 0 2.5px; }
  .action--prevision-start:hover .tags > i, .action--prevision-start:hover > i {
    font-size: 16px; }
  .action--prevision-start:hover > span {
    text-decoration: underline; }

.action--prevision-end {
  cursor: pointer;
  font-size: 12px;
  float: left;
  height: 18px;
  position: relative;
  margin: 0 2.5px 0;
  text-align: center;
  width: 90px;
  margin: 0 5px 0;
  text-align: left !important; }
  .action--prevision-end:before, .action--prevision-end:after {
    content: "";
    display: table;
    clear: both; }
  .action--prevision-end:first-child {
    margin: 0 2.5px 0 0; }
  .action--prevision-end:last-child {
    margin: 0 0 0 2.5px; }
  .action--prevision-end:hover .tags > i, .action--prevision-end:hover > i {
    font-size: 16px; }
  .action--prevision-end:hover > span {
    text-decoration: underline; }

.action--date-start {
  cursor: pointer;
  font-size: 12px;
  float: left;
  height: 18px;
  position: relative;
  margin: 0 2.5px 0;
  text-align: center;
  width: 90px;
  margin: 0 5px 0;
  text-align: left !important; }
  .action--date-start:before, .action--date-start:after {
    content: "";
    display: table;
    clear: both; }
  .action--date-start:first-child {
    margin: 0 2.5px 0 0; }
  .action--date-start:last-child {
    margin: 0 0 0 2.5px; }
  .action--date-start:hover .tags > i, .action--date-start:hover > i {
    font-size: 16px; }
  .action--date-start:hover > span {
    text-decoration: underline; }

.action--date-end {
  cursor: pointer;
  font-size: 12px;
  float: left;
  height: 18px;
  position: relative;
  margin: 0 2.5px 0;
  text-align: center;
  width: 60px;
  margin: 0;
  text-align: left !important; }
  .action--date-end:before, .action--date-end:after {
    content: "";
    display: table;
    clear: both; }
  .action--date-end:first-child {
    margin: 0 2.5px 0 0; }
  .action--date-end:last-child {
    margin: 0 0 0 2.5px; }
  .action--date-end:hover .tags > i, .action--date-end:hover > i {
    font-size: 16px; }
  .action--date-end:hover > span {
    text-decoration: underline; }

.action--tools-dates {
  cursor: pointer;
  font-size: 12px;
  float: left;
  height: 18px;
  position: relative;
  margin: 0 2.5px 0;
  text-align: center;
  width: 30px; }
  .action--tools-dates:before, .action--tools-dates:after {
    content: "";
    display: table;
    clear: both; }
  .action--tools-dates:first-child {
    margin: 0 2.5px 0 0; }
  .action--tools-dates:last-child {
    margin: 0 0 0 2.5px; }
  .action--tools-dates:hover .tags > i, .action--tools-dates:hover > i {
    font-size: 16px; }
  .action--tools-dates:hover > span {
    text-decoration: underline; }

.action--tools-extension {
  cursor: pointer;
  font-size: 12px;
  float: left;
  height: 18px;
  position: relative;
  margin: 0 2.5px 0;
  text-align: center;
  width: 40px; }
  .action--tools-extension:before, .action--tools-extension:after {
    content: "";
    display: table;
    clear: both; }
  .action--tools-extension:first-child {
    margin: 0 2.5px 0 0; }
  .action--tools-extension:last-child {
    margin: 0 0 0 2.5px; }
  .action--tools-extension:hover .tags > i, .action--tools-extension:hover > i {
    font-size: 16px; }
  .action--tools-extension:hover > span {
    text-decoration: underline; }

.action--newitem {
  position: relative;
  height: auto; }
  .action--newitem > div {
    padding: 10px 0;
    position: relative; }
    .action--newitem > div:first-of-type {
      text-align: center;
      height: 50px;
      border: solid #ddd;
      border-width: 1px 0 0; }
    .action--newitem > div:last-of-type {
      height: 55px; }
      .action--newitem > div:last-of-type > input[type="text"] {
        float: left;
        margin: 0 10px 0 10px;
        width: calc(100% - (5px + 30px + 60px + 70px)); }
      .action--newitem > div:last-of-type > button {
        float: left;
        top: 1.5px;
        position: relative; }
        .action--newitem > div:last-of-type > button:first-of-type {
          margin: 0 5px 0 0;
          width: 60px; }
        .action--newitem > div:last-of-type > button:last-of-type {
          margin: 0 10px 0 0;
          width: 70px; }

.import-action-datepicker ul.dropdown-menu {
  left: -146px !important; }

.remove-underline:hover {
  text-decoration: none !important; }

.add-underline:hover {
  text-decoration: underline !important; }

.totals-panel {
  width: 100%;
  text-align: end;
  background-color: #f5f5f5;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 30px;
  border-bottom: 1px solid #CCC; }

.kanban-project-name-row {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f5f5f5;
  border: 1px solid #DDD;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%; }

.kanban-project-name-text {
  display: flex;
  margin-left: 8px; }

.kanban-containers-by-phase {
  width: 100%;
  height: calc(100vh - 172px);
  float: left;
  overflow: auto hidden;
  display: flex; }
  .kanban-containers-by-phase .ui-sortable-helper:not(.ui-sortable-helper--no-rotate) {
    transform: rotate(4deg); }

.kanban-containers-by-status {
  width: 100%;
  height: calc(100vh - 172px);
  float: left;
  overflow: auto hidden;
  display: flex; }
  .kanban-containers-by-status .ui-sortable-helper:not(.ui-sortable-helper--no-rotate) {
    transform: rotate(4deg); }

.kanban-board {
  min-width: 300px;
  width: 300px;
  min-height: 75px;
  height: 100%;
  float: left;
  margin-right: 10px; }
  .kanban-board .kanban-board--content {
    height: min-content;
    border: 1px solid #DDD;
    border-radius: 5px; }

.kanban-board-status {
  flex: 1;
  min-width: 300px;
  min-height: 75px;
  height: 100%;
  float: left;
  margin-right: 10px; }
  .kanban-board-status .kanban-board--content {
    position: relative;
    height: min-content;
    border: 1px solid #DDD;
    border-radius: 5px; }

.kanban-board-status[status-id="2"] {
  margin-right: 0px !important; }

.kanban-board-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  padding: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.kanban-phase {
  display: flex;
  padding: 3px 0px 0px 3px; }
  .kanban-phase .kanban-phase-name {
    margin: 0px;
    align-self: flex-start; }
    .kanban-phase .kanban-phase-name .badge.badge--effort {
      margin-left: 0px; }

.kanban-phase span {
  margin-left: 5px; }

.kanban-phase-quick-create {
  min-width: 300px;
  display: table; }

.kanban-rename-container-buttons {
  margin-top: 5px;
  display: flex; }

.kanban-rename-container-save {
  flex: 2; }

.kanban-rename-container-cancel {
  flex: 1;
  margin-left: 5px; }

.kanban-board-body {
  background-color: #FFF;
  padding: 2px;
  width: 100%;
  overflow: hidden auto;
  float: left;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.kanban-cards-container {
  position: relative; }

.status-tint {
  z-index: 2;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px dashed darkgrey;
  position: absolute;
  display: none;
  top: 35px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(210, 210, 210, 0.9); }

.kanban-board-status.on-drag-hover .status-tint {
  display: flex; }

.kanban-board-body::-webkit-scrollbar-track {
  background-color: #e7e7e7; }

.kanban-board-body::-webkit-scrollbar {
  width: 6px;
  background: #e7e7e7; }

.kanban-board-body::-webkit-scrollbar-thumb {
  background: #c8c5c5;
  border-radius: 15px; }

.kanban-card {
  background-color: #FFF;
  position: relative;
  width: 100%;
  border: 1px solid #DDD; }

.card-item:not(:last-child) {
  margin-bottom: 2px; }
  .card-item:not(:last-child).card-item--default {
    margin-bottom: 0;
    display: none; }

.kanban-card-status {
  min-height: 10px;
  font-weight: bold;
  text-align: center; }

.kanban-card-information {
  position: relative;
  width: 100%;
  display: flex;
  padding: 8px 8px; }

.kanban-card-information-span {
  cursor: pointer;
  position: relative;
  margin: 0px 5px;
  width: 88%; }

.kanban-card-menu {
  position: relative;
  cursor: pointer;
  height: 12px;
  margin-right: 3px; }

.kanban-card-shortcut {
  display: flex;
  justify-content: space-between;
  padding: 0px 8px 0px 8px; }

.kanban-card-shortcut-first {
  width: 50%;
  padding-left: 10px;
  display: flex; }

.avatar-kanban {
  margin-left: -9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid #FFF;
  background-color: #FFF; }

.kanban-card-shortcut-last {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: 38%; }

.kanban-card-shortcut-last > i {
  padding: 3px; }

.kanban-view-more {
  padding: 7px;
  margin-bottom: 3px;
  display: flex;
  justify-content: center; }

.kanban-none-cards {
  display: flex;
  justify-content: center; }

.kanban-none-cards span {
  padding: 7px; }

.kanban-more-responsibles {
  border: 1px solid #adadad;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: -10px;
  background-color: #e5e5e5;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .8; }

.button-add-action {
  padding: 2px;
  display: flex; }
  .button-add-action .btn.btn-default--new-card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }

.cards-container {
  min-height: 30px; }
  .cards-container.ui-sortable-placeholder,
  .cards-container .ui-sortable-placeholder {
    background: #EBEBEB;
    visibility: visible !important;
    border-radius: 2px;
    margin-bottom: 2px; }

.kanban-form {
  padding: 2px 0; }
  .kanban-form .form-control {
    border-radius: 0;
    width: 100% !important; }
  .kanban-form .kanban-form-buttons {
    margin-top: 2px;
    display: flex; }
    .kanban-form .kanban-form-buttons .btn--save-card {
      flex: 2;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .kanban-form .kanban-form-buttons .btn--cancel-card {
      flex: 1;
      margin-left: 2px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }

.modal-no-overflow {
  overflow: initial !important; }

.dropdown-menu-right.dropdown-menu-right--actions {
  position: fixed;
  z-index: 1; }

.font-size {
  font-size: 14px; }

.file-excel {
  width: 115px;
  height: 29px;
  margin-top: 5px !important;
  margin-right: 5px !important; }

.help-import {
  width: 115px;
  height: 29px;
  margin-top: 6px;
  position: relative; }

.translate-import {
  position: absolute;
  margin-left: -39px; }

.input-import {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0; }

.indicators-block {
  height: 34px;
  padding: 10px; }

.aling-vertical {
  vertical-align: middle; }

.repeat-block {
  padding-top: 2px;
  padding-bottom: 2px; }

.repeat-block > div {
  padding-right: 10px;
  padding-left: 5px; }

.repeat-block > div > div {
  padding-right: 0px;
  padding-left: 0px;
  height: 34px;
  position: relative; }

td > field-excel {
  padding-left: 5px;
  padding-right: 5px; }

.td-block {
  background-color: #C1C5CB;
  padding-left: 5px;
  padding-right: 5px; }

.line-excel > field-excel {
  background-color: #C1C5CB;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold; }

.padding-input {
  padding: 1px; }

.height-serie {
  height: 170px; }

.selelect-year {
  padding-left: 0px;
  padding-right: 12px; }

.invalid-year {
  margin-left: 10px;
  margin-top: 3px; }

.padding-comment {
  padding-right: 5px; }

.center-indicators {
  text-align: center; }

.padding-top-panel {
  padding-top: 1%; }

.serie-action {
  padding-bottom: 2px; }

.serie-action .col-left {
  float: left; }

.serie-action .col-middle {
  display: inline-block;
  margin-left: 26px;
  padding-top: 3px; }

.serie-action .col-right {
  float: right;
  font-size: 10px; }

.serie-action .color-picker {
  margin-top: 2px;
  height: 8px; }

.duplicate-padding {
  padding-bottom: 4px; }

.padding-legend {
  padding: 0px; }

.padding-year {
  padding-right: 2px; }

.border-table-block {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-radius: 3px; }

.panel-batch-update {
  margin-bottom: 10px; }

.panel-batch-update .panel-heading {
  padding: 10px 8px; }

.input-lines {
  overflow: hidden; }

.loaded-indicator {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row; }

.serie-value-goal {
  text-align: right;
  font-weight: bold; }

.series-update-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px; }

.update-series--line-td {
  border-top: none !important; }

.save-btn-container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 3px;
  width: 100%; }

.margin-serie {
  margin-top: 20px; }

.margin-category {
  margin-bottom: 7px; }

.serie-active-margin {
  margin-bottom: 7px; }

.margin-reference {
  margin-right: 5px; }

.padding-serie-value {
  padding-left: 5px; }

.panel-body-serie {
  padding-bottom: 5px; }

.padding-series {
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px; }

.padding-col-input {
  padding-right: 5px;
  padding-left: 5px; }

.padding-category-select {
  padding-top: 1px; }

.bottom-margin-group {
  margin-bottom: 7px; }

.padding-container {
  padding-right: 0px;
  padding-left: 0px; }

.active-series {
  height: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative; }

.padding-category {
  padding-right: 0px;
  padding-left: 0px; }

.form-group .serie-label label {
  padding-top: 3px; }

.padding-category-label {
  padding-right: 0px;
  padding-left: 5px; }

.div-category-label {
  padding-right: 5px;
  padding-left: 5px; }

.width {
  width: 115px; }

.tendency-width {
  width: 50%; }

.height-indicator {
  height: 550px; }

.margin-max-length {
  margin-top: 3px;
  margin-left: 10px; }

.relation-label {
  margin-top: 10px;
  margin-right: 0px; }

.margin-serie-value {
  margin-bottom: 0px; }

.font-size-label {
  font-size: 10px; }

.padding-right-serie {
  padding-right: 5px; }

.div-serie-value {
  padding-left: 7px; }

.height-value {
  height: 10px; }

.padding-serie-year {
  padding-right: 12px;
  padding-left: 0px; }

.rigth-options {
  right: 12px; }

.relative-position {
  position: relative; }

.color-indicator {
  color: #919191; }

.th-field-excel {
  background-color: #C1C5CB !important;
  padding-right: 5px;
  padding-left: 5px; }

.padding-label {
  padding-top: 3px !important; }

.color-required {
  color: red; }

.send-mail-form {
  margin-top: 6px;
  margin-left: 9px; }

.active-inative {
  margin-top: 8px; }

.indicator--input-name input.editable {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.indicator--input-name .id-indicador {
  padding: 10px 0px;
  font-size: 12px;
  height: 34px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 4%;
  float: left;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  border-left: 0px; }

.indicator--input-name input {
  width: 90%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  float: left; }

@media only screen and (min-width: 1300px) {
  .series-form-container {
    height: 275px; }

  .series-meta-container {
    height: 352px; } }
@media only screen and (max-width: 1299px) {
  .series-form-container {
    height: 300px; }

  .series-meta-container {
    height: 377px; } }
.position-level {
  position: relative;
  left: 15px; }

.width-panel {
  padding-top: 35px;
  margin-bottom: 20px; }

.form-group .serie-label {
  font-weight: normal;
  margin-bottom: 2px; }

.serie-action {
  position: relative; }
  .serie-action .col-left {
    float: left; }
  .serie-action .colorpicker {
    position: fixed;
    opacity: 0;
    animation: fadeIn 0.5s; }
    .serie-action .colorpicker.colorpicker-visible {
      opacity: 1; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.input-pair input {
  border-radius: 4px !important; }

.input-pair input,
.input-pair input:focus,
.input-pair select,
.input-pair select:focus {
  border: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.input-pair > div {
  padding: 0px;
  border: 1px solid #CCC; }

.input-pair .left {
  /*border-right: none;*/
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.input-pair .right {
  border-left: none;
  overflow: hidden;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.sample-show-hide {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  margin-top: 15px; }

.sample-show-hide.ng-hide {
  opacity: 0; }

.serie-formula-box {
  border: 1px solid #CCC;
  padding: 5px;
  margin: 5px;
  border-radius: 3px; }

.serie-formula-box:hover {
  background-color: #ccc; }

.table-wrapper-excel {
  position: relative;
  margin-top: -15px; }

table.table-excel {
  border-collapse: collapse;
  max-width: 900px; }

table.table-excel,
tr.line-excel,
th.field-excel {
  border: 1px solid black;
  white-space: nowrap;
  overflow: hidden;
  width: 125px;
  height: 25px; }

table.table-excel,
tr.line-excel,
td.field-excel {
  border: 1px solid black;
  white-space: nowrap;
  overflow: hidden;
  width: 125px;
  height: 25px; }

table.table-excel,
tr.line-excel,
td.field-excel.active {
  border: 1px solid #1e79c7; }

.charge-sheet {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.input-charge-sheet {
  opacity: 0;
  width: 115px;
  margin-left: -10px; }

.input-file-sheet {
  opacity: 0;
  width: 145px;
  margin-left: -10px; }

.button-sclose-sheet {
  width: 115px;
  margin-top: 5px !important;
  margin-right: 5px !important; }

.increase-popover-width {
  max-width: 600px !important; }

.width-popover {
  width: 200px !important; }

.width-update-start {
  float: left;
  width: 15.6%; }

.position-update-start {
  position: relative;
  left: -6px; }

.width-measure-unit {
  width: 17.6%; }

.margin-title {
  margin-top: 5px; }

.border-excel {
  border-radius: 4px !important; }

.charge_sheet-margin {
  margin-top: 5px !important;
  margin-right: 5px !important; }

.master-indicator-name {
  width: calc(100% - 15px);
  display: block;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis; }

.padding-right-5 {
  padding-right: 5px !important; }

.wrapper-top,
.wrapper-bottom {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }

.wrapper-top {
  height: 15px; }
  .wrapper-top .wrapper-scroll {
    width: 200%;
    height: 15px; }

.wrapper-bottom .wrapper-scroll {
  width: 200%;
  overflow: auto; }

.items-graph {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }
  .items-graph .items-graph-scroll {
    width: auto; }

.form-element-blocked-div {
  padding-right: 0;
  width: calc(8.33333333% + 4.66666667%); }

.form-element-measure-label {
  width: 12%; }

.form-element-blocked-btn {
  padding: 6px 17px; }

.graph-modal--title-container {
  display: flex;
  flex-direction: column; }

.graph-modal--division-name {
  color: #999999;
  font-size: 12px; }

.progress-project-select {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.progress-type-action-select {
  padding: 0px 15px 0px 0px !important;
  background: #fff; }

.formula-input:disabled {
  pointer-events: none; }

.nav-toolbar.nav-toolbar--indicators {
  height: 85px; }
  .nav-toolbar.nav-toolbar--indicators.nav-toolbar--fixed.opened {
    height: 55px; }

.panel-flex {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid #DDD; }
  .panel-flex:hover {
    background: #F5F5F5; }
  .panel-flex #add-sub {
    width: auto; }
  .panel-flex.panel-flex-header {
    border: none; }
    .panel-flex.panel-flex-header .panel-flex-item {
      line-height: 38px; }
  .panel-flex.panel-flex-inactive .panel-flex-item {
    opacity: 0.5 !important; }
  .panel-flex .panel-flex-item {
    width: 80%;
    overflow: hidden;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .panel-flex .panel-flex-item.panel-flex-item--block {
      min-width: 13px;
      width: 13px;
      margin: 0 8px; }
      .panel-flex .panel-flex-item.panel-flex-item--block > input[type=checkbox] {
        margin: 0;
        vertical-align: middle; }
    .panel-flex .panel-flex-item.panel-flex-item--header {
      width: 100%; }
    .panel-flex .panel-flex-item.panel-flex-item--title .indicator-name {
      font-weight: bold; }
      .panel-flex .panel-flex-item.panel-flex-item--title .indicator-name.indicator-name--cascade {
        padding-left: 10px; }
    .panel-flex .panel-flex-item.panel-flex-item--subs {
      min-width: 16px;
      width: 16px;
      text-align: center; }
    .panel-flex .panel-flex-item.panel-flex-item--comments {
      min-width: 16px;
      width: 16px;
      margin: 0 5px;
      text-align: center; }
    .panel-flex .panel-flex-item.panel-flex-item--comments i {
      cursor: pointer; }
    .panel-flex .panel-flex-item.panel-flex-item--coordinator {
      min-width: 100px;
      width: 100px; }
    .panel-flex .panel-flex-item.panel-flex-item--polarity {
      min-width: 30px;
      width: 30px;
      margin-top: 8px;
      text-align: center; }
    .panel-flex .panel-flex-item.panel-flex-item--serie-legend {
      min-width: 70px;
      width: 70px; }
      .panel-flex .panel-flex-item.panel-flex-item--serie-legend .serie-legend {
        display: block;
        height: 35px;
        line-height: 35px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 5px;
        border-left: 1px solid #CCC; }
        .panel-flex .panel-flex-item.panel-flex-item--serie-legend .serie-legend:not(:last-of-type) {
          border-bottom: 1px solid #DDD; }
        .panel-flex .panel-flex-item.panel-flex-item--serie-legend .serie-legend.serie-legend--large {
          height: calc(35px * 2); }
    .panel-flex .panel-flex-item.panel-flex-item--lines-prev {
      min-width: 18px;
      width: 18px;
      text-align: center; }
    .panel-flex .panel-flex-item.panel-flex-item--lines-next {
      min-width: 18px;
      width: 18px;
      text-align: center; }
    .panel-flex .panel-flex-item.panel-flex-item--row-legend {
      min-width: 18px;
      width: 18px;
      text-align: center; }
      .panel-flex .panel-flex-item.panel-flex-item--row-legend .panel-flex-legend {
        border-left: 1px solid #CCC; }
        .panel-flex .panel-flex-item.panel-flex-item--row-legend .panel-flex-legend .panel-flex-legend--value {
          height: 35px;
          line-height: 35px;
          text-align: center;
          display: block;
          border-bottom: 1px solid #CCC; }
        .panel-flex .panel-flex-item.panel-flex-item--row-legend .panel-flex-legend .panel-flex-legend--goal {
          height: 35px;
          line-height: 35px;
          text-align: center;
          display: block; }
        .panel-flex .panel-flex-item.panel-flex-item--row-legend .panel-flex-legend:not(:last-of-type) .panel-flex-legend--goal {
          border-bottom: 1px solid #DDD; }
    .panel-flex .panel-flex-item.panel-flex-item--lines {
      min-width: 50%;
      width: 50%;
      border-right: 1px solid #DDD;
      border-left: 1px solid #DDD;
      font-weight: bold;
      overflow: hidden;
      position: relative; }
      .panel-flex .panel-flex-item.panel-flex-item--lines .panel-flex-item--highlight {
        background-color: #E2E2E2;
        display: block; }
    .panel-flex .panel-flex-item.panel-flex-item--series {
      min-width: 4.1667%;
      width: 4.1667%;
      text-align: center;
      font-weight: bold;
      border-right: 1px solid #DDD;
      border-left: 1px solid #DDD; }
      .panel-flex .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly {
        width: auto !important;
        min-width: 150px !important;
        text-align: center;
        font-weight: bold;
        display: flex;
        border-right: 1px solid #DDD;
        border-left: 1px solid #DDD; }
        .panel-flex .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly > .panel-flex-row {
          width: 150px; }
        .panel-flex .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly .serie-column {
          width: 150px;
          float: left; }
          .panel-flex .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly .serie-column:not(:last-of-type) {
            border-right: 1px solid #DDD; }
          .panel-flex .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly .serie-column .panel-flex-row {
            height: auto; }
            .panel-flex .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly .serie-column .panel-flex-row .panel-flex-column .panel-flex-box {
              box-sizing: content-box; }
              .panel-flex .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly .serie-column .panel-flex-row .panel-flex-column .panel-flex-box.panel-flex-box--goal {
                border: none; }
    .panel-flex .panel-flex-item.panel-flex-item--actions {
      min-width: 26px;
      width: 26px;
      text-align: center;
      font-weight: bold; }
    .panel-flex .panel-flex-item.panel-flex-item--processes {
      min-width: 26px;
      width: 26px;
      text-align: center;
      font-weight: bold; }
    .panel-flex .panel-flex-item.panel-flex-item--projects {
      min-width: 26px;
      width: 26px;
      text-align: center;
      font-weight: bold; }
    .panel-flex .panel-flex-item.panel-flex-item--drag {
      min-width: 16px;
      width: 16px;
      text-align: center;
      padding-top: 10px; }
    .panel-flex .panel-flex-item .panel-flex-icon-graph {
      float: left;
      width: 18px;
      line-height: 35px; }
    .panel-flex .panel-flex-item .panel-flex-indicator-name {
      width: calc(100% - 18px);
      max-width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      float: left;
      line-height: 35px; }
      .panel-flex .panel-flex-item .panel-flex-indicator-name span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        float: left; }
    .panel-flex .panel-flex-item .panel-flex-event {
      cursor: pointer; }
    .panel-flex .panel-flex-item .panel-flex-row {
      width: 100%;
      float: left;
      height: 35px;
      margin-left: 0; }
      .panel-flex .panel-flex-item .panel-flex-row.panel-flex-row--scrolling {
        margin-right: 100%; }
      .panel-flex .panel-flex-item .panel-flex-row:not(:last-of-type) .panel-flex-column .panel-flex-box.panel-flex-box--value {
        border-bottom: 1px solid #DDD; }
      .panel-flex .panel-flex-item .panel-flex-row:not(:last-of-type) .panel-flex-column .panel-flex-box.panel-flex-box--goal {
        border-bottom: 1px solid #DDD; }
      .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column {
        text-align: center;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        color: white; }
        .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column:not(:last-of-type) {
          border-right: 1px solid #DDD; }
        .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-1 {
          width: 8.33333333%; }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-1 .text-sticky {
            width: 100% !important; }
        .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-2 {
          width: 16.66666667%; }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-2 .text-sticky {
            width: 50% !important; }
        .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-3 {
          width: 25%; }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-3 .text-sticky {
            width: 33.33333333% !important; }
        .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-4 {
          width: 33.33333333%; }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-4 .text-sticky {
            width: 25% !important; }
        .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-6 {
          width: 50%; }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-6 .text-sticky {
            width: 16.66666667% !important; }
        .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-12 {
          width: 100%; }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column.panel-flex-column-12 .text-sticky {
            width: 8.333333333% !important; }
        .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column .panel-flex-box {
          display: block;
          border: none;
          height: 35px;
          font-size: 11px;
          padding: 0 2px; }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column .panel-flex-box.panel-flex-box--goal {
            color: #333; }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column .panel-flex-box .panel-flex-context {
            width: 100%;
            height: 100%;
            position: relative; }
            .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column .panel-flex-box .panel-flex-context .panel-flex-popover-line {
              position: absolute;
              top: 0;
              left: 50%;
              transform: translateX(-50%); }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column .panel-flex-box .text-sticky {
            padding: 0 8px;
            position: sticky;
            right: 0px;
            overflow: hidden;
            display: inline-block;
            align-items: flex-end;
            width: auto;
            min-height: 35px;
            justify-content: flex-end; }
          .panel-flex .panel-flex-item .panel-flex-row .panel-flex-column .panel-flex-box .popover-sticky {
            position: absolute;
            left: 50%; }

.panel-indicators {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin: 0; }
  .panel-indicators.panel-indicators--header {
    border-top: 1px solid #DDD;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #f9f9f9; }
    .panel-indicators.panel-indicators--header .panel-flex .panel-flex-item {
      height: 35px; }
      .panel-indicators.panel-indicators--header .panel-flex .panel-flex-item .panel-flex-row:not(:last-of-type) {
        border-right: 1px solid #DDD; }
      .panel-indicators.panel-indicators--header .panel-flex .panel-flex-item .panel-flex-column {
        color: #333; }
      .panel-indicators.panel-indicators--header .panel-flex .panel-flex-item.panel-flex-item--polarity {
        margin-top: 0; }
  .panel-indicators.panel-indicators--secondary .panel-flex-item.panel-flex-item--series {
    min-width: 8.333333%;
    width: 8.3333333%; }
    .panel-indicators.panel-indicators--secondary .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly > .panel-flex-row,
    .panel-indicators.panel-indicators--secondary .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly .serie-column {
      width: 300px;
      width: 16vw; }
      .panel-indicators.panel-indicators--secondary .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly > .panel-flex-row .panel-flex-row .panel-flex-column,
      .panel-indicators.panel-indicators--secondary .panel-flex-item.panel-flex-item--series.panel-flex-item--series-yearly .serie-column .panel-flex-row .panel-flex-column {
        border-bottom: 1px solid #DDD; }
    .panel-indicators.panel-indicators--secondary .panel-flex-item.panel-flex-item--series .panel-flex-box {
      padding: 0 8px !important; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row.panel-flex-row--scrolling {
    transition: 0.2s linear margin-left; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row:not(:last-of-type) .panel-flex-column .panel-flex-row {
    width: auto; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row.panel-flex-row--scrolling-no-effect {
    transition: none; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row.panel-flex-row--scrolling-1 {
    margin-left: calc(-16.66666667% * 1); }
  .panel-indicators.panel-indicators--secondary .panel-flex-row.panel-flex-row--scrolling-2 {
    margin-left: calc(-16.66666667% * 2); }
  .panel-indicators.panel-indicators--secondary .panel-flex-row.panel-flex-row--scrolling-3 {
    margin-left: calc(-16.66666667% * 3); }
  .panel-indicators.panel-indicators--secondary .panel-flex-row.panel-flex-row--scrolling-4 {
    margin-left: calc(-16.66666667% * 4); }
  .panel-indicators.panel-indicators--secondary .panel-flex-row.panel-flex-row--scrolling-5 {
    margin-left: calc(-16.66666667% * 5); }
  .panel-indicators.panel-indicators--secondary .panel-flex-row.panel-flex-row--scrolling-6 {
    margin-left: calc(-16.66666667% * 6); }
  .panel-indicators.panel-indicators--secondary .panel-flex-row .panel-flex-column.panel-flex-column-1 {
    width: 16.66666667%; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row .panel-flex-column.panel-flex-column-2 {
    width: 33.33333333%; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row .panel-flex-column.panel-flex-column-3 {
    width: 50%; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row .panel-flex-column.panel-flex-column-4 {
    width: 66.66666667%; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row .panel-flex-column.panel-flex-column-6 {
    width: 100%; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row .panel-flex-column.panel-flex-column-12 {
    width: 200%; }
  .panel-indicators.panel-indicators--secondary .panel-flex-row .panel-flex-column .panel-flex-box {
    text-align: right;
    padding: 0; }
    .panel-indicators.panel-indicators--secondary .panel-flex-row .panel-flex-column .panel-flex-box.panel-flex-box--value {
      border-bottom: 1px solid #DDD; }
      .panel-indicators.panel-indicators--secondary .panel-flex-row .panel-flex-column .panel-flex-box.panel-flex-box--value.goal_undefined {
        color: white; }
  .panel-indicators.panel-indicators--secondary .panel-flex--content .panel-flex-row {
    height: 70px; }

.indicator-yearly-row > .action-wrapper {
  border: solid #ddd;
  border-width: 0 0 1px; }

scopi-indicators-yearly-rows {
  display: block;
  position: relative; }

scopi-indicators-yearly-rows scopi-indicators-yearly-rows:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 4px;
  background: gray;
  z-index: 1; }

.width-graph {
  width: 89% !important; }

scopi-indicators-monthly-rows {
  display: block;
  position: relative; }

scopi-indicators-monthly-rows scopi-indicators-monthly-rows:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 4px;
  background: gray;
  z-index: 1; }

.button-cascade {
  margin: 5px 0 0 5px; }

.none-indicators {
  padding: 18px;
  text-align: center; }

.not-link {
  text-decoration: none;
  color: #333;
  line-height: 1.5; }

.not-link:hover {
  text-decoration: none;
  color: #333; }

.indicator-row > indicator-children-monthly:before,
.indicator-yearly-row > indicator-children:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 4px;
  background: gray;
  z-index: 1; }

.footer-indicators {
  text-align: center;
  margin-top: 12px; }

.footer-indicators-font {
  font-weight: bold; }

.title-chart {
  margin-left: 22px;
  font-size: 13px; }

indicator-children-monthly,
indicator-children {
  position: relative;
  display: block; }

.indicator-row .action-wrapper:last-of-type,
.indicator-yearly-row .action-wrapper:last-of-type {
  border: solid #ddd;
  border-width: 0 0 1px; }

.margin-header {
  margin: 0 8px; }

.serie-total {
  padding-left: 0px;
  padding-right: 0px;
  width: 40px;
  text-align: center; }

.popover-line {
  width: 150px; }

.width-box-lines {
  text-align: center;
  padding: 0; }

.drag-drop-cursor {
  cursor: -webkit-grab; }

.width-line-save {
  margin-top: 9px;
  left: 5px; }

.indicator-references-repeat {
  margin-left: 13px;
  display: block;
  margin-bottom: 7px;
  margin-top: 7px; }

.indicator-permission-margin {
  margin-left: 13px; }

.reference-margin-top {
  margin-top: 15px; }

.margin-button--batch {
  margin-right: 9px; }

.margin-button--level {
  margin-right: 22px; }

.label-width--batch {
  width: 84.333333%; }

.help-update-line {
  float: right;
  margin-top: 1px;
  margin-right: 20px; }

.help-update-line-width {
  width: 160px !important; }

.margin-panel-indicator {
  margin-top: 20px !important;
  border-top: 1px solid #DDD; }

.remove-padding {
  padding: 0 !important; }

.blank-line-total {
  margin-bottom: 35px; }

.panel-flex-item--indicator-name {
  display: flex;
  align-items: center;
  height: 35px; }

.panel-indicator-name {
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.panel-indicator-graph-icon-width {
  min-width: 18px; }

.popover-indicator-description-html {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  margin-bottom: 5px; }
  .popover-indicator-description-html > label {
    margin-bottom: 0px; }

.indicators-filter-label-until {
  display: inline-flex;
  justify-content: center; }

.indicator-list-row-header {
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  color: #333333;
  font-weight: bold;
  min-height: 38px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  .indicator-list-row-header:before, .indicator-list-row-header:after {
    content: "";
    display: table;
    clear: both; }
  .indicator-list-row-header > [class*="indicators--list--"] {
    float: left;
    position: relative;
    margin: 0 5px 0; }
    .indicator-list-row-header > [class*="indicators--list--"]:first-child {
      margin: 0 5px 0 0; }
    .indicator-list-row-header > [class*="indicators--list--"]:last-child {
      margin: 0 0 0 5px; }
  .indicator-list-row-header > [class*="indicators--list--"] {
    top: 19px;
    transform: translateY(-50%); }
  .indicator-list-row-header > .indicators--list--name {
    min-height: 10px;
    width: calc(100% - (13px + 114px + 114px + 114px + 100px + 100px + 100px + 20px + 35px + (10px * 10) )); }
  .indicator-list-row-header > .indicators--list--name-okr {
    min-height: 10px;
    width: calc(100% - (13px + 114px + 114px + 114px + 100px + 100px + 100px + 20px + 35px + 5px + (10px * 10) )); }
  .indicator-list-row-header > .indicators--list--name-without-level {
    min-height: 10px;
    width: calc(100% - (13px + 114px + 114px + 114px + 100px + 100px + 100px + 20px + 35px + (10px * 10) ) + 45px); }
  .indicator-list-row-header > .indicators--list--subs {
    min-height: 10px;
    width: 13px; }
  .indicator-list-row-header > .indicators--list--coordinator {
    min-height: 10px;
    width: 114px; }
  .indicator-list-row-header > .indicators--list--responsible {
    min-height: 10px;
    width: 114px; }
  .indicator-list-row-header > .indicators--list--serie-legend {
    min-height: 10px;
    width: 114px; }
  .indicator-list-row-header > .indicators--list--held {
    min-height: 10px;
    width: 100px; }
  .indicator-list-row-header > .indicators--list--goal {
    min-height: 10px;
    width: 100px; }
  .indicator-list-row-header > .indicators--list--reached {
    min-height: 10px;
    width: 100px; }
  .indicator-list-row-header > .indicators--list--actions {
    min-height: 10px;
    width: 20px; }
  .indicator-list-row-header > .indicators--list--nivel {
    min-height: 10px;
    width: 35px; }

.indicator-list-row.indicator-main {
  border: solid #ddd;
  border-width: 0 0 1px; }

.indicator-list-row > .action-wrapper {
  border: solid #ddd;
  border-width: 0 0 1px; }

.indicator-list-row > .action-wrapper {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  .indicator-list-row > .action-wrapper:last-of-type {
    border-bottom: 0; }
  .indicator-list-row > .action-wrapper:before, .indicator-list-row > .action-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .indicator-list-row > .action-wrapper > [class*="indicators--list--"] {
    float: left;
    position: relative;
    margin: 0 5px 0; }
    .indicator-list-row > .action-wrapper > [class*="indicators--list--"]:first-child {
      margin: 0 5px 0 0; }
    .indicator-list-row > .action-wrapper > [class*="indicators--list--"]:last-child {
      margin: 0 0 0 5px; }
  .indicator-list-row > .action-wrapper > .indicators--list--name {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - (13px + 114px + 114px + 114px + 100px + 100px + 100px + 20px + 35px + (10px * 10) ));
    padding: 11px 0 5px; }
    .indicator-list-row > .action-wrapper > .indicators--list--name:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--name:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--name:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--name:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--name:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--name:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--name > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--name > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--name-okr {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - (13px + 114px + 114px + 114px + 100px + 100px + 100px + 20px + 35px + 5px + (10px * 10) ));
    padding: 11px 0 5px; }
    .indicator-list-row > .action-wrapper > .indicators--list--name-okr:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--name-okr:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--name-okr:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--name-okr:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--name-okr:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--name-okr:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--name-okr > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--name-okr > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--name-without-level {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - (13px + 114px + 114px + 114px + 100px + 100px + 100px + 20px + 35px + (10px * 10) ) + 45px);
    padding: 11px 0 5px; }
    .indicator-list-row > .action-wrapper > .indicators--list--name-without-level:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--name-without-level:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--name-without-level:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--name-without-level:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--name-without-level:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--name-without-level:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--name-without-level > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--name-without-level > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--subs {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 13px;
    align: true;
    top: 20px;
    transform: translateY(-50%); }
    .indicator-list-row > .action-wrapper > .indicators--list--subs:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--subs:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--subs:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--subs:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--subs:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--subs:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--subs > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--subs > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--coordinator {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 114px;
    align: true;
    top: 20px;
    transform: translateY(-50%); }
    .indicator-list-row > .action-wrapper > .indicators--list--coordinator:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--coordinator:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--coordinator:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--coordinator:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--coordinator:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--coordinator:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--coordinator > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--coordinator > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--responsible {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 114px;
    align: false;
    padding: 11px 0 5px; }
    .indicator-list-row > .action-wrapper > .indicators--list--responsible:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--responsible:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--responsible:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--responsible:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--responsible:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--responsible:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--responsible > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--responsible > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--serie-legend {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 114px;
    align: false; }
    .indicator-list-row > .action-wrapper > .indicators--list--serie-legend:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--serie-legend:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--serie-legend:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--serie-legend:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--serie-legend:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--serie-legend:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--serie-legend > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--serie-legend > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--held {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100px;
    align: false; }
    .indicator-list-row > .action-wrapper > .indicators--list--held:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--held:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--held:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--held:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--held:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--held:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--held > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--held > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--goal {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100px;
    align: false; }
    .indicator-list-row > .action-wrapper > .indicators--list--goal:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--goal:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--goal:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--goal:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--goal:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--goal:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--goal > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--goal > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--reached {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100px;
    align: false; }
    .indicator-list-row > .action-wrapper > .indicators--list--reached:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--reached:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--reached:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--reached:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--reached:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--reached:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--reached > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--reached > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--actions {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 20px;
    align: true;
    top: 20px;
    transform: translateY(-50%); }
    .indicator-list-row > .action-wrapper > .indicators--list--actions:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--actions:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--actions:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--actions:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--actions:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--actions:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--actions > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--actions > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper > .indicators--list--nivel {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 35px;
    align: true;
    top: 20px;
    transform: translateY(-50%); }
    .indicator-list-row > .action-wrapper > .indicators--list--nivel:hover span > i,
    .indicator-list-row > .action-wrapper > .indicators--list--nivel:hover scopi-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--nivel:hover popover-tags > i,
    .indicator-list-row > .action-wrapper > .indicators--list--nivel:hover scopi-comments-icon > i, .indicator-list-row > .action-wrapper > .indicators--list--nivel:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .indicator-list-row > .action-wrapper > .indicators--list--nivel:hover > input {
      cursor: pointer; }
    .indicator-list-row > .action-wrapper > .indicators--list--nivel > span:hover, .indicator-list-row > .action-wrapper > .indicators--list--nivel > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .indicator-list-row > .action-wrapper .indicators--list--held,
  .indicator-list-row > .action-wrapper .indicators--list--goal,
  .indicator-list-row > .action-wrapper .indicators--list--serie-legend {
    margin-top: 0px;
    margin-bottom: 0px; }
  .indicator-list-row > .action-wrapper .indicators--list--responsible {
    margin-top: 0px;
    margin-bottom: 0px; }
  .indicator-list-row > .action-wrapper .indicators--list--reached {
    margin-top: 0px;
    margin-bottom: 0px; }

.indicators--list--reached {
  margin-top: 0px;
  margin-bottom: 0px; }

.indicators--list--nivel {
  display: block;
  text-align: center; }
  .indicators--list--nivel i > {
    display: block;
    text-align: center; }

indicator-cascade-map {
  position: relative;
  display: block;
  border: solid #ddd;
  border-width: 1px 0 0; }

.indicators--list--goal-span,
.indicators--list--held-span,
.indicators--list--serie-legend-span {
  border-radius: 0;
  line-height: 40px;
  height: 40px; }

.indicators--list--reached-span {
  display: block;
  width: 100px;
  border: none !important;
  font-size: 16px;
  text-align: center;
  color: white;
  font-weight: 750;
  border-radius: 0;
  line-height: 40px;
  height: 40px; }

.indicators--list--reached-span:not(:last-child) {
  border-bottom: 1px solid white !important; }

.padding-operating {
  padding-left: 0px;
  padding-right: 0px; }

.height-operating {
  height: 34px; }

.button-list {
  margin-left: 15px; }

.heigth-modal {
  max-height: 250px;
  max-height: 40vh;
  overflow: auto;
  padding-left: 0px;
  width: 868px; }

.padding-body-formula {
  padding: 15px; }

.indicator-formula-id {
  width: 7%;
  min-width: 7%; }

.indicator-formula-name {
  width: 37.6%; }

.indicator-favorite-name {
  width: 33%; }

.indicator-formula-large-name {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 86.0%; }

.indicator-formula-objective {
  width: 20%; }

.indicator-favorite-objective {
  width: 18%; }

.indicator-formula-division {
  width: 20%; }

.indicator-favorite-division {
  width: 18%; }

.indicator-favorite-tags {
  width: 18%; }

.indicator-favorite-responsible {
  width: 18%; }

.indicator-formula-division div {
  margin-bottom: 0px !important; }

.indicator-formula-active {
  display: flex;
  justify-content: flex-end;
  width: 15.4%; }

.indicator-formula-series {
  float: left; }

.indicator-filter-padding {
  padding: 2px; }

.formula-min-size {
  height: calc(100vh - 240px);
  overflow: hidden !important; }

.indicator-formula-filter {
  min-height: 45px;
  display: flex; }

.serie-dash-box-formula {
  border: 1px solid #CCC;
  padding: 3px;
  border-radius: 3px;
  display: inline-block;
  flex-grow: 0; }

body:has(> .clearfix > .auth) {
  overflow: hidden; }

.auth {
  background: #ffffff;
  max-width: 540px;
  width: 33.333333%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0px auto;
  margin-top: 50px;
  padding: 1%; }
  @media screen and (max-width: 768px) {
    .auth {
      background: #ffffff;
      max-width: 300px;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; } }
  @media screen and (min-width: 769px) {
    .auth {
      background: #ffffff;
      max-width: 540px;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; } }

@media screen and (min-width: 769px) {
  .auth .control-label {
    padding: 0px;
    padding-top: 7px; } }

.languages > img {
  margin: 0px 1px;
  cursor: pointer;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
  float: right; }

.languages > img:hover, .languages > img.selected {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1; }

.bottom-link {
  margin-top: 5px;
  float: right; }

#strategic-maps > .alert {
  margin: 15px !important; }

#strategic-maps > .list-group {
  max-height: 55vh;
  overflow-y: auto;
  margin-bottom: 0px !important; }

#strategic-maps > .list-group > .list-group-item {
  border-radius: 0px !important; }

#strategic-maps > .list-group > .list-group-item > .fa {
  width: 20px;
  font-size: 15px; }

.sentences {
  background: transparent;
  max-width: 540px;
  width: 33.333333%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin: 70px auto 25px;
  padding: 15px;
  text-align: center;
  color: #ffffff; }
  @media screen and (max-width: 768px) {
    .sentences {
      background: #ffffff;
      max-width: 300px;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; } }
  @media screen and (min-width: 769px) {
    .sentences {
      background: #ffffff;
      max-width: 540px;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; } }

.sentences-title {
  font-size: 17px; }

.mascot {
  position: absolute;
  top: -70px;
  right: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.projects-group--header {
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  color: #333333;
  font-weight: bold;
  min-height: 38px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  .projects-group--header:before, .projects-group--header:after {
    content: "";
    display: table;
    clear: both; }
  .projects-group--header > [class*="projects--"] {
    float: left;
    position: relative;
    margin: 0 5px 0; }
    .projects-group--header > [class*="projects--"]:first-child {
      margin: 0 5px 0 0; }
    .projects-group--header > [class*="projects--"]:last-child {
      margin: 0 0 0 5px; }
  .projects-group--header > [class*="projects--"] {
    top: 19px;
    transform: translateY(-50%); }
  .projects-group--header > .projects--block {
    min-height: 10px;
    width: 13px; }
  .projects-group--header > .projects--status {
    min-height: 10px;
    width: 18px; }
  .projects-group--header > .projects--progress {
    min-height: 10px;
    width: 70px; }
  .projects-group--header > .projects--name {
    min-height: 10px;
    width: calc(100% - (13px + 18px + 70px + 16px + 16px + 16px + 16px + 100px + 90px + 90px + 90px + 90px + 30px + (10px * 13) + 20px + 10px)); }
  .projects-group--header > .projects--confidential {
    min-height: 10px;
    width: 16px; }
  .projects-group--header > .projects--tags {
    min-height: 10px;
    width: 16px; }
  .projects-group--header > .projects--nivel {
    min-height: 10px;
    width: 16px; }
  .projects-group--header > .projects--comments {
    min-height: 10px;
    width: 16px; }
  .projects-group--header > .projects--actions {
    min-height: 10px;
    width: 45px; }
  .projects-group--header > .projects--coordinator {
    min-height: 10px;
    width: 100px; }
  .projects-group--header > .projects--previsions {
    min-height: 10px;
    width: 90px; }
  .projects-group--header > .projects--previsione {
    min-height: 10px;
    width: 90px; }
  .projects-group--header > .projects--dates {
    min-height: 10px;
    width: 90px; }
  .projects-group--header > .projects--datee {
    min-height: 10px;
    width: 90px; }
  .projects-group--header > .projects--drag {
    min-height: 10px;
    width: 30px; }
  .projects-group--header > .projects--menu {
    min-height: 10px;
    width: 10px; }
  .projects-group--header > .projects--actions {
    text-align: center; }

.projects-group--project {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  min-height: 50px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  .projects-group--project:last-of-type {
    border-bottom: 0; }
  .projects-group--project:before, .projects-group--project:after {
    content: "";
    display: table;
    clear: both; }
  .projects-group--project > [class*="projects--"] {
    float: left;
    position: relative;
    margin: 0 5px 0; }
    .projects-group--project > [class*="projects--"]:first-child {
      margin: 0 5px 0 0; }
    .projects-group--project > [class*="projects--"]:last-child {
      margin: 0 0 0 5px; }
  .projects-group--project > .projects--block {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 13px;
    align: true;
    text-align: center;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--block:hover span > i,
    .projects-group--project > .projects--block:hover scopi-tags > i,
    .projects-group--project > .projects--block:hover popover-tags > i,
    .projects-group--project > .projects--block:hover scopi-comments-icon > i, .projects-group--project > .projects--block:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--block:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--block > span:hover, .projects-group--project > .projects--block > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--status {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 18px;
    align: true;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--status:hover span > i,
    .projects-group--project > .projects--status:hover scopi-tags > i,
    .projects-group--project > .projects--status:hover popover-tags > i,
    .projects-group--project > .projects--status:hover scopi-comments-icon > i, .projects-group--project > .projects--status:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--status:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--status > span:hover, .projects-group--project > .projects--status > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--progress {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 70px;
    align: true;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--progress:hover span > i,
    .projects-group--project > .projects--progress:hover scopi-tags > i,
    .projects-group--project > .projects--progress:hover popover-tags > i,
    .projects-group--project > .projects--progress:hover scopi-comments-icon > i, .projects-group--project > .projects--progress:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--progress:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--progress > span:hover, .projects-group--project > .projects--progress > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--name {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - (13px + 18px + 70px + 16px + 16px + 16px + 16px + 100px + 90px + 90px + 90px + 90px + 30px + (10px * 13) + 20px + 10px));
    padding: 16px 0 10px; }
    .projects-group--project > .projects--name:hover span > i,
    .projects-group--project > .projects--name:hover scopi-tags > i,
    .projects-group--project > .projects--name:hover popover-tags > i,
    .projects-group--project > .projects--name:hover scopi-comments-icon > i, .projects-group--project > .projects--name:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--name:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--name > span:hover, .projects-group--project > .projects--name > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--confidential {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    align: true;
    text-align: center;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--confidential:hover span > i,
    .projects-group--project > .projects--confidential:hover scopi-tags > i,
    .projects-group--project > .projects--confidential:hover popover-tags > i,
    .projects-group--project > .projects--confidential:hover scopi-comments-icon > i, .projects-group--project > .projects--confidential:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--confidential:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--confidential > span:hover, .projects-group--project > .projects--confidential > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--tags {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    align: false;
    text-align: center; }
    .projects-group--project > .projects--tags:hover span > i,
    .projects-group--project > .projects--tags:hover scopi-tags > i,
    .projects-group--project > .projects--tags:hover popover-tags > i,
    .projects-group--project > .projects--tags:hover scopi-comments-icon > i, .projects-group--project > .projects--tags:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--tags:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--tags > span:hover, .projects-group--project > .projects--tags > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--nivel {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    align: true;
    text-align: center;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--nivel:hover span > i,
    .projects-group--project > .projects--nivel:hover scopi-tags > i,
    .projects-group--project > .projects--nivel:hover popover-tags > i,
    .projects-group--project > .projects--nivel:hover scopi-comments-icon > i, .projects-group--project > .projects--nivel:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--nivel:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--nivel > span:hover, .projects-group--project > .projects--nivel > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--comments {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    align: true;
    text-align: center;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--comments:hover span > i,
    .projects-group--project > .projects--comments:hover scopi-tags > i,
    .projects-group--project > .projects--comments:hover popover-tags > i,
    .projects-group--project > .projects--comments:hover scopi-comments-icon > i, .projects-group--project > .projects--comments:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--comments:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--comments > span:hover, .projects-group--project > .projects--comments > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--actions {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 45px;
    align: true;
    text-align: center;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--actions:hover span > i,
    .projects-group--project > .projects--actions:hover scopi-tags > i,
    .projects-group--project > .projects--actions:hover popover-tags > i,
    .projects-group--project > .projects--actions:hover scopi-comments-icon > i, .projects-group--project > .projects--actions:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--actions:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--actions > span:hover, .projects-group--project > .projects--actions > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--coordinator {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100px;
    align: true;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--coordinator:hover span > i,
    .projects-group--project > .projects--coordinator:hover scopi-tags > i,
    .projects-group--project > .projects--coordinator:hover popover-tags > i,
    .projects-group--project > .projects--coordinator:hover scopi-comments-icon > i, .projects-group--project > .projects--coordinator:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--coordinator:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--coordinator > span:hover, .projects-group--project > .projects--coordinator > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--previsions {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 90px;
    align: true;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--previsions:hover span > i,
    .projects-group--project > .projects--previsions:hover scopi-tags > i,
    .projects-group--project > .projects--previsions:hover popover-tags > i,
    .projects-group--project > .projects--previsions:hover scopi-comments-icon > i, .projects-group--project > .projects--previsions:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--previsions:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--previsions > span:hover, .projects-group--project > .projects--previsions > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--previsione {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 90px;
    align: true;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--previsione:hover span > i,
    .projects-group--project > .projects--previsione:hover scopi-tags > i,
    .projects-group--project > .projects--previsione:hover popover-tags > i,
    .projects-group--project > .projects--previsione:hover scopi-comments-icon > i, .projects-group--project > .projects--previsione:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--previsione:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--previsione > span:hover, .projects-group--project > .projects--previsione > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--dates {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 90px;
    align: true;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--dates:hover span > i,
    .projects-group--project > .projects--dates:hover scopi-tags > i,
    .projects-group--project > .projects--dates:hover popover-tags > i,
    .projects-group--project > .projects--dates:hover scopi-comments-icon > i, .projects-group--project > .projects--dates:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--dates:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--dates > span:hover, .projects-group--project > .projects--dates > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--datee {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 90px;
    align: true;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--datee:hover span > i,
    .projects-group--project > .projects--datee:hover scopi-tags > i,
    .projects-group--project > .projects--datee:hover popover-tags > i,
    .projects-group--project > .projects--datee:hover scopi-comments-icon > i, .projects-group--project > .projects--datee:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--datee:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--datee > span:hover, .projects-group--project > .projects--datee > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--drag {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 30px;
    align: true;
    text-align: center;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--drag:hover span > i,
    .projects-group--project > .projects--drag:hover scopi-tags > i,
    .projects-group--project > .projects--drag:hover popover-tags > i,
    .projects-group--project > .projects--drag:hover scopi-comments-icon > i, .projects-group--project > .projects--drag:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--drag:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--drag > span:hover, .projects-group--project > .projects--drag > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project > .projects--menu {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 10px;
    align: true;
    text-align: center;
    top: 25px;
    transform: translateY(-50%); }
    .projects-group--project > .projects--menu:hover span > i,
    .projects-group--project > .projects--menu:hover scopi-tags > i,
    .projects-group--project > .projects--menu:hover popover-tags > i,
    .projects-group--project > .projects--menu:hover scopi-comments-icon > i, .projects-group--project > .projects--menu:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .projects-group--project > .projects--menu:hover > input {
      cursor: pointer; }
    .projects-group--project > .projects--menu > span:hover, .projects-group--project > .projects--menu > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .projects-group--project .projects--drag > i {
    display: inline-block; }
  .projects-group--project .projects--tags {
    top: 16px; }

.projects--menu {
  transform: none !important;
  top: 15px !important; }

.panel-footer {
  width: 100%;
  min-height: 39px;
  margin-left: 0px;
  padding: 0.5%;
  border-bottom: 1px solid #ddd !important;
  background: #fff; }
  .panel-footer:hover {
    background: #f5f5f5; }

.exporting-gantt {
  height: 100%;
  position: absolute;
  background-color: #FFF;
  width: 100%;
  margin-top: -10px; }

.position-check {
  left: 7px;
  margin-top: 11px; }

.modal-body-select {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden; }

.margin-search-indicators {
  margin-top: 19px;
  margin-bottom: 19px; }

.content-document {
  height: calc(100vh - 160px); }

#content-view {
  height: 100%;
  z-index: 1;
  position: relative; }

.fa-spinner.fa-spinner--documents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.top-footer {
  padding-top: 0px !important; }

.margin-required {
  margin-bottom: 3px; }

.project-transfer-team-text {
  margin-bottom: 20px; }

.resource-avatar {
  margin-right: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #FFF;
  background-color: #FFF; }

.container-project-name {
  padding: 8px;
  background-color: #f5f5f5;
  border: 1px solid #DDD;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold; }

.project-form-toolbar {
  padding-right: 1%; }

.project-form-canceled-group {
  position: relative;
  bottom: 56px; }

.project-form-date-group {
  position: relative;
  right: 73px; }

.project-form-date-arrow {
  font-size: 7em;
  position: relative;
  right: 200%; }

.project-form-date-copy {
  margin-top: 28px;
  position: relative;
  right: 100%; }

.project-form-canceled-label {
  padding-right: 10px; }

.project-plan-head input {
  margin-top: 0px;
  cursor: pointer; }
.project-plan-head label {
  margin: 2px 7px 0px;
  font-weight: normal;
  cursor: pointer; }
.project-plan-head.project-plan-head-selected label {
  font-weight: bold; }

.project-plan-row {
  border-bottom: 1px solid #DDD;
  height: 50px;
  padding: 15px;
  display: flex;
  align-items: center; }
  .project-plan-row input {
    margin-top: 0px;
    cursor: pointer; }
  .project-plan-row label {
    margin: 2px 7px 0px;
    font-weight: normal;
    cursor: pointer; }
  .project-plan-row.project-plan-row-selected label {
    font-weight: bold; }

.resources-header-permissions {
  float: right;
  width: 125px;
  text-align: center; }

.resources-header-actions {
  float: right;
  width: 415px;
  text-align: center; }

@media print {
  .nav-toolbar--fixed, .side-navigation, .nav-toolbar {
    visibility: hidden !important; } }
.title-empathy {
  padding: 5px;
  border-bottom: 1px solid #CCC; }

.box-empathy {
  min-height: 200px;
  position: relative;
  padding: 0;
  padding-bottom: 10px; }

.button-add-empathy {
  position: absolute;
  margin-top: 2px; }

.col-empathy {
  padding-left: 9px;
  padding-top: 0px;
  position: relative;
  margin: 0 auto;
  width: 410px; }

.card-note {
  width: 100%;
  padding: 10px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 5px;
  position: relative; }

.card-note-list {
  list-style-type: none;
  width: 48%;
  margin-right: 2%; }

.close-position {
  position: absolute;
  top: 10px;
  right: 10px; }

.edit-position {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.btn-transparent {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=80);
  opacity: .2; }

.btn-transparent:hover,
.btn-transparent:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: .6; }

span.btn-transparent {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.note-text {
  width: 100%;
  float: left; }

.line-empathy {
  position: relative;
  display: flex;
  align-items: stretch; }

.background--yellow {
  background-color: #f2ea2e; }

.cursor-grab {
  cursor: -webkit-grab; }

.empty-notes-list {
  min-height: 60px;
  color: white; }

.ui-sortable-placeholder {
  min-height: 60px !important; }

.cards-empathy,
.col-empathy,
.empathy-notes-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start; }

.col-empathy {
  min-height: 120px; }

body {
  background: #393939; }

#container-infinite:before, #container-infinite:after {
  content: "";
  display: table;
  clear: both; }

.overflow-x {
  overflow-x: auto !important; }

.updates-bar--notification {
  display: block !important; }

.updates-bar {
  text-align: center;
  height: 50px;
  background: #f89407;
  display: none;
  position: fixed;
  width: 430px;
  left: calc(50% - 215px);
  padding: 0 15px;
  z-index: 4; }

.updates-bar--text {
  position: relative;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  top: calc(50% - 10px);
  margin: 0;
  cursor: pointer; }
  .updates-bar--text > button {
    text-decoration: underline; }

.updates-bar--2-lines {
  top: calc(50% - 20px) !important; }

.popover-template-comments {
  padding-top: 5px;
  padding-bottom: 5px; }

.reports-title {
  font-weight: bold;
  font-size: 20px; }
  .reports-title i {
    font-size: 12px; }

.reports-title--space:before {
  content: " ";
  text-indent: -99999px; }

.popover.popover-no-padding .popover-content {
  padding: 0; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.tooltip-adjustment {
  transform: translateX(-23px); }

.tooltip-adjustment-create-pto {
  transform: translateX(-12.5px); }

.margin-right-button {
  margin-right: 5px; }

.div-custom-size {
  display: grid;
  width: 100%; }

.custom-size {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.lines-number {
  width: 100%; }

.collapsed-folder {
  height: 0px;
  display: none; }

.caret-right-width {
  height: 18px;
  text-align: center;
  width: 18px; }

.fa-folder-width {
  height: 13px;
  text-align: center;
  width: 13px; }

.disabled-eye {
  opacity: 0.5;
  cursor: unset !important; }
  .disabled-eye:hover {
    font-size: 11px !important; }

scopi-attachments .table.table-hover,
scopi-attachments tbody {
  position: relative; }

.textarea-limit {
  max-width: 100%; }

.hamburger-menu-hidden .hamburger-menu {
  display: none; }
.hamburger-menu-hidden .btn.btn-default.pull-right {
  margin: 5px 0 5px 5px !important; }

.content-navbar-scroll {
  margin-top: 90px; }

.toolbar-report-title {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 9px 0 0; }

.filter-report-scroll {
  margin: 45px 0 0px; }

.ui-select-match-item {
  max-width: calc(100% - 15px); }

.summary-header {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold; }
  .summary-header .list-group-item {
    padding-left: 5px;
    padding-right: 5px; }

.btn-dark {
  color: #FFF;
  background-color: #393939;
  border-color: #393939; }

.btn-dark:hover {
  color: #FFF;
  background-color: #333;
  border-color: #333; }

.btn-dark:active {
  color: #FFF;
  background-color: #222;
  border-color: #222; }

.right-aligned-flex {
  display: flex;
  justify-content: flex-end; }

.display-inline-flex {
  display: inline-flex; }

.width-100 {
  width: 100%; }

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%; }

.modal-dialog.modal-dialog--indicator-filter {
  width: 1150px !important;
  max-width: 90%; }
  .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter {
    display: flex; }
    .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter .btn-group--updated {
      width: 20%; }
      @media screen and (min-width: 1900px) {
        .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter .btn-group--updated {
          width: 15%; } }
    .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter .form-group--lock-filter {
      width: 40%;
      display: flex;
      justify-content: center; }
      @media screen and (min-width: 1900px) {
        .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter .form-group--lock-filter {
          width: 27%; } }
    .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter .form-group--update-frequency {
      width: 40%;
      display: flex;
      justify-content: right; }
      @media screen and (min-width: 1900px) {
        .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter .form-group--update-frequency {
          width: 59%; } }
      .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter .form-group--update-frequency div {
        width: 39.5%; }
        @media screen and (min-width: 1900px) {
          .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter .form-group--update-frequency div {
            width: 66%; } }
    .modal-dialog.modal-dialog--indicator-filter .col-custom-indicator-filter .control-label.control-label--custom-filter {
      padding-right: 20px; }

.no-border-bottom {
  border-bottom: none !important; }

.no-border-top {
  border-top: none !important; }

.no-border-right {
  border-right: none !important; }

.display-inline-block {
  display: inline-block; }

.overflow-y-visible {
  overflow-y: visible !important; }

.item-sorting {
  max-height: 50px;
  overflow: hidden;
  background-color: #FFF; }

.shared-by-span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  max-width: 234px; }

.nav-body {
  border: 1px solid #DDD;
  margin-top: -12px;
  padding: 15px; }

.rectangle {
  display: inline-block;
  height: 12px;
  width: 16px; }
  .rectangle.rectangle-thin {
    border: 1px solid #000; }

.progress-container {
  position: relative; }
  .progress-container > .progress-bar-zero {
    background-color: transparent !important; }
  .progress-container > .progress-bar-partial {
    padding-left: 7px; }
  .progress-container > .progress-bar-full {
    padding-left: 0px; }
  .progress-container .progress-bar-number {
    font-size: 10px;
    font-weight: bold;
    color: #333; }
  .progress-container .progress-bar-no-progress {
    position: absolute;
    display: block;
    width: 100%; }

.full-size {
  width: 100%;
  height: 100%; }

.text-color-default {
  color: #333; }

.font-size-16 {
  font-size: 16px; }

.add-new-item-container {
  width: 100%;
  border-top: 1px solid #DDD !important;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px; }
  .add-new-item-container .add-new-item-form-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .add-new-item-container .add-new-item-form-container > .add-new-item-input-container {
      flex: 1;
      padding-right: 15px; }
  .add-new-item-container:hover {
    background-color: #f5f5f5; }

.contenteditable {
  height: auto;
  cursor: text; }
  .contenteditable b {
    font-weight: normal; }
  .contenteditable i {
    font-style: normal; }
  .contenteditable u {
    text-decoration: none; }
  .contenteditable scopi-link {
    color: #428BCA;
    text-decoration: none; }
    .contenteditable scopi-link:hover {
      text-decoration: underline; }
  .contenteditable:empty::before {
    content: attr(placeholder);
    color: #555; }

.popover-with-html {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.break-word {
  word-break: break-word; }

.input-left-radius {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.font-size-inherit {
  font-size: inherit !important; }

.width-5 {
  width: 5%; }

.width-95 {
  width: 95%; }

.ui-select-container:not(.ui-select-multiple) input.ui-select-search {
  width: 100% !important; }

.break-spaces {
  white-space: break-spaces !important; }

.display-contents {
  display: contents !important; }

.infographic-container {
  margin-top: 30px; }

.infographic__btn {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 4px 0px !important;
  font-size: 20px !important;
  border-radius: 20px; }

.infographic__row {
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px 0 0 0; }

.infographic__icon {
  font-size: 15px;
  position: relative;
  bottom: 2px; }

.infographic__title {
  position: relative;
  width: 55%;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 21px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  border-radius: 3px;
  background: aliceblue; }

.infographic__cards {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px; }

.infographic__card {
  border: 1px solid #ddd;
  width: 18.5%;
  padding: 10px 5px;
  float: left;
  min-height: 185px;
  border-radius: 3px;
  display: flex;
  flex-direction: column; }
  .infographic__card.infographic__card-step-1 {
    width: 25%; }
    .infographic__card.infographic__card-step-1.infographic-4-card {
      margin: 0; }

.infographic__card:not(:last-child) {
  margin: 0 1.8% 0 0; }

.infographic__card.actived {
  border: 1px solid rgba(35, 142, 35, 0.72); }

.infographic__card-infos {
  text-align: center;
  padding: 9px; }

.infographic__card-infos.no-title > .infographic__card-title {
  *display: none;
  visibility: hidden; }

.infographic__card-title {
  font-size: 17px; }

.infographic__card-text {
  min-height: 85px; }

.infographic__card-cover {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto; }

.infographic__card-number {
  display: none;
  position: relative;
  width: 50px;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  font-size: 26px;
  padding: 5px 0px 5px 3px;
  margin: 0 auto;
  border: 1.5px solid;
  color: #FFFFFF;
  border-radius: 100%; }

.infographic__card-number.active {
  display: block; }

.infographic__card-cover:hover {
  cursor: pointer; }

.infographic__card-cover.actived {
  background: url("../images/circular-green.png") no-repeat;
  background-size: cover; }

.infographic__card-cover.disabled {
  background: url("../images/circular.png") no-repeat;
  background-size: cover; }

.infographic__card-links {
  position: relative;
  display: block;
  height: 15px;
  margin-top: auto; }

.infographic__card-icon {
  position: absolute;
  left: 10px; }

.infographic__card-link.actived {
  visibility: visible; }

.infographic__card-link {
  visibility: hidden;
  position: absolute;
  left: 50px;
  margin-left: -40px; }

.infographic__card-video {
  position: relative;
  width: 35px;
  height: 20px;
  float: right;
  margin-right: 10px; }

.infographic__card-icon.right.actived {
  display: block; }

.infographic__card-icon.right {
  right: 14px;
  left: inherit;
  display: none; }

.infographic__card-icon:hover {
  cursor: pointer; }

.text-modal-details {
  font-size: 14px;
  text-align: justify; }

.font-icons {
  font-size: 17px; }

.number-videos {
  position: relative;
  top: 2px; }

.welcome__scopi {
  width: 670px;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px; }

.position__icon {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px; }

.width__set-1 {
  justify-content: center;
  display: flex; }

.infographic-1-number {
  background-color: #5B3F69; }

.infographic-2-number {
  background-color: #8A6D3B; }

.infographic-3-number {
  background-color: #3C763D; }

.infographic-4-number {
  background-color: #CD7054; }

.infographic-5-number {
  background-color: #31708F; }

.infographic-1-card {
  background-color: #F5E9F7; }

.infographic-2-card {
  background-color: #FAEBCC; }

.infographic-3-card {
  background-color: #DFF0D8; }

.infographic-4-card {
  background-color: #FFD9CA; }

.infographic-5-card {
  background-color: #D9EDF7; }

.infographic-1-color {
  color: #5B3F69 !important; }

.infographic-2-color {
  color: #8A6D3B !important; }

.infographic-3-color {
  color: #3C763D !important; }

.infographic-4-color {
  color: #CD7054 !important; }

.infographic-5-color {
  color: #31708F !important; }

.glossary-item-top {
  margin-top: 10px; }

.glossary-item-bottom {
  margin-bottom: 10px; }

.padding-ppr-user-fields {
  padding: 0 0.5% 0 0; }

.ppr-code-field {
  width: 50px;
  min-width: 50px; }

.ppr-indicator-field {
  width: 100%; }

.ppr-indicator-match {
  margin-top: -1px; }

.ppr-indicator-match span {
  margin-top: 1px;
  text-overflow: ellipsis; }

.ppr-serie-field {
  width: 120px;
  min-width: 120px; }

.ppr-minimum-field {
  width: 95px;
  min-width: 95px; }

.ppr-composition-field {
  width: 95px;
  min-width: 95px; }

.ppr-total-field {
  float: right;
  width: 90px !important;
  min-width: 90px !important; }

.ppr-panel-important {
  font-weight: bold;
  font-size: 16px; }

.ppr-panel {
  text-align: center; }

.ppr-user-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  max-width: 50%;
  margin-right: 5px; }

.ppr-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  flex: 1;
  margin-left: 5px; }
  .ppr-name.ppr-name--chart {
    max-width: 55%; }

.ppr-user-details-totals .ppr-user-details-totals-larger {
  width: 89%; }
.ppr-user-details-totals .ppr-user-details-totals-smaller {
  width: 12%; }

.ppr-user-details-totals-item {
  padding-top: 10px;
  padding-left: 8px;
  border-top: 1px solid #ddd;
  background-color: #f5f5f5; }

.panel-ppr-user-details {
  margin-bottom: 0px; }

.ppr-goal-border {
  border-bottom: 1px solid #DDD; }

.ppr-reached-secondary-span {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  width: auto;
  cursor: default !important;
  text-decoration: none !important;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: 750;
  height: 35px;
  padding: 6px 8px; }
  .ppr-reached-secondary-span span {
    cursor: default !important;
    text-decoration: none !important; }

.ppr-user-modal-month {
  height: 31px; }

.table-pprs tr {
  border-top: 1px solid #ddd !important; }

.table-pprs td {
  border: 0px !important; }

.title-modal-objective {
  position: fixed;
  height: 30px;
  font-size: 14px;
  width: 99%;
  padding-left: 10px;
  padding-right: 1px; }

.div-table {
  height: calc(100vh - 310px);
  overflow-y: auto; }

.div-table-indicators {
  height: calc(100vh - 320px);
  overflow-y: auto; }

.div-table-okr {
  height: calc(100vh - 330px);
  overflow-y: auto; }

.progress-bar.title-success {
  background-color: #5cb85c !important; }

.progress-bar.title-yellow {
  background-color: #fff740 !important; }

.progress-bar.title-danger {
  background-color: #d9534f !important; }

.progress-bar.title-warning {
  background-color: #F0AD4E !important; }

.padding-lr {
  padding-left: 5px;
  padding-right: 5px; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.legend-objective {
  vertical-align: super;
  margin-left: 40px; }

.legend-objective-color {
  height: 15px;
  width: 30px;
  position: absolute; }

.legend-overcoming {
  background-color: #428bca; }

.legend-reached {
  background-color: #22b14c; }

.legend-tolerance {
  background-color: #f0ad4e; }

.legend-not-reached {
  background-color: #d9534f; }

.legend-undefined {
  background-color: #CCC; }

.legend-no-value {
  border: 1px solid #CCC;
  background-color: #FFF; }

.project-width {
  width: 14%;
  padding: 0px;
  text-align: center; }

.objective-performance {
  display: block;
  margin-left: auto;
  color: black;
  margin-right: auto;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px; }

.width-delete-modal {
  max-height: 50vh;
  overflow: auto; }

.padding-password {
  padding-top: 10px;
  padding-bottom: 10px; }

.border-collapse-related {
  border-top: 1px solid #ddd; }

.position-icon-modal {
  position: relative;
  right: 7px;
  top: 3px; }

.postion-icon-help-performance-toolbar {
  position: relative;
  margin-top: 5px; }

.no-performace {
  position: relative;
  top: 3px;
  margin-right: 20px; }

.toolbar-map-performance {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 5px 5px 5px 0;
  position: relative;
  vertical-align: middle;
  width: 170px; }
  .toolbar-map-performance > button {
    position: relative;
    text-align: left;
    width: 100%; }
  .toolbar-map-performance .dropdown-menu {
    padding: 0;
    width: 100%; }
    .toolbar-map-performance .dropdown-menu button {
      padding: 6px 13px;
      position: relative;
      text-align: left;
      width: 100%; }

.toolbar-map-performance > button,
.toolbar-map-performance.indicators .dropdown-menu li:nth-child(1),
.toolbar-map-performance.projects .dropdown-menu li:nth-child(2),
.toolbar-map-performance.actions .dropdown-menu li:nth-child(3) {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.max-100 {
  max-width: 100%; }

canvas-description-width {
  max-width: 100%;
  min-width: 100%; }

.vertical-align-text {
  position: absolute !important;
  top: 10px !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px; }

.filter-strategic-map {
  padding-right: 20px !important;
  padding-top: 0px !important; }

.projection-margin-left {
  margin-left: 5px; }

.row-philosophy {
  width: 100%;
  min-height: 39px;
  margin-left: 0px;
  border-bottom: 1px solid #ddd !important;
  padding-top: 2%; }

.max-plans {
  float: right;
  padding-right: 10px; }

.font-performance {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  margin-top: 0px; }

.small-select {
  width: 29%;
  float: left;
  padding-left: 10px; }

.header-composition-weight {
  padding: 10px 5px; }

.composition-weight-field {
  padding: 0 0.5% 0 0;
  width: 27%; }

.display-flex > .composition-weight-field:first-child {
  width: 71%; }
  .display-flex > .composition-weight-field:first-child.composition-weight-objective-field {
    width: 44%; }

.composition-weight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3px;
  width: 2%; }

.panel-body-composition-weight {
  padding: 0.5% 5px 0 5px; }

.margin-bottom-composition-weight {
  margin-bottom: 0.5%; }

.panel-footer-composition-weight {
  background-color: #F5F5F5;
  padding: 0 5px; }
  .panel-footer-composition-weight .align-items-center > div {
    width: 29%;
    padding-right: 2.5%; }
  .panel-footer-composition-weight .align-items-center > div:first-child {
    width: 71%;
    padding-right: 0; }

.bsc-pagination-container {
  display: flex;
  justify-content: center; }

.perspective-sort-container,
.theme-sort-container {
  min-height: 100px;
  height: 100%; }

.objective-sort-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .objective-sort-container.objective-sort-container-min-height {
    min-height: 100px; }

.ui-sortable-placeholder-bsc {
  visibility: visible !important;
  min-width: 100px;
  min-height: 90px !important;
  background: #EBEBEB;
  float: left !important; }

.vision-pencil {
  cursor: pointer;
  opacity: 0.4; }
  .vision-pencil:hover {
    opacity: 0.8; }

.line-action-report {
  border-bottom: 1px solid #CCC;
  min-height: 30px;
  padding: 6px 0px 6px 0px; }

.line-action-report:hover {
  background-color: #F5F5F5; }

.reports-actions-header {
  display: flex;
  background-color: #f5f5f5;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 30px;
  border-bottom: 1px solid #CCC; }

.reports-actions-col-name {
  flex: 1 0;
  padding-left: 15px; }

.reports-actions-col-effort {
  flex: 0 0 50px;
  padding: 0px 10px; }

.reports-actions-col-responsibles {
  flex: 0 0 180px;
  padding: 0px 10px; }

.reports-actions-col-previsions {
  flex: 0 0 115px;
  padding: 0px 5px;
  text-align: center; }

.reports-actions-col-dates {
  flex: 0 0 85px;
  padding: 0px 5px;
  text-align: center; }

.reports-actions-col-progress {
  flex: 0 0 75px;
  padding: 0px 5px;
  text-align: center; }

.indicator-header-report {
  border-bottom: 1px solid #ddd;
  padding: 7px;
  height: 29px; }

.indicator-header-report.color-header {
  background: #f5f5f5; }

.no-performance {
  background: #AAAAAA; }
  .no-performance .item-map-performance {
    max-width: 100px;
    display: inline-block;
    text-align: Left;
    font-size: inherit; }
  .no-performance .item-percent {
    max-width: 80px;
    display: inline-block;
    text-align: Left;
    font-size: 12px;
    font-style: italic;
    font-weight: unset; }
  .no-performance:before {
    background: #AAAAAA; }

.item-percent {
  margin-bottom: 0px !important; }

.item-percent,
.item-counters {
  display: block;
  font-size: 12px;
  margin: 0; }

.item-title {
  cursor: pointer;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-top: auto;
  margin-bottom: auto; }

.item-percent {
  cursor: pointer;
  font-size: 25px;
  font-weight: bold; }

.summary-item .item-counters > span {
  cursor: auto; }

.item-counters {
  margin: 0;
  font-weight: bold; }
  .item-counters > span {
    cursor: pointer;
    margin-right: 1.5px;
    margin-left: 1.5px; }

.item-vision {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 10px 0;
  width: calc(100% - (141px + 80px + 20px)); }
  .item-vision > span small {
    display: block; }

.item-map-performance {
  display: flex;
  font-size: 28px;
  font-weight: bold;
  justify-content: center;
  padding-left: 4px;
  padding-right: 20px; }

.edit-objective {
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=80);
  opacity: .2; }

performance {
  display: block;
  margin: 0 0 40px;
  position: relative; }

.plan {
  position: relative;
  width: 100%;
  height: auto; }
  .plan.new-map-layout .summary-item,
  .plan.new-map-layout .perspective-item,
  .plan.new-map-layout .theme-item,
  .plan.new-map-layout .objective-item {
    border: 1px solid #b9b9b9;
    background: #ffffff; }
    .plan.new-map-layout .summary-item::before,
    .plan.new-map-layout .perspective-item::before,
    .plan.new-map-layout .theme-item::before,
    .plan.new-map-layout .objective-item::before {
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 10px;
      display: block; }

.plan-container {
  height: 100%;
  overflow-y: auto; }

.plan-icons {
  display: flex;
  gap: 4px; }

.plan-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 100vw;
  position: relative; }
  .plan-row > .plan-row {
    display: flex;
    flex: 2;
    flex-direction: column;
    justify-content: center; }

.plan-items-container {
  display: flex;
  position: relative; }
  .plan-items-container > .plan-items-container {
    align-items: center;
    display: flex;
    flex: 2;
    flex-wrap: wrap; }
  .plan-items-container.p-t-o {
    flex-wrap: wrap;
    margin: 0 0 0 calc(225px + 20px);
    width: calc(100% - (225px + 20px)); }
    @media screen and (max-width: 1279px) {
      .plan-items-container.p-t-o {
        margin: 0 0 0 calc(200px + 20px);
        width: calc(100% - (200px + 20px)); } }
    @media screen and (min-width: 1280px) and (max-width: 1365px) {
      .plan-items-container.p-t-o {
        margin: 0 0 0 calc(215px + 20px);
        width: calc(100% - (215px + 20px)); } }
  .plan-items-container.p-o {
    flex-wrap: wrap;
    margin: 0 0 0 20px;
    width: calc(100% - 20px); }
    @media screen and (max-width: 1279px) {
      .plan-items-container.p-o {
        margin: 0 0 0 20px;
        width: calc(100% - 20px); } }
    @media screen and (min-width: 1280px) and (max-width: 1365px) {
      .plan-items-container.p-o {
        margin: 0 0 0 20px;
        width: calc(100% - 20px); } }

.plan-item, .perspective-item, .theme-item, .objective-item, .summary-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0.5px solid #b9b9b96b;
  color: black;
  flex: none;
  font-size: 15px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center; }
  .plan-item:before, .perspective-item:before, .theme-item:before, .objective-item:before, .summary-item:before, .plan-item:after, .perspective-item:after, .theme-item:after, .objective-item:after, .summary-item:after {
    content: "";
    display: table;
    clear: both; }

.spaces-plan-items, .theme-item, .objective-item {
  margin: 10px; }

.perspective-item {
  margin: 10px 10px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  width: 245px; }
  @media screen and (max-width: 1279px) {
    .perspective-item {
      width: 230px;
      min-height: 125px; } }
  @media screen and (min-width: 1280px) and (max-width: 1365px) {
    .perspective-item {
      min-height: 125px;
      width: 235px; } }

.card-item-inner {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding-left: 4px;
  padding-right: 4px; }

.theme-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 125px;
  width: 225px; }
  @media screen and (max-width: 1279px) {
    .theme-item {
      min-height: 75px;
      width: 200px; } }
  @media screen and (min-width: 1280px) and (max-width: 1365px) {
    .theme-item {
      min-height: 100px;
      width: 215px; } }

.objective-item {
  display: flex;
  flex-direction: column;
  min-height: 85px;
  padding: 8px 8px 6px 8px;
  width: 215px;
  justify-content: center; }
  @media screen and (max-width: 1279px) {
    .objective-item {
      min-height: 100px;
      width: 190px; } }
  @media screen and (min-width: 1280px) and (max-width: 1365px) {
    .objective-item {
      min-height: 100px;
      width: 210px; } }

.item-map-values {
  display: flex;
  flex-direction: row;
  align-items: baseline; }

.summary-item {
  min-height: 80px;
  margin: 10px 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .summary-item .item-counters {
    font-size: 14px; }

.tooltip-summary-counter {
  transform: translateX(-12%); }

.width-view-itens {
  width: 82%; }

.title-view-itens {
  display: inline-block;
  width: calc(100% - 25px); }

.progress-view-itens {
  margin: 6px 15px 0 0;
  display: inline-flex;
  top: 3px;
  position: relative; }

.progress-hidden-view-itens {
  position: relative;
  width: 180px;
  float: right; }

.panel-view-itens {
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px; }

.margin-none-itens {
  margin: 10px; }

.icon-view-itens {
  font-size: 1.3em;
  line-height: 0.75em;
  vertical-align: -15%; }

.border-strategic-map {
  border: 1px solid #ccc; }

.percentage-color-inner .colorpicker {
  opacity: 0;
  animation: fadeIn 0.5s; }
  .percentage-color-inner .colorpicker.colorpicker-visible {
    opacity: 1; }

.objective-links-counters-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: 1px solid #333;
  border-radius: 3px;
  color: #333; }
  .objective-links-counters-container.white-objective {
    color: #EFEFEF;
    border: 1px solid #EFEFEF; }
    .objective-links-counters-container.white-objective > .objective-link-counter:not(:last-child) {
      border-right: 1px solid #EFEFEF; }
  .objective-links-counters-container > .objective-link-counter {
    min-width: 35px !important;
    height: 21px;
    padding: 4px;
    background: transparent;
    cursor: pointer;
    text-align: center;
    font-size: 10px; }
  .objective-links-counters-container > .objective-link-counter:not(:last-child) {
    border-right: 1px solid #333; }

.container-themes {
  min-height: 80px; }

.container-no-themes {
  position: absolute;
  width: 40px; }

.actions-dashboards--filter-effort-buttons {
  margin: 0 !important;
  margin-bottom: 15px !important;
  padding: 0px 5px !important; }

.actions-dashboards--big-graph-dimensions {
  height: 400px;
  width: 100%; }

.actions-dashboards--small-graph-dimensions {
  height: 400px; }

.actions-dashboards--footer-filter-icon {
  font-size: 22px;
  width: 2%;
  margin-left: 15px;
  color: #ACACAC; }

.actions-dashboards--footer-graph-option {
  width: 18%; }

.actions-dashboards--header-graphs {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-around !important;
  padding: 0 !important;
  cursor: default !important; }

.toolbar-favorite {
  padding-left: 5px !important;
  margin-top: 5px; }

.button-add {
  margin: 5px; }

.padding-dashboards {
  margin-left: -2%; }

.empty-dashboard {
  border: 1px solid #CCC;
  margin-top: 140px;
  margin-bottom: 100px;
  text-align: center; }

.dashboard-measure {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 0px; }

.dashboard-measure .unit {
  font-size: 10px;
  bottom: 8px;
  text-align: center; }

.dashboard-favorite-move {
  color: #cbcbcb; }

.dashboard-panel-no-year {
  margin: 0 !important;
  padding: 0 !important; }

.dashboard-serie-name {
  width: 30% !important;
  max-width: 30%;
  border-right: 1px solid #ddd !important;
  text-align: center; }

.dashboard-serie-name .font {
  font-weight: normal; }

.dashboard-previous {
  width: 35% !important;
  border-right: 1px solid #ddd !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.dashboard-previous .line {
  margin-left: 4px;
  margin-top: 3px; }

.dashboard-icon-angle {
  margin-left: 4px;
  margin-top: 3px; }

.dashboard-category {
  font-size: 11px; }

.dashboard-year-class {
  width: 35% !important;
  padding: 0 !important; }

.angle-right {
  margin-right: 6px;
  margin-top: 3px; }

.angle-left {
  margin-left: 4px;
  margin-top: 3px; }

.dashboard-year {
  font-size: 11px; }

.dashboard-message-add {
  font-size: 12px !important; }

.dashboard-table {
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important; }

.dashboard-heigth {
  height: 220px; }

.modal-add-dashboard {
  margin: 0 0 0;
  padding: 0 15px;
  width: 100%; }

.modal-add-overflow {
  height: 245px;
  overflow: auto; }

.move-color {
  color: #cbcbcb; }

.toolbar-graph {
  padding-left: 18px !important;
  margin-top: 5px; }

.table > tbody > tr > th.line-padding,
.table > tbody > tr > td.line-padding {
  padding: 7px !important; }

.dashboard-no-year {
  border-top: 1px solid #CCC;
  text-align: center;
  margin-top: 10px;
  padding-top: 8px;
  height: 140px; }

.dashboard-no-class {
  border: 1px solid #CCC;
  padding-top: 9px; }

.span-no-year {
  position: relative;
  top: 40%;
  transform: translateY(-50%); }

.top-no-value {
  border-top: 1px solid #CCC; }

.icon-help-shared-grouped-indicators {
  float: right;
  display: flex;
  align-items: center;
  height: 40px; }

.favorite-indicators-header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 15px; }
  .favorite-indicators-header > .favorite-indicators-tools {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px; }
    .favorite-indicators-header > .favorite-indicators-tools > .close {
      margin-top: -3px; }
  .favorite-indicators-header > .favorite-indicators-title {
    flex: 1;
    text-align: center; }

.favorite-indicators-value-reached {
  font-size: 26px;
  color: #FFF;
  font-weight: bold;
  cursor: default; }
  .favorite-indicators-value-reached > .favorite-indicators-percent {
    font-size: 17px;
    color: #FFF; }

.card-panel {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  font-family: sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #DDD;
  color: #FFF; }

.card-panel-medium {
  width: 70% !important; }

.card-panel-large {
  width: 90% !important; }

.card-gray {
  background-color: #B9B9B9; }

.card-green {
  background-color: #5CB85C; }

.card-red {
  background-color: #D9534F; }

.card-blue {
  background-color: #428BCA; }

.card-panel > .title-dash {
  padding-bottom: 2px;
  padding-top: 5px;
  font-size: 18px; }

.card-panel > .title-dash p {
  font-size: 10px; }

.card-panel > .body-dash {
  padding-bottom: 5px; }

.card-panel > .body-dash span {
  font-size: 40px; }

.card-panel > .title-dash-min {
  padding-bottom: 2px;
  padding-top: 5px;
  font-size: 15px; }

.card-panel > .title-dash-min p {
  font-size: 10px; }

.card-panel > .body-dash-min {
  padding-bottom: 5px; }

.card-panel > .body-dash-min span {
  font-size: 30px; }

.card-panel-percentage {
  font-size: 25px !important; }

.card-panel-percentage-min {
  font-size: 20px !important; }

.add-new {
  font-size: 12px !important;
  color: #1155CC;
  text-decoration: underline; }

.card-information {
  background-color: #FFF;
  position: relative;
  height: 100%; }
  .card-information.card-information--individual-dashboard {
    width: calc(25% - 10px);
    margin-bottom: 10px;
    margin-right: 0px; }

.filter-popover-padding {
  padding: 7px; }

.filter-popover-size {
  width: 200px; }

.filter-select-modal {
  height: 30px; }

.card-information-last {
  margin-right: 0px !important; }

.filter-dashboard {
  position: absolute;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

.filter-dashboard-porcentage {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 7px; }

.filter-dashboard i.fa-filter {
  padding: 3px 15px;
  font-size: 12px;
  color: #727272;
  cursor: pointer; }

.filter-dashboard i.fa {
  padding: 0px 7px;
  font-size: 12px;
  cursor: pointer;
  color: #727272; }

.card-header {
  text-align: center;
  font-size: 12px;
  background-color: #D1D1D1;
  padding: 5px 40px;
  overflow: visible;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 30px;
  position: relative;
  align-items: center;
  display: grid; }
  .card-header > .fa-arrows-alt {
    position: absolute;
    left: 5px;
    color: #727272;
    cursor: pointer; }

.card-header strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.card-body {
  display: flex;
  width: 100%;
  height: calc(100% - 30px); }

.card-body strong {
  cursor: default;
  font-size: 20px; }

.card-body-favorite {
  flex-direction: column; }

.card-body-content {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center;
  font-size: 10px;
  align-self: center; }

.container-general-dashboard-title {
  padding: 0px 10px !important;
  text-align: center;
  background-color: #FFF; }

.container-general-dashboard {
  display: flex;
  align-items: center;
  padding-top: 10px;
  min-height: 390px;
  background-color: #FFF; }

.arrow-dashboard {
  display: flex;
  justify-content: center;
  width: 3%;
  cursor: pointer; }

.panel-card-graph {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  padding: 0; }

.header-card-graph {
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #d1d1d1 !important;
  color: #333 !important; }

.header-card-graph h5 {
  font-weight: bold;
  font-size: 12px; }

.card-information-graph {
  width: 33% !important;
  background-color: #FFF;
  margin-right: 0.6%;
  min-height: 130px;
  position: relative;
  padding-bottom: 20px; }

.card-information-graph-half {
  width: 50% !important;
  background-color: #FFF;
  margin-right: 10px;
  min-height: 130px;
  position: relative; }

.card-body-favorite-project {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0px; }
  .card-body-favorite-project .container-chart {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .card-body-favorite-project .info-favorite-project {
    align-self: center;
    padding-left: 0;
    width: 65%; }
    .card-body-favorite-project .info-favorite-project .graph-information-project {
      display: flex;
      justify-content: space-between; }
  .card-body-favorite-project strong {
    font-size: 12px; }

#graph-information, #project-information {
  padding: 2% 0%;
  flex: 1 1 200px; }

.spinner-height {
  min-height: 28px; }

.objectives-without-performance {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center; }

.row-cards {
  min-height: calc(100vh - 121px);
  margin-left: -15px;
  margin-right: -15px;
  overflow-y: visible; }

.container-cards {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  min-height: calc(100vh - 121px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative; }
  .container-cards .ui-resizable-se {
    right: 0px;
    bottom: 0px; }
  .container-cards .ui-icon-gripsmall-diagonal-se {
    background-position: -82px -226px;
    opacity: 0.6;
    width: 10px;
    height: 10px; }
  .container-cards .ui-resizable-se {
    z-index: 0 !important; }
  .container-cards.container-cards--personalizing > .section-card {
    z-index: 99999; }

.label-general-dashboard-favorite-indicator-series {
  width: 80px;
  position: relative;
  float: left;
  padding-right: 10px; }

.filter-indicator-dashboard {
  overflow: auto hidden;
  width: calc(100% - 90px); }

.check-serie-indicator {
  position: absolute;
  width: 9px;
  height: 55px; }

.check-item-indicator {
  margin: 3px 0px 0px 15px;
  font-size: 10px;
  display: flex; }
  .check-item-indicator > .check-item-serie-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 57%;
    margin-right: 3px; }

.series-indicator-dashboard {
  border: 0px !important;
  padding: 0px !important;
  width: 120px !important;
  min-width: 120px !important;
  height: 55px !important; }

.font-10 {
  font-size: 10px; }

.margin-bottom-2 {
  margin-bottom: 2px; }

.width-49-porc {
  width: 49% !important; }

.width-50-porc {
  width: 50% !important; }

.modal-body-spinner-dashboard {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px; }

.modal-question-circle {
  position: absolute;
  margin-left: 7px;
  top: 22px; }

.no-padding-top {
  padding-top: 0px; }

.list-droup-dashboard {
  max-height: calc(100vh - 280px);
  overflow: auto;
  margin: 0px; }

.card-dashboard-menu {
  top: 0;
  margin-right: 20px;
  display: block !important; }

.footer-none-information {
  color: #727272;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 100%; }
  .footer-none-information strong {
    font-size: 14px;
    text-align: center; }

.spinner-footer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%); }

.padding-header-left-dashboard {
  padding-left: 20px;
  padding-right: 0px;
  text-align: left; }

.padding-header-right-dashboard {
  padding-left: 0px;
  padding-right: 20px;
  text-align: right; }

.btn-dashboard-performance-by {
  background-color: #E6E6E6; }
  .btn-dashboard-performance-by.active {
    background-color: #FFF;
    box-shadow: none; }
  .btn-dashboard-performance-by:hover {
    background-color: #FFF; }

.header-general-dashboard {
  padding-bottom: 10px;
  margin-top: 48px;
  padding-right: 10px;
  padding-left: 10px; }
  .header-general-dashboard.header-general-dashboard-fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    left: 0;
    height: 55px;
    z-index: 2;
    background-color: #E1E1E1;
    top: 50px;
    padding: 12px 20px 20px;
    -webkit-box-shadow: 0px 3px 5px -3px rgba(93, 90, 90, 0.75);
    -moz-box-shadow: 0px 3px 5px -3px rgba(93, 90, 90, 0.75);
    box-shadow: 0px 3px 5px -3px rgba(93, 90, 90, 0.75); }
    .sidenav-is-active .header-general-dashboard.header-general-dashboard-fixed {
      left: 85px;
      width: calc(100vw - 85px);
      padding-right: 32px; }
    .header-general-dashboard.header-general-dashboard-fixed.header-general-dashboard--personalizing {
      z-index: 100000; }

.body-general-dashboard-with-toolbar-fixed {
  margin-top: 50px; }

#modal-filter-general-dashboard .modal-title {
  display: inline; }
#modal-filter-general-dashboard .control-label.control-label--centered {
  display: flex;
  justify-content: right; }
  #modal-filter-general-dashboard .control-label.control-label--centered .fa-question-circle {
    display: flex;
    align-items: center; }

.max-width-dashboard-name-button {
  max-width: 750px; }

.grid-helper-general-dashboard {
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  width: calc(100% - 20px);
  display: grid;
  gap: 10px; }
  .grid-helper-general-dashboard > .square-helper {
    background-color: #CDCDCD; }
    .grid-helper-general-dashboard > .square-helper.square-helper--hover {
      background-color: #5F5F5F; }

.section-card {
  position: absolute !important; }
  .section-card.section-card--on-drag, .section-card.section-card--on-resizing {
    opacity: 0.7; }
  .section-card.section-card--on-drop {
    transition: all .3s ease; }
  .section-card.section-card--invalid {
    border: 4px dashed #D9534F;
    opacity: 0.8; }

#custom-dashboard-section-form .col-md-3 {
  padding: 0px 4px; }

.hide-chart-background {
  height: 100%;
  width: 100%;
  position: relative; }
  .hide-chart-background.chart-default:before {
    content: '';
    background-image: url(../images/graph.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 5px;
    width: 100%;
    height: 100%;
    display: block; }
  .hide-chart-background > .chart-pie-background {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .hide-chart-background > .chart-pie-background > i.fa-pie-chart {
      font-size: 220px;
      color: #e2e2e2; }
  .hide-chart-background > .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff8f;
    border-radius: 4px;
    padding: 15px 30px;
    font-weight: bold;
    color: #727272;
    text-align: center;
    width: 95%; }

.general-dashboard-footer-graph {
  display: flex;
  justify-content: center;
  gap: 20px; }
  .general-dashboard-footer-graph > .general-dashboard-footer-graph-item {
    display: flex;
    gap: 5px;
    cursor: pointer; }

.expected-days-bg {
  background-color: #DF5C15; }

.realized-days-bg {
  background-color: #154CDF; }

.card-information-totalizing {
  width: 36.5%;
  background-color: #FFF;
  margin-right: 10px; }
  .card-information-totalizing.card-information-totalizing--individual-dashboard {
    width: calc(25% - 10px);
    margin-bottom: 10px;
    margin-right: 0px; }

.totalizing-dashboard-card-first {
  margin-right: 9px; }

.card-header-totalizing {
  text-align: center;
  font-size: 12px;
  margin-top: 5px; }

.card-body-totalizing {
  display: flex; }

.card-body-content-totalizing {
  width: 50%;
  text-align: center;
  font-size: 10px; }

.card-body-totalizing strong {
  cursor: default;
  font-size: 20px; }

.card-information-totalizing-last {
  margin-right: 0px !important; }

.filter-dashboard-totalizing {
  float: right;
  margin-top: -2px;
  margin-right: 34px; }

.filter-dashboard-totalizing i.fa-filter {
  padding: 3px 15px;
  position: absolute;
  font-size: 12px;
  color: #ACACAC;
  margin-top: 5px;
  cursor: pointer; }

.container-cards-totalizing {
  display: flex;
  flex-direction: row;
  width: 100%; }

.background-dashboard {
  background-color: #e1e1e1; }

.dashboard-user {
  margin-top: 35px;
  height: 70px;
  display: flex;
  padding: 0px; }

.dashboard-user:before {
  bottom: 0;
  position: absolute;
  content: " ";
  width: 110%;
  left: -15px;
  height: 1px;
  background-color: #b3b3b3;
  z-index: 0; }

.dashboard-user-information {
  width: 50%;
  display: inline-flex;
  align-items: center; }

.dashboard-user-logs {
  width: 155px;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 50px;
  padding: 2px; }

.graph-individual-dashboard {
  width: 49.7%;
  background-color: #fff;
  position: relative; }

.dashboard-card-first {
  margin-right: 10px; }

.icon-dashboard-individual.color-comment {
  color: rgba(0, 138, 255, 0.65) !important; }

.icon-dashboard-individual {
  color: #727272 !important;
  z-index: 1; }

.header-card-graph-individual {
  height: 25px;
  justify-content: center; }

.efficiency-group {
  display: flex;
  width: 49.7%; }

.dashboard-user-efficiency {
  background-color: #fff;
  width: 50%;
  text-align: center; }

.dashboard-user-efficiency-header {
  align-items: center;
  position: relative;
  display: grid;
  background-color: #ECE9E9;
  height: 25px; }

.individual-footer-height {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center; }

.spinner-individual-footer {
  font-size: 1.5em; }

.dashboard-user-efficiency span {
  font-size: 15px; }

.bottom-cards-popover {
  padding: 5px;
  width: 190px; }

.dashboard-projects-empty {
  width: 50%;
  margin-left: 25%;
  border: 1px solid #CCC;
  margin-top: 140px;
  margin-bottom: 100px;
  text-align: center; }

.dashboard-projects-card {
  height: 530px;
  width: 24%;
  float: left;
  margin: 5px 0px 20px 10px;
  outline: 1px solid #DDD;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .dashboard-projects-card.dashboard-projects-card--sorting {
    max-height: 530px;
    overflow: hidden;
    background-color: #FFF; }

.dashboard-projects-card-header {
  background-color: #F5F5F5;
  height: 55px;
  padding: 10px 15px;
  cursor: pointer; }

.dashboard-projects-card-header-text {
  width: 90%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  cursor: pointer; }

.dashboard-projects-card-body {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 5px 20px;
  background-color: #FFF; }

.dashboard-projects-card-footer {
  padding: 10px 15px;
  background-color: #FFF; }

.dashboard-projects-prevision-to-label {
  padding: 0 15px 0 25px;
  float: left; }

.icon-help-shared-grouped-projects {
  float: right;
  display: flex;
  align-items: center;
  height: 40px;
  margin-left: 5px; }

.delayed-bashboards--toolbar {
  height: 90px !important; }

.delayed-bashboards--record-name {
  flex: 1 0;
  padding-left: 15px;
  cursor: pointer; }

.delayed-bashboards--record-medium-field {
  flex: 0 0 180px;
  padding: 0px 10px;
  cursor: pointer; }

.delayed-bashboards--record-small-field {
  flex: 0 0 120px;
  padding: 0px 10px;
  cursor: pointer; }

.delayed-bashboards--small-label {
  padding: 6px 8px !important; }

.group-list-operations-container {
  display: flex;
  gap: 3px;
  align-items: center; }

.group-list-drag-i {
  display: inline-block;
  margin-left: 3px; }

.table-dashboard-groups {
  table-layout: fixed; }

.fc-unthemed .fc-today {
  background: #f1ecd0; }

.background-yellow-new {
  background-color: #f8f844; }

.btn-risks {
  margin-top: 5px; }

.btn-risks div {
  padding: 0px; }

.chartRisks {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.form-risk .form-group {
  margin-right: 0px !important; }

.probability, .impact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 25px;
  border-radius: 5px;
  font-weight: bold; }

.progress-risk-weight {
  width: 50px;
  height: 25px; }

.risk-form-options {
  background-color: #fff;
  position: fixed;
  z-index: 2;
  width: 96%;
  height: 45px;
  top: 58px; }

.key-result-action-options {
  background-color: #fff;
  position: fixed;
  z-index: 2;
  width: calc(100% - 35px);
  padding-top: 15px;
  padding-bottom: 5px;
  top: 57px; }

.risk-row .progress {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center; }

.risk-row td {
  position: relative; }

.span-none {
  cursor: default !important;
  text-decoration: none !important; }

.impact-title {
  text-align: center;
  margin-bottom: 30px; }

.matrix-risks {
  margin-bottom: 10px; }

.matrix-risks td {
  width: 8%;
  height: 45px;
  text-align: center;
  font-weight: bold; }

.cursor-pointer:hover {
  cursor: pointer !important; }

.matrix-risks th {
  text-align: center;
  color: #fff;
  height: 45px; }

.probability-title {
  transform: rotate(270deg);
  align-self: center; }

.org-chart {
  overflow: auto;
  max-width: 100%;
  height: 100%; }
  .org-chart * {
    margin: 0;
    padding: 0; }
  .org-chart ul {
    padding-top: 20px;
    position: relative;
    display: flex; }
    .org-chart ul ul::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      border-left: 2px solid #696969;
      width: 0;
      height: 20px; }
  .org-chart li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px; }
    .org-chart li::before, .org-chart li::after {
      content: '';
      position: absolute;
      top: 0;
      right: 50%;
      border-top: 2px solid #696969;
      width: 50%;
      height: 20px; }
    .org-chart li::after {
      right: auto;
      left: 50%;
      border-left: 2px solid #696969; }
    .org-chart li:only-child::after, .org-chart li:only-child::before {
      display: none; }
    .org-chart li:only-child {
      padding-top: 0; }
    .org-chart li:first-child::before, .org-chart li:last-child::after {
      border: 0 none; }
    .org-chart li:last-child::before {
      border-right: 2px solid #696969;
      border-radius: 0 1px 0 0;
      -webkit-border-radius: 0 1px 0 0;
      -moz-border-radius: 0 1px 0 0; }
    .org-chart li:first-child::after {
      border-radius: 1px 0 0 0;
      -webkit-border-radius: 1px 0 0 0;
      -moz-border-radius: 1px 0 0 0; }
    .org-chart li ng-transclude:hover,
    .org-chart li ng-transclude:hover + ul li ng-transclude {
      background: #cbcbcb;
      color: #000; }

toolbar-okr:has(> .nav-toolbar--fixed) + div {
  margin-top: 115px; }

.okr-objective {
  display: flex;
  background-color: #FFF;
  border: 1px solid #ddd;
  padding: 12px 5px;
  margin-top: 10px; }

.okr-objective-name {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 100%; }

.okr-objective-name-modal {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 49%; }

.okr-objective-name-view-only {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 60%; }

.okr-objective-coordinators {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: flex-end;
  min-width: 155px; }

.avatar-okr {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #FFF;
  background-color: #FFF; }
  .avatar-okr:not(:first-child) {
    margin-left: -9px; }

.avatar-okr-no-click {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-color: #FFF; }
  .avatar-okr-no-click:not(:first-child) {
    margin-left: -9px; }

.okr-more-coordinators {
  border: 1px solid #adadad;
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
  margin-left: -10px;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .9; }

.okr-more-coordinators-no-click {
  border: 1px solid #adadad;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: -10px;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9; }

.okr-objective-dates {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: center;
  min-width: 160px; }

.okr-objective-dates-modal {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: center;
  min-width: 160px; }

.okr-objective-progress {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  padding: 0px 5px !important;
  min-width: 135px; }

.okr-objective-progress-modal {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  padding: 0px 5px !important;
  min-width: 135px; }

.okr-objective-menu {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: space-between;
  min-width: 106px; }

.okr-objective-menu i, .okr-objective-menu-modal i {
  font-size: 16px; }

.okr-objective-menu .scopi-icon-arrow, .okr-objective-menu-modal .scopi-icon-arrow {
  height: 16px;
  width: 13px;
  background-size: 14px 15px; }

.okr-list {
  min-height: 56px;
  position: relative; }
  .okr-list.okr-objective-sorting {
    max-height: 56px;
    overflow: hidden; }

.okr-progress-bar {
  height: 43px;
  background: #f5f5f5;
  position: relative;
  color: #333; }
  .okr-progress-bar > .okr-bar-progress {
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center; }
    .okr-progress-bar > .okr-bar-progress > .okr-progress-bar-no-progress {
      font-size: 12px; }

.okr-progress-bar span {
  font-weight: bold; }

/* KEY RESULTS */
.okr-key-result {
  display: flex;
  background-color: #FFF;
  border: 1px solid #ddd;
  padding: 10px 6px 10px 5px; }

.okr-key-result-modal {
  display: flex;
  background-color: #FFF;
  border: 1px solid #ddd;
  padding: 10px 5px 10px 0px; }

.okr-key-result-modal-empty {
  display: flex;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 0px 10px 0px; }

.okr-item-drag-arrow {
  height: 16px;
  width: 13px;
  background-size: 14px 15px; }

.okr-key-result-name {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 100%;
  padding-left: 25px;
  cursor: pointer; }

.okr-key-result-name-modal {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 56.6%;
  cursor: pointer; }

.okr-key-result-name-view-only {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 75%;
  cursor: default !important; }

.okr-key-result-responsibles {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: flex-end;
  min-width: 155px; }

.okr-key-result-shortcut {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 4%; }

.okr-key-result-shortcut-modal {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 5%; }

.okr-key-result-progress {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  padding: 0px 5px !important;
  min-width: 135px; }

.okr-key-result-progress-modal {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  padding: 0px 5px !important;
  width: 13%;
  min-width: 135px; }

.okr-key-result-actions {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: center;
  min-width: 42px; }

.okr-key-result-menu {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: space-between;
  min-width: 105px; }

.okr-key-result-menu i {
  font-size: 16px; }

.okr-key-result-menu-modal i {
  font-size: 16px; }

/* END KEY RESULTS */
.okr-progress-bar-styles {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: bold;
  background-color: #F5F5F5;
  box-shadow: inset 0px 1px 2px #DDD; }

.okr-general-bar {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #F5F5F5;
  box-shadow: inset 0px 1px 2px #DDD;
  height: 80px; }
  .okr-general-bar > .okr-general-bar-section {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .okr-general-bar > .okr-general-bar-section:not(:last-child) {
      border-right: 1px solid rgba(204, 204, 204, 0.35); }
    .okr-general-bar > .okr-general-bar-section > strong, .okr-general-bar > .okr-general-bar-section .fa-spin {
      font-size: 24px; }

.people-padding-right {
  margin-right: 5px !important; }

.modal-body-okr-map {
  height: calc(100vh - 135px);
  padding-top: 0px; }

.key-result-row-information {
  display: flex;
  justify-content: space-between;
  padding: 20px 5px; }

.key-result-information {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 25%; }

.key-result-row-tags {
  display: flex;
  margin-bottom: 20px; }

.key-result-box-tags {
  width: 100%;
  margin-left: 10px;
  border: 1px solid #ccc;
  padding: 7px 5px 0px;
  border-radius: 3px;
  min-height: 34px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .key-result-box-tags span {
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 4px 6px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px; }

.okr-col-objective-size {
  width: 20%;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }

.okr-objectives-panel-coordinator {
  justify-content: center;
  display: flex;
  margin-left: 9px; }

.okr-modal-padding {
  padding: 4% !important; }

.rounded-form-okr > div:first-child > .okr-key-result-modal:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.rounded-form-okr > div:last-child > .okr-key-result-modal:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.icon-hover:hover {
  color: #777; }

.icon-hover:active {
  color: #333; }

#scrool-panel-okr {
  height: calc(100vh - 295px);
  overflow: hidden auto;
  margin-top: 10px; }

.last-tooltip-item {
  width: 220px; }

.no-content-over {
  cursor: default !important; }

.no-content-over:hover {
  text-decoration: none !important; }

.small-progress-height {
  height: 25px; }

.medium-progress-height {
  height: 45px; }

.big-progress-height {
  height: 80px; }

.objective-info-container {
  margin: 10px 0px; }

.objective-infos-list {
  padding: 10px 15px !important; }

.item-objective-infos {
  display: flex;
  justify-content: center;
  align-items: center; }

.no-user-okr-infos {
  font-size: 1.5em;
  margin-right: 2px; }

.checkin-user-okr-infos {
  width: 100%;
  display: flex;
  justify-content: center; }

.checkint-okr-infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 3px; }

.responsibles-okr-infos {
  display: flex;
  justify-content: center; }

.colors-filter--container {
  display: flex; }

.colors-filter--multiple-select {
  width: 100%;
  z-index: 100 !important; }

.okr-filter-group-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px; }

.okr-filter-group-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 100%; }

.colors-filter--select {
  min-height: 100%;
  width: auto;
  border-left: none; }

.okr-footer {
  margin-top: 20px;
  margin-bottom: 30px; }

.okr-objective-favorite-name {
  width: 80%; }

.okr-chart-footer {
  display: flex !important;
  justify-content: center;
  align-items: center;
  white-space: nowrap !important;
  gap: 50px; }

.form-okr-key-result-update-frequency {
  padding: 7px 15px 0px 0px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 2px; }

#okr-key-result-chart-preview {
  background-color: #FFF; }

.okr-preview-chart-actions-info {
  display: flex;
  gap: 50px; }

.org-chart--okr > ul > li::before, .org-chart--okr > ul > li::after {
  border: none !important; }
.org-chart--okr .org-chart--okr-item {
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0px 2px 5px 0px #ddd;
  width: 240px;
  margin: auto; }
  .org-chart--okr .org-chart--okr-item .org-chart--okr-item-header-exporting {
    border-bottom: 1px solid #ddd;
    padding: 2px; }
  .org-chart--okr .org-chart--okr-item .org-chart--okr-not-readable-item {
    padding: 30px 10px 30px 10px; }
  .org-chart--okr .org-chart--okr-item .org-chart--okr-coordinators {
    display: flex;
    justify-content: center;
    margin-bottom: 8px; }
    .org-chart--okr .org-chart--okr-item .org-chart--okr-coordinators .avatar-okr {
      height: 27px;
      width: 27px; }
    .org-chart--okr .org-chart--okr-item .org-chart--okr-coordinators .okr-more-coordinators {
      height: 27px;
      min-width: 27px; }
  .org-chart--okr .org-chart--okr-item .org-chart--okr-margin {
    margin-bottom: 8px; }
  .org-chart--okr .org-chart--okr-item .org-chart--okr-info {
    display: flex;
    margin: 8px 0px;
    justify-content: space-between; }
  .org-chart--okr .org-chart--okr-item .org-chart--okr-key-result-header-exporting {
    border-top: 1px solid #ddd;
    padding: 2px; }
  .org-chart--okr .org-chart--okr-item .org-chart--okr-key-result {
    border-top: 1px solid #ccc;
    padding: 10px; }
    .org-chart--okr .org-chart--okr-item .org-chart--okr-key-result .org-chart--okr-key-result-info {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .org-chart--okr .org-chart--okr-item .org-chart--okr-key-result .org-chart--okr-key-result-info .org-chart--okr-coordinators {
        justify-content: flex-start;
        margin-bottom: 0;
        width: 63px; }
        .org-chart--okr .org-chart--okr-item .org-chart--okr-key-result .org-chart--okr-key-result-info .org-chart--okr-coordinators > popover-users {
          display: flex; }
      .org-chart--okr .org-chart--okr-item .org-chart--okr-key-result .org-chart--okr-key-result-info .org-chart--okr-progress {
        width: 117px; }
      .org-chart--okr .org-chart--okr-item .org-chart--okr-key-result .org-chart--okr-key-result-info .org-chart--okr-progress-exporting {
        width: 90% !important; }
      .org-chart--okr .org-chart--okr-item .org-chart--okr-key-result .org-chart--okr-key-result-info .org-chart--okr-actions-number {
        cursor: pointer;
        text-align: right;
        line-height: 25px; }
  .org-chart--okr .org-chart--okr-item .org-chart--okr-key-result-link {
    border-top: 1px solid #ccc;
    padding: 5px; }

.strategy_canvas-container {
  display: flex;
  overflow: hidden;
  background-color: #EEE; }

.strategy_canvas-header {
  background-color: #009CCE !important;
  color: #FFF; }

.strategy_canvas-fixed .strategy_canvas-col {
  flex: 1;
  min-width: auto;
  background-color: #EEE; }
.strategy_canvas-fixed .strategy_canvas-row .strategy_canvas-col:first-child {
  min-width: 70%; }
  .strategy_canvas-fixed .strategy_canvas-row .strategy_canvas-col:first-child strong {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .strategy_canvas-fixed .strategy_canvas-row .strategy_canvas-col:first-child strong:hover {
    text-decoration: underline; }
.strategy_canvas-fixed .strategy_canvas-row .strategy_canvas-col:last-child {
  min-width: 30%; }

.strategy_canvas-scroll {
  overflow-x: auto;
  background-color: #EEE !important; }
  .strategy_canvas-scroll .strategy_canvas-row:first-child .strategy_canvas-col > strong {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .strategy_canvas-scroll .strategy_canvas-row:first-child strong:hover {
    text-decoration: underline; }

.strategy_canvas-create-attribute {
  width: 7%;
  text-align: center; }
  .strategy_canvas-create-attribute .strategy_canvas-col {
    border-right: 0px; }

.strategy_canvas-row {
  display: flex;
  flex-basis: 100%;
  text-align: center; }

.strategy_canvas-col {
  white-space: nowrap;
  padding: 10px 5px;
  flex: 1;
  min-width: 10%;
  height: 38px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  cursor: pointer; }

.label-attribute {
  height: 20px;
  width: 54%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left; }

.ishikawa-chart {
  display: flex;
  overflow: hidden;
  width: 100%; }

.ishikawa-container {
  position: relative;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-self: self-end; }
  .ishikawa-container::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #44d5fd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .ishikawa-container::before {
    content: "";
    width: 50px;
    height: 50px;
    border: 4px solid #44d5fd;
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(135deg);
    left: -10px;
    z-index: 3;
    background-color: white; }

.ishikawa-cause-type-list {
  font-size: 12px;
  margin-top: 5px;
  width: calc(100% / 3);
  padding: 0 15px;
  position: relative; }
  .ishikawa-cause-type-list::after {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #44d5fd;
    position: absolute;
    right: 30px;
    bottom: -5px;
    transform: rotateZ(345deg); }
  .ishikawa-cause-type-list:nth-child(4)::after, .ishikawa-cause-type-list:nth-child(5)::after, .ishikawa-cause-type-list:nth-child(6)::after {
    transform: rotateZ(15deg);
    top: -8px; }
  .ishikawa-cause-type-list.ishikawa-cause-type-list--1-column {
    width: 100%; }
    .ishikawa-cause-type-list.ishikawa-cause-type-list--1-column:nth-child(2)::after {
      transform: rotateZ(15deg);
      top: -8px; }
  .ishikawa-cause-type-list.ishikawa-cause-type-list--2-column {
    width: calc(100% / 2); }
    .ishikawa-cause-type-list.ishikawa-cause-type-list--2-column:nth-child(3)::after, .ishikawa-cause-type-list.ishikawa-cause-type-list--2-column:nth-child(4)::after {
      transform: rotateZ(15deg);
      top: -8px; }
  .ishikawa-cause-type-list.ishikawa-cause-type-list--2-1-column {
    width: calc(100% / 2); }
    .ishikawa-cause-type-list.ishikawa-cause-type-list--2-1-column:nth-child(3) {
      width: 100%; }
      .ishikawa-cause-type-list.ishikawa-cause-type-list--2-1-column:nth-child(3)::after {
        transform: rotateZ(15deg);
        top: -8px; }
      .ishikawa-cause-type-list.ishikawa-cause-type-list--2-1-column:nth-child(3) .ishikawa-cause-list {
        width: 100%; }
  .ishikawa-cause-type-list.ishikawa-cause-type-list--3-2-column {
    width: calc(100% / 3); }
    .ishikawa-cause-type-list.ishikawa-cause-type-list--3-2-column:nth-child(4), .ishikawa-cause-type-list.ishikawa-cause-type-list--3-2-column:nth-child(5) {
      width: 50%; }
      .ishikawa-cause-type-list.ishikawa-cause-type-list--3-2-column:nth-child(4)::after, .ishikawa-cause-type-list.ishikawa-cause-type-list--3-2-column:nth-child(5)::after {
        transform: rotateZ(15deg);
        top: -8px; }
      .ishikawa-cause-type-list.ishikawa-cause-type-list--3-2-column:nth-child(4) .ishikawa-cause-list, .ishikawa-cause-type-list.ishikawa-cause-type-list--3-2-column:nth-child(5) .ishikawa-cause-list {
        width: 100%; }

.ishikawa-cause-type {
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative; }

.ishikawa-cause-type-name {
  width: calc(100% - 20px);
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer; }

.cause-name-box {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 93%; }

.cause-count-actions {
  width: 7%;
  text-align: center; }

.cause-type-empty {
  width: 100%;
  min-height: 277px; }

.ishikawa-cause-list {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  width: 100%;
  float: right; }
  .ishikawa-cause-list.ishikawa-cause-list--reverse {
    flex-direction: column-reverse; }

.ishikawa-cause {
  width: calc(100% - 50px);
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  background-color: white;
  display: flex;
  overflow: hidden;
  word-wrap: normal;
  text-overflow: ellipsis;
  border-radius: 2px; }
  .ishikawa-cause.ishikawa-cause-0 {
    margin-left: 0; }
  .ishikawa-cause.ishikawa-cause-1 {
    margin-left: 12px; }
  .ishikawa-cause.ishikawa-cause-2 {
    margin-left: 24px; }
  .ishikawa-cause.ishikawa-cause-3 {
    margin-left: 36px; }
  .ishikawa-cause.ishikawa-cause-4 {
    margin-left: 48px; }

.ishikawa-box {
  background-color: #91e4fb;
  border: 1px solid #44d5fd;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 5px; }

.ishikawa-name {
  width: 20%;
  font-size: 14px;
  position: relative;
  cursor: pointer; }
  .ishikawa-name::before {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #44d5fd;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .ishikawa-name::after {
    content: "";
    height: 150px;
    width: 150px;
    border: 4px solid #44d5fd;
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-28px, -50%) rotateZ(135deg); }

.ishikawa-title {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  min-height: 100px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #44d5fd;
  background-color: #91e4fb;
  z-index: 3; }

.ishikawa-cause-form-header {
  position: fixed;
  z-index: 2;
  height: 40px;
  top: 57.5px;
  background-color: #FFF;
  width: 99%; }

.ishikawa-cause-form-header-0 {
  margin-top: -11px;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.ishikawa-cause-form-header-1 {
  padding-left: 10px;
  top: 75px; }

.panel-ishikawa-margin {
  margin-left: -10px;
  margin-right: -10px; }

.panel-ishikawa-cause-actions {
  padding-top: 35px;
  min-height: 145px; }

.modal-fca-scrollable-area {
  max-height: calc(100vh - 280px);
  overflow: hidden auto;
  padding-right: 15px;
  width: 1133px;
  position: relative; }

.form-fact-footer {
  padding: 15px;
  margin-left: 16.66666667%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .form-fact-footer > .form-fact-footer-buttons {
    display: flex;
    gap: 10px; }

.fact-causes-header {
  display: flex;
  justify-content: flex-end;
  padding: 0px 15px 15px 0px;
  position: fixed;
  width: calc(100% - 17px);
  background-color: #FFF;
  z-index: 2;
  height: 52px; }
  .fact-causes-header.fact-causes-header-scroll {
    width: calc(100% - 32px); }

.fact-causes-body {
  margin-top: 52px; }

.fact-causes-list-header {
  display: flex; }

.fact-causes-list-cause {
  display: flex;
  flex: 1;
  padding-right: 20px; }

.fact-causes-list-analysis {
  width: 150px;
  padding: 0 20px;
  text-align: center; }

.fact-causes-list-actions {
  width: 60px;
  padding-left: 20px;
  text-align: center; }

.fact-causes-list-lines {
  padding: 10px 15px;
  display: flex;
  border-bottom: 1px solid #DDD; }

.fact-causes-list-footer {
  width: 100%;
  border-bottom: 1px solid #DDD !important;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px; }
  .fact-causes-list-footer > .fact-causes-list-footer-form-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .fact-causes-list-footer > .fact-causes-list-footer-form-container > .fact-causes-list-footer-input-container {
      flex: 1;
      padding-right: 15px; }

.fact-actions-header {
  padding: 0px 15px 15px 0px;
  position: fixed;
  width: calc(100% - 17px);
  background-color: #FFF;
  z-index: 2;
  height: 52px; }
  .fact-actions-header.fact-actions-header-scroll {
    width: calc(100% - 32px); }

.panel-fact-actions {
  min-height: 145px; }
  .panel-fact-actions.panel-fact-actions-margin-top {
    margin-top: 52px; }

.toolbar-form-cause {
  height: 62px;
  position: fixed;
  background-color: #FFF;
  top: 58px;
  padding: 10px 7px 10px 0px;
  z-index: 2;
  width: calc(100% - 27px); }
  .toolbar-form-cause.toolbar-form-cause-scroll {
    padding-right: 15px;
    width: calc(100% - 33px); }

.cause-form-scrollable-area {
  max-height: calc(100vh - 257px);
  overflow: hidden auto;
  padding-right: 15px;
  width: 1133px; }
  .cause-form-scrollable-area.cause-form-scrollable-area-margin-top {
    margin-top: 47px; }

#modal-scopi-logs .font-weight-bold {
  font-weight: bold; }
#modal-scopi-logs .modal-footer .pagination {
  margin: 0 0; }
#modal-scopi-logs .panel-body {
  padding: 0; }
#modal-scopi-logs .table.table--logs {
  margin-bottom: 0; }
  #modal-scopi-logs .table.table--logs th.logs-no-border {
    border: none; }
  #modal-scopi-logs .table.table--logs td {
    vertical-align: top; }
    #modal-scopi-logs .table.table--logs td span {
      word-break: break-all;
      white-space: break-spaces; }
#modal-scopi-logs .text-align-right {
  text-align: right; }

.news-notification {
  position: fixed;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #00000000;
  transition: background-color 0.5s; }

.news-notification.news-notification--opened {
  visibility: visible;
  background-color: #00000075; }

.news-notification-fixed {
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 500px;
  transition: top 0.5s; }

.news-notification--welcome .news-notification-fixed {
  width: 800px;
  max-width: 90%; }

.news-notification--news-list .news-notification-fixed {
  width: 800px;
  max-width: 90%; }

.news-notification--main .news-notification-fixed {
  width: 800px;
  max-width: 90%; }

.news-notification.news-notification--opened .news-notification-fixed {
  top: 50%; }

.news-notification.news-notification--opened .news-list-fixed {
  top: 55%; }

.news-notification-container {
  padding: 40px;
  background-color: #FFF;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.news-notification-container::before {
  content: ' ';
  position: absolute;
  top: -107px;
  right: 0;
  background-image: url(../images/mascote.png);
  background-size: 100%;
  width: 119px;
  height: 110px;
  z-index: 999;
  transform: rotateY(180deg); }

.news-notification-text {
  font-size: 16px;
  color: black;
  text-align: justify;
  margin-bottom: 0; }

.news-notification-container-close {
  position: absolute;
  right: 20px;
  top: 20px; }

.fa-nonconformity-menu {
  position: relative; }
  .fa-nonconformity-menu::before {
    content: "\f0f6"; }
  .fa-nonconformity-menu::after {
    content: "\f05c";
    font-size: 12px;
    position: absolute;
    top: 8px; }
    .side-item--link:not(.popover-more-items-link) > .fa-nonconformity-menu::after {
      left: 45px; }
    .popover-more-items-link > .fa-nonconformity-menu::after {
      left: 10px; }
    .active > .side-item--link > .fa-nonconformity-menu::after {
      background: #FFF; }

.nonconformities-group--header {
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  color: #333333;
  font-weight: bold;
  min-height: 38px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  .nonconformities-group--header:before, .nonconformities-group--header:after {
    content: "";
    display: table;
    clear: both; }
  .nonconformities-group--header > [class*="nonconformities--"] {
    float: left;
    position: relative;
    margin: 0 5px 0; }
    .nonconformities-group--header > [class*="nonconformities--"]:first-child {
      margin: 0 5px 0 0; }
    .nonconformities-group--header > [class*="nonconformities--"]:last-child {
      margin: 0 0 0 5px; }
  .nonconformities-group--header > [class*="nonconformities--"] {
    top: 19px;
    transform: translateY(-50%); }
  .nonconformities-group--header > .nonconformities--check {
    min-height: 10px;
    width: 13px; }
  .nonconformities-group--header > .nonconformities--status {
    min-height: 10px;
    width: 18px; }
  .nonconformities-group--header > .nonconformities--progress {
    min-height: 10px;
    width: 70px; }
  .nonconformities-group--header > .nonconformities--name {
    min-height: 10px;
    width: calc(100% - 862px); }
  .nonconformities-group--header > .nonconformities--tags {
    min-height: 10px;
    width: 16px; }
  .nonconformities-group--header > .nonconformities--nivel {
    min-height: 10px;
    width: 16px; }
  .nonconformities-group--header > .nonconformities--comments {
    min-height: 10px;
    width: 16px; }
  .nonconformities-group--header > .nonconformities--documents {
    min-height: 10px;
    width: 16px; }
  .nonconformities-group--header > .nonconformities--responsibles {
    min-height: 10px;
    width: 180px; }
  .nonconformities-group--header > .nonconformities--prevision_end {
    min-height: 10px;
    width: 70px; }
  .nonconformities-group--header > .nonconformities--actions {
    min-height: 10px;
    width: 100px; }
  .nonconformities-group--header > .nonconformities--efficiency {
    min-height: 10px;
    width: 75px; }
  .nonconformities-group--header > .nonconformities--menu {
    min-height: 10px;
    width: 16px; }
  .nonconformities-group--header > .nonconformities--drag {
    min-height: 10px;
    width: 16px; }
  .nonconformities-group--header > .nonconformities--actions {
    text-align: center; }

.nonconformities-group--nonconformity {
  border-bottom: 1px solid #ddd;
  min-height: 50px;
  padding: 0 10px;
  position: relative;
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #DDD !important;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  display: flex;
  align-items: center; }
  .nonconformities-group--nonconformity:last-of-type {
    border-bottom: 0; }
  .nonconformities-group--nonconformity:before, .nonconformities-group--nonconformity:after {
    content: "";
    display: table;
    clear: both; }
  .nonconformities-group--nonconformity > [class*="nonconformities--"] {
    float: left;
    position: relative;
    margin: 0 5px 0; }
    .nonconformities-group--nonconformity > [class*="nonconformities--"]:first-child {
      margin: 0 5px 0 0; }
    .nonconformities-group--nonconformity > [class*="nonconformities--"]:last-child {
      margin: 0 0 0 5px; }
  .nonconformities-group--nonconformity > .nonconformities--check {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 13px;
    text-align: center; }
    .nonconformities-group--nonconformity > .nonconformities--check:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--check:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--check:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--check:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--check:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--check:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--check > span:hover, .nonconformities-group--nonconformity > .nonconformities--check > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--status {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 18px; }
    .nonconformities-group--nonconformity > .nonconformities--status:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--status:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--status:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--status:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--status:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--status:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--status > span:hover, .nonconformities-group--nonconformity > .nonconformities--status > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--progress {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 70px; }
    .nonconformities-group--nonconformity > .nonconformities--progress:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--progress:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--progress:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--progress:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--progress:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--progress:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--progress > span:hover, .nonconformities-group--nonconformity > .nonconformities--progress > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--name {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 862px); }
    .nonconformities-group--nonconformity > .nonconformities--name:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--name:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--name:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--name:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--name:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--name:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--name > span:hover, .nonconformities-group--nonconformity > .nonconformities--name > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--tags {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    text-align: center; }
    .nonconformities-group--nonconformity > .nonconformities--tags:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--tags:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--tags:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--tags:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--tags:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--tags:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--tags > span:hover, .nonconformities-group--nonconformity > .nonconformities--tags > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--nivel {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    text-align: center; }
    .nonconformities-group--nonconformity > .nonconformities--nivel:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--nivel:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--nivel:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--nivel:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--nivel:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--nivel:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--nivel > span:hover, .nonconformities-group--nonconformity > .nonconformities--nivel > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--comments {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    text-align: center; }
    .nonconformities-group--nonconformity > .nonconformities--comments:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--comments:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--comments:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--comments:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--comments:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--comments:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--comments > span:hover, .nonconformities-group--nonconformity > .nonconformities--comments > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--documents {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    text-align: center; }
    .nonconformities-group--nonconformity > .nonconformities--documents:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--documents:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--documents:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--documents:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--documents:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--documents:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--documents > span:hover, .nonconformities-group--nonconformity > .nonconformities--documents > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--responsibles {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 180px; }
    .nonconformities-group--nonconformity > .nonconformities--responsibles:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--responsibles:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--responsibles:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--responsibles:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--responsibles:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--responsibles:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--responsibles > span:hover, .nonconformities-group--nonconformity > .nonconformities--responsibles > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--prevision_end {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 70px; }
    .nonconformities-group--nonconformity > .nonconformities--prevision_end:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--prevision_end:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--prevision_end:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--prevision_end:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--prevision_end:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--prevision_end:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--prevision_end > span:hover, .nonconformities-group--nonconformity > .nonconformities--prevision_end > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--actions {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100px;
    text-align: center; }
    .nonconformities-group--nonconformity > .nonconformities--actions:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--actions:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--actions:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--actions:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--actions:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--actions:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--actions > span:hover, .nonconformities-group--nonconformity > .nonconformities--actions > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--efficiency {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 75px; }
    .nonconformities-group--nonconformity > .nonconformities--efficiency:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--efficiency:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--efficiency:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--efficiency:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--efficiency:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--efficiency:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--efficiency > span:hover, .nonconformities-group--nonconformity > .nonconformities--efficiency > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--menu {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    font-size: 14px;
    text-align: center; }
    .nonconformities-group--nonconformity > .nonconformities--menu:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--menu:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--menu:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--menu:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--menu:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--menu:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--menu > span:hover, .nonconformities-group--nonconformity > .nonconformities--menu > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--drag {
    font-size: 12px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    text-align: center; }
    .nonconformities-group--nonconformity > .nonconformities--drag:hover span > i,
    .nonconformities-group--nonconformity > .nonconformities--drag:hover scopi-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--drag:hover popover-tags > i,
    .nonconformities-group--nonconformity > .nonconformities--drag:hover scopi-comments-icon > i, .nonconformities-group--nonconformity > .nonconformities--drag:hover > i:not(i.fa-circle) {
      cursor: pointer;
      font-size: 16px; }
    .nonconformities-group--nonconformity > .nonconformities--drag:hover > input {
      cursor: pointer; }
    .nonconformities-group--nonconformity > .nonconformities--drag > span:hover, .nonconformities-group--nonconformity > .nonconformities--drag > popover-users span:hover {
      cursor: pointer;
      text-decoration: underline; }
  .nonconformities-group--nonconformity > .nonconformities--check > input {
    margin-top: 3px; }
  .nonconformities-group--nonconformity > .nonconformities--status > i {
    font-size: 18px;
    line-height: 0.75em;
    vertical-align: -15%; }
  .nonconformities-group--nonconformity > .nonconformities--drag {
    top: 3px; }
  .nonconformities-group--nonconformity > .nonconformities--drag > i {
    display: inline-block; }
  .nonconformities-group--nonconformity > .nonconformities--menu {
    transform: none !important; }

.nonconformities-group--nonconformity:hover {
  background-color: #f5f5f5; }

.nonconformities-panel-footer {
  width: 100%;
  border-bottom: 1px solid #DDD !important;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px; }
  .nonconformities-panel-footer > .nonconformities-panel-footer-form-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .nonconformities-panel-footer > .nonconformities-panel-footer-form-container > .nonconformities-panel-footer-input-container {
      flex: 1;
      padding-right: 15px; }

.nonconformities-form--step-text {
  padding-left: 10px;
  padding-right: 10px;
  width: 140px; }

.nonconformities-form--required-fields {
  margin-top: 2vh;
  padding-left: 20px; }

.nonconformities-form--verification-evidence {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px; }

.nonconformities-form--step-3-footer {
  padding-left: 15px;
  padding-right: 10px; }

.nonconformities-actions-header {
  padding: 0px 15px 15px 10px;
  position: fixed;
  width: calc(100% - 2px);
  background-color: #FFF;
  z-index: 2;
  height: 52px; }
  .nonconformities-actions-header.nonconformities-actions-header-scroll {
    width: calc(100% - 17px); }

.nonconformities--origins-body {
  margin-bottom: 0px;
  overflow: auto;
  max-height: 65vh; }

.nonconformity-root-cause-actions-panel {
  border-top: 1px solid transparent;
  border: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.problem-name-container {
  display: flex;
  padding: 10px;
  gap: 5px; }
  .problem-name-container .problem-name-input-container {
    flex: 1;
    min-height: 15px; }
  .problem-name-container > button {
    text-align: justify; }

.panel-body-cause-five-whys {
  width: 100%;
  background-color: #FFF; }
  .panel-body-cause-five-whys > .panel-row-cause-five-whys {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px; }
    .panel-body-cause-five-whys > .panel-row-cause-five-whys > .cause-five-whys-name {
      flex: 1;
      min-height: 15px;
      cursor: pointer; }
    .panel-body-cause-five-whys > .panel-row-cause-five-whys .btn-root-cause {
      display: flex;
      align-items: center;
      gap: 5px; }
    .panel-body-cause-five-whys > .panel-row-cause-five-whys button {
      line-height: 20px;
      height: 34px; }
  .panel-body-cause-five-whys > .panel-row-cause-five-whys:not(:last-child) {
    border-bottom: 1px solid #DDD; }

.toolbar-form-root-cause {
  height: 62px;
  position: fixed;
  background-color: #FFF;
  top: 58px;
  padding: 10px 7px 10px 0px;
  z-index: 2;
  width: calc(100% - 27px); }
  .toolbar-form-root-cause.toolbar-form-root-cause-scroll {
    padding-right: 15px;
    width: calc(100% - 33px); }

.root-cause-form-scrollable-area {
  max-height: calc(100vh - 324px);
  overflow: hidden auto;
  padding-right: 15px;
  width: 1133px; }
  .root-cause-form-scrollable-area.root-cause-form-margin-top {
    margin-top: 47px; }

.nonconformity-form-modal-scrollable-area {
  max-height: calc(100vh - 324px);
  overflow: hidden auto;
  padding-right: 15px;
  width: 1133px;
  position: relative; }
  .nonconformity-form-modal-scrollable-area.scrollable-area-padding-top {
    padding-top: 15px; }

.nonconformity-actions-body {
  margin-top: 55px; }

.cause-descriptive-name {
  min-height: 48px;
  max-width: 100%;
  min-width: 100%;
  margin-top: 1px !important; }

.presentations-preview-dialog {
  width: 732px !important; }

.presentations-preview-image {
  padding: 0;
  width: 700px;
  height: 394px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center; }

#modal-presentation-preview .slides-preview {
  padding: 0;
  width: 700px;
  height: 394px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.presentations-menu-ul {
  right: 10px !important; }

.presentations-menu-preview-button {
  margin-right: 10px;
  float: right; }

.geToolbarContainer .geButton.geButton--arrange {
  height: 28px;
  padding: 0px; }
  .geToolbarContainer .geButton.geButton--arrange .option-arrange {
    position: relative;
    height: 100%;
    width: 100%; }
    .geToolbarContainer .geButton.geButton--arrange .option-arrange.option-arrange .fa-square-o--top {
      position: absolute;
      right: 0;
      top: 1px;
      font-size: 12px;
      z-index: 2; }
    .geToolbarContainer .geButton.geButton--arrange .option-arrange.option-arrange .fa-square--middle {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      color: gray; }
    .geToolbarContainer .geButton.geButton--arrange .option-arrange.option-arrange.option-arrange--bring-to-front .fa-square--middle {
      z-index: 4; }
    .geToolbarContainer .geButton.geButton--arrange .option-arrange.option-arrange.option-arrange--send-to-back .fa-square--middle {
      z-index: 1; }
    .geToolbarContainer .geButton.geButton--arrange .option-arrange.option-arrange .fa-square-o--bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 12px;
      z-index: 2; }

.slides-toolbar {
  left: 0px;
  top: 50px;
  position: relative;
  height: 34px;
  background: whiteSmoke;
  border-bottom: 1px solid #e0e0e0;
  color: #000; }

.slides-toolbar--text-icon {
  font-size: 14px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 4px;
  padding: 5px;
  padding-top: 0px;
  height: 22px;
  font-weight: bold; }

.slides-toolbar--text-icons {
  font-size: 17px;
  text-align: center; }

.slides-toolbar--text-color-icon {
  font-size: 14px;
  border-bottom: 5px solid black;
  line-height: 14px; }

.slides-toolbar--text-uppercase-icon {
  font-size: 19px;
  line-height: 22px;
  float: left; }

.slides-toolbar--text-downcase-icon {
  font-size: 13px;
  line-height: 28px;
  float: left; }

.slides-toolbar--margin-icons {
  margin-left: 4px;
  float: right; }

.slides-toolbar--text-icon-active {
  background-color: #e6e6e6;
  border-color: #adadad !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.slides-body {
  background-color: #ebebeb;
  position: relative;
  top: 50px;
  height: calc(100vh - 84px);
  width: 100vw;
  display: flex;
  flex-direction: row; }

.slides-preview {
  pointer-events: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  background-color: #fff; }

.slides-list--slide .slides-preview {
  border-radius: 13px;
  position: absolute !important;
  cursor: pointer;
  width: 100% !important;
  height: 100% !important; }

.slides-list--container {
  width: 250px;
  height: calc(100% - 90px);
  margin-top: 40px;
  padding-left: 20px;
  overflow-y: auto; }

.slides-list--container::-webkit-scrollbar {
  width: 10px;
  background: #fff;
  border-radius: 15px; }

.slides-list--container::-webkit-scrollbar-thumb {
  background: #c8c5c5;
  border-radius: 15px; }

.slides-list--slide {
  background-color: #fff;
  width: calc(100px / 0.5625) !important;
  height: 100px;
  border-radius: 15px;
  margin-bottom: 25px;
  outline: 1px solid #cacaca;
  box-shadow: 0px 0px 3px 0px #d9d9d9;
  position: relative;
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1; }

.slides-list--slide:first-child {
  margin-top: 3px; }

.slides-list--slide:last-child {
  margin-bottom: 3px; }

.slides-list--slide-clickable {
  position: absolute !important;
  height: 100%;
  width: 100%; }

.slides-list--slide-background {
  width: 100%;
  height: 100%;
  border-radius: 13px; }

.slides-list--slide-active {
  outline-width: 3px; }

.slides-list--slide-menu-icon {
  position: absolute;
  z-index: 99999;
  right: 0;
  padding: 5px 5px 3px 5px;
  margin: 5px;
  cursor: pointer;
  display: flex; }

.slides-list--slide-menu-ul {
  margin-top: 3px;
  left: 33px !important;
  z-index: 99999 !important; }

.slides-edit--component {
  width: 100%;
  max-width: 100%; }

.slides-slide--panel {
  height: 100%;
  width: 100%;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
  position: relative; }

.slides-slide--panel::-webkit-scrollbar {
  width: 10px;
  background: #fff;
  border-radius: 15px; }

.slides-slide--panel::-webkit-scrollbar-thumb {
  background: #c8c5c5;
  border-radius: 15px; }

#slides-slide-resizer {
  height: 100%;
  width: calc(100vw - 280px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.slides-slide--container {
  aspect-ratio: 16 / 9;
  outline: 1px solid #cacaca;
  background-color: #fff;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.slides-slide--square-placeholder {
  color: #DDD !important; }

.slides-popover-new {
  min-width: 750px !important;
  left: 50px !important; }

.slides-popover-new > .arrow {
  display: none !important; }

.slides-popover-new--container {
  height: 320px;
  padding: 20px;
  padding-top: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.slides-popover-new--list {
  width: 160px;
  height: 140px;
  display: flex;
  flex-direction: column; }

.slides-popover-new--title {
  width: 100%;
  font-size: 14px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: self-end;
  text-align: center; }

.slides-popover-new--slide {
  width: 100%;
  height: calc(100% - 40px);
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 5px; }

.slides-popover-new--slide:hover {
  background-color: #f5f5f5;
  cursor: pointer; }

.slides-popover-new--slide-title {
  width: 100%;
  border: 1px dotted black;
  text-align: center;
  font-size: 14px; }

.slides-popover-new--slide-subtitle {
  width: 100%;
  border: 1px dotted black;
  text-align: center;
  font-size: 11px; }

.slides-popover-new--slide-text {
  width: 100%;
  height: 100%;
  border: 1px dotted black;
  font-size: 8px;
  padding-left: 2px; }

.slides-popover-new--slide-texts {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 5px; }

.slides-popover-new--slide-double-texts {
  height: 100%;
  border: 1px dotted black;
  font-size: 8px;
  padding-left: 2px; }

.slides-field--square-menu-icon-container {
  height: 100%;
  right: 0px;
  position: absolute;
  display: flex;
  z-index: 2;
  align-items: baseline; }

.slides-field--square-menu-icon {
  cursor: pointer;
  margin: 5px;
  display: none; }

.slides-popover-align--button {
  font-size: 17px !important;
  padding: 3px 10px; }

.slides-field--square-options {
  left: unset;
  right: 15%;
  top: 37px; }

.slides-background--modal-image-container {
  display: flex;
  align-items: start; }

.slides-background--modal-image {
  height: calc(180px * 0.5625);
  min-width: 180px;
  max-width: 180px; }

#slides-slide--project-card {
  width: 80%; }

#slides-slide--project-card .card-body {
  height: 100%; }

.slides-slide--chart-update {
  width: 1120px !important;
  max-width: calc(90% - 30px); }

.presentation-item {
  position: absolute !important;
  outline: 2px solid transparent;
  cursor: pointer; }

.presentation-item--placeholder {
  outline: 2px solid #DDD; }

.presentation-item--dragging {
  outline: 2px solid #DDD; }

.presentation-item:hover {
  outline: 2px solid #DDD; }

.presentation-item:hover .slides-field--square-menu-icon {
  display: block; }

.presentation-item.presentation-item--selected {
  outline: 2px solid #0095ff;
  z-index: 99999 !important; }

.presentation-item.ui-resizable-resizing {
  outline: 2px solid #DDD;
  z-index: 5 !important; }

.presentation-item .ui-resizable-handle.ui-resizable-se {
  width: 0px;
  height: 0px;
  outline: 2px solid white;
  background-color: transparent; }

.presentation-item:hover .ui-resizable-handle {
  width: 10px;
  height: 10px;
  outline: 2px solid white;
  background-color: #DDD; }

.presentation-item:hover .ui-resizable-handle.ui-resizable-n,
.presentation-item:hover .ui-resizable-handle.ui-resizable-s {
  left: 50%;
  transform: translateX(-50%); }

.presentation-item:hover .ui-resizable-handle.ui-resizable-e,
.presentation-item:hover .ui-resizable-handle.ui-resizable-w {
  top: 50%;
  transform: translateY(-50%); }

.presentation-item:hover .ui-resizable-handle.ui-resizable-se {
  right: -5px;
  bottom: -5px;
  display: block !important; }

.presentation-item .ui-resizable-handle.ui-resizable-se {
  display: none !important; }

.ui-resizable-handle.ui-resizable-n,
.ui-resizable-handle.ui-resizable-s,
.ui-resizable-handle.ui-resizable-e,
.ui-resizable-handle.ui-resizable-w,
.ui-resizable-handle.ui-resizable-ne,
.ui-resizable-handle.ui-resizable-se,
.ui-resizable-handle.ui-resizable-nw,
.ui-resizable-handle.ui-resizable-sw {
  z-index: 1 !important; }

.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-n,
.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-s,
.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-e,
.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-w,
.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-ne,
.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-se,
.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-nw,
.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-sw {
  background-color: #0095ff; }

.presentation-item.presentation-item--selected .ui-resizable-handle {
  width: 10px;
  height: 10px;
  outline: 2px solid white;
  background-color: #DDD; }

.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-n,
.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-s {
  left: 50%;
  transform: translateX(-50%); }

.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-e,
.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-w {
  top: 50%;
  transform: translateY(-50%); }

.presentation-item.presentation-item--selected .ui-resizable-handle.ui-resizable-se {
  right: -5px;
  bottom: -5px;
  display: block !important; }

.slides-slide--square-div {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  border: none !important;
  resize: none;
  overflow: hidden;
  background: transparent; }

.presentation-image {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.presentation-backdrop {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 4;
  position: absolute; }

#slides-presentation--wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center; }

#slides-presentation--slide {
  aspect-ratio: 16 / 9; }

.slides-presentation--carousel {
  height: 100% !important; }

.slides-presentation--carousel .slick-list {
  height: 100% !important; }

.slides-presentation--carousel .slick-track {
  height: 100% !important; }

.slides-presentation--preview-wrapper {
  height: 100% !important; }

.slides-presentation--slide-shadow {
  position: absolute;
  height: 30%;
  width: 100%;
  top: 0;
  transition: 1s; }

.slides-presentation--slide-shadow:hover {
  -webkit-box-shadow: inset 0px 160px 140px -100px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 160px 140px -100px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 160px 140px -100px rgba(0, 0, 0, 0.75); }

.slides-presentation--menu-i {
  cursor: pointer;
  float: right;
  margin: -50px 50px 0px 0px;
  transition: 1s; }

.slides-presentation--slide-shadow:hover .slides-presentation--menu-i {
  margin-top: 30px; }

.slides-presentation-menu-ul {
  top: 52px !important;
  margin-top: 10px;
  right: 50px !important; }

/*# sourceMappingURL=main.css.map */
