body{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f1f2f7;
  height: 100%;
  width: 100%;
}
a{
  color: #ffffff;
  text-decoration: none;
}.padding-top{
  padding-top: 20px;
}.login-page{
  width: 350px;
  margin: 5% 40% 6% auto;
  padding: 0 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}.login-page .text-center{
  margin-bottom: 10px;
}.box{
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}.page{
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  padding: 35px 15px 20px 270px;
}

.page-lgn{
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  padding: 35px 15px 20px 270px;
}

.bg-green{
  background-color: #A3C86D;
}
.bg-blue{
  background-color: #7ACBEE;
}
.bg-yellow{
  background-color: #FDD761;
}
.bg-red{
  background-color: #FF7857;
}

.bg-secondary1{
	background-color: #b17897;
}

.bg-blue2{
	background-color: #7a83ee;
}
.panel-default >.panel-heading{
  background-color: #f5f5f5;
  border-bottom: 2px solid #3498DB;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 15px;
}.panel-box{
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
}.panel-value{
  width: 60%;
}.panel-icon{
  padding: 30px;
  width: 40%;
  border-radius: 0;
}.panel-icon{
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}.panel-value{
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}.panel-value h2{
  margin-top: 30px;
}
.panel-icon i{
  line-height:65px;
  font-size: 40px;
  color: #fff;
}
#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 65px;
  line-height: 65px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
   box-shadow: 0 1px 2px rgba(0,0,0,0.1);
} header > .logo {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 250px;
    background-color: #db3434;
}.header-date{
  color: #9b9b9b;
  margin-left: 20px;
}
.info-menu{
  height: 60px;
  margin: 0;
  line-height: 60px;
  padding: 0 15px;
}.info-menu li.profile {
  position: absolute;
}.profile a.toggle{
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: rgba(150, 150, 158, 1.0);
  position: relative;
  padding: 10px 10px 10px 0;
  margin: 0;
  background: #f9f9f9;
  border-radius: 30px;
}.info-menu li.profile a img{
  width: 30px;
  height: 30px;
}.dropdown-menu{
  margin-top: 4px;
  border-color: #fefefe;
  border-radius: 0;
  left: 89%;
   box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  }.dropdown-menu li{
    margin: 0;
    padding: 0;
    display: block;
    line-height: 35px;
 }.dropdown-menu li a{
  text-decoration: none;
  display: block;
  font-size: 14px;
  position: relative;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #f4faf9;
}.dropdown-menu li a i{
  margin-right: 5px;
}.dropdown-menu li.last a{
  border-bottom: 0;
}.datepicker{
  text-align: center;
}
.sidebar {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 75px 0 0;
  height: 100%;
  width: 241px;
  background: #393636;
  border-right: 1px solid #ddd;
  text-align: center;
}.sidebar ul li:hover,.submenu ul li:hover{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}.sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}.sidebar ul li {
  display: block;
}.sidebar ul li:hover,ul.submenu{
  background-color:#48e17a;
}.sidebar ul li a:hover {
  color: #23527c;
}.sidebar ul li a,ul.submenu li a {
  color: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
}.sidebar ul li a span,.sidebar ul li i{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-shadow: 0 1px rgba(0,0,0, 1);
}.sidebar ul li a i{
  color: #ffffff99;
  padding: 15px 22px;
  text-align: center;
}ul.submenu{
  display: none;
  position: relative;
}ul.submenu li a:hover{
  background-color:#35404d;
}ul.submenu li a {
  padding-left: 45px;
}ul.submenu li:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 0;
  bottom: 0;
  border: 1px dotted #d7d7d7;
  border-width: 0 0 0 1px;
}ul.submenu li a:before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  left: 25px;
  top: 18px;
  border-top: 1px dotted #d7d7d7;
}

.sale_report_header{
  padding: 15px 0;
}
table td h6{
  margin: 0 0 0.2em 0;
}
table tfoot tr td:first-child{
  border: 0;
}table tfoot tr td:last-child{
  border-top: 1px solid #ccc;
}table td h6,table tfoot tr td:last-child{
  color: #000;
  _font-size: 1.2em;
  font-weight: normal;
}
.form-control{
  color: #646464;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}.form-control:focus{
  background: #f8f8f8;
  border-color: #3498DB;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn{
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
}.btn-primary {
    color: #fff;
    background-color: #51aded;
    border-color: #3d8fd8
}.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active{
    color: #fff;
    background-color: #3175b8;
    border-color: #3d8fd8
}.btn-success{
   background-color:#2ecc71
}.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active{
  background-color:#27ae60
}.btn-warning{
  background-color: #e7c13e;
  border-color: #dfba3c;
}.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active{
  background-color:#d0ac2c;
  border-color: #dfba3c;
}.btn-danger{
  background-color: #ed5153
}.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active{
  background-color:#bb282a
}.input-group-addon{
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}
input[type=file]{
  text-indent: -99999px;
}td img.img-thumbnail{
  width: 125px;
  height: 125px;
  vertical-align: top;
}.img-avatar{
  width: 50px;
  height: 50px;
}
.jumbotron{
  margin-bottom: 0;
}.list-group-item:first-child,.list-group-item:last-child{
  border-radius: 0;
}.profile .jumbotron{
  border-radius: 3px 3px 0 0;
}.profile .jumbotron h3{
  color: white;
}img.img-size-2{
  width: 125px;
  height: 125px;
}
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6],#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6]{
    background:#393636;
}
@media (min-width:768px){
    #main-wrapper[data-layout=vertical]{
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-header{
        width:240px
    }
    #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=full] .topbar .top-navbar .navbar-collapse{
        margin-left:240px
    }
    #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-collapse{
        margin-left:65px
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header{
        width:65px
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header .logo-text{
        display:none
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header.expand-logo{
        width:240px
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header.expand-logo .logo-text{
        display:block
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar .upgrade-btn{
        display:none
    }
    #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-collapse{
        margin-left:65px
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .page-wrapper{
        margin-left:65px
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .has-arrow:after,#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .hide-menu{
        display:none
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .nav-small-cap{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar{
        width:65px
    }
}@media (max-width:767px){
    #main-wrapper{
    }
    #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar{
        left:-240px
    }
    #main-wrapper.show-sidebar .left-sidebar{
        left:0
    }
    #main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse{
        position:relative;
        top:70px
    }
    #main-wrapper[data-layout=vertical][data-header-position=fixed][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse{
        position:relative;
        top:70px
    }
}
.topbar{
    position:relative;
    z-index:50;
    -webkit-box-shadow:1px 0px 7px rgba(0,0,0,0.05);
    box-shadow:1px 0px 7px rgba(0,0,0,0.05);
    background:-webkit-gradient(linear,left top,right top,from(#0178bc),to(#00bdda));
    background:-o-linear-gradient(left,#0178bc 0%,#00bdda 100%);
    background:linear-gradient(to right,#0178bc 0%,#00bdda 100%);
    height:70px
}
.topbar .navbar-collapse{
    padding:0px 10px 0 0;
    background-color: #393636;
}
.topbar .top-navbar{
    min-height:70px;
    padding:0px
}

.topbar .top-navbar .navbar-header{
    line-height:70px
}
.topbar .top-navbar .navbar-header .navbar-brand{
    width:240px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin:0px;
    padding:0 10px 0 10px
}
.topbar .top-navbar .navbar-header .navbar-brand .logo-icon{
    margin-right:5px
}
.topbar .top-navbar .navbar-nav>.nav-item>.nav-link{
    padding:0px 15px;
    font-size:1.0625rem;
    line-height:70px;
    height:70px
}
.topbar .top-navbar .navbar-nav>.nav-item .nav-link{
    font-size:1.0625rem;
    color:rgba(255,255,255,0.8)
}
.topbar .top-navbar .navbar-nav>.nav-item .nav-link:hover{
    color:white
}
.topbar .top-navbar .navbar-nav>.nav-item .nav-link .profile-pic{
    width:30px;
    border-radius:50%
}
.topbar .mailbox,.topbar .user-dd{
    min-width:280px
}
.topbar .nav-toggler,.topbar .topbartoggler{
    color:#fff;
    padding:0 15px
}
@media (max-width:767px){
    .topbar .top-navbar .navbar-collapse.collapsing,.topbar .top-navbar .navbar-collapse.show{
        display:block;
        width:100%;
        border-top:1px solid #e9ecef
    }
    .topbar .top-navbar .navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
    
    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link{
        padding:0 10px
    }
    .topbar .top-navbar .navbar-header{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        width:100%;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
   
}
.breadcrumb{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:0 0;
    margin-bottom:1.5rem;
    list-style:none;
    background-color:#f2f7f8
}
.breadcrumb-item+.breadcrumb-item{
    padding-left:0.5rem
}
.breadcrumb-item+.breadcrumb-item:before{
    float:left;
    padding-right:0.5rem;
    color:#6c757d;
    content:var(--bs-breadcrumb-divider,"/")
}
.breadcrumb-item.active{
    color:#6c757d
}
.page-breadcrumb{
    padding:10px;
    padding-bottom:20px
}
.page-breadcrumb .page-title{
    color:#009efb;
    padding-bottom:20px;
    font-weight:400;
    line-height:30px
}
.page-breadcrumb .breadcrumb{
    padding:0px;
    margin:0px;
    background:transparent;
    font-size:16px
}
.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before{
    content:"";
    font-family:themify;
    color:#90a4ae;
    font-size:14px
}
.page-breadcrumb .breadcrumb .breadcrumb-item{
    font-weight:300
}
.page-breadcrumb .breadcrumb .breadcrumb-item a{
    color:#0275d8
}
.page-breadcrumb .breadcrumb .breadcrumb-item a:hover{
    color:#014c8c
}
.page-breadcrumb .breadcrumb .breadcrumb-item.active{
    color:#636c72
}
.page-breadcrumb{
    padding:10px;
    padding-bottom:20px
}
.page-breadcrumb .page-title{
    color:#009efb;
    padding-bottom:20px;
    font-weight:400;
    line-height:30px
}
.page-breadcrumb .breadcrumb{
    padding:0px;
    margin:0px;
    background:transparent;
    font-size:16px
}
.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before{
    content:"/";
    font-family:themify;
    color:#90a4ae;
    font-size:18px
}
.page-breadcrumb .breadcrumb .breadcrumb-item{
    font-weight:300
}
.page-breadcrumb .breadcrumb .breadcrumb-item a{
    color:#0275d8
}
.page-breadcrumb .breadcrumb .breadcrumb-item a:hover{
    color:#014c8c
}
.page-breadcrumb .breadcrumb .breadcrumb-item.active{
    color:#636c72
}
.list-inline>li{
    display:inline-block;
    padding-right:8px;
    padding-left: 69%;
    
}

/* SCROLLABLE TABLES WITH STICKY HEADERS - FIXED */
.scrollable-table {
    max-height: 300px;      /* shows ~10 rows, adjust as needed */
    overflow-y: auto;
    display: block;         /* important to enforce height */
    width: 100%;            /* ensures table fits container */
}

.scrollable-table table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}

.scrollable-table thead th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    z-index: 2;             /* ensures header stays above scrolling rows */
}

/* optional: smooth scrolling */
.scrollable-table::-webkit-scrollbar {
    width: 6px;
}

.scrollable-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-table::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.scrollable-table::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}