﻿#pnlLoading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=);
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: fixed;
        width: 150px;
        height: 150px;
        margin: 6px;
        border: 10px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #009688 transparent transparent transparent;
        top: 50%;
        left: 50%;
        margin-top: -75px;
        margin-left: -75px;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


button {
    background-color: #009688;
    color: #fff !important;
    padding: 7px 12px;
    font-size: 16px !important;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}

    button:hover {
        background-color: #00776c;
    }

.action-btn {
    background-color: #009688;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 32px;
    text-align: center;
    color: #fff;
    border: 0;
    text-decoration: none;
    animation-name: actionbtn;
    animation-duration: 0.5s;
    vertical-align: middle;
    padding: 8px 0 5px 0 !important;
    width: 50px;
}

    .action-btn:hover {
        animation-name: actionbtn-over;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

@keyframes actionbtn-over {
    from {
        bottom: 20px;
    }

    to {
        bottom: 25px;
    }
}

@keyframes actionbtn {
    from {
        bottom: 25px;
    }

    to {
        bottom: 20px;
    }
}


#pnlMovimentazione {
    display: none;
    display: none;
    top: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=);
}

@keyframes pnlmovimentazione-open {
    from {
        top: 100%;
    }

    to {
        top: 0%;
    }
}

#pnlMovimentazione.open {
    animation-name: pnlmovimentazione-open;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    display: block;
}

#pnlMovimentazione .cnt {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    display: block;
    height: 100%;
}

#pnlMovimentazione .contents {
    overflow-y: auto;
    padding: 0px;
}

#pnlMovimentazione .header {
    background: #eee;
    overflow: auto;
    padding: 10px;
}

    #pnlMovimentazione .header h2 {
        margin: 0;
        padding: 6px 0;
    }



#pnlMovimentazione .footer {
    background: #eee;
    padding: 10px;
}

#pnlMovimentazione .contents strong {
    display: block;
    padding: 10px 0 5px 0;
}

.shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(68,68,68,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(68,68,68,1);
    box-shadow: 0px 0px 20px 0px rgba(68,68,68,1);
}


/*#pnlMovimentazione .dxeMemo_Material, .col-2 input, .col-2 .dxeButtonEdit_Material, .col-4 input, .col-4 .dxeButtonEdit_Material, .col-6 input, .col-6 .dxeButtonEdit_Material {
        width: 100%;
    }

.col-numeric {
    text-indent: 5px;
}

@media (max-width: 768px) {

    .col-2 {
        width: 50%;
    }

    .col-4 {
        width: 100%;
    }

    .col-6 {
        width: 100%;
    }
}


@media (min-width: 768px) {

    .col-2 {
        width: 50%;
    }

    .col-4 {
        width: 100%;
    }

    .col-6 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-2 {
        width: 25%;
    }

    .col-4 {
        width: 33%;
    }

    .col-6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-2 {
        width: 20%;
    }

    .col-4 {
        width: 33%;
    }

    .col-6 {
        width: 50%;
    }
}*/
.pnlRigaRicercaArticolo {
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 5px;
}


.pnlRigaRicercaArticolo .tag{
    display:inline-block;
    margin:3px;
    padding:3px;
    background:#777;
    color:#fff;
}

    .pnlRigaRicercaArticolo .col-qta {
        width: 150px;
        text-align: center;
        vertical-align: middle;
    }

    .pnlRigaRicercaArticolo .col-qtainiziale {
        width: 80px;
        text-align: center;
        vertical-align: middle;
    }

    .pnlRigaRicercaArticolo .col-img {
        width: 120px;
        height: 80px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .pnlRigaRicercaArticolo .col-marca {
        padding-left: 5px;
    }

    .pnlRigaRicercaArticolo .col-codice {
        width: 130px;
        vertical-align: middle;
    }

    .pnlRigaRicercaArticolo .riga-nome {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }


#pnlRigheMovimentazione {
    width: 100%;
    margin-top: 10px;
}


    #pnlRigheMovimentazione th {
        text-align: center;
        vertical-align: bottom;
    }

.pnlRigaMovimentazione {
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 5px;
}

    .pnlRigaMovimentazione .icon-spin {
        cursor: pointer;
        background-color: #009688;
        color: #fff;
        padding: 3px;
        font-size: 22px;
        border: 0;
        cursor: pointer;
        border-radius: 15px;
        margin: 5px;
    }


.col-qta input {
    text-align: center;
}

.pnlRigaMovimentazione .icon-spin:hover {
    background-color: #00776c;
}

.pnlRigaMovimentazione .mod-qta {
    margin: 0 auto;
}



.pnlRigaMovimentazione .col-qta {
    width: 150px;
    text-align: center;
    vertical-align: middle;
}

.pnlRigaMovimentazione .col-qtainiziale {
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.pnlRigaMovimentazione .col-img {
    width: 120px;
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.pnlRigaMovimentazione .col-marca {
    padding-left: 5px;
}

.pnlRigaMovimentazione .col-codice {
    width: 130px;
    vertical-align: middle;
}

.pnlRigaMovimentazione .riga-nome {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

/*
    .pnlRigaMovimentazione .riga-qta span {
        line-height: 30px;
        
    }

        .pnlRigaMovimentazione .riga-qta .dxeButtonEdit_Material {
            float: right;
        }

        .pnlRigaMovimentazione .riga-qta span.error-qta {
            line-height: 32px;
            display: block;
            text-align: center;
        }

    


    .pnlRigaMovimentazione .riga-nome {
        width: 340px;
        display: table-cell;
        vertical-align: middle;
        line-height: 32px;
        padding-left: 10px;
    }
    */
.mainContentPane {
    padding: 0 10px;
}


#pnlArticolo {
    max-width: 1000px;
    margin: 0 auto;
}

    #pnlArticolo strong {
        padding: 7px 0 5px 0;
        display: block;
    }

    #pnlArticolo .bv-datiarticolo {
        width: 50%;
        float: left;
    }

    #pnlArticolo .bv-immaginiarticolo {
        width: 49%;
        float: right;
    }


.dxgvDetailRow_Material {
    background-color: #f2f2f2;
}

.bv-gridimg {
    max-width: 150px;
    max-height: 80px;
}


#cntLogin {
    z-index: 1;
    background: #FFFFFF;
    width: 360px;
    height: auto;
    margin: 20px auto;
    padding: 20px 20px 30px 20px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}



    #cntLogin input {
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    #cntLogin button {
        text-transform: uppercase;
        outline: 0;
        width: 100%;
        border: 0;
        padding: 15px;
        font-size: 14px;
        cursor: pointer;
    }



@media (min-width: 500px) {
    /*  .dxmLite_Material, .headerTop {
        padding-left: 150px;
    }

    .dxmLite_Material {
        background-image: url(Images/BeaverStoreLogo.png);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: contain;
    }*/
}

/*specifico per tablet*/
@media (width:1280px ) {

    .dxpnlControl_Material, .dxgvControl_Material, .dxgvDisabled_Material, .dxeEditAreaSys, .dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys, .dxgvHeader_Material, .dxmLite_Material {
        font-size: 16px;
    }
}

button.icon {
    padding: 5px 7px 3px 7px;
}

    button.icon ion-icon {
        font-size: 32px;
    }

.art {
    border-bottom: 1px solid #ccc;
    height: 70px;
}

    .art div {
        float: left;
        height: 70px;
    }

        .art div.img {
            width: 30%;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

        .art div.desc {
            width: 53%;
            padding-left: 2%;
            margin-top: 6px;
            height: 64px;
        }

    .art .qta {
        width: 15%;
        text-align: center;
        line-height: 70px;
    }

.dxtlNode_Material:hover {
    background-color: #f1f1f1;
}




.pnlCassa {
    height: auto;
    overflow-y: auto;
}

h2 {
    margin: 0;
    padding: 16px 0;
}


#btnCassa_Reset, #btnCassa_Invia {
    position: fixed;
    z-index: 9999999;
    right: 10px;
    bottom: 10px;
}

#btnCassa_Invia {
    right: 100px;
}

.lblUsername {
    float: right;
    line-height: 35px;
    display: block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 15px;
}


.riga_qta_errore {
    background-color: #ffced9;
}


.qtaCassa {
    font-size: 20px;
    display: block;
    float: none !important;
}

.lblErroreQtaCassa {
    color: #bb0000;
    float: none !important;
}

.radioList {
    border: 0px;
    padding-left: 0;
    padding-right: 0;
}

    .radioList .dxe {
        padding: 0 !important;
    }

    .radioList .dxeBase_Material .dxichCellSys {
        padding: 2px;
    }

.txtArticoloSearch {
    width: 100%;
    height: 40px;
    border:1px solid #ccc;
    font-size:20px;
}

.radioList .dxichTextCellSys {
    padding-left: 6px !important;
}

@media(max-width: 590px) {
    .radioList .dx-wrap {
        white-space: nowrap !important;
        text-indent: -21px;
        display: block;
        overflow: hidden;
    }

    .radioList .dxichTextCellSys {
        padding-left: 4px !important;
    }
}



#pnlArticoloSearch {
    max-width: 800px;
    min-width: 500px;
    width: 100%;
    height: 70%;
    position: fixed;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    display: none;
    overflow-y: auto;
    padding: 0 20px 20px 20px;
    z-index:9999999;
}

    #pnlArticoloSearch table {
        width: 100%;
    }

    #pnlArticoloSearch .col-btn {
        width: 24px;
    }

        #pnlArticoloSearch .col-btn button {
        }


            #pnlArticoloSearch .col-btn button * {
                font-size: 24px;
            }


.btn-exit {
    background-color: #ccc !important;
    color: #fff !important;
    border-radius: 20px !important;
    font-size: 24px !important;
    padding: 5px 7px 1px 7px;
    margin-top:5px;
}

    
h3{
    margin:15px 0;
}


textarea.txtCassa {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
}

.erroreCassa{
    background-color:red;
    color:#fff;
}



.txtInserimentoMassivo{
    height:250px;
    width:100%;
    margin-top:10px;
}


.tblInfoCfg td, .tblInfoCfg th{
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 10px 0;
    padding: 5px;
}