.has-custom-badge .badge {
    margin-left: 3px;
}
.spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;

    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}

.scrollbar {
  overflow: auto; }
  .scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5; }
  .scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5; }
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #545664; }

.btn-primary {
    background-color: #008a8e;
    border-color: #008a8e;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #4fa2a5;
    border-color: #4fa2a5;
    box-shadow: none !important;
}
/*==========
comments box
==========*/
.modal-comments .modal-body{
  padding: 0;
}
.comments-box-header button.close {
    position: absolute;
    right: 20px;
    top: 12px;
}
.comments-box-wrapper {
  position: relative;
  height: 100%;
  background-color: #f5f5f5;
  float: left;
  width: 100%;
  border-left: 1px solid #dbe2e8; }
  .comments-box-wrapper .comments-box-header,
  .comments-box-wrapper .comments-box-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .comments-box-wrapper .comments-box-header {
    padding: 20px;
    line-height: 1;
    border-bottom: 1px solid #dbe2e8; }
    .comments-box-wrapper .comments-box-header p {
      margin: 0; }
  .comments-box-wrapper .comments-box-body {
    height: calc(100% - 60px);
    padding: 0 20px 0px 20px;
    position: relative;
    margin-top: 56px;
    margin-bottom: 85px;
    max-height: 400px; }
    .comments-box-wrapper .comments-box-body .user-comment {
      position: relative;
      padding-left: 60px;
      z-index: 1;
      padding-bottom: 10px;
      padding-top: 10px; }
      .comments-box-wrapper .comments-box-body .user-comment:before, .comments-box-wrapper .comments-box-body .user-comment:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid white;
        position: absolute;
        left: 55px;
        top: 23px;
        z-index: 1; }
      .comments-box-wrapper .comments-box-body .user-comment:after {
        left: 54px;
        border-right-color: #dbe2e8;
        z-index: 0; }
    .comments-box-wrapper .comments-box-body .comment-inner {
      background-color: #fff;
      border: 1px solid #dbe2e8;
      border-radius: 4px; }
    .comments-box-wrapper .comments-box-body .user-img {
      position: absolute;
      left: 0;
      top: 10px;
      border: 2px solid #fff;
      border-radius: 4px;
      z-index: 1; }
      .comments-box-wrapper .comments-box-body .user-img img {
        display: block;
        max-width: 40px; }
    .comments-box-wrapper .comments-box-body .comment-head {
      padding: 8px 10px;
      border-bottom: 1px solid #dbe2e8; }
      .comments-box-wrapper .comments-box-body .comment-head span {
        display: inline-block;
        line-height: 1; }
        .comments-box-wrapper .comments-box-body .comment-head span:first-child {
          margin-right: 5px;
          padding-right: 10px;
          border-right: 1px solid #dbe2e8; }
        .comments-box-wrapper .comments-box-body .comment-head span:not(:first-child) {
          color: #6797ff; }
    .comments-box-wrapper .comments-box-body .comment-box-msg {
      padding: 10px; }
      .comments-box-wrapper .comments-box-body .comment-box-msg p {
        margin: 0; word-break: break-all; }
  .comments-box-wrapper .comments-box-footer {
    top: auto;
    bottom: 0;
    padding: 10px 20px;
    border-top: 1px solid #dbe2e8;
    background-color: #f5f5f5; }
    .comments-box-wrapper .comments-box-footer .form-group {
      margin-bottom: 0; }
    .comments-box-wrapper .comments-box-footer .btn,
    .comments-box-footer input {
      height: 2.7rem;
      line-height: 2.7rem;
      padding-top: 0;
      padding-bottom: 0; }
  .comments-box-wrapper .vertical-line {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #dbe2e8;
    z-index: 0; }

/*==============
comments box end
================*/
.form-control{
  border-radius: 0;
}
.form-control:focus{
  outline: 0 !important;
  box-shadow: none;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.sidebar-dark-primary {
    background-color: #444444;
}
.sidebar-collapse .brand-image{
  max-width: none;
  width:100%;
}
.brand-image {
    float: none;
    display: block;
    max-width: 200px;
    margin: 0 auto;
}
.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}
.actions {
    text-align: center;
}
.actions .btn {
    padding: 5px;
    line-height: 1;
}
.actions .btn:active,
.actions .btn:focus{
  box-shadow: none !important;
  background-color: #66BFC2 !important;
  outline: 0 !important;
}
.page-item.active .page-link,
.actions .btn {
    background-color: #66BFC2 !important;
    border:#66BFC2!important;
}
.page-link:focus {
    box-shadow: none;
}
.table td, .table th {
    padding: 0.5rem .75rem;
}
.modal-body .loader-div {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: 50%;
    z-index: 100;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.modal-body.ul-timeline {
    min-height: 200px;
}
.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}
.custom-scroller{
    max-height: 400px;
    overflow-y: auto;
}
.custom-scroller::-webkit-scrollbar {
    width: 8px;
}

.custom-scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.custom-scroller::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
div.dataTables_wrapper div.dataTables_filter label{
    width: 100%;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter input{
    width: 60%;
    margin-left: 0;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    min-height: 39px;
}
.horizontal-scrollbar {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 300px;
}
/*============
Algolia search
==============*/
.ais-search-dropdown{
    position: fixed;
    background-color: #fff;
    z-index: 10000;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 140px);
    box-shadow: 0 2rem 1.5rem 0 rgba(88,94,148,.2);
}
.ais-search-dropdown .ais-inner {
    position: relative;
    height: 100%;
}
.ais-search-dropdown .ais-inner .scrollbar{
    height: calc(100% - 28px);
}
.ais-search-dropdown .ais-inner .scrollbar{
    overflow-x: hidden;
}
.ais-search-dropdown .ais-dropdown-col:not(:last-child){
    border-right: 1px solid #eaecef;
}
.ais-search-dropdown .ais-col-title{
    background-color: #eaecef;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 20px;
}
.ais-search-dropdown .ais-col-title h4{
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.ais-search-dropdown .ais-col-inner {
    padding: 10px 20px;
    font-size: 14px !important;
}
.ais-col-inner .ais-Hits .ais-Hits-list {
    margin: 0;
}
.ais-col-inner .ais-Hits .ais-Hits-list li.ais-Hits-item {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    margin: 3px 0;
}



@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter label{
        width: 100%;
        text-align: center;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        width: 100%;
    }
}
.action{
    position: relative;
}
.action .dropdown .dropdown-toggle{
    border-radius: 0;
    font-size: 16px;
    padding: 5px 10px;
    outline: 0;
    box-shadow: none;
}
.action .dropdown-menu{
    padding: 0;
    margin: 0 -1px 0 0;
    border-radius: 0;
    background-color: #4fa2a5;
    border-color: #4fa2a5;
    min-width: 14rem;
}
.action .dropdown-menu li a{
    display: block;
    color: #fff;
    padding: 3px 5px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
}
.action .dropdown-menu li:last-child a{
    border-bottom: 0;
}
.action .dropdown-menu li a i{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.action .dropdown-menu li a:hover i{
    margin-right: 3px;
}




.modal.full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
}
.modal.full .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    max-width: 100%;
}
.modal.full .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.modal.full .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #66BFC2;
    border: 0;
    border-radius: 0;
}
.modal.full .modal-header h4 {
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}
.modal.full .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
    margin-top: 0px;
}
.modal.full .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 70px;
    padding: 10px;
    background: #f1f3f5;
}

.modal.full ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background: #f1f3f5;
    border-left: 1px solid #d3d9e0;
}
.modal.full ::-webkit-scrollbar-thumb {
    background: #b5c0cb;
}
.modal .btn-close{
    background-color: transparent;
    color: #fff;
    padding: 0;
    font-size: 18px;
}
.quantity-select {
    display: block;
}
span.add-btn, span.reduce-btn {
    display: inline-block;
    width: 20%;
    float: left;
}
.quantity-select .btn {
    padding: 0;
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin: 0;
    width: 100%;
    height: 26px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}
.quantity-select .add-btn .btn {
    border-right: 0;
}
.quantity-select .reduce-btn .btn {
    border-left: 0;
}
.quantity-select input {
    width: 33.33%;
    display: inline-block;
    height: 26px;
    padding: 0;
    text-align: center;
    line-height: 26px;
    float: left;
    font-size: 12px;
}
.quantity-select input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.hr{
    margin: 0 0 10px;
}
.title {
    padding: 10px 5px;
    background: #ccc;
    margin-bottom: 0;
}
.block {
    padding: 0 7.5px;
}
.product-block{
    padding: 10px 7.5px 0;
}
.block:nth-child(even) .product-block, .product-block.disabled{
    background: #f5f5f5;
}
.label-shipped, .return-btn-label{
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px;
}
.return-btn-label {
    line-height: 14px;
}
.has-custom-badge{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 8px;
}
.has-custom-badge .badges{
    position: absolute;
    right: 0px;
    bottom: -14px;
}
.bootbox.modal{
    z-index: 99999;
}
.order-filters-all{
    color: white;
    background-color: #0056B3;
}.order-filters-ekp{
    color: white;
    background-color: green;
}.order-filters-scm{
    color: white;
    background-color: #DC143C;
}
.select2-container--open .select2-dropdown--below{
    z-index: 99999;
}
.action .btn{
    font-size: 15px;
    padding: 6px 12px;
    border-radius: 0;
    display: inline;
}
.action .btn.has-custom-badge .badge{
    top: auto;
    bottom: -12px;
    right: -6px;
    position: absolute;
}
.assign-user i{
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #333;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
}
.table-striped tbody tr.selected{
    background-color: rgb(201, 253, 201);
}
a.btn.btn-primary.csv {
    background-color: blueviolet;
    color: white !important;
    border-color: transparent;
}
.order_verification{
    color: green;
    font-size: 30px;
}
.modal-body .modal-header .verified{
    background-color: green;
    height: 51px;
}
.verify .verified {
    /*margin-top: 14px;*/
}
.verify {
    background-color: green;
    height: 60px;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
}
.modal.custom-zindex{
    z-index: 99999999;

}
select.form-control.actionableStatus {
    width: 15%;
}

a.badge.badge-actioanable.dropdown-toggle{
    display: inline-block;
    padding: .25em .4em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(0,0,0,.05);
}
.cancelled-wrapper{
    width: 100%;
}
.cancelled-wrapper .btn{
    margin:0 5px;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
}
.modal-refund .modal-header,
.modal-refund .modal-body,
.modal-refund .modal-footer{
    padding-right: 1.5rem;
    padding-left:1.5rem;
}
.modal-refund .modal-header h4{
    margin-bottom:0;
}
input.multiple_emails-input.text-left {
    width: 100%;
}
ul.multiple_emails-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
li.multiple_emails-email {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    padding: 3px 35px 3px 15px;
    margin-right: 10px;
    background-color: #efefef;
    border-radius: 50px;
    border: 1px solid #ccc;
}
li.multiple_emails-email a {
    position: absolute;
    right: 10px;
    top: 3px;
}
.afreg-successfull .card-body {
    padding-top: 50px;
    padding-bottom: 50px;
}
.afreg-successfull .card-body h3 {
    margin-bottom: 30px;
}
#filters .col-sm-2.col-xs-12 {
    width: 14.28% !important;
    max-width: 14.28%;
    flex: 0 0 14.28%;
}

.non-clickable{
    pointer-events: none;
}
a#show-suppliers {
    background: #40b6b9;
    padding: 0px 3px 9px 3px;
    display: inline-block;
    line-height: 0.4;
    vertical-align: middle;
    border-radius: 7px;
    color: #fff;
}
.register-box-body .alert ul {
    padding-left: 10px;
    margin: 0;
}
#shipping-charges {
    vertical-align: middle;
}
.order-cancellation-reason ul {
    padding: 0;
    list-style: none;
}
.order-cancellation-reason li.checkbox input[type="radio"] {
    margin-right: 10px;
    vertical-align: middle;
}

.background-color-gray{
    background-color: gray !important;
}
.form-group.warehouse-locations .control-label {
    background-color: #ccc;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
}
.form-group.warehouse-locations .control-label.active {
    background-color: #00a1ba;
    color: #fff;
}
.form-group.warehouse-locations .control-label input[type="radio"] {
    display: none;
}
.modal {
    overflow-y: auto;
}

.nav-treeview .nav-item:hover {
    background: none !important;
}
#order-product-image .modal-content .modal-header button:focus{
    outline: 0 !important;
}