@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Add your customizations of the layout variables here */
@-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 fadeinmask {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes modal-in {
  from {
    background-color: transparent; }
  to {
    background-color: rgba(0, 0, 0, 0.6); } }
@keyframes modal-in {
  from {
    background-color: transparent; }
  to {
    background-color: rgba(0, 0, 0, 0.6); } }
.modal-in {
  -webkit-animation-name: modal-in;
  animation-name: modal-in; }

h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

mark {
  background: #FFF8E1;
  padding: .25rem .4rem;
  border-radius: 4px;
  font-family: monospace; }

blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE; }

hr {
  border-top: solid #d5d5d5;
  border-width: 1px 0 0 0;
  margin: 1rem 0; }

p {
  margin: 0 0 1rem 0;
  line-height: 1.5; }
  p:last-child {
    margin-bottom: 0; }

html {
  height: 100%;
  font-size: 14px; }

body {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #191a1c;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #f4f7f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.blocked-scroll {
    overflow: auto; }

a {
  text-decoration: none;
  color: #0075c5; }

.ajax-loader {
  font-size: 32px;
  color: #005792; }

.layout-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 60px; }

.layout-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.05, 0.74, 0.2, 0.99);
  animation-fill-mode: forwards; }

@media (max-width: 1109px) {
  .layout-main {
    padding-top: 65px; } }
.layout-content {
  padding: 30px 8px 30px 8px;
  flex: 1 1 auto; }

@media (min-width: 1560px) {
  .layout-content {
    padding: 30px; } }
@media (max-width: 1110px) {
  .layout-content {
    padding: 13px 13px; } }
.layout-topbar-colored .layout-topbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  height: 60px; }
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
      height: 100%;
      width: 220px;
      padding: 0 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      z-index: 999; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
        height: 35px; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
      height: 100%;
      flex-grow: 1;
      padding: 0 36px 0 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-right: solid 1px transparent; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper {
        z-index: 999; }
        .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
          z-index: 1011;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: none;
          border-radius: 4px;
          width: 36px;
          height: 36px;
          position: relative; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars {
            position: absolute;
            height: 100%;
            width: 100%; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span {
              width: 24px;
              height: 3px;
              position: relative;
              margin: 5px 0;
              display: block;
              top: 4px;
              left: 6px; }
              .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(1) {
                transition-delay: .3s; }
              .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(2) {
                transition-delay: .4s; }
              .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(3) {
                transition-delay: .45s; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times {
            position: absolute;
            height: 100%;
            width: 100%;
            transform: rotate(45deg); }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(1) {
              height: 0%;
              width: 3px;
              position: absolute;
              top: 12%;
              left: 17px;
              transition-delay: 0s; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(2) {
              width: 0%;
              height: 3px;
              position: absolute;
              left: 12%;
              top: 17px;
              transition-delay: .01s; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button span {
            display: block;
            background: #ffffff;
            border-radius: 2px;
            -moz-transition: ease-in-out 0.1s;
            -o-transition: ease-in-out 0.1s;
            -webkit-transition: ease-in-out 0.1s;
            transition: ease-in-out 0.1s; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        flex-grow: 1;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%; }
        .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
            width: 100%;
            padding: 6px;
            margin: 0 12px; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
              font-size: 24px;
              border-radius: 4px;
              width: 36px;
              height: 36px;
              background-color: transparent;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-item-name {
              display: none; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-badge {
              position: absolute;
              margin-left: 20px;
              top: 8px;
              background-color: #fbbf24;
              color: white;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              padding: 4px 4px;
              display: block;
              font-size: 12px;
              line-height: 12px; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
              -moz-transition: transform 0.2s;
              -o-transition: transform 0.2s;
              -webkit-transition: transform 0.2s;
              transition: transform 0.2s; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
            display: none;
            position: absolute;
            top: 60px;
            right: 0px;
            list-style-type: none;
            margin: 0;
            padding: 0 0 6px;
            z-index: 1000;
            -moz-border-radius-bottomleft: 2px;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            min-width: 250px;
            animation-duration: 0.2s; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
              padding: 12px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-bottom: 6px;
              list-style: none; }
              .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
                font-weight: normal;
                margin: 0; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .angle-icon {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: end;
              justify-content: flex-end;
              flex-grow: 1; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
              padding: 6px 12px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              cursor: pointer;
              list-style: none; }
              .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
                  margin-right: 10px;
                  padding: 1px;
                  border-radius: 4px;
                  width: 26px;
                  height: 26px; }
                .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a span {
                  font-weight: 700;
                  display: block;
                  padding: 0px 5px;
                  width: 100%;
                  font-size: 12px; }
                  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a span.data {
                    padding: 3px 0px 0px 0px;
                    width: 100%;
                    font-weight: 300;
                    margin-top: 0px;
                    font-size: 12px;
                    display: block;
                    text-align: left; }
                .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a img {
                  height: 36px;
                  width: 36px;
                  margin-right: 10px; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item {
            margin: 0 12px; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper {
              position: relative; }
              .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
                -moz-border-radius: 24px;
                -webkit-border-radius: 24px;
                border-radius: 24px;
                width: 240px;
                padding: 9px 12px 8px; }
              .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
                position: absolute;
                right: 0;
                top: 0;
                right: 12px;
                top: 1px;
                font-size: 16px; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.user-profile > a > img {
            height: 38px;
            width: 38px; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
            display: block; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
        font-size: 24px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
@media (min-width: 1111px) and (max-width: 1300px) {
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
    width: 190px; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
      height: 35px; } }
@media (max-width: 1110px) {
  .layout-topbar-colored .layout-topbar {
    height: 65px; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper {
      -ms-flex-align: start;
      align-items: flex-start;
      position: relative;
      padding: 6px; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
        padding: 0px 6px;
        height: 60px;
        margin-left: 0; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
        height: 60px;
        width: 100%;
        padding: 0; }
        .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper {
          /*flex-grow: 1;*/ }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
            display: block;
            width: 36px;
            text-align: center; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button i {
              font-size: 20px; }
        .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
          -ms-flex-pack: justify;
          justify-content: space-between;
          flex-grow: 4; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item {
            position: absolute;
            left: 0;
            right: 60px;
            top: 22px; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item form {
              width: 100%; }
              .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item form .search-input-wrapper input {
                width: 100%; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > a {
            margin: 0;
            padding: 3px; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > a > i {
              font-size: 20px; }
          .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > ul {
            top: 112px;
            width: 90%;
            left: 5%;
            position: fixed;
            padding: 0 0 6px; }
            .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > ul .layout-submenu-header {
              margin-bottom: 6px; }
        .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
          position: absolute;
          bottom: 20px;
          right: 10px;
          font-size: 20px; } }
.layout-topbar-colored .layout-topbar {
  background-color: #005792;
  border-bottom: 1px solid none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05); }
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button > i {
    color: #ffffff; }
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button:hover {
    background-color: rgba(255, 255, 255, 0.15);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
    color: #ffffff; }
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i {
    background-color: rgba(255, 255, 255, 0.15);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
    background-color: #0066ac;
    border: 1px solid #0066ac;
    color: #E2F1FF; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input::placeholder {
      color: #E2F1FF; }
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
    color: #ffffff;
    opacity: .5; }
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: white; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
      background-color: #006fbb; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
        color: #ffffff; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header:hover {
        background-color: #006fbb; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
      color: #191a1c; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
        background-color: rgba(0, 87, 146, 0.8);
        color: #ffffff; }
      .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a .notification-detail {
        color: #65686a; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text p {
      color: #191a1c; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text span {
      color: #65686a; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li:hover {
      background-color: rgba(0, 87, 146, 0.2);
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
  .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
    color: #ffffff;
    background-color: transparent; }
    .layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button:hover {
      background-color: rgba(255, 255, 255, 0.15);
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }

.layout-topbar-light .layout-topbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  height: 60px; }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
      height: 100%;
      width: 220px;
      padding: 0 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      z-index: 999; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
        height: 35px; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
      height: 100%;
      flex-grow: 1;
      padding: 0 36px 0 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-right: solid 1px transparent; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper {
        z-index: 999; }
        .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
          z-index: 1011;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: none;
          border-radius: 4px;
          width: 36px;
          height: 36px;
          position: relative; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars {
            position: absolute;
            height: 100%;
            width: 100%; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span {
              width: 24px;
              height: 3px;
              position: relative;
              margin: 5px 0;
              display: block;
              top: 4px;
              left: 6px; }
              .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(1) {
                transition-delay: .3s; }
              .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(2) {
                transition-delay: .4s; }
              .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(3) {
                transition-delay: .45s; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times {
            position: absolute;
            height: 100%;
            width: 100%;
            transform: rotate(45deg); }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(1) {
              height: 0%;
              width: 3px;
              position: absolute;
              top: 12%;
              left: 17px;
              transition-delay: 0s; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(2) {
              width: 0%;
              height: 3px;
              position: absolute;
              left: 12%;
              top: 17px;
              transition-delay: .01s; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button span {
            display: block;
            background: #005792;
            border-radius: 2px;
            -moz-transition: ease-in-out 0.1s;
            -o-transition: ease-in-out 0.1s;
            -webkit-transition: ease-in-out 0.1s;
            transition: ease-in-out 0.1s; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        flex-grow: 1;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%; }
        .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
            width: 100%;
            padding: 6px;
            margin: 0 12px; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
              font-size: 24px;
              border-radius: 4px;
              width: 36px;
              height: 36px;
              background-color: transparent;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-item-name {
              display: none; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-badge {
              position: absolute;
              margin-left: 20px;
              top: 8px;
              background-color: #fbbf24;
              color: white;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              padding: 4px 4px;
              display: block;
              font-size: 12px;
              line-height: 12px; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
              -moz-transition: transform 0.2s;
              -o-transition: transform 0.2s;
              -webkit-transition: transform 0.2s;
              transition: transform 0.2s; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
            display: none;
            position: absolute;
            top: 60px;
            right: 0px;
            list-style-type: none;
            margin: 0;
            padding: 0 0 6px;
            z-index: 1000;
            -moz-border-radius-bottomleft: 2px;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            min-width: 250px;
            animation-duration: 0.2s; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
              padding: 12px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-bottom: 6px;
              list-style: none; }
              .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
                font-weight: normal;
                margin: 0; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .angle-icon {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: end;
              justify-content: flex-end;
              flex-grow: 1; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
              padding: 6px 12px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              cursor: pointer;
              list-style: none; }
              .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
                  margin-right: 10px;
                  padding: 1px;
                  border-radius: 4px;
                  width: 26px;
                  height: 26px; }
                .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a span {
                  font-weight: 700;
                  display: block;
                  padding: 0px 5px;
                  width: 100%;
                  font-size: 12px; }
                  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a span.data {
                    padding: 3px 0px 0px 0px;
                    width: 100%;
                    font-weight: 300;
                    margin-top: 0px;
                    font-size: 12px;
                    display: block;
                    text-align: left; }
                .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a img {
                  height: 36px;
                  width: 36px;
                  margin-right: 10px; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item {
            margin: 0 12px; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper {
              position: relative; }
              .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
                -moz-border-radius: 24px;
                -webkit-border-radius: 24px;
                border-radius: 24px;
                width: 240px;
                padding: 9px 12px 8px; }
              .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
                position: absolute;
                right: 0;
                top: 0;
                right: 12px;
                top: 1px;
                font-size: 16px; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.user-profile > a > img {
            height: 38px;
            width: 38px; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
            display: block; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
        font-size: 24px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
@media (min-width: 1111px) and (max-width: 1300px) {
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
    width: 190px; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
      height: 35px; } }
@media (max-width: 1110px) {
  .layout-topbar-light .layout-topbar {
    height: 65px; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper {
      -ms-flex-align: start;
      align-items: flex-start;
      position: relative;
      padding: 6px; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
        padding: 0px 6px;
        height: 60px;
        margin-left: 0; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
        height: 60px;
        width: 100%;
        padding: 0; }
        .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper {
          /*flex-grow: 1;*/ }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
            display: block;
            width: 36px;
            text-align: center; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button i {
              font-size: 20px; }
        .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
          -ms-flex-pack: justify;
          justify-content: space-between;
          flex-grow: 4; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item {
            position: absolute;
            left: 0;
            right: 60px;
            top: 22px; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item form {
              width: 100%; }
              .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item form .search-input-wrapper input {
                width: 100%; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > a {
            margin: 0;
            padding: 3px; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > a > i {
              font-size: 20px; }
          .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > ul {
            top: 112px;
            width: 90%;
            left: 5%;
            position: fixed;
            padding: 0 0 6px; }
            .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > ul .layout-submenu-header {
              margin-bottom: 6px; }
        .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
          position: absolute;
          bottom: 20px;
          right: 10px;
          font-size: 20px; } }
.layout-topbar-light .layout-topbar {
  background-color: #ffffff;
  border-bottom: 1px solid #d8dadc;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05); }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button > i {
    color: #005792; }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button:hover {
    background-color: #E8EDF0;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
    color: #005792; }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i {
    background-color: #E8EDF0;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
    background-color: #f8fafc;
    border: 1px solid #ebedef;
    color: lighthen(#005792, 10%); }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input::placeholder {
      color: lighthen(#005792, 10%); }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
    color: #005792;
    opacity: .5; }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: white; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
      background-color: #006fbb; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
        color: #ffffff; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header:hover {
        background-color: #006fbb; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
      color: #191a1c; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
        background-color: rgba(0, 87, 146, 0.8);
        color: #ffffff; }
      .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a .notification-detail {
        color: #65686a; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text p {
      color: #191a1c; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text span {
      color: #65686a; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li:hover {
      background-color: rgba(0, 87, 146, 0.2);
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
    color: #005792;
    background-color: transparent; }
    .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button:hover {
      background-color: #E8EDF0;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }

.layout-topbar-dark .layout-topbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  height: 60px; }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
      height: 100%;
      width: 220px;
      padding: 0 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      z-index: 999; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
        height: 35px; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
      height: 100%;
      flex-grow: 1;
      padding: 0 36px 0 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-right: solid 1px transparent; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper {
        z-index: 999; }
        .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
          z-index: 1011;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: none;
          border-radius: 4px;
          width: 36px;
          height: 36px;
          position: relative; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars {
            position: absolute;
            height: 100%;
            width: 100%; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span {
              width: 24px;
              height: 3px;
              position: relative;
              margin: 5px 0;
              display: block;
              top: 4px;
              left: 6px; }
              .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(1) {
                transition-delay: .3s; }
              .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(2) {
                transition-delay: .4s; }
              .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(3) {
                transition-delay: .45s; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times {
            position: absolute;
            height: 100%;
            width: 100%;
            transform: rotate(45deg); }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(1) {
              height: 0%;
              width: 3px;
              position: absolute;
              top: 12%;
              left: 17px;
              transition-delay: 0s; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(2) {
              width: 0%;
              height: 3px;
              position: absolute;
              left: 12%;
              top: 17px;
              transition-delay: .01s; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button span {
            display: block;
            background: #0075c5;
            border-radius: 2px;
            -moz-transition: ease-in-out 0.1s;
            -o-transition: ease-in-out 0.1s;
            -webkit-transition: ease-in-out 0.1s;
            transition: ease-in-out 0.1s; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        flex-grow: 1;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%; }
        .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
            width: 100%;
            padding: 6px;
            margin: 0 12px; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
              font-size: 24px;
              border-radius: 4px;
              width: 36px;
              height: 36px;
              background-color: transparent;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-item-name {
              display: none; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-badge {
              position: absolute;
              margin-left: 20px;
              top: 8px;
              background-color: #fbbf24;
              color: white;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              padding: 4px 4px;
              display: block;
              font-size: 12px;
              line-height: 12px; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
              -moz-transition: transform 0.2s;
              -o-transition: transform 0.2s;
              -webkit-transition: transform 0.2s;
              transition: transform 0.2s; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
            display: none;
            position: absolute;
            top: 60px;
            right: 0px;
            list-style-type: none;
            margin: 0;
            padding: 0 0 6px;
            z-index: 1000;
            -moz-border-radius-bottomleft: 2px;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            min-width: 250px;
            animation-duration: 0.2s; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
              padding: 12px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-bottom: 6px;
              list-style: none; }
              .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
                font-weight: normal;
                margin: 0; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .angle-icon {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: end;
              justify-content: flex-end;
              flex-grow: 1; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
              padding: 6px 12px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              cursor: pointer;
              list-style: none; }
              .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
                  margin-right: 10px;
                  padding: 1px;
                  border-radius: 4px;
                  width: 26px;
                  height: 26px; }
                .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a span {
                  font-weight: 700;
                  display: block;
                  padding: 0px 5px;
                  width: 100%;
                  font-size: 12px; }
                  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a span.data {
                    padding: 3px 0px 0px 0px;
                    width: 100%;
                    font-weight: 300;
                    margin-top: 0px;
                    font-size: 12px;
                    display: block;
                    text-align: left; }
                .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a img {
                  height: 36px;
                  width: 36px;
                  margin-right: 10px; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item {
            margin: 0 12px; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper {
              position: relative; }
              .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
                -moz-border-radius: 24px;
                -webkit-border-radius: 24px;
                border-radius: 24px;
                width: 240px;
                padding: 9px 12px 8px; }
              .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
                position: absolute;
                right: 0;
                top: 0;
                right: 12px;
                top: 1px;
                font-size: 16px; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.user-profile > a > img {
            height: 38px;
            width: 38px; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
            display: block; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
        font-size: 24px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
@media (min-width: 1111px) and (max-width: 1300px) {
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
    width: 190px; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
      height: 35px; } }
@media (max-width: 1110px) {
  .layout-topbar-dark .layout-topbar {
    height: 65px; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper {
      -ms-flex-align: start;
      align-items: flex-start;
      position: relative;
      padding: 6px; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
        padding: 0px 6px;
        height: 60px;
        margin-left: 0; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
        height: 60px;
        width: 100%;
        padding: 0; }
        .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper {
          /*flex-grow: 1;*/ }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
            display: block;
            width: 36px;
            text-align: center; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button i {
              font-size: 20px; }
        .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
          -ms-flex-pack: justify;
          justify-content: space-between;
          flex-grow: 4; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item {
            position: absolute;
            left: 0;
            right: 60px;
            top: 22px; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item form {
              width: 100%; }
              .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item form .search-input-wrapper input {
                width: 100%; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > a {
            margin: 0;
            padding: 3px; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > a > i {
              font-size: 20px; }
          .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > ul {
            top: 112px;
            width: 90%;
            left: 5%;
            position: fixed;
            padding: 0 0 6px; }
            .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > ul .layout-submenu-header {
              margin-bottom: 6px; }
        .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
          position: absolute;
          bottom: 20px;
          right: 10px;
          font-size: 20px; } }
.layout-topbar-dark .layout-topbar {
  background-color: #2A2A2A;
  border-bottom: 1px solid #4D4D4D;
  box-shadow: none; }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button > i {
    color: #0075c5; }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button:hover {
    background-color: #373737;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
    color: #0075c5; }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i {
    background-color: #373737;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
    background-color: #373737;
    border: 1px solid #373737;
    color: #0094f8; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input::placeholder {
      color: #0094f8; }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
    color: #0075c5;
    opacity: .5; }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: white; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
      background-color: #006fbb; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
        color: #ffffff; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header:hover {
        background-color: #006fbb; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
      color: #191a1c; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
        background-color: rgba(0, 87, 146, 0.8);
        color: #ffffff; }
      .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a .notification-detail {
        color: #65686a; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text p {
      color: #191a1c; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text span {
      color: #65686a; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li:hover {
      background-color: rgba(0, 87, 146, 0.2);
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
    color: #0075c5;
    background-color: transparent; }
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button:hover {
      background-color: #373737;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }

.layout-topbar-dim .layout-topbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  height: 60px; }
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
      height: 100%;
      width: 220px;
      padding: 0 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      z-index: 999; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
        height: 35px; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
      height: 100%;
      flex-grow: 1;
      padding: 0 36px 0 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-right: solid 1px transparent; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper {
        z-index: 999; }
        .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
          z-index: 1011;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: none;
          border-radius: 4px;
          width: 36px;
          height: 36px;
          position: relative; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars {
            position: absolute;
            height: 100%;
            width: 100%; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span {
              width: 24px;
              height: 3px;
              position: relative;
              margin: 5px 0;
              display: block;
              top: 4px;
              left: 6px; }
              .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(1) {
                transition-delay: .3s; }
              .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(2) {
                transition-delay: .4s; }
              .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(3) {
                transition-delay: .45s; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times {
            position: absolute;
            height: 100%;
            width: 100%;
            transform: rotate(45deg); }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(1) {
              height: 0%;
              width: 3px;
              position: absolute;
              top: 12%;
              left: 17px;
              transition-delay: 0s; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(2) {
              width: 0%;
              height: 3px;
              position: absolute;
              left: 12%;
              top: 17px;
              transition-delay: .01s; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button span {
            display: block;
            background: #0075c5;
            border-radius: 2px;
            -moz-transition: ease-in-out 0.1s;
            -o-transition: ease-in-out 0.1s;
            -webkit-transition: ease-in-out 0.1s;
            transition: ease-in-out 0.1s; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        flex-grow: 1;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%; }
        .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
            width: 100%;
            padding: 6px;
            margin: 0 12px; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
              font-size: 24px;
              border-radius: 4px;
              width: 36px;
              height: 36px;
              background-color: transparent;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-item-name {
              display: none; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a .topbar-badge {
              position: absolute;
              margin-left: 20px;
              top: 8px;
              background-color: #fbbf24;
              color: white;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              padding: 4px 4px;
              display: block;
              font-size: 12px;
              line-height: 12px; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
              -moz-transition: transform 0.2s;
              -o-transition: transform 0.2s;
              -webkit-transition: transform 0.2s;
              transition: transform 0.2s; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
            display: none;
            position: absolute;
            top: 60px;
            right: 0px;
            list-style-type: none;
            margin: 0;
            padding: 0 0 6px;
            z-index: 1000;
            -moz-border-radius-bottomleft: 2px;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            min-width: 250px;
            animation-duration: 0.2s; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
              padding: 12px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-bottom: 6px;
              list-style: none; }
              .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
                font-weight: normal;
                margin: 0; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .angle-icon {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: end;
              justify-content: flex-end;
              flex-grow: 1; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
              padding: 6px 12px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
              align-items: center;
              cursor: pointer;
              list-style: none; }
              .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
                  margin-right: 10px;
                  padding: 1px;
                  border-radius: 4px;
                  width: 26px;
                  height: 26px; }
                .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a span {
                  font-weight: 700;
                  display: block;
                  padding: 0px 5px;
                  width: 100%;
                  font-size: 12px; }
                  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a span.data {
                    padding: 3px 0px 0px 0px;
                    width: 100%;
                    font-weight: 300;
                    margin-top: 0px;
                    font-size: 12px;
                    display: block;
                    text-align: left; }
                .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a img {
                  height: 36px;
                  width: 36px;
                  margin-right: 10px; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item {
            margin: 0 12px; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper {
              position: relative; }
              .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
                -moz-border-radius: 24px;
                -webkit-border-radius: 24px;
                border-radius: 24px;
                width: 240px;
                padding: 9px 12px 8px; }
              .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
                position: absolute;
                right: 0;
                top: 0;
                right: 12px;
                top: 1px;
                font-size: 16px; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.user-profile > a > img {
            height: 38px;
            width: 38px; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
            display: block; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
        font-size: 24px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
@media (min-width: 1111px) and (max-width: 1300px) {
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
    width: 190px; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
      height: 35px; } }
@media (max-width: 1110px) {
  .layout-topbar-dim .layout-topbar {
    height: 65px; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper {
      -ms-flex-align: start;
      align-items: flex-start;
      position: relative;
      padding: 6px; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
        padding: 0px 6px;
        height: 60px;
        margin-left: 0; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
        height: 60px;
        width: 100%;
        padding: 0; }
        .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper {
          /*flex-grow: 1;*/ }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
            display: block;
            width: 36px;
            text-align: center; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button i {
              font-size: 20px; }
        .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
          -ms-flex-pack: justify;
          justify-content: space-between;
          flex-grow: 4; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item {
            position: absolute;
            left: 0;
            right: 60px;
            top: 22px; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item form {
              width: 100%; }
              .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item.search-item form .search-input-wrapper input {
                width: 100%; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > a {
            margin: 0;
            padding: 3px; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > a > i {
              font-size: 20px; }
          .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > ul {
            top: 112px;
            width: 90%;
            left: 5%;
            position: fixed;
            padding: 0 0 6px; }
            .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > .topbar-item > ul .layout-submenu-header {
              margin-bottom: 6px; }
        .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
          position: absolute;
          bottom: 20px;
          right: 10px;
          font-size: 20px; } }
.layout-topbar-dim .layout-topbar {
  background-color: #2B394F;
  border-bottom: 1px solid #364760;
  box-shadow: none; }
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button > i {
    color: #0075c5; }
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button:hover {
    background-color: #344560;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
    color: #0075c5; }
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i {
    background-color: #344560;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
    background-color: #344560;
    border: 1px solid #344560;
    color: #0094f8; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input::placeholder {
      color: #0094f8; }
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
    color: #0075c5;
    opacity: .5; }
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: white; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
      background-color: #006fbb; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
        color: #ffffff; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header:hover {
        background-color: #006fbb; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
      color: #191a1c; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
        background-color: rgba(0, 87, 146, 0.8);
        color: #ffffff; }
      .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a .notification-detail {
        color: #65686a; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text p {
      color: #191a1c; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text span {
      color: #65686a; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li:hover {
      background-color: rgba(0, 87, 146, 0.2);
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
  .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
    color: #0075c5;
    background-color: transparent; }
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button:hover {
      background-color: #344560;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }

.menu-wrapper {
  height: calc(100% - 60px);
  width: 220px;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 998;
  transform: none;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s; }
  .menu-wrapper .layout-menu-container {
    overflow: auto;
    height: 100%; }
    .menu-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-icon {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
      padding: 12px 0;
      margin: 0 17px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .image-name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .image-name img {
          width: 36px;
          margin-right: 8px; }
        .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .image-name .layout-profile-userinfo .layout-profile-name {
          display: block;
          font-size: 13px; }
        .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .image-name .layout-profile-userinfo .layout-profile-mail {
          display: block;
          font-size: 10px; }
      .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-icon {
        font-size: 14px;
        -moz-transition: transform 0.2s;
        -o-transition: transform 0.2s;
        -webkit-transition: transform 0.2s;
        transition: transform 0.2s; }
    .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
      list-style: none;
      padding: 0 8px;
      margin: 0 0 16px;
      display: none; }
      .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu > li a {
        font-size: 13px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px;
        padding: 9px 12px 9px 9px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s; }
        .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu > li a i {
          margin-right: 11px; }
    .menu-wrapper .layout-menu-container .layout-menu {
      list-style-type: none;
      margin: 24px 0 0 0;
      padding: 0; }
      .menu-wrapper .layout-menu-container .layout-menu li {
        padding: 2px 0px 2px 0px; }
        .menu-wrapper .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); }
        .menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem > a {
          display: none; }
        .menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem > div {
          padding-left: 8px;
          margin-bottom: 6px; }
          .menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem > div > .layout-menuitem-text {
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase; }
        .menu-wrapper .layout-menu-container .layout-menu li .layout-menu-tooltip {
          display: none; }
        .menu-wrapper .layout-menu-container .layout-menu li > a {
          margin: 0px;
          padding: 9px 12px 9px 9px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          font-size: 13px; }
          .menu-wrapper .layout-menu-container .layout-menu li > a .layout-menuitem-text {
            margin: 0 11px; }
          .menu-wrapper .layout-menu-container .layout-menu li > a i {
            font-size: 14px; }
            .menu-wrapper .layout-menu-container .layout-menu li > a i.layout-submenu-toggler {
              -moz-transition: all 0.2s;
              -o-transition: all 0.2s;
              -webkit-transition: all 0.2s;
              transition: all 0.2s;
              margin-left: auto; }
        .menu-wrapper .layout-menu-container .layout-menu li > ul {
          display: block;
          list-style-type: none;
          padding: 0;
          margin: 0; }
          .menu-wrapper .layout-menu-container .layout-menu li > ul li ul {
            display: none; }
          .menu-wrapper .layout-menu-container .layout-menu li > ul > li {
            padding: 0; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li.layout-root-menuitem > a {
              display: -ms-flexbox;
              display: flex; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li > div {
              display: none; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li a {
              padding-left: 20px; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li a {
              padding-left: 30px; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li a {
              padding-left: 40px; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li a {
              padding-left: 50px; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li a {
              padding-left: 60px; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li ul li a {
              padding-left: 70px; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li ul li ul li a {
              padding-left: 80px; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li ul li ul li ul li a {
              padding-left: 90px; }
            .menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
              padding-left: 100px; }

@media (min-width: 1111px) {
  .layout-overlay .menu-wrapper {
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform: translate3d(-241px, 0px, 0px); }
  .layout-overlay.layout-overlay-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px); }
  .layout-overlay.layout-overlay-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span {
    width: 0%; }
    .layout-overlay.layout-overlay-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(1) {
      transition-delay: 0s; }
    .layout-overlay.layout-overlay-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(2) {
      transition-delay: .125s; }
    .layout-overlay.layout-overlay-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(3) {
      transition-delay: .25s; }
  .layout-overlay.layout-overlay-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(1) {
    height: 80%;
    transition-delay: .425s; }
  .layout-overlay.layout-overlay-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(2) {
    width: 80%;
    transition-delay: .375s; }
  .layout-overlay .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    display: block; }

  .layout-static .menu-wrapper {
    transform: translate3d(-241px, 0px, 0px); }
  .layout-static .layout-main {
    margin-left: 0;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s; }
  .layout-static.layout-static-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px); }
  .layout-static.layout-static-active .layout-main {
    margin-left: 220px; }
  .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span {
    width: 0%; }
    .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(1) {
      transition-delay: 0s; }
    .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(2) {
      transition-delay: .125s; }
    .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(3) {
      transition-delay: .25s; }
  .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(1) {
    height: 80%;
    transition-delay: .425s; }
  .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(2) {
    width: 80%;
    transition-delay: .375s; }
  .layout-static .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    display: block; } }
@media (min-width: 1111px) and (max-width: 1300px) {
  .menu-wrapper {
    width: 190px; }
    .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
      padding: 12px 0;
      margin: 0 17px; }
      .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-icon {
        font-size: 12px; }
    .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
      padding: 0 8px;
      margin: 0 0 16px; }
      .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu > li a {
        font-size: 12px;
        padding: 9px 12px 9px 9px; }
        .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu > li a i {
          margin-right: 11px; }
    .menu-wrapper .layout-menu-container .layout-menu {
      list-style-type: none;
      margin: 24px 0 0 0;
      padding: 0; }
      .menu-wrapper .layout-menu-container .layout-menu li {
        padding: 0px 0px 0px 2px; }
        .menu-wrapper .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); }
        .menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem > a {
          display: none; }
        .menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem > div {
          padding-left: 8px;
          margin-bottom: 6px; }
          .menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem > div > .layout-menuitem-text {
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase; }
        .menu-wrapper .layout-menu-container .layout-menu li .layout-menu-tooltip {
          display: none; }
        .menu-wrapper .layout-menu-container .layout-menu li > a {
          padding: 9px 12px 9px 9px;
          font-size: 12px; }
          .menu-wrapper .layout-menu-container .layout-menu li > a .layout-menuitem-text {
            margin: 0 6px; }
          .menu-wrapper .layout-menu-container .layout-menu li > a i {
            font-size: 12px; }

  .layout-static .menu-wrapper {
    transform: translate3d(-241px, 0px, 0px); }
  .layout-static .layout-main {
    margin-left: 0;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s; }
  .layout-static.layout-static-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px); }
  .layout-static.layout-static-active .layout-main {
    margin-left: 190px; }
  .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span {
    width: 0%; }
    .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(1) {
      transition-delay: 0s; }
    .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(2) {
      transition-delay: .125s; }
    .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(3) {
      transition-delay: .25s; }
  .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(1) {
    height: 80%;
    transition-delay: .425s; }
  .layout-static.layout-static-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(2) {
    width: 80%;
    transition-delay: .375s; } }
@media (max-width: 1110px) {
  .layout-wrapper .menu-wrapper {
    top: 65px;
    z-index: 1010;
    height: calc(100% - 112px);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform: translate3d(-260px, 0px, 0px); }
  .layout-wrapper.layout-mobile-active {
    overflow: hidden;
    height: 100vh; }
    .layout-wrapper.layout-mobile-active .menu-wrapper {
      transform: translate3d(0px, 0px, 0px); }
    .layout-wrapper.layout-mobile-active .layout-mask {
      display: block; }
    .layout-wrapper.layout-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span {
      width: 0%; }
      .layout-wrapper.layout-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(1) {
        transition-delay: 0s; }
      .layout-wrapper.layout-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(2) {
        transition-delay: .125s; }
      .layout-wrapper.layout-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-bars span:nth-child(3) {
        transition-delay: .25s; }
    .layout-wrapper.layout-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(1) {
      height: 80%;
      transition-delay: .425s; }
    .layout-wrapper.layout-mobile-active .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button .menu-button-times span:nth-child(2) {
      width: 80%;
      transition-delay: .375s; } }
@media (min-width: 1111px) {
  .layout-wrapper.layout-horizontal .menu-wrapper {
    top: 60px;
    width: 100%;
    height: 44px; }
    .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container {
      overflow: visible;
      height: 100%;
      display: flex;
      align-items: center; }
      .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile {
        border-bottom: 0 none;
        display: inline-block;
        position: absolute;
        right: 24px;
        top: 4px; }
        .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
          padding: 0;
          margin-top: 2px; }
          .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button img {
            width: 32px; }
          .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo,
          .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-icon {
            display: none; }
          .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button:hover {
            background-color: transparent; }
        .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
          display: none;
          list-style-type: none;
          top: 40px;
          right: 0px;
          width: 230px;
          position: absolute;
          padding: 8px 12px;
          z-index: 100;
          overflow: auto;
          max-height: 450px;
          -moz-border-radius-bottomleft: 2px;
          -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
          -moz-border-radius-bottomright: 2px;
          -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
          .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a {
            padding: 9px 12px 9px 9px;
            border-radius: 4px; }
        .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu {
          display: block; }
      .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu {
        list-style-type: none;
        margin: 0px 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row; }
        .layout-wrapper.layout-horizontal .menu-wrapper .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-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > ul {
          display: block; }
        .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li {
          padding: 0;
          position: relative; }
          .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li .layout-menu-tooltip {
            display: none; }
          .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > a {
            margin-right: 0px;
            padding: 14px 7px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
          .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li.layout-root-menuitem > div {
            display: none; }
          .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
            display: none;
            list-style-type: none;
            top: 35px;
            left: 0px;
            width: 230px;
            position: absolute;
            padding: 8px 0;
            margin: 0;
            z-index: 100;
            overflow: auto;
            max-height: 450px;
            -moz-border-radius-bottomleft: 2px;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
            -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
            .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li {
              padding: 0px 8px;
              border: 0 none; }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button-wrapper .menu-button {
    display: none; }
  .layout-wrapper.layout-horizontal .layout-main {
    padding-top: 104px; } }
@media (min-width: 1111px) {
  .layout-wrapper.layout-slim .menu-wrapper, .layout-wrapper.layout-slim-plus .menu-wrapper {
    width: 64px;
    overflow: visible; }
    .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container {
      overflow: visible;
      padding: 0; }
      .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
        -ms-flex-pack: center;
        justify-content: center; }
        .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button > i, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button > i {
          display: none; }
        .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button img, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button img {
          width: 32px;
          margin: 0; }
        .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .image-name .layout-profile-userinfo, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .image-name .layout-profile-userinfo {
          display: none; }
      .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
        position: absolute;
        overflow: auto;
        top: 0;
        left: 71px;
        min-width: 250px;
        max-height: 450px;
        display: none;
        padding: 8px 12px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
        -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
        box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16); }
        .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a {
          padding: 9px 12px 9px 9px;
          border-radius: 4px; }
      .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-profile > .layout-profile-icons, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > .layout-profile-icons {
        display: none; }
      .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu {
        display: block; }
      .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu {
        padding: 12px 0;
        margin: 0; }
        .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
          display: none;
          padding: 0 .412px;
          position: absolute;
          left: 72px;
          top: 4px;
          line-height: 1;
          border-radius: 2px; }
          .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
            padding: 6px 8px;
            font-weight: 500;
            min-width: 75px;
            white-space: nowrap;
            text-align: center;
            -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
            -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
            box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16); }
          .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            top: 50%;
            left: -4px;
            margin-top: -5px;
            border-width: 5px 5px 5px 0; }
        .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > ul, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > ul {
          display: block; }
        .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li {
          position: relative;
          margin-bottom: 12px;
          padding: 0 7px;
          width: auto; }
          .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.layout-root-menuitem > div, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.layout-root-menuitem > div {
            display: none; }
          .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a {
            margin: 0px;
            padding: 8px 16px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            position: relative;
            border: none;
            border-radius: 2px; }
            .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a .layout-menuitem-text, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a .layout-menuitem-text {
              display: none; }
            .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a i, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a i {
              font-size: 18px;
              margin-right: 0; }
              .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a i.layout-submenu-toggler, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a i.layout-submenu-toggler {
                display: none; }
            .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a .menuitem-badge, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a .menuitem-badge {
              display: none;
              margin-left: auto; }
            .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip {
              display: block; }
          .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
            position: absolute;
            overflow: auto;
            top: 0;
            left: 71px;
            min-width: 250px;
            max-height: 450px;
            display: none;
            padding: 12px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px; }
          .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip, .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
            display: none; }
  .layout-wrapper.layout-slim .layout-topbar .layout-topbar-left .menu-button-wrapper .menu-button, .layout-wrapper.layout-slim-plus .layout-topbar .layout-topbar-left .menu-button-wrapper .menu-button {
    display: none; }
  .layout-wrapper.layout-slim .layout-main, .layout-wrapper.layout-slim-plus .layout-main {
    padding-left: 64px; }
  .layout-wrapper.layout-slim-plus .menu-wrapper {
    width: 100px; }
    .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button img {
      width: 42px; }
    .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
      left: 107px; }
    .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.layout-root-menuitem div.layout-menu-tooltip {
      display: none; }
    .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a {
      flex-direction: column;
      padding: 8px 6px; }
      .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a .layout-menuitem-text {
        display: block;
        margin: 0;
        margin-top: 6px;
        font-size: 12px;
        font-weight: 500;
        text-align: center; }
      .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a i {
        font-size: 24px; }
    .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
      left: 107px; }
      .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul > li > div.layout-menu-tooltip {
        display: none; }
    .layout-wrapper.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
      display: none; }
  .layout-wrapper.layout-slim-plus .layout-topbar .layout-topbar-left .menu-button-wrapper .menu-button {
    display: none; }
  .layout-wrapper.layout-slim-plus .layout-main {
    padding-left: 100px; } }
.layout-menu-dim .menu-wrapper {
  background-color: #2B394F;
  border-right: solid 1px #d5d5d5; }
  .layout-menu-dim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: #f8fafc; }
    .layout-menu-dim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .image-name .layout-profile-userinfo .layout-profile-mail {
      color: rgba(248, 250, 252, 0.7); }
  .layout-menu-dim .menu-wrapper .layout-menu-container .layout-profile ul li.layout-profile-icons {
    display: none; }
  .layout-menu-dim .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: #f8fafc; }
    .layout-menu-dim .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
      background-color: rgba(0, 87, 146, 0.2); }
  .layout-menu-dim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-icons {
    border-color: rgba(213, 213, 213, 0.4); }
    .layout-menu-dim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-icons a i {
      color: #0085df; }
    .layout-menu-dim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-icons a:hover i {
      color: #f8fafc; }
  .layout-menu-dim .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: #0085df; }
  .layout-menu-dim .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: #f8fafc; }
    .layout-menu-dim .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
      background-color: rgba(0, 87, 146, 0.2); }
  .layout-menu-dim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #0078c9; }
  .layout-menu-dim .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: #f8fafc; }
    .layout-menu-dim .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
      background-color: rgba(0, 87, 146, 0.2); }
  .layout-menu-dim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #0078c9; }
@media (min-width: 1111px) {
  .layout-menu-dim.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
    background-color: #344560; }
    .layout-menu-dim.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
      color: #f8fafc; }
      .layout-menu-dim.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: rgba(0, 87, 146, 0.2); }
  .layout-menu-dim.layout-horizontal .menu-wrapper {
    border-bottom: solid 1px #d5d5d5;
    border-right: none; }
    .layout-menu-dim.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
      background-color: #344560;
      box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12); }
      .layout-menu-dim.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #f8fafc; }
        .layout-menu-dim.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
          background-color: rgba(0, 87, 146, 0.2); }
      .layout-menu-dim.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #0078c9; }
  .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
    background-color: #65686a; }
    .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
      color: #ffffff; }
    .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
      border-right-color: #65686a; }
  .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    background-color: #005792;
    color: #ffffff; }
    .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i {
      color: #ffffff; }
    .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
      color: #ffffff; }
  .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
    border-color: #0078c9;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #344560; }
    .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
      color: #f8fafc; }
      .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: rgba(0, 87, 146, 0.2); }
    .layout-menu-dim.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-dim.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
      color: #0078c9; } }

.layout-menu-dark .menu-wrapper {
  background-color: #2A2A2A;
  border-right: solid 1px #d5d5d5; }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: #E9E9E9; }
    .layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .image-name .layout-profile-userinfo .layout-profile-mail {
      color: rgba(233, 233, 233, 0.7); }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile ul li.layout-profile-icons {
    display: none; }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: #E9E9E9; }
    .layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
      background-color: rgba(0, 87, 146, 0.2); }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-icons {
    border-color: rgba(213, 213, 213, 0.4); }
    .layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-icons a i {
      color: #0085df; }
    .layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-icons a:hover i {
      color: #E9E9E9; }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: #0085df; }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: #E9E9E9; }
    .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
      background-color: rgba(0, 87, 146, 0.2); }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #0078c9; }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: #E9E9E9; }
    .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
      background-color: rgba(0, 87, 146, 0.2); }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #0078c9; }
@media (min-width: 1111px) {
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
    background-color: #373737; }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
      color: #E9E9E9; }
      .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: rgba(0, 87, 146, 0.2); }
  .layout-menu-dark.layout-horizontal .menu-wrapper {
    border-bottom: solid 1px #d5d5d5;
    border-right: none; }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
      background-color: #373737;
      box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12); }
      .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #E9E9E9; }
        .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
          background-color: rgba(0, 87, 146, 0.2); }
      .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #0078c9; }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
    background-color: #65686a; }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
      color: #ffffff; }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
      border-right-color: #65686a; }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    background-color: #005792;
    color: #ffffff; }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i {
      color: #ffffff; }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
      color: #ffffff; }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
    border-color: #0078c9;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #373737; }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
      color: #E9E9E9; }
      .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: rgba(0, 87, 146, 0.2); }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
      color: #0078c9; } }

.layout-menu-light {
  /*$rootMenuItemHoverBgColor:rgba($primaryColor, .1);*/
  /*$submenuItemHoverBgColor:rgba($primaryColor, .1);*/ }
  .layout-menu-light .menu-wrapper {
    background-color: #ffffff;
    border-right: solid 1px #d5d5d5; }
    .layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
      color: #231F20; }
      .layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .image-name .layout-profile-userinfo .layout-profile-mail {
        color: rgba(35, 31, 32, 0.7); }
    .layout-menu-light .menu-wrapper .layout-menu-container .layout-profile ul li.layout-profile-icons {
      display: none; }
    .layout-menu-light .menu-wrapper .layout-menu-container .layout-profile ul li a {
      color: #231F20; }
      .layout-menu-light .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
        background-color: rgba(255, 212, 2, 0.2); }
    .layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-icons {
      border-color: rgba(213, 213, 213, 0.4); }
      .layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-icons a i {
        color: #0075c5; }
      .layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-icons a:hover i {
        color: #231F20; }
    .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
      color: #005792; }
    .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li a {
      color: #231F20; }
      .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
        background-color: rgba(255, 212, 2, 0.2); }
    .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
      color: #0078c9; }
    .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
      color: #231F20; }
      .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
        background-color: rgba(255, 212, 2, 0.2); }
    .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
      color: #0078c9; }
  @media (min-width: 1111px) {
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
      background-color: white; }
      .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #231F20; }
        .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
          background-color: rgba(255, 212, 2, 0.2); }
    .layout-menu-light.layout-horizontal .menu-wrapper {
      border-bottom: solid 1px #d5d5d5;
      border-right: none; }
      .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12); }
        .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
          color: #231F20; }
          .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
            background-color: rgba(255, 212, 2, 0.2); }
        .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
          color: #0078c9; }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
      background-color: #65686a; }
      .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff; }
      .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #65686a; }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
      background-color: #005792;
      color: #ffffff; }
      .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i {
        color: #ffffff; }
      .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #ffffff; }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
      border-color: #0078c9;
      box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
      background-color: white; }
      .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #231F20; }
        .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
          background-color: rgba(255, 212, 2, 0.2); }
      .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #0078c9; } }

.layout-breadcrumb {
  background-color: transparent;
  border-bottom: solid 1px #d5d5d5;
  padding: 12px 36px;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden; }
  .layout-breadcrumb .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .layout-breadcrumb .breadcrumb .route-bar-breadcrumb {
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 0; }
      .layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li {
        padding: 0;
        padding-right: 12px;
        font-size: 12px;
        font-weight: normal;
        color: #65686a; }
        .layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
          font-size: 10px; }
        .layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li .ui-link {
          color: #191a1c;
          -moz-transition: color 0.2s;
          -o-transition: color 0.2s;
          -webkit-transition: color 0.2s;
          transition: color 0.2s;
          font-size: 12px;
          white-space: nowrap; }
          .layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li .ui-link:hover {
            color: #005792; }
  .layout-breadcrumb::-webkit-scrollbar {
    display: none; }

@media (max-width: 1109px) {
  .layout-breadcrumb {
    padding: 12px 13px; } }
.layout-rightpanel {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 60px;
  height: calc(100% - 56px);
  padding: 0;
  width: 260px;
  overflow: auto;
  background-color: white;
  border-left: solid 1px #d5d5d5;
  border-top: solid 1px #d5d5d5;
  transform: translate3d(260px, 0px, 0px);
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.layout-wrapper.layout-rightpanel-active .layout-rightpanel {
  transform: translate3d(0px, 0px, 0px); }

@media (max-width: 1110px) {
  .layout-rightpanel {
    top: 120px;
    height: calc(100% - 120px); } }
.layout-footer {
  padding: 16px 120px;
  /*border-top: solid 1px $dividerColor;*/ }
  .layout-footer span {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 12px;
    color: #65686a; }
  .layout-footer ul {
    padding: 0;
    margin-left: 16px; }
    .layout-footer ul > li {
      font-size: 14px;
      color: #65686a;
      padding-bottom: 6px;
      cursor: pointer; }
      .layout-footer ul > li:hover {
        color: #191a1c; }
  .layout-footer .socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1em; }
    .layout-footer .socials > i {
      font-size: 22px;
      color: #65686a;
      margin-right: 12px;
      cursor: pointer; }
      .layout-footer .socials > i:hover {
        color: #191a1c; }

@media (max-width: 1110px) {
  .layout-footer {
    padding: 18px 24px 64px; } }
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.card {
  border-radius: 4px;
  background: #ffffff;
  padding: 18px 15px;
  box-sizing: border-box;
  box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 2rem; }
  .card:last-child {
    margin-bottom: 0; }
  .card .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 16px; }
    .card .card-header h5 {
      margin-bottom: 0;
      opacity: .8; }
    .card .card-header .header-buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
  .card.no-gutter {
    margin-bottom: 0; }

.nopad {
  padding: 0; }
  .nopad .ui-panel-content {
    padding: 0; }

.ui-g {
  -ms-flex-wrap: wrap; }

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.ui-text-secondary {
  color: #65686a; }

.layout-wrapper .layout-ajax-loader {
  position: absolute;
  right: 15px;
  bottom: 70px; }
  .layout-wrapper .layout-ajax-loader .layout-ajax-loader-icon {
    color: red;
    font-size: 32px; }

.layout-dashboard .overview-box {
  background-color: #ffffff;
  position: relative;
  height: 100%;
  padding: 8px 12px; }
  .layout-dashboard .overview-box > img {
    position: absolute;
    right: 0;
    top: 0; }
  .layout-dashboard .overview-box .overview-icon {
    position: absolute;
    right: -10px;
    top: -10px; }
    .layout-dashboard .overview-box .overview-icon > img {
      height: 32px;
      width: 32px; }
  .layout-dashboard .overview-box .overview .overview-title {
    font-weight: 500;
    font-size: 13px;
    opacity: 0.7;
    letter-spacing: 0.85px;
    color: #191a1c;
    margin: 0;
    margin-bottom: 2px; }
  .layout-dashboard .overview-box .overview > h3 {
    font-weight: normal;
    color: #191a1c;
    margin: 7px 0; }
  .layout-dashboard .overview-box .overview > span {
    display: block;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 500;
    color: #191a1c; }
    .layout-dashboard .overview-box .overview > span > span {
      font-weight: bold; }
.layout-dashboard .chart {
  overflow: auto; }
  .layout-dashboard .chart h5 {
    margin-top: 0; }
.layout-dashboard .products {
  height: 100%; }
  .layout-dashboard .products > ul {
    padding: 0;
    list-style-type: none; }
    .layout-dashboard .products > ul > li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 14px; }
      .layout-dashboard .products > ul > li .products-info-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        flex-grow: 1; }
        .layout-dashboard .products > ul > li .products-info-icon .products-icon {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 4px;
          background-color: #f8fafc;
          height: 36px;
          width: 36px;
          margin-right: 11px; }
          .layout-dashboard .products > ul > li .products-info-icon .products-icon > i {
            font-size: 16px;
            color: #005792; }
        .layout-dashboard .products > ul > li .products-info-icon .products-info .product-name {
          font-weight: normal;
          font-size: 15px;
          margin: 0;
          margin-bottom: 3px;
          color: #191a1c; }
        .layout-dashboard .products > ul > li .products-info-icon .products-info > span {
          display: block;
          font-size: 12px;
          font-weight: 500;
          color: #65686a; }
      .layout-dashboard .products > ul > li .products-stat {
        font-size: 13px;
        font-weight: 500;
        color: #65686a;
        margin: 0 4px;
        text-align: center;
        width: auto; }
      .layout-dashboard .products > ul > li .products-graph {
        margin: 0 16px; }
      .layout-dashboard .products > ul > li .buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
.layout-dashboard .stat-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9px 12px 12px;
  height: 100%; }
  .layout-dashboard .stat-box .stats .stat-title {
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 0.85px;
    color: #191a1c;
    margin: 0;
    margin-bottom: 6px; }
  .layout-dashboard .stat-box .stats > h5 {
    font-weight: normal;
    color: #191a1c;
    margin: 0; }
.layout-dashboard .feedbacks {
  height: 100%; }
  .layout-dashboard .feedbacks .card-header .rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .layout-dashboard .feedbacks .card-header .rating span {
      font-size: 14px;
      color: #65686a; }
    .layout-dashboard .feedbacks .card-header .rating .ui-rating {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .layout-dashboard .feedbacks .card-header .rating .ui-rating .ui-rating-star {
        margin-right: 0; }
        .layout-dashboard .feedbacks .card-header .rating .ui-rating .ui-rating-star > a {
          font-size: 14px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center; }
      .layout-dashboard .feedbacks .card-header .rating .ui-rating .ui-rating-cancel {
        display: none; }
  .layout-dashboard .feedbacks .feedbacks-list .feedback {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px; }
    .layout-dashboard .feedbacks .feedbacks-list .feedback > img {
      margin-right: 12px;
      height: 28px;
      width: auto; }
    .layout-dashboard .feedbacks .feedbacks-list .feedback .feedback-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      flex-wrap: wrap; }
      .layout-dashboard .feedbacks .feedbacks-list .feedback .feedback-header h6 {
        font-weight: normal;
        margin: 0;
        color: #191a1c;
        margin-right: 8px; }
      .layout-dashboard .feedbacks .feedbacks-list .feedback .feedback-header .ui-rating {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .layout-dashboard .feedbacks .feedbacks-list .feedback .feedback-header .ui-rating .ui-rating-star {
          margin-right: 0; }
          .layout-dashboard .feedbacks .feedbacks-list .feedback .feedback-header .ui-rating .ui-rating-star > a {
            font-size: 12px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; }
        .layout-dashboard .feedbacks .feedbacks-list .feedback .feedback-header .ui-rating .ui-rating-cancel {
          display: none; }
      .layout-dashboard .feedbacks .feedbacks-list .feedback .feedback-header span {
        font-size: 12px;
        color: #65686a;
        flex-grow: 1;
        text-align: right; }
    .layout-dashboard .feedbacks .feedbacks-list .feedback span {
      margin: 0;
      font-size: 12px;
      color: #65686a; }
.layout-dashboard .status {
  height: 100%; }
  .layout-dashboard .status .status-content {
    margin-top: 24px;
    flex-wrap: wrap; }
    .layout-dashboard .status .status-content .status-graph {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .layout-dashboard .status .status-content .status-graph > img {
        height: 120px;
        width: auto; }
      .layout-dashboard .status .status-content .status-graph .graph-info {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -23px; }
        .layout-dashboard .status .status-content .status-graph .graph-info > h5 {
          font-weight: 700;
          color: #65686a;
          margin: 0; }
    .layout-dashboard .status .status-content .status-info {
      width: 100%;
      margin-top: 16px; }
      .layout-dashboard .status .status-content .status-info > h6 {
        font-weight: 500;
        color: #65686a;
        margin: 0;
        margin-bottom: 12px; }
      .layout-dashboard .status .status-content .status-info > ul {
        list-style-type: none;
        padding: 0; }
        .layout-dashboard .status .status-content .status-info > ul > li {
          margin: 10px 0; }
          .layout-dashboard .status .status-content .status-info > ul > li .status {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 6px; }
            .layout-dashboard .status .status-content .status-info > ul > li .status > span {
              font-size: 14px;
              line-height: 1.5;
              color: #191a1c; }
              .layout-dashboard .status .status-content .status-info > ul > li .status > span i {
                color: #005792;
                margin-right: 7px; }
              .layout-dashboard .status .status-content .status-info > ul > li .status > span:last-child {
                color: #65686a; }
.layout-dashboard .transactions {
  height: 100%; }
.layout-dashboard .tasks > ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0px; }
  .layout-dashboard .tasks > ul > li {
    border-top: solid 1px rgba(213, 213, 213, 0.2);
    padding: 6px 9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .layout-dashboard .tasks > ul > li .checkbox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .layout-dashboard .tasks > ul > li .checkbox > p {
        line-height: 1.5;
        color: #191a1c;
        margin: 0;
        margin-left: 9px; }
    .layout-dashboard .tasks > ul > li > span {
      font-size: 12px;
      font-weight: bold;
      color: #ffffff;
      display: block;
      padding: 3px;
      border-radius: 2px;
      background-color: #005792; }
      .layout-dashboard .tasks > ul > li > span.later {
        color: #65686a;
        border: solid 1px rgba(213, 213, 213, 0.4);
        background-color: #f8fafc; }
.layout-dashboard .sales > img {
  width: 100%;
  height: auto;
  margin-bottom: 28px; }
.layout-dashboard .sales .progress-item {
  margin-bottom: 6px; }
  .layout-dashboard .sales .progress-item .progress-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px; }
    .layout-dashboard .sales .progress-item .progress-title > span {
      font-size: 14px;
      line-height: 1.5;
      color: #65686a; }
  .layout-dashboard .sales .progress-item .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .layout-dashboard .sales .progress-item .progress-bar > span {
      height: 4px;
      border-radius: 2px;
      background-color: #f8fafc;
      width: 100%; }
      .layout-dashboard .sales .progress-item .progress-bar > span.progress {
        z-index: 1;
        background-color: #005792;
        margin-right: -3px; }
  .layout-dashboard .sales .progress-item:nth-child(4) .progress-bar > span {
    width: 70%; }
    .layout-dashboard .sales .progress-item:nth-child(4) .progress-bar > span.progress {
      width: 30%; }
  .layout-dashboard .sales .progress-item:nth-child(5) .progress-bar > span {
    width: 60%; }
    .layout-dashboard .sales .progress-item:nth-child(5) .progress-bar > span.progress {
      width: 40%; }

@media (max-width: 1110px) {
  .layout-dashboard .products ul li .products-graph,
  .layout-dashboard .products ul li .buttons {
    display: none; } }
.overview-box {
  background-color: #f8fafc;
  position: relative;
  height: 100%;
  padding: 8px 12px;
  border-radius: 2px; }
  .overview-box > img {
    position: absolute;
    right: 0;
    top: 0; }
  .overview-box .overview-icon {
    position: absolute;
    right: -10px;
    top: -10px; }
    .overview-box .overview-icon > img {
      height: 32px;
      width: 32px; }
  .overview-box .overview .overview-title {
    font-weight: 500;
    font-size: 13px;
    opacity: 0.7;
    letter-spacing: 0.85px;
    color: #191a1c;
    margin: 0;
    margin-bottom: 2px; }
  .overview-box .overview > h3 {
    font-weight: normal;
    color: #191a1c;
    margin: 0;
    margin: 7px 0; }
  .overview-box .overview > span {
    display: block;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 500;
    color: #191a1c; }
    .overview-box .overview > span > span {
      font-weight: bold; }
  .overview-box.overview-box-blue {
    background-color: #b1eafe; }
    .overview-box.overview-box-blue .overview .overview-title {
      color: #134592;
      opacity: 0.7; }
    .overview-box.overview-box-blue .overview > h3 {
      color: #134592; }
    .overview-box.overview-box-blue .overview > span {
      color: #134592;
      opacity: 0.6; }
  .overview-box.overview-box-yellow {
    background-color: #ffe6a6; }
    .overview-box.overview-box-yellow .overview .overview-title {
      color: #934c0b;
      opacity: 0.7; }
    .overview-box.overview-box-yellow .overview > h3 {
      color: #934c0b; }
    .overview-box.overview-box-yellow .overview > span {
      color: #934c0b;
      opacity: 0.6; }
  .overview-box.overview-box-green {
    background-color: #c4f7b3; }
    .overview-box.overview-box-green .overview .overview-title {
      color: #12682a;
      opacity: 0.7; }
    .overview-box.overview-box-green .overview > h3 {
      color: #12682a; }
    .overview-box.overview-box-green .overview > span {
      color: #12682a;
      opacity: 0.6; }
  .overview-box.overview-box-purple {
    background-color: #d3c9e1; }
    .overview-box.overview-box-purple .overview .overview-title {
      color: #521383;
      opacity: 0.7; }
    .overview-box.overview-box-purple .overview > h3 {
      color: #521383; }
    .overview-box.overview-box-purple .overview > span {
      color: #521383;
      opacity: 0.6; }

.profile {
  text-align: center;
  position: relative; }
  .profile > img {
    width: 76px;
    height: auto;
    margin-bottom: 6px;
    border: solid 1px #d5d5d5;
    padding: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .profile .profile-name {
    font-size: 13px;
    font-weight: 500;
    color: #191a1c;
    margin: 4px 0; }
  .profile > span {
    font-size: 12px;
    color: #65686a;
    display: block; }
  .profile .profile-infos {
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px; }
    .profile .profile-infos .profile-info {
      text-align: center;
      width: 100%;
      padding: 6px;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s;
      cursor: pointer;
      border-radius: 2px; }
      .profile .profile-infos .profile-info > span {
        font-size: 12px;
        color: #65686a;
        display: block; }
      .profile .profile-infos .profile-info > h6 {
        font-weight: normal;
        color: #005792;
        margin: 0;
        margin-top: 4px; }
      .profile .profile-infos .profile-info:hover {
        background-color: #f8fafc; }
  .profile .graph-profile {
    margin-top: 30px;
    width: 90%;
    height: auto;
    border: none;
    border-radius: 0; }

.testimonials {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .testimonials .testimonials-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 600px; }
    .testimonials .testimonials-wrapper .testimonials-content {
      display: -ms-flexbox;
      display: flex;
      padding: 32px 0 0;
      flex-direction: row;
      transition: transform 500ms ease 0s;
      transform: translate3d(0px, 0px, 0px); }
      .testimonials .testimonials-wrapper .testimonials-content .testimonial {
        flex: 1 0 auto;
        width: 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; }
        .testimonials .testimonials-wrapper .testimonials-content .testimonial .testimonial-content {
          max-width: 600px;
          margin: 0 6px;
          position: relative;
          height: 100%;
          background-color: #f4f7f9;
          padding: 65px 42px 66px;
          border-radius: 2px;
          box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08); }
          .testimonials .testimonials-wrapper .testimonials-content .testimonial .testimonial-content > img {
            position: absolute;
            top: -32px;
            left: 50%;
            margin-left: -32px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 3px solid #f4f7f9; }
          .testimonials .testimonials-wrapper .testimonials-content .testimonial .testimonial-content > span {
            display: block;
            font-size: 14px;
            line-height: 1.5;
            color: #191a1c;
            margin-bottom: 20px; }
          .testimonials .testimonials-wrapper .testimonials-content .testimonial .testimonial-content > h5 {
            font-weight: 500;
            line-height: 1.2;
            color: #191a1c;
            margin: 0; }
          .testimonials .testimonials-wrapper .testimonials-content .testimonial .testimonial-content > h6 {
            font-weight: 500;
            line-height: 1.5;
            color: #8b8e90;
            color: #65686a;
            margin: 0; }
    .testimonials .testimonials-wrapper .link-points .points {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 36px; }
      .testimonials .testimonials-wrapper .link-points .points .point {
        width: 15px;
        height: 15px;
        background-color: #005792;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 3px;
        cursor: pointer; }
        .testimonials .testimonials-wrapper .link-points .points .point.active-point {
          width: 19px;
          height: 19px;
          background-color: #ebedef; }

.chat {
  padding: 12px 12px 9px; }
  .chat .card-header {
    border-bottom: 1px solid #f4f7f9; }
  .chat .chat-content {
    width: 100%;
    padding: 16px 0 32px;
    border-bottom: 1px solid #f4f7f9; }
    .chat .chat-content .chat-message {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-bottom: 12px; }
      .chat .chat-content .chat-message > img {
        width: 32px;
        height: auto;
        margin-right: 12px; }
      .chat .chat-content .chat-message .message {
        width: 43%;
        padding: 9px;
        border-radius: 2px;
        background-color: #f8fafc; }
        .chat .chat-content .chat-message .message > p {
          line-height: 1.5;
          margin: 0;
          margin-bottom: 4px;
          color: #191a1c; }
        .chat .chat-content .chat-message .message > span {
          font-size: 12px;
          display: block;
          color: #65686a; }
      .chat .chat-content .chat-message.send {
        flex-direction: row-reverse; }
        .chat .chat-content .chat-message.send > img {
          margin-left: 12px;
          margin-right: 0; }
        .chat .chat-content .chat-message.send .message {
          background-color: #005792; }
          .chat .chat-content .chat-message.send .message > p {
            color: #ffffff; }
          .chat .chat-content .chat-message.send .message > span {
            color: #ffffff; }
  .chat .chat-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px; }
    .chat .chat-input > input {
      width: 100%;
      padding: 12px  3px;
      margin-right: 14px;
      border: none;
      background-color: transparent; }
    .chat .chat-input .input-buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }

.actions .action-buttons {
  margin-top: 7px; }
  .actions .action-buttons .grid {
    margin-right: -6px;
    margin-left: -6px;
    margin-top: -6px; }
    .actions .action-buttons .grid > div {
      padding: 6px; }
  .actions .action-buttons .action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #f8fafc;
    padding: 7px 10px;
    text-align: center;
    min-height: 80px;
    cursor: pointer;
    height: 100%;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .actions .action-buttons .action i {
      font-size: 22px;
      display: block;
      color: #005792;
      margin-bottom: 7px; }
    .actions .action-buttons .action span {
      display: block;
      color: #65686a;
      font-size: 12px; }
    .actions .action-buttons .action:hover {
      background-color: #005792; }
      .actions .action-buttons .action:hover i, .actions .action-buttons .action:hover span {
        color: #ffffff; }

.pricing-card {
  margin: 12px;
  background-color: #f8fafc;
  box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08); }
  .pricing-card .pricing-header {
    box-shadow: inset 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #005792;
    padding: 18px 12px; }
    .pricing-card .pricing-header .upper-title {
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 1px;
      color: #ffffff;
      opacity: .9;
      margin: 0;
      margin-bottom: 4px; }
    .pricing-card .pricing-header > h6 {
      font-weight: 500;
      letter-spacing: 0.58px;
      color: #ffffff;
      margin: 0;
      margin-bottom: 12px; }
    .pricing-card .pricing-header > span {
      display: block;
      padding-left: 9px;
      border-left: 3px solid #ffffff;
      font-size: 13px;
      color: #ffffff;
      max-width: 120px; }
  .pricing-card .pricing-content {
    padding: 24px; }
    .pricing-card .pricing-content > ul {
      list-style-type: none;
      padding: 0; }
      .pricing-card .pricing-content > ul > li {
        font-size: 12px;
        color: #191a1c;
        margin-bottom: 12px; }
        .pricing-card .pricing-content > ul > li > i {
          color: #65686a;
          margin-right: 8px; }
    .pricing-card .pricing-content > button {
      padding: 10px 32px;
      border-radius: 2px;
      background-color: #ffffff;
      margin-top: 12px;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .pricing-card .pricing-content > button > span {
        display: block;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        color: #005792; }
      .pricing-card .pricing-content > button:hover {
        background-color: #f8fafc; }

.timeline {
  height: 100%; }
  .timeline > ul {
    padding: 0;
    margin: 10px 0 20px;
    list-style: none; }
    .timeline > ul > li {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 32px;
      min-height: 55px; }
      .timeline > ul > li .time {
        min-width: 35px;
        font-size: 13px;
        line-height: 1.54;
        color: #191a1c;
        display: block; }
      .timeline > ul > li .event-icon {
        min-width: 16px;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1;
        width: 16px;
        height: 16px;
        border: solid 3px #2582db;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #ffffff;
        margin: 0 10px; }
        .timeline > ul > li .event-icon::before {
          content: '';
          width: 2px;
          height: 80px;
          background-color: #f4f7f9;
          position: absolute;
          top: 13px;
          display: block; }
      .timeline > ul > li .event-content span {
        display: block;
        font-size: 13px;
        line-height: 1.38;
        color: #191a1c; }
        .timeline > ul > li .event-content span.event-title {
          font-weight: 500;
          line-height: normal;
          margin-bottom: 4px; }
      .timeline > ul > li:nth-child(1) .event-icon {
        border: solid 3px #2582db; }
      .timeline > ul > li:nth-child(2) .event-icon {
        border: solid 3px #dc8500; }
      .timeline > ul > li:nth-child(3) .event-icon {
        border: solid 3px #f8447e; }
      .timeline > ul > li:nth-child(4) {
        margin-bottom: 0; }
        .timeline > ul > li:nth-child(4) .event-icon {
          border: solid 3px #36925e; }
          .timeline > ul > li:nth-child(4) .event-icon::before {
            display: none; }

.persons > ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .persons > ul > li {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px; }
    .persons > ul > li .person-profile {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .persons > ul > li .person-profile > img {
        width: 42px;
        height: 42px;
        margin-right: 14px; }
      .persons > ul > li .person-profile .person-info .person-name {
        line-height: 1.38;
        color: #191a1c;
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-bottom: 2px; }
      .persons > ul > li .person-profile .person-info .person-title {
        line-height: 1.5;
        color: #191a1c;
        font-size: 12px;
        display: block;
        opacity: .8; }
    .persons > ul > li .ui-button {
      background-color: transparent;
      border-color: rgba(101, 104, 106, 0.5);
      color: #65686a; }
      .persons > ul > li .ui-button:hover {
        background-color: #fafafa; }

.login-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .login-body .login-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    .login-body .login-image img {
      height: 240px;
      width: 100%; }
  .login-body .login-card {
    z-index: 2;
    border-top: 8px solid #005792;
    background-color: #ffffff;
    padding: 15px 42px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: -20%; }
    .login-body .login-card > h1 {
      font-size: 20px;
      color: #191a1c;
      margin: 0; }
      .login-body .login-card > h1 > span {
        font-size: 20px;
        color: #65686a; }
    .login-body .login-card > span {
      font-size: 14px;
      color: #65686a;
      margin-top: 13px;
      margin-bottom: 30px;
      display: block; }
    .login-body .login-card .form-group {
      width: 100%;
      text-align: left;
      margin-bottom: 15px; }
      .login-body .login-card .form-group span {
        display: block;
        font-size: 15px;
        color: #191a1c;
        margin-bottom: 6px; }
      .login-body .login-card .form-group input {
        width: 100%; }
    .login-body .login-card .form-footer {
      width: 100%;
      margin: 8px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .login-body .login-card .form-footer .checkbox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .login-body .login-card .form-footer .checkbox > span {
          color: #191a1c;
          font-size: 14px;
          margin-right: 6px; }
      .login-body .login-card .form-footer a {
        color: #65686a;
        text-decoration: none;
        font-size: 14px; }
        .login-body .login-card .form-footer a:hover {
          color: #191a1c; }
    .login-body .login-card .ui-linkbutton {
      margin-top: 24px;
      width: 100%; }
      .login-body .login-card .ui-linkbutton a {
        width: 100%; }
        .login-body .login-card .ui-linkbutton a span {
          color: #ffffff; }

.exception-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10%; }
  .exception-body .exception-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    .exception-body .exception-image img {
      height: 240px;
      width: 100%; }
  .exception-body .exception-card {
    z-index: 2;
    border-top: 8px solid #db374e;
    background-color: #ffffff;
    padding: 15px 42px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .exception-body .exception-card > h1 {
      font-size: 25px;
      color: #191a1c;
      margin: 0; }
      .exception-body .exception-card > h1 > span {
        font-size: 25px;
        color: #db374e; }
    .exception-body .exception-card img {
      margin: 15px 0;
      width: 100%; }
    .exception-body .exception-card > span {
      font-size: 14px;
      color: #65686a;
      margin-bottom: 30px;
      display: block; }
    .exception-body .exception-card .ui-linkbutton {
      width: 100%; }
      .exception-body .exception-card .ui-linkbutton a {
        width: 100%; }
        .exception-body .exception-card .ui-linkbutton a span {
          color: #ffffff; }
  .exception-body.access .exception-card {
    border-color: #ffa723; }
    .exception-body.access .exception-card > h1 > span {
      color: #ffa723; }

.landing-body .landing-topbar {
  height: 60px;
  border-bottom: solid 1px rgba(109, 198, 253, 0.4);
  background-color: #b1eafe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 999; }
  .landing-body .landing-topbar #landing-menu-button {
    display: none;
    padding: 0 8px;
    cursor: pointer; }
  .landing-body .landing-topbar .logo {
    padding: 0 120px; }
  .landing-body .landing-topbar > ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 120px; }
    .landing-body .landing-topbar > ul > li #landing-menu-close {
      display: none; }
    .landing-body .landing-topbar > ul > li > a {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.08px;
      color: #191a1c;
      padding: 5px 14px;
      margin: 0 3px;
      border-radius: 2px;
      background-color: #96dbfd;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .landing-body .landing-topbar > ul > li > a:hover {
        background-color: #2c84d8;
        color: #ffffff; }
.landing-body .landing-mask {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 998; }
.landing-body .landing-banner {
  background-color: #b1eafe;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 120px 0; }
  .landing-body .landing-banner .landing-banner-content {
    text-align: center;
    margin-bottom: 32px; }
    .landing-body .landing-banner .landing-banner-content > h3 {
      font-weight: 500;
      margin: 0;
      margin-bottom: 14px;
      color: #191a1c; }
      .landing-body .landing-banner .landing-banner-content > h3 > span {
        color: #2c84d8; }
    .landing-body .landing-banner .landing-banner-content > h6 {
      font-size: 15px;
      font-weight: normal;
      margin: 0;
      margin-bottom: 14px;
      color: #191a1c;
      max-width: 480px;
      line-height: 1.33; }
    .landing-body .landing-banner .landing-banner-content > button {
      padding: 8px 20px; }
      .landing-body .landing-banner .landing-banner-content > button span {
        padding: 0;
        display: block; }
  .landing-body .landing-banner .landing-banner-image img {
    margin-bottom: -4px;
    width: 100%; }
.landing-body .section-header {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .landing-body .section-header > h2 {
    font-weight: 500;
    margin: 0;
    margin-bottom: 14px;
    color: #191a1c; }
  .landing-body .section-header > h6 {
    font-weight: normal;
    margin: 0;
    color: #191a1c;
    max-width: 480px;
    line-height: 1.33; }
.landing-body .landing-features {
  padding: 36px 0; }
  .landing-body .landing-features .section-header {
    margin-bottom: 36px; }
  .landing-body .landing-features .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 100px;
    padding-bottom: 36px; }
    .landing-body .landing-features .features-content > ul {
      list-style-type: none;
      padding: 0 20px; }
      .landing-body .landing-features .features-content > ul > li {
        background-color: rgba(255, 255, 255, 0.6);
        max-width: 500px;
        padding: 16px;
        margin: 14px 0;
        box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08);
        border-radius: 2px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .landing-body .landing-features .features-content > ul > li img {
          margin-right: 14px;
          width: 64px; }
        .landing-body .landing-features .features-content > ul > li .feature-text h6 {
          font-weight: 500;
          margin: 0;
          margin-bottom: 2px;
          color: #191a1c; }
        .landing-body .landing-features .features-content > ul > li .feature-text span {
          display: block;
          font-size: 12px;
          line-height: 1.54;
          color: #191a1c; }
    .landing-body .landing-features .features-content img {
      width: 50%; }
.landing-body .testimonials {
  background-color: #2b384f;
  padding: 30px 120px 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  .landing-body .testimonials .section-header > h2 {
    color: #ffffff; }
  .landing-body .testimonials .effect-1 {
    position: absolute;
    left: 120px;
    top: 48px;
    width: 180px;
    height: auto; }
  .landing-body .testimonials .effect-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 180px;
    width: auto; }
  .landing-body .testimonials .testimonials-wrapper .testimonials-content .testimonial .testimonial-content {
    background-color: #ffffff; }
.landing-body .landing-news {
  padding: 36px 120px;
  background-color: #ffffff; }
  .landing-body .landing-news .news-cards .news-card {
    text-align: left;
    margin: 12px; }
    .landing-body .landing-news .news-cards .news-card > img {
      width: 100%;
      height: auto;
      margin-bottom: 12px; }
    .landing-body .landing-news .news-cards .news-card > h5 {
      font-weight: 500;
      color: #191a1c;
      margin: 0;
      margin-bottom: 8px; }
    .landing-body .landing-news .news-cards .news-card > span {
      display: block;
      font-size: 12px;
      line-height: 1.54;
      margin-bottom: 8px;
      color: #191a1c; }
    .landing-body .landing-news .news-cards .news-card .news-card-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .landing-body .landing-news .news-cards .news-card .news-card-footer > img {
        height: 32px;
        width: auto;
        margin-right: 8px; }
      .landing-body .landing-news .news-cards .news-card .news-card-footer .name .testimonial-name {
        font-size: 12px;
        margin: 0;
        font-weight: 500;
        line-height: 1.85;
        color: #191a1c; }
      .landing-body .landing-news .news-cards .news-card .news-card-footer .name > span {
        font-size: 10px;
        display: block;
        font-weight: 500;
        color: #65686a; }
.landing-body .landing-pricing {
  padding: 36px 120px;
  position: relative; }
  .landing-body .landing-pricing > img {
    position: absolute;
    bottom: 0;
    left: 0; }
  .landing-body .landing-pricing .pricing-cards .pricing-card {
    margin: 12px; }
    .landing-body .landing-pricing .pricing-cards .pricing-card.beginner .pricing-header {
      background-color: #ffffff; }
      .landing-body .landing-pricing .pricing-cards .pricing-card.beginner .pricing-header .upper-title {
        color: #65686a; }
      .landing-body .landing-pricing .pricing-cards .pricing-card.beginner .pricing-header > h6 {
        color: #191a1c; }
      .landing-body .landing-pricing .pricing-cards .pricing-card.beginner .pricing-header > span {
        color: #191a1c;
        border-color: #191a1c; }
    .landing-body .landing-pricing .pricing-cards .pricing-card.enterprise .pricing-header {
      background-color: #2b384f; }
      .landing-body .landing-pricing .pricing-cards .pricing-card.enterprise .pricing-header .upper-title {
        color: #aab9c8; }
      .landing-body .landing-pricing .pricing-cards .pricing-card.enterprise .pricing-header > h6 {
        color: #ffffff; }
      .landing-body .landing-pricing .pricing-cards .pricing-card.enterprise .pricing-header > span {
        color: #ffffff;
        border-color: #ffffff; }
.landing-body .landing-footer {
  padding: 16px 120px;
  border-top: solid 1px #d5d5d5; }
  .landing-body .landing-footer span {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 12px;
    color: #65686a; }
  .landing-body .landing-footer ul {
    padding: 0;
    margin-left: 16px; }
    .landing-body .landing-footer ul > li {
      font-size: 14px;
      color: #65686a;
      padding-bottom: 6px;
      cursor: pointer; }
      .landing-body .landing-footer ul > li:hover {
        color: #191a1c; }
  .landing-body .landing-footer .socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1em; }
    .landing-body .landing-footer .socials > i {
      font-size: 22px;
      color: #65686a;
      margin-right: 12px;
      cursor: pointer; }
      .landing-body .landing-footer .socials > i:hover {
        color: #191a1c; }

@media (max-width: 1110px) {
  .landing-body.block-scroll {
    overflow: hidden; }
    .landing-body.block-scroll .landing-wrapper .landing-mask {
      display: block; }
  .landing-body .landing-wrapper.landing-menu-active .landing-topbar .landing-menu {
    transform: translate3d(0px, 0px, 0px); }
  .landing-body .landing-wrapper .landing-topbar .logo {
    padding: 0 33px; }
  .landing-body .landing-wrapper .landing-topbar .landing-menu {
    position: fixed;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    right: 0;
    top: 0;
    padding: 12px 15px;
    z-index: 999;
    width: 200px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08);
    transform: translate3d(260px, 0px, 0px);
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s; }
    .landing-body .landing-wrapper .landing-topbar .landing-menu > li {
      margin: 0;
      width: 100%;
      margin-bottom: 12px; }
      .landing-body .landing-wrapper .landing-topbar .landing-menu > li > a {
        padding: 6px 16px;
        font-size: 14px;
        text-align: left;
        background-color: #ffffff;
        display: block;
        color: #191a1c; }
        .landing-body .landing-wrapper .landing-topbar .landing-menu > li > a:hover {
          background-color: #2c84d8;
          color: #ffffff; }
      .landing-body .landing-wrapper .landing-topbar .landing-menu > li #landing-menu-close {
        display: block;
        font-size: 20px;
        text-align: right;
        color: #2c84d8; }
        .landing-body .landing-wrapper .landing-topbar .landing-menu > li #landing-menu-close:hover {
          background-color: #ffffff;
          color: #191a1c; }
  .landing-body .landing-wrapper .landing-topbar #landing-menu-button {
    display: block;
    color: #2c84d8;
    font-size: 20px;
    padding: 0 33px; }
  .landing-body .landing-wrapper .landing-banner {
    padding: 96px 30px 0; }
  .landing-body .landing-wrapper .landing-features {
    padding: 42px 16px; }
    .landing-body .landing-wrapper .landing-features .features-content {
      padding: 0;
      flex-direction: column; }
      .landing-body .landing-wrapper .landing-features .features-content img {
        width: 100%; }
      .landing-body .landing-wrapper .landing-features .features-content ul li {
        margin: 16px 0;
        max-width: 400px; }
        .landing-body .landing-wrapper .landing-features .features-content ul li img {
          width: 64px; }
  .landing-body .landing-wrapper .testimonials {
    padding: 36px 12px 49px;
    overflow: hidden; }
    .landing-body .landing-wrapper .testimonials .effect-2 {
      display: none; }
    .landing-body .landing-wrapper .testimonials .testimonials-wrapper {
      width: 100%; }
      .landing-body .landing-wrapper .testimonials .testimonials-wrapper .testimonials-content .testimonial .testimonial-content {
        padding: 76px 16px 37px; }
  .landing-body .landing-wrapper .landing-news {
    padding: 36px 42px 64px; }
  .landing-body .landing-wrapper .landing-pricing {
    padding: 36px 42px 64px; }
  .landing-body .landing-wrapper .landing-footer {
    padding: 18px 24px 64px; } }
.help-page p {
  margin: 0; }
.help-page .help-search {
  background-image: url("/javax.faces.resource/images/pages/help/rain.png.xhtml?ln=rain-layout");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  text-align: center; }
  .help-page .help-search .help-search-content {
    padding: 5rem 12rem; }
    .help-page .help-search .help-search-content h4 {
      color: #191a1c;
      font-weight: 500; }
  .help-page .help-search .search-container {
    font-size: 1rem;
    padding: 1rem;
    position: relative; }
    .help-page .help-search .search-container input {
      appearance: none;
      font-size: 1rem;
      text-indent: 2.5rem;
      padding: .5rem;
      width: 100%; }
    .help-page .help-search .search-container i {
      color: #005792;
      width: 1rem;
      position: absolute;
      margin-left: .5rem;
      top: 50%;
      margin-top: -.5rem; }
.help-page .status-bars {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex; }
  .help-page .status-bars .status-bar {
    flex: 1 1 0;
    -ms-flex: 1 1 0px;
    background: #3C9462;
    height: 50px;
    margin-right: .25rem;
    transition: transform 0.2s; }
    .help-page .status-bars .status-bar:last-child {
      margin-right: 0; }
    .help-page .status-bars .status-bar.status-bar-failure {
      background: #DB8519; }
    .help-page .status-bars .status-bar:hover {
      transform: scale(1.1); }
.help-page .status-bar-footer {
  padding: 1rem 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.help-page .blog-post {
  border-radius: 4px;
  padding: 20px;
  margin: 3rem 2rem;
  border: 1px solid rgba(101, 104, 106, 0.5);
  background-color: #ffffff;
  position: relative; }
  .help-page .blog-post:last-child {
    margin-bottom: 1rem; }
  .help-page .blog-post img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .help-page .blog-post .blog-text h1 {
    color: #191a1c;
    margin-bottom: 1rem;
    font-weight: 500; }
  .help-page .blog-post .blog-text span {
    color: #65686a;
    line-height: 1.4; }
  .help-page .blog-post .blog-profile {
    position: absolute;
    top: -25px;
    left: -25px; }
    .help-page .blog-post .blog-profile img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }

@media screen and (max-width: 1110px) {
  .help-page .help-search .help-search-content {
    padding: 6rem 2rem; } }
.invoice {
  padding: 2rem; }
  .invoice #printed-invoice-logo {
    display: none; }
  .invoice .invoice-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .invoice .invoice-company .logo-image {
    height: 70px;
    margin-bottom: .5rem; }
  .invoice .invoice-company div {
    margin-bottom: .5rem; }
  .invoice .invoice-company .company-name {
    font-weight: 500;
    font-size: 1.5rem; }
  .invoice .invoice-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: right;
    font-weight: 300; }
  .invoice .invoice-details {
    width: 15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .invoice .invoice-details > div {
      width: 50%;
      margin-bottom: .5rem; }
    .invoice .invoice-details .invoice-label {
      text-align: left;
      font-weight: 500; }
    .invoice .invoice-details .invoice-value {
      text-align: right; }
  .invoice .invoice-to {
    margin-top: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid #f4f7f9; }
    .invoice .invoice-to .bill-to {
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: .5rem; }
    .invoice .invoice-to .invoice-to-info div {
      margin-bottom: .5rem; }
  .invoice .invoice-items {
    margin-top: 2rem;
    padding-top: 2rem; }
    .invoice .invoice-items table {
      width: 100%;
      border-collapse: collapse; }
      .invoice .invoice-items table tr {
        border-bottom: 1px solid #f4f7f9; }
      .invoice .invoice-items table th {
        font-weight: 500; }
      .invoice .invoice-items table th, .invoice .invoice-items table td {
        padding: 1rem;
        text-align: right; }
      .invoice .invoice-items table th:first-child, .invoice .invoice-items table td:first-child {
        text-align: left; }
  .invoice .invoice-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
    padding-top: 2.5rem; }
    .invoice .invoice-summary .invoice-value {
      font-weight: 500; }

@media print {
  body * {
    visibility: hidden; }

  #invoice-content * {
    visibility: visible; }

  #invoice-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    background: #ffffff;
    color: #191a1c; }

  .invoice #printed-invoice-logo {
    display: inline; }
  .invoice #invoice-logo {
    display: none; }
  .invoice .invoice-to {
    border-top: 1px solid #f4f7f9; }
  .invoice .invoice-items table tr {
    border-bottom: 1px solid #f4f7f9; } }
.layout-config {
  position: fixed;
  padding: 0;
  top: 0px;
  right: 0;
  width: 245px;
  z-index: 999;
  height: 100%;
  transform: translate3d(245px, 0px, 0px);
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  background-color: white;
  box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08); }
  .layout-config.layout-config-active {
    transform: translate3d(0px, 0px, 0px); }
    .layout-config.layout-config-active .layout-config-content .layout-config-button i {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }
  .layout-config .layout-config-content {
    position: relative;
    height: 100%; }
    .layout-config .layout-config-content > form {
      height: 100%; }
    .layout-config .layout-config-content .layout-config-form {
      overflow: auto;
      overflow-x: hidden; }
    .layout-config .layout-config-content .layout-config-button {
      display: block;
      position: absolute;
      width: 52px;
      height: 52px;
      line-height: 52px;
      background-color: #005792;
      text-align: center;
      top: 230px;
      left: -51px;
      z-index: -1;
      cursor: pointer;
      color: #ffffff;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .layout-config .layout-config-content .layout-config-button i {
        font-size: 32px;
        line-height: inherit;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: transform 1s;
        -o-transition: transform 1s;
        -webkit-transition: transform 1s;
        transition: transform 1s; }
      .layout-config .layout-config-content .layout-config-button:hover {
        background-color: #0066ac; }
    .layout-config .layout-config-content .layout-config-header {
      padding: 18px 12px;
      margin-bottom: 12px;
      background-image: linear-gradient(90deg, #005792 10%, #006fbb 100%); }
      .layout-config .layout-config-content .layout-config-header > h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        margin-bottom: 12px;
        color: #ffffff; }
      .layout-config .layout-config-content .layout-config-header > span {
        font-size: 12px;
        display: block;
        color: #ffffff; }
    .layout-config .layout-config-content .layout-config-section {
      padding: 10px 12px; }
      .layout-config .layout-config-content .layout-config-section .section-name {
        font-weight: 500;
        font-size: 12px;
        display: block;
        color: #191a1c; }
      .layout-config .layout-config-content .layout-config-section.dark {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .layout-config .layout-config-content .layout-config-section.dark .section-name {
          margin-right: 18px; }
        .layout-config .layout-config-content .layout-config-section.dark .ui-inputswitch {
          height: 16px; }
          .layout-config .layout-config-content .layout-config-section.dark .ui-inputswitch .ui-inputswitch-on,
          .layout-config .layout-config-content .layout-config-section.dark .ui-inputswitch .ui-inputswitch-off {
            padding: 0; }
      .layout-config .layout-config-content .layout-config-section.colors .layout-config-colors {
        padding: 0 10px;
        margin-top: 3px; }
        .layout-config .layout-config-content .layout-config-section.colors .layout-config-colors .col-fixed {
          padding: .5em; }
      .layout-config .layout-config-content .layout-config-section.options .layout-config-options {
        margin-top: 3px; }
        .layout-config .layout-config-content .layout-config-section.options .layout-config-options .ui-selectoneradio {
          width: 100%;
          padding: 0 10px; }
          .layout-config .layout-config-content .layout-config-section.options .layout-config-options .ui-selectoneradio label {
            font-size: 12px;
            margin: 0;
            margin-left: 6px; }
      .layout-config .layout-config-content .layout-config-section a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        -moz-transition: transform 0.2s;
        -o-transition: transform 0.2s;
        -webkit-transition: transform 0.2s;
        transition: transform 0.2s;
        position: relative;
        color: #191a1c;
        text-transform: capitalize; }
        .layout-config .layout-config-content .layout-config-section a: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-content .layout-config-section a.layout-config-option .layout-config-option-text {
          margin-top: .2em; }
        .layout-config .layout-config-content .layout-config-section a.layout-config-option .layout-config-option-color {
          width: 24px;
          height: 24px;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          position: relative;
          overflow: hidden;
          border: 1px solid rgba(0, 0, 0, 0.1); }
          .layout-config .layout-config-content .layout-config-section a.layout-config-option .layout-config-option-color .layout-config-option-accentcolor {
            display: block;
            width: 18px;
            height: 28px;
            position: absolute;
            bottom: -10px;
            right: -7px;
            transform: rotate(45deg); }
        .layout-config .layout-config-content .layout-config-section a.layout-config-option .layout-config-option-check-mask {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .layout-config .layout-config-content .layout-config-section a.layout-config-option .layout-config-option-check-mask i {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 12px;
            color: #005792;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: #ffffff;
            width: 16px;
            height: 16px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            z-index: 1; }

.blocked-scroll-config {
  overflow: hidden; }

@media (max-width: 1110px) {
  .layout-config {
    height: 100%;
    width: 70vw;
    transform: translate3d(70vw, 0px, 0px); }
    .layout-config.layout-config-active {
      transform: translate3d(0px, 0px, 0px); }
    .layout-config .layout-config-button {
      left: auto;
      right: -52px; }
    .layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li:first-child {
      margin-left: 13px; } }
@media (max-width: 640px) {
  .layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .grid {
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette .layout-config-selected-palette {
    width: 60px;
    height: 60px; } }
/* Add your customizations of the layout styles here */
.layout-wrapper .layout-rightpanel .rightpanel-wrapper {
  position: relative;
  height: 100%; }
  .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-header {
    text-align: center; }
    .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-header .profile {
      padding: 12px; }
  .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-actions {
    padding: 12px 6px 36px; }
    .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-actions .actions .action-buttons .col-6, .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-actions .actions .action-buttons .md\:col-4 {
      padding: .2em; }
  .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav {
    background-color: white; }
    .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav li.ui-tabs-header {
      padding: 1rem; }
      .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
        font-size: 12px;
        font-weight: 500; }
      .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav li.ui-tabs-header > span {
        font-size: 10px; }
      .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active {
        background-color: #f8fafc; }
  .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-panels {
    background-color: white; }
    .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-panels .ui-tabs-panel {
      padding: 0; }
      .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-panels .ui-tabs-panel .chat .chat-content .chat-message .message {
        width: 80%; }
      .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-panels .ui-tabs-panel .chat .chat-input input {
        width: 105px;
        margin-right: 7px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/09/2018, 19:32:56
    Author     : Thiago
*/
/*#background{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:  url("");
    background-size: 100%;
    opacity: 0.5;
    position: fixed;
    z-index: -1;
}*/
body {
  background-color: rgba(206, 206, 206, 0.5); }
  body .ui-widget-content {
    border-color: #e6e3e3; }
  body .ui-panel .ui-panel-titlebar {
    padding: 10px 15px;
    border: none;
    line-height: 20px; }
    body .ui-panel .ui-panel-titlebar .ui-panel-title {
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 19px;
      font-weight: 700;
      color: #005792; }
    body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
      position: relative;
      top: 0px;
      width: 22px;
      height: 20px;
      margin: 0px;
      background: #005792; }
      body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon {
        color: #fff;
        font-size: 13px;
        padding: 0;
        top: -3px;
        position: relative;
        left: 0px; }
      body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover {
        border: none; }
      body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon.ui-state-hover {
        background: #fff; }
        body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon.ui-state-hover .ui-icon {
          color: #6db4f4;
          font-size: 22px; }
  body .ui-panel .ui-panel-content {
    padding: 14px 20px; }
  body ul.page_title {
    margin: 0;
    padding: 0 10px;
    text-align: left; }
    body ul.page_title li {
      display: inline-block;
      vertical-align: middle; }
      body ul.page_title li.separator {
        color: #b4c5d6; }
        body ul.page_title li.separator i {
          font-size: 35px; }
      body ul.page_title li.active {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        vertical-align: baseline;
        color: #436d92; }
  @media (min-width: 1450px) {
    body .layout-wrapper .layout-main .container {
      width: 1400px;
      margin: 0 auto; } }
  body .layout-wrapper .ultima-menu {
    max-height: 250px;
    overflow: auto;
    height: auto; }
    body .layout-wrapper .ultima-menu li a i {
      color: #436d92; }
    body .layout-wrapper .ultima-menu li a span {
      color: #00305a; }
    body .layout-wrapper .ultima-menu li a span.data {
      display: block;
      color: #a2a2a2;
      font-size: 11px; }
    body .layout-wrapper .ultima-menu li a.ver_tudo {
      text-align: center;
      background-color: rgba(95, 131, 162, 0.9);
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase; }
      body .layout-wrapper .ultima-menu li a.ver_tudo i {
        color: #ffffff;
        font-weight: 700; }
      body .layout-wrapper .ultima-menu li a.ver_tudo span {
        color: #fff; }
    body .layout-wrapper .ultima-menu li a.ja_lido {
      background: #dcdcdc;
      opacity: 0.85; }
    body .layout-wrapper .ultima-menu li:last-child {
      position: sticky;
      bottom: 0;
      left: 0;
      width: 100%; }
  body .ui-treetable thead th, body .ui-datatable thead th {
    text-align: left !important;
    background-color: #fff;
    padding: 4px 5px;
    text-transform: none;
    vertical-align: top;
    border-bottom: 1px solid #dedede; }
    body .ui-treetable thead th.ui-state-hover, body .ui-datatable thead th.ui-state-hover {
      background-color: rgba(255, 203, 8, 0.4); }
    body .ui-treetable thead th .ui-column-title, body .ui-datatable thead th .ui-column-title {
      text-align: left;
      font-size: 11px;
      color: #2f69a5;
      font-weight: 700; }
    body .ui-treetable thead th .ui-sortable-column-icon, body .ui-datatable thead th .ui-sortable-column-icon {
      color: #2f69a5; }
    body .ui-treetable thead th .ui-column-filter.ui-inputfield, body .ui-datatable thead th .ui-column-filter.ui-inputfield {
      height: 24px; }
  body .ui-treetable tbody tr td, body .ui-datatable tbody tr td {
    padding: 8px 10px;
    text-align: left; }
    body .ui-treetable tbody tr td.remove .ui-commandlink, body .ui-datatable tbody tr td.remove .ui-commandlink {
      color: #325892; }
    body .ui-treetable tbody tr td i.positivo, body .ui-datatable tbody tr td i.positivo {
      color: #009c00;
      font-weight: 700;
      font-size: 23px; }
    body .ui-treetable tbody tr td i.negativo, body .ui-datatable tbody tr td i.negativo {
      color: #da1010;
      font-weight: 700;
      font-size: 23px; }
    body .ui-treetable tbody tr td.custom .descricao, body .ui-datatable tbody tr td.custom .descricao {
      display: inline-block;
      width: 93%; }
      body .ui-treetable tbody tr td.custom .descricao .cpagar_tipo, body .ui-datatable tbody tr td.custom .descricao .cpagar_tipo {
        font-weight: 700;
        color: #000;
        margin-right: 5px; }
      body .ui-treetable tbody tr td.custom .descricao .sub_text, body .ui-datatable tbody tr td.custom .descricao .sub_text {
        margin-left: 5px;
        color: #9c9c9c;
        font-weight: 500; }
    body .ui-treetable tbody tr td.custom .categoria i, body .ui-datatable tbody tr td.custom .categoria i {
      font-size: 22px;
      display: inline-block;
      font-weight: 500;
      margin-right: 5px; }
    body .ui-treetable tbody tr td.custom .categoria .texto, body .ui-datatable tbody tr td.custom .categoria .texto {
      font-size: 11px;
      display: inline-block;
      vertical-align: super; }
    body .ui-treetable tbody tr td.custom .categoria.pago i, body .ui-datatable tbody tr td.custom .categoria.pago i {
      color: #00ad00; }
    body .ui-treetable tbody tr td.custom .categoria.vencido i, body .ui-datatable tbody tr td.custom .categoria.vencido i {
      color: #d02525; }
    body .ui-treetable tbody tr td.custom .categoria.agendado i, body .ui-datatable tbody tr td.custom .categoria.agendado i {
      color: #5dc5ec; }
    body .ui-treetable tbody tr td.custom .categoria.em_aberto i, body .ui-datatable tbody tr td.custom .categoria.em_aberto i {
      color: #505050; }
    body .ui-treetable tbody tr td.custom .anexo, body .ui-treetable tbody tr td.custom .aviso, body .ui-treetable tbody tr td.custom .icone_mais_texto, body .ui-datatable tbody tr td.custom .anexo, body .ui-datatable tbody tr td.custom .aviso, body .ui-datatable tbody tr td.custom .icone_mais_texto {
      display: inline-block;
      width: 30px;
      vertical-align: -7px; }
    body .ui-treetable tbody tr td.custom .anexo i, body .ui-datatable tbody tr td.custom .anexo i {
      color: #5f82a2; }
    body .ui-treetable tbody tr td.custom .aviso i, body .ui-datatable tbody tr td.custom .aviso i {
      color: #ec7a02; }
    body .ui-treetable tbody tr td.custom span.duplicata, body .ui-datatable tbody tr td.custom span.duplicata {
      font-size: 13px;
      font-weight: 700;
      margin-right: 5px; }
    body .ui-treetable tbody tr td.custom span.descricao, body .ui-datatable tbody tr td.custom span.descricao {
      font-size: 13px;
      color: #aeaeae;
      overflow: hidden;
      margin-left: 5px; }
    body .ui-treetable tbody tr td div.status_valido i, body .ui-datatable tbody tr td div.status_valido i {
      font-size: 16px;
      color: #00ad00;
      margin-right: 2px; }
    body .ui-treetable tbody tr td div.status_valido span, body .ui-datatable tbody tr td div.status_valido span {
      color: #424242; }
    body .ui-treetable tbody tr td div.status_invalido i, body .ui-datatable tbody tr td div.status_invalido i {
      font-size: 16px;
      color: #e20000;
      margin-right: 2px; }
    body .ui-treetable tbody tr td div.status_invalido span, body .ui-datatable tbody tr td div.status_invalido span {
      color: #e20000; }
    body .ui-treetable tbody tr td div.status_agendado i, body .ui-datatable tbody tr td div.status_agendado i {
      font-size: 15px;
      color: #2490d0;
      margin-right: 2px; }
    body .ui-treetable tbody tr td div.status_agendado span, body .ui-datatable tbody tr td div.status_agendado span {
      color: #424242; }
    body .ui-treetable tbody tr td.valor_destaque, body .ui-datatable tbody tr td.valor_destaque {
      font-size: 15px;
      font-weight: 600; }
  body .ui-treetable tbody tr.ui-state-hover, body .ui-datatable tbody tr.ui-state-hover {
    background-color: rgba(255, 203, 8, 0.4); }
  body .ui-treetable .ui-datatable-header, body .ui-datatable .ui-datatable-header {
    padding: 2px 10px;
    border: none;
    color: #0c59a0;
    font-weight: 700;
    background-color: #f9f9f9;
    border-radius: 5px; }
  body .ui-treetable .ui-datatable-data tr td, body .ui-treetable .ui-treetable-data tr td, body .ui-treetable .ui-datagrid-data tr td, body .ui-datatable .ui-datatable-data tr td, body .ui-datatable .ui-treetable-data tr td, body .ui-datatable .ui-datagrid-data tr td {
    padding: 4px 5px; }
    body .ui-treetable .ui-datatable-data tr td.line.red, body .ui-treetable .ui-treetable-data tr td.line.red, body .ui-treetable .ui-datagrid-data tr td.line.red, body .ui-datatable .ui-datatable-data tr td.line.red, body .ui-datatable .ui-treetable-data tr td.line.red, body .ui-datatable .ui-datagrid-data tr td.line.red {
      color: #d80000; }
    body .ui-treetable .ui-datatable-data tr td.line.blue, body .ui-treetable .ui-treetable-data tr td.line.blue, body .ui-treetable .ui-datagrid-data tr td.line.blue, body .ui-datatable .ui-datatable-data tr td.line.blue, body .ui-datatable .ui-treetable-data tr td.line.blue, body .ui-datatable .ui-datagrid-data tr td.line.blue {
      color: #036bc7; }
    body .ui-treetable .ui-datatable-data tr td .box-label, body .ui-treetable .ui-treetable-data tr td .box-label, body .ui-treetable .ui-datagrid-data tr td .box-label, body .ui-datatable .ui-datatable-data tr td .box-label, body .ui-datatable .ui-treetable-data tr td .box-label, body .ui-datatable .ui-datagrid-data tr td .box-label {
      padding: 4px 8px;
      border-radius: 3px;
      font-weight: 400;
      font-size: 10px;
      letter-spacing: 1px; }
      body .ui-treetable .ui-datatable-data tr td .box-label.yellow, body .ui-treetable .ui-treetable-data tr td .box-label.yellow, body .ui-treetable .ui-datagrid-data tr td .box-label.yellow, body .ui-datatable .ui-datatable-data tr td .box-label.yellow, body .ui-datatable .ui-treetable-data tr td .box-label.yellow, body .ui-datatable .ui-datagrid-data tr td .box-label.yellow {
        background-color: #ffee96;
        color: #847600; }
      body .ui-treetable .ui-datatable-data tr td .box-label.red, body .ui-treetable .ui-treetable-data tr td .box-label.red, body .ui-treetable .ui-datagrid-data tr td .box-label.red, body .ui-datatable .ui-datatable-data tr td .box-label.red, body .ui-datatable .ui-treetable-data tr td .box-label.red, body .ui-datatable .ui-datagrid-data tr td .box-label.red {
        background-color: #ffdad9;
        color: #b92521; }
      body .ui-treetable .ui-datatable-data tr td .box-label.blue, body .ui-treetable .ui-treetable-data tr td .box-label.blue, body .ui-treetable .ui-datagrid-data tr td .box-label.blue, body .ui-datatable .ui-datatable-data tr td .box-label.blue, body .ui-datatable .ui-treetable-data tr td .box-label.blue, body .ui-datatable .ui-datagrid-data tr td .box-label.blue {
        background-color: #d9eafc;
        color: #116dad; }
      body .ui-treetable .ui-datatable-data tr td .box-label.verde-azulado, body .ui-treetable .ui-treetable-data tr td .box-label.verde-azulado, body .ui-treetable .ui-datagrid-data tr td .box-label.verde-azulado, body .ui-datatable .ui-datatable-data tr td .box-label.verde-azulado, body .ui-datatable .ui-treetable-data tr td .box-label.verde-azulado, body .ui-datatable .ui-datagrid-data tr td .box-label.verde-azulado {
        background-color: #fec27a;
        color: #944d08; }
      body .ui-treetable .ui-datatable-data tr td .box-label.green, body .ui-treetable .ui-treetable-data tr td .box-label.green, body .ui-treetable .ui-datagrid-data tr td .box-label.green, body .ui-datatable .ui-datatable-data tr td .box-label.green, body .ui-datatable .ui-treetable-data tr td .box-label.green, body .ui-datatable .ui-datagrid-data tr td .box-label.green {
        background-color: #31ad00;
        color: #fff !important; }
      body .ui-treetable .ui-datatable-data tr td .box-label.black, body .ui-treetable .ui-treetable-data tr td .box-label.black, body .ui-treetable .ui-datagrid-data tr td .box-label.black, body .ui-datatable .ui-datatable-data tr td .box-label.black, body .ui-datatable .ui-treetable-data tr td .box-label.black, body .ui-datatable .ui-datagrid-data tr td .box-label.black {
        background-color: #eaeaea;
        color: #1f1f1f; }
      body .ui-treetable .ui-datatable-data tr td .box-label.purple, body .ui-treetable .ui-treetable-data tr td .box-label.purple, body .ui-treetable .ui-datagrid-data tr td .box-label.purple, body .ui-datatable .ui-datatable-data tr td .box-label.purple, body .ui-datatable .ui-treetable-data tr td .box-label.purple, body .ui-datatable .ui-datagrid-data tr td .box-label.purple {
        background-color: #4737d0;
        color: #ffffff; }
    body .ui-treetable .ui-datatable-data tr td.saldo, body .ui-treetable .ui-treetable-data tr td.saldo, body .ui-treetable .ui-datagrid-data tr td.saldo, body .ui-datatable .ui-datatable-data tr td.saldo, body .ui-datatable .ui-treetable-data tr td.saldo, body .ui-datatable .ui-datagrid-data tr td.saldo {
      background-color: #eaeaea;
      padding: 0px 8px;
      font-weight: 700;
      color: #000; }
      body .ui-treetable .ui-datatable-data tr td.saldo .box-label.black, body .ui-treetable .ui-treetable-data tr td.saldo .box-label.black, body .ui-treetable .ui-datagrid-data tr td.saldo .box-label.black, body .ui-datatable .ui-datatable-data tr td.saldo .box-label.black, body .ui-datatable .ui-treetable-data tr td.saldo .box-label.black, body .ui-datatable .ui-datagrid-data tr td.saldo .box-label.black {
        font-size: 15px; }
      body .ui-treetable .ui-datatable-data tr td.saldo span, body .ui-treetable .ui-treetable-data tr td.saldo span, body .ui-treetable .ui-datagrid-data tr td.saldo span, body .ui-datatable .ui-datatable-data tr td.saldo span, body .ui-datatable .ui-treetable-data tr td.saldo span, body .ui-datatable .ui-datagrid-data tr td.saldo span {
        color: #000; }
  body .ui-treetable .ui-datatable-footer, body .ui-datatable .ui-datatable-footer {
    background-color: #efefef;
    border: none;
    padding: 5px 10px;
    color: #004890;
    font-size: 16px;
    font-weight: 700; }
  body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr {
    height: 90px !important; }
    body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr td.ano, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr td.ano {
      width: 100px;
      text-align: center !important; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr td.ano a.ui-commandlink span.titulo, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs .ui-datatable-data tr td.ano a.ui-commandlink span.titulo {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        margin-right: 10px; }
  body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td {
    padding: 2px 0px !important;
    text-align: left; }
    body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr th.ui-frozen-column.titulo, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr th.ui-frozen-column.titulo {
      border: 1px solid #194369;
      border-bottom: none !important; }
    body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr td.titulo, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr td.titulo {
      width: 450px;
      font-weight: 700; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr td.titulo div, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-left tr td.titulo div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container {
      /*.ui-datatable-scrollable-body{*/ }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-header .ui-datatable-scrollable-header-box thead tr th.mes, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-header .ui-datatable-scrollable-header-box thead tr th.mes {
        text-align: center !important;
        width: 260px !important;
        background-color: rgba(247, 247, 59, 0.25);
        border: 1px solid #194369;
        letter-spacing: 8px; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.color_blue, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.color_blue, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.color_blue, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.color_blue {
        /*border-radius: 10px;*/ }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.yellow, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.yellow, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.yellow, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.yellow {
        border: 1px solid #dfa810; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.red, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.red, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.red, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.red {
        border: 1px solid #f33333; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.blue, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.blue, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.blue, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.blue {
        border: 1px solid #004ebb; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.green, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.green, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.green, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.green {
        border: 1px solid #09b736; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.black, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.black, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-classificacao.black, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-classificacao.black {
        border: 1px solid #eaeaea; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-default, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-default, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-default, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-default {
        cursor: initial; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-resumo, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-resumo, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes:hover .box .s-resumo, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes:hover .box .s-resumo {
        background: rgba(255, 203, 8, 0.4);
        border: 1px solid rgba(255, 203, 8, 0.4); }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box {
        padding: 0px;
        margin: 0px 4px;
        display: block; }
        body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-default, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-default, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-default, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-default {
          background: #efefef;
          padding: 8px 2px;
          border: 1px solid #e8e8e8;
          border-radius: 10px; }
        body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-resumo, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-resumo, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-resumo, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-resumo {
          padding: 8px 2px;
          background-color: #fff;
          border: 1px solid #dedede;
          border-radius: 10px; }
        body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao {
          background-color: #fff;
          border: 1px solid #dedede;
          border-radius: 10px;
          width: 250px;
          padding: 0px 6px; }
          body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.yellow .status, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.yellow .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.yellow .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.yellow .status {
            color: #dea810; }
          body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.red .status, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.red .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.red .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.red .status {
            color: #f33333; }
          body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.blue .status, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.blue .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.blue .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.blue .status {
            color: #004ebb; }
          body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.green .status, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.green .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.green .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.green .status {
            color: #09b736; }
          body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.black .status, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.black .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao.black .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao.black .status {
            color: #eaeaea; }
          body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao .status, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .s-classificacao .status, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .s-classificacao .status {
            font-weight: 700;
            display: block;
            font-size: 13px;
            vertical-align: initial; }
        body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 {
          margin: 0px 0px 4px 0px; }
          body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia {
            display: inline-block;
            width: 100px; }
            body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia .label, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia .label, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia .label, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia .label {
              color: #000;
              font-size: 10px;
              color: #6d6d6d;
              padding: 0px;
              display: block;
              vertical-align: initial; }
            body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia span.value, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia span.value, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-referencia span.value, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-referencia span.value {
              color: #696969;
              font-weight: 700;
              padding: 0px;
              vertical-align: initial; }
          body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor {
            display: inline-block;
            width: 145px;
            text-align: right; }
            body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value {
              color: #000;
              vertical-align: initial;
              font-size: 17px;
              font-weight: 700;
              display: block; }
              body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value.linha_avaliacao, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value.linha_avaliacao, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value.linha_avaliacao, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value.linha_avaliacao {
                font-weight: 500;
                font-size: 16px; }
              body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value.linha_root, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value.linha_root, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td a.mes .box .div_1 .box-valor span.value.linha_root, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td a.mes .box .div_1 .box-valor span.value.linha_root {
                font-weight: 700;
                font-size: 20px;
                color: #000; }
      body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer {
        text-align: right;
        font-size: 16px;
        padding: 2px 4px !important;
        font-weight: 600;
        font-family: monospace;
        border-radius: 10px; }
        body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .box, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .box, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .box, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .box, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .box, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .box, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .box, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .box {
          display: block;
          padding: 0px 0px;
          margin: 0px 0px; }
        body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .title, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .title, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .title, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .title, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .title, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .title, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .title, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .title {
          color: #000;
          font-weight: 400;
          width: 70px;
          display: inline-block;
          text-align: right;
          font-size: 12px;
          text-transform: uppercase; }
        body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .content, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .content, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .content, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .content, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .content, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .content, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .content, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .content {
          width: 165px;
          display: inline-block;
          text-align: right; }
          body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .content.total, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .content.total, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .content.total, body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .content.total, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td.valor .content.total, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container tbody.ui-datatable-data tr td .valor_footer .content.total, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.valor .content.total, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr td.ui-datatable-frozenlayout-right .ui-datatable-scrollable-container .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td .valor_footer .content.total {
            font-weight: 700;
            text-align: right;
            font-size: 18px;
            color: #bf0000; }
  body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer {
    padding: 5px 2px !important; }
    body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer.color_blue, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer.color_blue {
      background-color: #eff7ff !important;
      border-radius: 10px; }
    body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer.total, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr .ui-datatable-scrollable-footer .ui-datatable-scrollable-footer-box tr td.footer.total {
      padding: 37px 5px !important;
      text-align: right; }
  body .ui-treetable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr .ui-datatable-data tr, body .ui-datatable.ui-datatable-frozencolumn.pesquisar table.ui-datatable-fs tbody tr .ui-datatable-data tr {
    height: 68px !important; }
  body .ui-treetable.gestao_orcamentaria th.titulo, body .ui-datatable.gestao_orcamentaria th.titulo {
    width: 450px;
    font-weight: 700; }
  body .ui-treetable.gestao_orcamentaria th.ano, body .ui-datatable.gestao_orcamentaria th.ano {
    width: 120px;
    font-weight: 700; }
  body .ui-treetable.gestao_orcamentaria th.mes, body .ui-datatable.gestao_orcamentaria th.mes {
    width: 200px; }
  body .ui-treetable.gestao_orcamentaria th.mes_p, body .ui-datatable.gestao_orcamentaria th.mes_p {
    width: 150px; }
  body .ui-treetable.gestao_orcamentaria tfoot tr td.footer, body .ui-datatable.gestao_orcamentaria tfoot tr td.footer {
    padding: 5px 2px !important;
    border: none; }
    body .ui-treetable.gestao_orcamentaria tfoot tr td.footer.color_blue, body .ui-datatable.gestao_orcamentaria tfoot tr td.footer.color_blue {
      background-color: #eff7ff !important;
      border-radius: 10px; }
    body .ui-treetable.gestao_orcamentaria tfoot tr td.footer.total, body .ui-datatable.gestao_orcamentaria tfoot tr td.footer.total {
      padding: 37px 5px !important;
      text-align: right; }
    body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer, body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer {
      text-align: right;
      font-size: 14px;
      padding: 2px 4px !important;
      font-weight: 600;
      border-radius: 10px; }
      body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer .box, body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer .box {
        display: block;
        padding: 0px 0px;
        margin: 0px 0px; }
      body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer .title, body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer .title {
        color: #000;
        font-weight: 400;
        width: 70px;
        display: inline-block;
        text-align: right;
        font-size: 11px;
        text-transform: uppercase; }
      body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer .content, body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer .content {
        width: 120px;
        display: inline-block;
        text-align: right; }
        body .ui-treetable.gestao_orcamentaria tfoot tr td.footer .valor_footer .content.total, body .ui-datatable.gestao_orcamentaria tfoot tr td.footer .valor_footer .content.total {
          font-weight: 700;
          text-align: right;
          font-size: 16px;
          color: #bf0000; }
  body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-hover, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-highlight, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-hover, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-highlight, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-hover, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-highlight, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-hover, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-highlight {
    background-color: rgba(255, 203, 8, 0.4) !important;
    color: #000 !important; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-hover td, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-highlight td, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-hover td, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-highlight td, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-hover td, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-even.ui-state-highlight td, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-hover td, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr.ui-datatable-selectable.ui-datatable-odd.ui-state-highlight td {
      background-color: rgba(255, 203, 8, 0.4) !important;
      color: #000 !important;
      border-radius: 0 !important; }
  body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.ano, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.ano {
    width: 100px;
    text-align: center !important; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.ano a.ui-commandlink span.titulo, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.ano a.ui-commandlink span.titulo {
      font-weight: 700;
      font-size: 30px;
      text-align: center;
      margin-right: 10px; }
  body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.titulo div, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.titulo div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.titulo div .classificacao, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.titulo div .classificacao {
      font-weight: 700;
      font-size: 13px; }
  body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.mes, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.mes {
    /*&.color_blue{
        background-color: #eff7ff;
        border-radius: 10px;
    }*/ }
  body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box {
    padding: 0px 4px;
    margin: 0px;
    border-radius: 4px; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.yellow, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.yellow {
      background-color: #f9eea4; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.red, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.red {
      background-color: rgba(249, 173, 173, 0.4); }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.blue, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.blue {
      background-color: #dfebfc; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.green, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.green {
      background-color: #dffce4; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.black, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box.black {
      background-color: #eaeaea; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status {
      display: inline-block;
      text-align: left;
      padding: 2px; }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink {
        margin-right: 10px;
        vertical-align: 5px; }
        body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink span.box-label, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink span.box-label {
          text-transform: uppercase;
          color: #404040; }
        body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink:hover, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink:hover {
          text-decoration: none;
          border-bottom: none; }
          body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink:hover span.box-label, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_status .ui-commandlink:hover span.box-label {
            text-transform: uppercase;
            color: #404040;
            background-color: #fff;
            border-radius: 5px;
            text-decoration: none;
            border-bottom: none; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor {
      display: inline-block;
      padding: 5px 0px;
      float: right; }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor .linha_classificacao, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor .linha_classificacao {
        font-weight: 600;
        font-size: 14px;
        color: #000; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total {
      width: 95%;
      text-align: right; }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total .linha_avaliacao, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total .linha_avaliacao {
        font-weight: 500;
        font-size: 15px; }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total .linha_root, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .box .box_mes_valor_total .linha_root {
        font-weight: 700;
        font-size: 18px;
        color: #000; }
  body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer {
    text-align: right;
    font-size: 15px;
    padding: 2px 4px !important;
    font-weight: 600;
    font-family: unset;
    border-radius: 10px; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box {
      display: block;
      padding: 6px 5px;
      margin: 4px 2px;
      border-radius: 4px; }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.yellow, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.yellow, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.yellow, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.yellow {
        background-color: #f9eea4; }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.red, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.red, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.red, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.red {
        background-color: rgba(249, 173, 173, 0.4); }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.blue, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.blue, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.blue, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.blue {
        background-color: #dfebfc; }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.green, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.green, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.green, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.green {
        background-color: #dffce4; }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.black, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.black, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .box.black, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .box.black {
        background-color: #eaeaea; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .title, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .title, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .title, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .title {
      color: #000;
      font-weight: 400;
      display: block;
      text-align: right;
      font-size: 12px;
      text-transform: uppercase; }
    body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .content, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .content, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .content, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .content {
      display: block; }
      body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .content.total, body .ui-treetable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .content.total, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td.valor .content.total, body .ui-datatable.gestao_orcamentaria tbody.ui-datatable-data tr td .valor_footer .content.total {
        font-weight: 700;
        text-align: right;
        font-size: 17px;
        color: #060606; }
  body .ui-treetable .ui-datatable-data tr, body .ui-datatable .ui-datatable-data tr {
    height: 42px !important; }
  body .box-label {
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px; }
    body .box-label.yellow {
      background-color: #ffee96;
      color: #847600; }
    body .box-label.red {
      background-color: #ffdad9;
      color: #b92521; }
    body .box-label.blue {
      background-color: #d9eafc;
      color: #116dad; }
    body .box-label.verde-azulado {
      background-color: #fec27a;
      color: #944d08; }
    body .box-label.green {
      background-color: #31ad00;
      color: #fff !important; }
    body .box-label.black {
      background-color: #eaeaea;
      color: #1f1f1f; }
    body .box-label.purple {
      background-color: #d8e2e4;
      color: #858686; }
  body i.icone {
    font-weight: 500;
    font-size: 22px; }
    body i.icone.yellow {
      color: #e2bf07; }
    body i.icone.red {
      color: #b92521; }
    body i.icone.blue {
      color: #116dad; }
    body i.icone.verde-azulado {
      color: #0adeb7; }
    body i.icone.green {
      color: #6c8e04; }
    body i.icone.black {
      color: #1f1f1f; }
    body i.icone.gray {
      color: #a2a2a2; }
    body i.icone.purple {
      color: #790ade; }
  body .ui-menu.ui-menubar {
    background-color: rgba(67, 109, 146, 0.85);
    border: none; }
    body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .first.ui-menuitem-link .ui-icon, body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.first.ui-menu-parent .ui-icon {
      color: #fff !important; }
    body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .first.ui-menuitem-link .ui-menuitem-text, body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.first.ui-menu-parent .ui-menuitem-text {
      color: #fff;
      text-transform: uppercase; }
    body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .first.ui-menuitem-link.ui-state-hover, body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .first.ui-menuitem-link .ui-menuitem-link.ui-state-hover, body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.first.ui-menu-parent.ui-state-hover, body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.first.ui-menu-parent .ui-menuitem-link.ui-state-hover {
      background-color: #acbece; }
    body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .second.ui-menuitem-link .ui-icon, body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.second.ui-menu-parent .ui-icon {
      color: #5c80a1 !important; }
    body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .second.ui-menuitem-link .ui-menuitem-text, body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem.second.ui-menu-parent .ui-menuitem-text {
      color: #5c80a1;
      text-transform: none; }
  body .ui-menu.ui-menu-dynamic.ui-contextmenu {
    width: 300px !important; }
    body .ui-menu.ui-menu-dynamic.ui-contextmenu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
      font-weight: 500;
      font-size: 25px; }
    body .ui-menu.ui-menu-dynamic.ui-contextmenu .ui-menu-list .ui-menuitem .ui-menuitem-link.green .ui-menuitem-icon {
      color: #44b53c; }
    body .ui-menu.ui-menu-dynamic.ui-contextmenu .ui-menu-list .ui-menuitem .ui-menuitem-link.red .ui-menuitem-icon {
      color: #ea0202; }
    body .ui-menu.ui-menu-dynamic.ui-contextmenu .ui-menu-list .ui-menuitem .ui-menuitem-link.blue .ui-menuitem-icon {
      color: #036bc7; }
  body .color-box {
    border: solid 1px #dcdcdc;
    padding: 28px;
    text-align: right;
    position: relative;
    margin: 14px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    body .color-box .icon {
      position: absolute;
      width: 65px;
      height: 65px;
      left: 5px;
      top: 50%;
      margin-top: -39px;
      background-color: #fff;
      border-radius: 40px; }
      body .color-box .icon i.material-icons {
        font-size: 50px;
        margin: 6px 8px 0px 0px; }
    body .color-box.green {
      background-color: #a6e8c4; }
      body .color-box.green .icon {
        color: #55c789; }
    body .color-box.yellow {
      background-color: #fff1d2; }
      body .color-box.yellow .icon {
        color: #f39f19; }
    body .color-box.blue {
      background-color: #9ac9ef; }
      body .color-box.blue .icon {
        color: #3295e4; }
    body .color-box.red {
      background-color: #f8dede; }
      body .color-box.red .icon {
        color: #cd2026; }
    body .color-box.purple {
      background-color: #cfd2e6; }
      body .color-box.purple .icon {
        color: #3f51b5; }
    body .color-box .color-box-content {
      text-align: right; }
      body .color-box .color-box-content .color-box-title {
        font-size: 19px;
        letter-spacing: 2.3px; }
      body .color-box .color-box-content .color-box-details {
        font-size: 28px;
        margin-top: 5px; }
  body .tecla_caps_lock {
    display: none;
    color: #231f20;
    font-size: 13px;
    background-color: #ffe994;
    padding: 3px 5px;
    border-radius: 5px;
    font-style: italic; }
  body .ui-growl.ui-widget {
    top: 90px; }
    body .ui-growl.ui-widget > .ui-growl-item-container {
      background-color: #fff;
      opacity: 1;
      /*&.ui-shadow {
          @include overlay-content-shadow();
      }*/ }
    body .ui-growl.ui-widget .ui-growl-item .ui-growl-image {
      color: #231f20;
      padding: 4px; }
    body .ui-growl.ui-widget .ui-growl-item .ui-growl-message {
      color: #231f20; }
      body .ui-growl.ui-widget .ui-growl-item .ui-growl-message .ui-growl-title {
        font-weight: 600; }
  body button.ui-button.fit-btn {
    margin-right: 10px;
    width: 125px;
    height: 26px;
    font-size: 14px; }
    body button.ui-button.fit-btn.ui-button-text-icon-left .ui-icon, body button.ui-button.fit-btn.ui-button-text-icon-right .ui-icon {
      width: 20px;
      height: 20px;
      font-size: 18px;
      margin-top: -9px; }
    body button.ui-button.fit-btn .ui-button-text {
      line-height: 26px; }
    body button.ui-button.fit-btn.confirm {
      background-color: #044e8e; }
    body button.ui-button.fit-btn.cancel {
      background-color: #e00505; }
  body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header {
    background-color: #edf2f7;
    font-size: 16px;
    border: 1px solid #d0d0d0; }
    body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header .ui-button.ui-fileupload-choose {
      background-color: #fff; }
      body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header .ui-button.ui-fileupload-choose.ui-state-hover {
        background-color: #f7f7f7; }
      body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header .ui-button.ui-fileupload-choose .ui-button-icon-left.ui-icon, body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header .ui-button.ui-fileupload-choose .ui-button-text {
        color: #0154a6; }
  body .ui-commandlink {
    color: #00529c; }
    body .ui-commandlink:hover {
      border-bottom: 2px solid #ffcb08;
      text-decoration: none; }
      body .ui-commandlink:hover i {
        border-bottom: none;
        pointer-events: none; }
  body .ui-inputgroup .ui-button.ui-button-icon-only {
    background-color: #fff; }
    body .ui-inputgroup .ui-button.ui-button-icon-only .ui-icon.ui-button-icon-left, body .ui-inputgroup .ui-button.ui-button-icon-only ui-icon.ui-button-icon-right {
      color: #5f82a2; }
    body .ui-inputgroup .ui-button.ui-button-icon-only.ui-state-hover {
      background-color: #5f82a2; }
      body .ui-inputgroup .ui-button.ui-button-icon-only.ui-state-hover .ui-icon.ui-button-icon-left, body .ui-inputgroup .ui-button.ui-button-icon-only.ui-state-hover ui-icon.ui-button-icon-right {
        color: #fff; }
  body .save_bar .ui-button {
    display: inline-block;
    margin-right: 5px;
    width: auto; }
    body .save_bar .ui-button.save-btn {
      background-color: #2c75bd; }
    body .save_bar .ui-button.edit-btn {
      background-color: #29c729; }
  body .save_bar a.ui-commandlink {
    vertical-align: top;
    display: inline-block;
    border-radius: 3px;
    padding: 1px 5px;
    color: #bb1c1c; }
    body .save_bar a.ui-commandlink i {
      color: #bb1c1c; }
    body .save_bar a.ui-commandlink:hover {
      background-color: #f1cccc;
      border: none; }
      body .save_bar a.ui-commandlink:hover i {
        color: #bb1c1c; }
  body .save_bar .label_status {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    color: #0054a9;
    font-style: italic; }
  body .save_bar .name {
    font-weight: bold;
    font-size: 17px;
    vertical-align: -webkit-baseline-middle;
    color: #f1bf07; }
  body .tool_bar_save {
    min-height: 45px; }
    body .tool_bar_save .menuitem {
      display: inline-block;
      padding: 10px 8px; }
      body .tool_bar_save .menuitem.first_button {
        padding: 10px 0px 0px 10px; }
      body .tool_bar_save .menuitem a.ui-commandlink {
        vertical-align: -7px; }
        body .tool_bar_save .menuitem a.ui-commandlink span {
          vertical-align: 6px; }
        body .tool_bar_save .menuitem a.ui-commandlink.cancel {
          border-radius: 3px;
          padding: 10px 6px 0px 0px;
          color: #bb1c1c;
          vertical-align: -5px; }
          body .tool_bar_save .menuitem a.ui-commandlink.cancel i {
            color: #bb1c1c; }
          body .tool_bar_save .menuitem a.ui-commandlink.cancel:hover {
            background-color: #f1cccc;
            border: none;
            border-bottom: none; }
            body .tool_bar_save .menuitem a.ui-commandlink.cancel:hover i {
              color: #bb1c1c; }
      body .tool_bar_save .menuitem .ui-button {
        width: auto; }
        body .tool_bar_save .menuitem .ui-button.save-btn {
          background-color: #2c75bd; }
        body .tool_bar_save .menuitem .ui-button.edit-btn {
          background-color: #29c729; }
      body .tool_bar_save .menuitem .label {
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        color: #0054a9;
        font-style: italic; }
      body .tool_bar_save .menuitem.right {
        float: right; }
        body .tool_bar_save .menuitem.right ::after {
          clear: both; }
  body .white_box {
    background-color: #fff;
    border: 1px solid #e6e3e3;
    border-radius: 3px;
    padding: 0; }
  body .yellow_box {
    background-color: #ffd;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 10px; }
  body .ui-dialog {
    /*position: absolute;*/ }
    body .ui-dialog .ui-dialog-titlebar.ui-widget-header {
      background-color: #fff;
      color: #0154a6;
      padding: 5px 10px;
      font-size: 18px; }
      body .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
        font-weight: 400px; }
      body .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-icon.ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
        color: #0154a6; }
  body .ui-accordion .ui-accordion-header {
    background-color: #5f82a2;
    color: #fff; }
    body .ui-accordion .ui-accordion-header .ui-icon {
      color: #fff; }
    body .ui-accordion .ui-accordion-header.ui-tabs-outline.ui-state-active {
      background-color: rgba(209, 216, 222, 0.8);
      color: #5f82a2;
      font-weight: 700; }
      body .ui-accordion .ui-accordion-header.ui-tabs-outline.ui-state-active .ui-icon {
        color: #5f82a2;
        font-weight: 700; }
  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: #dfebfc;
      color: #1a73e8; }
    body .conciliacao_bancaria .label_saldo.negativo {
      background-color: rgba(249, 173, 173, 0.4);
      color: #bb0909; }
  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: 25px;
        color: #2b8e24;
        font-family: monospace; }
        body .conciliacao_bancaria .pendente .box span.valor.credito {
          color: #2b8e24; }
        body .conciliacao_bancaria .pendente .box span.valor.debito {
          color: #de2722; }
      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: 30px;
    font-weight: 500;
    text-align: center;
    font-family: monospace; }
    body .conciliacao_bancaria .saldo .valor.positivo {
      color: #205586; }
    body .conciliacao_bancaria .saldo .valor.negativo {
      color: #de2722; }
  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: #5f82a2; }
      body .conciliacao_bancaria .saldo .rodape span.valor_ult_mov {
        font-weight: 600;
        font-size: 17px; }
        body .conciliacao_bancaria .saldo .rodape span.valor_ult_mov.positivo {
          color: #2b8e24; }
        body .conciliacao_bancaria .saldo .rodape span.valor_ult_mov.negativo {
          color: #de2722; }
      body .conciliacao_bancaria .saldo .rodape span.data_ult_atual {
        font-weight: 600;
        font-size: 17px;
        color: #205586; }
      body .conciliacao_bancaria .saldo .rodape span.tipo {
        font-weight: 300;
        font-size: 11px; }
  body .conciliacao_bancaria .ui-panel.lancamento_borda, body .conciliacao_bancaria .lancamento_borda.lancamento_borda {
    border: 1px solid #bdcad6; }
  body .conciliacao_bancaria .ui-panel.identificado, body .conciliacao_bancaria .lancamento_borda.identificado {
    background-color: #e7f5ea;
    border-color: #cce8d2;
    height: 175px; }
  body .conciliacao_bancaria .lancamento .label.data {
    font-size: 15px;
    font-weight: 600;
    color: #7d7c7c;
    line-height: 20px; }
  body .conciliacao_bancaria .lancamento .label.historico {
    font-size: 15px;
    color: #444444;
    font-weight: 700; }
  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 .jqplot-xaxis-label, body .jqplot-yaxis-label, body .jqplot-y2axis-label, body .jqplot-x2axis-label {
    color: #757575; }
  body table.jqplot-table-legend {
    background-color: #ffffff;
    color: #757575;
    border-color: #bdbdbd; }
  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; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/09/2018, 19:32:56
    Author     : Thiago
*/
body .ui-datatable .ui-datatable-header, body .ui-treetable .ui-datatable-header, body .ui-datagrid .ui-datatable-header {
  padding: 2px 10px;
  border: none;
  color: #0c59a0;
  background-color: #f9f9f9;
  border-radius: 5px;
  text-align: left;
  font-weight: 700;
  font-style: normal; }
  body .ui-datatable .ui-datatable-header .custom-table-header .filter-container, body .ui-treetable .ui-datatable-header .custom-table-header .filter-container, body .ui-datagrid .ui-datatable-header .custom-table-header .filter-container {
    width: 98%;
    margin: 10px 10px; }
    body .ui-datatable .ui-datatable-header .custom-table-header .filter-container .ui-inputtext, body .ui-treetable .ui-datatable-header .custom-table-header .filter-container .ui-inputtext, body .ui-datagrid .ui-datatable-header .custom-table-header .filter-container .ui-inputtext {
      width: 100%; }
body .ui-datatable .ui-datatable-data .custom-tag, body .ui-datatable .ui-datagrid-data .custom-tag, body .ui-treetable .ui-datatable-data .custom-tag, body .ui-treetable .ui-datagrid-data .custom-tag, body .ui-datagrid .ui-datatable-data .custom-tag, body .ui-datagrid .ui-datagrid-data .custom-tag {
  border-radius: 2px;
  padding: .25em .5rem;
  font-size: 11px;
  letter-spacing: .3px;
  text-transform: lowercase;
  font-weight: 700;
  font-style: normal; }
  body .ui-datatable .ui-datatable-data .custom-tag.green, body .ui-datatable .ui-datagrid-data .custom-tag.green, body .ui-treetable .ui-datatable-data .custom-tag.green, body .ui-treetable .ui-datagrid-data .custom-tag.green, body .ui-datagrid .ui-datatable-data .custom-tag.green, body .ui-datagrid .ui-datagrid-data .custom-tag.green {
    background: #aae3b1;
    color: #1b6a45; }
  body .ui-datatable .ui-datatable-data .custom-tag.red, body .ui-datatable .ui-datagrid-data .custom-tag.red, body .ui-treetable .ui-datatable-data .custom-tag.red, body .ui-treetable .ui-datagrid-data .custom-tag.red, body .ui-datagrid .ui-datatable-data .custom-tag.red, body .ui-datagrid .ui-datagrid-data .custom-tag.red {
    background: #ffb2b2;
    color: #8d0a00; }
  body .ui-datatable .ui-datatable-data .custom-tag.gray, body .ui-datatable .ui-datagrid-data .custom-tag.gray, body .ui-treetable .ui-datatable-data .custom-tag.gray, body .ui-treetable .ui-datagrid-data .custom-tag.gray, body .ui-datagrid .ui-datatable-data .custom-tag.gray, body .ui-datagrid .ui-datagrid-data .custom-tag.gray {
    background: #d9d9d9;
    color: #5e5e5e; }
  body .ui-datatable .ui-datatable-data .custom-tag.black, body .ui-datatable .ui-datagrid-data .custom-tag.black, body .ui-treetable .ui-datatable-data .custom-tag.black, body .ui-treetable .ui-datagrid-data .custom-tag.black, body .ui-datagrid .ui-datatable-data .custom-tag.black, body .ui-datagrid .ui-datagrid-data .custom-tag.black {
    background: #d9d9d9;
    color: #5e5e5e; }
  body .ui-datatable .ui-datatable-data .custom-tag.yellow, body .ui-datatable .ui-datagrid-data .custom-tag.yellow, body .ui-treetable .ui-datatable-data .custom-tag.yellow, body .ui-treetable .ui-datagrid-data .custom-tag.yellow, body .ui-datagrid .ui-datatable-data .custom-tag.yellow, body .ui-datagrid .ui-datagrid-data .custom-tag.yellow {
    background: #ffee96;
    color: #847600; }
  body .ui-datatable .ui-datatable-data .custom-tag.blue, body .ui-datatable .ui-datagrid-data .custom-tag.blue, body .ui-treetable .ui-datatable-data .custom-tag.blue, body .ui-treetable .ui-datagrid-data .custom-tag.blue, body .ui-datagrid .ui-datatable-data .custom-tag.blue, body .ui-datagrid .ui-datagrid-data .custom-tag.blue {
    background: #91d3ff;
    color: #005792; }
  body .ui-datatable .ui-datatable-data .custom-tag.orange, body .ui-datatable .ui-datagrid-data .custom-tag.orange, body .ui-treetable .ui-datatable-data .custom-tag.orange, body .ui-treetable .ui-datagrid-data .custom-tag.orange, body .ui-datagrid .ui-datatable-data .custom-tag.orange, body .ui-datagrid .ui-datagrid-data .custom-tag.orange {
    background: #f1a418;
    color: #fff; }
  body .ui-datatable .ui-datatable-data .custom-tag.purple, body .ui-datatable .ui-datagrid-data .custom-tag.purple, body .ui-treetable .ui-datatable-data .custom-tag.purple, body .ui-treetable .ui-datagrid-data .custom-tag.purple, body .ui-datagrid .ui-datatable-data .custom-tag.purple, body .ui-datagrid .ui-datagrid-data .custom-tag.purple {
    background: #c11ac1;
    color: #fff; }
body .ui-datatable .ui-datatable-data td.custom-column span.name, body .ui-datatable .ui-datagrid-data td.custom-column span.name, body .ui-treetable .ui-datatable-data td.custom-column span.name, body .ui-treetable .ui-datagrid-data td.custom-column span.name, body .ui-datagrid .ui-datatable-data td.custom-column span.name, body .ui-datagrid .ui-datagrid-data td.custom-column span.name {
  display: block;
  font-size: 13px; }
  body .ui-datatable .ui-datatable-data td.custom-column span.name.red-label, body .ui-datatable .ui-datagrid-data td.custom-column span.name.red-label, body .ui-treetable .ui-datatable-data td.custom-column span.name.red-label, body .ui-treetable .ui-datagrid-data td.custom-column span.name.red-label, body .ui-datagrid .ui-datatable-data td.custom-column span.name.red-label, body .ui-datagrid .ui-datagrid-data td.custom-column span.name.red-label {
    color: #e71404; }
body .ui-datatable .ui-datatable-data td.custom-column span.id, body .ui-datatable .ui-datagrid-data td.custom-column span.id, body .ui-treetable .ui-datatable-data td.custom-column span.id, body .ui-treetable .ui-datagrid-data td.custom-column span.id, body .ui-datagrid .ui-datatable-data td.custom-column span.id, body .ui-datagrid .ui-datagrid-data td.custom-column span.id {
  display: block;
  font-size: 12px;
  color: #000;
  margin: 3px 0px;
  font-weight: 500;
  font-style: normal; }
body .ui-datatable .ui-datatable-data td.custom-column span.tag, body .ui-datatable .ui-datagrid-data td.custom-column span.tag, body .ui-treetable .ui-datatable-data td.custom-column span.tag, body .ui-treetable .ui-datagrid-data td.custom-column span.tag, body .ui-datagrid .ui-datatable-data td.custom-column span.tag, body .ui-datagrid .ui-datagrid-data td.custom-column span.tag {
  display: block;
  color: #9f800b;
  margin-top: 5px;
  font-size: 11px;
  background-color: #fef6d6;
  padding: 2px 4px;
  border-radius: 5px;
  width: fit-content;
  font-weight: 700;
  font-style: normal;
  font-style: italic; }
  body .ui-datatable .ui-datatable-data td.custom-column span.tag.inline, body .ui-datatable .ui-datagrid-data td.custom-column span.tag.inline, body .ui-treetable .ui-datatable-data td.custom-column span.tag.inline, body .ui-treetable .ui-datagrid-data td.custom-column span.tag.inline, body .ui-datagrid .ui-datatable-data td.custom-column span.tag.inline, body .ui-datagrid .ui-datagrid-data td.custom-column span.tag.inline {
    display: inline-block;
    margin-right: 10px; }
  body .ui-datatable .ui-datatable-data td.custom-column span.tag.inline-id, body .ui-datatable .ui-datagrid-data td.custom-column span.tag.inline-id, body .ui-treetable .ui-datatable-data td.custom-column span.tag.inline-id, body .ui-treetable .ui-datagrid-data td.custom-column span.tag.inline-id, body .ui-datagrid .ui-datatable-data td.custom-column span.tag.inline-id, body .ui-datagrid .ui-datagrid-data td.custom-column span.tag.inline-id {
    display: inline-block;
    background: #e7e7e7;
    color: #000;
    padding: 0px 8px 0px 4px;
    margin-right: 5px; }
  body .ui-datatable .ui-datatable-data td.custom-column span.tag.red, body .ui-datatable .ui-datagrid-data td.custom-column span.tag.red, body .ui-treetable .ui-datatable-data td.custom-column span.tag.red, body .ui-treetable .ui-datagrid-data td.custom-column span.tag.red, body .ui-datagrid .ui-datatable-data td.custom-column span.tag.red, body .ui-datagrid .ui-datagrid-data td.custom-column span.tag.red {
    background-color: #d74444;
    color: #fff;
    padding: 1px 4px;
    font-weight: 400;
    font-style: normal; }
body .ui-datatable .ui-datatable-data td.custom-column span.tag-2, body .ui-datatable .ui-datagrid-data td.custom-column span.tag-2, body .ui-treetable .ui-datatable-data td.custom-column span.tag-2, body .ui-treetable .ui-datagrid-data td.custom-column span.tag-2, body .ui-datagrid .ui-datatable-data td.custom-column span.tag-2, body .ui-datagrid .ui-datagrid-data td.custom-column span.tag-2 {
  display: flex;
  background: #dce9f1;
  padding: 1px 4px;
  border-radius: 5px;
  width: fit-content;
  margin-top: 5px;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-weight: 500;
  font-style: normal; }
  body .ui-datatable .ui-datatable-data td.custom-column span.tag-2.inline, body .ui-datatable .ui-datagrid-data td.custom-column span.tag-2.inline, body .ui-treetable .ui-datatable-data td.custom-column span.tag-2.inline, body .ui-treetable .ui-datagrid-data td.custom-column span.tag-2.inline, body .ui-datagrid .ui-datatable-data td.custom-column span.tag-2.inline, body .ui-datagrid .ui-datagrid-data td.custom-column span.tag-2.inline {
    display: inline-block;
    margin-right: 10px; }
  body .ui-datatable .ui-datatable-data td.custom-column span.tag-2.inline-id, body .ui-datatable .ui-datagrid-data td.custom-column span.tag-2.inline-id, body .ui-treetable .ui-datatable-data td.custom-column span.tag-2.inline-id, body .ui-treetable .ui-datagrid-data td.custom-column span.tag-2.inline-id, body .ui-datagrid .ui-datatable-data td.custom-column span.tag-2.inline-id, body .ui-datagrid .ui-datagrid-data td.custom-column span.tag-2.inline-id {
    display: inline-block;
    background: #e7e7e7;
    color: #000;
    padding: 0px 8px 0px 4px;
    margin-right: 5px; }
  body .ui-datatable .ui-datatable-data td.custom-column span.tag-2.red, body .ui-datatable .ui-datagrid-data td.custom-column span.tag-2.red, body .ui-treetable .ui-datatable-data td.custom-column span.tag-2.red, body .ui-treetable .ui-datagrid-data td.custom-column span.tag-2.red, body .ui-datagrid .ui-datatable-data td.custom-column span.tag-2.red, body .ui-datagrid .ui-datagrid-data td.custom-column span.tag-2.red {
    background-color: #d74444;
    color: #fff; }
body .ui-datatable .ui-datatable-data td.custom-column span.description, body .ui-datatable .ui-datagrid-data td.custom-column span.description, body .ui-treetable .ui-datatable-data td.custom-column span.description, body .ui-treetable .ui-datagrid-data td.custom-column span.description, body .ui-datagrid .ui-datatable-data td.custom-column span.description, body .ui-datagrid .ui-datagrid-data td.custom-column span.description {
  font-size: 11px;
  color: #afafaf;
  margin-top: 5px;
  display: block; }
body .ui-datatable .ui-datatable-data td.custom-column span.project, body .ui-datatable .ui-datagrid-data td.custom-column span.project, body .ui-treetable .ui-datatable-data td.custom-column span.project, body .ui-treetable .ui-datagrid-data td.custom-column span.project, body .ui-datagrid .ui-datatable-data td.custom-column span.project, body .ui-datagrid .ui-datagrid-data td.custom-column span.project {
  display: block;
  background: #0f73bb;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 5px;
  width: fit-content;
  margin-top: 5px; }
  body .ui-datatable .ui-datatable-data td.custom-column span.project.bloqueado, body .ui-datatable .ui-datagrid-data td.custom-column span.project.bloqueado, body .ui-treetable .ui-datatable-data td.custom-column span.project.bloqueado, body .ui-treetable .ui-datagrid-data td.custom-column span.project.bloqueado, body .ui-datagrid .ui-datatable-data td.custom-column span.project.bloqueado, body .ui-datagrid .ui-datagrid-data td.custom-column span.project.bloqueado {
    background: #979797; }
body .ui-datatable .ui-datatable-data td.custom-column div.highlight-box, body .ui-datatable .ui-datagrid-data td.custom-column div.highlight-box, body .ui-treetable .ui-datatable-data td.custom-column div.highlight-box, body .ui-treetable .ui-datagrid-data td.custom-column div.highlight-box, body .ui-datagrid .ui-datatable-data td.custom-column div.highlight-box, body .ui-datagrid .ui-datagrid-data td.custom-column div.highlight-box {
  display: block;
  margin-top: 5px;
  border: 1px dashed #2173d1;
  padding: 5px 15px 5px 5px;
  width: fit-content; }
  body .ui-datatable .ui-datatable-data td.custom-column div.highlight-box .box, body .ui-datatable .ui-datagrid-data td.custom-column div.highlight-box .box, body .ui-treetable .ui-datatable-data td.custom-column div.highlight-box .box, body .ui-treetable .ui-datagrid-data td.custom-column div.highlight-box .box, body .ui-datagrid .ui-datatable-data td.custom-column div.highlight-box .box, body .ui-datagrid .ui-datagrid-data td.custom-column div.highlight-box .box {
    display: inline-block;
    margin-left: 5px; }
    body .ui-datatable .ui-datatable-data td.custom-column div.highlight-box .box span, body .ui-datatable .ui-datagrid-data td.custom-column div.highlight-box .box span, body .ui-treetable .ui-datatable-data td.custom-column div.highlight-box .box span, body .ui-treetable .ui-datagrid-data td.custom-column div.highlight-box .box span, body .ui-datagrid .ui-datatable-data td.custom-column div.highlight-box .box span, body .ui-datagrid .ui-datagrid-data td.custom-column div.highlight-box .box span {
      display: block; }
      body .ui-datatable .ui-datatable-data td.custom-column div.highlight-box .box span.box-status, body .ui-datatable .ui-datagrid-data td.custom-column div.highlight-box .box span.box-status, body .ui-treetable .ui-datatable-data td.custom-column div.highlight-box .box span.box-status, body .ui-treetable .ui-datagrid-data td.custom-column div.highlight-box .box span.box-status, body .ui-datagrid .ui-datatable-data td.custom-column div.highlight-box .box span.box-status, body .ui-datagrid .ui-datagrid-data td.custom-column div.highlight-box .box span.box-status {
        font-size: 11px;
        font-weight: 700;
        font-style: normal; }
      body .ui-datatable .ui-datatable-data td.custom-column div.highlight-box .box span.box-text, body .ui-datatable .ui-datagrid-data td.custom-column div.highlight-box .box span.box-text, body .ui-treetable .ui-datatable-data td.custom-column div.highlight-box .box span.box-text, body .ui-treetable .ui-datagrid-data td.custom-column div.highlight-box .box span.box-text, body .ui-datagrid .ui-datatable-data td.custom-column div.highlight-box .box span.box-text, body .ui-datagrid .ui-datagrid-data td.custom-column div.highlight-box .box span.box-text {
        font-size: 10px;
        margin-top: 5px; }
  body .ui-datatable .ui-datatable-data td.custom-column div.highlight-box.green, body .ui-datatable .ui-datagrid-data td.custom-column div.highlight-box.green, body .ui-treetable .ui-datatable-data td.custom-column div.highlight-box.green, body .ui-treetable .ui-datagrid-data td.custom-column div.highlight-box.green, body .ui-datagrid .ui-datatable-data td.custom-column div.highlight-box.green, body .ui-datagrid .ui-datagrid-data td.custom-column div.highlight-box.green {
    border-color: #008000; }
    body .ui-datatable .ui-datatable-data td.custom-column div.highlight-box.green .box span.box-status, body .ui-datatable .ui-datagrid-data td.custom-column div.highlight-box.green .box span.box-status, body .ui-treetable .ui-datatable-data td.custom-column div.highlight-box.green .box span.box-status, body .ui-treetable .ui-datagrid-data td.custom-column div.highlight-box.green .box span.box-status, body .ui-datagrid .ui-datatable-data td.custom-column div.highlight-box.green .box span.box-status, body .ui-datagrid .ui-datagrid-data td.custom-column div.highlight-box.green .box span.box-status {
      color: #008000; }
  body .ui-datatable .ui-datatable-data td.custom-column div.highlight-box.blue, body .ui-datatable .ui-datagrid-data td.custom-column div.highlight-box.blue, body .ui-treetable .ui-datatable-data td.custom-column div.highlight-box.blue, body .ui-treetable .ui-datagrid-data td.custom-column div.highlight-box.blue, body .ui-datagrid .ui-datatable-data td.custom-column div.highlight-box.blue, body .ui-datagrid .ui-datagrid-data td.custom-column div.highlight-box.blue {
    border-color: #0000ff; }
    body .ui-datatable .ui-datatable-data td.custom-column div.highlight-box.blue .box span.box-status, body .ui-datatable .ui-datagrid-data td.custom-column div.highlight-box.blue .box span.box-status, body .ui-treetable .ui-datatable-data td.custom-column div.highlight-box.blue .box span.box-status, body .ui-treetable .ui-datagrid-data td.custom-column div.highlight-box.blue .box span.box-status, body .ui-datagrid .ui-datatable-data td.custom-column div.highlight-box.blue .box span.box-status, body .ui-datagrid .ui-datagrid-data td.custom-column div.highlight-box.blue .box span.box-status {
      color: #0000ff; }
body .ui-datatable .ui-datatable-data td.custom-column-pag span.name, body .ui-datatable .ui-datagrid-data td.custom-column-pag span.name, body .ui-treetable .ui-datatable-data td.custom-column-pag span.name, body .ui-treetable .ui-datagrid-data td.custom-column-pag span.name, body .ui-datagrid .ui-datatable-data td.custom-column-pag span.name, body .ui-datagrid .ui-datagrid-data td.custom-column-pag span.name {
  display: block; }
  body .ui-datatable .ui-datatable-data td.custom-column-pag span.name.red-label, body .ui-datatable .ui-datagrid-data td.custom-column-pag span.name.red-label, body .ui-treetable .ui-datatable-data td.custom-column-pag span.name.red-label, body .ui-treetable .ui-datagrid-data td.custom-column-pag span.name.red-label, body .ui-datagrid .ui-datatable-data td.custom-column-pag span.name.red-label, body .ui-datagrid .ui-datagrid-data td.custom-column-pag span.name.red-label {
    color: #e71404; }
body .ui-datatable .ui-datatable-data td.custom-column-pag span.id, body .ui-datatable .ui-datagrid-data td.custom-column-pag span.id, body .ui-treetable .ui-datatable-data td.custom-column-pag span.id, body .ui-treetable .ui-datagrid-data td.custom-column-pag span.id, body .ui-datagrid .ui-datatable-data td.custom-column-pag span.id, body .ui-datagrid .ui-datagrid-data td.custom-column-pag span.id {
  display: block;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
  font-weight: 500;
  font-style: normal; }
body .ui-datatable .ui-datatable-data td.custom-column-pag span.tag-2, body .ui-datatable .ui-datagrid-data td.custom-column-pag span.tag-2, body .ui-treetable .ui-datatable-data td.custom-column-pag span.tag-2, body .ui-treetable .ui-datagrid-data td.custom-column-pag span.tag-2, body .ui-datagrid .ui-datatable-data td.custom-column-pag span.tag-2, body .ui-datagrid .ui-datagrid-data td.custom-column-pag span.tag-2 {
  display: flex;
  background: #dce9f1;
  padding: 2px 8px;
  border-radius: 5px;
  width: fit-content;
  margin-top: 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal; }
body .ui-datatable .ui-datatable-data td.custom-column-pag span.description, body .ui-datatable .ui-datagrid-data td.custom-column-pag span.description, body .ui-treetable .ui-datatable-data td.custom-column-pag span.description, body .ui-treetable .ui-datagrid-data td.custom-column-pag span.description, body .ui-datagrid .ui-datatable-data td.custom-column-pag span.description, body .ui-datagrid .ui-datagrid-data td.custom-column-pag span.description {
  font-size: 11px;
  color: #afafaf;
  margin-top: 5px;
  display: block; }
body .ui-datatable .ui-datatable-data td.custom-column-pag div.highlight-box, body .ui-datatable .ui-datagrid-data td.custom-column-pag div.highlight-box, body .ui-treetable .ui-datatable-data td.custom-column-pag div.highlight-box, body .ui-treetable .ui-datagrid-data td.custom-column-pag div.highlight-box, body .ui-datagrid .ui-datatable-data td.custom-column-pag div.highlight-box, body .ui-datagrid .ui-datagrid-data td.custom-column-pag div.highlight-box {
  display: block;
  margin-top: 5px;
  border: 1px dashed #2173d1;
  padding: 5px 15px 5px 5px;
  width: fit-content; }
  body .ui-datatable .ui-datatable-data td.custom-column-pag div.highlight-box .box, body .ui-datatable .ui-datagrid-data td.custom-column-pag div.highlight-box .box, body .ui-treetable .ui-datatable-data td.custom-column-pag div.highlight-box .box, body .ui-treetable .ui-datagrid-data td.custom-column-pag div.highlight-box .box, body .ui-datagrid .ui-datatable-data td.custom-column-pag div.highlight-box .box, body .ui-datagrid .ui-datagrid-data td.custom-column-pag div.highlight-box .box {
    display: inline-block;
    margin-left: 5px; }
    body .ui-datatable .ui-datatable-data td.custom-column-pag div.highlight-box .box span, body .ui-datatable .ui-datagrid-data td.custom-column-pag div.highlight-box .box span, body .ui-treetable .ui-datatable-data td.custom-column-pag div.highlight-box .box span, body .ui-treetable .ui-datagrid-data td.custom-column-pag div.highlight-box .box span, body .ui-datagrid .ui-datatable-data td.custom-column-pag div.highlight-box .box span, body .ui-datagrid .ui-datagrid-data td.custom-column-pag div.highlight-box .box span {
      display: block; }
      body .ui-datatable .ui-datatable-data td.custom-column-pag div.highlight-box .box span.box-status, body .ui-datatable .ui-datagrid-data td.custom-column-pag div.highlight-box .box span.box-status, body .ui-treetable .ui-datatable-data td.custom-column-pag div.highlight-box .box span.box-status, body .ui-treetable .ui-datagrid-data td.custom-column-pag div.highlight-box .box span.box-status, body .ui-datagrid .ui-datatable-data td.custom-column-pag div.highlight-box .box span.box-status, body .ui-datagrid .ui-datagrid-data td.custom-column-pag div.highlight-box .box span.box-status {
        font-size: 11px;
        font-weight: 700;
        font-style: normal; }
      body .ui-datatable .ui-datatable-data td.custom-column-pag div.highlight-box .box span.box-text, body .ui-datatable .ui-datagrid-data td.custom-column-pag div.highlight-box .box span.box-text, body .ui-treetable .ui-datatable-data td.custom-column-pag div.highlight-box .box span.box-text, body .ui-treetable .ui-datagrid-data td.custom-column-pag div.highlight-box .box span.box-text, body .ui-datagrid .ui-datatable-data td.custom-column-pag div.highlight-box .box span.box-text, body .ui-datagrid .ui-datagrid-data td.custom-column-pag div.highlight-box .box span.box-text {
        font-size: 10px;
        margin-top: 5px; }
  body .ui-datatable .ui-datatable-data td.custom-column-pag div.highlight-box.green, body .ui-datatable .ui-datagrid-data td.custom-column-pag div.highlight-box.green, body .ui-treetable .ui-datatable-data td.custom-column-pag div.highlight-box.green, body .ui-treetable .ui-datagrid-data td.custom-column-pag div.highlight-box.green, body .ui-datagrid .ui-datatable-data td.custom-column-pag div.highlight-box.green, body .ui-datagrid .ui-datagrid-data td.custom-column-pag div.highlight-box.green {
    border-color: #008000; }
    body .ui-datatable .ui-datatable-data td.custom-column-pag div.highlight-box.green .box span.box-status, body .ui-datatable .ui-datagrid-data td.custom-column-pag div.highlight-box.green .box span.box-status, body .ui-treetable .ui-datatable-data td.custom-column-pag div.highlight-box.green .box span.box-status, body .ui-treetable .ui-datagrid-data td.custom-column-pag div.highlight-box.green .box span.box-status, body .ui-datagrid .ui-datatable-data td.custom-column-pag div.highlight-box.green .box span.box-status, body .ui-datagrid .ui-datagrid-data td.custom-column-pag div.highlight-box.green .box span.box-status {
      color: #008000; }
  body .ui-datatable .ui-datatable-data td.custom-column-pag div.highlight-box.blue, body .ui-datatable .ui-datagrid-data td.custom-column-pag div.highlight-box.blue, body .ui-treetable .ui-datatable-data td.custom-column-pag div.highlight-box.blue, body .ui-treetable .ui-datagrid-data td.custom-column-pag div.highlight-box.blue, body .ui-datagrid .ui-datatable-data td.custom-column-pag div.highlight-box.blue, body .ui-datagrid .ui-datagrid-data td.custom-column-pag div.highlight-box.blue {
    border-color: #0000ff; }
    body .ui-datatable .ui-datatable-data td.custom-column-pag div.highlight-box.blue .box span.box-status, body .ui-datatable .ui-datagrid-data td.custom-column-pag div.highlight-box.blue .box span.box-status, body .ui-treetable .ui-datatable-data td.custom-column-pag div.highlight-box.blue .box span.box-status, body .ui-treetable .ui-datagrid-data td.custom-column-pag div.highlight-box.blue .box span.box-status, body .ui-datagrid .ui-datatable-data td.custom-column-pag div.highlight-box.blue .box span.box-status, body .ui-datagrid .ui-datagrid-data td.custom-column-pag div.highlight-box.blue .box span.box-status {
      color: #0000ff; }
body .ui-datatable .ui-datatable-data tr.ui-state-highlight, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight, body .ui-treetable .ui-datatable-data tr.ui-state-highlight, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight {
  background: rgba(255, 203, 5, 0.2);
  color: #000; }
  body .ui-datatable .ui-datatable-data tr.ui-state-highlight td span, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td a.ui-commandlink, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td span, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td a.ui-commandlink, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td span, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td a.ui-commandlink, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td span, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td a.ui-commandlink, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td span, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td a.ui-commandlink, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td span, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td a.ui-commandlink {
    color: #000 !important; }
    body .ui-datatable .ui-datatable-data tr.ui-state-highlight td span.ui-chkbox-icon, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td span.project, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td a.ui-commandlink.ui-chkbox-icon, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td a.ui-commandlink.project, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td span.ui-chkbox-icon, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td span.project, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td a.ui-commandlink.ui-chkbox-icon, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td a.ui-commandlink.project, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td span.ui-chkbox-icon, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td span.project, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td a.ui-commandlink.ui-chkbox-icon, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td a.ui-commandlink.project, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td span.ui-chkbox-icon, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td span.project, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td a.ui-commandlink.ui-chkbox-icon, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td a.ui-commandlink.project, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td span.ui-chkbox-icon, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td span.project, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td a.ui-commandlink.ui-chkbox-icon, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td a.ui-commandlink.project, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td span.ui-chkbox-icon, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td span.project, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td a.ui-commandlink.ui-chkbox-icon, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td a.ui-commandlink.project {
      color: #fff !important; }
  body .ui-datatable .ui-datatable-data tr.ui-state-highlight td .icone i, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td i.icone, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td .icone i, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td i.icone, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td .icone i, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td i.icone, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td .icone i, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td i.icone, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td .icone i, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td i.icone, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td .icone i, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td i.icone {
    color: #000 !important; }
  body .ui-datatable .ui-datatable-data tr.ui-state-highlight td span.custom-tag, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td span.custom-tag, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td span.custom-tag, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td span.custom-tag, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td span.custom-tag, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td span.custom-tag {
    color: #000 !important; }
    body .ui-datatable .ui-datatable-data tr.ui-state-highlight td span.custom-tag.purple, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td span.custom-tag.purple, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td span.custom-tag.purple, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td span.custom-tag.purple, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td span.custom-tag.purple, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td span.custom-tag.purple {
      color: #fff !important; }
  body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column span.name, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column span.id, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column span.description, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.name, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.id, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.description, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.name, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.id, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.description, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.name, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.id, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.description, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column span.name, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column span.id, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column span.description, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.name, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.id, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.description, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.name, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.id, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.description, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.name, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.id, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.description, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column span.name, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column span.id, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column span.description, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.name, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.id, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.description, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column span.name, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column span.id, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column span.description, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.name, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.id, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.description {
    color: #000 !important; }
  body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag.inline, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag-2, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag.inline, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag-2, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag.inline, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag-2, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag.inline, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag-2, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag.inline, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag-2, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag.inline, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag-2, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag.inline, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag-2, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag.inline, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag-2, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag.inline, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag-2, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag.inline, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag-2, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag.inline, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag-2, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag.inline, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag-2 {
    color: #000 !important; }
    body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag.inline.red, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag-2.red, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag.inline.red, body .ui-datatable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag-2.red, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag.inline.red, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag-2.red, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag.inline.red, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag-2.red, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag.inline.red, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag-2.red, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag.inline.red, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag-2.red, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag.inline.red, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag-2.red, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag.inline.red, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag-2.red, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag.inline.red, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column span.tag-2.red, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag.inline.red, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td.custom-column-pag span.tag-2.red, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag.inline.red, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column span.tag-2.red, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag.inline.red, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td.custom-column-pag span.tag-2.red {
      color: #fff !important; }
  body .ui-datatable .ui-datatable-data tr.ui-state-highlight td div.highlight-box, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td div.highlight-box, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td div.highlight-box, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td div.highlight-box {
    display: block;
    margin-top: 5px;
    border: 1px dashed #2173d1;
    padding: 5px 15px 5px 5px;
    width: fit-content; }
    body .ui-datatable .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box {
      display: inline-block;
      margin-left: 5px; }
      body .ui-datatable .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box span, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box span, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box span, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box span, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box span, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box span {
        display: block; }
        body .ui-datatable .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box span.box-status, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box span.box-status, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box span.box-status, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box span.box-status, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box span.box-status, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box span.box-status {
          font-size: 11px;
          font-weight: 700;
          font-style: normal; }
        body .ui-datatable .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box span.box-text, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box span.box-text, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box span.box-text, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box span.box-text, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td div.highlight-box .box span.box-text, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td div.highlight-box .box span.box-text {
          font-size: 10px;
          margin-top: 5px; }
    body .ui-datatable .ui-datatable-data tr.ui-state-highlight td div.highlight-box.green, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.green, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td div.highlight-box.green, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.green, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td div.highlight-box.green, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.green {
      border-color: #008000; }
      body .ui-datatable .ui-datatable-data tr.ui-state-highlight td div.highlight-box.green .box span.box-status, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.green .box span.box-status, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td div.highlight-box.green .box span.box-status, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.green .box span.box-status, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td div.highlight-box.green .box span.box-status, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.green .box span.box-status {
        color: #008000; }
    body .ui-datatable .ui-datatable-data tr.ui-state-highlight td div.highlight-box.blue, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.blue, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td div.highlight-box.blue, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.blue, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td div.highlight-box.blue, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.blue {
      border-color: #0000ff; }
      body .ui-datatable .ui-datatable-data tr.ui-state-highlight td div.highlight-box.blue .box span.box-status, body .ui-datatable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.blue .box span.box-status, body .ui-treetable .ui-datatable-data tr.ui-state-highlight td div.highlight-box.blue .box span.box-status, body .ui-treetable .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.blue .box span.box-status, body .ui-datagrid .ui-datatable-data tr.ui-state-highlight td div.highlight-box.blue .box span.box-status, body .ui-datagrid .ui-datagrid-data tr.ui-state-highlight td div.highlight-box.blue .box span.box-status {
        color: #0000ff; }
body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight, body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectcheckboxmenu-item.ui-state-highlight, body .ui-selectonemenu-panel .ui-selectcheckboxmenu-items .ui-selectonemenu-item.ui-state-highlight, body .ui-selectonemenu-panel .ui-selectcheckboxmenu-items .ui-selectcheckboxmenu-item.ui-state-highlight, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight, body .ui-selectcheckboxmenu-panel .ui-selectonemenu-items .ui-selectcheckboxmenu-item.ui-state-highlight, body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items .ui-selectonemenu-item.ui-state-highlight, body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items .ui-selectcheckboxmenu-item.ui-state-highlight {
  background: rgba(255, 203, 5, 0.2);
  color: #000; }
body .ui-fieldset .ui-fieldset-legend {
  border: none;
  background: #005792;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-style: normal; }
body label.ui-outputlabel {
  display: block;
  font-size: 13px; }
  body label.ui-outputlabel .ui-outputlabel-rfi {
    color: #a90404; }
body .ui-message.ui-message-error, body .ui-message.ui-message-fatal {
  background: #ffe5e7;
  border: 1px solid #c50804;
  border-width: 0 0 0 3px;
  color: #a90404;
  padding: 2px 8px 2px 0px; }
  body .ui-message.ui-message-error .ui-message-error-icon, body .ui-message.ui-message-fatal .ui-message-error-icon {
    display: none; }
  body .ui-message.ui-message-error .ui-message-error-detail, body .ui-message.ui-message-fatal .ui-message-error-detail {
    font-size: 11px;
    text-transform: lowercase;
    font-weight: 500;
    font-style: normal; }
body .ui-state-disabled.ui-inputfield {
  opacity: 1;
  background: #f8f8f8 !important;
  border-color: #d7d7d7 !important;
  color: #5a5a5a !important; }
body .ui-state-disabled.ui-datepicker-trigger.ui-button {
  opacity: 1;
  background: #f8f8f8 !important;
  border-color: #d7d7d7 !important;
  color: #5a5a5a !important; }
body .ui-state-disabled.ui-selectonemenu {
  opacity: 1;
  border-color: #d7d7d7 !important; }
  body .ui-state-disabled.ui-selectonemenu .ui-selectonemenu-label.ui-inputfield {
    background: #f8f8f8 !important;
    color: #5a5a5a !important; }
body .dre-orcamento.ui-treetable thead th, body .dre-orcamento.ui-datatable thead th {
  border: 2px solid #ffffff !important;
  border-bottom: none !important; }
  body .dre-orcamento.ui-treetable thead th .ui-column-title, body .dre-orcamento.ui-datatable thead th .ui-column-title {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    font-style: normal; }
  body .dre-orcamento.ui-treetable thead th.mes, body .dre-orcamento.ui-datatable thead th.mes {
    width: 720px;
    background-color: #005792 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    vertical-align: middle !important; }
  body .dre-orcamento.ui-treetable thead th.codigo, body .dre-orcamento.ui-datatable thead th.codigo {
    width: 100px !important; }
  body .dre-orcamento.ui-treetable thead th.titulo, body .dre-orcamento.ui-datatable thead th.titulo {
    width: 240px !important; }
  body .dre-orcamento.ui-treetable thead th.espaco-1, body .dre-orcamento.ui-datatable thead th.espaco-1 {
    width: 25px; }
  body .dre-orcamento.ui-treetable thead th.espaco-2, body .dre-orcamento.ui-datatable thead th.espaco-2 {
    width: 15px; }
body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td {
  padding: 4px 5px; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.resultado, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.resultado {
    text-align: right !important; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-1, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-1 {
    background-color: #ffffff;
    font-size: 15px;
    color: #000;
    border-bottom: 2px solid black !important;
    font-weight: 700;
    font-style: normal; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-2, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-2 {
    background-color: #f2f6f9;
    color: #00529c;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-style: normal; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-3, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-3 {
    color: #000;
    font-size: 12px;
    background-color: #fff;
    border-width: 4px;
    border-style: double;
    border-color: #000;
    border-left: none;
    border-right: none;
    font-weight: 500;
    font-style: normal; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-4, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-4 {
    color: #000;
    font-size: 12px;
    background-color: #bfbfbf;
    font-weight: 500;
    font-style: normal; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-5, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-5 {
    background-color: #f3f2f1;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    font-style: normal; }
    body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-5 input.ui-inputfield, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-5 input.ui-inputfield {
      height: 25px; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-20, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-20 {
    background-color: #bedbb3;
    color: #000;
    font-size: 12px;
    border-color: #9dc19b;
    border-left: none;
    border-right: none;
    border-width: 4px;
    border-style: double;
    border-right: none;
    border-left: none;
    font-weight: 500;
    font-style: normal; }
    body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-20 .titulo, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-20 .titulo {
      font-weight: 700;
      font-style: normal; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-30, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-30 {
    background-color: #f3edbf;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #e0db9a !important;
    font-weight: 500;
    font-style: normal; }
    body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td.mes-30 .titulo, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td.mes-30 .titulo {
      font-weight: 700;
      font-style: normal; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td span.negativo, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td span.negativo {
    color: #cb0000; }
  body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr td .ui-button.ui-button-icon-only, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr td .ui-button.ui-button-icon-only {
    height: 25px; }
body .dre-orcamento.ui-treetable table.ui-datatable-fs tbody tr .ui-datatable-data tr, body .dre-orcamento.ui-datatable table.ui-datatable-fs tbody tr .ui-datatable-data tr {
  height: 35px !important; }
body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data td.totais .total-item {
  display: block;
  height: 32px; }
  body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data td.totais .total-item .label {
    display: inline-block;
    margin-right: 5px;
    width: 140px;
    text-align: right;
    font-style: italic;
    color: #000;
    font-size: 12px; }
  body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data td.totais .total-item .valor {
    display: inline-block;
    font-size: 15px;
    width: 155px;
    border-radius: 4px;
    padding: 4px 4px;
    font-weight: 500;
    font-style: normal; }
    body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data td.totais .total-item .valor.positivo {
      color: #ffffff;
      background-color: #005892; }
    body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data td.totais .total-item .valor.negativo {
      color: #ffffff;
      background-color: #e10202; }
    body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data td.totais .total-item .valor.resultado-positivo {
      color: #1a7a1a;
      background-color: #fff;
      border: 1px dotted #1a7a1a; }
    body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data td.totais .total-item .valor.resultado-negativo {
      color: #cb0000;
      background-color: #fff;
      border: 1px dotted #e10202; }
  body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data td.totais .total-item .margem {
    color: #000;
    font-size: 15px;
    display: inline-block;
    width: 200px;
    font-weight: 700;
    font-style: normal; }
body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data .ui-datatable-selectable.ui-state-highlight td.totais .total-item .label, body .dre-orcamento-pesquisa.ui-datatable .ui-datatable-data .ui-datatable-selectable.ui-state-highlight td.totais .total-item .margem {
  color: #000; }
body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
  padding: 8px 10px;
  width: 100%;
  border: 0 none;
  float: none;
  border-radius: 0;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 13px; }
body .ui-commandlink {
  display: inline-block; }
  body .ui-commandlink:hover {
    background-color: #E8EDF0;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    text-decoration: none;
    border: none;
    border-radius: 4px; }
body .ui-commandlink.icone, body div.icone {
  width: fit-content; }
  body .ui-commandlink.icone:hover, body div.icone:hover {
    background-color: #E8EDF0;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    text-decoration: none;
    border: none;
    border-radius: 4px; }
  body .ui-commandlink.icone i, body div.icone i {
    font-size: 22px;
    vertical-align: -3px;
    padding: 2px;
    font-weight: 500; }
  body .ui-commandlink.icone span, body div.icone span {
    vertical-align: 3px;
    padding: 0px 6px 0px 0px;
    text-transform: uppercase; }
  body .ui-commandlink.icone.red i, body div.icone.red i {
    color: #c70909; }
  body .ui-commandlink.icone.red:hover, body div.icone.red:hover {
    background-color: #c70909; }
    body .ui-commandlink.icone.red:hover i, body div.icone.red:hover i {
      color: #fff; }
  body .ui-commandlink.icone.gray i, body div.icone.gray i {
    color: #7e7e7e; }
  body .ui-commandlink.icone.gray:hover, body div.icone.gray:hover {
    background-color: #7e7e7e; }
    body .ui-commandlink.icone.gray:hover i, body div.icone.gray:hover i {
      color: #fff; }
  body .ui-commandlink.icone.green i, body div.icone.green i {
    color: #047c13; }
  body .ui-commandlink.icone.green:hover, body div.icone.green:hover {
    background-color: #047c13; }
    body .ui-commandlink.icone.green:hover i, body div.icone.green:hover i {
      color: #fff; }
  body .ui-commandlink.icone i.red, body div.icone i.red {
    color: #c70909; }
  body .ui-commandlink.icone i.gray, body div.icone i.gray {
    color: #7e7e7e; }
  body .ui-commandlink.icone i.green, body div.icone i.green {
    color: #047c13; }
  body .ui-commandlink.icone i.orange, body div.icone i.orange {
    color: #f1a418; }
body .classificacao.ui-selectonemenu-panel {
  width: 80vw;
  overflow-x: scroll; }
  body .classificacao.ui-selectonemenu-panel .ui-selectonemenu-item .codigo {
    font-weight: 700;
    font-style: normal; }
  body .classificacao.ui-selectonemenu-panel .ui-selectonemenu-item .nome {
    display: block;
    font-size: 12px;
    padding-top: 4px; }
  body .classificacao.ui-selectonemenu-panel .ui-selectonemenu-item .descricao {
    display: block;
    font-size: 10px;
    color: gray; }
  body .classificacao.ui-selectonemenu-panel.tabela .ui-selectonemenu-item .codigo, body .classificacao.ui-selectonemenu-panel.tabela .ui-selectonemenu-item .nome {
    font-size: 12px; }
body .ui-selectbooleancheckbox.ui-chkbox {
  margin-top: 0px; }
body .ui-chkbox .ui-chkbox-label {
  margin: 0px 0px 0px 8px;
  font-weight: 700;
  color: #bf0505; }
body .complexo {
  border: 3px solid #bf0505; }
body .ui-datatable tfoot td {
  background: #f3f3f3;
  border: 1px solid #dedede;
  border-width: 0 0 1px 0;
  color: #00385e;
  padding: 5px 10px;
  font-weight: 700;
  text-align: left;
  box-sizing: content-box;
  text-transform: uppercase;
  letter-spacing: 1px; }
body .ui-datatable-data .ui-selectonemenu label.ui-selectonemenu-label {
  font-size: 12px; }
body .ui-button.cc {
  font-size: 11px;
  width: auto; }
body .ui-button.ui-button-text-only.cc .ui-button-text {
  padding: 5px; }
body .label-tipo-classificao {
  font-weight: 300;
  color: #808080;
  font-size: 14px;
  vertical-align: 2px;
  font-style: italic; }
body .label-tipo-classificao.avancado {
  color: #bf0505;
  font-weight: 700; }
body .label-tipo-classificao-bloqueado {
  margin-left: 10px;
  color: #a50000;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  vertical-align: 2px; }
body .lancamento-contabil .ui-selectbooleancheckbox.ui-chkbox {
  margin-top: 22px; }
body .lancamento-contabil .ui-row-toggler.ui-icon {
  margin-left: -5px; }
body .lancamento-contabil .ui-datatable.complexo.ui-datatable-reflow {
  border: 1px solid #ffe272;
  border-radius: 4px;
  padding: 4px; }
body .lancamento-contabil .ui-datatable.complexo .ui-datatable-header {
  background: #ffcb05;
  color: #000; }
body .lancamento-contabil .lancamento-tipo {
  background-color: rgba(255, 203, 5, 0.22);
  padding: 5px 0;
  margin-top: 10px;
  text-align: right; }
  body .lancamento-contabil .lancamento-tipo .ui-outputlabel {
    display: inline-block;
    margin-right: 10px;
    vertical-align: 8px; }
  body .lancamento-contabil .lancamento-tipo .ui-selectoneradio {
    width: auto;
    display: inline-block; }
    body .lancamento-contabil .lancamento-tipo .ui-selectoneradio table tr td {
      font-weight: 700;
      text-transform: uppercase; }
      body .lancamento-contabil .lancamento-tipo .ui-selectoneradio table tr td:nth-child(3) {
        color: #db0303; }
body .classificacao-lancamento.ui-selectonemenu-panel {
  max-width: 1400px;
  overflow-x: auto; }
body .ui-tag {
  background: #ffcb05;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.4rem;
  border-radius: 4px; }
body .ui-divider.ui-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
  margin-top: 0; }
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: 20px;
    background-color: #ffeb9d;
    border: none;
    color: #000;
    margin: 0 auto;
    max-width: 32px;
    height: 30px; }
  body .btn-option.ui-splitbutton.ui-buttonset button.ui-button.ui-button-icon-only.ui-splitbutton-menubutton.ui-corner-right {
    display: none; }

.ui-button.table-add {
  width: auto; }
.ui-button.input-search {
  margin-top: 16px;
  height: 30px; }

/*TOPBAR*/
.layout-topbar-right .menu-company .menu-company-button {
  display: inline-block;
  border-radius: 4px;
  padding: 0px 2px;
  margin-right: 5px;
  background-color: #fff; }
  .layout-topbar-right .menu-company .menu-company-button:hover {
    background-color: #e8edf0;
    transform: scale(1.1); }
  .layout-topbar-right .menu-company .menu-company-button a i {
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 48;
    font-size: 34px; }
.layout-topbar-right .menu-company .menu-company-text {
  display: inline-block; }
  .layout-topbar-right .menu-company .menu-company-text .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal; }
  .layout-topbar-right .menu-company .menu-company-text .subtitle {
    display: block;
    font-size: 12px;
    margin-top: 3px; }

.e9-login-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .e9-login-body .login-card {
    z-index: 2;
    border-top: 8px solid #005792;
    background-color: #ffffff;
    padding: 15px 40px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: -20%;
    width: 350px;
    min-height: 350px; }
    .e9-login-body .login-card .label-title {
      padding: 0px;
      margin: 10px 0px;
      text-transform: uppercase;
      color: #000;
      font-size: 34px;
      letter-spacing: 1px;
      font-weight: 700;
      font-style: normal; }
    .e9-login-body .login-card .label-subtitle {
      font-size: 24px;
      color: #191a1c;
      margin: 0; }
    .e9-login-body .login-card .label-description {
      font-size: 16px;
      color: #adadad;
      margin-top: 13px;
      margin-bottom: 10px;
      display: block;
      font-weight: 300;
      font-style: normal; }
    .e9-login-body .login-card .form-group {
      width: 100%;
      text-align: left;
      margin-bottom: 15px; }
      .e9-login-body .login-card .form-group span {
        display: block;
        font-size: 14px;
        color: #191a1c;
        margin-bottom: 6px;
        font-weight: 300;
        font-style: normal; }
      .e9-login-body .login-card .form-group button {
        width: 100%; }
        .e9-login-body .login-card .form-group button span {
          color: #fff; }
        .e9-login-body .login-card .form-group button.ui-button.ui-button-text-icon-right .ui-icon {
          top: 45%; }
      .e9-login-body .login-card .form-group input {
        width: 100%;
        line-height: 24px;
        font-size: 16px; }
    .e9-login-body .login-card .form-footer {
      width: 100%;
      margin: -10px 0px 30px 0px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .e9-login-body .login-card .form-footer a {
        color: #005792;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        font-style: normal; }

.label_saldo {
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 25px;
  letter-spacing: 1px;
  margin-left: 10px;
  font-weight: 700;
  font-style: normal; }
  .label_saldo.positivo {
    background-color: #dfebfc;
    color: #1a73e8; }
  .label_saldo.negativo {
    background-color: rgba(249, 173, 173, 0.4);
    color: #cb0000; }

@media (max-width: 1300px) {
  .ui-datatable .ui-datatable-data td, .ui-treetable .ui-datatable-data td {
    font-size: 11px; }
  .ui-datatable .ui-datatable-data td.custom-column span.name, .ui-treetable .ui-datatable-data td.custom-column span.name {
    font-size: 10px; }
  .ui-datatable .ui-datatable-data td.custom-column span.id, .ui-treetable .ui-datatable-data td.custom-column span.id {
    font-size: 9px; }
  .ui-datatable .ui-datatable-data td.custom-column span.description, .ui-treetable .ui-datatable-data td.custom-column span.description {
    display: block;
    font-size: 10px; }
  .ui-datatable .ui-datatable-data td.custom-column span.tag, .ui-treetable .ui-datatable-data td.custom-column span.tag {
    font-size: 10px;
    padding: 2px 4px; }
  .ui-datatable .ui-datatable-data td.custom-column span.project, .ui-treetable .ui-datatable-data td.custom-column span.project {
    display: block;
    padding: 1px 5px;
    font-size: 10px;
    margin-top: 3px; }

  .layout-topbar-right .menu-company .menu-company-button a i {
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 48;
    font-size: 34px; }
  .layout-topbar-right .menu-company .menu-company-text .title {
    font-size: 12px; } }
@media (max-width: 480px) {
  .e9-login-body {
    width: 100%;
    padding: 0.5rem;
    display: block; }
    .e9-login-body .login-card {
      padding: 10px 30px;
      margin-top: 0%;
      width: 100%;
      min-height: auto; }
      .e9-login-body .login-card .label-title {
        font-size: 30px; }
      .e9-login-body .login-card .label-subtitle {
        font-size: 20px; }
      .e9-login-body .login-card .label-description {
        font-size: 14px; } }
.ui-dialog.dialog-padrao {
  max-width: 70vw;
  width: auto; }
  @media screen and (max-width: 960px) {
    .ui-dialog.dialog-padrao {
      max-width: 96vw !important;
      width: 96vw !important; } }

.entrada-nfe-produto td.custom-column span.origem-label {
  display: inline-block;
  min-width: 48px;
  font-size: 10px;
  font-weight: bold;
  color: #555;
  background: #e8e8e8;
  padding: 0 4px;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: middle; }

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 10/09/2024, 16:58:00
    Author     : Thiago
*/
body {
  background: #EFEFEF; }
  body .layout-topbar-light .layout-topbar {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ededed; }
    body .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
      height: 100%;
      width: 135px;
      padding: 0px 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      z-index: 999; }
      body .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left a {
        margin: 0 auto; }
    body .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
      padding: 0 8px 0 8px; }
      body .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-company .menu-company-button a.ui-commandlink {
        color: #ffbc05;
        background: #fff;
        border-radius: 5px;
        padding: 2px 2px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
      body .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-company .menu-company-text .title {
        color: #000;
        font-weight: 900; }
      body .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-company .menu-company-text .subtitle {
        color: #000;
        font-weight: 300; }
  body .layout-topbar-light .menu-wrapper {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ededed;
    border-right: none; }
    body .layout-topbar-light .menu-wrapper .layout-menu-container .layout-menu > li > a:hover {
      background-color: rgba(255, 203, 8, 0.4); }
  body .layout-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 10px; }
    body .layout-main .layout-breadcrumb, body .layout-main .layout-footer {
      padding: 10px 10px;
      margin: 0px 0px;
      border-bottom: solid 1px #dfdfdf; }
    body .layout-main .layout-footer a span {
      display: block;
      font-weight: 300;
      padding: 0px 5px; }
    body .layout-main .layout-content {
      padding: 15px 0px; }
      body .layout-main .layout-content .menu .bloco {
        display: block;
        margin-bottom: 12px; }
        body .layout-main .layout-content .menu .bloco h3 {
          text-transform: uppercase;
          /*color: #005792;*/
          font-size: 15px;
          font-weight: 900;
          letter-spacing: 1px; }
          body .layout-main .layout-content .menu .bloco h3 span {
            font-size: 12px;
            /*color: #231f20;*/
            font-weight: 500;
            vertical-align: 1px; }
        body .layout-main .layout-content .menu .bloco ul {
          line-height: 30px;
          list-style-type: none;
          margin: 0;
          padding: 0; }
          body .layout-main .layout-content .menu .bloco ul li {
            width: 90%; }
            body .layout-main .layout-content .menu .bloco ul li:before {
              content: 'arrow_forward_ios';
              font-family: 'Material Symbols Outlined';
              display: inline;
              color: #ffbc05;
              font-weight: 900;
              font-size: 16px;
              vertical-align: -3px; }
            body .layout-main .layout-content .menu .bloco ul li a {
              color: #191a1c;
              text-decoration: none;
              -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: inline;
              width: 100%;
              margin: 0px;
              padding: 2px 0px 2px 10px;
              -ms-flex-align: center;
              align-items: center;
              -moz-border-radius: 4px;
              -webkit-border-radius: 4px;
              border-radius: 4px;
              -moz-transition: all 0.2s;
              -o-transition: all 0.2s;
              -webkit-transition: all 0.2s;
              transition: all 0.2s;
              font-size: 15px;
              font-weight: 200; }
              body .layout-main .layout-content .menu .bloco ul li a:hover {
                text-decoration: underline; }
              body .layout-main .layout-content .menu .bloco ul li a.exclusive:after {
                color: #f3c108;
                vertical-align: -2px;
                margin-left: 10px;
                font-variation-settings: 'FILL' 0, 'wght' 800, 'GRAD' 0, 'opsz' 48;
                font-family: 'Material Symbols Outlined';
                content: 'brightness_empty'; }
            body .layout-main .layout-content .menu .bloco ul li.disabled:before {
              color: #b3b3b3;
              content: 'unknown_med'; }
            body .layout-main .layout-content .menu .bloco ul li.other:before {
              color: #e3b307;
              content: 'warning'; }
            body .layout-main .layout-content .menu .bloco ul li.not:before {
              color: #b70606;
              content: 'close'; }
            body .layout-main .layout-content .menu .bloco ul li span.ui-state-disabled {
              padding: 2px 0px 2px 10px;
              color: gray;
              font-weight: 200;
              font-size: 15px; }
            body .layout-main .layout-content .menu .bloco ul li img.faro {
              /*content: url("../../enove/images/empresa/mini-icone-faro.png");*/
              width: 20px;
              vertical-align: -4px;
              margin-left: 10px; }
            body .layout-main .layout-content .menu .bloco ul li img.elicon {
              /*content: url("../resources/enove/images/empresa/mini-icone-elicon.png");*/
              width: 20px;
              vertical-align: -3px;
              margin-left: 10px; }
            body .layout-main .layout-content .menu .bloco ul li img.imperio {
              /*content: url("../resources/enove/images/empresa/mini-icone-imperio.png");*/
              width: 18px;
              vertical-align: -2px;
              margin-left: 10px; }
            body .layout-main .layout-content .menu .bloco ul li img.bamko {
              /*content: url("../resources/enove/images/empresa/mini-icone-bamko.png");*/
              max-width: 16px;
              vertical-align: -1px;
              margin-left: 10px; }
      body .layout-main .layout-content .menu.exclusive .h3 {
        display: inline-block;
        text-transform: uppercase;
        color: #005792;
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 1.5rem 0 1rem 0;
        font-family: inherit;
        line-height: 1.2; }
      body .layout-main .layout-content .menu.exclusive img {
        width: 20px;
        margin-left: 10px;
        display: inline-block; }
        body .layout-main .layout-content .menu.exclusive img.imperio {
          /*content: url("../resources/enove/images/empresa/mini-icone-imperio.png");*/
          vertical-align: -4px; }
        body .layout-main .layout-content .menu.exclusive img.faro {
          /*content: url("../resources/enove/images/empresa/mini-icone-faro.png");*/
          vertical-align: -4px; }
  body .ui-toolbar {
    border: none;
    background: #ffffff;
    color: #4B576F;
    padding: 0.75rem;
    border-radius: 4px;
    box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08); }
  body .ui-inputgroup .ui-button.ui-button-icon-only .ui-icon.ui-button-icon-left, body .ui-inputgroup .ui-button.ui-button-icon-only .ui-icon.ui-icon.ui-button-icon-right {
    margin: -8px 0px 0px -6px;
    color: #005792; }
  body .ui-button.ui-button-outlined.ui-button-text-icon-left .gi.ui-icon, body .ui-button.ui-button-outlined .ui-button-text-icon-left .gi.ui-icon, body .ui-splitbutton.ui-button-outlined.ui-button-text-icon-left .gi.ui-icon, body .ui-splitbutton.ui-button-outlined .ui-button-text-icon-left .gi.ui-icon {
    color: #005792;
    margin-top: -18px;
    margin-left: 0px;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24; }
    body .ui-button.ui-button-outlined.ui-button-text-icon-left .gi.ui-icon:before, body .ui-button.ui-button-outlined .ui-button-text-icon-left .gi.ui-icon:before, body .ui-splitbutton.ui-button-outlined.ui-button-text-icon-left .gi.ui-icon:before, body .ui-splitbutton.ui-button-outlined .ui-button-text-icon-left .gi.ui-icon:before {
      font-size: 17px; }
  body .ui-button.ui-button-text-icon-left .ui-icon.gi, body .ui-button.ui-button-icon-only .ui-icon.gi, body .ui-splitbutton.ui-button-text-icon-left .ui-icon.gi, body .ui-splitbutton.ui-button-icon-only .ui-icon.gi {
    color: #fff;
    margin-top: -15px;
    margin-left: -1px; }
    body .ui-button.ui-button-text-icon-left .ui-icon.gi:before, body .ui-button.ui-button-icon-only .ui-icon.gi:before, body .ui-splitbutton.ui-button-text-icon-left .ui-icon.gi:before, body .ui-splitbutton.ui-button-icon-only .ui-icon.gi:before {
      font-size: 20px; }
  body .ui-button.ui-button-text-icon-left.ui-button-info .ui-icon.gi, body .ui-button.ui-button-icon-only.ui-button-info .ui-icon.gi, body .ui-splitbutton.ui-button-text-icon-left.ui-button-info .ui-icon.gi, body .ui-splitbutton.ui-button-icon-only.ui-button-info .ui-icon.gi {
    color: #00385e;
    margin-left: -10px; }
  body .ui-fieldset .ui-fieldset-legend {
    padding: 4px 8px;
    border: none;
    background: #00385e;
    color: #fff;
    letter-spacing: 1px; }

/*# sourceMappingURL=layout-cyan-light.css.map */
