@charset "UTF-8";
/* 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("/BAL_Event/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("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-300.eot.xhtml?ln=poseidon-layout?#iefix") format("embedded-opentype"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-300.woff2.xhtml?ln=poseidon-layout") format("woff2"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-300.woff.xhtml?ln=poseidon-layout") format("woff"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-300.ttf.xhtml?ln=poseidon-layout") format("truetype"), url("/BAL_Event/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("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-regular.eot.xhtml?ln=poseidon-layout"); /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-regular.eot.xhtml?ln=poseidon-layout#iefix") format("embedded-opentype"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-regular.woff2.xhtml?ln=poseidon-layout") format("woff2"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-regular.woff.xhtml?ln=poseidon-layout") format("woff"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-regular.ttf.xhtml?ln=poseidon-layout") format("truetype"), url("/BAL_Event/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("/BAL_Event/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("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-700.eot.xhtml?ln=poseidon-layout#iefix") format("embedded-opentype"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-700.woff2.xhtml?ln=poseidon-layout") format("woff2"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-700.woff.xhtml?ln=poseidon-layout") format("woff"), url("/BAL_Event/javax.faces.resource/fonts/open-sans-v13-latin-700.ttf.xhtml?ln=poseidon-layout") format("truetype"), url("/BAL_Event/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-box {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.card-box.card-w-title {
  padding-bottom: 32px;
}
.card-box h1 {
  font-size: 24px;
  font-weight: 400;
  margin: 24px 0;
}
.card-box h1:first-child {
  margin-top: 16px;
}
.card-box h2 {
  font-size: 22px;
  font-weight: 400;
}
.card-box h3 {
  font-size: 20px;
  font-weight: 400;
}
.card-box 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-box {
  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("/BAL_Event/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("/BAL_Event/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("/BAL_Event/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("/BAL_Event/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("/BAL_Event/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("/BAL_Event/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;
  margin-right: 10px;
  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("/BAL_Event/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("/BAL_Event/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);
}

.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("/BAL_Event/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("/BAL_Event/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("/BAL_Event/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("/BAL_Event/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("/BAL_Event/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("/BAL_Event/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%;
  }
}
body .ui-fluid label.ui-outputlabel {
  padding-top: 5px;
}

.header-background {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23377ECD' stroke-width='0.6' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(35.1) translate(-971.51 -728.63)'%3E%3Cuse fill='%234182ce' href='%23s' y='2'/%3E%3Cuse fill='%234182ce' href='%23s' x='1' y='2'/%3E%3Cuse fill='%234a86cf' href='%23s' x='2' y='2'/%3E%3Cuse fill='%234a86cf' href='%23s'/%3E%3Cuse fill='%235289d0' href='%23s' x='2'/%3E%3Cuse fill='%235289d0' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(35.1) translate(-971.51 -728.63)'%3E%3Cg fill='%23598dd1'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(35.1) translate(-971.51 -728.63)'%3E%3Cg fill='%23598dd1'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(35.1) translate(-971.51 -728.63)'%3E%3Cg fill='%236090d3'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(35.1) translate(-971.51 -728.63)'%3E%3Cg fill='%23377ECD'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%236694d4'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(35.1) translate(-971.51 -728.63)'%3E%3Cg fill='%23E0F1FF'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(35.1) translate(-971.51 -728.63)'%3E%3Cg fill='%23E0F1FF'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(35.1) translate(-971.51 -728.63)'%3E%3Cg fill='%23E0F1FF'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  /*background-attachment: fixed;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*    background: #56CCF2;   fallback for old browsers 
      background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);   Chrome 10-25, Safari 5.1-6 
      background: linear-gradient(to right, #2F80ED, #56CCF2);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.event-logo {
  padding: 0 1rem 1rem;
}
.event-logo img {
  height: auto;
  width: auto;
  max-height: 100px;
  max-width: 500px;
  display: block;
}

.logo-thumbnail {
  border: 1px solid #dce2e7;
  border-radius: 2px;
  padding: 5px;
}
.logo-thumbnail img {
  height: auto;
  width: auto;
  max-height: 80px;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  border: 2px dashed #dce2e7;
}

.icon-shadow {
  text-shadow: 0px 0px 4px rgb(255, 255, 255);
}

.background-thumbnail {
  border: 1px solid #dce2e7;
  border-radius: 2px;
  padding: 5px;
}
.background-thumbnail img {
  height: 500px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border: 2px dashed #dce2e7;
}

.file-type-icon {
  font-size: 50px;
  height: 50px;
  width: 50px;
  color: #FFC107;
}
.file-type-icon + .file-protected-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  color: #f06364;
  position: absolute;
  /*bottom: 18px;*/
  top: 32px;
  right: 0px;
}

.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;
}
.layout-wrapper .topbar .topbar-right {
  padding: 15px 35px 5px 20px;
}

.LoadingStatusBox {
  width: 64px;
  height: 64px;
}

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

.landing-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.landing-page header {
  flex: 0 0 auto;
  height: 350px;
  position: relative;
  background-color: #377ecd;
}
.landing-page header .event-title {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-family: var(--bs-font-sans-serif);
  font-weight: 600;
  color: #fff;
}
.landing-page header .particle-background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.landing-page main {
  flex: 1;
}
.landing-page .file-type-icon {
  color: var(--highlight-color);
}
.landing-page a {
  color: var(--primary-color);
}
.landing-page a:hover {
  color: var(--highlight-color);
}
.landing-page .ui-state-active, .landing-page .ui-state-highlight {
  background-color: var(--primary-color);
  color: var(--inverted-text-color);
}
.landing-page .ui-chkbox .ui-chkbox-box.ui-state-active {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--inverted-text-color);
}
.landing-page .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-radiobutton-icon {
  color: var(--primary-color);
}
.landing-page .ui-selectonemenu.ui-state-focus {
  border: 1px solid var(--primary-color);
}
.landing-page .ui-selectonemenu.ui-state-focus .ui-selectonemenu-trigger .ui-icon-triangle-1-s {
  color: var(--primary-color);
}
.landing-page .ui-inputfield.ui-state-focus {
  border: 1px solid var(--primary-color);
}
.landing-page .ui-button {
  color: var(--inverted-text-color);
  background-color: var(--primary-color);
}
.landing-page .ui-button.ui-state-hover, .landing-page .ui-button.ui-state-active, .landing-page .ui-button.ui-state-focus {
  background-color: var(--primary-color);
}
.landing-page .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon.ui-state-hover {
  color: var(--primary-color);
}

.hangouts .hangout {
  height: 100%;
}
.hangouts .hangout .hangout-info {
  height: 20px;
}
.hangouts .hangout .hangout-header {
  height: 100px;
  position: relative;
}
.hangouts .hangout .hangout-header .header-background {
  background-color: #378EEE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='333.3' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.05'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
}
.hangouts .hangout .hangout-header .header-background.hangout-header-background {
  background-repeat: repeat;
  background-size: contain;
}
.hangouts .hangout .hangout-body {
  width: 100%;
}
.hangouts .hangout-flex {
  display: flex;
  align-items: center;
}

.sortable-list {
  width: 100%;
  display: block;
  background: #aaa;
}

.sortable-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

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 .ui-badge {
  background: #007ad9;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body .ui-badge.ui-badge-dot {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  padding: 0;
}
body .ui-badge.ui-badge-success {
  background: #34A835;
  color: #ffffff;
}
body .ui-badge.ui-badge-danger {
  background: #e91224;
  color: #ffffff;
}
body .ui-tag {
  background: #9fd037;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body .ui-tag .ui-tag-value {
  line-height: 1.5;
}
body .ui-tag.ui-tag-success {
  background: #689F38;
  color: #ffffff;
}
body .ui-tag.ui-tag-info {
  background: #0288D1;
  color: #ffffff;
}
body .ui-tag.ui-tag-warning {
  background: #FBC02D;
  color: #212529;
}
body .ui-tag.ui-tag-danger {
  background: #D32F2F;
  color: #ffffff;
}
body .ui-timer {
  background-color: transparent;
  color: #2d353c;
  padding: 0;
}
body .ui-colorpicker {
  width: auto;
  display: inline-block;
}
body .ui-colorpicker .ui-button {
  background-color: rgba(0, 0, 0, 0.1);
}
body .ui-colorpicker .ui-button.ui-state-hover, body .ui-colorpicker .ui-button .ui-state-focus {
  background-color: rgba(0, 0, 0, 0.2);
}

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 td.col-badge {
  width: 8px;
  padding-top: 12px;
}
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-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: #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.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
body .ui-tree .ui-treenode .ui-treenode-content {
  display: flex;
}
body .ui-tree .ui-treenode .ui-treenode-content .ui-tree-toggler {
  /*padding: 7px 5px;*/
  align-self: center;
  margin-top: -4px;
}
body .ui-tree .ui-treenode .ui-treenode-content .ui-tree-toggler .ui-icon-triangle-1-s {
  margin-top: -12px;
}
body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label {
  flex-basis: 100%;
  padding: 2px 5px;
}
body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label.ui-state-highlight {
  color: inherit;
  background-color: #dce2e7;
}
body .ui-orderlist .ui-orderlist-list .ui-orderlist-item {
  padding: 2px 5px;
}
body .ui-orderlist .ui-orderlist-list .ui-orderlist-item.ui-state-highlight {
  color: inherit;
  background-color: #dce2e7;
}
body .ui-datalist .ui-datalist-content .ui-datalist-data .ui-datalist-item {
  padding: 2px 5px;
}

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-fluid label.ui-outputlabel {
  text-align: left;
}
body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
  left: 0;
  top: 0;
}
body .ui-chkbox {
  width: auto;
  height: auto;
  min-height: 20px;
}
body .ui-chkbox .ui-chkbox-label {
  display: inline;
}
body .ui-chkbox .ui-chkbox-box.ui-state-error {
  border-color: #e13131;
}
body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
  top: 0;
  left: 0;
}
body .ui-slider.ui-state-disabled .ui-slider-handle {
  background-color: #a8acb1;
}
body .ui-selectonemenu {
  min-width: 100% !important;
}

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-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}
body .ui-icon.mdi {
  text-indent: 0px !important;
}
body .ui-commandlink.ui-state-disabled .fa, body .ui-commandlink.ui-state-disabled .mdi {
  color: silver;
}

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

.ql-editor-viewer p,
.ql-editor-viewer ol,
.ql-editor-viewer ul,
.ql-editor-viewer pre,
.ql-editor-viewer blockquote,
.ql-editor-viewer h1,
.ql-editor-viewer h2,
.ql-editor-viewer h3,
.ql-editor-viewer h4,
.ql-editor-viewer h5,
.ql-editor-viewer h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor-viewer ol,
.ql-editor-viewer ul {
  padding-left: 1.5em;
}

.ql-editor-viewer ol > li,
.ql-editor-viewer ul > li {
  list-style-type: none;
}

.ql-editor-viewer ul > li::before {
  content: "•";
}

.ql-editor-viewer ul[data-checked=true],
.ql-editor-viewer ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor-viewer ul[data-checked=true] > li *,
.ql-editor-viewer ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor-viewer ul[data-checked=true] > li::before,
.ql-editor-viewer ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor-viewer ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor-viewer ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor-viewer li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor-viewer li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor-viewer li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor-viewer ol li:not(.ql-direction-rtl),
.ql-editor-viewer ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor-viewer ol li.ql-direction-rtl,
.ql-editor-viewer ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor-viewer ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor-viewer ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor-viewer ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor-viewer ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor-viewer ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor-viewer ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor-viewer ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor-viewer ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor-viewer ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor-viewer ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor-viewer ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor-viewer ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor-viewer ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor-viewer ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor-viewer ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor-viewer ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor-viewer ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor-viewer ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor-viewer ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor-viewer ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor-viewer ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor-viewer ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor-viewer ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor-viewer ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor-viewer ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor-viewer ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor-viewer ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor-viewer ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor-viewer .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor-viewer li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor-viewer .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor-viewer li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor-viewer .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor-viewer li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor-viewer .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor-viewer li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor-viewer .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor-viewer li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor-viewer .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor-viewer li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor-viewer .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor-viewer li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor-viewer .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor-viewer li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor-viewer .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor-viewer li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor-viewer .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor-viewer li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor-viewer .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor-viewer li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor-viewer .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor-viewer li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor-viewer .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor-viewer li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor-viewer .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor-viewer li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor-viewer .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor-viewer li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor-viewer .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor-viewer li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor-viewer .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor-viewer li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor-viewer .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor-viewer li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor-viewer .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor-viewer .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor-viewer .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor-viewer .ql-bg-black {
  background-color: #000;
}

.ql-editor-viewer .ql-bg-red {
  background-color: #e60000;
}

.ql-editor-viewer .ql-bg-orange {
  background-color: #f90;
}

.ql-editor-viewer .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor-viewer .ql-bg-green {
  background-color: #008a00;
}

.ql-editor-viewer .ql-bg-blue {
  background-color: #06c;
}

.ql-editor-viewer .ql-bg-purple {
  background-color: #93f;
}

.ql-editor-viewer .ql-color-white {
  color: #fff;
}

.ql-editor-viewer .ql-color-red {
  color: #e60000;
}

.ql-editor-viewer .ql-color-orange {
  color: #f90;
}

.ql-editor-viewer .ql-color-yellow {
  color: #ff0;
}

.ql-editor-viewer .ql-color-green {
  color: #008a00;
}

.ql-editor-viewer .ql-color-blue {
  color: #06c;
}

.ql-editor-viewer .ql-color-purple {
  color: #93f;
}

.ql-editor-viewer .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor-viewer .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor-viewer .ql-size-small {
  font-size: 0.75em;
}

.ql-editor-viewer .ql-size-large {
  font-size: 1.5em;
}

.ql-editor-viewer .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor-viewer .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor-viewer .ql-align-center {
  text-align: center;
}

.ql-editor-viewer .ql-align-justify {
  text-align: justify;
}

.ql-editor-viewer .ql-align-right {
  text-align: right;
}

.ql-editor-viewer pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-editor-viewer pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-editor-viewer code, .ql-editor-viewer pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

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

.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-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.85;
  filter: Alpha(Opacity=85);
  cursor: no-drop !important;
}
body .ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label,
body .ui-selectonemenu.ui-state-disabled .ui-selectonemenu-trigge {
  opacity: 0.85;
  filter: Alpha(Opacity=85);
  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 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-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-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: #9fd037;
  color: #ffffff;
}

.card-box::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: 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;
}

@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("/BAL_Event/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;
  }
}
.ql-picker.ql-placeholder {
  width: 118px;
}
.ql-picker.ql-placeholder > span.ql-picker-label:before {
  content: "Placeholders";
}
.ql-picker.ql-placeholder > span.ql-picker-options > span.ql-picker-item:before {
  content: attr(data-label);
}

.ql-snow .ql-picker {
  color: inherit;
}
