/* Layout */
/* Topbar */
/* Add your variable customizations of layout here */
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-v20-latin-ext_latin-regular.woff2.xhtml?ln=barcelona-layout") format("woff2"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-v20-latin-ext_latin-regular.woff.xhtml?ln=barcelona-layout") format("woff"); /* Modern Browsers */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-v20-latin-ext_latin-500.woff2.xhtml?ln=barcelona-layout") format("woff2"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-v20-latin-ext_latin-500.woff.xhtml?ln=barcelona-layout") format("woff"); /* Modern Browsers */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-v20-latin-ext_latin-700.woff2.xhtml?ln=barcelona-layout") format("woff2"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-v20-latin-ext_latin-700.woff.xhtml?ln=barcelona-layout") format("woff"); /* Modern Browsers */
}
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

*[hidden] {
  display: none;
}

.card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.card.card-w-title {
  padding-bottom: 2em;
}
.card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card .card-subtitle {
  color: #757575;
  font-weight: 600;
  margin: -1rem 0 1rem 0;
}

.ui-shadow-content {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border: 0 none !important;
}

@-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);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.dashboard .card {
  height: 100%;
}
.dashboard .overview-box {
  padding: 0 !important;
  text-align: left;
  overflow: hidden;
  margin-bottom: 0px !important;
  position: relative;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  min-height: 100px;
}
.dashboard .overview-box .overview-box-name {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 8px 0 0 8px;
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dashboard .overview-box .overview-box-count {
  color: #ffffff;
  margin: -36px 0 0 8px;
  font-size: 24px;
  display: block;
  font-weight: bold;
}
.dashboard .overview-box .overview-box-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.12);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 4px;
  color: #ffffff;
}
.dashboard .overview-box img {
  position: absolute;
  bottom: 0px;
}
.dashboard .overview-box.overview-box-1 {
  background: linear-gradient(229deg, #fd9a77, #fb827a);
}
.dashboard .overview-box.overview-box-2 {
  background: linear-gradient(229deg, #8edead, #43c6ac);
}
.dashboard .overview-box.overview-box-3 {
  background: linear-gradient(248deg, #348ac7, #7474bf);
}
.dashboard .overview-box.overview-box-4 {
  background: linear-gradient(67deg, #f15f79, #b24592);
}
.dashboard .task-list {
  overflow: hidden;
}
.dashboard .task-list > .ui-panel {
  min-height: 360px;
}
.dashboard .task-list .ui-panel-content {
  padding: 0px !important;
}
.dashboard .task-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dashboard .task-list ul li {
  padding: 10px 14px;
  border-bottom: 1px solid #eaeaea;
}
.dashboard .task-list ul li:last-child {
  border-bottom: 0 none;
}
.dashboard .task-list ul .ui-chkbox {
  vertical-align: middle;
  margin-right: 5px;
}
.dashboard .task-list ul .task-name {
  vertical-align: middle;
}
.dashboard .task-list ul i {
  color: #757575;
  float: right;
  font-size: 20px;
}
.dashboard .contact-form {
  overflow: hidden;
}
.dashboard .contact-form .ui-panel {
  min-height: 360px;
}
.dashboard .contact-form .col-12 {
  padding: 20px 10px;
}
.dashboard .contacts {
  overflow: hidden;
}
.dashboard .contacts > .ui-panel {
  min-height: 360px;
}
.dashboard .contacts .ui-panel-content {
  padding: 0px !important;
}
.dashboard .contacts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dashboard .contacts ul li {
  border-bottom: 1px solid #eaeaea;
  padding: 9px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.dashboard .contacts ul li img {
  float: left;
  margin-right: 8px;
}
.dashboard .contacts ul li .contact-info {
  float: left;
}
.dashboard .contacts ul li .contact-info .name {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.dashboard .contacts ul li .contact-info .location {
  margin-top: 4px;
  display: block;
  font-size: 12px;
  color: #757575;
}
.dashboard .contacts ul li .contact-actions {
  float: right;
  padding-top: 12px;
}
.dashboard .contacts ul li .contact-actions .connection-status {
  color: #ffffff;
  padding: 2px 3px;
  vertical-align: middle;
}
.dashboard .contacts ul li .contact-actions .connection-status.online {
  background-color: #AED581;
}
.dashboard .contacts ul li .contact-actions .connection-status.offline {
  background-color: #E57373;
}
.dashboard .contacts ul li .contact-actions i {
  vertical-align: middle;
  color: #757575;
  margin-left: 5px;
}
.dashboard .contacts ul li:last-child {
  border: 0;
}
.dashboard .activity-feed {
  text-align: center;
}
.dashboard .activity-feed h3 {
  color: #525262;
  margin: 20px 0 5px 0;
  font-weight: bold;
  font-size: 13px;
}
.dashboard .activity-feed p {
  color: #757575;
  margin: 0;
  font-size: 13px;
}
.dashboard .activity-feed .ui-panel-title {
  width: 100%;
}
.dashboard .activity-feed .col-12 {
  padding: 20px;
}
.dashboard .activity-feed .col-12 span {
  display: block;
  font-weight: bold;
  color: #6a6a7d;
}
.dashboard .activity-feed .knob {
  width: 140px;
  height: 140px;
  line-height: 120px;
  margin-top: 20px;
  font-size: 30px;
  color: #757575;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.dashboard .activity-feed .knob.income {
  border: 10px solid #1976d2;
  border-left-color: rgb(178.1538461538, 218.6538461538, 250.8461538462);
}
.dashboard .activity-feed .knob.tax {
  border: 10px solid #009688;
  border-left-color: #80CBC4;
}
.dashboard .activity-feed .knob.invoicee {
  border: 10px solid #e91e63;
  border-left-color: #F8BBD0;
}
.dashboard .activity-feed .knob.expense {
  border: 10px solid #673ab7;
  border-left-color: #B39DDB;
}
.dashboard .activity-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dashboard .activity-list li {
  border-bottom: 1px solid #eaeaea;
  padding: 16px 8px;
}
.dashboard .activity-list li .count {
  font-size: 20px;
  color: #ffffff;
  background-color: #007be5;
  font-weight: 700;
  padding: 0.25em 0.5em;
  display: inline-block;
  border-radius: 3px;
}
.dashboard .user-card {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dashboard .user-card .user-card-header {
  height: 100px;
  overflow: hidden;
  background-color: #545b61;
}
.dashboard .user-card .user-card-header img {
  width: 100%;
}
.dashboard .user-card .user-card-content {
  height: 340px;
  background-color: #ffffff;
}
.dashboard .user-card .user-card-content img {
  margin: -40px 0 0 24px;
}
.dashboard .user-card .user-card-content .ui-button {
  float: right;
  width: 48px;
  height: 48px;
  margin: -24px 24px 0 0;
}
.dashboard .user-card .user-card-content .user-card-name {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: -70px;
  margin-left: 110px;
  font-weight: 700;
}
.dashboard .user-card .user-card-content .user-detail {
  text-align: left;
}
.dashboard .user-card .user-card-content .user-detail ul {
  padding: 0px 0 32px 0;
  margin: 0;
  list-style-type: none;
}
.dashboard .user-card .user-card-content .user-detail ul li {
  padding: 16px 24px;
  border-top: 1px solid #eaeaea;
}
.dashboard .user-card .user-card-content .user-detail ul li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.dashboard .user-card .user-card-content .user-detail ul li i {
  font-size: 24px;
  margin-right: 8px;
  width: 32px;
  vertical-align: middle;
  color: #757575;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-title {
  font-weight: 700;
  margin-right: 8px;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-detail {
  color: #757575;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-progressbar {
  display: inline-block;
  width: 100px;
  background-color: #545b61;
  float: right;
  margin-top: 12px;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-progressbar .project-progressbar-value {
  background-color: #13a1c7;
  height: 4px;
}
.dashboard .chat .ui-panel-content {
  padding: 0 !important;
}
.dashboard .chat ul {
  padding: 12px;
  margin: 0;
  list-style-type: none;
}
.dashboard .chat ul li {
  padding: 6px 0;
}
.dashboard .chat ul li img {
  width: 36px;
  float: left;
}
.dashboard .chat ul li span {
  padding: 6px 12px;
  float: left;
  display: inline-block;
  margin: 4px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.dashboard .chat ul li.message-from img, .dashboard .chat ul li.message-from span {
  float: left;
}
.dashboard .chat ul li.message-from img {
  margin-right: 8px;
}
.dashboard .chat ul li.message-from span {
  background-color: #ffffff;
  color: #000000;
}
.dashboard .chat ul li.message-own img, .dashboard .chat ul li.message-own span {
  float: right;
}
.dashboard .chat ul li.message-own img {
  margin-left: 8px;
}
.dashboard .chat ul li.message-own span {
  background: #89d0e3;
  color: #000000;
}
.dashboard .chat .new-message {
  height: 40px;
  border-top: 1px solid #dce2e7;
  color: #afafc0;
}
.dashboard .chat .new-message .message-attachment {
  display: inline-block;
  border-right: 1px solid #dce2e7;
  width: 40px;
  line-height: 40px;
  height: 100%;
  text-align: center;
}
.dashboard .chat .new-message .message-attachment i {
  line-height: inherit;
  font-size: 24px;
}
.dashboard .chat .new-message .message-input {
  position: relative;
  top: -4px;
  width: calc(100% - 100px);
  display: inline-block;
}
.dashboard .chat .new-message .message-input input {
  border: 0 none;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  outline: 0 none;
  color: #757575;
}
.dashboard .timeline {
  height: 100%;
  box-sizing: border-box;
}
.dashboard .timeline > .grid .col-3 {
  font-size: 14px;
  position: relative;
  border-right: 1px solid #bdbdbd;
}
.dashboard .timeline > .grid .col-3 i {
  background-color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 6px;
  right: -12px;
}
.dashboard .timeline > .grid .col-9 {
  padding-left: 1.5em;
}
.dashboard .timeline > .grid .col-9 .event-text {
  color: #757575;
  font-size: 14px;
  display: block;
  padding-bottom: 20px;
}
.dashboard .timeline > .grid .col-9 .event-content img {
  width: 100%;
}
.dashboard .chart-panel .ui-panel-content {
  overflow: auto;
}

.login-body {
  background-color: #f5f5f5;
  padding-top: 200px;
  height: auto;
  background: url("") no-repeat;
  background-position: 0 -100px;
}
.login-body .login-panel {
  background-color: #ffffff;
  width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.login-body .login-panel .login-header {
  margin-bottom: 30px;
  background-color: #1b5291;
  color: #ffffff;
  position: relative;
}
.login-body .login-panel .login-header h1 {
  font-size: 18px;
  font-weight: 700;
}
.login-body .login-panel .login-header h2 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}
.login-body .login-panel .login-header img {
  width: 64px;
  position: absolute;
  top: 24px;
  right: 30px;
}
.login-body .login-panel .login-header.col-12 {
  padding: 20px 30px;
}
.login-body .login-panel .col-12 {
  padding: 20px 70px;
}

@media (min-width: 1441px) {
  .login-body {
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .login-body {
    padding-top: 150px;
  }
  .login-body .login-panel {
    width: 300px;
  }
  .login-body .login-panel .col-12 {
    padding: 20px 35px;
  }
}
.exception-body {
  background-color: #f5f5f5;
  padding-top: 200px;
  height: auto;
  background-size: contain;
}
.exception-body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.exception-body .exception-panel {
  background-color: #ffffff;
  width: 400px;
  height: 323px;
  margin: 0 auto;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.exception-body .exception-panel .ui-button {
  background-color: #ffffff;
  display: block;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin: 100px 0 0 30px;
}
.exception-body .exception-panel .ui-button.ui-state-hover {
  background-color: #e8e8e8;
  color: #000000;
}
.exception-body .exception-band {
  height: 80px;
  margin-top: -160px;
  z-index: 1000;
}
.exception-body .exception-band .exception-content {
  margin: 0 auto;
  width: 400px;
  position: relative;
  padding: 15px 30px;
}
.exception-body .exception-band .exception-content h3 {
  padding: 0;
  margin: 0;
}
.exception-body .exception-band .exception-content p {
  padding: 0;
  margin: 0;
}
.exception-body .exception-band .exception-content img {
  position: absolute;
  width: 48px;
  right: 30px;
  top: 16px;
}
.exception-body.error-body {
  background: url("") no-repeat 0 -100px;
}
.exception-body.error-body .exception-panel img {
  width: 100%;
}
.exception-body.error-body .exception-panel .ui-button {
  color: #f44336;
}
.exception-body.error-body .exception-panel .ui-button.ui-state-hover {
  background-color: #e8e8e8;
  color: #000000;
  color: #f44336;
}
.exception-body.error-body .exception-band {
  background-color: #f44336;
}
.exception-body.error-body .exception-band .exception-content {
  color: #ffebee;
}
.exception-body.pagenotfound-body {
  background: url("") no-repeat 0 -100px;
}
.exception-body.pagenotfound-body .exception-panel img {
  width: 200px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 4px;
}
.exception-body.pagenotfound-body .exception-panel .ui-button {
  color: #00796b;
  margin-top: 105px;
}
.exception-body.pagenotfound-body .exception-panel .ui-button.ui-state-hover {
  background-color: #e8e8e8;
  color: #000000;
  color: #00796b;
}
.exception-body.pagenotfound-body .exception-band {
  background-color: #00796b;
}
.exception-body.pagenotfound-body .exception-band .exception-content {
  color: #b2dfdb;
}
.exception-body.accessdenied-body {
  background: url("") no-repeat 0 -100px;
}
.exception-body.accessdenied-body .exception-panel img {
  width: 300px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 6px;
}
.exception-body.accessdenied-body .exception-panel .ui-button {
  color: #f57c00;
  margin-top: 110px;
}
.exception-body.accessdenied-body .exception-panel .ui-button.ui-state-hover {
  background-color: #e8e8e8;
  color: #000000;
  color: #f57c00;
}
.exception-body.accessdenied-body .exception-band {
  background-color: #f57c00;
}
.exception-body.accessdenied-body .exception-band .exception-content {
  color: #ffe0b2;
}

@media (min-width: 1441px) {
  .exception-body {
    background-size: contain !important;
  }
}
@media (max-width: 640px) {
  .exception-body .exception-panel {
    width: 350px;
  }
  .exception-body .exception-band {
    margin-top: -180px;
  }
  .exception-body .exception-band .exception-content img {
    right: 48px;
  }
  .exception-body.error-body .exception-panel .ui-button {
    margin-top: 111px;
  }
  .exception-body.pagenotfound-body .exception-panel img {
    width: 175px;
  }
  .exception-body.pagenotfound-body .exception-panel .ui-button {
    margin-top: 117px;
  }
  .exception-body.accessdenied-body .exception-panel img {
    width: 262px;
  }
  .exception-body.accessdenied-body .exception-panel .ui-button {
    margin-top: 120px;
  }
}
@media (max-width: 480px) {
  .exception-body .exception-band .exception-content {
    width: 350px;
    padding: 15px 10px;
  }
  .exception-body .exception-band .exception-content img {
    right: 24px;
  }
}
.landing-body .landing-wrapper .ui-button {
  box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
}
.landing-body .landing-wrapper #header .pre-header {
  background-color: #1b5291;
  height: 100px;
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
  width: 100%;
  position: relative;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content {
  width: 960px;
  margin: 0 auto;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content #menu-button {
  display: none;
  color: #ffffff;
  font-size: 28px;
  float: right;
  margin-top: 20px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content #menu-button:hover {
  color: #d1dce9;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content #menu-button i {
  font-size: 30px;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content .landing-logo {
  width: 70px;
  margin-right: 20px;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content img {
  display: inline-block;
  vertical-align: middle;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content #menu {
  list-style-type: none;
  float: right;
  margin: 25px 0 0 0;
  padding: 0;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content #menu li {
  float: left;
  padding-right: 12px;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content #menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  -moz-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  -webkit-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}
.landing-body .landing-wrapper #header .pre-header .pre-header-content #menu li a:hover {
  border-bottom-color: #ffffff;
}
.landing-body .landing-wrapper #header .header-content {
  height: 400px;
  text-align: center;
  background: url("") no-repeat #4874a7;
  background-size: cover;
  padding: 150px 15px 0 15px;
}
.landing-body .landing-wrapper #header .header-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
}
.landing-body .landing-wrapper #header .header-content h2 {
  margin: 10px 0 0 0;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 50px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.landing-body .landing-wrapper #features {
  background: #f5f5f5;
}
.landing-body .landing-wrapper #features .features-content {
  text-align: center;
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
.landing-body .landing-wrapper #features .features-content h2 {
  margin: 0 0 60px 0;
  font-size: 20px;
  color: #424242;
}
.landing-body .landing-wrapper #features .features-content h3 {
  color: #424242;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8d8d8;
}
.landing-body .landing-wrapper #features .features-content p {
  color: #757575;
  line-height: 1.5;
}
.landing-body .landing-wrapper #features .features-content img {
  height: 90px;
}
.landing-body .landing-wrapper #showcase {
  background: #424242;
}
.landing-body .landing-wrapper #showcase .showcase-header {
  background: #424242;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.landing-body .landing-wrapper #showcase .showcase-header .showcase-title {
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.landing-body .landing-wrapper #showcase .showcase-header .showcase-description {
  color: #bdbdbd;
  display: block;
}
.landing-body .landing-wrapper #showcase .showcase-header .col-12:last-child {
  text-align: right;
}
.landing-body .landing-wrapper #showcase .showcase-header .col-12:last-child .ui-button {
  display: inline-block;
  margin-top: 5px;
}
.landing-body .landing-wrapper #showcase-content-wrapper {
  background-color: #f5f5f5;
  position: relative;
  height: 530px;
  overflow: hidden;
}
.landing-body .landing-wrapper #showcase-content-wrapper .showcase-content {
  width: 960px;
  margin: 0 auto;
  padding: 200px 0 0 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-body .landing-wrapper #showcase-content-wrapper .showcase-content h2 {
  margin: 0;
  padding: 0;
  color: #2d353c;
  font-size: 22px;
  margin: 0 auto;
}
.landing-body .landing-wrapper #showcase-content-wrapper .showcase-content p {
  color: #757575;
  width: 400px;
  line-height: 1.5;
}
.landing-body .landing-wrapper #showcase-content-wrapper img {
  position: absolute;
  right: 0px;
  top: 40px;
  width: 600px;
}
.landing-body .landing-wrapper #pricing {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 4px 22px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0 4px 22px 0 rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 4px 22px 0 rgba(0, 0, 0, 0.14);
}
.landing-body .landing-wrapper #pricing .pricing-content {
  text-align: center;
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
.landing-body .landing-wrapper #pricing .pricing-content h2 {
  margin: 0 0 60px 0;
  font-size: 20px;
  color: #424242;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box {
  display: inline-block;
  vertical-align: top;
  width: 460px;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box .pricing-header {
  font-size: 18px;
  padding: 24px 18px;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box .pricing-header h3 {
  margin: 0;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box .pricing-header p {
  margin: 0;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box .pricing-header .col-6:first-child {
  text-align: left;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box .pricing-header .col-6:last-child {
  text-align: right;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box .pricing-features {
  min-height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box .pricing-footer {
  padding: 10px;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box .pricing-footer a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-header {
  background-color: #ffffff;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-header h3 {
  color: #424242;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-header p {
  color: #bdbdbd;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-features {
  background-color: #f5f5f5;
  padding: 20px;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-features .col-12 {
  padding: 24px;
  text-align: left;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-features .pricing-feature-icon {
  background-color: #4874a7;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-features .pricing-feature-icon i {
  line-height: inherit;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-features .pricing-feature-text {
  color: #2d353c;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-footer {
  background-color: #1b5291;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-footer a {
  color: #ffffff;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic .pricing-footer a:hover {
  color: #d1dce9;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro {
  margin-left: 10px;
  z-index: 2;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-header {
  background-color: #000000;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-header h3 {
  color: #ffffff;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-header p {
  color: #bdbdbd;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-features {
  background-color: #757575;
  padding: 20px;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-features .col-12 {
  padding: 10px;
  text-align: left;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-features .pricing-feature-icon {
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  color: #424242;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-features .pricing-feature-icon i {
  line-height: inherit;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-features .pricing-feature-text {
  color: #ffffff;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-footer {
  background-color: #ffffff;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-footer a {
  color: #424242;
}
.landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro .pricing-footer a:hover {
  color: #757575;
}
.landing-body .landing-wrapper #video {
  background-color: #4874a7;
}
.landing-body .landing-wrapper #video .video-content {
  text-align: center;
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
.landing-body .landing-wrapper #video .video-content h2 {
  margin: 0 0 40px 0;
  font-size: 20px;
  color: #ffffff;
}
.landing-body .landing-wrapper #footer {
  background-color: #f5f5f5;
}
.landing-body .landing-wrapper #footer .footer-content {
  width: 960px;
  margin: 0 auto;
  color: #424242;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-body .landing-wrapper #footer .footer-content img {
  width: 30px;
  display: block;
  margin-bottom: 5px;
}
.landing-body .landing-wrapper #footer .footer-content div {
  display: inline-block;
}
.landing-body .landing-wrapper #footer .footer-content .footer-left {
  float: left;
}
.landing-body .landing-wrapper #footer .footer-content .footer-right {
  float: right;
  font-size: 24px;
  margin-top: 6px;
}
.landing-body .landing-wrapper #footer .footer-content .footer-right a {
  color: #424242;
  margin-left: 24px;
}

@media (max-width: 1024px) {
  .landing-body .landing-wrapper #header .pre-header .pre-header-content {
    width: 100%;
  }
  .landing-body .landing-wrapper #header .pre-header .pre-header-content #menu-button {
    display: block;
  }
  .landing-body .landing-wrapper #header .pre-header .pre-header-content #menu {
    z-index: 100;
    position: absolute;
    top: 100px;
    right: 30px;
    float: none;
    display: none;
    margin: 0;
    padding: 0;
    width: 225px;
    list-style: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .landing-body .landing-wrapper #header .pre-header .pre-header-content #menu li {
    float: none;
    margin-left: 0;
    padding-right: 0;
  }
  .landing-body .landing-wrapper #header .pre-header .pre-header-content #menu li a {
    font-size: 16px;
    display: block;
    padding: 10px 16px;
    color: #424242;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .landing-body .landing-wrapper #header .pre-header .pre-header-content #menu li a:hover {
    background-color: #e8e8e8;
  }
  .landing-body .landing-wrapper #header .pre-header .pre-header-content #menu.lmenu-active {
    display: block;
  }
  .landing-body .landing-wrapper #features .features-content {
    width: 100%;
  }
  .landing-body .landing-wrapper #showcase .showcase-header {
    width: 100%;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper {
    height: 350px;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .showcase-content {
    width: 100%;
    text-align: center;
    padding: 60px 15px 0px 15px;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .showcase-content p {
    width: auto;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper img {
    position: absolute;
    right: 0px;
    top: 200px;
    width: 200px;
  }
  .landing-body .landing-wrapper #pricing .pricing-content {
    width: 100%;
  }
  .landing-body .landing-wrapper #pricing .pricing-content .pricing-box {
    width: 100%;
  }
  .landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-basic {
    margin-bottom: 36px;
  }
  .landing-body .landing-wrapper #pricing .pricing-content .pricing-box.pricing-pro {
    margin-left: 0;
  }
  .landing-body .landing-wrapper #video .video-content {
    width: 100%;
  }
  .landing-body .landing-wrapper #video .video-content iframe {
    width: 350px;
    height: 220px;
  }
  .landing-body .landing-wrapper #footer .footer-content {
    width: 100%;
  }
}
html {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  min-height: 100%;
}
body.main-body {
  background-color: #fcfbfb;
}
body a {
  text-decoration: none;
  color: #1b5291;
}

.layout-wrapper .topbar {
  position: fixed;
  width: 100%;
  background-color: #1b5291;
  height: 60px;
  box-sizing: border-box;
  z-index: 100;
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.layout-wrapper .topbar .logo {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
.layout-wrapper .topbar .logo img {
  width: 45px;
  margin-top: 7px;
}
.layout-wrapper .topbar .app-name {
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  height: 25px;
}
.layout-wrapper .topbar #topbar-menu-button {
  font-size: 28px;
  margin: 12px 20px 0 0;
  display: none;
  float: right;
  color: #ffffff;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.layout-wrapper .topbar .topbar-menu {
  float: right;
  margin: 16px 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.layout-wrapper .topbar .topbar-menu > li {
  float: right;
  position: relative;
  margin-left: 1em;
  margin-top: 2px;
}
.layout-wrapper .topbar .topbar-menu > li > a {
  position: relative;
  display: block;
  color: #ffffff;
}
.layout-wrapper .topbar .topbar-menu > li > a .topbar-icon {
  font-size: 2em;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.layout-wrapper .topbar .topbar-menu > li > a .topbar-item-name {
  display: none;
}
.layout-wrapper .topbar .topbar-menu > li > a .topbar-badge {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #13a1c7;
  color: #ffffff;
  padding: 2px 4px;
  display: block;
  font-size: 12px;
  line-height: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.layout-wrapper .topbar .topbar-menu > li > a:hover {
  color: #d1dce9;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item {
  margin-top: -5px;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .profile-image {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .profile-image img {
  width: 36px;
  height: 36px;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  margin-top: -5px;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info .topbar-item-name {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
  margin-left: 4px;
  margin-right: 6px;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info .topbar-item-name.profile-name {
  font-size: 14px;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info .topbar-item-name.profile-role {
  font-size: 12px;
  color: rgb(229.5, 229.5, 229.5);
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu.usermenu-active {
  display: block;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu li a {
  display: block;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu li a i:first-child {
  margin-right: 9px;
  vertical-align: middle;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu li a span, .layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu li a img {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu li ul a {
  padding-left: 24px;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu li ul a span, .layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu li ul a img {
  vertical-align: middle;
}
.layout-wrapper .topbar .topbar-menu > li.profile-item .usermenu li ul a img {
  margin-right: 8px;
}
.layout-wrapper .topbar .topbar-menu > li a i.menu-arrow {
  float: right;
}
.layout-wrapper .topbar .topbar-menu > li.search-item {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  margin-top: 0;
}
.layout-wrapper .topbar .topbar-menu > li.search-item input {
  padding: 6px;
  padding-right: 20px;
}
.layout-wrapper .topbar .topbar-menu > li > ul {
  position: absolute;
  top: 42px;
  right: 5px;
  display: none;
  width: 250px;
  background-color: #f7f7f7;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.layout-wrapper .topbar .topbar-menu > li > ul a {
  padding: 0.571em 0.857em;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #757575;
}
.layout-wrapper .topbar .topbar-menu > li > ul a i {
  margin-right: 8px;
  font-size: 16px;
}
.layout-wrapper .topbar .topbar-menu > li > ul a img {
  margin-right: 8px;
}
.layout-wrapper .topbar .topbar-menu > li > ul a i, .layout-wrapper .topbar .topbar-menu > li > ul a img, .layout-wrapper .topbar .topbar-menu > li > ul a span {
  vertical-align: middle;
}
.layout-wrapper .topbar .topbar-menu > li > ul a .topbar-submenuitem-badge {
  background-color: #13a1c7;
  padding: 2px 4px;
  display: block;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  float: right;
}
.layout-wrapper .topbar .topbar-menu > li > ul a:hover {
  background-color: #e3e3e3;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .topbar .topbar-menu > li.active-topmenuitem > ul {
  display: block;
}

.layout-wrapper .layout-sidebar {
  position: fixed;
  top: 60px;
  width: 60px;
  background-color: #f5f5f5;
  height: 100%;
  -webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.24), 0 25px 55px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.24), 0 25px 55px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.24), 0 25px 55px 0 rgba(0, 0, 0, 0.19);
  z-index: 100;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.layout-wrapper .layout-sidebar .layout-tabmenu {
  height: 100%;
  position: relative;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav {
  margin: 0;
  padding: 0;
  display: block;
  z-index: 100;
  width: 60px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li {
  list-style-type: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li a {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  box-sizing: border-box;
  color: #757575;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li a i {
  line-height: inherit;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 22px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li a:hover {
  background-color: #E0E0E0;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item {
  border-left: 4px solid #1b5291;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item a {
  background: #ffffff;
  color: #1b5291;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item a i {
  margin-left: -4px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item .layout-tabmenu-tooltip {
  left: 56px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip {
  display: none;
  padding: 0 5px;
  position: absolute;
  left: 60px;
  top: 20px;
  z-index: 101;
  line-height: 1;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip .layout-tabmenu-tooltip-text {
  padding: 6px 8px;
  font-weight: 700;
  background-color: #424242;
  color: #ffffff;
  min-width: 75px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip .layout-tabmenu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #424242;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents {
  width: 250px;
  position: absolute;
  top: 0;
  left: 60px;
  display: none;
  background-color: #ffffff;
  height: 100%;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content {
  height: 100%;
  display: none;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content.layout-tabmenu-content-active {
  display: block;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content a {
  color: #757575;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title {
  padding: 24px 16px 0 16px;
  box-sizing: border-box;
  color: #424242;
  font-weight: bold;
  font-size: 16px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-pin-button {
  padding: 4px;
  margin-top: -4px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  float: right;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-pin-button i {
  line-height: inherit;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-pin-button:hover {
  background-color: #E0E0E0;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-button {
  padding: 4px;
  margin-top: -4px;
  float: right;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-button:hover {
  background-color: #E0E0E0;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content {
  padding: 8px 0;
  height: 100%;
  overflow: auto;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu {
  margin: 0;
  padding: 0;
  padding-bottom: 150px;
  list-style-type: none;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li a {
  display: block;
  user-select: none;
  cursor: pointer;
  padding: 8px 32px 8px 16px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li a i:first-child {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li a span {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li a i.submenu-toggler {
  float: right;
  font-size: 16px;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li a:hover {
  background-color: #E0E0E0;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li a.active-menuitem-routerlink {
  color: #1b5291;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li a.active-menuitem-routerlink i {
  color: #1b5291;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li.red-badge > a .menuitem-badge {
  background-color: #F44336;
  color: #ffffff;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  display: none;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li ul li a {
  padding: 8px 32px 8px 32px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li ul li ul li a {
  padding: 8px 32px 8px 48px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li ul li ul li ul li a {
  padding: 8px 32px 8px 64px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li ul li ul li ul li ul li a {
  padding: 8px 32px 8px 80px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li ul li ul li ul li ul li ul li a {
  padding: 8px 32px 8px 96px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li ul li ul li ul li ul li ul li ul li a {
  padding: 8px 32px 8px 112px;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li.active-menuitem > a {
  color: #1b5291;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li.active-menuitem > a i.submenu-toggler {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu .menuitem-badge {
  position: absolute;
  right: 58px;
  top: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  text-align: center;
  background-color: #13a1c7;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark {
  background-color: #343434;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-nav li a {
  color: #757575;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-nav li a:hover {
  background-color: #545454;
  color: #f5f5f5;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-nav li.active-item {
  border-left: 4px solid #2196F3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-nav li.active-item a {
  background-color: #424242;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-nav li.active-item a i {
  color: #dee0e3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip .layout-tabmenu-tooltip-text {
  background-color: #2196F3;
  color: #ffffff;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip .layout-tabmenu-tooltip-arrow {
  border-right-color: #2196F3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents {
  background-color: #424242;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title {
  color: #dee0e3;
  border-bottom-color: #82878b;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-button, .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-pin-button {
  color: #dee0e3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-button:hover, .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-pin-button:hover {
  background-color: #545454;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-submenu-content .navigation-menu li > a {
  color: #dee0e3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-submenu-content .navigation-menu li > a i:first-child {
  color: #dee0e3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-submenu-content .navigation-menu li > a:hover {
  background-color: #545454;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-submenu-content .navigation-menu li > a:hover i:first-child {
  color: #dee0e3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-submenu-content .navigation-menu li > a.active-menuitem-routerlink {
  color: rgb(105.5769230769, 184.3269230769, 246.9230769231);
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-submenu-content .navigation-menu li > a.active-menuitem-routerlink i {
  color: rgb(105.5769230769, 184.3269230769, 246.9230769231);
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-submenu-content .navigation-menu li.active-menuitem > a {
  color: #2196F3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-contents .layout-submenu-content .navigation-menu li.active-menuitem > a i:first-child {
  color: #2196F3;
}

.layout-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.layout-wrapper .layout-main {
  flex: 1 1 0;
  margin-left: 65px;
  padding: 80px 10px 0px 10px;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}

.layout-wrapper .footer {
  margin-left: 65px;
  padding: 0.5em;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.layout-wrapper .footer .footer-text-left {
  float: left;
}
.layout-wrapper .footer .footer-text-right {
  color: #757575;
  float: right;
}
.layout-wrapper .footer .footer-text-right span {
  vertical-align: middle;
  display: inline-block;
}

.layout-wrapper.layout-rtl .layout-sidebar {
  right: 0;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu {
  float: right;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-contents {
  direction: rtl;
  right: 60px;
  left: auto;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content {
  padding: 6px 6px 6px 0px;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li > a i:first-child {
  margin-right: 0px;
  margin-left: 4px;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li > a i.submenu-toggler {
  float: left;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-content .navigation-menu li > a .menuitem-badge {
  right: auto;
  left: 50px;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-button {
  float: left;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-contents .layout-tabmenu-content .layout-submenu-title .menu-pin-button {
  float: left;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item {
  border-left: 0px;
  border-right: 4px solid #1b5291;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item a i {
  margin-left: 0;
  margin-right: -4px;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item .layout-tabmenu-tooltip {
  right: 56px;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip {
  left: auto;
  right: 60px;
  direction: rtl;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip .layout-tabmenu-tooltip-arrow {
  left: auto;
  right: 0px;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent #424242;
}
.layout-wrapper.layout-rtl .layout-sidebar.layout-sidebar-dark .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip .layout-tabmenu-tooltip-arrow {
  border-color: transparent transparent transparent #2196F3;
}
.layout-wrapper.layout-rtl .layout-main {
  margin-left: 0px;
  margin-right: 65px;
  -moz-transition: margin-right 0.3s;
  -o-transition: margin-right 0.3s;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}
.layout-wrapper.layout-rtl .topbar {
  direction: rtl;
}
.layout-wrapper.layout-rtl .topbar .topbar-menu {
  float: left;
  margin: 15px 0px 0px 10px;
}
.layout-wrapper.layout-rtl .topbar .topbar-menu > li {
  float: left;
  margin-left: 0px;
  margin-right: 15px;
}
.layout-wrapper.layout-rtl .topbar .topbar-menu > li > ul {
  right: auto;
  left: 5px;
}
.layout-wrapper.layout-rtl .topbar .topbar-menu > li > ul a .topbar-submenuitem-badge {
  float: left;
}
.layout-wrapper.layout-rtl .topbar .topbar-menu > li > ul a .i, .layout-wrapper.layout-rtl .topbar .topbar-menu > li > ul a img {
  margin-right: 0px;
  margin-left: 8px;
}
.layout-wrapper.layout-rtl .topbar .topbar-menu > li > a .topbar-badge {
  right: auto;
  left: -4px;
}
.layout-wrapper.layout-rtl .topbar .topbar-menu > li.search-item input {
  padding-left: 0px;
  padding-right: 20px;
  direction: rtl;
}
.layout-wrapper.layout-rtl .topbar .topbar-menu > li.search-item i {
  left: auto;
  right: 6px;
}
.layout-wrapper.layout-rtl .topbar .app-name {
  margin-left: 0px;
  margin-right: 15px;
}

.layout-config {
  width: 16em;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 1rem;
  overflow: auto;
  z-index: 1001;
  transform: translateX(100%);
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  backface-visibility: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  color: #424242;
  background-color: #ffffff;
}
.layout-config.layout-config-active {
  transform: translateX(0);
}
.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 .ui-selectoneradio td {
  padding: 0.5rem;
}
.layout-config p {
  line-height: 1.5rem;
  color: #757575;
}
.layout-config .layout-themes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-config .layout-themes > div {
  padding: 0.25rem;
}
.layout-config .layout-themes a {
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  display: block;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-config .layout-themes a img {
  width: 2rem;
  height: 2rem;
}
.layout-config .layout-themes a i {
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.layout-config .layout-themes a:hover {
  transform: scale(1.1);
}

.layout-config-button {
  display: block;
  position: fixed;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #ffffff;
  color: #424242;
  text-align: center;
  top: 50%;
  right: 0;
  margin-top: -1.5rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
}
.layout-config-button i {
  font-size: 2.5rem;
  line-height: inherit;
  -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-rtl .layout-config {
  right: auto;
  left: 0;
  transform: translate3d(-240px, 0px, 0px);
}
.layout-rtl .layout-config.layout-config-active {
  transform: translate3d(0px, 0px, 0px);
}
.layout-rtl .layout-config-button {
  left: 0;
}

@media (min-width: 1025px) {
  .layout-wrapper .topbar .topbar-menu > li.search-item input {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, rgb(103.8561046512, 146.6385494679, 195.6438953488), rgb(103.8561046512, 146.6385494679, 195.6438953488));
  }
  .layout-wrapper.layout-wrapper-menu-active .layout-sidebar {
    width: 310px;
  }
  .layout-wrapper.layout-wrapper-menu-active .layout-sidebar .layout-tabmenu .layout-tabmenu-contents {
    display: block;
  }
  .layout-wrapper.layout-wrapper-menu-active .layout-main {
    margin-left: 310px;
  }
  .layout-wrapper.layout-wrapper-menu-active .footer {
    margin-left: 310px;
  }
  .layout-wrapper.layout-wrapper-menu-active.layout-rtl .layout-main {
    margin-left: 0px;
    margin-right: 310px;
  }
  .layout-wrapper.layout-wrapper-menu-active.layout-rtl .footer {
    margin-left: 0px;
    margin-right: 310px;
  }
  .layout-wrapper.layout-overlay-menu.layout-wrapper-menu-active .layout-main {
    margin-left: 65px;
  }
  .layout-wrapper.layout-overlay-menu.layout-wrapper-menu-active .footer {
    margin-left: 65px;
  }
  .layout-wrapper.layout-overlay-menu.layout-wrapper-menu-active.layout-rtl .layout-main {
    margin-left: 0px;
    margin-right: 65px;
  }
  .layout-wrapper.layout-overlay-menu.layout-wrapper-menu-active.layout-rtl .footer {
    margin-left: 0px;
    margin-right: 65px;
  }
}
@media (max-width: 1024px) {
  .layout-wrapper .topbar #topbar-menu-button {
    display: block;
  }
  .layout-wrapper .topbar #topbar-menu-button i {
    font-size: 18px;
  }
  .layout-wrapper .topbar .topbar-menu {
    position: absolute;
    top: 60px;
    right: 15px;
    width: 250px;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    display: none;
    background-color: #f7f7f7;
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .layout-wrapper .topbar .topbar-menu > li {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    float: none;
  }
  .layout-wrapper .topbar .topbar-menu > li > a {
    font-size: 14px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    color: #424242;
    padding: 0.571em 0.857em;
    position: relative;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .layout-wrapper .topbar .topbar-menu > li > a .topbar-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 20px;
  }
  .layout-wrapper .topbar .topbar-menu > li > a:hover {
    background-color: #e3e3e3;
    color: #424242;
  }
  .layout-wrapper .topbar .topbar-menu > li > a .topbar-item-name {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-menu > li > a .topbar-badge {
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-wrapper .topbar .topbar-menu > li > ul {
    display: none;
    list-style-type: none;
    padding: 0 0 0 18px;
    margin: 0;
    position: static;
    top: auto;
    left: auto;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper .topbar .topbar-menu > li > ul li a {
    padding: 0.571em 0.857em;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .layout-wrapper .topbar .topbar-menu > li > ul li a span, .layout-wrapper .topbar .topbar-menu > li > ul li a img, .layout-wrapper .topbar .topbar-menu > li > ul li a .fa, .layout-wrapper .topbar .topbar-menu > li > ul li a i {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-menu > li > ul li a img {
    width: 1.28571429em;
    margin-right: 8px;
  }
  .layout-wrapper .topbar .topbar-menu > li > ul li a .fa, .layout-wrapper .topbar .topbar-menu > li > ul li a i {
    margin-right: 8px;
  }
  .layout-wrapper .topbar .topbar-menu > li.active-topmenuitem > ul {
    display: block;
  }
  .layout-wrapper .topbar .topbar-menu > li.profile-item .profile-image img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info .topbar-item-name.profile-name {
    vertical-align: middle;
    font-size: 14px;
  }
  .layout-wrapper .topbar .topbar-menu > li.profile-item .profile-info .topbar-item-name.profile-role {
    display: none;
  }
  .layout-wrapper .topbar .topbar-menu > li.search-item {
    text-align: center;
  }
  .layout-wrapper .topbar .topbar-menu > li.search-item i {
    color: #424242;
  }
  .layout-wrapper .topbar .topbar-menu > li.search-item input {
    color: #424242;
    border: 0 none;
    width: 90%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 2px;
  }
  .layout-wrapper .topbar .topbar-menu.topbar-menu-visible {
    display: block;
  }
  .layout-wrapper.layout-wrapper-menu-active .layout-sidebar {
    width: 310px;
  }
  .layout-wrapper.layout-wrapper-menu-active .layout-sidebar .layout-tabmenu .layout-tabmenu-contents {
    display: block;
  }
  .layout-wrapper.layout-rtl .topbar #topbar-menu-button {
    float: left;
    margin: 12px 0px 0px 20px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-menu {
    right: auto;
    left: 15px;
    margin: 0px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-menu > li {
    margin: 0px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-menu > li > a .topbar-icon {
    margin-right: 0px;
    margin-left: 8px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-menu > li > a .topbar-badge {
    left: 10px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-menu > li > ul {
    padding: 0px 18px 0px 0px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-menu > li.profile-item img {
    margin-right: 0;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-menu > li.search-item input {
    padding-left: 0px;
    padding-right: 30px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-menu > li.search-item i {
    left: auto;
    right: 12px;
  }
}
@media (max-width: 640px) {
  .layout-wrapper .topbar .logo {
    width: 40px;
    padding-top: 20px;
  }
  .layout-wrapper .topbar .logo img {
    width: 30px;
    margin-top: -5px;
  }
  .layout-wrapper .layout-sidebar {
    width: 40px;
  }
  .layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav {
    width: 40px;
  }
  .layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li a i {
    font-size: 20px;
  }
  .layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip {
    left: 40px;
  }
  .layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item .layout-tabmenu-tooltip {
    left: 36px;
  }
  .layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-contents {
    left: 40px;
  }
  .layout-wrapper.layout-wrapper-menu-active .layout-sidebar {
    width: 290px;
  }
  .layout-wrapper .layout-main {
    margin-left: 40px;
  }
  .layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip {
    left: auto;
    right: 40px;
  }
  .layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip .layout-tabmenu-tooltip-arrow {
    left: auto;
    right: 0px;
    border-width: 5px 0px 5px 5px;
    border-left-color: #424242;
  }
  .layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li.active-item .layout-tabmenu-tooltip {
    right: 36px;
  }
  .layout-wrapper.layout-rtl .layout-sidebar .layout-tabmenu .layout-tabmenu-contents {
    left: auto;
    right: 40px;
  }
  .layout-wrapper.layout-rtl .layout-main {
    margin-left: 0px;
    margin-right: 40px;
  }
}
.layout-tabmenu-content .inbox-tab {
  width: 250px;
  padding-bottom: 180px;
}
.layout-tabmenu-content .inbox-tab ul {
  padding: 0 6px;
  margin: 0;
  list-style-type: none;
}
.layout-tabmenu-content .inbox-tab ul li {
  padding: 8px 16px;
}
.layout-tabmenu-content .inbox-tab ul li img {
  float: left;
  margin-right: 8px;
}
.layout-tabmenu-content .inbox-tab ul li .name {
  font-weight: bold;
  float: left;
}
.layout-tabmenu-content .inbox-tab ul li .message {
  float: left;
}
.layout-tabmenu-content .inbox-tab .inbox-labels {
  margin: 20px 6px 0 6px;
}
.layout-tabmenu-content .inbox-tab .inbox-labels > span {
  font-weight: bold;
}
.layout-tabmenu-content .inbox-tab .inbox-labels ul {
  margin-top: 10px;
}
.layout-tabmenu-content .inbox-tab .inbox-labels ul li {
  padding: 6px;
}
.layout-tabmenu-content .inbox-tab .inbox-labels ul li .inbox-label-badge {
  color: #ffffff;
  background-color: #13a1c7;
  padding: 2px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-top: -3px;
}
.layout-tabmenu-content .calendar-tab ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.layout-tabmenu-content .calendar-tab ul li {
  padding: 8px 16px;
}
.layout-tabmenu-content .calendar-tab ul li .calendar-event-date {
  float: left;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 6px 0 0 0;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  margin-right: 8px;
  background-color: #13a1c7;
  color: #ffffff;
}
.layout-tabmenu-content .calendar-tab ul li .calendar-event-date span {
  width: 100%;
  display: inline-block;
}
.layout-tabmenu-content .calendar-tab ul li .calendar-event-detail {
  float: left;
}
.layout-tabmenu-content .calendar-tab ul li .calendar-event-detail .calendar-event-title {
  font-weight: 700;
  display: block;
}
.layout-tabmenu-content .calendar-tab ul li .calendar-event-detail i {
  margin-right: 4px;
  margin-top: 2px;
}
.layout-tabmenu-content .calendar-tab ul li .calendar-event-detail .calendar-event-location {
  position: relative;
  top: -6px;
  left: -4px;
}
.layout-tabmenu-content .calendar-tab ul li .calendar-event-detail .calendar-event-rsvp {
  display: block;
}
.layout-tabmenu-content .calendar-tab ul li .calendar-event-detail .calendar-event-rsvp.calendar-event-rsvp-yes {
  color: #35ae47;
}
.layout-tabmenu-content .calendar-tab ul li .calendar-event-detail .calendar-event-rsvp.calendar-event-rsvp-maybe {
  color: #f5a623;
}
.layout-tabmenu-content .projects-tab {
  padding-bottom: 180px;
}
.layout-tabmenu-content .projects-tab ul {
  width: 250px;
  padding: 8px 16px;
  margin: 0;
  list-style-type: none;
}
.layout-tabmenu-content .projects-tab ul li {
  padding: 12px 0;
}
.layout-tabmenu-content .projects-tab ul li i {
  font-size: 30px;
  margin-right: 12px;
  float: left;
  width: 32px;
  color: #757575;
}
.layout-tabmenu-content .projects-tab ul li .project-title {
  font-weight: 700;
}
.layout-tabmenu-content .projects-tab ul li span {
  float: left;
  display: block;
}
.layout-tabmenu-content .projects-tab ul li .project-progressbar {
  width: 100px;
  float: left;
  background-color: #545b61;
  margin-top: 4px;
  margin-left: 42px;
}
.layout-tabmenu-content .projects-tab ul li .project-progressbar .project-progressbar-value {
  background-color: #13a1c7;
  height: 4px;
}
.layout-tabmenu-content .team-tab ul {
  padding: 8px 16px;
  margin: 0;
  list-style-type: none;
}
.layout-tabmenu-content .team-tab ul li {
  padding: 6px 0;
}
.layout-tabmenu-content .team-tab ul li img {
  float: left;
  margin-right: 8px;
}
.layout-tabmenu-content .team-tab ul li .name {
  font-weight: bold;
  float: left;
}
.layout-tabmenu-content .team-tab ul li .location {
  float: left;
}
.layout-tabmenu-content .team-tab ul li span {
  display: block;
}

.layout-rtl .layout-tabmenu-content .inbox-tab .inbox-labels ul li .inbox-label-badge {
  float: left;
}
.layout-rtl .layout-tabmenu-content .inbox-tab ul li img {
  float: right;
  margin-right: 0px;
  margin-left: 8px;
}
.layout-rtl .layout-tabmenu-content .inbox-tab ul li .name, .layout-rtl .layout-tabmenu-content .inbox-tab ul li .message {
  float: right;
}
.layout-rtl .layout-tabmenu-content .calendar-tab ul li .calendar-event-date {
  float: right;
  margin-right: 0px;
  margin-left: 8px;
}
.layout-rtl .layout-tabmenu-content .calendar-tab ul li .calendar-event-detail {
  float: right;
}
.layout-rtl .layout-tabmenu-content .projects-tab ul li i {
  margin-right: 0px;
  margin-left: 8px;
  float: right;
}
.layout-rtl .layout-tabmenu-content .projects-tab ul li span {
  float: right;
}
.layout-rtl .layout-tabmenu-content .projects-tab ul li .project-progressbar {
  float: right;
}
.layout-rtl .layout-tabmenu-content .team-tab ul {
  padding: 0 6px;
}
.layout-rtl .layout-tabmenu-content .team-tab ul li img {
  float: right;
  margin-right: 0px;
  margin-left: 8px;
}
.layout-rtl .layout-tabmenu-content .team-tab ul li .name {
  float: right;
}
.layout-rtl .layout-tabmenu-content .team-tab ul li .location {
  float: right;
}

.layout-sidebar-dark .layout-tabmenu-content {
  color: #dee0e3;
}

.help-page p {
  margin: 0;
}
.help-page .help-search {
  background: url("") repeat;
  padding: 0;
  text-align: center;
}
.help-page .help-search .help-search-content {
  padding: 5rem 12rem;
}
.help-page .help-search .search-container {
  font-size: 1.5rem;
  padding: 1rem;
  position: relative;
}
.help-page .help-search .search-container input {
  appearance: none;
  font-size: 1.5rem;
  text-indent: 2.5rem;
  padding: 0.5rem;
  width: 100%;
}
.help-page .help-search .search-container i {
  color: #424242;
  width: 2rem;
  position: absolute;
  margin-left: 1rem;
  top: 50%;
  margin-top: -0.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: #8BC34A;
  height: 50px;
  margin-right: 0.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: #EC407A;
}
.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 {
  height: 150px;
  border-radius: 4px;
  margin: 3rem 2rem;
  position: relative;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.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 {
  position: absolute;
  left: 20px;
  top: 30px;
}
.help-page .blog-post .blog-text h1 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
}
.help-page .blog-post .blog-text span {
  color: #ffffff;
  font-weight: 600;
}
.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%;
}
.help-page .blog-post:nth-child(1) {
  background-image: url("");
}
.help-page .blog-post:nth-child(2) {
  background-image: url("");
}
.help-page .blog-post:nth-child(3) {
  background-image: url("");
}

@media screen and (max-width: 991px) {
  .help-page .help-search .help-search-content {
    padding: 6rem 2rem;
  }
}
.invoice {
  padding: 2rem;
}
.invoice .invoice-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.invoice .invoice-company .logo-image {
  width: 75px;
  margin-bottom: 0.5rem;
}
.invoice .invoice-company div {
  margin-bottom: 0.5rem;
}
.invoice .invoice-company .company-name {
  font-weight: 700;
  font-size: 1.5rem;
}
.invoice .invoice-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: right;
}
.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: 0.5rem;
}
.invoice .invoice-details .invoice-label {
  text-align: left;
  font-weight: 700;
}
.invoice .invoice-details .invoice-value {
  text-align: right;
}
.invoice .invoice-to {
  margin-top: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid #eaeaea;
}
.invoice .invoice-to .bill-to {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.invoice .invoice-to .invoice-to-info div {
  margin-bottom: 0.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 #eaeaea;
}
.invoice .invoice-items table th {
  font-weight: 700;
}
.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: 700;
}

@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: #424242;
  }
  .invoice .invoice-to {
    border-top: 1px solid #eaeaea;
  }
  .invoice .invoice-items table tr {
    border-bottom: 1px solid #eaeaea;
  }
}
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: 0.25rem 0.4rem;
  border-radius: 3px;
  font-family: monospace;
}

blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}

hr {
  border-top: solid #eaeaea;
  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;
}

.widget-overview-box {
  padding: 0 !important;
  text-align: left;
  overflow: hidden;
  margin-bottom: 0px !important;
  position: relative;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  min-height: 100px;
}
.widget-overview-box .overview-box-name {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 8px 0 0 8px;
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.widget-overview-box .overview-box-count {
  color: #ffffff;
  margin: -36px 0 0 8px;
  font-size: 24px;
  display: block;
  font-weight: bold;
}
.widget-overview-box .overview-box-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.12);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 4px;
  color: #ffffff;
}
.widget-overview-box img {
  position: absolute;
  bottom: 0px;
}
.widget-overview-box.overview-box-1 {
  background: linear-gradient(229deg, #fd9a77, #fb827a);
}
.widget-overview-box.overview-box-2 {
  background: linear-gradient(229deg, #8edead, #43c6ac);
}
.widget-overview-box.overview-box-3 {
  background: linear-gradient(248deg, #348ac7, #7474bf);
}
.widget-overview-box.overview-box-4 {
  background: linear-gradient(67deg, #f15f79, #b24592);
}

.widget-activity-feed {
  text-align: center;
}
.widget-activity-feed h4 {
  padding-top: 1.5rem;
}
.widget-activity-feed p {
  color: #757575;
  margin: 0;
  font-size: 13px;
}
.widget-activity-feed .col-12 {
  padding: 20px;
}
.widget-activity-feed .col-12 span {
  display: block;
  font-weight: bold;
  color: #6a6a7d;
}
.widget-activity-feed .knob {
  width: 140px;
  height: 140px;
  line-height: 120px;
  margin-top: 20px;
  font-size: 30px;
  color: #757575;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.widget-activity-feed .knob.income {
  border: 10px solid #1976d2;
  border-left-color: rgb(178.1538461538, 218.6538461538, 250.8461538462);
}
.widget-activity-feed .knob.tax {
  border: 10px solid #009688;
  border-left-color: #80CBC4;
}
.widget-activity-feed .knob.invoicee {
  border: 10px solid #e91e63;
  border-left-color: #F8BBD0;
}
.widget-activity-feed .knob.expense {
  border: 10px solid #673ab7;
  border-left-color: #B39DDB;
}

.widget-timeline {
  height: 100%;
  box-sizing: border-box;
}
.widget-timeline > .grid .col-3 {
  font-size: 14px;
  position: relative;
  border-right: 1px solid #bdbdbd;
}
.widget-timeline > .grid .col-3 i {
  background-color: #ffffff;
  font-size: 28px;
  position: absolute;
  top: 0;
  right: -14px;
}
.widget-timeline > .grid .col-9 {
  padding-left: 1.5em;
}
.widget-timeline > .grid .col-9 .event-text {
  color: #757575;
  font-size: 14px;
  display: block;
  padding-bottom: 20px;
}
.widget-timeline > .grid .col-9 .event-content img {
  width: 100%;
}

.widget-user-card {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.widget-user-card .user-card-header {
  height: 100px;
  overflow: hidden;
  background-color: #545b61;
}
.widget-user-card .user-card-header img {
  width: 100%;
}
.widget-user-card .user-card-content {
  height: 340px;
  background-color: #ffffff;
}
.widget-user-card .user-card-content img {
  margin: -40px 0 0 24px;
}
.widget-user-card .user-card-content .ui-button {
  float: right;
  width: 48px;
  height: 48px;
  margin: -24px 24px 0 0;
}
.widget-user-card .user-card-content .user-card-name {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: -70px;
  margin-left: 110px;
  font-weight: 700;
}
.widget-user-card .user-card-content .user-detail {
  text-align: left;
}
.widget-user-card .user-card-content .user-detail ul {
  padding: 0px 0 32px 0;
  margin: 0;
  list-style-type: none;
}
.widget-user-card .user-card-content .user-detail ul li {
  padding: 16px 24px;
  border-top: 1px solid #eaeaea;
}
.widget-user-card .user-card-content .user-detail ul li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.widget-user-card .user-card-content .user-detail ul li i {
  font-size: 24px;
  margin-right: 8px;
  width: 32px;
  vertical-align: middle;
  color: #757575;
}
.widget-user-card .user-card-content .user-detail ul li .project-title {
  font-weight: 700;
  margin-right: 8px;
}
.widget-user-card .user-card-content .user-detail ul li .project-detail {
  color: #757575;
}
.widget-user-card .user-card-content .user-detail ul li .project-progressbar {
  display: inline-block;
  width: 100px;
  background-color: #545b61;
  float: right;
  margin-top: 12px;
}
.widget-user-card .user-card-content .user-detail ul li .project-progressbar .project-progressbar-value {
  background-color: #13a1c7;
  height: 4px;
}

.widget-contacts {
  overflow: hidden;
}
.widget-contacts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget-contacts ul li {
  border-bottom: 1px solid #eaeaea;
  padding: 9px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.widget-contacts ul li img {
  float: left;
  margin-right: 8px;
}
.widget-contacts ul li .contact-info {
  float: left;
}
.widget-contacts ul li .contact-info .name {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.widget-contacts ul li .contact-info .location {
  margin-top: 4px;
  display: block;
  font-size: 12px;
  color: #757575;
}
.widget-contacts ul li .contact-actions {
  float: right;
  padding-top: 12px;
}
.widget-contacts ul li .contact-actions .connection-status {
  color: #ffffff;
  padding: 2px 3px;
  vertical-align: middle;
}
.widget-contacts ul li .contact-actions .connection-status.online {
  background-color: #AED581;
}
.widget-contacts ul li .contact-actions .connection-status.offline {
  background-color: #E57373;
}
.widget-contacts ul li .contact-actions i {
  vertical-align: middle;
  color: #757575;
  margin-left: 5px;
}
.widget-contacts ul li:last-child {
  border: 0;
}

.widget-pricing-box {
  display: inline-block;
  vertical-align: top;
}
.widget-pricing-box .pricing-header {
  font-size: 18px;
  padding: 24px 18px;
}
.widget-pricing-box .pricing-header h3 {
  margin: 0;
}
.widget-pricing-box .pricing-header p {
  margin: 0;
}
.widget-pricing-box .pricing-header .col-6:first-child {
  text-align: left;
}
.widget-pricing-box .pricing-header .col-6:last-child {
  text-align: right;
}
.widget-pricing-box .pricing-features {
  min-height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-pricing-box .pricing-footer {
  padding: 10px;
  text-align: center;
}
.widget-pricing-box .pricing-footer a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.widget-pricing-box.pricing-pro {
  margin-left: 10px;
  z-index: 2;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.widget-pricing-box.pricing-pro .pricing-header {
  background-color: #000000;
}
.widget-pricing-box.pricing-pro .pricing-header h3 {
  color: #ffffff;
}
.widget-pricing-box.pricing-pro .pricing-header p {
  color: #bdbdbd;
}
.widget-pricing-box.pricing-pro .pricing-features {
  background-color: #757575;
  padding: 20px;
}
.widget-pricing-box.pricing-pro .pricing-features .col-12 {
  padding: 10px;
  text-align: left;
}
.widget-pricing-box.pricing-pro .pricing-features .pricing-feature-icon {
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  color: #424242;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}
.widget-pricing-box.pricing-pro .pricing-features .pricing-feature-icon i {
  line-height: inherit;
}
.widget-pricing-box.pricing-pro .pricing-features .pricing-feature-text {
  color: #ffffff;
}
.widget-pricing-box.pricing-pro .pricing-footer {
  background-color: #ffffff;
}
.widget-pricing-box.pricing-pro .pricing-footer a {
  color: #424242;
}
.widget-pricing-box.pricing-pro .pricing-footer a:hover {
  color: #757575;
}

.widget-chat ul {
  padding: 12px;
  margin: 0;
  list-style-type: none;
}
.widget-chat ul li {
  padding: 6px 0;
}
.widget-chat ul li img {
  width: 36px;
  float: left;
}
.widget-chat ul li span {
  padding: 6px 12px;
  float: left;
  display: inline-block;
  margin: 4px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.widget-chat ul li.message-from img, .widget-chat ul li.message-from span {
  float: left;
}
.widget-chat ul li.message-from img {
  margin-right: 8px;
}
.widget-chat ul li.message-from span {
  background-color: #ffffff;
  color: #000000;
}
.widget-chat ul li.message-own img, .widget-chat ul li.message-own span {
  float: right;
}
.widget-chat ul li.message-own img {
  margin-left: 8px;
}
.widget-chat ul li.message-own span {
  background: #89d0e3;
  color: #000000;
}
.widget-chat .new-message {
  height: 40px;
  border-top: 1px solid #dce2e7;
  color: #afafc0;
}
.widget-chat .new-message .message-attachment {
  display: inline-block;
  border-right: 1px solid #dce2e7;
  width: 40px;
  line-height: 40px;
  height: 100%;
  text-align: center;
}
.widget-chat .new-message .message-attachment i {
  line-height: inherit;
  font-size: 24px;
}
.widget-chat .new-message .message-input {
  position: relative;
  top: -4px;
  width: calc(100% - 100px);
  display: inline-block;
}
.widget-chat .new-message .message-input input {
  border: 0 none;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  outline: 0 none;
  color: #757575;
}

.widget-activity-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget-activity-list li {
  border-bottom: 1px solid #eaeaea;
  padding: 16px 8px;
}
.widget-activity-list li .count {
  font-size: 20px;
  color: #ffffff;
  background-color: #007be5;
  font-weight: 700;
  padding: 0.25em 0.5em;
  display: inline-block;
  border-radius: 3px;
}

/* Add your customizations of layout here */
@media print {
  body.main-body {
    background-color: white;
  }
}

@media print {
  body .ui-panel {
    box-shadow: none;
    border-radius: 0;
  }
}

.layout-wrapper .maxTotalWidth {
  width: 100%;
}
@media screen {
  .layout-wrapper .maxTotalWidth {
    max-width: 1260px;
    margin: auto;
  }
}
.layout-wrapper .layout-main {
  padding: 20px 6px 10px 6px;
  margin: auto;
}
@media print {
  .layout-wrapper .layout-main {
    padding: 20px 0;
  }
}
@media screen and (min-height: 800px) {
  .layout-wrapper .layout-main .content {
    min-height: 585px;
  }
}
@media print {
  .layout-wrapper h1 {
    font-size: 1.5em;
  }
  .layout-wrapper h2 {
    font-size: 1.25em;
  }
  .layout-wrapper h3 {
    font-size: 1.1em;
  }
  .layout-wrapper h4 {
    font-size: 1em;
  }
  .layout-wrapper .card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}

/* roboto-mono-300 - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  src: url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300.eot.xhtml?ln=bsh-b-layout"); /* IE9 Compat Modes */
  src: local("RobotoMono Light"), local("RobotoMono-Light"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300.eot.xhtml?ln=bsh-b-layout#iefix") format("embedded-opentype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300.woff2.xhtml?ln=bsh-b-layout") format("woff2"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300.woff.xhtml?ln=bsh-b-layout") format("woff"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300.ttf.xhtml?ln=bsh-b-layout") format("truetype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300.svg.xhtml?ln=bsh-b-layout#RobotoMono") format("svg"); /* Legacy iOS */
}
/* roboto-mono-regular - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-regular.eot.xhtml?ln=bsh-b-layout"); /* IE9 Compat Modes */
  src: local("RobotoMono"), local("RobotoMono-Regular"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-regular.eot.xhtml?ln=bsh-b-layout#iefix") format("embedded-opentype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-regular.woff2.xhtml?ln=bsh-b-layout") format("woff2"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-regular.woff.xhtml?ln=bsh-b-layout") format("woff"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-regular.ttf.xhtml?ln=bsh-b-layout") format("truetype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-regular.svg.xhtml?ln=bsh-b-layout#RobotoMono") format("svg"); /* Legacy iOS */
}
/* roboto-mono-700 - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  src: url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700.eot.xhtml?ln=bsh-b-layout"); /* IE9 Compat Modes */
  src: local("RobotoMono Bold"), local("RobotoMono-Bold"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700.eot.xhtml?ln=bsh-b-layout") format("embedded-opentype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700.woff2.xhtml?ln=bsh-b-layout") format("woff2"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700.woff.xhtml?ln=bsh-b-layout") format("woff"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700.ttf.xhtml?ln=bsh-b-layout") format("truetype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700.svg.xhtml?ln=bsh-b-layout#RobotoMono") format("svg"); /* Legacy iOS */
}
/* roboto-mono-italic - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 400;
  src: url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-italic.eot.xhtml?ln=bsh-b-layout"); /* IE9 Compat Modes */
  src: local("RobotoMono Italic"), local("RobotoMono-Italic"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-italic.eot.xhtml?ln=bsh-b-layout#iefix") format("embedded-opentype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-italic.woff2.xhtml?ln=bsh-b-layout") format("woff2"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-italic.woff.xhtml?ln=bsh-b-layout") format("woff"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-italic.ttf.xhtml?ln=bsh-b-layout") format("truetype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-italic.svg.xhtml?ln=bsh-b-layout#RobotoMono") format("svg"); /* Legacy iOS */
}
/* roboto-mono-300italic - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 300;
  src: url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300italic.eot.xhtml?ln=bsh-b-layout"); /* IE9 Compat Modes */
  src: local("RobotoMono LightItalic"), local("RobotoMono-LightItalic"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300italic.eot.xhtml?ln=bsh-b-layout#iefix") format("embedded-opentype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300italic.woff2.xhtml?ln=bsh-b-layout") format("woff2"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300italic.woff.xhtml?ln=bsh-b-layout") format("woff"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300italic.ttf.xhtml?ln=bsh-b-layout") format("truetype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-300italic.svg.xhtml?ln=bsh-b-layout#RobotoMono") format("svg"); /* Legacy iOS */
}
/* roboto-mono-700italic - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 700;
  src: url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700italic.eot.xhtml?ln=bsh-b-layout"); /* IE9 Compat Modes */
  src: local("RobotoMono BoldItalic"), local("RobotoMono-BoldItalic"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700italic.eot.xhtml?ln=bsh-b-layout#iefix") format("embedded-opentype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700italic.woff2.xhtml?ln=bsh-b-layout") format("woff2"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700italic.woff.xhtml?ln=bsh-b-layout") format("woff"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700italic.ttf.xhtml?ln=bsh-b-layout") format("truetype"), url("/fachverfahren/jakarta.faces.resource/fonts/roboto-mono-v12-latin-700italic.svg.xhtml?ln=bsh-b-layout#RobotoMono") format("svg"); /* Legacy iOS */
}
/*************************************/
mark, .mono, .typewriter {
  font-family: "Roboto Mono", monospace !important;
}

.layout-wrapper .footer {
  width: 100%;
  padding: 0 0.7em 1em 0.7em;
  margin-top: 15px;
  margin-left: 0px;
  box-sizing: border-box;
  color: white;
  background-color: #1b5291;
}
@media print {
  .layout-wrapper .footer {
    color: #1b5291;
    background: none;
    border-top: 2px solid #1b5291;
    padding-top: 10px;
  }
}
.layout-wrapper .footer .adler {
  margin-top: 1%;
  text-align: center;
}
@media print {
  .layout-wrapper .footer .adler {
    display: none;
  }
}
.layout-wrapper .footer .links {
  margin-left: 0;
  padding-left: 0;
}
@media print {
  .layout-wrapper .footer .links {
    display: none;
  }
}
.layout-wrapper .footer .links ul {
  padding-left: 0;
  list-style: none;
  margin: 2% 0;
}
.layout-wrapper .footer .links li {
  padding: 1px 0;
}
.layout-wrapper .footer .infos {
  padding: 0 0 1% 0;
}
.layout-wrapper .footer a, .layout-wrapper .footer .ui-link {
  color: white;
  text-decoration: underline !important;
}
.layout-wrapper .footer a:hover, .layout-wrapper .footer .ui-link:hover {
  color: white;
}
@media print {
  .layout-wrapper .footer a, .layout-wrapper .footer .ui-link {
    color: #1b5291;
  }
}
@media screen and (min-width: 576px) {
  .layout-wrapper .footer .adler {
    margin: 1% 0 0 0;
  }
  .layout-wrapper .footer .links {
    padding-left: 10px;
  }
  .layout-wrapper .footer .infos {
    margin-top: 2%;
    padding: 0 0 1% 0;
  }
  .layout-wrapper .footer .infos > p {
    margin: 0 0 3% 0;
  }
}
@media screen and (min-width: 768px) {
  .layout-wrapper .footer .adler {
    margin: 0;
    padding: 2% 0 0 0;
  }
  .layout-wrapper .footer .links {
    padding-left: 30px;
    padding-top: 20px;
    text-align: right;
    display: inline;
  }
  .layout-wrapper .footer .links li {
    float: right;
    margin-left: 8%;
    padding-right: 5px;
  }
  .layout-wrapper .footer .infos {
    margin-top: 0;
    padding: 2% 0 0 3%;
  }
  .layout-wrapper .footer .infos > p {
    margin: 0 0 3% 0;
  }
}
@media screen and (min-width: 992px) {
  .layout-wrapper .footer .links li {
    text-align: left;
    margin-left: 0;
    float: none;
    display: inline list-item;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-wrapper .footer {
    margin-top: 10px;
  }
  .layout-wrapper .footer .adler {
    text-align: left;
  }
}

body .ui-menu .ui-menu-list .ui-menuitem.user-menu .ui-menuitem-link .ui-icon-triangle-1-s {
  display: none;
}
body .ui-menu .ui-menu-list .ui-menuitem.user-menu .ui-menuitem-link .ui-menuitem-icon {
  font-size: 1.5rem;
}

.scrollBackBtn {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 220px;
}
@media print {
  .scrollBackBtn {
    display: none;
  }
}

.ajax-status {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding-top: 15%;
}

.ajax-loader {
  width: 300px;
  height: 300px;
  max-width: 50%;
  max-height: 50%;
  display: inline-block;
}

.bsh-spinner {
  background-image: url("/fachverfahren/jakarta.faces.resource/images/bsh-logo-blau.svg.xhtml?ln=bsh-b-layout");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: fa-spin 5s infinite linear;
}

.stage-name {
  border-width: 1px;
  border-style: solid;
  border-color: #4874a7;
  padding: 3px 5px;
  border-radius: 4px;
}

.layout-wrapper .topbar {
  position: relative;
  width: 100%;
  height: auto;
}
@media print {
  .layout-wrapper .topbar {
    box-shadow: none;
    border-bottom: 2px solid #1b5291;
  }
}
.layout-wrapper .topbar-appmenu {
  margin: 0;
  padding: 0;
}
@media print {
  .layout-wrapper .topbar-appmenu {
    display: none;
  }
}
.layout-wrapper .topbar-appmenu .menu {
  margin: 0;
}
.layout-wrapper .topbar-appmenu .menu .ui-menubar {
  padding: 0;
  border: none;
}
.layout-wrapper .topbar-appmenu .menu .ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link.ui-state-hover {
  background-color: #d1dce9;
}
.layout-wrapper .topbar-appmenu .menu .ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text, .layout-wrapper .topbar-appmenu .menu .ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
  color: #1b5291;
}
@media screen and (min-width: 992px) {
  .layout-wrapper .topbar-appmenu .menu .ui-menubar > .ui-menu-list > .ui-menuitem {
    margin-left: 10px;
  }
}
.layout-wrapper .topbar-appmenu .menu .ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link .ui-menuitem-text, .layout-wrapper .topbar-appmenu .menu .ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link .ui-menuitem-icon {
  color: white;
}
.layout-wrapper .topbar-appmenu .menu .ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link .ui-menuitem-text {
  text-transform: uppercase;
}
.layout-wrapper .topbar-appmenu .menu .ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link .ui-icon-triangle-1-s:last-child {
  color: white;
}
.layout-wrapper .topbar-appmenu .menu .ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link.ui-state-hover {
  background-color: inherit;
}
.layout-wrapper .topbar-appmenu .menu .ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link.ui-state-hover .ui-menuitem-text, .layout-wrapper .topbar-appmenu .menu .ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link.ui-state-hover .ui-menuitem-icon, .layout-wrapper .topbar-appmenu .menu .ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link.ui-state-hover .ui-icon-triangle-1-s:last-child {
  color: #d1dce9;
}
.layout-wrapper .topbar-appmenu .menu .ui-button.ui-button-icon-only {
  padding: 0;
  margin: 0.5rem;
}
.layout-wrapper .topbar-appmenu .menu .ui-button.ui-button-icon-only .ui-icon {
  font-size: 32px;
  margin-top: -17px;
  margin-left: -15px;
  width: 32px;
  height: 32px;
}
.layout-wrapper .menu-bg {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #1b5291;
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
@media print {
  .layout-wrapper .menu-bg {
    display: none;
  }
}
.layout-wrapper .menu-bg .menu {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .layout-wrapper .menu-bg .menu .ui-menubar > .ui-menu-list > .ui-menuitem {
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .layout-wrapper .menu-bg .menu .ui-menubar > .ui-menu-list > .ui-menuitem {
    margin-left: 0;
  }
}
.layout-wrapper .menu-bg .menu .ui-button.ui-button-icon-only {
  margin: 0.2rem;
  width: 2rem;
}
.layout-wrapper .menu-bg .menu .ui-button.ui-button-icon-only .ui-icon {
  font-size: 24px;
  margin-top: -12px;
  margin-left: -11px;
  width: 24px;
  height: 24px;
}
.layout-wrapper .menu-bg .menu .ui-button.ui-button-icon-only .ui-button-text {
  padding: 0.2rem;
}

#topbar-bsh, #topbar-app {
  position: relative;
  padding-left: 90px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #topbar-bsh, #topbar-app {
    padding-left: 110px;
  }
}
@media (min-width: 1280px) {
  #topbar-bsh, #topbar-app {
    padding-left: 100px;
    padding-right: 0;
  }
}

#topbar-bsh {
  height: 65px;
}
@media print {
  #topbar-bsh {
    height: 0;
  }
}

#topbar-bsh-logo {
  position: absolute;
  top: 0;
  left: 20px;
  width: auto;
  float: left;
  z-index: 99;
}
@media screen and (min-width: 1280px) {
  #topbar-bsh-logo {
    left: 10px;
  }
}
#topbar-bsh-logo img {
  height: 128px;
  background-color: white;
  padding: 0 1px;
}
@media screen and (min-width: 768px) {
  #topbar-bsh-logo img {
    height: 158px;
  }
}
@media print {
  #topbar-bsh-logo img {
    height: 92px;
  }
}

#topbar-bsh-claim {
  color: white;
  font-size: 14px;
}
@media print {
  #topbar-bsh-claim {
    display: none;
  }
}

#topbar-app-logo img {
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}

#topbar-app-bg {
  background-color: white;
  height: 80px;
}
@media screen and (min-width: 768px) {
  #topbar-app-bg {
    height: 102px;
  }
}
@media screen and (min-width: 768px) {
  #topbar-app-bg {
    height: 102px;
  }
}
@media print {
  #topbar-app-bg {
    height: 104px;
  }
}

#topbar-app {
  height: 100%;
}

#topbar-app-title, #topbar-app-title a, #topbar-app-title a:hover {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  #topbar-app-title, #topbar-app-title a, #topbar-app-title a:hover {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  #topbar-app-title, #topbar-app-title a, #topbar-app-title a:hover {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  #topbar-app-title, #topbar-app-title a, #topbar-app-title a:hover {
    font-size: 36px;
  }
}
@media print {
  #topbar-app-title, #topbar-app-title a, #topbar-app-title a:hover {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767.9px) {
  .layout-wrapper .topbar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#topbar-app-logo {
  height: 70px;
}
@media screen and (min-width: 768px) {
  #topbar-app-logo {
    height: 90px;
  }
}

/*# sourceMappingURL=layout-bsh-b1.css.map */
