@charset "UTF-8";
/* Compact */
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("/javax.faces.resource/fonts/roboto-v15-latin-300.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.woff.xhtml?ln=ultima-layout") format("woff"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/javax.faces.resource/fonts/roboto-v15-latin-300.svg.xhtml?ln=ultima-layout#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/javax.faces.resource/fonts/roboto-v15-latin-regular.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.woff.xhtml?ln=ultima-layout") format("woff"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/javax.faces.resource/fonts/roboto-v15-latin-regular.svg.xhtml?ln=ultima-layout#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("/javax.faces.resource/fonts/roboto-v15-latin-700.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.woff.xhtml?ln=ultima-layout") format("woff"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/javax.faces.resource/fonts/roboto-v15-latin-700.svg.xhtml?ln=ultima-layout#Roboto") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/javax.faces.resource/fonts/MaterialIcons-Regular.eot.xhtml?ln=ultima-layout");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/javax.faces.resource/fonts/MaterialIcons-Regular.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/javax.faces.resource/fonts/MaterialIcons-Regular.woff.xhtml?ln=ultima-layout") format("woff"), url("/javax.faces.resource/fonts/MaterialIcons-Regular.ttf.xhtml?ln=ultima-layout") format("truetype"); }
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 16px;
  margin-bottom: 16px;
  box-sizing: border-box; }
  .card.card-w-title {
    padding-bottom: 32px; }
  .card h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 24px 0; }
    .card h1:first-child {
      margin-top: 16px; }
  .card h2 {
    font-size: 22px;
    font-weight: 400; }
  .card h3 {
    font-size: 20px;
    font-weight: 400; }
  .card h4 {
    font-size: 18px;
    font-weight: 400; }

.nopad {
  padding: 0; }
  .nopad .ui-panel-content {
    padding: 0; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }
.ui-shadow-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.ui-shadow-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.ui-shadow-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.ui-g {
  -ms-flex-wrap: wrap; }
  .ui-g.form-group > div {
    padding: 12px 16px; }

.ui-panelgrid.form-group .ui-panelgrid-cell {
 /* padding: 12px 16px; */
 padding: 1px 1px;
 margin:auto;
  }

.ui-selectoneradio.form-group .ui-grid-row > div, .ui-selectmanycheckbox.form-group .ui-grid-row > div {
  padding: 8px 16px; }

.dashboard .overview {
  padding: 0 !important;
  min-height: 140px;
  position: relative;
  margin-bottom: 0px !important; }
  .dashboard .overview .overview-content {
    padding: 16px; }
    .dashboard .overview .overview-content .overview-title {
      font-size: 18px; }
    .dashboard .overview .overview-content .overview-badge {
      float: right;
      color: #757575; }
    .dashboard .overview .overview-content .overview-detail {
      display: block;
      font-size: 24px;
      margin-top: 5px; }
  .dashboard .overview .overview-footer {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .dashboard .overview .overview-footer img {
      display: block; }
.dashboard .colorbox {
  padding: 0 !important;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0px !important; }
  .dashboard .colorbox i {
    font-size: 48px;
    margin-top: 10px;
    color: #ffffff; }
  .dashboard .colorbox .colorbox-name {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    margin: 4px 0 10px 0;
    color: #ffffff; }
  .dashboard .colorbox .colorbox-count {
    color: #ffffff;
    font-size: 36px; }
  .dashboard .colorbox .colorbox-count {
    font-weight: bold; }
  .dashboard .colorbox.colorbox-1 div:first-child {
    background-color: #2E7D32; }
  .dashboard .colorbox.colorbox-1 div:last-child {
    background-color: #4CAF50; }
  .dashboard .colorbox.colorbox-2 div:first-child {
    background-color: #0277BD; }
  .dashboard .colorbox.colorbox-2 div:last-child {
    background-color: #03A9F4; }
  .dashboard .colorbox.colorbox-3 div:first-child {
    background-color: #4527A0; }
  .dashboard .colorbox.colorbox-3 div:last-child {
    background-color: #673AB7; }
  .dashboard .colorbox.colorbox-4 div:first-child {
    background-color: #00695C; }
  .dashboard .colorbox.colorbox-4 div:last-child {
    background-color: #009688; }
.dashboard .chat .ui-panel-content {
  padding: 0 !important; }
.dashboard .chat ul {
  padding: 12px;
  margin: 0;
  list-style-type: none; }
  .dashboard .chat ul li {
    padding: 6px 0; }
    .dashboard .chat ul li img {
      width: 36px;
      float: left; }
    .dashboard .chat ul li span {
      padding: 6px 12px;
      float: left;
      display: inline-block;
      margin: 4px 0;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .dashboard .chat ul li.message-from img, .dashboard .chat ul li.message-from span {
      float: left; }
    .dashboard .chat ul li.message-from img {
      margin-right: 8px; }
    .dashboard .chat ul li.message-from span {
      background-color: #BBDEFB;
      color: #000000; }
    .dashboard .chat ul li.message-own img, .dashboard .chat ul li.message-own span {
      float: right; }
    .dashboard .chat ul li.message-own img {
      margin-left: 8px; }
    .dashboard .chat ul li.message-own span {
      background: #FFECB3;
      color: #000000; }
.dashboard .chat .new-message {
  height: 40px;
  border-top: 1px solid #dce2e7;
  color: #afafc0; }
  .dashboard .chat .new-message .message-attachment {
    display: inline-block;
    border-right: 1px solid #dce2e7;
    width: 40px;
    line-height: 40px;
    height: 100%;
    text-align: center; }
    .dashboard .chat .new-message .message-attachment i {
      line-height: inherit;
      font-size: 24px; }
  .dashboard .chat .new-message .message-input {
    position: relative;
    top: -4px;
    width: calc(100% - 100px);
    display: inline-block; }
    .dashboard .chat .new-message .message-input input {
      border: 0 none;
      font-size: 14px;
      width: 100%;
      background-color: transparent;
      outline: 0 none;
      color: #757575; }
.dashboard .task-list {
  overflow: hidden; }
  .dashboard .task-list > .ui-panel {
    min-height: 340px; }
  .dashboard .task-list .ui-panel-content {
    padding: 10px 0 !important; }
  .dashboard .task-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .dashboard .task-list ul li {
      padding: 10px 14px;
      border-bottom: 1px solid #dbdbdb; }
      .dashboard .task-list ul li:first-child {
        margin-top: 10px; }
    .dashboard .task-list ul .ui-chkbox {
      vertical-align: middle;
      margin-right: 5px; }
    .dashboard .task-list ul .task-name {
      vertical-align: middle; }
    .dashboard .task-list ul i {
      color: #757575;
      float: right; }
.dashboard .contact-form {
  overflow: hidden; }
  .dashboard .contact-form .ui-panel {
    min-height: 340px; }
  .dashboard .contact-form .ui-g-12 {
    padding: 16px 10px; }
  .dashboard .contact-form .ui-button {
    margin-top: 20px; }
.dashboard .contacts {
  overflow: hidden; }
  .dashboard .contacts > .ui-panel {
    min-height: 340px; }
  .dashboard .contacts .ui-panel-content {
    padding: 15px 0 10px 0 !important; }
  .dashboard .contacts ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .dashboard .contacts ul li {
      border-bottom: 1px solid #d8d8d8; }
      .dashboard .contacts ul li a {
        padding: 9px;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
        position: relative;
        display: block;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s; }
        .dashboard .contacts ul li a .name {
          position: absolute;
          right: 10px;
          top: 10px;
          font-size: 18px;
          color: #212121; }
        .dashboard .contacts ul li a .email {
          position: absolute;
          right: 10px;
          top: 30px;
          font-size: 14px;
          color: #757575; }
        .dashboard .contacts ul li a:hover {
          cursor: pointer;
          background-color: #e8e8e8; }
      .dashboard .contacts ul li:last-child {
        border: 0; }
.dashboard .activity-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .dashboard .activity-list li {
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 0 9px 9px; }
    .dashboard .activity-list li .count {
      font-size: 24px;
      color: #ffffff;
      background-color: #03A9F4;
      font-weight: bold;
      width: 60px;
      padding: 5px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
    .dashboard .activity-list li:first-child {
      border-top: 1px solid #bdbdbd; }
    .dashboard .activity-list li:last-child {
      border: 0; }
    .dashboard .activity-list li .ui-g-6:first-child {
      font-size: 18px;
      padding-left: 0; }
    .dashboard .activity-list li .ui-g-6:last-child {
      text-align: right;
      color: #757575; }
.dashboard .timeline {
  height: 100%;
  box-sizing: border-box; }
  .dashboard .timeline > .ui-g .ui-g-3 {
    font-size: 14px;
    position: relative;
    border-right: 1px solid #bdbdbd; }
    .dashboard .timeline > .ui-g .ui-g-3 i {
      background-color: #ffffff;
      font-size: 36px;
      position: absolute;
      top: 0px;
      right: -18px; }
  .dashboard .timeline > .ui-g .ui-g-9 {
    padding-left: 1.5em; }
    .dashboard .timeline > .ui-g .ui-g-9 .event-text {
      color: #757575;
      font-size: 14px;
      display: block;
      padding-bottom: 20px; }
    .dashboard .timeline > .ui-g .ui-g-9 .event-content img {
      width: 100%; }
.dashboard > div > .ui-panel {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

.layout-rightpanel .layout-rightpanel-header {
  background: url("/javax.faces.resource/images/dashboard/sidebar-image.jpg.xhtml?ln=ultima-layout") center;
  height: 118px;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .layout-rightpanel .layout-rightpanel-header .weather-day, .layout-rightpanel .layout-rightpanel-header .weather-date {
    color: #ffffff;
    left: 14px;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px; }
.layout-rightpanel .layout-rightpanel-content {
  padding: 14px; }
  .layout-rightpanel .layout-rightpanel-content h1 {
    font-size: 18px;
    margin: 0 0 4px 0; }
  .layout-rightpanel .layout-rightpanel-content h2 {
    font-size: 16px;
    margin: 0;
    color: #757575;
    font-weight: normal; }
  .layout-rightpanel .layout-rightpanel-content .weather-today {
    text-align: center;
    margin-top: 28px; }
    .layout-rightpanel .layout-rightpanel-content .weather-today .weather-today-value {
      font-size: 36px;
      vertical-align: middle;
      margin-right: 14px; }
    .layout-rightpanel .layout-rightpanel-content .weather-today img {
      vertical-align: middle; }
  .layout-rightpanel .layout-rightpanel-content .weekly-weather {
    list-style-type: none;
    margin: 28px 0 0 0;
    padding: 0; }
    .layout-rightpanel .layout-rightpanel-content .weekly-weather li {
      padding: 8px 14px;
      border-bottom: 1px solid #d8dae2;
      position: relative; }
      .layout-rightpanel .layout-rightpanel-content .weekly-weather li .weekly-weather-value {
        position: absolute;
        right: 40px; }
      .layout-rightpanel .layout-rightpanel-content .weekly-weather li img {
        width: 24px;
        position: absolute;
        right: 0px;
        top: 4px; }

.layout-rtl .layout-rightpanel .layout-rightpanel-header {
  direction: rtl; }
  .layout-rtl .layout-rightpanel .layout-rightpanel-header .weather-day, .layout-rtl .layout-rightpanel .layout-rightpanel-header .weather-date {
    right: 14px;
    left: auto; }
.layout-rtl .layout-rightpanel .layout-rightpanel-content .weekly-weather {
  direction: rtl; }
  .layout-rtl .layout-rightpanel .layout-rightpanel-content .weekly-weather li .weekly-weather-value {
    left: 40px;
    right: auto; }
  .layout-rtl .layout-rightpanel .layout-rightpanel-content .weekly-weather li img {
    left: 0px;
    right: auto; }

.login-body {
  background: url("/javax.faces.resource/images/login/login.png.xhtml?ln=ultima-layout") top left no-repeat #f7f7f7;
  background-size: 100% auto; }

.login-panel {
  text-align: center;
  width: 350px;
  min-height: 440px;
  padding: 50px 20px;
  margin: 100px auto 0 auto; }
  .login-panel .ui-g .ui-g-12 {
    padding: 25px 40px; }
    .login-panel .ui-g .ui-g-12 .ui-button {
      margin-bottom: 20px; }

.login-footer {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #757575; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .login-body {
    background: url("/javax.faces.resource/images/login/login2x.png.xhtml?ln=ultima-layout") top left no-repeat #f7f7f7;
    background-size: 100% auto; } }
@media (max-width: 1024px) {
  .login-panel {
    text-align: center;
    min-height: 440px;
    margin: 100px auto 0 auto; } }
@media (max-width: 640px) {
  .login-panel {
    text-align: center;
    width: 300px;
    min-height: 440px;
    padding: 40px 20px;
    margin: 75px auto 0 auto; }
    .login-panel .ui-g .ui-g-12 {
      padding: 20px 20px; }
      .login-panel .ui-g .ui-g-12 .ui-button {
        margin-top: 30px; } }
.exception-body {
  background-color: #f7f7f7; }
  .exception-body .exception-type {
    width: 100%;
    height: 50%;
    padding: 100px 100px 0 100px;
    box-sizing: border-box;
    text-align: center; }
  .exception-body .exception-panel {
    text-align: center;
    width: 350px;
    padding: 50px 50px;
    margin: -10% auto 0 auto;
    z-index: 100; }
    .exception-body .exception-panel i {
      font-size: 72px; }
    .exception-body .exception-panel h1 {
      font-size: 36px;
      line-height: 36px;
      color: #757575; }
    .exception-body .exception-panel .exception-detail {
      margin: 20px 0px 100px 0px;
      color: #757575; }
  .exception-body.error-page .exception-type {
    background-color: #e62a10; }
    .exception-body.error-page .exception-type img {
      width: 100%; }
  .exception-body.error-page .exception-panel i {
    color: #f79a84; }
  .exception-body.notfound-page .exception-type {
    background-color: #3f51b5; }
    .exception-body.notfound-page .exception-type img {
      width: 54%; }
  .exception-body.notfound-page .exception-panel i {
    color: #9fa8da; }
  .exception-body.accessdenied-page .exception-type {
    background-color: #e91e63; }
    .exception-body.accessdenied-page .exception-type img {
      width: 50%; }
  .exception-body.accessdenied-page .exception-panel i {
    color: #f48fb1; }

@media (max-width: 1024px) {
  .exception-body .exception-panel {
    margin-top: -50px; } }
@media (max-width: 640px) {
  .exception-body .exception-panel {
    width: 250px;
    margin-top: -15px; } }
.landing-wrapper #header {
  width: 100%;
  min-height: 400px;
  background: url("/javax.faces.resource/images/landing/landing-header.png.xhtml?ln=ultima-layout") top left no-repeat #f7f7f7;
  background-size: 100% auto; }
  .landing-wrapper #header .header-top {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0px; }
    .landing-wrapper #header .header-top .logo {
      display: inline-block;
      vertical-align: middle;
      width: 200px;
      height: 30px;
      background: url("/javax.faces.resource/images/logo.png.xhtml?ln=ultima-layout") top left no-repeat; }
    .landing-wrapper #header .header-top #menu {
      float: right;
      list-style: none;
      margin: 0;
      padding: 0; }
      .landing-wrapper #header .header-top #menu li {
        float: left;
        display: block;
        margin-left: 20px; }
        .landing-wrapper #header .header-top #menu li a {
          color: #ffffff; }
        .landing-wrapper #header .header-top #menu li i {
          font-size: 20px;
          position: relative;
          top: 4px;
          padding-right: 3px; }
      .landing-wrapper #header .header-top #menu.lmenu-active {
        display: block; }
    .landing-wrapper #header .header-top #menu-button {
      float: right;
      font-size: 36px;
      color: #ffffff;
      display: none; }
  .landing-wrapper #header .header-content {
    width: 960px;
    margin: 0 auto;
    text-align: center; }
    .landing-wrapper #header .header-content h1 {
      margin: 75px 0px 50px 0px;
      font-weight: 400;
      color: #ffffff;
      line-height: 36px; }
.landing-wrapper #features {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center; }
  .landing-wrapper #features h2 {
    font-weight: 400;
    line-height: 28px; }
  .landing-wrapper #features h3 {
    font-weight: 400; }
  .landing-wrapper #features p {
    color: #757575; }
  .landing-wrapper #features .ui-g-12 {
    padding: 2em .5em; }
  .landing-wrapper #features .feature-icon {
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f4f8fc;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    text-align: center;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .landing-wrapper #features .feature-icon i {
      margin-top: 30px;
      font-size: 36px; }
    .landing-wrapper #features .feature-icon:hover {
      background-color: #e91e63; }
      .landing-wrapper #features .feature-icon:hover i {
        color: #ffffff; }
.landing-wrapper #promotion {
  background: url("/javax.faces.resource/images/landing/promotion.png.xhtml?ln=ultima-layout") top left no-repeat;
  background-size: 100% auto; }
  .landing-wrapper #promotion .ui-lg-8 {
    padding: 150px 0 0 150px; }
    .landing-wrapper #promotion .ui-lg-8 h1 {
      font-weight: 48px;
      color: #ffffff;
      font-weight: 400; }
  .landing-wrapper #promotion .ui-lg-4 {
    margin: -50px 0 -50px 0; }
    .landing-wrapper #promotion .ui-lg-4 .card {
      -webkit-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
      -moz-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
      box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
      margin-bottom: 20px; }
      .landing-wrapper #promotion .ui-lg-4 .card h3 {
        font-weight: 400; }
      .landing-wrapper #promotion .ui-lg-4 .card p {
        color: #757575; }
      .landing-wrapper #promotion .ui-lg-4 .card:last-child {
        margin-bottom: 0; }
.landing-wrapper #pricing {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center; }
  .landing-wrapper #pricing h2 {
    font-weight: 400; }
  .landing-wrapper #pricing p {
    color: #757575; }
  .landing-wrapper #pricing .pricing-box .card {
    height: 100%;
    padding: 0; }
  .landing-wrapper #pricing .pricing-box .pricing-header {
    padding: 40px 0;
    color: #ffffff; }
    .landing-wrapper #pricing .pricing-box .pricing-header span {
      display: block;
      line-height: 48px; }
      .landing-wrapper #pricing .pricing-box .pricing-header span.name {
        font-weight: 300;
        font-size: 24px; }
      .landing-wrapper #pricing .pricing-box .pricing-header span.fee {
        font-size: 48px;
        font-weight: 700; }
      .landing-wrapper #pricing .pricing-box .pricing-header span.type {
        font-weight: 300;
        font-size: 16px; }
  .landing-wrapper #pricing .pricing-box .pricing-content ul {
    margin: 0;
    padding: 30px 20px;
    list-style-type: none; }
    .landing-wrapper #pricing .pricing-box .pricing-content ul li {
      font-size: 18px;
      text-align: left;
      padding: 10px 14px; }
      .landing-wrapper #pricing .pricing-box .pricing-content ul li i {
        margin-right: 20px;
        vertical-align: middle; }
      .landing-wrapper #pricing .pricing-box .pricing-content ul li span {
        vertical-align: middle; }
  .landing-wrapper #pricing .pricing-box.pricing-basic .pricing-header {
    background-color: #3f51b5; }
  .landing-wrapper #pricing .pricing-box.pricing-basic i {
    color: #3f51b5; }
  .landing-wrapper #pricing .pricing-box.pricing-standard .pricing-header {
    background-color: #e91e63; }
  .landing-wrapper #pricing .pricing-box.pricing-standard i {
    color: #e91e63; }
  .landing-wrapper #pricing .pricing-box.pricing-professional .pricing-header {
    background-color: #607d8b; }
  .landing-wrapper #pricing .pricing-box.pricing-professional i {
    color: #607d8b; }
.landing-wrapper #video {
  background-color: #f7f7f7;
  min-width: 400px; }
  .landing-wrapper #video .video-content {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0px;
    text-align: center; }
    .landing-wrapper #video .video-content h2 {
      font-weight: 400; }
    .landing-wrapper #video .video-content p {
      color: #757575; }
.landing-wrapper .footer {
  background-color: #f7f7f7;
  border-top: 1px solid #dddddd; }
  .landing-wrapper .footer .footer-content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0px 50px 0px; }
    .landing-wrapper .footer .footer-content ul {
      float: right;
      list-style-type: none; }
      .landing-wrapper .footer .footer-content ul li a {
        color: #757575;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .landing-wrapper .footer .footer-content ul li a:hover {
          color: #212121; }

@media (max-width: 1024px) {
  .landing-wrapper #header {
    min-height: 200px;
    background-size: cover; }
    .landing-wrapper #header .header-top {
      z-index: 100;
      position: fixed;
      top: 0;
      background: #424242;
      background-size: 100% auto;
      padding: 30px;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
      .landing-wrapper #header .header-top #menu-button {
        display: inline-block; }
      .landing-wrapper #header .header-top #menu {
        z-index: 100;
        position: fixed;
        top: 86px;
        right: 30px;
        float: none;
        display: none;
        margin: 0;
        padding: 0;
        width: 225px;
        list-style: none;
        background-color: #ffffff;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .5s; }
        .landing-wrapper #header .header-top #menu li {
          float: none;
          margin-left: 0; }
          .landing-wrapper #header .header-top #menu li a {
            font-size: 16px;
            display: block;
            padding: 10px 16px;
            color: #212121;
            width: 100%;
            box-sizing: border-box;
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
            overflow: hidden; }
            .landing-wrapper #header .header-top #menu li a i {
              color: #757575;
              display: inline-block;
              vertical-align: middle;
              margin-right: 12px;
              font-size: 24px; }
            .landing-wrapper #header .header-top #menu li a:hover {
              background-color: #e8e8e8; }
            .landing-wrapper #header .header-top #menu li a span {
              display: inline-block;
              vertical-align: middle; }
    .landing-wrapper #header .header-content {
      width: 100%;
      padding: 100px 30px 60px 30px;
      box-sizing: border-box; }
      .landing-wrapper #header .header-content h1 {
        margin: 75px 0px 50px 0px;
        font-weight: 400; }
  .landing-wrapper #features, .landing-wrapper #promotion, .landing-wrapper #pricing, .landing-wrapper #video, .landing-wrapper .footer .footer-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box; }
  .landing-wrapper #promotion .ui-lg-8 {
    padding: 100px 0 30px;
    text-align: center; }
    .landing-wrapper #promotion .ui-lg-8 h1 {
      margin-top: -30px;
      font-weight: 48px;
      color: #ffffff;
      font-weight: 400; }
  .landing-wrapper #video .video-content {
    width: 100%; }
    .landing-wrapper #video .video-content .video-container iframe {
      width: 350px;
      height: 220px; }
  .landing-wrapper .footer .footer-content {
    text-align: center; }
    .landing-wrapper .footer .footer-content ul {
      float: none;
      margin: 0;
      padding: 0; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .landing-wrapper .header .header-top .logo {
    background: url("/javax.faces.resource/images/logo2x.png.xhtml?ln=ultima-layout") top left no-repeat;
    background-size: 200px 30px; } }
html {
  height: 100%; }

body {
  font-family: Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0; }
  body.main-body {
    background-color: #f7f7f7; }
  body a {
    text-decoration: none; }

.layout-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #424242;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 999999997; }

.layout-wrapper .topbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 75px;
  background-color: #3F51B5;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .layout-wrapper .topbar .logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    background: url("/javax.faces.resource/images/logo.png.xhtml?ln=ultima-layout") top left no-repeat; }
  .layout-wrapper .topbar .topbar-left {
    box-sizing: border-box;
    padding: 20px;
    height: 75px;
    width: 250px;
    background-color: #283593;
    float: left;
    -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3); }
  .layout-wrapper .topbar .topbar-right {
    padding: 15px;
    position: relative; }
    .layout-wrapper .topbar .topbar-right #menu-button {
      color: #ffffff;
      display: inline-block;
      vertical-align: middle;
      height: 36px;
      margin-right: 10px;
      position: relative;
      left: -16px;
      top: 3px;
      background-color: #E91E63;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px 