.PanelPopup {
    margin: 5px;
    padding: 5px;
    border: 10px solid #ccc
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #f0f0f0;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: auto;
    margin-left: 0px;
    margin-top: 20px
}

.hide { display: none }
.show { display: block }

.inSviluppo {
    background-color: #E4E4E4;
    padding: 5px
}





.smallerTextbox input[type="text"], .smallerTextbox select, .smallerTextbox input[type="date"] {
    height: 30px !important;
    font-size: 13px;
}

.smallerLabel label{
    margin-bottom: 0px;
}









/* GESTIONE MAGAZZINO INIZIO */

.table td, .table th { vertical-align: middle !important; }

.btn-border-dotted { border: 1px dotted #808080 !important }

.rbVisualizzazione tr td input { margin-right: 5px; }

.rbVisualizzazione tr td label { margin-right: 15px; }


/* GESTIONE MAGAZZINO FINE */

/* ------------------------------------------------------------------- */

/* GESTIONE DOCUMENTI INIZIO */

.myCheckBox label {
    font-size: 20px;
    margin-right: 10px;
}

.myCheckBox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.displayNone {
    display: none !important
}

#gridTestataOrdini td {
    padding: 5px !important;
}

#gridTestataDDT td {
    padding: 5px !important;
}

.divDettaglioOrdiniCliente {
    padding: 3px 3px 3px 10px;
    margin-bottom: 3px;
    background-color: #DAFEFF;
    max-width: 600px;
    /*width: 600px;*/
    /* border-radius: 5px; */
    border: 1px dotted black;
    border-left: 3px solid #48A1FF;
}

.divEtichette div{
    float:left;
    margin-right: 10px;
    /* padding: 5px; */
    margin: 0px 10px 10px 0px;
}



/* GESTIONE DOCUMENTI FINE */
/* ------------------------------------------------------------------- */
/* NUOVO ORDINE */
#gridArticoli td {
    padding: 10px !important;
}


.btnRiordini a {
    padding: 10px;
    font-size: 30px;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;
}

.bgCliked {
    /*background-color: #B4B4B4 !important;*/
    -moz-box-shadow: inset 0 0 10px #000000 !important;
    -webkit-box-shadow: inset 0 0 10px #000000 !important;
    box-shadow: inset 0 0 10px #000000 !important;
}

.opacity0_5 {
    opacity: 0.4
}

.opacity1 {
    opacity: 1
}

.modalWidth50 {
    width: 50% !important;
    max-width: 100% !important;
}

.modalWidth80 {
    width: 80% !important;
    max-width: 100% !important;
}

#divCheckboxSelezioneArticoli {
    width: 100%;
    height: 100%;
    text-align: center
}

    #divCheckboxSelezioneArticoli input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }

#tabTestPDF tr th, #tabTestPDF tr td {
    padding: 1px;
    text-align: left;
}

#divDettaglioDocumento{
    margin-bottom: 50px;
}
/* ------------------------------------------------------------------- */
/* PROGRESS BAR INIZIO */
body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

.modalProgress {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 370px;
    background-color: Black;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 222px;
        width: 350px;
        opacity: 1;
    }

.GreenLabel {
    color: green
}

.RedLabel {
    color: red
}
/* PROGRESS BAR FINE */

.table tbody tr:hover td, .table tbody tr:hover th {
    /*background-color: #b7ef6f;*/
    background-color: #c7d3d4;
}

.LoadingDiv1 {
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.80;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 800vh;
    z-index: 1000
}

.LoadingDiv2 {
    margin: auto;
    font-family: Open Sans, sans-serif;
    filter: alpha(opacity=100);
    margin-top: 200px;
    text-align: center;
    opacity: 1;
    font-size: small;
    color: #000;
    font-family: Arial;
    z-index: 1001
}

.Riga12 {
    font-size: 13px
}


.fadeMe {
    opacity: 0.7;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 5000000;
    top: 0;
    left: 0;
    position: fixed;
}

.fadeMe2 {
    margin-top: 130px;
    text-align: center;
    z-index: 11;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #fff
}
.BoldLab {
     font-weight:bold
}
