/* montserrat-300 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v12-latin-ext_latin-300.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v12-latin-ext_latin-300.eot#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-ext_latin-300.woff") format("woff"), url("../fonts/montserrat-v12-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-ext_latin-300.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-regular - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v12-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v12-latin-ext_latin-regular.eot#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-ext_latin-regular.woff") format("woff"), url("../fonts/montserrat-v12-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-ext_latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v12-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v12-latin-ext_latin-700.eot#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-ext_latin-700.woff") format("woff"), url("../fonts/montserrat-v12-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-ext_latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* Add your variable customizations of layout here */
.splash-screen {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2872B4;
  background-image: -webkit-gradient(linear, left top, right top, from(#2872B4), to(#26BED0));
  background-image: -webkit-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -moz-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -ms-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -o-linear-gradient(to right, #2872B4, #26BED0);
  background-image: linear-gradient(to right, #2872B4, #26BED0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2872B4", endColorstr="#26BED0", gradientType="1");
}
.splash-screen .splash-loader {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.splash-screen .splash-loader .splash-cube1,
.splash-screen .splash-loader .splash-cube2 {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.splash-screen .splash-loader .splash-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: "Lato", "Battambang", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #FAFBFC;
}

a {
  text-decoration: none;
  color: #2D8EE3;
}

.layout-wrapper .layout-topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 60px;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  background-color: #2872B4;
  background-image: -webkit-gradient(linear, left top, right top, from(#2872B4), to(#26BED0));
  background-image: -webkit-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -moz-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -ms-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -o-linear-gradient(to right, #2872B4, #26BED0);
  background-image: linear-gradient(to right, #2872B4, #26BED0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2872B4", endColorstr="#26BED0", gradientType="1");
}
.layout-wrapper .layout-topbar .app-title {
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-right: 10px;
  color: #ffffff;
}
.layout-wrapper .layout-topbar #topbar-menu-button {
  float: left;
  color: #ffffff;
  height: 60px;
  width: 60px;
  display: none;
  text-align: center;
  line-height: 60px;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-topbar #topbar-menu-button:hover {
  background-color: #18558A;
}
.layout-wrapper .layout-topbar #topbar-menu-button i {
  line-height: inherit;
  font-size: 24px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-wrapper .layout-topbar #topbar-menu-button i.mobile {
  display: none;
}
.layout-wrapper .layout-topbar #topbar-menu-button.menu-button-rotate i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout-wrapper .layout-topbar #right-panel-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  width: 42px;
  height: 46px;
  background-color: #050505;
  text-align: center;
  border-radius: 5px;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-topbar #right-panel-button i {
  font-size: 36px;
  position: relative;
  top: 5px;
  color: #BBBBBB;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-wrapper .layout-topbar #right-panel-button.menu-button-rotate {
  background-color: #2D8EE3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-wrapper .layout-topbar #right-panel-button.menu-button-rotate i {
  color: #ffffff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout-wrapper .layout-topbar #right-panel-button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.layout-wrapper .layout-topbar .search-input {
  height: 32px;
  width: auto;
  position: relative;
  margin-top: 16px;
  margin-left: 10px;
  float: left;
}
.layout-wrapper .layout-topbar .search-input .icon-search {
  color: #ffffff;
  top: 8px;
  left: 10px;
  position: absolute;
}
.layout-wrapper .layout-topbar .search-input input {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  border: 0 none;
  padding: 6px 6px 6px 28px;
  width: 150px;
  border-bottom: 1px solid #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.layout-wrapper .layout-topbar .search-input input:focus {
  outline: none;
}
.layout-wrapper .layout-topbar .logo-container {
  height: 60px;
  top: 20px;
  position: relative;
}
.layout-wrapper .layout-topbar .logo-container img {
  height: 14px;
  width: auto;
  vertical-align: middle;
  border: 0 none;
}
.layout-wrapper .layout-topbar #topbar-profile-menu-button {
  float: right;
  top: 0;
  height: 60px;
  padding: 20px;
  font-weight: 500;
}
.layout-wrapper .layout-topbar #topbar-profile-menu-button img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border: 0 none;
  margin-right: 6px;
}
.layout-wrapper .layout-topbar #topbar-profile-menu-button > span {
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-right: 10px;
  color: #ffffff;
}
.layout-wrapper .layout-topbar #topbar-profile-menu-button i {
  vertical-align: middle;
  color: #ffffff;
}
.layout-wrapper .layout-topbar #topbar-profile-menu-button:hover {
  background-color: #0991A5;
}
.layout-wrapper .layout-topbar #topbar-usermenu, .layout-wrapper .layout-topbar #topbar-notification-menu, .layout-wrapper .layout-topbar #topbar-notification-msg {
  right: 0;
  top: 60px;
  left: auto;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  list-style: none;
  padding: 10px;
  margin: 0;
  position: fixed;
  display: none;
  width: 240px;
  background-color: #00263A;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.layout-wrapper .layout-topbar #topbar-usermenu.usermenu-active, .layout-wrapper .layout-topbar #topbar-notification-menu.usermenu-active, .layout-wrapper .layout-topbar #topbar-notification-msg.usermenu-active {
  display: block;
}
.layout-wrapper .layout-topbar #topbar-usermenu li a, .layout-wrapper .layout-topbar #topbar-notification-menu li a, .layout-wrapper .layout-topbar #topbar-notification-msg li a {
  display: block;
  text-align: left;
  color: #EEE;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.layout-wrapper .layout-topbar #topbar-usermenu li a i, .layout-wrapper .layout-topbar #topbar-notification-menu li a i, .layout-wrapper .layout-topbar #topbar-notification-msg li a i {
  margin-right: 9px;
  vertical-align: middle;
}
.layout-wrapper .layout-topbar #topbar-usermenu li a span, .layout-wrapper .layout-topbar #topbar-usermenu li a img, .layout-wrapper .layout-topbar #topbar-notification-menu li a span, .layout-wrapper .layout-topbar #topbar-notification-menu li a img, .layout-wrapper .layout-topbar #topbar-notification-msg li a span, .layout-wrapper .layout-topbar #topbar-notification-msg li a img {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .layout-topbar #topbar-usermenu li a .topbar-submenuitem-badge, .layout-wrapper .layout-topbar #topbar-notification-menu li a .topbar-submenuitem-badge, .layout-wrapper .layout-topbar #topbar-notification-msg li a .topbar-submenuitem-badge {
  float: right;
  background-color: #2D8EE3;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
}
.layout-wrapper .layout-topbar #topbar-usermenu li a:hover, .layout-wrapper .layout-topbar #topbar-notification-menu li a:hover, .layout-wrapper .layout-topbar #topbar-notification-msg li a:hover {
  border-color: #2D8EE3;
}
.layout-wrapper .layout-topbar #topbar-usermenu li ul, .layout-wrapper .layout-topbar #topbar-notification-menu li ul, .layout-wrapper .layout-topbar #topbar-notification-msg li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.layout-wrapper .layout-topbar #topbar-usermenu li ul a, .layout-wrapper .layout-topbar #topbar-notification-menu li ul a, .layout-wrapper .layout-topbar #topbar-notification-msg li ul a {
  padding-left: 36px;
}
.layout-wrapper .layout-topbar #topbar-usermenu li ul a span, .layout-wrapper .layout-topbar #topbar-usermenu li ul a img, .layout-wrapper .layout-topbar #topbar-notification-menu li ul a span, .layout-wrapper .layout-topbar #topbar-notification-menu li ul a img, .layout-wrapper .layout-topbar #topbar-notification-msg li ul a span, .layout-wrapper .layout-topbar #topbar-notification-msg li ul a img {
  vertical-align: middle;
}
.layout-wrapper .layout-topbar #topbar-usermenu li ul a img, .layout-wrapper .layout-topbar #topbar-notification-menu li ul a img, .layout-wrapper .layout-topbar #topbar-notification-msg li ul a img {
  margin-right: 8px;
}
.layout-wrapper .layout-topbar #topbar-usermenu li.menuitem-active > ul, .layout-wrapper .layout-topbar #topbar-notification-menu li.menuitem-active > ul, .layout-wrapper .layout-topbar #topbar-notification-msg li.menuitem-active > ul {
  display: block;
}
.layout-wrapper .layout-topbar #topbar-usermenu > li.menuitem-active > a, .layout-wrapper .layout-topbar #topbar-notification-menu > li.menuitem-active > a, .layout-wrapper .layout-topbar #topbar-notification-msg > li.menuitem-active > a {
  color: #2D8EE3;
}
.layout-wrapper .layout-topbar #topbar-usermenu .notification-empty, .layout-wrapper .layout-topbar #topbar-notification-menu .notification-empty, .layout-wrapper .layout-topbar #topbar-notification-msg .notification-empty {
  display: flex;
  width: 100%;
  height: 50%;
  justify-content: center;
  align-items: center;
}
.layout-wrapper.layout-menu-light .layout-topbar #topbar-usermenu {
  background-color: #ffffff;
}
.layout-wrapper.layout-menu-light .layout-topbar #topbar-usermenu li a {
  color: #333333;
}

@media (max-width: 1024px) {
  .layout-wrapper .layout-topbar {
    height: 120px;
  }
  .layout-wrapper .layout-topbar #topbar-menu-button {
    display: block;
    text-decoration: none;
  }
  .layout-wrapper .layout-topbar #topbar-menu-button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-wrapper .layout-topbar #topbar-menu-button i.mobile {
    display: block;
  }
  .layout-wrapper .layout-topbar #topbar-menu-button i.arrow {
    display: none;
  }
  .layout-wrapper .layout-topbar #topbar-menu-button.menu-button-rotate i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .layout-wrapper .layout-topbar .search-input {
    top: 60px;
    left: 0px;
    margin-left: 0;
    float: none;
  }
  .layout-wrapper .layout-topbar .search-input input {
    position: absolute;
    left: 10px;
  }
  .layout-wrapper .layout-topbar .logo-container {
    top: -30px;
    left: -20px;
  }
  .layout-wrapper .layout-topbar #topbar-profile-menu-button {
    position: absolute;
    right: 0;
    top: 60px;
  }
  .layout-wrapper .layout-topbar #topbar-profile-menu-button span {
    display: none;
  }
  .layout-wrapper .layout-topbar #topbar-usermenu {
    right: 0;
    top: 120px;
    left: auto;
    position: absolute;
  }
  .layout-wrapper.layout-menu-static .layout-topbar #topbar-menu-button i.mobile {
    display: block;
  }
  .layout-wrapper.layout-menu-static .layout-topbar #topbar-menu-button i.arrow {
    display: none;
  }
  .layout-wrapper.layout-menu-static-inactive .layout-topbar #topbar-menu-button i.mobile {
    display: block;
  }
  .layout-wrapper.layout-menu-static-inactive .layout-topbar #topbar-menu-button i.arrow {
    display: none;
  }
  .layout-wrapper.layout-menu-mobile-active .layout-topbar #topbar-menu-button {
    display: block;
  }
  .layout-wrapper.layout-menu-mobile-active .layout-topbar #topbar-menu-button i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .layout-wrapper.layout-menu-mobile-active .layout-topbar #right-panel-button {
    background-color: #2D8EE3;
  }
  .layout-wrapper.layout-menu-mobile-active .layout-topbar #right-panel-button i {
    color: #ffffff;
  }
}
@media (min-width: 1025px) {
  .layout-wrapper.layout-menu-static .layout-topbar #topbar-menu-button {
    display: block;
  }
  .layout-wrapper.layout-menu-static.layout-menu-static-inactive .layout-topbar #topbar-menu-button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-wrapper.layout-menu-overlay .layout-topbar #topbar-menu-button {
    display: block;
  }
  .layout-wrapper.layout-menu-overlay .layout-topbar #topbar-menu-button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .layout-topbar #topbar-menu-button i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.layout-wrapper .layout-sidebar {
  position: fixed;
  width: 224px;
  height: 100%;
  top: 60px;
  left: 0;
  z-index: 999;
  overflow: auto;
  background-color: #00263A;
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.12);
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.layout-wrapper .layout-sidebar .layout-menu-title {
  color: #EEE;
  letter-spacing: 0.5px;
  padding: 25px 0 10px 0;
  font-size: 12px;
  border-bottom: 1px solid #00324d;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.layout-wrapper .layout-sidebar .layout-menu {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  padding-bottom: 150px;
}
.layout-wrapper .layout-sidebar .layout-menu .layout-menu-tooltip {
  display: none;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #2D8EE3;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a span {
  color: #ffffff;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #ffffff;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a i.layout-menuitem-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 > a.active-menuitem-routerlink span {
  color: #ffffff;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #ffffff;
}
.layout-wrapper .layout-sidebar .layout-menu > li > a.active-menuitem-routerlink span {
  color: #2D8EE3;
}
.layout-wrapper .layout-sidebar .layout-menu > li > a.active-menuitem-routerlink i {
  color: #2D8EE3;
}
.layout-wrapper .layout-sidebar .layout-menu > li > ul:last-child > li:first-child {
  padding-top: 10px;
}
.layout-wrapper .layout-sidebar .layout-menu > li > ul:last-child > li:last-child {
  padding-bottom: 10px;
}
.layout-wrapper .layout-sidebar .layout-menu li a {
  padding: 10px 20px;
  color: #EEE;
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.layout-wrapper .layout-sidebar .layout-menu li a .menuitem-badge {
  margin-right: 14px;
  margin-top: -2px;
  float: right;
  color: #ffffff;
  background-color: #2D8EE3;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 0;
  border-radius: 50px;
  line-height: 1.5;
}
.layout-wrapper .layout-sidebar .layout-menu li a span {
  vertical-align: middle;
  line-height: 1;
}
.layout-wrapper .layout-sidebar .layout-menu li a i {
  color: #EEE;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 16px;
}
.layout-wrapper .layout-sidebar .layout-menu li a .layout-menuitem-toggler {
  position: absolute;
  margin-top: -7px;
  top: 50%;
  right: 16px;
  font-size: 14px;
  left: auto;
  margin-right: 0;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-sidebar .layout-menu li a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}
.layout-wrapper .layout-sidebar .layout-menu li a:hover {
  border-color: #2D8EE3;
}
.layout-wrapper .layout-sidebar .layout-menu li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #00324d;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li a {
  padding-left: 35px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li a.active-menuitem-routerlink span {
  color: #2D8EE3;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li a.active-menuitem-routerlink i {
  color: #2D8EE3;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li.active-menuitem > a span {
  color: #2D8EE3;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li.active-menuitem > a i {
  color: #2D8EE3;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li.active-menuitem > a i.layout-menuitem-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 ul li ul li a {
  padding-left: 50px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li ul ul li a {
  padding-left: 65px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li ul ul ul li a {
  padding-left: 80px;
}
.layout-wrapper .layout-sidebar .layout-menu li ul li ul ul ul ul li a {
  padding-left: 95px;
}
.layout-wrapper.layout-menu-light .layout-sidebar {
  background-color: #ffffff;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu-title {
  color: #828282;
  border-bottom: 1px solid #9b9b9b;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a {
  background-color: #2D8EE3;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a span {
  color: #ffffff;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a i {
  color: #ffffff;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink span {
  color: #ffffff;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a.active-menuitem-routerlink i {
  color: #ffffff;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li > a.active-menuitem-routerlink span {
  color: #2D8EE3;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li > a.active-menuitem-routerlink i {
  color: #2D8EE3;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu li a {
  color: #333333;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu li a i {
  color: #828282;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu li ul {
  background-color: #efefef;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu li ul li a.active-menuitem-routerlink span {
  color: #2D8EE3;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu li ul li a.active-menuitem-routerlink i {
  color: #2D8EE3;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu li ul li.active-menuitem > a span {
  color: #2D8EE3;
}
.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu li ul li.active-menuitem > a i {
  color: #2D8EE3;
}

@media (min-width: 1025px) {
  .layout-wrapper.layout-menu-static .layout-main {
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    margin-left: 224px;
  }
  .layout-wrapper.layout-menu-static .layout-sidebar {
    left: 0;
  }
  .layout-wrapper.layout-menu-static.layout-menu-static-inactive .layout-sidebar {
    left: -224px;
  }
  .layout-wrapper.layout-menu-static.layout-menu-static-inactive .layout-main {
    margin-left: 0;
  }
  .layout-wrapper.layout-menu-overlay .layout-sidebar {
    left: -224px;
  }
  .layout-wrapper.layout-menu-overlay .layout-main {
    margin-left: 0;
  }
  .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .layout-sidebar {
    left: 0;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar {
    width: 100%;
    height: auto;
    top: 60px;
    left: 0;
    z-index: 99;
    position: fixed;
    padding: 10px 12px;
    overflow: visible;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu-title {
    display: none;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu {
    margin: 0;
    padding: 0;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li {
    display: inline-block;
    width: auto;
    padding: 0;
    height: 40px;
    position: relative;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a {
    height: 40px;
    padding: 10px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a i {
    position: static;
    vertical-align: middle;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a i:first-child {
    margin-right: 8px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a i.layout-menuitem-toggler {
    margin-left: 8px;
    margin-right: 0;
    margin-top: 0;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li.active-menuitem > ul {
    padding: 0 10px;
    border-top: 4px solid #2D8EE3;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul {
    top: 110px;
    left: auto;
    min-width: 250px;
    position: fixed;
    margin: 0;
    overflow: auto;
    max-height: 450px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a {
    padding: 10px 20px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a i {
    margin-right: 8px;
    float: none;
    position: static;
    vertical-align: middle;
    margin-top: 0;
    top: auto;
    right: auto;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a i:last-child {
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-left: 8px;
    margin-right: 0;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul li a {
    padding-left: 35px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul li ul li a {
    padding-left: 50px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main {
    padding-top: 120px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-main .route-bar {
    padding-left: 10px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar {
    width: 60px;
    left: 0;
    overflow: visible;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu-title {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu {
    margin-top: 5px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li {
    position: relative;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a {
    width: 100%;
    padding: 12px 0;
    overflow: hidden;
    text-align: center;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a span {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a:hover + .layout-menu-tooltip {
    display: block;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a i {
    font-size: 14px;
    margin-right: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a i:first-child {
    font-size: 16px;
    width: auto;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a i.layout-menuitem-toggler {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul {
    position: absolute;
    top: -1px;
    left: 50px;
    overflow: auto;
    max-height: 450px;
    min-width: 250px;
    border-left: 4px solid #2D8EE3;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li {
    padding: 0 10px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li > a {
    padding-left: 20px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li ul li a {
    padding-left: 35px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li ul li li a {
    padding-left: 50px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li ul li li li a {
    padding-left: 65px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li ul li li li li a {
    padding-left: 80px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li ul li li li li li a {
    padding-left: 95px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li.active-menuitem > a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu .layout-menu-tooltip {
    display: none;
    padding: 0 5px;
    position: absolute;
    left: 50px;
    top: 10px;
    line-height: 1;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
    padding: 6px 8px;
    font-weight: 700;
    font-size: 13px;
    background-color: #1B1B1B;
    color: #BBBBBB;
    min-width: 75px;
    white-space: nowrap;
    text-align: center;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #1B1B1B;
  }
  .layout-wrapper.layout-menu-slim .layout-main {
    margin-left: 60px;
  }
}
@media (max-width: 1024px) {
  .layout-wrapper .layout-sidebar {
    display: none;
  }
  @-webkit-keyframes showNav {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes showNav {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .layout-wrapper.layout-menu-mobile-active .layout-sidebar {
    display: block;
    top: 120px;
    width: 100%;
    animation: showNav 250ms ease-in-out both;
  }
}
body .layout-wrapper .layout-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 60px;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
body .layout-wrapper .layout-main .route-bar {
  min-height: 31px;
  background-color: #EFEFEF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
body .layout-wrapper .layout-main .route-bar:after {
  content: "";
  display: table;
  clear: both;
}
body .layout-wrapper .layout-main .route-bar .route-bar-breadcrumb {
  padding: 6px 12px;
  display: inline-block;
}
body .layout-wrapper .layout-main .route-bar .route-bar-breadcrumb ul {
  padding-left: 0;
  margin: 0;
}
body .layout-wrapper .layout-main .route-bar .route-bar-breadcrumb ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 0.25em;
}
body .layout-wrapper .layout-main .route-bar .route-bar-breadcrumb ul li a {
  font-size: 14px;
  color: #828282;
}
body .layout-wrapper .layout-main .route-bar .route-bar-breadcrumb ul li i {
  color: #828282;
  font-size: 18px;
  position: relative;
  top: 1px;
}
body .layout-wrapper .layout-main .layout-content {
  padding: 21px;
  flex: 1 1 0;
}
@media (max-width: 1024px) {
  body .layout-wrapper .layout-main {
    margin-top: 60px;
  }
}

.layout-wrapper .layout-main {
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.layout-wrapper .layout-main .layout-footer {
  background-color: #F3F3F3;
  padding: 16px 38px;
  color: #1F1F1F;
  bottom: 0;
  position: relative;
}
.layout-wrapper .layout-main .layout-footer .logo-container {
  text-decoration: none;
}
.layout-wrapper .layout-main .layout-footer .logo-container img {
  height: 26px;
  vertical-align: middle;
}
.layout-wrapper .layout-main .layout-footer .logo-container .app-name {
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 15px;
  color: #1F1F1F;
}
.layout-wrapper .layout-main .layout-footer #footer-menu .footer-box {
  text-align: left;
}
.layout-wrapper .layout-main .layout-footer #footer-menu .footer-box span {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #8A8A8A;
  display: block;
}
.layout-wrapper .layout-main .layout-footer #footer-menu .footer-box a {
  text-decoration: none;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: #666666;
}
.layout-wrapper .layout-main .layout-footer #footer-menu .footer-box a > a {
  opacity: 0.9;
  font-size: 13px;
  text-align: left;
  color: #666666;
}
.layout-wrapper .layout-main .layout-footer #footer-menu .footer-box a:hover {
  color: #1F1F1F;
}
.layout-wrapper .layout-main .layout-footer #footer-menu .footer-box .icon-link {
  display: inline-block;
  margin-top: 30px;
}
.layout-wrapper .layout-main .layout-footer #footer-menu .footer-box .icon-link .icon {
  color: #666666;
  font-size: 22px;
  margin-right: 16px;
  margin-left: 16px;
}
.layout-wrapper .layout-main .layout-footer #footer-menu .footer-box .icon-link .icon:hover {
  color: #1F1F1F;
}

@media (max-width: 1025px) {
  .layout-wrapper .layout-main .layout-footer .logo-container-outer {
    text-align: center;
  }
  .layout-wrapper .layout-main .layout-footer #footer-menu {
    text-align: center;
  }
  .layout-wrapper .layout-main .layout-footer #footer-menu .footer-box {
    text-align: center;
    margin-bottom: 30px;
  }
  .layout-wrapper .layout-main .layout-footer #footer-menu .footer-box span {
    text-align: center;
  }
}
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card {
  border-radius: 3px;
  background: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.card:last-child {
  margin-bottom: 0;
}
.card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card .card-subtitle {
  color: #737373;
  font-weight: 600;
  margin: -1rem 0 1rem 0;
}

.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
  top: 70px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

#layout-right-panel {
  width: 230px;
  height: 100%;
  top: 60px;
  right: -240px;
  z-index: 999;
  position: fixed;
  background-color: #050505;
  padding: 20px 0 20px 10px;
  overflow: auto;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
#layout-right-panel .right-panel-scroll-content {
  padding-bottom: 100px;
}
#layout-right-panel .header {
  color: #ffffff;
  font-weight: 600;
}
#layout-right-panel .p-accordion {
  margin-top: 0.5em;
}
#layout-right-panel .p-accordion-header {
  margin-bottom: 0;
}
#layout-right-panel .p-accordion-header a {
  background-color: #323232;
  color: #ffffff;
  border: none;
  font-size: 13px;
  font-weight: 700;
}
#layout-right-panel .p-accordion-header a .p-accordion-toggle-icon {
  color: #ffffff;
}
#layout-right-panel .p-accordion-content {
  background-color: #323232;
  color: #ffffff;
  border: none;
}
#layout-right-panel .p-accordion-content ul {
  padding: 0;
  margin: 0;
}
#layout-right-panel .p-accordion-content ul li {
  list-style: none;
  padding: 10px 0;
  font-size: 13px;
}
#layout-right-panel .p-accordion-content ul li img {
  width: 30px;
  height: 30px;
  display: inline-block;
}
#layout-right-panel .p-accordion-content ul li .message-container {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  margin-left: 4px;
}
#layout-right-panel .p-accordion-content ul li .message-container .name {
  display: inline-block;
  font-weight: 600;
}
#layout-right-panel .p-accordion-content ul li .message-container .message {
  display: block;
}
#layout-right-panel i {
  color: #ffffff;
  text-align: center;
  display: block;
}
#layout-right-panel .p-panel-header {
  display: none;
}
#layout-right-panel .p-panel-content {
  background-color: #323232;
  color: #ffffff;
  margin-top: 5px;
  border: none;
}
#layout-right-panel .p-panel-content ul {
  padding: 0;
  margin: 0;
}
#layout-right-panel .p-panel-content ul li {
  list-style: none;
  padding: 10px 6px;
  font-size: 13px;
}
#layout-right-panel .p-panel-content ul li img {
  width: 30px;
  height: 30px;
  display: inline-block;
}
#layout-right-panel .p-panel-content ul li .activity-container {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
  margin-left: 5px;
}
#layout-right-panel .p-panel-content ul li .activity-container .name {
  display: inline-block;
  font-weight: 600;
}
#layout-right-panel .p-panel-content ul li .activity-container .activity {
  display: block;
}
#layout-right-panel .p-panel-content ul li .activity-container .activity-date {
  display: block;
}
#layout-right-panel.layout-right-panel-active {
  right: 0;
}

@media (max-width: 1024px) {
  #layout-right-panel {
    top: 120px;
  }
  #layout-right-panel .right-panel-scroll-content {
    padding-bottom: 150px;
  }
}
.layout-content .layout-dashboard {
  padding: 8px;
}
.layout-content .layout-dashboard .p-panel {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.layout-content .layout-dashboard .overview-box {
  padding-top: 18px;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.layout-content .layout-dashboard .overview-box > img {
  width: 80px;
  height: auto;
  float: right;
  margin-right: 20px;
  vertical-align: middle;
}
.layout-content .layout-dashboard .overview-box > img.image-icon {
  width: auto;
  height: 50px;
}
.layout-content .layout-dashboard .overview-box .grid {
  margin: 0;
}
.layout-content .layout-dashboard .overview-box .overview-title {
  margin-left: 12px;
  margin-bottom: 8px;
  font-size: 13px;
}
.layout-content .layout-dashboard .overview-box .overview-numbers {
  margin-left: 12px;
  margin-bottom: 20px;
  font-size: 20px;
}
.layout-content .layout-dashboard .overview-box .overview-subinfo {
  background-color: #E9E9E9;
  height: 38px;
  font-size: 13px;
  border: 1px solid #dedede;
}
.layout-content .layout-dashboard .overview-box .overview-subinfo i {
  color: #44BE2D;
  font-size: 13px;
  margin-right: 8px;
}
.layout-content .layout-dashboard .overview-box .overview-subinfo .progressbar {
  height: 10px;
  background-color: #B3B0B0;
  border-radius: 5px;
  padding: 0;
  margin: 14px 0 14px 12px;
}
.layout-content .layout-dashboard .overview-box .overview-subinfo .progressbar .progress {
  width: 45%;
  height: 10px;
  border-radius: 5px;
}
.layout-content .layout-dashboard .overview-box .overview-subinfo .progressbar .progress.sale {
  width: 75%;
  background-color: #F39611;
  background-image: -webkit-gradient(linear, left top, right top, from(#F39611), to(#EE4F10));
  background-image: -webkit-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -moz-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -ms-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -o-linear-gradient(to right, #F39611, #EE4F10);
  background-image: linear-gradient(to right, #F39611, #EE4F10);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F39611", endColorstr="#EE4F10", gradientType="1");
}
.layout-content .layout-dashboard .overview-box .overview-subinfo .progressbar .progress.view {
  background-color: #326DDF;
  background-image: -webkit-gradient(linear, left top, right top, from(#326DDF), to(#214B9C));
  background-image: -webkit-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -moz-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -ms-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -o-linear-gradient(to right, #326DDF, #214B9C);
  background-image: linear-gradient(to right, #326DDF, #214B9C);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#326DDF", endColorstr="#214B9C", gradientType="1");
}
.layout-content .layout-dashboard .overview-box .overview-subinfo span {
  color: #585858;
  width: auto;
  line-height: 22px;
}
.layout-content .layout-dashboard .overview-box .overview-subinfo.user {
  height: 38px;
  padding: 8px 12px;
}
.layout-content .layout-dashboard .overview-box .overview-subinfo.checkin {
  height: 38px;
  padding: 8px 12px;
  line-height: 1.5;
}
.layout-content .layout-dashboard .overview-box.sales {
  background-color: #F39611;
  background-image: -webkit-gradient(linear, left top, right top, from(#F39611), to(#EE4F10));
  background-image: -webkit-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -moz-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -ms-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -o-linear-gradient(to right, #F39611, #EE4F10);
  background-image: linear-gradient(to right, #F39611, #EE4F10);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F39611", endColorstr="#EE4F10", gradientType="1");
}
.layout-content .layout-dashboard .overview-box.views {
  background-color: #326DDF;
  background-image: -webkit-gradient(linear, left top, right top, from(#326DDF), to(#214B9C));
  background-image: -webkit-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -moz-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -ms-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -o-linear-gradient(to right, #326DDF, #214B9C);
  background-image: linear-gradient(to right, #326DDF, #214B9C);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#326DDF", endColorstr="#214B9C", gradientType="1");
}
.layout-content .layout-dashboard .overview-box.users {
  background-color: #E02364;
  background-image: -webkit-gradient(linear, left top, right top, from(#E02364), to(#A22650));
  background-image: -webkit-linear-gradient(to right, #E02364, #A22650);
  background-image: -moz-linear-gradient(to right, #E02364, #A22650);
  background-image: -ms-linear-gradient(to right, #E02364, #A22650);
  background-image: -o-linear-gradient(to right, #E02364, #A22650);
  background-image: linear-gradient(to right, #E02364, #A22650);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E02364", endColorstr="#A22650", gradientType="1");
}
.layout-content .layout-dashboard .overview-box.checkins {
  background-color: #7DC931;
  background-image: -webkit-gradient(linear, left top, right top, from(#7DC931), to(#14A143));
  background-image: -webkit-linear-gradient(to right, #7DC931, #14A143);
  background-image: -moz-linear-gradient(to right, #7DC931, #14A143);
  background-image: -ms-linear-gradient(to right, #7DC931, #14A143);
  background-image: -o-linear-gradient(to right, #7DC931, #14A143);
  background-image: linear-gradient(to right, #7DC931, #14A143);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7DC931", endColorstr="#14A143", gradientType="1");
}
.layout-content .layout-dashboard .contacts .p-panel-content {
  padding: 14px;
  min-height: 236px;
}
.layout-content .layout-dashboard .contacts .p-panel-content ul {
  padding: 0;
  margin: 0;
}
.layout-content .layout-dashboard .contacts .p-panel-content ul li {
  list-style: none;
  padding-bottom: 12px;
}
.layout-content .layout-dashboard .contacts .p-panel-content ul li img {
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
}
.layout-content .layout-dashboard .contacts .p-panel-content ul li .separator {
  width: 1px;
  height: 50px;
  margin: 0 8px 0 4px;
  background-color: #2D8EE3;
  display: inline-block;
  vertical-align: middle;
}
.layout-content .layout-dashboard .contacts .p-panel-content ul li .team-box {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  width: 69%;
}
.layout-content .layout-dashboard .contacts .p-panel-content ul li .team-box .team-member {
  color: #323232;
  font-weight: 500;
  display: block;
}
.layout-content .layout-dashboard .contacts .p-panel-content ul li .team-box .team-member-mail {
  color: #888888;
  display: inline-block;
  font-weight: 400;
}
.layout-content .layout-dashboard .contacts .p-panel-content ul li .team-box .team-member-address {
  color: #888888;
  display: inline-block;
  font-weight: 400;
}
.layout-content .layout-dashboard .contacts .p-panel-content ul li .team-box i {
  display: inline-block;
  margin-right: 9px;
}
.layout-content .layout-dashboard .tasks .p-panel-content {
  padding: 14px;
  min-height: 236px;
}
.layout-content .layout-dashboard .tasks .p-panel-content ul {
  padding: 0;
  margin: 0;
}
.layout-content .layout-dashboard .tasks .p-panel-content ul li {
  list-style: none;
  padding-bottom: 14px;
  color: #323232;
}
.layout-content .layout-dashboard .tasks .p-panel-content ul li .p-checkbox {
  margin-right: 10px;
  vertical-align: middle;
}
.layout-content .layout-dashboard .tasks .p-panel-content ul li span {
  vertical-align: middle;
}
.layout-content .layout-dashboard .tasks .p-panel-content ul li .time-badge {
  background-color: #2D8EE3;
  border-radius: 12px;
  padding: 3px 8px;
  min-width: 50px;
  text-align: center;
  float: right;
}
.layout-content .layout-dashboard .tasks .p-panel-content ul li .time-badge span {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
}
.layout-content .layout-dashboard .resolution-center .p-panel-content {
  padding: 14px;
  min-height: 236px;
}
.layout-content .layout-dashboard .resolution-center .p-panel-content .p-inputtext {
  width: 100%;
}
.layout-content .layout-dashboard .resolution-center .p-panel-content .p-dropdown {
  width: 100%;
}
.layout-content .layout-dashboard .resolution-center .p-panel-content .p-button {
  width: 100%;
}
.layout-content .layout-dashboard .statistics {
  width: 100%;
}
.layout-content .layout-dashboard .statistics .p-panel-content {
  padding: 0;
  min-height: 383px;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-left {
  padding: 50px;
  text-align: center;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-left i {
  color: #ABABAB;
  font-size: 14px;
  margin-right: 4px;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-left span {
  margin-right: 20px;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-left .knob-container {
  text-align: center;
  margin-bottom: 15px;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-left .knob-container .knob {
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin-top: 20px;
  font-size: 50px;
  color: #6a6a7d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 5px solid #2D8EE3;
  border-left-color: #b4d7f5;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-left .details {
  font-size: 14px;
  color: #ABABAB;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-left .details span {
  margin-right: 6px;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-left .details i {
  font-size: 14px;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-right {
  padding: 53px 100px 53px 20px;
  float: right;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-right i {
  color: #ABABAB;
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-right .icon-label {
  color: #ABABAB;
  font-size: 14px;
  display: inline-block;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-right span {
  color: #353535;
  font-weight: 500;
  font-size: 24px;
  display: block;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-right .statsbar {
  display: block;
  width: 80%;
  background-color: #f4f4f4;
  margin-top: 12px;
  margin-bottom: 24px;
}
.layout-content .layout-dashboard .statistics .p-panel-content .stats-right .statsbar .statsbar-value {
  background-color: #2D8EE3;
  height: 4px;
}
.layout-content .layout-dashboard .global-sales .p-panel-content {
  padding: 12px 0;
  padding-left: 5px;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table {
  width: 100%;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table thead tr th {
  color: #ABABAB;
  font-weight: 600;
  font-size: 13px;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table thead tr th.country {
  text-align: left;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table tbody tr {
  padding: 9px 18px;
  line-height: 50px;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table tbody tr td {
  color: #353535;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table tbody tr td img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table tbody tr td span {
  vertical-align: middle;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table tbody tr td i {
  font-size: 16px;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table tbody tr td i.up {
  color: #44BE2D;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table tbody tr td i.down {
  color: #D83A19;
}
.layout-content .layout-dashboard .global-sales .p-panel-content table tbody tr td.country {
  text-align: left;
}
.layout-content .layout-dashboard .profile {
  margin-bottom: 16px;
}
.layout-content .layout-dashboard .profile .p-panel-header {
  display: none;
}
.layout-content .layout-dashboard .inbox {
  margin-bottom: 16px;
}
.layout-content .layout-dashboard .inbox .p-panel-content {
  padding: 0;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul {
  padding: 0;
  margin: 0;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li {
  list-style: none;
  padding: 18px 20px;
  position: relative;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .image-container {
  padding-right: 4px;
  display: inline-block;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .image-container img {
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .separator {
  width: 1px;
  height: 50px;
  background-color: #2D8EE3;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 4px;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .message-box {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  width: 73%;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .message-box .messager {
  color: #323232;
  font-weight: 600;
  display: inline-block;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .message-box .time {
  display: inline-block;
  color: #ABABAB;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .message-box .message {
  display: block;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .message-status {
  position: absolute;
  text-align: right;
  vertical-align: middle;
  right: 20px;
  top: 20px;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .message-status i {
  font-size: 18px;
  color: #2D8EE3;
  display: block;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .message-status i.unread {
  color: #ABABAB;
}
.layout-content .layout-dashboard .inbox .p-panel-content ul li .message-status span {
  font-size: 13px;
  color: #ABABAB;
  font-weight: 500;
}
.layout-content .layout-dashboard .timeline .p-panel-content {
  padding: 0;
  font-size: 13px;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul {
  padding: 0;
  margin: 0;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li {
  list-style: none;
  padding: 22px 0px;
  position: relative;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li .date-indicator {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 60px;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li .date-indicator .date {
  display: block;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li .activity-link {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 72px;
  top: 0;
  background-color: #dedede;
  display: inline-block;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 28px;
  font-size: 20px;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li i.device {
  float: right;
  vertical-align: middle;
  position: absolute;
  right: 14px;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li i.success {
  color: #44BE2D;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li i.error {
  color: #FF7458;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li i.code {
  color: #2162B0;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li .timeline-subject {
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li .timeline-subject .timeline-header {
  display: block;
  font-weight: 500;
}
.layout-content .layout-dashboard .timeline .p-panel-content ul li .timeline-subject .timeline-subheader {
  color: #ABABAB;
}
.layout-content .layout-dashboard .inventory .p-panel-titlebar {
  border-bottom: 0 none;
}
.layout-content .layout-dashboard .inventory .p-panel-content {
  padding: 0;
  border: 0 none;
}

@media (max-width: 500px) {
  .layout-content .layout-dashboard .inbox .p-panel-content ul li .image-container {
    display: block;
    padding-right: 27px;
    text-align: center;
  }
  .layout-content .layout-dashboard .inbox .p-panel-content ul li .separator {
    display: none;
  }
  .layout-content .layout-dashboard .inbox .p-panel-content ul li .message-box {
    width: 91%;
    padding: 0;
    text-align: center;
  }
  .layout-content .layout-dashboard .inbox .p-panel-content ul li .message-box .messager {
    display: block;
  }
  .layout-content .layout-dashboard .inbox .p-panel-content ul li .message-box .time {
    display: block;
  }
  .layout-content .layout-dashboard .inbox .p-panel-content ul li .message-box .message {
    display: block;
    text-align: left;
  }
  .layout-content .layout-dashboard .inbox .p-panel-content ul li .message-status {
    width: 5%;
    display: inline-block;
  }
  .layout-content .layout-dashboard .projects .p-panel-content ul li {
    text-align: center;
  }
  .layout-content .layout-dashboard .projects .p-panel-content ul li .project-info {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .layout-content .layout-dashboard .projects .p-panel-content ul li .person-container {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .layout-content .layout-dashboard .projects .p-panel-content ul li .button {
    float: none;
    display: block;
  }
}
.login-body {
  margin: 0 auto;
  height: 100vh;
}
.login-body .grid {
  height: 100%;
}
.login-body .login-topbar {
  height: 60px;
  width: 100%;
  background-color: #2872B4;
  background-image: -webkit-gradient(linear, left top, right top, from(#2872B4), to(#26BED0));
  background-image: -webkit-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -moz-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -ms-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -o-linear-gradient(to right, #2872B4, #26BED0);
  background-image: linear-gradient(to right, #2872B4, #26BED0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2872B4", endColorstr="#26BED0", gradientType="1");
  text-align: center;
  position: fixed;
}
.login-body .login-topbar .logo {
  height: 60px;
  position: relative;
}
.login-body .login-topbar .logo img {
  height: 60px;
  padding: 16px;
  width: auto;
  vertical-align: middle;
  border: 0 none;
}
.login-body .login-left {
  background: #2872B4;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}
.login-body .login-left img {
  width: 180px;
  margin: 0 auto;
}
.login-body .login-right {
  height: 100%;
  display: flex !important;
  align-content: center;
  align-items: center;
}
.login-body .login-panel {
  position: relative;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  text-align: center;
}
.login-body .login-panel h1 {
  font-size: 22px;
  line-height: 100px;
  font-weight: bold;
}
.login-body .login-panel .p-inputtext {
  width: 100%;
  margin: 6px 0;
}
.login-body .login-panel .checkbox-container {
  padding: 6px 0 20px 0;
}
.login-body .login-panel .checkbox-container .remember-me {
  float: left;
}
.login-body .login-panel .checkbox-container .remember-me span:not(.p-checkbox-icon) {
  margin-left: 0.5em;
  font-size: 12px;
  color: #8a8a8a;
  vertical-align: middle;
}
.login-body .login-panel .checkbox-container .p-button {
  float: right;
}
.login-body .login-panel .msg {
  height: 25px;
}
.login-body .login-panel .msg span {
  line-height: 25px;
}
.login-body .login-panel .separator {
  height: 1px;
  width: 100%;
  background-color: #E2E2E2;
  display: inline-block;
  margin: 25px 0;
}
.login-body .login-panel .subinfo {
  text-decoration: none;
  color: #2D8EE3;
}
.login-body .login-panel .subinfo span {
  font-size: 14px;
}

.exception-body .exception-topbar {
  height: 60px;
  width: 100%;
  background-color: #2872B4;
  background-image: -webkit-gradient(linear, left top, right top, from(#2872B4), to(#26BED0));
  background-image: -webkit-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -moz-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -ms-linear-gradient(to right, #2872B4, #26BED0);
  background-image: -o-linear-gradient(to right, #2872B4, #26BED0);
  background-image: linear-gradient(to right, #2872B4, #26BED0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2872B4", endColorstr="#26BED0", gradientType="1");
  text-align: center;
  position: fixed;
}
.exception-body .exception-topbar .logo {
  height: 60px;
  top: 20px;
  position: relative;
}
.exception-body .exception-topbar .logo img {
  height: 14px;
  width: auto;
  vertical-align: middle;
  border: 0 none;
}
.exception-body .exception-panel {
  padding: 150px 30px;
  position: relative;
  top: 60px;
  text-align: center;
}
.exception-body .exception-panel .top {
  text-align: center;
}
.exception-body .exception-panel .top .left {
  height: 108px;
  width: auto;
  vertical-align: middle;
}
.exception-body .exception-panel .top .main {
  height: 247px;
  width: auto;
  vertical-align: middle;
  margin: 30px;
}
.exception-body .exception-panel .top .right {
  height: 108px;
  width: auto;
  vertical-align: middle;
}
.exception-body .exception-panel .top span {
  display: block;
  color: #DDD5D0;
  font-size: 30px;
  font-family: 400;
}
.exception-body .exception-panel .top .seperator {
  height: 1px;
  width: 600px;
  margin: 30px auto;
  background-color: #E2E2E2;
}
.exception-body .exception-panel .bottom {
  text-align: center;
  color: #787878;
}
.exception-body .exception-panel .bottom .exception-panel-header {
  display: block;
  font-size: 18px;
}
.exception-body .exception-panel .bottom .exception-panel-subheader {
  display: block;
  font-size: 14px;
  margin: 10px 0 20px 0;
}

@media (max-width: 960px) {
  .exception-body .exception-panel {
    padding: 150px 0;
  }
  .exception-body .exception-panel .top .main {
    height: 160px;
    margin: 0;
  }
  .exception-body .exception-panel .top .left {
    display: none;
  }
  .exception-body .exception-panel .top .right {
    display: none;
  }
  .exception-body .exception-panel .top span {
    padding-top: 20px;
  }
  .exception-body .exception-panel .top .seperator {
    width: 300px;
  }
}
.layout-config {
  width: 16rem;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 1rem;
  overflow: auto;
  background: #ffffff;
  z-index: 1001;
  border-left: 0 none;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
}
.layout-config.layout-config-active {
  transform: translateX(0);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.layout-config.layout-config-active .layout-config-content .layout-config-button i {
  transform: rotate(360deg);
}
.layout-config p {
  line-height: 1.5rem;
  color: #737373;
}
.layout-config .layout-themes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-config .layout-themes > div {
  padding: 0.25rem;
}
.layout-config .layout-themes a {
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  display: block;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: transform 0.3s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.layout-config .layout-themes a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.layout-config .layout-themes a:hover {
  transform: scale(1.1);
}

.layout-config-button {
  display: block;
  position: fixed;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #0474B7;
  color: #ffffff;
  text-align: center;
  top: 50%;
  right: 0;
  margin-top: -1.5rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: background-color 0.3s;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
}
.layout-config-button i {
  font-size: 2rem;
  line-height: inherit;
  transform: rotate(0deg);
  transition: transform 1s;
}
.layout-config-button:hover {
  background: #0584d0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
  font-family: monospace;
}

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

hr {
  border-top: solid #dee2e6;
  border-width: 1px 0 0 0;
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

.widget-overview-box {
  padding-top: 18px;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.widget-overview-box > img {
  width: 80px;
  height: auto;
  float: right;
  margin-right: 20px;
  vertical-align: middle;
}
.widget-overview-box > img.image-icon {
  width: auto;
  height: 50px;
}
.widget-overview-box .grid {
  margin: 0;
}
.widget-overview-box .overview-title {
  margin-left: 12px;
  margin-bottom: 8px;
  font-size: 13px;
}
.widget-overview-box .overview-numbers {
  margin-left: 12px;
  margin-bottom: 20px;
  font-size: 20px;
}
.widget-overview-box .overview-subinfo {
  background-color: #E9E9E9;
  height: 38px;
  font-size: 13px;
  border: 1px solid #dedede;
}
.widget-overview-box .overview-subinfo i {
  color: #44BE2D;
  font-size: 13px;
  margin-right: 8px;
}
.widget-overview-box .overview-subinfo .progressbar {
  height: 10px;
  background-color: #B3B0B0;
  border-radius: 5px;
  padding: 0;
  margin: 14px 0 14px 12px;
}
.widget-overview-box .overview-subinfo .progressbar .progress {
  width: 45%;
  height: 10px;
  border-radius: 5px;
}
.widget-overview-box .overview-subinfo .progressbar .progress.sale {
  width: 75%;
  background-color: #F39611;
  background-image: -webkit-gradient(linear, left top, right top, from(#F39611), to(#EE4F10));
  background-image: -webkit-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -moz-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -ms-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -o-linear-gradient(to right, #F39611, #EE4F10);
  background-image: linear-gradient(to right, #F39611, #EE4F10);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F39611", endColorstr="#EE4F10", gradientType="1");
}
.widget-overview-box .overview-subinfo .progressbar .progress.view {
  background-color: #326DDF;
  background-image: -webkit-gradient(linear, left top, right top, from(#326DDF), to(#214B9C));
  background-image: -webkit-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -moz-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -ms-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -o-linear-gradient(to right, #326DDF, #214B9C);
  background-image: linear-gradient(to right, #326DDF, #214B9C);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#326DDF", endColorstr="#214B9C", gradientType="1");
}
.widget-overview-box .overview-subinfo span {
  color: #585858;
  width: auto;
  line-height: 22px;
}
.widget-overview-box .overview-subinfo.user {
  height: 38px;
  padding: 8px 12px;
}
.widget-overview-box .overview-subinfo.checkin {
  height: 38px;
  padding: 8px 12px;
  line-height: 1.5;
}
.widget-overview-box.sales {
  background-color: #F39611;
  background-image: -webkit-gradient(linear, left top, right top, from(#F39611), to(#EE4F10));
  background-image: -webkit-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -moz-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -ms-linear-gradient(to right, #F39611, #EE4F10);
  background-image: -o-linear-gradient(to right, #F39611, #EE4F10);
  background-image: linear-gradient(to right, #F39611, #EE4F10);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F39611", endColorstr="#EE4F10", gradientType="1");
}
.widget-overview-box.views {
  background-color: #326DDF;
  background-image: -webkit-gradient(linear, left top, right top, from(#326DDF), to(#214B9C));
  background-image: -webkit-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -moz-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -ms-linear-gradient(to right, #326DDF, #214B9C);
  background-image: -o-linear-gradient(to right, #326DDF, #214B9C);
  background-image: linear-gradient(to right, #326DDF, #214B9C);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#326DDF", endColorstr="#214B9C", gradientType="1");
}
.widget-overview-box.users {
  background-color: #E02364;
  background-image: -webkit-gradient(linear, left top, right top, from(#E02364), to(#A22650));
  background-image: -webkit-linear-gradient(to right, #E02364, #A22650);
  background-image: -moz-linear-gradient(to right, #E02364, #A22650);
  background-image: -ms-linear-gradient(to right, #E02364, #A22650);
  background-image: -o-linear-gradient(to right, #E02364, #A22650);
  background-image: linear-gradient(to right, #E02364, #A22650);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E02364", endColorstr="#A22650", gradientType="1");
}
.widget-overview-box.checkins {
  background-color: #7DC931;
  background-image: -webkit-gradient(linear, left top, right top, from(#7DC931), to(#14A143));
  background-image: -webkit-linear-gradient(to right, #7DC931, #14A143);
  background-image: -moz-linear-gradient(to right, #7DC931, #14A143);
  background-image: -ms-linear-gradient(to right, #7DC931, #14A143);
  background-image: -o-linear-gradient(to right, #7DC931, #14A143);
  background-image: linear-gradient(to right, #7DC931, #14A143);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7DC931", endColorstr="#14A143", gradientType="1");
}

.widget-statistics {
  width: 100%;
}
.widget-statistics .stats-left {
  padding: 50px;
  text-align: center;
}
.widget-statistics .stats-left i {
  color: #ABABAB;
  font-size: 14px;
  margin-right: 4px;
}
.widget-statistics .stats-left span {
  margin-right: 20px;
}
.widget-statistics .stats-left .knob-container {
  text-align: center;
  margin-bottom: 15px;
}
.widget-statistics .stats-left .knob-container .knob {
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin-top: 20px;
  font-size: 50px;
  color: #6a6a7d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 5px solid #2D8EE3;
  border-left-color: #b4d7f5;
}
.widget-statistics .stats-left .details {
  font-size: 14px;
  color: #ABABAB;
}
.widget-statistics .stats-left .details span {
  margin-right: 6px;
}
.widget-statistics .stats-left .details i {
  font-size: 14px;
}
.widget-statistics .stats-right {
  padding: 53px 100px 53px 20px;
  float: right;
}
.widget-statistics .stats-right i {
  color: #ABABAB;
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
}
.widget-statistics .stats-right .icon-label {
  color: #ABABAB;
  font-size: 14px;
  display: inline-block;
}
.widget-statistics .stats-right span {
  color: #353535;
  font-weight: 500;
  font-size: 24px;
  display: block;
}
.widget-statistics .stats-right .statsbar {
  display: block;
  width: 80%;
  background-color: #f4f4f4;
  margin-top: 12px;
  margin-bottom: 24px;
}
.widget-statistics .stats-right .statsbar .statsbar-value {
  background-color: #2D8EE3;
  height: 4px;
}

.widget-global-sales table {
  width: 100%;
}
.widget-global-sales table thead tr th {
  color: #ABABAB;
  font-weight: 600;
  font-size: 13px;
}
.widget-global-sales table thead tr th.country {
  text-align: left;
}
.widget-global-sales table tbody tr {
  padding: 9px 18px;
  line-height: 50px;
}
.widget-global-sales table tbody tr td {
  color: #353535;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.widget-global-sales table tbody tr td img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}
.widget-global-sales table tbody tr td span {
  vertical-align: middle;
}
.widget-global-sales table tbody tr td i {
  font-size: 16px;
}
.widget-global-sales table tbody tr td i.up {
  color: #44BE2D;
}
.widget-global-sales table tbody tr td i.down {
  color: #D83A19;
}
.widget-global-sales table tbody tr td.country {
  text-align: left;
}

.widget-profile {
  margin-bottom: 16px;
}
.widget-profile.card {
  padding: 0;
}
.widget-profile .bg-image {
  background: url("../../layout/images/bg-image-profile.png") no-repeat;
  height: 190px;
  width: 100%;
  background-size: cover;
}
.widget-profile .profile-info {
  text-align: center;
  padding-bottom: 25px;
  margin-top: -60px;
}
.widget-profile .profile-info .profile-image {
  height: 120px;
  width: 120px;
}
.widget-profile .profile-info .name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #353535;
}
.widget-profile .profile-info i {
  font-size: 13px;
  color: #ABABAB;
  margin-right: 5px;
}
.widget-profile .profile-info span {
  font-size: 13px;
  color: #696969;
  font-weight: 500;
}
.widget-profile .profile-info .profile-numbers {
  display: inline-block;
  text-align: center;
  margin: 15px;
}
.widget-profile .profile-info .profile-numbers .header {
  display: block;
  color: #ABABAB;
  font-size: 13px;
  font-weight: 500;
  margin-top: 16px;
}
.widget-profile .profile-info .profile-numbers .number {
  display: block;
  color: #353535;
  font-size: 20px;
  font-weight: 400;
}

.widget-timeline ul {
  padding: 0;
  margin: 0;
}
.widget-timeline ul li {
  list-style: none;
  padding: 22px 0px;
  position: relative;
}
.widget-timeline ul li .date-indicator {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 60px;
}
.widget-timeline ul li .date-indicator .date {
  display: block;
}
.widget-timeline ul li .activity-link {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 72px;
  top: 0;
  background-color: #dedede;
  display: inline-block;
}
.widget-timeline ul li i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 28px;
  font-size: 20px;
}
.widget-timeline ul li i.device {
  float: right;
  vertical-align: middle;
  position: absolute;
  right: 14px;
}
.widget-timeline ul li i.success {
  color: #44BE2D;
}
.widget-timeline ul li i.error {
  color: #FF7458;
}
.widget-timeline ul li i.code {
  color: #2162B0;
}
.widget-timeline ul li .timeline-subject {
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
}
.widget-timeline ul li .timeline-subject .timeline-header {
  display: block;
  font-weight: 500;
}
.widget-timeline ul li .timeline-subject .timeline-subheader {
  color: #ABABAB;
}

.widget-inbox {
  margin-bottom: 16px;
}
.widget-inbox ul {
  padding: 0;
  margin: 0;
}
.widget-inbox ul li {
  list-style: none;
  padding: 18px 20px;
  position: relative;
}
.widget-inbox ul li .image-container {
  padding-right: 4px;
  display: inline-block;
}
.widget-inbox ul li .image-container img {
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
}
.widget-inbox ul li .separator {
  width: 1px;
  height: 50px;
  background-color: #2D8EE3;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 4px;
}
.widget-inbox ul li .message-box {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  width: 73%;
}
.widget-inbox ul li .message-box .messager {
  color: #323232;
  font-weight: 600;
  display: inline-block;
}
.widget-inbox ul li .message-box .time {
  display: inline-block;
  color: #ABABAB;
}
.widget-inbox ul li .message-box .message {
  display: block;
}
.widget-inbox ul li .message-status {
  position: absolute;
  text-align: right;
  vertical-align: middle;
  right: 20px;
  top: 20px;
}
.widget-inbox ul li .message-status i {
  font-size: 18px;
  color: #2D8EE3;
  display: block;
}
.widget-inbox ul li .message-status i.unread {
  color: #ABABAB;
}
.widget-inbox ul li .message-status span {
  font-size: 13px;
  color: #ABABAB;
  font-weight: 500;
}

.widget-projects {
  margin-bottom: 16px;
}
.widget-projects ul {
  margin: 0;
  padding: 20px 0;
  background: url("../../layout/images/bg-projects.png") no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
}
.widget-projects ul li {
  list-style: none;
  margin: 8px 0;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 24px;
}
.widget-projects ul li .project-info {
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  width: 25%;
}
.widget-projects ul li .project-info .project-name {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  display: block;
}
.widget-projects ul li .project-info .project-firm {
  font-size: 13px;
  color: #b0b0ae;
  display: block;
}
.widget-projects ul li .person-container {
  width: 45%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.widget-projects ul li .person-container .persons {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
.widget-projects ul li .person-container .persons img {
  height: 42px;
  vertical-align: middle;
}
.widget-projects ul li .person-container span {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  margin-left: 21px;
}
.widget-projects ul li .button {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.widget-contacts ul {
  padding: 0;
  margin: 0;
}
.widget-contacts ul li {
  list-style: none;
  padding-bottom: 12px;
}
.widget-contacts ul li img {
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
}
.widget-contacts ul li .separator {
  width: 1px;
  height: 50px;
  margin: 0 8px 0 4px;
  background-color: #2D8EE3;
  display: inline-block;
  vertical-align: middle;
}
.widget-contacts ul li .team-box {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  width: 69%;
}
.widget-contacts ul li .team-box .team-member {
  color: #323232;
  font-weight: 500;
  display: block;
}
.widget-contacts ul li .team-box .team-member-mail {
  color: #888888;
  display: inline-block;
  font-weight: 400;
}
.widget-contacts ul li .team-box .team-member-address {
  color: #888888;
  display: inline-block;
  font-weight: 400;
}
.widget-contacts ul li .team-box i {
  display: inline-block;
  margin-right: 9px;
}

/* Add your customizations of layout here */
/* table style */
body .layout-wrapper .layout-main {
  padding-top: 48px;
}
body .layout-wrapper .layout-main .layout-content {
  padding: 0;
  background-color: #EFF3F7;
}
body .layout-wrapper .layout-topbar {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  padding: 0 16px;
}
body .layout-wrapper .layout-topbar .top-left {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
  gap: 16px;
}
body .layout-wrapper .layout-topbar .top-left .logo a {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  margin: 4px 2px 4px -8px;
  border-radius: 4px;
}
body .layout-wrapper .layout-topbar .top-left .logo a:hover {
  background-color: rgba(200, 215, 230, 0.4);
}
body .layout-wrapper .layout-topbar .top-left .logo img {
  width: 60px;
  border: 0 none;
}
body .layout-wrapper .layout-topbar .top-left .search {
  width: 60%;
  max-width: 500px;
  display: flex;
  align-items: center;
}
body .layout-wrapper .layout-topbar .top-left .search .p-input-icon-left {
  width: 100%;
}
body .layout-wrapper .layout-topbar .top-left .search .p-input-icon-left i {
  color: #e1e1e1;
}
body .layout-wrapper .layout-topbar .top-left .search .p-input-icon-left input {
  width: 50%;
  transition: all 0.5s;
  float: left;
  background-color: transparent;
  color: #e1e1e1;
}
body .layout-wrapper .layout-topbar .top-left .search .p-input-icon-left input:focus {
  width: 100%;
}
body .layout-wrapper .layout-topbar .top-right {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 16px;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification {
  padding: 9px 8px;
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 1px;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification:hover {
  background-color: rgba(200, 215, 230, 0.4);
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification i {
  color: #F1F1F1;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification i:first-child {
  font-size: 18px;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification i:last-child {
  padding-left: 4px;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification span {
  color: #8f4700;
  background-color: #f5d9a8;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  padding: 0 8px;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg {
  top: 48px;
  right: 0;
  max-width: 400px;
  width: 98%;
  position: absolute;
  min-height: 400px;
  height: calc(100vh - 48px);
  overflow: scroll;
  padding: 0 0.2rem;
  background: #FFF;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu .read-all,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg .read-all {
  text-align: right;
  padding: 6px;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu .read-all a,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg .read-all a {
  text-align: right;
  padding: 4px 12px;
  display: inline-block;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu ul,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg ul {
  padding: 0;
  margin: 0;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu ul li,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg ul li {
  border-bottom: 1px solid #F1F1F1;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu ul li a,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg ul li a {
  padding: 6px 12px;
  margin: 0.2rem 0;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu ul li a.unread,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg ul li a.unread {
  background: #EFEFEF;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu ul li a div,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg ul li a div {
  color: #111;
  margin-right: 16px;
  font-weight: bold;
  font-size: 14px;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu ul li a > i,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg ul li a > i {
  font-size: 11px;
  margin-right: 4px;
  color: #333;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu ul li a span,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg ul li a span {
  font-size: 11px;
  color: #333;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-menu ul li a p,
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg ul li a p {
  padding-top: 6px;
  color: #333;
}
body .layout-wrapper .layout-topbar .top-right #topbar-notification-msg {
  height: auto;
  min-height: 10px;
}
body .layout-wrapper .layout-topbar #topbar-profile-menu-button {
  float: right;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  margin: 4px 2px 4px -8px;
  border-radius: 4px;
}
body .layout-wrapper .layout-topbar #topbar-profile-menu-button:hover {
  background-color: rgba(200, 215, 230, 0.4);
}
body .layout-wrapper .layout-topbar #topbar-profile-menu-button img {
  margin: 0;
}
body .layout-wrapper .layout-topbar #topbar-profile-menu-button i {
  margin-left: 4px;
}
body .layout-wrapper .layout-topbar #topbar-usermenu {
  top: 48px;
  border-radius: 3px;
  right: 16px;
  padding: 10px;
  width: auto;
  min-width: 200px;
}
body .layout-wrapper .layout-topbar #topbar-usermenu li a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
}
body .layout-wrapper .layout-topbar #topbar-menu-button {
  height: 48px;
  line-height: 48px;
  width: 48px;
}
body .layout-wrapper .layout-sidebar {
  width: 224px;
  top: 48px;
  -webkit-box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
body .layout-wrapper .layout-sidebar .layout-menu li a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px 0 10px;
}
body .layout-wrapper .layout-sidebar .layout-menu li a i {
  font-size: 14px;
  margin-right: 10px;
  max-width: 14px;
}
body .layout-wrapper .layout-sidebar .layout-menu li a .layout-menuitem-toggler {
  right: 10px;
}
body .layout-wrapper .layout-sidebar .layout-menu li ul {
  padding: 0 6px;
}
body .layout-wrapper .layout-sidebar .layout-menu li ul li a {
  padding-left: 8px;
}

.map-control {
  position: relative;
  height: calc(100vh - 82px);
}
.map-control .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.map-control .toggle {
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  width: 12px;
  height: 70px;
  background: #00263A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.map-control .toggle i {
  color: #AAAAAA;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.map-control .item-box {
  height: 100%;
  width: 0;
  background-color: #00263A;
  float: left;
  left: -350px;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.map-control .item-box .box-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  padding: 6px;
  width: 100%;
  background: #00263A;
  z-index: 98;
}
.map-control .item-box .box-header .p-button {
  color: #FFF;
}
.map-control .item-box .box-header .p-button:focus {
  outline: none;
  box-shadow: none;
}
.map-control .item-box .box-header .p-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.map-control .item-box .card {
  height: 100%;
  overflow: auto;
  background: none;
  padding: 8px;
  border: none;
}
.map-control .item-box .card .p-datatable-table .p-datatable-thead td {
  padding: 0.5rem 1rem;
}
.map-control.show .item-box {
  width: 350px;
  left: 0;
}
.map-control.show .toggle {
  left: 350px;
}
.map-control.show .toggle > i {
  transform: rotate(180deg);
}

.osm-container {
  width: 100%;
  height: 100%;
}

#map, #mapTest, #map-geofence, #map-geofence-setup, #map-geofence-detail, #map-whitelist, #map-geofence-alert, #map-current-status, #map-tracking, #map_notification_detail, #map_notification_detail_dialog {
  height: 100%;
}
#map .leaflet-pane, #map .leaflet-top, #map .leaflet-bottom, #mapTest .leaflet-pane, #mapTest .leaflet-top, #mapTest .leaflet-bottom, #map-geofence .leaflet-pane, #map-geofence .leaflet-top, #map-geofence .leaflet-bottom, #map-geofence-setup .leaflet-pane, #map-geofence-setup .leaflet-top, #map-geofence-setup .leaflet-bottom, #map-geofence-detail .leaflet-pane, #map-geofence-detail .leaflet-top, #map-geofence-detail .leaflet-bottom, #map-whitelist .leaflet-pane, #map-whitelist .leaflet-top, #map-whitelist .leaflet-bottom, #map-geofence-alert .leaflet-pane, #map-geofence-alert .leaflet-top, #map-geofence-alert .leaflet-bottom, #map-current-status .leaflet-pane, #map-current-status .leaflet-top, #map-current-status .leaflet-bottom, #map-tracking .leaflet-pane, #map-tracking .leaflet-top, #map-tracking .leaflet-bottom, #map_notification_detail .leaflet-pane, #map_notification_detail .leaflet-top, #map_notification_detail .leaflet-bottom, #map_notification_detail_dialog .leaflet-pane, #map_notification_detail_dialog .leaflet-top, #map_notification_detail_dialog .leaflet-bottom {
  z-index: 98;
}
#map .btn-control, #mapTest .btn-control, #map-geofence .btn-control, #map-geofence-setup .btn-control, #map-geofence-detail .btn-control, #map-whitelist .btn-control, #map-geofence-alert .btn-control, #map-current-status .btn-control, #map-tracking .btn-control, #map_notification_detail .btn-control, #map_notification_detail_dialog .btn-control {
  position: absolute;
  z-index: 99;
  padding-left: 10px;
  top: 77px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#map .btn-control .btn-group, #mapTest .btn-control .btn-group, #map-geofence .btn-control .btn-group, #map-geofence-setup .btn-control .btn-group, #map-geofence-detail .btn-control .btn-group, #map-whitelist .btn-control .btn-group, #map-geofence-alert .btn-control .btn-group, #map-current-status .btn-control .btn-group, #map-tracking .btn-control .btn-group, #map_notification_detail .btn-control .btn-group, #map_notification_detail_dialog .btn-control .btn-group {
  display: flex;
  flex-direction: column;
}
#map .btn-control .btn-group button:first-child, #mapTest .btn-control .btn-group button:first-child, #map-geofence .btn-control .btn-group button:first-child, #map-geofence-setup .btn-control .btn-group button:first-child, #map-geofence-detail .btn-control .btn-group button:first-child, #map-whitelist .btn-control .btn-group button:first-child, #map-geofence-alert .btn-control .btn-group button:first-child, #map-current-status .btn-control .btn-group button:first-child, #map-tracking .btn-control .btn-group button:first-child, #map_notification_detail .btn-control .btn-group button:first-child, #map_notification_detail_dialog .btn-control .btn-group button:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#map .btn-control .btn-group button:last-child, #mapTest .btn-control .btn-group button:last-child, #map-geofence .btn-control .btn-group button:last-child, #map-geofence-setup .btn-control .btn-group button:last-child, #map-geofence-detail .btn-control .btn-group button:last-child, #map-whitelist .btn-control .btn-group button:last-child, #map-geofence-alert .btn-control .btn-group button:last-child, #map-current-status .btn-control .btn-group button:last-child, #map-tracking .btn-control .btn-group button:last-child, #map_notification_detail .btn-control .btn-group button:last-child, #map_notification_detail_dialog .btn-control .btn-group button:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
#map .btn-control button, #mapTest .btn-control button, #map-geofence .btn-control button, #map-geofence-setup .btn-control button, #map-geofence-detail .btn-control button, #map-whitelist .btn-control button, #map-geofence-alert .btn-control button, #map-current-status .btn-control button, #map-tracking .btn-control button, #map_notification_detail .btn-control button, #map_notification_detail_dialog .btn-control button {
  width: 34px;
  height: 34px;
  line-height: 34;
  background-color: #FFF;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
#map .btn-control button:focus, #mapTest .btn-control button:focus, #map-geofence .btn-control button:focus, #map-geofence-setup .btn-control button:focus, #map-geofence-detail .btn-control button:focus, #map-whitelist .btn-control button:focus, #map-geofence-alert .btn-control button:focus, #map-current-status .btn-control button:focus, #map-tracking .btn-control button:focus, #map_notification_detail .btn-control button:focus, #map_notification_detail_dialog .btn-control button:focus {
  outline: none;
  box-shadow: none;
}
#map .btn-control button:hover, #mapTest .btn-control button:hover, #map-geofence .btn-control button:hover, #map-geofence-setup .btn-control button:hover, #map-geofence-detail .btn-control button:hover, #map-whitelist .btn-control button:hover, #map-geofence-alert .btn-control button:hover, #map-current-status .btn-control button:hover, #map-tracking .btn-control button:hover, #map_notification_detail .btn-control button:hover, #map_notification_detail_dialog .btn-control button:hover {
  background-color: #f4f4f4;
}
#map .btn-control .active, #mapTest .btn-control .active, #map-geofence .btn-control .active, #map-geofence-setup .btn-control .active, #map-geofence-detail .btn-control .active, #map-whitelist .btn-control .active, #map-geofence-alert .btn-control .active, #map-current-status .btn-control .active, #map-tracking .btn-control .active, #map_notification_detail .btn-control .active, #map_notification_detail_dialog .btn-control .active {
  background-color: #EAEAEA;
}
#map .btn-control .btn-current-location, #mapTest .btn-control .btn-current-location, #map-geofence .btn-control .btn-current-location, #map-geofence-setup .btn-control .btn-current-location, #map-geofence-detail .btn-control .btn-current-location, #map-whitelist .btn-control .btn-current-location, #map-geofence-alert .btn-control .btn-current-location, #map-current-status .btn-control .btn-current-location, #map-tracking .btn-control .btn-current-location, #map_notification_detail .btn-control .btn-current-location, #map_notification_detail_dialog .btn-control .btn-current-location {
  background-image: url("../images/icon-current-location.png");
  background-size: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: padding-box;
  padding: 6px;
}
#map .btn-control .btn-simplify, #mapTest .btn-control .btn-simplify, #map-geofence .btn-control .btn-simplify, #map-geofence-setup .btn-control .btn-simplify, #map-geofence-detail .btn-control .btn-simplify, #map-whitelist .btn-control .btn-simplify, #map-geofence-alert .btn-control .btn-simplify, #map-current-status .btn-control .btn-simplify, #map-tracking .btn-control .btn-simplify, #map_notification_detail .btn-control .btn-simplify, #map_notification_detail_dialog .btn-control .btn-simplify {
  background-image: url("../images/dot.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: padding-box;
  padding: 6px;
}
#map .btn-control .btn-route, #mapTest .btn-control .btn-route, #map-geofence .btn-control .btn-route, #map-geofence-setup .btn-control .btn-route, #map-geofence-detail .btn-control .btn-route, #map-whitelist .btn-control .btn-route, #map-geofence-alert .btn-control .btn-route, #map-current-status .btn-control .btn-route, #map-tracking .btn-control .btn-route, #map_notification_detail .btn-control .btn-route, #map_notification_detail_dialog .btn-control .btn-route {
  background-image: url("../images/route_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: padding-box;
  padding: 6px;
}

#map-current-status .leaflet-popup-content, #map-tracking .leaflet-popup-content {
  min-width: 200px;
  overflow: auto;
}

.tbl {
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.tbl th:first-child {
  border-top-left-radius: 3px;
}
.tbl th:last-child {
  border-top-right-radius: 3px;
}
.tbl .p-paginator-bottom {
  border-radius: 0 0 3px 3px !important;
}

/* Filter card */
.filter {
  margin-bottom: -0.5rem;
}

@media (min-width: 1025px) {
  .layout-wrapper.layout-menu-slim .layout-sidebar {
    width: 58px;
    left: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu {
    margin-top: 16px;
    padding: 0 4px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li {
    position: relative;
    margin-bottom: 14px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 0;
    justify-content: center;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a:hover + .layout-menu-tooltip {
    display: block;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a i {
    font-size: 14px;
    margin-right: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a i:first-child {
    font-size: 16px;
    width: auto;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a i.layout-menuitem-toggler {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul {
    position: absolute;
    left: 54px;
    overflow: auto;
    max-height: 450px;
    min-width: 234px;
    border-radius: 3px;
    border-left: 4px solid #2D8EE3;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li {
    padding: 0 4px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li > a {
    padding: 0 12px;
  }
  .layout-wrapper.layout-menu-slim .layout-sidebar .sub-top-item {
    padding: 0 10px 0 16px !important;
    border-bottom: 1px solid #BBBBBB;
    color: #FFF;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 10px;
  }
  .layout-wrapper.layout-menu-slim .layout-main {
    margin-left: 58px;
    padding-top: 48px;
  }
}
.layout-wrapper .layout-topbar {
  height: 48px;
}

app-header-add-edit,
app-header-detail,
app-header-detail-loading,
app-header-list {
  position: fixed;
  width: 100%;
  background-color: #EFF3F7;
  top: 48px;
  left: 0;
  z-index: 98;
  padding: 0.5rem;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
app-header-add-edit .grid,
app-header-detail .grid,
app-header-detail-loading .grid,
app-header-list .grid {
  margin-bottom: -0.5rem;
}

app-header-add-edit, app-header-detail, app-header-detail-loading, app-header-list {
  position: fixed;
  width: 100%;
  background-color: #EFF3F7;
  top: 48px;
  left: 0;
  z-index: 98;
  padding: 0.5rem;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
app-header-add-edit .grid, app-header-detail .grid, app-header-detail-loading .grid, app-header-list .grid {
  margin-bottom: -0.5rem;
}

.layout-menu-horizontal .layout-wrapper .layout-sidebar {
  height: 48px;
}
.layout-menu-horizontal app-header-add-edit, .layout-menu-horizontal app-header-detail, .layout-menu-horizontal app-header-detail-loading, .layout-menu-horizontal app-header-list {
  width: 100%;
  top: 95px;
  left: 0;
}
.layout-menu-horizontal .content {
  height: calc(100vh - 142px);
  margin-top: 48px;
}
.layout-menu-horizontal .list {
  height: calc(100% - 80px);
}
.layout-menu-horizontal .list-summary {
  height: calc(100% - 190px);
}
.layout-menu-horizontal .notification-detail {
  height: calc(100vh - 122px);
}
.layout-menu-horizontal .item-box {
  height: calc(100vh - 94px);
}
.layout-menu-horizontal .map-control {
  height: calc(100vh - 94px);
}
.layout-menu-horizontal .high-risk-setup {
  height: calc(100vh - 150px);
}
.layout-menu-horizontal .high-risk-setup #map-geofence-setup {
  height: calc(100vh - 252px);
}
.layout-menu-horizontal .high-risk-setup #map-geofence-detail, .layout-menu-horizontal .high-risk-setup #map-geofence {
  height: calc(100vh - 198px);
}
.layout-menu-horizontal #map-whitelist {
  height: calc(100vh - 206px);
}
.layout-menu-horizontal .layout-tab-view.p-tabview .p-tabview-nav {
  padding-top: 1px;
}
.layout-menu-horizontal .layout-tab-view.p-tabview app-header-add-edit, .layout-menu-horizontal .layout-tab-view.p-tabview app-header-detail, .layout-menu-horizontal .layout-tab-view.p-tabview app-header-detail-loading, .layout-menu-horizontal .layout-tab-view.p-tabview app-header-list {
  top: 129px;
}
.layout-menu-horizontal .layout-tab-view.p-tabview .content {
  height: calc(100vh - 94px);
  margin-top: 0;
  padding: 82px 0.5rem 0 0.5rem;
}
.layout-menu-horizontal .layout-tab-view.p-tabview .notification-detail {
  height: calc(100vh - 201px);
}
.layout-menu-horizontal .layout-tab-view.p-tabview .layout-dashboard {
  padding-top: 44px;
}
.layout-menu-horizontal .layout-tab-view.p-tabview .item-box {
  height: calc(100vh - 130px);
}
.layout-menu-horizontal .layout-tab-view.p-tabview .map-control {
  height: calc(100vh - 130px);
}
.layout-menu-horizontal .layout-tab-view.p-tabview .high-risk-setup {
  height: calc(100vh - 184px);
}
.layout-menu-horizontal .layout-tab-view.p-tabview .high-risk-setup #map-geofence-setup {
  height: calc(100vh - 286px);
}
.layout-menu-horizontal .layout-tab-view.p-tabview .high-risk-setup #map-geofence-detail, .layout-menu-horizontal .layout-tab-view.p-tabview .high-risk-setup #map-geofence {
  height: calc(100vh - 232px);
}
.layout-menu-horizontal .layout-tab-view.p-tabview #map-whitelist {
  height: calc(100vh - 242px);
}

.layout-menu-static .layout-content .layout-dashboard {
  padding-top: 8px;
}
.layout-menu-static app-header-add-edit, .layout-menu-static app-header-detail, .layout-menu-static app-header-detail-loading, .layout-menu-static app-header-list {
  width: calc(100% - 224px);
  left: 224px;
}
.layout-menu-static .layout-tab-view .p-tabview-nav {
  padding-top: 1px;
}
.layout-menu-static .layout-tab-view app-header-add-edit, .layout-menu-static .layout-tab-view app-header-detail, .layout-menu-static .layout-tab-view app-header-detail-loading, .layout-menu-static .layout-tab-view app-header-list {
  top: 83px;
}
.layout-menu-static .layout-tab-view.p-tabview > .p-tabview-nav-container {
  width: calc(100vw - 58px - 152px);
}
.layout-menu-static .layout-tab-view.p-tabview .content-full {
  height: calc(100vh - 48px);
}
.layout-menu-static .layout-tab-view.p-tabview .content {
  height: calc(100vh - 48px);
}
.layout-menu-static .layout-tab-view.p-tabview .item-box {
  height: calc(100vh - 84px);
}
.layout-menu-static .layout-tab-view.p-tabview .map-control {
  height: calc(100vh - 84px);
}
.layout-menu-static .layout-tab-view.p-tabview .layout-dashboard {
  padding-top: 43px;
}

.layout-menu-static-inactive app-header-add-edit, .layout-menu-static-inactive app-header-detail, .layout-menu-static-inactive app-header-detail-loading, .layout-menu-static-inactive app-header-list {
  width: 100%;
  left: 0;
}
.layout-menu-static-inactive .layout-tab-view .p-tabview-nav {
  padding-top: 1px;
}
.layout-menu-static-inactive .layout-tab-view app-header-add-edit, .layout-menu-static-inactive .layout-tab-view app-header-detail, .layout-menu-static-inactive .layout-tab-view app-header-detail-loading, .layout-menu-static-inactive .layout-tab-view app-header-list {
  top: 83px;
}
.layout-menu-static-inactive .layout-tab-view.p-tabview > .p-tabview-nav-container {
  width: 100vw;
}
.layout-menu-static-inactive .layout-tab-view.p-tabview .content-full {
  height: calc(100vh - 48px);
}
.layout-menu-static-inactive .layout-tab-view.p-tabview .content {
  height: calc(100vh - 48px);
}
.layout-menu-static-inactive .layout-tab-view.p-tabview .item-box {
  height: calc(100vh - 84px);
}
.layout-menu-static-inactive .layout-tab-view.p-tabview .map-control {
  height: calc(100vh - 84px);
}
.layout-menu-static-inactive .layout-tab-view.p-tabview .layout-dashboard {
  padding-top: 43px;
}

.layout-menu-slim .layout-content .layout-dashboard {
  padding-top: 8px;
}
.layout-menu-slim app-header-add-edit, .layout-menu-slim app-header-detail, .layout-menu-slim app-header-detail-loading, .layout-menu-slim app-header-list {
  width: calc(100% - 58px);
  left: 58px;
}
.layout-menu-slim .layout-tab-view .p-tabview-nav {
  padding-top: 1px;
}
.layout-menu-slim .layout-tab-view app-header-add-edit, .layout-menu-slim .layout-tab-view app-header-detail, .layout-menu-slim .layout-tab-view app-header-detail-loading, .layout-menu-slim .layout-tab-view app-header-list {
  top: 83px;
}
.layout-menu-slim .layout-tab-view.p-tabview > .p-tabview-nav-container {
  width: calc(100vw - 72px);
}
.layout-menu-slim .layout-tab-view.p-tabview .content-full {
  height: calc(100vh - 48px);
}
.layout-menu-slim .layout-tab-view.p-tabview .content {
  height: calc(100vh - 48px);
}
.layout-menu-slim .layout-tab-view.p-tabview .item-box {
  height: calc(100vh - 84px);
}
.layout-menu-slim .layout-tab-view.p-tabview .map-control {
  height: calc(100vh - 84px);
}
.layout-menu-slim .layout-tab-view.p-tabview .layout-dashboard {
  padding-top: 43px;
}

.content-full {
  height: calc(100vh - 96px);
  margin-top: 0;
  padding: 0;
}

.content {
  height: calc(100vh - 96px);
  margin-top: 47px;
  padding: 1px 0.5rem 0 0.5rem;
  position: relative;
}
.content .block-view-per {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 243, 247, 0.3019607843);
  backdrop-filter: blur(8px);
}
.content .block-view-per .exception-body .exception-panel {
  padding: 0;
}
.content .block-view-per .exception-body .exception-panel .bottom {
  color: #333333;
}
.content .high-risk-setup {
  height: calc(100vh - 104px);
}
.content .high-risk-setup #map-geofence-setup {
  height: calc(100vh - 206px);
}
.content .high-risk-setup #map-geofence-detail, .content .high-risk-setup #map-geofence {
  height: calc(100vh - 152px);
}
.content #map-whitelist {
  height: calc(100vh - 160px);
}

.list {
  height: calc(100% - 78px);
}

.list-summary {
  height: calc(100% - 190px);
}

.layout-menu-static .layout-sidebar .layout-menu-title {
  margin-left: 12px;
  margin-right: 12px;
}
.layout-menu-static .layout-sidebar .layout-menu {
  padding: 0 4px;
}
.layout-menu-static .layout-sidebar .layout-menu li ul li a {
  padding-left: 8px;
}
.layout-menu-static app-header-add-edit,
.layout-menu-static app-header-detail,
.layout-menu-static app-header-detail-loading,
.layout-menu-static app-header-list {
  width: calc(100% - 224px);
  left: 224px;
}
.layout-menu-static .content-full {
  height: calc(100vh - 48px);
  margin-top: 0;
  padding: 0;
}
.layout-menu-static .item-box {
  height: calc(100vh - 48px);
}
.layout-menu-static .map-control {
  height: calc(100vh - 48px);
}

.layout-menu-static-inactive app-header-add-edit,
.layout-menu-static-inactive app-header-detail,
.layout-menu-static-inactive app-header-detail-loading,
.layout-menu-static-inactive app-header-list {
  width: 100%;
  left: 0;
}
.layout-menu-static-inactive .content-full {
  height: calc(100vh - 48px);
  margin-top: 0;
  padding: 0;
}
.layout-menu-static-inactive .item-box {
  height: calc(100vh - 48px);
}
.layout-menu-static-inactive .map-control {
  height: calc(100vh - 48px);
}

.layout-menu-slim app-header-add-edit,
.layout-menu-slim app-header-detail,
.layout-menu-slim app-header-detail-loading,
.layout-menu-slim app-header-list {
  width: calc(100% - 58px);
  left: 58px;
}
.layout-menu-slim .content-full {
  height: calc(100vh - 48px);
  margin-top: 0;
  padding: 0;
}
.layout-menu-slim .item-box {
  height: calc(100vh - 48px);
}
.layout-menu-slim .map-control {
  height: calc(100vh - 48px);
}

.layout-menu-overlay app-header-add-edit,
.layout-menu-overlay app-header-detail,
.layout-menu-overlay app-header-detail-loading,
.layout-menu-overlay app-header-list {
  width: 100%;
  left: 0;
}
.layout-menu-overlay .content-full {
  height: calc(100vh - 48px);
  margin-top: 0;
  padding: 0;
}
.layout-menu-overlay .item-box {
  height: calc(100vh - 48px);
}
.layout-menu-overlay .map-control {
  height: calc(100vh - 48px);
}
.layout-menu-overlay .layout-tab-view.p-tabview .content-full {
  height: calc(100vh - 48px);
}
.layout-menu-overlay .layout-tab-view.p-tabview .content {
  height: calc(100vh - 48px);
}
.layout-menu-overlay .layout-tab-view.p-tabview .item-box {
  height: calc(100vh - 84px);
}
.layout-menu-overlay .layout-tab-view.p-tabview .map-control {
  height: calc(100vh - 84px);
}
.layout-menu-overlay .layout-tab-view.p-tabview .layout-dashboard {
  padding-top: 43px;
}

.card {
  padding: 0.8rem;
  margin-bottom: 0.8rem;
}

#layout-right-panel {
  top: 48px;
  width: 300px;
  padding: 12px;
  background-color: #00263A;
  right: -300px;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #2D8EE3;
  padding: 6px 12px !important;
  border-radius: 3px !important;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #2D8EE3;
}

@media (min-width: 1025px) {
  .layout-wrapper.layout-menu-horizontal .layout-main {
    padding-top: 94px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar {
    width: 100%;
    height: 48px;
    top: 48px;
    left: 0;
    z-index: 99;
    position: fixed;
    padding: 4px 12px;
    overflow: visible;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu {
    display: flex;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li {
    height: auto;
    padding: 0;
    margin: 0;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 12px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li.active-menuitem > a:hover {
    border-color: #2D8EE3;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul {
    top: 88px;
  }
  .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 12px;
  }
  .layout-wrapper.layout-menu-horizontal .menu-loading {
    padding-top: 0;
    margin-top: -2px;
  }
}
.p-inputgroup p-dropdown {
  display: grid;
  flex: 1 1 auto;
  width: 100%;
}
.p-inputgroup p-dropdown .p-dropdown {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.p-inputgroup p-dropdown:not(:last-child) .p-dropdown {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-inputgroup p-dropdown:not(:first-child) .p-dropdown {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.p-inputgroup p-dropdown:not(:last-child) .p-dropdown {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.p-inputgroup p-dropdown:not(:first-child) .p-dropdown {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.p-datatable .p-datatable-tbody > tr:focus {
  outline: none;
  outline-offset: 0;
}

.layout-content .layout-dashboard {
  padding-top: 11px;
}
.layout-content .layout-dashboard .overview-box {
  border-radius: 3px;
}
.layout-content .layout-dashboard .overview-box .overview-subinfo {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.layout-content .layout-dashboard .overview-box i {
  float: right;
  font-size: 28px;
  margin-right: 20px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .layout-wrapper.layout-menu-mobile-active .layout-sidebar {
    top: 48px;
  }
  .layout-wrapper .layout-topbar #topbar-profile-menu-button {
    position: inherit;
  }
  body .layout-wrapper .layout-main {
    margin-top: 0;
  }
  app-header-add-edit,
  app-header-detail,
  app-header-detail-loading,
  app-header-list {
    width: 100% !important;
    top: 48px !important;
    left: 0 !important;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
  }
  app-header-add-edit .grid,
  app-header-detail .grid,
  app-header-detail-loading .grid,
  app-header-list .grid {
    margin-bottom: -0.5rem;
  }
  .map-control {
    height: calc(100vh - 48px);
  }
}
.marker-content * {
  font-family: "Lato", "Battambang", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.marker-content small {
  font-size: 80%;
}

.layout-menu-light .map-control.show .toggle {
  left: 349px;
  width: 13px;
}
.layout-menu-light .map-control .toggle {
  background: rgba(255, 255, 255, 0.9);
  border-right: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.layout-menu-light .map-control .toggle i {
  color: #AAAAAA;
}
.layout-menu-light .map-control .item-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-right: 1px solid #E1E1E1;
}
.layout-menu-light .map-control .item-box .box-header {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #E1E1E1;
}
.layout-menu-light .map-control .item-box .box-header .p-button {
  color: #333;
}
.layout-menu-light .map-control .item-box .box-header .p-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.layout-tab-view.p-tabview > .p-tabview-nav-container {
  position: fixed;
  z-index: 9;
  width: 100vw;
}
.layout-tab-view.p-tabview > .p-tabview-panels {
  padding: 0;
}
.layout-tab-view.p-tabview .content {
  height: calc(100vh - 94px);
  margin-top: 0;
  padding: 84px 0.5rem 0 0.5rem;
}
.layout-tab-view.p-tabview .content-full {
  height: calc(100vh - 94px);
  margin-top: 0;
  padding: 36px 0 0 0;
}
.layout-tab-view.p-tabview app-header-add-edit, .layout-tab-view.p-tabview app-header-detail, .layout-tab-view.p-tabview app-header-detail-loading, .layout-tab-view.p-tabview app-header-list {
  top: 84px;
  z-index: 1;
}
.layout-tab-view.p-tabview .high-risk-setup {
  height: calc(100vh - 140px);
}
.layout-tab-view.p-tabview .high-risk-setup #map-geofence-setup {
  height: calc(100vh - 240px);
}
.layout-tab-view.p-tabview .high-risk-setup #map-geofence-detail, .layout-tab-view.p-tabview .high-risk-setup #map-geofence {
  height: calc(100vh - 188px);
}
.layout-tab-view.p-tabview #map-whitelist {
  height: calc(100vh - 196px);
}

.p-tabview .p-tabview-nav-container {
  width: 100%;
  padding-top: 0.05rem;
}
.p-tabview .p-tabview-nav-container .p-tabview-nav {
  border-bottom: 1px solid #2D8EE3;
  padding-left: 4px;
  padding-bottom: 1px;
}
.p-tabview .p-tabview-nav-container .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  color: #2D8EE3;
  border: 1px solid #2D8EE3;
  background-color: #EFF3F7;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border-bottom: 1px solid #2D8EE3;
  color: #6c757d;
  padding: 9px;
  font-weight: 500;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-tabview .p-tabview-panels {
  background-color: #EFF3F7;
  padding: 0.5rem;
}

.layout-tab-view.p-tabview .notification-detail {
  height: calc(100vh - 158px);
}

.notification-detail {
  height: calc(100vh - 122px);
}

.menu-loading {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-top: 16px;
}

.layout-config {
  margin-top: 48px;
}

.network-error-message {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  color: red;
  text-align: center;
  font-size: 16px;
  z-index: 1001;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.network-error-message i {
  padding-right: 16px;
}

.blog-title {
  color: #2D8EE3;
  font-weight: bold;
  font-size: 120%;
  text-decoration: underline;
  text-underline-offset: 6px;
  padding-bottom: 16px;
}
