
/** Menabò v.0.0 **/
/** 08-ott-2024 **/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


/* 
    Created on : 19-feb-2016, 12.15.05
    Author     : Dmytro Khymchuk
*/
/*#D12740; var(--n-color-main);*/
/* DEFAULT ELEMENTS */
body{background:#F1F1F2; /*savepage-url=../../images/bg02.png*/ overflow-y:scroll;}
body::-webkit-scrollbar {width:4px;}
body::-webkit-scrollbar-track {background-color:#F2F2F2;}
body::-webkit-scrollbar-thumb {background-color:#373f42;}
body::-webkit-scrollbar-thumb:window-inactive {background:#373f42;}
input:hover,select:hover,textarea:hover{border:1px solid black;}
input:focus,select:focus,textarea:focus{outline:none;box-shadow:none;border:1px solid #262626;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#9CA8AD;}
/* DEFAULT ELEMENTS */

/* LOGIN PAGE + MAIN PAGE + LOADING*/
#login-box div:first-child{border-bottom:1px solid white;background:#D12740;color:white;}
#login-box div:nth-child(2){border:1px solid gainsboro;border-top:none;background:white;}
#login-box button{background:#F2F2F2;}
#login-box button:hover{background:gainsboro;}
#login-box button{border:1px solid gainsboro;}
#main-header,footer{background:#D12740;color:white;}
#main-header{background:white;border:1px solid #D12740;}
#main-header .main-menu-span,#main-header .account-type,#main-header .language-span{background:var(--n-color-main);}
#main-header .menu-language li{background:var(--n-color-main);color:white;}
#main-menu li{background:var(--n-color-main);color:white;}
#main-menu li.submenu li{background:#D12740;}
.loading-frame{background:black;color:white;}
.loading-message{background:white;}
.loading-message .sk-cube-grid div{background:#262626;}
/* LOGIN PAGE + MAIN PAGE + LOADING*/

/* CUSTOM COMPONENT - FRAME */
.custom-frame{background:#FFFFFF /*savepage-url=../../images/bg04.png*/ url();}
.custom-frame .frame-header{border-bottom:1px solid var(--n-color-main);color:var(--n-color-main);}
.custom-frame .frame-header .label-filter{color:var(--n-color-main);}
.custom-frame .frame-footer{border-top:1px solid gainsboro;}
.custom-frame .frame-footer label:hover{background:#EBEBEB;}
/* CUSTOM COMPONENT - FRAME */

/* CUSTOM COMPONENT - FILTERS 1 */
.custom-filters-1{border-bottom:1px solid gainsboro;}
/* CUSTOM COMPONENT - FILTERS 1 */

/* CUSTOM COMPONENT - CUSTOM INPUT 1 */
.custom-input-1 .header{border:1px solid gainsboro;background:#F2F2F2;}
.custom-input-1 .header .element-2{border-left:1px solid gainsboro;border-right:1px solid gainsboro;}
.custom-input-1 .header .element-2:hover{background:gainsboro;}
.custom-input-1 input{border:1px solid transparent;}
.custom-input-1 input:focus{border:1px solid #262626;}
.custom-input-1 .menu ul{background:white;border:1px solid gainsboro;}
.custom-input-1 .menu li:not(:last-child){border-bottom:1px solid gainsboro;}
.custom-input-1 .menu .selected{color:white;background:#4DAF7C;}
.custom-input-1 .menu li:not(.selected):hover{background:#F2F2F2;}
/* CUSTOM COMPONENT - CUSTOM INPUT 1 */

/* CUSTOM COMPONENT - CUSTOM INPUT 2 */
.custom-input-2{border:none;background:inherit;border-bottom:1px solid transparent;}
.custom-input-2:hover{border:none;border-bottom:1px solid transparent;background:#EBEBEB;}
.custom-input-2:focus{border:none;background:white;border-bottom:1px solid #262626;}
.custom-input-2.empty{background:#EBEBEB;}
/* CUSTOM COMPONENT - CUSTOM INPUT 2 */

/* CUSTOM COMPONENT - SELECTOR 1 */
.custom-selector-1{background:white;}
.custom-selector-1 .header{border:1px solid gainsboro;}
.custom-selector-1 .header i{color:gainsboro;}
.custom-selector-1 .menu ul{background:white;border:1px solid gainsboro;border-top:none;}
.custom-selector-1 .menu li:not(:last-child){border-bottom:1px solid gainsboro;}
.custom-selector-1 .menu .selected{color:white;background:#4DAF7C;}
.custom-selector-1 .menu li:not(.selected):hover{background:#F2F2F2;}
.custom-selector-1:hover .header{border:1px solid #262626;}
.custom-selector-1:hover .header i{color:#262626;}
.custom-selector-1:hover .menu ul{border:1px solid #262626;border-top:none;}
.custom-selector-1 .menu ul::-webkit-scrollbar-track {background-color:silver;}
.custom-selector-1 .menu ul::-webkit-scrollbar-thumb {background-color:#373f42;}
.custom-selector-1 .menu ul::-webkit-scrollbar-thumb:window-inactive {background:#373f42;}

.custom-selector-1{}
.custom-selector-1 .menu{margin-top:0.1em;}
.custom-selector-1 .menu ul{width:30em;box-shadow:0 0.1em 0.35em 0em rgba(0,0,0,0.35);}
.custom-selector-1:hover .header{border:1px solid gainsboro;background:#F2F2F2;}
.custom-selector-1:hover .menu ul{border:1px solid gainsboro;border-top:none;}
/* CUSTOM COMPONENT - SELECTOR 1 */
/* CUSTOM COMPONENT - SELECTOR 2 */
.custom-selector-2 .menu ul{background:white;border:1px solid gainsboro;box-shadow:0 0.1em 0.35em 0em rgba(0,0,0,0.35);}
.custom-selector-2 .menu li:not(:last-child){border-bottom:1px solid gainsboro;}
.custom-selector-2 .menu .selected{color:white;background:#4DAF7C;}
.custom-selector-2 .menu li:not(.selected):hover{background:#F2F2F2;}
.custom-selector-2 .menu ul::-webkit-scrollbar-track {background-color:silver;}
.custom-selector-2 .menu ul::-webkit-scrollbar-thumb {background-color:#373f42;}
.custom-selector-2 .menu ul::-webkit-scrollbar-thumb:window-inactive {background:#373f42;}
/* CUSTOM COMPONENT - SELECTOR 2 */

/* CUSTOM COMPONENT BUTTON 1 */
.custom-button-1{background:#F2F2F2;}
.custom-button-1:hover{background:gainsboro;}
/* CUSTOM COMPONENT BUTTON 1 */

/* CUSTOM COMPONENT FILLER 1 */
.custom-filler-1{background:#EBEBEB;}
/* CUSTOM COMPONENT FILLER 1 */

/* CUSTOM COMPONENT TABLE 1 */
.custom-table-1 th{background:gainsboro;}
.custom-table-1 tr{background:#F2F2F2;}
.custom-table-1 tr:not(.selected):not(.footer):not(.header):hover{background:#EBEBEB;}
.custom-table-1 tr.selected{background:#4DAF7C;color:white;}
.custom-table-1 tr.footer,.custom-table-1 tr.header{background:gainsboro;}
.custom-table-1 .footer li .selected{background:#4DAF7C;color:white;}
/* CUSTOM COMPONENT TABLE 1 */

/* CUSTOM SCROLLBAR 1 */
.custom-scrollbar-1::-webkit-scrollbar {width:4px;}
.custom-scrollbar-1::-webkit-scrollbar-track {background-color:#F2F2F2;}
.custom-scrollbar-1::-webkit-scrollbar-thumb {background-color:#373f42;}
.custom-scrollbar-1::-webkit-scrollbar-thumb:window-inactive {background:#373f42;}
/* CUSTOM SCROLLBAR 1 */

/* CUSTOM MSGBOX 1 */
.custom-msgbox-1.error{color:#C3272B;}
.custom-msgbox-1.error .header{font-weight:bold;border-bottom:1px solid #C3272B;}
.custom-msgbox-1.error .body{color:#262626;}
.custom-msgbox-1.error .footer{border-top:1px solid #C3272B;}

.custom-msgbox-1.attention{color:#f0ad4e;}
.custom-msgbox-1.attention .header{font-weight:bold;border-bottom:1px solid #f0ad4e;}
.custom-msgbox-1.attention .body{color:#262626;}
.custom-msgbox-1.attention .footer{border-top:1px solid #f0ad4e;}

.custom-msgbox-1.success{color:#00904B;}
.custom-msgbox-1.success .header{font-weight:bold;border-bottom:1px solid #00904B;}
.custom-msgbox-1.success .body{color:#262626;}
.custom-msgbox-1.success .footer{border-top:1px solid #00904B;}
/* CUSTOM MSGBOX 1 */

/* CUSTOM CHART */
.chart-color-0{background:rgba(105,105,105,1.0);color:rgba(105,105,105,1.0);}
.chart-color-1{background:rgba(92,184,92,1.0);color:rgba(92,184,92,1.0);}
.chart-color-2{background:rgba(217,83,79,1.0);color:rgba(217,83,79,1.0);}
.chart-color-3{background:rgba(136,166,191,1.0);color:rgba(136,166,191,1.0);}
.chart-color-4{background:rgba(222,130,63,1.0);color:rgba(222,130,63,1.0);}
.chart-color-5{background:rgba(82,85,100,1.0);color:rgba(82,85,100,1.0);}
/* CUSTOM CHART */


/* DASHBOARD */
#dashboard-main .custom-container-1.border-bottom{border-bottom:1px solid gainsboro;}
#dashboard-main .chart-title{background:#525564;color:white;}
#dashboard-main .chart-info .chart-legend div{background:#EBEBEB;}
#dashboard-main .chart-info .chart-legend-horizontal div{background:#EBEBEB;}
#dashboard-main .custom-container-1 .col-1{border-right:1px solid gainsboro;}
#dashboard-main .custom-container-1 .col-2{border-left:1px solid gainsboro;}
#dashboard-main .custom-container-1 .menu label{color:var(--n-color-main);}

#dashboard-main .notification{color:#373f42;}
#dashboard-main .notification .date{color:grey;}
#dashboard-main .notification .txt{border-top:1px solid #C7C7C7;border-bottom:1px solid #C7C7C7;}
#dashboard-main .notification .details{border-bottom:1px solid #C7C7C7;}
#dashboard-main .notification.type-1{background:#FFE4E0;border:1px solid #FFE4E0;}
#dashboard-main .notification.type-2{background:#FFE999;border:1px solid #F9DFB9;}
#dashboard-main .notification.type-3{background:#D0E8FB;border:1px solid #D0E8FB;}
#dashboard-main .new-notification{background:white;border:1px solid gainsboro;}
#dashboard-main .custom-container-1 .menu label{color:var(--n-color-main);text-decoration:underline;}
#dashboard-main .custom-container-1 .menu label.right{float:right;text-transform:lowercase;font-size:0.96em;cursor:pointer;}
#dashboard-main .custom-container-1 .menu i{font-size:0.7em;margin:-0.4em 0em 0em 0.6em;}

#dashboard-main .new-todo-entry{background:white;border:1px solid gainsboro;}
#dashboard-main .todo-entry{background:#EBEBEB;}
#dashboard-main .todo-entry span.box{background:white;color:white;border:1px solid gainsboro;}
#dashboard-main .todo-entry span.box:hover{border:1px solid #262626;}
#dashboard-main .todo-entry span.box.done{color:#00904B;}
#dashboard-main .todo-entry .col-2{border-left:1px solid white;}
#dashboard-main .todo-entry .col-3{border-left:1px solid white;}

@media (max-width: 767px){ 
#dashboard-main .custom-container-1 .col-1{border-right:none;}
#dashboard-main .custom-container-1 .col-2{border-left:none;border-top:1px solid gainsboro;margin-top:2em;}
#dashboard-main .todo-entry .col-2{border-left:1px solid white;border-top:none;margin-top:0em;} }
/* DASHBOARD */

/* ACCOUNTS LIST PAGE */
#accounts-list .custom-container-1{border-bottom:1px solid gainsboro;}
#accounts-list .custom-container-1 .col-4 .backup-menu{background:#EBEBEB;border-top:1px solid gainsboro;border-bottom:1px solid gainsboro;}
@media (min-width: 411px) and (max-width: 768px){ 
    #accounts-list .custom-container-1 .col-1{border-right:1px solid gainsboro;} 
    #accounts-list .custom-container-1:hover .col-1{border-right:1px solid #D12740;}}
@media (min-width: 768px) and (max-width: 991px){ 
    #accounts-list .custom-container-1 .col-1{border-right:1px solid gainsboro;} 
    #accounts-list .custom-container-1:hover .col-1{border-right:1px solid #D12740;}}
@media (min-width: 992px) and (max-width: 1199px) { 
    #accounts-list .custom-container-1 .col-1{border-right:1px solid gainsboro;} 
    #accounts-list .custom-container-1:hover .col-1{border-right:1px solid #D12740;}}
@media (min-width: 1199px) { 
    #accounts-list .custom-container-1 .col-1{border-right:1px solid gainsboro;} 
    #accounts-list .custom-container-1:hover .col-1{border-right:1px solid #D12740;}}
#accounts-list .custom-container-1 .usr{color:var(--n-color-main);}
#accounts-list .custom-container-1 .menu li{background:#EBEBEB;}
#accounts-list .custom-container-1 .menu li:hover{background:gainsboro;}
#accounts-list .custom-container-1 .menu li span{border-right:0.1em solid gainsboro;}
#accounts-list .custom-paginator-1{background:#EBEBEB;}
#accounts-list .custom-paginator-1 li .selected{background:#4DAF7C;color:white;}

/* ACCOUNTS LIST PAGE */

/* ACCOUNT MAIN */
#account-details .custom-container-1{border-bottom:1px solid gainsboro;}
#account-details .custom-container-1 .col-1{color:#D12740;}
#account-details .custom-container-1 .col-1 .msg{color:#262626;}
#account-details .custom-container-1 .col-2{color:#434A54;border-left:1px solid gainsboro;} /*#434A54*/
#account-details .custom-container-1 .col-2 label{color:#262626;}
@media (max-width: 767px){  #account-details .custom-container-1 .col-2{border-left:none;}}
/* ACCOUNT MAIN */

/* NEW ACCOUNT */
#new-account-main .custom-container-1{border-bottom:1px solid gainsboro;}
#new-account-main .custom-container-1 .col-1{color:#D12740;}
#new-account-main .custom-container-1 .col-1 .msg{color:#262626;}
#new-account-main .custom-container-1 .col-2{color:#434A54;border-left:1px solid gainsboro;} /*#434A54*/
#new-account-main .custom-container-1 .col-2 label{color:#262626;}
@media (max-width: 767px){  #new-account-main .custom-container-1 .col-2{border-left:none;}}
/* NEW ACCOUNT */


/* NEW ORDER */
#new-order-client .custom-container-1{border-top:1px solid gainsboro;}
#new-order-client .custom-container-1 .col-1{color:#D12740;}
#new-order-client .custom-container-1 .col-1 .msg{color:#262626;}
#new-order-client .custom-container-1 .col-2{color:#434A54;border-left:1px solid gainsboro;} /*#434A54*/
#new-order-client .custom-container-1 .col-2 label{color:#262626;}
@media (max-width: 767px){  #new-order-client .custom-container-1 .col-2{border-left:none;}}
/* NEW ORDER */



/* Menabò */

:root {
--n-border-radius:5px;
--n-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, .08), 0 3px 6px 0 rgba(0, 0, 0, .06), 0 5px 12px 4px rgba(0, 0, 0, .04);
--n-color-main:#D12740;
}


/* messaggi */

.custom-msgbox-1.error {
    width:40%;
        position: absolute; /* Assicurati che l'elemento sia posizionato assolutamente */
    left: 50%; /* Sposta l'elemento al 50% da sinistra */
    transform: translateX(-50%); /* Centra l'elemento */
    padding: 10px;

}
.custom-msgbox-1.attention {
    width:40%;
        position: absolute; /* Assicurati che l'elemento sia posizionato assolutamente */
    left: 50%; /* Sposta l'elemento al 50% da sinistra */
    transform: translateX(-50%); /* Centra l'elemento */
     padding: 10px;
}
.custom-msgbox-1.success {
    width:40%;
        position: absolute; /* Assicurati che l'elemento sia posizionato assolutamente */
    left: 50%; /* Sposta l'elemento al 50% da sinistra */
    transform: translateX(-50%); /* Centra l'elemento */
     padding: 10px;
}

@media (max-width: 680px) {

.custom-msgbox-1.error {
    width:80%;
        position: absolute; /* Assicurati che l'elemento sia posizionato assolutamente */
    left: 50%; /* Sposta l'elemento al 50% da sinistra */
    transform: translateX(-50%); /* Centra l'elemento */
    padding: 10px;

}
.custom-msgbox-1.attention {
    width:80%;
        position: absolute; /* Assicurati che l'elemento sia posizionato assolutamente */
    left: 50%; /* Sposta l'elemento al 50% da sinistra */
    transform: translateX(-50%); /* Centra l'elemento */
     padding: 10px;
}
.custom-msgbox-1.success {
    width:80%;
        position: absolute; /* Assicurati che l'elemento sia posizionato assolutamente */
    left: 50%; /* Sposta l'elemento al 50% da sinistra */
    transform: translateX(-50%); /* Centra l'elemento */
     padding: 10px;
}

}




/* messaggi fine */




/* eliminazione bordò */

#groups-mgnt-main .custom-grid-1 .grid-row .grid-col-1 .special-container .entry.selected{border-left:0px solid var(--n-color-main);}
#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 div.ctrl label{color:#333;}
#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-2.selected{color:#333;text-decoration: none;}
#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-3.selected{color:#333;text-decoration: none;}
#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-4.selected{color:#333;text-decoration: none;}
#new-order-list-items .custom-grid-2 .grid-row.header .grid-col{color:var(--n-color-main);}

#new-order-item-main .custom-container-1 .col-3 .item-menu span.amount{color:#333;}

#new-order-item-main .custom-container-3 .custom-entry .special-not-available{background:var(--n-color-main);}
#orders-mgnt-list .custom-grid-1 .grid-row.header .grid-col label{color:var(--n-color-main);}
#orders-mgnt-details .custom-grid-1 .grid-row.header .grid-col label{color:var(--n-color-main);}





body {
    font-family: 'Montserrat', sans-serif;
}


/* login */

#login-box > div:nth-child(2) {
  padding: 40px; 
}

#logos-box {
  padding-top: 1%; 
}

#logos-box {
    width: 40%;
    margin-left: 30%;
}

@media (max-width: 680px) {

    #logos-box {
         width: 96%;
    margin-left: 2%;
    }

    #logos-box .custom-grid-1 .grid-row .grid-col {
        display: block;
        width: 100%;
        height: 135px;
    }
    .Header-text{
        padding-bottom:10%;
    }

}




#login-box > div:nth-child(1) {
    border-radius: var(--n-border-radius) var(--n-border-radius) 0px 0px ;
    padding:20px;
}


#login-box > div:nth-child(2) {
    border-radius: 0px 0px var(--n-border-radius) var(--n-border-radius); 
    box-shadow: var(--n-box-shadow);
}



#login-box > div:nth-child(2) {
    border-radius: 0px 0px var(--n-border-radius) var(--n-border-radius); 
    box-shadow: var(--n-box-shadow);
}
      
@media (min-width: 992px) {
    #login-box {
        margin-left: 30%;
       
                width: 40%;
    }
}

#login-header{
    padding-top:5%;
}


footer {
    background:#1D1D1D !important;
}




.custom-logo-container .custom-grid-1 .logo-vega ,
.custom-logo-container .custom-grid-1 .logo-base ,
.custom-logo-container .custom-grid-1 .logo-trasteel {
  height:auto !important;
    border-right:0em;
}

.custom-logo-container .custom-grid-1 .grid-row .grid-col div{
  text-align: center;

}

.custom-logo-container .custom-grid-1 .grid-row .grid-col {
  padding: 10px;

}

.custom-logo-container .custom-grid-1 .logo-vega img,
.custom-logo-container .custom-grid-1 .logo-base img,
.custom-logo-container .custom-grid-1 .logo-trasteel img {
 width: 100%; 
    height: auto; 
    margin-right: 0;
    max-width: 182.5px; 
    max-height: 126.5px; 

}


.custom-logo-container .custom-grid-1 .logo-vega img{
    
    content:url("../../images/vega.png");

  
}
.custom-logo-container .custom-grid-1 .logo-base img{ 
    content:url("https://rmwearparts.com/wp-content/uploads/2021/11/base.jpg");
   
}
.custom-logo-container .custom-grid-1 .logo-trasteel img{
    content:url("https://rmwearparts.com/wp-content/uploads/2021/11/extreme.jpg");
   
}

.custom-logo-container .custom-grid-1 {
    background: none;
    box-shadow:none
}

footer {
    display:none;
}




/* login-end */
/* home */

#dashboard-main .custom-container-1 .col-1{
    width:100%
}

#main-header{
    height: 100px;
border: 0px solid gainsboro;
    box-shadow: var(--n-box-shadow);
}

.view-container-app > div:nth-child(1) {
    margin-top: 120px;
}

#dashboard-main {
    background: none;
    box-shadow: none;
  
}
#dashboard-main .frame-header, #dashboard-main .custom-container-1, #dashboard-main .custom-container-1 .col,#dashboard-main .custom-container-1 .col .menu label{
  /*
    margin: 0;
    padding:0;
    width:100%;
    color:rgb(54,54,54);
   */
    color:#333;
}
#dashboard-main .frame-header span {
    font-size: 20px;
    font-weight: bold;
}

#dashboard-main .custom-container-1 .col .menu label{
  text-decoration: none;
    font-weight: 400;
}

#dashboard-main .custom-container-1 .col-1 {
    border-right: 0;
}

#new-order-list-items{
      border-radius: var(--n-border-radius);
    box-shadow: var(--n-box-shadow);
    padding: 0px
        
}

#new-order-list-items .frame-header{
    margin:0;
    width: 100%;
        border-bottom: 1px solid gainsboro;
}
#new-order-list-items .frame-header .label-frame{

    padding:20px;
    margin: 0px;
    color:var(--n-color-main);
}
#new-order-list-items .frame-header .label-cart{

    padding:15px;
    margin: 0px;
    color:#333;
    font-size:14px;
}


#new-order-list-items .custom-grid-1{
    margin:0px;
    width: 100%;
    padding: 20px;
}


#main-header .main-menu-span, #main-header .account-type, #main-header .language-span {
    background:white;
    color:var(--n-color-main);
  
}

#main-header .main-menu-span i, #main-header .account-type i{
    
    font-size: 18px;
}

#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-1 div.image {
    display: none;
}

#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-1  {
         color: white;
    background-color: var(--n-color-main);
    font-size:12px;
    text-decoration: none;
    padding: 5px

}


#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-1 span {
         color: white;
   
    font-size:12px;
    text-decoration: none;

}

.special-filters > .ng-scope {
    margin-bottom: 20px
}
#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-2 {
   margin-left:0;
}

 #new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-1:hover span {
                background: none;
            }


#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-3 {
margin-left :1em
}



.group.level-2 {
    display: flex;
    align-items: center; /* Allinea gli elementi all'inizio verticalmente */
}
.group.level-2:hover {
  background-color: #F2F2F2;
}

.group.level-2 i {
  
    flex-shrink: 0; /* Impedisce all'icona di ridursi */
}

.group.level-2 span {
    flex: 1;
    display: inline-block;
}

/* Gestione del comportamento quando il testo va a capo */
.group.level-2::before {
    content: '';

}



.level-3 span {
text-transform: lowercase;
    
 
}
.level-3  {
    display: flex;
    align-items: center; /* Allinea gli elementi all'inizio verticalmente */
       margin-left: 0;
}


#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-3 {
margin-left :1em
}



.level-4 span {
text-transform: lowercase;
    
 
}
.level-4  {
    display: flex;
    align-items: center; /* Allinea gli elementi all'inizio verticalmente */
       margin-left: 0;
}


#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-4 {
margin-left :1em
}


.level-5 span {
text-transform: lowercase;
    
 
}
.level-5  {
    display: flex;
    align-items: center; /* Allinea gli elementi all'inizio verticalmente */
       margin-left: 0;
}


#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-5 {
margin-left :1em
}


.level-6 span {
text-transform: lowercase;
    
 
}
.level-6  {
    display: flex;
    align-items: center; /* Allinea gli elementi all'inizio verticalmente */
       margin-left: 0;
}


#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-6 {
margin-left :1em
}



#new-order-list-items .custom-filler {
    background:#F2F2F2;
    color: #333;
        border:0;
}

.custom-filler::before {
    content: "\e086"; 
    font-family: 'Glyphicons Halflings';
    padding-right: 8px; 
    vertical-align: middle; 
    font-style: normal;
        font-size:30px;
}

#new-order-list-items .custom-filler {
    margin: 1.7em 1em;

}
/* menu alto */

.client-info-panel img {
    width:160px;
    padding-bottom: 10px
}

#main-header .title .client-info-panel {
margin-top:0;

}

.client-info-panel {
  position: relative;
  display: flex;
  align-items: center; 
    justify-content: center;

}
#main-header .account-type {
    color:#000000;
}

#main-header {
  display: flex;
  align-items: flex-end; /* Allinea tutti i div contenuti in basso */
}

.main-menu-span .glyphicon.glyphicon-list::before {
    content: "\e236";
    font-family: 'Glyphicons Halflings';
    font-size: 30px
}

/* Nascondere la scritta "Menu" */
.main-menu-span {
    display: flex;
    align-items: center;
}

.main-menu-span i.glyphicon.glyphicon-list {
    margin-right: 0;
}\

.main-menu-span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
#main-header .title img {
    width:180px;
    height: 100%;
    margin: 0
}

/* ricerca */

/* Nascondi l'etichetta */
.free-search label.ng-binding {
    display: none;
}

.free-search .support-description label.ng-binding {
    display: block;
    
}

.support-description span {
    text-transform: uppercase;
}

#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-1.selected span {
text-decoration: none;
color:white;

}
#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .special-filters .group.level-1.selected  {

background-color: #6f6f6f;
}

/*comunicazioni*/
.author  {
    display: none;
}
#dashboard-main .notification .date  {
display: none;
}
#dashboard-main .notification .txt {
    border-top: 0;
    border-bottom: 0;
    padding: 10px;
    margin:0px;
}






/* fine home */




/* lista prodotti */ 

.header .grid-col-3 {
    text-align: left !important;
}


#new-order-list-items .custom-grid-2 .grid-row .grid-col-4 {

    display:none;
}

#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 {
    width: 60%;
}
#new-order-list-items .grid-col {
  
}

#new-order-list-items .custom-grid-2 .grid-row .grid-col-5 {
    vertical-align: middle;
}
#new-order-list-items .custom-grid-2 .grid-row .grid-col-5 div {
    padding-top:0;


}

#orders-mgnt-details .header .grid-col-5 .ng-binding {
    display:block;
}


/* label sconto,in arrivo, disponibile old */
#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 div.stock span.special {
    background: #c0c0c0;
    display: inline-block;
    margin-bottom: 5px;
    color:#333;
}
#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 div.stock span.available {
display: inline-block;
margin-bottom: 5px;
}

#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 div.stock span.special3 {
    background: #747474;
display: inline-block;
margin-bottom: 5px;
}

#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 div.stock span.special2 {
display: inline-block;
margin-bottom: 5px;
background:var(--n-color-main);
}

/* label sconto,in arrivo, disponibile new */
#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 div.stock span.special {
    background: #ffffff;
    display: inline-block;
    margin-bottom: 5px;
    color:#333;
    font-weight: bold;
    border: 1px solid;
}
#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 div.stock span.available {
display: inline-block;
margin-bottom: 5px;
     font-weight: bold;
    background-color: white;
    border: 1px solid;
    color:#4DAF7C;
}

#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 div.stock span.special3 {
background:var(--n-color-main);
display: inline-block;
margin-bottom: 5px;
     font-weight: bold;
    
}

#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 div.stock span.special2 {
display: inline-block;
margin-bottom: 5px;
color:var(--n-color-main);
     font-weight: bold;
    background-color: white;
    border: 1px solid;
    
}




/* tabelle lista */
/* Nascondi l'immagine originale */
img[ng-src="items_images_2//vega.jpg"] {
    content:url("../../images/vega.png");
    width: auto;
    height: auto !important;
    max-width: 100%;
}

img[ng-src="items_images_2//extreme uff b2b.jpg"] {
    content:url("https://rmwearparts.com/wp-content/uploads/2021/11/extreme.jpg");
    width: auto;
    height: auto !important;
    max-width: 100%;
}


img[ng-src="items_images_2//rm.jpg"] {
    content:url("../../images/rm.png");
    width: auto;
    height: auto !important;
    max-width: 100%;
}

img[ng-src="items_images_2//extreme-tools.jpg"] {
    content:url("../../images/extreme-tools.png");
    width: auto;
    height: auto !important;
    max-width: 100%;
}
img[ng-src="items_images_2//black cat wear parts new logo.jpg"] {
    content:url("../../images/blackcat.png");
    width: auto;
    height: auto !important;
    max-width: 100%;
}

img[ng-src="items_images_2//extreme plus uff b2b.jpg"] {
    content:url("../../images/extreme-plus.png");
    width: auto;
    height: auto !important;
    max-width: 100%;
}



img[ng-src="items_images_2//base.jpg"] {
    content:url("https://rmwearparts.com/wp-content/uploads/2021/11/base.jpg");
    width: auto;
    height: auto !important;
    max-width: 100%;
}



#new-order-list-items .custom-grid-2 .grid-row .grid-col{
    padding: 15px;
}


#new-order-list-items .custom-grid-2 .grid-row .grid-col-3 div.description label {
    text-decoration: none;
    font-size: 14px;
   
    color:#333;
    padding-bottom: 5px
}
.description {
    border-bottom: solid 1px #F2F2F2;
    margin-bottom: 10px;
    
}


#new-order-list-items > div.custom-grid-1 > div > div.grid-col.grid-col-2  .custom-grid-2 .grid-row div{
  border:none;
     

}


#new-order-list-items > div.custom-grid-1 > div > div.grid-col.grid-col-2  .custom-grid-2 .grid-row  .grid-col{
     border-bottom:solid 10px #F2F2F2;

}

#new-order-list-items > div.custom-grid-1 > div > div.grid-col.grid-col-2  .custom-grid-2 .grid-row  .grid-col{
     border-bottom:solid 10px #F2F2F2;

}

#new-order-list-items > div.custom-grid-1 > div > div.grid-col.grid-col-2 > div:nth-child(1) .grid-row  .grid-col{
  background-color: #f9f9f9;
      border-bottom:solid 1px #d2d2d2; 
}
.custom-paginator-1 {
    margin-bottom: 100px;
    background-color: white;
    padding-bottom: 50px
    
} 
.custom-paginator-1 ul{
list-style:none !important;
}
.custom-paginator-1 li .selected {
    background-color: var(--n-color-main);
   
}

#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .support-description span {
 background-color: white;
 color:#333;
 padding:0;
 margin:0;
 text-transform: lowercase;
 display: contents;
}

#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .support-description span:after {
    content: " /";
}

#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .support-description span:nth-last-child(-n + 3):after {
   content: "";
}

.header .grid-col-5 .ng-binding {
    display: none;
}





/*fine lista prodotti*/

/*dettaglio ordine */


.code{
    font-weight: bold;
}

#new-order-item-main .label-cart {
    padding: 15px;
    margin: 0px;
    color: #333;
    font-size: 14px;
}

.custom-frame .frame-header { 
    margin: 0;
    width: 100%;
    border-bottom: 1px solid gainsboro;
}

.custom-frame .frame-header .label-frame {
    padding: 20px;
    margin: 0px;
    color: var(--n-color-main);
}
#new-order-item-main .custom-container-1 .col-2 .description label {
    text-decoration: none;
    font-size: 14px;
    font-weight:500;
    padding-bottom: 5px;
}

#new-order-item-main .custom-container-1 .stock span.special {
background: white;
    display: inline-block;
    margin-bottom: 5px;
     border: 1px solid;
    color: #333;

}
#new-order-item-main .custom-container-1 .stock span.special2 {
display: inline-block;
    margin-bottom: 5px;
    color: var(--n-color-main);
     border: 1px solid;
     background-color: white;
     font-weight: bold;
}

#new-order-item-main .custom-container-1 .stock span.available {
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid;
      color:#4DAF7C;
      background-color: white;
}

#new-order-item-main .custom-container-1 .stock span.special3 {
    background: white;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid;
}

#new-order-item-main .custom-grid-1 .grid-row div.stock span.special {
    background: #c0c0c0;
    display: inline-block;
    margin-bottom: 5px;
     border: 1px solid;
    color: #333;
    background-color: white;
}
#new-order-item-main .custom-grid-1 .grid-row .grid-col {
    border: none;
    border-bottom: 1px solid gainsboro;

   } 

#new-order-item-main .custom-grid-1 .grid-row .grid-col {
border: none;

}

#new-order-item-main .custom-grid-1 .grid-row:last-child .grid-col {
border: none;
}
#new-order-item-main .custom-grid-1 .grid-row .grid-col:nth-child(2) .grid-col {
    background: rgb(239,239,239);
}


#new-order-item-main .custom-container-2 {
    color: #ffffff;
    background: var(--n-color-main);
    padding: 10px;
    border:none;
    text-align: left;
    margin-left:2%;
}

#new-order-item-main .title {
color: #ffffff;
    background:var(--n-color-main);
    padding: 10px;
        border:none;
}
#new-order-item-main .custom-container-1 .col-3 .item-menu button.custom-button-1 {
background: var(--n-color-main);
    border:0;

}
#new-order-item-main .custom-container-1 .col-3 .item-menu button.custom-button-1:hover {
background: rgb(61,61,61);

}
/* dettaglio errore */




.footer .ng-binding {
    background: var(--n-color-main);
    padding:10px;
    text-decoration: none;
    color:white;
    
}
#new-order-item-main .custom-container-1 .stock span.special {
    font-weight: bold;
}

.footer .ng-binding:hover {
    background: rgb(61,61,61);

    text-decoration: none;
    
    color:white;
    
}

.custom-msgbox-1.error .header{
    border-bottom:1px solid #e9e9e9;
    color:var(--n-color-main);
}

.custom-msgbox-1.error .footer {
    border-top:1px solid #e9e9e9;
}

.custom-msgbox-1.attention .header{
    border-bottom:1px solid #e9e9e9;
    color:var(--n-color-main);
}

.custom-msgbox-1.attention .footer {
    border-top:1px solid #e9e9e9;
}


.custom-msgbox-1.success .header{
    border-bottom:1px solid #e9e9e9;
    color:var(--n-color-main);
}

.custom-msgbox-1.success .footer {
    border-top:1px solid #e9e9e9;
}



#new-order-item-main {
border-radius: var(--n-border-radius);
    box-shadow: var(--n-box-shadow);
    padding: 0px;
}
#new-order-item-main .custom-container-1 .col-3 .item-menu button.custom-button-1:hover {
background: rgb(61,61,61);    
}
/* fine dettaglio ordine */

/*carrello*/

#new-order-recap{
  border-radius: var(--n-border-radius);
    box-shadow: var(--n-box-shadow);
    padding: 0px;  
}

#new-order-recap .custom-grid-1 .grid-row .grid-col{

  border:none;  
}

#new-order-recap .custom-grid-1 .grid-row .grid-col-5 {

padding:5px;
}

.update {

padding:5px;
}

#new-order-recap .custom-grid-1 .grid-row .grid-col-5 button.custom-button-1 {
    background: #919191;
    color:white;
}

#new-order-recap .custom-grid-1 .grid-row .grid-col-5 button.custom-button-1:disabled {
background: #f2f2f2 !important;
    color: #cccccc !important;

}
.update .custom-button-1 {
    background: var(--n-color-main) !important;
}
#new-order-recap .custom-button {
    background: var(--n-color-main);
}
#new-order-recap .custom-button:hover {
    background: rgb(61,61,61);
}


#new-order-recap .custom-title-1 label {
    color:var(--n-color-main);
    text-decoration: none;
}

#new-order-recap .custom-grid-4 .grid-row .grid-col {
    padding-top: 10px
}

.description .ng-binding {
    font-weight:400;
}
#new-order-recap .custom-grid-1 .grid-row .grid-col-2 span {
    font-weight: bold;
}

.remove .custom-button-1 {
    background: red;
}

#new-order-recap .custom-grid-1 .grid-row .grid-col-5 button.custom-button-1:hover {
    background:rgb(61,61,61);
}
#new-order-recap .custom-button {
    width:100%;
        margin-left:0px;
    text-align: center;
}
#new-order-recap .custom-grid-4 > .grid-row > .grid-col.grid-col-2 .custom-grid-6 .grid-row .grid-col-1{
    width:70%
   
}
#new-order-recap .custom-grid-4 > .grid-row > .grid-col.grid-col-2 .custom-grid-6 .grid-row .grid-col-2{
    width:30%
   
}

/*fine carrello*/

/*bacheca*/


#dashboard-main{
  border-radius: var(--n-border-radius);
    box-shadow: var(--n-box-shadow);
    background: white;
    padding: 0px;  
}

#dashboard-main > div.custom-container-1.row > div.col.col-2 > div.menu > label.right.ng-binding {
    color: var(--n-color-main);
}


/* fine bacheca */

/* storico ordini */
#orders-mgnt-list{
  border-radius: var(--n-border-radius);
    box-shadow: var(--n-box-shadow);
    background: white;
    padding: 0px;  
}

.custom-paginator-1{
  border-radius: var(--n-border-radius);
    

}

#orders-mgnt-list .custom-grid-1 .grid-row .grid-col {
border:none;
border-bottom: 1px solid gainsboro;

}
#orders-mgnt-list .custom-grid-1 .grid-row .grid-col:last-child {
border:none;
border-bottom: 1px solid gainsboro;
}



#orders-mgnt-list .custom-grid-1 .grid-row.header .grid-col  {
    background-color: #f9f9f9;
    border-bottom: solid 1px #d2d2d2;
}

#orders-mgnt-list .custom-grid-1 .grid-row .grid-col-1 label.order-id {
  color: var(--n-color-main);
    
}
/*fine storico ordini */


/*dettaglio ordine */

#new-order-item-main .custom-container-1 .col-2  .ng-binding {
    font-weight: bold;
}
#new-order-item-main .custom-container-1 .col-2  .weight {
    font-weight: 500;
}


#orders-mgnt-details{
  border-radius: var(--n-border-radius);
    box-shadow: var(--n-box-shadow);
    background: white;
    padding: 0px;  
}

.grid-col-1 .custom-title-1 {
     background-color: #f9f9f9;
    border-bottom: solid 1px #d2d2d2;
    border:none;
}

#orders-mgnt-details .custom-title-1 label{
    color:#333; 
    text-decoration: none;
}
.grid-col-2 .custom-title-1 {
       background-color: #f9f9f9;
    border-bottom: solid 1px #d2d2d2;
    border:none;
}
.custom-grid-5 .grid-col-1 .ng-binding {
    padding-right:10px
}

#orders-mgnt-details .custom-grid-4 .grid-row .grid-col{
    padding:0em !important;
}
#orders-mgnt-details > div.custom-grid-1 > div.grid-row.header {
        background-color: #f9f9f9;
    border-bottom: solid 1px #d2d2d2;

}

#orders-mgnt-details .custom-grid-1 .grid-row.header .grid-col label {
padding-top:10px;
}


#orders-mgnt-details .custom-grid-1 .grid-row.header .grid-col:nth-child(2) {
    text-align: left;
}
#orders-mgnt-details .custom-grid-1 .grid-row .grid-col-2 span.block-1 {
    font-weight: bold;
}

#orders-mgnt-details .custom-grid-4 > .grid-row > .grid-col.grid-col-2 .custom-grid-6 .grid-row .grid-col-1{
    width:70%
   
}
#orders-mgnt-details .custom-grid-4 > .grid-row > .grid-col.grid-col-2 .custom-grid-6 .grid-row .grid-col-2{
    width:30%;
   
}


/* fine dettaglio ordine */

/* menu dropdown */

#main-menu li:hover {
    background: rgb(61,61,61);
}
#main-menu li.submenu li {
   background: #929292;
}
#main-menu li.submenu li:hover {
   background: : rgb(61,61,61);
}
#main-menu .submenu li {
        margin: 0px 0px 0px -20px;
    
}

/* fine menu dropdown */
.custom-logo-container {
    width:100%;
    margin:auto;
}



/** Menabò v.0.1 **/
/** 08-ott-2024 **/

.entry-groups .group.level-4 span:after {
    content: "\e080";
    font-family: 'Glyphicons Halflings'; 
    display: inline-block;
    margin-left: 8px; /* Spazio tra il testo e l'icona */
    font-size: 0.78em;
font-style: normal;
    font-weight: 200 !important;
}
#new-order-list-items .custom-grid-1 .grid-row-1 .grid-col-1 .support-description button {
    width: 10em;
}


#new-order-item-main .custom-container-1 .col-3 .item-menu div.discount-notes {
    width: 90%;
    margin-left: 5%;
    margin-top: 2em;
    padding:0;
    text-align: center;
    font-weight: bold;
    background: white;
    border:none;
    color:#D12740;
}


#new-order-item-main .custom-container-1 .col-1 .image  {
    border:none;
}

/** Menabò v.0.2 **/
/** 04-nov-2024 **/

/* carrello */

.label-cart {
       display: flex;
    align-items: center;
}

.label-cart img {
   margin-right:5px;
    width:35px;
    height:30px;
}

#new-order-recap .grid-col-2 div .custom-title-1 {
padding:20px;
    text-align: center;
    height:220px;
     display: flex;
  align-items: center;
  justify-content: center;
 
  text-align: center; /* Facoltativo, per centrare il testo orizzontalmente */
}


#new-order-recap .custom-grid-5 textarea {
    border: solid 2px #313131;
    background-color: #F9F9F9;
}

    
.filler-msg {
    line-height: 1.5;
    font-size: 9px;
}

/** Menabò v.0.3 **/
/** 07-nov-2024 **/

/* prodotti correlati */

#new-order-item-main .custom-grid-1 .grid-col.grid-col-1 {
     border-bottom: solid 1px rgb(199,199,199) !important;
}
#new-order-item-main .custom-grid-1 .grid-col.grid-col-2 {
    border-bottom:  solid 1px rgb(199,199,199) !important;
}

#new-order-item-main .custom-grid-1 .grid-col.grid-col-3 {
     border-bottom: solid 1px rgb(199,199,199) !important;
}
#new-order-item-main .custom-grid-1 .grid-col.grid-col-4 {
     border-bottom: solid 1px rgb(199,199,199) !important;
}
#new-order-item-main .custom-grid-1 .grid-col.grid-col-5 {
     border-bottom: solid 1px rgb(199,199,199) !important;
}


#new-order-recap  .custom-grid-6 .grid-col-1 {
     border-bottom: solid 0px rgb(199,199,199) !important;
}

#new-order-recap .custom-grid-5 .grid-col-1 {
       border-bottom: solid 0px rgb(199,199,199) !important;
 }
#new-order-recap   .grid-col.grid-col-2 {
       border-bottom: solid 0px rgb(199,199,199) !important;
      
  }






