*{
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

.btn-info{
        border: 1px solid rgb(16, 134, 153)
}

a:hover{
    text-decoration: none;
}

.pointer{
    cursor: pointer;
}

.btn-secondary{
    background-color: #eaeaea !important;
    color: #303030;
    border: 1px solid #d2d2d2;
}

.btn-secondary:hover{
    background-color: #d0d0d0 !important;
    color: #000;
    border: 1px solid #d2d2d2;
}

.menuul .form-check-label {
    width: 100%;
}

.nobtn{
    background-color: transparent;
    border: none;
    width: 100%;
}

.nobtn:active{
    background: transparent!important;
    border:none!important;
}

.nobtn:focus{
    background: transparent!important;
    border:none!important;
    box-shadow: none!important;
}

.nobtn:hover{
    background: transparent;
}

.a-down{
    position: relative;
}

.a-down:before{
    content: "";
    top: 45%;
    right: -15px;
    position: absolute;
    border-top: 5px solid #007bff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;    
}

.clicked .a-down:before{
    content: "";
    top: 25%;
    right: -15px;
    position: absolute;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #007bff;
    border-left: 5px solid transparent;    
}

#logo1{
    width: 20%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.menu_container{
    text-align: center;
}

/*html {
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}*/

.bg-empty{
    background-color: #ffffe3;
    border:1px solid #dbdbdb;
    border-radius: 3px;
    width: 100%;
    text-align:center;
}

.bg-new{
    background-color: #fff;
    border:1px solid #dbdbdb;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}
body{
    background-color: #f0f0f0;
}

.title{
    display: block;
}

.datetitle{
    font-size: 26px;
}

.btn-warning {
    color: #212529;
    background-color: #f4e1a8;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #fff5d9;
    border-color: #d39e00;
}

/********-----------------------Production--------------------***********/
.title {

    color: #fff;
    padding: 1em 0.5em 0.2em 1em;
    background: linear-gradient(45deg, rgb(56, 78, 140) 40%,rgba(106, 146, 187, 0.86) 100%);
    height: 105px;
    overflow: hidden;
    min-width: 650px;

}

.title h2{
   color: #fff;
}

.body{
    background-color: #f0f0f0;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding:0;
    margin:0;
}

.box{
    width: 100%;
    /*! height: 600px; */
    /*padding: 5px 0px;*/
    /*min-width: 1300px;*/
    min-width: 550px;
}

.contain{
    background-color: #fff;
    border:1px solid #a3a3a3;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    /*! height: 100%; */
    clear: both;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}

.headercontent{
    border-bottom: 1px solid #efefef;
    height: 30px;
    box-sizing: initial;
    position: relative;
}

.headerbox.bg-danger{
    width: 20%;
    background-color: #f3f1f7 !important;
    color:#333;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    border: 0;
    box-sizing: border-box;
   
}

.headerbox.bg-danger:hover{
        background-color: #fff !important;

}

.headerbox.alert-p{
    background-color: #db6a6a;
}

.headerbox.good-p{
    background-color: #74b574;
}

.headerbox2{
    width: 20%;
    background-color: #f0f0f0;
    /*! color:white; */
    text-align: center;
    display: inline-block;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    overflow: hidden;
}

.headerdate{
    width: 50%;
    color: #333;
    text-align: center;
    display: inline-block;
    height: 100%;
    float: right;
    text-align: right;
    padding: 0 35px 0 0;
}

.header-icon{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    
    color: #404f71;
    font-size: 30px;
    background-color: #f0f0f0;
    border-radius: 50px;
    border: 1px solid #e3e3e3;
}

.header-icon.up{
    top: 50%;
    transform: translateY(-50%);
    color: #404f71;
}

.arrowup .header-icon .fa-sort-down{
    display: none;
}

.arrowdown .header-icon .fa-sort-up{
    display: none;
}

.arrowdown{
    padding: 30px;
    transition:padding 0.5s linear;
}

.fa-sort-down{
    transition: transform 0.15s linear;
}

.arrowdown:hover .fa-sort-down{
    transform: translateY(25%);
}

.fa-sort-up{
    transition: transform 0.15s linear;
}

.arrowup:hover .fa-sort-up{
    transform: translateY(-25%);
}

.arrowup{
    padding: 25px;
    transition:padding 0.5s linear;
}

.conbox{
    position: relative;
    width: 100%;
    height: 100%;
}

.boxleft{
    width: 100%;
    /*! background-color: #f9f9f9; */
    display: inline-block;
    /*! height: 250px; */
    float: left;
    border: 5px solid white;
    overflow: hidden;
    overflow-y: scroll;
    border-left: 10px solid white;
}

.boxmid{
    width: 100%;
    /*! background-color: #f9f9f9; */
    display: inline-block;
    /*height: 250px;*/
    height: auto;
    float: left;
    border: 5px solid white;
    border-left: 10px solid white;
}

.boxright{
    width: 100%;
    /*! background-color: #f9f9f9; */
    display: inline-block;
    /*! height: 250px; */
    float: left;
    border: 5px solid white;
    border-left: 10px solid white;
}

.boxtop{
  /*! background-color: #f9f9f9; */
  width: 100%;
  /*height: 300px;*/
  /*! position: absolute; */
  /*! top: 250px; */
  border: 5px solid white;
  border-left: 10px solid white;
  font-size: 14px;
}

.section-header{
    background-color: #404f71;
    color:white;
    text-align: center;
    font-size: 19px;
    position: relative;
}

.plus{
    position: absolute;
    padding: 6px;
    right: 0;
    top:50%;
    transform:translateY(-50%);
    cursor: pointer;
}

.consumos-list {
    list-style: none;
    display: inline-block;
    border-bottom: 1px solid #a0a0a0;
    width: 100%;
    padding: 0;
    text-align: center;
}

.consumos-list li {
    display: inline-block;
    padding: 0 8px;
}

.table.table-striped.table-condensed.table-left {
    font-size: 14px;
}


.scroller {
  scrollbar-color: #404f71 #fff;
  scrollbar-width: thin;
  overflow-y: scroll;
  overflow-x: hidden;
}

.table td{
    padding: 5px!important;
    margin: 0!important;
}

.table-p th{
    padding: 5px!important;
    margin: 0!important;
}

.form-p form{
    font-size:14px;
}

.form-p input{
    padding:1px!important;
    margin: 0px!important;
}

.form-p label{
    padding: 0px;
}
.hide{
    cursor: pointer;
}

.hiden{
    display: none;
}

/*
.dropdown-menu.hidden{
    display: none!important;
}

.dropdown-menu{
    position: relative;
    float: none;
    text-align: center;
    display: block;
}
*/

.hidden{
    display: none;
}

.changed{
    box-shadow:0px 0px 5px #138496;
    border: 1px solid #a1c9d5;
}

.changed-s{
    box-shadow:0px 0px 2px #138496;
    border: 1px solid #a1c9d5;
}

.subselect{
    border-top:none!important;
    border-bottom:1px solid #f1f1f1!important;
    border-left: 1px solid #f1f1f1!important;
    border-right: 1px solid #f1f1f1!important;
    background-color: #fafafa!important;
    color:#4497ea;
    font-weight: bold;
    font-size: 16px;
}

.subselect li{
        cursor: pointer;
}

.numpad{
    background-color: #fff!important;
}

.power{
    position: absolute;
    bottom: 0;
    right: 0;
}

.minlogo{
    height: 100px;
    display: inline-block
}

.minlogin-logo{
    height: 100%;
}

/*Remove Arrow*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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


/********-----------------------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;
}

/********------------------------------------------------------------------***********/

header.clearfix {
    position: relative
}

.exit {
    position: absolute;
    /*! bottom: 0; */
    left: 0;
    height: 100%;
}

.exit i{
    font-size: 12px!important;
    padding: 0 0 0 1px
}

.exit .total-small {
    height: 100%;
    display: inline-block;
    font-size: 12x;
    color: white;
}

.exit .total-small .logout {
    font-size: 12px;
    color: white;
    font-weight: bolder;
    padding: 10px;
    background-color: #2F3953;
    height: 100%;
    top: 4px;
    border: 1px solid #333388;
    position: absolute;
    width: 135px;
    max-height: 35px;
    text-align: center;
    transition: background 0.2s linear;
}

.exit .total-small .return-menu{
    font-size: 12px;
    color: white;
    font-weight: bolder;
    padding: 10px;
    background-color: #2F3953;
    height: 100%;
    top: 4px;
    left: 0px;
    border: 1px solid #333388;
    position: absolute;
    width: 180px;
    text-align: center;
    max-height: 35px;
    transition: background 0.2s linear;
}

.exit .total-small a:hover {

    background-color: #717D9B;
    border: 1px solid #717d9b;
    text-decoration: none;
}

/****************Machine Menu****************/

.base{
    background-color: #f4f4f4;
    border-radius: 10px;
    border:1px solid #f0f0f0;
    margin: 20px 0;
}

.base .main{
    width: 100%;
    padding:0;
}

.machine-list{
    display: inline-block;
    padding:0;
    margin:0;
    width: 100%;
    list-style: none;
    font-size:0;
}

.machine-list .element{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    padding:4px;
}

.machine-list .machine-div{
    margin: 10px!important;
    padding:5px 10px!important;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.machine-list .machine-div:hover{
    transform: scale(1.05);
}

.btn-mobileSelect-gen{
    width: 100%!important;    
}

.mobileSelect-container.white .list-container .mobileSelect-control.selected{
    background-color:#1e549b!important;
}
.container2{
    margin: 10px
}

.border-line{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.text-primary{
    color:#1e549b!important;
}

@media (min-width: 1000px) {
      .machine-list .element{
        width: 25%;
    }
    .box{
        width: 25%;
        min-width: initial;
        display: inline-block;
        margin: 0!important;
        padding: 2px!important;      
        float: left
    }
    .arrowdown{
        width: 100%;
        height: 60px;
        padding: 0;
        margin: 0;
    }
    .arrowdown .headerbox{
        width: 100%;
        
        
    }
}