#ui-id-1{
    background-color: white;
    list-style: none;
}

#ui-id-1 li{
    margin: 5px 0;
    
}

.ui-helper-hidden-accessible{
    display: none;
}
.menuhvr:hover{
    background-color: #007bff;
    color:white;
}

.keyno{
    display: none!important;
}

.main{
    background-color: white;
}

.keyboardbtn{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000000000000000000000000000000000000;
}

div.jQKeyboardContainer{
    z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
}

.no-underline:hover{
    text-decoration: none;    
}

.hidden{
    display: none;
}

.form-signin.col-6{
    flex: 0 0 97%;
}

.container-fluid.main .row h1,.container-fluid .row h2{
    margin: 0 auto;
}

.menu {
    background:linear-gradient(45deg, rgb(56, 78, 140) 30%, rgba(106, 146, 187, 0.86) 100%);
}

.modal-header {
    background:linear-gradient(45deg, rgb(56, 78, 140) 30%, rgba(106, 146, 187, 0.86) 100%) !important;
    color: rgb(228, 228, 228) !important;
}

/* Ensure modal content does not show from below modal-header */
.modal-content {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

/* Make a percentage based modal size */
.modal-larger {
    max-width: 80% !important;
}

.menu i.fas {
    font-size: 2em!important;
}

.title {
    background-color:rgb(247, 247, 247)!important;
    color:#333!important;
    padding: 0.5em 0.5em 0.5em 1em!important;
    margin-bottom: -16px !important; 
    box-shadow: 0px 0px 3px #b3b3b3;
}

.btn-lg{
    white-space: initial;
    min-width: 120px;
}

.btn-outline-warning:hover {
    color: white !important;
}

.table-responsive {
    display: inline-table;
}

tr th {
    vertical-align: middle !important;
}

tr td {
    vertical-align: middle !important;
}

.table td, .table th {
    padding: 0.2rem;
    font-size: 15px
}

.bg-sale-line-complete {
    background-color: #f7f7ad !important;
}

/********-----------------------TECLADO EN PANTALLA--------------------***********/

.modal-backdrop.in.nmpd-overlay {
    background-color: #333333ed;
}

.table.modal-content.nmpd-grid {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.table.modal-content.nmpd-grid .numero {
    padding: 20px 25px;
}


.table.modal-content.nmpd-grid .numero:hover {
    background-color: #384F8C;
    color: #fff;
}

.table.modal-content.nmpd-grid .del {
    padding: 20px 25px;
}


.table.modal-content.nmpd-grid .del:hover {
    background-color: #384F8C;
    color: #fff;
}

.table.modal-content.nmpd-grid .clear {
    padding: 20px 16px;
}

.table.modal-content.nmpd-grid .clear:hover {
    background-color: #384F8C;
    color: #fff;
}

.table.modal-content.nmpd-grid .cancel {
    padding: 20px 16px;
}

.table.modal-content.nmpd-grid .cancel:hover {
    background-color: #384F8C;
    color: #fff;
}

.table.modal-content.nmpd-grid .neg {
    padding: 20px 25px;
}

.table.modal-content.nmpd-grid .neg:hover {
    background-color: #384F8C;
    color: #fff;
}

.table.modal-content.nmpd-grid .sep {
    padding: 20px 25px;
}

.table.modal-content.nmpd-grid .sep:hover {
    background-color: #384F8C;
    color: #fff;
}

.table.modal-content.nmpd-grid .done {
    padding: 20px 25px;
}

.table.modal-content.nmpd-grid tr:first-child td:first-child {
    width: 355px;
}

/********------------------------------------------------------------------***********/
.table-responsive{
    min-width: 100%!important;
}
 
.table_left{
    width: 100%!important;
    min-width: 100%!important;
}

.table_left{
    width: 100%!important;
    min-width: 100%!important;
}

.buttons_right{
    width: 100%!important;
    min-width: 100%!important;
}


.btn-primary {
    background-color: #384F8C;
    border-color: #384F8C;
}

button a {
    color: inherit;
    text-decoration: none;
}

button a:hover {
    color: inherit;
    text-decoration: none;
}

.logo {
    max-height: 200px;
    text-align: center;
    padding: 5px 0;
    min-width: 1920px;
}

.logo2 {
    height: 100px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.bg-f {
    background-color: #FAFAFA;
    min-height: 385px;
    max-height: 500px;
    overflow: scroll;
}

/*
.navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(-39%);
}
*/

.main-nav li {
    display: inherit;
}

.navbar.navbar-expand-lg {
    background-color: #384F8C;
    margin-bottom: 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
    padding: 15px;
}

.navbar.navbar-expand-lg a {
    color: white;
}

.navbar.navbar-expand-lg a:hover {
    color: white;
    text-shadow: white 0px 0px 0px;
}

/*
.navbar.navbar-expand-lg .dropdown-menu a {
    color: #384F8C;
}
*/


/*
.navbar.navbar-expand-lg .dropdown-menu a:hover {
    color: #384F8C;
    text-shadow: #384F8C 0px 0px 0px;

}
*/

/*
.dropdown-item.active,
.dropdown-item:active {
    background-color: #70a2d74a;
}
*/

.table .thead-dark th {
    vertical-align: middle;
}

.row i.fas {
    font-size: xx-large !important;
}


#foto-div {
    padding: 10px 10px 30px 10px;
}

#foto {
    width: 300px;
    height: 100%;
    margin: 0 auto;
}

.form-check.first {
    padding-top: 6px;
}

.form1 .form-check {
    padding-left: 0;
}

.form1 .form-check-input {
    margin: 0 0 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.marked {
    background-color: #6c757d;
    color: white;
}

.form2 input {
    cursor: pointer;
}

.form-align {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.form-align .label {
    width: 75%;
    cursor: pointer;
    padding-left: 20px;
    border: 1px solid #c7cfdd61;
    padding: 7px 0;
    border-radius: 2px;
    margin: 3px 0;
}


.form-align .label:hover {
    color: #0056b3;
}

.btnhide {
    display: none;
}

.box {
    box-sizing: border-box;
    border: 1px solid #dee2e630;
}

form .multiselect-native-select .btn-group {
    display: block;
    margin: 0 auto;
    width: 100% !important;
}

/*
.multiselect.dropdown-toggle.btn.btn-default {
    max-width: 250px;
}
*/

/*
form .dropdown-menu {
    display: inline-block !important;
    width: 100% !important;
    text-align: center;
    position: relative;
    border: 1px solid #dee2e6de;
    background-color: transparent;
    border-bottom: none;
}
*/


form .input-group .form-control.multiselect-search {
    border-radius: 5px !important;
    cursor: text;
}

form .multiselect-search .input-group-btn {
    display: none !important;
}

form .multiselect-item span {
    display: none;
}

/*
form .multiselect.dropdown-toggle::after {
    display: none;
}
*/

form .multiselect-container .input-group {
    margin: 0;
    padding: 5px;
}

form .multiselect-container li a label {
    padding: 3px 0 3px 0;
}

.form1 select {
    margin-top: 15px;
}

.form1 h5 {
    font-size: 18px;
    margin-top: 25px;
}

label.checkbox {
    color: #212529;
}

label.checkbox:hover {
    color: #0056b3;
}

.pointer{
    cursor: pointer;
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {

    margin: 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #c7cfdd61;
    padding: 7px 0;
}
.in-out{
    width: 100%;
    max-width: 100%;
}

#mlkeyboard {
    z-index: 10000000000000000;
}

.custom_alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.party-selection-item:hover,.product-selection-item:hover  {
    background-color: lightgrey;
    cursor: pointer;
}


.printer{
    width: 300px;
    min-height: 100px;
    position: fixed;
    background-color: white;
    z-index: -10;
    text-align: center;
    border: 2px solid #333;
    top: 0;
}

.searcher-item:hover {
    background-color: rgba(0, 0, 0, .1);
}


@media (max-width: 800px) {
    .nav-link{
        font-size: 12px;
    }
    
    .nav-link h4{
        font-size: 12px;
    }
        
    .filter_form{
        font-size: 14px
    }
        
    .table-responsive td{
        font-size: 12px!important; 
    }
    
    .table-responsive th{
        font-size: 12px!important; 
    }
    
    .table-responsive .btn-lg{
        min-width: 30px;
        padding: 5px;
    }
    
    .btn_search{
        font-size: 10px;
        padding: 0;
    }
}
@media (min-width: 980px) {
    .in-out{
    width: 50%;
    max-width: 50%;
    }
    .buttons_right{
    width: initial!important;
    min-width: initial!important;
    }
    .table_left{
    width: initial!important;
    min-width: initial!important;
    }
    .table-responsive{
    min-width: inherit!important;
    }
}
@media (min-width: 1000px) {
    .form-signin.col-6{
    flex: 0 0 50%;
}
}

/* Chrome, Safari, Edge, Opera */
.extra_balance_quantity::-webkit-outer-spin-button,
.extra_balance_quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.extra_balance_quantity[type=number] {
  -moz-appearance: textfield;
}

.modal-balance{
    max-height: 75vh;
    overflow: scroll;
    border-left: 1px solid #f0f0f0
}

#balance_view{
    background-color: #fff;
    font-size: 22px;
    text-align: center;
    border: 3px solid #575757;
    font-weight: bolder:
}

#ui-id-2{
    background-color: white;
}