.column-5 {
  width: 5%; }

.column-10 {
  width: 10%; }

.column-15 {
  width: 15%; }

.column-20 {
  width: 20%; }

.column-25 {
  width: 25%; }

.column-30 {
  width: 30%; }

.column-35 {
  width: 35%; }

.column-40 {
  width: 40%; }

.column-45 {
  width: 45%; }

.column-50 {
  width: 50%; }

.column-55 {
  width: 55%; }

.column-60 {
  width: 60%; }

.column-65 {
  width: 65%; }

.column-70 {
  width: 70%; }

.column-75 {
  width: 75%; }

.column-80 {
  width: 80%; }

.column-85 {
  width: 85%; }

.column-90 {
  width: 90%; }

.column-95 {
  width: 95%; }

.column-100 {
  width: 100%; }

body {
  height: 100%; }
  body .ui-button.button-small {
    padding: 0px 12px;
    height: 24px; }
    body .ui-button.button-small .ui-button-text {
      line-height: 24px; }
    body .ui-button.button-small .ui-icon {
      margin-top: -7px;
      margin-left: 0;
      font-size: 15px;
      width: 15px;
      height: 15px; }
  body .ui-button.ui-button-icon-only.button-small {
    width: 22px;
    height: 22px;
    padding: 0px 12px; }
    body .ui-button.ui-button-icon-only.button-small .ui-icon {
      margin-top: -6.5px;
      margin-left: -6px;
      font-size: 13px;
      width: 13px;
      height: 13px; }
  body .ui-button.button-simple {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 20px;
    width: 20px;
    padding: 0;
    top: -1px;
    margin-left: 11px; }
    body .ui-button.button-simple .ui-icon {
      color: #757575; }
  body .fa {
    font-family: "Font Awesome 5 Free"; }
  body .ui-icon.fa, body .ui-icon.fas {
    font-weight: 900; }
  body .ui-icon.fa, body .ui-icon.far, body .ui-icon.fas {
    font-family: "Font Awesome 5 Free"; }
  body .ui-icon.fab {
    font-family: "Font Awesome 5 Brands"; }
  body .tasks-header-grid.ui-panelgrid .ui-panelgrid-header > .ui-widget-header {
    height: 35px; }
  body .tasks-header-grid.ui-panelgrid .ui-panelgrid-cell {
    padding: 0.457em 1em; }
  body .tasks-header-grid.ui-panelgrid .tasks-header-grid-date {
    font-weight: 700;
    text-align: center; }
  body .tasks-datatable {
    /* .ui-cell-editor {
      display: inline-block;
    } */ }
    body .tasks-datatable .ui-autocomplete .ui-autocomplete-dropdown.ui-button.ui-button-icon-only .ui-icon {
      font-size: 23px;
      width: 23px;
      height: 23px;
      margin-top: -14px;
      margin-left: -14px; }
    body .tasks-datatable.ui-datatable tbody tr.ui-widget-content {
      height: 45px; }
    body .tasks-datatable.ui-datatable thead th.header-small {
      border: 0;
      font-size: 10px;
      padding: 0 0.857em 0.857em; }
    body .tasks-datatable .task-not-editable .ui-editable-column {
      background-color: inherit; }
  body .schedule .fc button {
    height: 30px;
    padding: 0 11px; }
  body .schedule .fc .fc-button-group .ui-icon {
    font-size: 20px;
    width: 20px;
    height: 20px; }
  body .schedule .fc-event {
    font-size: 1.2em;
    cursor: pointer; }
  body .timeline .ui-widget-content {
    padding: 0; }
  body .border-0 .ui-widget-content {
    border: 0; }
  body .ui-dialog p {
    line-height: 1; }
  body .ui-dialog .buttons-container {
    text-align: right; }
    body .ui-dialog .buttons-container > button {
      margin: 0 0 0 .5em;
      width: auto !important; }
    body .ui-dialog .buttons-container > button:first-of-type {
      margin: 0; }
  body .ui-menu.breadcrumb-contract-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link.active {
    background-color: #1565C0;
    color: white; }
    body .ui-menu.breadcrumb-contract-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link.active .ui-menuitem-icon {
      color: white; }

.ico-loading {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  margin: 0;
  background: url("/project-manager/javax.faces.resource/images/loading.gif.xhtml;jsessionid=E2E4A893F392CFF6382D8D904D5EFC56?ln=easydevel-layout") no-repeat center center; }

.for-print {
  display: none; }

@media print {
  .for-print {
    display: block; } }

@media print {
  .hidden-print {
    display: none; } }

.messages-container {
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box; }
  .messages-container .ui-messages-error {
    margin-bottom: 10px; }

.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
  margin: 0; }

.login-panel-content .messages-container {
  margin-bottom: 25px; }
  .login-panel-content .messages-container .ui-messages-error {
    margin-bottom: 0; }

.buttons-container {
  width: 100%;
  float: left;
  padding: 0; }

/* Layout /////////////////////////////////////////////////////////////////////////////////// */
.layout-menu-container {
  position: relative; }
  .layout-menu-container .contracts-tree > ul {
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden; }

.layout-wrapper {
  height: 100%; }
  .layout-wrapper .layout-main {
    height: 100%; }
    .layout-wrapper .layout-main.no-sidebar {
      margin-left: 0; }
      .layout-wrapper .layout-main.no-sidebar .layout-topbar {
        width: 100%; }
      .layout-wrapper .layout-main.no-sidebar .layout-breadcrumb.layout-breadcrumb-fixed {
        width: 100%; }
    .layout-wrapper .layout-main .layout-content.layout-breadcrumb-fixed {
      padding: 81px 5px 0px 9px; }

.layout-breadcrumb.layout-breadcrumb-fixed {
  position: fixed;
  width: calc(100% - 40px);
  z-index: 996; }

h1.card-title {
  margin-bottom: 0; }

/* Footer /////////////////////////////////////////////////////////////////////////////////// */
/* Sticky Footer
http://ryanfait.com/html5-sticky-footer/
*/
.layout-content {
  min-height: 75%;
  margin: 0 auto -37px; }

.layout-footer, .layout-push {
  height: 34px; }

.scope-grid {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  margin-top: 10px; }
  .scope-grid tr.header {
    font-weight: 700; }
  .scope-grid tr:nth-child(even) {
    background-color: #f4f4f4; }

.scope-grid:first-child {
  margin-top: 0; }

.dayly-tasks-container .tasks-header-grid {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  margin-top: 10px; }

.dayly-tasks-container .tasks-header-grid:first-child {
  margin-top: 0; }

.dayly-tasks-container .ui-widget-header a {
  color: #ffffff; }

.dayly-tasks-container .ui-widget-header .ui-inputfield {
  color: #ffffff;
  background-image: none; }

.dayly-tasks-container .buttons-container {
  margin: 10px 0 30px; }
  .dayly-tasks-container .buttons-container .btn-add-task {
    width: 120px; }

.page-help-dialog {
  margin: 70px 70px 0 0; }
  .page-help-dialog h3 {
    margin: 20px 0 0 0; }
  .page-help-dialog h3:first-child {
    margin: 0; }
  .page-help-dialog h4 {
    margin-bottom: 0; }
  .page-help-dialog .nombre {
    padding-left: 6px; }

.column-button-icon,
.column-input-checked {
  width: 40px; }

.layout-wrapper .layout-sidebar .layout-menu .contracts-tree li > a i.layout-submenu-toggler {
  right: 0; }

.tasks-datatable.ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column,
.tasks-datatable.ui-datatable .ui-datatable-data td.ui-cell-editing {
  padding: 0.714em 0.857em; }

.contract-topbar-buttons > button {
  margin-left: 10px;
  width: auto !important; }
  .contract-topbar-buttons > button.active {
    background-color: #1565C0; }

.contract-topbar-buttons > button:first-of-type {
  margin-left: 0; }

.buttons-container-6 > .button {
  width: 50%;
  padding: 0.857em 1em;
  float: left; }
  .buttons-container-6 > .button button {
    width: 100%; }

.width-auto > button {
  margin-left: 10px;
  width: auto !important; }

.width-auto > button:first-of-type {
  margin-left: 0; }

.padding-0 {
  padding: 0; }

.md-selectonemenu {
  display: block;
  position: relative; }
  .md-selectonemenu .ui-outputlabel {
    font-size: 12px;
    color: #1E88E5;
    position: absolute;
    top: -20px;
    left: 5px; }

body .md-inputfield .md-inputwrapper-filled ~ label:not(.ui-selectonemenu-label),
body .md-inputfield .md-inputwrapper-focus ~ label:not(.ui-selectonemenu-label) {
  color: #1E88E5; }

.ui-lightbox-content {
  background-color: #FFF; }

@media screen and (min-width: 40.063em) {
  .filters-container .align-right {
    text-align: right; }
  .buttons-container-6 > .button {
    width: auto;
    margin-left: 0;
    float: left;
    padding: 0; }
    .buttons-container-6 > .button button {
      width: auto; }
  .buttons-container-6 > .button ~ .button {
    margin-left: 10px; } }

@media screen and (min-width: 40.063em) {
  .two-columns-left {
    padding: 0 0.5em 0 0; }
  .two-columns-right {
    padding: 0 0 0 0.5em; } }

.contract-header {
  padding: 0;
  font-size: 14px; }

.positive {
  color: green; }

.negative {
  color: red; }
