/* Sidebar */
/* Primary */
/* Accent */
/* Topbar */
/* Submenu */
/* Default MenuItem */
/* Hover MenuItem */
/* Active MenuItem */
/* Dark Default MenuItem */
/* Dark Hover MenuItem */
/* Dark Active MenuItem */
/* roboto-300 - latin */
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v15-latin-300.eot");
  /* IE9 Compat Modes */
  /* src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-300.woff2") format("woff2"), url("../fonts/roboto-v15-latin-300.woff") format("woff"), url("../fonts/roboto-v15-latin-300.ttf") format("truetype"), url("../fonts/roboto-v15-latin-300.svg#Roboto") format("svg"); */
  /* Legacy iOS */
/* }  */
@font-face {
  font-family: 'StatisSans-Regular'; /*a name to be used later*/
  src: url('../fonts/statissans/StatisSans-Regular.ttf'); /*URL to font*/
}
@font-face {
  font-family: 'StatisSans-Medium'; /*a name to be used later*/
  src: url('../fonts/statissans/StatisSans-Medium.ttf'); /*URL to font*/
}
@font-face {
  font-family: 'StatisSans-SemiBold'; /*a name to be used later*/
  src: url('../fonts/statissans/StatisSans-SemiBold.ttf'); /*URL to font*/
}
@font-face {
  font-family: 'StatisSans-Book'; /*a name to be used later*/
  src: url('../fonts/statissans/StatisSans-Book.ttf'); /*URL to font*/
}
/* roboto-regular - latin */
/* @font-face { */
  /* font-family: "Roboto"; */
  /* font-style: normal; */
  /* font-weight: 400; */
  /* src: url("../fonts/roboto-v15-latin-regular.eot"); */
  /* IE9 Compat Modes */
  /* src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v15-latin-regular.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v15-latin-regular.woff") format("woff"), url("../fonts/roboto-v15-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v15-latin-regular.svg#Roboto") format("svg"); */
  /* Legacy iOS */
/* } */
/* roboto-700 - latin */
/* @font-face { */
  /* font-family: "Roboto"; */
  /* font-style: normal; */
  /* font-weight: 700; */
  /* src: url("../fonts/roboto-v15-latin-700.eot"); */
  /* IE9 Compat Modes */
  /* src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v15-latin-700.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-700.woff2") format("woff2"), url("../fonts/roboto-v15-latin-700.woff") format("woff"), url("../fonts/roboto-v15-latin-700.ttf") format("truetype"), url("../fonts/roboto-v15-latin-700.svg#Roboto") format("svg"); */
  /* Legacy iOS */
/* } */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Cockpit Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cockpit/CockpitIcons.eot");
  /* For IE6-8 */
  src: local("Cockpit Icons"), local("CockpitIcons"), url("../fonts/cockpit/CockpitIconswoff") format("woff"), url("../fonts/cockpit/CockpitIcons.ttf") format("truetype");
}

.cockpit-icons {
  font-family: "Cockpit Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.cockpit-process{
  font-family: "Cockpit Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.cockpit-process:before {
  content: "process";
}


.splash-screen {
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
    justify-content: center;
    align-items: center;
}

.no-script {
  background-color: rgba(255,0,0,0.2);
  border: 2px dashed #cc0033;
  padding: 5px;
  margin-top: 25px;
  
  margin-bottom: -25px;

}

.splash-loader-container {
  text-align: center;
  background-color: white;
  padding: 40px 50px 40px 50px;
  width: 100%;
  max-width: 600px;
  /*border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
}

.destatis-loading-logo > img {
  max-width: 400px;
  width: 100%;
}

.splash-screen-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -720px;
  z-index: -1;
  margin-top: -300px;
}

.destatis-loading-bar-titel {
  margin-top: 25px;
}

.destatis-loading-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.destatis-loading-bar-center {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;

}

.destatis-loading-bar-titel {
  font-size: 1.2em;
}

.destatis-loading-bar-splash { 
  transform-origin:  15px 15px!important ;
}

.destatis-loading-bar-splash > div {
  width: 100%;
  height: 100%;
}

.destatis-loading-bar-splash > div > div {
  position: absolute;
  width: 4px;
  height: 16px;
  bottom: 0px;
  animation: destatis-loading-bar-splash 3.0303030303030303s cubic-bezier(0.5,0,.5,1) infinite;
}

.destatis-loading-bar-splash > div > div:nth-child(1) {
  left: 0px;
  background: #000000;
  animation-delay: -1.2121212121212122s;
}

.destatis-loading-bar-splash > div > div:nth-child(2) {
  left: 6px;
  background: #cc0033;
  animation-delay: -0.6060606060606061s;
}

.destatis-loading-bar-splash > div > div:nth-child(3) {
  left: 12px;
  background: #ffcc00;
  animation-delay: -1.8181818181818181s;
}

.destatis-loading-bar-anim-splash {
  width: 20px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.destatis-loading-bar-splash {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.destatis-loading-bar div { 
  box-sizing: content-box; 
}

@keyframes destatis-loading-bar-splash 
{
  0% { height: 7px; }
  33.33% { height: 16px }
  66.66% { height: 4px }
  100% { height: 7px }
}

.sidebar {
  /* background-image: url("../images/login/trianglify3.svg"); */
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--backgroundcolorcard);
}

.sidebar-close {
  position: absolute;
  margin-top: 20px;
  right: 15px;
}

.login-page {
  background-image: url("../images/login/trianglify3.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar_logo {
  background-image: url("../images/logo.png");
  background-size: 65px 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 50px;
}

.splash-loader {
  animation: rotator 1.4s linear infinite;
}

.splash-path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card-header
{
  margin: -16px;
  padding: 16px;
  background-color: #5a5e65;
  color: #ffffff;
}

h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
  font-family: StatisSans-Medium;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: 500;
  color: rgb(15, 15, 15);
  margin-top: 10px;
  margin-bottom: 10px;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode h7,
.dark-mode .p-card-title,
.dark-mode .p-card-subtitle,
.dark-mode input {
  color: white;
}

.dark-mode .highcharts-caption {
  color: white !important;
  fill: white !important;
}

.dark-mode .check-green {
  color: #00e881;
}

.dark-mode .icon-green {
  fill: #00e881;
}

.dark-mode .input-initial {
  border: 1px solid white;
}

.dark-mode .valid-input {
  border: 1px solid #00e881;
}

.dark-mode .invalid-input {
  border: 1px solid var(--warning-dark);
}

.dark-mode .error-msg {
  color:  var(--warning-dark);
}

.dark-mode .icon-red {
  fill:  var(--warning-dark);
}

.dark-mode .warning-btn {
  color:  var(--warning-dark);
  border: 2px solid  var(--warning-dark);
}

.dark-mode .warning-btn > div {
  color:  var(--warning-dark);
}

.dark-mode .dialog-action {
  background-color: var(--warning-dark) !important;
}

.dark-mode .p-dialog-header-icon {
  color: white;
}

h2 {
  font-size: 2rem;
  font-family: StatisSans-Medium;
  line-height: 2.5rem;
  font-weight: 500;
}

h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: StatisSans-Medium;
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: StatisSans-Medium;
  font-weight: 500;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: StatisSans-Medium;
  letter-spacing: -0.38px;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: StatisSans-Medium;
  font-weight: 500;
}

h7 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: StatisSans-SemiBold;
  font-weight: 600;
  line-height: 20px;
}

.card.card-w-title {
  padding-bottom: 32px;
}
.card h1 {
  font-size: 1.75rem;
  font-weight: 400;
  margin: 24px 0;
}
.card h1:first-child {
  margin-top: 0px;
}
.card h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.card h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
.card h4 {
  font-size: 1rem;
  font-weight: 400;
}

.nopad {
  padding: 0;
}
.nopad .p-panel-content {
  padding: 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.fadeInDown {
  -webkit-animation: fadeInDown 5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 5s;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.3s;
  /* Safari 4.0 - 8.0 */
  animation: fadeOutUp 0.3s;
}

.ui-shadow-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ui-shadow-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.ui-shadow-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ui-shadow-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ui-shadow-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.p-grid {
  -ms-flex-wrap: wrap;
}
.p-grid.form-group > div {
  padding: 1em;
}
.p-grid.form-group-m > div {
  padding: 1em;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Ripple */
/* Ripple Effect Style like Google Material Buttons Effect*/
.ripplelink {
  /* display:block; */
  /*color:#fff;*/
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.ripple-animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.dashboard .task-box {
  /*
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  */
  border: 1px solid #d8d8d8;
}
.dashboard .task-box .task-box-header {
  padding: 8px 14px;
}
.dashboard .task-box .task-box-header:before, .dashboard .task-box .task-box-header:after {
  content: "";
  display: table;
}
.dashboard .task-box .task-box-header:after {
  clear: both;
}
.dashboard .task-box .task-box-header i {
  float: right;
  color: #ffffff;
}
.dashboard .task-box .task-box-content {
  background-color: #ffffff;
  padding: 8px 14px;
}
.dashboard .task-box .task-box-content h3 {
  font-weight: bold;
  font-size: 0.875rem;
  margin: 14px 0 7px 0;
  padding: 0;
}
.dashboard .task-box .task-box-content p {
  color: #757575;
  margin: 0 0 28px 0;
  padding: 0;
}
.dashboard .task-box .task-box-footer {
  background-color: #ffffff;
  padding: 8px 14px;
}
.dashboard .task-box .task-box-footer:before, .dashboard .task-box .task-box-footer:after {
  content: "";
  display: table;
}
.dashboard .task-box .task-box-footer:after {
  clear: both;
}
.dashboard .task-box .task-box-footer img {
  width: 32px;
  float: right;
  margin-left: 4px;
}
.dashboard .task-box .task-box-footer .task-status {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 5px 10px;
  color: #ffffff;
}
.dashboard .task-box.task-box-1 .task-box-header {
  background-color: #f1b7cb;
}
.dashboard .task-box.task-box-1 .task-box-footer .task-status {
  background-color: #9a6c7d;
}
.dashboard .task-box.task-box-2 .task-box-header {
  background-color: #ffe8b4;
}
.dashboard .task-box.task-box-2 .task-box-footer .task-status {
  background-color: #af9763;
}
.dashboard .task-box.task-box-3 .task-box-header {
  background-color: #bfddf3;
}
.dashboard .task-box.task-box-3 .task-box-footer .task-status {
  background-color: #537994;
}
.dashboard .overview-box {
  text-align: center;
  color: #ffffff;
  /*
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  */
  border: 1px solid #d8d8d8;
}
.dashboard .overview-box .overview-box-header {
  height: 24px;
}
.dashboard .overview-box .overview-box-content {
  padding: 8px 14px 14px 14px;
}
.dashboard .overview-box .overview-box-content .overview-box-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: -28px;
}
.dashboard .overview-box .overview-box-content .overview-box-icon i {
  line-height: inherit;
  font-size: 1.75rem;
}
.dashboard .overview-box .overview-box-content .overview-box-title {
  font-size: 1rem;
}
.dashboard .overview-box .overview-box-content .overview-box-count {
  font-size: 1.5rem;
}
.dashboard .overview-box.overview-box-1 .overview-box-header {
  background-color: #f1b7cb;
}
.dashboard .overview-box.overview-box-1 .overview-box-content {
  background-color: #9a6c7d;
}
.dashboard .overview-box.overview-box-1 .overview-box-content .overview-box-icon {
  background-color: #9a6c7d;
}
.dashboard .overview-box.overview-box-2 .overview-box-header {
  background-color: #bfddf3;
}
.dashboard .overview-box.overview-box-2 .overview-box-content {
  background-color: #537994;
}
.dashboard .overview-box.overview-box-2 .overview-box-content .overview-box-icon {
  background-color: #537994;
}
.dashboard .overview-box.overview-box-3 .overview-box-header {
  background-color: #ffe8b4;
}
.dashboard .overview-box.overview-box-3 .overview-box-content {
  background-color: #af9763;
}
.dashboard .overview-box.overview-box-3 .overview-box-content .overview-box-icon {
  background-color: #af9763;
}
.dashboard .overview-box.overview-box-4 .overview-box-header {
  background-color: #96a0a9;
}
.dashboard .overview-box.overview-box-4 .overview-box-content {
  background-color: #5a5e65;
}
.dashboard .overview-box.overview-box-4 .overview-box-content .overview-box-icon {
  background-color: #5a5e65;
}
.dashboard .task-list {
  overflow: hidden;
}
.dashboard .task-list .p-panel {
  min-height: 340px;
  /*
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  */
}
.dashboard .task-list .p-panel-content {
  padding: 10px 0 0 0 !important;
}
.dashboard .task-list button {
  margin-top: -28px;
  margin-right: 10px;
  float: right;
}
.dashboard .task-list .task-list-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dashboard .task-list .task-list-container > li {
  padding: 10px 14px;
  border-bottom: 1px solid #dbdbdb;
}
.dashboard .task-list .task-list-container > li:first-child {
  margin-top: 10px;
}
.dashboard .task-list .task-list-container .p-checkbox {
  vertical-align: middle;
  margin-right: 5px;
}
.dashboard .task-list .task-list-container .task-name {
  vertical-align: middle;
}
.dashboard .task-list .task-list-container i {
  color: #616161;
  float: right;
}
.dashboard .contact-form {
  overflow: hidden;
}
.dashboard .contact-form .p-panel {
  min-height: 340px;
  /*
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  */
}
.dashboard .contact-form .p-col-12 {
  padding: 16px 10px;
}
.dashboard .contact-form .p-button {
  margin-top: 20px;
}
.dashboard .messages {
  overflow: hidden;
}
.dashboard .messages .p-panel {
  min-height: 340px;
  /*
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  */
}
.dashboard .messages .p-panel-content {
  padding: 15px 0 10px 0 !important;
}
.dashboard .messages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dashboard .messages ul li {
  border-bottom: 1px solid #d8d8d8;
}
.dashboard .messages ul li > div {
  display: inline-block;
  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 .messages ul li > div:before, .dashboard .messages ul li > div:after {
  content: "";
  display: table;
}
.dashboard .messages ul li > div:after {
  clear: both;
}
.dashboard .messages ul li > div img {
  float: left;
}
.dashboard .messages ul li > div > div {
  float: left;
  margin-left: 10px;
}
.dashboard .messages ul li > div > div .name {
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  color: #212121;
}
.dashboard .messages ul li > div > div .message {
  font-size: 0.875rem;
  color: #616161;
}
.dashboard .messages ul li > div button {
  position: absolute;
  top: 15px;
}
.dashboard .messages ul li > div button.message-btn {
  right: 20px;
}
.dashboard .messages ul li > div button.remove-btn {
  right: 60px;
}
.dashboard .messages ul li > div:hover {
  cursor: pointer;
  background-color: #e8e8e8;
}
.dashboard .messages ul li:last-child {
  border: 0;
}
.dashboard .chat .p-panel {
  /*
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  */
}
.dashboard .chat .p-panel-content {
  padding: 0 !important;
}
.dashboard .chat .p-tabview {
  border-color: transparent;
}
.dashboard .chat .p-tabview .p-tabview-panel {
  border: 0 none;
}
.dashboard .chat .chat-messages {
  padding: 12px;
  margin: 0;
  list-style-type: none;
}
.dashboard .chat .chat-messages li {
  padding: 6px 0;
}
.dashboard .chat .chat-messages li:before, .dashboard .chat .chat-messages li:after {
  content: "";
  display: table;
}
.dashboard .chat .chat-messages li:after {
  clear: both;
}
.dashboard .chat .chat-messages li img {
  width: 36px;
  float: left;
}
.dashboard .chat .chat-messages 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 .chat-messages li.message-from img, .dashboard .chat .chat-messages li.message-from span {
  float: left;
}
.dashboard .chat .chat-messages li.message-from img {
  margin-right: 8px;
}
.dashboard .chat .chat-messages li.message-from span {
  background-color: #eaeaea;
}
.dashboard .chat .chat-messages li.message-own img, .dashboard .chat .chat-messages li.message-own span {
  float: right;
}
.dashboard .chat .chat-messages li.message-own img {
  margin-left: 8px;
}
.dashboard .chat .chat-messages li.message-own span {
  background: #c7e1f3;
  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: 1.5rem;
}
.dashboard .chat .new-message .message-input {
  position: relative;
  top: -6px;
  width: calc(100% - 100px);
  display: inline-block;
  padding: 0 5px;
}
.dashboard .chat .new-message .message-input input {
  border: 0 none;
  font-size: 0.875rem;
  width: 100%;
  background-color: transparent;
  outline: 0 none;
  color: #616161;
}
.dashboard .global-sales .header-helper {
  float: right;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.dashboard .global-sales .p-panel {
  /*
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
*/
}
.dashboard .global-sales .p-panel-content {
  padding: 14px 9px 0px 9px;
}
.dashboard .global-sales table {
  width: 100%;
  border-collapse: collapse;
}
.dashboard .global-sales table th {
  font-weight: 700;
  text-align: left;
  padding: 8px 5px;
}
.dashboard .global-sales table tbody tr {
  border-top: 1px solid #dbdbdb;
}
.dashboard .global-sales table tbody tr img {
  width: 36px;
  height: 36px;
}
.dashboard .global-sales table tbody tr td {
  padding: 8px 5px;
}
.dashboard .global-sales table tbody tr td:nth-child(1) {
  font-weight: 700;
  text-align: center;
}
.dashboard .global-sales table tbody tr td:nth-child(3) {
  font-weight: 700;
}
.dashboard .global-sales table tbody tr td:nth-child(7) {
  text-align: right;
}
.dashboard .global-sales table tbody tr td:nth-child(7) button {
  margin-left: 10px;
}
.dashboard .global-sales table tbody tr td .up-arrow {
  color: #5f9fcc;
}
.dashboard .global-sales table tbody tr td .down-arrow {
  color: #727980;
}
.dashboard .status-bars ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dashboard .status-bars ul li {
  padding: 8px 14px;
  position: relative;
}
.dashboard .status-bars ul li span {
  position: absolute;
  right: 36px;
  top: 8px;
}
.dashboard .status-bars ul li i {
  position: absolute;
  right: 4px;
  top: 4px;
}
.dashboard .status-bars .status-bar {
  height: 18px;
  width: 75%;
  background-color: #d8d8d8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.dashboard .status-bars .status-bar .status-bar-value {
  height: 100%;
  color: #ffffff;
  text-align: right;
  padding-right: 4px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.dashboard .status-bars .status-bar.status-bar-1 .status-bar-value {
  background-color: #c34872;
}
.dashboard .status-bars .status-bar.status-bar-1 ~ i {
  color: #c34872;
}
.dashboard .status-bars .status-bar.status-bar-2 .status-bar-value {
  background-color: #5ea1cc;
}
.dashboard .status-bars .status-bar.status-bar-2 ~ i {
  color: #5ea1cc;
}
.dashboard .status-bars .status-bar.status-bar-3 .status-bar-value {
  background-color: #d2a94d;
}
.dashboard .status-bars .status-bar.status-bar-3 ~ i {
  color: #d2a94d;
}
.dashboard .status-bars .status-bar.status-bar-4 .status-bar-value {
  background-color: #36b799;
}
.dashboard .status-bars .status-bar.status-bar-4 ~ i {
  color: #36b799;
}
.dashboard .status-bars .status-bar.status-bar-5 .status-bar-value {
  background-color: #a56eb7;
}
.dashboard .status-bars .status-bar.status-bar-5 ~ i {
  color: #a56eb7;
}
.dashboard .image-box .card {
  padding: 0;
}
.dashboard .image-box .card img {
  width: 100%;
}
.dashboard .image-box .card .image-box-content {
  padding: 16px;
}
.dashboard .image-box .card .image-box-content h3 {
  font-weight: 700;
  margin-top: 0;
}
.dashboard .image-box .card .image-box-content .image-box-tag {
  width: 40px;
  text-align: left;
  color: #ffffff;
  background-color: #5ea1cc;
  padding: 0 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.dashboard .image-box .card .image-box-footer {
  text-align: right;
}
.dashboard .user-card {
  border: 1px solid #dbdbdb;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dashboard .user-card .user-card-header {
  height: 100px;
  overflow: hidden;
}
.dashboard .user-card .user-card-header img {
  width: 100%;
}
.dashboard .user-card .user-card-content {
  min-height: 340px;
  background-color: #ffffff;
  position: relative;
}
.dashboard .user-card .user-card-content img {
  position: absolute;
  top: -90px;
  left: 24px;
}
.dashboard .user-card .user-card-content .p-button {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -18px;
  right: 24px;
}
.dashboard .user-card .user-card-content .user-card-name {
  font-size: 1.25rem;
  color: #212121;
  position: absolute;
  top: -60px;
  margin-left: 110px;
  font-weight: 700;
  white-space: nowrap;
}
.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 #dbdbdb;
}
.dashboard .user-card .user-card-content .user-detail ul li:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.dashboard .user-card .user-card-content .user-detail ul li i {
  font-size: 1.5rem;
  margin-right: 8px;
  width: 32px;
  vertical-align: middle;
  color: #616161;
}
.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: #616161;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-progressbar {
  display: inline-block;
  width: 100px;
  background-color: #dbdbdb;
  float: right;
  margin-top: 12px;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-progressbar .project-progressbar-value {
  background-color: #5084a9;
  height: 4px;
}
.dashboard .map .p-panel {
  /*
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  */
}
.dashboard .map .p-panel .p-panel-content {
  padding: 8px;
}
.dashboard .map .p-panel .p-panel-content img {
  width: 100%;
}
.dashboard .schedule .p-panel {
  /*
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  */
}
.dashboard .schedule .p-panel .fc-today-button {
  display: none;
}

@media (max-width: 640px) {
  .dashboard .status-bars .status-bar {
    width: 65%;
  }
  .dashboard .global-sales table tbody tr td:nth-child(7) {
    text-align: left;
  }
  .dashboard .global-sales table tbody tr td:nth-child(7) button {
    display: block;
    margin-left: 0;
  }
  .dashboard .global-sales table tbody tr td:nth-child(7) button:first-child {
    margin-bottom: 4px;
  }
}
.login-body {
  /* background-image: url("../images/login/login-bg.jpg"); */
  /* background-image: url("../images/login/trianglify3.png"); */
  background-image: url("../images/login/trianglify3.svg");
  /* background-image: url("../images/login/LowPolyBackground_3.jpg"); */
  /* background-image: url("../images/login/LowPolyBackground.jpg"); */
  /* background-image: url("../images/login/flat-design-wallpapers-HD-07.jpg");  */
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-body .login-panel {
  width: 550px;
  height: 480px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -275px;
  margin-top: -240px;
  padding: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
}
.login-body .login-panel .login-panel-header {
  background-color: #2f4b5f; /*#6f747b*/
  text-align: center;
  padding: 8px 14px;
}
.login-body .login-panel .login-panel-header img {
  vertical-align: middle;
  width: 170px;
}
.login-body .login-panel .login-panel-content {
  padding: 50px 100px;
}
.login-body .login-panel .login-panel-content h1 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.login-body .login-panel .login-panel-content .p-col-12, .login-body .login-panel .login-panel-content .p-col-6 {
  padding: 1em;
}
.login-body .login-panel .login-panel-content .p-col-12:last-child, .login-body .login-panel .login-panel-content .p-col-6:last-child {
  text-align: center;
}
.login-body .login-panel .login-panel-content .p-col-12:last-child a, .login-body .login-panel .login-panel-content .p-col-6:last-child a {
  color: #5f9fcc;
}
.login-body .login-panel .login-panel-content .password-reset {
  text-align: right;
}
.login-body .login-panel .login-panel-content .password-reset a {
  color: #616161;
}
.login-body .login-panel .login-panel-content .p-checkbox-label {
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.login-body .login-panel .login-panel-content .p-inputtext {
  width: 100%;
}
.login-body .login-panel .login-panel-content .p-button {
  width: 100%;
}
.login-body .login-panel .login-panel-content .p-button .p-button-icon-left {
  vertical-align: sub;
}

@media (max-width: 640px) {
  .login-body .login-panel {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .login-body .login-panel .login-panel-content {
    padding: 50px 25px;
  }
}
.exception-body {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.exception-body.error {
  background-image: url("../images/exception/error-bg.jpg"); 
}
.exception-body.error .exception-panel .exception-code {
  background-color: #5f9fcc;
}
.exception-body.error .exception-panel .exception-code img {
  margin-left: -194px;
}
.exception-body.error .exception-panel .exception-icon {
  background-color: #5f9fcc;
}
.exception-body.notfound {
  background-image: url("../images/exception/notfound-bg.jpg"); 
}
.exception-body.notfound .exception-panel .exception-code {
  background-color: #5f9fcc;
}
.exception-body.notfound .exception-panel .exception-code img {
  margin-left: -206px;
}
.exception-body.notfound .exception-panel .exception-icon {
  background-color: #5f9fcc;
}
.exception-body.accessdenied {
  background-image: url("../images/exception/access-bg.jpg");
}
.exception-body.accessdenied .exception-panel .exception-code {
  background-color: #e6bc5d;
}
.exception-body.accessdenied .exception-panel .exception-code img {
  margin-left: -178px;
}
.exception-body.accessdenied .exception-panel .exception-icon {
  background-color: #e6bc5d;
}
.exception-body .exception-panel {
  width: 550px;
  height: 480px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -275px;
  margin-top: -240px;
  padding: 0;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
}
.exception-body .exception-panel .exception-code {
  height: 240px;
  position: relative;
}
.exception-body .exception-panel .exception-code img {
  position: absolute;
  bottom: 0;
  height: 190px;
  left: 50%;
}
.exception-body .exception-panel .exception-detail {
  height: 240px;
  position: relative;
  padding: 60px 0 0 0;
}
.exception-body .exception-panel .exception-detail .exception-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  z-index: 100;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14);
}
.exception-body .exception-panel .exception-detail .exception-icon i {
  font-size: 2.75rem;
  line-height: inherit;
  color: #ffffff;
}
.exception-body .exception-panel .exception-detail h1 {
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0 8px 0;
}
.exception-body .exception-panel .exception-detail p {
  color: #616161;
  margin: 0 0 60px 0;
}

@media (max-width: 640px) {
  .exception-body .exception-panel {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .exception-body.error .exception-panel .exception-code img {
    height: 150px;
    margin-left: -150px;
  }
  .exception-body.notfound .exception-panel .exception-code img {
    height: 150px;
    margin-left: -163px;
  }
  .exception-body.accessdenied .exception-panel .exception-code img {
    height: 150px;
    margin-left: -141px;
  }
}
.landing-body {
  background-color: #F5F5F5;
}
.landing-body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-body p {
  line-height: 1.5;
}
.landing-body #header {
  background-color: #F5F5F5;
}
.landing-body #header > div {
  width: 960px;
  margin: 0 auto;
  height: 90px;
  padding: 15px 0;
}
.landing-body #header > div img {
  height: 60px;
}
.landing-body #header > div #landing-menu {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.landing-body #header > div #landing-menu > li {
  display: inline-block;
}
.landing-body #header > div #landing-menu > li a {
  border-bottom: 5px solid transparent;
  color: #616161;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  height: 55px;
  font-size: 1rem;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.landing-body #header > div #landing-menu > li:hover a {
  color: #5f9fcc;
  border-color: #5f9fcc;
}
.landing-body #header > div #landing-menu-button {
  color: #5f9fcc;
  display: none;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
.landing-body #header > div #landing-menu-button i {
  font-size: 48px;
}
.landing-body #introduction > div {
  background: url("../images/landing/landing-header.png");
  min-height: 400px;
  color: #ffffff;
  text-align: center;
  padding-top: 120px;
  background-size: cover;
}
.landing-body #introduction > div h1 {
  padding: 0;
  margin: 0 0 20px 0;
}
.landing-body #introduction > div p {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.landing-body #introduction > div button {
  min-width: 180px;
}
.landing-body #features > div {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
.landing-body #features > div .feature-box {
  padding: 30px 15px 30px 0;
}
.landing-body #features > div .feature-box:before, .landing-body #features > div .feature-box:after {
  content: "";
  display: table;
}
.landing-body #features > div .feature-box:after {
  clear: both;
}
.landing-body #features > div .feature-box img {
  float: left;
  margin-right: 30px;
}
.landing-body #features > div .feature-box > div {
  padding: 16px 0;
}
.landing-body #features > div .feature-box > div h3 {
  font-size: 1rem;
  margin: 0;
}
.landing-body #features > div .feature-box > div p {
  color: #757575;
  margin: 8px;
}
.landing-body #stats {
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#424242));
  background-image: -webkit-linear-gradient(top, #212121, #424242);
  background-image: -moz-linear-gradient(top, #212121, #424242);
  background-image: -ms-linear-gradient(top, #212121, #424242);
  background-image: -o-linear-gradient(top, #212121, #424242);
  background-image: linear-gradient(to bottom, #212121, #424242);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#212121", endColorStr="#424242");
}
.landing-body #stats > div {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
.landing-body #stats > div .p-col-12 {
  padding: 20px;
}
.landing-body #stats > div .stat-box {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  padding: 18px;
  text-align: center;
  color: #e91e63;
}
.landing-body #stats > div .stat-box h3 {
  font-weight: 400;
  margin: 0;
}
.landing-body #stats > div .stat-box p {
  margin: 0;
}
.landing-body #stats > div .stat-box.stat-box-active {
  background-color: #e91e63;
  color: #ffffff;
}
.landing-body #video {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
}
.landing-body #video > div {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
.landing-body #video > div .video-description {
  padding-top: 80px;
  padding-right: 50px;
}
.landing-body #video > div .video-description h3 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 0 12px 0;
}
.landing-body #video > div .video-description p {
  margin: 0 0 1.5rem 0;
}
.landing-body #pricing > div {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.landing-body #pricing > div > h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 12px 0;
}
.landing-body #pricing > div > p {
  color: #757575;
  margin: 0 0 40px 0;
}
.landing-body #pricing > div .pricing-box {
  width: 100%;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.landing-body #pricing > div .pricing-box .pricing-header {
  background-color: #212121;
  padding: 16px;
  text-align: center;
}
.landing-body #pricing > div .pricing-box .pricing-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 4px;
  border-bottom: 1px solid #a7a5a5;
}
.landing-body #pricing > div .pricing-box .pricing-header p {
  color: #a7a5a5;
  margin: 0;
  padding: 4px 0 0 0;
}
.landing-body #pricing > div .pricing-box .pricing-content {
  padding: 16px;
  min-height: 350px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
}
.landing-body #pricing > div .pricing-box .pricing-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.landing-body #pricing > div .pricing-box .pricing-content ul li {
  padding: 8px 0;
}
.landing-body #pricing > div .pricing-box .pricing-content ul li i {
  color: #4caf50;
  vertical-align: middle;
  margin-right: 6px;
}
.landing-body #pricing > div .pricing-box .pricing-content button {
  position: absolute;
  min-width: 180px;
  bottom: 20px;
  left: 50%;
  margin-left: -90px;
}
.landing-body #pricing > div .pricing-box .pricing-content .pricing-fee {
  position: absolute;
  top: -24px;
  right: 14px;
  margin-left: -90px;
  text-align: center;
  font-size: 1rem;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #e91e63;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
}
.landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-header {
  background-color: #e91e63;
  color: #ffffff;
}
.landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-header h3 {
  border-bottom: 1px solid #ffffff;
}
.landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-header p {
  color: #ffffff;
}
.landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-content .pricing-fee {
  background-color: #212121;
  color: #ffffff;
}
.landing-body #contact {
  background-color: #424242;
}
.landing-body #contact > div {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.landing-body #contact > div > h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 12px 0;
  color: #f5f5f5;
}
.landing-body #contact > div > p {
  margin: 0 0 40px 0;
  color: #e0e0e0;
}
.landing-body #contact > div .contact-form {
  text-align: left;
}
.landing-body #contact > div .contact-form > div {
  padding: 1em 0.5em;
}
.landing-body #contact > div .contact-form button {
  width: auto;
  min-width: 180px;
  margin-left: 15px;
  margin-top: 40px;
}
.landing-body #contact > div .contact-form .md-inputfield input:focus ~ label,
.landing-body #contact > div .contact-form .md-inputfield input.ui-state-filled ~ label,
.landing-body #contact > div .contact-form .md-inputfield textarea:focus ~ label,
.landing-body #contact > div .contact-form .md-inputfield textarea.ui-state-filled ~ label,
.landing-body #contact > div .contact-form .md-inputfield .md-inputwrapper-focus ~ label,
.landing-body #contact > div .contact-form .md-inputfield .md-inputwrapper-filled ~ label {
  color: #81C784;
}
.landing-body #contact > div .contact-form .md-inputfield input:-webkit-autofill ~ label {
  color: #81C784;
}
.landing-body #contact > div .contact-form .md-inputfield input:focus {
  border-color: #81C784;
}
.landing-body #contact > div .contact-form .md-inputfield input {
  color: #ffffff;
}
.landing-body #footer {
  background-color: #212121;
  color: #ffffff;
}
.landing-body #footer > div {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}
.landing-body #footer > div .footer-logo {
  height: 54px;
  float: left;
  margin-right: 14px;
}
.landing-body #footer > div h4 {
  margin: 0 0 8px 0;
  font-weight: 700;
}
.landing-body #footer > div p {
  margin: 0;
  line-height: 1.5;
}
.landing-body #footer > div p:last-child {
  margin-top: 8px;
}
.landing-body #footer > div i {
  vertical-align: middle;
}
.landing-body #footer > div .footer-social a {
  margin-right: 14px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.landing-body #footer > div .footer-social a img {
  width: 30px;
  height: 30px;
}
.landing-body #footer > div .footer-social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 64em) {
  .landing-body {
    padding-top: 90px;
  }
  .landing-body #header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  }
  .landing-body #header > div {
    width: 100%;
    padding-left: 15px;
  }
  .landing-body #header > div #landing-menu-button {
    display: block;
  }
  .landing-body #header > div #landing-menu {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    display: none;
    float: none;
    width: 100%;
    text-align: center;
    background-color: #F5F5F5;
    position: fixed;
    top: 70px;
    left: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  }
  .landing-body #header > div #landing-menu li {
    display: block;
  }
  .landing-body #header > div #landing-menu li a {
    height: auto;
    border-bottom: 0 none;
    padding: 15px;
  }
  .landing-body #header > div #landing-menu.landing-menu-active {
    display: block;
  }
  .landing-body #introduction {
    width: 100%;
  }
  .landing-body #introduction > div h1, .landing-body #introduction > div p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing-body #features > div {
    width: 100%;
    padding-left: 15px;
  }
  .landing-body #stats > div {
    width: 100%;
  }
  .landing-body #video > div {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing-body #video > div .video-description {
    padding-top: 0;
    padding-right: 0;
  }
  .landing-body #video > div iframe {
    width: 300px;
    height: 200px;
  }
  .landing-body #pricing > div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing-body #contact > div {
    width: 100%;
    text-align: center;
  }
  .landing-body #contact > div .contact-map {
    text-align: center;
  }
  .landing-body #contact > div .contact-map img {
    width: 100%;
  }
  .landing-body #contact > div .contact-form .p-col-12 {
    padding: 15px;
  }
  .landing-body #footer > div {
    width: 100%;
  }
  .landing-body #footer > div .p-col-12 {
    padding-top: 24px;
  }
}
html {
  height: 100%;
}

body {
  font-family: "StatisSans-Regular";
  font-size: 1rem;
  line-height: 1.25rem;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #F5F5F5;
}
body .ajax-loader {
  font-size: 32px;
  color: #6f747b;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout-wrapper .layout-sidebar {
  width: 240px;
  height: 150%;
  position: fixed;
  left: -180px;
  top: 0;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 999999;
  background-color: #36566d; /*#5a5e65*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  /*
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  */
  /* background-image: url("../images/special/bg-moody-light.png"); */
  /* background-image: url("../images/login/trianglify3.png"); */
  background-image: url("../images/login/trianglify3.svg");
  /* background-image: url("../images/login/LowPolyBackground_3.jpg"); */
  /* background-image: url("../images/login/LowPolyBackground.jpg"); */
  /* background-image: url("../images/login/flat-design-wallpapers-HD-07.jpg"); */
  /* background-size: 240px 100%; */
  background-size: auto 100%;
  background-repeat: no-repeat; 
  background-position: center;
}

.layout-wrapper.layout-menu-horizontal .layout-sidebar 
{
  background-size: 100% auto;
  background-position: center;
}

.layout-wrapper .layout-sidebar .sidebar-logo {
  height: 64px;
  background-color: #2f4b5f; /*#4b4f54*/
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-wrapper .layout-sidebar .sidebar-logo img {
  height: 48px;
  margin-left: 12px;
  vertical-align: middle;
}
.layout-wrapper .layout-sidebar .sidebar-logo .sidebar-anchor {
  display: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  background-color: #2f4b5f; /*#4b4f54*/
  vertical-align: middle;
  float: right;
  margin-right: 8px;
  margin-top: 12px;
  -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 .sidebar-logo .app-name {
  color: #ffffff;
  vertical-align: middle;
  font-size: 1.75rem;
}
.layout-wrapper .layout-sidebar .layout-menu {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.layout-wrapper .layout-sidebar .layout-menu li {
  padding: 4px 28px 4px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > a {
  color: #7fb9e2;
}
.layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > a i {
  color: #7fb9e2;
}
.layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > a i.layout-submenu-toggler {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > ul {
  max-height: 1000px;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.layout-wrapper .layout-sidebar .layout-menu li > a {
  user-select: none;
  cursor: pointer;
  color: #ffffff;
  display: block;
  padding: 10px 10px 10px 10px;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-wrapper .layout-sidebar .layout-menu li > a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.layout-wrapper .layout-sidebar .layout-menu li > a:hover i {
  color: #ffffff;
}
.layout-wrapper .layout-sidebar .layout-menu li > a > .menuitem-text {
  display: inline-block;
  max-width: 145px;
  word-break: break-all;
}
.layout-wrapper .layout-sidebar .layout-menu li > a i {
  color: #ffffff;
  float: right;
  width: 20px;
  height: 20px;
  font-size: 1.25rem;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.layout-wrapper .layout-sidebar .layout-menu li > a i.layout-submenu-toggler {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 34px;
  display: none;
}
.layout-wrapper .layout-sidebar .layout-menu li > a .menuitem-badge {
  display: none;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -8px;
}
.layout-wrapper .layout-sidebar .layout-menu li a.active-menuitem-routerlink {
  color: #b6d6ec; /*#7fb9e2*/
}
.layout-wrapper .layout-sidebar .layout-menu li a.active-menuitem-routerlink i {
  color: #b6d6ec; /*#7fb9e2*/
}
.layout-wrapper .layout-sidebar .layout-menu li ul {
  max-height: 0;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}
.layout-wrapper .layout-sidebar .layout-menu li ul li {
  padding: 4px 0;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li a {
  padding-left: 20px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li a {
  padding-left: 30px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul li a {
  padding-left: 40px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul li a {
  padding-left: 50px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul li a {
  padding-left: 60px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul li a {
  padding-left: 70px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul ul li a {
  padding-left: 80px;
}
.layout-wrapper .layout-sidebar .layout-menu > li > a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.layout-wrapper .layout-sidebar .layout-menu > li:first-child.active-menuitem a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a {
  color: #ffffff;
  background-color: #5f9fcc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  /*
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.3), 0 7px 10px -5px rgba(60, 72, 88, 0.1);
  -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.3), 0 7px 10px -5px rgba(60, 72, 88, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.3), 0 7px 10px -5px rgba(60, 72, 88, 0.1);
  */
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #ffffff;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > ul {
  background-color: rgba(255, 255, 255, 0.1);
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.layout-wrapper .layout-sidebar .layout-menu .menuitem-badge {
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  text-align: center;
  background-color: #548db5;
  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-active {
  left: 0;
}
.layout-wrapper .layout-sidebar.layout-sidebar-active .sidebar-logo img {
  display: inline;
}
.layout-wrapper .layout-sidebar.layout-sidebar-active .sidebar-logo .sidebar-anchor {
  display: inline-block;
}
.layout-wrapper .layout-sidebar.layout-sidebar-active .layout-menu li a i.layout-submenu-toggler {
  display: inline-block;
}
.layout-wrapper .layout-sidebar.layout-sidebar-active .layout-menu li a .menuitem-badge {
  display: inline-block;
}
.layout-wrapper .layout-sidebar .p-scrollpanel {
  border: none;
  background-color: transparent;
}
.layout-wrapper .layout-sidebar .p-scrollpanel .p-scrollpanel-bar {
  background-color: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.layout-wrapper .layout-sidebar .p-scrollpanel .p-scrollpanel-hidden {
  display: block;
  visibility: hidden;
}
.layout-wrapper .layout-sidebar .p-scrollpanel .layout-menu {
  width: 258px;
  padding-bottom: 120px;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark {
  background-color: #424242;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a {
  color: #dee0e3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a:hover {
  background-color: #545454;
  color: #ffffff;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a:hover i {
  color: #ffffff;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a i {
  color: #dee0e3;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a {
  color: #81C784;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a i {
  color: #81C784;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li a.active-menuitem-routerlink {
  color: #81C784;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li a.active-menuitem-routerlink i {
  color: #81C784;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a {
  background-color: #81C784;
  color: #ffffff;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a i {
  color: #ffffff;
}
.layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > ul {
  background-color: #616161;
}

.layout-wrapper-static .layout-sidebar {
  left: 0;
}
.layout-wrapper-static .layout-sidebar .sidebar-logo .sidebar-anchor {
  display: inline-block;
  background-color: #ffffff;
}
.layout-wrapper-static .layout-sidebar .layout-menu li a i.layout-submenu-toggler {
  display: inline-block;
}
.layout-wrapper-static .layout-sidebar .layout-menu li a .menuitem-badge {
  display: inline-block;
}

.layout-wrapper-static-restore .layout-sidebar {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1025px) {
  .layout-wrapper.layout-menu-horizontal .layout-sidebar {
    width: 100%;
    height: auto;
    top: 64px;
    left: 0;
    z-index: 99;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .sidebar-logo {
    display: none;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel {
    overflow: visible;
    border: none;
    background: transparent;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .p-scrollpanel-wrapper {
    overflow: visible;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
    overflow: visible;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu {
    margin: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li {
    width: auto;
    padding: 0;
    position: relative;
    float: left;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > a {
    height: 44px;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > a .menuitem-text {
    vertical-align: middle;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > a i {
    float: none;
    position: static;
    vertical-align: middle;
    margin-top: 0;
    top: auto;
    right: auto;
    margin-right: 5px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > a i.layout-submenu-toggler {
    display: inline-block;
    margin-top: 2px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li.active-menuitem > a {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li.active-menuitem > a i {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li.active-menuitem > a:hover {
    /* color: #212121; */
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li.active-menuitem > a:hover i {
    /* color: #212121; */
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul {
    top: 44px;
    left: 0;
    width: 230px;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 100;
    height: 0;
    overflow: auto;
    max-height: 450px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li a {
    padding-left: 40px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li a i {
    float: none;
    left: 10px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li a i:last-child {
    right: 10px;
    left: auto;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li a .layout-submenu-toggler {
    display: block;
    left: auto;
    right: 10px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li ul li a {
    padding-left: 50px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li ul li a i:first-child {
    left: 20px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li ul ul li a {
    padding-left: 60px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li ul ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li > ul li ul ul li a i:first-child {
    left: 30px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu > li.active-menuitem > ul {
    height: auto;
    background-color: #36566d; /*#5a5e65*/
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    /* color: #212121; */
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu li a:hover i {
    /* color: #212121; */
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .p-scrollpanel .layout-menu li a .menuitem-badge {
    left: 18px;
    top: 15px;
    display: block;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark {
    background-color: #616161;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li > a:hover {
    background-color: #545454;
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li > a:hover i {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li > ul li a:hover {
    background-color: #545454;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li a:hover {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li a:hover i {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a {
    color: #96d099;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a i {
    color: #96d099;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a:hover {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a:hover i {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a i {
    color: #ffffff;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > ul {
    background-color: #616161;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main {
    margin-left: 0px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main .layout-topbar {
    width: 100%;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main .layout-topbar .topbar-logo {
    float: left;
    margin-top: -10px;
    margin-right: 20px;
    display: inline-block;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main .layout-topbar .topbar-logo img {
    height: 56px;
    vertical-align: middle;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main .layout-topbar .topbar-logo .app-name {
    color: #ffffff;
    font-size: 26px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
    float: right;
    margin-left: 20px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
    left: auto;
    right: 105px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
    left: 232px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main .layout-breadcrumb {
    padding-top: 108px;
  }
}
.layout-wrapper .layout-main {
  margin-left: 60px;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-wrapper .layout-main .layout-topbar {
  height: 64px;
  background-color: #ffffff;
  padding: 16px 42px 16px 24px;
  position: fixed;
  width: calc(100% - 40px);
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  /*
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999997;
  border-bottom: 1px solid #dbdbdb;
}
.layout-wrapper .layout-main .layout-topbar .menu-btn {
  cursor: pointer;
  display: none;
  color: #6c7379;
  float: left;
}
.layout-wrapper .layout-main .layout-topbar .menu-btn i {
  font-size: 32px;
}
.layout-wrapper .layout-main .layout-topbar .topbar-menu-btn {
  cursor: pointer;
  display: none;
  color: #6c7379;
  float: right;
}
.layout-wrapper .layout-main .layout-topbar .topbar-menu-btn i {
  font-size: 2rem;
}
.layout-wrapper .layout-main .layout-topbar .mobile-logo {
  display: none;
  height: 48px;
  margin-top: -8px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin: 0;
  -webkit-animation-duration: 0s;
  -moz-animation-duration: 0s;
  animation-duration: 0s;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:before, .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:after {
  content: "";
  display: table;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:after {
  clear: both;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu .topbar-badge {
  width: 16px;
  height: 16px;
  text-align: center;
  background-color: #5f9fcc;
  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-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li {
  cursor: pointer;
  float: right;
  position: relative;
  margin-left: 20px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > button {
  width: 100%;
  color: #6c7379;
  position: relative;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > button:focus {
  outline: 0;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > button .topbar-item-name {
  display: none;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > button i {
  font-size: 2rem;
  color: #6c7379;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > button i:hover {
  color: #96a0a9;
  cursor: pointer;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > button .topbar-badge {
  position: absolute;
  right: -4px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
  float: left;
  margin-left: 0;
  padding-top: 4px;
  cursor: pointer;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > button {
  display: inline-block;
  position: relative;
  top: -10px;
  width: 100%;
  color: #494e52;
  font-size: 0.875rem;
  font-weight: "Roboto", "Helvetica Neue", sans-serif;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > button .profile-image-wrapper {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid transparent;
  width: 44px;
  height: 44px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > button .profile-image-wrapper img {
  width: 40px;
  height: 40px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > button .profile-name {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  margin-top: -4px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > button:hover .profile-image-wrapper {
  border-color: #5f9fcc;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
  right: auto;
  left: 5px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
  left: 8px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input {
  border: 0 none;
  width: 150px;
  padding: 6px 24px 6px 6px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #5f9fcc, #5f9fcc), linear-gradient(to bottom, #929ba2, #929ba2);
  border-width: 0;
  outline: 0 none;
  color: #6c7379;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input:focus label {
  color: #6c7379;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item i {
  position: absolute;
  right: 0;
  top: 0;
  color: #6c7379;
  font-size: 1.75rem;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item label {
  color: #6c7379;
  margin-top: 6px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input:focus ~ i {
  color: #6c7379;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul {
  position: absolute;
  top: 60px;
  right: 5px;
  display: none;
  width: 250px;
  background-color: #ffffff;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  border-top: 4px solid #5f9fcc;
  -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-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul button {
  padding: 10px 10px 10px 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  /* color: #212121; */
  font-size: 0.875rem;
  font-weight: "Roboto", "Helvetica Neue", sans-serif;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul button i {
  color: #616161;
  margin-right: 8px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul button img {
  margin-right: 8px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul button i, .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul button img, .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul button span {
  vertical-align: middle;
  display: inline-block;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul button .topbar-submenuitem-badge {
  background-color: #5f9fcc;
  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 .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul button:hover {
  background-color: #deeaf3;
  -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-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul button:hover i {
  color: #212121;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul:before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #5f9fcc;
  content: " ";
  position: absolute;
  top: -15px;
  left: 232px;
}
.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.active-topmenuitem > ul {
  display: block;
}
.layout-wrapper .layout-main .layout-breadcrumb {
  background-color: #ffffff;
  /*
  -webkit-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
  */
  min-height: 42px;
  padding-top: 64px;
}
.layout-wrapper .layout-main .layout-breadcrumb:before, .layout-wrapper .layout-main .layout-breadcrumb:after {
  content: "";
  display: table;
}
.layout-wrapper .layout-main .layout-breadcrumb:after {
  clear: both;
}
.layout-wrapper .layout-main .layout-breadcrumb ul {
  margin: 8px 0 0 0;
  padding: 0 0 0 20px;
  list-style: none;
  color: #616161;
  display: inline-block;
}
.layout-wrapper .layout-main .layout-breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  color: #616161;
  text-transform: capitalize;
}
.layout-wrapper .layout-main .layout-breadcrumb ul li:first-child {
  margin-right: 4px;
}
.layout-wrapper .layout-main .layout-breadcrumb ul li:first-child button {
  margin-top: 2px;
  font-size: 1em;
}
.layout-wrapper .layout-main .layout-breadcrumb ul li button {
  display: inline-block;
  color: #616161;
}
.layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options {
  float: right;
  padding: 0px 20px 0 0;
  height: 100%;
}
.layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options button {
  color: #616161;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  -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-main .layout-breadcrumb .layout-breadcrumb-options button:hover {
  background-color: #e8e8e8;
}
.layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options button i {
  line-height: inherit;
}

.layout-wrapper .layout-main .layout-content {
  /* padding: 30px; */
  /* padding: 14px; */
  padding: 110px 14px 14px 14px;
}
.layout-wrapper.layout-menu-horizontal .layout-main .layout-content 
{
  /* padding: 30px; */
  /* padding: 14px; */
  padding: 154px 14px 14px 14px;
}
.layout-wrapper .layout-main .layout-main-mask {
  display: none;
}
.layout-wrapper .layout-main .layout-footer {
  padding: 16px 24px;
  border: 0 none;
  border-top: 1px solid #dbdbdb;
  background: #ffffff;
}
.layout-wrapper .layout-main .layout-footer img {
  margin-top: 5px;
  width: 100px;
}
.layout-wrapper .layout-main .layout-footer .footer-text-right {
  float: right;
  margin-top: 10px;
}
.layout-wrapper .layout-main .layout-footer .footer-text-right span {
  vertical-align: middle;
}

.layout-wrapper-static .layout-main {
  margin-left: 240px;
}
.layout-wrapper-static .layout-main .layout-topbar {
  width: calc(100% - 240px);
}

@media (max-width: 1024px) {
  .layout-wrapper .layout-sidebar {
    left: -240px;
  }
  .layout-wrapper .layout-sidebar .sidebar-logo .sidebar-anchor {
    display: none !important;
  }
  .layout-wrapper .layout-main {
    margin-left: 0;
    left: 0;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .layout-wrapper .layout-main .layout-topbar {
    width: 100%;
    text-align: center;
    padding: 16px 24px;
  }

  .layout-wrapper .layout-main .layout-topbar:before, .layout-wrapper .layout-main .layout-topbar:after {
    content: "";
    display: table;
  }
  .layout-wrapper .layout-main .layout-topbar:after {
    clear: both;
  }
  .layout-wrapper .layout-main .layout-topbar .menu-btn {
    display: inline-block;
  }
  .layout-wrapper .layout-main .layout-topbar .topbar-menu-btn {
    display: inline-block;
  }
  .layout-wrapper .layout-main .layout-topbar .topbar-logo {
    display: none;
  }
  .layout-wrapper .layout-main .layout-topbar .mobile-logo {
    display: inline;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu {
    display: none;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    text-align: left;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #5f9fcc;
    content: " ";
    position: absolute;
    top: -15px;
    left: 232px;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active {
    position: fixed;
    top: 75px;
    right: 30px;
    width: 250px;
    display: block;
    padding: 8px 0;
    background-color: #ffffff;
    border-top: 4px solid #5f9fcc;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li {
    float: none;
    display: block;
    margin: 0;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > button {
    padding: 8px 14px;
    display: block;
    color: #212121;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > button:hover {
    background-color: #e8e8e8;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > button:hover i {
    color: #212121;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > button i {
    color: #616161;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > button .topbar-item-name {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > button .topbar-badge {
    position: static;
    float: right;
    margin-top: 4px;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul {
    position: static;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    width: 100%;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul:before {
    display: none;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul button {
    padding-left: 28px;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li.profile-item img {
    width: 24px;
    height: 24px;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li button {
    font-size: 0.875rem;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li button i {
    font-size: 1.5rem;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input {
    background-image: linear-gradient(to bottom, #5f9fcc, #5f9fcc), linear-gradient(to bottom, #929ba2, #929ba2);
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item {
    padding: 8px 14px;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input {
    padding: 2px;
    border-width: 0;
    color: #212121;
    margin-left: 28px;
    width: 85%;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input:focus {
    border-width: 0;
    width: 85%;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input:focus ~ i {
    color: #6c7379;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input:focus ~ label {
    color: #6c7379;
    top: -15px;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item i {
    color: #616161;
    right: auto;
    left: 0px;
  }
  .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item label {
    color: #616161;
    left: 32px;
    margin-top: 0;
  }
  .layout-wrapper.layout-wrapper-active {
    overflow: hidden;
  }
  .layout-wrapper.layout-wrapper-active .layout-sidebar {
    left: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.layout-wrapper-active .layout-sidebar .layout-menu li a i.layout-submenu-toggler {
    display: inline-block;
  }
  .layout-wrapper.layout-wrapper-active .layout-sidebar .layout-menu li a .menuitem-badge {
    display: inline-block;
  }
  .layout-wrapper.layout-wrapper-active .layout-main {
    position: fixed;
    left: 240px;
    width: calc(100%);
    /* -webkit-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3); */
  }
  .layout-wrapper.layout-wrapper-active .layout-main .layout-topbar {
    /* -webkit-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3); */
  }
  .layout-wrapper.layout-wrapper-active .layout-main .layout-breadcrumb {
    /* -webkit-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3); */
  }
  .layout-wrapper.layout-wrapper-active .layout-main .layout-breadcrumb .layout-breadcrumb-options {
    display: none;
  }
  .layout-wrapper.layout-wrapper-active .layout-main-mask {
    z-index: 999998;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #424242;
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  body.hidden-overflow {
    overflow: hidden;
  }
}

/*** COCKPIT ***/


/* Horizontale Tabview  .div über TabView class 'tabview-horizontal' geben */
.tabview-horizontal.dashboard
{
  padding: 0 !important;
}

.tabview-horizontal
{
  height: 100% !important;
}

.tabview-horizontal .overview-box
{
  border: 0 !important;
}

.tabview-horizontal .overview-box a 
{
  color: #ffffff;
}

.tabview-horizontal .p-tabview-top
{
  display: flex;
}

.tabview-horizontal.dashboard .p-tabview-top
{
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
  border-left: 0;
}

.tabview-horizontal .p-tabview-nav
{
  border-right: 1px solid #dbdbdb !important;
  border-top-right-radius: 0 !important;
  border-bottom: 0 !important;
}

.tabview-horizontal .p-tabview .p-tabview-nav li
{
  float: none !important;
  top: 0 !important;
}

.tabview-horizontal .p-tabview .p-tabview-nav li a
{
  float: none !important;
  display: block !important;
}

.tabview-horizontal .p-tabview-panels
{
  width: 100% !important;
}
.tabview-horizontal .p-tabview .p-tabview-nav > li.p-highlight 
{
  margin-right: -1px !important;
  border-bottom-color: #5f9fcc !important;
  border-top-color: #dbdbdb !important;
}

.tabview-horizontal .p-tabview.p-tabview-top > .p-tabview-nav > li 
{
  border-width: 1px 0 2px 0;
}

.tabview-horizontal .p-tabview.p-tabview-top > .p-tabview-nav > li:first-child
{
  border-width: 0 0 2px 0;
}

/* Dashboard */
.dashboard
{
  padding: 0 !important;
  height: 100% !important;
}

.dashboard .overview-box
{
  border: 0 !important;
}

.dashboard .overview-box a 
{
  color: #ffffff;
}

.dashboard-diagram-panel
{
  display: flex;
  /* justify-content: space-around; */
  /* margin-top: -15px; */
  flex-wrap: wrap;
}

.dashboard-diagram-panel a
{
  /* border-bottom: 1px solid #dbdbdb; */
  padding: 15px;
}

.dashboard-diagram-panel a:nth-child(1)
{
  border-right: 1px solid #dbdbdb;
}

.dashboard-diagram-panel a:nth-child(3)
{
  width: 100%;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.diagram-panel-header
{
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  /* color: #212121; */
  margin-bottom: 20px;
}





/* Dropdown Messages */
.dropdown-messages
{
  padding: 0 !important;

}
.dropdown-messages .p-panel
{
  border: 0 !important;
  border-radius: 0 !important;
}

.dropdown-messages .p-panel .p-panel-titlebar
{
  border-radius: 0 !important;
}

.dropdown-messages .p-panel .p-panel-content ul
{
  list-style: none !important;
  padding: 0 !important;
}



.dropdown-messages .p-panel .p-panel-content ul li
{
  /* display: flex; */
}

.dropdown-messages button:hover
{
  background-color: #96a0a9 !important;
}

.dropdown-messages button.secondary-btn:hover
{
  background-color: #7fb9e2 !important;
}

.dropdown-messages ul li div .name 
{
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  color: #212121;
}

.dropdown-messages ul li div .message 
{
  font-size: 0.875rem;
  color: #616161;
}

/* Breadcrumb */
.layout-wrapper .layout-main .layout-breadcrumb
{
  width: calc(100% - 40px);
  position: fixed;
  width: 100%;
  z-index: 98;
  border-bottom: 1px solid #F5F5F5;
}

.layout-wrapper-static .layout-main .layout-breadcrumb 
{
  width: calc(100% - 240px);
}

/*
@media (max-device-width: 1651px)
{
  .layout-wrapper-static .dashboard-diagram-panel .welcomeDiagramSmall
  {
    width: 100% !important;
  }

  .layout-wrapper-static .dashboard-diagram-panel a:nth-child(1)
  {
    border: 0 !important;
  }
}

@media (max-device-width: 1471px)
{
  .dashboard-diagram-panel .welcomeDiagramSmall
  {
    width: 100% !important;
  }

  .layout-wrapper-static .dashboard-diagram-panel .welcomeDiagramSmall
  {
    border: 0 !important;
  }
}
*/

* {
  box-sizing: border-box;
 }

 *,
 *:before,
 *:after {
  box-sizing: border-box;
 }
 
 .layout-wrapper 
 {
  height: 100%;
  position: relative;
 }
 
 .layout-main
 {
  min-height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 75px;
 }
 
.layout-footer 
{
  position: absolute;
  bottom: 0;
  width: 100%;
 }

 .notifications-old
 {
  background-color: #efefef;
 }


.icon-left
{
  margin-right: 5px;
}

/* Fileupload Profilbild */
.fileupload-small
{

}

.fileupload-small .p-fileupload-buttonbar
{
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.fileupload-small .p-fileupload-content
{
  display: none;
}

.fileupload-small .p-button
{
  width: 100% !important;
}

.fileupload-small .p-disabled
{
  display: none;
}

.fileupload-small .p-fileupload-buttonbar > button
{
  margin-top: 5px;
}

.profile-image-wrapper img
{
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}

.messages .profile-image-wrapper img
{
  width: 45px;
  height: 45px;
}

.profile-settings .profile-image-wrapper img
{
  width: 90px;
  height: 90px;
}

.change-passwort,
.change-passwort-disabled {
  overflow: hidden;
}

.change-passwort-disabled
{
  /* display: none; */
  /* opacity: 0; */
  /* visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear; */
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.change-passwort-disabled > div {
  margin-top: -10000px;
  transition: margin-top 3s 0s;
}

.change-passwort
{
  /* display: block; */
  /* -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
    opacity: 1; */
    /* visibility: visible;
  opacity: 1;
  transition: opacity 1s linear; */
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
}

.change-passwort > div > div,
.change-passwort-disabled > div > div
{
  padding: 25px 10px 10px 10px;
}


/* Media Queries */
@media (max-width: 1668px)
{
  .layout-wrapper-static .dashboard-diagram-panel a
  {
    width: 100% !important;
  }

  .layout-wrapper-static .dashboard-diagram-panel a:nth-child(1)
  {
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
}

@media (max-width: 1488px)
{
  .dashboard-diagram-panel a
  {
    width: 100% !important;
  }

  .dashboard-diagram-panel a:nth-child(1)
  {
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
}

@media (max-width: 1024px) 
{
  .layout-wrapper .layout-main .layout-breadcrumb
  {
    width: 100%
  }
}

@media screen and (min-width: 1388px) {
  .p-xxl-1,
  .p-xxl-2,
  .p-xxl-3,
  .p-xxl-4,
  .p-xxl-5,
  .p-xxl-6,
  .p-xxl-7,
  .p-xxl-8,
  .p-xxl-9,
  .p-xxl-10,
  .p-xxl-11,
  .p-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .p-xxl-1 {
    width: 8.3333% !important; }

  .p-xxl-2 {
    width: 16.6667% !important; }

  .p-xxl-3 {
    width: 25% !important; }

  .p-xxl-4 {
    width: 33.3333% !important; }

  .p-xxl-5 {
    width: 41.6667% !important; }

  .p-xxl-6 {
    width: 50% !important; }

  .p-xxl-7 {
    width: 58.3333% !important; }

  .p-xxl-8 {
    width: 66.6667% !important; }

  .p-xxl-9 {
    width: 75% !important; }

  .p-xxl-10 {
    width: 83.3333% !important; }

  .p-xxl-11 {
    width: 91.6667% !important; }

  .p-xxl-12 {
    width: 100% !important; }

  .p-xxl-offset-12 {
    margin-left: 100% !important; }

  .p-xxl-offset-11 {
    margin-left: 91.66666667% !important; }

  .p-xxl-offset-10 {
    margin-left: 83.33333333% !important; }

  .p-xxl-offset-9 {
    margin-left: 75% !important; }

  .p-xxl-offset-8 {
    margin-left: 66.66666667% !important; }

  .p-xxl-offset-7 {
    margin-left: 58.33333333% !important; }

  .p-xxl-offset-6 {
    margin-left: 50% !important; }

  .p-xxl-offset-5 {
    margin-left: 41.66666667% !important; }

  .p-xxl-offset-4 {
    margin-left: 33.33333333% !important; }

  .p-xxl-offset-3 {
    margin-left: 25% !important; }

  .p-xxl-offset-2 {
    margin-left: 16.66666667% !important; }

  .p-xxl-offset-1 {
    margin-left: 8.33333333% !important; }

  .p-xxl-offset-0 {
    margin-left: 0% !important; } 
}

/*
@media (min-width: 1472px) 
{
}

@media (min-width: 1652px) 
{
}
*/



