/*select multiple dropdown and search user table*/
.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
}
/*select multiple dropdown and search user table*/
.select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}
/*select multiple dropdown and search user table*/
.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}
/*select multiple dropdown and search user table*/
.select-pure__select--opened .select-pure__options {
    display: block;
}
/*select multiple dropdown and search user table*/
.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}
/*select multiple dropdown and search user table*/
.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}
/*select multiple dropdown and search user table*/
.select-pure__option--hidden {
    display: none;
}
/*select multiple dropdown and search user table*/
.select-pure__selected-label {
    background: #5e6264;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
}
/*select multiple dropdown and search user table*/
.select-pure__selected-label:last-of-type {
    margin-right: 0;
}
/*select multiple dropdown and search user table*/
.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}
/*select multiple dropdown and search user table*/
.select-pure__selected-label i:hover {
    color: #e4e4e4;
}
/*select multiple dropdown and search user table*/    
.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}
    

/*Attachment Salereport*/
.attachment{
    padding: 0rem !important;
}

/* SideBar Active Style */
.nav-menu li.active{
    background: linear-gradient(to bottom, rgb(250, 188, 150) 0%, #F7A06A 100%) !important;
    
}

/*default active blue dot css color*/
.nav-menu li.active:not(.open) > a:before{
    color:transparent !important;
}
/*Sidebar icon color */
.nav-menu li.active .fal{
    color:#012235 !important;
    font-weight:bold !important;
}
/*Sidebar font color */
.nav-menu li > ul li.active > a{
    color:#012235 !important;
    font-weight:600;
}
.nav-menu li.active > a{
    color:#012235;
    font-weight:600;
}

.nav-menu li.open>ul{
    display:block;
}


/* Column Visibility Dropdown */
.dropdown-item.active, .dropdown-item:active {
    background-color: rgb(250, 209, 183);
}

/* Search */
.input-group-text:active {
    background-color: black !important;
}
.input-group-text:focus {
    background-color: black !important;
}
.input-group-text:focus-within {
    background-color: black !important;
}
.input-group-text:visited {
    background-color: black !important;
}

/* Primary button */
.btn-primary {
    background-image: linear-gradient(270deg,rgb(250, 188, 150), transparent);
    background-color: #F7A06A;
    border: rgb(250, 188, 150);
    box-shadow:none !important;
}
.btn-primary:hover {
    background-image: linear-gradient(270deg, #0065a0, transparent);
    background-color: #012235;
    border: none;
}

/* Success button */
.btn-success {
    background-color: #00e676 !important;
    border: none !important;
}
.btn-success:hover {
    background-color: #00c853 !important;
}
.btn-success>a {
    color: white;
}

/* Success Badge */
.badge-success {
    background-color: #00e676 !important;
    color: white !important;
}

/* Danger button */
.btn-danger {
    background-color: #f44336 !important;
    border: none !important;
    -webkit-box-shadow: 0 2px 6px 0 #f44336 !important;
    box-shadow: 0 2px 6px 0 #f44336 !important;
}
.btn-danger:hover {
    background-color: #db2c2c !important;
}

/* Danger Badge */
.badge-danger {
    background-color: #f44336 !important;
}

/* Danger Notification Badge */
.bg-danger-500 {
    background-color: #f44336 !important;
}

/* Delete Alert Style */
.swal2-icon.swal2-warning {
    color: #f44336 !important;
    border-color: #f44336 !important;
}
.swal2-confirm {
    margin-right: 5px;
}

/* Datatable style */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: linear-gradient(to bottom, rgb(250, 188, 150) 0%, #F7A06A 100%) !important;
    border: none !important;
}
.dataTables_length {
    display: none !important;
}
.dataTables_filter {
    float: left !important;
}
.dataTables_filter>label>input {
    border-radius: 5px;
}

/* Pagination Style */
.page-link {
    color: #012235 !important;
}
.pagination .page-link:hover {
    color: white !important;
}
.pagination .page-item:first-child:not(.active) .page-link {
    background: #c9e0ed !important;
}
.pagination .page-item:last-child:not(.active) .page-link {
    background: #c9e0ed !important;
}
.page-item.active .page-link {
    background: linear-gradient(to bottom, rgb(250, 188, 150) 0%, #F7A06A 100%) !important;
}
.pagination .page-link:hover {
    background-color: #012235 !important;
}

/* DatePicker */
.datepicker table tr td.active.active {
    background-color: #57BA47 !important;
    border: #57BA47 !important;
}
.datepicker table tr td.active:active:hover, .datepicker table tr td.active.active:hover {
    background-color: #00c853 !important;
    border: #00c853 !important;
}

/* Form Style */
.form-group {
    margin-bottom: 0.8rem !important;
}

/* Input style */
.form-control:focus {
    border-color: #57BA47 !important;
}

/* Datepicker style */
.datepicker {
    background-color:white !important;
}

/*Sales table Row rotal/Discount Total/ Grand Total style*/
span.inline-label {
    line-height: 3em;
}

/*Sales table Row rotal/Discount Total/ Grand Total style*/
.footer-summary .row {
    padding-top: 15px;
}

/*Sale Order (create) */
.prodLabel {
    display: none;
}
.mobileLabel {
    display: block;
}

/* Vendor/Customer */
.removeBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
    .prodLabel {
        display: block;
    }
    .mobileLabel {
        display: none;
    }
    .poRow {
        margin-top: -50px;
    }
}

/*Product Page Disabled Style*/
.productDisabled {
    margin-left: 20px;
}

/*Sales Report Pagination style*/
.pagination {
    float:right;
}

/*sales report search button style*/
.reportStyle {
    margin-top:25px;
}

/*input number style*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.subheader.style{
    margin-bottom:0 !important;
}

.platform{
   /* border: 1px solid #08314C; */
   padding: 0.25em 0.4em;
   font-size:85%;
   font-weight: 500;
   text-align: center;
   line-height: 1;
   border-radius: 4px;
   background-color:#FABB95;
}

.payment{
    /* border: 1px solid #08314C; */
    padding: 0.25em 0.4em;
    font-size:85%;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    background-color:#FABB95;
}

.price{
    float:right;
}

span{
    display: inline-block;
}
.qty{
    text-align:center;
}

.lowStock{
    -webkit-appearance: none;
}