/*MAIN PAGE*/
     
div#app {
    padding: 0;
    margin: 0;
}

div#main {
    padding: 0;
    margin: 0;
}

/*NAVBAR*/

.navbar {
    padding: 0.8rem;
    border-bottom: solid 1px #666;
}

a.navbar-brand img.img-responsive{
    max-height: 64px !important;
}

div#navbarNavDropdown {
    padding: 0;
    margin: 0;
}

ul#languageSelector {
    padding: 0.5rem;
    margin: 0;
    border-radius: 2px;
    background-color: #ebebeb;
}

ul#languageSelector li {
    margin: 0;
}

ul#languageSelector li .form-control {
    background-color: transparent !important;
    text-transform: uppercase;
    border: none;
    padding: 0.5rem;
    text-align: center;
}

div#navbarNavDropdown .dropdown-menu.show {
    margin-top: 0.4rem;
    margin-left: -0.6rem;
    border-radius: 2px;
}
   
div#navbarNavDropdown a.dropdown-item {
    background-color: transparent;
}

div#navbarNavDropdown a.dropdown-item:hover{
    background-color: #EDEDED;
    cursor: pointer;
}    

div#navbarNavDropdown button.dropdown-item.v-btn.v-btn--contained.theme--light.v-size--default {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 2px;
}

/*LOGIN*/

#inspire > div > main > div > div > div {
    left: 50%;
    /* top: 50%; */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

#inspire > div > main > div > div > div > div > div {
    border-radius: 2px;
    /*box-shadow: 0 0 15px rgb(0 0 0 / 80%);*/ 
}
    
.v-application .elevation-8 {
    /*box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)!important;*/
    box-shadow: none !important;
}    
    

/*NAVIGATION BAR (LEFT)*/

div#content #colonnaHome {
    margin: 0;
}

div#content #colonnaHome > aside {
    margin: 0 !important;
}

#app > div > div.row > aside > div.v-navigation-drawer__content > div.v-list-item.theme--dark  {
    padding: 0 1rem !important;
    text-transform: uppercase;
}

/*div#content #colonnaHome > aside > a:hover {
    background-color: #EDEDED;
}*/

div#content #colonnaHome .v-sheet.v-card {
    border-radius: 2px;
}

/*CONTENT*/

div#content{
    padding: 0;
    margin: 0;
}

div#content .container{
    padding: 0;
    margin: 0;
}

div#content #colHomepage {
    padding: 1rem;
}

div#content #colHomepage .container{
    max-width: 100% !important;
}

.card.card-default {
    border-radius: 2px;
}

.col {
    padding: 1rem !important;
    margin: 0 !important;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

/*SELEZIONE CLIENTE*/

.backgroundPrimario.col {
    background-color: #fafafa !important;
}

.v-dialog {
    border-radius: 2px;
    /*padding: 2rem 2rem 7rem 2rem; tolta altrimenti si vede il padding trasparente sul catalogo*/
    margin: 0;
    max-height: 100% !important;
    max-width: 100% !important;
}

.v-dialog__container {
}

#app > div.v-dialog__content.v-dialog__content--active > div {
    height: 100% !important;
}

.v-dialog__content .backgroundPrimario.col {
    /*height: 100% !important;*/
    padding: 2rem !important;
}

.v-dialog__content .backgroundPrimario.col h2{
    margin: 0 0 1rem 0 !important;
    text-transform: uppercase;
}

.v-dialog__content .d-flex.justify-center.col {
    justify-content: left !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(2) > div:nth-child(1) {
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(3) {
    align-items: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(3) > div.d-flex.justify-center.col.col-4 {
    margin: 0 !important;
    padding: 0 !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(3) > div:nth-child(2) {
    margin: 0 !important;
    padding: 0 !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(3) > div:nth-child(3) {
    margin: 0 !important;
    padding: 1rem 0 0 1rem !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(3) > div.d-flex.justify-center.col.col-4 > div {
    margin: 0 !important;
    padding: 1rem 1rem 0 0 !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(3) > div:nth-child(2) > div {
    margin: 0 !important;
    padding: 1rem 1rem 0 0 !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(4) {
    padding: 0;
    margin: 0;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(4) > div {
    width: 100% !important;
    padding: 2rem !important;  
    border-radius: 2px;  
        
}

/*INFORMAZIONI CLIENTE*/

#testataNascosto {
    margin: 0 !important;
    padding: 0 !important;
}

#colTestata, #colAnagrafica {
    padding: 2rem !important;
    margin: 0 !important;
}

#colTestata h2, #colAnagrafica h2 {
    margin: 0 0 1rem 0 !important;
    text-transform: uppercase;
}

#colTestata h3 {
    margin: 0 0 1rem 0 !important;
    text-transform: uppercase;
}

#colTestata > div > div:nth-child(1), #colAnagrafica > div > div:nth-child(1) {
    margin: 0 1rem 0 0 !important;
    padding: 0 !important;
    max-width: 75% !important;
}

#colTestata .row {
    flex-direction: column !important;
}

span.ma-2.v-chip.v-chip--label.theme--light.v-size--default.red.white--text {
    margin: 0 0 1rem 0 !important;
    border-radius: 2px !important;
    padding: 1.4rem !important;
    /*position: absolute;     */
    /*top: 1em;    */
    /*right: 18em;   */ 
}

#tabAnagrafica {
    width: 100%;
    /*height: 100%;*/
    /*display: contents;*/
}

#tabAnagrafica.table-responsive {
    overflow-x: unset !important;  
}

#tabAnagrafica th{
    padding: 1rem 0.5rem  1rem 0;
    text-align: end;
    font-weight: bold;
    width: 150px;
}    

#tabAnagrafica td{
    font-style: oblique;
    color: #1338be;    
}

#colTestata > div > div:nth-child(2) {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    /*max-width: 25% !important;*/
}

#colTestata > div > div:nth-child(2) > span {
    margin: 0 0 1rem 0 !important;
    border-radius: 2px !important;
    padding: 1.4rem !important;
    /*position: absolute;
    top: -2.4em;
    right: 1em;  */   
}

/*MANDATORY*/
#tabAnagrafica > tr:nth-child(1) > td:nth-child(2) > div,
#tabAnagrafica > tr:nth-child(2) > td > div,
#tabAnagrafica > tr:nth-child(3) > td:nth-child(2) > div,
#tabAnagrafica > tr:nth-child(3) > td:nth-child(4) > div,
#tabAnagrafica > tr:nth-child(3) > td:nth-child(6) > div,
#tabAnagrafica > tr:nth-child(4) > td:nth-child(4) > div,
#tabAnagrafica > tr:nth-child(5) > td:nth-child(2) > div,
#tabAnagrafica > tr:nth-child(5) > td:nth-child(4) > div,
#tabAnagrafica > tr:nth-child(5) > td:nth-child(6) > div,
#tabAnagrafica > tr:nth-child(6) > td:nth-child(2) > div,
#tabAnagrafica > tr:nth-child(6) > td:nth-child(4) > div,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(6) > div,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(8) > div {
    margin-top: 0 !important;
    height: 38px;   
    border-radius: 0;
    background-color: #efefef !important;
    border-bottom: 9px solid #1338be !important;        
}

#tabAnagrafica > tr:nth-child(8) > td:nth-child(2) > div,
#tabAnagrafica > tr:nth-child(8) > td:nth-child(4) > div {
    margin-top: 0 !important;
    height: 58px; 
    margin: 0 !important; 
    border-radius: 0;
    background-color: #efefef !important;
    border-bottom: 15px solid #1338be !important;    
    width: 100% !important;  
}

/*NON MANDATORY - CODICE CLIENTE*/
#tabAnagrafica > tr:nth-child(1) > td:nth-child(4) > div,
#tabAnagrafica > tr:nth-child(1) > td:nth-child(4) > span {
    margin-top: 0 !important;
    border-radius: 2px !important;
    height: 38px;
}

#tabAnagrafica > tr:nth-child(1) > td:nth-child(4) > div > div {
    min-height: 36px;
    padding: 1px;
}

#tabAnagrafica > tr:nth-child(1) > td:nth-child(4) > div > div > div.v-input__slot {
    border-radius: 0 !important;
    box-shadow: none;
    background-color: #efefef;    
    border-bottom: 1px solid #ccc !important;    
}

/*NON MANDATORY*/
#tabAnagrafica > tr:nth-child(1) > td:nth-child(6) > div,
#tabAnagrafica > tr:nth-child(4) > td:nth-child(2) > div,
#tabAnagrafica > tr:nth-child(4) > td:nth-child(6) > div,
#tabAnagrafica > tr:nth-child(6) > td:nth-child(6) > div,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(2) > div,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(4) > div
{
    margin-top: 0 !important;
    border-radius: 2px !important;
    height: 38px;
}

#tabAnagrafica > tr:nth-child(1) > td:nth-child(2) > div > div,
#tabAnagrafica > tr:nth-child(1) > td:nth-child(6) > div > div,
#tabAnagrafica > tr:nth-child(2) > td > div > div,
#tabAnagrafica > tr:nth-child(3) > td:nth-child(2) > div > div,
#tabAnagrafica > tr:nth-child(3) > td:nth-child(4) > div > div,
#tabAnagrafica > tr:nth-child(3) > td:nth-child(6) > div > div,
#tabAnagrafica > tr:nth-child(4) > td:nth-child(2) > div > div,
#tabAnagrafica > tr:nth-child(4) > td:nth-child(4) > div > div,
#tabAnagrafica > tr:nth-child(4) > td:nth-child(6) > div > div,
#tabAnagrafica > tr:nth-child(5) > td:nth-child(2) > div > div,
#tabAnagrafica > tr:nth-child(5) > td:nth-child(4) > div > div,
#tabAnagrafica > tr:nth-child(5) > td:nth-child(6) > div > div,
#tabAnagrafica > tr:nth-child(6) > td:nth-child(2) > div > div,
#tabAnagrafica > tr:nth-child(6) > td:nth-child(4) > div > div,
#tabAnagrafica > tr:nth-child(6) > td:nth-child(6) > div > div,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(2) > div > div,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(4) > div > div,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(6) > div > div,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(8) > div > div {
    min-height: 36px;
    padding: 1px;
}

#tabAnagrafica > tr:nth-child(8) > td:nth-child(2) > div > div,
#tabAnagrafica > tr:nth-child(8) > td:nth-child(4) > div > div {
    min-height: 36px;
    padding: 1px;   
}

#tabAnagrafica > tr:nth-child(1) > td:nth-child(2) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(1) > td:nth-child(6) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(2) > td > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(3) > td:nth-child(2) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(3) > td:nth-child(4) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(3) > td:nth-child(6) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(4) > td:nth-child(2) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(4) > td:nth-child(4) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(4) > td:nth-child(6) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(5) > td:nth-child(2) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(5) > td:nth-child(4) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(5) > td:nth-child(6) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(6) > td:nth-child(2) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(6) > td:nth-child(4) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(6) > td:nth-child(6) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(2) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(4) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(6) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(7) > td:nth-child(8) > div > div > div.v-input__slot {
    border-radius: 0 !important;
    box-shadow: none;
    background-color: #efefef;    
    border-bottom: 1px solid #ccc !important;    
}

#tabAnagrafica > tr:nth-child(8) > td:nth-child(2) > div > div > div.v-input__slot,
#tabAnagrafica > tr:nth-child(8) > td:nth-child(4) > div > div > div.v-input__slot {
    border-radius: 0 !important;
    box-shadow: none;      
    border: none;
    background-color: #efefef;        
}

#tabAnagrafica > tr:nth-child(8) > td:nth-child(2) > div > div > div.v-input__slot > fieldset > legend, 
#tabAnagrafica > tr:nth-child(8) > td:nth-child(4) > div > div > div.v-input__slot > fieldset > legend {
    background-color: #fff !important;
}

#tabAnagrafica > tr:nth-child(8) > td:nth-child(2) > div > div > div.v-input__slot > div.v-select__slot > label,
#tabAnagrafica > tr:nth-child(8) > td:nth-child(4) > div > div > div.v-input__slot > div.v-select__slot > label {
    background-color: #efefef !important;
    color: #000 !important;
}

#tabAnagrafica > tr:nth-child(8) > td:nth-child(2) > div > div > div.v-input__slot > fieldset,
#tabAnagrafica > tr:nth-child(8) > td:nth-child(4) > div > div > div.v-input__slot > fieldset {
    border: 0 !important;
}

#tabScontiCategorie {
    width: 50%;
}

#tabScontiCategorie td{
    padding: 1rem 0.5rem;
    font-style: oblique;
    color: #1338be;    
}

#tabScontiCategorie > tr:nth-child(1) > th:nth-child(1),
#tabScontiCategorie > tr:nth-child(2) > td:nth-child(1),    
#tabScontiCategorie > tr:nth-child(3) > td:nth-child(1),
#tabScontiCategorie > tr:nth-child(4) > td:nth-child(1),
#tabScontiCategorie > tr:nth-child(5) > td:nth-child(1),
#tabScontiCategorie > tr:nth-child(6) > td:nth-child(1),
#tabScontiCategorie > tr:nth-child(7) > td:nth-child(1) {
    padding: 1rem 0.5rem  1rem 0;
    text-align: end;
    font-weight: bold;
    width: 150px;
    color: #000;
}

#colTestata > div > div:nth-child(1) > div {
    padding: 0 !important;
    margin: 2rem 1rem 1rem 0 !important;
    /*width: 100% !important;*/
}

/*
#colTestata > div > div:nth-child(1) > div > div > div.v-input__slot > fieldset {
    border: none;
}*/

#colTestata > div > div:nth-child(1) > div > div > div.v-input__slot {
    border: none;
    padding: 0;
    margin: 0;

}

#colTestata > div > div:nth-child(1) > div > div > div.v-input__slot > div.v-select__slot {
    padding: 1rem !important;
    width: auto !important;
}

#colTestata > div > div:nth-child(1) > div > div > div.v-input__slot > div.v-select__slot > label {
    /*position: relative !important;*/
    /*right: 0 !important;*/
    /*left: 0 !important;*/
    /*width: 60% !important;*/
    /*text-align: end;*/
    margin: 0 0 0 12px !important;
    /*height: 100%;*/
    color: #000;
    font-weight: bold;  
    /*font-size: small;*/
    /*font-family: Roboto,sans-serif;*/
    /*line-height: 1.5;*/
}

/*#colTestata > div > div:nth-child(1) > div > div > div.v-input__slot > div.v-select__slot > div.v-select__selections {
    padding: 0;
}*/

#colTestata > div > div:nth-child(1) > div > div > div.v-input__slot > div.v-select__slot > div.v-select__selections > div {
    color: #1338be;
    font-style: oblique;
    font-size: small;
}

#colTestata > div > div:nth-child(1) > div > div > div.v-input__slot > div.v-select__slot > div.v-input__append-inner > div {
    display: none;
}


#colAnagrafica > button {
    align-items: center;
    border-radius: 2px;
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
    color: #fff;    
    padding: 1.4rem !important;    
    z-index: 100;  
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

/*CATALOGO*/

#wrapper {
    padding: 0;
    margin: 0;
}

#wrapper .rowClass {
    background-color: #fff;
    border-bottom: 1px solid #bebebe;
}

#wrapper .list-group-item {
    border-radius: 0px;
    border: 1px solid #bebebe !important;
    background-color: #fff;  
    vertical-align: top;
}

#wrapper .list-group-item:hover {
    /*border: 5px solid #1338be !important;*/
    color: #000 !important;
    order: 1px solid #1338be !important;
    box-shadow: inset 0 0 0px 5px #1338be !important;
}

#wrapper .list-group-item.selectedItem {
    border-radius: 0px;
    /*border: 5px solid #1338be !important;*/
    order: 1px solid #1338be !important;
    box-shadow: inset 0 0 0px 5px #1338be !important;
}

#wrapper .list-group-item.selectedItem:hover {
    /*border: 5px solid #1338be !important;*/  
    order: 1px solid #1338be !important;
    box-shadow: inset 0 0 0px 5px #1338be !important;
}

#wrapper #btnAggiungiTuttoIn {
    display: none;
}

#riga > div > div.v-input.v-input--is-label-active.v-input--is-dirty.theme--light.v-input--selection-controls.v-input--radio-group.v-input--radio-group--row {
    padding: 0 !important;
    margin: 0 !important;
}

#wrapper .v-input--radio-group__input {
    justify-content: center !important;
}

#wrapper #grigliaProdotti {
    /*border: 1px solid #ccc !important;*/
    width: 100% !important;
}

#wrapper #grigliaProdotti > div {
    border-radius: 0px;
    border: 1px solid #bebebe !important;
    background-color: #fff;  
    /*vertical-align: top;   */ 
    z-index: 10;
}

#wrapper #grigliaProdotti > div:hover {
    /*border: 5px solid #1338be !important;*/
    color: #000 !important;
    order: 1px solid #1338be !important;
    box-shadow: inset 0 0 0px 5px #1338be !important;
}

#wrapper .scrollmenu {
    border-radius: 2px;
    border: none;
    background-color: #fff;
    padding: 1rem;
    /*background-color: #fafafa;*/
    /*border-radius: 0 !important;*/
    border: 0 !important;
}

/*SELEZIONE STAGIONE*/

#colTestata > div:nth-child(3) {
    padding: 0 !important;
    margin: 0 !important;
}

#colTestata > div:nth-child(3) > div:nth-child(1) {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;    
}

#colTestata > div:nth-child(3) > div:nth-child(1) > div {
    padding: 2rem 0 0 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}

#colTestata > div:nth-child(3) > div:nth-child(1) > div > div {
    /*padding: 0 0 0 1rem !important;*/
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    /*width: 25% !important;*/
    border: 0 !important
}

#colTestata > div:nth-child(3) > div:nth-child(1) > div > div > p {
    padding: 0 !important;
    margin: 0 !important;
}

#colTestata > div:nth-child(3) > div:nth-child(1) > div > div > div {
    /*display: none;*/
}

#colTestata > div:nth-child(3) > div:nth-child(1) > div > div > div > div:nth-child(1) {
    padding: 0 !important;
    margin: 0 !important;
    /*display: none;*/    
}

#colTestata > div:nth-child(3) > div:nth-child(1) > div > div > div > div:nth-child(1) > h3 {
    /*display: none;*/  
}
#colTestata > div:nth-child(3) > div:nth-child(1) > div > div > div > div:nth-child(2) {
    /*display: none;  */
}

#colTestata > div:nth-child(3) > div:nth-child(2) > div.pa-0.col > h3 {
    padding-top: 2rem;
}

#colTestata > div:nth-child(3) > div:nth-child(2) {
    padding: 0 !important;
    margin: 0 !important;
    /*max-width: 500px !important;*/ 
}

#colTestata > div:nth-child(3) > div:nth-child(2) > div {
    padding: 0 !important;
    margin: 0 !important;
}

#colTestata > div:nth-child(3) > div:nth-child(2) > div > div {
    padding: 0 !important;
    margin: 0 !important;
    width: 500px !important;
}

#colTestata > div:nth-child(3) > div:nth-child(2) > div > button {
    align-items: center;
    border-radius: 2px;
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
    color: #fff;    
    padding: 1.4rem !important;    
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;  
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

#colTestata > div:nth-child(3) > div:nth-child(1) > div > div > div > div.v-input__slot > div.v-select__slot > div.v-select__selections {
    padding: 1rem !important;
}

#colTestata > div:nth-child(3) > div:nth-child(1) > div > div > div > div.v-input__slot > div.v-select__slot > label {
    left: 12px !important;
    color: #000 !important;
}

/*CATALOGO > ARTICOLO SELEZIONATO*/

.v-window-item {
    border: 1px solid #bebebe !important;
}


#app > div > div > div.col.col-4 > div.mx-auto.v-card.v-sheet.theme--light {
    position: fixed !important;
    right: 0;
    bottom: 0 !important;
    margin: 0!important;
    height: fit-content !important;
    width: 90px !important;
}

#app > div > div > div.col.col-4 > div:nth-child(2) > div.v-card.v-sheet.theme--light {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    left: auto !important;
}

#app > div > div > div.col.col-4 > div:nth-child(2) > div.v-card.v-sheet.theme--light > div:nth-child(1) > div > div {
    border: none !important;
}

#app > div > div > div.col.col-4 > div.mx-auto.v-card.v-sheet.theme--light > div > div:nth-child(1) {
    display: none;
}

.v-card.v-sheet.theme--light {
    box-shadow: none !important;
}

/*NUOVO ORDINE*/

#nuovoOrdineNascosto {
    padding: 0 !important;
    margin: 0 !important;
}

#app > div > div > div.col.col-3,
#app > div > div > div.col.col-5 {
    /*background-color: #efefef !important;*/
	background-color: #fff !important;
}

#app > div > div > div.col.col-4 {
    background-color: #fff !important;
}

#app > div > div > div.col.col-3 > div:nth-child(1) > div.col.col-8 > div > div.col.col-8 {
    padding: 0 !important;
    margin: 0 !important;
}

#app > div > div > div.col.col-3 > div:nth-child(1) > div.col.col-8 > div > div.col.col-4 {
    padding: 0 1rem !important;
    margin: 0 !important;
}

#app > div > div > div.col.col-3 > div:nth-child(1) > div.col.col-8 > div > div.col.col-4 > button {
    height: 54px;
    border-radius: 2px !important;
    margin: 5px;
}

#app > div > div > div.col.col-5 > div > div {
    width: 100% !important;
    border-radius: 2px;
}

/*NUOVO ORDINE - QTA*/

.v-dialog.grigliaDialogClass.v-dialog--active.v-dialog--persistent.v-dialog--fullscreen {
    /*background-color: #efefef !important;*/
    background-color: #fff !important;    
    height: 100% !important;
}

#inspire > div.v-dialog__content.v-dialog__content--active > div > div > div {
    margin: 0 !important;
    padding: 1rem !important;
}


#\#container {
    box-shadow: none !important;
}

#\#container > div.v-card__title.headline {
    padding: 0 0 1rem 0 !important;
    margin: 0 !important;
}

#\#container > div.row > div:nth-child(1) {
    padding: 0 !important;
    margin: 0 !important;
}

#\#container > div:nth-child(2) {
    padding: 0 0 1rem 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #bebebe; 
}

#\#containerPrezzi,
#\#containerDescrizione,
#\#container > div.row > div:nth-child(1) > hr,
#\#titoloGiacenza,
#\#tabellaGiacenzaProdotto,
#\#containerGiacenzaOrdine > div > h4:nth-child(1) {
    display: none;
}

#\#containerGiacenzaOrdine > div > h4:nth-child(2) {
    text-align: left !important;
    padding: 1rem 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 1rem;
}

#\#containerGiacenzaOrdine > div > table {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
    border: none !important;
}

#\#containerGiacenzaOrdine > div > table th {
    padding: 1rem 0.5rem  1rem 0;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #bebebe;
    background-color: #efefef;
    width: 7rem !important;
}    

#\#containerGiacenzaOrdine > div > table td{
    /*font-style: oblique;
    color: #1338be;    */
    padding: 1rem 0.5rem  1rem 0;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #bebebe;
    /*background-color: #fff;*/
    width: 7rem !important;   
    text-align: center; 
}

.gridBigCell {
    /*background-color: #1338be !important;*/
    /*color: #fff !important;*/
}

.gridBigCell td {
    /*background-color: #1338be !important;*/
    /*color: #fff !important;*/
}

#\#containerGiacenzaOrdine > div > button {
    margin: 0 !important;
    padding: 1rem 8rem !important;
}

#barraDettagliGriglia {
    background-color: #efefef !important;
    left: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
    height: 86px !important;
    border-top: 1px solid #bebebe !important;
    z-index: 100 !important;
    font-size: 1.2rem;
    /*padding: 1.6rem !important;*/
	padding: 0 !important;
}

#\#container > div.row > div:nth-child(3) {
    border-left: 1px solid #bebebe;
    padding: 0px !important;
}

#\#container > div.row > div:nth-child(3) > div.v-card.v-sheet.theme--light {
    box-shadow: none;
    /* background-color: #efefef; */
    opacity: 0.8 !important;
    right: 3rem !important;
}

/*#\#container > div.row > .v-image__image.v-image__image--contain {
    border: 1px solid #bebebe !important;
}*/
/*
#barraDettagliGriglia > div > span:nth-child(1) {
	border-right: 1px solid #bebebe !important;
    padding: 1.4rem !important;
    display: inline-block;
}

#barraDettagliGriglia > div > span:nth-child(2) {	
    padding: 1.6rem 0rem 1.6rem 1.6rem !important;
    display: inline-block;	
}*/


#barraDettagliGriglia > div > table {	
	/*border-right: 1px solid #bebebe !important;*/
    /*padding: 1.6rem !important;*/
}

#barraDettagliGriglia span.spanBarraSku{	
	padding: 1.6rem 0.8rem !important;
    /*border-right: 1px solid #bebebe !important;*/	
}

#barraDettagliGriglia span.spanBarraQta{	
	padding: 1.6rem 0rem !important;
}

#barraDettagliGriglia > div > div {
    margin: 1.6rem 0rem !important;	
}

#barraDettagliGriglia > div > span.spanBarraGiacenza{	
	padding: 1.6rem 0rem 1.6rem 0.8rem !important;
    /*border-left: 1px solid #bebebe !important; */
}

#barraDettagliGriglia span.spanBarraScCli{	
	padding: 1.6rem 0rem 1.6rem 0.8rem !important;
    background-color #bebebe !important;
}

#barraDettagliGriglia span.spanBarraScExtra{	
	/*padding: 1.6rem 0rem 1.6rem 0.8rem !important;*/
    /*border-left: 1px solid #bebebe !important;*/	
	display: none !important;
}
#barraDettagliGriglia input[type=number] {
	border: 1px solid #bebebe !important;
}

#barraDettagliGriglia span.spanBarraPrezzo{	
	padding: 1.6rem 0rem 1.6rem 0.8rem !important;
    /*border-left: 1px solid #bebebe !important;*/
}

#barraDettagliGriglia span#unitDettagliGriglia{	
	padding: 1.6rem 0.8rem !important;
    /*border-right: 1px solid #bebebe !important;*/	
}

/*RIEPILOGO*/

#riepilogoOrdineNascosto {
    padding: 0 !important;
    margin: 0 !important;
}

#colRiepilogo > div.v-data-table {
    border-radius: 2px !important;
    box-shadow: none !important;
    border: 1px solid #bebebe;
}

/*CONTROLS*/

.v-input__control {
    border-radius: 2px !important;
}

.v-btn {
    align-items: center;
    border-radius: 2px;
   
    /*
    background-color: #363636 !important;
    border-color: #363636 !important;
    */
}

/*
.v-application .primary {
    background-color: #363636 !important;
    border-color: #363636 !important;
}*/

button.v-btn.v-btn--flat.v-btn--rounded.v-btn--text.theme--light.v-size--default {
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
    color: #fff;
    padding: 1.4rem !important; 
}







/* RIEPILOGO */

#fineOrdineNascosto > div > div > div.col.col-8 > div {
    border: 0 !important;
}

#\#containerGiacenzaOrdine > div {
    padding-bottom: 18rem;
}

/**/
.adminControls {
    align-self: auto !important;
    border-radius: 0 !important;
    border: 0 !important;
}








/*HIDDEN - WIP*/

#app > div.v-dialog__content.v-dialog__content--active > div > div > div:nth-child(2) > div:nth-child(2) > button {
display: none;
}



/*Aggiunto da Simone, cancellabile e modificabile a piacere*/
.cellaQta{
    background-color:goldenrod;
}

