/* Color changed from #dce2e7 to #c2bebe */
/* Common */
/* Headers */
/* Contents */
/* Forms */
/* List Items */
/* Messages */
/* Horizontal Menu */
/* Predefined Colors */
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/BALPM4/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("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-300.eot.xhtml?ln=poseidon-layout?#iefix") format("embedded-opentype"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-300.woff2.xhtml?ln=poseidon-layout") format("woff2"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-300.woff.xhtml?ln=poseidon-layout") format("woff"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-300.ttf.xhtml?ln=poseidon-layout") format("truetype"), url("/BALPM4/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("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-regular.eot.xhtml?ln=poseidon-layout"); /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-regular.eot.xhtml?ln=poseidon-layout#iefix") format("embedded-opentype"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-regular.woff2.xhtml?ln=poseidon-layout") format("woff2"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-regular.woff.xhtml?ln=poseidon-layout") format("woff"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-regular.ttf.xhtml?ln=poseidon-layout") format("truetype"), url("/BALPM4/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("/BALPM4/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("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-700.eot.xhtml?ln=poseidon-layout#iefix") format("embedded-opentype"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-700.woff2.xhtml?ln=poseidon-layout") format("woff2"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-700.woff.xhtml?ln=poseidon-layout") format("woff"), url("/BALPM4/javax.faces.resource/fonts/open-sans-v13-latin-700.ttf.xhtml?ln=poseidon-layout") format("truetype"), url("/BALPM4/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;
}

.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;
}

.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;
}

.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: #f7cb00;
}
.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%;
}

.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("/BALPM4/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("/BALPM4/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("/BALPM4/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 0.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("/BALPM4/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("/BALPM4/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: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.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: #9fd037;
  text-decoration: none;
}
body a:hover {
  color: #a9d54c;
}

.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("/BALPM4/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: #9fd037;
  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;
}
.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 .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 #9fd037;
  -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: #9fd037;
}
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-left .logo {
  background-image: url("/BALPM4/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("/BALPM4/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: #9fd037;
}
.layout-wrapper .layout-menu li.active-menuitem > a i {
  color: #9fd037;
}
.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: #9fd037;
  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: 0.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 .layout-main .route-bar .right-sidebar .nano .nano-pane {
  right: auto;
  left: 0px;
}
.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);
}

.right-sidebar .nano {
  height: calc(100% - 40px);
}

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

@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: #9fd037;
    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: #9fd037;
  }
  .layout-wrapper .topbar-items > li.profile-item .profile-image {
    width: 36px;
    height: 36px;
    background: url("/BALPM4/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: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.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("/BALPM4/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("/BALPM4/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: #9fd037;
    background-color: #e8e8e8;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li.active-menuitem > a {
    background-color: #9fd037;
    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("/BALPM4/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: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.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: #9fd037;
    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("/BALPM4/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 {
    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("/BALPM4/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;
  }
}
/* Add your customizations of layout here */
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%;
  }
}
.locale {
  position: absolute;
  bottom: 0;
  margin-bottom: 3rem;
}
.locale ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.locale li {
  float: left;
}
.locale li:not(:last-child):after {
  content: "|";
  padding: 0 10px;
}

.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;
}

.calendarPattern {
  font-size: 10px;
  font-weight: 300;
  color: silver;
  display: block;
  text-align: right;
}

.layout-wrapper .right-sidebar .contact-list li .favorite-icon {
  top: 0 !important;
  position: absolute !important;
  display: inline !important;
  width: auto !important;
  background-color: transparent !important;
  padding: 0;
  margin: 9px;
  text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.5);
}
.layout-wrapper .right-sidebar .contact-list li .favorite-icon:hover {
  background-color: transparent !important;
}

@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;
  }
}
.dashboard .overview-box .overview-box-inlay {
  background-color: #ffffff;
  border-radius: 19px;
  height: 20px;
  font-size: 14px;
  padding: 5px 10px;
  vertical-align: middle;
  margin-top: -2px;
  position: relative;
  top: -3px;
  display: inline-block;
}

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;
}

@media (max-width: 1199px) {
  body .ui-paginator.ui-paginator-top .ui-paginator-top-left-content {
    float: none;
  }
}
@media (min-width: 1200px) {
  body .ui-paginator.ui-paginator-top .ui-paginator-top-left-content {
    position: absolute;
  }
}
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: #c7e38a;
  color: #2d353c;
  border-color: #b3da60;
}
body .ui-datatable .ui-datatable-data tr.ui-state-highlight, body .ui-datatable .ui-datatable-data tr.ui-row-editing {
  background-color: #d1e89e;
  color: #2d353c;
  border-color: #b3da60;
}
body .ui-datatable .addItems .ui-row-editor-pencil .ui-icon.ui-icon-pencil:before {
  content: "\f055";
}
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-ec-period, body .fc .timeline-event-box.fc-ec-period, body .timeline-frame .fc-event.fc-ec-period, body .timeline-frame .timeline-event-box.fc-ec-period {
  border-color: #3ebaf8;
  background-color: #3ebaf8;
  color: #525262;
}
body .fc .fc-event.fc-interrim-period, body .fc .timeline-event-box.fc-interrim-period, body .timeline-frame .fc-event.fc-interrim-period, body .timeline-frame .timeline-event-box.fc-interrim-period {
  border-color: #3ebaf8;
  background-color: #3ebaf8;
  color: #525262;
}
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: #f7cb00;
  background-color: #f7cb00;
  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-picklist .ui-picklist-list .ui-picklist-item.ui-state-disabled {
  opacity: 0.5;
  filter: Alpha(Opacity=5);
  background-image: 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-size: 9px;
  color: #ffffff;
  background-color: gray;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  position: absolute;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  right: -2px;
}
body .ui-notification-box:before {
  position: relative;
  margin-top: 3px;
}

body .ui-fieldset {
  padding: 0 0 8px 0;
}
body .ui-fieldset .ui-fieldset-legend {
  color: #cfcfd9;
  background-color: #3b3b48;
}

body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
  left: 2px;
}
body .ui-chkbox {
  width: auto;
}
body .ui-slider.ui-state-disabled .ui-slider-handle {
  background-color: #a8acb1;
}

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;
}

.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: "\f0e2";
}

@keyframes blink {
  50% {
    background-color: #f9f9f9;
  }
}
.turquoise-bg {
  background-color: #00acac;
}

.blue-bg {
  background-color: #3ebaf8;
}

.orange-bg {
  background-color: #f7cb00;
}

.purple-bg {
  background-color: #985edb;
}

.pink-bg {
  background-color: #f18983;
}

.lightBlue-bg {
  background-color: #63c9f1;
}

.green-bg {
  background-color: #9fd037;
}

.deepPurple-bg {
  background-color: #7e57c2;
}

.black-bg {
  background-color: #525262;
}

.red-bg {
  background-color: #f06364;
}

.gray-bg {
  background-color: #a8acb1 !important;
}

.white-bg {
  background-color: #ffffff;
}

.lightRed-bg {
  background-color: #ef9292;
}

.lightGreen-bg {
  background-color: #dffca1;
}

.lightOrange-bg {
  background-color: #f7ed80;
}

.textColor {
  color: #2d353c;
}

.tetxSecondaryColor {
  color: #647585;
}

.turquoise {
  color: #00acac;
}

.blue {
  color: #3ebaf8;
}

.orange {
  color: #f7cb00;
}

.purple {
  color: #985edb;
}

.pink {
  color: #f18983;
}

.lightBlue {
  color: #63c9f1;
}

.green {
  color: #9fd037;
}

.deepPurple {
  color: #7e57c2;
}

.black {
  color: #525262;
}

.red {
  color: #f06364;
}

.gray {
  color: #a8acb1;
}

.white {
  color: #ffffff;
}

.lightRed {
  color: #ef9292;
}

.lightGreen {
  color: #dffca1;
}

.lightOrange {
  color: #f7ed80;
}

.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-ec-period, .fc .timeline-event-box.fc-ec-period, .timeline-frame .fc-event.fc-ec-period, .timeline-frame .timeline-event-box.fc-ec-period {
  border-color: #3ebaf8;
  background-color: #3ebaf8;
  color: #525262;
}
.fc .fc-event.fc-interrim-period, .fc .timeline-event-box.fc-interrim-period, .timeline-frame .fc-event.fc-interrim-period, .timeline-frame .timeline-event-box.fc-interrim-period {
  border-color: #3ebaf8;
  background-color: #3ebaf8;
  color: #525262;
}
.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: #f7cb00;
  background-color: #f7cb00;
  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;
}

body .shadow-effect {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(43, 59, 93, 0.2);
  -moz-box-shadow: 0px 0px 5px 3px rgba(43, 59, 93, 0.2);
  box-shadow: 0px 0px 5px 3px 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: 0.5;
  filter: Alpha(Opacity=5);
  cursor: no-drop !important;
}
body .ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label,
body .ui-selectonemenu.ui-state-disabled .ui-selectonemenu-trigge {
  opacity: 0.5;
  filter: Alpha(Opacity=5);
  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-fluid .ui-inputtext {
  width: 100%;
}
body .ui-fluid .ui-button {
  width: 100%;
}
body .ui-fluid .ui-button-40 {
  width: 40% !important;
}
body .ui-fluid label.ui-outputlabel {
  text-align: right;
  display: inherit;
}
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 h1 .ui-selectonemenu label.ui-selectonemenu-label {
  font-size: 20px;
}
body h1 .ui-selectonemenu label.ui-selectonemenu-label span {
  display: none;
}
body h1 .ui-selectonemenu .ui-selectonemenu-trigger {
  width: 20px;
  font-size: 20px;
}
body h1 .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  width: 20px;
  height: 20px;
}
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-grey, body .square-black, body .square-blue, body .square-orange, body .square-green, body .square-red {
  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-red {
  background-color: #f06364;
}
body .square-green {
  background-color: #9fd037;
}
body .square-orange {
  background-color: #f7cb00;
}
body .square-blue {
  background-color: #3ebaf8;
}
body .square-black {
  background-color: #525262;
  color: #ffffff;
}
body .square-grey {
  background-color: #808080;
}
body .square-xl, body .square-xl-grey, body .square-xl-black, body .square-xl-blue, body .square-xl-orange, body .square-xl-green, body .square-xl-red {
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 4px;
}
body .square-xl-red {
  background-color: #f06364;
}
body .square-xl-green {
  background-color: #9fd037;
}
body .square-xl-orange {
  background-color: #f7cb00;
}
body .square-xl-blue {
  background-color: #3ebaf8;
}
body .square-xl-black {
  background-color: #525262;
  color: #ffffff;
}
body .square-xl-grey {
  background-color: #808080;
}
body .square-xxl, body .square-xxl-grey, body .square-xxl-black, body .square-xxl-blue, body .square-xxl-orange, body .square-xxl-green, body .square-xxl-red {
  width: 30.67px;
  height: 30.67px;
  font-size: 14px;
  line-height: 30.67px;
  border-radius: 6px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
body .square-xxl-red {
  background-color: #f06364;
}
body .square-xxl-green {
  background-color: #9fd037;
}
body .square-xxl-orange {
  background-color: #f7cb00;
}
body .square-xxl-blue {
  background-color: #3ebaf8;
}
body .square-xxl-black {
  background-color: #525262;
  color: #ffffff;
}
body .square-xxl-grey {
  background-color: #808080;
}
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 .ui-buttongroup .ui-button {
  margin: 0;
}
body .ui-buttongroup .ui-button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .ui-buttongroup .ui-button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .ui-buttongroup .ui-button:not(:last-of-type) {
  border-right: 0 none;
}
body .ui-buttongroup .ui-button:not(:last-of-type):not(:first-of-type) {
  border-radius: 0;
}
body .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  border: 1px solid #f06364;
  background-color: #f06364;
  color: #ffffff;
}
body .ui-chkbox .ui-chkbox-box.ui-state-disabled .ui-chkbox-icon {
  background: none !important;
  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;
}
body .ui-chkbox .ui-chkbox-box.ui-state-disabled .ui-chkbox-icon::before {
  content: "\f00d";
}
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.tree-container-max-heigh .ui-tree-container {
  height: calc(100vh - 400px);
}
body .ui-tree .ui-treenode.hide-node {
  visibility: hidden;
  display: none;
}
body .ui-tree .ui-treenode.selected-node .ui-treenode-label {
  background-color: #9fd037;
  color: #ffffff;
}
body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-icon.ui-icon {
  text-align: center;
}
body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-icon.ui-icon.fa {
  width: 20px;
}
body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label {
  padding: 5px 5px;
}

.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 .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: #f7cb00;
}

.layout-wrapper .right-sidebar .contact-list li a .project-logo {
  width: 50px;
  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: 55px;
  max-height: 45px;
}
.layout-wrapper .right-sidebar .contact-list li a .duration {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 11px;
  color: #647585;
}
.ui-radiobutton-icon {
  margin-left: 0px;
}

.facetDatalistHeaderPadding {
  margin: 0 0 1px 0;
  width: 100%;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 8px 14px;
}

.centerButton {
  display: flex;
  align-items: center;
  justify-content: center;
}

#linkSourcePanelId_content, #linkTargetPanelId_content {
  padding: 0 !important;
}

#linkList_content {
  border: 0px !important;
}

.NoBorder {
  border: none !important;
}

.Wid03 {
  width: 0.333%;
}

#linksTable\:deleteButton > span {
  display: inline !important;
}

@media (min-width: 1025px) {
  .layout-wrapper .topbar-items > li.profile-item .profile-initials {
    width: 36px;
    height: 36px;
    background-color: #2d353c;
    border-radius: 50%;
    font-size: 16px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
  }
}
@media (max-width: 1024px) {
  .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item .profile-initials {
    width: 24px;
    height: 24px;
    background-color: #2d353c;
    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("/BALPM4/javax.faces.resource/images/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: #9fd037;
    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;
  }
}
