.topdiv {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

i {
    padding-right: 10px;
}

th {
    text-align:center;
}

.edit_rows label{
    margin-right: 20px;
}

.card a{
    margin: 5px;
    text-align: center;
}

.card-customer {
    background-color:   #F9F6E7;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    font-size: 110%;
}
.card-customer span {
    margin-left: 10px;
}

.card-customer a {
    margin-left: 0px;
}


.card-pass {
    background-color: #F9F6E7;;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    border-left: 1px solid lightgrey;;
    font-size: 110%;
}


.card-pass span {
    margin-left: 10px;
}

.card-pass a {
    margin-left: 0px;
}

.card-pass .disabled {
    pointer-events: all !important;
  }

.bottom_aligner {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 0px;
}

.card-cart_manager {
    align-items: center;
    background-color: #F9F6E7;;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 110%;
}
.card-detail {
    background-color: #F9F6E7;;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 110%;
}
.card-cart {
    background-color: #F9F6E7;;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px solid lightgrey;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 90%;
}
.card-cart i{
        padding-right: 0px;
}

.card-cart td 
{ 
    vertical-align: middle;
}
.sales-row{
    padding-left: 25px;
    padding-right: 25px;
}

.sales-row h3{
    margin-top: 10px;
    margin-bottom: 10px;
}
/*rgb(240, 206, 144)*/
.card-sales {
    background-color: #F9F6E7;;
    padding-left: 25px;
    padding-right: 25px;
}



.card-product i{
    padding-right: 0px;
}
.sale_modal_cart i{
    padding-right: 0px;
}
.container-filter {
    margin-top: 20px;
    padding-left: 80px;
    padding-right: 20px;
    border-top: 1px solid lightgray;
  }
  
  .filterDiv {
    border: 1px solid lightgray;
    color: #000000;
    width: 150px;
    height: 125px;
    text-align: center;
    margin: 5px;
    padding: 0px;
    display: none; /* Hidden by default */
    font-size: 90%;
  }

  .filder-div-inside{
    background-color: #F9F6E7;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    height: 125px;
  }

  .btn-filter{
      background-color: #e6e2d2;
      margin-top: 5px ;
  }
  
  .scrollable {
    height: 400px; /* or any value */
    overflow-y: auto;
}
  .category-row{
      margin-bottom: 10px;
  }

  .cart-row {
    border: 1px solid lightgrey;
    border-top: 0px;
  }

  .filterDiv .row{
      text-align: center;
  }
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
  
.filterDiv i{
    padding-right: 0px;
}
.filterDiv a{
    padding: 2px;
}

.filterDiv input{
    text-align: center;
    padding: 0px;
    height: 100%;
}


.filterDiv .last-row{
    padding: 0px;
}

.sales-table{
    border-collapse: collapse;
}

.sales-table, .sales-table th, .sales-table td{
    border-color: lightgrey;
}


.sale_modal_cart{
    padding: 0px;
}

.table_collapse{
    padding: 0px !important;
}

.modalpass{
    z-index: 100;
}

.admin-table{
    margin: 0px !important;
    width:100%;
}

.updateRow{
    border: 2px solid;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-color: #000000;
}
.moveRow{
    margin-bottom: 20px;
}

.admin-table a{
    margin: 5px !important;
}


.list_container{
    max-width: 100%;
}

.big-btn {
    width: 100px;
    height: 40px;
}

.active-page
{
  background-color:#e6e2d2;
}

body.background {
    background-color: #FCFBF6
}

.background {
    background-color: #FCFBF6
}

header.background > *{
    background-color: #F9F6E7
}

.nav-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.tr-manager-background{
    background-color:#e6e2d2;
}

.tr-sales-collapsed {
    background-color:  rgba(0,0,0,.05);
}

.no_margin * { margin: 0; 
}

.no_padding { padding: 0; 
}

.bottom-margin-5{
    margin-bottom: 5px;
}

.no-top-padding{
    padding-top: 0px;
}

.no_margin { margin: 0; 
}

.bottom-margin-20{
    margin-bottom: 20px;
}

.right-margin-10{
    margin-right: 10px;
}

.right-margin-5{
    margin-right: 5px;
}


.left-margin-5{
    margin-left: 5px;
}

.left-margin-20{
    margin-left: 20px;
}

.green-border{
    border-color: green;
}

.productCodeRow {
    margin-top: 20px;
}

.sell-cart-modal {
    font-size: 140%;
}
