@charset "UTF-8";
/* Color changed from #dce2e7 to #c2bebe */
/* Common */
/* Headers */
/* Contents */
/* Forms */
/* List Items */
/* Messages */
/* Horizontal Menu */
/* Predefined Colors */
/* $orange:#f7cb00; */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-300.eot.xhtml?ln=poseidon-layout");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-300.eot.xhtml?ln=poseidon-layout?#iefix") format("embedded-opentype"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-300.woff2.xhtml?ln=poseidon-layout") format("woff2"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-300.woff.xhtml?ln=poseidon-layout") format("woff"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-300.ttf.xhtml?ln=poseidon-layout") format("truetype"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-300.svg.xhtml?ln=poseidon-layout#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-regular.eot.xhtml?ln=poseidon-layout");
  /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-regular.eot.xhtml?ln=poseidon-layout#iefix") format("embedded-opentype"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-regular.woff2.xhtml?ln=poseidon-layout") format("woff2"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-regular.woff.xhtml?ln=poseidon-layout") format("woff"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-regular.ttf.xhtml?ln=poseidon-layout") format("truetype"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-regular.svg.xhtml?ln=poseidon-layout#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-700.eot.xhtml?ln=poseidon-layout");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-700.eot.xhtml?ln=poseidon-layout#iefix") format("embedded-opentype"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-700.woff2.xhtml?ln=poseidon-layout") format("woff2"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-700.woff.xhtml?ln=poseidon-layout") format("woff"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-700.ttf.xhtml?ln=poseidon-layout") format("truetype"), url("/BALREPO/javax.faces.resource/fonts/open-sans-v13-latin-700.svg.xhtml?ln=poseidon-layout#OpenSans") format("svg");
  /* Legacy iOS */ }
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.icon-svg {
  width: 16px;
  height: 16px; }

.BookmarkIcon {
  position: relative;
  top: -2px; }
  .BookmarkIcon i {
    color: #3ebaf8;
    font-size: 30px;
    position: absolute;
    right: -5px;
    top: -9px; }
    .BookmarkIcon i:before {
      text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15); }

.card {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px; }
  .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; }
  .card.data-table-header {
    margin-bottom: 0;
    padding-bottom: 0;
    background: #3b3b48;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
    .card.data-table-header + .ui-datatable > .ui-widget-header.ui-corner-top {
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0; }

.nopad {
  padding: 0; }
  .nopad .ui-panel-content {
    padding: 0; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }
.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: 8px; }

.ui-panelgrid.form-group .ui-panelgrid-cell {
  padding: 8px; }
.ui-panelgrid.ui-panelgrid-blank .ui-grid-responsive .ui-grid-row {
  border: 0 none; }

.ui-selectoneradio.form-group .ui-grid-row > div, .ui-selectmanycheckbox.form-group .ui-grid-row > div {
  padding: 8px; }

.VerticalAlMiddle {
  display: flex;
  justify-content: center;
  align-items: center; }

.dashboard .card {
  height: 100%; }
.dashboard .overview-box {
  padding: 0 !important;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0px !important; }
  .dashboard .overview-box i {
    font-size: 48px;
    margin-top: 20px;
    color: #ffffff; }
  .dashboard .overview-box .overview-box-name {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    margin: 4px 0 10px 0;
    color: #ffffff; }
  .dashboard .overview-box .overview-box-count {
    color: #ffffff;
    font-size: 36px; }
  .dashboard .overview-box > div:last-child {
    text-align: left; }
  .dashboard .overview-box.overview-box-1 {
    background-color: #00acac; }
  .dashboard .overview-box.overview-box-2 {
    background-color: #3ebaf8; }
  .dashboard .overview-box.overview-box-3 {
    background-color: #985edb; }
  .dashboard .overview-box.overview-box-4 {
    background-color: #f6a933; }
.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: 8px 16px;
      border-bottom: 1px solid #c2bebe; }
      .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: #647585;
      float: right;
      font-size: 16px;
      margin-top: 5px; }
.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 #c2bebe; }
      .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: #2d353c; }
        .dashboard .contacts ul li a .email {
          position: absolute;
          right: 10px;
          top: 30px;
          font-size: 14px;
          color: #647585; }
        .dashboard .contacts ul li a:hover {
          cursor: pointer;
          background-color: #dce2e7; }
      .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 #c2bebe;
    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 #c2bebe; }
    .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: #647585; }
.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: 24px;
      position: absolute;
      top: 6px;
      right: -12px; }
  .dashboard .timeline > .ui-g .ui-g-9 {
    padding-left: 1.5em; }
    .dashboard .timeline > .ui-g .ui-g-9 .event-text {
      color: #647585;
      font-size: 14px;
      display: block;
      padding-bottom: 20px; }
    .dashboard .timeline > .ui-g .ui-g-9 .event-content img {
      width: 100%; }
.dashboard .icon-files-o-new {
  width: 60px;
  height: 60px; }
@media (max-width: 960px) {
  .dashboard .icon-files-o-new {
    width: 40px;
    height: 40px; } }
@media (max-width: 640px) {
  .dashboard .icon-files-o-new {
    width: 35px;
    height: 35px; } }
@media (max-width: 420px) {
  .dashboard .icon-files-o-new {
    width: 32px;
    height: 32px; } }

.login-body .login-panel {
  height: 100%;
  width: 350px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 100px 50px;
  -webkit-box-shadow: 0 5px 7px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 7px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 7px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: auto; }
  .login-body .login-panel .ui-g-12 {
    padding: 16px 0;
    text-align: center; }
    .login-body .login-panel .ui-g-12.logo-container img {
      margin-bottom: 20px; }
    .login-body .login-panel .ui-g-12.chkbox-container {
      text-align: left; }
      .login-body .login-panel .ui-g-12.chkbox-container .ui-outputlabel {
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px; }
    .login-body .login-panel .ui-g-12.button-container button {
      margin-bottom: 20px; }

@media (min-width: 641px) {
  .login-body {
    background: url("/BALREPO/javax.faces.resource/images/login/login-background.png.xhtml?ln=poseidon-layout") top left no-repeat;
    background-size: cover; } }
@media (max-width: 640px) {
  .login-body {
    background: none; }
    .login-body .login-panel {
      width: 100%; } }
body.exception-body .exception-top {
  height: 30%;
  position: relative; }
  body.exception-body .exception-top img {
    width: 100px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -50px; }
body.exception-body .exception-bottom {
  height: 70%; }
  body.exception-body .exception-bottom .exception-wrapper {
    margin: 0 auto;
    width: 500px;
    padding: 50px;
    text-align: center;
    box-sizing: border-box; }
    body.exception-body .exception-bottom .exception-wrapper .exception-summary {
      display: block;
      color: #ffffff;
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 20px; }
    body.exception-body .exception-bottom .exception-wrapper .exception-detail {
      display: block;
      color: #ffffff;
      margin-bottom: 50px; }
    body.exception-body .exception-bottom .exception-wrapper button {
      width: 75%;
      display: block;
      margin: 0 auto 100px auto; }
    body.exception-body .exception-bottom .exception-wrapper .logo-icon {
      width: 56px;
      display: block;
      margin: 0 auto 20px auto; }
    body.exception-body .exception-bottom .exception-wrapper .exception-footer {
      color: #ffffff; }
body.exception-body.error-page {
  background-color: #ce5051; }
  body.exception-body.error-page .exception-top {
    background-color: #f0f3f5; }
body.exception-body.access-page {
  background-color: #ce5051; }
  body.exception-body.access-page .exception-top {
    background-color: #f0f3f5; }
body.exception-body.notfound-page {
  background-color: #2d353c; }
  body.exception-body.notfound-page .exception-top {
    background-color: #f0f3f5; }

@media (max-width: 640px) {
  body.exception-body .exception-bottom .exception-wrapper {
    width: 100%; } }
.landing-wrapper #header {
  width: 100%;
  min-height: 500px;
  background: url("/BALREPO/javax.faces.resource/images/landing/landing-bg.png.xhtml?ln=poseidon-layout") top left no-repeat #f7f7f7;
  background-size: cover; }
  .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: 175px;
      height: 49px;
      background: url("/BALREPO/javax.faces.resource/images/logo-white.png.xhtml?ln=poseidon-layout") top left no-repeat;
      background-size: 175px 49px; }
    .landing-wrapper #header .header-top #menu {
      float: right;
      list-style: none;
      margin: 20px 20px 0 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 {
          padding: 3px 7px;
          color: #ffffff;
          -moz-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px; }
          .landing-wrapper #header .header-top #menu li a:hover {
            color: #00acac;
            background-color: #f0f3f5; }
        .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; }
    .landing-wrapper #header .header-content h1 {
      margin: 80px 0 0 0;
      font-weight: 400;
      font-size: 24px;
      color: #ffffff; }
    .landing-wrapper #header .header-content h2 {
      margin: 10px 0 40px 0;
      font-weight: 300;
      font-size: 20px;
      color: #ffffff; }
    .landing-wrapper #header .header-content button .ui-button-text {
      padding: 10px 20px; }
.landing-wrapper #features {
  width: 960px;
  margin: 0 auto;
  padding: 100px 0px;
  text-align: center; }
  .landing-wrapper #features p {
    color: #647585; }
  .landing-wrapper #features .ui-g-12 {
    padding: 2em .5em; }
  .landing-wrapper #features .feature-icon {
    text-align: center;
    box-sizing: border-box;
    height: 100px; }
    .landing-wrapper #features .feature-icon img {
      text-align: center;
      width: 100px; }
.landing-wrapper #promotion {
  width: 100%;
  background: url("/BALREPO/javax.faces.resource/images/landing/landing-overlay-1.png.xhtml?ln=poseidon-layout") 775px 370px no-repeat #2d353c;
  background-size: 400px auto;
  min-height: 500px; }
  .landing-wrapper #promotion .promotion-content {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    text-align: center;
    overflow: hidden; }
    .landing-wrapper #promotion .promotion-content h2 {
      font-size: 24px;
      color: #ffffff; }
    .landing-wrapper #promotion .promotion-content p {
      color: #ffffff; }
    .landing-wrapper #promotion .promotion-content img {
      margin-top: 50px;
      display: inline-block;
      height: 350px;
      position: relative;
      top: 25px; }
.landing-wrapper #pricing {
  width: 100%;
  background: url("/BALREPO/javax.faces.resource/images/landing/landing-overlay-2.png.xhtml?ln=poseidon-layout") 0px 300px no-repeat #ffffff;
  background-size: 600px auto;
  min-height: 400px; }
  .landing-wrapper #pricing .pricing-content {
    width: 960px;
    margin: 0 auto;
    padding: 75px 0;
    text-align: center;
    overflow: hidden; }
    .landing-wrapper #pricing .pricing-content div.ui-g-12 {
      padding: 1em; }
    .landing-wrapper #pricing .pricing-content .pricing-box {
      color: #ffffff; }
      .landing-wrapper #pricing .pricing-content .pricing-box .pricing-header {
        margin: 0 auto;
        max-width: 200px;
        font-size: 20px;
        padding: 75px 0 75px 0px;
        box-sizing: border-box;
        margin-bottom: -100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .landing-wrapper #pricing .pricing-content .pricing-box .pricing-header .pricing-name, .landing-wrapper #pricing .pricing-content .pricing-box .pricing-header .price {
          display: inline-block;
          width: 100%;
          position: relative;
          top: -40px; }
        .landing-wrapper #pricing .pricing-content .pricing-box .pricing-header .price {
          font-weight: 300; }
      .landing-wrapper #pricing .pricing-content .pricing-box .pricing-features {
        text-align: left;
        padding: 30px 20px;
        min-height: 305px;
        box-sizing: border-box;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px; }
        .landing-wrapper #pricing .pricing-content .pricing-box .pricing-features ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .landing-wrapper #pricing .pricing-content .pricing-box .pricing-features ul li {
            padding: 8px 14px; }
            .landing-wrapper #pricing .pricing-content .pricing-box .pricing-features ul li i {
              margin-right: 8px;
              font-size: 18px; }
      .landing-wrapper #pricing .pricing-content .pricing-box .pricing-buy {
        padding: 20px 0; }
      .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic > div {
        background-color: #2dcece; }
      .landing-wrapper #pricing .pricing-content .pricing-box.pricing-standard > div {
        background-color: #2f8ee5; }
      .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro > div {
        background-color: #6c76af; }
.landing-wrapper #video {
  background-color: #f7f7f7;
  min-width: 400px; }
  .landing-wrapper #video .video-content {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0px 75px 0px;
    text-align: center; }
    .landing-wrapper #video .video-content h2 {
      font-weight: 400; }
    .landing-wrapper #video .video-content p {
      color: #647585; }
.landing-wrapper #footer {
  width: 100%;
  background-color: #00acac;
  color: #ffffff;
  padding: 50px 0; }
  .landing-wrapper #footer .footer-content {
    width: 960px;
    margin: 0 auto; }
    .landing-wrapper #footer .footer-content .footer-left img {
      float: left;
      margin-right: 10px; }
    .landing-wrapper #footer .footer-content .footer-left span {
      margin-top: 4px;
      display: block;
      font-weight: 400; }
    .landing-wrapper #footer .footer-content .footer-right {
      text-align: right;
      font-size: 24px; }
      .landing-wrapper #footer .footer-content .footer-right i {
        margin-right: 14px;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .landing-wrapper #footer .footer-content .footer-right i:hover {
          color: #000000; }

@media (max-width: 1024px) {
  .landing-wrapper #header .header-top {
    padding: 30px;
    width: 100%;
    box-sizing: border-box; }
    .landing-wrapper #header .header-top #menu-button {
      display: inline-block; }
    .landing-wrapper #header .header-top #menu {
      z-index: 100;
      position: absolute;
      top: 86px;
      right: 30px;
      float: none;
      display: none;
      margin: 0;
      padding: 0;
      width: 225px;
      list-style: none;
      background-color: #ffffff;
      -webkit-animation-duration: .5s;
      -moz-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15); }
      .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: 8px 14px;
          color: #2d353c;
          width: 100%;
          box-sizing: border-box;
          overflow: hidden;
          -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 #header .header-top #menu li a:hover {
            background-color: #f0f3f5; }
  .landing-wrapper #header .header-content {
    width: 100%;
    padding: 0px 30px 60px 30px;
    box-sizing: border-box; }
    .landing-wrapper #header .header-content h1 {
      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 .promotion-content {
    width: 100%; }
  .landing-wrapper #pricing .pricing-content {
    width: 100%; }
    .landing-wrapper #pricing .pricing-content button {
      width: 90%; }
  .landing-wrapper #video .video-content {
    width: 100%; }
    .landing-wrapper #video .video-content .video-container iframe {
      width: 350px;
      height: 220px; }
  .landing-wrapper #footer .footer-content .footer-right {
    text-align: left; } }
html {
  height: 100%; }

body {
  font-family: "Open Sans","Helvetica Neue",sans-serif;
  font-size: 14px;
  color: #2d353c;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  height: 100%; }
  body.main-body {
    background-color: #D9E0E7; }
  body a {
    color: #FFB442;
    text-decoration: none; }
    body a:hover {
      color: #ffbe5c; }

.ui-inplace.input-inplace-toolbar .ui-inplace-content .ui-inputfield {
  width: auto;
  margin-right: 1px; }
.ui-inplace.input-inplace-toolbar .ui-inplace-content .ui-inplace-editor {
  width: auto; }
  .ui-inplace.input-inplace-toolbar .ui-inplace-content .ui-inplace-editor .ui-button {
    width: 32px; }

.layout-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #424242;
  opacity: 0.7;
  filter: alpha(opacity=70);
  top: 0;
  left: 0;
  z-index: 999999997; }

.layout-wrapper .topbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  .layout-wrapper .topbar .logo {
    display: inline-block;
    vertical-align: middle;
    width: 175px;
    height: 49px;
    background: url("/BALREPO/javax.faces.resource/images/logo-white.png.xhtml?ln=poseidon-layout") top left no-repeat;
    background-size: 175px 49px; }
  .layout-wrapper .topbar .topbar-left {
    box-sizing: border-box;
    /*padding: 12px 20px 0px 35px;*/
    height: 75px;
    width: 250px;
    background-color: #FFB442;
    float: left;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: initial;
    display: flex;
    align-items: center;
    padding-left: 35px;
    padding-right: 20px; }
  .layout-wrapper .topbar .topbar-right {
    padding: 15px 20px 15px 270px; }
    .layout-wrapper .topbar .topbar-right #menu-button {
      display: inline-block;
      vertical-align: middle;
      height: 36px;
      margin-right: 10px;
      position: relative;
      top: 3px;
      color: #2d353c;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .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 {
        -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 #topbar-menu-button {
      display: none;
      float: right;
      color: #2d353c;
      vertical-align: middle;
      height: 36px;
      margin: 5px 5px 0 0;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .layout-wrapper .topbar .topbar-right #topbar-menu-button i {
        font-size: 36px; }
  .layout-wrapper .topbar .topbar-project-logo {
    padding: initial;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 35px; }
.layout-wrapper .layout-menu-container {
  overflow: auto;
  position: fixed;
  width: 250px;
  z-index: 99;
  top: 75px;
  height: 100%;
  background-color: #2d353c;
  -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-container > .nano > .nano-content.menu-scroll-content {
    display: block;
    height: 100%;
    position: relative;
    overflow: scroll;
    overflow-x: hidden; }
  .layout-wrapper .layout-menu-container > .nano > .nano-content > ul:last-child {
    margin-top: 16px;
    padding-bottom: 120px; }
  .layout-wrapper .layout-menu-container > .nano .nano-pane .nano-slider {
    background-color: #aaaaaa;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .layout-wrapper .layout-menu-container .search-input {
    padding: 32px 16px 8px 16px;
    text-align: center;
    position: relative; }
    .layout-wrapper .layout-menu-container .search-input input {
      padding: 10px 30px 10px 15px;
      background-color: #42494f;
      border: 1px solid #75787b;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      font-size: 14px;
      color: #f0f3f5;
      box-sizing: border-box;
      width: 100%;
      -moz-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .layout-wrapper .layout-menu-container .search-input input::-webkit-input-placeholder {
        color: #a8acb1; }
      .layout-wrapper .layout-menu-container .search-input input:-moz-placeholder {
        color: #a8acb1; }
      .layout-wrapper .layout-menu-container .search-input input::-moz-placeholder {
        color: #a8acb1; }
      .layout-wrapper .layout-menu-container .search-input input:-ms-input-placeholder {
        color: #a8acb1; }
      .layout-wrapper .layout-menu-container .search-input input:focus {
        outline: 0 none;
        border: 1px solid #FFB442;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
    .layout-wrapper .layout-menu-container .search-input .fa-search {
      position: absolute;
      right: 24px;
      top: 40px;
      font-size: 22px;
      color: #a8acb1; }
  .layout-wrapper .layout-menu-container .layout-menu-footer {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 14px 120px;
    color: #a8acb1;
    margin-top: 20px;
    font-size: 12px; }
    .layout-wrapper .layout-menu-container .layout-menu-footer .layout-menu-footer-title {
      width: 100%;
      font-size: 14px;
      display: block;
      border-bottom: 1px solid #86898d; }
    .layout-wrapper .layout-menu-container .layout-menu-footer .ui-progressbar {
      height: 5px;
      border: 0 none;
      margin: 16px 0 4px 0; }
.layout-wrapper.menu-layout-overlay .layout-menu-container {
  margin-left: -250px; }
.layout-wrapper.menu-layout-overlay .layout-main {
  margin-left: 0px; }
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-menu-container {
  z-index: 999999999;
  margin-left: 0px; }
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-left {
  background-color: #FFB442; }
  .layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-left .logo {
    background-image: url("/BALREPO/javax.faces.resource/images/logo-white.png.xhtml?ln=poseidon-layout"); }
.layout-wrapper.menu-layout-overlay .topbar {
  z-index: 999999998; }
  .layout-wrapper.menu-layout-overlay .topbar .topbar-left {
    background-color: #f0f3f5; }
    .layout-wrapper.menu-layout-overlay .topbar .topbar-left .logo {
      background-image: url("/BALREPO/javax.faces.resource/images/logo-black.png.xhtml?ln=poseidon-layout"); }
  .layout-wrapper.menu-layout-overlay .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-overlay .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 .layout-main {
  padding: 75px 0 15px 0;
  -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-main .route-bar {
    padding: 5px 20px 5px 25px;
    background-color: #f0f3f5; }
    .layout-wrapper .layout-main .route-bar .fa {
      margin-right: 2px; }
  .layout-wrapper .layout-main .layout-main-content {
    padding: 15px; }
.layout-wrapper .layout-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .layout-wrapper .layout-menu li a {
    display: block;
    padding: 8px 16px;
    color: #a8acb1;
    width: 100%;
    line-height: 14px;
    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 .layout-menu li a i {
      color: #a8acb1; }
    .layout-wrapper .layout-menu li a i:first-child {
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px;
      font-size: 18px; }
    .layout-wrapper .layout-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 .layout-menu li a span {
      display: inline-block;
      vertical-align: middle; }
    .layout-wrapper .layout-menu li a:hover {
      background-color: #444d56; }
  .layout-wrapper .layout-menu li.active-menuitem > a {
    color: #FFB442; }
    .layout-wrapper .layout-menu li.active-menuitem > a i {
      color: #FFB442; }
      .layout-wrapper .layout-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 .layout-menu li ul {
    background-color: #1a2229;
    display: none;
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none; }
  .layout-wrapper .layout-menu > li.active-menuitem > a {
    background-color: #FFB442;
    color: #ffffff; }
    .layout-wrapper .layout-menu > li.active-menuitem > a i {
      color: #ffffff; }
      .layout-wrapper .layout-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 .footer {
  padding: .5em; }
  .layout-wrapper .footer .footer-text-left {
    float: left; }
  .layout-wrapper .footer .footer-text-right {
    color: #647585;
    float: right; }
    .layout-wrapper .footer .footer-text-right span {
      vertical-align: middle;
      display: inline-block; }
.layout-wrapper #right-sidebar-button-open {
  float: right;
  color: #2d353c;
  font-size: 24px;
  line-height: 24px;
  margin-top: -2px;
  width: 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .layout-wrapper #right-sidebar-button-open: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 .right-sidebar {
  position: fixed;
  right: -250px;
  width: 250px;
  top: 75px;
  z-index: 999999999;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  background-color: #f0f3f5;
  height: 100%;
  box-sizing: border-box;
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  overflow: auto; }
  .layout-wrapper .right-sidebar .right-sidebar-header {
    padding: 8px 14px;
    font-weight: bold;
    background-color: #c2bebe;
    color: #2d353c; }
    .layout-wrapper .right-sidebar .right-sidebar-header i, .layout-wrapper .right-sidebar .right-sidebar-header span {
      vertical-align: middle;
      display: inline-block; }
    .layout-wrapper .right-sidebar .right-sidebar-header #right-sidebar-button-close {
      float: right;
      color: #2d353c;
      font-size: 24px;
      width: 20px;
      line-height: 24px;
      color: #ffffff;
      margin: -4px 0 0 0;
      color: #2d353c;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .layout-wrapper .right-sidebar .right-sidebar-header #right-sidebar-button-close: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 .right-sidebar.right-sidebar-active {
    right: 0px; }
  .layout-wrapper .right-sidebar .ui-accordion {
    padding-bottom: 140px; }
    .layout-wrapper .right-sidebar .ui-accordion .ui-accordion-content {
      padding: 0; }
  .layout-wrapper .right-sidebar .contact-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .layout-wrapper .right-sidebar .contact-list li {
      border-bottom: 1px solid #c2bebe; }
      .layout-wrapper .right-sidebar .contact-list 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; }
        .layout-wrapper .right-sidebar .contact-list li a .name {
          position: absolute;
          right: 10px;
          top: 10px;
          font-size: 16px;
          color: #2d353c; }
        .layout-wrapper .right-sidebar .contact-list li a .email {
          position: absolute;
          right: 10px;
          top: 30px;
          font-size: 12px;
          color: #647585; }
        .layout-wrapper .right-sidebar .contact-list li a:hover {
          cursor: pointer;
          background-color: #dce2e7; }
      .layout-wrapper .right-sidebar .contact-list li:last-child {
        border: 0; }
  .layout-wrapper .right-sidebar .note-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .layout-wrapper .right-sidebar .note-list li {
      padding: 8px 16px;
      border-bottom: 1px solid #c2bebe; }
      .layout-wrapper .right-sidebar .note-list li:first-child {
        margin-top: 10px; }
    .layout-wrapper .right-sidebar .note-list .ui-chkbox {
      vertical-align: middle;
      margin-right: 5px; }
    .layout-wrapper .right-sidebar .note-list .task-name {
      vertical-align: middle; }
    .layout-wrapper .right-sidebar .note-list i {
      color: #647585;
      float: right;
      font-size: 16px;
      margin-top: 5px; }
  .layout-wrapper .right-sidebar .contact-form {
    padding: 8px 14px; }
  .layout-wrapper .right-sidebar > .nano > .nano-content.sidebar-scroll-content {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative; }
  .layout-wrapper .right-sidebar > .nano > .nano-pane .nano-slider {
    background-color: #aaaaaa;
    opacity: 0.4; }
.layout-wrapper.layout-rtl .layout-menu li a {
  direction: rtl; }
  .layout-wrapper.layout-rtl .layout-menu li a i:last-child {
    float: left; }
  .layout-wrapper.layout-rtl .layout-menu li a i:first-child {
    margin-left: 12px;
    margin-right: 0px; }
.layout-wrapper.layout-rtl .layout-menu-container {
  right: 0;
  direction: rtl;
  margin-right: 0px;
  transition: margin-right 0.3s; }
  .layout-wrapper.layout-rtl .layout-menu-container > .nano > .nano-content.menu-scroll-content {
    margin-right: 0px !important;
    margin-left: -17px; }
  .layout-wrapper.layout-rtl .layout-menu-container > .nano > .nano-content .layout-menu li ul {
    padding: 0px 20px 0px 0px; }
  .layout-wrapper.layout-rtl .layout-menu-container > .nano > .nano-pane {
    right: auto;
    left: 0; }
.layout-wrapper.layout-rtl .layout-main {
  -moz-transition: margin-right 0.3s;
  -o-transition: margin-right 0.3s;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s; }
  .layout-wrapper.layout-rtl .layout-main .route-bar {
    text-align: right; }
    .layout-wrapper.layout-rtl .layout-main .route-bar #right-sidebar-button-open {
      float: left; }
      .layout-wrapper.layout-rtl .layout-main .route-bar #right-sidebar-button-open i {
        margin-right: 8px; }
    .layout-wrapper.layout-rtl .layout-main .route-bar .right-sidebar {
      right: 0px;
      left: -250px;
      text-align: initial;
      -moz-transition: left 0.3s;
      -o-transition: left 0.3s;
      -webkit-transition: left 0.3s;
      transition: left 0.3s; }
      .layout-wrapper.layout-rtl .layout-main .route-bar .right-sidebar.right-sidebar-active {
        left: 0px; }
      .layout-wrapper.layout-rtl .layout-main .route-bar .right-sidebar .right-sidebar-header #right-sidebar-button-close {
        float: left;
        margin-left: 8px; }
        .layout-wrapper.layout-rtl .layout-main .route-bar .right-sidebar .right-sidebar-header #right-sidebar-button-close i {
          margin-right: 0px; }
      .layout-wrapper.layout-rtl .layout-main .route-bar .right-sidebar .right-sidebar-header > i:first-child {
        float: right;
        margin-right: 0px;
        margin-left: 4px;
        position: relative;
        top: 3px; }
      .layout-wrapper.layout-rtl .layout-main .route-bar .right-sidebar .right-sidebar-header > span {
        float: right; }
      .layout-wrapper.layout-rtl .layout-main .route-bar .right-sidebar .right-sidebar-header:after {
        content: "";
        clear: both;
        display: block; }
.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-container {
  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.menu-button-rotate i {
  transform: rotate(0deg); }
.layout-wrapper.layout-rtl.menu-layout-overlay .layout-menu-container {
  margin-left: 0px;
  margin-right: -250px; }
.layout-wrapper.layout-rtl.menu-layout-overlay .topbar .topbar-right #menu-button i {
  transform: rotate(0deg); }
.layout-wrapper.layout-rtl.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right #menu-button i {
  transform: rotate(180deg); }
.layout-wrapper.layout-rtl.menu-layout-overlay.layout-menu-overlay-active .layout-menu-container {
  margin-right: 0px; }
.layout-wrapper.layout-rtl.menu-layout-horizontal .layout-main {
  margin-right: 0px; }
.layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu-container > .nano > .nano-content .layout-menu > li {
  float: right; }
  .layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu-container > .nano > .nano-content .layout-menu > li ul {
    left: auto; }
.layout-wrapper.layout-rtl .topbar .topbar-left {
  float: right; }
.layout-wrapper.layout-rtl .topbar .topbar-right {
  padding: 15px 270px 15px 20px; }
  .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 i:first-child,
      .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 > li > ul li a .fa {
        margin-right: 0px;
        margin-left: 8px;
        position: relative;
        top: 3px; }
      .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > ul li a img:first-child {
        float: right;
        margin-right: 0px;
        margin-left: 8px; }
      .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > ul li a img ~ span {
        float: right; }
      .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > ul li a:after {
        content: "";
        clear: both;
        display: block; }
  .layout-wrapper.layout-rtl .topbar .topbar-right #menu-button {
    float: right; }
    .layout-wrapper.layout-rtl .topbar .topbar-right #menu-button i {
      transform: rotate(180deg); }

.searchFilters .ui-button {
  font-size: 12px;
  margin-bottom: 1px; }
  .searchFilters .ui-button.ui-button-text-only .ui-button-text {
    padding: 2px 5px; }
.searchFilters .ui-tree {
  font-size: 12px; }
  .searchFilters .ui-tree .ui-icon {
    width: 14px;
    height: 14px;
    line-height: 14px; }
  .searchFilters .ui-tree .ui-treenode .ui-treenode-content .ui-tree-toggler {
    font-size: 14px;
    margin: 0 2px 0 0; }
  .searchFilters .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label {
    padding: 2px 5px; }
    .searchFilters .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label.ui-state-hover {
      margin: 0; }
    .searchFilters .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label.ui-state-highlight {
      margin: 0; }
  .searchFilters .ui-tree .ui-treenode .ui-treenode-content.ui-tree-selectable .ui-chkbox {
    margin: 0 4px 0 0; }
    .searchFilters .ui-tree .ui-treenode .ui-treenode-content.ui-tree-selectable .ui-chkbox .ui-chkbox-box {
      width: 16px;
      height: 16px; }
      .searchFilters .ui-tree .ui-treenode .ui-treenode-content.ui-tree-selectable .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
        font-size: 12px;
        top: 1px;
        left: 1px; }

.ajax-loader {
  font-size: 32px;
  color: #FFB442; }

@media (min-width: 1025px) {
  .layout-wrapper .topbar-items {
    float: right;
    margin: 0;
    padding: 5px 0 0 0;
    list-style-type: none; }
    .layout-wrapper .topbar-items > li {
      float: right;
      position: relative;
      margin-left: 25px; }
      .layout-wrapper .topbar-items > li > a {
        position: relative;
        display: block;
        color: #2d353c; }
        .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: #FFB442;
          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;
        -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: #FFB442; }
      .layout-wrapper .topbar-items > li.profile-item .profile-image {
        width: 36px;
        height: 36px;
        background: url("/BALREPO/javax.faces.resource/images/avatar.png.xhtml?ln=poseidon-layout") top left no-repeat;
        background-size: 36px 36px; }
      .layout-wrapper .topbar-items > li > ul {
        position: absolute;
        top: 57px;
        right: 5px;
        display: none;
        width: 250px;
        background-color: #ffffff;
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .5s;
        list-style-type: none;
        margin: 0;
        padding: 8px 0;
        -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15); }
        .layout-wrapper .topbar-items > li > ul a {
          padding: 8px 16px;
          display: block;
          width: 100%;
          box-sizing: border-box;
          color: #2d353c; }
          .layout-wrapper .topbar-items > li > ul a .fa {
            margin-right: 8px; }
          .layout-wrapper .topbar-items > li > ul a:hover {
            background-color: #dce2e7;
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
      .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: 8px; }
  .layout-wrapper.menu-layout-static .layout-menu-container {
    margin-left: 0; }
  .layout-wrapper.menu-layout-static .layout-main {
    margin-left: 250px; }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .topbar .topbar-left {
    background-color: #f0f3f5; }
    .layout-wrapper.menu-layout-static.layout-menu-static-inactive .topbar .topbar-left .logo {
      background-image: url("/BALREPO/javax.faces.resource/images/logo-black.png.xhtml?ln=poseidon-layout"); }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .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.menu-layout-static.layout-menu-static-inactive .layout-menu-container {
    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 {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      background-color: #ffffff; }
      .layout-wrapper.menu-layout-horizontal .topbar .topbar-left .logo {
        background-image: url("/BALREPO/javax.faces.resource/images/logo-black.png.xhtml?ln=poseidon-layout"); }
    .layout-wrapper.menu-layout-horizontal .topbar .topbar-right #menu-button {
      display: none; }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container {
    overflow: visible;
    position: fixed;
    width: 100%;
    top: 75px;
    height: auto;
    padding-left: 18px;
    background-color: #dce2e7;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
    .layout-wrapper.menu-layout-horizontal .layout-menu-container > .nano {
      overflow: visible; }
      .layout-wrapper.menu-layout-horizontal .layout-menu-container > .nano .nano-content.menu-scroll-content {
        display: inherit;
        height: auto;
        position: static;
        overflow: visible;
        overflow-x: visible; }
      .layout-wrapper.menu-layout-horizontal .layout-menu-container > .nano .nano-content ul:last-child {
        margin-top: 0px;
        padding-bottom: 0px; }
      .layout-wrapper.menu-layout-horizontal .layout-menu-container > .nano .nano-pane {
        display: none !important; }
    .layout-wrapper.menu-layout-horizontal .layout-menu-container .search-input {
      display: none; }
    .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li {
      float: left;
      position: relative; }
      .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > a {
        text-align: center;
        color: #2d353c; }
        .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > a i:first-child {
          color: #2d353c;
          width: 100%;
          margin: 4px 0; }
        .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > a i:last-child {
          display: none; }
        .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > a:hover {
          background-color: #c9cdd2; }
      .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > ul {
        z-index: 100;
        position: absolute;
        top: 56px;
        left: 0px;
        display: none;
        width: 250px;
        padding: 0;
        background-color: #dce2e7;
        -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15); }
        .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > ul li a {
          color: #2d353c;
          padding: 10px 16px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > ul li a i {
            color: #2d353c; }
          .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > ul li a:hover {
            background-color: #c9cdd2; }
        .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > ul li ul {
          padding: 0 0 0 20px;
          position: static;
          background-color: #dce2e7; }
        .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
          color: #FFB442;
          background-color: #e8e8e8; }
      .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: #FFB442;
        color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > a i {
          color: #ffffff; }
    .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu-footer {
      display: none; }
  .layout-wrapper.menu-layout-horizontal .layout-main {
    padding-top: 130px;
    margin-left: 0px; }
    .layout-wrapper.menu-layout-horizontal .layout-main .route-bar {
      background-color: #f0f3f5; }
  .layout-wrapper.menu-layout-horizontal .layout-mask {
    display: none; }
  .layout-wrapper.layout-rtl.menu-layout-horizontal .layout-menu-container > .nano > .nano-content ul.layout-menu > li > ul {
    padding: 0px; }
  .layout-wrapper.layout-rtl .topbar .topbar-items > li > ul li a img ~ span {
    padding-top: 6px; } }
@media (max-width: 1024px) {
  .layout-wrapper.menu-layout-static .topbar .topbar-left {
    background-color: #f0f3f5; }
    .layout-wrapper.menu-layout-static .topbar .topbar-left .logo {
      background-image: url("/BALREPO/javax.faces.resource/images/logo-black.png.xhtml?ln=poseidon-layout"); }
  .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 .layout-menu-container {
    margin-left: -265px; }
  .layout-wrapper.menu-layout-static .layout-main {
    margin-left: 0px; }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-menu-container {
    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 .topbar .topbar-right #menu-button i {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-main {
    margin-left: 0; }
  .layout-wrapper .topbar .topbar-right #topbar-menu-button {
    display: block; }
  .layout-wrapper .topbar .topbar-right .topbar-items {
    position: absolute;
    top: 77px;
    right: 15px;
    width: 275px;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    display: none;
    background-color: #ffffff;
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15); }
    .layout-wrapper .topbar .topbar-right .topbar-items > li > a {
      width: 100%;
      display: block;
      box-sizing: border-box;
      padding: 8px 16px;
      color: #2d353c;
      position: relative; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li > a i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        font-size: 24px; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li > a:hover {
        background-color: #dce2e7; }
      .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: orange;
        color: yellow;
        -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;
      list-style-type: none;
      padding: 0 0 0 20px;
      margin: 0; }
      .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a {
        padding: 8px 16px 8px 24px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        color: #2d353c; }
        .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 .fa {
          display: inline-block;
          vertical-align: middle; }
        .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a img {
          width: 1.28571429em;
          margin-right: 8px; }
        .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a .fa {
          margin-right: 8px; }
        .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a:hover {
          background-color: #dce2e7;
          -moz-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > a {
      background-color: #FFB442;
      color: #ffffff; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > ul {
      display: block; }
    .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item .profile-image {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      background: url("/BALREPO/javax.faces.resource/images/avatar.png.xhtml?ln=poseidon-layout") top left no-repeat;
      background-size: 24px 24px;
      margin-right: 8px;
      margin-left: 4px; }
    .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 {
      overflow-y: auto;
      max-height: calc(100vh - 95px);
      overflow-x: hidden;
      display: block; }
  .layout-wrapper.layout-rtl.menu-layout-static .layout-menu-container {
    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-container {
    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-container > .nano > .nano-content .layout-menu > li {
    float: none; }
  .layout-wrapper.layout-rtl .topbar .topbar-right #topbar-menu-button {
    right: auto;
    float: left; }
  .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 > ul {
      padding: 0px 20px 0px 0px; }
    .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > a .topbar-badge {
      left: auto;
      right: 30px; }
    .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li > a i {
      margin-left: 8px;
      margin-right: 0px; }
    .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li.active-top-menu > ul li a {
      padding-right: 24px;
      padding-left: 16px; }
      .layout-wrapper.layout-rtl .topbar .topbar-right .topbar-items > li.active-top-menu > ul li a i {
        margin-left: 8px;
        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: 4px; } }
@media (max-width: 640px) {
  .layout-wrapper.menu-layout-static .topbar .topbar-left,
  .layout-wrapper.menu-layout-overlay .topbar .topbar-left,
  .layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-left {
    float: none;
    margin: 0 auto;
    background-color: #ffffff; }
    .layout-wrapper.menu-layout-static .topbar .topbar-left .logo,
    .layout-wrapper.menu-layout-overlay .topbar .topbar-left .logo,
    .layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-left .logo {
      background-image: url("/BALREPO/javax.faces.resource/images/logo-black.png.xhtml?ln=poseidon-layout"); }
  .layout-wrapper.menu-layout-static .topbar .topbar-right,
  .layout-wrapper.menu-layout-overlay .topbar .topbar-right,
  .layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right {
    position: relative;
    top: -75px;
    padding: 15px 20px 15px 25px; }
    .layout-wrapper.menu-layout-static .topbar .topbar-right #menu-button,
    .layout-wrapper.menu-layout-overlay .topbar .topbar-right #menu-button,
    .layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right #menu-button {
      font-size: 44px; }
      .layout-wrapper.menu-layout-static .topbar .topbar-right #menu-button i,
      .layout-wrapper.menu-layout-overlay .topbar .topbar-right #menu-button i,
      .layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right #menu-button i {
        vertical-align: top; } }
body .doughnutChart {
  position: relative;
  font-family: "Open Sans","Helvetica Neue",sans-serif;
  display: inline-block;
  cursor: default; }
  body .doughnutChart path:hover {
    opacity: 0.65; }
  body .doughnutChart .arcTitle {
    font-size: 11px;
    font-weight: 800; }
  body .doughnutChart.doughnutShadow {
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15)); }
  body .doughnutChart .doughnutSummary .doughnutSummaryTitle {
    font-size: 20px;
    font-family: "Open Sans","Helvetica Neue",sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em; }
  body .doughnutChart .doughnutSummary .doughnutSummaryNumber {
    font-size: 40px;
    font-weight: bold;
    font-family: "Open Sans","Helvetica Neue",sans-serif; }
  body .doughnutChart .doughnutIndicatorShadow {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5)); }
  body .doughnutChart .labels {
    color: #fff; }
body .doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: #02394d;
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15); }
  body .doughnutTip:after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 0;
    margin: 0 0 0 -6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.7);
    line-height: 0; }
body .doughnutChartBox {
  display: inline-block;
  font-family: "Open Sans","Helvetica Neue",sans-serif; }
  body .doughnutChartBox .doughnutChartTitle {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: .01em; }
  body .doughnutChartBox .doughnutChartItems {
    text-align: center; }
    body .doughnutChartBox .doughnutChartItems .doughnutChartItem {
      display: block;
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase; }
body .barChart, body .verticalBarChart {
  position: relative;
  font-family: "Open Sans","Helvetica Neue",sans-serif;
  display: inline-block; }
  body .barChart .barLabel, body .verticalBarChart .barLabel {
    text-transform: uppercase;
    font-weight: 600; }
  body .barChart .barValue, body .verticalBarChart .barValue {
    font-weight: 600; }
  body .barChart .barMask, body .verticalBarChart .barMask {
    font-weight: 800; }
  body .barChart.barShadow, body .verticalBarChart.barShadow {
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15)); }
body .barChart, body .verticalBarChart {
  position: relative;
  font-family: "Open Sans","Helvetica Neue",sans-serif;
  display: inline-block; }
  body .barChart .barLabel, body .verticalBarChart .barLabel {
    text-transform: uppercase;
    font-weight: 600; }
  body .barChart .barValue, body .verticalBarChart .barValue {
    font-weight: 600; }
  body .barChart .barMask, body .verticalBarChart .barMask {
    font-weight: 800; }
  body .barChart.barShadow, body .verticalBarChart.barShadow {
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15)); }

div.exception-body {
  font-family: "Open Sans","Helvetica Neue",sans-serif;
  font-size: 14px;
  color: #2d353c;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  height: 100%; }
  div.exception-body .exception-top {
    height: 30%;
    position: relative; }
    div.exception-body .exception-top img {
      width: 100px;
      display: block;
      position: absolute;
      bottom: 30px;
      left: 50%;
      margin-left: -50px; }
  div.exception-body .exception-bottom {
    height: 70%; }
    div.exception-body .exception-bottom .exception-wrapper {
      margin: 0 auto;
      width: 500px;
      padding: 50px;
      text-align: center;
      box-sizing: border-box; }
      div.exception-body .exception-bottom .exception-wrapper .exception-summary {
        display: block;
        color: #ffffff;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px; }
      div.exception-body .exception-bottom .exception-wrapper .exception-detail {
        display: block;
        color: #ffffff;
        margin-bottom: 50px; }
      div.exception-body .exception-bottom .exception-wrapper button {
        width: 75%;
        display: block;
        margin: 0 auto 100px auto; }
      div.exception-body .exception-bottom .exception-wrapper .logo-icon {
        width: 56px;
        display: block;
        margin: 0 auto 20px auto; }
      div.exception-body .exception-bottom .exception-wrapper .exception-footer {
        color: #ffffff; }
  div.exception-body.error-page {
    background-color: #ce5051; }
    div.exception-body.error-page .exception-top {
      background-color: #f0f3f5; }
  div.exception-body.access-page {
    background-color: #ce5051; }
    div.exception-body.access-page .exception-top {
      background-color: #f0f3f5; }
  div.exception-body.notfound-page {
    background-color: #2d353c; }
    div.exception-body.notfound-page .exception-top {
      background-color: #f0f3f5; }

@media (max-width: 640px) {
  div.exception-body .exception-bottom .exception-wrapper {
    width: 100%; } }
body.main-body {
  background: #d9e0e7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d9e0e7 0%, #bbbdbf 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #d9e0e7), color-stop(100%, #bbbdbf));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(-45deg, #d9e0e7 0%, #bbbdbf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(-45deg, #d9e0e7 0%, #bbbdbf 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(-45deg, #d9e0e7 0%, #bbbdbf 100%);
  /* IE10 preview */
  background: linear-gradient(135deg, #d9e0e7 0%, #bbbdbf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e0e7', endColorstr='#bbbdbf',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.layout-mask {
  z-index: 997; }

.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-menu-container {
  z-index: 999; }
.layout-wrapper.menu-layout-overlay .topbar {
  z-index: 998; }
.layout-wrapper .right-sidebar {
  z-index: 999; }
.layout-wrapper .topbar .logo-project {
  float: right;
  display: inline-block;
  width: 175px;
  height: 49px;
  text-align: center; }
  .layout-wrapper .topbar .logo-project img {
    max-width: 175px;
    max-height: 49px; }

@media (max-width: 1024px) {
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-menu-container {
    margin-left: 0;
    z-index: 999; }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .topbar {
    z-index: 998; } }
body .ui-progressbar .ui-progressbar-label {
  font-weight: lighter;
  font-size: 12px;
  margin-top: 0;
  color: #2d353c; }
body #profile_form .profile-image {
  width: 36px;
  height: 36px;
  border-radius: 50%; }
body .profile-image.profile-image-large {
  width: 200px;
  height: 200px;
  border-radius: 50%; }
body .profile-dialog .profile-image.profile-image-large {
  width: 150px;
  height: 150px; }
body .statusDot {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #a8acb1; }

body .ui-datatable .ui-datatable-data tr td.ui-editable-column textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
body .ui-datatable .ui-datatable-data tr.ui-datatable-even.ui-state-highlight, body .ui-datatable .ui-datatable-data tr.ui-datatable-even.ui-row-editing {
  background-color: #ffdca8;
  color: #2d353c;
  border-color: #ffc875; }
body .ui-datatable .ui-datatable-data tr.ui-state-highlight, body .ui-datatable .ui-datatable-data tr.ui-row-editing {
  background-color: #ffe7c2;
  color: #2d353c;
  border-color: #ffc875; }
body .ui-datalist .ui-datalist-data .ui-datalist-item.ui-datalist-even {
  background-color: #f0f3f5; }
body .ui-datalist .ui-datalist-data .ui-datalist-item.ui-datalist-odd {
  background-color: #ffffff; }
body .fc .fc-event.fc-meeting, body .fc .timeline-event-box.fc-meeting, body .timeline-frame .fc-event.fc-meeting, body .timeline-frame .timeline-event-box.fc-meeting {
  border-color: #3ebaf8;
  background-color: #3ebaf8;
  color: #525262; }
body .fc .fc-event.fc-pending, body .fc .timeline-event-box.fc-pending, body .timeline-frame .fc-event.fc-pending, body .timeline-frame .timeline-event-box.fc-pending {
  border-color: #f6a933;
  background-color: #f6a933;
  color: #525262; }
body .fc .fc-event.fc-finished, body .fc .timeline-event-box.fc-finished, body .timeline-frame .fc-event.fc-finished, body .timeline-frame .timeline-event-box.fc-finished {
  border-color: #9fd037;
  background-color: #9fd037;
  color: #525262; }
body .fc .fc-event.fc-overdue, body .fc .timeline-event-box.fc-overdue, body .timeline-frame .fc-event.fc-overdue, body .timeline-frame .timeline-event-box.fc-overdue {
  border-color: #f06364;
  background-color: #f06364;
  color: #525262; }
body .timeline-frame .timeline-event.ui-state-active {
  background-color: #3ebaf8;
  color: #ffffff; }
body .timeline-frame .timeline-event-dot.ui-state-active, body .timeline-frame .timeline-event-line.ui-state-active {
  border-color: #3ebaf8; }
body .timeline-frame .ui-icon {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  text-indent: 0; }
  body .timeline-frame .ui-icon.ui-icon-circle-zoomin::before {
    content: "\f00e"; }
  body .timeline-frame .ui-icon.ui-icon-circle-zoomout::before {
    content: "\f010"; }
  body .timeline-frame .ui-icon.ui-icon-circle-arrow-w::before {
    content: "\f137"; }
  body .timeline-frame .ui-icon.ui-icon-circle-arrow-e::before {
    content: "\f138"; }
body .ui-tree .ui-treenode.ui-treenode-leaf[data-nodetype="addNode"] .ui-treenode-leaf-icon {
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  color: #9fd037; }
  body .ui-tree .ui-treenode.ui-treenode-leaf[data-nodetype="addNode"] .ui-treenode-leaf-icon:before {
    content: ""; }
body .ui-tree .ui-treenode.ui-treenode-leaf[data-nodetype="addNode"] .ui-treenode-label {
  color: #9fd037;
  font-style: italic; }
  body .ui-tree .ui-treenode.ui-treenode-leaf[data-nodetype="addNode"] .ui-treenode-label.ui-state-highlight {
    color: #ffffff; }
body .ui-tree .ui-treenode.ui-treenode-leaf:not([data-nodetype="addNode"]) .ui-treenode-leaf-icon:empty {
  display: none; }

body .ui-tooltip.ui-shadow {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  border: none;
  padding: 3px 10px;
  background-color: #2d353c;
  color: #fff; }
body .ui-notification-box {
  font-family: "Open Sans","Helvetica Neue",sans-serif;
  font-size: 9px;
  color: #ffffff;
  background-color: gray;
  height: 15px;
  min-width: 15px;
  border-radius: 15px;
  position: absolute;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  right: -2px;
  padding: 0; }
  body .ui-notification-box:before {
    position: relative;
    margin-top: 3px; }
  body .ui-notification-box.ui-notification-box-lg {
    right: -8px;
    top: -8px;
    font-size: 14px;
    font-weight: 600;
    height: 22px;
    min-width: 22px;
    line-height: 20px;
    border-radius: 24px;
    padding: 2px; }
  body .ui-notification-box.ui-notification-box-for-comments {
    right: auto !important;
    left: 0px;
    padding: 0 3px;
    /*display: inline-table;*/ }
  body .ui-notification-box.ui-notification-box-pos-bottom {
    bottom: 0px !important;
    top: inherit !important; }
  body .ui-notification-box.ui-notification-box-pos-top {
    bottom: inherit !important;
    top: 0px !important; }
  body .ui-notification-box.ui-notification-box-pos-right {
    right: -8px !important;
    left: inherit !important; }
  body .ui-notification-box.ui-notification-box-pos-left {
    right: inherit !important;
    left: 0px !important; }
body .ui-tabs .ui-tabs-nav li {
  background-color: #525264; }
  body .ui-tabs .ui-tabs-nav li .ui-notification-box {
    top: -15px;
    right: -12px; }
    body .ui-tabs .ui-tabs-nav li .ui-notification-box.ui-notification-box-lg {
      top: -22px;
      right: -12px; }
  body .ui-tabs .ui-tabs-nav li[aria-selected="false"] .ui-notification-box {
    background-color: #a8acb1 !important; }
    body .ui-tabs .ui-tabs-nav li[aria-selected="false"] .ui-notification-box.red-bg {
      background-color: #f7a9a9 !important; }
    body .ui-tabs .ui-tabs-nav li[aria-selected="false"] .ui-notification-box.blue-bg {
      background-color: #a0ddfc !important; }
  body .ui-tabs .ui-tabs-nav li.ui-state-active .ui-notification-box {
    background-color: #f06364; }
  body .ui-tabs .ui-tabs-nav li.ui-state-active.ui-search-result {
    background-color: #3ebaf8; }
body .ui-overlaypanel .ui-overlaypanel-close.ui-state-hover {
  color: #FFB442; }
body .ui-overlaypanel .ui-overlaypanel-close span {
  margin-top: -2px;
  margin-left: -1px; }
  body .ui-overlaypanel .ui-overlaypanel-close span.ui-icon {
    width: 18px;
    height: 18px;
    line-height: 18px; }

body .ui-fieldset {
  padding: 0 0 8px 0; }
  body .ui-fieldset .ui-fieldset-legend {
    color: #cfcfd9;
    background-color: #3b3b48; }
body .ui-accordion .ui-accordion-header.ui-state-active {
  background-color: #FFB442; }
body .ui-accordion .ui-accordion-header.ui-tabs-outline.ui-state-active {
  background-color: #ffbe5c; }
body .ui-accordion .ui-accordion-content {
  padding: 8px 14px; }
body .ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-state-active, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li.ui-state-active, body .ui-tabs.ui-tabs-left .ui-tabs-nav li.ui-state-active, body .ui-tabs.ui-tabs-right .ui-tabs-nav li.ui-state-active {
  background-color: #FFB442; }
  body .ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-state-active.ui-tabs-outline, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li.ui-state-active.ui-tabs-outline, body .ui-tabs.ui-tabs-left .ui-tabs-nav li.ui-state-active.ui-tabs-outline, body .ui-tabs.ui-tabs-right .ui-tabs-nav li.ui-state-active.ui-tabs-outline {
    background-color: #ffbe5c; }

body .ui-inputfield.ui-state-focus {
  border: 1px solid #FFB442; }
body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
  left: 2px;
  color: #FFB442 !important; }
body .ui-chkbox {
  width: auto; }
  body .ui-chkbox .ui-chkbox-box.ui-state-active {
    border: 1px solid #FFB442 !important;
    background-color: #FFB442 !important;
    color: #ffffff; }
  body .ui-chkbox .ui-chkbox-box.ui-state-focus {
    border: 1px solid #FFB442 !important; }
body .ui-slider.ui-state-disabled .ui-slider-handle {
  background-color: #a8acb1; }
body .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container {
  padding: 3px; }
  body .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token {
    margin: 1px; }
body .ui-button {
  color: #ffffff;
  background-color: #FFB442; }
  body .ui-button.ui-state-focus {
    background-color: #ffaa29; }
  body .ui-button.ui-state-active {
    background-color: #ffa00f; }
  body .ui-button.ui-state-hover {
    background-color: #ffaa29; }
  body .ui-button.save-btn {
    background-color: #FFB442; }
    body .ui-button.save-btn.ui-state-hover {
      background-color: #ffaa29; }
    body .ui-button.save-btn.ui-state-focus {
      background-color: #ffaa29; }
    body .ui-button.save-btn.ui-state-active {
      background-color: #ffa00f; }
  body .ui-button.cancel-btn, body .ui-button.action-btn {
    background-color: #3EBAF8; }
    body .ui-button.cancel-btn.ui-state-hover, body .ui-button.action-btn.ui-state-hover {
      background-color: #25b1f7; }
    body .ui-button.cancel-btn.ui-state-focus, body .ui-button.action-btn.ui-state-focus {
      background-color: #25b1f7; }
    body .ui-button.cancel-btn.ui-state-active, body .ui-button.action-btn.ui-state-active {
      background-color: #0da8f6; }
  body .ui-button.red-btn {
    background-color: #f06364; }
    body .ui-button.red-btn.ui-state-hover {
      background-color: #ee4c4d; }
    body .ui-button.red-btn.ui-state-focus {
      background-color: #ee4c4d; }
    body .ui-button.red-btn.ui-state-active {
      background-color: #ec3436; }
body .ui-rating .ui-rating-cancel {
  float: none;
  display: inline-block; }
  body .ui-rating .ui-rating-cancel a {
    background: none !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    text-align: center;
    display: block;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 20px;
    height: 20px;
    width: 20px;
    color: #a8acb1; }
    body .ui-rating .ui-rating-cancel a:before {
      content: ""; }
    body .ui-rating .ui-rating-cancel a:hover {
      color: #b5b9bd; }
body .ui-rating.ui-rating-deactivated .ui-rating-star a {
  color: #a8acb1; }
body .ui-selectonemenu {
  border: 1px solid #c2bebe; }
  body .ui-selectonemenu.ui-state-focus {
    border: 1px solid #FFB442; }
    body .ui-selectonemenu.ui-state-focus .ui-selectonemenu-trigger .ui-icon-triangle-1-s {
      color: #FFB442; }
body .ui-buttonset .ui-button {
  background-color: #c2bebe; }
  body .ui-buttonset .ui-button.ui-state-focus {
    border: 1px solid #FFB442; }
  body .ui-buttonset .ui-button.ui-state-active {
    background-color: #FFB442;
    color: #ffffff;
    border-right-color: #FFB442; }
    body .ui-buttonset .ui-button.ui-state-active.ui-state-focus {
      background-color: #FFB442; }
body .ui-selectcheckboxmenu.ui-state-focus {
  border: 1px solid #FFB442; }
  body .ui-selectcheckboxmenu.ui-state-focus .ui-selectonemenu-trigger .ui-icon-triangle-1-s {
    color: #FFB442; }
body .ui-selectbooleanbutton.ui-state-focus:not(.ui-state-active) {
  border-color: #FFB442;
  color: #ffffff; }

body .ui-selectonemenu-trigger.ui-state-default.ui-state-error {
  border: none; }
body .ui-radiobutton-box.ui-state-default.ui-state-error {
  border: 1px solid #e13131 !important; }
body .ui-fileupload.ui-state-error {
  border: 1px solid #e13131 !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  body .ui-fileupload.ui-state-error > .ui-corner-top {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
body .ui-cell-editor-input .ui-inputfield.ui-state-error {
  background-color: #f0d1d0; }
body .ui-state-active, body .ui-state-highlight {
  background-color: #FFB442;
  color: #ffffff; }

.ui-icon-undo {
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center; }
  .ui-icon-undo:before {
    content: ""; }

@keyframes blink {
  50% {
    background-color: #f9f9f9; } }
.turquoise-bg {
  background-color: #00acac !important; }

.blue-bg {
  background-color: #3ebaf8 !important; }

.orange-bg {
  background-color: #f6a933 !important; }

.purple-bg {
  background-color: #985edb !important; }

.pink-bg {
  background-color: #f18983 !important; }

.lightBlue-bg {
  background-color: #63c9f1 !important; }

.green-bg {
  background-color: #9fd037 !important; }

.deepPurple-bg {
  background-color: #7e57c2 !important; }

.black-bg {
  background-color: #525262 !important; }

.red-bg {
  background-color: #f06364 !important; }

.gray-bg {
  background-color: #a8acb1 !important; }

.darkGray-bg {
  background-color: #3b3b48 !important; }

.white-bg {
  background-color: #ffffff !important; }

.lightRed-bg {
  background-color: #ef9292 !important; }

.lightGreen-bg {
  background-color: #dffca1 !important; }

.lightOrange-bg {
  background-color: #fff0d9 !important; }

.silver-bg {
  background-color: #c0c0c0 !important; }

.turquoise {
  color: #00acac; }

.blue {
  color: #3ebaf8; }

.orange {
  color: #f6a933; }

.purple {
  color: #985edb; }

.pink {
  color: #f18983; }

.lightBlue {
  color: #63c9f1; }

.green {
  color: #9fd037; }

.deepPurple {
  color: #7e57c2; }

.black {
  color: #525262; }

.red {
  color: #f06364; }

.gray {
  color: #a8acb1; }

.darkGray {
  color: #3b3b48; }

.white {
  color: #ffffff; }

.lightRed {
  color: #ef9292; }

.lightGreen {
  color: #dffca1; }

.lightOrange {
  color: #fff0d9; }

.darkBlue {
  color: darkblue; }

.bronze {
  color: #cd7f32; }

.silver {
  color: #c0c0c0; }

.gold {
  color: #d4af37; }

.media-container {
  height: 45px;
  line-height: 40px;
  border: 2px solid #525262;
  width: 65px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer; }
  .media-container .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #a8acb1; }
  .media-container .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 10px;
    color: #a8acb1; }

.media-overlay-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .media-overlay-panel .ui-overlaypanel-content > * {
    max-width: 640px;
    max-height: 264px; }
  .media-overlay-panel .ui-overlay-hidden .vjs-big-play-button {
    display: none; }

.video-js .vjs-big-play-button {
  transition: none !important;
  top: calc(50% - 0.75em) !important;
  left: calc(50% - 1.5em) !important; }

.timeline-frame .ui-icon {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  text-indent: 0; }
  .timeline-frame .ui-icon.ui-icon-circle-zoomin::before {
    content: "\f00e"; }
  .timeline-frame .ui-icon.ui-icon-circle-zoomout::before {
    content: "\f010"; }
  .timeline-frame .ui-icon.ui-icon-circle-arrow-w::before {
    content: "\f137"; }
  .timeline-frame .ui-icon.ui-icon-circle-arrow-e::before {
    content: "\f138"; }

.fc .fc-month-view .fc-time {
  display: none; }

.fc .fc-event.fc-event, .fc .timeline-event-box.fc-event, .timeline-frame .fc-event.fc-event, .timeline-frame .timeline-event-box.fc-event {
  border-color: #3ebaf8;
  background-color: #3ebaf8;
  color: #525262;
  font-size: 14px; }
.fc .fc-event.fc-pending, .fc .timeline-event-box.fc-pending, .timeline-frame .fc-event.fc-pending, .timeline-frame .timeline-event-box.fc-pending {
  border-color: #f6a933;
  background-color: #f6a933;
  color: #525262; }
.fc .fc-event.fc-finished, .fc .timeline-event-box.fc-finished, .timeline-frame .fc-event.fc-finished, .timeline-frame .timeline-event-box.fc-finished {
  border-color: #9fd037;
  background-color: #9fd037;
  color: #525262; }
.fc .fc-event.fc-overdue, .fc .timeline-event-box.fc-overdue, .timeline-frame .fc-event.fc-overdue, .timeline-frame .timeline-event-box.fc-overdue {
  border-color: #f06364;
  background-color: #f06364;
  color: #525262; }

.small-button {
  background: #525264;
  color: #ffffff;
  border-radius: 3px;
  padding: 1px 4px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
  cursor: default; }
  .small-button:not([class*="no-hover"]) {
    cursor: pointer; }
  .small-button:not([class*="no-hover"]):hover {
    color: #ffbe5c; }
  .small-button .fa {
    margin-right: 4px; }
    .small-button .fa:not([class*="fa-"]) {
      display: none; }
  .small-button.orange-bg:hover {
    color: #3b3b48; }

body .shadow-effect {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(43, 59, 93, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(43, 59, 93, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(43, 59, 93, 0.2); }
body .text-nowrap {
  white-space: nowrap !important; }
body .ui-dialog.ui-widget-content {
  border: none; }
body .ui-confirm-dialog .ui-dialog-buttonpane .ui-confirmdialog-no {
  background-color: #f06364; }
body .iconColumn .ui-commandlink {
  margin: 0px 2px; }
body .ui-datatable table > thead > tr > th.iconColumn {
  white-space: nowrap;
  min-width: 25px; }
body .ui-datatable table > tbody > tr > td {
  vertical-align: top; }
  body .ui-datatable table > tbody > tr > td.iconColumn {
    white-space: nowrap;
    min-width: 1%;
    padding: 2px 12px 0px; }
body .ui-datatable .ui-datatable-header .ui-outputpanel .ui-inputswitch {
  height: 24px !important;
  width: 64px !important;
  vertical-align: middle;
  margin: 3px 5px; }
body .ui-treetable tbody td {
  white-space: normal;
  vertical-align: top; }
body .ui-paginator .ui-paginator-rpp-options {
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  */
  outline: none;
  color: #2d353c !important;
  padding: 1px 0px;
  font-size: inherit !important;
  background-color: #f5f5f5;
  border: solid 0px transparent;
  border-radius: 2px; }
body .ui-selectonemenu {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
body .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  cursor: no-drop !important; }
body .ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label,
body .ui-selectonemenu.ui-state-disabled .ui-selectonemenu-trigge {
  opacity: .35;
  filter: Alpha(Opacity=35);
  cursor: no-drop !important; }
body .ui-inputfield {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #2d353c; }
  body .ui-inputfield.ui-state-disabled.ui-state-hover {
    border-color: #c2bebe; }
body .ui-selectonemenu-trigger {
  color: #2d353c; }
body .ui-toolbar-group-left .ui-inputtext + .ui-inplace-editor {
  padding-top: 0; }
body .ui-fluid .ui-inputtext {
  width: 100%; }
body .ui-fluid .ui-button {
  width: 100%; }
body .ui-fluid label.ui-outputlabel {
  text-align: right;
  display: inherit;
  padding-top: 6px; }
body .ui-fluid .FormGrid .ui-panelgrid-cell {
  padding: 4px 0px; }
body .ui-fluid .ui-panel .ui-datalist .ui-datalist-content .ui-datalist-data {
  padding: 10px;
  margin: 0; }
body .iconColumn i.fs12 {
  font-size: 10px !important; }
body .iconColumn i.fs25 {
  font-size: 21px !important; }
body .iconColumn .fa-stack i.fa-stack-1x.fs12 {
  margin-top: -2px; }
body .square, body .square-red, body .square-green, body .square-orange, body .square-blue, body .square-black, body .square-gray {
  min-width: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  white-space: nowrap;
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
  color: #525262;
  line-height: 14px;
  cursor: default;
  border-radius: 2px;
  margin: 4px 8px; }
body .square-animation {
  -webkit-animation: blink 2s infinite;
  /* Safari 4+ */
  -moz-animation: blink 2s infinite;
  /* Fx 5+ */
  -o-animation: blink 2s infinite;
  /* Opera 12+ */
  animation: blink 2s infinite;
  /* IE 10+, Fx 29+ */ }
body .square-xl {
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 4px; }
body .square-red {
  background-color: #f06364; }
body .square-green {
  background-color: #9fd037; }
body .square-orange {
  background-color: #f6a933; }
body .square-blue {
  background-color: #3ebaf8; }
body .square-black {
  background-color: #525262;
  color: #ffffff; }
body .square-gray {
  background-color: #a8acb1; }
body .ui-chkbox.invertChkbox .ui-chkbox-box.ui-state-active {
  border: 1px solid #f06364;
  background-color: #f06364;
  color: #ffffff; }
body .ui-chkbox.invertChkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check::before {
  content: "\f00d"; }
body .ui-tree .ui-treenode.selected-node .ui-treenode-label {
  background-color: #FFB442;
  color: #ffffff; }
body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-icon {
  margin-right: 4px; }
  body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-icon.ui-icon.fa {
    width: 16px; }
body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label {
  padding: 5px 5px; }
body .ui-widget-overlay {
  z-index: 1000 !important; }
body .mediaContainer + .ui-inplace {
  width: calc(100% - 80px); }
body .informationBox .informationContainer {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }

.card::after {
  clear: both;
  content: "";
  display: table;
  border-collapse: collapse; }

.layout-wrapper .layout-menu li ul {
  padding: 0 0 0 15px; }
.layout-wrapper .layout-menu li a i:first-child {
  margin-right: 6px; }
.layout-wrapper .layout-menu .Separator {
  border: 1px solid #a8acb1; }
.layout-wrapper .topbar .topbar-right .scaleBtn:hover {
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important; }
.layout-wrapper #right-sidebar-button-open {
  width: auto; }
  .layout-wrapper #right-sidebar-button-open .right-sidebar-button-text {
    font-size: 14px;
    margin-right: 5px;
    line-height: 24px;
    vertical-align: bottom; }

.dashboard {
  width: 100%;
  display: block !important; }
  .dashboard .overview-box.overview-box-1 {
    background-color: #9fd037; }
  .dashboard .overview-box.overview-box-2 {
    background-color: #3ebaf8; }
  .dashboard .overview-box.overview-box-3 {
    background-color: #985edb; }
  .dashboard .overview-box.overview-box-4 {
    background-color: #f6a933; }

.layout-wrapper .right-sidebar .contact-list li a .project-logo {
  width: 55px;
  height: 40px;
  background-color: #fff;
  padding: 2px;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  display: table-cell; }
  .layout-wrapper .right-sidebar .contact-list li a .project-logo img {
    max-width: 60px;
    max-height: 45px; }
.layout-wrapper .right-sidebar .contact-list li a .duration {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 12px;
  color: #647585; }

.ui-radiobutton-icon {
  margin-left: 0px; }

.ui-lightbox-content-wrapper .ui-lightbox-nav-right {
  visibility: hidden !important; }
.ui-lightbox-content-wrapper .ui-lightbox-nav-left {
  visibility: hidden !important; }

@media (min-width: 1025px) {
  .layout-wrapper .topbar-items > li.profile-item .profile-initials {
    width: 36px;
    height: 36px;
    background-color: #525262;
    border-radius: 50%;
    font-size: 16px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff; }

  .notification-menu {
    width: 400px !important;
    max-height: calc(100vh - 95px);
    overflow-y: auto; } }
@media (max-width: 1024px) {
  .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item .profile-initials {
    width: 24px;
    height: 24px;
    background-color: #4c6093;
    border-radius: 50%;
    font-size: 11px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff; } }
@media (min-width: 641px) {
  .login-body {
    background: url("/BALREPO/javax.faces.resource/brands/default/login-background.png.xhtml?ln=bal-layout") top left no-repeat;
    background-size: cover; }

  body .ui-datatable table > thead > tr > th, body .ui-treetable table > thead > tr > th {
    vertical-align: top;
    padding: 5px; }
    body .ui-datatable table > thead > tr > th .ui-column-filter, body .ui-treetable table > thead > tr > th .ui-column-filter {
      width: 100%; }
    body .ui-datatable table > thead > tr > th .ui-column-customfilter .ui-selectonemenu, body .ui-treetable table > thead > tr > th .ui-column-customfilter .ui-selectonemenu {
      width: 100%; }
    body .ui-datatable table > thead > tr > th.headerLeftAlign, body .ui-treetable table > thead > tr > th.headerLeftAlign {
      text-align: left !important; }
    body .ui-datatable table > thead > tr > th.headerCenterAlign, body .ui-treetable table > thead > tr > th.headerCenterAlign {
      text-align: center !important; }
    body .ui-datatable table > thead > tr > th.headerRightAlign, body .ui-treetable table > thead > tr > th.headerRightAlign {
      text-align: rigth !important; }
    body .ui-datatable table > thead > tr > th.headerNoWrap, body .ui-treetable table > thead > tr > th.headerNoWrap {
      white-space: nowrap !important; }
    body .ui-datatable table > thead > tr > th.iconColumn, body .ui-treetable table > thead > tr > th.iconColumn {
      text-align: center;
      vertical-align: middle; }
    body .ui-datatable table > thead > tr > th[class*="col-"], body .ui-treetable table > thead > tr > th[class*="col-"] {
      position: static;
      display: table-cell;
      float: none; }
    body .ui-datatable table > thead > tr > th.fixed-column, body .ui-treetable table > thead > tr > th.fixed-column {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%; }
  body .ui-datatable table tbody tr td[class*="col-"], body .ui-treetable table tbody tr td[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }
  body .ui-datatable table tbody tr tdfixed-column, body .ui-treetable table tbody tr tdfixed-column {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%; }

  .layout-wrapper .topbar .topbar-right #menu-button i {
    display: none; }
  .layout-wrapper .topbar .topbar-right #menu-button #hamburger-menu {
    margin-top: 2px;
    width: 36px;
    height: 36px;
    background-color: #FFB442;
    border-radius: 50%;
    display: inline-block; }
    .layout-wrapper .topbar .topbar-right #menu-button #hamburger-menu .ButtonLine {
      width: 20px;
      height: 2px;
      background-color: #ffffff;
      display: block;
      margin-left: auto;
      margin-right: auto;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
    .layout-wrapper .topbar .topbar-right #menu-button #hamburger-menu #ButtonLine1 {
      margin-top: 12px; }
    .layout-wrapper .topbar .topbar-right #menu-button #hamburger-menu #ButtonLine2 {
      margin-top: 3px; }
    .layout-wrapper .topbar .topbar-right #menu-button #hamburger-menu #ButtonLine3 {
      margin-top: 3px; }
  .layout-wrapper .topbar .topbar-right #menu-button.menu-button-rotate #hamburger-menu {
    background-color: #f06364 !important;
    color: #ffffff; }
    .layout-wrapper .topbar .topbar-right #menu-button.menu-button-rotate #hamburger-menu #ButtonLine1 {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: 17px; }
    .layout-wrapper .topbar .topbar-right #menu-button.menu-button-rotate #hamburger-menu #ButtonLine2 {
      opacity: 0; }
    .layout-wrapper .topbar .topbar-right #menu-button.menu-button-rotate #hamburger-menu #ButtonLine3 {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: -7px; } }
@media (max-width: 640px) {
  body .ui-datatable.ui-datatable-reflow {
    text-align: center; }
    body .ui-datatable.ui-datatable-reflow .ui-reflow-label:after {
      content: ":"; }
    body .ui-datatable.ui-datatable-reflow .ui-reflow-dropdown {
      outline: none;
      color: #2d353c !important;
      padding: 5px;
      font-size: 14px !important;
      background-color: #f5f5f5;
      border: 1px solid #dce2e7;
      border-radius: 2px; }
    body .ui-datatable.ui-datatable-reflow .ui-datatable-data tr td {
      padding: 2px 12px; }
      body .ui-datatable.ui-datatable-reflow .ui-datatable-data tr td.iconColumn[role="gridcell"] .ui-column-title {
        display: none; }

  .layout-wrapper .topbar .topbar-right #menu-button:hover {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .layout-wrapper .topbar .topbar-right #menu-button.menu-button-rotate i {
    /*color: $red;*/ }
    .layout-wrapper .topbar .topbar-right #menu-button.menu-button-rotate i.fa-bars::before {
      content: "\f00d";
      content: "\f053"; }
  .layout-wrapper .topbar .topbar-right #menu-button i {
    display: inline; }
  .layout-wrapper .topbar .topbar-right #menu-button #hamburger-menu {
    display: none; } }
