/* Compact */
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("/javax.faces.resource/fonts/roboto-v15-latin-300.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.eot.xhtml?ln=ultima-layout?#iefix") format("embedded-opentype"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.woff.xhtml?ln=ultima-layout") format("woff"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.svg.xhtml?ln=ultima-layout#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/javax.faces.resource/fonts/roboto-v15-latin-regular.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.woff.xhtml?ln=ultima-layout") format("woff"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.svg.xhtml?ln=ultima-layout#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("/javax.faces.resource/fonts/roboto-v15-latin-700.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.woff.xhtml?ln=ultima-layout") format("woff"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.svg.xhtml?ln=ultima-layout#Roboto") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/javax.faces.resource/fonts/MaterialIcons-Regular.eot.xhtml?ln=ultima-layout");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/javax.faces.resource/fonts/MaterialIcons-Regular.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/javax.faces.resource/fonts/MaterialIcons-Regular.woff.xhtml?ln=ultima-layout") format("woff"), url("/javax.faces.resource/fonts/MaterialIcons-Regular.ttf.xhtml?ln=ultima-layout") format("truetype"); }
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.card {
  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;
  background: #ffffff;
  padding: 16px;
  margin-bottom: 16px;
  box-sizing: border-box; }
  .card.card-w-title {
    padding-bottom: 32px; }
  .card h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 24px 0; }
    .card h1:first-child {
      margin-top: 16px; }
  .card h2 {
    font-size: 22px;
    font-weight: 400; }
  .card h3 {
    font-size: 20px;
    font-weight: 400; }
  .card h4 {
    font-size: 18px;
    font-weight: 400; }

.nopad {
  padding: 0; }
  .nopad .ui-panel-content {
    padding: 0; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }
.ui-shadow-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.ui-shadow-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.ui-shadow-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.ui-g.form-group > div {
  padding: 12px 16px; }

.ui-panelgrid.form-group .ui-panelgrid-cell {
  padding: 12px 16px; }

.ui-selectoneradio.form-group .ui-grid-row > div, .ui-selectmanycheckbox.form-group .ui-grid-row > div {
  padding: 8px 16px; }

.dashboard .overview {
  padding: 0 !important;
  min-height: 140px;
  position: relative;
  margin-bottom: 0px !important; }
  .dashboard .overview .overview-content {
    padding: 16px; }
    .dashboard .overview .overview-content .overview-title {
      font-size: 18px; }
    .dashboard .overview .overview-content .overview-badge {
      float: right;
      color: #757575; }
    .dashboard .overview .overview-content .overview-detail {
      display: block;
      font-size: 24px;
      margin-top: 5px; }
  .dashboard .overview .overview-footer {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .dashboard .overview .overview-footer img {
      display: block; }
.dashboard .colorbox {
  padding: 0 !important;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0px !important; }
  .dashboard .colorbox i {
    font-size: 45px;
    margin-top: 10px;
    color: #ffffff; }
  .dashboard .colorbox .colorbox-name {
    font-size: 17px;
    display: inline-block;
    width: 100%;
    margin: 4px 0 10px 0;
    color: #ffffff; }
  .dashboard .colorbox .colorbox-count {
    color: #ffffff;
    font-size: 22px; }
  .dashboard .colorbox .colorbox-count {
    font-weight: bold; }
  .dashboard .colorbox.fundo_verde div:first-child {
    background-color: #2E7D32; }
  .dashboard .colorbox.fundo_verde div:last-child {
    background-color: #4CAF50; }
  .dashboard .colorbox.fundo_vermelho div:first-child {
    background-color: #bb0d17; }
  .dashboard .colorbox.fundo_vermelho div:last-child {
    background-color: #ec1522; }
  .dashboard .colorbox.fundo_azul_marinho div:first-child {
    background-color: #032133; }
  .dashboard .colorbox.fundo_azul_marinho div:last-child {
    background-color: #08618a; }
  .dashboard .colorbox.fundo_verde2 div:first-child {
    background-color: #01675a; }
  .dashboard .colorbox.fundo_verde2 div:last-child {
    background-color: #009688; }
.dashboard .task-list {
  overflow: hidden; }
  .dashboard .task-list > .ui-panel {
    min-height: 340px; }
  .dashboard .task-list .ui-panel-content {
    padding: 10px 0 !important; }
  .dashboard .task-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .dashboard .task-list ul li {
      padding: 10px 14px;
      border-bottom: 1px solid #dbdbdb; }
      .dashboard .task-list ul li:first-child {
        margin-top: 10px; }
    .dashboard .task-list ul .ui-chkbox {
      vertical-align: middle;
      margin-right: 5px; }
    .dashboard .task-list ul .task-name {
      vertical-align: middle; }
    .dashboard .task-list ul i {
      color: #757575;
      float: right; }
.dashboard .contact-form {
  overflow: hidden; }
  .dashboard .contact-form .ui-panel {
    min-height: 340px; }
  .dashboard .contact-form .ui-g-12 {
    padding: 16px 10px; }
  .dashboard .contact-form .ui-button {
    margin-top: 20px; }
.dashboard .contacts {
  overflow: hidden; }
  .dashboard .contacts > .ui-panel {
    min-height: 340px; }
  .dashboard .contacts .ui-panel-content {
    padding: 15px 0 10px 0 !important; }
  .dashboard .contacts ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .dashboard .contacts ul li {
      border-bottom: 1px solid #d8d8d8; }
      .dashboard .contacts ul li a {
        padding: 9px;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
        position: relative;
        display: block;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s; }
        .dashboard .contacts ul li a .name {
          position: absolute;
          right: 10px;
          top: 10px;
          font-size: 18px;
          color: #0e0e0e; }
        .dashboard .contacts ul li a .email {
          position: absolute;
          right: 10px;
          top: 30px;
          font-size: 14px;
          color: #757575; }
        .dashboard .contacts ul li a:hover {
          cursor: pointer;
          background-color: #e8e8e8; }
      .dashboard .contacts ul li:last-child {
        border: 0; }
.dashboard .activity-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .dashboard .activity-list li {
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 0 9px 9px; }
    .dashboard .activity-list li .count {
      font-size: 24px;
      color: #ffffff;
      background-color: #03A9F4;
      font-weight: bold;
      width: 60px;
      padding: 5px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
    .dashboard .activity-list li:first-child {
      border-top: 1px solid #bdbdbd; }
    .dashboard .activity-list li:last-child {
      border: 0; }
    .dashboard .activity-list li .ui-g-6:first-child {
      font-size: 18px;
      padding-left: 0; }
    .dashboard .activity-list li .ui-g-6:last-child {
      text-align: right;
      color: #757575; }
.dashboard .timeline {
  height: 100%;
  box-sizing: border-box; }
  .dashboard .timeline > .ui-g .ui-g-3 {
    font-size: 14px;
    position: relative;
    border-right: 1px solid #bdbdbd; }
    .dashboard .timeline > .ui-g .ui-g-3 i {
      background-color: #ffffff;
      font-size: 36px;
      position: absolute;
      top: 0px;
      right: -18px; }
  .dashboard .timeline > .ui-g .ui-g-9 {
    padding-left: 1.5em; }
    .dashboard .timeline > .ui-g .ui-g-9 .event-text {
      color: #757575;
      font-size: 14px;
      display: block;
      padding-bottom: 20px; }
    .dashboard .timeline > .ui-g .ui-g-9 .event-content img {
      width: 100%; }
.dashboard > div > .ui-panel {
  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); }

.login-body {
  background-image: -webkit-linear-gradient(top, rgba(173, 173, 173, 0.3), rgba(169, 169, 169, 0.1));
  /*background:  url("");*/ }
  .login-body .md-inputfield {
    display: block;
    position: relative; }
    .login-body .md-inputfield label {
      color: #757575;
      font-weight: normal;
      position: absolute;
      pointer-events: none;
      left: 5px;
      top: 1px;
      transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -webkit-transition: 0.3s ease all; }
    .login-body .md-inputfield input:focus ~ label, .login-body .md-inputfield input.ui-state-filled ~ label {
      top: -20px;
      font-size: 12px;
      color: #969696; }
  .login-body .ui-inputfield {
    background: transparent;
    border-width: 0 0 1px 0;
    padding: 2px 2px 1px 2px;
    font-size: 20px;
    border-color: #e0e0e0;
    border-style: solid;
    color: #212121;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    .login-body .ui-inputfield.ui-state-focus {
      border-width: 0 0 2px 0;
      border-color: #ffcb08;
      padding-bottom: 0px;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
    .login-body .ui-inputfield.ui-state-disabled {
      border-bottom: 1px dotted; }
    .login-body .ui-inputfield.ui-widget-content {
      border-width: 1px; }
    .login-body .ui-inputfield.ui-state-error {
      border-color: #e62a10;
      border-width: 0 0 2px 0; }
  .login-body a.ui-commandlink {
    color: #a58306; }
  .login-body .ui-message.ui-message-error {
    background-color: #ffffff;
    color: #d50000;
    text-align: left;
    font-size: 13px;
    border: none;
    margin: 0;
    padding: 0px; }
  .login-body .ui-message .ui-message-error-icon {
    display: none;
    width: 0px; }
  .login-body .ui-messages .ui-messages-error-icon {
    display: none;
    width: 0px; }
  .login-body .ui-messages .ui-messages-error {
    background-color: #ffffff;
    border: none;
    color: #d50000;
    text-align: left; }
  .login-body .ui-messages .ui-messages-close {
    display: none; }
  .login-body .ui-growl .ui-growl-item-container {
    background-color: #fdfdfd;
    opacity: 1; }
  .login-body .ui-growl .ui-growl-title {
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
    font-weight: 700; }
  .login-body .ui-growl .ui-growl-item .ui-growl-message {
    color: #231f20;
    overflow: auto; }
  .login-body .ui-growl .ui-growl-item .ui-growl-image {
    background: none;
    color: #ffcb08;
    padding: 4px; }

.login-panel {
  text-align: center;
  width: 350px;
  min-height: 440px;
  padding: 25px 20px;
  margin: 80px auto 0 auto; }
  .login-panel .ui-g .ui-g-12 {
    padding: 15px 30px; }
    .login-panel .ui-g .ui-g-12 .ui-button {
      margin-bottom: 20px; }
  .login-panel #id_captcha_r {
    transform: scale(0.83);
    -webkit-transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
  @media (max-width: 640px) {
    .login-panel #id_captcha_r {
      transform: scale(0.74);
      -webkit-transform: scale(0.74);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }

.login-footer {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #757575; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .login-body {
    background-size: 100% auto; } }
@media (max-width: 1024px) {
  .login-panel {
    text-align: center;
    min-height: 440px;
    margin: 100px auto 0 auto; } }
@media (max-width: 640px) {
  .login-panel {
    text-align: center;
    width: 300px;
    min-height: 440px;
    padding: 40px 20px;
    margin: 75px auto 0 auto; }
    .login-panel .ui-g .ui-g-12 {
      padding: 20px 20px; }
      .login-panel .ui-g .ui-g-12 .ui-button {
        margin-top: 30px; } }
.exception-body {
  background-color: #f7f7f7; }
  .exception-body .exception-type {
    width: 100%;
    height: 50%;
    padding: 100px 100px 0 100px;
    box-sizing: border-box;
    text-align: center; }
  .exception-body .exception-panel {
    text-align: center;
    width: 350px;
    padding: 50px 50px;
    margin: -10% auto 0 auto;
    z-index: 100; }
    .exception-body .exception-panel i {
      font-size: 72px; }
    .exception-body .exception-panel h1 {
      font-size: 36px;
      line-height: 36px;
      color: #757575; }
    .exception-body .exception-panel .exception-detail {
      margin: 20px 0px 100px 0px;
      color: #757575; }
  .exception-body.error-page .exception-type {
    background-color: #e62a10; }
    .exception-body.error-page .exception-type img {
      width: 100%; }
  .exception-body.error-page .exception-panel i {
    color: #f79a84; }
  .exception-body.notfound-page .exception-type {
    background-color: #d4d3d3; }
    .exception-body.notfound-page .exception-type img {
      width: 54%; }
  .exception-body.notfound-page .exception-panel i, .exception-body.notfound-page .exception-panel h1 {
    color: #ffcb08; }
  .exception-body.accessdenied-page .exception-type {
    background-color: #e91e63; }
    .exception-body.accessdenied-page .exception-type img {
      width: 50%; }
  .exception-body.accessdenied-page .exception-panel i {
    color: #f48fb1; }

@media (max-width: 1024px) {
  .exception-body .exception-panel {
    margin-top: -50px; } }
@media (max-width: 640px) {
  .exception-body .exception-panel {
    width: 250px;
    margin-top: -15px; } }
.landing-wrapper #header {
  width: 100%;
  min-height: 400px;
  /*background:  url("") top left no-repeat #f7f7f7;*/
  background-size: 100% auto; }
  .landing-wrapper #header .header-top {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0px; }
    .landing-wrapper #header .header-top .logo {
      display: inline-block;
      vertical-align: middle;
      width: 140px;
      height: 35px;
      background: url("") top left no-repeat; }
    .landing-wrapper #header .header-top #menu {
      float: right;
      list-style: none;
      margin: 0;
      padding: 0; }
      .landing-wrapper #header .header-top #menu li {
        float: left;
        display: block;
        margin-left: 30px; }
        .landing-wrapper #header .header-top #menu li a {
          color: #ffffff; }
        .landing-wrapper #header .header-top #menu li i {
          display: none; }
      .landing-wrapper #header .header-top #menu.lmenu-active {
        display: block; }
    .landing-wrapper #header .header-top #menu-button {
      float: right;
      font-size: 36px;
      color: #ffffff;
      display: none; }
  .landing-wrapper #header .header-content {
    width: 960px;
    margin: 0 auto;
    text-align: center; }
    .landing-wrapper #header .header-content h1 {
      margin: 75px 0px 50px 0px;
      font-weight: 400;
      color: #ffffff;
      line-height: 36px; }
.landing-wrapper #features {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center; }
  .landing-wrapper #features h2 {
    font-weight: 400;
    line-height: 28px; }
  .landing-wrapper #features h3 {
    font-weight: 400; }
  .landing-wrapper #features p {
    color: #757575; }
  .landing-wrapper #features .ui-g-12 {
    padding: 2em .5em; }
  .landing-wrapper #features .feature-icon {
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f4f8fc;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    text-align: center;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .landing-wrapper #features .feature-icon i {
      margin-top: 30px;
      font-size: 36px; }
    .landing-wrapper #features .feature-icon:hover {
      background-color: #e91e63; }
      .landing-wrapper #features .feature-icon:hover i {
        color: #ffffff; }
.landing-wrapper #promotion {
  /*background:  url("") top left no-repeat;*/
  background-size: 100% auto; }
  .landing-wrapper #promotion .ui-lg-8 {
    padding: 150px 0 0 150px; }
    .landing-wrapper #promotion .ui-lg-8 h1 {
      font-weight: 48px;
      color: #ffffff;
      font-weight: 400; }
  .landing-wrapper #promotion .ui-lg-4 {
    margin: -50px 0 -50px 0; }
    .landing-wrapper #promotion .ui-lg-4 .card {
      -webkit-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
      -moz-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
      box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
      margin-bottom: 20px; }
      .landing-wrapper #promotion .ui-lg-4 .card h3 {
        font-weight: 400; }
      .landing-wrapper #promotion .ui-lg-4 .card p {
        color: #757575; }
      .landing-wrapper #promotion .ui-lg-4 .card:last-child {
        margin-bottom: 0; }
.landing-wrapper #pricing {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center; }
  .landing-wrapper #pricing h2 {
    font-weight: 400; }
  .landing-wrapper #pricing p {
    color: #757575; }
  .landing-wrapper #pricing .pricing-box .card {
    height: 100%;
    padding: 0; }
  .landing-wrapper #pricing .pricing-box .pricing-header {
    padding: 40px 0;
    color: #ffffff; }
    .landing-wrapper #pricing .pricing-box .pricing-header span {
      display: block;
      line-height: 48px; }
      .landing-wrapper #pricing .pricing-box .pricing-header span.name {
        font-weight: 300;
        font-size: 24px; }
      .landing-wrapper #pricing .pricing-box .pricing-header span.fee {
        font-size: 48px;
        font-weight: 700; }
      .landing-wrapper #pricing .pricing-box .pricing-header span.type {
        font-weight: 300;
        font-size: 16px; }
  .landing-wrapper #pricing .pricing-box .pricing-content ul {
    margin: 0;
    padding: 30px 20px;
    list-style-type: none; }
    .landing-wrapper #pricing .pricing-box .pricing-content ul li {
      font-size: 18px;
      text-align: left;
      padding: 10px 14px; }
      .landing-wrapper #pricing .pricing-box .pricing-content ul li i {
        margin-right: 20px;
        vertical-align: middle; }
      .landing-wrapper #pricing .pricing-box .pricing-content ul li span {
        vertical-align: middle; }
  .landing-wrapper #pricing .pricing-box.pricing-basic .pricing-header {
    background-color: #3f51b5; }
  .landing-wrapper #pricing .pricing-box.pricing-basic i {
    color: #3f51b5; }
  .landing-wrapper #pricing .pricing-box.pricing-standard .pricing-header {
    background-color: #e91e63; }
  .landing-wrapper #pricing .pricing-box.pricing-standard i {
    color: #e91e63; }
  .landing-wrapper #pricing .pricing-box.pricing-professional .pricing-header {
    background-color: #607d8b; }
  .landing-wrapper #pricing .pricing-box.pricing-professional i {
    color: #607d8b; }
.landing-wrapper #video {
  background-color: #f7f7f7;
  min-width: 400px; }
  .landing-wrapper #video .video-content {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0px;
    text-align: center; }
    .landing-wrapper #video .video-content h2 {
      font-weight: 400; }
    .landing-wrapper #video .video-content p {
      color: #757575; }
.landing-wrapper .footer {
  background-color: #f7f7f7;
  border-top: 1px solid #dddddd; }
  .landing-wrapper .footer .footer-content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0px 50px 0px; }
    .landing-wrapper .footer .footer-content ul {
      float: right;
      list-style-type: none; }
      .landing-wrapper .footer .footer-content ul li a {
        color: #757575;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .landing-wrapper .footer .footer-content ul li a:hover {
          color: #0e0e0e; }

@media (max-width: 1024px) {
  .landing-wrapper #header {
    min-height: 200px;
    background-size: cover; }
    .landing-wrapper #header .header-top {
      z-index: 100;
      position: fixed;
      top: 0;
      background: #424242;
      background-size: 100% auto;
      padding: 30px;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
      .landing-wrapper #header .header-top #menu-button {
        display: inline-block; }
      .landing-wrapper #header .header-top #menu {
        z-index: 100;
        position: fixed;
        top: 86px;
        right: 30px;
        float: none;
        display: none;
        margin: 0;
        padding: 0;
        width: 225px;
        list-style: none;
        background-color: #ffffff;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .5s; }
        .landing-wrapper #header .header-top #menu li {
          float: none;
          margin-left: 0; }
          .landing-wrapper #header .header-top #menu li a {
            font-size: 16px;
            display: block;
            padding: 10px 16px;
            color: #0e0e0e;
            width: 100%;
            box-sizing: border-box;
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
            overflow: hidden; }
            .landing-wrapper #header .header-top #menu li a i {
              color: #757575;
              display: inline-block;
              vertical-align: middle;
              margin-right: 12px;
              font-size: 24px; }
            .landing-wrapper #header .header-top #menu li a:hover {
              background-color: #e8e8e8; }
            .landing-wrapper #header .header-top #menu li a span {
              display: inline-block;
              vertical-align: middle; }
    .landing-wrapper #header .header-content {
      width: 100%;
      padding: 100px 30px 60px 30px;
      box-sizing: border-box; }
      .landing-wrapper #header .header-content h1 {
        margin: 75px 0px 50px 0px;
        font-weight: 400; }
  .landing-wrapper #features, .landing-wrapper #promotion, .landing-wrapper #pricing, .landing-wrapper #video, .landing-wrapper .footer .footer-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box; }
  .landing-wrapper #promotion .ui-lg-8 {
    padding: 100px 0 30px;
    text-align: center; }
    .landing-wrapper #promotion .ui-lg-8 h1 {
      margin-top: -30px;
      font-weight: 48px;
      color: #ffffff;
      font-weight: 400; }
  .landing-wrapper #video .video-content {
    width: 100%; }
    .landing-wrapper #video .video-content .video-container iframe {
      width: 350px;
      height: 220px; }
  .landing-wrapper .footer .footer-content {
    text-align: center; }
    .landing-wrapper .footer .footer-content ul {
      float: none;
      margin: 0;
      padding: 0; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .landing-wrapper .header .header-top .logo {
    background: url("") top left no-repeat;
    background-size: 200px 30px; } }
html {
  height: 100%; }

body {
  font-family: Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0e0e0e;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0; }
  body.main-body {
    background-color: rgba(211, 210, 210, 0.35); }
  body a {
    text-decoration: none; }

.layout-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #424242;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 999999997; }

.layout-wrapper .topbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #ffffff; }
  .layout-wrapper .topbar .company {
    display: inline-block;
    position: relative;
    left: 10px;
    vertical-align: -webkit-baseline-middle; }
    .layout-wrapper .topbar .company .left {
      display: inline-block;
      margin-right: 5px; }
      .layout-wrapper .topbar .company .left .company_change {
        display: inline-block; }
        .layout-wrapper .topbar .company .left .company_change i {
          font-size: 30px;
          color: #fff;
          background-color: #436d92;
          border-radius: 5px; }
    .layout-wrapper .topbar .company div.right {
      display: inline-block; }
      .layout-wrapper .topbar .company div.right .company_name {
        display: inline-block;
        line-height: 25px;
        font-size: 18px;
        font-weight: bold;
        color: #436d92; }
      .layout-wrapper .topbar .company div.right .company_id {
        display: block;
        line-height: 20px;
        font-size: 11px;
        color: #212121; }
  .layout-wrapper .topbar .logo {
    display: inline-block;
    vertical-align: middle;
    /*width: 140px;
    height: 35px;
    background:  url("") top left no-repeat;
    */
    background: none; }
    .layout-wrapper .topbar .logo img {
      width: 103px;
      height: 52px; }
  .layout-wrapper .topbar .topbar-left {
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    width: 220px;
    background-color: #ffffff;
    float: left;
    -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    padding: 3px; }
  .layout-wrapper .topbar .topbar-right {
    padding: 7px; }
    .layout-wrapper .topbar .topbar-right #menu-button {
      color: #212121;
      display: inline-block;
      vertical-align: middle;
      height: 36px;
      margin-right: 10px;
      position: relative;
      left: -16px;
      top: 3px;
      background-color: #ffcb08;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16); }
      .layout-wrapper .topbar .topbar-right #menu-button:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      .layout-wrapper .topbar .topbar-right #menu-button i {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        /* Preferred icon size */
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 36px;
        color: #231f20; }
        .layout-wrapper .topbar .topbar-right #menu-button i:before {
          content: "chevron_left"; }
      .layout-wrapper .topbar .topbar-right #menu-button.menu-button-rotate i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .layout-wrapper .topbar .topbar-right #topbar-menu-button {
      display: none;
      float: right;
      color: #ffffff;
      vertical-align: middle;
      height: 36px;
      margin: 5px 10px 0 0;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .layout-wrapper .topbar .topbar-right #topbar-menu-button i {
        -moz-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
        font-size: 36px; }
    .layout-wrapper .topbar .topbar-right .topbar-items .search-item input {
      position: relative;
      top: -10px;
      font-size: 16px;
      background-color: transparent;
      border-width: 0 0 1px 0;
      padding: 2px 2px 1px 2px;
      border-color: #ffffff;
      color: #ffffff; }
      .layout-wrapper .topbar .topbar-right .topbar-items .search-item input:focus {
        outline: 0 none;
        border-bottom-width: 2px; }
    .layout-wrapper .topbar .topbar-right .topbar-items .search-item input:focus ~ label {
      top: -5px;
      font-size: 12px;
      color: #ffcb08; }
    .layout-wrapper .topbar .topbar-right .topbar-items .search-item input.ui-state-filled ~ label {
      display: none; }
    .layout-wrapper .topbar .topbar-right .topbar-items .search-item label {
      color: #ffffff;
      top: 8px; }
.layout-wrapper .layout-menu {
  font-family: 'Roboto', sans-serif;
  overflow: auto;
  position: fixed;
  width: 220px;
  z-index: 99;
  top: 60px;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s; }
  .layout-wrapper .layout-menu > .nano > .nano-content.menu-scroll-content {
    display: block;
    height: 100%;
    position: relative;
    overflow: scroll;
    overflow-x: hidden; }
  .layout-wrapper .layout-menu > .nano > .nano-content > ul:last-child {
    margin-top: 16px;
    padding-bottom: 120px; }
  .layout-wrapper .layout-menu > .nano .nano-pane .nano-slider {
    background-color: #aaaaaa;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .layout-wrapper .layout-menu .profile {
    box-sizing: border-box;
    padding-top: 10px;
    width: 220px;
    height: 145px;
    text-align: center;
    background-size: 250px 145px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff; }
    .layout-wrapper .layout-menu .profile .profile-image {
      width: 60px;
      height: 60px;
      margin: 0 auto 5px auto;
      background: url("/javax.faces.resource/images/user.png.xhtml?ln=ultima-layout") top left no-repeat;
      background-size: 60px 60px; }
    .layout-wrapper .layout-menu .profile .profile-name {
      display: inline-block;
      color: #0e0e0e;
      vertical-align: middle;
      font-size: 16px; }
    .layout-wrapper .layout-menu .profile i {
      color: #0e0e0e;
      vertical-align: middle;
      -moz-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }
    .layout-wrapper .layout-menu .profile.profile-expanded i {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .layout-wrapper .layout-menu #profile-menu {
    margin-top: 16px;
    border-bottom: 1px solid #d6d5d5;
    display: none; }
    .layout-wrapper .layout-menu #profile-menu li:last-child {
      margin-bottom: 16px; }
  .layout-wrapper .layout-menu.layout-menu-dark {
    background-color: #424242; }
    .layout-wrapper .layout-menu.layout-menu-dark .profile .profile-name {
      color: #ffffff; }
    .layout-wrapper .layout-menu.layout-menu-dark .profile i {
      color: #ffffff; }
    .layout-wrapper .layout-menu.layout-menu-dark #profile-menu {
      border-bottom: 1px solid #676767; }
    .layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a {
      color: #ffffff; }
      .layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a i {
        color: #ffffff; }
      .layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
        background-color: #676767; }
    .layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem > a {
      background-color: rgba(255, 201, 0, 0.3); }
.layout-wrapper.menu-layout-overlay .layout-menu {
  margin-left: -250px; }
.layout-wrapper.menu-layout-overlay .layout-main {
  margin-left: 0px; }
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-menu {
  z-index: 999999999;
  margin-left: 0px; }
.layout-wrapper.menu-layout-overlay .topbar {
  z-index: 999999998; }
  .layout-wrapper.menu-layout-overlay .topbar .topbar-right #menu-button i {
    font-size: 36px !important;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
    .layout-wrapper.menu-layout-overlay .topbar .topbar-right #menu-button i:before {
      content: "chevron_right"; }
.layout-wrapper .layout-main {
  padding: 75px 15px 15px 15px;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s; }
.layout-wrapper .ultima-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .layout-wrapper .ultima-menu li a {
    font-size: 16px;
    display: block;
    padding: 10px 16px;
    color: #0e0e0e;
    width: 100%;
    box-sizing: border-box;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    overflow: hidden; }
    .layout-wrapper .ultima-menu li a i {
      color: #0e0e0e; }
    .layout-wrapper .ultima-menu li a i:first-child {
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px;
      font-size: 24px; }
    .layout-wrapper .ultima-menu li a i:last-child {
      float: right;
      font-size: 20px;
      margin-top: 2px;
      margin-right: -3px;
      -moz-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }
    .layout-wrapper .ultima-menu li a:hover {
      background-color: rgba(255, 203, 8, 0.4); }
    .layout-wrapper .ultima-menu li a span {
      display: inline-block;
      vertical-align: middle; }
  .layout-wrapper .ultima-menu li.active-menuitem > a {
    font-weight: bold;
    background-color: rgba(255, 201, 0, 0.35); }
    .layout-wrapper .ultima-menu li.active-menuitem > a i:last-child {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .layout-wrapper .ultima-menu li ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none; }
    .layout-wrapper .ultima-menu li ul li a {
      padding: 10px 16px 10px 32px;
      font-size: 15px; }
      .layout-wrapper .ultima-menu li ul li a i:first-child {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        font-size: 20px; }
    .layout-wrapper .ultima-menu li ul li ul li a {
      padding-left: 48px; }
    .layout-wrapper .ultima-menu li ul li ul ul li a {
      padding-left: 64px; }
    .layout-wrapper .ultima-menu li ul li ul ul ul li a {
      padding-left: 80px; }
    .layout-wrapper .ultima-menu li ul li ul ul ul ul li a {
      padding-left: 96px; }
.layout-wrapper .footer {
  padding: .5em; }
  .layout-wrapper .footer .card {
    padding: 5px 10px; }
  .layout-wrapper .footer .footer-text-left {
    float: left;
    margin-top: 10px;
    color: #231f20;
    font-weight: 700; }
  .layout-wrapper .footer .footer-text-right {
    color: #757575;
    float: right; }
    .layout-wrapper .footer .footer-text-right span {
      vertical-align: middle;
      display: inline-block; }
    .layout-wrapper .footer .footer-text-right a img {
      width: 14px; }

.ajax-loader {
  font-size: 32px;
  color: #eabd15; }

@media (min-width: 1025px) {
  .layout-wrapper .topbar-items {
    float: right;
    margin: 0;
    padding: 5px 0 0 0;
    list-style-type: none; }
    .layout-wrapper .topbar-items > li {
      float: right;
      position: relative;
      margin-left: 8px; }
      .layout-wrapper .topbar-items > li > a {
        position: relative;
        display: block; }
        .layout-wrapper .topbar-items > li > a .topbar-item-name {
          display: none; }
        .layout-wrapper .topbar-items > li > a .topbar-badge {
          position: absolute;
          right: -5px;
          top: -5px;
          background-color: #FFE082;
          color: #212121;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          padding: 2px 4px;
          display: block;
          font-size: 12px;
          line-height: 12px; }
      .layout-wrapper .topbar-items > li .topbar-icon {
        font-size: 36px;
        color: #436d92;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .layout-wrapper .topbar-items > li .topbar-icon:hover {
          color: #e8e8e8; }
      .layout-wrapper .topbar-items > li.profile-item .profile-image {
        width: 36px;
        height: 36px;
        background: url("/javax.faces.resource/images/user.png.xhtml?ln=ultima-layout") top left no-repeat;
        background-size: 36px 36px; }
      .layout-wrapper .topbar-items > li > ul {
        position: absolute;
        top: 55px;
        right: 5px;
        display: none;
        width: 220px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .5s; }
      .layout-wrapper .topbar-items > li.active-top-menu > ul {
        display: block; }
      .layout-wrapper .topbar-items > li .topbar-message img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px; }
  .layout-wrapper.menu-layout-static .layout-menu {
    margin-left: 0; }
  .layout-wrapper.menu-layout-static .layout-main {
    margin-left: 220px; }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-menu {
    margin-left: -250px; }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-main {
    margin-left: 0px; }
  .layout-wrapper.menu-layout-static .layout-mask {
    display: none; }
  .layout-wrapper.menu-layout-horizontal .topbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
      background-color: #fff;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
    .layout-wrapper.menu-layout-horizontal .topbar .topbar-right #menu-button {
      display: none; }
  .layout-wrapper.menu-layout-horizontal .layout-menu {
    overflow: visible;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
    .layout-wrapper.menu-layout-horizontal .layout-menu > .nano {
      overflow: visible; }
      .layout-wrapper.menu-layout-horizontal .layout-menu > .nano .nano-content.menu-scroll-content {
        display: inherit;
        height: auto;
        position: static;
        overflow: visible;
        overflow-x: visible; }
      .layout-wrapper.menu-layout-horizontal .layout-menu > .nano .nano-content ul:last-child {
        margin-top: 0px;
        padding-bottom: 0px; }
      .layout-wrapper.menu-layout-horizontal .layout-menu > .nano .nano-pane {
        display: none !important; }
    .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu:last-child {
      margin-top: 0; }
    .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li {
      float: left;
      position: relative; }
      .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a {
        color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a i {
          color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a:hover {
          background-color: #e8e8e8;
          color: #0e0e0e; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a:hover i {
            color: #0e0e0e; }
      .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul {
        z-index: 100;
        position: absolute;
        top: 45px;
        left: 0px;
        display: none;
        width: 220px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li a {
          padding: 10px 16px; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul {
          position: static; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul li a {
            padding-left: 32px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul li a {
            padding-left: 48px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul ul li a {
            padding-left: 64px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul ul ul li a {
            padding-left: 80px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul ul ul ul li a {
            padding-left: 96px; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li.active-menuitem > a {
          font-weight: bold;
          background-color: rgba(255, 201, 0, 0.35); }
      .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li.active-menuitem > a {
        background-color: #231f20; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li.active-menuitem > a i {
          color: #212121; }
    .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark {
      background-color: #424242; }
      .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a {
        color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
          background-color: #676767; }
          .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover i {
            color: #ffffff; }
      .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem > a {
        background-color: rgba(255, 201, 0, 0.3); }
      .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li ul {
        background-color: #424242; }
  .layout-wrapper.menu-layout-horizontal .layout-main {
    padding-top: 115px;
    margin-left: 0px; }
  .layout-wrapper.menu-layout-horizontal .layout-mask {
    display: none; } }
@media (max-width: 1024px) {
  .layout-wrapper.menu-layout-static .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .layout-wrapper.menu-layout-static .topbar .topbar-right #menu-button.menu-button-rotate i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .layout-wrapper.menu-layout-static .layout-menu {
    margin-left: -265px; }
  .layout-wrapper.menu-layout-static .layout-main {
    margin-left: 0px; }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-menu {
    margin-left: 0;
    z-index: 999999999; }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .topbar {
    z-index: 999999998; }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-main {
    margin-left: 0; }
  .layout-wrapper .topbar .topbar-right #topbar-menu-button {
    display: block; }
  .layout-wrapper .topbar .topbar-right .topbar-items {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 275px;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    display: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li > a {
      width: 100%;
      display: block;
      box-sizing: border-box;
      font-size: 16px;
      padding: 16px 16px;
      color: #0e0e0e;
      position: relative; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li > a i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        font-size: 24px; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li > a:hover {
        background-color: #e8e8e8; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li > a .topbar-item-name {
        display: inline-block;
        vertical-align: middle; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li > a .topbar-badge {
        position: absolute;
        left: 30px;
        top: 10px;
        background-color: #231f20;
        color: #212121;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        padding: 2px 4px;
        display: block;
        font-size: 12px;
        line-height: 12px; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li > ul {
      display: none; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a span, .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a img, .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a i {
        display: inline-block;
        vertical-align: middle; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > a {
      color: #ffcb08; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > ul {
      display: block; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > ul li a {
        padding-left: 32px; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item {
      text-align: center;
      width: 100%;
      display: block;
      box-sizing: border-box;
      font-size: 16px;
      padding: 16px 16px;
      position: relative; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item input {
        top: 0;
        width: 100%;
        box-sizing: border-box;
        padding-right: 16px;
        border-color: #e2e2e2;
        color: #0e0e0e; }
        .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item input:focus {
          border-color: #e2e2e2; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item input:focus ~ label,
      .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item input.ui-state-filled ~ label {
        top: -20px;
        color: #ffcb08; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item label {
        top: 1px;
        color: #0e0e0e; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item i {
        position: absolute;
        right: 5px;
        top: -2px; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item .profile-image {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      background: url("/javax.faces.resource/images/user.png.xhtml?ln=ultima-layout") top left no-repeat;
      background-size: 24px 24px;
      margin-right: 14px; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item span {
      vertical-align: middle;
      display: inline-block; }
    .layout-wrapper .topbar .topbar-right .topbar-items.topbar-items-visible {
      display: block; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .layout-wrapper .topbar .logo {
    background-size: 200px 30px; } }
body.layout-compact {
  font-size: 13px;
  line-height: 18px;
  /* Messages */
        /*.ui-messages {
            > div {
                padding: $c-headerPadding;
                
                > span {
                    font-size: 24px;
                }
            }
        }

        .ui-message {
            min-height: 20px;
            
            > span {
                display: inline-block;
                vertical-align: middle;
                margin: 0;
                
                &.ui-message-info-icon,
                &.ui-message-error-icon,
                &.ui-message-warn-icon,
                &.ui-message-fatal-icon {
                    margin-right: 4px;
                    margin-top: 1px;
                }
            }
        }*/ }
  body.layout-compact .layout-wrapper .ultima-menu li a {
    font-size: 13px;
    padding: 8px 16px; }
    body.layout-compact .layout-wrapper .ultima-menu li a i:first-child {
      font-size: 20px; }
    body.layout-compact .layout-wrapper .ultima-menu li a i:last-child {
      font-size: 18px; }
  body.layout-compact .layout-wrapper .ultima-menu li ul li a {
    padding: 8px 16px 8px 32px;
    font-size: 13px; }
  body.layout-compact .layout-wrapper .ultima-menu li ul li ul li a {
    padding-left: 48px; }
  body.layout-compact .layout-wrapper .ultima-menu li ul li ul ul li a {
    padding-left: 64px; }
  body.layout-compact .layout-wrapper .ultima-menu li ul li ul ul ul li a {
    padding-left: 80px; }
  body.layout-compact .layout-wrapper .ultima-menu li ul li ul ul ul ul li a {
    padding-left: 96px; }
  body.layout-compact .layout-wrapper .layout-menu #profile-menu {
    margin-top: 14px; }
    body.layout-compact .layout-wrapper .layout-menu #profile-menu li:last-child {
      margin-bottom: 14px; }
  body.layout-compact .layout-wrapper .layout-menu > .nano > .nano-content > ul:last-child {
    margin-top: 14px; }
  body.layout-compact .ui-widget-content {
    font-size: 14px; }
  body.layout-compact .ui-widget-header {
    font-size: 14px; }
  body.layout-compact .ui-icon {
    font-size: 20px; }
  body.layout-compact .card {
    padding: 16px;
    margin-bottom: 16px;
    box-sizing: border-box; }
    body.layout-compact .card.card-w-title {
      padding-bottom: 26px; }
    body.layout-compact .card h1 {
      font-size: 22px;
      margin: 22px 0; }
      body.layout-compact .card h1:first-child {
        margin-top: 10px; }
    body.layout-compact .card h2 {
      font-size: 20px; }
    body.layout-compact .card h3 {
      font-size: 18px; }
    body.layout-compact .card h4 {
      font-size: 16px; }
  body.layout-compact .ui-panel .ui-panel-titlebar {
    padding: 8px 14px; }
    body.layout-compact .ui-panel .ui-panel-titlebar .ui-panel-title {
      line-height: 18px; }
    body.layout-compact .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
      position: relative;
      top: 4px;
      width: 24px;
      height: 24px;
      margin: 0; }
  body.layout-compact .ui-panel .ui-panel-content {
    padding: 8px 14px; }
  body.layout-compact .ui-panel .ui-panel-footer {
    padding: 8px 14px; }
  body.layout-compact .ui-panel.ui-panel-collapsed-h .ui-panel-titlebar {
    padding-left: 40px; }
  body.layout-compact .ui-button {
    font-size: 14px;
    height: 28px;
    padding: 0 14px; }
    body.layout-compact .ui-button .ui-button-text {
      line-height: 30px; }
    body.layout-compact .ui-button.ui-button-icon-only {
      width: 30px;
      height: 25px; }
      body.layout-compact .ui-button.ui-button-icon-only .ui-icon {
        width: 20px;
        height: 20px;
        font-size: 20px;
        margin-top: -10px;
        margin-left: -10px; }
    body.layout-compact .ui-button.ui-button-text-icon-left .ui-icon, body.layout-compact .ui-button.ui-button-text-icon-right .ui-icon {
      width: 20px;
      height: 20px;
      font-size: 20px;
      margin-top: -10px; }
    body.layout-compact .ui-button.ui-button-text-icon-left {
      padding-left: 36px; }
    body.layout-compact .ui-button.ui-button-text-icon-right {
      padding-right: 36px; }
  body.layout-compact .ui-splitbutton .ui-splitbutton-menubutton {
    height: 28px; }
  body.layout-compact .ui-inputfield {
    font-size: 14px; }
  body.layout-compact .ui-chkbox {
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: 4px; }
    body.layout-compact .ui-chkbox .ui-chkbox-box {
      width: 14px;
      height: 14px; }
      body.layout-compact .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
        font-size: 18px;
        margin-left: -2px;
        margin-top: -2px; }
  body.layout-compact .ui-radiobutton .ui-radiobutton-box {
    width: 14px;
    height: 14px; }
    body.layout-compact .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
      top: -1px;
      left: -2px;
      width: 18px;
      height: 18px; }
  body.layout-compact .ui-picklist .ui-picklist-caption {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-picklist li.ui-picklist-item {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-picklist .ui-picklist-buttons {
    width: 60px; }
    body.layout-compact .ui-picklist .ui-picklist-buttons .ui-button.ui-button-icon-only {
      width: 32px;
      margin-bottom: 4px; }
  body.layout-compact .ui-picklist .ui-picklist-filter-container {
    padding: 6px 10px; }
    body.layout-compact .ui-picklist .ui-picklist-filter-container .ui-icon {
      top: 8px; }
  body.layout-compact .ui-picklist.ui-picklist-responsive .ui-picklist-buttons .ui-button.ui-button-icon-only {
    margin-bottom: 4px; }
  body.layout-compact .ui-orderlist .ui-orderlist-caption {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-orderlist .ui-orderlist-list li.ui-orderlist-item {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-orderlist .ui-orderlist-controls {
    width: 40px; }
    body.layout-compact .ui-orderlist .ui-orderlist-controls .ui-button.ui-button-icon-only {
      width: 32px; }
  body.layout-compact .ui-selectonelistbox .ui-selectlistbox-item {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-selectonelistbox .ui-selectlistbox-filter-container {
    padding: 6px 10px; }
  body.layout-compact .ui-multiselectlistbox .ui-multiselectlistbox-header {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-multiselectlistbox li.ui-multiselectlistbox-item {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-paginator {
    padding: 5px 8px; }
    body.layout-compact .ui-paginator .ui-paginator-next {
      padding: 0 6px;
      vertical-align: middle;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 20px; }
      body.layout-compact .ui-paginator .ui-paginator-next:before {
        content: "navigate_next"; }
      body.layout-compact .ui-paginator .ui-paginator-next:before {
        position: relative;
        left: -6px; }
    body.layout-compact .ui-paginator .ui-paginator-last {
      padding: 0 6px;
      vertical-align: middle;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 20px; }
      body.layout-compact .ui-paginator .ui-paginator-last:before {
        content: "last_page"; }
      body.layout-compact .ui-paginator .ui-paginator-last:before {
        position: relative;
        left: -6px; }
    body.layout-compact .ui-paginator .ui-paginator-prev {
      padding: 0 6px;
      vertical-align: middle;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 20px; }
      body.layout-compact .ui-paginator .ui-paginator-prev:before {
        content: "navigate_before"; }
      body.layout-compact .ui-paginator .ui-paginator-prev:before {
        position: relative;
        left: -5px; }
    body.layout-compact .ui-paginator .ui-paginator-first {
      padding: 0 6px;
      vertical-align: middle;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 20px; }
      body.layout-compact .ui-paginator .ui-paginator-first:before {
        content: "first_page"; }
      body.layout-compact .ui-paginator .ui-paginator-first:before {
        position: relative;
        left: -5px; }
    body.layout-compact .ui-paginator .ui-paginator-pages {
      vertical-align: middle;
      margin: 0 4px 0 10px; }
      body.layout-compact .ui-paginator .ui-paginator-pages a {
        padding: 1px 6px;
        margin-right: 2px; }
        body.layout-compact .ui-paginator .ui-paginator-pages a:last-child {
          margin-right: 0; }
  body.layout-compact .ui-datagrid .ui-datagrid-header {
    padding: 8px 14px; }
  body.layout-compact .ui-datalist .ui-datalist-header {
    padding: 8px 14px; }
  body.layout-compact .ui-datatable .ui-datatable-header,
  body.layout-compact .ui-datatable .ui-datatable-footer {
    padding: 8px 14px; }
  body.layout-compact .ui-datatable .ui-paginator {
    padding: 8px 14px; }
  body.layout-compact .ui-datatable thead th {
    padding: 5px 8px; }
    body.layout-compact .ui-datatable thead th .ui-sortable-column-icon {
      margin: -4px 0 0 0; }
      body.layout-compact .ui-datatable thead th .ui-sortable-column-icon.ui-icon-carat-2-n-s {
        margin-left: 4px; }
  body.layout-compact .ui-datatable tfoot td {
    padding: 5px 8px; }
  body.layout-compact .ui-datatable tbody tr.ui-widget-content td {
    padding: 5px 8px; }
  body.layout-compact .ui-datatable > .ui-icon-arrowthick-1-s {
    font-size: 18px; }
  body.layout-compact .ui-datatable.ui-datatable-scrollable .ui-datatable-scrollable-theadclone th {
    padding-top: 0;
    padding-bottom: 0; }
  body.layout-compact .ui-draggable-dragging.ui-state-default {
    padding: 8px 14px !important; }
  body.layout-compact .ui-carousel .ui-carousel-header {
    padding: 5px 14px;
    font-size: 14px; }
  body.layout-compact .ui-carousel .ui-carousel-footer {
    padding: 8px 14px;
    font-size: 14px; }
  body.layout-compact .ui-dialog .ui-dialog-titlebar {
    padding: 8px 14px;
    font-size: 15px; }
    body.layout-compact .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
      margin-top: 2px; }
  body.layout-compact .ui-dialog .ui-dialog-content {
    padding: 8px 14px; }
  body.layout-compact .ui-autocomplete-panel .ui-autocomplete-list .ui-autocomplete-item {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-autocomplete-panel .ui-autocomplete-list .ui-autocomplete-group {
    padding: 6px 10px; }
  body.layout-compact .ui-autocomplete .ui-autocomplete-dropdown {
    top: 4px; }
    body.layout-compact .ui-autocomplete .ui-autocomplete-dropdown.ui-button.ui-button-icon-only {
      background-color: transparent;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      height: 20px;
      width: 20px; }
  body.layout-compact .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-input-token > input {
    font-size: 13px; }
  body.layout-compact .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-token .ui-autocomplete-token-icon {
    margin-top: -10px; }
  body.layout-compact .ui-selectonemenu .ui-selectonemenu-trigger {
    height: 20px;
    width: 20px;
    top: 4px; }
    body.layout-compact .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
      height: 20px;
      width: 20px; }
  body.layout-compact .ui-selectonemenu-panel .ui-selectonemenu-item {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-selectonemenu-panel .ui-selectonemenu-item-group {
    padding: 8px; }
  body.layout-compact .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    height: 20px;
    width: 20px;
    font-size: 20px; }
    body.layout-compact .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
      height: 20px;
      width: 20px; }
  body.layout-compact .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header {
    padding: 6px 10px; }
  body.layout-compact .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact #keypad-div .keypad-key {
    font-size: 13px;
    padding: 4px; }
  body.layout-compact .ui-selectmanymenu .ui-selectlistbox-item {
    font-size: 14px;
    padding: 6px 10px; }
  body.layout-compact .ui-selectmanymenu .ui-selectlistbox-filter-container {
    padding: 6px 10px; }
    body.layout-compact .ui-selectmanymenu .ui-selectlistbox-filter-container .ui-icon {
      top: 4px;
      right: 10px; }
  body.layout-compact .ui-spinner .ui-spinner-button {
    width: 18px;
    height: 12px;
    padding: 0; }
  body.layout-compact .ui-spinner .ui-spinner-up .ui-icon {
    top: 6px; }
  body.layout-compact .ui-spinner .ui-spinner-down .ui-icon {
    top: 4px; }
  body.layout-compact .ui-fluid .ui-spinner .ui-spinner-button {
    width: 25px;
    height: 12px; }
  body.layout-compact .ui-fluid .ui-spinner .ui-spinner-input {
    padding-right: 30px; }
  body.layout-compact .ui-calendar .ui-datepicker-trigger {
    top: 4px;
    right: 25px;
    height: 20px;
    height: 20px; }
  body.layout-compact .ui-datepicker .ui-datepicker-header {
    padding: 6px 10px;
    font-size: 14px; }
    body.layout-compact .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      top: 8px;
      font-size: 20px; }
    body.layout-compact .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      top: 8px;
      font-size: 20px; }
  body.layout-compact .ui-datepicker tbody td a {
    margin: 0;
    height: 24px;
    width: 24px;
    line-height: 24px; }
  body.layout-compact .ui-datepicker .ui-timepicker-div dl {
    margin: -16px 0 40px 0; }
    body.layout-compact .ui-datepicker .ui-timepicker-div dl dt.ui_tpicker_hour_label {
      margin-top: 6px; }
    body.layout-compact .ui-datepicker .ui-timepicker-div dl dt.ui_tpicker_minute_label {
      margin-top: 6px; }
    body.layout-compact .ui-datepicker .ui-timepicker-div dl dt.ui_tpicker_second_label {
      margin-top: 6px; }
    body.layout-compact .ui-datepicker .ui-timepicker-div dl dd {
      margin-top: 42px; }
  body.layout-compact .ui-fluid .ui-calendar .ui-datepicker-trigger.ui-button {
    top: -6px; }
  body.layout-compact .ui-accordion .ui-accordion-header {
    padding: 8px 14px;
    padding-left: 36px;
    font-size: 14px; }
    body.layout-compact .ui-accordion .ui-accordion-header .ui-icon-triangle-1-e {
      margin-top: -10px; }
    body.layout-compact .ui-accordion .ui-accordion-header .ui-icon-triangle-1-s {
      margin-top: -10px; }
  body.layout-compact .ui-accordion .ui-accordion-content {
    padding: 8px 14px;
    line-height: 18px; }
  body.layout-compact .ui-toolbar {
    padding: 8px 14px; }
  body.layout-compact .ui-tabs .ui-tabs-nav > li > a {
    padding: 8px 14px; }
  body.layout-compact .ui-tabs .ui-tabs-nav > li > .ui-icon-close {
    margin: 7px 0 0 0; }
  body.layout-compact .ui-tabs .ui-tabs-panel {
    padding: 8px 14px; }
  body.layout-compact .ui-fieldset {
    padding: 8px 14px; }
    body.layout-compact .ui-fieldset .ui-fieldset-legend {
      padding: 8px 14px;
      padding-left: 2px;
      padding-right: 8px;
      height: 25px;
      font-weight: 700;
      font-size: 13px; }
      body.layout-compact .ui-fieldset .ui-fieldset-legend .ui-fieldset-toggler {
        padding: 8px;
        margin-top: -10px;
        margin-right: 8px; }
  body.layout-compact .ui-wizard .ui-wizard-step-titles > li {
    padding: 8px 14px;
    font-size: 14px; }
  body.layout-compact .ui-breadcrumb {
    padding: 6px 10px; }
    body.layout-compact .ui-breadcrumb a {
      font-size: 14px; }
    body.layout-compact .ui-breadcrumb li:first-child a {
      font-size: 20px;
      top: 1px; }
  body.layout-compact .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px 8px; }
  body.layout-compact .ui-menu .ui-menu-list li.ui-widget-header h3 {
    font-size: 14px;
    padding: 6px 10px; }
    body.layout-compact .ui-menu .ui-menu-list li.ui-widget-header h3 .ui-icon {
      font-size: 20px; }
      body.layout-compact .ui-menu .ui-menu-list li.ui-widget-header h3 .ui-icon.ui-icon-triangle-1-s, body.layout-compact .ui-menu .ui-menu-list li.ui-widget-header h3 .ui-icon.ui-icon-triangle-1-e {
        margin: -12px 0 0 0px; }
  body.layout-compact .ui-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link {
    font-size: 13px;
    padding: 6px 10px;
    min-height: 30px;
    line-height: 18px; }
    body.layout-compact .ui-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
      margin-right: 8px; }
  body.layout-compact .ui-menu .ui-menu-list .ui-separator {
    height: 1px;
    background-color: #e2e2e2;
    width: 100%;
    box-sizing: border-box; }
  body.layout-compact .ui-menu.ui-menu-toggleable .ui-menu-list li.ui-widget-header {
    padding-left: 30px; }
    body.layout-compact .ui-menu.ui-menu-toggleable .ui-menu-list li.ui-widget-header .ui-icon {
      color: #ffffff; }
      body.layout-compact .ui-menu.ui-menu-toggleable .ui-menu-list li.ui-widget-header .ui-icon.ui-icon-triangle-1-s {
        margin-top: -10px; }
      body.layout-compact .ui-menu.ui-menu-toggleable .ui-menu-list li.ui-widget-header .ui-icon.ui-icon-triangle-1-e {
        margin-top: -10px; }
  body.layout-compact .ui-menu.ui-tieredmenu .ui-icon-triangle-1-e {
    top: 6px; }
  body.layout-compact .ui-menu.ui-menubar .ui-menubar-options {
    padding: 6px 10px; }
  body.layout-compact .ui-menu.ui-slidemenu .ui-menu-parent .ui-menu-child {
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
  body.layout-compact .ui-menu.ui-slidemenu .ui-slidemenu-backward {
    width: 100%;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  body.layout-compact .ui-panelmenu .ui-panelmenu-header a {
    padding: 6px 10px 6px 36px;
    font-size: 13px; }
  body.layout-compact .ui-panelmenu .ui-panelmenu-header .ui-icon {
    color: #ffffff;
    margin-top: -10px; }
  body.layout-compact .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link {
    padding: 6px 10px;
    min-height: 30px;
    line-height: 18px; }
    body.layout-compact .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link .ui-icon {
      position: static;
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px; }
  body.layout-compact .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem > a {
    padding: 8px 14px; }
    body.layout-compact .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem > a .ui-menuitem-icon {
      margin-right: 8px; }
  body.layout-compact .ui-tree {
    padding: 8px 14px/2; }
    body.layout-compact .ui-tree .ui-treenode-children {
      padding-left: 24px; }
    body.layout-compact .ui-tree .ui-treenode-content .ui-chkbox {
      margin: 0 4px 0 1px; }
    body.layout-compact .ui-tree .ui-treenode-content .ui-tree-toggler {
      vertical-align: middle;
      margin: 0 1px 0 2px; }
    body.layout-compact .ui-tree .ui-treenode-content .ui-treenode-icon {
      vertical-align: middle;
      margin: 0 2px 0 1px; }
    body.layout-compact .ui-tree.ui-tree-horizontal .ui-treenode-content .ui-tree-toggler {
      margin-right: 0;
      vertical-align: bottom; }
    body.layout-compact .ui-tree.ui-tree-horizontal .ui-treenode-content .ui-treenode-icon {
      vertical-align: top;
      margin-right: 4px; }
  body.layout-compact .ui-treetable .ui-treetable-header {
    padding: 5px 8px;
    font-size: 14px; }
  body.layout-compact .ui-treetable thead th {
    padding: 5px 8px; }
    body.layout-compact .ui-treetable thead th .ui-sortable-column-icon {
      margin: -4px 0 0 0; }
  body.layout-compact .ui-treetable tfoot td {
    padding: 5px 8px; }
  body.layout-compact .ui-treetable tbody tr td {
    padding: 5px 8px; }
    body.layout-compact .ui-treetable tbody tr td .ui-treetable-toggler {
      margin: 0 4px; }
    body.layout-compact .ui-treetable tbody tr td .ui-chkbox {
      margin-right: 8px; }
  body.layout-compact .ui-lightbox .ui-lightbox-caption {
    padding: 8px 14px; }
    body.layout-compact .ui-lightbox .ui-lightbox-caption .ui-lightbox-close {
      line-height: 18px;
      width: 20px;
      height: 20px; }
  body.layout-compact .ui-rating .ui-rating-cancel a {
    font-size: 20px; }
  body.layout-compact .ui-rating .ui-rating-star a {
    font-size: 20px; }
  body.layout-compact .ui-fileupload .ui-fileupload-buttonbar {
    padding: 8px 14px; }
  body.layout-compact .ui-log .ui-log-header {
    padding: 8px 14px; }
  body.layout-compact .ui-tagcloud li {
    margin: 6px 0px; }
  body.layout-compact .ui-slider.ui-slider-horizontal .ui-slider-handle {
    top: -.65em; }

@media (min-width: 1025px) {
  body.layout-compact .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul {
    top: 36px; }
  body.layout-compact .layout-wrapper.menu-layout-horizontal .layout-menu > .nano > .nano-content > ul:last-child {
    margin-top: 0; } }
@media (max-width: 640px) {
  body.layout-compact .ui-orderlist.ui-grid-responsive .ui-orderlist-controls {
    width: auto; } }
@media (max-width: 1024px) {
  body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-items > li > a {
    font-size: 13px;
    padding: 14px 16px; }
    body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-items > li > a i {
      font-size: 20px; } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08/03/2018, 14:37:33
    Author     : Thiago
*/
body .ui-outputlabel {
  font-size: 13px; }
  body .ui-outputlabel .ui-outputlabel-rfi {
    color: #bb0000; }
body ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: cccccc;
  font-weight: 500; }
body ::-moz-placeholder {
  /* Firefox 19+ */
  color: cccccc;
  font-weight: 500; }
body :-ms-input-placeholder {
  /* IE 10+ */
  color: cccccc;
  font-weight: 500; }
body :-moz-placeholder {
  /* Firefox 18- */
  color: cccccc;
  font-weight: 500; }
body .ui-spinner .ui-spinner-input.ui-inputfield {
  height: 29px; }
body .ui-spinner.ui-state-disabled .ui-spinner-input.ui-inputfield {
  opacity: 1;
  background-color: #e6e6e6;
  color: #000000;
  border: 1px solid #d4d4d4; }
body .ui-inputfield, body .ui-inputmask, body .ui-spinner .ui-spinner-input.ui-inputfield {
  background: #ffffff;
  padding: 4px;
  border: 1px solid #cecece;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-size: 14px;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  body .ui-inputfield.ui-state-focus, body .ui-inputmask.ui-state-focus, body .ui-spinner .ui-spinner-input.ui-inputfield.ui-state-focus {
    outline: 0;
    background-color: white;
    border-color: #ffcb08;
    box-shadow: 0 0 5px rgba(0, 112, 210, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(0, 112, 210, 0.35);
    -moz-box-shadow: 0 0 5px rgba(0, 112, 210, 0.35); }
  body .ui-inputfield.ui-state-disabled, body .ui-inputmask.ui-state-disabled, body .ui-spinner .ui-spinner-input.ui-inputfield.ui-state-disabled {
    opacity: 1;
    background-color: #e6e6e6;
    color: #000000;
    /*border: 1px solid #d4d4d4;*/ }
  body .ui-inputfield.ui-widget-content, body .ui-inputmask.ui-widget-content, body .ui-spinner .ui-spinner-input.ui-inputfield.ui-widget-content {
    border-width: 1px; }
  body .ui-inputfield.ui-state-error, body .ui-inputmask.ui-state-error, body .ui-spinner .ui-spinner-input.ui-inputfield.ui-state-error {
    border: 1px solid #cd2026; }
body .ui-selectonemenu, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu {
  background: #ffffff;
  border: 1px solid #cecece;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  body .ui-selectonemenu.ui-state-disabled, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu.ui-state-disabled {
    opacity: 1;
    background-color: #e6e6e6;
    border: 1px solid #d4d4d4; }
    body .ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu.ui-state-disabled .ui-selectonemenu-label {
      background-color: #e6e6e6;
      color: #000000; }
  body .ui-selectonemenu.ui-state-focus, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu.ui-state-focus {
    outline: 0;
    background-color: white;
    border-color: #ffcb08;
    box-shadow: 0 0 5px rgba(0, 112, 210, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(0, 112, 210, 0.35);
    -moz-box-shadow: 0 0 5px rgba(0, 112, 210, 0.35); }
  body .ui-selectonemenu .ui-selectonemenu-trigger, body .ui-selectonemenu .ui-selectcheckboxmenu-trigger, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectonemenu-trigger, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    width: 28px;
    padding: 0;
    height: 100%;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0; }
    body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon, body .ui-selectonemenu .ui-selectcheckboxmenu-trigger .ui-icon, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectonemenu-trigger .ui-icon, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
      margin-top: 3px;
      background: none;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-indent: 0px !important;
      text-align: center;
      font-size: 14px; }
  body .ui-selectonemenu .ui-selectonemenu-label, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectonemenu-label {
    cursor: pointer;
    display: block;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    width: 100%;
    text-align: left; }
    body .ui-selectonemenu .ui-selectonemenu-label.ui-inputfield, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectonemenu-label.ui-inputfield {
      font: 14px "Roboto","Helvetica Neue",sans-serif;
      padding: 5px; }
  body .ui-selectonemenu .ui-selectcheckboxmenu-multiple-container, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container {
    padding: 2px 22px 1px 0;
    min-height: 27px; }
    body .ui-selectonemenu .ui-selectcheckboxmenu-multiple-container li.ui-selectcheckboxmenu-token.ui-state-active, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container li.ui-selectcheckboxmenu-token.ui-state-active {
      background-color: #e4b505 !important; }
      body .ui-selectonemenu .ui-selectcheckboxmenu-multiple-container li.ui-selectcheckboxmenu-token.ui-state-active .ui-selectcheckboxmenu-token-label, body .ui-selectonemenu .ui-selectcheckboxmenu-multiple-container li.ui-selectcheckboxmenu-token.ui-state-active .ui-icon, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container li.ui-selectcheckboxmenu-token.ui-state-active .ui-selectcheckboxmenu-token-label, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container li.ui-selectcheckboxmenu-token.ui-state-active .ui-icon {
        color: #fff; }
  body .ui-selectonemenu .ui-selectcheckboxmenu-trigger, body .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    top: -15px; }
body .ui-selectonemenu-panel, body .ui-selectcheckboxmenu-panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  body .ui-selectonemenu-panel .ui-selectonemenu-list, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-list {
    padding: 0; }
    body .ui-selectonemenu-panel .ui-selectonemenu-listul.ui-selectonemenu-items, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-listul.ui-selectonemenu-items {
      background-color: #fffdf6; }
  body .ui-selectonemenu-panel .ui-selectonemenu-item, body .ui-selectonemenu-panel .ui-selectcheckboxmenu-items-wrapper, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-item, body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items-wrapper {
    margin: 0;
    font-size: 12px;
    color: #231f20;
    padding: 5px 6px;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    body .ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-hover, body .ui-selectonemenu-panel .ui-selectcheckboxmenu-items-wrapper.ui-state-hover, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-item.ui-state-hover, body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items-wrapper.ui-state-hover {
      background-color: rgba(255, 203, 8, 0.4);
      color: #000000; }
    body .ui-selectonemenu-panel .ui-selectonemenu-item .ui-noselection-option, body .ui-selectonemenu-panel .ui-selectcheckboxmenu-items-wrapper .ui-noselection-option, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-item .ui-noselection-option, body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items-wrapper .ui-noselection-option {
      color: #231f20;
      opacity: 0.5; }
  body .ui-selectonemenu-panel .ui-selectonemenu-item-group, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-item-group {
    padding: 10px; }
  body .ui-selectonemenu-panel.ui-shadow, body .ui-selectcheckboxmenu-panel.ui-shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  body .ui-selectonemenu-panel .ui-selectonemenu-filter-container, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-filter-container {
    width: 95%; }
    body .ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-selectonemenu-filter, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-filter-container .ui-selectonemenu-filter {
      width: 98%; }
    body .ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-filter-container .ui-icon {
      top: 10px;
      right: 8px;
      color: #5f82a2;
      font-size: 22px; }
body .ui-selectcheckboxmenu {
  border-bottom: 1px solid #bdbdbd;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    height: 24px;
    width: 24px;
    font-size: 24px;
    margin-top: 8px;
    padding: 0;
    margin-right: -2px; }
    body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
      height: 24px;
      width: 24px;
      margin-top: -8px;
      color: #757575; }
body .ui-selectcheckboxmenu-panel {
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 16px; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox {
      float: none;
      margin: 0 8px 0 -2px; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box {
        border-color: #cecece; }
        body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
          border-color: #ffffff; }
        body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box.ui-state-active, body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box.ui-state-focus {
          background-color: #ffcb08;
          border-color: #e8b802; }
          body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box.ui-state-active .ui-chkbox-icon, body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box.ui-state-focus .ui-chkbox-icon {
            color: #ffffff;
            font-weight: 700; }
        body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box.ui-state-focus {
          background-color: #e4b504;
          -moz-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container {
      width: 70%;
      display: inline-block;
      vertical-align: middle;
      float: none; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-icon {
        top: -2px;
        color: #ffffff; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-inputfield {
        color: #ffffff;
        padding-right: 30px;
        width: 100%;
        box-sizing: border-box; }
        body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-inputfield:focus {
          border-color: #ffffff; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close {
      margin-right: -6px; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close span {
        color: #ffffff; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close.ui-state-hover {
        padding: 1px; }
  body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item {
    font-size: 16px;
    padding: 10px 14px; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item label {
      padding-left: 28px; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item .ui-chkbox {
      margin-top: -10px; }
body .ui-selectcheckboxmenu-panel {
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 16px; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox {
      float: none;
      margin: 0 8px 0 -2px; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box {
        border-color: #cecece; }
        body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box.ui-state-active .ui-chkbox-icon {
          background-color: #ffcb08; }
          body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box.ui-state-active .ui-chkbox-icon .ui-chkbox-icon {
            font-weight: 700; }
        body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box.ui-state-focus {
          background-color: #e4b504;
          -moz-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container {
      width: 70%;
      display: inline-block;
      vertical-align: middle;
      float: none; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-icon {
        top: -2px;
        color: #ffffff; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-inputfield {
        color: #ffffff;
        padding-right: 30px;
        width: 100%;
        box-sizing: border-box; }
        body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-inputfield:focus {
          border-color: #ffffff; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close {
      margin-right: -6px; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close span {
        color: #ffffff; }
      body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close.ui-state-hover {
        padding: 1px; }
  body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item {
    font-size: 16px;
    padding: 10px 14px; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item label {
      padding-left: 28px; }
    body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item .ui-chkbox {
      margin-top: -10px; }
body .ui-selectonemenu-item .ui-selectonemenu-list-item .ui-noselection-option {
  opacity: 0.5; }
body .ui-fluid .ui-selectonemenu .ui-selectonemenu-trigger {
  width: 24px; }
body .ui-message {
  min-height: 0px; }
  body .ui-message span.ui-message-error-icon {
    display: none;
    width: 0px; }
  body .ui-message.ui-message-error {
    background-color: #ffffff;
    color: #d50000;
    text-align: left;
    font-size: 12px;
    border: none;
    margin: 0;
    padding: 0px;
    margin-bottom: -13px;
    font-weight: 700; }
    body .ui-message.ui-message-error .ui-message-error-detail {
      vertical-align: top; }
body .ui-messages .ui-messages-error-icon {
  display: none;
  width: 0px; }
body .ui-messages .ui-messages-error {
  background-color: #ffffff;
  border: none;
  color: #d50000;
  text-align: left; }
body .ui-messages .ui-messages-close {
  display: none; }
body .ui-chkbox {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  width: 20px;
  height: 20px;
  cursor: default; }
  body .ui-chkbox .ui-chkbox-box {
    border: 1px solid #cecece;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
      font-size: 20px;
      margin-left: -2px;
      margin-top: -2px; }
    body .ui-chkbox .ui-chkbox-box.ui-state-active {
      background-color: #ffcb08; }
      body .ui-chkbox .ui-chkbox-box.ui-state-active .ui-chkbox-icon {
        color: #ffffff;
        font-weight: 700; }
    body .ui-chkbox .ui-chkbox-box.ui-state-focus {
      border-color: #ffcb08;
      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-transition: box-shadow 0.3s;
      -o-transition: box-shadow 0.3s;
      -webkit-transition: box-shadow 0.3s;
      transition: box-shadow 0.3s; }
body form.login .ui-inputfield, body form.login .ui-inputmask {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid eaeaea;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-size: 16px;
  font-weight: 500;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  body form.login .ui-inputfield.ui-state-focus, body form.login .ui-inputmask.ui-state-focus {
    outline: 0;
    background-color: white;
    border-color: #0c3156;
    box-shadow: 0 0 5px rgba(0, 112, 210, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 112, 210, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 112, 210, 0.2); }
  body form.login .ui-inputfield.ui-state-disabled, body form.login .ui-inputmask.ui-state-disabled {
    opacity: 1;
    background-color: #f5f5f5;
    color: #000000;
    border: 1px solid #e2e2e2; }
  body form.login .ui-inputfield.ui-widget-content, body form.login .ui-inputmask.ui-widget-content {
    border-width: 1px; }
  body form.login .ui-inputfield.ui-state-error, body form.login .ui-inputmask.ui-state-error {
    border: 1px solid #cd2026; }
body form.login .ui-button {
  background-color: #18b118;
  height: 35px;
  width: 100px; }
body form.login .ui-commandlink {
  color: #737373;
  text-align: right;
  float: right;
  margin-top: 8px;
  padding: 3px 10px;
  border-radius: 8px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  body form.login .ui-commandlink:hover {
    background-color: #efefef;
    cursor: pointer; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08/03/2018, 14:37:33
    Author     : Thiago
*/
body .ui-datatable i.icone_consulta {
  display: inline-block;
  font-size: 22px;
  vertical-align: bottom; }
  body .ui-datatable i.icone_consulta.inicial {
    color: #000711; }
  body .ui-datatable i.icone_consulta.aprovado {
    font-weight: bold;
    color: #0ea00e; }
  body .ui-datatable i.icone_consulta.erro {
    color: #b91111; }
  body .ui-datatable i.icone_consulta.cancelada {
    color: #d71635;
    font-weight: bold; }
  body .ui-datatable i.icone_consulta.a_enviar {
    font-weight: bold;
    color: #2c75aa;
    font-size: 19px; }
  body .ui-datatable i.icone_consulta.aguardando_canc {
    font-weight: bold;
    color: #757575; }
  body .ui-datatable i.icone_consulta.denegado {
    font-weight: bold;
    color: #ab0104; }
body .ui-datatable tbody tr.ui-widget-content td.excluir_linha {
  background-color: #da0202;
  font-weight: 600;
  color: #fff !important; }
  body .ui-datatable tbody tr.ui-widget-content td.excluir_linha i {
    color: #fff !important;
    font-weight: 600; }
body .box_editar_cadastro {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right; }
  body .box_editar_cadastro span {
    font-size: 12px;
    font-style: italic;
    color: #d20505;
    font-family: sans-serif; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/09/2018, 19:32:56
    Author     : Thiago
*/
/*#background{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:  url("");
    background-size: 100%;
    opacity: 0.5;
    position: fixed;
    z-index: -1;
}*/
body.main-body {
  background-color: rgba(206, 206, 206, 0.5);
  /*
          
  */ }
  body.main-body .ui-widget-content {
    border-color: #e6e3e3; }
  body.main-body .ui-panel .ui-panel-titlebar {
    padding: 10px 15px;
    border: none;
    line-height: 20px; }
    body.main-body .ui-panel .ui-panel-titlebar .ui-panel-title {
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 19px;
      font-weight: 700;
      color: #6db4f4; }
    body.main-body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
      position: relative;
      top: 0px;
      width: 22px;
      height: 22px;
      margin: 0px;
      background: #6db4f4; }
      body.main-body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon {
        color: #fff;
        font-size: 22px; }
      body.main-body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover {
        border: none; }
      body.main-body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon.ui-state-hover {
        background: #fff; }
        body.main-body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon.ui-state-hover .ui-icon {
          color: #6db4f4;
          font-size: 22px; }
  body.main-body .ui-panel .ui-panel-content {
    padding: 14px 20px; }
  body.main-body ul.page_title {
    margin: 0;
    padding: 0 10px;
    text-align: left; }
    body.main-body ul.page_title li {
      display: inline-block;
      vertical-align: middle; }
      body.main-body ul.page_title li.separator {
        color: #b4c5d6; }
        body.main-body ul.page_title li.separator i {
          font-size: 35px; }
      body.main-body ul.page_title li.active {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        vertical-align: baseline;
        color: #436d92; }
  @media (min-width: 1450px) {
    body.main-body .layout-wrapper .layout-main .container {
      width: 1400px;
      margin: 0 auto; } }
  body.main-body .layout-wrapper .ultima-menu {
    max-height: 250px;
    overflow: auto;
    height: auto; }
    body.main-body .layout-wrapper .ultima-menu li a i {
      color: #436d92; }
    body.main-body .layout-wrapper .ultima-menu li a span {
      color: #00305a; }
    body.main-body .layout-wrapper .ultima-menu li a span.data {
      display: block;
      color: #a2a2a2;
      font-size: 11px; }
    body.main-body .layout-wrapper .ultima-menu li a.ver_tudo {
      text-align: center;
      background-color: rgba(95, 131, 162, 0.9);
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase; }
      body.main-body .layout-wrapper .ultima-menu li a.ver_tudo i {
        color: #ffffff;
        font-weight: 700; }
      body.main-body .layout-wrapper .ultima-menu li a.ver_tudo span {
        color: #fff; }
    body.main-body .layout-wrapper .ultima-menu li a.ja_lido {
      background: #dcdcdc;
      opacity: 0.85; }
    body.main-body .layout-wrapper .ultima-menu li:last-child {
      position: sticky;
      bottom: 0;
      left: 0;
      width: 100%; }
  body.main-body .ui-state-active, body.main-body .ui-state-highlight {
    background-color: rgba(255, 203, 8, 0.4); }
    body.main-body .ui-state-active .ui-chkbox .ui-chkbox-box, body.main-body .ui-state-highlight .ui-chkbox .ui-chkbox-box {
      border-color: #000;
      padding: 1px;
      width: 15px;
      height: 15px; }
      body.main-body .ui-state-active .ui-chkbox .ui-chkbox-box .ui-icon, body.main-body .ui-state-highlight .ui-chkbox .ui-chkbox-box .ui-icon {
        color: #000;
        font-weight: 700;
        font-size: 19px !important; }
  body.main-body .ui-treetable thead th, body.main-body .ui-datatable thead th {
    text-align: left !important;
    background-color: #fff;
    padding: 4px 5px;
    text-transform: none;
    vertical-align: top;
    border-bottom: 1px solid #dedede; }
    body.main-body .ui-treetable thead th.ui-state-hover, body.main-body .ui-datatable thead th.ui-state-hover {
      background-color: rgba(255, 203, 8, 0.4); }
    body.main-body .ui-treetable thead th .ui-column-title, body.main-body .ui-datatable thead th .ui-column-title {
      text-align: left;
      font-size: 11px;
      color: #2f69a5;
      font-weight: 700; }
    body.main-body .ui-treetable thead th .ui-sortable-column-icon, body.main-body .ui-datatable thead th .ui-sortable-column-icon {
      color: #2f69a5; }
    body.main-body .ui-treetable thead th .ui-column-filter.ui-inputfield, body.main-body .ui-datatable thead th .ui-column-filter.ui-inputfield {
      height: 24px; }
  body.main-body .ui-treetable tbody tr td, body.main-body .ui-datatable tbody tr td {
    padding: 8px 10px;
    text-align: left; }
    body.main-body .ui-treetable tbody tr td.remove .ui-commandlink, body.main-body .ui-datatable tbody tr td.remove .ui-commandlink {
      color: #325892; }
    body.main-body .ui-treetable tbody tr td i.positivo, body.main-body .ui-datatable tbody tr td i.positivo {
      color: #009c00;
      font-weight: 700;
      font-size: 23px; }
    body.main-body .ui-treetable tbody tr td i.negativo, body.main-body .ui-datatable tbody tr td i.negativo {
      color: #da1010;
      font-weight: 700;
      font-size: 23px; }
    body.main-body .ui-treetable tbody tr td.custom .descricao, body.main-body .ui-datatable tbody tr td.custom .descricao {
      display: inline-block;
      width: 93%; }
      body.main-body .ui-treetable tbody tr td.custom .descricao .cpagar_tipo, body.main-body .ui-datatable tbody tr td.custom .descricao .cpagar_tipo {
        font-weight: 700;
        color: #000;
        margin-right: 5px; }
      body.main-body .ui-treetable tbody tr td.custom .descricao .sub_text, body.main-body .ui-datatable tbody tr td.custom .descricao .sub_text {
        margin-left: 5px;
        color: #9c9c9c;
        font-weight: 500; }
    body.main-body .ui-treetable tbody tr td.custom .categoria i, body.main-body .ui-datatable tbody tr td.custom .categoria i {
      font-size: 22px;
      display: inline-block;
      font-weight: 500;
      margin-right: 5px; }
    body.main-body .ui-treetable tbody tr td.custom .categoria .texto, body.main-body .ui-datatable tbody tr td.custom .categoria .texto {
      font-size: 11px;
      display: inline-block;
      vertical-align: super; }
    body.main-body .ui-treetable tbody tr td.custom .categoria.pago i, body.main-body .ui-datatable tbody tr td.custom .categoria.pago i {
      color: #00ad00; }
    body.main-body .ui-treetable tbody tr td.custom .categoria.vencido i, body.main-body .ui-datatable tbody tr td.custom .categoria.vencido i {
      color: #d02525; }
    body.main-body .ui-treetable tbody tr td.custom .categoria.agendado i, body.main-body .ui-datatable tbody tr td.custom .categoria.agendado i {
      color: #5dc5ec; }
    body.main-body .ui-treetable tbody tr td.custom .categoria.em_aberto i, body.main-body .ui-datatable tbody tr td.custom .categoria.em_aberto i {
      color: #505050; }
    body.main-body .ui-treetable tbody tr td.custom .anexo, body.main-body .ui-treetable tbody tr td.custom .aviso, body.main-body .ui-treetable tbody tr td.custom .icone_mais_texto, body.main-body .ui-datatable tbody tr td.custom .anexo, body.main-body .ui-datatable tbody tr td.custom .aviso, body.main-body .ui-datatable tbody tr td.custom .icone_mais_texto {
      display: inline-block;
      width: 30px;
      vertical-align: -7px; }
    body.main-body .ui-treetable tbody tr td.custom .anexo i, body.main-body .ui-datatable tbody tr td.custom .anexo i {
      color: #5f82a2; }
    body.main-body .ui-treetable tbody tr td.custom .aviso i, body.main-body .ui-datatable tbody tr td.custom .aviso i {
      color: #ec7a02; }
    body.main-body .ui-treetable tbody tr td.custom span.duplicata, body.main-body .ui-datatable tbody tr td.custom span.duplicata {
      font-size: 13px;
      font-weight: 700;
      margin-right: 5px; }
    body.main-body .ui-treetable tbody tr td.custom span.descricao, body.main-body .ui-datatable tbody tr td.custom span.descricao {
      font-size: 13px;
      color: #aeaeae;
      overflow: hidden;
      margin-left: 5px; }
    body.main-body .ui-treetable tbody tr td div.status_valido i, body.main-body .ui-datatable tbody tr td div.status_valido i {
      font-size: 16px;
      color: #00ad00;
      margin-right: 2px; }
    body.main-body .ui-treetable tbody tr td div.status_valido span, body.main-body .ui-datatable tbody tr td div.status_valido span {
      color: #424242; }
    body.main-body .ui-treetable tbody tr td div.status_invalido i, body.main-body .ui-datatable tbody tr td div.status_invalido i {
      font-size: 16px;
      color: #e20000;
      margin-right: 2px; }
    body.main-body .ui-treetable tbody tr td div.status_invalido span, body.main-body .ui-datatable tbody tr td div.status_invalido span {
      color: #e20000; }
    body.main-body .ui-treetable tbody tr td div.status_agendado i, body.main-body .ui-datatable tbody tr td div.status_agendado i {
      font-size: 15px;
      color: #2490d0;
      margin-right: 2px; }
    body.main-body .ui-treetable tbody tr td div.status_agendado span, body.main-body .ui-datatable tbody tr td div.status_agendado span {
      color: #424242; }
    body.main-body .ui-treetable tbody tr td.valor_destaque, body.main-body .ui-datatable tbody tr td.valor_destaque {
      font-size: 15px;
      font-weight: 600; }
  body.main-body .ui-treetable tbody tr.ui-state-hover, body.main-body .ui-datatable tbody tr.ui-state-hover {
    background-color: rgba(255, 203, 8, 0.4); }
  body.main-body .ui-treetable tbody tr.ui-state-active, body.main-body .ui-treetable tbody tr.ui-state-highlight, body.main-body .ui-datatable tbody tr.ui-state-active, body.main-body .ui-datatable tbody tr.ui-state-highlight {
    background-color: rgba(255, 203, 8, 0.4); }
    body.main-body .ui-treetable tbody tr.ui-state-active .ui-icon, body.main-body .ui-treetable tbody tr.ui-state-highlight .ui-icon, body.main-body .ui-datatable tbody tr.ui-state-active .ui-icon, body.main-body .ui-datatable tbody tr.ui-state-highlight .ui-icon {
      color: #000; }
    body.main-body .ui-treetable tbody tr.ui-state-active .ui-chkbox .ui-chkbox-box, body.main-body .ui-treetable tbody tr.ui-state-highlight .ui-chkbox .ui-chkbox-box, body.main-body .ui-datatable tbody tr.ui-state-active .ui-chkbox .ui-chkbox-box, body.main-body .ui-datatable tbody tr.ui-state-highlight .ui-chkbox .ui-chkbox-box {
      border-color: #000;
      padding: 1px;
      width: 15px;
      height: 15px; }
      body.main-body .ui-treetable tbody tr.ui-state-active .ui-chkbox .ui-chkbox-box .ui-icon, body.main-body .ui-treetable tbody tr.ui-state-highlight .ui-chkbox .ui-chkbox-box .ui-icon, body.main-body .ui-datatable tbody tr.ui-state-active .ui-chkbox .ui-chkbox-box .ui-icon, body.main-body .ui-datatable tbody tr.ui-state-highlight .ui-chkbox .ui-chkbox-box .ui-icon {
        color: #000;
        font-weight: 700;
        font-size: 19px !important; }
  body.main-body .ui-treetable .ui-datatable-header, body.main-body .ui-datatable .ui-datatable-header {
    padding: 2px 10px;
    border: none;
    text-align: right;
    color: #0c59a0;
    font-weight: 700;
    background-color: #f9f9f9;
    border-radius: 5px; }
  body.main-body .ui-treetable .ui-datatable-data tr td.line.red, body.main-body .ui-treetable .ui-treetable-data tr td.line.red, body.main-body .ui-treetable .ui-datagrid-data tr td.line.red, body.main-body .ui-datatable .ui-datatable-data tr td.line.red, body.main-body .ui-datatable .ui-treetable-data tr td.line.red, body.main-body .ui-datatable .ui-datagrid-data tr td.line.red {
    color: #d80000; }
  body.main-body .ui-treetable .ui-datatable-data tr td.line.blue, body.main-body .ui-treetable .ui-treetable-data tr td.line.blue, body.main-body .ui-treetable .ui-datagrid-data tr td.line.blue, body.main-body .ui-datatable .ui-datatable-data tr td.line.blue, body.main-body .ui-datatable .ui-treetable-data tr td.line.blue, body.main-body .ui-datatable .ui-datagrid-data tr td.line.blue {
    color: #036bc7; }
  body.main-body .ui-treetable .ui-datatable-data tr td .box-label, body.main-body .ui-treetable .ui-treetable-data tr td .box-label, body.main-body .ui-treetable .ui-datagrid-data tr td .box-label, body.main-body .ui-datatable .ui-datatable-data tr td .box-label, body.main-body .ui-datatable .ui-treetable-data tr td .box-label, body.main-body .ui-datatable .ui-datagrid-data tr td .box-label {
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px; }
    body.main-body .ui-treetable .ui-datatable-data tr td .box-label.yellow, body.main-body .ui-treetable .ui-treetable-data tr td .box-label.yellow, body.main-body .ui-treetable .ui-datagrid-data tr td .box-label.yellow, body.main-body .ui-datatable .ui-datatable-data tr td .box-label.yellow, body.main-body .ui-datatable .ui-treetable-data tr td .box-label.yellow, body.main-body .ui-datatable .ui-datagrid-data tr td .box-label.yellow {
      background-color: #ffee96;
      color: #847600; }
    body.main-body .ui-treetable .ui-datatable-data tr td .box-label.red, body.main-body .ui-treetable .ui-treetable-data tr td .box-label.red, body.main-body .ui-treetable .ui-datagrid-data tr td .box-label.red, body.main-body .ui-datatable .ui-datatable-data tr td .box-label.red, body.main-body .ui-datatable .ui-treetable-data tr td .box-label.red, body.main-body .ui-datatable .ui-datagrid-data tr td .box-label.red {
      background-color: #ffdad9;
      color: #b92521; }
    body.main-body .ui-treetable .ui-datatable-data tr td .box-label.blue, body.main-body .ui-treetable .ui-treetable-data tr td .box-label.blue, body.main-body .ui-treetable .ui-datagrid-data tr td .box-label.blue, body.main-body .ui-datatable .ui-datatable-data tr td .box-label.blue, body.main-body .ui-datatable .ui-treetable-data tr td .box-label.blue, body.main-body .ui-datatable .ui-datagrid-data tr td .box-label.blue {
      background-color: #d9eafc;
      color: #116dad; }
    body.main-body .ui-treetable .ui-datatable-data tr td .box-label.verde-azulado, body.main-body .ui-treetable .ui-treetable-data tr td .box-label.verde-azulado, body.main-body .ui-treetable .ui-datagrid-data tr td .box-label.verde-azulado, body.main-body .ui-datatable .ui-datatable-data tr td .box-label.verde-azulado, body.main-body .ui-datatable .ui-treetable-data tr td .box-label.verde-azulado, body.main-body .ui-datatable .ui-datagrid-data tr td .box-label.verde-azulado {
      background-color: #fec27a;
      color: #944d08; }
    body.main-body .ui-treetable .ui-datatable-data tr td .box-label.green, body.main-body .ui-treetable .ui-treetable-data tr td .box-label.green, body.main-body .ui-treetable .ui-datagrid-data tr td .box-label.green, body.main-body .ui-datatable .ui-datatable-data tr td .box-label.green, body.main-body .ui-datatable .ui-treetable-data tr td .box-label.green, body.main-body .ui-datatable .ui-datagrid-data tr td .box-label.green {
      background-color: #31ad00;
      color: #fff; }
    body.main-body .ui-treetable .ui-datatable-data tr td .box-label.black, body.main-body .ui-treetable .ui-treetable-data tr td .box-label.black, body.main-body .ui-treetable .ui-datagrid-data tr td .box-label.black, body.main-body .ui-datatable .ui-datatable-data tr td .box-label.black, body.main-body .ui-datatable .ui-treetable-data tr td .box-label.black, body.main-body .ui-datatable .ui-datagrid-data tr td .box-label.black {
      background-color: #eaeaea;
      color: #1f1f1f; }
    body.main-body .ui-treetable .ui-datatable-data tr td .box-label.purple, body.main-body .ui-treetable .ui-treetable-data tr td .box-label.purple, body.main-body .ui-treetable .ui-datagrid-data tr td .box-label.purple, body.main-body .ui-datatable .ui-datatable-data tr td .box-label.purple, body.main-body .ui-datatable .ui-treetable-data tr td .box-label.purple, body.main-body .ui-datatable .ui-datagrid-data tr td .box-label.purple {
      background-color: #4737d0;
      color: #ffffff; }
  body.main-body .ui-treetable .ui-datatable-data tr td.saldo, body.main-body .ui-treetable .ui-treetable-data tr td.saldo, body.main-body .ui-treetable .ui-datagrid-data tr td.saldo, body.main-body .ui-datatable .ui-datatable-data tr td.saldo, body.main-body .ui-datatable .ui-treetable-data tr td.saldo, body.main-body .ui-datatable .ui-datagrid-data tr td.saldo {
    background-color: #eaeaea;
    padding: 0px 8px;
    font-weight: 700; }
    body.main-body .ui-treetable .ui-datatable-data tr td.saldo .box-label.black, body.main-body .ui-treetable .ui-treetable-data tr td.saldo .box-label.black, body.main-body .ui-treetable .ui-datagrid-data tr td.saldo .box-label.black, body.main-body .ui-datatable .ui-datatable-data tr td.saldo .box-label.black, body.main-body .ui-datatable .ui-treetable-data tr td.saldo .box-label.black, body.main-body .ui-datatable .ui-datagrid-data tr td.saldo .box-label.black {
      font-size: 15px; }
  body.main-body .ui-treetable .ui-datatable-footer, body.main-body .ui-datatable .ui-datatable-footer {
    background-color: #efefef;
    border: none;
    padding: 5px 10px;
    color: #004890;
    font-size: 16px;
    font-weight: 700; }
  body.main-body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr, body.main-body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr {
    height: 90px !important; }
    body.main-body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr td.ano, body.main-body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr td.ano {
      width: 100px;
      text-align: center !important; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr td.ano a.ui-commandlink span.titulo, body.main-body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr td.ano a.ui-commandlink span.titulo {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        margin-right: 10px; }
  body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td {
    padding: 2px 0px !important;
    text-align: left; }
    body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr th.ui-frozen-column.titulo, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr th.ui-frozen-column.titulo {
      border: 1px solid #194369;
      border-bottom: none !important; }
    body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr td.titulo, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr td.titulo {
      width: 450px;
      font-weight: 700; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr td.titulo div, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr td.titulo div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container {
      /*.ui-datatable-scrollable-body{*/ }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-header .ui-datatable-scrollable-header-box thead tr th.mes, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-header .ui-datatable-scrollable-header-box thead tr th.mes {
        text-align: center !important;
        width: 260px !important;
        background-color: rgba(247, 247, 59, 0.25);
        border: 1px solid #194369;
        letter-spacing: 8px; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.color_blue, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.color_blue, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.color_blue, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.color_blue {
        /*border-radius: 10px;*/ }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.yellow, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.yellow, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.yellow, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.yellow {
        border: 1px solid #dfa810; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.red, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.red, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.red, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.red {
        border: 1px solid #f33333; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.blue, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.blue, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.blue, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.blue {
        border: 1px solid #004ebb; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.green, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.green, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.green, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.green {
        border: 1px solid #09b736; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.black, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.black, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.black, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.black {
        border: 1px solid #eaeaea; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-default, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-default, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-default, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-default {
        cursor: initial; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-resumo, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-resumo, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-resumo, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-resumo {
        background: rgba(255, 203, 8, 0.4);
        border: 1px solid rgba(255, 203, 8, 0.4); }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box {
        padding: 0px;
        margin: 0px 4px;
        display: block; }
        body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-default, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-default, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-default, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-default {
          background: #efefef;
          padding: 8px 2px;
          border: 1px solid #e8e8e8;
          border-radius: 10px; }
        body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-resumo, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-resumo, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-resumo, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-resumo {
          padding: 8px 2px;
          background-color: #fff;
          border: 1px solid #dedede;
          border-radius: 10px; }
        body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao {
          background-color: #fff;
          border: 1px solid #dedede;
          border-radius: 10px;
          width: 250px;
          padding: 0px 6px; }
          body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.yellow .status, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.yellow .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.yellow .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.yellow .status {
            color: #dea810; }
          body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.red .status, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.red .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.red .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.red .status {
            color: #f33333; }
          body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.blue .status, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.blue .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.blue .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.blue .status {
            color: #004ebb; }
          body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.green .status, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.green .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.green .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.green .status {
            color: #09b736; }
          body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.black .status, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.black .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.black .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.black .status {
            color: #eaeaea; }
          body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao .status, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao .status, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao .status {
            font-weight: 700;
            display: block;
            font-size: 13px;
            vertical-align: initial; }
        body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 {
          margin: 0px 0px 4px 0px; }
          body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia {
            display: inline-block;
            width: 100px; }
            body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia .label, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia .label, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia .label, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia .label {
              color: #000;
              font-size: 10px;
              color: #6d6d6d;
              padding: 0px;
              display: block;
              vertical-align: initial; }
            body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia span.value, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia span.value, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia span.value, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia span.value {
              color: #696969;
              font-weight: 700;
              padding: 0px;
              vertical-align: initial; }
          body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor {
            display: inline-block;
            width: 145px;
            text-align: right; }
            body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value {
              color: #000;
              vertical-align: initial;
              font-size: 17px;
              font-weight: 700;
              display: block; }
              body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value.linha_avaliacao, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value.linha_avaliacao, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value.linha_avaliacao, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value.linha_avaliacao {
                font-weight: 500;
                font-size: 16px; }
              body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value.linha_root, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value.linha_root, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value.linha_root, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value.linha_root {
                font-weight: 700;
                font-size: 20px;
                color: #000; }
      body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer {
        text-align: right;
        font-size: 16px;
        padding: 2px 4px !important;
        font-weight: 600;
        font-family: monospace;
        border-radius: 10px; }
        body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .box, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .box, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .box, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .box, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .box, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .box, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .box, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .box {
          display: block;
          padding: 0px 0px;
          margin: 0px 0px; }
        body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .title, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .title, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .title, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .title, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .title, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .title, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .title, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .title {
          color: #000;
          font-weight: 400;
          width: 70px;
          display: inline-block;
          text-align: right;
          font-size: 12px;
          text-transform: uppercase; }
        body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .content, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .content, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .content, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .content, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .content, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .content, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .content, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .content {
          width: 165px;
          display: inline-block;
          text-align: right; }
          body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .content.total, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .content.total, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .content.total, body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .content.total, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .content.total, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .content.total, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .content.total, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .content.total {
            font-weight: 700;
            text-align: right;
            font-size: 18px;
            color: #bf0000; }
  body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer {
    padding: 5px 2px !important; }
    body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer.color_blue, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer.color_blue {
      background-color: #eff7ff !important;
      border-radius: 10px; }
    body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer.total, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer.total {
      padding: 37px 5px !important;
      text-align: right; }
  body.main-body .ui-treetable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr .ui-datatable-data tr, body.main-body .ui-datatable.ui-datatable-frozencolumn table.ui-datatable-fs tbody tr .ui-datatable-data tr {
    height: 68px !important; }
  body.main-body .ui-treetable.gestao_orcamentaria th.titulo, body.main-body .ui-datatable.gestao_orcamentaria th.titulo {
    width: 450px;
    font-weight: 700; }
  body.main-body .ui-treetable.gestao_orcamentaria th.ano, body.main-body .ui-datatable.gestao_orcamentaria th.ano {
    width: 120px;
    font-weight: 700; }
  body.main-body .ui-treetable.gestao_orcamentaria th.mes, body.main-body .ui-datatable.gestao_orcamentaria th.mes {
    width: 200px; }
  body.main-body .ui-treetable.gestao_orcamentaria th.mes_p, body.main-body .ui-datatable.gestao_orcamentaria th.mes_p {
    width: 150px; }
  body.main-body .ui-treetable.gestao_orcamentaria tfoot tr td.footer, body.main-body .ui-datatable.gestao_orcamentaria tfoot tr td.footer {
    padding: 5px 2px !important;
    border: none; }
    body.main-body .ui-treetable.gestao_orcamentaria tfoot tr td.footer.color_blue, body.main-body .ui-datatable.gestao_orcamentaria tfoot tr td.footer.color_blue {
      background-color: #eff7ff !important;
      border-radius: 10px; }
    body.main-body .ui-treetable.gestao_orcamentaria tfoot tr td.footer.total, body.main-body .ui-datatable.gestao_orcamentaria tfoot tr td.footer.total {
      padding: 37px 5px !important;
      text-align: right; }
    body.main-body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer, body.main-body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer {
      text-align: right;
      font-size: 14px;
      padding: 2px 4px !important;
      font-weight: 600;
      border-radius: 10px; }
      body.main-body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer .box, body.main-body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer .box {
        display: block;
        padding: 0px 0px;
        margin: 0px 0px; }
      body.main-body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer .title, body.main-body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer .title {
        color: #000;
        font-weight: 400;
        width: 70px;
        display: inline-block;
        text-align: right;
        font-size: 11px;
        text-transform: uppercase; }
      body.main-body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer .content, body.main-body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer .content {
        width: 120px;
        display: inline-block;
        text-align: right; }
        body.main-body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer .content.total, body.main-body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer .content.total {
          font-weight: 700;
          text-align: right;
          font-size: 16px;
          color: #bf0000; }
  body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-hover, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-highlight, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-hover, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-highlight, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-hover, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-highlight, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-hover, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-highlight {
    background-color: rgba(255, 203, 8, 0.4) !important;
    color: #000 !important; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-hover td, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-highlight td, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-hover td, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-highlight td, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-hover td, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-highlight td, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-hover td, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-highlight td {
      background-color: rgba(255, 203, 8, 0.4) !important;
      color: #000 !important;
      border-radius: 0 !important; }
  body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.ano, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.ano {
    width: 100px;
    text-align: center !important; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.ano a.ui-commandlink span.titulo, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.ano a.ui-commandlink span.titulo {
      font-weight: 700;
      font-size: 30px;
      text-align: center;
      margin-right: 10px; }
  body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.titulo div, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.titulo div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.titulo div .classificacao, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.titulo div .classificacao {
      font-weight: 700;
      font-size: 13px; }
  body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.mes, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.mes {
    /*&.color_blue{
        background-color: #eff7ff;
        border-radius: 10px;
    }*/ }
  body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box {
    padding: 0px 4px;
    margin: 0px;
    border-radius: 4px; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.yellow, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.yellow {
      background-color: #f9eea4; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.red, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.red {
      background-color: rgba(249, 173, 173, 0.4); }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.blue, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.blue {
      background-color: #dfebfc; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.green, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.green {
      background-color: #dffce4; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.black, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.black {
      background-color: #eaeaea; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status {
      display: inline-block;
      text-align: left;
      padding: 2px; }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink {
        margin-right: 10px;
        vertical-align: 5px; }
        body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink span.box-label, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink span.box-label {
          text-transform: uppercase;
          color: #404040; }
        body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink:hover, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink:hover {
          text-decoration: none;
          border-bottom: none; }
          body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink:hover span.box-label, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink:hover span.box-label {
            text-transform: uppercase;
            color: #404040;
            background-color: #fff;
            border-radius: 5px;
            text-decoration: none;
            border-bottom: none; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor {
      display: inline-block;
      padding: 5px 0px;
      float: right; }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor .linha_classificacao, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor .linha_classificacao {
        font-weight: 600;
        font-size: 14px;
        color: #000; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total {
      width: 95%;
      text-align: right; }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total .linha_avaliacao, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total .linha_avaliacao {
        font-weight: 500;
        font-size: 15px; }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total .linha_root, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total .linha_root {
        font-weight: 700;
        font-size: 18px;
        color: #000; }
  body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer {
    text-align: right;
    font-size: 15px;
    padding: 2px 4px !important;
    font-weight: 600;
    font-family: unset;
    border-radius: 10px; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box {
      display: block;
      padding: 6px 5px;
      margin: 4px 2px;
      border-radius: 4px; }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.yellow, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.yellow, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.yellow, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.yellow {
        background-color: #f9eea4; }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.red, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.red, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.red, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.red {
        background-color: rgba(249, 173, 173, 0.4); }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.blue, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.blue, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.blue, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.blue {
        background-color: #dfebfc; }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.green, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.green, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.green, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.green {
        background-color: #dffce4; }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.black, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.black, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.black, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.black {
        background-color: #eaeaea; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .title, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .title, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .title, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .title {
      color: #000;
      font-weight: 400;
      display: block;
      text-align: right;
      font-size: 12px;
      text-transform: uppercase; }
    body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .content, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .content, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .content, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .content {
      display: block; }
      body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .content.total, body.main-body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .content.total, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .content.total, body.main-body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .content.total {
        font-weight: 700;
        text-align: right;
        font-size: 17px;
        color: #060606; }
  body.main-body .ui-treetable .ui-datatable-data tr, body.main-body .ui-datatable .ui-datatable-data tr {
    height: 42px !important; }
  body.main-body .box-label {
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px; }
    body.main-body .box-label.yellow {
      background-color: #ffee96;
      color: #847600; }
    body.main-body .box-label.red {
      background-color: #ffdad9;
      color: #b92521; }
    body.main-body .box-label.blue {
      background-color: #d9eafc;
      color: #116dad; }
    body.main-body .box-label.verde-azulado {
      background-color: #fec27a;
      color: #944d08; }
    body.main-body .box-label.green {
      background-color: #31ad00;
      color: #fff; }
    body.main-body .box-label.black {
      background-color: #eaeaea;
      color: #1f1f1f; }
    body.main-body .box-label.purple {
      background-color: #d8e2e4;
      color: #858686; }
  body.main-body i.icone {
    font-weight: 500;
    font-size: 22px; }
    body.main-body i.icone.yellow {
      color: #e2bf07; }
    body.main-body i.icone.red {
      color: #b92521; }
    body.main-body i.icone.blue {
      color: #116dad; }
    body.main-body i.icone.verde-azulado {
      color: #0adeb7; }
    body.main-body i.icone.green {
      color: #6c8e04; }
    body.main-body i.icone.black {
      color: #1f1f1f; }
    body.main-body i.icone.gray {
      color: #a2a2a2; }
    body.main-body i.icone.purple {
      color: #790ade; }
  body.main-body .ui-menu.ui-menubar {
    background-color: rgba(67, 109, 146, 0.85);
    border: none; }
    body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .first.ui-menuitem-link .ui-icon, body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.first.ui-menu-parent .ui-icon {
      color: #fff !important; }
    body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .first.ui-menuitem-link .ui-menuitem-text, body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.first.ui-menu-parent .ui-menuitem-text {
      color: #fff;
      text-transform: uppercase; }
    body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .first.ui-menuitem-link.ui-state-hover, body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .first.ui-menuitem-link .ui-menuitem-link.ui-state-hover, body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.first.ui-menu-parent.ui-state-hover, body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.first.ui-menu-parent .ui-menuitem-link.ui-state-hover {
      background-color: #acbece; }
    body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .second.ui-menuitem-link .ui-icon, body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.second.ui-menu-parent .ui-icon {
      color: #5c80a1 !important; }
    body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .second.ui-menuitem-link .ui-menuitem-text, body.main-body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.second.ui-menu-parent .ui-menuitem-text {
      color: #5c80a1;
      text-transform: none; }
  body.main-body .ui-menu.ui-menu-dynamic.ui-contextmenu {
    width: 300px !important; }
    body.main-body .ui-menu.ui-menu-dynamic.ui-contextmenu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
      font-weight: 500;
      font-size: 25px; }
    body.main-body .ui-menu.ui-menu-dynamic.ui-contextmenu .ui-menu-list .ui-menuitem .ui-menuitem-link.green .ui-menuitem-icon {
      color: #44b53c; }
    body.main-body .ui-menu.ui-menu-dynamic.ui-contextmenu .ui-menu-list .ui-menuitem .ui-menuitem-link.red .ui-menuitem-icon {
      color: #ea0202; }
    body.main-body .ui-menu.ui-menu-dynamic.ui-contextmenu .ui-menu-list .ui-menuitem .ui-menuitem-link.blue .ui-menuitem-icon {
      color: #036bc7; }
  body.main-body .color-box {
    border: solid 1px #dcdcdc;
    padding: 28px;
    text-align: right;
    position: relative;
    margin: 14px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    body.main-body .color-box .icon {
      position: absolute;
      width: 65px;
      height: 65px;
      left: 5px;
      top: 50%;
      margin-top: -39px;
      background-color: #fff;
      border-radius: 40px; }
      body.main-body .color-box .icon i.material-icons {
        font-size: 50px;
        margin: 6px 8px 0px 0px; }
    body.main-body .color-box.green {
      background-color: #a6e8c4; }
      body.main-body .color-box.green .icon {
        color: #55c789; }
    body.main-body .color-box.yellow {
      background-color: #fff1d2; }
      body.main-body .color-box.yellow .icon {
        color: #f39f19; }
    body.main-body .color-box.blue {
      background-color: #9ac9ef; }
      body.main-body .color-box.blue .icon {
        color: #3295e4; }
    body.main-body .color-box.red {
      background-color: #f8dede; }
      body.main-body .color-box.red .icon {
        color: #cd2026; }
    body.main-body .color-box.purple {
      background-color: #cfd2e6; }
      body.main-body .color-box.purple .icon {
        color: #3f51b5; }
    body.main-body .color-box .color-box-content {
      text-align: right; }
      body.main-body .color-box .color-box-content .color-box-title {
        font-size: 19px;
        letter-spacing: 2.3px; }
      body.main-body .color-box .color-box-content .color-box-details {
        font-size: 28px;
        margin-top: 5px; }
  body.main-body .tecla_caps_lock {
    display: none;
    color: #231f20;
    font-size: 13px;
    background-color: #ffe994;
    padding: 3px 5px;
    border-radius: 5px;
    font-style: italic; }
  body.main-body .ui-growl.ui-widget {
    top: 90px; }
    body.main-body .ui-growl.ui-widget > .ui-growl-item-container {
      background-color: #fff;
      opacity: 1; }
      body.main-body .ui-growl.ui-widget > .ui-growl-item-container.ui-shadow {
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    body.main-body .ui-growl.ui-widget .ui-growl-item .ui-growl-image {
      color: #231f20;
      padding: 4px; }
    body.main-body .ui-growl.ui-widget .ui-growl-item .ui-growl-message {
      color: #231f20; }
      body.main-body .ui-growl.ui-widget .ui-growl-item .ui-growl-message .ui-growl-title {
        font-weight: 600; }
    body.main-body .ui-growl.ui-widget .ui-growl-item .ui-growl-icon-close {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 24px;
      color: #231f20; }
      body.main-body .ui-growl.ui-widget .ui-growl-item .ui-growl-icon-close:before {
        content: "close"; }
  body.main-body .ui-calendar .ui-datepicker-trigger.ui-button {
    top: -1px !important; }
  body.main-body .ui-calendar .ui-datepicker-trigger .ui-icon {
    color: #58a3da; }
  body.main-body .ui-datepicker {
    padding: 0;
    width: 275px; }
    body.main-body .ui-datepicker.ui-shadow {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    body.main-body .ui-datepicker .ui-datepicker-header {
      padding: 10px 16px;
      font-size: 16px;
      background: #5f82a2;
      border-color: #5f82a2;
      color: #fff;
      -moz-border-radius-topleft: 2px;
      -webkit-border-top-left-radius: 2px;
      border-top-left-radius: 2px;
      -moz-border-radius-topright: 2px;
      -webkit-border-top-right-radius: 2px;
      border-top-right-radius: 2px;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0; }
      body.main-body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        cursor: pointer;
        top: 12px;
        font-size: 24px;
        right: 8px;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        /* Preferred icon size */
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga'; }
        body.main-body .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
          content: "play_circle_outline"; }
        body.main-body .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
          display: none; }
        body.main-body .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
          right: 8px; }
      body.main-body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
        cursor: pointer;
        top: 12px;
        font-size: 24px;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        /* Preferred icon size */
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 8px; }
        body.main-body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
          content: "play_circle_outline"; }
        body.main-body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
          display: none; }
        body.main-body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
          left: 8px; }
    body.main-body .ui-datepicker table {
      table-layout: fixed;
      border-spacing: 0;
      border-collapse: collapse; }
    body.main-body .ui-datepicker thead tr {
      color: #2c75bd;
      background: #edf2f7; }
    body.main-body .ui-datepicker tbody td {
      padding: 2px;
      box-sizing: border-box; }
      body.main-body .ui-datepicker tbody td a, body.main-body .ui-datepicker tbody td span {
        padding: .2em;
        margin: 0;
        text-align: center;
        color: #0e0e0e;
        display: inline-block;
        height: 28px;
        width: 28px;
        line-height: 28px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        body.main-body .ui-datepicker tbody td a.ui-state-hover, body.main-body .ui-datepicker tbody td span.ui-state-hover {
          background-color: rgba(255, 203, 8, 0.4);
          color: #000000; }
        body.main-body .ui-datepicker tbody td a.ui-state-active, body.main-body .ui-datepicker tbody td span.ui-state-active {
          color: #ffffff;
          background-color: #ffcb05;
          color: #212121; }
      body.main-body .ui-datepicker tbody td.ui-datepicker-today a, body.main-body .ui-datepicker tbody td.ui-datepicker-today span {
        color: #0e0e0e;
        background-color: #ffffff;
        border: 1px solid #6db4f4; }
        body.main-body .ui-datepicker tbody td.ui-datepicker-today a.ui-state-active, body.main-body .ui-datepicker tbody td.ui-datepicker-today span.ui-state-active {
          background-color: #5f82a2;
          color: #fff;
          border: none; }
    body.main-body .ui-datepicker.ui-datepicker-multi .ui-datepicker-header {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
    body.main-body .ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
      width: 100%;
      box-sizing: border-box; }
    body.main-body .ui-datepicker .ui-timepicker-div .ui_tpicker_time input {
      font-size: 16px;
      border-color: #bdbdbd;
      -moz-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      width: 100%;
      position: relative;
      top: 5px;
      left: -5px; }
      body.main-body .ui-datepicker .ui-timepicker-div .ui_tpicker_time input.ui-state-focus {
        border-width: 0 0 2px 0;
        border-color: #ffcb08;
        padding-bottom: 0px; }
    body.main-body .ui-datepicker .ui-timepicker-div dl {
      margin: -16px 0 40px 0; }
      body.main-body .ui-datepicker .ui-timepicker-div dl dt {
        padding: 10px 14px; }
      body.main-body .ui-datepicker .ui-timepicker-div dl dd {
        margin-top: 42px; }
  body.main-body button.ui-button.fit-btn {
    margin-right: 10px;
    width: 125px;
    height: 26px;
    font-size: 14px; }
    body.main-body button.ui-button.fit-btn.ui-button-text-icon-left .ui-icon, body.main-body button.ui-button.fit-btn.ui-button-text-icon-right .ui-icon {
      width: 20px;
      height: 20px;
      font-size: 18px;
      margin-top: -9px; }
    body.main-body button.ui-button.fit-btn .ui-button-text {
      line-height: 26px; }
    body.main-body button.ui-button.fit-btn.confirm {
      background-color: #044e8e; }
    body.main-body button.ui-button.fit-btn.cancel {
      background-color: #e00505; }
  body.main-body .menu .bloco {
    display: block;
    margin-bottom: 12px; }
    body.main-body .menu .bloco ul {
      font-family: 'Open Sans', sans-serif;
      line-height: 35px;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      body.main-body .menu .bloco ul li {
        border-bottom: 1px solid #ccc;
        width: 90%; }
        body.main-body .menu .bloco ul li a {
          text-decoration: none;
          color: #5f82a2 !important;
          -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
          -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
          -o-transition: font-size 0.3s ease, background-color 0.3s ease;
          -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
          transition: font-size 0.3s ease, background-color 0.3s ease;
          display: block;
          width: 100%;
          font-size: 14px; }
          body.main-body .menu .bloco ul li a:hover {
            font-size: 16px;
            font-weight: 700;
            background: #f6f6f6; }
          body.main-body .menu .bloco ul li a span.numeral {
            display: inline-block !important;
            background-color: #e0284f;
            color: #ffffff;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            padding: 3px 4px;
            display: block;
            font-size: 12px;
            line-height: 16px;
            margin-left: 10px;
            font-weight: 600;
            text-align: center;
            vertical-align: 2px; }
        body.main-body .menu .bloco ul li.new_feature i {
          display: inline-block;
          vertical-align: text-bottom;
          margin-right: 5px;
          color: #88c135;
          font-size: 22px; }
        body.main-body .menu .bloco ul li.new_feature a {
          width: auto;
          display: inline-block; }
        body.main-body .menu .bloco ul li.display_none {
          display: none; }
        body.main-body .menu .bloco ul li.titulo {
          border: none; }
        body.main-body .menu .bloco ul li:last-child {
          border: none; }
    body.main-body .menu .bloco h3 {
      font-size: 20px;
      font-weight: 600;
      color: #f9c400; }
  body.main-body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header {
    background-color: #edf2f7;
    font-size: 16px;
    border: 1px solid #d0d0d0; }
    body.main-body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header .ui-button.ui-fileupload-choose {
      background-color: #fff; }
      body.main-body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header .ui-button.ui-fileupload-choose.ui-state-hover {
        background-color: #f7f7f7; }
      body.main-body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header .ui-button.ui-fileupload-choose .ui-button-icon-left.ui-icon, body.main-body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header .ui-button.ui-fileupload-choose .ui-button-text {
        color: #0154a6; }
  body.main-body .ui-commandlink {
    color: #00529c; }
    body.main-body .ui-commandlink:hover {
      border-bottom: 2px solid #ffcb08; }
      body.main-body .ui-commandlink:hover i {
        color: #ffcb08; }
  body.main-body .ui-inputgroup .ui-button.ui-button-icon-only {
    background-color: #fff;
    height: 28px; }
    body.main-body .ui-inputgroup .ui-button.ui-button-icon-only .ui-icon.ui-button-icon-left, body.main-body .ui-inputgroup .ui-button.ui-button-icon-only ui-icon.ui-button-icon-right {
      color: #5f82a2; }
    body.main-body .ui-inputgroup .ui-button.ui-button-icon-only.ui-state-hover {
      background-color: #5f82a2; }
      body.main-body .ui-inputgroup .ui-button.ui-button-icon-only.ui-state-hover .ui-icon.ui-button-icon-left, body.main-body .ui-inputgroup .ui-button.ui-button-icon-only.ui-state-hover ui-icon.ui-button-icon-right {
        color: #fff; }
  body.main-body .save_bar .ui-button {
    display: inline-block;
    margin-right: 5px;
    width: auto; }
    body.main-body .save_bar .ui-button.save-btn {
      background-color: #2c75bd; }
    body.main-body .save_bar .ui-button.edit-btn {
      background-color: #29c729; }
  body.main-body .save_bar a.ui-commandlink {
    vertical-align: top;
    display: inline-block;
    border-radius: 3px;
    padding: 1px 5px;
    color: #bb1c1c; }
    body.main-body .save_bar a.ui-commandlink i {
      color: #bb1c1c; }
    body.main-body .save_bar a.ui-commandlink:hover {
      background-color: #f1cccc;
      border: none; }
      body.main-body .save_bar a.ui-commandlink:hover i {
        color: #bb1c1c; }
  body.main-body .save_bar .label_status {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    color: #0054a9;
    font-style: italic; }
  body.main-body .save_bar .name {
    font-weight: bold;
    font-size: 17px;
    vertical-align: -webkit-baseline-middle;
    color: #f1bf07; }
  body.main-body .tool_bar_save {
    min-height: 45px; }
    body.main-body .tool_bar_save .menuitem {
      display: inline-block;
      padding: 10px 8px; }
      body.main-body .tool_bar_save .menuitem.first_button {
        padding: 10px 0px 0px 10px; }
      body.main-body .tool_bar_save .menuitem a.ui-commandlink {
        vertical-align: -7px; }
        body.main-body .tool_bar_save .menuitem a.ui-commandlink span {
          vertical-align: 6px; }
        body.main-body .tool_bar_save .menuitem a.ui-commandlink.cancel {
          border-radius: 3px;
          padding: 10px 6px 0px 0px;
          color: #bb1c1c;
          vertical-align: -5px; }
          body.main-body .tool_bar_save .menuitem a.ui-commandlink.cancel i {
            color: #bb1c1c; }
          body.main-body .tool_bar_save .menuitem a.ui-commandlink.cancel:hover {
            background-color: #f1cccc;
            border: none;
            border-bottom: none; }
            body.main-body .tool_bar_save .menuitem a.ui-commandlink.cancel:hover i {
              color: #bb1c1c; }
      body.main-body .tool_bar_save .menuitem .ui-button {
        width: auto; }
        body.main-body .tool_bar_save .menuitem .ui-button.save-btn {
          background-color: #2c75bd; }
        body.main-body .tool_bar_save .menuitem .ui-button.edit-btn {
          background-color: #29c729; }
      body.main-body .tool_bar_save .menuitem .label {
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        color: #0054a9;
        font-style: italic; }
      body.main-body .tool_bar_save .menuitem.right {
        float: right; }
        body.main-body .tool_bar_save .menuitem.right ::after {
          clear: both; }
  body.main-body .white_box {
    background-color: #fff;
    border: 1px solid #e6e3e3;
    border-radius: 3px;
    padding: 0; }
  body.main-body .yellow_box {
    background-color: #ffd;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 10px; }
  body.main-body .ui-dialog {
    /*position: absolute;*/ }
    body.main-body .ui-dialog .ui-dialog-titlebar.ui-widget-header {
      background-color: #fff;
      color: #0154a6;
      padding: 5px 10px;
      font-size: 18px; }
      body.main-body .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
        font-weight: 400px; }
      body.main-body .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-icon.ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
        color: #0154a6; }
    body.main-body .ui-dialog .ui-dialog-content.ui-widget-content {
      padding: 5px 10px; }
  body.main-body .ui-accordion .ui-accordion-header {
    background-color: #5f82a2;
    color: #fff; }
    body.main-body .ui-accordion .ui-accordion-header .ui-icon {
      color: #fff; }
    body.main-body .ui-accordion .ui-accordion-header.ui-tabs-outline.ui-state-active {
      background-color: rgba(209, 216, 222, 0.8);
      color: #5f82a2;
      font-weight: 700; }
      body.main-body .ui-accordion .ui-accordion-header.ui-tabs-outline.ui-state-active .ui-icon {
        color: #5f82a2;
        font-weight: 700; }
  body.main-body .conciliacao_bancaria .label_saldo {
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px; }
    body.main-body .conciliacao_bancaria .label_saldo.positivo {
      background-color: #dfebfc;
      color: #1a73e8; }
    body.main-body .conciliacao_bancaria .label_saldo.negativo {
      background-color: rgba(249, 173, 173, 0.4);
      color: #bb0909; }
  body.main-body .conciliacao_bancaria .ui-datagrid-content.ui-widget-content {
    border: none; }
  body.main-body .conciliacao_bancaria .pendente {
    display: block;
    line-height: 50px;
    text-align: center; }
    body.main-body .conciliacao_bancaria .pendente .box span {
      font-weight: 500; }
      body.main-body .conciliacao_bancaria .pendente .box span.valor {
        display: inline-block;
        margin-right: 5px;
        font-size: 25px;
        color: #2b8e24;
        font-family: monospace; }
        body.main-body .conciliacao_bancaria .pendente .box span.valor.credito {
          color: #2b8e24; }
        body.main-body .conciliacao_bancaria .pendente .box span.valor.debito {
          color: #de2722; }
      body.main-body .conciliacao_bancaria .pendente .box span.num_lanc {
        font-size: 12px;
        font-style: italic;
        color: black; }
  body.main-body .conciliacao_bancaria .saldo .valor {
    display: block;
    line-height: 70px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    font-family: monospace; }
    body.main-body .conciliacao_bancaria .saldo .valor.positivo {
      color: #205586; }
    body.main-body .conciliacao_bancaria .saldo .valor.negativo {
      color: #de2722; }
  body.main-body .conciliacao_bancaria .saldo .rodape {
    line-height: 34px;
    display: block;
    text-align: right; }
    body.main-body .conciliacao_bancaria .saldo .rodape span {
      display: inline-block;
      margin-right: 5px;
      color: #5f82a2; }
      body.main-body .conciliacao_bancaria .saldo .rodape span.valor_ult_mov {
        font-weight: 600;
        font-size: 17px; }
        body.main-body .conciliacao_bancaria .saldo .rodape span.valor_ult_mov.positivo {
          color: #2b8e24; }
        body.main-body .conciliacao_bancaria .saldo .rodape span.valor_ult_mov.negativo {
          color: #de2722; }
      body.main-body .conciliacao_bancaria .saldo .rodape span.data_ult_atual {
        font-weight: 600;
        font-size: 17px;
        color: #205586; }
      body.main-body .conciliacao_bancaria .saldo .rodape span.tipo {
        font-weight: 300;
        font-size: 11px; }
  body.main-body .conciliacao_bancaria .ui-panel.lancamento_borda {
    border: 1px solid #bdcad6; }
  body.main-body .conciliacao_bancaria .ui-panel.identificado {
    background-color: #e7f5ea;
    border-color: #cce8d2;
    height: 175px; }
  body.main-body .conciliacao_bancaria .lancamento .label.data {
    font-size: 15px;
    font-weight: 600;
    color: #7d7c7c;
    line-height: 20px; }
  body.main-body .conciliacao_bancaria .lancamento .label.historico {
    font-size: 15px;
    color: #444444;
    font-weight: 700; }
  body.main-body .conciliacao_bancaria .lancamento .label.num_doc {
    font-size: 12px;
    color: #777777;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px; }
  body.main-body .conciliacao_bancaria .lancamento .label.seg_linha_extrato {
    font-size: 13px;
    color: #a2a2a2;
    font-weight: 500;
    display: inline-block;
    font-style: italic; }
  body.main-body .conciliacao_bancaria .lancamento .label.descricao {
    display: block;
    font-size: 13px;
    color: #a2a2a2;
    font-weight: 500;
    font-style: italic; }
  body.main-body .conciliacao_bancaria .lancamento .label.meio_pagamento {
    margin-left: 5px;
    font-weight: 700;
    line-height: 25px; }
  body.main-body .conciliacao_bancaria .lancamento .label .box_nome {
    display: inherit;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
    body.main-body .conciliacao_bancaria .lancamento .label .box_nome .label.tipo {
      margin-right: 5px;
      font-weight: 700;
      line-height: 25px; }
  body.main-body .jqplot-xaxis-label, body.main-body .jqplot-yaxis-label, body.main-body .jqplot-y2axis-label, body.main-body .jqplot-x2axis-label {
    color: #757575; }
  body.main-body table.jqplot-table-legend {
    background-color: #ffffff;
    color: #757575;
    border-color: #bdbdbd; }
  body.main-body .divider {
    padding: 10px;
    position: relative;
    margin: 1rem 0; }
    body.main-body .divider::before {
      border-top: 1px solid #dee2e6;
      position: absolute;
      display: block;
      top: 50%;
      left: 0;
      width: 100%;
      content: ""; }
    body.main-body .divider.divider-horizontal {
      display: flex;
      width: 100%;
      align-items: center; }
    body.main-body .divider .divider-content {
      z-index: 1;
      background-color: white;
      padding: 0 0.5rem; }
      body.main-body .divider .divider-content span.divider-title {
        color: #0154a6;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase; }

/*# sourceMappingURL=layout-raiz.css.map */
