/* Add your variable customizations of layout here */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-300.eot.xhtml?ln=sapphire-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-300.eot.xhtml?ln=sapphire-layout#iefix") format("embedded-opentype"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-300.woff2.xhtml?ln=sapphire-layout") format("woff2"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-300.woff.xhtml?ln=sapphire-layout") format("woff"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-300.ttf.xhtml?ln=sapphire-layout") format("truetype"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-300.svg.xhtml?ln=sapphire-layout#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-regular.eot.xhtml?ln=sapphire-layout");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-regular.eot.xhtml?ln=sapphire-layout#iefix") format("embedded-opentype"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-regular.woff2.xhtml?ln=sapphire-layout") format("woff2"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-regular.woff.xhtml?ln=sapphire-layout") format("woff"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-regular.ttf.xhtml?ln=sapphire-layout") format("truetype"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-regular.svg.xhtml?ln=sapphire-layout#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-500.eot.xhtml?ln=sapphire-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-500.eot.xhtml?ln=sapphire-layout#iefix") format("embedded-opentype"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-500.woff2.xhtml?ln=sapphire-layout") format("woff2"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-500.woff.xhtml?ln=sapphire-layout") format("woff"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-500.ttf.xhtml?ln=sapphire-layout") format("truetype"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-500.svg.xhtml?ln=sapphire-layout#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-700.eot.xhtml?ln=sapphire-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-700.eot.xhtml?ln=sapphire-layout#iefix") format("embedded-opentype"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-700.woff2.xhtml?ln=sapphire-layout") format("woff2"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-700.woff.xhtml?ln=sapphire-layout") format("woff"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-700.ttf.xhtml?ln=sapphire-layout") format("truetype"), url("/portaldocliente/javax.faces.resource/fonts/roboto-v18-latin_latin-ext-700.svg.xhtml?ln=sapphire-layout#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/portaldocliente/javax.faces.resource/fonts/MaterialIcons-Regular.eot.xhtml?ln=sapphire-layout");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/portaldocliente/javax.faces.resource/fonts/MaterialIcons-Regular.woff2.xhtml?ln=sapphire-layout") format("woff2"), url("/portaldocliente/javax.faces.resource/fonts/MaterialIcons-Regular.woff.xhtml?ln=sapphire-layout") format("woff"), url("/portaldocliente/javax.faces.resource/fonts/MaterialIcons-Regular.ttf.xhtml?ln=sapphire-layout") format("truetype");
}
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 1.25em;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.card .card-title {
  font-size: 16px;
  font-weight: 500;
  margin: 1em 0;
  letter-spacing: 0.3px;
}
.card .card-title:first-child {
  margin-top: 0;
}
.card p {
  margin: 0 0 1em 0;
  padding: 0;
}

.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);
  }
}
@-webkit-keyframes fadeInMask {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes fadeInMask {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}
.fadeInDown {
  -webkit-animation: fadeInDown 5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 5s;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.2s;
  /* Safari 4.0 - 8.0 */
  animation: fadeOutUp 0.2s;
}

.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 {
  -ms-flex-wrap: wrap;
}
.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 {
  margin-right: -1em;
  margin-left: -1em;
  margin-top: -1em;
}
.dashboard > div {
  padding: 1em;
}
.dashboard .card {
  height: 100%;
  margin-bottom: 0;
}
.dashboard .dot {
  height: 0.5em;
  width: 0.5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.dashboard .dot.dot-green {
  background-color: #4caf50;
}
.dashboard .dot.dot-red {
  background-color: #e91e63;
}
.dashboard .dot.dot-orange {
  background-color: #ff9800;
}
.dashboard .icon-container {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #eeeeee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dashboard .icon-container i {
  color: #9e9e9e;
  font-size: 24px;
  line-height: inherit;
}
.dashboard .overview-box .overview-numbers {
  font-size: 16px;
  color: #4c87c9;
  font-weight: 700;
  margin: 0.5em 0 1em 0;
}
.dashboard .overview-box.monthly-sales img {
  width: 100%;
  margin-top: 1em;
}
.dashboard .overview-box.total-views img {
  width: 100%;
  margin-top: 4em;
}
.dashboard .overview-box.connections .legend-arrow {
  vertical-align: top;
  color: #4caf50;
  position: relative;
  top: -4px;
}
.dashboard .overview-box.connections .dot {
  margin-right: 0.5em;
  vertical-align: middle;
}
.dashboard .overview-box.connections .connection-chart {
  text-align: center;
  padding-top: 2em;
}
.dashboard .overview-box.connections .connection-chart-legend {
  padding-left: 4%;
  padding-top: 1.5em;
  color: #234D7A;
}
.dashboard .summary-box {
  position: relative;
}
.dashboard .summary-box .card {
  min-height: 100px;
}
.dashboard .summary-box .summary-box-title {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}
.dashboard .summary-box p {
  margin: 0.25em 0;
  color: #ffffff;
}
.dashboard .summary-box .summary-box-icon {
  position: absolute;
  right: 24px;
  top: 32px;
}
.dashboard .summary-box .summary-box-graph {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dashboard .summary-box.summary-box-messages .card {
  border-top: 4px solid #0097a7;
  background-color: #00bcd4;
}
.dashboard .summary-box.summary-box-checkins .card {
  border-top: 4px solid #ad1457;
  background-color: #e91e63;
}
.dashboard .summary-box.summary-box-filessynced .card {
  border-top: 4px solid #f47b08;
  background-color: #ffb300;
}
.dashboard .summary-box.summary-box-usersonline .card {
  border-top: 4px solid #455a64;
  background-color: #607d8b;
}
.dashboard .tasks {
  padding: 0;
}
.dashboard .tasks .tasks-progress {
  height: 7px;
  background-color: #00bcd4;
}
.dashboard .tasks .tasks-progress .tasks-progress-value {
  height: 7px;
  width: 50%;
  background-color: #0097a7;
}
.dashboard .tasks .tasks-header {
  padding: 16px;
  background-color: #eeeeee;
}
.dashboard .tasks .tasks-header .task-number {
  font-weight: 700;
}
.dashboard .tasks ul {
  list-style-type: none;
  margin: 0.25em 0 0 0;
  padding: 0.25em 1em 0 1em;
}
.dashboard .tasks ul li {
  border-bottom: 1px solid #e4e4e4;
}
.dashboard .tasks ul li:last-child {
  border-bottom: 0 none;
}
.dashboard .tasks .tasks-detail {
  margin-top: 0.5em;
  color: #616161;
}
.dashboard .tasks .task-content {
  position: relative;
  padding: 1em 0;
}
.dashboard .tasks i {
  color: #616161;
}
.dashboard .tasks .p-col-fixed {
  width: 75px;
  text-align: center;
}
.dashboard .team ul {
  list-style-type: none;
  margin: 0.25em 0 0 0;
  padding: 0;
}
.dashboard .team ul li {
  border-bottom: 1px solid #e4e4e4;
}
.dashboard .team ul li:last-child {
  border-bottom: 0 none;
}
.dashboard .team img {
  width: 40px;
  height: 40px;
}
.dashboard .team .member-content {
  padding: 1em;
}
.dashboard .team .member-name {
  margin-bottom: 0.5em;
}
.dashboard .team button:last-child {
  margin-left: 0.5em;
}
.dashboard .team .member-status {
  color: #616161;
}
.dashboard .team .member-status span {
  vertical-align: middle;
}
.dashboard .team .dot {
  vertical-align: middle;
}
.dashboard .userprofile {
  padding: 0;
}
.dashboard .userprofile .userprofile-bg {
  width: 100%;
}
.dashboard .userprofile .userprofile-avatar {
  border: 4px solid #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  width: 96px;
  height: 96px;
  display: block;
  margin-top: -48px;
}
.dashboard .userprofile .userprofile-name {
  text-align: center;
  margin: 0.5em 0;
}
.dashboard .userprofile .userprofile-role {
  color: #234D7A;
  text-align: center;
  margin-bottom: 2em;
  font-size: 12px;
  letter-spacing: 0.4px;
}
.dashboard .userprofile .userprofile-circle {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-width: 4px;
  border-style: solid;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 0.5em;
}
.dashboard .userprofile .userprofile-status {
  color: #234D7A;
  letter-spacing: 2px;
  font-size: 12px;
}
.dashboard .userprofile .userprofile-value {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2px;
}
.dashboard .userprofile .userprofile-legend {
  text-align: center;
}
.dashboard .userprofile .userprofile-completed .userprofile-circle {
  border-color: #00bcd4;
}
.dashboard .userprofile .userprofile-snoozed .userprofile-circle {
  border-color: #ffc107;
}
.dashboard .userprofile .userprofile-overdue .userprofile-circle {
  border-color: #e91e63;
}
.dashboard .quarterreport h3 {
  margin: 0;
  font-size: 16px;
}
.dashboard .quarterreport .dashboard-chart-container {
  position: relative;
  height: 325px;
}
.dashboard .switchpanel {
  border-left: 6px solid #00bcd4;
}
.dashboard .switchpanel .switch-name {
  color: #616161;
  margin-bottom: 0.25em;
}
.dashboard .switchpanel .switch-status {
  color: #0097a7;
  letter-spacing: 0.4px;
  font-size: 12px;
  display: block;
  margin-bottom: 0.5em;
}
.dashboard .switchpanel.switchpanel-off {
  border-left: 6px solid #e91e63;
}
.dashboard .switchpanel.switchpanel-off .switch-status {
  color: #e91e63;
}
.dashboard .switchpanel .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-handle {
  background-color: #0097a7;
}
.dashboard .switchpanel .ui-inputswitch.ui-inputswitch-checked {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.dashboard .timeline h3 {
  margin: 0;
  font-size: 16px;
}
.dashboard .timeline ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dashboard .timeline li {
  padding: 1em 0;
  border-bottom: 1px solid #e4e4e4;
}
.dashboard .timeline li:last-child {
  border-bottom: 0 none;
}
.dashboard .timeline img {
  width: 100%;
}
.dashboard .timeline .p-col-fixed {
  padding: 0 1em 0.5em 0;
}
.dashboard .timeline .event-owner {
  color: #616161;
  margin-bottom: 0.5em;
}
.dashboard .timeline .event-detail {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.87);
}
.dashboard .timeline .timeline-clock {
  display: inline-block;
  margin-top: 0.5em;
  background-color: #eeeeee;
  color: #234D7A;
  padding: 0.5em;
  font-size: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.dashboard .timeline .timeline-clock .material-icons {
  font-size: 13px;
  vertical-align: middle;
}
.dashboard .timeline .timeline-clock span {
  vertical-align: middle;
}
.dashboard .location {
  padding: 0;
  margin-top: 1em;
}
.dashboard .location .location-content {
  padding: 1em;
}
.dashboard .location .location-name {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.dashboard .location p {
  margin: 0.75em 0;
  color: #616161;
}
.dashboard .location img {
  width: 100%;
}
.dashboard .location a {
  color: #00bcd4;
}
.dashboard .location a:hover {
  color: #0097a7;
}
.dashboard .weather {
  padding: 0;
}
.dashboard .weather .weather-image {
  background-image: url("");
  background-size: cover;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
  min-height: 250px;
  padding: 1em;
}
.dashboard .weather .weather-image .city-name {
  font-size: 24px;
  margin-bottom: 40px;
}
.dashboard .weather .weather-image .weather-today {
  font-size: 20px;
  margin-bottom: 8px;
}
.dashboard .weather .weather-image .weather-degree {
  font-size: 40px;
}
.dashboard .weather .weekdays {
  margin: 1em;
}
.dashboard .weather .weekdays > div {
  padding: 0.857em;
}
.dashboard .weather .weather-degree-col {
  text-align: right;
}
.dashboard .weather .weather-degree-col img {
  vertical-align: middle;
  margin-left: 0.5em;
}
.dashboard .inventory {
  padding: 0;
}
.dashboard .inventory .card-title {
  padding: 0.714em 0.857em;
}
.dashboard .inventory h3 {
  margin: 0;
  font-size: 16px;
  padding: 1em;
}
.dashboard .inventory .ui-datatable-reflow .ui-reflow-label,
.dashboard .inventory .ui-datatable-reflow .ui-reflow-dropdown {
  margin: 1em;
}

@media screen and (max-width: 1024px) {
  .dashboard .quarterreport .dashboard-chart-container {
    height: 250px;
  }
}
.login-body {
  background-image: url("/portaldocliente/javax.faces.resource/images/login/bg-login.png.xhtml?ln=sapphire-layout");
  height: 100%;
  width: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-body .login-panel {
  height: 410px;
  background-color: #fafafa;
  position: absolute;
  left: 70%;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.login-body .login-panel .login-panel-header {
  text-align: center;
  vertical-align: middle;
  width: 108px;
  height: 108px;
  position: relative;
  top: -54px;
  left: 50%;
  margin-left: -54px;
  background: #fafafa;
  border: 10px solid #fafafa;
  border-radius: 50%;
}
.login-body .login-panel .login-panel-header img {
  width: 88px;
  height: 88px;
}
.login-body .login-panel .login-panel-content {
  padding: 12px 98px;
  position: relative;
  top: -54px;
}
.login-body .login-panel .login-panel-content h1 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #234D7A;
  margin-top: 0;
  margin-bottom: 6px;
  text-align: center;
}
.login-body .login-panel .login-panel-content h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
}
.login-body .login-panel .login-panel-content .ui-g-12, .login-body .login-panel .login-panel-content .ui-g-6 {
  padding: 1em;
}

@media screen and (max-width: 1024px) {
  .login-body .login-panel {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .login-body .login-panel .login-panel-content {
    padding: 12px 38px;
  }
}
.exception-body {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.exception-body.error {
  background-image: url("/portaldocliente/javax.faces.resource/images/exception/bg-error.jpg.xhtml?ln=sapphire-layout");
}
.exception-body.error .exception-panel .exception-image {
  width: 102px;
  margin-left: -51px;
}
.exception-body.error .exception-panel .exception-image img {
  width: 58px;
  height: 64px;
}
.exception-body.notfound {
  background-image: url("/portaldocliente/javax.faces.resource/images/exception/bg-404.jpg.xhtml?ln=sapphire-layout");
}
.exception-body.notfound .exception-panel .exception-image {
  width: 108px;
  margin-left: -54px;
}
.exception-body.notfound .exception-panel .exception-image img {
  width: 64px;
  height: 64px;
}
.exception-body.accessdenied {
  background-image: url("/portaldocliente/javax.faces.resource/images/exception/bg-access.jpg.xhtml?ln=sapphire-layout");
}
.exception-body.accessdenied .exception-panel .exception-image {
  width: 108px;
  margin-left: -54px;
}
.exception-body.accessdenied .exception-panel .exception-image img {
  width: 50px;
  height: 64px;
}
.exception-body .exception-panel {
  width: 565px;
  height: 247px;
  background-color: #fafafa;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -282px;
  margin-top: -123px;
  padding: 0;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.exception-body .exception-panel .exception-image {
  vertical-align: middle;
  height: 108px;
  position: relative;
  top: -54px;
  left: 50%;
  background: #fafafa;
  border: 22px solid #fafafa;
  border-radius: 50%;
}
.exception-body .exception-panel .exception-detail {
  position: relative;
  padding: 10px 0 42px 0;
  top: -54px;
}
.exception-body .exception-panel .exception-detail h1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.7px;
  color: #616161;
  margin: 0px 0 16px 0;
}
.exception-body .exception-panel .exception-detail p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #212121;
  margin: 0 0 42px 0;
}

@media screen and (max-width: 1024px) {
  .exception-body .exception-panel {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
.landing-body {
  background-color: #f4f4f7;
}
.landing-body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-body p {
  line-height: 1.5;
}
.landing-body #header {
  background-color: rgba(32, 33, 36, 0.98);
}
.landing-body #header > div {
  width: 100%;
  margin: 0 auto;
  height: 96px;
  padding: 36px 146px;
}
.landing-body #header > div img {
  width: 155px;
  height: 24px;
}
.landing-body #header > div #landing-menu {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.landing-body #header > div #landing-menu > li {
  display: inline-block;
}
.landing-body #header > div #landing-menu > li a {
  border-bottom: 6px solid transparent;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  height: 60px;
  padding: 0 21px;
  font-size: 18px;
  letter-spacing: 1px;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.landing-body #header > div #landing-menu > li:hover a {
  color: #ffffff;
  border-color: #eeeeee;
}
.landing-body #header > div #landing-menu-button {
  color: #234D7A;
  background-color: #fafafa;
  border-radius: 50%;
  display: none;
  float: right;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}
.landing-body #header > div #landing-menu-button .landing-menu-button-icon {
  background-color: #234D7A;
  width: 28px;
  height: 4px;
  position: absolute;
  top: 22px;
  left: 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: swing;
}
.landing-body #header > div #landing-menu-button .landing-menu-button-icon:before, .landing-body #header > div #landing-menu-button .landing-menu-button-icon:after {
  background-color: #234D7A;
  width: 28px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: swing;
}
.landing-body #header > div #landing-menu-button .landing-menu-button-icon:before {
  top: -9px;
}
.landing-body #header > div #landing-menu-button .landing-menu-button-icon:after {
  top: 9px;
}
.landing-body #introduction > div {
  background: url("") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  color: #ffffff;
  text-align: left;
  padding-top: 102px;
  padding-left: 145px;
}
.landing-body #introduction > div h1 {
  padding: 0;
  margin: 0 0 48px 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0.3px;
  color: #ffffff;
}
.landing-body #introduction > div button {
  min-width: 180px;
  height: 42px;
}
.landing-body #features > div {
  margin: 0;
  padding: 72px 145px;
}
.landing-body #features > div h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #202124;
  margin: 0 0 42px 0;
}
.landing-body #features > div .feature-box {
  padding: 1em;
}
.landing-body #features > div .feature-box img {
  width: 100%;
  margin-bottom: 12px;
}
.landing-body #features > div .feature-box > div h3 {
  font-size: 15px;
  margin: 0;
}
.landing-body #features > div .feature-box > div p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #234D7A;
  margin: 8px 0;
}
.landing-body #stats {
  background-color: #212121;
}
.landing-body #stats > div {
  margin: 0;
  padding: 38px 145px;
}
.landing-body #stats > div .stat-box {
  padding-right: 160px;
  text-align: left;
  color: #ffffff;
}
.landing-body #stats > div .stat-box.component img {
  width: 32px;
  height: 32px;
}
.landing-body #stats > div .stat-box.development img {
  width: 48px;
  height: 32px;
}
.landing-body #stats > div .stat-box.coffee img {
  width: 40px;
  height: 32px;
}
.landing-body #stats > div .stat-box .ui-progressbar {
  margin-top: 12px;
  margin-bottom: 8px;
  height: 4px;
  background-color: #eeeeee;
}
.landing-body #stats > div .stat-box .ui-progressbar .ui-progressbar-value {
  background-color: #ffc107;
  border-color: #ffc107;
  height: 4px;
}
.landing-body #stats > div .stat-box p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.landing-body #pricing {
  background-color: #ffffff;
}
.landing-body #pricing .p-col-12 {
  padding: 0.5em 1em;
}
.landing-body #pricing > div {
  margin: 0;
  padding: 75px 145px 87px 145px;
  text-align: left;
}
.landing-body #pricing > div > h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin: 0 0 42px 0;
  color: #202124;
}
.landing-body #pricing > div .pricing-box {
  width: 100%;
  max-height: 358px;
  text-align: left;
  background-color: #fafafa;
  border-left: 6px solid rgba(97, 97, 97, 0.07);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 9px 12px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 9px 12px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 9px 12px 1px rgba(0, 0, 0, 0.14);
}
.landing-body #pricing > div .pricing-box .pricing-header {
  padding: 24px 24px 18px 24px;
  text-align: center;
}
.landing-body #pricing > div .pricing-box .pricing-header h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #212121;
  margin: 0;
}
.landing-body #pricing > div .pricing-box .pricing-header .pricing-fee {
  font-size: 20px;
  letter-spacing: 0.3px;
  color: #234D7A;
  margin: 0;
}
.landing-body #pricing > div .pricing-box .pricing-header .pricing-fee b {
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #212121;
  text-align: center;
}
.landing-body #pricing > div .pricing-box .pricing-content {
  padding: 0 20px 19px 20px;
  min-height: 228px;
  position: relative;
}
.landing-body #pricing > div .pricing-box .pricing-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.landing-body #pricing > div .pricing-box .pricing-content ul li {
  padding: 12px 0 0 0;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #212121;
}
.landing-body #pricing > div .pricing-box .pricing-content ul li i {
  color: #43a047;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 6px;
}
.landing-body #pricing > div .pricing-box .pricing-content button {
  background-color: #457fca;
  position: absolute;
  min-width: 136px;
  bottom: 20px;
  left: 50%;
  margin-left: -68px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.landing-body #multimedia {
  background-color: #202124;
}
.landing-body #multimedia > div {
  margin: 0;
  padding: 72px 145px 99px 145px;
  text-align: left;
}
.landing-body #multimedia > div h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin: 0 0 51px 0;
}
.landing-body #multimedia > div .multimedia-content1 {
  padding-right: 51px;
}
.landing-body #multimedia > div .multimedia-content1 img {
  width: 726px;
  height: 342px;
}
.landing-body #multimedia > div .multimedia-content2 img {
  width: 370px;
  height: 342px;
}
.landing-body #multimedia > div > div h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #eeeeee;
  margin: 24px 0 10px 0;
}
.landing-body #multimedia > div > div p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #eeeeee;
  margin: 0;
}
.landing-body #footer {
  background-color: #202124;
  color: #ffffff;
}
.landing-body #footer > div {
  margin: 0 145px;
  padding: 18px 0 30px 0;
  border-top: 6px solid #00bcd4;
}
.landing-body #footer > div .footer-logo {
  height: 23px;
}
.landing-body #footer > div p {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #234D7A;
}
.landing-body #footer > div .footer-social {
  text-align: right;
}
.landing-body #footer > div .footer-social a {
  margin-left: 50px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.landing-body #footer > div .footer-social a img {
  height: 22px;
}
.landing-body #footer > div .footer-social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 1024px) {
  .landing-body {
    padding-top: 95px;
  }
  .landing-body #header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  }
  .landing-body #header > div {
    width: 100%;
    padding: 24px;
  }
  .landing-body #header > div img {
    margin-top: 12px;
  }
  .landing-body #header > div #landing-menu-button {
    display: block;
    /*&.landing-menu-active {
                       background-color: #424242;

    	i {
    		color: #eeeeee;
    		background-color: #424242;
    	}
    }*/
  }
  .landing-body #header > div #landing-menu-button.landing-menu-active {
    background-color: #424242;
  }
  .landing-body #header > div #landing-menu-button.landing-menu-active .landing-menu-button-icon {
    width: 0;
    background-color: #eeeeee;
  }
  .landing-body #header > div #landing-menu-button.landing-menu-active .landing-menu-button-icon:before {
    background-color: #eeeeee;
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  .landing-body #header > div #landing-menu-button.landing-menu-active .landing-menu-button-icon:after {
    background-color: #eeeeee;
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  .landing-body #header > div #landing-menu {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    display: none;
    float: none;
    width: 100%;
    position: fixed;
    top: 95px;
    left: 0;
    padding-bottom: 50px;
    opacity: 0.95;
    background-color: rgba(32, 33, 36, 0.99);
    -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 9px 12px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 9px 12px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 9px 12px 1px rgba(0, 0, 0, 0.14);
  }
  .landing-body #header > div #landing-menu li {
    display: block;
  }
  .landing-body #header > div #landing-menu li a {
    height: auto;
    border-bottom: 0 none;
    padding: 15px;
  }
  .landing-body #header > div #landing-menu.landing-menu-active {
    display: block;
  }
  .landing-body #introduction {
    width: 100%;
  }
  .landing-body #introduction > div {
    text-align: center;
    padding: 82px 34px 0 34px;
  }
  .landing-body #introduction > div h1 {
    margin-bottom: 42px;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
  }
  .landing-body #features > div {
    width: 100%;
    padding: 72px 23px;
  }
  .landing-body #features > div h1 {
    text-align: center;
  }
  .landing-body #stats > div {
    width: 100%;
    padding: 42px 52px;
  }
  .landing-body #stats > div .stat-box {
    padding-right: 0;
  }
  .landing-body #pricing > div {
    width: 100%;
    padding: 75px 62px;
    text-align: center;
  }
  .landing-body #pricing > div .pricing-box {
    margin: 0 0 42px 0;
    max-width: none;
  }
  .landing-body #multimedia > div {
    width: 100%;
    padding: 72px 15px;
  }
  .landing-body #multimedia > div h1 {
    text-align: center;
  }
  .landing-body #multimedia > div .multimedia-content1, .landing-body #multimedia > div .multimedia-content2 {
    padding-right: 15px;
  }
  .landing-body #multimedia > div .multimedia-content1 img, .landing-body #multimedia > div .multimedia-content2 img {
    width: 100%;
    height: 275px;
  }
  .landing-body #footer > div {
    text-align: center;
    margin: 0 23px 0 14px;
  }
  .landing-body #footer > div .footer-social {
    text-align: center;
  }
  .landing-body #footer > div .footer-social a:first-child {
    margin: 0;
  }
}
.layout-config-button {
  display: block;
  position: fixed;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: #fafafa;
  text-align: center;
  top: 230px;
  right: 0;
  z-index: 1000000;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-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;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config-button i {
  font-size: 32px;
  color: #00bcd4;
  line-height: inherit;
}
.layout-config-button:hover {
  background-color: #e0e0e0;
}

.layout-config {
  z-index: 1000002;
  position: fixed;
  padding: 0;
  display: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  width: 52vw;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.layout-config .layout-config-content {
  padding: 1em;
  position: relative;
}
.layout-config .layout-config-close {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  right: -18px;
  top: -18px;
  background-color: #E91E63;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-config .layout-config-close i {
  color: #ffffff;
  line-height: inherit;
  font-size: 24px;
}
.layout-config .layout-config-close:hover {
  background-color: #D81B60;
}
.layout-config.layout-config-enter {
  display: block;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.7);
}
.layout-config.layout-config-enter-active {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
}
.layout-config.layout-config-enter-done {
  display: block;
}
.layout-config.layout-config-exit {
  opacity: 1;
  display: block;
}
.layout-config.layout-config-exit-active {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.layout-config.layout-config-exit-done {
  display: none;
}
.layout-config .layout-config-option {
  width: 100px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-config .layout-config-option i {
  line-height: inherit;
  font-size: 48px;
  color: #ffffff;
}
.layout-config .layout-config-option:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.layout-config .layout-config-option.layout-config-option-image {
  position: relative;
}
.layout-config .layout-config-option.layout-config-option-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -40px;
}
.layout-config .layout-config-option.layout-config-option-image img {
  border: 0 none;
}
.layout-config .layout-config-option.layout-config-option-light i {
  color: #000000;
}
.layout-config .p-col {
  padding: 1em;
  -ms-flex-preferred-size: auto;
}
.layout-config .ui-tabs {
  border: 0 none;
}
.layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li {
  vertical-align: bottom;
  top: auto;
  margin: 0 0.125em 0px 0;
}
.layout-config .ui-tabs .ui-tabs-panels {
  padding: 1em 0;
  height: 500px;
  overflow: auto;
}
.layout-config .layout-config-subtitle {
  font-size: 16px;
  letter-spacing: 0.2px;
  margin: 0.75em 0;
  color: #234D7A;
}
.layout-config .layout-config-subtitle:first-child {
  margin-top: 0;
}
.layout-config p {
  line-height: 1.5;
  margin-top: 0;
  color: #234D7A;
}

.layout-config-mask {
  background-color: #252529;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000001;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  animation-name: fadeInMask;
  animation-duration: 0.2s;
}

@media screen and (max-width: 1024px) {
  .layout-config {
    width: 80vw;
  }
}
html {
  height: 100%;
}

body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #50337F;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #f4f4f7;
}
body .ajax-loader {
  font-size: 32px;
  color: #457fca;
}
body.blocked-scroll, body.blocked-scroll-config {
  overflow: hidden;
}

.layout-top {
  padding: 65px 100px 5px 100px;
}

.layout-topbar:before, .layout-topbar:after {
  content: "";
  display: table;
}
.layout-topbar:after {
  clear: both;
}
.layout-topbar .p-grid {
  margin: 0;
  min-height: 4em;
}
.layout-topbar .p-grid .p-col {
  padding: 0;
}
.layout-topbar .layout-topbar-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 4em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-topbar .layout-topbar-grid .layout-topbar-grid-column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.layout-topbar .layout-topbar-grid .layout-topbar-grid-column-fixed {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.layout-topbar .layout-menubutton {
  position: absolute;
  height: 48px;
  width: 48px;
  line-height: 48px;
  left: 29px;
  top: 19px;
  text-align: center;
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}
.layout-topbar .layout-menubutton .layout-menubutton-icon {
  width: 28px;
  height: 4px;
  position: absolute;
  top: 22px;
  left: 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: swing;
}
.layout-topbar .layout-menubutton .layout-menubutton-icon:before, .layout-topbar .layout-menubutton .layout-menubutton-icon:after {
  width: 28px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: swing;
}
.layout-topbar .layout-menubutton .layout-menubutton-icon:before {
  top: -9px;
}
.layout-topbar .layout-menubutton .layout-menubutton-icon:after {
  top: 9px;
}
.layout-topbar .layout-logo img {
  height: 20px;
}
.layout-topbar .layout-topbar-search .ui-inputfield {
  width: 150px;
  padding: 6px 24px 6px 6px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layout-topbar .layout-topbar-search i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.layout-topbar .layout-topbar-search label {
  margin-top: 6px;
}
.layout-topbar .profile-menu-button {
  margin-left: 2em;
  display: inline-block;
  border: 2px solid transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.layout-topbar .profile-menu-button img {
  width: 36px;
  height: 36px;
}
.layout-topbar .layout-profile-menu {
  display: none;
  list-style-type: none;
  position: absolute;
  min-width: 250px;
  z-index: 999;
  padding: 0.75em;
  overflow: auto;
  right: 100px;
  margin: 0;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -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-topbar .layout-profile-menu.layout-profile-menu-active {
  display: block;
}
.layout-topbar .layout-profile-menu a {
  display: block;
  position: relative;
  padding: 0.75em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.layout-topbar .layout-profile-menu a span {
  vertical-align: middle;
}
.layout-topbar .layout-profile-menu a i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 7px;
}
.layout-topbar .layout-profile-menu .layout-profile-menu-search {
  display: none;
  padding: 1em;
}
.layout-topbar .layout-profile-menu .layout-profile-menu-search .ui-inputfield {
  width: 100%;
}

.layout-topbar-separator {
  height: 1px;
  margin-top: -3px;
}

.layout-container.layout-top-small .layout-top {
  padding-bottom: 15px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.layout-container.layout-top-small .layout-breadcrumb,
.layout-container.layout-top-small .layout-topbar-separator {
  display: none;
}
.layout-container.layout-top-small .layout-content {
  margin-top: 15px;
}
.layout-container.layout-top-small .layout-menu-container,
.layout-container.layout-top-small .layout-mask {
  top: 86px;
}
.layout-container.layout-top-medium .layout-top {
  padding-bottom: 15px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.layout-container.layout-top-medium .layout-breadcrumb {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.layout-container.layout-top-medium .layout-content {
  margin-top: 15px;
}

.layout-container.layout-top-large .layout-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .layout-top {
    padding: 0 0 15px 0;
  }

  .layout-topbar {
    padding: 0.5em 1em;
  }
  .layout-topbar .layout-menubutton {
    top: 0.5em;
    left: 1em;
  }
  .layout-topbar .layout-logo {
    margin-left: 5em;
  }
  .layout-topbar .layout-profile-menu {
    right: 1em;
  }
  .layout-topbar .layout-topbar-search {
    display: none;
  }
  .layout-topbar .layout-profile-menu .layout-profile-menu-search {
    display: block;
  }

  .layout-container.layout-top-small .layout-top {
    padding-bottom: 0;
  }
  .layout-container.layout-top-small .layout-menubutton {
    top: 0.786em;
  }
  .layout-container.layout-top-small .layout-menu-container,
.layout-container.layout-top-small .layout-mask {
    top: 70px;
  }
}
.layout-topbar-pontte .layout-top {
  background-color: #234D7A;
  background-image: -webkit-gradient(linear, left top, right top, from(#234D7A), to(#234D7A));
  background-image: -webkit-linear-gradient(left, #234D7A, #234D7A);
  background-image: -moz-linear-gradient(left, #234D7A, #234D7A);
  background-image: -ms-linear-gradient(left, #234D7A, #234D7A);
  background-image: -o-linear-gradient(left, #234D7A, #234D7A);
  background-image: linear-gradient(left, #234D7A, #234D7A);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#234D7A", endColorstr="#234D7A", gradientType="1");
}
.layout-topbar-pontte .layout-topbar .layout-topbar-search .ui-inputfield {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #234D7A, #234D7A);
}
.layout-topbar-pontte .layout-topbar .layout-topbar-search .ui-inputfield:focus ~ label, .layout-topbar-pontte .layout-topbar .layout-topbar-search .ui-inputfield:focus ~ i {
  color: #ffffff;
}
.layout-topbar-pontte .layout-topbar .layout-topbar-search i {
  color: #234D7A;
}
.layout-topbar-pontte .layout-topbar .layout-topbar-search label {
  color: #234D7A;
}
.layout-topbar-pontte .layout-topbar .profile-menu-button:hover {
  border-color: #ffffff;
}
.layout-topbar-pontte .layout-menubutton {
  background-color: #fafafa;
}
.layout-topbar-pontte .layout-menubutton .layout-menubutton-icon {
  background-color: #092D34;
}
.layout-topbar-pontte .layout-menubutton .layout-menubutton-icon:before, .layout-topbar-pontte .layout-menubutton .layout-menubutton-icon:after {
  background-color: #092D34;
}
.layout-topbar-pontte .layout-menubutton:hover {
  background-color: #e0e0e0;
}
.layout-topbar-pontte .layout-menubutton:hover .layout-menubutton-icon {
  background-color: #092D34;
}
.layout-topbar-pontte .layout-menubutton:hover .layout-menubutton-icon:before, .layout-topbar-pontte .layout-menubutton:hover .layout-menubutton-icon:after {
  background-color: #092D34;
}
.layout-topbar-pontte .layout-menubutton.layout-menubutton-active {
  background-color: rgba(86, 107, 145, 0.6);
}
.layout-topbar-pontte .layout-menubutton.layout-menubutton-active .layout-menubutton-icon {
  background-color: #ffffff;
}
.layout-topbar-pontte .layout-menubutton.layout-menubutton-active .layout-menubutton-icon:before, .layout-topbar-pontte .layout-menubutton.layout-menubutton-active .layout-menubutton-icon:after {
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .centralizar {
    margin: 0 auto;
    width: 45%;
  }
  .layout-topbar-pontte.layout-menu-horizontal .layout-menu > li:hover > a {
    background-color: transparent;
  }
  .layout-topbar-pontte.layout-menu-horizonstal .layout-menu > li > a .menuitem-text {
    color: #ffffff;
  }
  .layout-topbar-pontte.layout-menu-horizontal .layout-menu > li > a i {
    color: #ffffff;
  }
  .layout-topbar-pontte.layout-menu-horizontal .layout-menu > li > a:hover {
    border-bottom-color: #50337F;
  }
  .layout-topbar-pontte.layout-menu-horizontal .layout-menu > li.active-menuitem > a {
    background-color: transparent;
    border-bottom-color: #ffffff;
  }
  .layout-topbar-pontte.layout-menu-horizontal .layout-menu > li.active-menuitem > a .menuitem-text {
    color: #ffffff;
  }
  .layout-topbar-pontte.layout-menu-horizontal .layout-menu > li.active-menuitem > a i {
    color: #ffffff;
  }
}
.layout-topbar-pontte .layout-topbar-separator {
  background-color: #ffffff;
}
.layout-topbar-pontte .layout-breadcrumb li {
  color: #ffffff;
}
.layout-topbar-pontte .layout-breadcrumb li i {
  color: #ffffff;
}
.layout-topbar-pontte .layout-breadcrumb li a {
  color: #ffc107;
}

.layout-container .layout-menubutton {
  display: block;
}
.layout-container .layout-logo {
  margin-right: 0;
}
.layout-container .layout-menu-container {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 68px;
  left: -250px;
  z-index: 999;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  -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-container .layout-menu-container .sidebar-scroll-content {
  display: block;
  height: 100%;
  position: relative;
  outline: 0 none;
}
.layout-container .layout-menu-container .nano .nano-pane .nano-slider {
  background-color: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.layout-container .layout-menu {
  list-style-type: none;
  margin: 0;
  padding: 0.75em 0.75em 120px;
}
.layout-container .layout-menu li .layout-submenu-toggler {
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-container .layout-menu li.active-menuitem > a .layout-submenu-toggler {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-container .layout-menu > li.active-menuitem > a {
  -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;
}
.layout-container .layout-menu > li > .layout-submenu-container > .layout-megamenu > li .layout-megamenu-submenu-text {
  display: block;
  padding: 0.75em;
  font-weight: 500;
}
.layout-container .layout-menu > li > .layout-submenu-container > .layout-megamenu > li > .layout-submenu-container {
  display: block;
}
.layout-container .layout-menu > li > .layout-submenu-container > .layout-megamenu > li > .layout-submenu-container a {
  padding-left: 0.75em;
}
.layout-container .layout-menu a {
  display: block;
  position: relative;
  padding: 0.75em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.layout-container .layout-menu a .menuitem-text {
  vertical-align: middle;
}
.layout-container .layout-menu a i {
  vertical-align: middle;
  font-size: 20px;
}
.layout-container .layout-menu a i.layout-submenu-toggler {
  position: absolute;
  right: 0.75em;
}
.layout-container .layout-menu a i:first-child {
  margin-right: 7px;
}
.layout-container .layout-menu .layout-submenu-container {
  display: none;
}
.layout-container .layout-menu .layout-submenu-container .layout-submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.layout-container .layout-menu .layout-submenu-container a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.layout-container .layout-menu .layout-submenu-container li a {
  padding-left: 1.75em;
}
.layout-container .layout-menu .layout-submenu-container li li a {
  padding-left: 2.75em;
}
.layout-container .layout-menu .layout-submenu-container li li li a {
  padding-left: 3.75em;
}
.layout-container .layout-menu .layout-submenu-container li li li li a {
  padding-left: 4.75em;
}
.layout-container .layout-menu .layout-submenu-container li li li li li a {
  padding-left: 5.75em;
}
.layout-container.layout-menu-active .layout-menu-container {
  left: 0;
}
.layout-container.layout-menu-active .layout-menubutton {
  -webkit-box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.12), inset 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.12), inset 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.12), inset 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}
.layout-container.layout-menu-active .layout-menubutton .layout-menubutton-icon {
  width: 0;
}
.layout-container.layout-menu-active .layout-menubutton .layout-menubutton-icon:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.layout-container.layout-menu-active .layout-menubutton .layout-menubutton-icon:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

@media screen and (min-width: 1025px) {
  .layout-menu-horizontal .layout-menubutton {
    display: none;
  }
  .layout-menu-horizontal .layout-logo {
    margin-right: 2em;
  }
  .layout-menu-horizontal .layout-menu-container {
    position: static;
    display: block;
    z-index: auto;
    width: auto;
    height: auto;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .layout-menu-horizontal .layout-menu {
    padding: 0;
  }
  .layout-menu-horizontal .layout-menu > li {
    display: inline-block;
    position: relative;
  }
  .layout-menu-horizontal .layout-menu > li > a {
    display: block;
    padding: 1em;
    font-weight: 500;
    position: relative;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: border-bottom-color 0.2s;
    -o-transition: border-bottom-color 0.2s;
    -webkit-transition: border-bottom-color 0.2s;
    transition: border-bottom-color 0.2s;
  }
  .layout-menu-horizontal .layout-menu > li > a .menuitem-text {
    margin: 0 0.5em;
  }
  .layout-menu-horizontal .layout-menu > li > a i {
    font-size: 16px;
  }
  .layout-menu-horizontal .layout-menu > li > a i.layout-submenu-toggler {
    position: static;
  }
  .layout-menu-horizontal .layout-menu > li > a i:first-child {
    margin-right: 0;
  }
  .layout-menu-horizontal .layout-menu > li > .layout-submenu-container {
    position: absolute;
    min-width: 250px;
    z-index: 999;
    padding: 0.75em;
    max-height: 500px;
    overflow: auto;
    -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-menu-horizontal .layout-menu > li > .layout-submenu-container > .layout-megamenu {
    max-height: none;
    width: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .layout-menu-horizontal .layout-menu > li > .layout-submenu-container > .layout-megamenu > li {
    flex-grow: 1;
  }
  .layout-menu-horizontal .layout-menu > li > .layout-submenu-container > .layout-megamenu > li > .layout-submenu-container {
    min-width: 200px;
  }
  .layout-menu-horizontal .layout-menu > li > .layout-submenu-container > .layout-megamenu > li > .layout-submenu-container a {
    padding-left: 0.75em;
  }
  .layout-menu-horizontal .layout-menu li .layout-submenu-toggler {
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
  }
  .layout-menu-horizontal .layout-menu li.active-menuitem > a .layout-submenu-toggler {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li a {
    display: block;
    position: relative;
    padding: 0.75em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li a .menuitem-text {
    vertical-align: middle;
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li a i {
    vertical-align: middle;
    font-size: 20px;
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li a i.layout-submenu-toggler {
    position: absolute;
    right: 0.75em;
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li a i:first-child {
    margin-right: 7px;
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li li a {
    padding-left: 1.75em;
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li li li a {
    padding-left: 2.75em;
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li li li li a {
    padding-left: 3.75em;
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li li li li li a {
    padding-left: 4.75em;
  }
  .layout-menu-horizontal .layout-menu .layout-submenu li li li li li li a {
    padding-left: 5.75em;
  }
  .layout-menu-horizontal .nano {
    overflow: visible;
  }
  .layout-menu-horizontal .nano > .nano-content {
    display: block;
    height: auto;
    position: static;
    overflow: visible;
    overflow-x: visible;
    margin-right: 0px !important;
    padding-right: 0px !important;
  }
  .layout-menu-horizontal .nano > .nano-content .layout-menu {
    padding-bottom: 0;
  }
  .layout-menu-horizontal .nano > .nano-pane {
    display: none !important;
  }
}
.menuitem-badge {
  background-color: #ffc107;
  color: #212121;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}

.layout-menu-light .layout-menu-container {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
}
.layout-menu-light .layout-menu a .menuitem-text {
  color: #ffffff;
}
.layout-menu-light .layout-menu a i {
  color: #ffffff;
}
.layout-menu-light .layout-menu a:hover {
  background-color: #e0e0e0;
}
.layout-menu-light .layout-menu a:hover .menuitem-text {
  color: #212121;
}
.layout-menu-light .layout-menu a:hover i {
  color: #212121;
}
.layout-menu-light .layout-menu > li > .layout-submenu-container {
  background-color: #eeeeee;
}
.layout-menu-light .layout-menu li.active-menuitem > a .menuitem-text {
  color: #457fca;
}
.layout-menu-light .layout-menu li.active-menuitem > a i {
  color: #457fca;
}
.layout-menu-light .layout-menu > li.active-menuitem > a {
  background-color: #457fca;
}
.layout-menu-light .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-light .layout-menu > li.active-menuitem > a i {
  color: #ffffff;
}
.layout-menu-light .layout-menu .layout-megamenu-submenu-text {
  color: #616161;
}
@media screen and (min-width: 1025px) {
  .layout-menu-light.layout-menu-horizontal .layout-menu-container {
    background-image: none;
    background-color: transparent;
  }
  .layout-menu-light.layout-menu-horizontal .layout-menu .layout-megamenu-submenu-text {
    color: #616161;
  }
  .layout-menu-light.layout-menu-horizontal .layout-menu > li > .layout-submenu-container {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
  }
}
.layout-menu-light .layout-profile-menu {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
}
.layout-menu-light .layout-profile-menu a span {
  color: #616161;
}
.layout-menu-light .layout-profile-menu a i {
  color: #616161;
}
.layout-menu-light .layout-profile-menu a:hover {
  background-color: #e0e0e0;
}
.layout-menu-light .layout-profile-menu a:hover .menuitem-text {
  color: #212121;
}
.layout-menu-light .layout-profile-menu a:hover i {
  color: #212121;
}
.layout-menu-light .layout-profile-menu .layout-profile-menu-search .ui-inputfield {
  color: #616161;
  background-image: linear-gradient(to bottom, #616161, #616161), linear-gradient(to bottom, #616161, #616161);
}
.layout-menu-light .layout-profile-menu .layout-profile-menu-search .ui-inputfield:focus ~ label, .layout-menu-light .layout-profile-menu .layout-profile-menu-search .ui-inputfield:focus ~ i {
  color: #616161;
}
.layout-menu-light .layout-profile-menu .layout-profile-menu-search i {
  color: #616161;
}
.layout-menu-light .layout-profile-menu .layout-profile-menu-search label {
  color: #616161;
}

.layout-menu-dark .layout-menu-container {
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#212121));
  background-image: -webkit-linear-gradient(top, #212121, #212121);
  background-image: -moz-linear-gradient(top, #212121, #212121);
  background-image: -ms-linear-gradient(top, #212121, #212121);
  background-image: -o-linear-gradient(top, #212121, #212121);
  background-image: linear-gradient(to bottom, #212121, #212121);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121");
}
.layout-menu-dark .layout-menu a .menuitem-text {
  color: #eeeeee;
}
.layout-menu-dark .layout-menu a i {
  color: #eeeeee;
}
.layout-menu-dark .layout-menu a:hover {
  background-color: #424242;
}
.layout-menu-dark .layout-menu a:hover .menuitem-text {
  color: #eeeeee;
}
.layout-menu-dark .layout-menu a:hover i {
  color: #eeeeee;
}
.layout-menu-dark .layout-menu > li > .layout-submenu-container {
  background-color: #373737;
}
.layout-menu-dark .layout-menu li.active-menuitem > a .menuitem-text {
  color: #457fca;
}
.layout-menu-dark .layout-menu li.active-menuitem > a i {
  color: #457fca;
}
.layout-menu-dark .layout-menu > li.active-menuitem > a {
  background-color: #457fca;
}
.layout-menu-dark .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #ffffff;
}
.layout-menu-dark .layout-menu > li.active-menuitem > a i {
  color: #ffffff;
}
.layout-menu-dark .layout-menu .layout-megamenu-submenu-text {
  color: #eeeeee;
}
@media screen and (min-width: 1025px) {
  .layout-menu-dark.layout-menu-horizontal .layout-menu-container {
    background-image: none;
    background-color: transparent;
  }
  .layout-menu-dark.layout-menu-horizontal .layout-menu .layout-megamenu-submenu-text {
    color: #eeeeee;
  }
  .layout-menu-dark.layout-menu-horizontal .layout-menu > li > .layout-submenu-container {
    background-color: #212121;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#212121));
    background-image: -webkit-linear-gradient(top, #212121, #212121);
    background-image: -moz-linear-gradient(top, #212121, #212121);
    background-image: -ms-linear-gradient(top, #212121, #212121);
    background-image: -o-linear-gradient(top, #212121, #212121);
    background-image: linear-gradient(to bottom, #212121, #212121);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121");
  }
}
.layout-menu-dark .layout-profile-menu {
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#212121));
  background-image: -webkit-linear-gradient(top, #212121, #212121);
  background-image: -moz-linear-gradient(top, #212121, #212121);
  background-image: -ms-linear-gradient(top, #212121, #212121);
  background-image: -o-linear-gradient(top, #212121, #212121);
  background-image: linear-gradient(to bottom, #212121, #212121);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121");
}
.layout-menu-dark .layout-profile-menu a span {
  color: #eeeeee;
}
.layout-menu-dark .layout-profile-menu a i {
  color: #eeeeee;
}
.layout-menu-dark .layout-profile-menu a:hover {
  background-color: #424242;
}
.layout-menu-dark .layout-profile-menu a:hover .menuitem-text {
  color: #eeeeee;
}
.layout-menu-dark .layout-profile-menu a:hover i {
  color: #eeeeee;
}
.layout-menu-dark .layout-profile-menu .layout-profile-menu-search .ui-inputfield {
  color: #eeeeee;
  background-image: linear-gradient(to bottom, #eeeeee, #eeeeee), linear-gradient(to bottom, #eeeeee, #eeeeee);
}
.layout-menu-dark .layout-profile-menu .layout-profile-menu-search .ui-inputfield:focus ~ label, .layout-menu-dark .layout-profile-menu .layout-profile-menu-search .ui-inputfield:focus ~ i {
  color: #eeeeee;
}
.layout-menu-dark .layout-profile-menu .layout-profile-menu-search i {
  color: #eeeeee;
}
.layout-menu-dark .layout-profile-menu .layout-profile-menu-search label {
  color: #eeeeee;
}

.layout-menu-blue .layout-menu-container {
  background-color: #457fca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#457fca), to(#5691c8));
  background-image: -webkit-linear-gradient(top, #457fca, #5691c8);
  background-image: -moz-linear-gradient(top, #457fca, #5691c8);
  background-image: -ms-linear-gradient(top, #457fca, #5691c8);
  background-image: -o-linear-gradient(top, #457fca, #5691c8);
  background-image: linear-gradient(to bottom, #457fca, #5691c8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457fca", endColorstr="#5691c8");
}
.layout-menu-blue .layout-menu a .menuitem-text {
  color: #ffffff;
}
.layout-menu-blue .layout-menu a i {
  color: #ffffff;
}
.layout-menu-blue .layout-menu a:hover {
  background-color: #578bcf;
}
.layout-menu-blue .layout-menu a:hover .menuitem-text {
  color: #ffffff;
}
.layout-menu-blue .layout-menu a:hover i {
  color: #ffffff;
}
.layout-menu-blue .layout-menu > li > .layout-submenu-container {
  background-color: #6a98d4;
}
.layout-menu-blue .layout-menu li.active-menuitem > a .menuitem-text {
  color: #ffc107;
}
.layout-menu-blue .layout-menu li.active-menuitem > a i {
  color: #ffc107;
}
.layout-menu-blue .layout-menu > li.active-menuitem > a {
  background-color: #ffffff;
}
.layout-menu-blue .layout-menu > li.active-menuitem > a .menuitem-text {
  color: #457fca;
}
.layout-menu-blue .layout-menu > li.active-menuitem > a i {
  color: #457fca;
}
.layout-menu-blue .layout-menu .layout-megamenu-submenu-text {
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .layout-menu-blue.layout-menu-horizontal .layout-menu-container {
    background-image: none;
    background-color: transparent;
  }
  .layout-menu-blue.layout-menu-horizontal .layout-menu .layout-megamenu-submenu-text {
    color: #ffffff;
  }
  .layout-menu-blue.layout-menu-horizontal .layout-menu > li > .layout-submenu-container {
    background-color: #457fca;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#457fca), to(#5691c8));
    background-image: -webkit-linear-gradient(top, #457fca, #5691c8);
    background-image: -moz-linear-gradient(top, #457fca, #5691c8);
    background-image: -ms-linear-gradient(top, #457fca, #5691c8);
    background-image: -o-linear-gradient(top, #457fca, #5691c8);
    background-image: linear-gradient(to bottom, #457fca, #5691c8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457fca", endColorstr="#5691c8");
  }
}
.layout-menu-blue .layout-profile-menu {
  background-color: #457fca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#457fca), to(#5691c8));
  background-image: -webkit-linear-gradient(top, #457fca, #5691c8);
  background-image: -moz-linear-gradient(top, #457fca, #5691c8);
  background-image: -ms-linear-gradient(top, #457fca, #5691c8);
  background-image: -o-linear-gradient(top, #457fca, #5691c8);
  background-image: linear-gradient(to bottom, #457fca, #5691c8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457fca", endColorstr="#5691c8");
}
.layout-menu-blue .layout-profile-menu a span {
  color: #ffffff;
}
.layout-menu-blue .layout-profile-menu a i {
  color: #ffffff;
}
.layout-menu-blue .layout-profile-menu a:hover {
  background-color: #578bcf;
}
.layout-menu-blue .layout-profile-menu a:hover .menuitem-text {
  color: #ffffff;
}
.layout-menu-blue .layout-profile-menu a:hover i {
  color: #ffffff;
}
.layout-menu-blue .layout-profile-menu .layout-profile-menu-search .ui-inputfield {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #ffffff, #ffffff);
}
.layout-menu-blue .layout-profile-menu .layout-profile-menu-search .ui-inputfield:focus ~ label, .layout-menu-blue .layout-profile-menu .layout-profile-menu-search .ui-inputfield:focus ~ i {
  color: #ffffff;
}
.layout-menu-blue .layout-profile-menu .layout-profile-menu-search i {
  color: #ffffff;
}
.layout-menu-blue .layout-profile-menu .layout-profile-menu-search label {
  color: #ffffff;
}

.layout-breadcrumb {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.layout-breadcrumb ul {
  list-style-type: none;
  padding: 0.75em;
  margin: 0;
}
.layout-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
.layout-breadcrumb li i {
  font-size: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .layout-breadcrumb ul {
    padding-left: 1em;
  }
}
.layout-content {
  padding: 0 100px;
  margin-top: -120px;
}

.layout-mask {
  display: none;
  background-color: #252529;
  position: fixed;
  top: 68px;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  animation-name: fadeInMask;
  animation-duration: 0.2s;
}

@media screen and (max-width: 1024px) {
  .layout-content {
    padding: 0 1em;
    margin-top: -120px;
  }

  .layout-menu-active .layout-mask {
    display: block;
  }
}
.layout-footer {
  background-color: #234D7A;
  color: #9f9f9f;
  padding: 0 100px;
  margin-top: 6em;
  left: 0;
  bottom: 0;
  width: 100%;
}
.layout-footer .layout-footer-appname {
  margin-top: 0.5em;
}
.layout-footer .p-col {
  padding: 2em 0.5em;
}
.layout-footer .p-col:last-child {
  text-align: right;
}
.layout-footer .p-col:last-child span {
  vertical-align: middle;
}

/* Add your customizations of layout here */
.ui-progressbar {
    background-color: #234D7A !important;
    border-color: #234D7A !important;
}

.ui-progressbar .ui-widget-header {
    background-color: #50337F !important;
    border-color: #50337F !important;
}

.subtitulo {
    color: #234D7A;
    font-family: "Calibri"; 
    font-weight: bold;
}

.informacao {
    color: #234D7A !important;
    font-family: "Calibri"; 
}

.menuMutuario {
    background-color: #234D7A !important;
    color: #ffffff !important;
    border-color: #234D7A !important;
    width: 50% !important;
    padding: 10 10 !important;
}

.informacaoPagas {
    color: #234D7A !important;
    font-family: "Calibri"; 
}

