/*MAIN PAGE*/
html {
overflow-y: auto !important;
}
     
div#app {
    padding: 0;
    margin: 0;
	
}

div#main {
    padding: 0;
    margin: 0;
}

h2, h3 {
    font-size: 1.2rem !important;
}

/*NAVBAR*/

.navbar {
    padding: 0.8rem;
    border-bottom: solid 1px #ebebeb;
	background-color: #fff !important;
    height: 10vh !important;
}

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;
    und-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;
}

.bg-primary {
    background-color: #0070C0 !important;
}

/*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;
}

div#content #colonnaHome > aside.v-navigation-drawer.v-navigation-drawer--open.theme--dark {
    background-color: #fff !important;
    border-right: 1px #ccc solid;
}

div#content #colonnaHome .v-list-item__title {
    color: #333 !important;
}

div#content #colonnaHome .v-list-item.theme--dark {
    background-color: #fff !important;
}

div#content #colonnaHome .v-list-item__title.title {
    background-color: rgba(0, 0, 0, 0) !important;
}

div#content #colonnaHome hr.v-divider.theme--dark {
    display: none !important;
}

div#content #colonnaHome .v-list-item__icon {
    background-color: #bbb !important;
    border-radius: 20px;
    width: 40px;
    height: 40px !important;
    text-align: center;
	padding: 8px
}

/*CONTENT*/

div#content{
    padding: 0;
    margin: 0;
}

div#content .container{
    padding: 0;
    margin: 0;
}

div#content {
    //padding: 1rem;
}
    
div#colHomepage {        
	background: url("background.jpg") no-repeat !important; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	border: 0 !important;
}

.v-application--wrap {
    //min-height: calc(100vh - 6rem) !important;
    min-height: 90vh !important;
    //min-height: 84vh !important;
}

div#content #colHomepage .container{
    max-width: 100% !important;
}

.card.card-default {
    border-radius: 2px;
	display: none !important;
}

.col {
    padding: 1rem !important;
    margin: 0 !important;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

/*SELEZIONE CLIENTE*/

/*.v-input.theme--light.v-input--selection-controls.v-input--checkbox {
    display: none !important;
}*/

.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 {
}

.v-data-table__wrapper th {
    vertical-align: top !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div {
    height: 100% !important;
}

.v-dialog__content .backgroundPrimario.col {
    /*height: 100% !important;*/
    padding: 2rem 2rem 0 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 2rem 0 2rem !important;  
    border-radius: 2px;  
    max-height: 100vh !important; 
}

/*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%;
    width: auto;
    /*height: 100%;*/
    /*display: contents;*/
}


#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;  */   
}

#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{
    color: #1338be;    
}

#tabAnagrafica > tr > td > div {
    margin: 0 !important;
    /*height: 46px !important;*/
    border-radius: 0 !important;
    background-color: #ffffff !important;
    /*border: 3px solid #1338be !important;*/
    border: 3px solid #ccc !important;                      
}

#tabAnagrafica > tr:nth-child(4) > td > div {
    border: 0px solid #ccc !important;       
}

#tabAnagrafica > tr > td > div > div > div.v-messages.theme--light.primary--text {
    display: none !important;
}

#tabAnagrafica > tr > td > div > div > div.v-text-field__details {
    display: none !important;
}

#tabAnagrafica > tr > td > div > div > div > div.v-data-footer {
    display: none !important;
}

#tabAnagrafica > tr > td > div > div > div > header > div > div.v-toolbar__title {
    font-size: 1.2rem !important;
    margin: 0 0 1rem 0 !important;
    text-transform: uppercase;
}

#tabAnagrafica > tr > td > div > div > div > header > div > hr {
    display: none !important;
}

#tabAnagrafica > tr > td > div > div {
    min-height: 40px !important;
    padding: 1px !important;    
}

#tabAnagrafica > tr > td > div > div > div.v-input__slot {
    min-height: 41px !important;
    padding: 0 !important;
    margin: -1px 0px 0px 0px !important;
    min-width: 144px !important;   
}

#tabAnagrafica > tr > td  div > div > div.v-input__slot > div.v-select__slot > div.v-select__selections {
    padding: 0 !important;
}

#tabAnagrafica > tr > td > div > div > div.v-input__slot > div.v-select__slot > label {
    display: none !important;
}

#tabAnagrafica > tr > td > div > div.v-input__prepend-outer {
    display: none !important;
}

#tabAnagrafica > tr > td > div > div > div.v-input__slot > fieldset {
    border-color: #fff !important;
}

.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
    min-height: 40px;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div.v-card__text,
#app > div.v-dialog__content.v-dialog__content--active > div > div > div.v-card__actions {
    background-color: #fff;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 10px;
    /*display: flex;
    align-items: center;*/
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div.v-card__text > div > table > tr > td > div {
    margin: 0 !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    border: 3px solid #ccc !important;                      
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div.v-card__text > div > table > tr > td > div > div > div.v-input__slot,
#app > div.v-dialog__content.v-dialog__content--active > div > div > div.v-card__text > div > table > tr > td > div > div > div.v-input__slot > div.v-select__slot > div.v-select__selections {
    margin: 0 !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div.v-card__text > div > table > tr > td > div > div > div.v-text-field__details {
    display: none !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div.v-card__text > div > table > tr > td > div > div > div.v-input__slot > div.v-select__slot > label {
    display: none !important;
}

#app > div.v-dialog__content.v-dialog__content--active > div > div > div.v-card__text > div > table > tr > td > div > div.v-input__prepend-outer {
    display: none !important;
}

/*
#app > div.v-dialog__content.v-dialog__content--active > div > div > div.v-card__text > div > table > tr  > td  > div {
    margin: 0 !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    border: 3px solid #ccc !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 !important;
    //flex-direction: column;
    //justify-content: center;   
    flex-direction: row !important;
    flex-wrap: nowrap !important;     
    width: 30% !important;
}



#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;
    flex: none !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: 4rem;
}

#colTestata > div:nth-child(3) > div:nth-child(2) {
    padding: 0 !important;
    margin: -60px 0 0 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;
}


#colTestata > div:nth-child(3) > div:nth-child(1) > div > div:nth-child(3) > div > div:nth-child(2) {
    display: none !important;
}

#colTestata > div:nth-child(3) > div:nth-child(1) > div > div:nth-child(1) > div > div:nth-child(2),
#colTestata > div:nth-child(3) > div:nth-child(1) > div > div:nth-child(3) > div > div:nth-child(2) {
    display: none !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;
}

#inspire > div.v-dialog__content.v-dialog__content--active > div > div > div > div > div > div:nth-child(2) {
    position: fixed;
    left: 0rem;
    bottom: 1.2rem;
}


/*NUOVO ORDINE*/

#nuovoOrdineNascosto {
    padding: 0 !important;
    margin: 0 !important;
}

#nuovoOrdineNascosto div.colIntimaModa div {
    background-position: left center !important;
}


#app > div > div > div.col.col-3 {
    background-color: #efefef !important;
}

#app > div > div > div.col.col-5 {
    /*background-color: #efefef !important;*/
	background-color: #fff !important;
}

#app > div > div > div.col.col-4,
#app > div > div > div.col.col-9 {
    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;*/	
}

/*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: #343a40 !important;
    border-color: #343a40 !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; 

    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
    color: #fff;
    //top: 151px !important;
    //left: calc(100vw - 163px) !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;
}

/* RIEPILOGO FINALE*/

#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;
}

#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(1) > td:nth-child(1),
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(2),
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(3) > td:nth-child(1),
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(4) > td:nth-child(1),
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(5),
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(5) > td:nth-child(1),
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(6) > td:nth-child(1),
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(7) > td:nth-child(1),
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(8) > td:nth-child(1) {
display: none !important;
}

#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(1) > td:nth-child(2),
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(4) {
    width: 100% !important;
}

#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(7) > td:nth-child(2) > div,
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(8) > td:nth-child(1) > div, 
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(8) > td:nth-child(2) > div,
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table > tr:nth-child(9) > td:nth-child(1) > div {
    margin-top: 0 !important;
}

#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > div:nth-child(2) > div > div {
    margin: 0 !important;
    padding: 0 !important;
}

#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > div:nth-child(2) > div {
    margin: 1rem 0 0 0 !important;
    padding: 0 !important;
}

#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > table {
    width: 75% !important;
}
#fineOrdineNascosto > div > div:nth-child(1) > div.col.col-8 > div > div:nth-child(2) {
    width: 75% !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;
}

button.green.accent-4.v-btn.v-btn--contained.theme--light.v-size--default {
	display: none !important;
}

/*Aggiunto da Simone, cancellabile e modificabile a piacere*/
.cellaQta{
    background-color:goldenrod;
}

/* LISTA ORDINI */

#colOrders > div:nth-child(1),
#colOrders > div:nth-child(2) {
    display: none !important;
}

.v-application .elevation-1 {
    box-shadow: none !important;
}

#colOrders table {
    box-shadow: none !important;
}

#colOrders thead.v-data-table-header {
    background-color: #0070C0;
}

#colOrders table  th {
    border: 1px solid #ccc !important;
    color: #ffffff;
}

#colOrders table  td {
    border: 1px solid #ccc !important;
}


aside.v-navigation-drawer.v-navigation-drawer--open.theme--dark .v-text-field__details {
    display: none !important;
}

aside.v-navigation-drawer.v-navigation-drawer--open.theme--dark .v-input__prepend-outer {
    display: none !important;
}

aside.v-navigation-drawer.v-navigation-drawer--open.theme--dark .v-list-item__content {
    padding: 0 !important;
}

.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
    box-shadow: none !important;
}

#app > div > div > aside > div.v-navigation-drawer__content > div.v-list.v-sheet.theme--dark.v-list--dense.v-list--nav > h5 {
margin-left: 0 !important;
}




/*

#app > div > div > aside > div.v-navigation-drawer__content > div.v-list-item.theme--dark {
    background-color: #ececec;
    color: #666666;
}

aside.v-navigation-drawer.v-navigation-drawer--open.theme--dark {
    border-right: solid 1px #ebebeb;
	background-color: #fff !important;
}

.theme--dark.v-list {
    background: #1e1e1e;
    //color: #fff; 
}

.theme--dark.v-sheet {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    }
*/ 