/* Tables */
.table.dataTable.no-footer {
  border-bottom-color: #343A40;
}

.user-login-5 {
  min-height: 100vh;
}
.user-login-5 .bs-reset {
  margin: 0;
  padding: 0;
}
.user-login-5 .text-right {
  text-align: right;
}
.user-login-5 .login-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.user-login-5 .login-container,
.user-login-5 .login-creative-bg {
  text-align: left;
  position: relative;
  min-height: 100vh;
}
.user-login-5 .login-container .login-copyright,
.user-login-5 .login-container .login-social,
.user-login-5 .login-creative-bg .login-copyright,
.user-login-5 .login-creative-bg .login-social {
  padding: 0 80px;
}
.user-login-5 .login-container .login-content,
.user-login-5 .login-creative-bg .login-content {
  text-align: left;
  max-width: 350px;
  margin: 0 auto;
}
.user-login-5 .login-container .login-content > h3,
.user-login-5 .login-creative-bg .login-content > h3 {
  font-weight: 600;
  font-size: 22px;
  color: #5d5d5d;
}
.user-login-5 .login-container .login-content > h1,
.user-login-5 .login-creative-bg .login-content > h1 {
  font-size: 30px;
  font-weight: 300;
  color: #4e5a64;
}
.user-login-5 .login-container .login-content p,
.user-login-5 .login-creative-bg .login-content p {
  color: #a0a9b4;
  font-size: 15px;
  line-height: 22px;
}
.user-login-5 .login-container .login-content > .login-form,
.user-login-5 .login-creative-bg .login-content > .login-form {
  margin-top: 30px;
  color: #a4aab2;
  font-size: 13px;
}
.user-login-5 .login-container .login-content > .login-form .form-control,
.user-login-5 .login-creative-bg .login-content > .login-form .form-control {
  width: 100%;
  height: 40px;
  padding: 10px;
  border-color: #ddd;
  border: 1px solid #ddd;
  color: #868e97;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 0 !important;
}
.user-login-5 .login-container .login-content > .login-form .form-control:focus,
.user-login-5 .login-creative-bg .login-content > .login-form .form-control:focus {
  outline: 0;
}
.user-login-5 .login-container .login-content > .login-form .rememberme,
.user-login-5 .login-creative-bg .login-content > .login-form .rememberme {
  margin-top: 15px;
}
.user-login-5 .login-container .login-content > .login-form .btn,
.user-login-5 .login-creative-bg .login-content > .login-form .btn {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
  padding: 8px 26px;
  margin-top: 10px;
}
.user-login-5 .login-container .login-content > .login-form .btn:hover, .user-login-5 .login-container .login-content > .login-form .btn:focus,
.user-login-5 .login-creative-bg .login-content > .login-form .btn:hover,
.user-login-5 .login-creative-bg .login-content > .login-form .btn:focus {
  background-color: #F1C40F;
  border-color: #F1C40F;
  color: #FFF;
}
.user-login-5 .login-container .login-content > .login-form .forgot-password,
.user-login-5 .login-container .login-content > .login-form .login-button,
.user-login-5 .login-creative-bg .login-content > .login-form .forgot-password,
.user-login-5 .login-creative-bg .login-content > .login-form .login-button {
  display: inline-block;
}
.user-login-5 .login-container .login-content > .login-form .rem-password,
.user-login-5 .login-creative-bg .login-content > .login-form .rem-password {
  margin-top: 10px;
}
.user-login-5 .login-container .login-content > .login-form .rem-password > p,
.user-login-5 .login-creative-bg .login-content > .login-form .rem-password > p {
  margin: 0;
}
.user-login-5 .login-container .login-content > .login-form .rem-password > .rem-checkbox,
.user-login-5 .login-creative-bg .login-content > .login-form .rem-password > .rem-checkbox {
  border-color: #a4aab2;
}
.user-login-5 .login-container .login-content > .login-form .forgot-password,
.user-login-5 .login-creative-bg .login-content > .login-form .forgot-password {
  margin-right: 1em;
}
.user-login-5 .login-container .login-content > .login-form .forgot-password > a,
.user-login-5 .login-creative-bg .login-content > .login-form .forgot-password > a {
  color: #a4aab2;
}
.user-login-5 .login-container .login-content > .login-form .forgot-password > a:hover,
.user-login-5 .login-creative-bg .login-content > .login-form .forgot-password > a:hover {
  color: #337ab7;
  text-decoration: none;
}
.user-login-5 .login-container .login-content > .login-form .forgot-password > a:focus,
.user-login-5 .login-creative-bg .login-content > .login-form .forgot-password > a:focus {
  color: #a4aab2;
  text-decoration: none;
}
.user-login-5 .login-container .login-content > ul,
.user-login-5 .login-creative-bg .login-content > ul {
  margin-top: 40px;
  list-style: none;
  padding-left: 0;
}
.user-login-5 .login-container .login-content > ul > li,
.user-login-5 .login-creative-bg .login-content > ul > li {
  margin-bottom: 15px;
  font-size: 12px;
}
.user-login-5 .login-container .login-footer,
.user-login-5 .login-creative-bg .login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
  background-color: rgba(0, 172, 255, 0.05);
}
.user-login-5 .login-container .login-footer .login-social,
.user-login-5 .login-creative-bg .login-footer .login-social {
  padding-right: 0;
}
.user-login-5 .login-container .login-footer .login-social li,
.user-login-5 .login-creative-bg .login-footer .login-social li {
  display: inline-block;
  list-style: none;
  margin-right: 1em;
}
.user-login-5 .login-container .login-footer .login-social a,
.user-login-5 .login-creative-bg .login-footer .login-social a {
  color: #a9b5be;
  font-size: 18px;
}
.user-login-5 .login-container .login-footer .login-social a:hover,
.user-login-5 .login-creative-bg .login-footer .login-social a:hover {
  color: #337ab7;
  text-decoration: none;
}
.user-login-5 .login-container .login-footer .login-social a:focus,
.user-login-5 .login-creative-bg .login-footer .login-social a:focus {
  color: #a9b5be;
}
.user-login-5 .login-container .login-footer .login-copyright,
.user-login-5 .login-creative-bg .login-footer .login-copyright {
  padding: 0;
  margin-top: 8px;
}
.user-login-5 .login-container .login-footer .login-copyright > p,
.user-login-5 .login-creative-bg .login-footer .login-copyright > p {
  margin: 0;
  font-size: 13px;
  color: #a9b5be;
}
.user-login-5 .login-container .tbl-view,
.user-login-5 .login-creative-bg .tbl-view {
  margin-top: 0 !important;
  padding-top: 0 !important;
  height: 100vh;
}
.user-login-5 .alert {
  padding: 5px 10px;
}

.login-logo {
  width: 120px;
  margin-bottom: 20px;
}

.login-product-future li {
  padding-left: 30px;
  position: relative;
  color: #959595;
}
.login-product-future li:nth-child(1):after, .login-product-future li:nth-child(2):after, .login-product-future li:nth-child(3):after {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
}
.login-product-future li:nth-child(1):after {
  background: url(../img/icons/icon_login-icon_1.svg) center no-repeat;
  background-size: 20px 20px;
}
.login-product-future li:nth-child(2):after {
  background: url(../img/icons/icon_login-icon_2.svg) center no-repeat;
  background-size: 20px 20px;
}
.login-product-future li:nth-child(3):after {
  background: url(../img/icons/icon_login-icon_3.svg) center no-repeat;
  background-size: 20px 20px;
}

.login-creative-bg {
  background-image: linear-gradient(180deg, #2de5a7 0%, #02b378 100%);
}

.login-creative-banner {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}
.login-creative-banner h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}
.login-creative-banner p {
  color: #fff;
  font-size: 15px;
}

.loginbg-pattern-bg {
  background: url(../img/loginbg-gradient-overlay.svg) top right no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  background-size: cover;
}

.login-bg_pattern-left {
  background: url(../img/login-bg_pattern-left.svg) top left no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-size: auto 100%;
}

.login-bg_pattern-right {
  background: url(../img/login-bg_pattern-right.svg) top right no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: auto 100%;
}

.poweredby-logo {
  width: 75px;
  height: auto;
  margin-left: 5px;
}

@media (max-width: 1365px) {
  .user-login-5 .login-container .login-copyright,
  .user-login-5 .login-container .login-social,
  .user-login-5 .login-container .login-content {
    padding: 40px;
  }
  .user-login-5 .login-container .login-social {
    padding-right: 0;
  }
  .user-login-5 .login-container .login-copyright {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .user-login-5 {
    min-height: 50vh;
  }
  .user-login-5 .mt-login-5-bsfix {
    width: 100%;
  }
  .user-login-5 .login-container .login-content .login-form {
    margin-top: 40px;
  }
  .user-login-5 .login-container .rem-password {
    margin-bottom: 1em;
  }
}
@media (max-width: 639px) {
  .user-login-5 .login-content .login-form .btn {
    position: relative;
  }
  .user-login-5 .login-content > .login-form .form-control {
    margin-bottom: 10px;
  }
  .user-login-5 .login-container .tbl-view {
    height: auto;
  }
  .user-login-5 .login-container .login-content .login-form {
    margin-top: 20px;
  }
  .user-login-5 .login-container .login-content > h3 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 0;
  }
  .user-login-5 .login-container .login-content > ul {
    margin-top: 20px;
  }
  .login-logo {
    width: 120px;
    margin-bottom: 0;
  }
}
/* Start: Prelogin */
.form-group.has-error .form-control {
  border-color: #e73d4a;
  padding-right: 30px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPGcgaWQ9Imljb24tZXJyb3IiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NzYgLTg5MikiPg0KICAgIDxwYXRoIGlkPSJ3YXJuaW5nX2JsYWNrXzI0ZHBfMl8iIGRhdGEtbmFtZT0id2FybmluZ19ibGFja18yNGRwICgyKSIgZD0iTTQuMzU4LDIwLjA1MmgxNC4yMmExLjg4OCwxLjg4OCwwLDAsMCwxLjYzNC0yLjgzM0wxMy4xLDQuOTM0YTEuODg4LDEuODg4LDAsMCwwLTMuMjY3LDBMMi43MjUsMTcuMjE5YTEuODg4LDEuODg4LDAsMCwwLDEuNjM0LDIuODMzWm03LjExLTYuNjFhLjk0Ny45NDcsMCwwLDEtLjk0NC0uOTQ0VjEwLjYwOWEuOTQ0Ljk0NCwwLDAsMSwxLjg4OSwwVjEyLjVBLjk0Ny45NDcsMCwwLDEsMTEuNDY5LDEzLjQ0MlptLjk0NCwzLjc3N0gxMC41MjRWMTUuMzMxaDEuODg5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDc2LjUzMSA4OTIuMDA4KSIgZmlsbD0iI2VkNmI3NSIvPg0KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfNiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgNiIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NzYgODkyKSIgZmlsbD0ibm9uZSIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.form-group.has-success .form-control {
  border-color: #27a4b0;
  padding-right: 30px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPGcgaWQ9Imljb24tc3VjY2VzcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU0MSAtODg3KSI+DQogICAgPHBhdGggaWQ9IlBhdGhfNSIgZGF0YS1uYW1lPSJQYXRoIDUiIGQ9Ik0wLDBIMjRWMjRIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU0MSA4ODcpIiBmaWxsPSJub25lIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfNiIgZGF0YS1uYW1lPSJQYXRoIDYiIGQ9Ik04LjE0OSwxNC41bC0yLjktMi45YS44MzMuODMzLDAsMCwwLTEuMTc4LDEuMTc4TDcuNTY1LDE2LjI3YS44MzIuODMyLDAsMCwwLDEuMTc4LDBsOC44NC04Ljg0QS44MzMuODMzLDAsMCwwLDE2LjQsNi4yNTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NDIuMTcyIDg4Ny45OTIpIiBmaWxsPSIjMzZjNmQzIi8+DQogIDwvZz4NCjwvc3ZnPg0K");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.prelogin {
  overflow-x: hidden;
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.prelogin .prelogin-content {
  max-width: 560px;
  padding: 30px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #181818;
  background-color: #fff;
}
.prelogin .prelogin-title {
  border-bottom: 2px solid rgba(251, 167, 16, 0.25);
}
.prelogin .prelogin-title .title {
  font-size: 15px;
  font-weight: bold;
  color: #181818;
  margin-top: 0;
  margin-bottom: 14px;
}
.prelogin .prelogin-body {
  padding-top: 20px;
}
.prelogin .form-control {
  height: 38px;
}
.prelogin .form-text {
  font-size: 14px;
  color: rgba(205, 205, 222, 0.75);
  display: inline-block;
  margin: 20px 0 30px;
}
.prelogin .prelogin-actions {
  margin-top: 10px;
}
.prelogin .prelogin-actions .btn {
  vertical-align: middle;
}
.prelogin .prelogin-actions .btn.btn-block {
  height: 48px;
}

@media (max-width: 767.98px) {
  .login .page-header.navbar {
    height: 68px;
    position: fixed;
  }
}
@media (max-width: 575.98px) {
  .prelogin .prelogin-content {
    max-width: 350px;
    padding: 20px;
  }
  .prelogin .prelogin-title .title {
    margin-bottom: 10px;
  }
  .prelogin .form-text {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .prelogin .form-control {
    height: 34px;
  }
  .prelogin .prelogin-actions .btn.btn-block {
    height: 40px;
  }
}
@media (max-width: 400px) {
  .prelogin .prelogin-content {
    max-width: 300px;
    padding: 15px;
    border-radius: 6px;
  }
}
/* End: Prelogin */
/* HEADER */
.page-header.navbar {
  background: #0F0617;
}
.page-header.navbar .page-top {
  background-color: #0F0617;
}
.page-header.navbar .page-logo {
  background: #0F0617;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover {
  background-color: #1e1e2d;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i, .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle [class*=" fa-"] {
  color: #fff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
  right: 6px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
  background-color: #1e1e2d;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu {
  box-shadow: 0 0 20px 0 rgba(0, 0, 255, 0.25);
  padding: 10px 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu > li:first-child:hover > a, .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu > li:last-child:hover > a {
  border-radius: 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a {
  font-weight: 400;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li [class*=" fa-"] {
  margin-right: 5px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
  color: #fff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
  color: #fff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
  font-weight: 400;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  padding: 10px 10px 10px;
  font-weight: 400;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 5px 4px;
  margin-right: 5px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon.label-warning {
  background: #ff851b;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon.label-success {
  background: #28b62c;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon.label-danger {
  background: #ff4136;
}
.page-header.navbar .top-menu .navbar-nav > li.theme-toggler:hover {
  background-color: #1e1e2d;
}
.page-header.navbar .theme-toggler {
  padding: 26px 12px 20px;
  cursor: pointer;
}
.page-header.navbar .theme-toggler:hover {
  background-color: #f9fafc;
}
.page-header.navbar .theme-toggler > [class*=" fa-"] {
  color: #fff;
  width: 24px;
  font-size: 20px;
  line-height: normal;
}
.page-header.navbar .theme-toggler .fa-moon {
  display: inline-block;
}
.page-header.navbar .theme-toggler .fa-sun {
  display: none;
}

@media (max-width: 767px) {
  .page-header.navbar {
    height: 68px;
  }
  .page-header.navbar .page-top {
    clear: none;
  }
}
/* DASHBOARD STYLE */
.dashboard-stat2 {
  position: relative;
  padding-bottom: 15px;
}
.dashboard-stat2 .display {
  margin-bottom: 0;
}
.dashboard-stat2 .display .icon {
  opacity: 0.4;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
}
.dashboard-stat2 .display .icon > i {
  font-size: 50px;
  line-height: normal;
}
.dashboard-stat2 .display .number small {
  min-height: 40px;
  display: inline-block;
}

.data-treeview .mt-checkbox-list {
  list-style: none;
}
.data-treeview .mt-checkbox-list ul {
  padding-left: 25px;
}
.data-treeview .mt-checkbox-list li {
  list-style: none;
}
.data-treeview .mt-checkbox {
  padding-left: 25px;
  margin-bottom: 10px;
}

/* MENU STYLE */
.page-sidebar,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
  background-color: #fff;
}

.page-sidebar .page-sidebar-menu > .sidenav,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > .sidenav {
  margin-bottom: 10px;
}

.page-sidebar .page-sidebar-menu > .sidenav > li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > .sidenav > li > a {
  font-size: 14px;
  font-weight: 700;
  color: #7F8B9C;
  display: flex;
  align-items: center;
  min-height: auto;
  border: none;
  padding: 12px 12px 12px 40px;
}

.page-sidebar .page-sidebar-menu > .sidenav > li > a > svg,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > .sidenav > li > a > svg {
  width: 18px;
  line-height: 24px;
  color: #7F8B9C;
}

.page-sidebar .page-sidebar-menu > .sidenav > li > a > .title,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > .sidenav > li > a > .title {
  margin-top: 0;
  margin-left: 14px;
}

.page-sidebar .page-sidebar-menu,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
  padding: 20px 0;
}

.page-sidebar .page-sidebar-menu > .sidenav > li:hover > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > .sidenav > li:hover > a {
  background-color: transparent;
  color: #6969FF;
  outline: none;
}

.page-sidebar .page-sidebar-menu > .sidenav > li > .nav-heading,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > .sidenav > li .nav-heading {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ADB5C2;
  padding: 12px 12px 6px 35px;
}

.page-sidebar .page-sidebar-menu > .sidenav > li.active > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > .sidenav > li.active > a {
  background-color: transparent;
  color: #6969FF;
  font-size: 14px;
}

.page-sidebar .page-sidebar-menu > .sidenav > li > a:hover {
  background-color: transparent;
  outline: none;
  color: #6969FF;
}

.page-sidebar .page-sidebar-menu > .sidenav > li > a:focus {
  background-color: transparent;
}

.page-sidebar .page-sidebar-menu > .sidenav > li.active > a > svg,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > .sidenav > li.active > a > svg,
.page-sidebar .page-sidebar-menu > .sidenav > li > a:hover > svg,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > .sidenav > li > a:hover > svg {
  color: #6969FF;
}

.page-sidebar .page-sidebar-menu > .sidenav > li,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > .sidenav > li {
  position: relative;
}

.page-sidebar .page-sidebar-menu > .sidenav > li.active:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > .sidenav > li.active:before {
  content: "";
  width: 8px;
  height: 44px;
  display: inline-block;
  border-radius: 0 3px 3px 0;
  position: absolute;
  background: linear-gradient(90deg, #3696FF 0%, #973FFF 100%);
}

.page-sidebar .page-sidebar-menu > .sidenav > li.nav-heading {
  font-size: 13px;
  font-weight: 600;
  color: #AEB5C1;
  padding: 10px 15px 10px 20px;
}

.page-sidebar .page-sidebar-menu > .sidenav > li .title {
  color: #AEB5C1;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .page-sidebar-menu.page-sidebar-menu-closed > li:hover,
  .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu,
  .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover > .sub-menu {
    box-shadow: none;
  }
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > .sidenav > li > a {
    padding-left: 18px;
  }
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > .sidenav > li > a > .title {
    display: none;
  }
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > .sidenav > li .nav-heading {
    visibility: hidden;
  }
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > .sidenav > li > a > .title {
    display: block;
  }
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > .sidenav > li .nav-heading {
    visibility: visible;
  }
}
/* BUTTON STYLE */
.btn {
  font-weight: 600;
}
.btn.disabled {
  cursor: default;
  opacity: 1;
}
.btn > [class*=" fa-"] {
  margin-right: 5px;
}
.btn.btn-xs > [class*=" fa-"] {
  margin-right: 0;
}
.btn > i {
  vertical-align: sub;
  margin-right: 5px;
}

.btn-warning {
  color: #000;
}

/* Button Primary */
.btn-primary {
  background-color: #8230c6;
  color: #CDCDDE;
  border-color: #8230c6;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
  background-color: #5c1695;
  border-color: #5c1695;
  color: #fff;
}

/* Button Gray */
.btn-outline.gray {
  border-color: #CDCDDE;
  color: #CDCDDE;
  background-color: transparent;
}
.btn-outline.gray:hover, .btn-outline.gray:focus, .btn-outline.gray:active, .btn-outline.gray:active:hover {
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}

/* dt Button */
a.dt-button {
  background-color: #8230c6;
  color: #CDCDDE;
  border-color: #8230c6;
  font-size: 14px;
  font-weight: 600;
}
a.dt-button:hover:not(.disabled), a.dt-button:focus:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button:active:hover:not(.disabled) {
  background-color: #5c1695;
  border-color: #5c1695;
  color: #fff;
}

/* STEP ELEMENT STYLE */
.mt-element-step.step-wizard .step-line .mt-step-number {
  border: 2px solid #c4c4c4;
  width: 46px;
  height: 46px;
  padding: 5px;
  font-size: 22px;
  color: #888;
  font-weight: 600;
}
.mt-element-step.step-wizard .step-line .mt-step-title {
  font-size: 16px;
  color: #444;
}
.mt-element-step.step-wizard .step-line .mt-step-title:after, .mt-element-step.step-wizard .step-line .mt-step-title:before {
  background-color: #c4c4c4;
  height: 2px;
  top: -27px;
}
.mt-element-step.step-wizard .step-line .active .mt-step-title {
  font-weight: 600;
  color: #444 !important;
}
.mt-element-step.step-wizard .step-line .active .mt-step-title:after, .mt-element-step.step-wizard .step-line .active .mt-step-title:before {
  background-color: #c4c4c4;
}
.mt-element-step.step-wizard .step-line .active .mt-step-number {
  color: #FFF !important;
  border-color: #2de5a7 !important;
  background-color: #2de5a7 !important;
}
.mt-element-step.step-wizard .step-line a:hover, .mt-element-step.step-wizard .step-line a:focus {
  text-decoration: none;
}
.mt-element-step.step-wizard .step-line a:hover .mt-step-title {
  color: #444 !important;
}

.wizard-infotext {
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.mt-element-step.step-wizard .step-line .mt-step-title:after,
.mt-element-step.step-wizard .step-line .mt-step-title:before {
  content: "";
  width: 50%;
  position: absolute;
  z-index: 4;
  transform: translateY(-100%);
  background-color: #c4c4c4;
  height: 2px;
  top: -27px;
}

.mt-element-step .step-line .first .mt-step-title:before, .mt-element-step .step-line .last .mt-step-title:after {
  content: none;
}

.mt-element-step .step-line .mt-step-title:before {
  right: 50%;
}

@media (max-width: 480px) {
  .mt-element-step.step-wizard .step-line .mt-step-title:after,
  .mt-element-step.step-wizard .step-line .mt-step-title:before {
    top: -20px;
  }
  .mt-element-step.step-wizard .step-line .active .mt-step-title,
  .mt-element-step.step-wizard .step-line .mt-step-title {
    font-size: 14px;
  }
  .mt-element-step.step-wizard .step-line .mt-step-number {
    width: 36px;
    height: 36px;
    padding: 3px;
    font-size: 18px;
  }
}
/* FORM CONTROL STYLE */
.select2-container--bootstrap .select2-selection {
  border-radius: 2px;
}

.btn-group.jstree-nested-radio .btn {
  background-color: transparent;
}
.btn-group.jstree-nested-radio .btn > i {
  font-size: 16px;
}
.btn-group.jstree-nested-radio .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}
.btn-group.jstree-nested-radio > .dropdown-menu:before {
  left: auto;
  right: 9px;
}
.btn-group.jstree-nested-radio > .dropdown-menu:after {
  right: 10px;
  left: auto;
}
.btn-group.jstree-nested-radio .mt-radio-list {
  padding: 10px;
}
.btn-group.jstree-nested-radio .mt-radio-list > .mt-radio {
  margin-bottom: 10px;
  padding-left: 25px;
}
.btn-group.jstree-nested-radio .mt-radio-list > .mt-radio:last-child {
  margin-bottom: 0;
}
.btn-group.jstree-nested-radio .mt-radio-list > .mt-radio.mt-radio-outline > input.checked ~ span, .btn-group.jstree-nested-radio .mt-radio-list > .mt-radio.mt-radio-outline > input.focus ~ span {
  border-width: 2px;
}
.btn-group.jstree-nested-radio .mt-radio-list > .mt-radio.mt-radio-outline > span {
  border-width: 2px;
}
.btn-group.jstree-nested-radio .mt-radio-list > .mt-radio > span:after {
  left: 4px;
  top: 4px;
}
.btn-group.jstree-nested-radio .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
.btn-group.jstree-nested-radio .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span {
  border-width: 2px;
}
.btn-group.jstree-nested-radio .mt-radio.mt-radio-outline > input:checked ~ span,
.btn-group.jstree-nested-radio .mt-radio.mt-radio-outline > span {
  border-width: 2px;
}

.input-group .input-group-addon svg, .input-group .input-group-addon img {
  width: 15.75px;
}

/* GIRD LAYOUT */
#brandcard-container {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.brand-card {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
  margin: 10px 0;
}
.brand-card img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.brand-card.active .brand-card-in {
  box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.6);
}
.brand-card.brand-db-card .caption {
  margin-top: -18px;
}
.brand-card.brand-db-card .caption img {
  width: 80px;
  height: auto;
}
.brand-card.brand-db-card .brand-db-info {
  padding: 21px 0;
}
.brand-card.brand-db-card .brand-db-info img {
  width: 100px;
  height: 100px;
}
.brand-card.brand-db-card .brand-db-info span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.brand-card .bc-action-btn {
  border-radius: 2px;
  border: 1px solid #f36a5a;
  color: #f36a5a;
  display: inline-block;
  float: right;
  font-size: 16px;
  height: 22px;
  line-height: 20px;
  margin: 1px 0 0 3px;
  padding: 0px 5px;
  position: relative;
  text-align: center;
  width: 26px;
  z-index: 1;
}
.brand-card .bc-action-btn:hover {
  background-color: #f36a5a;
  color: #fff;
  text-decoration: none;
}

.brandcard-toggle .brand-card.active .brand-card-in {
  position: relative;
}
.brandcard-toggle .brand-card.active .brand-card-in:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #888;
  border-radius: 30px;
}
.brandcard-toggle .brand-card.active .brand-card-in:after {
  content: "\f00c";
  font-size: 17px;
  position: absolute;
  right: 16px;
  top: 14px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome, Arial, sans-serif;
}
.brandcard-toggle .brand-card.active .brand-card-title {
  padding-right: 35px;
}

.monitor-brandcard .brand-card {
  width: 33.333%;
}

.brand-card-title {
  border-bottom: 1px solid #eee;
  min-height: 40px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 8px 5px 10px;
  text-align: left;
}
.brand-card-title .caption {
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.brand-card-title .actions {
  float: right;
  display: inline-block;
}
.brand-card-title [class*=" fa-"]:not(.fa-stack) {
  display: inline;
}

.brand-card-in {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
  display: block;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.brand-card-in:hover, .brand-card-in:focus {
  box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.brandcard-details {
  display: none;
}

.inlinepopup-portlet.portlet > .portlet-title > .caption {
  font-size: 22px;
  margin-bottom: 10px;
}
.inlinepopup-portlet.portlet > .portlet-title > .actions .btn {
  padding: 1px 10px;
  font-size: 12px;
}
.inlinepopup-portlet.has-close-action > .portlet-title > .actions {
  margin-right: 30px;
}

.brandcard-details-in {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.inlinepopup {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.inlinepopup_content {
  margin: 0 15px;
  color: #585858;
}
.inlinepopup_content .portlet {
  margin-bottom: 10px;
}

.inlinepopup_arrow {
  height: 30px;
  position: absolute;
  top: -45px;
  width: 30px;
  margin-left: -15px;
}
.inlinepopup_arrow:before {
  border-color: transparent;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  display: block;
  position: absolute;
  left: 6.5px;
  z-index: 1;
  height: 0;
  width: 0;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: 36px;
  content: " ";
}
.inlinepopup_arrow:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  display: block;
  position: absolute;
  left: 6.5px;
  top: 37px;
  z-index: 1;
  height: 0;
  width: 0;
  content: " ";
}

span.inlinepopupClose {
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 25px;
  cursor: pointer;
}
span.inlinepopupClose:before, span.inlinepopupClose:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
span.inlinepopupClose:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
span.inlinepopupClose:hover {
  transform: rotate(90deg);
}
span.inlinepopupClose:hover:before, span.inlinepopupClose:hover:after {
  background-color: #333;
}

.apps-grid-card {
  margin-left: -15px;
  margin-right: -15px;
}
.apps-grid-card:before, .apps-grid-card:after {
  display: table;
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.apps-grid-card:after {
  clear: both;
}

.app-grid-col {
  width: 20%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  position: relative;
}
.app-grid-col > a:after {
  border-bottom: 5px solid #888;
  height: 5px;
  content: " ";
  position: absolute;
  left: 15px;
  bottom: 0;
  right: 15px;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.app-grid-col > a:hover, .app-grid-col > a:focus {
  text-decoration: none;
}
.app-grid-col > a:hover:after, .app-grid-col > a:focus:after {
  border-bottom: 10px solid #2de5a7;
  height: 10px;
}
.app-grid-col > a:hover .app-grid-title, .app-grid-col > a:focus .app-grid-title {
  color: #2de5a7;
}
.app-grid-col.double-size-grid {
  width: 40%;
}

.data-apps__process {
  background-color: #fff;
  height: 410px;
  width: 100%;
}

.data-apps-circle-layout {
  border: 2px solid rgba(136, 136, 136, 0.5);
  width: 330px;
  height: 330px;
  display: inline-block;
  margin: 25px auto;
  border-radius: 330px;
  position: relative;
}
.data-apps-circle-layout > h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 22px;
  color: #707070;
  font-weight: 800;
  width: 120px;
  text-align: center;
  margin: -24px 0 0 -60px;
}
.data-apps-circle-layout > span {
  cursor: pointer;
  position: absolute;
  top: calc(50% + 20px);
}
.data-apps-circle-layout > span:nth-child(1) {
  left: 50%;
  margin: -135px 0 0 5px;
}
.data-apps-circle-layout > span:nth-child(2) {
  right: -41px;
  margin: -45px 0 0 0;
}
.data-apps-circle-layout > span:nth-child(3) {
  right: -44px;
  margin: 71px 0 0 0;
}
.data-apps-circle-layout > span:nth-child(4) {
  right: 70px;
  margin: 166px 0 0 0;
}
.data-apps-circle-layout > span:nth-child(5) {
  left: 10px;
  margin: 128px 0 0 0;
}
.data-apps-circle-layout > span:nth-child(6) {
  left: 23px;
  margin: 15px 0 0 -66px;
}
.data-apps-circle-layout > span:nth-child(7) {
  left: 10px;
  margin: -105px 0 0 -46px;
}
.data-apps-circle-layout > span > i {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 3px solid #707070;
  display: block;
  border-radius: 20px;
  position: absolute;
  font-size: 14px;
  top: calc(50% - 30px);
  left: 50%;
  margin: -25px 0 0 -13px;
  font-style: normal;
  font-weight: 600;
  color: #707070;
}
.data-apps-circle-layout > span > i:after {
  content: "";
  width: 36px;
  height: 36px;
  border: 5px solid #C3C3C3;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 30px;
}
.data-apps-circle-layout > span > small {
  background-color: #fff;
  padding: 3px 15px;
  font-size: 14px;
  border: 2px solid #A0A0A0;
  border-radius: 20px;
  position: relative;
  margin-top: 5px;
}
.data-apps-circle-layout > span > small:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #A0A0A0;
  position: absolute;
  top: -10px;
  left: 50%;
  content: "";
  margin-left: -10px;
}
.data-apps-circle-layout > span.active > i, .data-apps-circle-layout > span:hover > i {
  background-color: #32C5D2;
  color: #fff;
}
.data-apps-circle-layout > span.active > small, .data-apps-circle-layout > span:hover > small {
  background-color: #32C5D2;
  border-color: #32C5D2;
  color: #fff;
}
.data-apps-circle-layout > span.active > small:after, .data-apps-circle-layout > span:hover > small:after {
  border-bottom-color: #32C5D2;
}

.app-grid-stat {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
  padding: 10px;
  text-align: center;
}
.app-grid-stat img {
  width: 100%;
  max-width: 125px;
  height: auto;
  margin-bottom: 0;
}
.app-grid-stat .app-grid-title {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
  min-height: 40px;
  line-height: normal;
  margin-top: 0;
}

/* MONITOR THUMB */
.monitor-thumb {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  min-height: 260px;
}
.monitor-thumb > a {
  text-decoration: none;
}
.monitor-thumb > a:hover .monitor-thumb-subtitle {
  color: #e53935;
}
.monitor-thumb:hover {
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
}

.monitor-thumb-heading {
  border-bottom: 1px solid #d2d2d2;
  min-height: 71px;
}

.monitor-thumb-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-top: 5px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.monitor-thumb-headbody-stat {
  font-weight: 600;
  font-size: 13px;
}

.monitor-thumb-icon {
  float: left;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 20px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  padding: 7px;
  margin: 5px 10px 5px 5px;
}
.monitor-thumb-icon img {
  width: 48px;
  height: 48px;
}

.monitor-thumb-headbody {
  overflow: hidden;
}
.monitor-thumb-headbody .btn-reconfig {
  padding: 0;
  margin: 0;
  border: 0;
}
.monitor-thumb-headbody .btn-reconfig img {
  width: 16px;
  height: 16px;
}

.monitor-thumb-body {
  padding: 30px 0 30px;
  position: relative;
}
.monitor-thumb-body .icon-btn {
  height: 38px;
  min-width: 38px;
  border-radius: 38px;
}
.monitor-thumb-body .icon-btn.alert-warning {
  color: #ff851b;
}
.monitor-thumb-body .icon-btn.alert-success {
  color: #28b62c;
}
.monitor-thumb-body .icon-btn.alert-danger {
  color: #ff4136;
}

.btn-fab {
  border-radius: 50%;
  font-size: 24px;
  height: 50px;
  margin: auto;
  min-width: 50px;
  width: 50px;
  padding: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  line-height: normal;
  background-color: #d4d4d4;
  display: inline-block;
  position: absolute;
  top: -25px;
  right: 20px;
}
.btn-fab img {
  width: 24px;
  height: 24px;
}
.btn-fab:hover {
  background-color: #c1c1c1;
}

.monitor-thumb-body-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.monitor-thumb-body-stat {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}

.monitor-portlet .monitor-thumb-body-title,
.monitor-portlet .monitor-thumb-body-stat {
  text-align: right;
}
.monitor-portlet .monitor-thumb-body-title {
  margin: 0;
}
.monitor-portlet .monitor-thumb-body-stat {
  color: #444;
  margin-bottom: 0;
}

.add-new-pipeline {
  padding: 30px 0px;
}
.add-new-pipeline > i {
  color: #ddd;
  font-size: 60px;
  margin: 40px 0;
}
.add-new-pipeline h4 {
  font-weight: 600;
  color: #444;
}

/* REPEATER */
.mt-repeater.repeater-group {
  margin-bottom: 15px;
  position: relative;
}
.mt-repeater.repeater-group .mt-repeater-item {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.mt-repeater.repeater-group .mt-repeater-item + .mt-repeater-item {
  margin-top: 20px;
}
.mt-repeater.repeater-group .mt-repeater-item .well {
  margin-bottom: 0;
}
.mt-repeater.repeater-group .btn-add-compare {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 1;
}
.mt-repeater.repeater-group .btn-add-compare .btn {
  border-radius: 2px;
}

.custom-widget {
  border: 1px solid #e7ecf1;
  position: relative;
  padding: 10px;
}

.custom-widget-left {
  margin-left: -15px;
}

.custom-widget-right {
  margin-right: -15px;
}

.btn.dt-col-btn {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 3px;
}

.data-transformation {
  padding: 0 15px;
}

/* RESPONSIVE STYLE */
@media (max-width: 1259px) {
  .app-grid-col {
    width: 25%;
  }
  .app-grid-col.double-size-grid {
    width: 50%;
  }
}
@media screen and (max-width: 1260px) and (min-width: 992px) {
  .data-apps-circle-layout {
    width: 280px;
    height: 280px;
    margin: 50px auto;
  }
}
@media (max-width: 991px) {
  .app-grid-col {
    width: 33.333%;
  }
  .app-grid-col.double-size-grid {
    width: 66.666%;
  }
}
@media (max-width: 767px) {
  .app-grid-col {
    width: 50%;
  }
  .data-transformation .tbl-view {
    height: 100px !important;
  }
  .app-grid-col.double-size-grid {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .app-grid-col {
    width: 100%;
  }
  .data-apps__process {
    height: 300px;
  }
  .data-apps-circle-layout {
    width: 220px;
    height: 220px;
  }
  .data-apps-circle-layout > h3 {
    font-weight: 600;
  }
  .data-apps-circle-layout > span > i {
    width: 22px;
    height: 22px;
    font-size: 11px;
    top: calc(50% - 20px);
  }
  .data-apps-circle-layout > span > i:after {
    border-width: 3px;
    width: 28px;
    height: 28px;
    top: -6px;
    left: -6px;
  }
  .data-apps-circle-layout > span > small {
    border-width: 1px;
    padding: 2px 10px;
    font-size: 12px;
  }
  .data-apps-circle-layout > span > small:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #A0A0A0;
    top: -8px;
  }
  .data-apps-circle-layout > span:nth-child(1) {
    margin-top: -91px;
  }
  .data-apps-circle-layout > span:nth-child(2) {
    margin-top: -15px;
  }
  .data-apps-circle-layout > span:nth-child(3) {
    right: -20px;
  }
  .data-apps-circle-layout > span:nth-child(4) {
    margin-top: 112px;
  }
  .data-apps-circle-layout > span:nth-child(5) {
    margin-top: 86px;
  }
  .data-apps-circle-layout > span:nth-child(6) {
    margin-left: -56px;
  }
  .data-apps-circle-layout > span:nth-child(7) {
    margin-top: -70px;
  }
}
/* TEAM MANAGEMENT GRID */
.tm-element-card .tm-card-item {
  border: 1px solid;
  border-color: #e7ecf1;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  text-align: center;
}
.tm-element-card .tm-card-item .tm-card-avatar {
  display: inline-block;
}
.tm-element-card .tm-card-item .tm-card-avatar img {
  width: 160px;
  height: auto;
  opacity: 0.7;
}
.tm-element-card .tm-card-item .tm-card-content {
  text-align: center;
}
.tm-element-card .tm-card-item .tm-card-content .tm-card-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
  text-decoration: none;
}
.tm-element-card .tm-card-item .tm-card-content .tm-card-desc {
  font-size: 14px;
  margin: 0 0 20px 0;
  text-decoration: none;
}
.tm-element-card .tm-card-item .tm-card-content .tm-card-social > ul {
  padding: 0;
  margin-bottom: 10px;
}
.tm-element-card .tm-card-item .tm-card-content .tm-card-social > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.tm-element-card .tm-card-item .tm-card-content .tm-card-social > ul > li > a {
  color: #000;
  font-size: 18px;
}
.tm-element-card .tm-card-item .tm-card-content .tm-card-social > ul > li > a.tm-card-btn {
  color: #fff;
}
.tm-element-card .tm-card-item .tm-card-content .tm-card-social > ul > li > a.tm-card-btn:hover {
  color: #36c6d3;
}
.tm-element-card .tm-card-item .tm-card-content .tm-card-social > ul > li > a:hover {
  color: #F1C40F;
}
.tm-element-card.tm-card-round .tm-card-item {
  padding: 40px 40px 10px 40px;
}
.tm-element-card.tm-card-round .tm-card-item .tm-card-avatar {
  border-radius: 50% !important;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.tm-element-card.tm-card-round .tm-card-item .tm-card-avatar .mt-overlay {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

a:hover, a:focus {
  text-decoration: none;
}

/* WELCOME PAGE STYLE */
.page-header.navbar .page-logo .logo-default {
  width: 40px;
  margin-top: 16px;
  margin-left: 15px;
}

.page-footer {
  text-align: center;
}
.page-footer .page-footer-inner {
  float: none;
}

.intro-text h1 {
  font-size: 30px;
  margin: 20px 0 40px;
}
.intro-text p {
  font-size: 18px;
  margin-top: 10px;
}
.intro-text strong {
  font-weight: 600;
}

.welcome-card-holder {
  max-width: 900px;
  margin: 0 auto;
}

.welcome-card {
  padding: 0;
  text-align: center;
  height: 250px;
}
.welcome-card .welcome-card-title {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  line-height: 18px;
  margin: 15px 0;
}
.welcome-card .welcome-card-title .label {
  font-size: 13px;
  padding: 4px 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  border: 1px solid #fff;
}
.welcome-card .welcome-card-title .label.label-dark {
  border: 1px solid #444;
  color: #444;
}
.welcome-card .welcome-card-view img {
  width: 200px;
  height: auto;
}
.welcome-card > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #444;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.welcome-card > a img {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.welcome-card > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.welcome-card > a:hover img {
  -moz-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  -o-transform: translate(4px, 0);
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}
.welcome-card > a:hover img.al-logout {
  -moz-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  -o-transform: translate(-4px, 0);
  -webkit-transform: translate(-4px, 0);
  transform: translate(-4px, 0);
}

.welcome-card-link {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
  background-color: #2de5a7;
  display: inline-block;
}
.welcome-card-link .action-link {
  width: 24px;
  height: 24px;
}
.welcome-card-link span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 20px;
}
.welcome-card-link.al-logout {
  background-color: #d4d4d4;
}

.bg-white {
  background-color: #fff;
}

.page-sidebar-fixed:not(.page-footer-fixed) .page-footer {
  background-color: #eef1f5;
}

@media (max-width: 1280px) {
  .welcome-card-holder {
    max-width: 600px;
  }
  .welcome-card {
    height: 200px;
  }
  .welcome-card .welcome-card-title {
    font-size: 15px;
  }
  .welcome-card .welcome-card-view img {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .welcome-card-holder {
    width: 400px;
    margin: 0 auto 10px;
  }
  .welcome-card {
    height: 160px;
  }
  .welcome-card .welcome-card-view img {
    width: 100px;
  }
  .welcome-card.col-xs-wc {
    width: 33.333%;
    float: left;
  }
}
@media (max-width: 480px) {
  .welcome-card-holder {
    width: 100%;
  }
  .welcome-card-holder > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .welcome-card.col-xs-wc {
    width: 100%;
    float: left;
  }
}
.hero-carousel {
  margin-bottom: 15px;
}

/* Media */
.media-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.media-list .media-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.media-list .media-list__title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #364045;
  margin: 0;
}
.media-list .media-list__title .icon {
  margin-right: 10px;
  color: #6969FF;
}
.media-list .media-list__body {
  padding: 0;
}

.media-card {
  width: 300px;
  text-align: center;
  margin: 0 15px;
}
.media-card.media-card-sm {
  width: 160px;
  margin: 0 5px;
  overflow: hidden;
}
.media-card.media-card-sm .card-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.media-card .card-img img {
  height: 140px;
  width: 300px;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
}
.media-card .card-img img.img-rounded {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.media-card .card-content {
  padding: 20px 0;
  overflow: hidden;
}
.media-card .card-title {
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  color: #364045;
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.media-card .card-text {
  font-size: 12px;
  font-weight: 600;
  color: #7F8B9C;
  margin-top: 8px;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.media-card .counter {
  font-size: 14px;
  font-weight: 500;
  color: #CE9530;
  margin-top: 2px;
}
.media-card .counter .counter-value {
  font-weight: 600;
}

i.light-mode {
  display: inline-block;
}
i.dark-mode {
  display: none;
}

@media (max-width: 767px) {
  .media-list .media-list__title h2 {
    font-size: 20px;
  }
  .media-card {
    width: 270px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .media-card.media-card-sm {
    width: 140px;
  }
  .media-card .card-img img {
    width: 256px;
    height: 144px;
    border-radius: 10px;
  }
  .media-card .card-img img.img-rounded {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .media-list .media-list__header {
    padding: 15px;
  }
  .media-list .media-list__title h2 {
    font-size: 18px;
  }
  .media-card {
    width: 225px;
  }
  .media-card.media-card-sm {
    width: 100px;
  }
  .media-card .card-img img {
    width: 215px;
    height: 120px;
    border-radius: 10px;
  }
  .media-card .card-img img.img-rounded {
    width: 90px;
    height: 90px;
  }
  .media-card .card-content {
    padding-top: 15px;
  }
  .media-card .card-title {
    font-size: 13px;
  }
  .media-card .card-text {
    font-size: 11px;
    margin-top: 5px;
  }
}
/* Paination */
.pagination > li > a {
  color: #cdcdde;
  background-color: #1D0341;
  border-color: #481D83;
}
.pagination > .active > a,
.pagination > .active > a:hover {
  background-color: #8230c6;
  border-color: #8230c6;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #cdcdde;
  background-color: #1D0341;
  border-color: #481D83;
}

/* Carousel */
.owl-carousel.media-carousel.has-rounded-img .owl-nav .owl-prev, .owl-carousel.media-carousel.has-rounded-img .owl-nav .owl-next {
  height: 140px;
}
.owl-carousel.media-carousel .owl-stage-outer {
  padding-left: 20px;
}
.owl-carousel.media-carousel .owl-stage-outer .owl-item:first-child .media-card {
  margin-left: 0;
}
.owl-carousel.media-carousel .owl-stage-outer .owl-item:first-child .media-card.media-card-sm {
  margin-left: 0;
}
.owl-carousel.media-carousel .owl-nav {
  width: 100%;
}
.owl-carousel.media-carousel .owl-nav .owl-prev, .owl-carousel.media-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  height: 180px;
}
.owl-carousel.media-carousel .owl-nav .owl-prev img, .owl-carousel.media-carousel .owl-nav .owl-next img {
  width: 36px;
  height: auto;
  opacity: 0.85;
}
.owl-carousel.media-carousel .owl-nav .owl-prev:hover img, .owl-carousel.media-carousel .owl-nav .owl-next:hover img {
  opacity: 1;
}
.owl-carousel.media-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.media-carousel .owl-nav .owl-prev.disabled {
  visibility: hidden;
}
.owl-carousel.media-carousel .owl-nav .owl-prev:hover {
  background-image: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.owl-carousel.media-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.media-carousel .owl-nav .owl-next:hover {
  background-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 767px) {
  .owl-carousel.hero-carousel .owl-stage-outer .owl-item img {
    display: block;
    width: auto;
    height: 200px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
  .owl-carousel.media-carousel.has-rounded-img .owl-nav .owl-prev, .owl-carousel.media-carousel.has-rounded-img .owl-nav .owl-next {
    top: 45px;
  }
  .owl-carousel.media-carousel .owl-nav .owl-prev, .owl-carousel.media-carousel .owl-nav .owl-next {
    top: 55px;
  }
}
@media (max-width: 575px) {
  .owl-carousel.hero-carousel .owl-stage-outer .owl-item img {
    height: 150px;
  }
  .owl-carousel.media-carousel .owl-stage-outer {
    padding-left: 15px;
  }
  .owl-carousel.media-carousel .owl-nav {
    display: none;
  }
}
/* Loader */
.loader-wrap {
  padding: 50px;
}
.loader-wrap .loader-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.spinner-border {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 4px solid currentColor;
  border-right-color: transparent;
  background-color: transparent;
  animation: spinner-rotate 0.75s linear infinite;
}

.spinner-border-xs {
  width: 16px;
  height: 16px;
  border-width: 2px;
}

.spinner-border-sm {
  width: 24px;
  height: 24px;
  border-width: 3px;
}

.spinner-light {
  border-color: #ffffff;
}

@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  .loader-wrap {
    padding: 35px;
  }
}
/* ALERTS */
.monitor-alerts {
  position: relative;
}
.monitor-alerts .alert-heading {
  margin-top: 0;
}
.monitor-alerts > p {
  margin-bottom: 10px;
}
.monitor-alerts .alert-icon {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.monitor-alerts .alert-icon.alert-success {
  background: #28b62c;
}
.monitor-alerts .alert-icon.alert-warning {
  background: #ff851b;
}
.monitor-alerts .alert-icon.alert-danger {
  background: #ff4136;
}
.monitor-alerts.alert-success {
  background-color: #fff;
  border-color: #28b62c;
  color: #444;
}
.monitor-alerts.alert-warning {
  background-color: #fff;
  border-color: #ff851b;
  color: #444;
}
.monitor-alerts.alert-danger {
  background-color: #fff;
  border-color: #ff4136;
  color: #444;
}

/* Notification section */
.notifications-section .inlinePopup-grid {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.333%;
  margin: 10px 0;
  position: relative;
}
.notifications-section .inlinePopup-grid .notifications-card {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  display: block;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notifications-section .inlinePopup-grid .notifications-card:hover, .notifications-section .inlinePopup-grid .notifications-card:focus {
  text-decoration: none;
  cursor: default;
}
.notifications-section .inlinePopup-grid.has-notifications-detail .notifications-card:hover {
  box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.notifications-section .inlinePopup-grid.has-notifications-detail.active .notifications-card {
  box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.notifications-section .inlinepopup .inlinepopup-portlet {
  margin-bottom: 0;
}

.notifications-section .inlinepopup_arrow:before {
  top: 37px;
}
.notifications-section .inlinepopup_arrow:after {
  top: 38px;
}
.notifications-section .alert-icon {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.notifications-section .alert-icon.alert-success {
  background: #28b62c;
}
.notifications-section .alert-icon.alert-warning {
  background: #ff851b;
}
.notifications-section .alert-icon.alert-danger {
  background: #ff4136;
}
.notifications-section .inlinePopup-grid > .notifications-card {
  height: 148px;
}
.notifications-section .inlinePopup-grid > .notifications-card p {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 58.8px; /* Fallback for non-webkit */
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.notifications-section .inlinePopup-grid.alert-success, .notifications-section .inlinePopup-grid.alert-warning, .notifications-section .inlinePopup-grid.alert-danger {
  background-color: transparent;
  border-color: initial;
  color: initial;
}
.notifications-section .inlinePopup-grid.alert-success .notifications-card {
  background-color: #fff;
  border: 1px solid #28b62c;
  color: #444;
}
.notifications-section .inlinePopup-grid.alert-warning .notifications-card {
  background-color: #fff;
  border: 1px solid #ff851b;
  color: #444;
}
.notifications-section .inlinePopup-grid.alert-danger .notifications-card {
  background-color: #fff;
  border: 1px solid #ff4136;
  color: #444;
}
.notifications-section .brandcard-details-in.alert-danger {
  color: #e73d4a;
}
.notifications-section .brandcard-details-in .alert-success {
  background-color: rgba(171, 231, 237, 0.5);
}
.notifications-section .brandcard-details-in .alert-success p {
  color: #444;
}
.notifications-section .brandcard-details-in .alert-warning {
  background-color: rgba(249, 228, 145, 0.5);
}
.notifications-section .brandcard-details-in .alert-warning p {
  color: #444;
}
.notifications-section .brandcard-details-in .alert-danger {
  background-color: rgba(251, 225, 227, 0.5);
}
.notifications-section .brandcard-details-in .alert-danger p {
  color: #444;
}
.notifications-section .brandcard-details-in {
  padding-top: 35px;
}

/* LAYOUT */
.page-bar {
  background-color: transparent;
}
.page-bar .page-breadcrumb {
  padding: 0;
}
.page-bar .page-breadcrumb > li > a,
.page-bar .page-breadcrumb > li > span {
  font-size: 24px;
  font-weight: 300;
  color: #666;
}
.page-bar .page-breadcrumb > li > i {
  font-size: 20px;
}

.page-title-section h1 {
  display: inline-block;
  font-weight: 600;
}
.page-title-section .page-action {
  float: right;
  margin-top: -4px;
}

/* Modal */
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal.jstree-nested-modal .mt-checkbox-list,
.modal.jstree-nested-modal .mt-radio-list {
  padding-bottom: 0;
}
.modal.jstree-nested-modal .mt-checkbox-list .mt-checkbox,
.modal.jstree-nested-modal .mt-checkbox-list .mt-radio,
.modal.jstree-nested-modal .mt-radio-list .mt-checkbox,
.modal.jstree-nested-modal .mt-radio-list .mt-radio {
  float: left;
  border: 1px solid #ccc;
  padding: 3px 10px 4px 30px;
  border-radius: 30px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.modal.jstree-nested-modal .mt-checkbox-list .mt-checkbox.mt-checkbox-outline > span, .modal.jstree-nested-modal .mt-checkbox-list .mt-checkbox.mt-radio-outline > span,
.modal.jstree-nested-modal .mt-checkbox-list .mt-radio.mt-checkbox-outline > span,
.modal.jstree-nested-modal .mt-checkbox-list .mt-radio.mt-radio-outline > span,
.modal.jstree-nested-modal .mt-radio-list .mt-checkbox.mt-checkbox-outline > span,
.modal.jstree-nested-modal .mt-radio-list .mt-checkbox.mt-radio-outline > span,
.modal.jstree-nested-modal .mt-radio-list .mt-radio.mt-checkbox-outline > span,
.modal.jstree-nested-modal .mt-radio-list .mt-radio.mt-radio-outline > span {
  margin-top: 3px;
  margin-left: 4px;
  border-radius: 10px;
}
.modal.jstree-nested-modal .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
.modal.jstree-nested-modal .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span,
.modal.jstree-nested-modal .mt-radio.mt-radio-outline > input:checked ~ span {
  background-color: #36c6d3;
  border-color: #36c6d3;
}
.modal.jstree-nested-modal .mt-radio > span:after {
  background: #ffffff;
}

.fileformats-filter {
  border-radius: 3px;
  margin-bottom: 10px;
  max-width: 500px;
}
.fileformats-filter .input-group-btn .btn {
  line-height: 1.42857;
  font-size: 16px;
  height: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fileformats-filter .select2-container--bootstrap .select2-selection {
  border-color: #ccc;
}
.fileformats-filter .select2-container--bootstrap .select2-selection--single {
  padding: 14px 24px 12px 12px;
  height: 50px;
  font-size: 15px;
}
.fileformats-filter .select2-container--bootstrap .select2-selection__choice {
  padding: 14px 24px 12px 12px;
}
.fileformats-filter .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #36c6d3;
}
.fileformats-filter .select2-selection__choice {
  font-size: 15px;
}
.fileformats-filter .select2-selection__choice .select2-selection__choice__remove {
  color: #484848;
  font-size: 20px;
  margin-right: 10px;
  line-height: 20px;
  float: left;
}
@media (max-width: 991px) {
  .fileformats-filter .select2-selection__choice {
    font-size: 12px;
  }
  .fileformats-filter .select2-selection__choice .select2-selection__choice__remove {
    font-size: 18px;
    line-height: 18px;
  }
  .fileformats-filter .select2-container--bootstrap .select2-selection--multiple {
    min-height: 40px;
  }
  .fileformats-filter .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    padding: 5px 8px 5px 6px;
  }
  .fileformats-filter .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .fileformats-filter .input-group-btn {
    display: block;
    width: 100%;
  }
  .fileformats-filter .input-group-btn .btn {
    width: 100%;
  }
}

.portlet.portlet-tabs.light {
  background-color: #FAFAFB;
  border: 1px solid #ddd;
}
.portlet.portlet-tabs > .portlet-title > .nav-tabs {
  float: left;
}
.portlet.portlet-tabs > .portlet-title > .nav-tabs > li > a {
  font-size: 16px;
}
.portlet.portlet-tabs > .portlet-title > .nav-tabs > li.active > a {
  font-weight: 600;
}
.portlet.portlet-tabs .inlinepopup {
  margin-bottom: 5px;
}
.portlet .portlet-footer {
  min-height: 48px;
  border-top: 1px solid #eee;
}
.portlet .portlet-footer > .btn {
  margin-top: 15px;
}
.portlet.light.portlet-fit > .portlet-title {
  margin-bottom: 0;
}
.portlet.light.portlet-fit > .portlet-body {
  padding: 15px 20px;
}

.div-table {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
}

.div-table-heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
  min-height: 40px;
}

.div-table-row {
  display: table-row;
}

.div-table-cell {
  display: table-cell;
  border: 1px solid #ddd;
  border-width: thin;
  padding-left: 12px;
  padding-right: 12px;
  height: 50px;
  vertical-align: middle;
}

.sources-comparator {
  max-width: 600px;
}
.sources-comparator .select2-container--bootstrap .select2-selection {
  border-color: #eee;
}
.sources-comparator .div-table {
  margin-bottom: 10px;
}
.sources-comparator .div-table-row.indent-level-1 .div-table-cell:first-child, .sources-comparator .div-table-row.indent-level-1 .div-table-cell:last-child {
  padding-left: 30px;
}
.sources-comparator .div-table-row.indent-level-2 .div-table-cell:first-child, .sources-comparator .div-table-row.indent-level-2 .div-table-cell:last-child {
  padding-left: 50px;
}

.tabbable-line.tabbable-theme > .nav-tabs {
  border: 1px solid #ddd;
  margin: 0 15px;
  text-align: center;
  padding: 4px 0;
  font-size: 0;
  border-radius: 4px;
}
.tabbable-line.tabbable-theme > .nav-tabs > li {
  position: relative;
  float: none;
  display: inline-block;
  border-bottom: 0;
  padding: 0 5px 0 4px;
}
.tabbable-line.tabbable-theme > .nav-tabs > li:after {
  position: absolute;
  height: 20px;
  content: "";
  width: 1px;
  background: #e7e7e7;
  right: 0;
  top: 50%;
  margin-top: -10px;
  overflow: hidden;
}
.tabbable-line.tabbable-theme > .nav-tabs > li:last-child:after {
  display: none;
}
.tabbable-line.tabbable-theme > .nav-tabs > li > a {
  color: #666;
  font-weight: 400;
  padding: 4px 15px 5px;
}
.tabbable-line.tabbable-theme > .nav-tabs > li.active {
  border-color: transparent;
}
.tabbable-line.tabbable-theme > .nav-tabs > li.active > a {
  color: #FFF;
  background-color: #32c5d2 !important;
  display: inline-block;
  border-radius: 3px;
}
.tabbable-line.tabbable-theme > .nav-tabs > li.active > a:hover {
  color: #FFF;
}
.tabbable-line.tabbable-theme > .nav-tabs > li:hover {
  border-color: transparent;
  cursor: pointer;
  position: relative;
}
.tabbable-line.tabbable-theme > .nav-tabs > li:hover a {
  color: #444;
}
.tabbable-line.tabbable-theme > .tab-content {
  border: none;
  padding: 10px 0;
}

/* New styles */
.table .btn {
  border-radius: 3px;
}

.table .btn.btn-validate.active {
  color: #fff !important;
  background-color: #1bbc9b !important;
  border-color: #1bbc9b !important;
}

.table .btn.btn-error.active {
  color: #fff !important;
  background-color: #e7505a !important;
  border-color: #e7505a !important;
}

.table .btn-group > .btn:last-child:not(:first-child),
.table .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}

.table .btn-group > .btn:last-child:not(:first-child) {
  margin-left: 5px;
}

.table .btn-group .btn {
  margin-left: 0;
}

.modal-compact-view {
  overflow: hidden;
  overflow-y: auto;
}

.modal .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}

.modal .close:hover {
  opacity: 1;
}

.modal .close:after,
.modal .close:before {
  position: absolute;
  left: 15px;
  top: 50%;
  content: " ";
  height: 20px;
  width: 2px;
  margin-top: -10px;
  background-color: #333;
}

.modal .close:before {
  transform: rotate(45deg);
}

.modal .close:after {
  transform: rotate(-45deg);
}

.monitor-thumb-body {
  padding-bottom: 15px;
}

.progress,
.progress-bar-gren {
  border-radius: 20px;
}

.progress-bar {
  color: #000;
  font-weight: 600;
}

.progress-bar-gren {
  box-shadow: none;
  background-color: #2de5a7;
}

.monitor-alert-buttons {
  margin-bottom: 15px;
}

/* Table design */
.table-theme table.table {
  margin-bottom: 10px;
}

.table-theme .dataTables_wrapper .dataTables_filter input {
  margin-left: 10px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  width: 145px !important;
  background-color: #fff;
  border: 1px solid #c2cad8;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.table-theme table.table.dataTable.no-footer {
  border-bottom-color: #e7ecf1;
}

.table-theme .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  margin-left: -1px;
  margin-bottom: 10px;
}

.table-theme .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table-theme .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #337ab7 !important;
  color: #FFF !important;
  border-color: #337ab7;
  border-radius: 0;
}

.table-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.table-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.table-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: 1px solid #ddd;
}

.table-theme .dataTables_wrapper .dataTables_paginate > .paginate_button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.table-theme .dataTables_wrapper .dataTables_paginate > .paginate_button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.table-theme.table-scrollable {
  border: none;
}

.table-theme.table-scrollable .btn-group {
  width: 160px;
}

.table-theme.table-scrollable .dataTable td > .btn-group, .table-scrollable .dataTable th > .btn-group {
  position: initial;
  margin-top: 0;
}

/* No Data Message */
.message_no-data {
  max-width: 400px;
  margin: 50px auto;
  text-align: center;
}

.message_no-data .icon__nodata {
  opacity: 0.75;
}

.message_no-data .icon__nodata > img {
  width: 80px;
  height: 80px;
}

.message_no-data h5 {
  font-size: 20px;
}

.modal-xlg {
  width: 90%;
}

@media (min-width: 992px) {
  .modal-xlg {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .modal-xlg {
    width: 90%;
  }
}
.table-fluid {
  width: 100% !important;
}

.panel-workflow {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14) !important;
  text-align: center;
  margin: 0 0 20px 0;
  border-radius: 0;
  border: none;
}
.panel-workflow > .panel-body {
  position: relative;
  padding: 25px 25px 35px 25px;
}
.panel-workflow > .panel-body:after {
  border-bottom: 5px solid #888;
  height: 5px;
  width: 100%;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 15px;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.panel-workflow > .panel-body:hover, .panel-workflow > .panel-body:focus {
  text-decoration: none;
}
.panel-workflow > .panel-body:hover:after, .panel-workflow > .panel-body:focus:after {
  border-bottom: 10px solid #2de5a7;
  height: 10px;
}
.panel-workflow > .panel-body:hover .app-grid-title, .panel-workflow > .panel-body:focus .app-grid-title {
  color: #2de5a7;
}
.panel-workflow .panel-badge {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 4px !important;
  font-size: 12px !important;
  height: auto;
  font-weight: 500;
  padding: 6px 20px;
  line-height: normal;
  background-color: rgba(40, 42, 60, 0.07);
  color: #000;
}
.panel-workflow .panel-icon {
  margin: 0 auto;
  width: 74px;
  height: 74px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  line-height: 74px;
}
.panel-workflow .panel-icon > img {
  width: 60px;
  height: 60px;
}
.panel-workflow .panel-title {
  font-size: 20px;
  font-weight: 600;
  color: #484848;
  margin-top: 20px;
}
.panel-workflow .panel-caption {
  color: #707070;
  font-size: 16px;
  margin-top: 5px;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.workflow-actions {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: inline-block;
}
.workflow-actions > li {
  float: left;
  margin: 3px;
}
.workflow-actions i {
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  padding: 0;
}
.workflow-actions i.workflow-icon__delete {
  background: url(../img/icons/icon_workflow-action_delete.svg);
}
.workflow-actions i.workflow-icon__linage {
  background: url(../img/icons/icon_workflow-action_linage.svg);
}
.workflow-actions i.workflow-icon__report {
  background: url(../img/icons/icon_workflow-action_report.svg);
}
.workflow-actions i.workflow-icon__run-workflow {
  background: url(../img/icons/icon_workflow-action_run-workflow.svg);
}
.workflow-actions i.workflow-icon__schema-mapping {
  background: url(../img/icons/icon_workflow-action_schema-mapping.svg);
}
.workflow-actions i.workflow-icon__re-configure {
  background: url(../img/icons/icon_workflow-action_re-configure-pipeline.svg);
}
.workflow-actions i.workflow-icon__delete, .workflow-actions i.workflow-icon__linage, .workflow-actions i.workflow-icon__report, .workflow-actions i.workflow-icon__run-workflow, .workflow-actions i.workflow-icon__schema-mapping, .workflow-actions i.workflow-icon__re-configure {
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 1259px) {
  .panel-workflow > .panel-body {
    padding: 15px 15px 25px 15px;
  }
  .panel-workflow .panel-badge {
    padding: 4px 10px;
    top: 10px;
    right: 10px;
  }
  .workflow-actions > li {
    margin: 0;
  }
}
/* Grid */
.row-sm {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row-sm > div[class^=col] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width: 991px) {
  .page-content-wrapper .page-content {
    padding: 0 !important;
  }
}
.modal-dialog {
  width: calc(100% - 20px);
}

@media (min-width: 575px) {
  .modal-dialog {
    width: 500px;
  }
}
/* Start: Modal Alert */
.modal-alert .modal-alert__icon {
  margin: 20px 0 10px;
  font-size: 46px;
  color: rgba(255, 255, 255, 0.5);
}
.modal-alert .modal-alert__text {
  margin-bottom: 30px;
}
.modal-alert .modal-alert__text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.modal-alert .modal-alert__text p {
  font-size: 14px;
  color: #CACADE;
  margin-top: 0;
}
.modal-alert .modal-alert__btn-group {
  padding: 25px 0 10px;
  border-top: 1px solid #553D17;
}

@media (max-width: 575.98px) {
  .modal-alert .modal-alert__icon {
    margin: 12px 0 10px;
    font-size: 40px;
  }
  .modal-alert .modal-alert__text {
    margin-bottom: 20px;
  }
  .modal-alert .modal-alert__text h4 {
    margin-bottom: 6px;
    font-size: 17px;
  }
  .modal-alert .modal-alert__text p {
    font-size: 13px;
  }
  .modal-alert .modal-alert__btn-group {
    padding: 20px 0 6px;
  }
}
/* End: Modal Alert */
/* HELPERS STYLE */
.w-100 {
  width: 100%;
}

.no-padding {
  padding: 0;
}

.bg-brand-green {
  background-color: #2de5a7;
}

.tbl-view {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.tbl-cell-view {
  display: table-cell;
  vertical-align: middle;
}

.va-m {
  vertical-align: middle;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-0 {
  margin-left: 0;
}

.mlr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mr-15 {
  margin-right: 15px;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pos-r {
  position: relative;
}

.well-del-btn-pos {
  position: absolute;
  right: 5px;
  top: 5px;
}

.scroll-y {
  overflow-y: auto;
}

.overflow-auto {
  overflow: auto !important;
}

.warning-loader {
  width: 30px;
  height: auto;
  margin-right: 15px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.alert-full-height {
  height: calc(100% - 20px);
}

.display-block {
  display: block;
}

.portlet-placeholder {
  min-height: 300px;
  text-align: center;
  padding: 80px 0 50px;
}
.portlet-placeholder img {
  opacity: 0.5;
  max-width: 180px;
}
.portlet-placeholder h4 {
  font-weight: 500;
  margin: 0;
}

.status-success {
  color: #fff;
  background-color: #28b62c;
  border-color: #28b62c;
}
.status-success:hover {
  color: #fff;
}

.status-warning {
  color: #fff;
  background-color: #ff851b;
  border-color: #ff851b;
}
.status-warning:hover {
  color: #fff;
}

.status-danger {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.status-danger:hover {
  color: #fff;
}

.has-selection-tick {
  position: relative;
  padding-right: 30px;
}
.has-selection-tick:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #888;
  border-radius: 30px;
}
.has-selection-tick:after {
  content: "\f00c";
  font-size: 17px;
  position: absolute;
  right: 6px;
  top: 4px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome, Arial, sans-serif;
}

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.text-white {
  color: #ffffff;
}

.text-primary {
  color: #8230c6;
}

/* ------------------------------ 
    DARK THEME STYLES
-------------------------------*/
/* start: ZCA Variables */
/* start: ZCA Variables */
.zca-theme {
  background: url("../img/bg_creative.png") top left repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  /* Start: Header */
  /* End: Header */
  /* Start: Main Content */
  /* End: Main Content */
  /* Start: Page Sidebar */
  /* End: Page Sidebar */
  /* Start: Table */
  /* End: Table */
  /* Start: Page Footer */
  /* End: Page Footer */
  /* Start: Modal */
  /* End: Modal */
  /* Start: Login */
  /* End: Login */
}
.zca-theme:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  background-size: cover;
  z-index: -1;
}
.zca-theme .page-header.navbar .theme-toggler:hover {
  background: #2A2A3C;
}
.zca-theme .page-header.navbar .theme-toggler .fa-moon {
  display: none;
}
.zca-theme .page-header.navbar .theme-toggler .fa-sun {
  display: inline-block;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover, .zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:focus {
  background-color: #2A2A3C;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
  background-color: #2A2A3C;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle:hover, .zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle:focus {
  background-color: #2A2A3C;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu {
  border-color: #1e1e2d;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
  border-bottom-color: #14191E;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before {
  border-bottom-color: #14191E;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu > li > a {
  color: #7F8B9C;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu > li > a [class*=" fa-"] {
  color: currentColor;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu > li > a:hover, .zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #2A2A3C;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
  border-color: #1E1E2D;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  color: #CDCDDE;
  border-bottom-color: #2B2B40 !important;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a:hover {
  background-color: #2A2A3C;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a .time {
  background-color: #36364b;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
  background-color: #1E1E2D;
}
.zca-theme .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external h3 {
  color: #fff;
}
.zca-theme .dropdown-menu {
  background-color: #14191E;
  color: #CDCDDE;
}
.zca-theme .dropdown-menu li.divider {
  background: #2B2B40;
}
@media (max-width: 767px) {
  .zca-theme .navbar-nav .open .dropdown-menu {
    background-color: #14191E;
  }
}
.zca-theme.page-container-bg-solid .page-content {
  background: transparent;
}
.zca-theme .media-list .media-list__title h2 {
  color: #fff;
}
.zca-theme .media-card .card-title {
  color: #fff;
}
.zca-theme .portlet.light {
  background-color: #280A51;
  border: 1px solid #553D17;
}
.zca-theme .portlet .portlet-title {
  border-bottom: 2px solid rgba(251, 167, 16, 0.25);
}
.zca-theme .portlet .portlet-title > .caption {
  color: #CE9530;
}
.zca-theme .select2-container--bootstrap .select2-selection {
  background-color: #1D0341;
  border-color: #481D83;
  color: #CDCDDE;
  box-shadow: none;
}
.zca-theme .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #CDCDDE;
}
.zca-theme .select2-container--bootstrap .select2-dropdown {
  background-color: #1D0341;
  border-color: #481D83;
}
.zca-theme .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  background-color: #1A0537;
  border: 1px solid #481D83;
  color: #CDCDDE;
}
.zca-theme .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #7657A2;
  color: #fff;
}
.zca-theme .select2-results__option {
  color: #CDCDDE;
}
.zca-theme .input-group-addon {
  background-color: #1D0341;
  border-color: #481D83;
  color: #CDCDDE;
}
.zca-theme .control-label {
  color: rgba(255, 255, 255, 0.75);
}
.zca-theme .form-control {
  background-color: #1D0341;
  border-color: #481D83;
  color: #CDCDDE;
}
.zca-theme .page-title-section h1 {
  color: #fff;
}
.zca-theme i.dark-mode {
  display: inline-block;
}
.zca-theme i.light-mode {
  display: none;
}
.zca-theme .mt-repeater .mt-repeater-item {
  border-bottom-color: #323248;
}
.zca-theme .page-sidebar {
  background-color: #1d1525;
}
.zca-theme.page-sidebar-closed.page-sidebar-fixed .page-sidebar, .zca-theme.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
  background-color: #1d1525;
}
.zca-theme .table-scrollable {
  border-color: #343A40;
}
.zca-theme .table-scrollable > .table {
  background-color: transparent;
  color: #fff;
  border-color: #343A40;
}
.zca-theme .table {
  border-color: #343A40;
  color: #ffffff;
}
.zca-theme .table.table-bordered > thead > tr > th {
  border-color: #343A40;
  background-color: #1E0046;
}
.zca-theme .table.table-bordered > tbody {
  background-color: transparent;
}
.zca-theme .table.table-bordered > tbody > tr > td {
  border-color: #343A40;
  background-color: transparent !important;
}
.zca-theme .table.table-bordered > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.zca-theme table.dataTable tbody tr {
  background-color: transparent;
}
.zca-theme .table-hover > tbody > tr:hover, .zca-theme .table-hover > tbody > tr:hover > td {
  background: transparent !important;
}
.zca-theme .dataTables_wrapper .dataTables_length, .zca-theme .dataTables_wrapper .dataTables_filter, .zca-theme .dataTables_wrapper .dataTables_info, .zca-theme .dataTables_wrapper .dataTables_processing, .zca-theme .dataTables_wrapper .dataTables_paginate {
  color: #CDCDDE;
}
.zca-theme.page-sidebar-fixed:not(.page-footer-fixed) .page-footer {
  background: #24292E;
}
.zca-theme.page-sidebar-fixed:not(.page-footer-fixed) .page-footer .page-footer-inner {
  color: #fff;
}
.zca-theme .modal .close:before, .zca-theme .modal .close:after {
  background-color: #fff;
}
.zca-theme .modal .modal-header {
  border-bottom: 2px solid rgba(251, 167, 16, 0.25);
}
.zca-theme .modal-content {
  background-color: #280A51;
  border-color: #553D17;
}
.zca-theme .modal-title {
  color: #CE9530;
}
.zca-theme .modal-footer {
  border-top-color: rgba(251, 167, 16, 0.25);
}
.zca-theme .modal-backdrop, .zca-theme .modal-backdrop.fade.in {
  background-color: #000 !important;
}
.zca-theme .modal-backdrop.in {
  opacity: 0.75;
}
.zca-theme .prelogin .prelogin-content {
  border: 1px solid #553D17;
  background-color: #1D1425;
}
.zca-theme .prelogin .prelogin-title {
  border-bottom: 2px solid rgba(251, 167, 16, 0.25);
}
.zca-theme .prelogin .prelogin-title .title {
  color: #CE9530;
}
.zca-theme .prelogin .form-control {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: transparent;
}

@media (max-width: 991px) {
  .page-container {
    background: transparent;
  }
}

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