@charset "UTF-8";
.left_col {
  background: linear-gradient(175deg, #2196f3 0%, #0e69c3 48%, #0a5aad 100%);
  box-shadow: 2px 0 20px rgba(14, 105, 195, 0.45); }

.nav-sm .container.body .col-md-3.left_col {
  width: 70px;
  padding: 0;
  z-index: 9999;
  position: absolute; }

.nav-sm .container.body .col-md-3.left_col.menu_fixed {
  position: fixed;
  height: 100%; }

.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
  overflow: visible; }

.nav-sm .hidden-small {
  visibility: hidden; }

.nav-sm .container.body .right_col {
  padding: 10px 20px;
  margin-left: 70px;
  z-index: 2; }

.nav-sm .navbar.nav_title {
  width: 70px; }

.nav-sm .navbar.nav_title a span {
  display: none; }

.nav-sm .navbar.nav_title a i {
  font-size: 27px;
  margin: 13px 0 0 3px; }

.site_title i {
  border: 1px solid #EAEAEA;
  padding: 5px 6px;
  border-radius: 50%; }

.nav-sm .main_container .top_nav {
  display: block;
  margin-left: 70px;
  z-index: 2; }

.nav-sm .nav.side-menu li a {
  text-align: center !important;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 5px; }

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
  border-right: none; }

.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
  position: static;
  width: 200px;
  background: none; }

.nav-sm > .nav.side-menu > li.active-sm > a {
  color: #ffffff !important;
  background: linear-gradient(180deg, #e67e22 0%, #f39c12 100%) !important;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(211, 84, 0, 0.38); }

.nav-sm .nav.side-menu li a i.toggle-up {
  display: none !important; }

.nav-sm .nav.side-menu li a > i.fa {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
  text-align: center;
  width: 36px !important;
  height: 36px !important;
  margin: 0 auto 4px !important;
  border-radius: 10px;
  background: linear-gradient(145deg, #f7b84a 0%, #f39c12 55%, #e67e22 100%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(211, 84, 0, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease; }

.nav-sm .nav.side-menu li a:hover > i.fa {
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(211, 84, 0, 0.42); }

.nav-sm .nav.side-menu li.active-sm > a > i.fa,
.nav-sm .nav.side-menu li.active > a > i.fa,
.nav-sm .nav.side-menu li.current-page > a > i.fa {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none; }

.nav-sm ul.nav.child_menu {
  left: 100%;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 4000;
  background: linear-gradient(175deg, #0e69c3 0%, #0a5aad 100%);
  border-radius: 0 10px 10px 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  display: none; }

.nav-sm ul.nav.child_menu li {
  padding: 0 10px; }

.nav-sm ul.nav.child_menu li a {
  text-align: left !important; }

.nav-sm .profile {
  display: none; }

.menu_section {
  margin-bottom: 30px;
  padding: 0 10px; }

.menu_section h3 {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 9px;
  margin-bottom: 6px;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  border-left: 3px solid #f39c12;
  transition: background 0.2s ease, border-color 0.2s ease; }

.menu_section h3:hover {
  background: rgba(0, 0, 0, 0.2);
  border-left-color: #fde68a; }

.menu_section > ul {
  margin-top: 10px; }

.profile_pic {
  width: 35%;
  float: left; }

.img-circle.profile_img {
  width: 70%;
  background: #fff;
  margin-left: 15%;
  z-index: 1000;
  position: inherit;
  margin-top: 20px;
  border: 3px solid #ffffff;
  padding: 3px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
  transition: border-color 0.25s ease; }

.img-circle.profile_img:hover {
  border-color: #e3f2fd; }

.profile_info {
  padding: 25px 10px 10px;
  width: 65%;
  float: left; }

.profile_info span {
  font-size: 11px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px; }

.profile_info h2 {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.profile.img_2 {
  text-align: center; }

.profile.img_2 .profile_pic {
  width: 100%; }

.profile.img_2 .profile_pic .img-circle.profile_img {
  width: 50%;
  margin: 10px 0 0; }

.profile.img_2 .profile_info {
  padding: 15px 10px 0;
  width: 100%;
  margin-bottom: 10px;
  float: left; }

.main_menu span.fa {
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.25s ease; }

.nav.side-menu > li > a:hover span.fa {
  color: #ffffff; }

.nav.side-menu > li > a > span.fa {
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease, transform 0.2s ease; }

.nav.side-menu > li > a:hover > span.fa {
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(1px); }

.nav.side-menu > li.active > a > span.fa,
.nav.side-menu > li.current-page > a > span.fa {
  color: #ffffff; }

.active a span.fa {
  text-align: right !important;
  margin-right: 4px; }

.nav-sm .menu_section {
  margin: 0; }

.nav-sm span.fa,
.nav-sm .menu_section h3 {
  display: none; }

.nav-sm li li span.fa {
  display: inline-block; }

.nav_menu {
  float: left;
  background: #EDEDED;
  border-bottom: 1px solid #D9DEE4;
  margin-bottom: 10px;
  width: 100%;
  position: relative; }

@media (min-width: 480px) {
  .nav_menu {
    position: static; } }
.nav-md .container.body .col-md-3.left_col {
  width: 230px;
  padding: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex; }

.nav-md .container.body .col-md-3.left_col.menu_fixed {
  height: 100%;
  position: fixed; }

body .container.body .right_col {
  background: var(--erp-page-bg, #e4e9ef);
  color: var(--erp-text, #3f4a59); }

.nav-md .container.body .right_col {
  padding: 10px 20px 0;
  margin-left: 230px; }

.nav_title {
  width: 230px;
  float: left;
  background: transparent;
  border-radius: 0;
  height: 57px; }

@media (max-width: 991px) {
  .nav-md .container.body .right_col, .nav-md .container.body .top_nav {
    width: 100%;
    margin: 0; }

  .nav-md .container.body .col-md-3.left_col {
    display: none; }

  .nav-md .container.body .right_col {
    width: 100%;
    padding-right: 0; }

  .right_col {
    padding: 10px !important; } }
@media (max-width: 1200px) {
  .x_title h2 {
    width: 62%;
    font-size: 17px; }

  .tile, .graph {
    zoom: 85%;
    height: inherit; } }
@media (max-width: 1270px) and (min-width: 192px) {
  .x_title h2 small {
    display: none; } }
.left_col .mCSB_scrollTools {
  width: 6px; }

.left_col .mCSB_dragger {
  max-height: 400px !important; }

/**  ------------------------------------------  **/
.blue {
  color: #3498DB; }

.purple {
  color: #9B59B6; }

.green {
  color: #1ABB9C; }

.aero {
  color: #9CC2CB; }

.red {
  color: #E74C3C; }

.dark {
  color: #34495E; }

.border-blue {
  border-color: #3498DB !important; }

.border-purple {
  border-color: #9B59B6 !important; }

.border-green {
  border-color: #1ABB9C !important; }

.border-aero {
  border-color: #9CC2CB !important; }

.border-red {
  border-color: #E74C3C !important; }

.border-dark {
  border-color: #34495E !important; }

.bg-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #73879C; }

.bg-green {
  background: #1ABB9C !important;
  border: 1px solid #1ABB9C !important;
  color: #fff; }

.bg-red {
  background: #E74C3C !important;
  border: 1px solid #E74C3C !important;
  color: #fff; }

.bg-blue {
  background: #3498DB !important;
  border: 1px solid #3498DB !important;
  color: #fff; }

.bg-orange {
  background: #F39C12 !important;
  border: 1px solid #F39C12 !important;
  color: #fff; }

.bg-purple {
  background: #9B59B6 !important;
  border: 1px solid #9B59B6 !important;
  color: #fff; }

.bg-blue-sky {
  background: #50C1CF !important;
  border: 1px solid #50C1CF !important;
  color: #fff; }

.container {
  width: 100%;
  padding: 0; }

.navbar-nav > li > a, .navbar-brand, .navbar-nav > li > a {
  color: #fff !important; }

.top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover, .top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover {
  background: #D9DEE4; }

body {
  color: #73879C;
  background: #2A3F54;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.471; }

.main_container .top_nav {
  display: block;
  margin-left: 230px; }

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

.page-title {
  width: 100%;
  height: 65px;
  padding: 10px 0; }

.page-title .title_left {
  width: 45%;
  float: left;
  display: block; }

.page-title .title_left h3 {
  margin: 9px 0; }

.page-title .title_right {
  width: 55%;
  float: left;
  display: block; }

.page-title .title_right .pull-right {
  margin: 10px 0; }

.fixed_height_320 {
  height: 320px; }

.fixed_height_390 {
  height: 390px; }

.fixed_height_200 {
  height: 200px; }

.overflow_hidden {
  overflow: hidden; }

.progress-bar-dark {
  background-color: #34495E !important; }

.progress-bar-gray {
  background-color: #BDC3C7 !important; }

table.no-margin .progress {
  margin-bottom: 0; }

.main_content {
  padding: 10px 20px; }

.col-md-55 {
  width: 50%;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .col-md-55 {
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-55 {
    width: 20%; } }
@media (min-width: 1200px) {
  .col-md-55 {
    width: 20%; } }
@media (min-width: 192px) and (max-width: 1270px) {
  table.tile_info span.right {
    margin-right: 7px;
    float: left; } }
.center-margin {
  margin: 0 auto;
  float: none !important; }

.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px; }

.row {
  margin-right: -10px;
  margin-left: -10px; }

.grid_slider .col-md-6 {
  padding: 0 40px; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px;
  margin-bottom: 10px; }

a {
  color: #5A738E;
  text-decoration: none; }

a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0; }

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

.navbar {
  margin-bottom: 0; }

.navbar-header {
  background: #34495E; }

.navbar-right {
  margin-right: 0; }

.top_nav .navbar-right {
  margin: 0;
  width: 70%;
  float: right; }

.top_nav .navbar-right li {
  display: inline-block;
  float: right;
  position: static; }

@media (min-width: 480px) {
  .top_nav .navbar-right li {
    position: relative; } }
.top_nav .dropdown-menu li {
  width: 100%; }

.top_nav .dropdown-menu li a {
  width: 100%;
  padding: 12px 20px; }

.top_nav li a i {
  font-size: 15px; }

.navbar-static-top {
  position: fixed;
  top: 0;
  width: 100%; }

.sidebar-header {
  border-bottom: 0;
  margin-top: 46px; }

.sidebar-header:first-of-type {
  margin-top: 0; }

.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer; }

.nav.side-menu > li > a {
  margin-bottom: 3px;
  border-radius: 10px;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease;
  padding: 10px 12px !important;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.94);
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 2px;
  text-shadow: none; }

.nav.side-menu > li > a:hover,
.nav.side-menu > li > a:focus {
  color: #ffffff !important;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: inset 3px 0 0 #f39c12, 0 2px 10px rgba(0, 0, 0, 0.12);
  transform: translateX(1px); }

.nav.child_menu {
  display: none;
  margin-top: 4px;
  padding-left: 6px; }

.nav.child_menu li:hover,
.nav.child_menu li.active {
  background: none;
  border-radius: 0; }
  
.nav.child_menu li a {
  padding: 8px 12px 8px 36px !important;
  transition: all 0.2s ease;
  border-radius: 8px;
  background: transparent;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 500;
  font-size: 12px; }
  
.nav.child_menu li a:hover {
  color: #ffffff !important;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(251, 191, 36, 0.3); }

.nav.child_menu li.active > a,
.nav.child_menu li.current-page > a {
  background: linear-gradient(90deg, #e67e22 0%, #f39c12 100%) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(211, 84, 0, 0.35); }

.nav.child_menu li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 2px; }

.nav-md ul.nav.child_menu li:before {
  background: #f39c12;
  bottom: auto;
  content: "";
  height: 6px;
  left: 18px;
  margin-top: 14px;
  position: absolute;
  right: auto;
  width: 6px;
  z-index: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(243, 156, 18, 0.25); }

.nav-md ul.nav.child_menu li:after {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  bottom: 0;
  content: "";
  left: 21px;
  position: absolute;
  top: 0;
  z-index: 0; }

.nav.child_menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  
.nav.side-menu > li > a > i.fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-radius: 9px;
  background: linear-gradient(145deg, #f7b84a 0%, #f39c12 55%, #e67e22 100%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(211, 84, 0, 0.32);
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }

.nav.side-menu > li > a:hover > i.fa {
  transform: scale(1.04);
  box-shadow: 0 3px 10px rgba(211, 84, 0, 0.42);
  border-color: rgba(255, 255, 255, 0.5); }

.nav.side-menu > li.active > a > i.fa,
.nav.side-menu > li.current-page > a > i.fa {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none; }

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
  background: none; }

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
  color: #fff; }

.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-right: none; }

.nav li.current-page {
  background: none; }

.nav li li li.current-page {
  background: none; }

.nav li li.current-page a {
  color: #ffffff !important;
  background: linear-gradient(90deg, #e67e22 0%, #f39c12 100%) !important;
  font-weight: 600; }

.nav.side-menu > li.active > a,
.nav.side-menu > li.current-page > a {
  background: linear-gradient(90deg, #e67e22 0%, #f39c12 55%, #f5a623 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 3px 12px rgba(211, 84, 0, 0.4), inset 3px 0 0 rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  font-weight: 600;
  transform: none; }

.nav.side-menu > li.active > a .parent_menue,
.nav.side-menu > li.current-page > a .parent_menue,
.nav.side-menu > li.active > a:hover .parent_menue,
.nav.side-menu > li.current-page > a:hover .parent_menue {
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
  font-weight: 600; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 13px 15px 12px; }

.navbar-brand, .navbar-nav > li > a {
  font-weight: 500;
  color: #ECF0F1 !important;
  margin-left: 0 !important;
  line-height: 32px; }

.site_title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  color: #ECF0F1 !important;
  margin-left: 0 !important;
  line-height: 59px;
  display: block;
  height: 55px;
  margin: 0;
  padding-left: 10px; }

.site_title:hover, .site_title:focus {
  text-decoration: none; }

.nav.navbar-nav > li > a {
  color: #515356 !important; }

.nav.top_menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #34495E !important; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }

.top_search {
  padding: 0; }

.top_search .form-control {
  border-right: 0;
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
  border-radius: 25px 0px 0px 25px;
  padding-left: 20px;
  border: 1px solid rgba(221, 226, 232, 0.49); }

.top_search .form-control:focus {
  border: 1px solid rgba(221, 226, 232, 0.49);
  border-right: 0; }

.top_search .input-group-btn button {
  border-radius: 0px 25px 25px 0px;
  border: 1px solid rgba(221, 226, 232, 0.49);
  border-left: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #93A2B2;
  margin-bottom: 0 !important; }

.toggle {
  float: left;
  margin: 0;
  padding-top: 16px;
  width: 70px; }

.toggle a {
  padding: 15px 15px 0;
  margin: 0;
  cursor: pointer; }

.toggle a i {
  font-size: 26px; }

.nav.child_menu > li > a {
  font-size: 12px; }

.panel_toolbox {
  float: right;
  min-width: 23px; }

.panel_toolbox > li {
  float: left;
  cursor: pointer; }

.panel_toolbox > li > a {
  padding: 5px;
  color: #C5C7CB;
  font-size: 14px; }

.panel_toolbox > li > a:hover {
  background: #F5F7FA; }

.line_30 {
  line-height: 30px; }

.main_menu_side {
  padding: 0; }

.bs-docs-sidebar .nav > li > a {
  display: block;
  padding: 4px 6px; }

footer {
  background: #ccc;
  padding: 15px 20px;
  display: block; }

.nav-sm footer {
  margin-left: 70px; }

.footer_fixed footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%; }

@media (min-width: 768px) {
  .footer_fixed footer {
    margin-left: 0; } }
@media (min-width: 768px) {
  .footer_fixed .nav-sm footer {
    margin-left: 0; } }
.tile-stats.sparkline {
  padding: 10px;
  text-align: center; }

.jqstooltip {
  background: #34495E !important;
  width: 30px !important;
  height: 22px !important;
  text-decoration: none; }

.tooltip {
  display: block !important; }

.tiles {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 5px;
  margin-bottom: 0; }

.tile {
  overflow: hidden; }

.top_tiles {
  margin-bottom: 0; }

.top_tiles .tile h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 3px 0 7px;
  font-weight: bold; }

article.media {
  width: 100%; }

*, *:before, *:after {
  box-sizing: border-box; }

/* *********  tables styling  ******************************* */
.bulk-actions {
  display: none; }

table.countries_list {
  width: 100%; }

table.countries_list td {
  padding: 0 10px;
  line-height: 30px;
  border-top: 1px solid #eeeeee; }

.dataTables_paginate a {
  padding: 6px 12px !important;
  background: #f1f5f9 !important;
  border-color: #e2e8f0 !important;
  border-radius: 4px !important;
  color: #475569 !important; }

.dataTables_paginate a.paginate_button.current,
.dataTables_paginate a.paginate_active,
.paging_full_numbers a.paginate_active {
  background-color: #0e69c3 !important;
  border-color: #0e69c3 !important;
  color: #fff !important; }

button.DTTT_button, div.DTTT_button, a.DTTT_button {
  border: 1px solid #E7E7E7 !important;
  background: #E7E7E7 !important;
  box-shadow: none !important; }

table.jambo_table {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff; }

table.jambo_table thead {
  background: linear-gradient(180deg, #0e69c3 0%, #0a5499 100%);
  color: #fff; }

table.jambo_table thead > tr > th {
  border-bottom: none !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  padding: 11px 12px;
  font-weight: 600;
  font-size: 13px;
  vertical-align: middle !important; }

table.jambo_table thead > tr > th.sorting,
table.jambo_table thead > tr > th.sorting_asc,
table.jambo_table thead > tr > th.sorting_desc,
table.jambo_table thead > tr > td.sorting,
table.jambo_table thead > tr > td.sorting_asc,
table.jambo_table thead > tr > td.sorting_desc {
  padding-right: 30px !important;
  position: relative; }

table.jambo_table tbody > tr > td {
  padding: 10px 12px !important;
  border-color: #e2e8f0 !important;
  color: #334155;
  font-size: 13px;
  vertical-align: middle !important; }

table.jambo_table.table-striped > tbody > tr:nth-of-type(odd) > td {
  background-color: #f8fafc; }

table.jambo_table.table-striped > tbody > tr:nth-of-type(even) > td {
  background-color: #fff; }

table.jambo_table tbody tr:hover td {
  background: #eff6ff !important;
  border-color: #dbeafe !important; }

table.jambo_table tbody tr.selected {
  background: rgba(14, 105, 195, 0.08); }

table.jambo_table tbody tr.selected td {
  border-color: rgba(14, 105, 195, 0.25) !important; }

table.jambo_table tbody > tr.notification-unread > td {
  background-color: #004085;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15) !important; }

table.jambo_table tbody > tr.notification-unread:hover > td {
  background-color: #003366 !important;
  color: #fff !important; }

.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1; }

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white; }

.dataTables_length {
  width: 40%;
  float: left; }

.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right; }

.dataTables_info {
  width: 60%;
  float: left; }

.dataTables_paginate {
  float: right;
  text-align: right; }

table.dataTable th.focus,
table.dataTable td.focus {
  outline: 2px solid #1ABB9C !important;
  outline-offset: -1px; }

table.display {
  margin: 0 auto;
  clear: both;
  width: 100%; }

table.display thead th {
  padding: 8px 18px 8px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer; }

table.display tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold; }

table.display tr.heading2 td {
  border-bottom: 1px solid #aaa; }

table.display td {
  padding: 3px 10px; }

table.display td.center {
  text-align: center; }

table.display thead th:active, table.display thead td:active {
  outline: none; }

.dataTables_scroll {
  clear: both; }

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.top .dataTables_info {
  float: none; }

.clear {
  clear: both; }

.dataTables_empty {
  text-align: center; }

tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444; }

tfoot input.search_init {
  color: #999; }

td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E; }

td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E; }

.example_alt_pagination div.dataTables_info {
  width: 40%; }

.paging_full_numbers {
  width: 400px;
  height: 22px;
  line-height: 22px; }

.paging_full_numbers a:active {
  outline: none; }

.paging_full_numbers a:hover {
  text-decoration: none; }

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer; }

.paging_full_numbers a.paginate_button {
  background-color: #f1f5f9;
  border-color: #e2e8f0;
  color: #475569; }

.paging_full_numbers a.paginate_button:hover {
  background-color: #e2e8f0;
  text-decoration: none !important; }

.paging_full_numbers a.paginate_active {
  background-color: #0e69c3;
  border-color: #0e69c3;
  color: #fff; }

table.display tr.even.row_selected td {
  background-color: #B0BED9; }

table.display tr.odd.row_selected td {
  background-color: #9FAFD1; }

/* *********  /tables styling  ****************************** */
/* *********  /dashboard widget  **************************** */
/* *********  widgets  *************************************** */
ul.msg_list li {
  background: #f7f7f7;
  padding: 5px 5px 0px 5px;
  display: -ms-flexbox;
  display: flex; 
  width: 100% !important;
  margin: 0 0 0;}

ul.msg_list li:last-child {
  padding: 10px; }

ul.msg_list li a {
  padding: 3px 5px !important; }

ul.msg_list li a .image img {
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  float: left;
  margin-right: 10px;
  width: 11%; }

ul.msg_list li a .time {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  right: 35px; }

ul.msg_list li a .message {
  display: block !important;
  font-size: 11px; }

.dropdown-menu.msg_list span {
  white-space: normal; }

.dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 9998;
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dropdown-menu > li > a {
  color: #5A738E; }

.navbar-nav .open .dropdown-menu {
  position: absolute;
  background: #fff;
  margin-top: 0;
  border: 1px solid #D9DEE4;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
  width: 220px; }

.navbar-nav .open .dropdown-menu.msg_list {
  width: 300px; }

.info-number .badge {
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  padding: 2px 6px;
  position: absolute;
  right: 2px;
  top: 8px; }

ul.to_do {
  padding: 0; }

ul.to_do li {
  background: #f3f3f3;
  border-radius: 3px;
  position: relative;
  padding: 7px;
  margin-bottom: 5px;
  list-style: none; }

ul.to_do p {
  margin: 0; }

.dashboard-widget {
  background: #f6f6f6;
  border-top: 5px solid #79C3DF;
  border-radius: 3px;
  padding: 5px 10px 10px; }

.dashboard-widget .dashboard-widget-title {
  font-weight: normal;
  border-bottom: 1px solid #c1cdcd;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  padding-left: 40px;
  line-height: 30px; }

.dashboard-widget .dashboard-widget-title i {
  font-size: 100%;
  margin-left: -35px;
  margin-right: 10px;
  color: #33a1c9;
  padding: 3px 6px;
  border: 1px solid #abd9ea;
  border-radius: 5px;
  background: #fff; }

ul.quick-list {
  width: 45%;
  padding-left: 0;
  display: inline-block; }

ul.quick-list li {
  padding-left: 10px;
  list-style: none;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

ul.quick-list li i {
  padding-right: 10px;
  color: #757679; }

.dashboard-widget-content {
  padding-top: 9px; }

.dashboard-widget-content .sidebar-widget {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #abd9ea;
  border-radius: 5px;
  text-align: center;
  float: right;
  padding: 2px;
  margin-top: 10px; }

.widget_summary {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.widget_summary .w_left {
  float: left;
  text-align: left; }

.widget_summary .w_center {
  float: left; }

.widget_summary .w_right {
  float: left;
  text-align: right; }

.widget_summary .w_right span {
  font-size: 20px; }

.w_20 {
  width: 20%; }

.w_25 {
  width: 25%; }

.w_55 {
  width: 55%; }

h5.graph_title {
  text-align: left;
  margin-left: 10px; }

h5.graph_title i {
  margin-right: 10px;
  font-size: 17px; }

span.right {
  float: right;
  font-size: 14px !important; }

.tile_info a {
  text-overflow: ellipsis; }

.sidebar-footer {
  bottom: 0px;
  clear: both;
  display: block;
  padding: 5px 0 0 0;
  position: fixed;
  width: 230px;
  background: #2A3F54; }

.sidebar-footer a {
  padding: 7px 0 3px;
  text-align: center;
  width: 25%;
  font-size: 17px;
  display: block;
  float: left;
  background: #172D44; }

.sidebar-footer a:hover {
  background: #425567; }

a.user-profile {
  color: #5E6974 !important; }

.user-profile img {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin-right: 10px; }

/* *********  /widgets  *************************************** */
.main_menu .fa {
  width: 26px;
  opacity: .99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* *********  form design  **************************** */
.editor.btn-toolbar {
  zoom: 1;
  background: #F7F7F7;
  margin: 5px 2px;
  padding: 3px 0;
  border: 1px solid #EFEFEF; }

.input-group {
  margin-bottom: 10px; }

.ln_solid {
  border-top: 1px solid #394d69;
  color: #ffffff;
  background-color: #394d69;
  height: 1px;
  margin: 20px 0; }

span.section {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.form-control {
  border-radius: 0;
  width: 100%; }

.form-horizontal .control-label {
  padding-top: 8px; }

.form-control:focus {
  border-color: #CCD0D7;
  box-shadow: none !important; }

legend {
  font-size: 18px;
  color: inherit; }

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0; }

.form-control-feedback {
  margin-top: 8px;
  height: 23px;
  color: #bbb;
  line-height: 24px;
  font-size: 15px; }

.form-control-feedback.left {
  border-right: 1px solid #ccc;
  left: 13px; }

.form-control-feedback.right {
  border-left: 1px solid #ccc;
  right: 13px; }

.form-control.has-feedback-left {
  padding-left: 45px; }

.form-control.has-feedback-right {
  padding-right: 45px; }

.form-group {
  margin-bottom: 10px; }

.validate {
  margin-top: 10px; }

.invalid-form-error-message {
  margin-top: 10px;
  padding: 5px; }

.invalid-form-error-message.filled {
  border-left: 2px solid #E74C3C; }

p.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

p.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

ul.parsley-errors-list {
  list-style: none;
  color: #E74C3C;
  padding-left: 0; }

input.parsley-error, textarea.parsley-error, select.parsley-error {
  background: #FAEDEC;
  border: 1px solid #E85445; }

.btn-group .parsley-errors-list {
  display: none; }

.bad input, .bad select, .bad textarea {
  border: 1px solid #CE5454;
  box-shadow: 0 0 4px -2px #CE5454;
  position: relative;
  left: 0;
  -moz-animation: .7s 1 shake linear;
  -webkit-animation: 0.7s 1 shake linear; }

.item input, .item textarea {
  transition: 0.42s; }

/* alerts (when validation fails) */
.item .alert {
  float: left;
  margin: 0 0 0 20px;
  padding: 3px 10px;
  color: #FFF;
  border-radius: 3px 4px 4px 3px;
  background-color: #CE5454;
  max-width: 170px;
  white-space: pre;
  position: relative;
  left: -15px;
  opacity: 0;
  z-index: 1;
  transition: 0.15s ease-out; }

.item .alert::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #CE5454 transparent transparent;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: -13px;
  top: 1px; }

.item.bad .alert {
  left: 0;
  opacity: 1; }

.inl-bl {
  display: inline-block; }

.well .markup {
  background: #fff;
  color: #777;
  position: relative;
  padding: 45px 15px 15px;
  margin: 15px 0 0 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: none; }

.well .markup::after {
  content: "Example";
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* ***** autocomplete ***** */
.autocomplete-suggestions {
  border: 1px solid #e4e4e4;
  background: #F4F4F4;
  cursor: default;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 2px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #f0f0f0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-weight: bolder; }

/* ***** /autocomplete *****/
/* ***** buttons ********/
.btn {
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 14px;
  line-height: 1.4;
  border: 1px solid transparent;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .1s ease;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06); }

.btn .fa {
  margin-right: 5px; }

a.btn-success, a.btn-primary, a.btn-warning, a.btn-danger, a.btn-info {
  color: #fff; }

a.btn-default {
  color: #475569; }

.btn-primary {
  background: linear-gradient(180deg, #1280e0 0%, #0e69c3 100%);
  border-color: #0a5499;
  color: #fff; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: linear-gradient(180deg, #0e69c3 0%, #0a5499 100%);
  border-color: #084880;
  color: #fff;
  box-shadow: 0 2px 6px rgba(14, 105, 195, 0.3); }

.btn-primary:active,
.btn-primary.active {
  transform: translateY(1px);
  box-shadow: none; }

.btn-success {
  background: linear-gradient(180deg, #2dd4a8 0%, #26B99A 100%);
  border: 1px solid #169F85;
  color: #fff; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background: #169F85;
  border-color: #12806a;
  color: #fff;
  box-shadow: 0 2px 6px rgba(38, 185, 154, 0.3); }

.btn-dark {
  color: #E9EDEF;
  background-color: #4B5F71;
  border-color: #364B5F; }

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
  color: #FFFFFF;
  background-color: #394D5F;
  border-color: #394D5F; }

.btn-round {
  border-radius: 30px; }

.btn.btn-app {
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 12px; }

.btn.btn-app > .fa, .btn.btn-app > .glyphicon, .btn.btn-app > .ion {
  font-size: 20px;
  display: block; }

.btn.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa; }

.btn.btn-app:active, .btn.btn-app:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400; }

/* ***** /buttons *******/
/* *********  /form design  **************************** */
/* *********  form textarea  **************************** */
textarea {
  padding: 10px;
  vertical-align: top;
  width: 200px; }

textarea:focus {
  outline-style: solid;
  outline-width: 2px; }

.btn_ {
  display: inline-block;
  padding: 3px 9px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* *********  /form textarea  **************************** */
/** Tabs **/
ul.bar_tabs {
  overflow: visible;
  background: #F5F7FA;
  height: 25px;
  margin: 21px 0 14px;
  padding-left: 14px;
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #E6E9ED; }

ul.bar_tabs > li {
  border: 1px solid #E6E9ED;
  color: #333 !important;
  margin-top: -17px;
  margin-left: 8px;
  background: #fff;
  border-bottom: none;
  border-radius: 4px 4px 0 0; }

ul.bar_tabs > li.active {
  border-right: 6px solid #D3D6DA;
  border-top: 0;
  margin-top: -15px; }

ul.bar_tabs > li a {
  padding: 10px 17px;
  background: #F5F7FA;
  margin: 0;
  border-top-right-radius: 0; }

ul.bar_tabs > li a:hover {
  border: 1px solid transparent; }

ul.bar_tabs > li.active a {
  border-bottom: none; }

ul.bar_tabs.right {
  padding-right: 14px; }

ul.bar_tabs.right li {
  float: right; }

a:focus {
  outline: none; }

/** /Tabs **/
/* *********  widgets  **************************** */
.dashboard_graph .x_title {
  padding: 5px 5px 7px; }

.dashboard_graph .x_title h3 {
  margin: 0;
  font-weight: normal; }

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center; }

.chart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 18px; }

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em; }

.angular {
  margin-top: 100px; }

.angular .chart {
  margin-top: 0; }

.widget {
  min-width: 250px;
  max-width: 310px; }

.widget_tally_box .btn-group button {
  text-align: center; }

.widget_tally_box .btn-group button {
  color: inherit;
  font-weight: 500;
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7; }

ul.widget_tally, ul.widget_tally li {
  width: 100%; }

ul.widget_tally li {
  padding: 2px 10px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 4px; }

ul.widget_tally .month {
  width: 70%;
  float: left; }

ul.widget_tally .count {
  width: 30%;
  float: left;
  text-align: right; }

.pie_bg {
  border-bottom: 1px solid rgba(101, 204, 182, 0.16);
  padding-bottom: 15px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding-bottom: 10px;
  box-shadow: 0 4px 6px -6px #222; }

.widget_tally_box .flex {
  display: -ms-flexbox;
  display: flex; }

ul.widget_profile_box {
  width: 100%;
  height: 42px;
  padding: 3px;
  background: #ececec;
  margin-top: 40px;
  margin-left: 1px; }

ul.widget_profile_box li:first-child {
  width: 25%;
  float: left; }

ul.widget_profile_box li:first-child a {
  float: left; }

ul.widget_profile_box li:last-child {
  width: 25%;
  float: right; }

ul.widget_profile_box li:last-child a {
  float: right; }

ul.widget_profile_box li a {
  font-size: 22px;
  text-align: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(52, 73, 94, 0.44);
  display: block;
  border-radius: 50%;
  padding: 0px; }

ul.widget_profile_box li a:hover {
  color: #1ABB9C !important;
  border: 1px solid #26b99a; }

ul.widget_profile_box li .profile_img {
  width: 85px;
  height: 85px;
  margin: 0;
  margin-top: -28px; }

.widget_tally_box p, .widget_tally_box span {
  text-align: center; }

.widget_tally_box .name {
  text-align: center;
  margin: 25px; }

.widget_tally_box .name_title {
  text-align: center;
  margin: 5px; }

.widget_tally_box ul.legend {
  margin: 0; }

.widget_tally_box ul.legend p, .widget_tally_box ul.legend span {
  text-align: left; }

.widget_tally_box ul.legend li .icon {
  font-size: 20px;
  float: left;
  width: 14px; }

.widget_tally_box ul.legend li .name {
  font-size: 14px;
  margin: 5px 0 0 14px;
  text-overflow: ellipsis;
  float: left; }

.widget_tally_box ul.legend p {
  display: inline-block;
  margin: 0; }

.widget_tally_box ul.verticle_bars li {
  height: 140px;
  width: 23%; }

.widget .verticle_bars li .progress.vertical.progress_wide {
  width: 65%; }

ul.count2 {
  width: 100%;
  margin-left: 1px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 10px 0; }

ul.count2 li {
  width: 30%;
  text-align: center; }

ul.count2 li h3 {
  font-weight: 400;
  margin: 0; }

ul.count2 li span {
  font-weight: 300; }

/* *********  /widgets  **************************** */
.divider {
  border-bottom: 1px solid #ddd;
  margin: 10px; }

.divider-dashed {
  border-top: 1px dashed #e7eaec;
  background-color: #ffffff;
  height: 1px;
  margin: 10px 0; }

ul.messages {
  padding: 0;
  list-style: none; }

ul.messages li, .tasks li {
  border-bottom: 1px dotted #e6e6e6;
  padding: 8px 0; }

ul.messages li img.avatar, img.avatar {
  height: 32px;
  width: 32px;
  float: left;
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6; }

ul.messages li .message_date {
  float: right;
  text-align: right; }

ul.messages li .message_wrapper {
  margin-left: 50px;
  margin-right: 40px; }

ul.messages li .message_wrapper h4.heading {
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 100%; }

ul.messages li .message_wrapper blockquote {
  padding: 0px 10px;
  margin: 0;
  border-left: 5px solid #eee; }

ul.user_data li {
  margin-bottom: 6px; }

ul.user_data li p {
  margin-bottom: 0; }

ul.user_data li .progress {
  width: 90%; }

.project_progress .progress {
  margin-bottom: 3px !important;
  margin-top: 5px; }

.projects .list-inline {
  margin: 0; }

.profile_title {
  background: #F5F7FA;
  border: 0;
  padding: 7px 0;
  display: -ms-flexbox;
  display: flex; }

ul.stats-overview {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px; }

ul.stats-overview li {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  width: 30%;
  font-size: 14px;
  border-right: 1px solid #e8e8e8; }

ul.stats-overview li:last-child {
  border-right: 0; }

ul.stats-overview li .name {
  font-size: 12px; }

ul.stats-overview li .value {
  font-size: 14px;
  font-weight: bold;
  display: block; }

ul.stats-overview li:first-child {
  padding-left: 0; }

ul.project_files li {
  margin-bottom: 5px; }

ul.project_files li a i {
  width: 20px; }

.project_detail p {
  margin-bottom: 10px; }

.project_detail p.title {
  font-weight: bold;
  margin-bottom: 0; }

.avatar img {
  border-radius: 50%;
  max-width: 45px; }

/* *********  pricing  **************************** */
.pricing {
  background: #fff; }

.pricing .title {
  background: #1ABB9C;
  height: 110px;
  color: #fff;
  padding: 15px 0 0;
  text-align: center; }

.pricing .title h2 {
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-weight: 400; }

.pricing .title h1 {
  font-size: 30px;
  margin: 12px; }

.pricing .title span {
  background: rgba(51, 51, 51, 0.28);
  padding: 2px 5px; }

.pricing_features {
  background: #FAFAFA;
  padding: 20px 15px;
  min-height: 230px;
  font-size: 13.5px; }

.pricing_features ul li {
  margin-top: 10px; }

.pricing_footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.pricing_footer p {
  font-size: 13px;
  padding: 10px 0 2px;
  display: block; }

.ui-ribbon-container {
  position: relative; }

.ui-ribbon-container .ui-ribbon-wrapper {
  position: absolute;
  overflow: hidden;
  width: 85px;
  height: 88px;
  top: -3px;
  right: -3px; }

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
  background-color: #5b90bf; }

.ui-ribbon-container .ui-ribbon {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transform: rotate(45deg);
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #555;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after, .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
  border-top: 2px solid #5b90bf; }

.ui-ribbon-container .ui-ribbon:before {
  left: 0;
  bottom: -1px; }

.ui-ribbon-container .ui-ribbon:before {
  right: 0; }

.ui-ribbon-container .ui-ribbon:after, .ui-ribbon-container .ui-ribbon:before {
  position: absolute;
  content: " ";
  line-height: 0;
  border-top: 2px solid #555;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent; }

/* *********  /pricing  **************************** */
.clearfix:after, form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/** Select2 **/
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  min-height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #73879C;
  padding-top: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-top: 3px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 2px;
  border: none;
  border-radius: 0;
  padding: 3px 5px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ccc; }

/** /Select2 **/

.dropdown-menu a {
  cursor: pointer; }
/** Normalize.css **/
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/** /Normalize.css **/
/** bootstrap-progressbar  **/
.progress {
  border-radius: 0; }

.progress-bar-info {
  background-color: #3498DB; }

.progress-bar-success {
  background-color: #26B99A; }

.progress_summary .progress {
  margin: 5px 0 12px !important; }

.progress_summary .row {
  margin-bottom: 5px; }

.progress_summary .row .col-xs-2 {
  padding: 0; }

.progress_summary .more_info span {
  text-align: right;
  float: right; }

.progress_summary .data span {
  text-align: right;
  float: right; }

.progress_summary p {
  margin-bottom: 3px;
  width: 100%; }

.progress_title .left {
  float: left;
  text-align: left; }

.progress_title .right {
  float: right;
  text-align: right;
  font-weight: 300; }

.progress.progress_sm {
  border-radius: 0;
  margin-bottom: 18px;
  height: 10px !important; }

.progress.progress_sm .progress-bar {
  height: 10px !important; }

.dashboard_graph p {
  margin: 0 0 4px; }

ul.verticle_bars {
  width: 100%; }

ul.verticle_bars li {
  width: 23%;
  height: 200px;
  margin: 0; }

.progress.vertical.progress_wide {
  width: 35px; }

/** bootstrap-progressbar  **/
/** PNotify **/
.alert-success {
  color: #ffffff;
  background-color: rgba(38, 185, 154, 0.88);
  border-color: rgba(38, 185, 154, 0.88); }

.alert-info {
  color: #E9EDEF;
  background-color: rgba(52, 152, 219, 0.88);
  border-color: rgba(52, 152, 219, 0.88); }

.alert-warning {
  color: #E9EDEF;
  background-color: rgba(243, 156, 18, 0.88);
  border-color: rgba(243, 156, 18, 0.88); }

.alert-danger,
.alert-error {
  color: #E9EDEF;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88); }

.ui-pnotify.dark .ui-pnotify-container {
  color: #E9EDEF;
  background-color: rgba(52, 73, 94, 0.88);
  border-color: rgba(52, 73, 94, 0.88); }

/** /PNotify **/
/** bootstrap-daterangepicker **/
/* Farhad: center table headers */
table thead th {
  text-align: center !important;
  vertical-align: middle !important;
}

/** FullCalendar **/
.fc-state-default {
  background: #f5f5f5;
  color: #73879C; }

.fc-state-down,
.fc-state-active {
  color: #333;
  background: #ccc; }

/** /FullCalendar **/

/** Enhanced Sidebar Menu Styles **/
.sidebar-profile {
  margin: 60px 10px 8px;
  padding: 0;
  float: none;
  clear: both;
  background: none;
  border: none;
  box-shadow: none; }

.sidebar-profile__card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14), 0 1px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-left: 3px solid #f39c12;
  transition: box-shadow 0.25s ease, transform 0.25s ease; }

.sidebar-profile__card:hover {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px); }

.sidebar-profile__avatar {
  flex-shrink: 0;
  position: relative; }

.sidebar-profile__img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f39c12;
  padding: 2px;
  background: #fff;
  display: block; }

.sidebar-profile__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px; }

.sidebar-profile__label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #e67e22;
  line-height: 1.2; }

.sidebar-profile__name {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.sidebar-push-prompt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 230px;
  padding: 10px 12px 14px;
  z-index: 1002;
  box-sizing: border-box;
  isolation: isolate; }

.sidebar-push-prompt__card {
  position: relative;
  z-index: 1;
  background: linear-gradient(160deg, #e98c0c 0%, #f39c12 45%, #d35400 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 10px 28px rgba(211, 84, 0, 0.45), 0 2px 8px rgba(0, 0, 0, 0.18); }

.sidebar-push-prompt__header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); }

.sidebar-push-prompt__icon-wrap {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #fff4e0;
  border: 2px solid #f39c12;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(211, 84, 0, 0.2); }

.sidebar-push-prompt__icon-wrap .fa {
  display: inline-block;
  font-size: 16px !important;
  line-height: 1;
  color: #d35400 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sidebar-push-prompt__text {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #1e293b !important;
  font-weight: 700; }

.sidebar-push-prompt__actions {
  display: flex;
  gap: 8px; }

.sidebar-push-prompt__btn {
  flex: 1;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease; }

.sidebar-push-prompt__btn:active {
  transform: translateY(1px); }

.sidebar-push-prompt__btn--dismiss {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff !important; }

.sidebar-push-prompt__btn--dismiss:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #ffffff;
  color: #ffffff !important; }

.sidebar-push-prompt__btn--enable {
  background: #ffffff;
  color: #0e69c3 !important;
  border-color: #ffffff;
  box-shadow: 0 2px 8px rgba(14, 105, 195, 0.24); }

.sidebar-push-prompt__btn--enable:hover {
  background: #f0f7ff;
  border-color: #ffffff;
  color: #0a5aad !important; }

.left_col.scroll-view.has-push-prompt {
  padding-bottom: 148px; }

.nav-sm .sidebar-push-prompt {
  display: none !important; }

@media (max-width: 991px) {
  .sidebar-push-prompt {
    display: none !important; }

  .left_col.scroll-view.has-push-prompt {
    padding-bottom: 0; } }

.left_col.scroll-view {
  background: linear-gradient(175deg, #2196f3 0%, #0e69c3 48%, #0a5aad 100%);
  position: relative; }

.left_col.scroll-view::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  pointer-events: none;
  opacity: 0.35; }

.parent_menue {
  flex: 1;
  transition: color 0.2s ease;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 500;
  line-height: 1.35; }

.nav.side-menu > li > a:hover .parent_menue {
  color: #ffffff;
  font-weight: 500; }

.nav.side-menu > li.current-page > a,
.nav.side-menu > li.active > a {
  padding-left: 12px !important; }

.nav.child_menu {
  padding-left: 0;
  margin-top: 5px; }

.nav.child_menu li a {
  font-size: 12px;
  padding: 8px 12px 8px 36px !important; }

/* Smooth scrollbar styling */
.left_col .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 3px; }

.left_col .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.75); }

/* Menu section divider */
.menu_section:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 16px;
  margin-top: 16px; }

.nav_title--brand {
  border: 0; }

.site_title--logo {
  height: 110px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); }

.site_title__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: -10px; }


.top-nav__app-download {
  height: 50px;
  margin-top: 4px;
  cursor: pointer; }

/** ERP global section containers — eye-comfort palette (all modules) **/
:root {
  --erp-page-bg: #e4e9ef;
  --erp-section-bg: #f8f7f4;
  --erp-section-border: #d5dce6;
  --erp-section-radius: 10px;
  --erp-section-shadow: 0 1px 3px rgba(30, 41, 59, 0.06);
  --erp-section-shadow-hover: 0 4px 14px rgba(30, 41, 59, 0.08);
  --erp-text: #3f4a59;
  --erp-heading: #2c3440;
  --erp-muted: #64748b;
  --erp-table-head-bg: #eef2f6;
  --erp-table-row-alt: #f4f6f9;
  --erp-table-row-hover: #e8f0fa;
  --erp-tab-inactive-bg: #eef1f5;
  --erp-tab-active-bg: #5b7fa6;
  --erp-tab-active-text: #fff;
  --erp-tab-accent: #3d5f82;
  --erp-profile-banner: #3d4a5c; }

.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 20px;
  display: inline-block;
  background: var(--erp-section-bg);
  border: 1px solid var(--erp-section-border);
  border-radius: var(--erp-section-radius);
  box-shadow: var(--erp-section-shadow);
  transition: box-shadow 0.2s ease; }

.x_panel:hover {
  box-shadow: var(--erp-section-shadow-hover); }

.x_title {
  border-bottom: 1px solid var(--erp-section-border);
  padding: 0 4px 12px;
  margin-bottom: 14px; }

.x_title .filter {
  width: 40%;
  float: right; }

.x_title h2 {
  margin: 4px 0 0;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  color: var(--erp-heading); }

.x_title h2 small {
  margin-left: 10px; }

.x_title span {
  color: var(--erp-muted); }

.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px; }

.x_content h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--erp-heading); }

.well,
.panel,
.panel-default {
  background: var(--erp-section-bg);
  border-color: var(--erp-section-border);
  color: var(--erp-text); }

.panel-default > .panel-heading {
  background: var(--erp-table-head-bg);
  border-color: var(--erp-section-border);
  color: var(--erp-heading); }

.rounded-well {
  background: var(--erp-section-bg);
  border: 1px solid var(--erp-section-border);
  box-shadow: var(--erp-section-shadow); }

.card.social {
  background: transparent;
  border: none;
  margin-bottom: 16px;
  box-shadow: none; }

.social .profile-header {
  border-radius: var(--erp-section-radius);
  background: var(--erp-profile-banner);
  color: #f1f5f9;
  padding: 20px;
  box-shadow: var(--erp-section-shadow); }

.social .profile-header h5,
.social .profile-header p {
  color: #f1f5f9; }

.tab-content {
  padding-top: 4px; }

.tab-content > .tab-pane {
  background: transparent; }

.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px; }

.tabs-left {
  border-right: 1px solid var(--erp-section-border); }

.tabs-right {
  border-left: 1px solid var(--erp-section-border); }

.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 4px; }

.tabs-left > li {
  margin-right: -1px; }

.tabs-right > li {
  margin-left: -1px; }

.tabs-left > li > a,
.tabs-right > li > a {
  border-radius: 6px 0 0 6px;
  margin-right: 0;
  display: block;
  background: var(--erp-tab-inactive-bg);
  color: var(--erp-text);
  border: 1px solid var(--erp-section-border);
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500; }

.tabs-left > li > a .fa,
.tabs-left > li > a i,
.tabs-right > li > a .fa,
.tabs-right > li > a i {
  color: var(--erp-muted); }

.tabs-right > li > a {
  border-radius: 0 6px 6px 0; }

.nav.nav-tabs.tabs-left > li.active > a,
.nav.nav-tabs.tabs-left > li.active > a:hover,
.nav.nav-tabs.tabs-left > li.active > a:focus,
.nav.nav-tabs.tabs-right > li.active > a,
.nav.nav-tabs.tabs-right > li.active > a:hover,
.nav.nav-tabs.tabs-right > li.active > a:focus,
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus,
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  background-color: var(--erp-tab-active-bg);
  color: var(--erp-tab-active-text);
  border-color: var(--erp-tab-active-bg);
  font-weight: 600;
  box-shadow: inset 4px 0 0 var(--erp-tab-accent), 0 2px 6px rgba(30, 41, 59, 0.12); }

.nav.nav-tabs.tabs-left > li.active > a .fa,
.nav.nav-tabs.tabs-left > li.active > a i,
.nav.nav-tabs.tabs-right > li.active > a .fa,
.nav.nav-tabs.tabs-right > li.active > a i,
.tabs-left > li.active > a .fa,
.tabs-left > li.active > a i,
.tabs-right > li.active > a i,
.tabs-right > li.active > a .fa {
  color: var(--erp-tab-active-text); }

.nav.nav-tabs.tabs-left > li.active > a,
.nav.nav-tabs.tabs-left > li.active > a:hover,
.nav.nav-tabs.tabs-left > li.active > a:focus,
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: var(--erp-tab-active-bg);
  border-right-color: transparent; }

.nav.nav-tabs.tabs-right > li.active > a,
.nav.nav-tabs.tabs-right > li.active > a:hover,
.nav.nav-tabs.tabs-right > li.active > a:focus,
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid var(--erp-tab-active-bg);
  border-left-color: transparent;
  box-shadow: inset -4px 0 0 var(--erp-tab-accent), 0 2px 6px rgba(30, 41, 59, 0.12); }

.profile_details .profile_view {
  display: inline-block;
  padding: 10px 0 0;
  background: var(--erp-section-bg);
  border: 1px solid var(--erp-section-border);
  border-radius: var(--erp-section-radius); }

.profile_details .profile_view .bottom {
  background: var(--erp-table-head-bg);
  padding: 9px 0;
  border-top: 1px solid var(--erp-section-border); }

/* ERP tables & DataTables controls */
.x_panel .table-responsive {
  margin-top: 4px; }

.x_panel .table:not(.jambo_table) {
  border: 1px solid var(--erp-section-border);
  border-radius: 6px;
  overflow: hidden;
  background: var(--erp-section-bg); }

.x_panel .table:not(.jambo_table) > thead > tr > th {
  background: var(--erp-table-head-bg);
  color: var(--erp-heading);
  border-bottom: 2px solid var(--erp-section-border) !important;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 13px; }

.x_panel .table:not(.jambo_table) > tbody > tr > td {
  padding: 9px 12px;
  border-color: var(--erp-section-border) !important;
  color: var(--erp-text);
  font-size: 13px; }

.x_panel .table:not(.jambo_table).table-striped > tbody > tr:nth-of-type(odd) > td {
  background-color: var(--erp-table-row-alt); }

.x_panel .table:not(.jambo_table) > tbody > tr:hover > td {
  background-color: var(--erp-table-row-hover); }

div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 5px 10px;
  height: 34px;
  background: #fff;
  color: #334155;
  box-shadow: none; }

div.dataTables_wrapper div.dataTables_length select:focus,
div.dataTables_wrapper div.dataTables_filter input:focus {
  border-color: #0e69c3;
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 105, 195, 0.12); }

div.dataTables_wrapper div.dataTables_info {
  color: #64748b;
  font-size: 13px;
  padding-top: 10px; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > span {
  border-color: #e2e8f0;
  color: #475569;
  margin: 0 2px;
  border-radius: 4px !important; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.active > a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.active > span,
div.dataTables_wrapper div.dataTables_paginate a.paginate_button.current {
  background: #0e69c3 !important;
  border-color: #0e69c3 !important;
  color: #fff !important; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > a:hover,
div.dataTables_wrapper div.dataTables_paginate a.paginate_button:not(.current):hover {
  background: #eff6ff !important;
  border-color: #93c5fd !important;
  color: #0e69c3 !important; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  transform: translateY(-50%);
  display: block;
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 1;
  opacity: 0.45; }

table.jambo_table thead .sorting:after,
table.jambo_table thead .sorting_asc:after,
table.jambo_table thead .sorting_desc:after {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1; }

table.dataTable thead .sorting:after {
  content: "\f0dc";
  opacity: 0.35; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  opacity: 0.85; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  opacity: 0.85; }

/* Panel / page action buttons — consistent spacing on detail & list pages */
.x_panel .table-responsive > .row:not(:has(> [class*="col-"])),
.x_panel .x_content > .row:not(:has(> [class*="col-"])):has(> .btn),
.x_panel .x_content > .row:not(:has(> [class*="col-"])):has(> a.btn),
.x_panel .x_content > .row:not(:has(> [class*="col-"])):has(> button.btn),
.x_panel .x_content > .row:not(:has(> [class*="col-"])):has(> span.pull-left),
.x_panel .x_content > .row:not(:has(> [class*="col-"])):has(> span.pull-right),
.x_panel .x_content > .row:not(:has(> [class*="col-"])):has(> span > .btn),
.x_panel > .row:not(:has(> [class*="col-"])):has(> .btn),
.x_panel > .row:not(:has(> [class*="col-"])):has(> a.btn),
.x_panel > .row:not(:has(> [class*="col-"])):has(> button.btn),
.x_panel > .row:not(:has(> [class*="col-"])):has(> span.pull-left),
.x_panel > .row:not(:has(> [class*="col-"])):has(> span.pull-right),
.x_panel > .row:not(:has(> [class*="col-"])):has(> span > .btn) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 0 10px; }

.x_panel .table-responsive > .row:not(:has(> [class*="col-"])) > .pull-left,
.x_panel .table-responsive > .row:not(:has(> [class*="col-"])) > span.pull-left,
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > .pull-left,
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > span.pull-left,
.x_panel > .row:not(:has(> [class*="col-"])) > .pull-left,
.x_panel > .row:not(:has(> [class*="col-"])) > span.pull-left,
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > span > .pull-left,
.x_panel > .row:not(:has(> [class*="col-"])) > span > .pull-left {
  margin-right: auto; }

.x_panel .table-responsive > .row:not(:has(> [class*="col-"])) > .pull-left,
.x_panel .table-responsive > .row:not(:has(> [class*="col-"])) > .pull-right,
.x_panel .table-responsive > .row:not(:has(> [class*="col-"])) > span.pull-left,
.x_panel .table-responsive > .row:not(:has(> [class*="col-"])) > span.pull-right,
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > .pull-left,
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > .pull-right,
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > span.pull-left,
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > span.pull-right,
.x_panel > .row:not(:has(> [class*="col-"])) > .pull-left,
.x_panel > .row:not(:has(> [class*="col-"])) > .pull-right,
.x_panel > .row:not(:has(> [class*="col-"])) > span.pull-left,
.x_panel > .row:not(:has(> [class*="col-"])) > span.pull-right {
  float: none !important; }

.x_panel .x_title .btn.pull-right,
.x_panel .x_title .btn.pull-left {
  margin-top: 2px; }

.x_panel .x_title .btn.pull-right + .btn,
.x_panel .x_title .btn.pull-left + .btn {
  margin-left: 8px; }

/* Action buttons wrapped in a single full-width column (e.g. payment request details) */
.x_panel .x_content > .row > [class*="col-"]:only-child:has(> .pull-left),
.x_panel .x_content > .row > [class*="col-"]:only-child:has(> .pull-right),
.x_panel .x_content > .row > [class*="col-"]:only-child:has(> a.pull-left),
.x_panel .x_content > .row > [class*="col-"]:only-child:has(> a.pull-right),
.x_panel .x_content > .row > [class*="col-"]:only-child:has(> button.pull-left),
.x_panel .x_content > .row > [class*="col-"]:only-child:has(> button.pull-right),
.x_panel > .row > [class*="col-"]:only-child:has(> .pull-left),
.x_panel > .row > [class*="col-"]:only-child:has(> .pull-right),
.x_panel > .row > [class*="col-"]:only-child:has(> a.pull-left),
.x_panel > .row > [class*="col-"]:only-child:has(> a.pull-right),
.x_panel > .row > [class*="col-"]:only-child:has(> button.pull-left),
.x_panel > .row > [class*="col-"]:only-child:has(> button.pull-right) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 8px;
  padding: 6px 0 10px; }

.x_panel .x_content > .row > [class*="col-"]:only-child > .pull-left,
.x_panel .x_content > .row > [class*="col-"]:only-child > span.pull-left,
.x_panel > .row > [class*="col-"]:only-child > .pull-left,
.x_panel > .row > [class*="col-"]:only-child > span.pull-left,
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > span:has(> .pull-left),
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > span:has(> a.pull-left),
.x_panel .x_content > .row:not(:has(> [class*="col-"])) > span:has(> button.pull-left),
.x_panel > .row:not(:has(> [class*="col-"])) > span:has(> .pull-left),
.x_panel > .row:not(:has(> [class*="col-"])) > span:has(> a.pull-left),
.x_panel > .row:not(:has(> [class*="col-"])) > span:has(> button.pull-left) {
  margin-right: auto; }

.x_panel .x_content > .row > [class*="col-"]:only-child > .pull-left,
.x_panel .x_content > .row > [class*="col-"]:only-child > .pull-right,
.x_panel .x_content > .row > [class*="col-"]:only-child > span.pull-left,
.x_panel .x_content > .row > [class*="col-"]:only-child > span.pull-right,
.x_panel > .row > [class*="col-"]:only-child > .pull-left,
.x_panel > .row > [class*="col-"]:only-child > .pull-right,
.x_panel > .row > [class*="col-"]:only-child > span.pull-left,
.x_panel > .row > [class*="col-"]:only-child > span.pull-right {
  float: none !important; }

.btn-default {
  background: #fff;
  border-color: #cbd5e1;
  color: #475569; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #1e293b; }

.btn-danger {
  background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
  border-color: #b91c1c;
  color: #fff; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #dc2626;
  border-color: #991b1b;
  color: #fff;
  box-shadow: 0 2px 6px rgba(220, 38, 38, 0.25); }

.btn-warning {
  background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
  border-color: #d97706;
  color: #fff; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #f59e0b;
  border-color: #b45309;
  color: #fff; }

.btn-info {
  background: linear-gradient(180deg, #38bdf8 0%, #0ea5e9 100%);
  border-color: #0284c7;
  color: #fff; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #0ea5e9;
  border-color: #0369a1;
  color: #fff; }

.btn-sm {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 5px; }

.btn-xs {
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 4px; }

/* Top navigation — date & time */
.top_nav .navbar-right.top-nav__actions > li.top-nav__datetime-item {
  float: none;
  display: flex;
  flex-shrink: 0;
  position: relative; }

.top-nav__datetime-item {
  margin-right: auto;
  padding-right: 12px; }

.top-nav__datetime {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 6px 14px 6px 8px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 1px 3px rgba(14, 105, 195, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0; }

.top-nav__datetime:hover {
  border-color: #93c5fd;
  box-shadow: 0 2px 8px rgba(14, 105, 195, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9); }

.top-nav__datetime-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(175deg, #2196f3 0%, #0e69c3 48%, #0a5aad 100%);
  color: #fff;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(14, 105, 195, 0.28); }

.top-nav__datetime-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1.3;
  gap: 2px;
  text-align: center; }

.top-nav__datetime-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%; }

.top-nav__datetime-row--primary {
  width: 100%;
  justify-content: center; }

.top-nav__datetime-time {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  color: #0f172a;
  white-space: nowrap; }

.top-nav__datetime-separator {
  width: 1px;
  height: 14px;
  background: #cbd5e1;
  flex-shrink: 0; }

.top-nav__datetime-gregorian {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
  letter-spacing: 0.01em; }

.top-nav__datetime-hejri {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #0a5aad;
  white-space: nowrap;
  direction: rtl;
  text-align: center;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif; }

.top-nav__datetime-hejri-year {
  font-size: 12px;
  font-weight: 700;
  color: #0e69c3;
  opacity: 0.92; }

/* Top navigation — account & notifications */
.top_nav .nav_menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 58px;
  padding-right: 8px; }

.top_nav .navbar-right.top-nav__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0 4px 0 12px;
  gap: 8px;
  min-height: 58px; }

.top_nav .navbar-right.top-nav__actions > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; }

.top-nav__notify-dock {
  align-items: flex-end;
  padding-bottom: 0px; }

.top-nav__notify-dock .top-nav__notify-item {
  flex-shrink: 0; }

.top-nav__notify-dock .top-nav__notify-btn {
  transform-origin: center bottom;
  transition: background 0.2s ease, color 0.2s ease; }

.top-nav__notify-dock.top-nav__notify-dock--resetting .top-nav__notify-btn {
  transition: background 0.2s ease, color 0.2s ease, transform 0.18s ease-out; }

.top_nav .navbar-right.top-nav__actions > li {
  float: none;
  display: flex;
  align-items: center;
  position: relative; }

.top_nav .navbar-right.top-nav__actions .top-nav__notify-item {
  margin: 0; }

.top-nav__notify-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 !important;
  border-radius: 50%;
  color: #475569 !important;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease; }

.top-nav__notify-btn > i {
  font-size: 22px;
  line-height: 1; }

.top-nav__notify-btn > .top-nav__notify-icon-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  border-radius: 10px; }

.top-nav__notify-btn:hover,
.top-nav__notify-btn:focus,
.top_nav .navbar-right.top-nav__actions > li.open > .top-nav__notify-btn {
  background: #e2e8f0 !important;
  color: #0e69c3 !important; }

.top-nav__notify-btn .badge {
  position: absolute;
  top: 0;
  right: -6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 9px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 8px;
  box-shadow: 0 0 0 2px #ededed; }

.notify-hover::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10050; }

.notify-hover:hover::after,
.notify-hover:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0); }

.top-nav__user-menu {
  margin-left: 10px;
  padding-left: 12px;
  border-left: 1px solid #cbd5e1; }

.top-nav__user-trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  max-width: 280px;
  padding: 6px 12px 6px 6px !important;
  margin: 0;
  border-radius: 999px;
  color: #334155 !important;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }

.top-nav__user-trigger:hover,
.top-nav__user-trigger:focus,
.top_nav .top-nav__user-menu.open > .top-nav__user-trigger {
  background: #fff !important;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(14, 105, 195, 0.12);
  color: #1e293b !important; }

.top-nav__avatar-wrap {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e2e8f0;
  background: #f8fafc; }

.top-nav__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  border-radius: 0; }

.top-nav__user-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  line-height: 1.2;
  text-align: left; }

.top-nav__user-name {
  display: block;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #1e293b; }

.top-nav__user-role {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #64748b; }

.top-nav__user-chevron {
  flex-shrink: 0;
  font-size: 14px;
  color: #94a3b8;
  transition: transform 0.2s ease; }

.top_nav .top-nav__user-menu.open > .top-nav__user-trigger .top-nav__user-chevron {
  transform: rotate(180deg); }

.top-nav__user-dropdown {
  margin-top: 8px;
  padding: 6px 0;
  min-width: 220px;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12) !important; }

.top-nav__user-dropdown > li > a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 16px !important;
  color: #334155 !important;
  width: auto !important; }

.top-nav__user-dropdown > li > a > i {
  width: 18px;
  text-align: center;
  color: #64748b;
  float: none !important;
  margin: 0 !important; }

.top-nav__user-dropdown > li > a:hover,
.top-nav__user-dropdown > li > a:focus {
  background: #f1f5f9 !important;
  color: #0e69c3 !important; }

.top-nav__user-dropdown > li > a:hover > i {
  color: #0e69c3; }

.top-nav__user-dropdown > li.divider {
  margin: 6px 0;
  background: #e2e8f0; }

.top-nav__logout-link,
.top-nav__logout-link:hover {
  color: #b91c1c !important; }

.top-nav__logout-link:hover > i {
  color: #b91c1c !important; }

.top-nav__notify-dropdown {
  margin-top: 8px;
  padding: 0;
  min-width: 300px;
  max-width: min(360px, 92vw);
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14) !important;
  right: 0;
  left: auto; }

.top-nav__notify-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 13px; }

.top-nav__notify-dropdown-header .text-muted {
  font-size: 12px;
  font-weight: normal; }

.top_nav .navbar-nav .open .dropdown-menu.msg_list.top-nav__notify-dropdown {
  width: min(360px, 92vw); }

@media (max-width: 991px) {
  .top_nav .navbar-right.top-nav__actions {
    padding-left: 6px;
    gap: 6px; }

  .top_nav .navbar-right.top-nav__actions > div {
    gap: 8px; }

  .top-nav__datetime-item {
    padding-right: 8px; }

  .top-nav__datetime {
    padding: 5px 10px 5px 6px;
    gap: 8px; }

  .top-nav__datetime-row--primary {
    flex-wrap: wrap;
    row-gap: 2px; }

  .top-nav__datetime-separator {
    display: none; }

  .top-nav__user-name {
    max-width: 120px; } }

@media (max-width: 767px) {
  .top-nav__datetime-row--primary {
    flex-direction: column;
    align-items: center;
    gap: 1px; }

  .top-nav__datetime-gregorian {
    font-size: 11px; }

  .top-nav__datetime-hejri {
    font-size: 12px; }

  .top-nav__datetime-time {
    font-size: 13px; }

  .top-nav__user-role {
    display: none; }

  .top-nav__user-name {
    max-width: 90px;
    font-size: 12px; }

  .top-nav__user-menu {
    margin-left: 6px;
    padding-left: 8px; }

  .notify-hover::after {
    display: none; } }

@media (max-width: 480px) {
  .top-nav__datetime-item {
    margin-right: 0;
    padding-right: 4px; }

  .top-nav__datetime {
    padding: 4px 8px 4px 4px;
    border-radius: 999px;
    min-height: 0;
    gap: 6px; }

  .top-nav__datetime-gregorian {
    display: none; }

  .top-nav__datetime-hejri-year {
    display: none; }

  .top-nav__datetime-time {
    font-size: 12px; }

  .top-nav__datetime-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px; }

  .top-nav__user-text {
    display: none; }

  .top-nav__user-trigger {
    padding: 4px !important;
    border-radius: 50%;
    max-width: none; }

  .top-nav__user-chevron {
    display: none; }

  .top-nav__user-menu {
    border-left: 0;
    margin-left: 4px;
    padding-left: 0; } }

/** Google Translate (ERP language selector) **/
body {
  top: 0 !important; }

.goog-te-banner-frame,
.skiptranslate iframe,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important; }

.goog-te-gadget {
  font-size: 0 !important; }

.erp-translate {
  display: inline-flex;
  align-items: center;
  gap: 8px; }

.erp-translate__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  white-space: nowrap; }

.erp-translate__label .fa-globe {
  font-size: 16px;
  color: #0e69c3; }

.erp-translate__select {
  min-width: 148px;
  height: 34px;
  padding: 4px 10px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  box-shadow: none; }

.erp-translate__select:focus {
  border-color: #0e69c3;
  outline: none;
  box-shadow: 0 0 0 2px rgba(14, 105, 195, 0.15); }

.erp-translate__widget {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none; }

.top-nav__language-item {
  display: flex;
  align-items: center;
  padding: 0 4px;
  border-left: 1px solid rgba(148, 163, 184, 0.35);
  margin-left: 4px;
  padding-left: 10px; }

.erp-translate--nav .erp-translate__label-text {
  display: none; }

.erp-translate--login {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 12px; }

.login-translate-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%; }

@media (max-width: 991px) {
  .top-nav__language-item {
    border-left: 0;
    margin-left: 0;
    padding-left: 0; }

  .erp-translate--nav .erp-translate__label-text {
    display: none; }

  .erp-translate__select {
    min-width: 120px; } }

/** ERP global active / selected / clicked states (overrides legacy style.css tab colors) **/
.nav.nav-tabs > li > a {
  color: var(--erp-text);
  background-color: var(--erp-tab-inactive-bg);
  border: 1px solid var(--erp-section-border); }

.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  color: var(--erp-heading);
  background-color: var(--erp-table-row-hover);
  border-color: var(--erp-section-border); }

.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus {
  color: var(--erp-tab-active-text) !important;
  background-color: var(--erp-tab-active-bg) !important;
  border-color: var(--erp-tab-active-bg) !important;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(30, 41, 59, 0.12); }

.nav.nav-tabs > li.active > a .fa,
.nav.nav-tabs > li.active > a i {
  color: var(--erp-tab-active-text) !important; }

.nav.nav-pills > li > a {
  color: var(--erp-text);
  background-color: var(--erp-tab-inactive-bg); }

.nav.nav-pills > li > a:hover,
.nav.nav-pills > li > a:focus {
  color: var(--erp-heading);
  background-color: var(--erp-table-row-hover); }

.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:hover,
.nav.nav-pills > li.active > a:focus {
  color: var(--erp-tab-active-text);
  background-color: var(--erp-tab-active-bg);
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(30, 41, 59, 0.12); }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: var(--erp-tab-active-bg);
  border-color: var(--erp-tab-active-bg);
  color: var(--erp-tab-active-text); }

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none; }

.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.16); }

.btn-default:active,
.btn-default.active,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default {
  color: var(--erp-heading);
  background-color: var(--erp-table-head-bg);
  border-color: var(--erp-section-border); }

.btn-primary:active,
.btn-primary.active,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary {
  background-color: #4a6f99;
  border-color: #3d5f82;
  color: #fff; }

.btn-info:active,
.btn-info.active,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info {
  background-color: #3d8ca8;
  border-color: #357a93;
  color: #fff; }

.btn-success:active,
.btn-success.active,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success {
  background-color: #3d9a55;
  border-color: #358849;
  color: #fff; }

.btn-danger:active,
.btn-danger.active,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger {
  background-color: #c0392b;
  border-color: #a93226;
  color: #fff; }

.btn-warning:active,
.btn-warning.active,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning {
  background-color: #d4a017;
  border-color: #b88912;
  color: #fff; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: var(--erp-tab-active-bg);
  border-color: var(--erp-tab-active-bg);
  color: var(--erp-tab-active-text); }

/** /Dropzone.js **/
