/* Color */
/* Add your variable customizations of layout here */
@import url("https://fonts.googleapis.com/css?family=Oxanium:400,700&display=swap");
/* Utils */
@import url("https://fonts.googleapis.com/css?family=Oxanium:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oxanium:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oxanium:400,700&display=swap");
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.card {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  padding: 18px; }
  .card.card-w-title {
    padding-bottom: 32px; }
  .card h1 {
    font-size: 18px;
    font-weight: 400;
    margin: 18px 0; }
    .card h1:first-child {
      margin-top: 0px;
      margin-bottom: 18px; }
  .card h2 {
    font-size: 14px;
    font-weight: 500; }
  .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; }

.divider {
  border-top: 1px solid rgba(145, 153, 169, 0.3); }

@-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); } }
@keyframes rippleOn {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    transform: scale(13, 13); } }
@keyframes rippleOff {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    transform: scale(13, 13); } }
.fadeInDown {
  -webkit-animation: fadeInDown .5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown .5s; }

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.15s;
  /* Safari 4.0 - 8.0 */
  animation: fadeOutUp 0.15s; }

.ui-shadow-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.ui-shadow-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.ui-shadow-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.ui-g {
  -ms-flex-wrap: wrap; }
  .ui-g.form-group > div {
    padding: 12px 16px; }

.ui-panelgrid.form-group .ui-panelgrid-cell {
  padding: 12px 16px; }

.ui-selectoneradio.form-group .ui-grid-row > div, .ui-selectmanycheckbox.form-group .ui-grid-row > div {
  padding: 8px 16px; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-family: "Oxanium";
  font-size: 14px;
  color: #231F20;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #EFEFEF; }
  body .ajax-loader {
    font-size: 32px; }
  body.hidden-overflow {
    overflow: hidden; }

.layout-main-mask {
  display: none;
  background-color: #2e3440;
  position: fixed;
  z-index: 997;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.64;
  animation-name: fadeinmask;
  animation-duration: 0.15s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer; }

.layout-main {
  margin-left: 60px;
  padding-top: 75px;
  -moz-transition: margin-left 0.15s;
  -o-transition: margin-left 0.15s;
  -webkit-transition: margin-left 0.15s;
  transition: margin-left 0.15s; }

.layout-footer {
  background-color: #ffffff;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px; }
  .layout-footer .logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%; }
    .layout-footer .logo-text img {
      height: 50px;
      width: 50px; }
    .layout-footer .logo-text .text {
      margin-left: 15px; }
      .layout-footer .logo-text .text h1 {
        font-size: 18px;
        color: #231F20;
        font-weight: normal;
        margin: 0; }
      .layout-footer .logo-text .text span {
        color: #9199a9;
        font-size: 12px; }
  .layout-footer .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: #9199a9;
    height: 100%; }
    .layout-footer .icons i {
      margin-left: 20px;
      cursor: pointer; }
      .layout-footer .icons i:hover {
        color: #5e81ac; }

.layout-sidebar {
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 999;
  transform: translate3d(-180px, 0px, 0px);
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
  -webkit-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  -moz-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
  box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15); }
  .layout-sidebar .sidebar-logo {
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 8px; }
    .layout-sidebar .sidebar-logo .sidebar-pin {
      display: none;
      width: 27px;
      height: 27px;
      line-height: 27px;
      text-align: center;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.15s;
      -o-transition: all 0.15s;
      -webkit-transition: all 0.15s;
      transition: all 0.15s; }
      .layout-sidebar .sidebar-logo .sidebar-pin i {
        line-height: inherit;
        font-size: 14px; }
    .layout-sidebar .sidebar-logo img {
      vertical-align: middle;
      height: 45px;
      width: 45px;
      border: 0 none; }
    .layout-sidebar .sidebar-logo .app-name {
      display: none;
      vertical-align: middle;
      font-size: 22.5px;
      margin-left: 4px; }
  .layout-sidebar .layout-menu-container {
    overflow: auto;
    height: calc(100% - 72px); }
    .layout-sidebar .layout-menu-container > .nano > .nano-content.menu-scroll-content {
      display: block;
      height: 100%;
      position: relative;
      overflow: scroll;
      overflow-x: hidden; }
    .layout-sidebar .layout-menu-container > .nano > .nano-content > ul:last-child {
      margin-top: 16px;
      padding-bottom: 120px; }
    .layout-sidebar .layout-menu-container > .nano .nano-pane .nano-slider {
      background-color: #aaaaaa;
      opacity: 0.3;
      filter: alpha(opacity=30); }
    .layout-sidebar .layout-menu-container .layout-menu {
      list-style-type: none;
      margin: 10px 0 0 0;
      padding: 0;
      padding-bottom: 80px; }
      .layout-sidebar .layout-menu-container .layout-menu li {
        padding: 4px 10px; }
        .layout-sidebar .layout-menu-container .layout-menu li.active-menuitem > a i.layout-submenu-toggler {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        .layout-sidebar .layout-menu-container .layout-menu li > a {
          padding: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          -moz-transition: all 0.15s;
          -o-transition: all 0.15s;
          -webkit-transition: all 0.15s;
          transition: all 0.15s;
          align-items: center;
          justify-content: space-between;
          position: relative; }
          .layout-sidebar .layout-menu-container .layout-menu li > a i {
            width: 17px;
            height: 17px;
            font-size: 17px;
            position: absolute;
            right: 10px; }
            .layout-sidebar .layout-menu-container .layout-menu li > a i.layout-submenu-toggler {
              -moz-transition: all 0.15s;
              -o-transition: all 0.15s;
              -webkit-transition: all 0.15s;
              transition: all 0.15s;
              font-size: 18px;
              display: none;
              margin-right: 4px;
              right: 30px; }
          .layout-sidebar .layout-menu-container .layout-menu li > a .menuitem-badge {
            display: none;
            margin-left: auto; }
        .layout-sidebar .layout-menu-container .layout-menu li ul {
          display: none;
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .layout-sidebar .layout-menu-container .layout-menu li ul li {
            padding: 4px 0; }
            .layout-sidebar .layout-menu-container .layout-menu li ul li a {
              padding-left: 20px; }
            .layout-sidebar .layout-menu-container .layout-menu li ul li ul li a {
              padding-left: 30px; }
            .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul li a {
              padding-left: 40px; }
            .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul li a {
              padding-left: 50px; }
            .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul ul li a {
              padding-left: 60px; }
            .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul ul ul li a {
              padding-left: 70px; }
            .layout-sidebar .layout-menu-container .layout-menu li ul li ul li ul ul ul ul ul li a {
              padding-left: 80px; }
      .layout-sidebar .layout-menu-container .layout-menu > li > a {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px; }
      .layout-sidebar .layout-menu-container .layout-menu > li.active-menuitem > a {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0; }
      .layout-sidebar .layout-menu-container .layout-menu > li.active-menuitem > ul {
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px; }
      .layout-sidebar .layout-menu-container .layout-menu .menuitem-badge {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 6px;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
  .layout-sidebar.layout-sidebar-active {
    transform: translate3d(0px, 0px, 0px); }
    .layout-sidebar.layout-sidebar-active .sidebar-logo {
      flex-flow: row-reverse;
      justify-content: space-between;
      padding: 0 14px; }
      .layout-sidebar.layout-sidebar-active .sidebar-logo img {
        display: inline; }
      .layout-sidebar.layout-sidebar-active .sidebar-logo .app-name {
        display: inline; }
      .layout-sidebar.layout-sidebar-active .sidebar-logo .sidebar-pin {
        display: inline-block; }
    .layout-sidebar.layout-sidebar-active .layout-menu li a i.layout-submenu-toggler {
      display: inline-block; }
    .layout-sidebar.layout-sidebar-active .layout-menu li a .menuitem-badge {
      display: inline-block; }

.layout-wrapper-static .layout-sidebar {
  transform: translate3d(0px, 0px, 0px); }
  .layout-wrapper-static .layout-sidebar .sidebar-logo {
    flex-flow: column-reverse;
    justify-content: space-between;
    padding: 0 14px; }
    .layout-wrapper-static .layout-sidebar .sidebar-logo img {
      display: inline; }
    .layout-wrapper-static .layout-sidebar .sidebar-logo .app-name {
      display: inline; }
    .layout-wrapper-static .layout-sidebar .sidebar-logo .sidebar-pin {
      display: block;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
  .layout-wrapper-static .layout-sidebar .layout-menu li > a i.layout-submenu-toggler {
    display: inline-block; }
.layout-wrapper-static .layout-main {
  margin-left: 240px; }
  .layout-wrapper-static .layout-main .layout-topbar {
    width: calc(100% - 240px);
    -moz-transition: width 0.15s;
    -o-transition: width 0.15s;
    -webkit-transition: width 0.15s;
    transition: width 0.15s; }

.layout-wrapper-static-restore .layout-sidebar {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  transform: translate3d(0px, 0px, 0px); }
.layout-wrapper-static-restore .layout-main {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  margin-left: 240px; }

@media (max-width: 991px) {
  .layout-wrapper .layout-sidebar {
    width: 240px;
    top: 75px;
    transform: translate3d(-240px, 0px, 0px);
    -webkit-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
    -moz-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
    box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15); }
    .layout-wrapper .layout-sidebar .sidebar-logo {
      display: none; }
  .layout-wrapper.layout-wrapper-static .layout-main .layout-topbar {
    width: 100%; }
  .layout-wrapper.layout-wrapper-static-restore .layout-sidebar {
    -moz-transition: transform 0.15s;
    -o-transition: transform 0.15s;
    -webkit-transition: transform 0.15s;
    transition: transform 0.15s; }
  .layout-wrapper .layout-main {
    margin-left: 0px; }
  .layout-wrapper .layout-topbar {
    width: 100%; }
    .layout-wrapper .layout-topbar .topbar-logo {
      margin-top: -10px;
      margin-right: 20px;
      display: block; }
      .layout-wrapper .layout-topbar .topbar-logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .layout-wrapper .layout-topbar .topbar-logo a .app-name {
          margin-left: 10px;
          color: #231F20;
          font-size: 18px; }
  .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar {
    transform: translate3d(0px, 0px, 0px); }
    .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar .layout-menu li a i.layout-submenu-toggler {
      display: inline-block; }
    .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar .layout-menu li a .menuitem-badge {
      display: inline-block; }
  .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button {
    background-color: #231F20;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s; }
    .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i {
      color: #ffffff; }
    .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover {
      background-color: #231F20;
      -moz-transition: background-color 0.15s;
      -o-transition: background-color 0.15s;
      -webkit-transition: background-color 0.15s;
      transition: background-color 0.15s; }
      .layout-wrapper.layout-sidebar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i {
        color: #ffffff; }
  .layout-wrapper.layout-sidebar-mobile-active .layout-main-mask {
    display: block; } }
@media (min-width: 992px) {
  .layout-wrapper.layout-horizontal .layout-sidebar {
    width: 100%;
    height: 50px;
    top: 75px;
    left: 0;
    z-index: 99;
    transform: none;
    box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15); }
    .layout-wrapper.layout-horizontal .layout-sidebar .sidebar-logo {
      display: none; }
    .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container {
      overflow: visible;
      height: 100%; }
      .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container > .nano {
        overflow: visible; }
        .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container > .nano > .nano-content {
          margin-right: 0 !important;
          display: inherit;
          height: auto;
          position: static;
          overflow: visible;
          overflow-x: visible;
          outline: none; }
          .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container > .nano > .nano-content.sidebar-scroll-content .layout-menu {
            padding-bottom: 0; }
        .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container > .nano > .nano-pane {
          display: none !important; }
      .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu {
        margin: 0px 15px;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li {
          width: auto;
          padding: 0;
          position: relative; }
          .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a {
            height: 35px;
            margin: 6px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-border-radius-topleft: 3px;
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
            -moz-border-radius-topright: 3px;
            -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
            justify-content: space-between;
            padding: 8px 12px; }
            .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a .menuitem-text {
              vertical-align: middle;
              margin-left: 8px;
              margin-right: 16px;
              order: 2; }
            .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a i {
              position: static;
              vertical-align: middle;
              margin-top: 0;
              top: auto;
              right: auto;
              order: 1; }
              .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > a i.layout-submenu-toggler {
                order: 3;
                display: inline-block;
                margin-top: 2px;
                margin-right: 0;
                width: 11px; }
          .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul {
            top: 41px;
            left: 6px;
            width: 230px;
            position: absolute;
            padding: 0;
            margin: 0;
            z-index: 100;
            overflow: auto;
            max-height: 450px;
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
            .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a {
              flex-flow: row-reverse;
              justify-content: flex-end;
              padding-left: 12px; }
              .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a .menuitem-text {
                vertical-align: middle;
                margin-left: 8px; }
              .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a i {
                position: relative;
                left: 0; }
              .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li a .layout-submenu-toggler {
                display: block;
                left: auto;
                right: 10px;
                position: absolute; }
            .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li ul li a {
              padding-left: 24px; }
            .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li ul li ul li a {
              padding-left: 36px; }
            .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li ul li ul ul li a {
              padding-left: 48px; }
            .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li ul li ul ul ul li a {
              padding-left: 60px; }
            .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li ul li ul ul ul ul li a {
              padding-left: 72px; }
            .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li > ul li ul li ul ul ul ul ul li a {
              padding-left: 84px; }
          .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu > li.active-menuitem > ul {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
            box-shadow: 0 2px 6px 0 rgba(29, 29, 33, 0.22); }
        .layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu li a .menuitem-badge {
          left: 18px;
          top: 15px;
          display: block; }
  .layout-wrapper.layout-horizontal .layout-main {
    margin-left: 0px;
    padding-top: 125px; }
  .layout-wrapper.layout-horizontal .layout-topbar {
    width: 100%;
    box-shadow: none; }
    .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 8%; }
      .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo .app-name {
          font-size: 22.5px;
          color: #231F20;
          margin: 0 10px; }
        .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo img {
          height: 45px;
          width: 45px; } }
.layout-menu-light {
  /*$menuBgImage:'barcelona.jpg';
  $horizontalMenuBgImage:'barcelona-horizontal.jpg';*/ }
  .layout-menu-light .layout-sidebar {
    background-color: #ffffff; }
    .layout-menu-light .layout-sidebar .sidebar-logo .sidebar-pin {
      background-color: #ffffff; }
      .layout-menu-light .layout-sidebar .sidebar-logo .sidebar-pin i {
        color: #2e3440; }
    .layout-menu-light .layout-sidebar .sidebar-logo .app-name {
      color: #ffffff; }
    .layout-menu-light .layout-sidebar .layout-menu > li > a .menuitem-text {
      color: #231F20; }
    .layout-menu-light .layout-sidebar .layout-menu > li > a i {
      color: #231F20; }
    .layout-menu-light .layout-sidebar .layout-menu > li > a:hover {
      background-color: #BBBABA; }
    .layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a {
      background-color: #EFEFEF; }
      .layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
        color: #231F20; }
      .layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a i {
        color: #F3C108; }
    .layout-menu-light .layout-sidebar .layout-menu > li > ul {
      background-color: rgba(255, 255, 255, 0.12); }
      .layout-menu-light .layout-sidebar .layout-menu > li > ul li a .menuitem-text {
        color: #231F20; }
      .layout-menu-light .layout-sidebar .layout-menu > li > ul li a i {
        color: #231F20; }
      .layout-menu-light .layout-sidebar .layout-menu > li > ul li a:hover {
        background-color: rgba(0, 0, 0, 0.42); }
      .layout-menu-light .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
        color: #EFEFEF; }
      .layout-menu-light .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
        color: #EFEFEF; }
  @media (min-width: 992px) {
    .layout-menu-light.layout-horizontal .layout-sidebar {
      background-color: #ffffff; }
      .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > a .menuitem-text {
        color: #231F20; }
      .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > a i {
        color: #231F20; }
      .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > a:hover {
        background-color: #BBBABA; }
      .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
        background-color: #EFEFEF; }
        .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a .menuitem-text {
          color: #231F20; }
        .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a i {
          color: #F3C108; }
      .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > ul {
        background-color: #2e3440; }
        .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > ul li a .menuitem-text {
          color: #231F20; }
        .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > ul li a i {
          color: #231F20; }
        .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > ul li a:hover {
          background-color: rgba(0, 0, 0, 0.42); }
        .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a .menuitem-text {
          color: #EFEFEF; }
        .layout-menu-light.layout-horizontal .layout-sidebar .layout-menu > li > ul li.active-menuitem > a i {
          color: #EFEFEF; } }

/*@import './themes/_light';
@import './themes/_dark';
@import './themes/_chile';
@import './themes/_naples';
@import './themes/_georgia';
@import './themes/_infinity';
@import './themes/_chicago';
@import './themes/_majesty';
@import './themes/_fish';
@import './themes/_dawn';
@import './themes/_record';
@import './themes/_pool';
@import './themes/_metal';
@import './themes/_china';
@import './themes/_table';
@import './themes/_panorama';
@import './themes/_barcelona';
@import './themes/_underwater';
@import './themes/_symmetry';
@import './themes/_rain';
@import './themes/_utah';
@import './themes/_wave';
@import './themes/_flora';
@import './themes/_speed';
@import './themes/_speed';
@import './themes/_canopy';
@import './themes/_sanpaolo';
@import './themes/_basketball';
@import './themes/_misty';
@import './themes/_summit';
@import './themes/_snow';
@import './themes/_wall';
@import './themes/_ferris';
@import './themes/_ship';
@import './themes/_ny';
@import './themes/_cyan';
@import './themes/_violet';
@import './themes/_red';
@import './themes/_blue';
@import './themes/_porsuk';
@import './themes/_pink';
@import './themes/_purple';
@import './themes/_orange';
*/
.layout-topbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 998;
  width: calc(100% - 60px);
  -moz-transition: width 0.15s;
  -o-transition: width 0.15s;
  -webkit-transition: width 0.15s;
  transition: width 0.15s;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); }
  .layout-topbar .layout-topbar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 75px;
    padding: 0 2em; }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      flex-grow: 1; }
      .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button,
      .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button,
      .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button,
      .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo {
        display: none; }
      .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button {
        padding: 8px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 13px;
        border: none;
        cursor: pointer;
        height: 35px;
        background-color: #ffffff;
        color: #231F20;
        margin-top: 2px;
        -moz-transition: background-color 0.15s;
        -o-transition: background-color 0.15s;
        -webkit-transition: background-color 0.15s;
        transition: background-color 0.15s; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button:hover, .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button:focus {
          background-color: #231F20;
          color: #ffffff; }
      .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
        position: absolute;
        padding: 12px 18px;
        padding-bottom: 24px;
        background-color: #ffffff;
        top: 60px;
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style-type: none;
        -webkit-box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
        -moz-box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
        box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
        z-index: 1000; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu:before {
          width: 100%;
          height: 6px;
          background-color: #231F20;
          content: " ";
          -moz-border-radius-topleft: 2px;
          -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
          -moz-border-radius-topright: 2px;
          -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
          position: absolute;
          top: -5px;
          left: 0px; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li {
          min-width: 200px; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a {
            font-size: 12px;
            color: #231F20;
            padding-bottom: 6px;
            border-bottom: 1px solid rgba(195, 204, 221, 0.5);
            width: 90%;
            display: block;
            cursor: default; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a i {
              display: none; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul {
            padding: 0;
            margin-top: 15px; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              cursor: pointer;
              margin-top: 12px; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li i {
                font-size: 10px;
                color: #231F20;
                padding-right: 10px; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span h3 {
                color: #231F20;
                font-weight: 500;
                margin: 0; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span span {
                color: #9199a9;
                font-size: 12px; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li.active-row i {
                color: #a3be8c; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover i {
                color: #231F20; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover > span h3 {
                color: #231F20;
                -moz-transition: color 0.15s;
                -o-transition: color 0.15s;
                -webkit-transition: color 0.15s;
                transition: color 0.15s; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu.layout-megamenu-active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style-type: none;
      margin: 0;
      padding: 0;
      height: 100%; }
      .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
          width: 100%;
          padding: .7em;
          margin: 0 .5em; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a i {
            color: #231F20;
            font-size: 23px; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a i.fa-gift {
              font-size: 28px; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i, .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:focus i {
            color: #231F20;
            -moz-transition: color 0.15s;
            -o-transition: color 0.15s;
            -webkit-transition: color 0.15s;
            transition: color 0.15s; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
            -moz-transition: transform 0.15s;
            -o-transition: transform 0.15s;
            -webkit-transition: transform 0.15s;
            transition: transform 0.15s; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
          display: none;
          position: absolute;
          top: 75px;
          left: 5px;
          list-style-type: none;
          margin: 0;
          padding: 0;
          z-index: 1000;
          min-width: 250px;
          background-color: #ffffff;
          -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul:before {
            width: 50px;
            height: 6px;
            background-color: #231F20;
            content: " ";
            -moz-border-radius-topleft: 2px;
            -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
            -moz-border-radius-topright: 2px;
            -webkit-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
            position: absolute;
            top: -5px;
            left: 0px; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
            background-color: #231F20;
            padding: 18px;
            display: block; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h1 {
              font-size: 16px;
              font-weight: normal;
              margin: 0;
              color: #ffffff; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header span {
              font-size: 13px;
              color: #f0f4ec; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
            padding: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            color: #231F20;
            cursor: pointer; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li img {
              margin-right: 8px; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li i {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              flex-grow: 1; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text p {
              margin: 0;
              color: #231F20; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text span {
              color: #9199a9;
              font-size: 12px; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.layout-submenu-item:hover {
              background-color: #f9fafb;
              -moz-transition: background-color 0.15s;
              -o-transition: background-color 0.15s;
              -webkit-transition: background-color 0.15s;
              transition: background-color 0.15s; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.layout-submenu-item:hover i {
                color: #231F20; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar {
              padding: 0; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar form {
                width: 100%; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline {
                background-color: #ffffff;
                border: none;
                width: 100%; }
                .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline .ui-datepicker-next,
                .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline .ui-datepicker-prev {
                  display: none; }
                .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline .ui-datepicker-calendar th {
                  color: #9199a9; }
                .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar .ui-datepicker-inline .ui-datepicker-calendar td {
                  color: #231F20; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals {
              padding: 0; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                list-style-type: none;
                padding: 0;
                margin: 0;
                width: 100%; }
                .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: start;
                  -ms-flex-pack: start;
                  justify-content: flex-start;
                  border-bottom: 0.5px solid rgba(145, 153, 169, 0.3);
                  border-right: 0.5px solid rgba(145, 153, 169, 0.3);
                  padding: 15px 5px; }
                  .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li:hover {
                    background-color: #f9fafb;
                    -moz-transition: background-color 0.15s;
                    -o-transition: background-color 0.15s;
                    -webkit-transition: background-color 0.15s;
                    transition: background-color 0.15s; }
                    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li:hover i {
                      color: #231F20; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu {
            display: block;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            position: static;
            min-width: auto;
            margin-right: .5em;
            list-style-type: none; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu:before {
              display: none; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li {
              padding: 0; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper {
                position: relative; }
                .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper input {
                  padding: 10px 40px 10px 10px;
                  width: 180px;
                  border: none;
                  -moz-border-radius: 4px;
                  -webkit-border-radius: 4px;
                  border-radius: 4px;
                  background-color: #ffffff;
                  color: #231F20;
                  font-size: 13px; }
                  .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper input::placeholder {
                    color: #c9ccd2; }
                .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper i {
                  position: absolute;
                  right: 12px;
                  top: 50%;
                  margin-top: -10px;
                  color: #d8dee9;
                  font-size: 20px; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
          display: block; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > a {
          display: none; }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item {
      position: relative; }
      .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        padding: .5em;
        margin: 0 .5em; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-image-wrapper img {
          height: 45px;
          width: 45px;
          border: 0 none; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-info-wrapper {
          margin-left: 15px; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-info-wrapper h3 {
            font-size: 16px;
            font-weight: 500;
            color: #231F20;
            margin: 0; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > a .profile-info-wrapper span {
            font-size: 13px;
            font-weight: 500;
            color: #9199a9; }
      .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul {
        display: none;
        position: absolute;
        list-style-type: none;
        margin: 0;
        padding: 0;
        z-index: 1000;
        min-width: 250px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul:before {
          width: 54px;
          height: 6px;
          background-color: #231F20;
          content: " ";
          -moz-border-radius-topleft: 2px;
          -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
          -moz-border-radius-topright: 2px;
          -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
          position: absolute;
          top: -5px;
          left: 0px; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li {
          border-bottom: 1px solid rgba(195, 204, 221, 0.3);
          border-top: none;
          cursor: pointer;
          padding: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          color: #231F20;
          cursor: pointer; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            flex-grow: 1; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li:first-child {
            border-bottom: none; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li:last-child {
            border: none; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header {
            padding: 12px 18px 0 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            background-image: url("/javax.faces.resource/images/topbar/bg-profilemenu@2x.jpg.xhtml?ln=mirage-layout&v=1_00");
            background-size: cover;
            background-repeat: no-repeat;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .performance {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .performance span {
                margin-bottom: 12px;
                font-size: 11px;
                color: #c3ccdd; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              -webkit-box-align: end;
              -ms-flex-align: end;
              align-items: flex-end;
              text-align: right; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile img {
                margin: 0; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile h1 {
                color: #eceff4;
                margin: 0;
                font-size: 16px;
                font-weight: normal; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.profile-submenu-header .profile span {
                color: #c3ccdd;
                font-size: 13px;
                margin-bottom: 10px; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon {
            flex-grow: 0;
            font-size: 18px;
            margin-right: 10px; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-1 {
              color: #d08770; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-2 {
              color: #81a1c1; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li .icon.icon-3 {
              color: #a3be8c; }
          .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            cursor: default; }
            .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer button {
              padding: 6px 12px;
              border: none;
              background-color: transparent;
              cursor: pointer; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer button.signout-button {
                color: #434c5e;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                background-color: #d8dee9; }
              .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item > ul > li.layout-submenu-footer button.buy-mirage-button {
                color: #5e81ac;
                text-decoration: underline; }
      .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item.active-topmenuitem > ul {
        display: block;
        left: auto;
        right: 0; }
        .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item.active-topmenuitem > ul::before {
          left: auto;
          right: 0; }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper {
      display: none; }

@media (min-width: 992px) {
  .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul {
    display: block !important; } }
@media (max-width: 991px) {
  .layout-wrapper .layout-topbar .layout-topbar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
    -moz-box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15);
    box-shadow: 0 3px 5px 0 rgba(33, 35, 39, 0.15); }
    .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
      padding: 0 1em;
      height: 75px;
      -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); }
      .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button,
      .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button,
      .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-left: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button i,
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button i,
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button i {
          color: #231F20;
          font-size: 26px; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .sidebar-menu-button:hover i,
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button:hover i,
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover i {
          color: #231F20;
          font-size: 26px; }
      .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 1; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo .app-name {
            font-size: 22.5px;
            color: #231F20;
            margin-left: 10px; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo img {
            height: 45px;
            width: 45px;
            border: 0 none; }
      .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu-button {
        display: none; }
      .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
        display: block;
        position: fixed;
        top: 75px;
        left: 0;
        width: 240px;
        height: calc(100% - 75px);
        transform: translate3d(-240px, 0px, 0px);
        -moz-transition: transform 0.15s;
        -o-transition: transform 0.15s;
        -webkit-transition: transform 0.15s;
        transition: transform 0.15s;
        margin-top: 0; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu::before {
          display: none; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li {
          margin-bottom: 10px; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a {
            border: none;
            font-size: 14px;
            color: #231F20;
            padding: 10px;
            width: 100%;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            cursor: pointer; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a i {
              display: block;
              -moz-transition: all 0.15s;
              -o-transition: all 0.15s;
              -webkit-transition: all 0.15s;
              transition: all 0.15s;
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > a:hover {
              background-color: #f9fafb;
              -moz-transition: background-color 0.15s;
              -o-transition: background-color 0.15s;
              -webkit-transition: background-color 0.15s;
              transition: background-color 0.15s; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul {
            display: none;
            background-color: #f9fafb;
            margin-top: 0;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li {
              padding: 10px;
              padding-left: 20px;
              margin: 0;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              -moz-border-radius: 6px;
              -webkit-border-radius: 6px;
              border-radius: 6px;
              flex-direction: row-reverse; }
              .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li i {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                flex-grow: 1;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end; }
              .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span h3 {
                font-size: 14px;
                font-weight: normal; }
              .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li > span > span {
                display: none; }
              .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li > ul > li:hover {
                background-color: #ffffff;
                -moz-transition: background-color 0.15s;
                -o-transition: background-color 0.15s;
                -webkit-transition: background-color 0.15s;
                transition: background-color 0.15s; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > a {
            background-color: #231F20;
            -moz-transition: background-color 0.15s;
            -o-transition: background-color 0.15s;
            -webkit-transition: background-color 0.15s;
            transition: background-color 0.15s;
            color: #ffffff;
            border-radius: 0;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-box-shadow: 0 2px 4px 0 rgba(29, 29, 33, 0.24);
            -moz-box-shadow: 0 2px 4px 0 rgba(29, 29, 33, 0.24);
            box-shadow: 0 2px 4px 0 rgba(29, 29, 33, 0.24); }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > a i {
              -webkit-transform: rotate(-180deg);
              -moz-transform: rotate(-180deg);
              -o-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu > li.active-topmenuitem > ul {
            -webkit-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
            -moz-box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15);
            box-shadow: 3px 0 5px 0 rgba(33, 35, 39, 0.15); }
    .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
      height: 150px;
      display: none; }
      .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
        padding: 0;
        height: 50%;
        border-bottom: 1px solid rgba(145, 153, 169, 0.3);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-icon {
          font-size: 26px;
          color: #231F20; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-icon.fa-gift {
            font-size: 34px; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i, .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:focus i {
          color: #231F20;
          -moz-transition: color 0.15s;
          -o-transition: color 0.15s;
          -webkit-transition: color 0.15s;
          transition: color 0.15s; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
          -moz-transition: transform 0.15s;
          -o-transition: transform 0.15s;
          -webkit-transition: transform 0.15s;
          transition: transform 0.15s; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li::after {
          display: none;
          width: 100%;
          height: 6px;
          background-color: #231F20;
          content: " ";
          -moz-border-radius-topleft: 2px;
          -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
          -moz-border-radius-topright: 2px;
          -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
          position: absolute;
          bottom: -1px;
          left: 0px;
          -webkit-animation: fadeInDown .5s;
          /* Safari 4.0 - 8.0 */
          animation: fadeInDown .5s; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
          position: fixed;
          top: 150px;
          left: 1em;
          right: 1em; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul::before {
            display: none; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
            padding: 18px; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.seach-item {
              padding: 10px; }
              .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.seach-item > ul {
                padding: 0; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.calendar {
              padding: 0;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals {
              padding: 0; }
              .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul {
                padding: 0; }
                .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li.deals > ul > li {
                  padding: 18px; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > a {
          display: block; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu {
          display: none;
          position: fixed;
          list-style-type: none;
          margin: 0;
          top: 150px;
          left: 1em;
          right: 1em;
          z-index: 1000;
          min-width: 250px;
          background-color: #ffffff;
          -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu form {
            width: 100%; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu form input {
              width: 100%; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item::after {
          left: 14px; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item.active-topmenuitem .search-item-submenu {
          display: block; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem::after {
          display: block; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .profile-item {
          display: none; }
      .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        list-style-type: none;
        margin: 0;
        padding: 0 1em;
        height: 50%; }
        .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li {
          width: 100%; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > a {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 0;
            margin: 0; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > a .profile-image-wrapper img {
              width: 48px;
              height: 48px;
              border: 0 none; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul {
            display: none; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul .menu-text > p {
              margin: 3px; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul > li:not(.layout-submenu-footer):hover {
              background-color: #f9fafb;
              -moz-transition: background-color 0.15s;
              -o-transition: background-color 0.15s;
              -webkit-transition: background-color 0.15s;
              transition: background-color 0.15s; }
              .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li > ul > li:not(.layout-submenu-footer):hover i {
                color: #231F20; }
          .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li.active-topmenuitem > ul {
            display: block;
            left: auto;
            right: 0;
            width: 100%;
            top: 62px; }
            .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-mobile-wrapper > li.active-topmenuitem > ul::before {
              left: auto;
              right: 0;
              width: 100%; }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button {
    background-color: #231F20;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s; }
    .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button i {
      color: #ffffff; }
    .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .topbar-menu-mobile-button:hover {
      background-color: #231F20;
      -moz-transition: background-color 0.15s;
      -o-transition: background-color 0.15s;
      -webkit-transition: background-color 0.15s;
      transition: background-color 0.15s; }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
    top: 225px;
    height: calc(100% - 225px); }
  .layout-wrapper.layout-topbar-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
    display: block; }
  .layout-wrapper.layout-topbar-mobile-active .layout-rightpanel {
    top: 225px;
    height: calc(100% - 225px); }
  .layout-wrapper.layout-topbar-mobile-active .layout-sidebar {
    top: 225px; }
    .layout-wrapper.layout-topbar-mobile-active .layout-sidebar .layout-menu-container {
      height: calc(100% - 225px); }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button {
    background-color: #231F20;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s; }
    .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button i {
      color: #ffffff; }
    .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .megamenu-mobile-button:hover {
      background-color: #231F20;
      -moz-transition: background-color 0.15s;
      -o-transition: background-color 0.15s;
      -webkit-transition: background-color 0.15s;
      transition: background-color 0.15s; }
  .layout-wrapper.layout-megamenu-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-megamenu {
    transform: translate3d(0px, 0px, 0px); }
  .layout-wrapper.layout-megamenu-mobile-active .layout-main-mask {
    display: block; } }
.layout-rightpanel {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 75px;
  background-color: #ffffff;
  height: calc(100% - 75px);
  padding: 0;
  min-width: 285px;
  box-shadow: -3px 0 5px 0 rgba(33, 35, 39, 0.15);
  overflow: auto;
  transform: translate3d(400px, 0px, 0px);
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s; }
  .layout-rightpanel .right-panel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #20252e;
    padding: 24px 18px; }
    .layout-rightpanel .right-panel-header .title span {
      font-size: 14px;
      padding: 2px 6px;
      color: #ffffff;
      border-radius: 4px;
      background-color: #5e81ac; }
    .layout-rightpanel .right-panel-header .title h1 {
      color: #ffffff;
      font-size: 16px;
      margin: 0;
      margin-top: 12px;
      font-weight: normal; }
    .layout-rightpanel .right-panel-header .rightpanel-exit-button:hover i {
      color: #9199a9;
      -moz-transition: color 0.15s;
      -o-transition: color 0.15s;
      -webkit-transition: color 0.15s;
      transition: color 0.15s; }
    .layout-rightpanel .right-panel-header .rightpanel-exit-button i {
      font-size: 20px;
      color: #eceff4; }
  .layout-rightpanel .right-panel-content {
    padding-bottom: 60px; }
    .layout-rightpanel .right-panel-content .right-panel-content-row {
      border-bottom: 1px solid rgba(145, 153, 169, 0.3);
      padding: 24px 0; }
      .layout-rightpanel .right-panel-content .right-panel-content-row:last-child {
        border-bottom: none; }
      .layout-rightpanel .right-panel-content .right-panel-content-row h1 {
        font-size: 18px;
        margin: 0;
        margin-bottom: 18px;
        color: #231F20;
        font-weight: normal; }
      .layout-rightpanel .right-panel-content .right-panel-content-row .tasks {
        padding: 0; }
        .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 18px;
          margin-bottom: 18px; }
          .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-header .title h1 {
            margin-bottom: 0px; }
          .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-header .tasks-info span {
            font-size: 12px;
            color: #231F20; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-header .tasks-info span.highlighted {
              color: #231F20;
              font-weight: 500; }
        .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list {
          list-style: none;
          padding: 0; }
          .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 18px; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item:nth-child(even) {
              background-color: #f9fafb; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item .checkbox {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              align-items: center; }
              .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item .checkbox p {
                margin: 0;
                color: #231F20;
                margin-left: 10px; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item .tasks-day .time {
              border-radius: 2px;
              background-color: #88c0d0;
              color: #ffffff;
              font-size: 12px;
              padding: 3px 10px;
              text-align: center;
              min-width: 55px; }
              .layout-rightpanel .right-panel-content .right-panel-content-row .tasks .tasks-list .tasks-list-item .tasks-day .time.later {
                background-color: #9199a9; }
      .layout-rightpanel .right-panel-content .right-panel-content-row .calendar {
        padding: 18px; }
        .layout-rightpanel .right-panel-content .right-panel-content-row .calendar .ui-datepicker-inline {
          background-color: #ffffff;
          border: none; }
          .layout-rightpanel .right-panel-content .right-panel-content-row .calendar .ui-datepicker-inline .ui-datepicker-header {
            font-size: 13px;
            color: #231F20; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title span {
              color: #231F20; }
          .layout-rightpanel .right-panel-content .right-panel-content-row .calendar .ui-datepicker-inline .ui-datepicker-calendar th {
            color: #9199a9; }
          .layout-rightpanel .right-panel-content .right-panel-content-row .calendar .ui-datepicker-inline .ui-datepicker-calendar td a {
            color: #231F20; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .calendar .ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-active {
              color: #ffffff; }
      .layout-rightpanel .right-panel-content .right-panel-content-row .weather {
        padding: 0; }
        .layout-rightpanel .right-panel-content .right-panel-content-row .weather h1 {
          padding-left: 18px; }
        .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list {
          list-style: none;
          padding: 0; }
          .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 18px; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item:nth-child(even) {
              background-color: #f9fafb; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .time-location span {
              font-size: 12px;
              color: #9199a9; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .time-location p {
              font-weight: 500;
              margin: 0;
              margin-top: 6px;
              color: #231F20; }
            .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              align-items: center;
              width: 75px;
              justify-content: flex-start; }
              .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon {
                height: 36px;
                width: 36px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-right: 10px; }
                .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon.icon-1 {
                  background-color: #ebcb8b; }
                .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon.icon-2 {
                  background-color: #88c0d0; }
                .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon.icon-3 {
                  background-color: #5e81ac; }
                .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-icon.icon-4 {
                  background-color: #d08770; }
              .layout-rightpanel .right-panel-content .right-panel-content-row .weather .weather-list .weather-list-item .weather-info .weather-value {
                font-size: 18px;
                color: #231F20; }

.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s; }
.layout-wrapper.layout-rightpanel-active .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s; }
.layout-wrapper.layout-rightpanel-active .layout-rightpanel {
  transform: translate3d(0px, 0px, 0px); }

@media (max-width: 991px) {
  .layout-rightpanel-active .layout-rightpanel {
    transform: translate3d(0px, 0px, 0px); }
  .layout-rightpanel-active .layout-main-mask {
    display: block; } }
.layout-breadcrumb {
  background-color: #FFEB9D;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .layout-breadcrumb .breadcrumb .route-bar-breadcrumb {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0; }
    .layout-breadcrumb .breadcrumb .route-bar-breadcrumb li {
      padding: 0 5px;
      font-size: 13px;
      color: #9199a9; }
      .layout-breadcrumb .breadcrumb .route-bar-breadcrumb li:first-child {
        padding-left: 0; }
      .layout-breadcrumb .breadcrumb .route-bar-breadcrumb li i {
        font-weight: bold;
        font-size: 10px; }
      .layout-breadcrumb .breadcrumb .route-bar-breadcrumb li .ui-link {
        font-size: 13px;
        font-weight: 500;
        color: #231F20; }

@media (max-width: 991px) {
  .layout-breadcrumb {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0; }
    .layout-breadcrumb .breadcrumb {
      width: 100%;
      border-bottom: 1px solid rgba(145, 153, 169, 0.3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      padding: 0 30px;
      padding-bottom: 10px; }
    .layout-breadcrumb .notification {
      padding: 0 30px;
      padding-top: 10px;
      text-align: center; } }
.layout-content {
  padding: 2em; }

.layout-dashboard .overview-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  min-height: 90px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }
  .layout-dashboard .overview-box .overview-box-icon img {
    height: 50px;
    width: 50px; }
  .layout-dashboard .overview-box .overview-box-text h1 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin: 0; }
  .layout-dashboard .overview-box .overview-box-text span {
    color: #dcf2f9;
    font-size: 13px;
    font-weight: 500;
    margin: 0; }
  .layout-dashboard .overview-box .overview-box-status {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    width: 43px;
    height: 22px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
  .layout-dashboard .overview-box.overview-box-1 {
    background: -moz-linear-gradient(256deg, #65afc4 0%, #88c0d0 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #65afc4), color-stop(100%, #88c0d0));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(256deg, #65afc4 0%, #88c0d0 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(256deg, #65afc4 0%, #88c0d0 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(256deg, #65afc4 0%, #88c0d0 100%);
    /* ie10+ */
    background: linear-gradient(256deg, #65afc4 0%, #88c0d0 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65afc4', endColorstr='#88c0d0',GradientType=1 );
    /* ie6-9 */ }
    .layout-dashboard .overview-box.overview-box-1 .overview-box-text span {
      color: #dcf2f9; }
    .layout-dashboard .overview-box.overview-box-1 .overview-box-status {
      background-color: #d08770; }
  .layout-dashboard .overview-box.overview-box-2 {
    background: -moz-linear-gradient(256deg, #f2c260 0%, #ebcb8b 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f2c260), color-stop(100%, #ebcb8b));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(256deg, #f2c260 0%, #ebcb8b 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(256deg, #f2c260 0%, #ebcb8b 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(256deg, #f2c260 0%, #ebcb8b 100%);
    /* ie10+ */
    background: linear-gradient(256deg, #f2c260 0%, #ebcb8b 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c260', endColorstr='#ebcb8b',GradientType=1 );
    /* ie6-9 */ }
    .layout-dashboard .overview-box.overview-box-2 .overview-box-text span {
      color: #fcf5e8; }
    .layout-dashboard .overview-box.overview-box-2 .overview-box-status {
      background-color: #b48ead; }
  .layout-dashboard .overview-box.overview-box-3 {
    background: -moz-linear-gradient(256deg, #8fb56f 0%, #a3be8c 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #8fb56f), color-stop(100%, #a3be8c));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(256deg, #8fb56f 0%, #a3be8c 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(256deg, #8fb56f 0%, #a3be8c 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(256deg, #8fb56f 0%, #a3be8c 100%);
    /* ie10+ */
    background: linear-gradient(256deg, #8fb56f 0%, #a3be8c 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb56f', endColorstr='#a3be8c',GradientType=1 );
    /* ie6-9 */ }
    .layout-dashboard .overview-box.overview-box-3 .overview-box-text span {
      color: #f0f4ec; }
    .layout-dashboard .overview-box.overview-box-3 .overview-box-status {
      background-color: #ebcb8b;
      color: #3b4252; }
  .layout-dashboard .overview-box.overview-box-4 {
    background: -moz-linear-gradient(256deg, #a4719b 0%, #b48ead 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #a4719b), color-stop(100%, #b48ead));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(256deg, #a4719b 0%, #b48ead 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(256deg, #a4719b 0%, #b48ead 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(256deg, #a4719b 0%, #b48ead 100%);
    /* ie10+ */
    background: linear-gradient(256deg, #a4719b 0%, #b48ead 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4719b', endColorstr='#b48ead',GradientType=1 );
    /* ie6-9 */ }
    .layout-dashboard .overview-box.overview-box-4 .overview-box-text span {
      color: #f3ecf2; }
    .layout-dashboard .overview-box.overview-box-4 .overview-box-status {
      background-color: #a3be8c;
      color: #3b4252; }
.layout-dashboard .statistics {
  height: 100%;
  overflow: auto; }
  .layout-dashboard .statistics #dashboard-chart {
    background-color: #ffffff 4%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff 4%), to(#71B5C8 214%));
    background-image: -webkit-linear-gradient(top, #ffffff 4%, #71B5C8 214%);
    background-image: -moz-linear-gradient(top, #ffffff 4%, #71B5C8 214%);
    background-image: -ms-linear-gradient(top, #ffffff 4%, #71B5C8 214%);
    background-image: -o-linear-gradient(top, #ffffff 4%, #71B5C8 214%);
    background-image: linear-gradient(to bottom, #ffffff 4%, #71B5C8 214%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff 4%', endColorstr='#71B5C8 214%');
    background-color: #ffffff; }
  .layout-dashboard .statistics .dropdown {
    text-align: right;
    padding: 0; }
    .layout-dashboard .statistics .dropdown .ui-selectonemenu {
      border: none; }
      .layout-dashboard .statistics .dropdown .ui-selectonemenu .ui-selectonemenu-label {
        text-align: right; }
.layout-dashboard .news-row-wrapper {
  overflow: hidden;
  position: relative;
  margin: 1em 0;
  padding: 0;
  border-radius: 4px; }
  .layout-dashboard .news-row-wrapper .news-row {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    transition: transform 500ms ease 0s; }
    .layout-dashboard .news-row-wrapper .news-row .news {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 80px;
      padding-bottom: 35px;
      z-index: -1;
      flex: 1 0 100%;
      -moz-transition: visibility 0.8s;
      -o-transition: visibility 0.8s;
      -webkit-transition: visibility 0.8s;
      transition: visibility 0.8s;
      -moz-transition: transform 500ms ease 0s;
      -o-transition: transform 500ms ease 0s;
      -webkit-transition: transform 500ms ease 0s;
      transition: transform 500ms ease 0s;
      overflow: hidden; }
      .layout-dashboard .news-row-wrapper .news-row .news.news-1 {
        background-image: url("/javax.faces.resource/images/dashboard/news-1.png.xhtml?ln=mirage-layout&v=1_00"); }
        .layout-dashboard .news-row-wrapper .news-row .news.news-1 .news-title {
          background: -moz-linear-gradient(246deg, #f2c260 0%, #ebcb8b 100%);
          /* ff3.6+ */
          background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f2c260), color-stop(100%, #ebcb8b));
          /* safari4+,chrome */
          background: -webkit-linear-gradient(246deg, #f2c260 0%, #ebcb8b 100%);
          /* safari5.1+,chrome10+ */
          background: -o-linear-gradient(246deg, #f2c260 0%, #ebcb8b 100%);
          /* opera 11.10+ */
          background: -ms-linear-gradient(246deg, #f2c260 0%, #ebcb8b 100%);
          /* ie10+ */
          background: linear-gradient(246deg, #f2c260 0%, #ebcb8b 100%);
          /* w3c */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c260', endColorstr='#ebcb8b',GradientType=1 );
          /* ie6-9 */ }
        .layout-dashboard .news-row-wrapper .news-row .news.news-1 .link a {
          color: #ebcb8b; }
      .layout-dashboard .news-row-wrapper .news-row .news.news-2 {
        background-image: url("/javax.faces.resource/images/dashboard/news-2.png.xhtml?ln=mirage-layout&v=1_00"); }
        .layout-dashboard .news-row-wrapper .news-row .news.news-2 .news-title {
          background: -moz-linear-gradient(246deg, #8fb56f 0%, #a3be8c 100%);
          /* ff3.6+ */
          background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #8fb56f), color-stop(100%, #a3be8c));
          /* safari4+,chrome */
          background: -webkit-linear-gradient(246deg, #8fb56f 0%, #a3be8c 100%);
          /* safari5.1+,chrome10+ */
          background: -o-linear-gradient(246deg, #8fb56f 0%, #a3be8c 100%);
          /* opera 11.10+ */
          background: -ms-linear-gradient(246deg, #8fb56f 0%, #a3be8c 100%);
          /* ie10+ */
          background: linear-gradient(246deg, #8fb56f 0%, #a3be8c 100%);
          /* w3c */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb56f', endColorstr='#a3be8c',GradientType=1 );
          /* ie6-9 */ }
        .layout-dashboard .news-row-wrapper .news-row .news.news-2 .link a {
          color: #a3be8c; }
      .layout-dashboard .news-row-wrapper .news-row .news.news-3 {
        background-image: url("/javax.faces.resource/images/dashboard/news-3.png.xhtml?ln=mirage-layout&v=1_00"); }
        .layout-dashboard .news-row-wrapper .news-row .news.news-3 .news-title {
          background-color: #45b0d5;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#45b0d5), to(#59c7ed 99%));
          background-image: -webkit-linear-gradient(top, #45b0d5, #59c7ed 99%);
          background-image: -moz-linear-gradient(top, #45b0d5, #59c7ed 99%);
          background-image: -ms-linear-gradient(top, #45b0d5, #59c7ed 99%);
          background-image: -o-linear-gradient(top, #45b0d5, #59c7ed 99%);
          background-image: linear-gradient(to bottom, #45b0d5, #59c7ed 99%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b0d5', endColorstr='#59c7ed 99%'); }
        .layout-dashboard .news-row-wrapper .news-row .news.news-3 .link a {
          color: #88c0d0; }
      .layout-dashboard .news-row-wrapper .news-row .news .news-title {
        width: 55px;
        height: 25px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center; }
        .layout-dashboard .news-row-wrapper .news-row .news .news-title h1 {
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 1px;
          color: #434c5e;
          margin: 0; }
      .layout-dashboard .news-row-wrapper .news-row .news h2 {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff; }
      .layout-dashboard .news-row-wrapper .news-row .news p {
        color: #ffffff;
        opacity: 0.6;
        margin-bottom: 20px; }
      .layout-dashboard .news-row-wrapper .news-row .news .link {
        position: absolute;
        width: 95%;
        bottom: 20px; }
        .layout-dashboard .news-row-wrapper .news-row .news .link a {
          cursor: pointer; }
          .layout-dashboard .news-row-wrapper .news-row .news .link a i {
            margin-left: 5px; }
  .layout-dashboard .news-row-wrapper .link-points {
    position: absolute;
    width: 95%;
    bottom: 20px; }
    .layout-dashboard .news-row-wrapper .link-points .points {
      justify-content: flex-end;
      padding-top: 10px; }
      .layout-dashboard .news-row-wrapper .link-points .points .point {
        width: 10px;
        height: 10px;
        background-color: #eceff4;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 3px;
        cursor: pointer; }
        .layout-dashboard .news-row-wrapper .link-points .points .point.active-point.point-1 {
          background-color: #ebcb8b; }
        .layout-dashboard .news-row-wrapper .link-points .points .point.active-point.point-2 {
          background-color: #a3be8c; }
        .layout-dashboard .news-row-wrapper .link-points .points .point.active-point.point-3 {
          background-color: #88c0d0; }
.layout-dashboard .timeline .timeline-row {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #e5e9f0;
  background-color: #f9fafb;
  padding: 15px;
  width: 100%;
  margin: 12px 0; }
  .layout-dashboard .timeline .timeline-row > .p-grid > .p-col-1 {
    width: 40px; }
  .layout-dashboard .timeline .timeline-row > .p-grid > .p-col-11 {
    width: calc(100% - 40px);
    padding-left: 1em; }
  .layout-dashboard .timeline .timeline-row .timeline-icon {
    width: 36px;
    height: 36px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px; }
    .layout-dashboard .timeline .timeline-row .timeline-icon.camera-icon {
      background: -moz-linear-gradient(225deg, #65afc4 0%, #88c0d0 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #65afc4), color-stop(100%, #88c0d0));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(225deg, #65afc4 0%, #88c0d0 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(225deg, #65afc4 0%, #88c0d0 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(225deg, #65afc4 0%, #88c0d0 100%);
      /* ie10+ */
      background: linear-gradient(225deg, #65afc4 0%, #88c0d0 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65afc4', endColorstr='#88c0d0',GradientType=1 );
      /* ie6-9 */ }
    .layout-dashboard .timeline .timeline-row .timeline-icon.comment-icon {
      background: -moz-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f2c260), color-stop(100%, #ebcb8b));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
      /* ie10+ */
      background: linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c260', endColorstr='#ebcb8b',GradientType=1 );
      /* ie6-9 */ }
    .layout-dashboard .timeline .timeline-row .timeline-icon.chart-icon {
      background: -moz-linear-gradient(225deg, #a4719b 0%, #b48ead 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #a4719b), color-stop(100%, #b48ead));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(225deg, #a4719b 0%, #b48ead 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(225deg, #a4719b 0%, #b48ead 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(225deg, #a4719b 0%, #b48ead 100%);
      /* ie10+ */
      background: linear-gradient(225deg, #a4719b 0%, #b48ead 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4719b', endColorstr='#b48ead',GradientType=1 );
      /* ie6-9 */ }
  .layout-dashboard .timeline .timeline-row h2 {
    margin-top: 0;
    margin-bottom: 6px; }
  .layout-dashboard .timeline .timeline-row .timeline-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    color: #9199a9; }
  .layout-dashboard .timeline .timeline-row .timeline-images {
    margin-top: 15px;
    position: relative; }
    .layout-dashboard .timeline .timeline-row .timeline-images img {
      width: 100%; }
    .layout-dashboard .timeline .timeline-row .timeline-images .new {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-color: #434c5e;
      color: #d8dee9;
      font-size: 12px;
      position: absolute;
      top: -8px;
      right: -8px;
      padding: 3px 6px;
      text-align: center; }
.layout-dashboard .tasks {
  padding: 0;
  padding-top: 18px;
  height: 100%; }
  .layout-dashboard .tasks .title {
    padding-left: 18px; }
  .layout-dashboard .tasks .task-info {
    text-align: right;
    padding-right: 18px; }
    .layout-dashboard .tasks .task-info span {
      font-size: 12px;
      color: #9199a9; }
      .layout-dashboard .tasks .task-info span.highlighted {
        color: #231F20;
        font-weight: 500; }
  .layout-dashboard .tasks .checkboxes {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #231F20; }
    .layout-dashboard .tasks .checkboxes .checkbox-row {
      padding: 6px 18px; }
      .layout-dashboard .tasks .checkboxes .checkbox-row:nth-child(odd) {
        background-color: #f9fafb; }
      .layout-dashboard .tasks .checkboxes .checkbox-row .checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        .layout-dashboard .tasks .checkboxes .checkbox-row .checkbox p {
          margin-left: 12px; }
      .layout-dashboard .tasks .checkboxes .checkbox-row .checkbox-row-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .layout-dashboard .tasks .checkboxes .checkbox-row .checkbox-row-info .time {
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          background-color: #88c0d0;
          color: #ffffff;
          font-size: 12px;
          padding: 3px 10px;
          text-align: center;
          min-width: 55px;
          margin-right: 4px; }
          .layout-dashboard .tasks .checkboxes .checkbox-row .checkbox-row-info .time.later {
            background-color: #9199a9; }
        .layout-dashboard .tasks .checkboxes .checkbox-row .checkbox-row-info i {
          color: #9199a9;
          margin-left: 12px;
          cursor: pointer; }
          .layout-dashboard .tasks .checkboxes .checkbox-row .checkbox-row-info i:hover {
            color: #88c0d0;
            -moz-transition: color 0.15s;
            -o-transition: color 0.15s;
            -webkit-transition: color 0.15s;
            transition: color 0.15s; }
.layout-dashboard .support-request {
  height: 100%;
  position: relative; }
  .layout-dashboard .support-request .support-info {
    text-align: right; }
    .layout-dashboard .support-request .support-info p {
      font-size: 12px;
      color: #9199a9;
      margin: 0; }
    .layout-dashboard .support-request .support-info .highlited {
      color: #4c566a;
      font-weight: 500; }
  .layout-dashboard .support-request label {
    display: block;
    margin-bottom: 8px; }
  .layout-dashboard .support-request .ui-inputtext {
    margin-bottom: 16px;
    width: 100%;
    color: #9199a9; }
  .layout-dashboard .support-request .ui-inputtextarea {
    width: 100%;
    height: 45%;
    margin-bottom: 16px;
    color: #9199a9; }
  .layout-dashboard .support-request .resolution-button-bar {
    text-align: left; }
    .layout-dashboard .support-request .resolution-button-bar .ui-button {
      width: auto;
      margin-right: 15px;
      min-width: 125px;
      margin-bottom: 15px; }
      .layout-dashboard .support-request .resolution-button-bar .ui-button.secondary-button {
        padding: 0;
        background-color: transparent;
        color: #9199a9; }
.layout-dashboard .team {
  padding: 0;
  padding-top: 18px;
  height: 100%;
  position: relative; }
  .layout-dashboard .team h1 {
    padding-left: 18px; }
  .layout-dashboard .team ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .layout-dashboard .team ul li {
      padding: 12px 18px;
      border-top: 1px solid rgba(145, 153, 169, 0.3); }
      .layout-dashboard .team ul li:last-child {
        border-bottom: 1px solid rgba(145, 153, 169, 0.3); }
      .layout-dashboard .team ul li:nth-child(odd) {
        background-color: #f9fafb; }
      .layout-dashboard .team ul li .member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        .layout-dashboard .team ul li .member .team-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-items: center; }
          .layout-dashboard .team ul li .member .team-box .profile-image {
            margin-right: 10px; }
            .layout-dashboard .team ul li .member .team-box .profile-image img {
              width: 40px;
              height: 40px; }
          .layout-dashboard .team ul li .member .team-box h2 {
            font-size: 14px;
            font-weight: 500;
            margin: 0;
            color: #231F20; }
          .layout-dashboard .team ul li .member .team-box span {
            font-size: 12px;
            color: #9199a9; }
        .layout-dashboard .team ul li .member .icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          .layout-dashboard .team ul li .member .icons .icon {
            height: 25px;
            width: 25px;
            background-color: #eceff4;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin: 3px;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            align-items: center; }
            .layout-dashboard .team ul li .member .icons .icon i {
              color: #ffffff; }
            .layout-dashboard .team ul li .member .icons .icon.icon-hastag {
              background-color: #d08770; }
              .layout-dashboard .team ul li .member .icons .icon.icon-hastag:hover {
                background-color: #a76a57;
                -moz-transition: background-color 0.15s;
                -o-transition: background-color 0.15s;
                -webkit-transition: background-color 0.15s;
                transition: background-color 0.15s; }
            .layout-dashboard .team ul li .member .icons .icon.icon-twitter {
              background-color: #5e81ac; }
              .layout-dashboard .team ul li .member .icons .icon.icon-twitter:hover {
                background-color: #456184;
                -moz-transition: background-color 0.15s;
                -o-transition: background-color 0.15s;
                -webkit-transition: background-color 0.15s;
                transition: background-color 0.15s; }
            .layout-dashboard .team ul li .member .icons .icon.icon-prime {
              background-color: #bf616a; }
              .layout-dashboard .team ul li .member .icons .icon.icon-prime:hover {
                background-color: #9c4a52;
                -moz-transition: background-color 0.15s;
                -o-transition: background-color 0.15s;
                -webkit-transition: background-color 0.15s;
                transition: background-color 0.15s; }
.layout-dashboard .download-files {
  padding: 0;
  padding-top: 18px;
  position: relative; }
  .layout-dashboard .download-files .title {
    padding-left: 18px; }
  .layout-dashboard .download-files .files-info {
    text-align: right;
    padding-right: 18px; }
    .layout-dashboard .download-files .files-info span {
      font-size: 12px;
      color: #9199a9;
      cursor: pointer; }
      .layout-dashboard .download-files .files-info span:hover {
        color: #231F20;
        -moz-transition: color 0.15s;
        -o-transition: color 0.15s;
        -webkit-transition: color 0.15s;
        transition: color 0.15s; }
  .layout-dashboard .download-files ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 500px;
    overflow: auto; }
    .layout-dashboard .download-files ul li {
      padding: 15px;
      border-top: 1px solid rgba(145, 153, 169, 0.3); }
      .layout-dashboard .download-files ul li:last-child {
        border-bottom: 1px solid rgba(145, 153, 169, 0.3); }
      .layout-dashboard .download-files ul li .list-item {
        align-items: center;
        cursor: pointer; }
        .layout-dashboard .download-files ul li .list-item:hover .file-name h2 {
          color: #9199a9;
          -moz-transition: color 0.15s;
          -o-transition: color 0.15s;
          -webkit-transition: color 0.15s;
          transition: color 0.15s; }
        .layout-dashboard .download-files ul li .list-item .file-name {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-items: center; }
          .layout-dashboard .download-files ul li .list-item .file-name h2 {
            font-size: 14px;
            font-weight: 500;
            margin: 0;
            color: #231F20; }
        .layout-dashboard .download-files ul li .list-item .icon {
          text-align: center; }
        .layout-dashboard .download-files ul li .list-item .new {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          justify-content: flex-end; }
          .layout-dashboard .download-files ul li .list-item .new .new-tag {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            height: 20px;
            background-color: #434c5e;
            color: #d8dee9;
            font-size: 12px;
            width: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            align-items: center; }
.layout-dashboard .list-effect {
  height: 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(255, 255, 255, 0)');
  position: absolute;
  bottom: 0;
  left: 0; }
.layout-dashboard .store-items {
  position: relative; }
  .layout-dashboard .store-items .store-info {
    text-align: right; }
    .layout-dashboard .store-items .store-info .info-item {
      display: inline-block;
      margin-left: 15px;
      color: #9199a9;
      cursor: pointer; }
      .layout-dashboard .store-items .store-info .info-item:hover {
        color: #231F20;
        -moz-transition: color 0.15s;
        -o-transition: color 0.15s;
        -webkit-transition: color 0.15s;
        transition: color 0.15s; }
  .layout-dashboard .store-items .store-cards-container .store-cards {
    max-height: 489px;
    overflow: auto; }
    .layout-dashboard .store-items .store-cards-container .store-cards .store-card {
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      border: solid 1px #e5e9f0;
      background-color: #f9fafb;
      height: 100%; }
      .layout-dashboard .store-items .store-cards-container .store-cards .store-card .store-card-icons {
        text-align: center;
        padding: 6px;
        border-bottom: solid 1px #d8dee9; }
        .layout-dashboard .store-items .store-cards-container .store-cards .store-card .store-card-icons i {
          color: #9199a9;
          cursor: pointer;
          font-size: 20px; }
          .layout-dashboard .store-items .store-cards-container .store-cards .store-card .store-card-icons i:hover {
            color: #231F20;
            -moz-transition: color 0.15s;
            -o-transition: color 0.15s;
            -webkit-transition: color 0.15s;
            transition: color 0.15s; }
      .layout-dashboard .store-items .store-cards-container .store-cards .store-card .store-card-image img {
        width: 100%; }
      .layout-dashboard .store-items .store-cards-container .store-cards .store-card .store-card-content {
        text-align: center;
        padding-bottom: 12px; }
        .layout-dashboard .store-items .store-cards-container .store-cards .store-card .store-card-content h1 {
          margin: 6px;
          font-weight: 500;
          color: #231F20; }
        .layout-dashboard .store-items .store-cards-container .store-cards .store-card .store-card-content span {
          font-size: 12px;
          color: #9199a9; }
.layout-dashboard .card-graph {
  padding: 0;
  text-align: center;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 225px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .layout-dashboard .card-graph .graph-header {
    width: 100%;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    height: 124px; }
    .layout-dashboard .card-graph .graph-header h1 {
      padding-top: 18px;
      font-size: 18px;
      color: #4c566a; }
    .layout-dashboard .card-graph .graph-header .graph {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 50px;
      left: 50%;
      margin-left: -75px; }
      .layout-dashboard .card-graph .graph-header .graph .graph-center {
        width: 125px;
        height: 125px;
        background-color: #2e3440;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2e3440), to(#eceff4));
        background-image: -webkit-linear-gradient(top, #2e3440, #eceff4);
        background-image: -moz-linear-gradient(top, #2e3440, #eceff4);
        background-image: -ms-linear-gradient(top, #2e3440, #eceff4);
        background-image: -o-linear-gradient(top, #2e3440, #eceff4);
        background-image: linear-gradient(to bottom, #2e3440, #eceff4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3440', endColorstr='#eceff4');
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute; }
      .layout-dashboard .card-graph .graph-header .graph .graph-border {
        width: 150px;
        height: 150px;
        background-color: #f2c260;
        background-image: -webkit-gradient(linear, right top, left top, from(#f2c260), to(#ebcb8b));
        background-image: -webkit-linear-gradient(right, #f2c260, #ebcb8b);
        background-image: -moz-linear-gradient(right, #f2c260, #ebcb8b);
        background-image: -ms-linear-gradient(right, #f2c260, #ebcb8b);
        background-image: -o-linear-gradient(right, #f2c260, #ebcb8b);
        background-image: linear-gradient(right, #f2c260, #ebcb8b);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c260', endColorstr='#ebcb8b', gradientType='1');
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: relative; }
        .layout-dashboard .card-graph .graph-header .graph .graph-border .graph-block {
          position: absolute;
          right: 0;
          bottom: 0;
          height: 150px;
          width: 64px;
          background-color: #ffffff;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          height: 115px;
          -moz-border-radius-topright: 50%;
          -webkit-border-top-right-radius: 50%;
          border-top-right-radius: 50%;
          -moz-border-radius-bottomright: 50%;
          -webkit-border-bottom-right-radius: 50%;
          border-bottom-right-radius: 50%; }
  .layout-dashboard .card-graph .graph-content {
    padding: 18px;
    color: #9199a9;
    border-top: solid 1px rgba(145, 153, 169, 0.3);
    background-color: #ffffff;
    position: relative;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100%;
    z-index: 10;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .layout-dashboard .card-graph .graph-content h1 {
      margin-top: 10px;
      color: #231F20;
      margin-bottom: 6px; }
    .layout-dashboard .card-graph .graph-content hr {
      width: 42px;
      height: 1px;
      background-color: rgba(145, 153, 169, 0.2);
      border: none; }
    .layout-dashboard .card-graph .graph-content .graph-icon {
      width: 30px;
      height: 30px;
      box-shadow: inset 0 2px 0 0 rgba(208, 135, 112, 0.11);
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -15px;
      left: 50%;
      margin-left: -15px; }
    .layout-dashboard .card-graph .graph-content .jun {
      position: absolute;
      right: 15%;
      top: 0; }
  .layout-dashboard .card-graph.graph-1 .graph-header .graph .graph-center {
    background-color: #eceff4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eceff4), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #eceff4, #ffffff);
    background-image: -moz-linear-gradient(top, #eceff4, #ffffff);
    background-image: -ms-linear-gradient(top, #eceff4, #ffffff);
    background-image: -o-linear-gradient(top, #eceff4, #ffffff);
    background-image: linear-gradient(to bottom, #eceff4, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eceff4', endColorstr='#ffffff'); }
  .layout-dashboard .card-graph.graph-1 .graph-content .graph-icon {
    background: -moz-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f2c260), color-stop(100%, #ebcb8b));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* ie10+ */
    background: linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c260', endColorstr='#ebcb8b',GradientType=1 );
    /* ie6-9 */ }
  .layout-dashboard .card-graph.graph-2 .graph-header {
    background-image: url("/javax.faces.resource/images/dashboard/bg-box-1.jpg.xhtml?ln=mirage-layout&v=1_00");
    background-size: cover; }
    .layout-dashboard .card-graph.graph-2 .graph-header .graph .graph-border {
      background-color: #4c566a;
      background-image: -webkit-gradient(linear, left top, right top, from(#4c566a), to(#2e3440));
      background-image: -webkit-linear-gradient(left, #4c566a, #2e3440);
      background-image: -moz-linear-gradient(left, #4c566a, #2e3440);
      background-image: -ms-linear-gradient(left, #4c566a, #2e3440);
      background-image: -o-linear-gradient(left, #4c566a, #2e3440);
      background-image: linear-gradient(left, #4c566a, #2e3440);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c566a', endColorstr='#2e3440', gradientType='1'); }
  .layout-dashboard .card-graph.graph-2 .graph-content {
    background-color: #2e3440; }
    .layout-dashboard .card-graph.graph-2 .graph-content h1 {
      color: #eceff4; }
    .layout-dashboard .card-graph.graph-2 .graph-content .graph-icon {
      background-color: #2e3440; }
  .layout-dashboard .card-graph.graph-3 .graph-header {
    background-image: url("/javax.faces.resource/images/dashboard/bg-box.jpg.xhtml?ln=mirage-layout&v=1_00");
    background-size: cover; }
    .layout-dashboard .card-graph.graph-3 .graph-header h1 {
      color: #ffffff; }
    .layout-dashboard .card-graph.graph-3 .graph-header .graph .graph-center {
      background-color: #eceff4;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#eceff4), to(#ffffff));
      background-image: -webkit-linear-gradient(top, #eceff4, #ffffff);
      background-image: -moz-linear-gradient(top, #eceff4, #ffffff);
      background-image: -ms-linear-gradient(top, #eceff4, #ffffff);
      background-image: -o-linear-gradient(top, #eceff4, #ffffff);
      background-image: linear-gradient(to bottom, #eceff4, #ffffff);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eceff4', endColorstr='#ffffff'); }
  .layout-dashboard .card-graph.graph-3 .graph-content .graph-icon {
    background: -moz-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f2c260), color-stop(100%, #ebcb8b));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* ie10+ */
    background: linear-gradient(225deg, #f2c260 0%, #ebcb8b 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c260', endColorstr='#ebcb8b',GradientType=1 );
    /* ie6-9 */ }
  .layout-dashboard .card-graph.graph-4 .graph-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .layout-dashboard .card-graph.graph-4 .graph-header .title-tag {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-color: #434c5e;
      color: #d8dee9;
      font-size: 12px;
      position: absolute;
      top: -8px;
      left: -8px;
      padding: 3px 6px;
      text-align: center; }
    .layout-dashboard .card-graph.graph-4 .graph-header img {
      display: block;
      width: 100%;
      max-height: 120px; }
  .layout-dashboard .card-graph.graph-4 .graph-content .graph-icon {
    background-color: #45b0d5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#45b0d5), to(#59c7ed));
    background-image: -webkit-linear-gradient(top, #45b0d5, #59c7ed);
    background-image: -moz-linear-gradient(top, #45b0d5, #59c7ed);
    background-image: -ms-linear-gradient(top, #45b0d5, #59c7ed);
    background-image: -o-linear-gradient(top, #45b0d5, #59c7ed);
    background-image: linear-gradient(to bottom, #45b0d5, #59c7ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b0d5', endColorstr='#59c7ed'); }
.layout-dashboard .map {
  padding: 0; }
  .layout-dashboard .map .map-image {
    position: relative; }
    .layout-dashboard .map .map-image img {
      width: 100%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  .layout-dashboard .map .map-info {
    padding: 12px; }
    .layout-dashboard .map .map-info .map-info-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; }
      .layout-dashboard .map .map-info .map-info-header h2 {
        color: #231F20;
        font-size: 14px;
        margin: 0; }
      .layout-dashboard .map .map-info .map-info-header .location-change {
        text-align: right;
        cursor: pointer; }
        .layout-dashboard .map .map-info .map-info-header .location-change span, .layout-dashboard .map .map-info .map-info-header .location-change i {
          color: #9199a9;
          font-size: 12px; }
        .layout-dashboard .map .map-info .map-info-header .location-change:hover span, .layout-dashboard .map .map-info .map-info-header .location-change:hover i {
          color: #231F20;
          -moz-transition: color 0.15s;
          -o-transition: color 0.15s;
          -webkit-transition: color 0.15s;
          transition: color 0.15s; }
    .layout-dashboard .map .map-info .map-info-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; }
      .layout-dashboard .map .map-info .map-info-bar .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1em;
        cursor: pointer; }
        .layout-dashboard .map .map-info .map-info-bar .info:hover span {
          color: #9199a9;
          -moz-transition: color 0.15s;
          -o-transition: color 0.15s;
          -webkit-transition: color 0.15s;
          transition: color 0.15s; }
        .layout-dashboard .map .map-info .map-info-bar .info:last-child {
          border-right: none; }
        .layout-dashboard .map .map-info .map-info-bar .info .location-point {
          height: 18px;
          width: 18px;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          cursor: pointer;
          margin-right: 5px; }
          .layout-dashboard .map .map-info .map-info-bar .info .location-point.point-1 {
            background-color: #bf616a; }
          .layout-dashboard .map .map-info .map-info-bar .info .location-point.point-2 {
            background-color: #b48ead; }
          .layout-dashboard .map .map-info .map-info-bar .info .location-point.point-3 {
            background-color: #d08770; }
        .layout-dashboard .map .map-info .map-info-bar .info a {
          text-decoration: underline;
          color: #5e81ac; }

.raiz_dashboard h1 {
  font-weight: 700;
  font-size: 20px; }
.raiz_dashboard .conta.ui-scrollpanel {
  max-height: 415px;
  border: none;
  margin: 0; }
.raiz_dashboard .conta hr {
  border: none;
  border-bottom: 1px solid #eceff4; }
.raiz_dashboard .conta .clear {
  clear: both; }
.raiz_dashboard .conta .conta_info {
  margin: 25px 0px; }
  .raiz_dashboard .conta .conta_info .box {
    display: block;
    margin: 10px;
    text-align: left; }
    .raiz_dashboard .conta .conta_info .box .banco {
      display: inline-block; }
      .raiz_dashboard .conta .conta_info .box .banco img {
        max-width: 30px;
        max-height: 30px;
        vertical-align: 0px;
        margin-right: 10px; }
      .raiz_dashboard .conta .conta_info .box .banco i.material-icons {
        margin-right: 10px;
        font-size: 30px; }
        .raiz_dashboard .conta .conta_info .box .banco i.material-icons.caixa {
          vertical-align: 0px; }
        .raiz_dashboard .conta .conta_info .box .banco i.material-icons.sem_conta {
          vertical-align: -10px; }
        .raiz_dashboard .conta .conta_info .box .banco i.material-icons.green {
          color: #07ab07; }
        .raiz_dashboard .conta .conta_info .box .banco i.material-icons.blue {
          color: #024dbd; }
    .raiz_dashboard .conta .conta_info .box .tipo_conta {
      display: inline-block;
      text-align: left; }
      .raiz_dashboard .conta .conta_info .box .tipo_conta div {
        display: block; }
        .raiz_dashboard .conta .conta_info .box .tipo_conta div.label {
          font-weight: 700; }
    .raiz_dashboard .conta .conta_info .box .ag_conta {
      margin-right: 10px;
      display: inline-block; }
      .raiz_dashboard .conta .conta_info .box .ag_conta div {
        display: inline-block; }
      .raiz_dashboard .conta .conta_info .box .ag_conta .label {
        width: 30px;
        text-align: right; }
  .raiz_dashboard .conta .conta_info .box_saldo {
    display: block;
    margin: 12px 6px;
    text-align: right; }
    .raiz_dashboard .conta .conta_info .box_saldo .left {
      float: left; }
    .raiz_dashboard .conta .conta_info .box_saldo .right {
      float: right; }
      .raiz_dashboard .conta .conta_info .box_saldo .right .saldo {
        font-weight: 700;
        font-size: 20px; }
    .raiz_dashboard .conta .conta_info .box_saldo a:hover {
      text-decoration: underline; }
    .raiz_dashboard .conta .conta_info .box_saldo a i.material-icons {
      vertical-align: -5px; }

.login-body {
  background-color: #fff; }
  .login-body .bold {
    font-weight: 700; }
  .login-body .forms {
    margin-top: 30px;
    text-align: left; }
    .login-body .forms .input-wrapper {
      position: relative;
      margin-bottom: 20px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      text-align: left; }
      .login-body .forms .input-wrapper input {
        color: #231f20;
        width: 100%;
        background-color: transparent;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: solid 1px #cccccc;
        margin-top: 6px;
        padding: 12px 10px 12px 10px;
        font-size: 16px; }
        .login-body .forms .input-wrapper input.ui-state-disabled {
          background-color: #fcecece;
          border-color: #f7f7f7;
          color: #231f20;
          font-weight: 700; }
      .login-body .forms .input-wrapper .ui-selectonemenu {
        border: solid 1px #c3ccdd;
        margin-top: 6px;
        width: 100%; }
        .login-body .forms .input-wrapper .ui-selectonemenu .ui-selectonemenu-label {
          padding: 12px 10px 12px 10px;
          font-size: 16px;
          font-weight: 400;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .login-body .forms .input-wrapper .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon-triangle-1-s {
          margin-top: 14px; }
      .login-body .forms .input-wrapper i {
        position: absolute;
        color: #d8dee9;
        font-size: 16px;
        top: 50%;
        right: .8em;
        margin-top: 3px; }
      .login-body .forms .input-wrapper label {
        font-weight: 700;
        color: #231F20; }
      .login-body .forms .input-wrapper .ui-chkbox.ui-widget {
        margin-left: -6px; }
  .login-body .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .login-body .buttons .ui-button {
      margin-top: 15px;
      background-color: #07ab07;
      border: none;
      min-width: 100px;
      padding: 2px;
      color: #fff; }
      .login-body .buttons .ui-button.ui-state-hover {
        background-color: #77d277;
        -moz-transition: background-color 0.15s;
        -o-transition: background-color 0.15s;
        -webkit-transition: background-color 0.15s;
        transition: background-color 0.15s; }
      .login-body .buttons .ui-button.secondary-button {
        background-color: transparent;
        border: none;
        color: #1a68c7;
        padding: 2px 0; }
        .login-body .buttons .ui-button.secondary-button span {
          padding: 0; }
        .login-body .buttons .ui-button.secondary-button.crie_agora {
          min-width: auto; }
          .login-body .buttons .ui-button.secondary-button.crie_agora span {
            font-weight: 700; }
        .login-body .buttons .ui-button.secondary-button.ui-state-hover {
          background-color: transparent;
          color: #5E81AC;
          -moz-transition: color 0.15s;
          -o-transition: color 0.15s;
          -webkit-transition: color 0.15s;
          transition: color 0.15s; }
          .login-body .buttons .ui-button.secondary-button.ui-state-hover span {
            text-decoration: underline; }
  .login-body .company-login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .login-body .company-login-content .company-login-bg-side {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
      .login-body .company-login-content .company-login-bg-side .company-login-bg-side__blank-img {
        width: 66.666667%;
        height: 100%;
        position: fixed; }
        .login-body .company-login-content .company-login-bg-side .company-login-bg-side__blank-img .blank-img {
          /*background-image: url("/javax.faces.resource/images/pages/bg-login10.jpg.xhtml?ln=mirage-layout&v=1_00");*/
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: 50%;
          background-position-x: center;
          background-position-y: center;
          background-repeat: no-repeat;
          background-size: cover; }
    .login-body .company-login-content .company-login-content-side {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      min-height: 100vh; }
      .login-body .company-login-content .company-login-content-side .company-login-panel {
        max-width: 475px;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto; }
        .login-body .company-login-content .company-login-content-side .company-login-panel .logo {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .login-body .company-login-content .company-login-content-side .company-login-panel .logo img {
            height: 80px; }
        .login-body .company-login-content .company-login-content-side .company-login-panel .company-login-panel-content {
          z-index: 100;
          width: 100%;
          text-align: center;
          padding: 0 6%; }
          .login-body .company-login-content .company-login-content-side .company-login-panel .company-login-panel-content h1 {
            font-size: 42px;
            font-weight: 100;
            letter-spacing: 1px;
            margin: 20px 0;
            color: #ffffff; }
          .login-body .company-login-content .company-login-content-side .company-login-panel .company-login-panel-content p {
            margin-top: 10px;
            font-size: 17px;
            color: #231f20;
            font-weight: 700; }
        .login-body .company-login-content .company-login-content-side .company-login-panel.esqueci_minha_senha {
          max-width: 345px; }
          .login-body .company-login-content .company-login-content-side .company-login-panel.esqueci_minha_senha .company-login-panel-content p {
            font-size: 14px;
            color: #949494;
            font-weight: 400; }
          .login-body .company-login-content .company-login-content-side .company-login-panel.esqueci_minha_senha .company-login-panel-content .subtitle {
            font-size: 18px;
            color: #231F20;
            border-bottom: 1px solid rgba(76, 86, 106, 0.2);
            line-height: 45px; }
    @media screen and (max-width: 1199px) {
      .login-body .company-login-content {
        background-image: -webkit-linear-gradient(top, rgba(26, 104, 199, 0.1), rgba(226, 214, 214, 0.1)); }
        .login-body .company-login-content .company-login-content-side {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
          .login-body .company-login-content .company-login-content-side .company-login-panel .company-login-panel-content {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background: #ffffff;
            padding: 40px 30px; }
          .login-body .company-login-content .company-login-content-side .company-login-panel.esqueci_minha_senha {
            max-width: 360px; }
        .login-body .company-login-content .company-login-bg-side {
          display: none; } }
  .login-body .accountant-login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .login-body .accountant-login-content .accountant-login-content-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      height: 65vh; }
      .login-body .accountant-login-content .accountant-login-content-left .accountant-login-panel {
        max-width: 450px;
        height: 65vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto; }
        .login-body .accountant-login-content .accountant-login-content-left .accountant-login-panel .accountant-login-panel-content {
          z-index: 100;
          width: 100%;
          padding: 0 6%;
          text-align: center; }
          .login-body .accountant-login-content .accountant-login-content-left .accountant-login-panel .accountant-login-panel-content .logo {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .login-body .accountant-login-content .accountant-login-content-left .accountant-login-panel .accountant-login-panel-content .logo img {
              height: 80px; }
          .login-body .accountant-login-content .accountant-login-content-left .accountant-login-panel .accountant-login-panel-content h1 {
            font-size: 42px;
            font-weight: 100;
            letter-spacing: 1px;
            margin: 20px 0;
            color: #ffffff; }
          .login-body .accountant-login-content .accountant-login-content-left .accountant-login-panel .accountant-login-panel-content p {
            margin-top: 10px;
            font-size: 17px;
            color: #231f20;
            font-weight: 700; }
    .login-body .accountant-login-content .accountant-login-content-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%; }
      .login-body .accountant-login-content .accountant-login-content-right .accountant-area-contador {
        background-image: -webkit-linear-gradient(top, rgba(26, 104, 199, 0.1), rgba(226, 214, 214, 0.1));
        width: 100%;
        height: 100%;
        padding: 15px; }
        .login-body .accountant-login-content .accountant-login-content-right .accountant-area-contador img.mini-accountant {
          width: 100px; }
        .login-body .accountant-login-content .accountant-login-content-right .accountant-area-contador h1 {
          color: #ffcb08;
          font-size: 40px; }
        .login-body .accountant-login-content .accountant-login-content-right .accountant-area-contador h3 {
          font-style: italic;
          color: #1a68c7;
          padding-inline-start: 40px; }
        .login-body .accountant-login-content .accountant-login-content-right .accountant-area-contador ul li {
          position: relative;
          list-style: none;
          font-size: 16px;
          line-height: 24px;
          color: #5b627d;
          padding-left: 25px;
          margin-bottom: calc(1 * 8px); }
          .login-body .accountant-login-content .accountant-login-content-right .accountant-area-contador ul li::before {
            content: '';
            background: url("/javax.faces.resource/images/pages/icone/check.png.xhtml?ln=mirage-layout&v=1_00") center no-repeat #4aba58;
            width: 17px;
            height: 17px;
            border-radius: 100%;
            position: absolute;
            top: 3px;
            left: 0; }
    @media screen and (max-width: 1199px) {
      .login-body .accountant-login-content {
        background-image: -webkit-linear-gradient(top, rgba(26, 104, 199, 0.1), rgba(226, 214, 214, 0.1)); }
        .login-body .accountant-login-content .accountant-login-content-left {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          height: 100vh; }
          .login-body .accountant-login-content .accountant-login-content-left .accountant-login-panel {
            height: 100vh; }
            .login-body .accountant-login-content .accountant-login-content-left .accountant-login-panel .accountant-login-panel-content {
              -moz-border-radius: 4px;
              -webkit-border-radius: 4px;
              border-radius: 4px;
              background: #ffffff;
              padding: 40px 30px; }
        .login-body .accountant-login-content .accountant-login-content-right {
          display: none; } }
  .login-body .accountant-login-bottom {
    width: 100%;
    height: 35vh;
    position: fixed; }
    .login-body .accountant-login-bottom .accountant-login-bottom__blank-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: cover; }
  @media screen and (max-width: 1199px) {
    .login-body .accountant-login-bottom {
      display: none; } }
  .login-body .accountant-login-content-forgot-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(top, rgba(26, 104, 199, 0.1), rgba(226, 214, 214, 0.1)); }
    .login-body .accountant-login-content-forgot-pass .accountant-login-content-forgot-pass-center {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      height: 100vh; }
      .login-body .accountant-login-content-forgot-pass .accountant-login-content-forgot-pass-center .accountant-login-panel-forgot-pass {
        max-width: 385px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10px auto;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #ffffff;
        padding: 35px 35px; }
        .login-body .accountant-login-content-forgot-pass .accountant-login-content-forgot-pass-center .accountant-login-panel-forgot-pass .accountant-login-panel-content-forgot-pass {
          z-index: 100;
          width: 100%;
          padding: 0 2%;
          text-align: center; }
          .login-body .accountant-login-content-forgot-pass .accountant-login-content-forgot-pass-center .accountant-login-panel-forgot-pass .accountant-login-panel-content-forgot-pass .logo {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .login-body .accountant-login-content-forgot-pass .accountant-login-content-forgot-pass-center .accountant-login-panel-forgot-pass .accountant-login-panel-content-forgot-pass .logo img {
              height: 80px; }
          .login-body .accountant-login-content-forgot-pass .accountant-login-content-forgot-pass-center .accountant-login-panel-forgot-pass .accountant-login-panel-content-forgot-pass p {
            font-size: 14px;
            color: #949494; }
          .login-body .accountant-login-content-forgot-pass .accountant-login-content-forgot-pass-center .accountant-login-panel-forgot-pass .accountant-login-panel-content-forgot-pass p.title {
            font-size: 35px;
            color: #ffcb08;
            margin: 15px 0px; }
          .login-body .accountant-login-content-forgot-pass .accountant-login-content-forgot-pass-center .accountant-login-panel-forgot-pass .accountant-login-panel-content-forgot-pass p.subtitle {
            font-size: 18px;
            color: #231F20;
            border-bottom: 1px solid rgba(76, 86, 106, 0.2);
            line-height: 45px; }
  .login-body .company-register-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .login-body .company-register-content .company-register-content-center {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      min-height: 100vh; }
      .login-body .company-register-content .company-register-content-center .company-register-panel {
        max-width: 475px;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto; }
        .login-body .company-register-content .company-register-content-center .company-register-panel .company-register-panel-content {
          z-index: 100;
          width: 100%;
          text-align: center;
          padding: 0 6%; }
          .login-body .company-register-content .company-register-content-center .company-register-panel .company-register-panel-content .logo {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .login-body .company-register-content .company-register-content-center .company-register-panel .company-register-panel-content .logo img {
              height: 80px; }
          .login-body .company-register-content .company-register-content-center .company-register-panel .company-register-panel-content h1 {
            font-size: 42px;
            font-weight: 100;
            letter-spacing: 1px;
            margin: 20px 0;
            color: #ffffff; }
          .login-body .company-register-content .company-register-content-center .company-register-panel .company-register-panel-content p {
            margin-top: 10px;
            font-size: 17px;
            color: #231f20;
            font-weight: 700; }
    @media screen and (max-width: 1199px) {
      .login-body .company-register-content {
        background-image: -webkit-linear-gradient(top, rgba(26, 104, 199, 0.1), rgba(226, 214, 214, 0.1)); }
        .login-body .company-register-content .company-register-content-center {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
          .login-body .company-register-content .company-register-content-center .company-register-panel .company-register-panel-content {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background: #ffffff;
            padding: 40px 30px; } }

body.login-body-acc .accountant-login-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff; }
  body.login-body-acc .accountant-login-content .login-content-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    height: 65vh; }
    body.login-body-acc .accountant-login-content .login-content-left .login-panel {
      max-width: 450px;
      height: 65vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto; }
      body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content {
        z-index: 100;
        width: 100%;
        padding: 0 6%;
        text-align: center; }
        body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .logo {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .logo img {
            height: 80px; }
        body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content h1 {
          font-size: 42px;
          font-weight: 100;
          letter-spacing: 1px;
          margin: 20px 0;
          color: #ffffff; }
        body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content p {
          margin-top: 10px;
          font-size: 17px;
          color: #231f20;
          font-weight: 700; }
        body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .forms {
          margin-top: 30px;
          text-align: left; }
          body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .forms .login-input-wrapper {
            position: relative;
            margin-bottom: 20px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            text-align: left; }
            body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .forms .login-input-wrapper input {
              color: #231f20;
              width: 100%;
              background-color: transparent;
              -moz-border-radius: 4px;
              -webkit-border-radius: 4px;
              border-radius: 4px;
              border: solid 1px #c3ccdd;
              margin-top: 6px;
              padding: 12px 10px 12px 10px;
              font-size: 16px; }
            body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .forms .login-input-wrapper i {
              position: absolute;
              color: #d8dee9;
              font-size: 16px;
              top: 50%;
              right: .8em;
              margin-top: 3px; }
            body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .forms .login-input-wrapper label {
              font-weight: 700; }
          body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .forms .ui-chkbox.ui-widget {
            margin-left: -6px; }
          body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .forms label {
            color: #231F20; }
        body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .buttons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .buttons .ui-button {
            margin-top: 15px;
            background-color: #07ab07;
            border: none;
            min-width: 100px;
            padding: 2px;
            color: #fff; }
            body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .buttons .ui-button.ui-state-hover {
              background-color: #77d277;
              -moz-transition: background-color 0.15s;
              -o-transition: background-color 0.15s;
              -webkit-transition: background-color 0.15s;
              transition: background-color 0.15s; }
            body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .buttons .ui-button.secondary-button {
              background-color: transparent;
              border: none;
              color: #1a68c7;
              padding: 2px 0; }
              body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .buttons .ui-button.secondary-button span {
                padding: 0; }
              body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .buttons .ui-button.secondary-button.crie_agora {
                min-width: auto; }
                body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .buttons .ui-button.secondary-button.crie_agora span {
                  font-weight: 700; }
              body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .buttons .ui-button.secondary-button.ui-state-hover {
                background-color: transparent;
                color: #5E81AC;
                -moz-transition: color 0.15s;
                -o-transition: color 0.15s;
                -webkit-transition: color 0.15s;
                transition: color 0.15s; }
                body.login-body-acc .accountant-login-content .login-content-left .login-panel .login-panel-content .buttons .ui-button.secondary-button.ui-state-hover span {
                  text-decoration: underline; }
  body.login-body-acc .accountant-login-content .login-content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  @media screen and (max-width: 1199px) {
    body.login-body-acc .accountant-login-content .login-content-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      height: 100vh; }
    body.login-body-acc .accountant-login-content .login-content-right {
      display: none; } }
body.login-body-acc .login-bottom {
  width: 100%;
  height: 35vh;
  position: fixed; }
  body.login-body-acc .login-bottom .login-bottom__blank-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover; }
@media screen and (max-width: 1199px) {
  body.login-body-acc .login-bottom {
    display: none; } }

.exception-body::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: .7; }
.exception-body .exception-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .exception-body .exception-content .moon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .exception-body .exception-content .exception-panel {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-top: none;
    width: 50%; }
    .exception-body .exception-content .exception-panel .exception-panel-content {
      z-index: 100;
      height: 50%;
      width: 50%; }
      .exception-body .exception-content .exception-panel .exception-panel-content h1 {
        font-size: 42px;
        font-weight: 100;
        letter-spacing: 1px;
        margin: 20px 0; }
      .exception-body .exception-content .exception-panel .exception-panel-content .seperator {
        width: 99px;
        height: 1px;
        background-color: #9199a9; }
      .exception-body .exception-content .exception-panel .exception-panel-content .tag {
        font-size: 14px;
        font-weight: 500;
        border-radius: 4px;
        padding: 3px 6px;
        margin-bottom: 20px; }
      .exception-body .exception-content .exception-panel .exception-panel-content p {
        margin-top: 25px;
        font-size: 16px; }
      .exception-body .exception-content .exception-panel .exception-panel-content button {
        margin-top: 30px;
        background-color: #5e81ac;
        border: none; }
  .exception-body .exception-content .desert {
    width: 100%;
    height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0; }
.exception-body.notfound {
  background-color: #20252e; }
  .exception-body.notfound::after {
    background-color: #444c5b -9%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444c5b -9%), to(#20252e));
    background-image: -webkit-linear-gradient(top, #444c5b -9%, #20252e);
    background-image: -moz-linear-gradient(top, #444c5b -9%, #20252e);
    background-image: -ms-linear-gradient(top, #444c5b -9%, #20252e);
    background-image: -o-linear-gradient(top, #444c5b -9%, #20252e);
    background-image: linear-gradient(to bottom, #444c5b -9%, #20252e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444c5b -9%', endColorstr='#20252e'); }
  .exception-body.notfound .exception-content .exception-panel {
    border-color: rgba(76, 86, 106, 0.3);
    background-color: rgba(0, 0, 0, 0.3); }
    .exception-body.notfound .exception-content .exception-panel .exception-panel-content h1 {
      color: #9199a9; }
    .exception-body.notfound .exception-content .exception-panel .exception-panel-content .tag {
      background-color: #eceff4; }
    .exception-body.notfound .exception-content .exception-panel .exception-panel-content p {
      color: #c3ccdd; }
  .exception-body.notfound .exception-content .desert {
    background-image: url("/javax.faces.resource/images/pages/asset-desert-night.svg.xhtml?ln=mirage-layout&v=1_00"); }
.exception-body.error {
  background-color: #d07b70; }
  .exception-body.error::after {
    background-color: #5b4444 -9%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5b4444 -9%), to(#20262e));
    background-image: -webkit-linear-gradient(top, #5b4444 -9%, #20262e);
    background-image: -moz-linear-gradient(top, #5b4444 -9%, #20262e);
    background-image: -ms-linear-gradient(top, #5b4444 -9%, #20262e);
    background-image: -o-linear-gradient(top, #5b4444 -9%, #20262e);
    background-image: linear-gradient(to bottom, #5b4444 -9%, #20262e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b4444 -9%', endColorstr='#20262e'); }
  .exception-body.error .exception-content .exception-panel {
    border-color: rgba(195, 204, 221, 0.3);
    background-color: rgba(255, 255, 255, 0.3); }
    .exception-body.error .exception-content .exception-panel .exception-panel-content h1 {
      color: #c3ccdd; }
    .exception-body.error .exception-content .exception-panel .exception-panel-content .tag {
      background-color: #bf616a;
      color: #ffffff; }
    .exception-body.error .exception-content .exception-panel .exception-panel-content p {
      color: #c3ccdd; }
  .exception-body.error .exception-content .desert {
    background-image: url("/javax.faces.resource/images/pages/asset-desert-error.svg.xhtml?ln=mirage-layout&v=1_00"); }
.exception-body.access {
  background-color: #d08770; }
  .exception-body.access::after {
    background-color: #5b5544 -9%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5544 -9%), to(#20262e));
    background-image: -webkit-linear-gradient(top, #5b5544 -9%, #20262e);
    background-image: -moz-linear-gradient(top, #5b5544 -9%, #20262e);
    background-image: -ms-linear-gradient(top, #5b5544 -9%, #20262e);
    background-image: -o-linear-gradient(top, #5b5544 -9%, #20262e);
    background-image: linear-gradient(to bottom, #5b5544 -9%, #20262e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5544 -9%', endColorstr='#20262e'); }
  .exception-body.access .exception-content .exception-panel {
    border-color: rgba(76, 86, 106, 0.3);
    background-color: rgba(255, 255, 255, 0.3); }
    .exception-body.access .exception-content .exception-panel .exception-panel-content h1 {
      color: #c3ccdd; }
    .exception-body.access .exception-content .exception-panel .exception-panel-content .tag {
      background-color: #ebcb8b; }
    .exception-body.access .exception-content .exception-panel .exception-panel-content p {
      color: #c3ccdd; }
  .exception-body.access .exception-content .desert {
    background-image: url("/javax.faces.resource/images/pages/asset-desert-night-orange.svg.xhtml?ln=mirage-layout&v=1_00"); }

@media (max-width: 740px) {
  .exception-body .exception-content .exception-panel {
    width: 100%; }
    .exception-body .exception-content .exception-panel .exception-panel-content {
      width: 90%; }
  .exception-body .exception-content .desert {
    background-position: right;
    height: 50vh; } }
.landing-body {
  display: flex;
  flex-flow: column;
  background-color: #ffffff; }
  .landing-body h1 {
    font-size: 42px;
    letter-spacing: 1px;
    color: #20252e;
    margin: 0;
    font-weight: 100; }
  .landing-body .landing-nav-menu {
    width: 100%;
    height: 72px;
    background-color: #eceff4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    padding: 0 10%; }
    .landing-body .landing-nav-menu .logo {
      width: 155px; }
      .landing-body .landing-nav-menu .logo a {
        display: flex;
        align-items: center; }
      .landing-body .landing-nav-menu .logo .app-name {
        font-size: 22.5px;
        color: #2e3440;
        margin-left: 10px; }
      .landing-body .landing-nav-menu .logo img {
        width: 50px; }
    .landing-body .landing-nav-menu .nav-menu-wrapper ul {
      display: flex;
      align-items: center;
      justify-content: space-around;
      list-style: none;
      padding: 0; }
      .landing-body .landing-nav-menu .nav-menu-wrapper ul li {
        padding: 15px; }
        .landing-body .landing-nav-menu .nav-menu-wrapper ul li a {
          color: #5a657c;
          font-size: 16px;
          font-weight: 500; }
          .landing-body .landing-nav-menu .nav-menu-wrapper ul li a:hover {
            color: #8292b3;
            -moz-transition: color 0.15s;
            -o-transition: color 0.15s;
            -webkit-transition: color 0.15s;
            transition: color 0.15s; }
    .landing-body .landing-nav-menu .buy-button {
      width: 155px; }
      .landing-body .landing-nav-menu .buy-button button {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #d08770;
        padding: 6px 12px;
        border: none; }
        .landing-body .landing-nav-menu .buy-button button:hover {
          background-color: #ea987c;
          -moz-transition: background-color 0.15s;
          -o-transition: background-color 0.15s;
          -webkit-transition: background-color 0.15s;
          transition: background-color 0.15s; }
        .landing-body .landing-nav-menu .buy-button button a {
          color: #ffffff;
          font-size: 14px; }
    .landing-body .landing-nav-menu .menu-button {
      display: none; }
      .landing-body .landing-nav-menu .menu-button .landing-menu-button {
        width: 36px;
        height: 36px;
        justify-content: center;
        align-items: center;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #2e3440;
        font-size: 22px; }
  .landing-body .landing-header-wrapper {
    height: 600px;
    position: relative;
    background-color: #20252e; }
    .landing-body .landing-header-wrapper .sun {
      display: flex;
      justify-content: flex-end;
      height: 100%;
      align-items: flex-start;
      position: absolute;
      top: 0px;
      z-index: 999;
      width: 100%; }
      .landing-body .landing-header-wrapper .sun img {
        height: 100%; }
    .landing-body .landing-header-wrapper .landing-header-content {
      height: 100%;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      top: 0;
      position: absolute;
      width: 100%;
      z-index: 999; }
      .landing-body .landing-header-wrapper .landing-header-content h1 {
        color: #c3ccdd; }
      .landing-body .landing-header-wrapper .landing-header-content p {
        font-size: 24px;
        color: #c3ccdd; }
      .landing-body .landing-header-wrapper .landing-header-content .video-button button {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #d08770;
        padding: 15px 20px;
        color: #ffffff;
        font-size: 14px;
        border: none;
        cursor: pointer; }
        .landing-body .landing-header-wrapper .landing-header-content .video-button button:hover {
          background-color: #ea987c;
          -moz-transition: background-color 0.15s;
          -o-transition: background-color 0.15s;
          -webkit-transition: background-color 0.15s;
          transition: background-color 0.15s; }
    .landing-body .landing-header-wrapper .tree {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      height: 100%; }
  .landing-body .section .section-title {
    text-align: center; }
    .landing-body .section .section-title p {
      font-size: 16px;
      color: #4c566a;
      margin: 0;
      margin-top: 8px; }
  .landing-body .section#meet-mirage {
    background-color: #eceff4;
    padding: 24px 10% 170px;
    position: relative; }
    .landing-body .section#meet-mirage .feature-cards {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding-top: 65px;
      flex-flow: wrap; }
      .landing-body .section#meet-mirage .feature-cards .feature-card {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #ffffff;
        text-align: center;
        margin-bottom: 32px; }
        .landing-body .section#meet-mirage .feature-cards .feature-card .feature-card-img {
          margin-bottom: 16px; }
          .landing-body .section#meet-mirage .feature-cards .feature-card .feature-card-img img {
            width: 250px;
            height: auto; }
        .landing-body .section#meet-mirage .feature-cards .feature-card .feature-card-title {
          color: #20252e;
          font-size: 16px;
          font-weight: 500; }
        .landing-body .section#meet-mirage .feature-cards .feature-card .feature-card-content {
          color: #5a657c;
          padding: 12px 18px 25px;
          width: 300px; }
    .landing-body .section#meet-mirage .buy-mirage-promo-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: -50%;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 998; }
      .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #2e3440;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 40px;
        flex-flow: wrap; }
        .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-content {
          width: 70%; }
          .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-content h1 {
            color: #c3ccdd; }
          .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-content p {
            color: #ffffff;
            font-size: 16px; }
        .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-button button {
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          background-color: #d08770;
          padding: 15px 20px;
          color: #ffffff;
          font-size: 14px;
          border: none;
          cursor: pointer; }
          .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-button button:hover {
            background-color: #ea987c;
            -moz-transition: background-color 0.15s;
            -o-transition: background-color 0.15s;
            -webkit-transition: background-color 0.15s;
            transition: background-color 0.15s; }
  .landing-body .section#features {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 10% 60px;
    position: relative;
    flex-flow: wrap; }
    .landing-body .section#features .features-img {
      z-index: 998;
      margin-bottom: 24px; }
      .landing-body .section#features .features-img img {
        height: 400px;
        width: auto; }
    .landing-body .section#features .features-rows {
      display: flex;
      flex-flow: column;
      z-index: 998; }
      .landing-body .section#features .features-rows .features-row {
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 998;
        padding: 24px; }
        .landing-body .section#features .features-rows .features-row .features-row-icon {
          background-color: #ffffff;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 70px;
          height: 70px;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
          .landing-body .section#features .features-rows .features-row .features-row-icon i {
            font-size: 32px;
            color: #5a657c; }
        .landing-body .section#features .features-rows .features-row .features-row-content {
          margin-left: 24px;
          width: 80%; }
          .landing-body .section#features .features-rows .features-row .features-row-content h3 {
            color: #20252e;
            font-size: 16px;
            font-weight: 500;
            margin: 0; }
          .landing-body .section#features .features-rows .features-row .features-row-content span {
            color: #5a657c;
            font-size: 14px; }
        .landing-body .section#features .features-rows .features-row:hover {
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          box-shadow: 0 1px 30px 3px rgba(0, 0, 0, 0.07);
          background-color: #ffffff; }
          .landing-body .section#features .features-rows .features-row:hover .features-row-icon {
            background-color: #ebcb8b; }
            .landing-body .section#features .features-rows .features-row:hover .features-row-icon i {
              color: #ffffff; }
    .landing-body .section#features .effect-feature {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      max-height: 350px;
      z-index: 997; }
  .landing-body .section#pricing {
    background-color: #eceff4;
    padding: 36px 10% 60px; }
    .landing-body .section#pricing .pricing-cards {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding-top: 35px;
      flex-flow: wrap; }
      .landing-body .section#pricing .pricing-cards .pricing-card {
        position: relative;
        display: flex;
        flex-flow: column;
        -moz-border-radius: 4.4px;
        -webkit-border-radius: 4.4px;
        border-radius: 4.4px;
        box-shadow: 0 1px 30px 3px rgba(0, 0, 0, 0.07);
        background-color: #ffffff;
        padding: 40px 60px 23px;
        text-align: center;
        min-height: 400px;
        margin-bottom: 36px; }
        .landing-body .section#pricing .pricing-cards .pricing-card .pricing-card-title h2 {
          color: #2e3440;
          font-size: 20px;
          margin: 0; }
        .landing-body .section#pricing .pricing-cards .pricing-card .pricing-card-title p {
          color: #5a657c;
          font-size: 18px;
          margin: 0px; }
        .landing-body .section#pricing .pricing-cards .pricing-card .pricing-card-price {
          color: #5e81ac;
          font-weight: bold;
          font-size: 32px;
          padding: 24px 0; }
        .landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-rows .pricing-license-row {
          color: #5a657c;
          font-size: 14px;
          font-weight: 500;
          padding: 4px 0; }
          .landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-rows .pricing-license-row.disabled {
            color: #c3ccdd; }
        .landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-button {
          padding-top: 24px; }
          .landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-button button {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-color: #88c0d0;
            padding: 15px 0;
            text-align: center;
            color: #ffffff;
            font-size: 14px;
            border: none;
            width: 160px;
            cursor: pointer; }
            .landing-body .section#pricing .pricing-cards .pricing-card .pricing-license-button button:hover {
              background-color: #97d9ec;
              -moz-transition: background-color 0.15s;
              -o-transition: background-color 0.15s;
              -webkit-transition: background-color 0.15s;
              transition: background-color 0.15s; }
        .landing-body .section#pricing .pricing-cards .pricing-card::before {
          display: none;
          width: 100%;
          height: 13px;
          background-color: #231F20;
          content: " ";
          -moz-border-radius-topleft: 4px;
          -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
          -moz-border-radius-topright: 4px;
          -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
          position: absolute;
          top: 0px;
          left: 0px; }
        .landing-body .section#pricing .pricing-cards .pricing-card.premium {
          padding: 53px 75px 25px;
          box-shadow: 0 1px 33px 3px rgba(0, 0, 0, 0.07); }
          .landing-body .section#pricing .pricing-cards .pricing-card.premium:before {
            display: block; }
  .landing-body .section#multimedia {
    padding: 35px 10% 60px;
    position: relative; }
    .landing-body .section#multimedia .multimedia-video-wrapper {
      display: flex;
      justify-content: center;
      padding-top: 35px;
      z-index: 998;
      position: relative; }
      .landing-body .section#multimedia .multimedia-video-wrapper iframe {
        width: 570px;
        height: 300px; }
  .landing-body .section .effect img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    max-height: 350px;
    z-index: 997; }
  .landing-body .footer {
    background-color: #20252e;
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px; }
    .landing-body .footer .logo-text {
      display: flex;
      align-items: center;
      height: 100%; }
      .landing-body .footer .logo-text img {
        height: 50px;
        width: 50px; }
      .landing-body .footer .logo-text .text {
        margin-left: 15px; }
        .landing-body .footer .logo-text .text h1 {
          font-size: 18px;
          color: #c3ccdd;
          font-weight: normal;
          margin: 0; }
        .landing-body .footer .logo-text .text span {
          color: #9199a9;
          font-size: 12px; }
    .landing-body .footer .icons {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: 18px;
      color: #9199a9;
      height: 100%; }
      .landing-body .footer .icons .icon:first-child i {
        margin-left: 0; }
      .landing-body .footer .icons .icon i {
        margin-left: 20px;
        cursor: pointer; }
        .landing-body .footer .icons .icon i:hover {
          color: #5e81ac; }
  .landing-body .landing-mask {
    display: none;
    background-color: #2e3440;
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.64;
    animation-name: fadeinmask;
    animation-duration: 0.15s;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer; }

@media (max-width: 991px) {
  .landing-body .landing-nav-menu {
    z-index: 10001; }
    .landing-body .landing-nav-menu .nav-menu-wrapper {
      position: absolute;
      width: 100%;
      top: 50px;
      left: 0; }
      .landing-body .landing-nav-menu .nav-menu-wrapper ul {
        flex-flow: column;
        background-color: #f9fafb;
        max-height: 0;
        overflow: auto;
        -moz-transition: max-height 0.4s;
        -o-transition: max-height 0.4s;
        -webkit-transition: max-height 0.4s;
        transition: max-height 0.4s; }
        .landing-body .landing-nav-menu .nav-menu-wrapper ul li {
          width: 100%;
          text-align: center; }
          .landing-body .landing-nav-menu .nav-menu-wrapper ul li:hover {
            background-color: #d8dee9;
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
          .landing-body .landing-nav-menu .nav-menu-wrapper ul li.active-link {
            background-color: #26282e; }
            .landing-body .landing-nav-menu .nav-menu-wrapper ul li.active-link a {
              color: #ffffff; }
    .landing-body .landing-nav-menu .buy-button {
      display: none; }
    .landing-body .landing-nav-menu .menu-button {
      display: block; }
      .landing-body .landing-nav-menu .menu-button .landing-menu-button {
        display: flex; }
        .landing-body .landing-nav-menu .menu-button .landing-menu-button:hover {
          background-color: #6c7a96;
          -moz-transition: background-color 0.15s;
          -o-transition: background-color 0.15s;
          -webkit-transition: background-color 0.15s;
          transition: background-color 0.15s; }
    .landing-body .landing-nav-menu.active-menu .landing-menu-button {
      background-color: #2e3440; }
      .landing-body .landing-nav-menu.active-menu .landing-menu-button a {
        color: #ffffff; }
  .landing-body.landing-menu-active {
    overflow: hidden; }
    .landing-body.landing-menu-active .landing-nav-menu .landing-menu-button {
      background-color: #2e3440;
      -moz-transition: background-color 0.15s;
      -o-transition: background-color 0.15s;
      -webkit-transition: background-color 0.15s;
      transition: background-color 0.15s;
      color: #ffffff; }
    .landing-body.landing-menu-active .landing-nav-menu .nav-menu-wrapper ul {
      max-height: 300px;
      overflow: hidden; }
    .landing-body.landing-menu-active .landing-mask {
      display: block; }
  .landing-body .landing-header-wrapper .landing-header-content {
    text-align: center; }
  .landing-body .landing-header-wrapper .sun {
    display: none; }
  .landing-body .section#meet-mirage {
    padding: 24px 10% 260px; }
    .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-content {
      width: 100%; }
    .landing-body .section#meet-mirage .buy-mirage-promo-wrapper .buy-mirage-promo .promo-button {
      width: 100%; }
  .landing-body .section#features {
    padding: 260px 10% 60px; }
    .landing-body .section#features .features-img img {
      height: 300px; }
    .landing-body .section#features .features-rows .features-row {
      padding: 17px 12px; }
      .landing-body .section#features .features-rows .features-row .features-row-icon {
        width: 46px;
        height: 46px; }
        .landing-body .section#features .features-rows .features-row .features-row-icon i {
          font-size: 20px; }
      .landing-body .section#features .features-rows .features-row .features-row-content {
        margin-left: 12px; }
  .landing-body .footer {
    height: 100%;
    flex-flow: column; }
    .landing-body .footer .logo-text {
      flex-flow: column;
      text-align: center;
      margin-bottom: 10px; }
      .landing-body .footer .logo-text .text {
        margin-top: 10px;
        margin-left: 0; } }
.layout-config-button {
  display: block;
  position: fixed;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: #fafafa;
  text-align: center;
  top: 230px;
  right: 0;
  z-index: 1000000;
  cursor: pointer;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14); }
  .layout-config-button i {
    font-size: 32px;
    color: #080707;
    line-height: inherit;
    cursor: pointer; }
  .layout-config-button:hover i {
    color: #151314; }

.layout-config {
  z-index: 1000002;
  position: fixed;
  padding: 0;
  display: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  width: 52vw;
  height: 70%; }
  .layout-config .layout-config-content {
    position: relative;
    height: 100%; }
    .layout-config .layout-config-content > form {
      height: 100%; }
  .layout-config .layout-config-close {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    right: -18px;
    top: -18px;
    z-index: 1;
    background-color: #E91E63;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s; }
    .layout-config .layout-config-close i {
      color: #ffffff;
      line-height: inherit;
      font-size: 24px;
      margin-top: -2px; }
    .layout-config .layout-config-close:hover {
      background-color: #D81B60; }
  .layout-config.layout-config-enter {
    display: block;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.7); }
  .layout-config.layout-config-enter-active {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: all 150ms cubic-bezier(0, 0, 0.2, 1); }
  .layout-config.layout-config-enter-done {
    display: block; }
  .layout-config.layout-config-exit {
    opacity: 1;
    display: block; }
  .layout-config.layout-config-exit-active {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
  .layout-config.layout-config-exit-done {
    display: none; }
  .layout-config .layout-config-option {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    border: solid 1px #d8dee9;
    background-color: #f9fafb;
    -moz-transition: transform 0.15s;
    -o-transition: transform 0.15s;
    -webkit-transition: transform 0.15s;
    transition: transform 0.15s; }
    .layout-config .layout-config-option i {
      line-height: inherit;
      font-size: 28px;
      color: #a3be8c;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -23px;
      margin-top: -40px;
      padding: .35em;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
      background-color: #ffffff;
      border-radius: 50%;
      width: 47px;
      height: 47px; }
    .layout-config .layout-config-option:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .layout-config .layout-config-option .layout-config-option-text {
      display: block;
      padding: .5em;
      text-align: center;
      color: #434c5e;
      font-weight: 500;
      text-transform: capitalize; }
    .layout-config .layout-config-option.layout-config-option-theme {
      border: 0 none;
      height: 84px;
      width: 84px; }
      .layout-config .layout-config-option.layout-config-option-theme i {
        line-height: inherit;
        font-size: 28px;
        color: #a3be8c;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -18px;
        margin-top: -18px;
        padding: .18em;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
        background-color: #ffffff;
        border-radius: 50%;
        width: 36px;
        height: 36px; }
    .layout-config .layout-config-option img {
      border: 0 none;
      width: 100%; }
  .layout-config .p-col {
    text-align: center; }
  .layout-config .ui-tabs {
    border: 0 none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    .layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav {
      background-color: #5a657c;
      border: 1px solid #5a657c; }
      .layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li {
        vertical-align: bottom;
        top: auto;
        margin: 0 0.125em 0px 0;
        background-color: transparent;
        border: 0 none;
        -moz-transition: border-color 0.15s;
        -o-transition: border-color 0.15s;
        -webkit-transition: border-color 0.15s;
        transition: border-color 0.15s;
        border-radius: 0; }
        .layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li:hover {
          background-color: #65718b; }
        .layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-state-active {
          background-color: #2e3440;
          border: 0 none; }
          .layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-state-active:hover {
            background-color: #39404f; }
        .layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li > a {
          color: #ffffff; }
    .layout-config .ui-tabs .ui-tabs-panels {
      height: 100%;
      overflow: auto;
      background-color: #ffffff; }
      .layout-config .ui-tabs .ui-tabs-panels .ui-tabs-panel {
        height: 100%;
        background-color: #ffffff; }
  .layout-config .layout-config-subtitle {
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: .75em 0;
    color: #20252e; }
    .layout-config .layout-config-subtitle:first-child {
      margin-top: 0; }
  .layout-config p {
    line-height: 1.5;
    margin-top: 0;
    color: #5a657c;
    text-align: center;
    margin-bottom: 2em; }
  .layout-config h1 {
    text-align: center;
    color: #20252e;
    font-size: 42px;
    font-weight: 100;
    margin: .3em; }

.layout-config-mask {
  background-color: #20252e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000001;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  animation-name: fadeInMask;
  animation-duration: 0.15s; }

.blocked-scroll-config {
  overflow: hidden; }

@media (max-width: 991px) {
  .layout-config {
    width: calc(100% - 40px); } }
/* Common */
/* Icons */
/* Error */
/* Headers */
/* Contents */
/* Forms */
/* Buttons */
/* List Items */
/* Overlays */
/* Data */
/* Color */
/* panels */
/* forms */
/* list items */
/* datatable */
/* buttons */
/* Messages */
/* rating */
/* keyboard */
/* modal */
/* Add your variable customizations of theme here */
/* Headers */
body .ui-datatable thead th, body .ui-datatable tfoot th {
  text-align: left;
  border: none;
  font-size: 10px; }
  body .ui-datatable thead th.th-right, body .ui-datatable tfoot th.th-right {
    text-align: right; }
body .ui-datatable tfoot tr td {
  text-align: left;
  background-color: #eff3f7;
  border: none;
  font-size: 13px; }
body .ui-datatable tbody.ui-datatable-data {
  border-left: none;
  border-right: none; }
  body .ui-datatable tbody.ui-datatable-data > tr {
    border-left: none;
    border-right: none; }
    body .ui-datatable tbody.ui-datatable-data > tr td {
      border: none; }
      body .ui-datatable tbody.ui-datatable-data > tr td i.fa.icone {
        font-size: 20px; }
        body .ui-datatable tbody.ui-datatable-data > tr td i.fa.icone.green {
          color: #3ea742; }
        body .ui-datatable tbody.ui-datatable-data > tr td i.fa.icone.red {
          color: #dc4a3d; }
        body .ui-datatable tbody.ui-datatable-data > tr td i.fa.icone.blue {
          color: #368cc1; }
      body .ui-datatable tbody.ui-datatable-data > tr td i.material-symbols-outlined {
        font-size: 24px; }
        body .ui-datatable tbody.ui-datatable-data > tr td i.material-symbols-outlined.green {
          color: #3ea742; }
        body .ui-datatable tbody.ui-datatable-data > tr td i.material-symbols-outlined.red {
          color: #dc4a3d; }
        body .ui-datatable tbody.ui-datatable-data > tr td i.material-symbols-outlined.blue {
          color: #368cc1; }
        body .ui-datatable tbody.ui-datatable-data > tr td i.material-symbols-outlined.gray {
          color: #ababab; }
body .ui-datatable.status tbody.ui-datatable-data td.col-status span {
  padding: 8px 6px;
  color: #fff;
  border-radius: 4px;
  font-size: 11px; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status span.gray {
    background-color: #cecece;
    color: #2d2d2d; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status span.blue {
    background-color: #368cc1; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status span.red {
    background-color: #dc4a3d; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status span.green {
    background-color: #3ea742; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status span.orange {
    background-color: #ef6e13; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status span.yellow {
    background-color: #f3c724;
    color: #655002; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status span.purple {
    background-color: #6f47f9; }
body .ui-datatable.status tbody.ui-datatable-data td.col-op a span {
  font-size: 14px;
  font-weight: 700;
  padding: 3px 6px;
  background-color: #09800d;
  color: #fff;
  border-radius: 0px;
  margin-right: 5px;
  border: none;
  vertical-align: 6px; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-op a span.green {
    background-color: #3ea742; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-op a span.red {
    background-color: #dc4a3d; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-op a span.blue {
    background-color: #368cc1; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-op a span.purple {
    background-color: #6f47f9; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-op a span.gray {
    background-color: #cecece; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-op a span.orange {
    background-color: #ef6e13; }
body .ui-datatable.status tbody.ui-datatable-data td.col-op a img {
  margin-right: 5px; }
body .ui-datatable.status tbody.ui-datatable-data td.col-op a:hover {
  text-decoration: none;
  border-bottom: none; }
body .ui-datatable.status tbody.ui-datatable-data td.col-status-2 span {
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 10px;
  vertical-align: 2px;
  font-weight: 700;
  text-align: center; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status-2 span.gray {
    color: #000;
    background-color: #dedede;
    display: block; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status-2 span.red {
    color: #650505;
    background-color: #f3c2c2;
    display: block; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status-2 span.green {
    color: #116307;
    background-color: #d7ffe0;
    display: block; }
  body .ui-datatable.status tbody.ui-datatable-data td.col-status-2 span.soft-gray {
    background-color: #eaeaea;
    color: #000;
    display: block; }
body .ui-datatable.status tbody.ui-datatable-data td span.subtitle {
  display: block;
  color: #6b6b6b;
  font-size: 10px; }
  body .ui-datatable.status tbody.ui-datatable-data td span.subtitle:empty {
    margin: 0px;
    font-size: 1px; }
body .ui-datatable.status tbody.ui-datatable-data td span.text {
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
  color: #afafaf; }
  body .ui-datatable.status tbody.ui-datatable-data td span.text:empty {
    margin: 0px;
    font-size: 1px; }
body .ui-datatable.status tbody.ui-datatable-data td.saldo {
  background-color: #eaeaea;
  color: #000;
  font-weight: bold;
  padding: 4px 10px; }
body .ui-datatable.status tbody.ui-datatable-data td span.entrada {
  color: #036bc7; }
body .ui-datatable.status tbody.ui-datatable-data td span.saida {
  color: #d80000; }
body .ui-datatable.status tbody.ui-datatable-data td span.total {
  color: #000;
  font-size: 15px;
  font-weight: bold; }
body .ui-inputgroup {
  box-sizing: border-box; }
  body .ui-inputgroup > .ui-button {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 35px; }
    body .ui-inputgroup > .ui-button.only-icon-r {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      border-left: none; }
    body .ui-inputgroup > .ui-button.only-icon-l {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-right: none; }
  body .ui-inputgroup.custom .ui-inputgroup-addon {
    background: none;
    background-color: transparent;
    border: none; }
  body .ui-inputgroup.custom > .ui-calendar:not(:first-child) > .ui-inputfield, body .ui-inputgroup.custom > .ui-selectonemenu:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #cccccc; }
@media (min-width: 978px) {
  body .panel_assinar {
    width: 470px;
    margin: 0 auto; } }
body .toolbar_bottom {
  text-align: center;
  padding: 25px; }
  body .toolbar_bottom .ui-button {
    max-width: 190px;
    width: auto;
    margin: 0 10px;
    padding: 4px;
    border: none; }
    body .toolbar_bottom .ui-button.save {
      background-color: #3ea742;
      color: #fff; }
      body .toolbar_bottom .ui-button.save.ui-state-focus {
        outline: 0 none;
        -webkit-box-shadow: 0 0 0 0.2rem #3ea742;
        -moz-box-shadow: 0 0 0 0.2rem #3ea742;
        box-shadow: 0 0 0 0.2rem #3ea742; }
      body .toolbar_bottom .ui-button.save.ui-state-active, body .toolbar_bottom .ui-button.save.ui-state-hover {
        background-color: rgba(62, 167, 66, 0.6);
        border: none; }
    body .toolbar_bottom .ui-button.cancel {
      background-color: #dc4a3d;
      color: #fff; }
      body .toolbar_bottom .ui-button.cancel.ui-state-focus {
        outline: 0 none;
        -webkit-box-shadow: 0 0 0 0.2rem #dc4a3d;
        -moz-box-shadow: 0 0 0 0.2rem #dc4a3d;
        box-shadow: 0 0 0 0.2rem #dc4a3d; }
      body .toolbar_bottom .ui-button.cancel.ui-state-active, body .toolbar_bottom .ui-button.cancel.ui-state-hover {
        background-color: rgba(220, 74, 61, 0.6);
        border: none; }
    body .toolbar_bottom .ui-button.ui-button-light {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
      body .toolbar_bottom .ui-button.ui-button-light.ui-state-hover {
        background-color: #e2e6ea;
        border-color: #dae0e5; }
      body .toolbar_bottom .ui-button.ui-button-light.ui-state-focus {
        outline: 0 none;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        -moz-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
      body .toolbar_bottom .ui-button.ui-button-light.ui-state-active {
        background-color: #dae0e5;
        border-color: #d3d9df; }
body button.ui-button.ui-button-fit {
  width: auto;
  color: #231f20;
  background-color: #ffeb9d;
  border-color: #ffeb9d; }
  body button.ui-button.ui-button-fit .ui-button-text {
    padding: 3px 8px 3px 10px; }
  body button.ui-button.ui-button-fit.ui-button-fit.ui-button-text-icon-left .ui-icon {
    margin-top: -6px;
    font-size: 12px; }
  body button.ui-button.ui-button-fit.ui-button-fit.ui-button-text-icon-left .ui-button-text {
    padding: 3px 10px 3px 25px; }
  body button.ui-button.ui-button-fit.ui-state-hover, body button.ui-button.ui-button-fit.ui-state-focus, body button.ui-button.ui-button-fit.ui-state-active {
    background-color: rgba(243, 193, 8, 0.4);
    border-color: rgba(243, 193, 8, 0.4);
    outline: 0 none;
    -webkit-box-shadow: 0 0 0 0.2rem #ffeb9d;
    -moz-box-shadow: 0 0 0 0.2rem #ffeb9d;
    box-shadow: 0 0 0 0.2rem #ffeb9d; }
body .ui-sticky {
  top: 75px !important; }
@media (max-width: 960px) {
  body .ui-sticky {
    top: 110px !important; } }
body .ui-toolbar.custom {
  background: none;
  padding: 0px;
  border: none; }
  body .ui-toolbar.custom .ui-toolbar-group-left {
    width: 100%;
    margin: -8px 0px; }
    body .ui-toolbar.custom .ui-toolbar-group-left .card-custom {
      border-radius: 4px;
      background: #ffffff;
      padding: 4px 8px; }
      body .ui-toolbar.custom .ui-toolbar-group-left .card-custom .label {
        font-size: 14px;
        font-weight: 100;
        display: inline-block;
        margin-right: 5px; }
      body .ui-toolbar.custom .ui-toolbar-group-left .card-custom .valor_destaque {
        font-size: 24px;
        display: inline-block; }
  body .ui-toolbar.custom.ui-sticky {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
    background-color: #231F20;
    padding: 6px 4px 0px 4px;
    margin-bottom: 0px; }
    body .ui-toolbar.custom.ui-sticky .ui-toolbar-group-left {
      margin: 0px; }
body .conciliacao_bancaria .label_saldo {
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px; }
  body .conciliacao_bancaria .label_saldo.positivo {
    background-color: rgba(23, 127, 220, 0.15);
    color: #368cc1; }
  body .conciliacao_bancaria .label_saldo.negativo {
    background-color: rgba(249, 173, 173, 0.4);
    color: #dc4a3d; }
body .conciliacao_bancaria .ui-datagrid-content.ui-widget-content {
  border: none; }
body .conciliacao_bancaria .pendente {
  display: block;
  line-height: 50px;
  text-align: center; }
  body .conciliacao_bancaria .pendente .box span {
    font-weight: 500; }
    body .conciliacao_bancaria .pendente .box span.valor {
      display: inline-block;
      margin-right: 5px;
      font-size: 20px; }
      body .conciliacao_bancaria .pendente .box span.valor.credito {
        color: #368cc1; }
      body .conciliacao_bancaria .pendente .box span.valor.debito {
        color: #dc4a3d; }
    body .conciliacao_bancaria .pendente .box span.num_lanc {
      font-size: 12px;
      font-style: italic;
      color: black; }
body .conciliacao_bancaria .saldo .valor {
  display: block;
  line-height: 70px;
  font-size: 26px;
  font-weight: 500;
  text-align: center; }
  body .conciliacao_bancaria .saldo .valor.positivo {
    color: #368cc1; }
  body .conciliacao_bancaria .saldo .valor.negativo {
    color: #dc4a3d; }
body .conciliacao_bancaria .saldo .rodape {
  line-height: 34px;
  display: block;
  text-align: right; }
  body .conciliacao_bancaria .saldo .rodape span {
    display: inline-block;
    margin-right: 5px;
    color: #231F20; }
    body .conciliacao_bancaria .saldo .rodape span.valor_ult_mov {
      font-weight: 600;
      font-size: 16px; }
      body .conciliacao_bancaria .saldo .rodape span.valor_ult_mov.positivo {
        color: #368cc1; }
      body .conciliacao_bancaria .saldo .rodape span.valor_ult_mov.negativo {
        color: #dc4a3d; }
    body .conciliacao_bancaria .saldo .rodape span.data_ult_atual {
      font-weight: 600;
      font-size: 16px;
      color: #231F20; }
    body .conciliacao_bancaria .saldo .rodape span.tipo {
      font-weight: 300;
      font-size: 11px; }
body .conciliacao_bancaria .ui-panel.lancamento_borda {
  border: 1px solid #bdcad6; }
body .conciliacao_bancaria .ui-panel.identificado {
  background-color: rgba(62, 167, 66, 0.2);
  border-color: rgba(62, 167, 66, 0.2);
  height: 175px; }
body .conciliacao_bancaria .lancamento .label.data {
  font-size: 15px;
  font-weight: 600;
  color: #231F20;
  line-height: 20px; }
body .conciliacao_bancaria .lancamento .label.historico {
  font-size: 15px;
  color: #444444;
  font-weight: 400; }
body .conciliacao_bancaria .lancamento .label.num_doc {
  font-size: 12px;
  color: #777777;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px; }
body .conciliacao_bancaria .lancamento .label.seg_linha_extrato {
  font-size: 13px;
  color: #a2a2a2;
  font-weight: 500;
  display: inline-block;
  font-style: italic; }
body .conciliacao_bancaria .lancamento .label.descricao {
  display: block;
  font-size: 13px;
  color: #a2a2a2;
  font-weight: 500;
  font-style: italic; }
body .conciliacao_bancaria .lancamento .label.meio_pagamento {
  margin-left: 5px;
  font-weight: 700;
  line-height: 25px; }
body .conciliacao_bancaria .lancamento .label .box_nome {
  display: inherit;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  body .conciliacao_bancaria .lancamento .label .box_nome .label.tipo {
    margin-right: 5px;
    font-weight: 700;
    line-height: 25px; }
body .conciliacao_bancaria button.ui-button.btn_conciliar {
  color: #ffffff;
  background-color: #3ea742;
  border: 1px solid #3ea742;
  font-family: "Oxanium";
  width: 150px; }
body .f_u_hideen.ui-fileupload {
  display: none; }
body .btn_upload {
  border: 1px dashed #231F20; }
body .ui-commandlink {
  color: #231F20; }
  body .ui-commandlink:hover {
    text-decoration: underline; }
  body .ui-commandlink.icone i {
    vertical-align: -6px; }
  body .ui-commandlink.icone:hover {
    text-decoration: none; }
    body .ui-commandlink.icone:hover i {
      text-decoration: none;
      color: #f3c108; }
    body .ui-commandlink.icone:hover span {
      text-decoration: underline; }
body .divider {
  padding: 10px;
  position: relative;
  margin: 1rem 0; }
  body .divider::before {
    border-top: 1px solid #dee2e6;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    content: ""; }
  body .divider.divider-horizontal {
    display: flex;
    width: 100%;
    align-items: center; }
  body .divider .divider-content {
    z-index: 1;
    background-color: white;
    padding: 0 0.5rem; }
    body .divider .divider-content span.divider-title {
      color: #0154a6;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase; }
body .btn-option.ui-splitbutton.ui-buttonset {
  width: 60px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }
  body .btn-option.ui-splitbutton.ui-buttonset button.ui-button.ui-button-icon-only.ui-corner-left {
    border-radius: 15px;
    background-color: #ffeb9d;
    border: none; }
  body .btn-option.ui-splitbutton.ui-buttonset button.ui-button.ui-button-icon-only.ui-splitbutton-menubutton.ui-corner-right {
    display: none; }
body .modo_controle.layout-wrapper .layout-topbar .layout-topbar-wrapper {
  background: rgba(32, 33, 36, 0.1); }
  body .modo_controle.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .logout.ui-button {
    background-color: #d10000;
    border-color: #d10000; }
    body .modo_controle.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .logout.ui-button .ui-button-text, body .modo_controle.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .logout.ui-button .ui-button-icon-left {
      color: #fff; }
body .modo_controle.layout-wrapper .layout-sidebar hr {
  border-bottom: 1px solid #ffffff; }
body .modo_controle.layout-wrapper .layout-sidebar .nano .nano-content {
  background: rgba(32, 33, 36, 0.1); }
body .modo_controle.layout-wrapper .layout-topbar-wrapper .label-controle {
  font-size: 11px;
  font-style: italic;
  color: #e50f0f; }

.text_center {
  text-align: center; }
  .text_center.ui-calendar input {
    text-align: center; }
  .text_center input.hasDatepicker {
    text-align: center; }

.text_left {
  text-align: left; }
  .text_left.ui-calendar input {
    text-align: left; }
  .text_left input.hasDatepicker {
    text-align: left; }

.text_right {
  text-align: right; }
  .text_right.ui-calendar input {
    text-align: right; }
  .text_right input.hasDatepicker {
    text-align: right; }

.jqplot-xaxis-label, .jqplot-yaxis-label, .jqplot-y2axis-label, .jqplot-x2axis-label {
  color: #757575; }

table.jqplot-table-legend {
  background-color: #ffffff;
  color: #757575;
  border-color: #bdbdbd; }

.search_month_button .ui-button {
  background-color: #fff; }
  .search_month_button .ui-button.left {
    border: 1px solid #c7ced6;
    border-radius: 4px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .search_month_button .ui-button.center {
    width: 100%;
    border-radius: 0;
    border-left: none;
    border-right: none; }
    .search_month_button .ui-button.center.ui-state-hover {
      background-color: #fff;
      cursor: initial; }
  .search_month_button .ui-button.right {
    border: 1px solid #c7ced6;
    border-radius: 4px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.material-icons {
  font-size: 24px; }
  .material-icons.red {
    color: #dc4a3d; }
  .material-icons.green {
    color: #3ea742; }
  .material-icons.black {
    color: #231F20; }
  .material-icons.gray {
    color: #cecece; }
  .material-icons.yellow {
    color: #f3c724; }
  .material-icons.blue {
    color: #368cc1; }

.menu .bloco {
  display: block;
  margin-bottom: 12px; }
  .menu .bloco ul {
    line-height: 35px;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .menu .bloco ul li {
      border-bottom: 1px solid #d1d1d1;
      width: 90%; }
      .menu .bloco ul li a {
        text-decoration: none;
        color: #231F20;
        -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
        -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
        -o-transition: font-size 0.3s ease, background-color 0.3s ease;
        -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
        transition: font-size 0.3s ease, background-color 0.3s ease;
        display: block;
        width: 100%;
        font-size: 14px; }
        .menu .bloco ul li a:hover {
          font-size: 16px;
          font-weight: 700;
          background: #EFEFEF; }
        .menu .bloco ul li a span.numeral {
          display: inline-block !important;
          background-color: #e0284f;
          color: #ffffff;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          padding: 3px 4px;
          display: block;
          font-size: 12px;
          line-height: 16px;
          margin-left: 10px;
          font-weight: 600;
          text-align: center;
          vertical-align: 2px; }
      .menu .bloco ul li.new_feature i {
        display: inline-block;
        vertical-align: text-bottom;
        margin-right: 5px;
        color: #88c135;
        font-size: 22px; }
      .menu .bloco ul li.new_feature a {
        width: auto;
        display: inline-block; }
      .menu .bloco ul li.display_none {
        display: none; }
      .menu .bloco ul li.titulo {
        border: none; }
      .menu .bloco ul li:last-child {
        border: none; }
  .menu .bloco h3 {
    font-size: 20px;
    font-weight: 600;
    color: #f9c400; }

.categoria.ui-selectonemenu-panel tr.ui-selectonemenu-item span.codigo {
  font-weight: bold;
  color: red; }
.categoria.ui-selectonemenu-panel tr.ui-selectonemenu-item span.nome {
  display: block;
  font-size: 14px;
  padding-top: 4px; }
.categoria.ui-selectonemenu-panel tr.ui-selectonemenu-item span.descricao {
  display: block;
  font-size: 10px;
  color: gray; }

body .ui-dialog {
  max-width: 1000px; }
  body .ui-dialog .ui-datatable .ui-datatable-data > tr td {
    padding: 0.45em; }

.inline-b {
  display: inline-block; }

.f-left {
  float: left; }
  .f-left:after, .f-left:before {
    clear: both; }

.f-right {
  float: right; }
  .f-right:after, .f-right:before {
    clear: both; }

.label-destaque {
  display: block;
  font-size: 30px;
  font-weight: 700; }

.label-monetario .label-monetario-cifrao {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px; }
.label-monetario .label-monetario-valor {
  font-size: 30px;
  font-weight: 700;
  display: inline-block; }

hr.separator {
  border: 0;
  border-top: 1px solid #efefef;
  margin-bottom: 20px; }

.dashboard-filter span {
  color: #fff; }
.dashboard-filter.white {
  background: #fff;
  border-color: #fff; }
  .dashboard-filter.white span {
    color: #000; }
.dashboard-filter.red {
  background: #dc4a3d;
  border-color: #dc4a3d; }
.dashboard-filter.blue {
  background: #368cc1;
  border-color: #368cc1; }
.dashboard-filter.green {
  background: #3ea742;
  border-color: #3ea742; }
.dashboard-filter .icone {
  font-size: 30px; }
.dashboard-filter .titulo {
  vertical-align: 13px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px; }
.dashboard-filter .valor-block {
  width: 100%;
  text-align: center;
  padding: 10px 5px; }
  .dashboard-filter .valor-block .cifrao {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px; }
  .dashboard-filter .valor-block .valor {
    font-size: 30px;
    font-weight: 700; }

.dashboard.creceber span {
  color: #fff; }
.dashboard.creceber.total {
  background: #fff;
  border-color: #fff; }
  .dashboard.creceber.total span {
    color: #000; }
.dashboard.creceber.vencido {
  background: #dc4a3d;
  border-color: #dc4a3d; }
.dashboard.creceber.a_cobrar {
  background: #368cc1;
  border-color: #368cc1; }
.dashboard.creceber.liquidado {
  background: #3ea742;
  border-color: #3ea742; }
.dashboard.creceber .icone {
  font-size: 30px; }
.dashboard.creceber .titulo {
  vertical-align: 13px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px; }
.dashboard.creceber .valor-block {
  width: 100%;
  text-align: center;
  padding: 10px 5px; }
  .dashboard.creceber .valor-block .cifrao {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px; }
  .dashboard.creceber .valor-block .valor {
    font-size: 30px;
    font-weight: 700; }

@media (max-width: 640px) {
  .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
    display: block !important;
    font-weight: 700; }

  .label-destaque {
    font-size: 25px; }

  .label-monetario .label-monetario-cifrao {
    font-size: 12px; }
  .label-monetario .label-monetario-valor {
    font-size: 25px; } }
/* Add your customizations of layout here */

/*# sourceMappingURL=layout-raiz-light.css.map */
