@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
/* Nazwy czcionek */
/* Menu z ikonami */
/* Menu tekstowe */
/* Boczny pasek */
/* Górny pasek */
.page-wrapper {
  flex: 1;
  display: flex;
}

.page-content {
  width: 100%;
  position: relative;
  margin-top: 70px;
  min-height: calc(100vh - 70px);
  padding: 0 20px 60px 20px;
  background-color: #E7EFFD;
}

/* Logowanie */
.login {
  height: 100%;
  display: flex;
  flex: 1;
}
.login > .login-panel {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  background-color: #ECEFF1;
}
.login > .login-panel .logo {
  flex: 0.5;
  justify-content: center;
  align-items: center;
  display: flex;
}
.login > .login-panel > .login-form {
  flex: 1;
  padding: 2.5rem;
  margin: auto;
  width: 400px;
}
.login > .login-panel .title {
  font-size: 1rem;
  margin-bottom: 10px;
}
.login > .login-panel .instruction {
  font-size: 0.9rem;
  margin-bottom: 10px;
  padding: 1rem;
  background-color: #ced4da;
  border-radius: 5px;
}
.login .forgot-password {
  margin-top: 10px;
  font-size: 1rem;
}

.logo-left {
  max-width: 80%;
  max-height: 100px;
  height: auto;
}

.logo-right {
  max-width: 100%;
  max-height: 100px;
  height: auto;
}

@media (max-width: 700px) {
  .login > .login-panel > .login-form {
    width: auto;
  }
  .login > .login-panel .title {
    font-size: 0.85rem;
    margin-bottom: 10px;
  }
  .login .forgot-password {
    margin-top: 10px;
    font-size: 0.85rem;
  }
}
@media (min-width: 1000px) {
  .login > .login-panel > .login-form {
    width: 500px;
  }
}
.top-bar {
  left: 261px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  max-height: 70px;
}
.top-bar .top-bar-left {
  background-color: #ffffff;
  float: left;
  text-align: center;
  height: 70px;
  position: relative;
  width: 260px;
  z-index: 1;
}
.top-bar .top-bar-left .logo {
  line-height: 70px;
}
.top-bar .top-bar-left .logo .logo-sm {
  height: 24px;
}
.top-bar .top-bar-left .logo .logo-lg {
  height: 14px;
  margin-left: 2px;
  display: inline-block;
}
.top-bar .top-bar-left .logo .logo-lg.logo-light {
  display: none;
}

.top-bar-nav {
  background: #ffffff;
  min-height: 70px;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  position: relative;
}
.top-bar-nav .nav-link {
  padding: 0 0.75rem;
  color: #ff0000;
  line-height: 70px;
  max-height: 70px;
}
.top-bar-nav .nav-link .nav-icon {
  font-size: 18px;
}
.top-bar-nav .dropdown-toggle:after {
  content: initial;
}
.top-bar-nav .top-bar-ul li {
  float: left;
}
.top-bar-nav .top-bar-ul li.show .nav-link {
  background-color: white;
  color: #222221;
}
.top-bar-nav .responsive-logo {
  display: none;
}

.button-menu-mobile {
  border: none;
  color: #7081b9 !important;
  width: 60px;
  background-color: transparent;
  cursor: pointer;
}
.button-menu-mobile:hover > div {
  border-color: #222221;
}
.button-menu-mobile:hover > div:after, .button-menu-mobile:hover > div:before {
  background-color: #222221;
}
.button-menu-mobile > div {
  position: relative;
  width: 20px;
  height: 8px;
  border-top: 2px solid #6c757d;
  display: inline-block;
  transition: all 0.2s;
}
.button-menu-mobile > div:after {
  top: 4px;
  content: "";
  width: 20px;
  height: 2px;
  left: 0px;
  background-color: #6c757d;
  position: absolute;
  display: inline-block;
  transition: all 0.2s;
}
.button-menu-mobile > div:before {
  top: -8px;
  content: "";
  width: 20px;
  height: 2px;
  left: 0px;
  background-color: #6c757d;
  position: absolute;
  display: inline-block;
  transition: all 0.2s;
}

/* Powiadomienia */
.notif-list {
  max-height: 220px;
  margin-left: 0;
}
.notif-list .notif-icon {
  font-size: 22px;
  vertical-align: middle;
  color: #7081b9;
}
.notif-list .notif-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 2px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 2px 4px 2px;
  font-size: 10px;
}

.search-control .form-control {
  border: 1px solid #e9ecef;
  font-size: 13px;
  height: 34px;
  color: #696c71;
  padding-left: 20px;
  padding-right: 40px;
  background: #ffffff;
  box-shadow: none;
  width: 300px;
}
.search-control .form-control:focus {
  border: 1px solid #c0c0c0;
}

.search-control {
  position: relative;
  padding-top: 18px;
  margin-left: 20px;
}

.search-control input.form-control::-webkit-input-placeholder {
  color: #b7c0c8;
}

.search-control input.form-control:-moz-placeholder {
  color: #b7c0c8;
}

.search-control input.form-control::-moz-placeholder {
  color: #b7c0c8;
}

.search-control input.form-control:-ms-input-placeholder {
  color: #b7c0c8;
}

.search-control a {
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  background: #e9ecef;
  border: 1px solid #e9ecef;
  color: #adb5bd;
}
.search-control a:hover {
  background: #e3e7eb;
}
.search-control a:hover i.fa {
  color: #6c757d;
}

@media (max-width: 1024px) {
  .top-bar {
    left: 0;
  }
  .top-bar .top-bar-left {
    width: 60px;
  }
  .top-bar .top-bar-left .logo-lg {
    display: none !important;
  }
  .top-bar .search-control .form-control,
.top-bar .search-control .form-control:focus {
    width: 230px;
  }
}
@media (max-width: 768px) and (max-width: 1023.98px) {
  .search-control {
    display: none;
  }
}
@media (max-width: 767px) {
  .search-control,
.hidden-sm {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top-bar-nav .responsive-logo {
    display: flex;
    height: 70px;
    padding-left: 10px;
  }
}
.left-menu {
  min-width: 260px;
}
.left-menu .left-icon-menu {
  width: 60px;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  background-color: #222221;
  height: 100%;
  z-index: 500;
  position: fixed;
  top: 0;
}
.left-menu .left-icon-menu .logo {
  height: 34px;
}
.left-menu .left-icon-menu .menu-icon {
  color: #fff;
  fill: rgba(153, 179, 236, 0.12);
}
.left-menu .left-icon-menu .left-icon-menu-footer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.left-menu .left-icon-menu .nav {
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
  margin-top: 40px;
}
.left-menu .left-icon-menu .nav-link {
  position: relative;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.left-menu .left-icon-menu .nav-link + .nav-link {
  margin-top: 15px;
}
.left-menu .left-icon-menu .nav-link i {
  font-size: 20px;
}
.left-menu .left-icon-menu .nav-link .hexagon {
  display: none;
}
.left-menu .left-icon-menu .nav-link:active, .left-menu .left-icon-menu .nav-link.active {
  color: #ffffff;
  font-weight: bolder;
}
.left-menu .left-icon-menu .nav-link:active .hexagon, .left-menu .left-icon-menu .nav-link.active .hexagon {
  display: block;
  position: absolute;
  left: -10px;
  top: 16px;
  width: 4px;
  height: 8px;
  background-color: #ffffff;
  margin: 0px;
}
.left-menu .left-icon-menu .nav-link:active .hexagon:before, .left-menu .left-icon-menu .nav-link:active .hexagon:after, .left-menu .left-icon-menu .nav-link.active .hexagon:before, .left-menu .left-icon-menu .nav-link.active .hexagon:after {
  content: " ";
  position: absolute;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.left-menu .left-icon-menu .nav-link:active .hexagon:before, .left-menu .left-icon-menu .nav-link.active .hexagon:before {
  left: 4px;
  border-left: 4px solid #ffffff;
}
.left-menu .left-icon-menu .nav-link:hover, .left-menu .left-icon-menu .nav-link:focus {
  color: #ffffff;
}
@media (min-width: 992px) {
  .left-menu .left-icon-menu {
    display: flex;
  }
}

.left-text-menu {
  width: 200px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  border-right: 1px solid #dee2e6;
  position: fixed;
  top: 0;
  left: 60px;
  z-index: 600;
}
.left-text-menu .body {
  margin-top: 70px;
  padding: 20px;
  height: calc(100vh - 68px) !important;
}
.left-text-menu .body .nav {
  flex-direction: column;
}
.left-text-menu .body .nav-second-level {
  padding-left: 10px;
}
.left-text-menu .body .nav-item {
  position: relative;
  display: block;
}
.left-text-menu .body .nav-item + .nav-item {
  margin-top: -1px !important;
}
.left-text-menu .body .nav-item a.active {
  color: #222221;
  font-weight: bolder;
}
.left-text-menu .body .nav-item ul li {
  display: block;
}
.left-text-menu .body .nav-item.mm-active .menu-arrow i:before {
  content: "";
}
.left-text-menu .body .nav-link {
  position: relative;
  color: #6c757d;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  height: 44px;
  border-radius: 3px;
  cursor: pointer;
  padding: 0.5rem 0;
}
.left-text-menu .body .nav-link i {
  color: #6c757d;
  font-size: 15px;
  font-weight: 400;
  line-height: 0;
  margin-right: 10px;
}
.left-text-menu .body .nav-link:hover, .left-text-menu .body .nav-link:focus, .left-text-menu .body .nav-link:hover i, .left-text-menu .body .nav-link:focus i {
  color: #222221;
}
.left-text-menu .body .nav-link:active, .left-text-menu .body .nav-link.active {
  color: #222221;
  font-weight: 600;
}
.left-text-menu .body .nav-link .menu-arrow i {
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .left-text-menu .body {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .left-text-menu.active {
    display: block;
  }
}
.left-text-menu-item {
  margin-bottom: 20px;
  display: none;
}
.left-text-menu-item.active {
  display: block;
}

.menu-title {
  color: #222221;
  margin-bottom: 10px;
  height: 40px;
  border-bottom: 1px solid #dee2e6;
}
.menu-title h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.mobile-menu .left-menu {
  min-width: 60px;
}
.mobile-menu .left-menu .left-text-menu {
  display: none;
}
.mobile-menu .top-bar {
  left: 60px;
}
.mobile-menu .top-bar .top-bar-left {
  margin-left: 0;
  width: 260px;
}
.mobile-menu.mobile-menu-all .left-menu {
  display: none;
}
.mobile-menu.mobile-menu-all .top-bar {
  left: 0;
}
.mobile-menu.mobile-menu-all .top-bar .top-bar-left {
  margin-left: 0;
  width: 260px;
}

@media (min-width: 1200px) {
  .left-text-menu {
    border-right: 0;
    z-index: 500;
  }
}
@media (max-width: 1024px) {
  .left-menu {
    position: fixed;
    top: 70px;
    overflow-y: auto;
    z-index: 5;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .left-icon-menu {
    display: flex;
  }

  .left-text-menu.active {
    display: block;
  }

  .left-text-menu.active {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .left-icon-menu-active .left-icon-menu {
    display: flex;
  }
  .left-icon-menu-active .left-text-menu {
    display: block;
  }
}
@media (min-width: 680px) {
  .page-wrapper {
    display: flex;
  }
}
/* Zrobione */
.footer {
  position: absolute;
  color: #6c757d;
  font-size: 13px;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #dee2e6;
  padding: 15px;
}

/* =============
   General
============= */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  color: #222221;
  min-height: 100vh;
  letter-spacing: 0.1px;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #495057;
  margin: 10px 0;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}

h4 {
  line-height: 22px;
}

a {
  font-family: "Muli", sans-serif;
  color: #495057;
}
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

p {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

* {
  outline: none !important;
}

.font-weight-semibold {
  font-weight: 500;
}

.nav.nav-pills {
  background-color: #f8f9fa;
}

.form-control-of {
  color: #117a8b;
  font-weight: bold;
}

.list-group-of > .list-group-item {
  background-color: #f9f9f9;
  font-size: 0.9rem;
  line-height: 1.9rem;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(23, 162, 184, 0.4);
}

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(40, 167, 69, 0.4);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(23, 162, 184, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(255, 193, 7, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(225, 8, 19, 0.4);
}

.card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
  background-color: #fff;
}
.card .card-header {
  background-color: #e9ecef;
}

.sa-datatable thead th {
  font-size: 0.8rem;
}
.sa-datatable thead td {
  font-size: 0.8rem;
}
.sa-datatable tbody td {
  font-size: 0.8rem;
}
.sa-datatable tbody td.width-70 {
  width: 70px;
}
.sa-datatable tbody td.width-80 {
  width: 80px;
}
.sa-datatable tbody td.width-90 {
  width: 90px;
}
.sa-datatable tbody td.width-100 {
  width: 100px;
}
.sa-datatable .btn {
  font-size: 0.85rem;
}
.sa-datatable .dropdown-item {
  font-size: 0.9rem;
  padding: 0.25rem 1rem;
}

.pagination-records {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.pagination li {
  width: auto;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-right: 5px;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
}
.pagination li.disabled {
  background-color: #ECEFF1;
  color: #000000;
}
.pagination li:hover {
  background-color: #ECEFF1;
  color: #000000;
}

.btn-group > .btn.active {
  font-weight: bold;
  -webkit-box-shadow: 5px 5px 15px 4px rgba(0, 0, 0, 0.125);
  box-shadow: 5px 5px 15px 4px rgba(0, 0, 0, 0.125);
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  display: none;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 50px;
  transform-origin: center center;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #222221;
  }
  40% {
    stroke: #222221;
  }
  66% {
    stroke: #222221;
  }
  80%, 90% {
    stroke: #222221;
  }
}
.dropdown-menu {
  box-shadow: 0 3px 12px #d6e4f1;
  margin: 0;
  z-index: 9999999;
}
.dropdown-lg {
  width: 320px;
}

.ui-widget-content {
  padding: 4px 0;
  font-size: 1rem;
  box-shadow: 0 3px 12px rgba(222, 226, 230, 0.4);
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 0;
}
.ui-widget-content .ui-menu-item {
  padding: 6px 24px;
  color: #495057;
}
.ui-widget-content .ui-menu-item:hover, .ui-widget-content .ui-menu-item:focus, .ui-widget-content .ui-menu-item.active, .ui-widget-content .ui-menu-item:active {
  text-decoration: none;
}

.ui-widget.ui-widget-content {
  border: 1px solid rgba(233, 236, 239, 0.4);
  z-index: 1111;
  position: fixed;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  color: #343a40;
  text-decoration: none;
  background-color: transparent;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

.table th {
  color: #495057;
  font-weight: 500;
  vertical-align: middle;
}
.table td {
  font-weight: 400;
  vertical-align: middle;
}
.table.border-dashed th {
  font-weight: 500;
  border-top: 1px dashed #dee2e6;
}
.table.border-dashed td {
  border-top: 1px dashed #dee2e6;
}
.table.border-dashed thead th {
  border-bottom: 2px dashed #dee2e6;
}
.table.table-bordered thead {
  background-color: #e9ecef;
}
.table .thead-light th {
  color: #495057;
}
.table.table-dark {
  color: #f8f9fa;
}
.table.table-dark th {
  color: #f8f9fa;
}

/*===Datatable===*/
.table td {
  vertical-align: middle;
}
.table td.highlight {
  font-weight: bold;
  color: #4873F7;
}
.table td.details-control {
  background: url("../images/open.png") no-repeat center center;
  cursor: pointer;
}
.table tr.shown td.details-control {
  background: url("../images/close.png") no-repeat center center;
}

/*== Table Responsive ==*/
.table-rep-plugin .btn-toolbar {
  display: block;
}
.table-rep-plugin .btn-default {
  border: none;
  background: linear-gradient(14deg, #4873F7 0%, rgba(23, 162, 184, 0.6));
  color: #fff;
  margin-right: 5px;
  box-shadow: 0 7px 14px 0 rgba(23, 162, 184, 0.5);
  transition: 0.3s ease-out;
}
.table-rep-plugin .btn-default:hover, .table-rep-plugin .btn-default:focus {
  color: #fff;
  box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.3);
}
.table-rep-plugin .btn-default.btn-primary:active,
.table-rep-plugin .btn-default.btn-primary:hover,
.table-rep-plugin .btn-default.btn-primary:focus {
  border: none !important;
  background: linear-gradient(14deg, #4873F7 0%, rgba(23, 162, 184, 0.6));
  color: #fff;
  box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.3);
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}
.table-rep-plugin table.focus-on tbody tr.focused th,
.table-rep-plugin table.focus-on tbody tr.focused td {
  background-color: #4873F7;
  color: #fff;
}

/* Sticky Header */
.fixed-solution .sticky-table-header {
  top: 70px !important;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.table-responsive[data-pattern=priority-columns] {
  border: 1px solid #dee2e6;
}

.b-round {
  border-radius: 40px;
}

.alert {
  position: relative;
  border: 0;
}
.alert.icon-custom-alert {
  display: flex;
}
.alert .alert-icon {
  font-size: 24px;
  margin-right: 8px;
}
.alert .alert-text {
  flex-grow: 1;
  align-self: center;
}
.alert .alert-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.alert .alert-link {
  font-weight: 600;
}
.alert.alert-outline-success {
  border: 1px solid #28a745;
  background-color: transparent;
  color: #28a745;
}
.alert.alert-outline-danger {
  border: 1px solid #E10813;
  background-color: transparent;
  color: #E10813;
}
.alert.alert-outline-primary {
  border: 1px solid #4873F7;
  background-color: transparent;
  color: #4873F7;
}
.alert.alert-outline-warning {
  border: 1px solid #ffc107;
  background-color: transparent;
  color: #ffc107;
}
.alert.alert-outline-info {
  border: 1px solid #4873F7;
  background-color: transparent;
  color: #4873F7;
}
.alert.alert-outline-pink {
  border: 1px solid #e83e8c;
  background-color: transparent;
  color: #e83e8c;
}
.alert.alert-outline-purple {
  border: 1px solid #6f42c1;
  background-color: transparent;
  color: #6f42c1;
}
.alert.alert-outline-blue {
  border: 1px solid #4AA8B1;
  background-color: transparent;
  color: #4AA8B1;
}
.alert.alert-outline-secondary {
  border: 1px solid #6c757d;
  background-color: transparent;
  color: #6c757d;
}
.alert.alert-outline-dark {
  border: 1px solid #343a40;
  background-color: transparent;
  color: #343a40;
}
.alert.alert-primary-shadow {
  box-shadow: 0 0 24px 0 rgba(23, 162, 184, 0.06), 0 1px 0 0 rgba(23, 162, 184, 0.02);
}
.alert.alert-success-shadow {
  box-shadow: 0 0 24px 0 rgba(40, 167, 69, 0.06), 0 1px 0 0 rgba(40, 167, 69, 0.02);
}
.alert.alert-info-shadow {
  box-shadow: 0 0 24px 0 rgba(23, 162, 184, 0.06), 0 1px 0 0 rgba(23, 162, 184, 0.02);
}
.alert.alert-warning-shadow {
  box-shadow: 0 0 24px 0 rgba(255, 193, 7, 0.06), 0 1px 0 0 rgba(255, 193, 7, 0.02);
}
.alert.alert-danger-shadow {
  box-shadow: 0 0 24px 0 rgba(225, 8, 19, 0.06), 0 1px 0 0 rgba(225, 8, 19, 0.02);
}
.alert.alert-dark-shadow {
  box-shadow: 0 0 24px 0 rgba(52, 58, 64, 0.06), 0 1px 0 0 rgba(52, 58, 64, 0.02);
}
.alert.alert-pink-shadow {
  box-shadow: 0 0 24px 0 rgba(232, 62, 140, 0.06), 0 1px 0 0 rgba(232, 62, 140, 0.02);
}
.alert.alert-purple-shadow {
  box-shadow: 0 0 24px 0 rgba(111, 66, 193, 0.06), 0 1px 0 0 rgba(111, 66, 193, 0.02);
}
.alert.alert-blue-shadow {
  box-shadow: 0 0 24px 0 rgba(74, 168, 177, 0.06), 0 1px 0 0 rgba(74, 168, 177, 0.02);
}

.of-btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.3;
  border-radius: 0.2rem;
}

.of-modal, .of-qlib {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.of-modal.open {
  display: flex;
  flex-direction: column;
  z-index: 1000;
  background-color: #fafafa;
}

.of-qlib.open {
  display: flex;
  flex-direction: column;
  z-index: 1000;
  background-color: #fafafa;
}

.of-qlib.open {
  z-index: 2000;
}

.of-modal__header,
.of-modal__footer,
.of-qlib__header,
.of-qlib__footer {
  height: 50px;
  padding: 10px;
  background-color: #ffff;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
}
.of-modal__header .dropdown-item,
.of-modal__footer .dropdown-item,
.of-qlib__header .dropdown-item,
.of-qlib__footer .dropdown-item {
  font-size: 0.875rem;
}

.qlib-search-result {
  background-color: #f5f5f5;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  color: #000;
  cursor: pointer;
}
.qlib-search-result__text {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.qlib-search-result__answers {
  padding-left: 20px;
  padding-bottom: 10px;
}
.qlib-search-result__answers-answer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.qlib-search-result__caption {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: bold;
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #000000;
}
.qlib-search-result__caption-name {
  border-right: 1px solid #ddd;
  padding: 3px 7px;
}
.qlib-search-result__caption-type {
  padding: 3px 7px;
  background-color: #99b3ec;
  order: 2;
  margin-left: auto;
}

.of-page {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
}
.of-page__selected {
  border: 2px solid #6c757d;
}
.of-page__header.of-inline-edit:hover {
  color: #4873F7;
  cursor: pointer;
  font-style: normal;
}
.of-page__header.of-inline-edit .of-inline-edit__placeholder {
  font-style: italic;
  color: #ddd;
}
.of-page .dropdown-item-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.of-page__caption {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.of-page__caption-title, .of-page__caption-type, .of-page__caption-layout {
  border-right: 1px solid #ddd;
  padding: 3px 7px;
}
.of-page__caption-filter {
  padding: 3px 7px;
}
.of-page__topbar {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.of-page .of-question {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.of-page .of-question__selected {
  border: 2px solid #6c757d;
}
.of-page .of-question__content {
  margin-top: 15px;
  padding-left: 15px;
}
.of-page .of-question__text.of-inline-edit:hover {
  color: #4873F7;
  cursor: pointer;
  font-style: normal;
}
.of-page .of-question__text.of-inline-edit .of-inline-edit__placeholder {
  font-style: italic;
  color: #ddd;
}
.of-page .of-question .of-answer {
  position: relative;
  margin: 5px 0;
  padding: 30px 19px 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.of-page .of-question .of-answer__selected {
  border: 2px solid #6c757d;
}
.of-page .of-question .of-answer__btn {
  margin-right: 5px;
}
.of-page .of-question .of-answer__mark {
  color: #6c757d;
  margin-right: 10px;
}
.of-page .of-question .of-answer .of-inline-edit__placeholder {
  font-style: italic;
  color: #ddd;
}
.of-page .of-question .of-answer__caption {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.of-page .of-question .of-answer__caption-title, .of-page .of-question .of-answer__caption-type, .of-page .of-question .of-answer__caption-layout {
  border-right: 1px solid #ddd;
  padding: 3px 7px;
}
.of-page .of-question .of-answer__caption-title .answer-prop {
  color: #000000;
}
.of-page .of-question .of-answer__caption-filter {
  padding: 3px 7px;
}
.of-page .of-question .of-answer__topbar {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.of-page .of-question .of-answer__text {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
.of-page .of-question .of-answer__text.of-inline-edit:hover {
  color: #4873F7;
  cursor: pointer;
  font-style: normal;
}
.of-page .of-question .of-answer__text.of-inline-edit .of-inline-edit__placeholder {
  font-style: italic;
  color: #ddd;
}
.of-page .of-question__caption {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.of-page .of-question__caption-title, .of-page .of-question__caption-type, .of-page .of-question__caption-layout {
  border-right: 1px solid #ddd;
  padding: 3px 7px;
}
.of-page .of-question__caption-title .question-prop {
  color: #000000;
}
.of-page .of-question__caption-filter {
  padding: 3px 7px;
}
.of-page .of-question__topbar {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.of-qlib__content {
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  position: relative;
  width: 100%;
}

.of-modal__content {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  padding: 20px;
}
.of-modal__content__sidebar-open {
  width: calc(100% - 300px);
}

.of-qlib-sidebar {
  width: 100%;
  left: 0px;
  bottom: 0px;
  top: 50px;
  z-index: 2010;
  text-align: left;
  color: #e9e9e9;
  background-color: #222221;
  transition: transform 0.2s ease-in;
  flex-direction: column;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
}
.of-qlib-sidebar__btn {
  position: fixed;
  top: 50px;
  padding: 5px 10px 5px 10px;
  right: 0px;
  z-index: 2010;
  background-color: #222221;
  color: #fff;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
}
.of-qlib-sidebar__topbar {
  display: flex;
  flex-direction: row;
  background-color: #0a0c0d;
  align-items: center;
}
.of-qlib-sidebar__open {
  display: flex;
  word-break: break-all;
}
.of-qlib-sidebar__content {
  padding: 20px;
}
.of-qlib-sidebar__content .form-check-label {
  font-size: 0.9rem;
}
.of-qlib-sidebar__content label {
  font-size: 0.9rem;
}
.of-qlib-sidebar__menu {
  padding: 10px;
}
.of-qlib-sidebar__menu i {
  cursor: pointer;
}
.of-qlib-sidebar .of-grp {
  border: 1px solid #434b53;
  margin-bottom: 10px;
}
.of-qlib-sidebar .of-grp__caption {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 3px 7px;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #434b53;
  color: #222221;
}
.of-qlib-sidebar .of-grp__content {
  padding: 5px;
}

.of-modal-code-sidebar {
  position: fixed;
  width: 300px;
  right: 0px;
  bottom: 0px;
  top: 50px;
  z-index: 1010;
  overflow: auto;
  text-align: left;
  color: #e9e9e9;
  background-color: #222221;
  transition: transform 0.2s ease-in;
  display: none;
  flex-direction: column;
  box-shadow: -0.2rem 0 0.2rem 1px rgba(0, 0, 0, 0.15);
}
.of-modal-code-sidebar__btn {
  position: fixed;
  top: 50px;
  padding: 5px 10px 5px 10px;
  right: 0px;
  z-index: 1010;
  background-color: #222221;
  color: #fff;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
}
.of-modal-code-sidebar__topbar {
  display: flex;
  flex-direction: row;
  background-color: #0a0c0d;
  align-items: center;
}
.of-modal-code-sidebar__open {
  display: flex;
  word-break: break-all;
}
.of-modal-code-sidebar__content {
  padding: 10px;
}
.of-modal-code-sidebar__content .form-check-label {
  font-size: 0.9rem;
}
.of-modal-code-sidebar__content label {
  font-size: 0.9rem;
}
.of-modal-code-sidebar__menu {
  padding: 10px;
}
.of-modal-code-sidebar__menu i {
  cursor: pointer;
}
.of-modal-code-sidebar .of-grp {
  border: 1px solid #434b53;
  margin-bottom: 10px;
}
.of-modal-code-sidebar .of-grp__caption {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 3px 7px;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #434b53;
  color: #222221;
}
.of-modal-code-sidebar .of-grp__content {
  padding: 5px;
}

.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.ql-align-left {
  text-align: left;
}

.ql-align-justify {
  text-align: justify;
}

.select2-container--open {
  z-index: 99999999999999;
}

.swal2-container {
  z-index: 3000;
}

.swal2-container.swal2-shown {
  z-index: 3000;
}

/* ==============
  Timeline
===================*/
.main-timeline {
  overflow: hidden;
  position: relative;
}

.main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #f8f9fa;
  position: absolute;
  top: 0;
  left: 50%;
}

.main-timeline .timeline {
  padding-right: 30px;
  position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #f8f9fa;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: -3px;
}

.main-timeline .timeline:last-child:before {
  top: auto;
  bottom: 0;
}

.main-timeline .timeline-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f8f9fa;
  box-sizing: content-box;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -4px;
}

.main-timeline .timeline-icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6c757d;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-timeline .year {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background: #6c757d;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translateY(-50%);
}

.main-timeline .year:before {
  content: "";
  border-right: 18px solid #6c757d;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  left: -18px;
}

.main-timeline .timeline-content {
  width: 46.5%;
  padding: 20px;
  margin: 0 20px 0 0;
  background: #f8f9fa;
  position: relative;
}

.main-timeline .timeline-content:after {
  content: "";
  border-left: 20px solid #f8f9fa;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.main-timeline .title {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #343a40;
  margin: 0 20px 20px 0;
}

.main-timeline .post {
  display: inline-block;
  font-size: 13px;
  color: #495057;
}

.main-timeline .description {
  font-size: 14px;
  color: #495057;
  line-height: 24px;
  margin: 0;
  clear: both;
}

.main-timeline .timeline:nth-child(2n) {
  padding: 0 0 0 30px;
}

.main-timeline .timeline:nth-child(2n) .year {
  right: auto;
  left: 35%;
}

.main-timeline .timeline:nth-child(2n) .year:before {
  border: 18px solid transparent;
  border-right: none;
  border-left: 18px solid #6c757d;
  left: auto;
  right: -18px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  float: right;
  margin: 0 0 0 20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
  border-left: none;
  border-right: 20px solid #f8f9fa;
  right: auto;
  left: -20px;
}

@media only screen and (max-width: 1200px) {
  .main-timeline .year {
    right: 30%;
  }

  .main-timeline .timeline:nth-child(2n) .year {
    left: 30%;
  }
}
@media only screen and (max-width: 990px) {
  .main-timeline .year {
    right: 25%;
  }

  .main-timeline .timeline:nth-child(2n) .year {
    left: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline:before {
    left: 10px;
  }

  .main-timeline .timeline {
    padding: 0 0 0 30px;
    margin-bottom: 20px;
  }

  .main-timeline .timeline:last-child {
    margin-bottom: 0;
  }

  .main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
    display: none;
  }

  .main-timeline .timeline-icon {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }

  .main-timeline .year,
.main-timeline .timeline:nth-child(2n) .year {
    display: block;
    font-weight: bold;
    margin: 0 0 32px 30px;
    z-index: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .main-timeline .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 18px solid #6c757d;
    right: auto;
    left: -18px;
  }

  .main-timeline .timeline-content {
    padding: 20px;
  }

  .main-timeline .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content {
    width: auto;
    float: none;
    margin: 0 0 0 30px;
  }

  .main-timeline .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-content:after {
    border: none;
    border-bottom: 20px solid #f8f9fa;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 480px) {
  .main-timeline .title {
    float: none;
    margin: 0;
  }

  .main-timeline .year,
.main-timeline .timeline:nth-child(2n) .year {
    margin-left: 20px;
  }

  .main-timeline .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content {
    margin-left: 10px;
  }

  .main-timeline .post {
    margin: 5px 0;
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 5px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #ced4da;
  border-radius: 8px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.custom-scroll {
  height: 100%;
}

.swal2-popup {
  background: #fff;
}
.swal2-popup .swal2-title {
  font-size: 24px;
  font-weight: 500;
  color: #495057;
}
.swal2-popup .swal2-content {
  color: #6c757d;
}
.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #4873F7;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-popup .swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(23, 162, 184, 0.4);
}
.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #E10813;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-popup .swal2-styled.swal2-cancel:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(225, 8, 19, 0.5);
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 1px solid transparent;
}

.swal2-actions .btn-success:not(:disabled):not(.disabled):active,
.swal2-actions .btn-success,
.swal2-actions .btn-success:active {
  background-color: #4873F7;
  border: 1px solid #4873F7;
}
.swal2-actions .btn-success:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(23, 162, 184, 0.4);
}
.swal2-actions .btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #E10813;
  border-color: #E10813;
}
.swal2-actions .btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(225, 8, 19, 0.5);
}
.swal2-actions .btn-danger {
  background-color: #E10813;
  border: 1px solid #E10813;
}
.swal2-actions .btn-danger:active {
  background-color: #E10813;
  border: 1px solid #E10813;
}
.swal2-actions .btn-danger:hover {
  background-color: #E10813;
  border: 1px solid #E10813;
}
.swal2-actions .btn-danger:focus {
  background-color: #E10813;
  border: 1px solid #E10813;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(225, 8, 19, 0.5);
}

.swal2-icon.swal2-question {
  border-color: #e83e8c;
  color: #e83e8c;
}

.swal2-footer {
  border-top: 1px solid #dee2e6;
}

.swal2-popup.swal2-toast {
  background-color: #fff;
  box-shadow: 0 0 0.625em #f8f9fa;
}

.slimScrollDiv {
  height: auto !important;
}

.avatar-sm {
  height: 36px !important;
  width: 36px !important;
}

/* Page titles */
.title-text,
.header-title {
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  color: #303e67;
  text-shadow: 0 0 1px rgba(233, 236, 239, 0.1);
  font-family: "Roboto", sans-serif;
}

.page-title-container {
  padding: 25px 0 25px 0;
}
.page-title-container .page-title {
  font-size: 18px;
  margin: 0;
  color: #495057;
}

#fm-header.stick {
  margin: 0;
  position: sticky;
  overflow-x: auto;
  display: block !important;
  width: 100%;
  top: 70px;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  border: 1px solid #cccccc;
}

#fm-header.stick > .fm-header-text {
  padding-bottom: 0;
}

.bg-black {
  background-color: #000 !important;
  color: #fff;
}

.bg-card {
  background-color: #fff !important;
}

.bg-soft-primary {
  background-color: rgba(23, 162, 184, 0.08) !important;
  color: #4873F7 !important;
}

.bg-soft-secondary {
  background-color: rgba(108, 117, 125, 0.08) !important;
  color: #6c757d !important;
}

.bg-soft-success {
  background-color: rgba(40, 167, 69, 0.08) !important;
  color: #28a745 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 193, 7, 0.08) !important;
  color: #ffc107 !important;
}

.bg-soft-info {
  background-color: rgba(23, 162, 184, 0.08) !important;
  color: #4873F7 !important;
}

.bg-soft-danger {
  background-color: rgba(225, 8, 19, 0.08) !important;
  color: #E10813 !important;
}

.bg-soft-pink {
  background-color: rgba(232, 62, 140, 0.08) !important;
  color: #e83e8c !important;
}

.bg-soft-purple {
  background-color: rgba(111, 66, 193, 0.08) !important;
  color: #6f42c1 !important;
}

.bg-soft-blue {
  background-color: rgba(74, 168, 177, 0.08) !important;
  color: #4AA8B1 !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.08) !important;
  color: #343a40 !important;
}

.bg-primary-gradient {
  background: linear-gradient(14deg, #4d79f6 36%, #39add0 100%);
}

.bg-secondary-gradient {
  background: linear-gradient(14deg, #42cef1 36%, #63ddfb 100%);
}

.bg-success-gradient {
  background: linear-gradient(14deg, #22d4b3 36%, #71e6d1 100%);
}

.bg-info-gradient {
  background: linear-gradient(14deg, #4b545d 36%, #67737b 100%);
}

.bg-warning-gradient {
  background: linear-gradient(14deg, #efc039 36%, #f1cb60 100%);
}

.bg-danger-gradient {
  background: linear-gradient(14deg, #fb7589 36%, #ff9595 100%);
}

.bg-pink-gradient {
  background: linear-gradient(14deg, #FE5D9E 36%, #8E73FE 100%);
}

.bg-purple-gradient {
  background: linear-gradient(14deg, #6d81f5 36%, #8498f3 100%);
}

.bg-blue-gradient {
  background: linear-gradient(14deg, #11368a 36%, #326eca 100%);
}

.bg-dark-gradient {
  background: linear-gradient(14deg, #12100e 36%, #2b4162 100%);
}

.bg-light-gradient {
  background: linear-gradient(14deg, #c3cbdc 36%, #edf1f4 100%);
}

.bg-custom-gradient {
  background: linear-gradient(14deg, #521c85 36%, #4400ff 100%);
}

.badge {
  box-shadow: none;
  font-size: 11px !important;
}
.badge.badge-soft-primary {
  background-color: rgba(23, 162, 184, 0.15) !important;
  color: #4873F7 !important;
  box-shadow: 0px 0px 13px 0px rgba(23, 162, 184, 0.05);
}
.badge.badge-soft-secondary {
  background-color: rgba(108, 117, 125, 0.15) !important;
  color: #6c757d !important;
  box-shadow: 0px 0px 13px 0px rgba(108, 117, 125, 0.05);
}
.badge.badge-soft-success {
  background-color: rgba(40, 167, 69, 0.15) !important;
  color: #28a745 !important;
  box-shadow: 0px 0px 13px 0px rgba(40, 167, 69, 0.05);
}
.badge.badge-soft-warning {
  background-color: rgba(255, 193, 7, 0.15) !important;
  color: #ffc107 !important;
  box-shadow: 0px 0px 13px 0px rgba(255, 193, 7, 0.05);
}
.badge.badge-soft-info {
  background-color: rgba(23, 162, 184, 0.15) !important;
  color: #4873F7 !important;
  box-shadow: 0px 0px 13px 0px rgba(23, 162, 184, 0.05);
}
.badge.badge-soft-danger {
  background-color: rgba(225, 8, 19, 0.15) !important;
  color: #E10813 !important;
  box-shadow: 0px 0px 13px 0px rgba(225, 8, 19, 0.05);
}
.badge.badge-soft-pink {
  background-color: rgba(232, 62, 140, 0.15) !important;
  color: #e83e8c !important;
  box-shadow: 0px 0px 13px 0px rgba(232, 62, 140, 0.05);
}
.badge.badge-soft-purple {
  background-color: rgba(111, 66, 193, 0.15) !important;
  color: #6f42c1 !important;
  box-shadow: 0px 0px 13px 0px rgba(111, 66, 193, 0.05);
}
.badge.badge-soft-dark {
  background-color: rgba(52, 58, 64, 0.15) !important;
  color: #343a40 !important;
  box-shadow: 0px 0px 13px 0px rgba(52, 58, 64, 0.05);
}

.shadow-primary {
  box-shadow: 0 6px 20px 0 rgba(23, 162, 184, 0.5) !important;
}

.shadow-secondary {
  box-shadow: 0 6px 20px 0 rgba(108, 117, 125, 0.5) !important;
}

.shadow-success {
  box-shadow: 0 6px 20px 0 rgba(40, 167, 69, 0.5) !important;
}

.shadow-warning {
  box-shadow: 0 6px 20px 0 rgba(255, 193, 7, 0.5) !important;
}

.shadow-info {
  box-shadow: 0 6px 20px 0 rgba(23, 162, 184, 0.5) !important;
}

.shadow-danger {
  box-shadow: 0 6px 20px 0 rgba(225, 8, 19, 0.5) !important;
}

.shadow-pink {
  box-shadow: 0 6px 20px 0 rgba(232, 62, 140, 0.5) !important;
}

.shadow-purple {
  box-shadow: 0 6px 20px 0 rgba(111, 66, 193, 0.5) !important;
}

.shadow-orange {
  box-shadow: 0 6px 20px 0 rgba(255, 89, 0, 0.5) !important;
}

.shadow-dark {
  box-shadow: 0 6px 20px 0 rgba(52, 58, 64, 0.5) !important;
}

/*# sourceMappingURL=style.css.map */

.table-quota, .table-quota-stat {
  border: 1px solid #dee2e6;
}

.table-quota th, .table-quota td {
  padding: 0.25rem;
  font-size:0.75rem !important;
  border: 1px solid #303030;
}

.table-quota th {
  background-color:#dedede !important;
  vertical-align: middle !important;
  border: 1px solid #303030 !important;
  padding: 0.5rem !important;
}

.table-quota-stat th, .table-quota-stat td {
  padding: 0.25rem;
  font-size:0.7rem !important;
  border: 1px solid #303030;
}

.table-quota-stat td {
  text-align: center;
}

.table-quota-stat th {
  background-color:#dedede !important;
  vertical-align: middle !important;
  border: 1px solid #303030 !important;
  padding: 0.5rem !important;
}

.table-quota td > .input-group > input {
  font-size:0.75rem !important;
}

.quota-icon {
  background: #FFC9C9;
  animation: quota-move 2s infinite;
}

@keyframes quota-move {
  from {background-color: #FFC9C9;}
  to {background-color: #FFA871;}
}

.of-btn-hovered .btn {
  display: none;
}

.of-btn-hovered .of-btn-hover {
  display: inline-block;
}

.form-check-input {
    position: absolute;
    margin-top: 0.4rem;
    margin-left: -1.25rem;
}

.td-success {
  background-color:#bcf5bc;
}

.btn-group-toggle label {
  opacity: 0.3;
}

.btn-group-toggle label.active {
  opacity: 1;
}

.dots, .less {
  cursor: pointer;
  color: blue;
  font-weight: bold;
}



.sa-dtoptions > .card > .card-header {
  font-size:0.85rem;
  padding: 0.5rem 1rem;
}

.sa-dtoptions .sa-column {
  display: flex;
  align-items:center;
  flex-direction:row;
  margin-top:0.5rem;
}

/* The Modal (background) */
.sa-bulkedit {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.sa-bulkedit-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.sa-bulkedit .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.sa-bulkedit .close:hover,
.sa-bulkedit .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.sa-dtoptions .sa-column > button {
  border: 1px solid #e9ecef;
}

.sa-dtoptions .sa-column > button:disabled {
  background-color: #e9ecef;
}

.sa-dtoptions .sa-column-title {
  font-size:0.85rem;
  margin-left:10px;
}

.sa-datatable2 thead th {
  font-size: 0.8rem;
  vertical-align:middle;
}

.sa-datatable2 thead th .btn {
  padding: 0.25rem;
}

.sa-datatable2 thead td {
  font-size: 0.8rem;
}
.sa-datatable2 tbody td {
  font-size: 0.8rem;
}
.sa-datatable2 tbody td.width-70 {
  width: 70px;
}
.sa-datatable2 tbody td.width-80 {
  width: 80px;
}
.sa-datatable2 tbody td.width-90 {
  width: 90px;
}
.sa-datatable2 tbody td.width-100 {
  width: 100px;
}
.sa-datatable2 .btn {
  font-size: 0.85rem;
}
.sa-datatable2 .dropdown-item {
  font-size: 0.9rem;
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.sa-datatable2 .dropdown-item .lni {
  padding-right: 0.2rem; 
  font-size:1.2rem;
}

.pagination-records {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.pagination li {
  width: auto;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-right: 5px;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
}
.pagination li.disabled {
  background-color: #ECEFF1;
  color: #000000;
}
.pagination li:hover {
  background-color: #ECEFF1;
  color: #000000;
}