/* Compact */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-300.eot.jsf?ln=ultima-layout&v=6.0.23"); /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-300.eot.jsf?ln=ultima-layout&v=6.0.23#iefix") format("embedded-opentype"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-300.woff2.jsf?ln=ultima-layout&v=6.0.23") format("woff2"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-300.woff.jsf?ln=ultima-layout&v=6.0.23") format("woff"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-300.ttf.jsf?ln=ultima-layout&v=6.0.23") format("truetype"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-300.svg.jsf?ln=ultima-layout&v=6.0.23#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-regular.eot.jsf?ln=ultima-layout&v=6.0.23"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-regular.eot.jsf?ln=ultima-layout&v=6.0.23#iefix") format("embedded-opentype"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-regular.woff2.jsf?ln=ultima-layout&v=6.0.23") format("woff2"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-regular.woff.jsf?ln=ultima-layout&v=6.0.23") format("woff"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-regular.ttf.jsf?ln=ultima-layout&v=6.0.23") format("truetype"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-regular.svg.jsf?ln=ultima-layout&v=6.0.23#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-700.eot.jsf?ln=ultima-layout&v=6.0.23"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-700.eot.jsf?ln=ultima-layout&v=6.0.23#iefix") format("embedded-opentype"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-700.woff2.jsf?ln=ultima-layout&v=6.0.23") format("woff2"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-700.woff.jsf?ln=ultima-layout&v=6.0.23") format("woff"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-700.ttf.jsf?ln=ultima-layout&v=6.0.23") format("truetype"), url("/jtp/jakarta.faces.resource/fonts/roboto-v15-latin-700.svg.jsf?ln=ultima-layout&v=6.0.23#Roboto") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/jtp/jakarta.faces.resource/fonts/MaterialIcons-Regular.eot.jsf?ln=ultima-layout&v=6.0.23");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/jtp/jakarta.faces.resource/fonts/MaterialIcons-Regular.woff2.jsf?ln=ultima-layout&v=6.0.23") format("woff2"), url("/jtp/jakarta.faces.resource/fonts/MaterialIcons-Regular.woff.jsf?ln=ultima-layout&v=6.0.23") format("woff"), url("/jtp/jakarta.faces.resource/fonts/MaterialIcons-Regular.ttf.jsf?ln=ultima-layout&v=6.0.23") 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 {
  -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 .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: 48px;
  margin-top: 10px;
  color: #ffffff;
}
.dashboard .colorbox .colorbox-name {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin: 4px 0 10px 0;
  color: #ffffff;
}
.dashboard .colorbox .colorbox-count {
  color: #ffffff;
  font-size: 36px;
}
.dashboard .colorbox .colorbox-count {
  font-weight: bold;
}
.dashboard .colorbox.colorbox-1 div:first-child {
  background-color: #2E7D32;
}
.dashboard .colorbox.colorbox-1 div:last-child {
  background-color: #4CAF50;
}
.dashboard .colorbox.colorbox-2 div:first-child {
  background-color: #0277BD;
}
.dashboard .colorbox.colorbox-2 div:last-child {
  background-color: #03A9F4;
}
.dashboard .colorbox.colorbox-3 div:first-child {
  background-color: #4527A0;
}
.dashboard .colorbox.colorbox-3 div:last-child {
  background-color: #673AB7;
}
.dashboard .colorbox.colorbox-4 div:first-child {
  background-color: #00695C;
}
.dashboard .colorbox.colorbox-4 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: #212121;
}
.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);
}

.layout-rightpanel .layout-rightpanel-header {
  background: url("/jtp/jakarta.faces.resource/images/dashboard/sidebar-image.jpg.jsf?ln=ultima-layout&v=6.0.23") center;
  height: 118px;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-rightpanel .layout-rightpanel-header .weather-day, .layout-rightpanel .layout-rightpanel-header .weather-date {
  color: #ffffff;
  left: 14px;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 4px;
}
.layout-rightpanel .layout-rightpanel-content {
  padding: 14px;
}
.layout-rightpanel .layout-rightpanel-content h1 {
  font-size: 18px;
  margin: 0 0 4px 0;
}
.layout-rightpanel .layout-rightpanel-content h2 {
  font-size: 16px;
  margin: 0;
  color: #757575;
  font-weight: normal;
}
.layout-rightpanel .layout-rightpanel-content .weather-today {
  text-align: center;
  margin-top: 28px;
}
.layout-rightpanel .layout-rightpanel-content .weather-today .weather-today-value {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 14px;
}
.layout-rightpanel .layout-rightpanel-content .weather-today img {
  vertical-align: middle;
}
.layout-rightpanel .layout-rightpanel-content .weekly-weather {
  list-style-type: none;
  margin: 28px 0 0 0;
  padding: 0;
}
.layout-rightpanel .layout-rightpanel-content .weekly-weather li {
  padding: 8px 14px;
  border-bottom: 1px solid #d8dae2;
  position: relative;
}
.layout-rightpanel .layout-rightpanel-content .weekly-weather li .weekly-weather-value {
  position: absolute;
  right: 40px;
}
.layout-rightpanel .layout-rightpanel-content .weekly-weather li img {
  width: 24px;
  position: absolute;
  right: 0px;
  top: 4px;
}

.layout-rtl .layout-rightpanel .layout-rightpanel-header {
  direction: rtl;
}
.layout-rtl .layout-rightpanel .layout-rightpanel-header .weather-day, .layout-rtl .layout-rightpanel .layout-rightpanel-header .weather-date {
  right: 14px;
  left: auto;
}
.layout-rtl .layout-rightpanel .layout-rightpanel-content .weekly-weather {
  direction: rtl;
}
.layout-rtl .layout-rightpanel .layout-rightpanel-content .weekly-weather li .weekly-weather-value {
  left: 40px;
  right: auto;
}
.layout-rtl .layout-rightpanel .layout-rightpanel-content .weekly-weather li img {
  left: 0px;
  right: auto;
}

.login-body {
  background: url("/jtp/jakarta.faces.resource/images/login/login.png.jsf?ln=ultima-layout&v=6.0.23") top left no-repeat #f7f7f7;
  background-size: 100% auto;
}

.login-panel {
  text-align: center;
  width: 350px;
  min-height: 440px;
  padding: 50px 20px;
  margin: 100px auto 0 auto;
}
.login-panel .ui-g .ui-g-12 {
  padding: 25px 40px;
}
.login-panel .ui-g .ui-g-12 .ui-button {
  margin-bottom: 20px;
}

.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: url("/jtp/jakarta.faces.resource/images/login/login2x.png.jsf?ln=ultima-layout&v=6.0.23") top left no-repeat #f7f7f7;
    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: #3f51b5;
}
.exception-body.notfound-page .exception-type img {
  width: 54%;
}
.exception-body.notfound-page .exception-panel i {
  color: #9fa8da;
}
.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("/jtp/jakarta.faces.resource/images/landing/landing-header.png.jsf?ln=ultima-layout&v=6.0.23") 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: 200px;
  height: 30px;
  background: url("/jtp/jakarta.faces.resource/images/logo.png.jsf?ln=ultima-layout&v=6.0.23") 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 0.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("/jtp/jakarta.faces.resource/images/landing/promotion.png.jsf?ln=ultima-layout&v=6.0.23") 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: #212121;
}

@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: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.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: #212121;
    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("/jtp/jakarta.faces.resource/images/logo2x.png.jsf?ln=ultima-layout&v=6.0.23") 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: #212121;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
body.main-body {
  background-color: #f7f7f7;
}
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%;
  height: 75px;
  background-color: #334151;
  -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 .topbar .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  background: url("/jtp/jakarta.faces.resource/images/logo.png.jsf?ln=ultima-layout&v=6.0.23") top left no-repeat;
}
.layout-wrapper .topbar .topbar-left {
  box-sizing: border-box;
  padding: 20px;
  height: 75px;
  width: 250px;
  background-color: #242F3B;
  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);
}
.layout-wrapper .topbar .topbar-right {
  padding: 15px;
  position: relative;
}
.layout-wrapper .topbar .topbar-right #menu-button {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  margin-right: 10px;
  position: relative;
  left: -16px;
  top: 3px;
  background-color: #FF4E3B;
  -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;
}
.layout-wrapper .topbar .topbar-right #menu-button i:before {
  content: "\e5cb";
}
.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;
  color: #ffffff;
  vertical-align: middle;
  height: 36px;
  position: absolute;
  top: 20px;
  right: 25px;
  -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;
  color: #ffffff;
}
.layout-wrapper .topbar .topbar-right #topbar-menu-button i:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.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: #334151;
}
.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 .topbar .topbar-right .rightpanel-btn {
  float: right;
  margin-top: 4px;
}
.layout-wrapper .topbar .topbar-right .rightpanel-btn i {
  font-size: 36px;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-wrapper .topbar .topbar-right .rightpanel-btn i:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.layout-wrapper .layout-menu {
  overflow: auto;
  position: fixed;
  width: 250px;
  z-index: 99;
  top: 75px;
  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: 30px;
  width: 250px;
  height: 145px;
  text-align: center;
  background: url("/jtp/jakarta.faces.resource/images/profile-bg.png.jsf?ln=ultima-layout&v=6.0.23") top left no-repeat;
  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);
}
.layout-wrapper .layout-menu .profile .profile-image {
  width: 60px;
  height: 60px;
  margin: 0 auto 5px auto;
  background: url("/jtp/jakarta.faces.resource/images/avatar2x.png.jsf?ln=ultima-layout&v=6.0.23") top left no-repeat;
  background-size: 60px 60px;
}
.layout-wrapper .layout-menu .profile .profile-name {
  display: inline-block;
  color: #212121;
  vertical-align: middle;
  font-size: 16px;
}
.layout-wrapper .layout-menu .profile i {
  color: #212121;
  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: #334151;
}
.layout-wrapper .layout-menu.layout-menu-dark .profile {
  background-image: url("/jtp/jakarta.faces.resource/images/profile-bg-dark.png.jsf?ln=ultima-layout&v=6.0.23");
}
.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 #242F3B;
}
.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: #242F3B;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem > a {
  color: #ffffff;
  background-color: #FF4E3B;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem > a .menuitem-badge {
  background-color: #ffffff;
  color: #FF4E3B;
}
.layout-wrapper .layout-menu .layout-menu-tooltip {
  display: none;
  padding: 0 5px;
  position: absolute;
  left: 76px;
  top: 17px;
  z-index: 101;
  line-height: 1;
}
.layout-wrapper .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
  padding: 6px 8px;
  font-weight: 700;
  background-color: rgb(70.7045454545, 90.1136363636, 112.2954545455);
  color: #ffffff;
  min-width: 75px;
  white-space: nowrap;
  text-align: center;
  -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);
}
.layout-wrapper .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgb(70.7045454545, 90.1136363636, 112.2954545455);
}
.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: "\e5cc";
}
.layout-wrapper .layout-main {
  padding: 95px 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: #212121;
  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: #757575;
}
.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: #e8e8e8;
}
.layout-wrapper .ultima-menu li a span {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .ultima-menu li a .menuitem-badge {
  position: absolute;
  right: 35px;
  top: 12px;
  background-color: #FF4E3B;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 14px;
  line-height: 20px;
  width: 19px;
  height: 19px;
  text-align: center;
}
.layout-wrapper .ultima-menu li.amber-badge a .menuitem-badge {
  background-color: #FFC107;
  color: #212121;
}
.layout-wrapper .ultima-menu li.active-menuitem > a {
  color: #334151;
  background-color: #e8e8e8;
}
.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: 0.5em;
}
.layout-wrapper .footer .footer-text-left {
  float: left;
}
.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 .layout-rightpanel {
  position: fixed;
  top: 75px;
  height: 100%;
  right: -240px;
  width: 240px;
  z-index: 10;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.layout-wrapper .layout-rightpanel.layout-rightpanel-active {
  right: 0;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 10;
}
.layout-wrapper .layout-rightpanel .layout-rightpanel-content {
  padding: 14px;
}
.layout-wrapper .layout-rightpanel .nano .right-panel-scroll-content {
  display: block;
  height: 100%;
  position: relative;
}
.layout-wrapper .layout-rightpanel .nano .right-panel-scroll-content .layout-rightpanel-content {
  padding-bottom: 120px;
}
.layout-wrapper .layout-rightpanel .nano > .nano-pane > .nano-slider {
  background-color: #aaa;
  opacity: 0.3;
}
.layout-wrapper.layout-rtl .ultima-menu li a {
  direction: rtl;
}
.layout-wrapper.layout-rtl .ultima-menu li a i:last-child {
  float: left;
}
.layout-wrapper.layout-rtl .ultima-menu li a i:first-child {
  float: right;
  margin-left: 12px;
  margin-right: 0px;
}
.layout-wrapper.layout-rtl .ultima-menu li a img:first-child {
  float: right;
}
.layout-wrapper.layout-rtl .ultima-menu li a img ~ span {
  float: right;
  padding-top: 8px;
  padding-right: 10px;
}
.layout-wrapper.layout-rtl .ultima-menu li .menuitem-badge {
  left: 35px;
  right: auto;
}
.layout-wrapper.layout-rtl .layout-menu {
  right: 0;
  direction: rtl;
  margin-right: 0px;
  transition: margin-right 0.3s;
  -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);
}
.layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content.menu-scroll-content {
  margin-right: 0px !important;
  margin-left: -17px;
}
.layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul li a {
  padding: 8px 32px 8px 16px;
}
.layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul li ul li a {
  padding-left: 16px;
  padding-right: 48px;
}
.layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul li ul ul li a {
  padding-left: 16px;
  padding-right: 64px;
}
.layout-wrapper.layout-rtl .layout-menu > .nano > .nano-pane {
  right: auto;
  left: 0;
}
.layout-wrapper.layout-rtl .layout-main {
  transition: margin-right 0.3s;
}
.layout-wrapper.layout-rtl.menu-layout-static .layout-main {
  margin-left: 0;
  margin-right: 250px;
}
.layout-wrapper.layout-rtl.menu-layout-static.layout-menu-static-inactive .layout-menu {
  margin-left: 0;
  margin-right: -250px;
}
.layout-wrapper.layout-rtl.menu-layout-static.layout-menu-static-inactive .layout-main {
  margin-right: 0px;
}
.layout-wrapper.layout-rtl.menu-layout-static.layout-menu-static-inactive .topbar .topbar-right #menu-button i {
  transform: rotate(0deg);
}
.layout-wrapper.layout-rtl.menu-layout-overlay .layout-menu {
  margin-left: 0px;
  margin-right: -250px;
}
.layout-wrapper.layout-rtl.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right #menu-button i {
  transform: rotate(0deg);
}
.layout-wrapper.layout-rtl.menu-layout-overlay.layout-menu-overlay-active .layout-menu {
  margin-right: 0px;
}
.layout-wrapper.layout-rtl.menu-layout-horizontal .layout-main {
  margin-right: 0px;
}
.layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu > .nano > .nano-content .ultima-menu > li {
  float: right;
}
.layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu > .nano > .nano-content .ultima-menu > li > ul {
  left: auto;
}
.layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu > .nano > .nano-content .ultima-menu > li > ul li ul li a {
  padding-left: 16px;
  padding-right: 32px;
}
.layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu > .nano > .nano-content .ultima-menu > li > ul li ul ul li a {
  padding-left: 16px;
  padding-right: 48px;
}
.layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu > .nano > .nano-content .ultima-menu li a .menuitem-badge {
  right: 29px;
  left: auto;
}
.layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu > .nano > .nano-content .ultima-menu li a i:last-child {
  margin-right: 3px;
}
.layout-wrapper.layout-rtl .topbar .topbar-left {
  float: right;
}
.layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items {
  float: left;
}
.layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > a .topbar-badge {
  right: auto;
}
.layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > ul {
  right: auto;
}
.layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > ul li a span {
  float: right;
}
.layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items .search-item input {
  direction: rtl;
}
.layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items .search-item label {
  left: auto;
  right: 43px;
}
.layout-wrapper.layout-rtl .topbar .topbar-right #menu-button {
  margin-right: 0px;
  left: 13px;
  float: right;
}
.layout-wrapper.layout-rtl .topbar .topbar-right #menu-button i {
  transform: rotate(180deg);
}
.layout-wrapper.layout-rtl .topbar .topbar-right .rightpanel-btn {
  float: left;
}
.layout-wrapper.layout-rtl .layout-rightpanel {
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  right: auto;
  left: -240px;
}
.layout-wrapper.layout-rtl .layout-rightpanel.layout-rightpanel-active {
  left: 0;
  right: auto;
}
.layout-wrapper.layout-rtl .layout-rightpanel > .nano > .nano-pane {
  right: auto;
  left: 0;
}

.ajax-loader {
  font-size: 32px;
  color: #FF4E3B;
}

@media (min-width: 1025px) {
  .layout-wrapper .topbar-items {
    float: right;
    margin: 0;
    padding: 5px 0 0 0;
    list-style-type: none;
    margin-right: 2px;
  }
  .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: #FF4E3B;
    color: #ffffff;
    -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: #ffffff;
    -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("/jtp/jakarta.faces.resource/images/avatar2x.png.jsf?ln=ultima-layout&v=6.0.23") top left no-repeat;
    background-size: 36px 36px;
  }
  .layout-wrapper .topbar-items > li > ul {
    position: absolute;
    top: 55px;
    right: 5px;
    display: none;
    width: 250px;
    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: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.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: 250px;
  }
  .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: #334151;
    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%;
    top: 75px;
    height: auto;
    background-color: #242F3B;
    -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: #212121;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a:hover i {
    color: #212121;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul {
    z-index: 100;
    position: absolute;
    top: 45px;
    left: 0px;
    display: none;
    width: 250px;
    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 {
    color: #334151;
    background-color: #e8e8e8;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li.active-menuitem > a {
    color: #ffffff;
    background-color: #FF4E3B;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li.active-menuitem > a i {
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu li a .menuitem-badge {
    left: 29px;
    top: 3px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu li.active-menuitem a .menuitem-badge {
    color: #FF4E3B;
    background-color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark {
    background-color: #334151;
  }
  .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: #242F3B;
  }
  .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 {
    color: #ffffff;
    background-color: #FF4E3B;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li ul {
    background-color: #334151;
  }
  .layout-wrapper.menu-layout-horizontal .layout-main {
    padding-top: 140px;
    margin-left: 0px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-mask {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .topbar .topbar-left {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background-color: #334151;
  }
  .layout-wrapper.layout-menu-slim .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-main {
    margin-left: 75px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu {
    width: 75px;
    overflow: visible;
    z-index: 100;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile {
    width: 75px;
    height: 75px;
    padding: 17px;
    cursor: pointer;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile .profile-image {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile #profile-options {
    width: 75px;
    height: 75px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile i, .layout-wrapper.layout-menu-slim .layout-menu .profile span {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-menu.layout-menu-dark ul.ultima-menu {
    background-color: #334151;
  }
  .layout-wrapper.layout-menu-slim .layout-menu.layout-menu-dark ul.ultima-menu li a {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-slim .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
    background-color: #242F3B;
  }
  .layout-wrapper.layout-menu-slim .layout-menu.layout-menu-dark ul.ultima-menu li a:hover i {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-slim .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem > a {
    color: #ffffff;
    background-color: #FF4E3B;
  }
  .layout-wrapper.layout-menu-slim .layout-menu.layout-menu-dark ul.ultima-menu li ul {
    background-color: #334151;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul {
    -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);
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 76px;
    min-width: 200px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul#profile-menu {
    margin-top: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul#profile-menu > li:last-child {
    margin: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul#profile-menu > li > a {
    text-align: left;
    padding: 8px 16px 8px 16px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul#profile-menu > li > a i:first-child {
    font-size: 20px;
    padding: 0;
    margin-right: 12px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul#profile-menu > li > a span {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul#profile-menu > li > a i:last-child {
    display: inline-block;
    margin-left: 12px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul li ul li a {
    padding-left: 32px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul li ul ul ul ul li a {
    padding: 80px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile + ul li ul ul ul ul ul li a {
    padding: 96px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .nano {
    overflow: visible;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .nano .nano-content {
    overflow: visible;
    margin-right: 0px !important;
    outline: none;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .nano .nano-content > ul:last-child.ultima-menu {
    margin: 0;
    padding: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .nano .nano-pane {
    display: none !important;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu {
    padding: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu li a .menuitem-badge {
    top: 11px;
    right: 18px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li {
    position: relative;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > a {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > a i:first-child {
    font-size: 24px;
    padding: 10px 0;
    margin-right: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > a span:not(.menuitem-badge), .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > a i:last-child {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > a:hover + .layout-menu-tooltip {
    display: block;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > ul {
    -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);
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 76px;
    min-width: 200px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > ul li a {
    padding-left: 16px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > ul li ul li a {
    padding-left: 32px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > ul li ul ul ul ul li a {
    padding: 80px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > ul li ul ul ul ul ul li a {
    padding: 96px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li > ul.submenu-top {
    top: auto;
    bottom: 0px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.layout-menu-slim.layout-menu-dark .layout-menu > li > ul {
    background-color: #334151;
  }
  .layout-wrapper.layout-menu-slim .layout-content {
    margin-left: 75px;
  }
  .layout-wrapper.layout-menu-slim .layout-footer {
    margin-left: 75px;
  }
  .layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu > .nano > .nano-content ul.ultima-menu > li > ul li a {
    padding: 10px 16px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-main {
    margin-left: 0;
    margin-right: 75px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu .layout-menu-tooltip {
    left: auto;
    right: 76px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
    left: auto;
    right: 0;
    border-width: 5px 0px 5px 5px;
    border-left-color: rgb(70.7045454545, 90.1136363636, 112.2954545455);
    border-right-color: transparent;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu > .nano > .nano-content.menu-scroll-content {
    margin-left: 0px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu > .nano > .nano-content.menu-scroll-content .ultima-menu li ul li a {
    padding-right: 16px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu > .nano > .nano-content.menu-scroll-content .ultima-menu li ul li ul li a {
    padding-right: 32px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu > .nano > .nano-content.menu-scroll-content .ultima-menu li ul li ul li ul li a {
    padding-right: 48px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu .ultima-menu > li > ul {
    left: auto;
    right: 76px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu .ultima-menu > li > a i:first-child {
    margin-left: 0px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu .ultima-menu li a .menuitem-badge {
    right: auto;
    left: 18px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu .ultima-menu li a i:first-child {
    float: none;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu .profile + ul#profile-menu {
    left: auto;
    right: 76px;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu .profile + ul#profile-menu > li > a {
    text-align: right;
  }
  .layout-wrapper.layout-rtl.layout-menu-slim .layout-menu .profile + ul#profile-menu > li > a i:first-child {
    margin-right: 0px;
    margin-left: 12px;
  }
}
@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;
    margin-right: 40px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 275px;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.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: #212121;
    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: #FF4E3B;
    color: #ffffff;
    -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: #334151;
  }
  .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: #bdbdbd;
    color: #212121;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item input:focus {
    margin-bottom: -1px;
    border-color: #bdbdbd;
  }
  .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: #334151;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item label {
    top: 1px;
    color: #212121;
  }
  .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("/jtp/jakarta.faces.resource/images/avatar2x.png.jsf?ln=ultima-layout&v=6.0.23") 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;
  }
  .layout-wrapper .topbar .topbar-right .rightpanel-btn {
    margin-left: 35px;
  }
  .layout-wrapper.layout-rtl.menu-layout-static .layout-menu {
    margin-left: 0px;
    margin-right: -265px;
  }
  .layout-wrapper.layout-rtl.menu-layout-static .layout-main {
    margin-right: 0px;
  }
  .layout-wrapper.layout-rtl.menu-layout-static .topbar .topbar-right #menu-button i {
    transform: rotate(0deg);
  }
  .layout-wrapper.layout-rtl.menu-layout-static.layout-menu-static-active .layout-menu {
    margin-right: 0px;
  }
  .layout-wrapper.layout-rtl.menu-layout-static.layout-menu-static-active .topbar .topbar-right #menu-button i {
    transform: rotate(180deg);
  }
  .layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu > .nano > .nano-content .ultima-menu > li {
    float: none;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right #topbar-menu-button {
    right: auto;
    margin-right: 0px;
    margin-left: 40px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items {
    right: auto;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items.topbar-items-visible {
    direction: rtl;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li.search-item input {
    padding-right: 30px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > a .topbar-badge {
    left: auto;
    right: 28px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > a i {
    margin-left: 10px;
    margin-right: 0px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > a span {
    float: none;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li.active-top-menu > ul li a {
    padding-right: 32px;
    padding-left: 16px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li.active-top-menu > ul li a i {
    margin-left: 12px;
    margin-right: 0px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li.active-top-menu > ul li a i:first-child {
    padding-left: 0px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li.profile-item .profile-image {
    margin-left: 8px;
    margin-right: -2px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .rightpanel-btn {
    margin-left: 0px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .layout-wrapper .topbar .logo {
    background: url("/jtp/jakarta.faces.resource/images/logo2x.png.jsf?ln=ultima-layout&v=6.0.23") top left no-repeat;
    background-size: 200px 30px;
  }
}
@media (max-width: 399px) {
  .layout-wrapper .topbar .topbar-right #topbar-menu-button {
    right: 10px;
    margin-right: 25px;
  }
  .layout-wrapper .topbar .topbar-right .rightpanel-btn {
    position: absolute;
    right: 5px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right #topbar-menu-button {
    left: 10px;
    margin-right: 0px;
    margin-left: 25px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right .rightpanel-btn {
    right: auto;
    left: 5px;
    margin-left: 0px;
  }
}
body.layout-compact {
  font-size: 14px;
  line-height: 18px;
  /* Messages */
}
body.layout-compact .layout-wrapper .ultima-menu li a {
  font-size: 14px;
  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 a .menuitem-badge {
  top: 10px;
  font-size: 12px;
  line-height: 18px;
  width: 17px;
  height: 17px;
}
body.layout-compact .layout-wrapper .ultima-menu li ul li a {
  padding: 8px 16px 8px 32px;
  font-size: 14px;
}
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: 30px;
  padding: 0 14px;
}
body.layout-compact .ui-button .ui-button-text {
  line-height: 30px;
}
body.layout-compact .ui-button.ui-button-icon-only {
  width: 32px;
  height: 32px;
}
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: 30px;
}
body.layout-compact .ui-inputfield {
  font-size: 14px;
}
body.layout-compact .md-inputfield .ui-message.ui-message-error {
  font-size: 11px;
}
body.layout-compact .md-inputfield .ui-message.ui-message-error .ui-message-error-icon {
  font-size: 13px;
}
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: 0;
  left: -1px;
  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: 6px 10px;
}
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: "\e409";
}
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: "\e5dd";
}
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: "\e408";
}
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: "\e5dc";
}
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: 6px 10px;
}
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: 6px 10px;
}
body.layout-compact .ui-datatable tbody tr.ui-widget-content td {
  padding: 6px 10px;
}
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: 16px;
}
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: 14px;
}
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;
  margin-top: -8px;
}
body.layout-compact .ui-selectonemenu .ui-selectonemenu-label {
  font-size: 14px;
}
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-label-container .ui-selectcheckboxmenu-label {
  padding-bottom: 1px;
}
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: 14px;
  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-messages > div {
  padding: 8px 14px;
}
body.layout-compact .ui-messages > div > span {
  font-size: 24px;
}
body.layout-compact .ui-message {
  min-height: 20px;
}
body.layout-compact .ui-message > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
body.layout-compact .ui-message > span.ui-message-info-icon, body.layout-compact .ui-message > span.ui-message-error-icon, body.layout-compact .ui-message > span.ui-message-warn-icon, body.layout-compact .ui-message > span.ui-message-fatal-icon {
  margin-right: 4px;
  margin-top: 1px;
}
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;
}
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: 14px;
  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: #bdbdbd;
  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: 14px;
}
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: 6px 10px;
  font-size: 14px;
}
body.layout-compact .ui-treetable thead th {
  padding: 6px 10px;
}
body.layout-compact .ui-treetable thead th .ui-sortable-column-icon {
  margin: -4px 0 0 0;
}
body.layout-compact .ui-treetable tfoot td {
  padding: 6px 10px;
}
body.layout-compact .ui-treetable tbody tr td {
  padding: 6px 10px;
}
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: -0.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: 14px;
    padding: 14px 16px;
  }
  body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-items > li > a i {
    font-size: 20px;
  }
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-regular-webfont.eot.jsf?v=6.0.23");
  src: url("") format("embedded-opentype"), url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-regular-webfont.woff2.jsf?v=6.0.23") format("woff2"), url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-regular-webfont.woff.jsf?v=6.0.23") format("woff"), url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-regular-webfont.ttf.jsf?v=6.0.23") format("truetype"), url("") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-It";
  src: url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-it-webfont.eot.jsf?v=6.0.23");
  src: url("") format("embedded-opentype"), url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-it-webfont.woff2.jsf?v=6.0.23") format("woff2"), url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-it-webfont.woff2.jsf?v=6.0.23") format("woff"), url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-it-webfont.ttf.jsf?v=6.0.23") format("truetype"), url("") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-bold-webfont.eot.jsf?v=6.0.23");
  src: url("") format("embedded-opentype"), url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-bold-webfont.woff2.jsf?v=6.0.23") format("woff2"), url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-bold-webfont.woff.jsf?v=6.0.23") format("woff"), url("/jtp/jakarta.faces.resource/fonts/sourcesanspro-bold-webfont.ttf.jsf?v=6.0.23") format("truetype"), url("") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/jtp/jakarta.faces.resource/fonts/MaterialIcons-Regular.eot.jsf?v=6.0.23");
  src: url("/jtp/jakarta.faces.resource/fonts/MaterialIcons-Regular.woff2.jsf?v=6.0.23") format("woff2"), url("/jtp/jakarta.faces.resource/fonts/MaterialIcons-Regular.woff.jsf?v=6.0.23") format("woff"), url("/jtp/jakarta.faces.resource/fonts/MaterialIcons-Regular.ttf.jsf?v=6.0.23") format("truetype");
}
/* Mixins */
/* Custom styles */
input, textarea, select, button {
  line-height: 1.25rem;
}

input, textarea, select {
  color: #334151;
}

.field-error {
  border: none;
}
.field-error .ui-inputfield {
  color: #900 !important;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  border-bottom-color: #900 !important;
}

/* generic? */
.ui-datatable-sticky > table {
  visibility: hidden !important;
}
.ui-datatable-sticky.ui-sticky {
  top: calc(5rem + 1px) !important;
  margin: 0 -1rem !important;
  padding: 0 1rem !important;
  background-color: white !important;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
}
.ui-datatable-sticky.ui-sticky > table {
  visibility: visible !important;
}

hr {
  border: none;
  border-top: 1px solid #EDF0F2;
  background: transparent;
  margin: 1rem auto;
}

.notifications-popup {
  width: 320px;
  height: 320px;
}
.notifications-popup .notification-panel {
  overflow: auto;
  height: 261px;
  border: none !important;
}
.notifications-popup .notification-panel .fa-check-square-o {
  color: grey;
}
.notifications-popup .notification-panel .fa-check-square-o:hover {
  color: red;
}
.notifications-popup .ui-overlaypanel-content {
  padding: 0 !important;
}
.notifications-popup .ui-panel-content {
  padding: 4px !important;
}

.notifications .message {
  margin-bottom: 4px;
  background-color: #f4f8fc;
  overflow: hidden;
}
.notifications .message-title {
  font-weight: bold !important;
  color: black !important;
  text-align: left !important;
  width: 100%;
}
.notifications .message-body a:link, .notifications .message-body a:visited {
  color: #FF4E3B !important;
  transition: all 0.15s !important;
}

.columns-left {
  text-align: left !important;
}

body, body.layout-compact {
  color: #334151;
  font-family: "SourceSansPro-Regular";
  font-weight: normal !important;
  font-size: 16px;
  background: #EDF0F2;
  /* This makes the tooltips no longer work!
  .tickLabels {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  */
  /* special label width for editform tables in half-width grids */
  /* language selection language_form:flagsPanel */
  /* Right layout */
  /* #dateSearchPanel */
  /* example menu on /admin/editmenu.jsf */
  /* treetable on /admin/editmenu.jsf */
  /* quartz_tabview  on /admin/integration/quartzManagement.jsf */
  /* #migrations on /admin/flywayMigrations.jsf */
  /* triggers table on /admin/integration/quartzManagement.jsf */
  /* #configuration on /admin/editconfiguration.jsf */
  /* shut down bar timer */
  /* Long term quote */
  /* OTC Trade Matrix table styling */
  /* calendar table styling */
  /* table layout of scroll tables on /trade/otcpositions.jsf (modal) */
  /* /bsuos/createBsuosReport.jsf */
  /*  /supplier/power/dashboard.jsf */
  /* /supplier/gas/dashboard.jsf */
  /* /dashboard2.jsf */
  /*  /trade/pendingquotes.xhtml */
  /*  /trade/pendingquotes.xhtml */
  /*  /gas/pendingquotes.xhtml */
  /* #positions on /gas/positions.jsf */
  /* #resourcesForm on /admin/resources/editTextResources.jsf */
  /* /trade/consumptionpatterns.jsf */
  /* /trade/edit_shortterm_template.jsf */
  /* /news/editalerts.jsf */
  /* /admin/trade/power/editlongtermprices.jsf */
  /* /admin/trade/gas/editmargingroup.jsf */
  /*  /admin/trade/gas/editlongtermprices.jsf */
  /*  invoices */
  /*  /fit/admin/editFitExtension.jsf */
  /* /profile/positions.jsf */
  /* jtp/profile/pendingpowerprofilequotes.xhtml */
  /* report/reportEmailConfig.jsf */
  /* forecasting/powerPositionAnalysis.jsf */
  /* /supplier/gas/positions.jsf  */
  /* jtp/admin/integration/n2exbidsheet.jsf */
  /* jtp/forecasting/powerPositionAnalysis.jsf?mode=meter */
  /* jtp/admin/editunit.jsf */
  /* helper classes */
  /* generic? */
  /*  group/groupResults.jsf  */
  /* generic? */
  /* profile/newpowerprofilequote */
  /* generic? */
  /* generic? */
  /*  ems/nlpowerimbalanceprices.jsf  */
  /* /results/viewResults */
  /* When a flotchart is clickable, but the clicking functionality is disabled (before of permissions), there
     is an error rendering the tooltips. See JTP-5295
  */
}
body a:link, body a:visited, body.layout-compact a:link, body.layout-compact a:visited {
  color: #FF4E3B;
  transition: all 0.15s;
}
body a:hover, body.layout-compact a:hover {
  color: #a73427;
  transition: all 0.3s;
}
body .buy, body.layout-compact .buy {
  color: #C30D00;
}
body .sell, body.layout-compact .sell {
  color: #4F9726;
}
body .pos, body.layout-compact .pos {
  color: #090;
}
body .neg, body.layout-compact .neg {
  color: #900;
}
body .active, body.layout-compact .active {
  color: #090;
}
body .ui-g, body.layout-compact .ui-g {
  margin: -0.5rem;
}
body .ui-widget, body.layout-compact .ui-widget {
  font-family: "SourceSansPro-Regular";
  font-weight: normal !important;
}
body .ui-widget-header.ui-datatable-footer, body.layout-compact .ui-widget-header.ui-datatable-footer {
  background: transparent;
  color: #A1ABBC;
  border: none;
}
body fieldset.ui-fieldset, body.layout-compact fieldset.ui-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 2rem;
}
body fieldset.ui-fieldset .ui-fieldset-legend, body.layout-compact fieldset.ui-fieldset .ui-fieldset-legend {
  width: 100%;
  font-size: 1rem;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  line-height: 2rem;
  padding: 0 0.5rem;
  margin: 0 -0.5rem 1rem -0.5rem;
  border-bottom: 1px solid #D8DEE4;
  border-radius: 0;
}
body fieldset.ui-fieldset .ui-fieldset-legend .ui-fieldset-toggler, body.layout-compact fieldset.ui-fieldset .ui-fieldset-legend .ui-fieldset-toggler {
  width: auto;
  height: auto;
  text-align: center;
  margin-top: 0.25rem;
  padding: 0;
  border-radius: 3px;
}
body .add-buttons, body.layout-compact .add-buttons {
  margin: 0 !important;
}
body .ui-picklist-list-wrapper, body.layout-compact .ui-picklist-list-wrapper {
  border: 1px solid #D8DEE4;
}
body .ui-picklist .ui-picklist-list, body.layout-compact .ui-picklist .ui-picklist-list {
  width: 16rem;
}
@media only screen and (max-width: 1200px) {
  body .ui-picklist .ui-picklist-list, body.layout-compact .ui-picklist .ui-picklist-list {
    width: 13rem;
  }
}
body .ui-picklist .ui-picklist-list .ui-picklist-item.ui-state-highlight, body.layout-compact .ui-picklist .ui-picklist-list .ui-picklist-item.ui-state-highlight {
  background: #D8DEE4;
}
body .ui-picklist .ui-picklist-list .ui-picklist-item.ui-state-hover, body.layout-compact .ui-picklist .ui-picklist-list .ui-picklist-item.ui-state-hover {
  background: #EDF0F2;
}
body .ui-state-active, body .ui-state-highlight, body.layout-compact .ui-state-active, body.layout-compact .ui-state-highlight {
  color: #334151;
  background: #EDF0F2;
}
body .ui-button, body.layout-compact .ui-button {
  height: 2rem;
  min-width: 2rem;
  line-height: 2rem;
}
body .ui-button.fixed-medium-width, body.layout-compact .ui-button.fixed-medium-width {
  width: 8rem;
}
body .ui-button.ui-help-button, body.layout-compact .ui-button.ui-help-button {
  vertical-align: bottom;
}
body button.ui-button, body.layout-compact button.ui-button {
  margin: 0 0.125rem;
}
body .ui-button.ui-button-icon-only, body.layout-compact .ui-button.ui-button-icon-only {
  width: 2rem;
  border-radius: 3px;
}
body .ui-inputfield, body.layout-compact .ui-inputfield {
  float: left;
  width: 16rem;
  line-height: 1.25rem !important;
  border-bottom-color: #D8DEE4;
}
body .ui-inputfield.ui-state-focus, body.layout-compact .ui-inputfield.ui-state-focus {
  border-bottom: 1px solid #334151;
}
body .ui-inputfield.ui-state-error, body.layout-compact .ui-inputfield.ui-state-error {
  border-bottom: 1px solid #900;
}
body .ui-inputfield.auto-width, body.layout-compact .ui-inputfield.auto-width {
  width: 100%;
  min-width: 5rem;
}
body .ui-inputfield.wide-input, body.layout-compact .ui-inputfield.wide-input {
  width: 40rem;
}
@media only screen and (max-width: 1600px) {
  body .ui-inputfield.wide-input, body.layout-compact .ui-inputfield.wide-input {
    width: 32rem;
  }
}
@media only screen and (max-width: 1200px) {
  body .ui-inputfield.wide-input, body.layout-compact .ui-inputfield.wide-input {
    width: 22rem;
  }
}
@media only screen and (max-width: 848px) {
  body .ui-inputfield.wide-input, body.layout-compact .ui-inputfield.wide-input {
    width: 16rem;
  }
}
body .ui-inputfield[readonly=readonly], body.layout-compact .ui-inputfield[readonly=readonly] {
  opacity: 0.65;
  border-bottom-style: dotted;
}
body .ui-inputtextarea, body.layout-compact .ui-inputtextarea {
  border-top: 1px dotted #D8DEE4;
  border-right: 1px dotted #EDF0F2;
  border-left: 1px dotted #EDF0F2;
}
body .ui-inputnumber, body.layout-compact .ui-inputnumber {
  float: left;
}
body .ui-inputnumber .ui-inputfield, body.layout-compact .ui-inputnumber .ui-inputfield {
  width: calc(100% - 2rem) !important;
  min-width: 4rem;
}
body .ui-selectonemenu, body.layout-compact .ui-selectonemenu {
  float: left;
  width: 16rem;
  border-bottom-color: #D8DEE4;
}
body .ui-selectonemenu .ui-selectonemenu-label.ui-inputfield, body.layout-compact .ui-selectonemenu .ui-selectonemenu-label.ui-inputfield {
  width: 100%;
  color: #334151;
  font-family: "SourceSansPro-Regular";
  font-weight: normal !important;
  padding: 2px 2px 1px 2px;
}
body .ui-selectonemenu.auto-width, body.layout-compact .ui-selectonemenu.auto-width {
  width: 100%;
  min-width: 5rem;
}
body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon, body.layout-compact .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  color: #A1ABBC;
}
body .ui-calendar, body.layout-compact .ui-calendar {
  position: relative;
  float: left;
  width: 16rem;
  min-height: 1.5rem;
  box-sizing: border-box;
  border-bottom-color: #D8DEE4;
}
body .ui-calendar .ui-datepicker-trigger, body.layout-compact .ui-calendar .ui-datepicker-trigger {
  position: absolute;
  top: 0.125rem;
  right: 0;
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  line-height: 1rem !important;
}
body .ui-calendar .ui-datepicker-trigger .ui-icon-calendar, body.layout-compact .ui-calendar .ui-datepicker-trigger .ui-icon-calendar {
  font-size: 1.25rem !important;
  color: #A1ABBC;
  transition: all 0.15s;
}
body .ui-calendar .ui-datepicker-trigger .ui-icon-calendar:hover, body.layout-compact .ui-calendar .ui-datepicker-trigger .ui-icon-calendar:hover {
  color: #334151;
  transition: all 0.3s;
}
body .ui-calendar .ui-inputfield, body.layout-compact .ui-calendar .ui-inputfield {
  width: 100%;
  color: #334151;
  padding: 2px 2px 1px 2px;
}
body .ui-calendar .animate, body .ui-calendar .ui-button-text, body.layout-compact .ui-calendar .animate, body.layout-compact .ui-calendar .ui-button-text {
  display: none;
}
body .ui-selectonebutton, body.layout-compact .ui-selectonebutton {
  padding: 0;
}
body .ui-selectonebutton .ui-button.ui-state-active, body.layout-compact .ui-selectonebutton .ui-button.ui-state-active {
  box-shadow: none;
  color: #A1ABBC;
}
body .ui-selectcheckboxmenu, body.layout-compact .ui-selectcheckboxmenu {
  width: 16rem;
  border-bottom-color: #D8DEE4;
}
body .ui-autocomplete-input.ui-autocomplete-dd-input, body.layout-compact .ui-autocomplete-input.ui-autocomplete-dd-input {
  padding-right: 0;
}
body .ui-spinner .ui-spinner-input, body.layout-compact .ui-spinner .ui-spinner-input {
  text-align: left;
}
body .ui-state-disabled, body.layout-compact .ui-state-disabled {
  opacity: 0.65;
}
body .ui-paginator, body.layout-compact .ui-paginator {
  background: none;
  border: none;
}
body .ui-paginator .ui-paginator-pages a.ui-paginator-page, body.layout-compact .ui-paginator .ui-paginator-pages a.ui-paginator-page {
  width: 1.5rem;
  height: 1.5rem;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  color: #A1ABBC;
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #A1ABBC;
}
body .ui-paginator .ui-paginator-pages a.ui-paginator-page.ui-state-hover, body.layout-compact .ui-paginator .ui-paginator-pages a.ui-paginator-page.ui-state-hover {
  color: #ffffff;
  background: #A1ABBC;
}
body .ui-paginator .ui-paginator-pages a.ui-paginator-page.ui-state-active, body.layout-compact .ui-paginator .ui-paginator-pages a.ui-paginator-page.ui-state-active {
  color: #FF4E3B;
  border: 1px solid #FF4E3B;
  background: transparent;
}
body .ui-paginator a.ui-paginator-first, body .ui-paginator a.ui-paginator-prev, body .ui-paginator a.ui-paginator-next, body .ui-paginator a.ui-paginator-last, body.layout-compact .ui-paginator a.ui-paginator-first, body.layout-compact .ui-paginator a.ui-paginator-prev, body.layout-compact .ui-paginator a.ui-paginator-next, body.layout-compact .ui-paginator a.ui-paginator-last {
  color: #A1ABBC !important;
}
body .ui-paginator a.ui-paginator-first.ui-state-hover, body .ui-paginator a.ui-paginator-prev.ui-state-hover, body .ui-paginator a.ui-paginator-next.ui-state-hover, body .ui-paginator a.ui-paginator-last.ui-state-hover, body.layout-compact .ui-paginator a.ui-paginator-first.ui-state-hover, body.layout-compact .ui-paginator a.ui-paginator-prev.ui-state-hover, body.layout-compact .ui-paginator a.ui-paginator-next.ui-state-hover, body.layout-compact .ui-paginator a.ui-paginator-last.ui-state-hover {
  background: transparent;
}
body .ui-paginator a.ui-paginator-first.ui-state-hover .ui-icon, body .ui-paginator a.ui-paginator-prev.ui-state-hover .ui-icon, body .ui-paginator a.ui-paginator-next.ui-state-hover .ui-icon, body .ui-paginator a.ui-paginator-last.ui-state-hover .ui-icon, body.layout-compact .ui-paginator a.ui-paginator-first.ui-state-hover .ui-icon, body.layout-compact .ui-paginator a.ui-paginator-prev.ui-state-hover .ui-icon, body.layout-compact .ui-paginator a.ui-paginator-next.ui-state-hover .ui-icon, body.layout-compact .ui-paginator a.ui-paginator-last.ui-state-hover .ui-icon {
  color: #FF4E3B !important;
}
body .ui-paginator.ui-paginator-top, body.layout-compact .ui-paginator.ui-paginator-top {
  border-bottom: 1px solid #EDF0F2;
}
body .ui-widget-content, body.layout-compact .ui-widget-content {
  border: none;
}
body .ui-message-info, body .ui-message-error, body .ui-message-warn, body .ui-message-fatal, body.layout-compact .ui-message-info, body.layout-compact .ui-message-error, body.layout-compact .ui-message-warn, body.layout-compact .ui-message-fatal {
  max-width: 16rem;
  min-width: 8rem;
  line-height: 1rem;
  font-size: 0.875rem;
}
body .ui-message, body.layout-compact .ui-message {
  min-height: auto;
  padding: 0.125rem !important;
}
body .ui-message .ui-message-error-icon, body.layout-compact .ui-message .ui-message-error-icon {
  float: left;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0 0.25rem 0 0 !important;
}
body .ui-message .ui-message-error-detail, body.layout-compact .ui-message .ui-message-error-detail {
  float: left;
  max-width: calc(100% - 1.5rem);
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  font-size: 0.6875rem;
  line-height: 1rem;
}
body .ui-tabs .ui-tabs-nav, body.layout-compact .ui-tabs .ui-tabs-nav {
  border-bottom-color: #D8DEE4;
}
body .ui-tabs .ui-tabs-nav > li.ui-state-default a, body.layout-compact .ui-tabs .ui-tabs-nav > li.ui-state-default a {
  color: #A1ABBC;
}
body .ui-tabs .ui-tabs-nav > li.ui-state-default.ui-state-hover a, body.layout-compact .ui-tabs .ui-tabs-nav > li.ui-state-default.ui-state-hover a {
  color: #334151;
}
body .ui-tabs .ui-tabs-nav > li.ui-state-default.ui-state-active a, body.layout-compact .ui-tabs .ui-tabs-nav > li.ui-state-default.ui-state-active a {
  color: #334151;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
}
body .ui-message, body.layout-compact .ui-message {
  float: left;
}
body .ui-tree, body .ui-tree-container, body.layout-compact .ui-tree, body.layout-compact .ui-tree-container {
  padding: 0;
}
body .ui-tree ul li, body .ui-tree-container ul li, body.layout-compact .ui-tree ul li, body.layout-compact .ui-tree-container ul li {
  border-bottom: 1px solid #D8DEE4;
}
body .ui-tree ul li:first-child, body .ui-tree-container ul li:first-child, body.layout-compact .ui-tree ul li:first-child, body.layout-compact .ui-tree-container ul li:first-child {
  border-top: 1px solid #D8DEE4;
}
body .ui-tree ul li:nth-child(odd), body .ui-tree-container ul li:nth-child(odd), body.layout-compact .ui-tree ul li:nth-child(odd), body.layout-compact .ui-tree-container ul li:nth-child(odd) {
  background: rgba(161, 171, 188, 0.1);
}
body .ui-tree ul li .ui-treenode-label, body .ui-tree-container ul li .ui-treenode-label, body.layout-compact .ui-tree ul li .ui-treenode-label, body.layout-compact .ui-tree-container ul li .ui-treenode-label {
  line-height: 1.5rem;
  padding: 0.25rem 0;
}
body .ui-tree ul li ul li:last-child, body .ui-tree-container ul li ul li:last-child, body.layout-compact .ui-tree ul li ul li:last-child, body.layout-compact .ui-tree-container ul li ul li:last-child {
  border-bottom: none;
}
body .ui-datepicker, body.layout-compact .ui-datepicker {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
body .ui-tooltip, body.layout-compact .ui-tooltip {
  white-space: normal;
  max-width: 25vw;
}
@media only screen and (max-width: 640px) {
  body .ui-tooltip, body.layout-compact .ui-tooltip {
    max-width: 50vw;
  }
}
body .ui-menu .ui-menu-parent .ui-menu-child, body.layout-compact .ui-menu .ui-menu-parent .ui-menu-child {
  width: auto;
  min-width: 12rem;
  max-width: 16rem;
}
body .ui-fileupload .ui-widget-header, body.layout-compact .ui-fileupload .ui-widget-header {
  border: none;
  background: none;
  padding: 0;
}
body .ui-fileupload .ui-fileupload-content, body.layout-compact .ui-fileupload .ui-fileupload-content {
  border: none;
  padding: 0;
}
body .ui-fileupload .ui-fileupload-buttonbar .ui-button, body.layout-compact .ui-fileupload .ui-fileupload-buttonbar .ui-button {
  background: #334151;
}
body .ui-fileupload .ui-fileupload-buttonbar .ui-icon-arrowreturnthick-1-n, body .ui-fileupload .ui-fileupload-buttonbar .ui-icon-cancel, body.layout-compact .ui-fileupload .ui-fileupload-buttonbar .ui-icon-arrowreturnthick-1-n, body.layout-compact .ui-fileupload .ui-fileupload-buttonbar .ui-icon-cancel {
  display: none;
}
body .ui-scrollpanel, body.layout-compact .ui-scrollpanel {
  border: 1px solid #D8DEE4;
  width: 99%;
}
body .ui-scrollpanel .ui-scrollpanel-container, body .ui-scrollpanel .ui-scrollpanel-content, body.layout-compact .ui-scrollpanel .ui-scrollpanel-container, body.layout-compact .ui-scrollpanel .ui-scrollpanel-content {
  width: 99%;
}
body .ui-scrollpanel .ui-scrollpanel-content, body.layout-compact .ui-scrollpanel .ui-scrollpanel-content {
  padding: 0.5rem;
}
body .ui-progressbar, body.layout-compact .ui-progressbar {
  height: 1.5rem;
}
body .ui-progressbar .ui-progressbar-value, body.layout-compact .ui-progressbar .ui-progressbar-value {
  margin: 0;
  height: 100%;
  border: none;
}
body .ui-progressbar .ui-progressbar-label, body.layout-compact .ui-progressbar .ui-progressbar-label {
  top: 0;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
body .md-inputfield label, body.layout-compact .md-inputfield label {
  color: #A1ABBC;
}
body .xAxis .tickLabel, body.layout-compact .xAxis .tickLabel {
  transform: rotate(-90deg) translate(-8px);
  /*width: 64px !important;*/
}
body .yAxis .tickLabel, body.layout-compact .yAxis .tickLabel {
  white-space: nowrap;
  /*width: 64px !important;*/
}
body .chart, body.layout-compact .chart {
  display: block;
  padding-bottom: 6rem;
}
body .chart .xAxis .tickLabel, body.layout-compact .chart .xAxis .tickLabel {
  margin-top: 2rem;
  min-width: 6rem;
}
body.login-body, body.layout-compact.login-body {
  background: transparent;
}
body .login-panel .logo, body.layout-compact .login-panel .logo {
  width: 100%;
  height: 3rem;
  background-image: url("/jtp/jakarta.faces.resource/img/jules-logo@2x.png.jsf?v=6.0.23");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body .layout-wrapper .layout-menu, body .layout-wrapper .topbar .topbar-left, body.layout-compact .layout-wrapper .layout-menu, body.layout-compact .layout-wrapper .topbar .topbar-left {
  width: 15rem;
}
body .layout-wrapper .topbar, body.layout-compact .layout-wrapper .topbar {
  height: 2rem;
  background: #ffffff;
  box-shadow: none;
}
body .layout-wrapper .topbar .topbar-left, body.layout-compact .layout-wrapper .topbar .topbar-left {
  position: relative;
  height: 5rem;
  padding: 0.5rem 1rem;
  background: #334151;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 640px) {
  body .layout-wrapper .topbar .topbar-left, body.layout-compact .layout-wrapper .topbar .topbar-left {
    width: 3rem;
    height: 3rem;
    padding: 0.5rem 0.5rem 0;
  }
}
body .layout-wrapper .topbar .topbar-left p, body.layout-compact .layout-wrapper .topbar .topbar-left p {
  width: 10rem;
  color: #ffffff;
  margin: 0.5rem 0 0 0;
  text-align: center;
  display: none;
}
body .layout-wrapper .topbar .logo, body.layout-compact .layout-wrapper .topbar .logo {
  width: 10rem;
  height: 2.5rem;
  background-image: url("/jtp/jakarta.faces.resource/img/jules-diapos-logo@2x.png.jsf?v=6.0.23");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 640px) {
  body .layout-wrapper .topbar .logo, body.layout-compact .layout-wrapper .topbar .logo {
    width: 2rem;
    height: 2rem;
    background-image: url("/jtp/jakarta.faces.resource/img/jules-diapos-icon@2x.png.jsf?v=6.0.23");
  }
}
body .layout-wrapper .topbar .topbar-right, body.layout-compact .layout-wrapper .topbar .topbar-right {
  float: left;
  width: calc(100% - 15rem);
  height: 5rem;
  background: #ffffff;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  body .layout-wrapper .topbar .topbar-right, body.layout-compact .layout-wrapper .topbar .topbar-right {
    width: calc(100% - 4rem);
    padding: 0.5rem;
  }
}
body .layout-wrapper .topbar .topbar-right #menu-button, body.layout-compact .layout-wrapper .topbar .topbar-right #menu-button {
  float: left;
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
  margin: 0;
  background: #FF4E3B;
}
@media only screen and (max-width: 640px) {
  body .layout-wrapper .topbar .topbar-right #menu-button, body.layout-compact .layout-wrapper .topbar .topbar-right #menu-button {
    margin-left: -0.5rem;
  }
}
body .layout-wrapper .topbar .topbar-right #menu-button i, body.layout-compact .layout-wrapper .topbar .topbar-right #menu-button i {
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: block;
  text-align: center;
}
body .layout-wrapper .topbar .topbar-right #menu-button i:before, body.layout-compact .layout-wrapper .topbar .topbar-right #menu-button i:before {
  content: "menu";
}
body .layout-wrapper .topbar .topbar-right .page-heading, body.layout-compact .layout-wrapper .topbar .topbar-right .page-heading {
  float: left;
  max-width: calc(100% - 20rem);
}
body .layout-wrapper .topbar .topbar-right .page-heading .page-title, body.layout-compact .layout-wrapper .topbar .topbar-right .page-heading .page-title {
  font-family: "SourceSansPro-Regular";
  font-weight: normal !important;
  font-size: 1.5rem;
  line-height: 2rem;
  float: left;
  margin: 0.5rem 0 0.5rem -0.5rem;
  height: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  body .layout-wrapper .topbar .topbar-right .page-heading .page-title, body.layout-compact .layout-wrapper .topbar .topbar-right .page-heading .page-title {
    line-height: 2rem;
  }
}
@media only screen and (max-width: 399px) {
  body .layout-wrapper .topbar .topbar-right .page-heading .page-title, body.layout-compact .layout-wrapper .topbar .topbar-right .page-heading .page-title {
    font-size: 1.25rem;
  }
}
body .layout-wrapper .topbar .topbar-right .messaging, body.layout-compact .layout-wrapper .topbar .topbar-right .messaging {
  position: relative;
  width: 1.5rem;
  margin-top: 0.5rem;
  float: right;
  text-align: center;
}
body .layout-wrapper .topbar .topbar-right .messaging #help, body.layout-compact .layout-wrapper .topbar .topbar-right .messaging #help {
  clear: both;
}
body .layout-wrapper .topbar .topbar-right .messaging #help a:link, body .layout-wrapper .topbar .topbar-right .messaging #help a:visited, body.layout-compact .layout-wrapper .topbar .topbar-right .messaging #help a:link, body.layout-compact .layout-wrapper .topbar .topbar-right .messaging #help a:visited {
  color: #D8DEE4;
}
body .layout-wrapper .topbar .topbar-right .messaging #help a:hover, body.layout-compact .layout-wrapper .topbar .topbar-right .messaging #help a:hover {
  color: #A1ABBC;
}
body .layout-wrapper .topbar .topbar-right .messaging #alerts, body.layout-compact .layout-wrapper .topbar .topbar-right .messaging #alerts {
  clear: both;
}
body .layout-wrapper .topbar .topbar-right #profile, body.layout-compact .layout-wrapper .topbar .topbar-right #profile {
  position: relative;
  float: right;
  min-width: 10rem;
  margin: 0.375rem 1rem;
}
@media only screen and (max-width: 399px) {
  body .layout-wrapper .topbar .topbar-right #profile, body.layout-compact .layout-wrapper .topbar .topbar-right #profile {
    display: none;
  }
}
body .layout-wrapper .topbar .topbar-right #profile .portrait, body.layout-compact .layout-wrapper .topbar .topbar-right #profile .portrait {
  color: #A1ABBC;
  width: 2rem;
  height: 2rem;
  float: left;
  line-height: 2rem;
  text-align: center;
  margin: 0 0.5rem 0 0;
  border: 2px solid #A1ABBC;
  border-radius: 2rem;
  background: #ffffff;
}
@media only screen and (max-width: 640px) {
  body .layout-wrapper .topbar .topbar-right #profile .portrait, body.layout-compact .layout-wrapper .topbar .topbar-right #profile .portrait {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
  }
}
body .layout-wrapper .topbar .topbar-right #profile .portrait.logged-in-as, body.layout-compact .layout-wrapper .topbar .topbar-right #profile .portrait.logged-in-as {
  margin-left: -2rem;
  color: #FF4E3B;
  border: 2px solid #FF4E3B;
}
body .layout-wrapper .topbar .topbar-right #profile .label, body.layout-compact .layout-wrapper .topbar .topbar-right #profile .label {
  float: left;
}
body .layout-wrapper .topbar .topbar-right #profile .label .username, body.layout-compact .layout-wrapper .topbar .topbar-right #profile .label .username {
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  color: #A1ABBC;
  font-size: 0.875rem;
  margin: 0;
}
body .layout-wrapper .topbar .topbar-right #profile .label .role, body.layout-compact .layout-wrapper .topbar .topbar-right #profile .label .role {
  color: #A1ABBC;
  font-size: 0.75rem;
  margin: 0;
}
body .layout-wrapper .topbar .topbar-right #profile .label.logged-in-as, body.layout-compact .layout-wrapper .topbar .topbar-right #profile .label.logged-in-as {
  margin-left: 0.25rem;
}
body .layout-wrapper .topbar .topbar-right #profile .label.logged-in-as h5, body .layout-wrapper .topbar .topbar-right #profile .label.logged-in-as h6, body.layout-compact .layout-wrapper .topbar .topbar-right #profile .label.logged-in-as h5, body.layout-compact .layout-wrapper .topbar .topbar-right #profile .label.logged-in-as h6 {
  color: #FF4E3B;
}
body .layout-wrapper .topbar .topbar-right #profile a.return-to-button, body.layout-compact .layout-wrapper .topbar .topbar-right #profile a.return-to-button {
  position: absolute;
  left: 2.25rem;
  top: 0;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1rem;
  background: #FF4E3B;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
body .layout-wrapper .topbar .topbar-right #profile a.return-to-button:hover, body.layout-compact .layout-wrapper .topbar .topbar-right #profile a.return-to-button:hover {
  color: #ffffff;
  transform: scale(1.2);
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom {
  float: left;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  height: 2rem;
  background: #ffffff;
  border-top: 1px solid #EDF0F2;
  border-bottom: 1px solid #D8DEE4;
  padding: 0 1rem;
  /* secondary menu */
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb {
  float: left;
  clear: both;
  padding: 0.25rem 0.5rem;
  border: none;
  /* standard first icon override */
}
@media only screen and (max-width: 848px) {
  body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb {
    display: none;
  }
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb.ui-widget-header, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb.ui-widget-header {
  background: transparent;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb.ui-widget-header .ui-icon, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb.ui-widget-header .ui-icon {
  color: #A1ABBC;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb.ui-widget-header a:hover, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb.ui-widget-header a:hover {
  color: #FF4E3B;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb span, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb span {
  font-size: 0.75rem;
  color: #A1ABBC;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb span.ui-icon, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb span.ui-icon {
  font-size: 1.125rem;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb span:hover, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb span:hover {
  /*color: $accentColor;*/
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb span a:hover, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb span a:hover {
  color: #FF4E3B;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li {
  text-rendering: optimizeLegibility;
  margin-right: 0.5rem !important;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a {
  top: 0;
  width: auto;
  height: auto;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-top: 3px;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a.ui-icon, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a.ui-icon {
  font-feature-settings: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: auto;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a:before, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a:before {
  display: none;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a span, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a span {
  display: block;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a:hover span, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li:first-child a:hover span {
  color: #FF4E3B;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li.ui-icon-triangle-1-e, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .ui-breadcrumb li.ui-icon-triangle-1-e {
  width: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu {
  position: relative;
  box-sizing: content-box;
  float: right;
  width: auto;
  height: auto;
  top: 0;
  border: none;
  padding: 0;
  background: transparent;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li {
  display: inline-block;
  vertical-align: top;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:nth-child(1), body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:nth-child(2), body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:nth-child(1), body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:nth-child(2) {
  min-width: 15rem !important;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a {
  text-transform: none;
  padding: 0.3125rem 1rem;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:hover i:first-child, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:hover i:first-child {
  color: #FF4E3B;
  transition: all 0.3s;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li > a, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem > a, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li > a, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem > a {
  color: #334151;
  background-color: #fff;
  margin: 0 !important;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li > a i:first-child, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem > a i:first-child, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li > a i:first-child, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem > a i:first-child {
  color: #334151;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul {
  background-color: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #D8DEE4;
  border-top: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li {
  display: list-item;
  border-left: none;
  min-width: 8rem !important;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li a, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li a, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li a, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li a {
  padding: 0.25rem 0;
  margin-left: -1rem;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li a i.material-icons:first-child, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li a:hover i.material-icons:first-child, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li a i.material-icons:first-child, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li a:hover i.material-icons:first-child, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li a i.material-icons:first-child, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li a:hover i.material-icons:first-child, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li a i.material-icons:first-child, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li a:hover i.material-icons:first-child {
  display: none;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li ul, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li ul, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li ul, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li ul {
  padding: 0 0 0.5rem 0.5rem;
  border: none;
  box-shadow: none;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:link, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:visited, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:link, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:visited {
  color: #334151;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:link .ui-icon, body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:visited .ui-icon, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:link .ui-icon, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:visited .ui-icon {
  color: #334151;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:hover, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:hover {
  color: #FF4E3B;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:hover .ui-icon, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li a:hover .ui-icon {
  color: #FF4E3B;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li .ui-menuitem-icon, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li .ui-menuitem-icon {
  font-size: 1rem;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:first-child, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:first-child {
  min-width: 11rem;
}
body .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul ul li:first-child, body.layout-compact .layout-wrapper .topbar .topbar-right .topbar-bottom .layout-menu .nano ul ul li:first-child {
  min-width: auto;
}
body .layout-wrapper .layout-menu, body.layout-compact .layout-wrapper .layout-menu {
  top: 5rem;
  padding-top: 0.5rem;
  background: #334151;
  box-shadow: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 640px) {
  body .layout-wrapper .layout-menu, body.layout-compact .layout-wrapper .layout-menu {
    top: 3rem;
  }
}
body .layout-wrapper .layout-menu .nano .nano-content.menu-scroll-content, body.layout-compact .layout-wrapper .layout-menu .nano .nano-content.menu-scroll-content {
  height: calc(100% - 8rem);
}
body .layout-wrapper .layout-menu .nano p, body.layout-compact .layout-wrapper .layout-menu .nano p {
  color: #A1ABBC;
  text-align: center;
  margin: 0.75rem 0 0.25rem;
}
body .layout-wrapper .layout-menu .nano hr, body.layout-compact .layout-wrapper .layout-menu .nano hr {
  height: 4px;
  margin: 2px 0;
  background: #242F3B;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 15rem;
  height: 2rem;
  transition: margin-left 0.3s;
  background: #242F3B;
  font-size: 0;
}
@media only screen and (max-width: 1024px) {
  body .layout-wrapper .layout-menu .nano ul.bottom-menu, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu {
    margin-left: -15rem;
  }
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li {
  list-style: none;
  background: #242F3B;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 16px;
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li a:link, body .layout-wrapper .layout-menu .nano ul.bottom-menu li a:visited, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li a:link, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li a:visited {
  line-height: 1.5rem;
  padding: 0.25rem 0;
  display: block;
  text-align: center;
  color: #A1ABBC;
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li a:hover, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li a:hover {
  color: #ffffff;
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  margin: 0.25rem 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.english, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.english {
  background-image: url("/jtp/jakarta.faces.resource/img/english@2x.png.jsf?v=6.0.23");
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.dutch, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.dutch {
  background-image: url("/jtp/jakarta.faces.resource/img/dutch@2x.png.jsf?v=6.0.23");
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.french, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.french {
  background-image: url("/jtp/jakarta.faces.resource/img/french@2x.png.jsf?v=6.0.23");
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.german, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.german {
  background-image: url("/jtp/jakarta.faces.resource/img/german@2x.png.jsf?v=6.0.23");
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.italian, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.italian {
  background-image: url("/jtp/jakarta.faces.resource/img/italian@2x.png.jsf?v=6.0.23");
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.pirate, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.pirate {
  background-image: url("/jtp/jakarta.faces.resource/img/pirate@2x.png.jsf?v=6.0.23");
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.polish, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.polish {
  background-image: url("/jtp/jakarta.faces.resource/img/polish@2x.png.jsf?v=6.0.23");
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.spanish, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.spanish {
  background-image: url("/jtp/jakarta.faces.resource/img/spanish@2x.png.jsf?v=6.0.23");
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.american, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon.american {
  background-image: url("/jtp/jakarta.faces.resource/img/us@2x.png.jsf?v=6.0.23");
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon:hover, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.flag-icon:hover {
  filter: brightness(125%);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li i.fa:hover, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li i.fa:hover {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.35);
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection {
  position: relative;
  z-index: 1;
  top: -6.5rem;
  margin-left: -2rem;
  width: 7rem;
  max-height: 10rem;
  display: block;
  padding: 0 0 0 0.5rem;
  background: #242F3B;
  box-shadow: 0 1px 4px rgba(255, 255, 255, 0.25);
  overflow: hidden;
  transition: all 0.15s;
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection.hidden, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection.hidden {
  top: -3rem;
  max-height: 0;
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection li, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection li {
  font-size: 0.75rem;
  text-transform: capitalize !important;
  width: 7rem;
  padding: 0 0.25rem;
  background: transparent;
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection li a, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection li a {
  text-align: left;
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection li a i, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection li a i {
  vertical-align: bottom;
}
body .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection li a:hover i, body.layout-compact .layout-wrapper .layout-menu .nano ul.bottom-menu li ul.language-selection li a:hover i {
  filter: brightness(125%);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
body .layout-wrapper .ultima-menu, body.layout-compact .layout-wrapper .ultima-menu {
  margin-bottom: 2rem;
}
body .layout-wrapper .ultima-menu li a, body.layout-compact .layout-wrapper .ultima-menu li a {
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #A1ABBC;
}
body .layout-wrapper .ultima-menu li a i, body.layout-compact .layout-wrapper .ultima-menu li a i {
  color: #A1ABBC;
}
body .layout-wrapper .ultima-menu li a i:first-child, body.layout-compact .layout-wrapper .ultima-menu li a i:first-child {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: center;
  margin-right: 0.5rem;
  vertical-align: bottom;
}
body .layout-wrapper .ultima-menu li a i:last-child, body.layout-compact .layout-wrapper .ultima-menu li a i:last-child {
  margin-top: 0 !important;
}
body .layout-wrapper .ultima-menu li a:hover, body.layout-compact .layout-wrapper .ultima-menu li a:hover {
  color: #ffffff;
  background: transparent;
}
body .layout-wrapper .ultima-menu li ul, body.layout-compact .layout-wrapper .ultima-menu li ul {
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
}
body .layout-wrapper .ultima-menu li ul li, body.layout-compact .layout-wrapper .ultima-menu li ul li {
  border-left: 1px solid #A1ABBC;
}
body .layout-wrapper .ultima-menu li ul li a, body.layout-compact .layout-wrapper .ultima-menu li ul li a {
  font-family: "SourceSansPro-Regular";
  font-weight: normal !important;
  text-transform: none;
  padding: 0.25rem 0;
  margin-left: -0.6875rem;
}
body .layout-wrapper .ultima-menu li ul li a i:first-child, body.layout-compact .layout-wrapper .ultima-menu li ul li a i:first-child {
  font-size: 0.75rem;
  vertical-align: top;
}
body .layout-wrapper .ultima-menu li ul li a span, body.layout-compact .layout-wrapper .ultima-menu li ul li a span {
  max-width: calc(100% - 2rem);
}
body .layout-wrapper .ultima-menu li ul li.active-menuitem, body.layout-compact .layout-wrapper .ultima-menu li ul li.active-menuitem {
  border-left: 1px solid #A1ABBC;
}
body .layout-wrapper .ultima-menu li ul li.active-menuitem a, body.layout-compact .layout-wrapper .ultima-menu li ul li.active-menuitem a {
  background: transparent;
}
body .layout-wrapper .ultima-menu li ul li.active-menuitem a i:first-child, body.layout-compact .layout-wrapper .ultima-menu li ul li.active-menuitem a i:first-child {
  color: #ffffff;
}
body .layout-wrapper .ultima-menu li ul li.active-menuitem li a i:first-child, body.layout-compact .layout-wrapper .ultima-menu li ul li.active-menuitem li a i:first-child {
  color: #A1ABBC;
}
body .layout-wrapper .ultima-menu li ul li.active-menuitem li.active-menuitem a i:first-child, body.layout-compact .layout-wrapper .ultima-menu li ul li.active-menuitem li.active-menuitem a i:first-child {
  color: #ffffff;
}
body .layout-wrapper .ultima-menu li ul li ul li a, body.layout-compact .layout-wrapper .ultima-menu li ul li ul li a {
  padding-left: 0;
}
body .layout-wrapper .ultima-menu li.active-menuitem > a, body.layout-compact .layout-wrapper .ultima-menu li.active-menuitem > a {
  color: #ffffff;
  background-color: #242F3B;
}
body .layout-wrapper .ultima-menu li.active-menuitem > a i:first-child, body.layout-compact .layout-wrapper .ultima-menu li.active-menuitem > a i:first-child {
  color: #ffffff;
}
body .layout-wrapper .ultima-menu li.active-menuitem > ul, body.layout-compact .layout-wrapper .ultima-menu li.active-menuitem > ul {
  background-color: #242F3B;
}
body .layout-wrapper.layout-menu-static-inactive .layout-menu .nano ul.bottom-menu, body.layout-compact .layout-wrapper.layout-menu-static-inactive .layout-menu .nano ul.bottom-menu {
  margin-left: -15rem;
}
body .layout-wrapper.layout-menu-static-inactive .footer, body.layout-compact .layout-wrapper.layout-menu-static-inactive .footer {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  body .layout-wrapper.layout-menu-static-active .layout-menu .nano ul.bottom-menu, body.layout-compact .layout-wrapper.layout-menu-static-active .layout-menu .nano ul.bottom-menu {
    margin-left: 0;
  }
}
body .layout-wrapper .layout-main, body.layout-compact .layout-wrapper .layout-main {
  min-height: calc(100vh - 11rem);
  margin-left: 15rem;
  padding: 5.5rem 0.5rem 0.5rem;
}
@media only screen and (max-width: 1024px) {
  body .layout-wrapper .layout-main, body.layout-compact .layout-wrapper .layout-main {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  body .layout-wrapper .layout-main, body.layout-compact .layout-wrapper .layout-main {
    padding: 3rem 0 0;
  }
}
body .layout-wrapper .footer, body.layout-compact .layout-wrapper .footer {
  margin-left: 15.5rem;
}
body .card, body.layout-compact .card {
  margin-bottom: 0;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #D8DEE4;
  box-shadow: none;
}
@media only screen and (max-width: 640px) {
  body .card, body.layout-compact .card {
    padding: 1rem 0.5rem 0.5rem;
  }
}
body .card.card-w-title, body.layout-compact .card.card-w-title {
  padding-bottom: 1rem;
}
body .card h1, body.layout-compact .card h1 {
  color: #334151;
  font-size: 1.125rem;
  font-family: "SourceSansPro-Regular";
  font-weight: normal !important;
  line-height: 3rem;
  padding: 0 1rem;
  border-bottom: 1px solid #D8DEE4;
}
body .card h1 span, body.layout-compact .card h1 span {
  color: #A1ABBC;
  font-size: 0.875rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 640px) {
  body .card h1 span, body.layout-compact .card h1 span {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 640px) {
  body .card h1, body.layout-compact .card h1 {
    padding: 0 0.5rem;
  }
}
body .card h1:first-child, body.layout-compact .card h1:first-child {
  margin: -1rem -1rem 1rem;
}
body .card h1:first-child.empty-card, body.layout-compact .card h1:first-child.empty-card {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  body .card h1:first-child, body.layout-compact .card h1:first-child {
    margin: -1rem -0.5rem 1rem;
  }
}
body .card h1 a.info-icon, body.layout-compact .card h1 a.info-icon {
  float: right;
  color: #A1ABBC;
  line-height: 3rem;
}
body .card h1 a.info-icon:hover, body.layout-compact .card h1 a.info-icon:hover {
  color: #334151;
}
body .ui-panel, body.layout-compact .ui-panel {
  padding: 0;
  /* margin-bottom: 1rem; */
  border-radius: 0.25rem;
  border: 1px solid #D8DEE4;
}
body .ui-panel.fit-small-panel, body.layout-compact .ui-panel.fit-small-panel {
  min-height: 15rem;
}
body .ui-panel .form-panel, body.layout-compact .ui-panel .form-panel {
  background-color: #b9bcbe;
  height: 240px;
}
body .ui-panel .ui-panel-titlebar, body.layout-compact .ui-panel .ui-panel-titlebar {
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #D8DEE4;
}
body .ui-panel .ui-panel-titlebar .ui-panel-title, body.layout-compact .ui-panel .ui-panel-titlebar .ui-panel-title {
  color: #334151;
  font-size: 1.125rem;
  line-height: 3rem;
  padding: 0 1rem;
}
body .ui-panel .ui-panel-titlebar .ui-panel-title .ui-help-panel-button, body.layout-compact .ui-panel .ui-panel-titlebar .ui-panel-title .ui-help-panel-button {
  float: right !important;
  width: 1.5rem !important;
  height: 1.5rem;
  margin: 0.75rem 0.5rem;
  line-height: 1.5rem;
}
body .ui-panel .ui-panel-titlebar .ui-panel-title .ui-help-panel-button .ui-icon, body.layout-compact .ui-panel .ui-panel-titlebar .ui-panel-title .ui-help-panel-button .ui-icon {
  height: 100%;
  color: #D8DEE4;
}
body .ui-panel .ui-panel-titlebar .ui-panel-title .ui-help-panel-button:hover .ui-icon, body.layout-compact .ui-panel .ui-panel-titlebar .ui-panel-title .ui-help-panel-button:hover .ui-icon {
  color: #FF4E3B;
}
body .ui-panel .ui-panel-content, body.layout-compact .ui-panel .ui-panel-content {
  padding: 1rem;
}
body .ui-datatable-tablewrapper, body.layout-compact .ui-datatable-tablewrapper {
  clear: both;
}
body .ui-datatable table, body .ui-treetable table, body table, body.layout-compact .ui-datatable table, body.layout-compact .ui-treetable table, body.layout-compact table {
  position: relative;
  clear: both;
  line-height: 0.8rem;
  table-layout: auto;
}
body .ui-datatable table .ui-state-highlight, body .ui-treetable table .ui-state-highlight, body table .ui-state-highlight, body.layout-compact .ui-datatable table .ui-state-highlight, body.layout-compact .ui-treetable table .ui-state-highlight, body.layout-compact table .ui-state-highlight {
  background: transparent;
}
body .ui-datatable table thead tr th, body .ui-treetable table thead tr th, body table thead tr th, body.layout-compact .ui-datatable table thead tr th, body.layout-compact .ui-treetable table thead tr th, body.layout-compact table thead tr th {
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  position: relative;
  min-height: 2.5rem;
  color: #A1ABBC;
  font-size: 0.8125rem;
  padding: 0.25rem;
  text-align: left;
  border: none;
  vertical-align: top;
  background: transparent;
}
body .ui-datatable table thead tr th .ui-column-title, body .ui-treetable table thead tr th .ui-column-title, body table thead tr th .ui-column-title, body.layout-compact .ui-datatable table thead tr th .ui-column-title, body.layout-compact .ui-treetable table thead tr th .ui-column-title, body.layout-compact table thead tr th .ui-column-title {
  float: left;
}
body .ui-datatable table thead tr th .ui-column-title.align-right, body .ui-treetable table thead tr th .ui-column-title.align-right, body table thead tr th .ui-column-title.align-right, body.layout-compact .ui-datatable table thead tr th .ui-column-title.align-right, body.layout-compact .ui-treetable table thead tr th .ui-column-title.align-right, body.layout-compact table thead tr th .ui-column-title.align-right {
  width: 100%;
  text-align: right;
}
body .ui-datatable table thead tr th .ui-sortable-column-icon, body .ui-treetable table thead tr th .ui-sortable-column-icon, body table thead tr th .ui-sortable-column-icon, body.layout-compact .ui-datatable table thead tr th .ui-sortable-column-icon, body.layout-compact .ui-treetable table thead tr th .ui-sortable-column-icon, body.layout-compact table thead tr th .ui-sortable-column-icon {
  color: #A1ABBC;
}
body .ui-datatable table thead tr th .ui-inputfield, body .ui-treetable table thead tr th .ui-inputfield, body table thead tr th .ui-inputfield, body.layout-compact .ui-datatable table thead tr th .ui-inputfield, body.layout-compact .ui-treetable table thead tr th .ui-inputfield, body.layout-compact table thead tr th .ui-inputfield {
  width: auto;
  clear: both;
}
body .ui-datatable table thead tr th .ui-chkbox, body .ui-treetable table thead tr th .ui-chkbox, body table thead tr th .ui-chkbox, body.layout-compact .ui-datatable table thead tr th .ui-chkbox, body.layout-compact .ui-treetable table thead tr th .ui-chkbox, body.layout-compact table thead tr th .ui-chkbox {
  margin-top: 0.25rem;
}
body .ui-datatable table thead tr th .ui-chkbox-box, body .ui-treetable table thead tr th .ui-chkbox-box, body table thead tr th .ui-chkbox-box, body.layout-compact .ui-datatable table thead tr th .ui-chkbox-box, body.layout-compact .ui-treetable table thead tr th .ui-chkbox-box, body.layout-compact table thead tr th .ui-chkbox-box {
  cursor: pointer;
}
body .ui-datatable table thead tr th .ui-chkbox-all, body .ui-treetable table thead tr th .ui-chkbox-all, body table thead tr th .ui-chkbox-all, body.layout-compact .ui-datatable table thead tr th .ui-chkbox-all, body.layout-compact .ui-treetable table thead tr th .ui-chkbox-all, body.layout-compact table thead tr th .ui-chkbox-all {
  margin-left: 0;
}
body .ui-datatable table thead tr th.ui-state-hover, body .ui-datatable table thead tr th.ui-state-active, body .ui-treetable table thead tr th.ui-state-hover, body .ui-treetable table thead tr th.ui-state-active, body table thead tr th.ui-state-hover, body table thead tr th.ui-state-active, body.layout-compact .ui-datatable table thead tr th.ui-state-hover, body.layout-compact .ui-datatable table thead tr th.ui-state-active, body.layout-compact .ui-treetable table thead tr th.ui-state-hover, body.layout-compact .ui-treetable table thead tr th.ui-state-active, body.layout-compact table thead tr th.ui-state-hover, body.layout-compact table thead tr th.ui-state-active {
  color: #334151;
  background: #ffffff;
}
body .ui-datatable table thead tr th.ui-state-hover .ui-sortable-column-icon, body .ui-datatable table thead tr th.ui-state-active .ui-sortable-column-icon, body .ui-treetable table thead tr th.ui-state-hover .ui-sortable-column-icon, body .ui-treetable table thead tr th.ui-state-active .ui-sortable-column-icon, body table thead tr th.ui-state-hover .ui-sortable-column-icon, body table thead tr th.ui-state-active .ui-sortable-column-icon, body.layout-compact .ui-datatable table thead tr th.ui-state-hover .ui-sortable-column-icon, body.layout-compact .ui-datatable table thead tr th.ui-state-active .ui-sortable-column-icon, body.layout-compact .ui-treetable table thead tr th.ui-state-hover .ui-sortable-column-icon, body.layout-compact .ui-treetable table thead tr th.ui-state-active .ui-sortable-column-icon, body.layout-compact table thead tr th.ui-state-hover .ui-sortable-column-icon, body.layout-compact table thead tr th.ui-state-active .ui-sortable-column-icon {
  color: #334151;
}
body .ui-datatable table thead tr th.ui-state-active .ui-inputfield, body .ui-datatable table thead tr th.ui-state-highlight .ui-inputfield, body .ui-treetable table thead tr th.ui-state-active .ui-inputfield, body .ui-treetable table thead tr th.ui-state-highlight .ui-inputfield, body table thead tr th.ui-state-active .ui-inputfield, body table thead tr th.ui-state-highlight .ui-inputfield, body.layout-compact .ui-datatable table thead tr th.ui-state-active .ui-inputfield, body.layout-compact .ui-datatable table thead tr th.ui-state-highlight .ui-inputfield, body.layout-compact .ui-treetable table thead tr th.ui-state-active .ui-inputfield, body.layout-compact .ui-treetable table thead tr th.ui-state-highlight .ui-inputfield, body.layout-compact table thead tr th.ui-state-active .ui-inputfield, body.layout-compact table thead tr th.ui-state-highlight .ui-inputfield {
  color: #334151;
}
body .ui-datatable table thead tr th.action-column, body .ui-treetable table thead tr th.action-column, body table thead tr th.action-column, body.layout-compact .ui-datatable table thead tr th.action-column, body.layout-compact .ui-treetable table thead tr th.action-column, body.layout-compact table thead tr th.action-column {
  min-width: 5rem;
}
body .ui-datatable table thead tr th.action-column.wide, body .ui-treetable table thead tr th.action-column.wide, body table thead tr th.action-column.wide, body.layout-compact .ui-datatable table thead tr th.action-column.wide, body.layout-compact .ui-treetable table thead tr th.action-column.wide, body.layout-compact table thead tr th.action-column.wide {
  min-width: 10rem;
}
body .ui-datatable table thead tr th.action-column.single, body .ui-treetable table thead tr th.action-column.single, body table thead tr th.action-column.single, body.layout-compact .ui-datatable table thead tr th.action-column.single, body.layout-compact .ui-treetable table thead tr th.action-column.single, body.layout-compact table thead tr th.action-column.single {
  min-width: 2rem;
}
body .ui-datatable table thead tr th.action-column .ui-column-title, body .ui-treetable table thead tr th.action-column .ui-column-title, body table thead tr th.action-column .ui-column-title, body.layout-compact .ui-datatable table thead tr th.action-column .ui-column-title, body.layout-compact .ui-treetable table thead tr th.action-column .ui-column-title, body.layout-compact table thead tr th.action-column .ui-column-title {
  width: 100%;
  display: block;
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
body .ui-datatable table thead tr th.action-column .ui-column-title:after, body .ui-treetable table thead tr th.action-column .ui-column-title:after, body table thead tr th.action-column .ui-column-title:after, body.layout-compact .ui-datatable table thead tr th.action-column .ui-column-title:after, body.layout-compact .ui-treetable table thead tr th.action-column .ui-column-title:after, body.layout-compact table thead tr th.action-column .ui-column-title:after {
  clear: both;
}
body .ui-datatable table thead tr th.status-column span, body .ui-treetable table thead tr th.status-column span, body table thead tr th.status-column span, body.layout-compact .ui-datatable table thead tr th.status-column span, body.layout-compact .ui-treetable table thead tr th.status-column span, body.layout-compact table thead tr th.status-column span {
  float: none;
  text-align: center;
}
body .ui-datatable table thead tr th.status-column td, body .ui-treetable table thead tr th.status-column td, body table thead tr th.status-column td, body.layout-compact .ui-datatable table thead tr th.status-column td, body.layout-compact .ui-treetable table thead tr th.status-column td, body.layout-compact table thead tr th.status-column td {
  float: none;
  text-align: center;
}
body .ui-datatable table thead tr th.status-column .ui-column-title, body .ui-treetable table thead tr th.status-column .ui-column-title, body table thead tr th.status-column .ui-column-title, body.layout-compact .ui-datatable table thead tr th.status-column .ui-column-title, body.layout-compact .ui-treetable table thead tr th.status-column .ui-column-title, body.layout-compact table thead tr th.status-column .ui-column-title {
  float: none;
  text-align: center;
}
body .ui-datatable table thead tr th.border-left, body .ui-treetable table thead tr th.border-left, body table thead tr th.border-left, body.layout-compact .ui-datatable table thead tr th.border-left, body.layout-compact .ui-treetable table thead tr th.border-left, body.layout-compact table thead tr th.border-left {
  border-left: 1px solid rgba(51, 65, 81, 0.25); /* generic? */
}
body .ui-datatable table thead tr th.number-right span, body .ui-treetable table thead tr th.number-right span, body table thead tr th.number-right span, body.layout-compact .ui-datatable table thead tr th.number-right span, body.layout-compact .ui-treetable table thead tr th.number-right span, body.layout-compact table thead tr th.number-right span {
  float: none;
  display: inline;
}
body .ui-datatable table thead tr th.number-right, body .ui-datatable table thead tr th.number, body .ui-treetable table thead tr th.number-right, body .ui-treetable table thead tr th.number, body table thead tr th.number-right, body table thead tr th.number, body.layout-compact .ui-datatable table thead tr th.number-right, body.layout-compact .ui-datatable table thead tr th.number, body.layout-compact .ui-treetable table thead tr th.number-right, body.layout-compact .ui-treetable table thead tr th.number, body.layout-compact table thead tr th.number-right, body.layout-compact table thead tr th.number {
  text-align: right;
}
body .ui-datatable table thead tr th.number-right span, body .ui-datatable table thead tr th.number span, body .ui-treetable table thead tr th.number-right span, body .ui-treetable table thead tr th.number span, body table thead tr th.number-right span, body table thead tr th.number span, body.layout-compact .ui-datatable table thead tr th.number-right span, body.layout-compact .ui-datatable table thead tr th.number span, body.layout-compact .ui-treetable table thead tr th.number-right span, body.layout-compact .ui-treetable table thead tr th.number span, body.layout-compact table thead tr th.number-right span, body.layout-compact table thead tr th.number span {
  float: right;
}
body .ui-datatable table thead tr:first-child th, body .ui-treetable table thead tr:first-child th, body table thead tr:first-child th, body.layout-compact .ui-datatable table thead tr:first-child th, body.layout-compact .ui-treetable table thead tr:first-child th, body.layout-compact table thead tr:first-child th {
  padding-top: 0.75rem;
}
body .ui-datatable table thead tr:last-child th, body .ui-treetable table thead tr:last-child th, body table thead tr:last-child th, body.layout-compact .ui-datatable table thead tr:last-child th, body.layout-compact .ui-treetable table thead tr:last-child th, body.layout-compact table thead tr:last-child th {
  padding-bottom: 0.75rem;
}
body .ui-datatable table tbody.ui-widget-content, body .ui-treetable table tbody.ui-widget-content, body table tbody.ui-widget-content, body.layout-compact .ui-datatable table tbody.ui-widget-content, body.layout-compact .ui-treetable table tbody.ui-widget-content, body.layout-compact table tbody.ui-widget-content {
  border: none;
  border-top: 2px solid #D8DEE4;
}
body .ui-datatable table tbody label.ui-outputlabel, body .ui-treetable table tbody label.ui-outputlabel, body table tbody label.ui-outputlabel, body.layout-compact .ui-datatable table tbody label.ui-outputlabel, body.layout-compact .ui-treetable table tbody label.ui-outputlabel, body.layout-compact table tbody label.ui-outputlabel {
  margin-bottom: 0 !important; /* generic? */
}
body .ui-datatable table tbody tr td, body .ui-treetable table tbody tr td, body table tbody tr td, body.layout-compact .ui-datatable table tbody tr td, body.layout-compact .ui-treetable table tbody tr td, body.layout-compact table tbody tr td {
  white-space: normal;
  border: none;
}
body .ui-datatable table tbody tr td.ui-state-highlight .ui-inputfield, body .ui-treetable table tbody tr td.ui-state-highlight .ui-inputfield, body table tbody tr td.ui-state-highlight .ui-inputfield, body.layout-compact .ui-datatable table tbody tr td.ui-state-highlight .ui-inputfield, body.layout-compact .ui-treetable table tbody tr td.ui-state-highlight .ui-inputfield, body.layout-compact table tbody tr td.ui-state-highlight .ui-inputfield {
  color: #334151;
  border-bottom-color: #A1ABBC;
}
body .ui-datatable table tbody tr td.number-right, body .ui-datatable table tbody tr td.number, body .ui-treetable table tbody tr td.number-right, body .ui-treetable table tbody tr td.number, body table tbody tr td.number-right, body table tbody tr td.number, body.layout-compact .ui-datatable table tbody tr td.number-right, body.layout-compact .ui-datatable table tbody tr td.number, body.layout-compact .ui-treetable table tbody tr td.number-right, body.layout-compact .ui-treetable table tbody tr td.number, body.layout-compact table tbody tr td.number-right, body.layout-compact table tbody tr td.number {
  text-align: right;
}
body .ui-datatable table tbody tr td.border-left, body .ui-treetable table tbody tr td.border-left, body table tbody tr td.border-left, body.layout-compact .ui-datatable table tbody tr td.border-left, body.layout-compact .ui-treetable table tbody tr td.border-left, body.layout-compact table tbody tr td.border-left {
  border-left: 1px solid rgba(51, 65, 81, 0.25); /* generic? */
}
body .ui-datatable table tbody tr td.lightgreen, body .ui-treetable table tbody tr td.lightgreen, body table tbody tr td.lightgreen, body.layout-compact .ui-datatable table tbody tr td.lightgreen, body.layout-compact .ui-treetable table tbody tr td.lightgreen, body.layout-compact table tbody tr td.lightgreen {
  background: #6BFA98 !important;
}
body .ui-datatable table tbody tr td.trade-match, body .ui-treetable table tbody tr td.trade-match, body table tbody tr td.trade-match, body.layout-compact .ui-datatable table tbody tr td.trade-match, body.layout-compact .ui-treetable table tbody tr td.trade-match, body.layout-compact table tbody tr td.trade-match {
  background: #6BFA98 !important;
}
body .ui-datatable table tbody tr td.trade-notrading, body .ui-treetable table tbody tr td.trade-notrading, body table tbody tr td.trade-notrading, body.layout-compact .ui-datatable table tbody tr td.trade-notrading, body.layout-compact .ui-treetable table tbody tr td.trade-notrading, body.layout-compact table tbody tr td.trade-notrading {
  color: #868686;
}
body .ui-datatable table tbody tr td.lightred, body .ui-treetable table tbody tr td.lightred, body table tbody tr td.lightred, body.layout-compact .ui-datatable table tbody tr td.lightred, body.layout-compact .ui-treetable table tbody tr td.lightred, body.layout-compact table tbody tr td.lightred {
  background: #FFB0A0 !important;
}
body .ui-datatable table tbody tr td.trade-nomatches, body .ui-treetable table tbody tr td.trade-nomatches, body table tbody tr td.trade-nomatches, body.layout-compact .ui-datatable table tbody tr td.trade-nomatches, body.layout-compact .ui-treetable table tbody tr td.trade-nomatches, body.layout-compact table tbody tr td.trade-nomatches {
  background: #FFB0A0 !important;
}
body .ui-datatable table tbody tr.ui-datatable-selectable, body .ui-treetable table tbody tr.ui-datatable-selectable, body table tbody tr.ui-datatable-selectable, body.layout-compact .ui-datatable table tbody tr.ui-datatable-selectable, body.layout-compact .ui-treetable table tbody tr.ui-datatable-selectable, body.layout-compact table tbody tr.ui-datatable-selectable {
  cursor: pointer;
}
body .ui-datatable table tbody tr.ui-datatable-selectable[aria-selected=true] td, body .ui-treetable table tbody tr.ui-datatable-selectable[aria-selected=true] td, body table tbody tr.ui-datatable-selectable[aria-selected=true] td, body.layout-compact .ui-datatable table tbody tr.ui-datatable-selectable[aria-selected=true] td, body.layout-compact .ui-treetable table tbody tr.ui-datatable-selectable[aria-selected=true] td, body.layout-compact table tbody tr.ui-datatable-selectable[aria-selected=true] td {
  color: #ffffff;
}
body .ui-datatable table tbody tr.ui-datatable-even, body .ui-treetable table tbody tr.ui-datatable-even, body table tbody tr.ui-datatable-even, body.layout-compact .ui-datatable table tbody tr.ui-datatable-even, body.layout-compact .ui-treetable table tbody tr.ui-datatable-even, body.layout-compact table tbody tr.ui-datatable-even {
  background: #EDF0F2;
}
body .ui-datatable table tbody tr.ui-datatable-even.ui-datatable-selectable.ui-state-hover, body .ui-treetable table tbody tr.ui-datatable-even.ui-datatable-selectable.ui-state-hover, body table tbody tr.ui-datatable-even.ui-datatable-selectable.ui-state-hover, body.layout-compact .ui-datatable table tbody tr.ui-datatable-even.ui-datatable-selectable.ui-state-hover, body.layout-compact .ui-treetable table tbody tr.ui-datatable-even.ui-datatable-selectable.ui-state-hover, body.layout-compact table tbody tr.ui-datatable-even.ui-datatable-selectable.ui-state-hover {
  background: rgb(228.1161290323, 232.5967741935, 235.5838709677);
}
body .ui-datatable table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true], body .ui-treetable table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true], body table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true], body.layout-compact .ui-datatable table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true], body.layout-compact .ui-treetable table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true], body.layout-compact table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true] {
  background: rgb(146.1118012422, 157.6956521739, 177.3881987578);
}
body .ui-datatable table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true] td, body .ui-treetable table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true] td, body table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true] td, body.layout-compact .ui-datatable table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true] td, body.layout-compact .ui-treetable table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true] td, body.layout-compact table tbody tr.ui-datatable-even.ui-datatable-selectable[aria-selected=true] td {
  color: #334151;
}
body .ui-datatable table tbody tr.ui-datatable-odd, body .ui-treetable table tbody tr.ui-datatable-odd, body table tbody tr.ui-datatable-odd, body.layout-compact .ui-datatable table tbody tr.ui-datatable-odd, body.layout-compact .ui-treetable table tbody tr.ui-datatable-odd, body.layout-compact table tbody tr.ui-datatable-odd {
  background: #ffffff;
}
body .ui-datatable table tbody tr.ui-datatable-odd.ui-datatable-selectable.ui-state-hover, body .ui-treetable table tbody tr.ui-datatable-odd.ui-datatable-selectable.ui-state-hover, body table tbody tr.ui-datatable-odd.ui-datatable-selectable.ui-state-hover, body.layout-compact .ui-datatable table tbody tr.ui-datatable-odd.ui-datatable-selectable.ui-state-hover, body.layout-compact .ui-treetable table tbody tr.ui-datatable-odd.ui-datatable-selectable.ui-state-hover, body.layout-compact table tbody tr.ui-datatable-odd.ui-datatable-selectable.ui-state-hover {
  background: rgb(245.8838709677, 247.4032258065, 248.4161290323);
}
body .ui-datatable table tbody tr.ui-datatable-odd.ui-datatable-selectable[aria-selected=true], body .ui-treetable table tbody tr.ui-datatable-odd.ui-datatable-selectable[aria-selected=true], body table tbody tr.ui-datatable-odd.ui-datatable-selectable[aria-selected=true], body.layout-compact .ui-datatable table tbody tr.ui-datatable-odd.ui-datatable-selectable[aria-selected=true], body.layout-compact .ui-treetable table tbody tr.ui-datatable-odd.ui-datatable-selectable[aria-selected=true], body.layout-compact table tbody tr.ui-datatable-odd.ui-datatable-selectable[aria-selected=true] {
  background: #A1ABBC;
}
body .ui-datatable table tbody tr.ui-widget-content, body .ui-treetable table tbody tr.ui-widget-content, body table tbody tr.ui-widget-content, body.layout-compact .ui-datatable table tbody tr.ui-widget-content, body.layout-compact .ui-treetable table tbody tr.ui-widget-content, body.layout-compact table tbody tr.ui-widget-content {
  border-bottom: 1px solid #D8DEE4;
}
body .ui-datatable table tbody tr.ui-widget-content th, body .ui-treetable table tbody tr.ui-widget-content th, body table tbody tr.ui-widget-content th, body.layout-compact .ui-datatable table tbody tr.ui-widget-content th, body.layout-compact .ui-treetable table tbody tr.ui-widget-content th, body.layout-compact table tbody tr.ui-widget-content th {
  padding: 0.25rem 0.5rem;
  text-align: left;
}
body .ui-datatable table tbody tr.ui-widget-content td, body .ui-treetable table tbody tr.ui-widget-content td, body table tbody tr.ui-widget-content td, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td, body.layout-compact table tbody tr.ui-widget-content td {
  color: #334151;
  font-size: 0.8125rem !important;
  padding: 0.25rem !important;
  /* generic? 
  &:first-child label {
    padding: 0.25rem 0.25 0.5rem !important; 
    line-height: 1.5rem !important;
    font-size: 0.8125rem !important;
  }
  */
}
body .ui-datatable table tbody tr.ui-widget-content td button.ui-button, body .ui-treetable table tbody tr.ui-widget-content td button.ui-button, body table tbody tr.ui-widget-content td button.ui-button, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td button.ui-button, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td button.ui-button, body.layout-compact table tbody tr.ui-widget-content td button.ui-button {
  height: 1.5rem !important;
  min-width: 1.5rem !important;
}
body .ui-datatable table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body .ui-treetable table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body.layout-compact table tbody tr.ui-widget-content td button.ui-button .ui-button-text {
  font-size: 0.75rem !important;
  line-height: 1.5rem !important;
}
body .ui-datatable table tbody tr.ui-widget-content td.border-left, body .ui-treetable table tbody tr.ui-widget-content td.border-left, body table tbody tr.ui-widget-content td.border-left, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.border-left, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.border-left, body.layout-compact table tbody tr.ui-widget-content td.border-left {
  border-left: 1px solid rgba(51, 65, 81, 0.25);
}
body .ui-datatable table tbody tr.ui-widget-content td.action-column, body .ui-treetable table tbody tr.ui-widget-content td.action-column, body table tbody tr.ui-widget-content td.action-column, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.action-column, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.action-column, body.layout-compact table tbody tr.ui-widget-content td.action-column {
  padding: 0.25rem 0.5rem;
}
body .ui-datatable table tbody tr.ui-widget-content td.action-column-right, body .ui-treetable table tbody tr.ui-widget-content td.action-column-right, body table tbody tr.ui-widget-content td.action-column-right, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.action-column-right, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.action-column-right, body.layout-compact table tbody tr.ui-widget-content td.action-column-right {
  text-align: right;
  padding-right: 2rem !important;
}
body .ui-datatable table tbody tr.ui-widget-content td a:link, body .ui-datatable table tbody tr.ui-widget-content td a:visited, body .ui-treetable table tbody tr.ui-widget-content td a:link, body .ui-treetable table tbody tr.ui-widget-content td a:visited, body table tbody tr.ui-widget-content td a:link, body table tbody tr.ui-widget-content td a:visited, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td a:link, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td a:visited, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td a:link, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td a:visited, body.layout-compact table tbody tr.ui-widget-content td a:link, body.layout-compact table tbody tr.ui-widget-content td a:visited {
  color: #334151;
  cursor: pointer;
}
body .ui-datatable table tbody tr.ui-widget-content td a:hover, body .ui-treetable table tbody tr.ui-widget-content td a:hover, body table tbody tr.ui-widget-content td a:hover, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td a:hover, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td a:hover, body.layout-compact table tbody tr.ui-widget-content td a:hover {
  opacity: 0.5;
}
body .ui-datatable table tbody tr.ui-widget-content td button.ui-button, body .ui-treetable table tbody tr.ui-widget-content td button.ui-button, body table tbody tr.ui-widget-content td button.ui-button, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td button.ui-button, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td button.ui-button, body.layout-compact table tbody tr.ui-widget-content td button.ui-button {
  height: 2rem;
  min-width: 2rem;
  padding: 0;
  border-radius: 3px;
}
body .ui-datatable table tbody tr.ui-widget-content td button.ui-button .ui-icon, body .ui-treetable table tbody tr.ui-widget-content td button.ui-button .ui-icon, body table tbody tr.ui-widget-content td button.ui-button .ui-icon, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td button.ui-button .ui-icon, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td button.ui-button .ui-icon, body.layout-compact table tbody tr.ui-widget-content td button.ui-button .ui-icon {
  width: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
body .ui-datatable table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body .ui-treetable table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td button.ui-button .ui-button-text, body.layout-compact table tbody tr.ui-widget-content td button.ui-button .ui-button-text {
  line-height: 2rem;
  padding: 0 0.75rem;
}
body .ui-datatable table tbody tr.ui-widget-content td label.ui-outputlabel, body .ui-treetable table tbody tr.ui-widget-content td label.ui-outputlabel, body table tbody tr.ui-widget-content td label.ui-outputlabel, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td label.ui-outputlabel, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td label.ui-outputlabel, body.layout-compact table tbody tr.ui-widget-content td label.ui-outputlabel {
  margin-bottom: -8rem;
}
body .ui-datatable table tbody tr.ui-widget-content td.action-column, body .ui-treetable table tbody tr.ui-widget-content td.action-column, body table tbody tr.ui-widget-content td.action-column, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.action-column, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.action-column, body.layout-compact table tbody tr.ui-widget-content td.action-column {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  min-width: 5rem;
  padding: 0rem 0.5rem;
  /*.ui-fileupload-buttonbar {
      margin-top: 0.75rem;
  }*/
}
body .ui-datatable table tbody tr.ui-widget-content td.action-column:after, body .ui-treetable table tbody tr.ui-widget-content td.action-column:after, body table tbody tr.ui-widget-content td.action-column:after, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.action-column:after, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.action-column:after, body.layout-compact table tbody tr.ui-widget-content td.action-column:after {
  clear: both;
}
body .ui-datatable table tbody tr.ui-widget-content td.action-column.wide, body .ui-treetable table tbody tr.ui-widget-content td.action-column.wide, body table tbody tr.ui-widget-content td.action-column.wide, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.action-column.wide, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.action-column.wide, body.layout-compact table tbody tr.ui-widget-content td.action-column.wide {
  min-width: 10rem;
}
body .ui-datatable table tbody tr.ui-widget-content td.action-column.single, body .ui-treetable table tbody tr.ui-widget-content td.action-column.single, body table tbody tr.ui-widget-content td.action-column.single, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.action-column.single, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.action-column.single, body.layout-compact table tbody tr.ui-widget-content td.action-column.single {
  min-width: 2rem;
}
body .ui-datatable table tbody tr.ui-widget-content td.action-column .ui-fileupload-files, body .ui-treetable table tbody tr.ui-widget-content td.action-column .ui-fileupload-files, body table tbody tr.ui-widget-content td.action-column .ui-fileupload-files, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.action-column .ui-fileupload-files, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.action-column .ui-fileupload-files, body.layout-compact table tbody tr.ui-widget-content td.action-column .ui-fileupload-files {
  margin: 0;
}
body .ui-datatable table tbody tr.ui-widget-content td.action-column .ui-message, body .ui-treetable table tbody tr.ui-widget-content td.action-column .ui-message, body table tbody tr.ui-widget-content td.action-column .ui-message, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.action-column .ui-message, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.action-column .ui-message, body.layout-compact table tbody tr.ui-widget-content td.action-column .ui-message {
  padding: 0 !important;
}
body .ui-datatable table tbody tr.ui-widget-content td.align-top, body .ui-treetable table tbody tr.ui-widget-content td.align-top, body table tbody tr.ui-widget-content td.align-top, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td.align-top, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td.align-top, body.layout-compact table tbody tr.ui-widget-content td.align-top {
  line-height: 1rem;
  padding-top: 0.75rem;
  vertical-align: top;
}
body .ui-datatable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table, body .ui-treetable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table, body table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table, body.layout-compact table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table {
  border: 1px solid #D8DEE4;
}
body .ui-datatable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table thead th, body .ui-treetable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table thead th, body table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table thead th, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table thead th, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table thead th, body.layout-compact table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table thead th {
  background-color: transparent;
}
body .ui-datatable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody tr.ui-datatable-even, body .ui-treetable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody tr.ui-datatable-even, body table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody tr.ui-datatable-even, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody tr.ui-datatable-even, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody tr.ui-datatable-even, body.layout-compact table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody tr.ui-datatable-even {
  background-color: rgb(228.1161290323, 232.5967741935, 235.5838709677);
}
body .ui-datatable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody button.ui-button, body .ui-treetable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody button.ui-button, body table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody button.ui-button, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody button.ui-button, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody button.ui-button, body.layout-compact table tbody tr.ui-widget-content td .ui-datatable-tablewrapper table tbody button.ui-button {
  margin: -0.25rem 0.125rem;
}
body .ui-datatable table tbody tr.ui-widget-content td table, body .ui-treetable table tbody tr.ui-widget-content td table, body table tbody tr.ui-widget-content td table, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td table, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td table, body.layout-compact table tbody tr.ui-widget-content td table {
  table-layout: fixed;
}
body .ui-datatable table tbody tr.ui-widget-content td table button.ui-button, body .ui-treetable table tbody tr.ui-widget-content td table button.ui-button, body table tbody tr.ui-widget-content td table button.ui-button, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td table button.ui-button, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td table button.ui-button, body.layout-compact table tbody tr.ui-widget-content td table button.ui-button {
  margin: 0 0.125rem !important;
}
body .ui-datatable table tbody tr.ui-widget-content td table tbody td:first-child, body .ui-treetable table tbody tr.ui-widget-content td table tbody td:first-child, body table tbody tr.ui-widget-content td table tbody td:first-child, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td table tbody td:first-child, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td table tbody td:first-child, body.layout-compact table tbody tr.ui-widget-content td table tbody td:first-child {
  width: auto;
  padding-left: 0.25rem !important;
}
body .ui-datatable table tbody tr.ui-widget-content td table tbody td.align-top, body .ui-treetable table tbody tr.ui-widget-content td table tbody td.align-top, body table tbody tr.ui-widget-content td table tbody td.align-top, body.layout-compact .ui-datatable table tbody tr.ui-widget-content td table tbody td.align-top, body.layout-compact .ui-treetable table tbody tr.ui-widget-content td table tbody td.align-top, body.layout-compact table tbody tr.ui-widget-content td table tbody td.align-top {
  padding-top: 0.5rem;
  vertical-align: top;
}
body .ui-datatable table tfoot, body .ui-treetable table tfoot, body table tfoot, body.layout-compact .ui-datatable table tfoot, body.layout-compact .ui-treetable table tfoot, body.layout-compact table tfoot {
  border-top: 2px solid #D8DEE4;
}
body .ui-datatable table tfoot tr td, body .ui-datatable table tfoot tr th, body .ui-treetable table tfoot tr td, body .ui-treetable table tfoot tr th, body table tfoot tr td, body table tfoot tr th, body.layout-compact .ui-datatable table tfoot tr td, body.layout-compact .ui-datatable table tfoot tr th, body.layout-compact .ui-treetable table tfoot tr td, body.layout-compact .ui-treetable table tfoot tr th, body.layout-compact table tfoot tr td, body.layout-compact table tfoot tr th {
  border: none;
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
}
body .ui-datatable table tfoot tr td.number-right, body .ui-datatable table tfoot tr td.number, body .ui-datatable table tfoot tr th.number-right, body .ui-datatable table tfoot tr th.number, body .ui-treetable table tfoot tr td.number-right, body .ui-treetable table tfoot tr td.number, body .ui-treetable table tfoot tr th.number-right, body .ui-treetable table tfoot tr th.number, body table tfoot tr td.number-right, body table tfoot tr td.number, body table tfoot tr th.number-right, body table tfoot tr th.number, body.layout-compact .ui-datatable table tfoot tr td.number-right, body.layout-compact .ui-datatable table tfoot tr td.number, body.layout-compact .ui-datatable table tfoot tr th.number-right, body.layout-compact .ui-datatable table tfoot tr th.number, body.layout-compact .ui-treetable table tfoot tr td.number-right, body.layout-compact .ui-treetable table tfoot tr td.number, body.layout-compact .ui-treetable table tfoot tr th.number-right, body.layout-compact .ui-treetable table tfoot tr th.number, body.layout-compact table tfoot tr td.number-right, body.layout-compact table tfoot tr td.number, body.layout-compact table tfoot tr th.number-right, body.layout-compact table tfoot tr th.number {
  text-align: right;
}
body .ui-datatable table tfoot tr td a:link, body .ui-datatable table tfoot tr td a:visited, body .ui-datatable table tfoot tr th a:link, body .ui-datatable table tfoot tr th a:visited, body .ui-treetable table tfoot tr td a:link, body .ui-treetable table tfoot tr td a:visited, body .ui-treetable table tfoot tr th a:link, body .ui-treetable table tfoot tr th a:visited, body table tfoot tr td a:link, body table tfoot tr td a:visited, body table tfoot tr th a:link, body table tfoot tr th a:visited, body.layout-compact .ui-datatable table tfoot tr td a:link, body.layout-compact .ui-datatable table tfoot tr td a:visited, body.layout-compact .ui-datatable table tfoot tr th a:link, body.layout-compact .ui-datatable table tfoot tr th a:visited, body.layout-compact .ui-treetable table tfoot tr td a:link, body.layout-compact .ui-treetable table tfoot tr td a:visited, body.layout-compact .ui-treetable table tfoot tr th a:link, body.layout-compact .ui-treetable table tfoot tr th a:visited, body.layout-compact table tfoot tr td a:link, body.layout-compact table tfoot tr td a:visited, body.layout-compact table tfoot tr th a:link, body.layout-compact table tfoot tr th a:visited {
  color: #334151;
  cursor: pointer;
}
body .ui-datatable table tfoot tr td a:hover, body .ui-datatable table tfoot tr th a:hover, body .ui-treetable table tfoot tr td a:hover, body .ui-treetable table tfoot tr th a:hover, body table tfoot tr td a:hover, body table tfoot tr th a:hover, body.layout-compact .ui-datatable table tfoot tr td a:hover, body.layout-compact .ui-datatable table tfoot tr th a:hover, body.layout-compact .ui-treetable table tfoot tr td a:hover, body.layout-compact .ui-treetable table tfoot tr th a:hover, body.layout-compact table tfoot tr td a:hover, body.layout-compact table tfoot tr th a:hover {
  opacity: 0.5;
}
body .ui-datatable table tbody tr td .ui-selectonemenu, body .ui-treetable table tbody tr td .ui-selectonemenu, body.layout-compact .ui-datatable table tbody tr td .ui-selectonemenu, body.layout-compact .ui-treetable table tbody tr td .ui-selectonemenu {
  width: 100%;
}
body .ui-datatable table tbody tr td .ui-inputfield, body .ui-treetable table tbody tr td .ui-inputfield, body.layout-compact .ui-datatable table tbody tr td .ui-inputfield, body.layout-compact .ui-treetable table tbody tr td .ui-inputfield {
  width: 100%;
  border-bottom-color: #A1ABBC;
}
body .ui-datatable table tbody tr td .ui-calendar, body .ui-treetable table tbody tr td .ui-calendar, body.layout-compact .ui-datatable table tbody tr td .ui-calendar, body.layout-compact .ui-treetable table tbody tr td .ui-calendar {
  width: 100%;
}
body label, body.layout-compact label {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 1rem 0 0;
}
body label .ui-outputlabel-rfi, body.layout-compact label .ui-outputlabel-rfi {
  position: absolute;
}
body .ui-treetable table thead th, body.layout-compact .ui-treetable table thead th {
  white-space: normal;
}
body .ui-treetable table tbody tr.ui-widget-content, body.layout-compact .ui-treetable table tbody tr.ui-widget-content {
  border-left: none;
  border-right: none;
}
body .ui-treetable table tbody tr.ui-widget-content:nth-child(odd), body.layout-compact .ui-treetable table tbody tr.ui-widget-content:nth-child(odd) {
  background-color: #EDF0F2;
}
body .ui-treetable table tbody tr.ui-widget-content:nth-child(even), body.layout-compact .ui-treetable table tbody tr.ui-widget-content:nth-child(even) {
  background-color: #ffffff;
}
body table.editform, body table.ui-panelgrid, body.layout-compact table.editform, body.layout-compact table.ui-panelgrid {
  display: block;
  clear: both;
  /* .ui-inputfield {
      padding: 0 !important;
  } */
}
body table.editform .ui-selectonemenu, body table.ui-panelgrid .ui-selectonemenu, body.layout-compact table.editform .ui-selectonemenu, body.layout-compact table.ui-panelgrid .ui-selectonemenu {
  height: 1.5rem;
  margin-bottom: -6px;
}
body table.editform .condensed, body table.ui-panelgrid .condensed, body.layout-compact table.editform .condensed, body.layout-compact table.ui-panelgrid .condensed {
  min-width: 6rem !important;
  text-align: left !important;
}
body table.editform thead tr th .ui-column-title, body table.ui-panelgrid thead tr th .ui-column-title, body.layout-compact table.editform thead tr th .ui-column-title, body.layout-compact table.ui-panelgrid thead tr th .ui-column-title {
  line-height: 1rem;
}
body table.editform tbody, body table.ui-panelgrid tbody, body.layout-compact table.editform tbody, body.layout-compact table.ui-panelgrid tbody {
  line-height: 1rem;
}
body table.editform tbody tr, body table.ui-panelgrid tbody tr, body.layout-compact table.editform tbody tr, body.layout-compact table.ui-panelgrid tbody tr {
  border: none;
}
body table.editform tbody tr th, body table.editform tbody tr td:first-child, body table.ui-panelgrid tbody tr th, body table.ui-panelgrid tbody tr td:first-child, body.layout-compact table.editform tbody tr th, body.layout-compact table.editform tbody tr td:first-child, body.layout-compact table.ui-panelgrid tbody tr th, body.layout-compact table.ui-panelgrid tbody tr td:first-child {
  padding: 0.25rem 0.5rem;
  min-width: 9rem;
  max-width: calc(100% - 32rem);
  text-align: right;
  vertical-align: top;
}
body table.editform tbody tr th.wide, body table.editform tbody tr td:first-child.wide, body table.ui-panelgrid tbody tr th.wide, body table.ui-panelgrid tbody tr td:first-child.wide, body.layout-compact table.editform tbody tr th.wide, body.layout-compact table.editform tbody tr td:first-child.wide, body.layout-compact table.ui-panelgrid tbody tr th.wide, body.layout-compact table.ui-panelgrid tbody tr td:first-child.wide {
  min-width: 20rem;
}
body table.editform tbody tr th .align-top, body table.editform tbody tr td:first-child .align-top, body table.ui-panelgrid tbody tr th .align-top, body table.ui-panelgrid tbody tr td:first-child .align-top, body.layout-compact table.editform tbody tr th .align-top, body.layout-compact table.editform tbody tr td:first-child .align-top, body.layout-compact table.ui-panelgrid tbody tr th .align-top, body.layout-compact table.ui-panelgrid tbody tr td:first-child .align-top {
  vertical-align: top;
}
body table.editform tbody tr th label, body table.editform tbody tr td:first-child label, body table.ui-panelgrid tbody tr th label, body table.ui-panelgrid tbody tr td:first-child label, body.layout-compact table.editform tbody tr th label, body.layout-compact table.editform tbody tr td:first-child label, body.layout-compact table.ui-panelgrid tbody tr th label, body.layout-compact table.ui-panelgrid tbody tr td:first-child label {
  color: #A1ABBC;
}
body table.editform tbody tr td, body table.ui-panelgrid tbody tr td, body.layout-compact table.editform tbody tr td, body.layout-compact table.ui-panelgrid tbody tr td {
  padding: 0rem 0.5rem 1rem 0.5rem;
}
body table.editform tbody tr td span, body table.ui-panelgrid tbody tr td span, body.layout-compact table.editform tbody tr td span, body.layout-compact table.ui-panelgrid tbody tr td span {
  line-height: 1.5rem;
}
body table.editform tbody tr td span.ui-chkbox-icon, body table.editform tbody tr td span.ui-icon, body table.editform tbody tr td span.ui-icon-check, body table.editform tbody tr td span.ui-c, body table.ui-panelgrid tbody tr td span.ui-chkbox-icon, body table.ui-panelgrid tbody tr td span.ui-icon, body table.ui-panelgrid tbody tr td span.ui-icon-check, body table.ui-panelgrid tbody tr td span.ui-c, body.layout-compact table.editform tbody tr td span.ui-chkbox-icon, body.layout-compact table.editform tbody tr td span.ui-icon, body.layout-compact table.editform tbody tr td span.ui-icon-check, body.layout-compact table.editform tbody tr td span.ui-c, body.layout-compact table.ui-panelgrid tbody tr td span.ui-chkbox-icon, body.layout-compact table.ui-panelgrid tbody tr td span.ui-icon, body.layout-compact table.ui-panelgrid tbody tr td span.ui-icon-check, body.layout-compact table.ui-panelgrid tbody tr td span.ui-c {
  line-height: 1.125rem;
}
body table.editform tbody tr td span.ui-button-text, body table.ui-panelgrid tbody tr td span.ui-button-text, body.layout-compact table.editform tbody tr td span.ui-button-text, body.layout-compact table.ui-panelgrid tbody tr td span.ui-button-text {
  line-height: 2rem;
}
body table.editform tbody tr td.ui-panelgrid-cell, body table.ui-panelgrid tbody tr td.ui-panelgrid-cell, body.layout-compact table.editform tbody tr td.ui-panelgrid-cell, body.layout-compact table.ui-panelgrid tbody tr td.ui-panelgrid-cell {
  border: none;
}
body table.editform tbody tr td table, body table.ui-panelgrid tbody tr td table, body.layout-compact table.editform tbody tr td table, body.layout-compact table.ui-panelgrid tbody tr td table {
  /* table-layout: fixed;
  width: 100%; */
}
body table.editform tbody tr td table tbody td, body table.ui-panelgrid tbody tr td table tbody td, body.layout-compact table.editform tbody tr td table tbody td, body.layout-compact table.ui-panelgrid tbody tr td table tbody td {
  min-height: 1.5rem;
  text-align: left;
  padding: 0 0.25rem !important;
}
body table.editform tbody tr td table tbody td label, body table.editform tbody tr td table tbody td .ui-radiobutton, body table.editform tbody tr td table tbody td .ui-chkbox, body table.ui-panelgrid tbody tr td table tbody td label, body table.ui-panelgrid tbody tr td table tbody td .ui-radiobutton, body table.ui-panelgrid tbody tr td table tbody td .ui-chkbox, body.layout-compact table.editform tbody tr td table tbody td label, body.layout-compact table.editform tbody tr td table tbody td .ui-radiobutton, body.layout-compact table.editform tbody tr td table tbody td .ui-chkbox, body.layout-compact table.ui-panelgrid tbody tr td table tbody td label, body.layout-compact table.ui-panelgrid tbody tr td table tbody td .ui-radiobutton, body.layout-compact table.ui-panelgrid tbody tr td table tbody td .ui-chkbox {
  float: left !important;
}
body table.editform tbody tr td table tbody td label, body table.ui-panelgrid tbody tr td table tbody td label, body.layout-compact table.editform tbody tr td table tbody td label, body.layout-compact table.ui-panelgrid tbody tr td table tbody td label {
  color: #334151 !important;
  line-height: 1.25rem !important;
  margin: 0 0 0 0.25rem !important;
}
body table.editform tbody tr td table tbody td:first-child, body table.ui-panelgrid tbody tr td table tbody td:first-child, body.layout-compact table.editform tbody tr td table tbody td:first-child, body.layout-compact table.ui-panelgrid tbody tr td table tbody td:first-child {
  min-width: 0;
  max-width: auto;
  padding-left: 0 !important;
  text-align: left;
}
body table.editform tbody tr td .ui-datatable-tablewrapper table td, body table.editform tbody tr td .ui-datatable-tablewrapper table td:first-child, body table.ui-panelgrid tbody tr td .ui-datatable-tablewrapper table td, body table.ui-panelgrid tbody tr td .ui-datatable-tablewrapper table td:first-child, body.layout-compact table.editform tbody tr td .ui-datatable-tablewrapper table td, body.layout-compact table.editform tbody tr td .ui-datatable-tablewrapper table td:first-child, body.layout-compact table.ui-panelgrid tbody tr td .ui-datatable-tablewrapper table td, body.layout-compact table.ui-panelgrid tbody tr td .ui-datatable-tablewrapper table td:first-child {
  padding: 0.75rem 0.5rem !important;
}
body table.editform.non-standard tbody tr th, body table.editform.non-standard tbody tr td:first-child, body table.ui-panelgrid.non-standard tbody tr th, body table.ui-panelgrid.non-standard tbody tr td:first-child, body.layout-compact table.editform.non-standard tbody tr th, body.layout-compact table.editform.non-standard tbody tr td:first-child, body.layout-compact table.ui-panelgrid.non-standard tbody tr th, body.layout-compact table.ui-panelgrid.non-standard tbody tr td:first-child {
  min-width: auto;
  max-width: auto;
}
body table.left-editform tbody tr th, body table.left-editform tbody tr td:first-child, body.layout-compact table.left-editform tbody tr th, body.layout-compact table.left-editform tbody tr td:first-child {
  min-width: 9rem !important;
  text-align: left !important;
}
body table.fixed-layout, body.layout-compact table.fixed-layout {
  table-layout: fixed !important;
}
body .ui-g-6 table.editform tbody tr th, body .ui-g-6 table.editform tbody tr td:first-child, body .ui-g-6 table.ui-panelgrid tbody tr th, body .ui-g-6 table.ui-panelgrid tbody tr td:first-child, body .ui-md-6 table.editform tbody tr th, body .ui-md-6 table.editform tbody tr td:first-child, body .ui-md-6 table.ui-panelgrid tbody tr th, body .ui-md-6 table.ui-panelgrid tbody tr td:first-child, body.layout-compact .ui-g-6 table.editform tbody tr th, body.layout-compact .ui-g-6 table.editform tbody tr td:first-child, body.layout-compact .ui-g-6 table.ui-panelgrid tbody tr th, body.layout-compact .ui-g-6 table.ui-panelgrid tbody tr td:first-child, body.layout-compact .ui-md-6 table.editform tbody tr th, body.layout-compact .ui-md-6 table.editform tbody tr td:first-child, body.layout-compact .ui-md-6 table.ui-panelgrid tbody tr th, body.layout-compact .ui-md-6 table.ui-panelgrid tbody tr td:first-child {
  min-width: 8rem;
}
body .ui-g-6 table.editform tbody tr td table, body .ui-g-6 table.ui-panelgrid tbody tr td table, body .ui-md-6 table.editform tbody tr td table, body .ui-md-6 table.ui-panelgrid tbody tr td table, body.layout-compact .ui-g-6 table.editform tbody tr td table, body.layout-compact .ui-g-6 table.ui-panelgrid tbody tr td table, body.layout-compact .ui-md-6 table.editform tbody tr td table, body.layout-compact .ui-md-6 table.ui-panelgrid tbody tr td table {
  table-layout: auto;
}
body .ui-g-6 table.editform tbody tr td table tbody tr th, body .ui-g-6 table.editform tbody tr td table tbody tr td:first-child, body .ui-g-6 table.ui-panelgrid tbody tr td table tbody tr th, body .ui-g-6 table.ui-panelgrid tbody tr td table tbody tr td:first-child, body .ui-md-6 table.editform tbody tr td table tbody tr th, body .ui-md-6 table.editform tbody tr td table tbody tr td:first-child, body .ui-md-6 table.ui-panelgrid tbody tr td table tbody tr th, body .ui-md-6 table.ui-panelgrid tbody tr td table tbody tr td:first-child, body.layout-compact .ui-g-6 table.editform tbody tr td table tbody tr th, body.layout-compact .ui-g-6 table.editform tbody tr td table tbody tr td:first-child, body.layout-compact .ui-g-6 table.ui-panelgrid tbody tr td table tbody tr th, body.layout-compact .ui-g-6 table.ui-panelgrid tbody tr td table tbody tr td:first-child, body.layout-compact .ui-md-6 table.editform tbody tr td table tbody tr th, body.layout-compact .ui-md-6 table.editform tbody tr td table tbody tr td:first-child, body.layout-compact .ui-md-6 table.ui-panelgrid tbody tr td table tbody tr th, body.layout-compact .ui-md-6 table.ui-panelgrid tbody tr td table tbody tr td:first-child {
  min-width: auto;
}
body .add-buttons, body.layout-compact .add-buttons {
  float: right;
  margin: 0.125rem 0 0 0.25rem;
}
body .ui-datepicker table, body.layout-compact .ui-datepicker table {
  table-layout: fixed;
}
body .ui-datepicker-inline .ui-datepicker-header, body.layout-compact .ui-datepicker-inline .ui-datepicker-header {
  border: none;
  height: 1.625rem;
}
body .ui-datepicker-inline .ui-datepicker-calendar, body.layout-compact .ui-datepicker-inline .ui-datepicker-calendar {
  margin: 0;
  /* &:last-child {
      tbody {
          border-right: none;
      }
  } */
}
body .ui-datepicker-inline .ui-datepicker-calendar tbody, body.layout-compact .ui-datepicker-inline .ui-datepicker-calendar tbody {
  border-right: 1px solid #EDF0F2;
}
body .ui-datatable .ui-column-filter, body.layout-compact .ui-datatable .ui-column-filter {
  width: 6rem !important;
  margin: 0;
  border-bottom-color: #D8DEE4;
}
body .ui-datatable .ui-column-filter.ui-state-focus, body.layout-compact .ui-datatable .ui-column-filter.ui-state-focus {
  border-bottom-color: #334151;
}
body .ui-datatable .ui-column-customfilter, body.layout-compact .ui-datatable .ui-column-customfilter {
  clear: both;
  margin: 0;
}
body .ui-datatable .ui-column-customfilter .ui-selectonemenu, body.layout-compact .ui-datatable .ui-column-customfilter .ui-selectonemenu {
  width: 6rem;
  min-width: 6rem !important;
}
body .pagenumber, body.layout-compact .pagenumber {
  float: right;
  text-align: center;
}
body .pagenumber button, body.layout-compact .pagenumber button {
  margin: 0 0.25rem;
}
body .pagenumber button:first-child, body.layout-compact .pagenumber button:first-child {
  margin-left: 0;
}
body .topbuttonbar, body.layout-compact .topbuttonbar {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
body .topbuttonbar button, body.layout-compact .topbuttonbar button {
  margin: 0 0.25rem;
}
body .topbuttonbar button:first-child, body.layout-compact .topbuttonbar button:first-child {
  margin-left: 0;
}
body .buttonbar, body.layout-compact .buttonbar {
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
  border-top: 1px solid #EDF0F2;
}
body .buttonbar button, body.layout-compact .buttonbar button {
  float: none !important;
  margin: 0 0.25rem;
}
body .buttonbar button:first-child, body.layout-compact .buttonbar button:first-child {
  margin-left: 0;
}
body #buttonpanel, body.layout-compact #buttonpanel {
  margin-bottom: 1rem;
}
body .ui-dialog, body.layout-compact .ui-dialog {
  border: 1px solid #EDF0F2;
}
body .ui-dialog .ui-dialog-content, body.layout-compact .ui-dialog .ui-dialog-content {
  min-width: 20rem;
}
body .ui-dialog .ui-dialog-content table.editform tbody tr th, body .ui-dialog .ui-dialog-content table.editform tbody tr td:first-child, body .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr th, body .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr td:first-child, body.layout-compact .ui-dialog .ui-dialog-content table.editform tbody tr th, body.layout-compact .ui-dialog .ui-dialog-content table.editform tbody tr td:first-child, body.layout-compact .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr th, body.layout-compact .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr td:first-child {
  min-width: auto;
  max-width: 50%;
}
body .ui-dialog .ui-dialog-content table.editform tbody tr th table tr th, body .ui-dialog .ui-dialog-content table.editform tbody tr th table tr td:first-child, body .ui-dialog .ui-dialog-content table.editform tbody tr td:first-child table tr th, body .ui-dialog .ui-dialog-content table.editform tbody tr td:first-child table tr td:first-child, body .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr th table tr th, body .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr th table tr td:first-child, body .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr td:first-child table tr th, body .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr td:first-child table tr td:first-child, body.layout-compact .ui-dialog .ui-dialog-content table.editform tbody tr th table tr th, body.layout-compact .ui-dialog .ui-dialog-content table.editform tbody tr th table tr td:first-child, body.layout-compact .ui-dialog .ui-dialog-content table.editform tbody tr td:first-child table tr th, body.layout-compact .ui-dialog .ui-dialog-content table.editform tbody tr td:first-child table tr td:first-child, body.layout-compact .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr th table tr th, body.layout-compact .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr th table tr td:first-child, body.layout-compact .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr td:first-child table tr th, body.layout-compact .ui-dialog .ui-dialog-content table.ui-panelgrid tbody tr td:first-child table tr td:first-child {
  max-width: auto;
  width: auto;
}
body .footer, body.layout-compact .footer {
  height: 1.5rem;
  padding: 1rem;
  margin: 0.5rem 0.5rem 0.5rem calc(15rem + 0.5rem);
  border-radius: 0.25rem;
  border: 1px solid #D8DEE4;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  body .footer, body.layout-compact .footer {
    margin-left: 0.5rem;
  }
}
body .footer #poweredBy, body.layout-compact .footer #poweredBy {
  width: 10rem;
  height: 4rem;
  margin: 0 auto 2rem;
  color: #A1ABBC;
  font-size: 0.75rem;
  text-align: center;
  background: url("/jtp/jakarta.faces.resource/img/jules-logo@2x.png.jsf?v=6.0.23") center bottom no-repeat;
  background-size: contain;
  display: none;
}
body .footer .terms-of-use, body.layout-compact .footer .terms-of-use {
  float: left;
}
body .footer .release-notes, body.layout-compact .footer .release-notes {
  float: right;
}
body .footer .release-notes #releaseDialogId, body.layout-compact .footer .release-notes #releaseDialogId {
  text-align: left;
}
body .footer .environment, body.layout-compact .footer .environment {
  float: left;
  width: 100%;
  margin-top: -2rem;
  color: #a73427;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body .footer .environment, body.layout-compact .footer .environment {
    margin-top: 1rem;
    clear: both;
  }
}
body .layout-wrapper.layout-rtl .layout-main, body.layout-compact .layout-wrapper.layout-rtl .layout-main {
  margin-right: 15rem;
}
body .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content.menu-scroll-content, body.layout-compact .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content.menu-scroll-content {
  margin-left: 0;
}
body .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li a i:first-child, body.layout-compact .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li a i:first-child {
  margin-left: 0.5rem;
  margin-right: 0;
}
body .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul, body.layout-compact .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul {
  padding-right: 1.5rem;
  padding-left: 0;
}
body .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul li, body.layout-compact .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul li {
  border-left: 0;
  border-right: 1px solid #A1ABBC;
}
body .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul li a, body.layout-compact .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul li a {
  margin-right: -0.6875rem;
  margin-left: 0;
  padding: 0.25rem 0;
}
body .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul li ul li a, body.layout-compact .layout-wrapper.layout-rtl .layout-menu > .nano > .nano-content .ultima-menu li ul li ul li a {
  padding-right: 0;
}
body .layout-wrapper.layout-rtl .layout-menu > .nano ul.bottom-menu, body.layout-compact .layout-wrapper.layout-rtl .layout-menu > .nano ul.bottom-menu {
  left: auto;
  right: 0;
}
body .layout-wrapper.layout-rtl .topbar .topbar-left, body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-left {
  text-align: right;
}
body .layout-wrapper.layout-rtl .topbar .topbar-right #menu-button, body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-right #menu-button {
  float: right;
}
body .layout-wrapper.layout-rtl .topbar .topbar-right .page-heading .page-title, body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-right .page-heading .page-title {
  margin: 0.5rem 0 0.5rem 1rem;
}
body .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom, body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom {
  /* secondary menu */
}
body .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:nth-child(2), body .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:nth-child(3), body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:nth-child(2), body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li:nth-child(3) {
  min-width: 15rem !important;
}
body .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li a, body .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li a, body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li a, body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li a {
  margin-left: 0;
  margin-right: -1rem;
}
body .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li ul, body .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li ul, body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li ul li ul, body.layout-compact .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-bottom .layout-menu .nano ul li.active-menuitem ul li ul {
  padding: 0 0.5rem 0.5rem 0;
}
body .layout-wrapper.layout-rtl.layout-menu-static-inactive .topbar-bottom .layout-menu, body.layout-compact .layout-wrapper.layout-rtl.layout-menu-static-inactive .topbar-bottom .layout-menu {
  margin-right: 0;
}
body .layout-wrapper.layout-rtl .footer, body.layout-compact .layout-wrapper.layout-rtl .footer {
  margin: 0.5rem calc(15rem + 0.5rem) 0.5rem 0.5rem;
}
body .layout-wrapper.layout-rtl #language_form .ui-overlaypanel, body.layout-compact .layout-wrapper.layout-rtl #language_form .ui-overlaypanel {
  left: auto !important;
  right: 8rem !important;
}
body #dateSearchPanel td, body.layout-compact #dateSearchPanel td {
  padding-top: 4px;
  padding-bottom: 3px;
}
body #exampleMenu, body.layout-compact #exampleMenu {
  margin-bottom: 1rem;
  background: #EDF0F2;
  border: 1px solid #D8DEE4;
}
body #exampleMenu .ui-menuitem-icon, body #exampleMenu .ui-menuitem-text, body.layout-compact #exampleMenu .ui-menuitem-icon, body.layout-compact #exampleMenu .ui-menuitem-text {
  color: #334151;
}
body #exampleMenu ul li ul, body.layout-compact #exampleMenu ul li ul {
  width: auto;
  min-width: 16rem;
}
body #exampleMenu ul li ul li .ui-menuitem-icon, body.layout-compact #exampleMenu ul li ul li .ui-menuitem-icon {
  display: none;
}
body #menuTreeTableId .ui-treetable-header, body.layout-compact #menuTreeTableId .ui-treetable-header {
  display: none;
}
body #menuTreeTableId table tr th:nth-child(1), body #menuTreeTableId table tr th:nth-child(2), body #menuTreeTableId table tr td:nth-child(1), body #menuTreeTableId table tr td:nth-child(2), body.layout-compact #menuTreeTableId table tr th:nth-child(1), body.layout-compact #menuTreeTableId table tr th:nth-child(2), body.layout-compact #menuTreeTableId table tr td:nth-child(1), body.layout-compact #menuTreeTableId table tr td:nth-child(2) {
  min-width: 12rem;
}
body #quartz_tabview table tr th.action-column, body #quartz_tabview table tr td.action-column, body.layout-compact #quartz_tabview table tr th.action-column, body.layout-compact #quartz_tabview table tr td.action-column {
  width: auto;
  min-width: 7rem;
  text-align: right;
}
body #quartz_tabview table tr th.action-column.wide, body #quartz_tabview table tr td.action-column.wide, body.layout-compact #quartz_tabview table tr th.action-column.wide, body.layout-compact #quartz_tabview table tr td.action-column.wide {
  width: 14rem;
}
body #migrations table, body.layout-compact #migrations table {
  table-layout: fixed;
}
body #migrations table th, body #migrations table td, body.layout-compact #migrations table th, body.layout-compact #migrations table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body #triggers-table table, body.layout-compact #triggers-table table {
  table-layout: fixed;
}
body #triggers-table table td, body.layout-compact #triggers-table table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body #triggers-table, body.layout-compact #triggers-table {
  background: #fdd;
}
body #configuration .editColumnConfiguration, body.layout-compact #configuration .editColumnConfiguration {
  min-width: 22rem;
  max-width: auto;
}
body #shutdownBarId, body.layout-compact #shutdownBarId {
  position: fixed;
  left: 40%;
  width: 30rem;
  height: 4.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  font-size: 13px !important;
  padding: 2px;
  background: rgba(255, 78, 59, 0.8);
  z-index: 10000;
}
body #shutdownBarId .countdown-message, body.layout-compact #shutdownBarId .countdown-message {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 4px;
}
body #shutdownBarId #countdownBarCounter, body.layout-compact #shutdownBarId #countdownBarCounter {
  width: 8rem;
  margin: 0px auto;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.15);
}
body #shutdownBarId #countdownBarCounter .countdown-section, body.layout-compact #shutdownBarId #countdownBarCounter .countdown-section {
  display: flex;
}
body #shutdownBarId #countdownBarCounter .countdown-period, body.layout-compact #shutdownBarId #countdownBarCounter .countdown-period {
  padding-left: 4px;
}
body #testSmsDisabledMessage, body.layout-compact #testSmsDisabledMessage {
  position: relative;
  float: left;
  clear: both;
  display: block;
  margin: 1rem 0;
  color: #900;
}
body #productPriceStatus, body.layout-compact #productPriceStatus {
  padding: 1rem 0.5rem 0;
}
body #productSelectedOutput, body.layout-compact #productSelectedOutput {
  margin: 1rem 0;
}
body #powerProductHistoryChart, body.layout-compact #powerProductHistoryChart {
  float: right;
}
body #calendarOutput .ui-buttonset, body.layout-compact #calendarOutput .ui-buttonset {
  float: right;
  margin: 1rem 0;
}
body #calendarOutput #calendar, body.layout-compact #calendarOutput #calendar {
  float: right;
  clear: both;
}
body #calendarOutput #priceChart, body.layout-compact #calendarOutput #priceChart {
  clear: both;
}
body #calendarOutput #profileChart, body.layout-compact #calendarOutput #profileChart {
  clear: both;
}
body .otctradematrix a, body.layout-compact .otctradematrix a {
  color: white;
  text-decoration: none;
  /* font-size: 8px !important; */
  font-weight: normal;
}
body .otctradematrix table thead, body.layout-compact .otctradematrix table thead {
  border-bottom: 2px solid #D8DEE4;
}
body .otctradematrix table thead tr th, body.layout-compact .otctradematrix table thead tr th {
  padding: 0.25rem !important;
  text-align: center;
  border-right: 1px solid #D8DEE4;
}
body .otctradematrix table thead tr th.season_even, body.layout-compact .otctradematrix table thead tr th.season_even {
  border: 1px solid #D8DEE4;
  border-top: none;
}
body .otctradematrix table thead tr th.season_odd, body.layout-compact .otctradematrix table thead tr th.season_odd {
  border-bottom: 1px solid #D8DEE4;
}
body .otctradematrix table thead tr th.evaCorner, body.layout-compact .otctradematrix table thead tr th.evaCorner {
  border: none;
}
body .otctradematrix table tbody tr:nth-child(odd), body.layout-compact .otctradematrix table tbody tr:nth-child(odd) {
  background: #EDF0F2;
}
body .otctradematrix table tbody tr:nth-child(4n+0), body.layout-compact .otctradematrix table tbody tr:nth-child(4n+0) {
  border-color: #A1ABBC;
}
body .otctradematrix table tbody tr td, body.layout-compact .otctradematrix table tbody tr td {
  padding: 0.25rem !important;
  text-align: center;
  border-right: 1px solid #D8DEE4;
}
body .otctradematrix table tbody tr td.timeBlock_odd, body .otctradematrix table tbody tr td.timeBlock_even, body.layout-compact .otctradematrix table tbody tr td.timeBlock_odd, body.layout-compact .otctradematrix table tbody tr td.timeBlock_even {
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  color: #A1ABBC;
  border-bottom: 1px solid #A1ABBC;
}
body .otctradematrix table tbody tr td a, body.layout-compact .otctradematrix table tbody tr td a {
  color: white;
  font-size: 0.75rem;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
}
body .otctradematrix table tbody tr td.selectedWeek a, body.layout-compact .otctradematrix table tbody tr td.selectedWeek a {
  color: white !important;
}
body .customtradetable tbody tr:nth-child(odd), body.layout-compact .customtradetable tbody tr:nth-child(odd) {
  background: rgba(51, 65, 81, 0.15);
}
body .customtradetable tbody tr:nth-child(4n+0), body.layout-compact .customtradetable tbody tr:nth-child(4n+0) {
  border-color: rgba(51, 65, 81, 0.35);
}
body .customtradetable tbody tr td, body.layout-compact .customtradetable tbody tr td {
  border-right: 1px solid rgba(51, 65, 81, 0.25);
}
body .customtradetable tbody tr td.timeBlock_odd, body .customtradetable tbody tr td.timeBlock_even, body.layout-compact .customtradetable tbody tr td.timeBlock_odd, body.layout-compact .customtradetable tbody tr td.timeBlock_even {
  border-bottom: 1px solid rgba(51, 65, 81, 0.35);
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
}
body .customtradetable tbody tr td a, body.layout-compact .customtradetable tbody tr td a {
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
}
body .ui-datatable table.calendar thead, body.layout-compact .ui-datatable table.calendar thead {
  border-bottom: 2px solid #D8DEE4;
}
body .ui-datatable table.calendar thead tr th, body.layout-compact .ui-datatable table.calendar thead tr th {
  padding: 0.5rem 0.25rem;
  text-align: center;
}
body .ui-datatable table.calendar thead tr th:first-child, body.layout-compact .ui-datatable table.calendar thead tr th:first-child {
  text-align: left;
}
body .ui-datatable table.calendar tbody tr td, body.layout-compact .ui-datatable table.calendar tbody tr td {
  padding: 0.25rem !important;
  text-align: center;
}
body .ui-datatable table.calendar tbody tr td:first-child, body.layout-compact .ui-datatable table.calendar tbody tr td:first-child {
  text-align: left;
}
body .ui-datatable table.calendar tbody tr td.cal-trade-buy, body.layout-compact .ui-datatable table.calendar tbody tr td.cal-trade-buy {
  background: #C30D00;
  color: #ffffff;
}
body .ui-datatable table.calendar tbody tr td.cal-trade-buy:hover, body.layout-compact .ui-datatable table.calendar tbody tr td.cal-trade-buy:hover {
  background: rgb(169.5, 11.3, 0);
}
body .ui-datatable table.calendar tbody tr td.cal-trade-buy.cal-selected, body.layout-compact .ui-datatable table.calendar tbody tr td.cal-trade-buy.cal-selected {
  background: rgb(144, 9.6, 0);
}
body .ui-datatable table.calendar tbody tr td.cal-trade-buy a, body.layout-compact .ui-datatable table.calendar tbody tr td.cal-trade-buy a {
  display: block;
  color: white;
}
body .ui-datatable table.calendar tbody tr td.cal-trade-sell, body.layout-compact .ui-datatable table.calendar tbody tr td.cal-trade-sell {
  background: #4F9726;
  color: #ffffff;
}
body .ui-datatable table.calendar tbody tr td.cal-trade-sell:hover, body.layout-compact .ui-datatable table.calendar tbody tr td.cal-trade-sell:hover {
  background: rgb(68.3412698413, 130.626984127, 32.873015873);
}
body .ui-datatable table.calendar tbody tr td.cal-trade-sell.cal-selected, body.layout-compact .ui-datatable table.calendar tbody tr td.cal-trade-sell.cal-selected {
  background: rgb(57.6825396825, 110.253968254, 27.746031746);
}
body .ui-datatable table.calendar tbody tr td.cal-trade-sell a, body.layout-compact .ui-datatable table.calendar tbody tr td.cal-trade-sell a {
  display: block;
  color: white;
}
body .ui-datatable table.calendar tbody tr td.cal-trade-zero, body.layout-compact .ui-datatable table.calendar tbody tr td.cal-trade-zero {
  background: #A1ABBC;
}
body #calendarOtcTrades table, body.layout-compact #calendarOtcTrades table {
  table-layout: fixed;
}
body #locationPanel table, body.layout-compact #locationPanel table {
  table-layout: fixed;
}
body #locationPanel table th, body #locationPanel table td, body.layout-compact #locationPanel table th, body.layout-compact #locationPanel table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body #dayChartOutput, body.layout-compact #dayChartOutput {
  margin-top: 1rem;
}
body #dayChartOutput #dayAheadChartContainer, body.layout-compact #dayChartOutput #dayAheadChartContainer {
  margin-bottom: 2rem;
}
body #yearChart0Link, body.layout-compact #yearChart0Link {
  float: left;
  width: 100%;
}
body #monthChartGraphContainer, body.layout-compact #monthChartGraphContainer {
  margin-bottom: 2rem;
}
body #dashboard .ui-calendar, body.layout-compact #dashboard .ui-calendar {
  width: auto;
}
body #dashboard .chartTitle, body.layout-compact #dashboard .chartTitle {
  float: left;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  margin: 0 0.5rem 0.625rem 0;
}
body #dashboard .chartTitle-float-none, body.layout-compact #dashboard .chartTitle-float-none {
  float: none;
}
body #dashboard #dateSelectPowerDA, body #dashboard #n2exMarketInfo .ui-calendar, body #dashboard #gasChartMonth, body #dashboard #gasChartYear, body.layout-compact #dashboard #dateSelectPowerDA, body.layout-compact #dashboard #n2exMarketInfo .ui-calendar, body.layout-compact #dashboard #gasChartMonth, body.layout-compact #dashboard #gasChartYear {
  float: left;
  width: 12rem;
  margin: -0.1875rem 0 0.375rem 0;
}
body #dashboard .ui-selectonemenu, body.layout-compact #dashboard .ui-selectonemenu {
  width: auto !important;
  margin: -0.1875rem 1rem 0.4375rem 0;
}
body #dashboard a.ui-commandlink, body.layout-compact #dashboard a.ui-commandlink {
  float: left;
  width: 100%;
}
body #dashboard #dayAheadChartLink, body #dashboard #dayAheadChartLinkkW, body #dashboard #monthChartGraphOutput, body.layout-compact #dashboard #dayAheadChartLink, body.layout-compact #dashboard #dayAheadChartLinkkW, body.layout-compact #dashboard #monthChartGraphOutput {
  clear: both;
  margin-bottom: 2rem;
}
body #tradingClosedMsg .ui-message-error, body.layout-compact #tradingClosedMsg .ui-message-error {
  max-width: 100%;
  color: #900;
  margin: 0 0 1rem 0 !important;
  padding: 1rem;
  border: 1px solid #900;
}
body #tradingNotAllowedMsg .ui-message-error, body.layout-compact #tradingNotAllowedMsg .ui-message-error {
  max-width: 100%;
  color: #900;
  margin: 0 0 1rem 0 !important;
  padding: 1rem;
  border: 1px solid #900;
}
body #tradingSuspendedMsg .ui-message-error, body.layout-compact #tradingSuspendedMsg .ui-message-error {
  max-width: 100%;
  color: #900;
  margin: 0 0 1rem 0 !important;
  padding: 1rem;
  border: 1px solid #900;
}
body #otc_matrix thead, body.layout-compact #otc_matrix thead {
  border-bottom: 2px solid #D8DEE4;
}
body #otc_matrix thead tr th, body.layout-compact #otc_matrix thead tr th {
  text-align: center;
  border-right: 1px solid #EDF0F2;
}
body #otc_matrix tbody tr th, body #otc_matrix tbody tr td, body.layout-compact #otc_matrix tbody tr th, body.layout-compact #otc_matrix tbody tr td {
  border-right: 1px solid #EDF0F2;
  padding: 0.25rem 0.5rem;
}
body #otc_matrix tbody tr th:first-child, body.layout-compact #otc_matrix tbody tr th:first-child {
  text-align: right !important;
  min-width: 6rem;
}
body #otc_matrix tfoot tr, body.layout-compact #otc_matrix tfoot tr {
  border-bottom: 1px solid #EDF0F2;
}
body #otc_matrix tfoot tr:last-child, body.layout-compact #otc_matrix tfoot tr:last-child {
  border-bottom: none;
}
body #otc_matrix tfoot tr th, body #otc_matrix tfoot tr td, body.layout-compact #otc_matrix tfoot tr th, body.layout-compact #otc_matrix tfoot tr td {
  border-right: 1px solid #EDF0F2;
  padding: 0.25rem 0.5rem;
}
body #otc_matrix tfoot tr th:first-child, body.layout-compact #otc_matrix tfoot tr th:first-child {
  color: #A1ABBC;
  text-align: right;
  min-width: 6rem;
}
body #resourcesForm textarea, body.layout-compact #resourcesForm textarea {
  width: 100% !important;
  height: calc(100vh - 22rem) !important;
  border-color: #D8DEE4;
}
body #resourcesForm .ui-datatable-scrollable-header-box table tr th, body.layout-compact #resourcesForm .ui-datatable-scrollable-header-box table tr th {
  width: 33% !important;
  max-width: 12rem !important;
}
body #resourcesForm .ui-datatable-scrollable-body, body.layout-compact #resourcesForm .ui-datatable-scrollable-body {
  height: calc(100vh - 20rem) !important;
  border: 1px solid #D8DEE4;
}
body #resourcesForm .ui-datatable-scrollable-body tr th, body #resourcesForm .ui-datatable-scrollable-body tr td, body.layout-compact #resourcesForm .ui-datatable-scrollable-body tr th, body.layout-compact #resourcesForm .ui-datatable-scrollable-body tr td {
  width: 33% !important;
  max-width: 12rem !important;
}
body #resourcesForm .ui-datatable-scrollable-body tr th input, body #resourcesForm .ui-datatable-scrollable-body tr td input, body.layout-compact #resourcesForm .ui-datatable-scrollable-body tr th input, body.layout-compact #resourcesForm .ui-datatable-scrollable-body tr td input {
  color: #334151;
  font-size: 0.6875rem;
  border: none;
  border-bottom: 1px solid #D8DEE4;
  background: transparent;
}
body #legend, body.layout-compact #legend {
  margin-left: 3rem;
}
body #legend .legendLabel, body.layout-compact #legend .legendLabel {
  color: #A1ABBC;
  font-size: 0.75rem;
  padding-right: 1rem;
}
body #dtManual table td, body.layout-compact #dtManual table td {
  vertical-align: top;
}
body #dtManual table td table, body.layout-compact #dtManual table td table {
  max-width: 50vw;
}
body #dtManual table td table td, body.layout-compact #dtManual table td table td {
  vertical-align: middle;
}
body #alertHistoryTable tbody td, body.layout-compact #alertHistoryTable tbody td {
  vertical-align: top;
}
body #alertHistoryTable tbody td.action-column, body.layout-compact #alertHistoryTable tbody td.action-column {
  padding-top: 0.75rem;
  min-width: 7rem;
}
body #powerPrices .ui-datatable-tablewrapper td.number, body.layout-compact #powerPrices .ui-datatable-tablewrapper td.number {
  line-height: 1.5rem;
}
body #powerPrices .ui-datatable-tablewrapper td.number .ui-inputfield, body.layout-compact #powerPrices .ui-datatable-tablewrapper td.number .ui-inputfield {
  width: 4rem;
  line-height: 1.25rem;
}
body #gasProductMargins .ui-datatable-tablewrapper td.number, body.layout-compact #gasProductMargins .ui-datatable-tablewrapper td.number {
  line-height: 1.5rem;
}
body #gasProductMargins .ui-datatable-tablewrapper td.number .ui-inputfield, body.layout-compact #gasProductMargins .ui-datatable-tablewrapper td.number .ui-inputfield {
  width: 4rem;
  line-height: 1.25rem;
}
body #gasblock_prices .ui-datatable-tablewrapper td.number, body.layout-compact #gasblock_prices .ui-datatable-tablewrapper td.number {
  line-height: 1.5rem;
}
body #gasblock_prices .ui-datatable-tablewrapper td.number .ui-inputfield, body.layout-compact #gasblock_prices .ui-datatable-tablewrapper td.number .ui-inputfield {
  width: 4rem;
  line-height: 1.25rem;
}
body #invoices, body.layout-compact #invoices {
  clear: both;
  margin-top: 4rem;
}
body #forecastStatus, body.layout-compact #forecastStatus {
  margin-bottom: 1rem;
}
body #statementsTable tr th:last-child, body #statementsTable tr td:last-child, body.layout-compact #statementsTable tr th:last-child, body.layout-compact #statementsTable tr td:last-child {
  width: 7rem;
  text-align: center;
}
body #statementsTable tr th:last-child span, body.layout-compact #statementsTable tr th:last-child span {
  width: 100%;
}
body #statementsTable tr td:last-child, body.layout-compact #statementsTable tr td:last-child {
  padding: 0 0.5rem;
}
body #iosocketSessions, body.layout-compact #iosocketSessions {
  margin-top: 2rem;
}
body .jqplot-table-legend, body.layout-compact .jqplot-table-legend {
  float: right;
  width: 12rem;
}
body .jqplot-table-legend td, body.layout-compact .jqplot-table-legend td {
  float: left;
  width: auto;
}
body .jqplot-table-legend td .jqplot-table-legend-swatch-outline, body.layout-compact .jqplot-table-legend td .jqplot-table-legend-swatch-outline {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
body .jqplot-table-legend td .jqplot-table-legend-swatch-outline .jqplot-table-legend-swatch, body.layout-compact .jqplot-table-legend td .jqplot-table-legend-swatch-outline .jqplot-table-legend-swatch {
  width: 100%;
  height: 100%;
  border: none !important;
}
body .jqplot-table-legend td.jqplot-table-legend-label, body.layout-compact .jqplot-table-legend td.jqplot-table-legend-label {
  line-height: 1.125rem;
}
body .legend .legend-item, body.layout-compact .legend .legend-item {
  float: left;
  width: 100%;
  padding-right: 1rem;
}
body .legend.legend-inline .legend-item, body.layout-compact .legend.legend-inline .legend-item {
  width: auto;
  display: inline-block;
}
body .legend .legend-swatch-outline, body.layout-compact .legend .legend-swatch-outline {
  float: left;
  width: 1rem;
  height: 1rem;
  padding: 1px;
  margin-right: 0.25rem;
  border: 1px solid #D8DEE4;
}
body .legend .legend-swatch-outline .jqplot-table-legend-swatch, body.layout-compact .legend .legend-swatch-outline .jqplot-table-legend-swatch {
  float: left;
  width: 100%;
  height: 100%;
  border: none !important;
}
body .legend .legend-label, body.layout-compact .legend .legend-label {
  float: left;
  color: #A1ABBC;
  line-height: 1.25rem;
}
body .managed-by, body.layout-compact .managed-by {
  margin-top: 2rem;
  background: #EDF0F2;
  border: none;
}
body .managed-by .ui-panel-titlebar, body.layout-compact .managed-by .ui-panel-titlebar {
  height: 2.5rem;
  border-bottom: 1px solid #D8DEE4;
}
body .managed-by .ui-panel-titlebar .ui-panel-title, body.layout-compact .managed-by .ui-panel-titlebar .ui-panel-title {
  font-size: 0.875rem;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  margin: 0 0 0.5rem 0;
}
body #positionCharts, body.layout-compact #positionCharts {
  margin-bottom: 2rem;
}
body #peakloadContainer, body.layout-compact #peakloadContainer {
  margin-bottom: 2rem;
}
body #position_table .ui-datatable-tablewrapper table thead tr th:first-child, body.layout-compact #position_table .ui-datatable-tablewrapper table thead tr th:first-child {
  border-right: 1px solid #D8DEE4;
}
body #position_table .ui-datatable-tablewrapper table tbody tr td.ui-widget-header, body.layout-compact #position_table .ui-datatable-tablewrapper table tbody tr td.ui-widget-header {
  color: #A1ABBC;
  background: transparent;
  border-right: 1px solid #D8DEE4;
}
body #limitOrderDialogForm .editform tbody tr td:first-child, body.layout-compact #limitOrderDialogForm .editform tbody tr td:first-child {
  min-width: 10rem;
}
body .buttonPanelRight, body.layout-compact .buttonPanelRight {
  margin-top: 2rem;
}
body .buttonPanelRight *, body.layout-compact .buttonPanelRight * {
  float: right;
}
body #locationTable .ui-datatable-tablewrapper tr th:first-child, body #locationTable .ui-datatable-tablewrapper tr td:first-child, body.layout-compact #locationTable .ui-datatable-tablewrapper tr th:first-child, body.layout-compact #locationTable .ui-datatable-tablewrapper tr td:first-child {
  min-width: 20%;
}
body #locationTable .ui-datatable-tablewrapper tr td table, body.layout-compact #locationTable .ui-datatable-tablewrapper tr td table {
  table-layout: auto;
}
body #output, body.layout-compact #output {
  margin-top: 2rem;
}
body #gas_positions .buttonbar, body.layout-compact #gas_positions .buttonbar {
  margin-bottom: 1rem;
}
body #tabView, body.layout-compact #tabView {
  clear: both;
}
body #PowerForcastingPerformance thead tr:first-child th:nth-child(2), body #PowerForcastingPerformance thead tr:first-child th:nth-child(3), body #PowerForcastingPerformance thead tr:first-child th:nth-child(4), body.layout-compact #PowerForcastingPerformance thead tr:first-child th:nth-child(2), body.layout-compact #PowerForcastingPerformance thead tr:first-child th:nth-child(3), body.layout-compact #PowerForcastingPerformance thead tr:first-child th:nth-child(4) {
  border-right: 1px solid #D8DEE4;
}
body #PowerForcastingPerformance thead tr:nth-child(2) th:nth-child(3), body #PowerForcastingPerformance thead tr:nth-child(2) th:nth-child(6), body #PowerForcastingPerformance thead tr:nth-child(3) th:nth-child(3), body #PowerForcastingPerformance thead tr:nth-child(3) th:nth-child(6), body.layout-compact #PowerForcastingPerformance thead tr:nth-child(2) th:nth-child(3), body.layout-compact #PowerForcastingPerformance thead tr:nth-child(2) th:nth-child(6), body.layout-compact #PowerForcastingPerformance thead tr:nth-child(3) th:nth-child(3), body.layout-compact #PowerForcastingPerformance thead tr:nth-child(3) th:nth-child(6) {
  border-right: 1px solid #D8DEE4;
}
body #PowerForcastingPerformance tbody tr td:nth-child(2), body #PowerForcastingPerformance tbody tr td:nth-child(5), body #PowerForcastingPerformance tbody tr td:nth-child(8), body.layout-compact #PowerForcastingPerformance tbody tr td:nth-child(2), body.layout-compact #PowerForcastingPerformance tbody tr td:nth-child(5), body.layout-compact #PowerForcastingPerformance tbody tr td:nth-child(8) {
  border-right: 1px solid #D8DEE4;
}
body #switchBoxSettings, body.layout-compact #switchBoxSettings {
  margin: 1rem 0;
}
body .small, body.layout-compact .small {
  font-size: 0.6875rem !important;
}
body .center, body.layout-compact .center {
  text-align: center;
}
body .right, body.layout-compact .right {
  text-align: right;
}
body .no-padding, body.layout-compact .no-padding {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  body .hide-640, body.layout-compact .hide-640 {
    display: none;
  }
}
@media only screen and (max-width: 399px) {
  body .hide-399, body.layout-compact .hide-399 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body .show-640, body.layout-compact .show-640 {
    display: block;
  }
}
@media only screen and (max-width: 399px) {
  body .show-399, body.layout-compact .show-399 {
    display: block;
  }
}
body .ui-datatable-sticky > table, body.layout-compact .ui-datatable-sticky > table {
  visibility: hidden !important;
}
body .ui-datatable-sticky.ui-sticky, body.layout-compact .ui-datatable-sticky.ui-sticky {
  top: calc(5rem + 1px) !important;
  margin: 0 -1rem !important;
  padding: 0 1rem !important;
  background-color: white !important;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
}
body .ui-datatable-sticky.ui-sticky > table, body.layout-compact .ui-datatable-sticky.ui-sticky > table {
  visibility: visible !important;
}
body #outputDataTable table, body.layout-compact #outputDataTable table {
  table-layout: fixed;
}
body #productOutputPanel #chart, body.layout-compact #productOutputPanel #chart {
  height: 100%;
  padding-left: 1rem;
  border-left: 1px dotted #334151;
}
body #productOutputPanel #chart .ui-selectonebutton, body.layout-compact #productOutputPanel #chart .ui-selectonebutton {
  margin-bottom: 1.5rem;
}
body #productOutputPanel #chart h4, body.layout-compact #productOutputPanel #chart h4 {
  margin-top: 0;
}
body #productSelectedOutput, body.layout-compact #productSelectedOutput {
  width: 100%;
  padding: 1rem 0;
  border-top: 1px dotted #334151;
}
body #imbalance_prices table, body.layout-compact #imbalance_prices table {
  table-layout: fixed;
}
body #outputDataTableHighLevel table, body #outputDataTableLowLevel table, body.layout-compact #outputDataTableHighLevel table, body.layout-compact #outputDataTableLowLevel table {
  table-layout: fixed !important; /* generic? */
}
body :not(.ui-state-hover) > .result-missing, body.layout-compact :not(.ui-state-hover) > .result-missing {
  background: #9AE8FF !important;
}
body :not(.ui-state-hover) > .result-future, body.layout-compact :not(.ui-state-hover) > .result-future {
  background: #FFDDDD !important;
}
body :not(.ui-state-hover) > .result-estimate, body.layout-compact :not(.ui-state-hover) > .result-estimate {
  background: #FDDBAE !important;
}
body :not(.ui-state-hover) > .result-verified, body.layout-compact :not(.ui-state-hover) > .result-verified {
  background: #8cb994 !important;
}
body :not(.ui-state-hover) > .result-incomplete, body.layout-compact :not(.ui-state-hover) > .result-incomplete {
  background: #68c0f7 !important;
}
body #secondary-menu > ul > li > ul, body.layout-compact #secondary-menu > ul > li > ul {
  max-height: 600px;
  overflow: auto;
}
body #productsTable .is-countdown, body.layout-compact #productsTable .is-countdown {
  border: 0px;
  background-color: inherit;
}
body #fitViewInstallationExtension .editform tbody tr td.ui-panelgrid-cell:first-child, body.layout-compact #fitViewInstallationExtension .editform tbody tr td.ui-panelgrid-cell:first-child {
  min-width: 17rem;
  max-width: 17rem;
}
body thead#gasTradesTable_head, body thead#gasPriceInfoTable_head, body thead#powerTrades_head, body thead#marketInfoTable_head, body.layout-compact thead#gasTradesTable_head, body.layout-compact thead#gasPriceInfoTable_head, body.layout-compact thead#powerTrades_head, body.layout-compact thead#marketInfoTable_head {
  display: none;
}
body body #power_positions .chartTitle, body.layout-compact body #power_positions .chartTitle {
  float: left;
  font-family: "SourceSansPro-Bold";
  font-weight: normal !important;
  margin: 0 0.5rem 0.625rem 0;
}
body body #power_positions .ui-selectonemenu, body.layout-compact body #power_positions .ui-selectonemenu {
  width: auto !important;
  float: none !important;
  margin: -0.1875rem 1rem 0.4375rem 0;
}
body span#yearPowerChartGraphOneOutput .flot-overlay, body.layout-compact span#yearPowerChartGraphOneOutput .flot-overlay {
  top: 28px !important;
}
body span#volumeYearPowerChartGraphOneOutput .flot-overlay, body.layout-compact span#volumeYearPowerChartGraphOneOutput .flot-overlay {
  top: 28px !important;
}
body span#yearPowerChartGraphTwoOutput .flot-overlay, body.layout-compact span#yearPowerChartGraphTwoOutput .flot-overlay {
  top: 28px !important;
}
body span#volumeYearPowerChartGraphTwoOutput .flot-overlay, body.layout-compact span#volumeYearPowerChartGraphTwoOutput .flot-overlay {
  top: 28px !important;
}
body div.customtradetable table th.hour, body.layout-compact div.customtradetable table th.hour {
  text-align: center;
}
body div.customtradetable table td.position, body.layout-compact div.customtradetable table td.position {
  padding: 2px;
  border: 1px solid #A1ABBC;
  text-align: center;
}
body div.customtradetable table td.bold, body.layout-compact div.customtradetable table td.bold {
  font-weight: bold;
}
body div.customtradetable table td.selected-previous, body.layout-compact div.customtradetable table td.selected-previous {
  background-color: #4F9726;
}
body div.customtradetable table td.selected-new, body.layout-compact div.customtradetable table td.selected-new {
  background-color: #ffff00;
  color: #ffffff;
}

.remove-td-first-child {
  min-width: 0;
}

.fixed-table table {
  position: static !important;
}

.mt-10 {
  margin-top: 10px;
}

.table-with-gridlines thead,
.table-with-gridlines tr,
.table-with-gridlines th,
.table-with-gridlines td {
  border-collapse: collapse !important;
  border: 1px solid #bdbdbd !important;
  padding-top: 0.4rem !important;
}

.align-center,
.align-center span {
  text-align: center !important;
  float: none !important;
}

.ql-toolbar {
  background: #f3f3f3;
}

.ql-snow .ql-stroke {
  stroke: black !important;
}

.align-top {
  vertical-align: top !important;
}

.intraday .supplier {
  display: flex;
  align-items: center;
}
.intraday .supplier .status {
  font-size: 1.125rem;
  line-height: 3rem;
  display: inline-block;
}
.intraday .error {
  background: #ff9f95;
  font-weight: bold !important;
  padding: 16px;
  text-align: center;
}
.intraday .configurations .active {
  background-color: #90EE90 !important;
}

/*# sourceMappingURL=layout-custom.css.map */
