﻿/* ==========================================================================
   Improved & Modified by ALGOHRY 😃
   Description: CSS styles for the dashboard and UI enhancements
   GitHub: https://github.com/algohry
   Behance: https://www.behance.net/ah_abdellatif
   ==========================================================================
*/


/*---make  table responsive in BillData Screen---*/
.invoice-list-wrapper table thead th,
.invoice-list-wrapper table tbody td {
    max-width: 100% !important;
    word-wrap: break-word !important;
}

@media screen and (max-width: 600px) {
    .invoice-list-wrapper table thead th,
    .invoice-list-wrapper table tbody td {
        width: 100% !important;
    }

}
/*---make table responsive in BillData Screen---*/

/*Modal PopUp Enhancement*/
.modal-header h3 {
    margin-top: 0;
    color: #2799a3;
    font-size: 22px;
    font-weight: bold;
}

.modal-header {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

    .modal-header .btn-close {
        float: left;
    }

    .modal-header span {
        /*font-size: 20px;*/
        line-height: 35px;
        margin-top: 0px;
        color: #000000;
    }

.modal-footer {
    /*position: relative;*/
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}

/*Modal PopUp Enhancement*/
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 14px !important;
    padding: 14px 16px !important;
    color: #2a2828 !important;
}

.hide {
    display: none !important;
}
/*a {
    color: #2799a3 !important;
}

    a:hover {
        color: #4cbdc7 !important;
    }
*/
nav a {
    color: #fff !important;
}

#Notifications .notification-badge {
    font-size: 14px;
}

.billfooter {
    position: unset !important;
    width: auto !important;
}

.vs--single .vs__selected {
    font-size: 13px !important;
}

@media screen and (max-width: 1379px) {
    .breadcrumb-item a {
        font-size: 14px
    }
}

@media (max-width: 1536px) {
    .vs--single .vs__selected {
        font-size: 10px !important;
    }
}


.navbar .header-search-wrapper {
    margin: 24px 75px 0px auto !important;
}

.btn-default {
    background-color: #2799a3;
}

.fw-bold {
    font-weight: bold !important;
}
/*---------------------------*/
.vs__selected {
    white-space: nowrap;
}

.v-mt-4 {
    margin-top: -4px !important;
}

.selectedRow {
    background-color: #d8e7f3;
}

/*table td, table th {
    width: 15%;
}
*/
.btn-nomrgn {
    padding: 0 10px;
}

.txtsm {
    margin: 0 !important;
    padding: 0 !important;
}

i.left {
    margin-left: 8px;
}

.input[type="search"]:not(.browser-default) {
    margin: 0 0 0 0;
}

[type="checkbox"] + span:not(.lever)::before, [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    position: initial;
    width: auto;
    height: auto;
    margin-top: auto;
    content: none;
    border: none;
}

.bb {
    border-bottom: 3px #ddd solid;
    margin-right: -3px;
    margin-left: -3px;
}

.bt {
    margin-right: -3px;
    margin-left: -3px;
    border-top: 4px #ddd solid;
}

.table thead {
    background-color: #f2f2f2;
}

    .table thead td, .table thead th, .table td {
        border-width: 0px 1px 1px !important;
    }


/***************************/
.card {
    border-radius: 10px;
    padding: 5px;
}

    .card .card-title {
        font-weight: 700;
    }


    .card ul {
        border: none;
    }

.categories-collapsible li {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}

    .categories-collapsible li span {
        white-space: nowrap;
    }



.billfooter {
    padding-top: 12px;
}

    .billfooter input {
        border-radius: 4px !important;
        border: none !important;
    }

    .billfooter label {
        white-space: nowrap;
    }

#totalTax {
    color: #fff !important;
}

.commandsBar {
    /*padding: 15px 0;
    margin: 15px 0;*/
}

    .commandsBar .bt {
        display: none;
    }


.modal-container {
    width: 77%;
    margin: 0px auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
}


    .modal-container input[type="text"] {
        background: #f0f0f0;
        height: 35px;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 0px 5px;
    }

    .modal-container th {
        white-space: nowrap;
    }


.invoice-button {
    position: relative;
    bottom: 20px;
}


.categories-collapsible li {
    padding: 20px 4px !important;
}



/*--- TEXT ---*/

.text-1em {
    font-size: 1em !important;
}

.text-1_5em {
    font-size: 1.5em !important;
}


.text-2em {
    font-size: 2em !important;
}

.text-3em {
    font-size: 3em !important;
}

.text-4em {
    font-size: 4em !important;
}

.text-5em {
    font-size: 5em !important;
}

.text-6em {
    font-size: 6em !important;
}

.clothes {
    background: linear-gradient( 270deg, #0c228f, #02a0d0) !important
}

html {
    font-family: 'Tajawal', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
    color: #6b6f82;
}

/*--- PointBillData Page ---*/
.pointBillData-page table {
    text-align: center !important;
}

    .pointBillData-page table input[type="text"] {
        text-align: center;
    }

    .pointBillData-page table td,
    .pointBillData-page table th {
        width: 0%;
        width: 0%;
        vertical-align: middle;
    }

.pointBillData-page .mx-datepicker {
    width: -webkit-fill-available;
}

.pointBillData-page .mainpadding {
    padding-right: 200px !important;
}

.pointBillData-page .vs__selected {
    white-space: nowrap;
}

.pointBillData-page .vs__dropdown-toggle {
    height: 49px;
}

.pointBillData-page .selectedRow {
    background-color: #d8e7f3;
}

.pointBillData-page .offeritem {
    background-color: #a2c0ee;
}

.pointBillData-page .alertitem {
    background-color: #ebb8c6;
}

.pointBillData-page .btn-nomrgn {
    padding: 0 5px;
}

.pointBillData-page .txtsm {
    max-width: 60px;
    margin: 0 !important;
    padding: 0 !important;
}

.pointBillData-page .billfooter {
    color: #000;
}

.pointBillData-page .discount.discountmodel.modal-container {
    width: 30% !important;
}

.pointBillData-page .btn-large,
.pointBillData-page .btn-small,
.pointBillData-page .btn-floating,
.pointBillData-page .dropdown-content,
.pointBillData-page .collapsible,
.pointBillData-page .sidenav {
    box-shadow: none !important;
}

.pointBillData-page .labelfooter {
    text-align: center !important;
}

.pointBillData-page .table thead td,
.pointBillData-page .table thead th {
    font-size: 13px !important;
    text-align: center;
}

.pointBillData-page .barcode {
    outline: solid 2px rgb(3 117 128) solid 2px !important;
}

.pointBillData-page .b-checkbox.checkbox input[type=checkbox] + .check {
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #494343;
}

.pointBillData-page .b-checkbox.checkbox .control-label {
    padding-right: calc(.5em - 1px);
    font-size: 15px;
}

.pointBillData-page .b-checkbox.checkbox {
    vertical-align: middle;
}

.pointBillData-page .btn-pad {
    padding-left: .5em !important;
    padding-right: 0em !important;
}

.pointBillData-page .btn,
.pointBillData-page .btn-small {
    letter-spacing: 0px !important;
}

.pointBillData-page .arrowmenue {
    margin-right: 3px;
    width: 24% !important;
    margin-left: 3px;
}

    .pointBillData-page .arrowmenue .vs__dropdown-toggle {
        height: 37px !important;
        background-color: #eee;
    }


/*--- Media Query ---*/
@media (max-width:768px) {
    .returnsellbill_billdata_page .responsive-table thead th i {
        display: none;
    }

    .billfooter {
        position: initial !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        bottom: 0 !important;
        border-radius: 5px;
        margin: 10px auto 0 auto !important
    }

    .modal-body {
        max-height: 400px;
        overflow: auto;
        overflow-x: hidden;
    }
}
