body{
  font-size: 12px;
  /*font-family: Montserrat-Regular !important;*/
  background-color: #f7f7f7 !important;
}
.sidebar .nav-link:hover.nav-dropdown-toggle::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E") !important;
}

.app-header .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%232f353a' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.custom-chart {
  padding-bottom: 10px;
}

.search-filter {
  position: absolute;
  right: 10px;
  top: 10px;
}
.btn{
    font-size: 12px;
}
.button-go {
  /* margin-left: 6px !important; */
  padding: 5px 20px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%) !important;
  border: none !important;
  transition: ease-in-out 0.1s !important;
  font-size: 1.3em;
  background: #81B338 !important;
  color: white;
  border-radius: 5px;
  margin-top: 5px;
}

.button-go:hover {
  background-color: #658831 !important;
  cursor: pointer !important;
}


.card {
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  padding: 0 15px 0px 15px;
  border: none !important;
  margin: 10px -5px;
  background-color: #fff !important;
  border-radius: 5px !important;
}

.card-header, .card-footer {
  background-color: transparent !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.card-title {
  margin-bottom: 0 !important;
  font-style: normal;
  font-weight: bolder;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* .stats-box {
  padding: 5px !important;
} */

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
  color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px solid #c8ced3;
  padding-bottom: 86px;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.sidebar {
  padding-top: 10px;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}
#dashboard .small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 5px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
#dashboard .small-box>.inner {
    padding: 10px;
}
#dashboard .small-box .icon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}
#dashboard .small-box .icon>i.fa, .small-box .icon>i.fas, .small-box .icon>i.far {
    font-size: 70px;
    top: 15px;
    position: absolute;
    right: 15px;
    transition: transform .3s linear;
    transform: rotate(-25deg);
}
#dashboard .card-title{
    margin-bottom: 0;
}
#dashboard .progress-group{
    display: block;
    margin-bottom: 1rem;
}
#dashboard .card-title .daterange{
    width: 30%;
    float: left;
    height: 30px;
}
#dashboard .card-title .input-group{
    display: block;
}

fieldset.notification-border{
    border: 1px groove #e4e7ea !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.notification-border{
    font-size: 1.2em !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    color:#9a9797;
}
.parent_div{
    margin-top: 25px;
}
.refund-amount{
    color:red;
}
.completed { 
    background-color: rgba(0, 128, 0, 0.2); 
    font-weight: bold; 
} 
.refund{ 
    background-color: rgba(255, 0, 0, 0.2); 
    font-weight: bold; 
} 
.cancelled,.voided{ 
    background-color: rgba(128, 0, 128, 0.1); 
    font-weight: bold; 
}
.mrgn-btm-10{
    margin-bottom:10px;
}
.no-lpad{
    padding-left:0px;
}
.no-mrgn{
    margin:0px;
}

.loader{
   margin: auto;
   margin-top: 16px;
   border: 16px solid #f3f3f3;
   border-radius: 50%;
   border-top: 16px solid #81B338;
   width: 120px;
   height: 120px;
   -webkit-animation: spin 2s linear infinite;
   /* Safari */
   animation: spin 2s linear infinite;
}

.smallloader{
   margin: auto;
   margin-top: 5px;
   border: 16px solid #f3f3f3;
   border-radius: 50%;
   border-top: 16px solid #81B338;
   width: 25px;
   height: 25px;
   -webkit-animation: spin 2s linear infinite;
   /* Safari */
   animation: spin 2s linear infinite;
}
#latest_transaction tbody tr{font-weight: inherit !important;}
/* Safari */
@-webkit-keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
   }
   100% {
      -webkit-transform: rotate(360deg);
   }
}

@keyframes spin {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}
#filter_by_date_btn,#filter_by_order_date_btn{
  padding: .25rem .7rem;
  line-height: 2;
  margin-left: 3px;
}
.sidebar{
  background: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 0px !important;
}
.sidebar .nav-link.active,.sidebar .nav-link:hover{
    background: #fff;
    border-left: 4px solid #81B338;
    padding-left: -4px;
    color: #000;
}

.sidebar .nav-dropdown.open .nav-link {
  background: #f7f7f7;
  transition: background .03s ease-in-out;
}

.sidebar .nav-dropdown .nav-link {
  background: #fff;
  transition: background 1s ease-in-out;
}

.sidebar .nav-dropdown.open .nav-link:hover {
  border-left: 4px solid #81B338;
}

.sidebar .nav-dropdown.open .nav-link.active {
  border-left: 4px solid #81B338;
}

.sidebar .nav-link:hover {
  background: #fff;
  border-left: 4px solid #81B338;
  padding-left: -4px;
  color: #000;
}

.nav-dropdown-items .nav-link {
  font-size: 16px !important;
}

.sidebar .nav-link.active .nav-icon, .sidebar .nav-link:hover .nav-icon{
  color: #000;
  margin-left: -4px;
  font-size: 20px;
}

.sidebar .nav-link .nav-icon{
  font-size: 20px;
}
.card-header{
    background-color: #fff;
   /* border-bottom: 1px solid #000000;*/
    color: #000;
}
#daterange_btn_click,#filter_by_sales_date_btn,#filter_by_order_date_btn,#filter_by_date_btn{
  line-height: 1.4;
  color: #23282c;
  background-color: #fff;
  border-color: #fff;
  border-radius: 3px;
  font-size: inherit;
  padding: .3rem .6rem;
}
.btn-success,.btn-primary,.page-item.active .page-link,.btn-primary:hover{
    background-color: #81B338;
    border-color: #81B338;
}
.card{
 /* border: 1px solid #000;*/
}

.form-control:disabled, .form-control[readonly]{
  background-color: #fff;
}
#daterange_btn_click:hover{
    color: #23282c;
    background-color: #fff;
    border-color: #fff;
}
.bg-primary,.bg-info{
    background-color: #81B338 !important;
}
#dashboard .small-box .icon {
    color: rgba(255,255,255,.4);
}
.page-link{
  color:#81B338;
}
.app-header{
    background-color: #fff; 
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}
.app-header a{
  color:#81B338;
}
.navbar-brand {
  padding: 10px 10px !important;
}
.navbar-toggler {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0px !important;
  border-right: 1px solid #ccc;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon:hover{
  color:rgb(143, 143, 143);
}
.app-header .navbar-toggler-icon{
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");*/
}
.app-header .navbar-toggler:hover .navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.bg-primary, .bg-info, .bg-danger{
    background-color: transparent !important;
    color: #000;
    border-top: 5px solid #000000 !important;
}

#dashboard .small-box .icon {
    color: rgba(129,179,56,.5);
}
.margin-btm-15{
  margin-bottom: 15px;
}
.pad-r-0{
  padding-right: 0px;
}
.sidebar nav.sidebar-nav ul li a{
  /* font-size: 19px; */
  font-size: 16px;
}
.sidebar nav > ul > li > ul > li > a {
    text-indent: 1px;
}
.navbar-brand{
  font-size: 1.3rem;
}
.app-header{
  height: 3.6rem;
}
.header-fixed .app-body {
  margin-top: 3.5rem;
}
/*.logo-right{
  margin-left: 4%;
}*/
.app-header .l_width{
  width:auto;
}
.l_width .custom-line-height{
	text-align:left;
}
.l_width .sub-heading{
  float:left;
}

.help-block{
  margin-top: 8px;
}
#productfile{
  background-color: #E4E5E6;
}
.callout-success {
  background-color: #81B338 !important;
  color: white;
  padding: 10px;
  border-left-color: #000;
}
.callout-success h4 {
  color: #fff;
}
.montserrat-regular{
  font-family: Montserrat-Regular;
  font-weight: bold;
}
.widget-chart{
  padding: .3rem;
  position: relative;
  margin-bottom: 0px !important;
  box-shadow: none !important;
}
.widget-chart .widget-chart-content {
  position: relative;
  z-index: 5;
}
.widget-chart .icon-wrapper {
  width: 54px;
  height: 54px;
  position: relative;
  overflow: hidden;
}
.widget-chart .icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-chart .rounded-circle {
  border-radius: 50% !important;
}
.widget-chart .icon-wrapper .icon-wrapper-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  /*opacity: .2;*/
}
.widget-chart .bg-danger {
  /*background-color: #C71C22 !important;*/
  background-color: #FF0000 !important;
  border-top: none !important;
}
.widget-chart .widget-numbers {
  font-weight: bold;
  font-size: 2.5rem;
  display: block;
  line-height: 1;
  margin: 0 auto 1rem auto;
}
.widget-chart .widget-numbers + .widget-description, .widget-chart .widget-numbers + .widget-subheading {
  margin-top: -0.5rem;
  font-size: 19px;
}
.widget-chart .widget-subheading {
  margin: -0.5rem 0 0;
  display: block;
  opacity: .6;
}
.widget-chart .widget-description {
  margin: 1rem 0 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.widget-chart .text-danger {
  color: #C71C22 !important;
}
.widget-chart .pl-1, .widget-chart .px-1 {
  padding-left: 0.25rem !important;
}
.widget-chart svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.widget-chart .svg-inline--fa.fa-w-10 {
  width: 0.625em;
}
.widget-chart .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.widget-chart svg {
  overflow: hidden;
  vertical-align: middle;
}
.widget-chart .icon-wrapper i {
  margin: 0 auto;
  font-size: 1.7rem;
  position: relative;
  z-index: 5;
}
.mrgn-btm-18{
  margin-bottom:18px !important;
}

.card-custom .card.mb-3 {
    margin-bottom: 30px !important;
}
.card-custom .card{
    -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(0, 0, 0, 0.03), 0 0.9375rem 1.40625rem rgba(0, 0, 0, 0.03), 0 0.25rem 0.53125rem rgba(0, 0, 0, 0.05), 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.03);
    box-shadow: 0 0.46875rem 2.1875rem rgba(0, 0, 0, 0.03), 0 0.9375rem 1.40625rem rgba(0, 0, 0, 0.03), 0 0.25rem 0.53125rem rgba(0, 0, 0, 0.05), 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.03);
    border-width: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.sub-heading{
  font-size: 12px;
  float: right;
}
.custom-line-height{
  line-height: 1.4;
}
.text-success {
  color: #81B338 !important;
}
#open_batch_overview,#close_batch_overview{
  margin-top: 20px;
}

.filter-search-btn
{
  line-height: 1.4;
  color: #23282c;
  background-color: #fff;
  border-color: #fff;
  border-radius: 3px;
  font-size: inherit;
  padding: .3rem .6rem;
}
/** top performing section css start **/
#top_performing .list-group{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    overflow: hidden;
}
#top_performing .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
#top_performing .rm-list-borders-scroll .list-group-item{
  border: 0;
  padding-right: 1.125rem;
}
#top_performing .rm-list-borders .list-group-item {
    border: 0;
    padding: .5rem 0;
}
#top_performing .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
#top_performing .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
#top_performing .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
#top_performing .widget-content {
    padding: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#top_performing .p-0 {
    padding: 0!important;
}
#top_performing .widget-content .widget-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#top_performing .widget-content .widget-content-left .widget-heading {
    opacity: .8;
    font-weight: 700;
}
#top_performing .widget-content .widget-content-left .widget-subheading {
    opacity: .5;
}
#top_performing .opacity-10 {
    opacity: 1!important;
}
#top_performing .mt-1, .my-1 {
    margin-top: .25rem!important;
}
#top_performing .badge {
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    min-width: 19px;
}
#top_performing .badge-dark {
    color: #fff;
    background-color: #343a40;
}
#top_performing .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
#top_performing .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
#top_performing .widget-content .widget-content-right {
    margin-left: auto;
}
#top_performing .fsize-1 {
    font-size: .95rem!important;
}
#top_performing .text-focus {
    color: #444054!important;
}
#top_performing .opacity-5 {
    opacity: .5!important;
}
#top_performing .pr-1, .px-1 {
    padding-right: .25rem!important;
}
#top_performing .small, small {
    font-size: 80%;
    font-weight: 400;
}
#top_performing svg:not(:root).svg-inline--fa {
    overflow: visible;
}
#top_performing .svg-inline--fa.fa-w-10 {
    width: 0.625em;
}
#top_performing svg:not(:root) {
    overflow: hidden;
}
#top_performing .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.text-transform-capitalize{
  text-transform: capitalize;
}
/** top performing section css end **/

.user-dropdown{
  position: absolute;
  right: 2.4%;
}
.ml-5{
  margin-left: 5px !important;
}
#switchloader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: 0.8;
}
.buttons-collection.buttons-colvis{
  display:none;
}
@media (max-width: 991.98px){
  .app-header .navbar-brand{
    position: unset;
    width: 90px;
  }
  .app-header .l_width{
    position: unset;
    margin-left: 0px;
    width: auto;
  }

  .logo-right {
    margin-left: 1%;
  }
}
.text-theme-color,.text-theme-color a{
  color:#81B338;
  font-weight: bold;
}
@media (max-width: 700px){
  /*.logo-right {
    margin-left: 13%;
  }*/
  .l_width .custom-line-height{
    font-size: 16px;
  }
  .l_width .sub-heading{
    font-size: 10px;
  }
  .logo-right {
    margin-left: 0;
  }
}

@media (max-width: 767px){
  /*.logo-right {
    margin-left: 13%;
  }*/
}
@media (max-width: 574px){
  .logo-right {
    /*margin-left: 16%;*/
  }
  .l_width .custom-line-height {
    font-size: 15px;
  }
  .l_back_admin{
    top: 58px;
  }
}
@media (max-width: 430px){
  /*.logo-right {
    margin-left: 18%;
  }*/
  .navbar-brand-full{
    font-size: 17px;
  }
  .l_back_admin{
        top: 60px;
        font-size: 14px;
  }
  .l_width .custom-line-height {
    font-size: 14px;
  }
  .l_back_admin {
    top: 60px;
    font-size: 12px;
  }
}
@media (max-width: 405px){
  .l_width .custom-line-height {
    font-size: 11px;
  }
  .l_width .sub-heading {
    font-size: 8px;
  }
}

@media (max-width: 349px){
  /*.logo-right {
    margin-left: 15%;
  }*/
  .navbar-brand-full{
    font-size: 15px;
  }
  .l_width .custom-line-height {
    font-size: 9px;
  }
  .l_width .sub-heading{
    font-size: 7px;
  }
}
@media (max-width: 349px){
  .l_width .custom-line-height {
    font-size: 8px;
  }
}
@media (max-width: 280px){
  .l_width .custom-line-height {
    font-size: 7px;
  }
  .l_width .sub-heading {
    font-size: 5px;
  }
}

.grayed-out{color: #808080;}

/* comment by LB
.logout_l{
  position: fixed!important;
  bottom: 0;
  width: inherit;
} */
.sidebar-lg-show .logout_l{ /* Added by LB */
  position: fixed !important; 
  bottom: 0;
  width: inherit;
  
}
.sidebar-fixed.logout_l{ /* Added by LB */
  bottom: 0;
  width: inherit;
}
.dropdown-menu-center {
  left: 15% !important;
  right: auto !important;
  text-align: left !important;
  transform: translate(-50%, 0) !important;
  min-width: 120px;
}
.btn-xs {
    border: none;
    background-color: inherit;
    font-size: 16px;
    cursor: pointer;
}
    
.btn-xs{
    color: #81B338;
}    

.li a:hover {
    background-color:transparent !important;
    color: #81B338 !important;
}
.btn-xs:hover{
    background-color:transparent !important;
    color: #81B338 !important;
}
.btn:focus {
    outline: none ;
    box-shadow: none;
}
.daterangepicker{
  left: 606.5px !important;
}
.dropdown-menu>li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}
.dropdown-menu>li>input {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

.password-policy {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 4px;
}

.password-policy ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.password-policy li {
  margin-bottom: 0.25rem;
}

.password-policy li.valid {
  color: #4CAF50;
}

.password-policy li.invalid {
  color: #f44336;
}

.hidden {
  display: none;
}
div.dt-buttons{display:none !important;}