html, body {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  color: #495057;
  background-color: #F0F3F5;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body {
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.5;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

body > .top {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 80px;
  background-color: #FAFBFC;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}
  body > .top a,
  body > .top a:hover {
    color: inherit;
    text-decoration: none;
  }

  body > .top > .top {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    background-color: #30347C;
    overflow: hidden;
  }

  body > .top > .main {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
  }

  body > .top a {
    height: 100%;
  }

    body > .top a > img {
      height: 60px;
    }

  body > .top .logo > img {
    height: 65px;
    cursor:pointer;
  }

  body > .top .account,
  body > .top .profile {
    cursor: pointer;
    width: 200px;
    height: 60px;
  }

    body > .top .account > img,
    body > .top .profile > img {
      float: left;
      margin: 7px 0px 7px 10px;
      width: 46px;
      height: 46px;
      border-radius: 23px;
    }

    body > .top .account > div,
    body > .top .profile > div {
      text-align: center;
      margin: 10px 10px 10px 60px;
      white-space: nowrap;
      overflow: hidden;
      font-size: 15px;
      line-height: 20px;
    }

    body > .top .account > div {
      white-space: nowrap;
      font-size: 18px;
      line-height: 40px;
    }

body > .content {
  position: absolute;
  top: 80px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

  body > .content > iframe {
    margin: 0px;
    padding: 0px;
    border: 0px solid transparent;
    width: 100%;
    height: 100%;
  }

@media only screen and (max-width: 1000px) {
  body > .top .logo {
    display: none;
  }

    body > .top .logo.hidden {
      display: block;
    }

    body > .top .logo > a > img {
      margin-right: -10px;
    }

  body > .top .account,
  body > .top .profile {
    cursor: pointer;
    width: 60px;
    height: 60px;
  }

    body > .top .account > div,
    body > .top .profile > div {
      display: none;
    }
}

.dropdown-popout {
  box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
  background-color: #FAFBFC;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dropdown-content {
  font-size: 12px;
  line-height: 12px;
  overscroll-behavior: none;
}

.dropdown-content > .email {
  text-align: center;
}

.dropdown-content > .logout {
  border-top: 1px solid lightgrey;
  margin-top: 20px;
  text-align: right;
  padding: 5px;
}

.lang-selector {
  margin-right: 25%;
  height: 20px;
}

.lang-selector > .lang-current {
  height: 20px;
  cursor: pointer;
}

.lang-selector > .lang-current > .lang-current-txt {
  float: left;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  margin-left: 5px;
  color: white;
}

.lang-selector > .lang-current > img {
  float:left;
  height:20px;
}

.lang-dropdown {
  max-height: 200px;
  margin-left: -60px;
  margin-top: 5px;
  overflow: hidden;
  position: absolute;
  will-change: transform;
  width: 200px;
  border: 1px solid lightgrey;
}

.lang-dropdown > .dropdown-content {
  max-height: 200px;
}

.lang-dropdown > .dropdown-content > .lang-search {
  padding: 0px;
  border-bottom: 1px solid lightgrey;
}

.lang-dropdown > .dropdown-content > .lang-search > input {
  width: 100%;
  border: none;
  height: 25px;
  padding: 5px;
}

.lang-dropdown > .dropdown-content > .lang-popular {
  border-bottom:1px solid lightgrey;
}

.lang-dropdown > .dropdown-content .title {
  font-size: 9px;
  color: cornflowerblue;
  font-weight: bold;
  margin: 5px;
  padding: 0px 10px;
}

.lang-dropdown > .dropdown-content .lang-row {
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  padding: 0px 10px;
}

.lang-dropdown > .dropdown-content .lang-row:hover {
  background-color: #d7ecff;
}

.lang-dropdown > .dropdown-content .lang-row > img {
  float:left;
  width:35px;
}

.lang-dropdown > .dropdown-content .lang-row > .lang-txt {
  padding: 5px;
  line-height: 24px;
  margin-left: 35px;
}

/* Sidebar */

.right-sidebar {
  width: 450px;
  height: calc(100% - 80px);
  position: fixed;
  right: -450px;
  top: 80px;
  transition: all .2s;
  z-index: 75;
  background-color: white;
}

@media only screen {
  .scalex5 {
    flex: 0 1 calc(20% - 10px);
  }

  .right-sidebar .scalex5 {
    flex: 0 1 calc(33.33% - 10px);
  }

  .right-sidebar.small {
    width: 450px;
    right: -450px;
  }

  .right-sidebar.medium {
    width: 50%;
    right: -50%;
  }
}

@media only screen and (max-width: 1400px) {
  .scale1400x4 {
    flex: 0 1 calc(25% - 10px);
  }

  .right-sidebar .scale1400x4 {
    flex: 0 1 calc(50% - 10px);
  }
}

@media only screen and (max-width: 1000px) {
  .scale1000x3 {
    flex: 0 1 calc(33.33% - 10px);
  }

  .right-sidebar .scale1000x3 {
    flex: 0 1 calc(50% - 10px);
  }

  .right-sidebar.medium {
    width: 75%;
    right: -75%;
  }
}

@media only screen and (max-width: 680px) {
  .scale680x2 {
    flex: 0 1 calc(50% - 10px);
  }

  .right-sidebar .scale680x2 {
    flex: 0 1 calc(50% - 10px);
  }

  .right-sidebar.small {
    width: 100%;
    right: -100%;
  }

  .right-sidebar.medium {
    width: 100%;
    right: -100%;
  }
}

@media only screen and (max-width: 400px) {
  .scale400x1 {
    flex: 0 1 calc(100% - 10px);
  }

  .right-sidebar .scale400x1 {
    flex: 0 1 calc(100% - 10px);
  }
}

.right-sidebar.open {
  right: 0 !important;
  box-shadow: 0 0.76875rem 2.4875rem rgba(52,58,64,0.3), 0 1.3375rem 1.70625rem rgba(52,58,64,0.3), 0 0.55rem 0.53125rem rgba(0,0,0,0.05), 0 0.225rem 0.4375rem rgba(52,58,64,0.3);
}

.right-sidebar.full {
  width: 100%;
  right: -100%;
}

.right-sidebar form {
  margin-block-end: 0px;
}

.right-sidebar > .menu {
  height: 50px;
  padding: 10px;
  border-bottom: 1px solid lightgrey;
}

.right-sidebar > .menu > button {
  float: right;
  height: 30px;
}

.right-sidebar > .content {
  padding: 1rem;
  position: relative;
  height: calc(100% - 50px);
  padding-bottom: 0px;
}

.right-sidebar > .content > .side-module {
}

.left-sidebar {
  z-index: 75 !important;
}

.app-main {
  z-index: unset !important;
}

.zibi-overlay {
  position: fixed;
  height: calc(100% - 80px);
  width: 100%;
  z-index: 50;
  background: rgba(0,0,0,0.4);
  left: 0;
  top: 80px;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated, .TabsAnimation-appear {
  -webkit-animation-duration: calc(1s);
  animation-duration: calc(1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Global Color classes */
.bgblue {
  background-color: cornflowerblue;
}

.bgorange {
  background-color: darkorange;
}

.bggrey {
  background-color: darkgrey;
}

.bggreen {
  background-color: limegreen;
}

.white {
  color: #FFFFFF;
}

.lightgrey {
  color: #333333;
}

.fwhite {
  fill: #FFFFFF
}

.flightgrey {
  fill: #333333;
}


.form-group > input[type=radio] {
  margin-left: 5px;
}

.form-group > input[type=checkbox] {
  margin-left: 5px;
}

.form-label {
  margin-bottom: -10px;
}

.clickable {
  cursor: pointer;
}

.page-title-icon svg {
  width:32px;
  height:32px;
}

.metismenu-icon svg {
  width:inherit;
  height:inherit;
  padding:8px;
}

.top svg {
  width:60px;
  height:60px;
  padding:15px;
  user-select:none;
}

.card-header svg {
  width:20px;
  height:20px;
  margin:0px 5px;
}

.alert-info svg {
  width: 25px;
  height: 25px;
}

.input-group-text svg {
  width: 23px;
  height:23px;
  padding:3px;
}

.gallery-item svg {
  height: 28px;
  width: 28px;
  padding: 5px;
}

.caret-left {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12.5px;
  opacity: .3;
  transform: rotate(-180deg);
}

.closed-sidebar .caret-left {
  display:none;
}

.mm-active > a > .caret-left {
  transform: rotate(0deg);
}

.slick-next:before {
  -webkit-transform: scale(1,2);
  -moz-transform: scale(1,2);
  -ms-transform: scale(1,2);
  -o-transform: scale(1,2);
  transform: scale(1,2);
  content: ">" !important;
}

.slick-prev:before {
  -webkit-transform: scale(1,2);
  -moz-transform: scale(1,2);
  -ms-transform: scale(1,2);
  -o-transform: scale(1,2);
  transform: scale(1,2);
  content: "<" !important;
}

.svg-picker-icon svg {
  width: 75px;
  height: 75px;
  padding: 10px;
  margin: 0px 10px;
  border: 1px solid lightgrey;
}

.svg-picker-container {
  max-height:400px;
}

.svg-picker-container svg {
  width: 80px;
  height: 80px;
  padding: 7.5px;
  padding-bottom: 25px;
  margin: 5px;
  border: 1px solid darkgrey;
  background-color: lightgrey;
}

.svg-picker svg[selected] {
  border:5px solid cornflowerblue !important;
}

.svg-picker .svg-desc {
  width: 80px;
  text-align: center;
  margin-left: 5px;
  margin-top: -25px;
  font-size: 10px;
  line-height: 10px;
  height: 20px;
}

.svg-picker .svg-box {
  width: 90px;
  float: left;
  font-size: 12px;
  height: 90px;
}

.dataTables_wrapper svg {
  margin: 0px 5px;
}

.marginLR5p {
  margin: 0px 5px;
}

input[type=checkbox].form-control {
  height: calc(2.25rem - 15px) !important;
}

/* Action Menu */

#ActionContainer {
  height:0px;
}

.action-menu {
  position:absolute;
  background-color: #FFFFFF;
  border:1px solid lightgrey;
  border-radius: 5px;
  z-index:100;
}

.action-menu > .action-element {
  padding:5px 15px;
  font-size:14px;
}

.action-menu > .action-element:hover {
  background-color: #d7ecff;
}

.action-menu > .action-element svg {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.file-color-indicator {
  width: 20px;
  height: calc(2.25rem + 2px);
  position: absolute;
  top: -1;
  right: 0;
  left: 0;
  z-index: 5;
  border-right: 1px solid #ced4da;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}