html { 
  margin: 0px;
  padding: 0px; 
}
input{
/*-webkit-appearance: none !important;*/
border-radius: 0;
}
select{
border-radius: 0;
}
body { 
margin: 0;
overflow-x: hidden;
font-size: 13px;
background-color: #EBEBEB;
font-family: Poppins,sans-serif;
color: #666666;
}

.popup {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  box-sizing: border-box;
}

.white-popup {
position: relative;
background: #FFF;
padding: 0px;
width: auto;
max-width: 500px;
margin: 20px auto;
box-sizing: border-box;
}

a {
  transition-property: color;
  transition-duration: 1s;
  text-decoration: none;

}
a:hover {
  color: var(--color1);
}
a.active {
  color: var(--color1);
}

input[type="date"].default, input[type="time"].default, input[type="number"].default, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea, select {
  outline: none;
  border: 1px solid #e8ebf3;;
  border-radius: 5px;
  -o-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  padding: 7px;
  box-sizing: border-box;
  font-size: 13px;
  background-color: #fdfdfd;
}


input[type="button"], input[type="submit"], button, a.button {
  outline: none;
  border: 1px solid #e8ebf3;
  border-radius: 5px;
  -o-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  padding: 7px;
  box-sizing: border-box;
  font-size: 13px;
  background-color: var(--color1);
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;

}

.button_stato {
  text-transform: uppercase;
  font-size: 16px !important;
  padding: 15px 10px !important;
  outline: none;
  border: 1px solid #e8ebf3;
  border-radius: 5px;  
 transition: background .3s ease-in-out;
 box-sizing: border-box;
 text-align: right !important;
 background-repeat: no-repeat;
 background-position: left 10px center;
  display: inline-block;
  width: 100%;
  color: #fff !important;
}

button.button_stato:disabled {
  background-color: #DDDDDD !important;
  color: #fff;
}



h1{
font-size: 18px;
margin: 0;
color: var(--color1);
font-weight: 500;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
border-collapse: collapse;
color: #7286a2;
}

.table-bordered thead {
    background-color: 
    #f1f5fa;
}
.table thead tr th {
    font-weight: 500;
    color: 
    #50649c;
    font-size: 13px;
}
.table td {
    vertical-align: middle;
}
.table-bordered td, .table-bordered th {
    border: 1px solid 
    #eaf0f7;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table td a{
color: #7286a2;
}

.datatable{
font-size: 10px;
}

.datatable a{
color: #fff;
}
.datatable a:hover{
text-decoration: underline;
}
.datatable th {
font-weight: 500 !important;
font-size: 13px;
color: #666666;
background-color:#FFFFFF;
border-color: #eaf0f7;
}
.datatable th, .datatable thead td{
border-bottom: 3px solid var(--color1) !important;
}
.dataTables_length, .dataTables_filter{
font-weight: 400;
color: #656d9a;
font-size: 13px;
margin-bottom: 15px;
}
.dataTable.no-footer {
border-bottom: 0px !important;
}

.dataTables_info{
margin-top: 15px;
font-size: 13px;
}
.dataTables_paginate {
margin-top: 15px;
font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
border: 1px solid #ccc !important;
margin-left: -1px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
background: #f1f5fa !important;
color: #333 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
background: var(--color1) !important;
color: #fff !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
width: 100%;
}

.glyphs.character-mapping{margin:0;padding:0;border:none;}
.glyphs.character-mapping li{margin:0;display:inline-block;width:90px;border-radius:4px;}
.glyphs.character-mapping .icon{margin:10px 0 10px 15px;padding:15px;position:relative;width:55px;height:55px;color:#398FF7 !important;overflow:hidden;-webkit-border-radius:3px;border-radius:3px;font-size:32px;}
.glyphs.character-mapping .icon svg{fill:#398FF7}
.glyphs.character-mapping li:hover .icon{color:#fff !important;}
.glyphs.character-mapping li:hover .icon svg{fill:#fff}
.glyphs.character-mapping li:hover input{opacity:100;}
.glyphs.character-mapping li:hover{background:#374347;}
.glyphs.character-mapping input{opacity:0;background:#398FF7;color:#fff;margin:0;padding:10px 0;line-height:12px;font-size:12px;display:block;width:100%;border:none;text-align:center;outline:none;border-bottom-right-radius:3px;border-bottom-left-radius:3px;font-family:'Montserrat','Helvetica','Arial',sans-serif;font-weight:400;}
.glyphs.character-mapping input:focus{border:none;}
.glyphs.character-mapping input:hover{border:none;}
.glyphs.css-mapping{margin:0 0 60px 0;padding:30px 0 20px 30px;color:rgba(0,0,0,0.5);border:none;-webkit-border-radius:3px;border-radius:3px;}
.glyphs.css-mapping li{margin:0 30px 20px 0;padding:0;display:inline-block;overflow:hidden}
.glyphs.css-mapping .icon{margin:0;margin-right:10px;padding:13px;height:50px;width:50px;color:#398FF7 !important;overflow:hidden;float:left;font-size:24px}
.glyphs.css-mapping input{background:none;color:#398FF7;margin:0;margin-top:5px;padding:8px;line-height:14px;font-size:14px;font-family:'Montserrat','Helvetica','Arial',sans-serif;font-weight:700;display:block;width:120px;height:40px;border:none;-webkit-border-radius:5px;border-radius:5px;outline:none;float:right;}
.glyphs.css-mapping input:focus{border:none;}
.glyphs.css-mapping input:hover{}
.ui-dialog {
font-size: 12px !important;
}

#bg_login {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_login.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    top: 0px;
}

#container_login{
margin: 10% auto auto auto;
padding: 40px 40px 30px 40px;
max-width: 460px;
width: 100%;
background-color: #fff;
box-sizing: border-box;
border-radius: 20px;
position: relative;
text-align: center;
}
.form-group {
 margin-bottom: 20px;
 }
.form-group label{
font-weight: 400;
color: var(--color1);
font-size: 13px;
display: inline-block;
margin-bottom: .5rem;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.auth-form-icon {
    width: 32px;
    height: 32px;
    background-color: var(--color1);
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    z-index: 100;
    top: 3px;
    color: #fff;
}
.form-control {
    border-radius: 50px !important;
    padding-right: 40px !important;
    padding-left: 20px !important;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    font-size: 13px;
    border: 1px solid #e8ebf3;
    height: calc(2.3rem + 1px);
    color: #666666;
}
.button_login{
  box-shadow: 0 2px 6px 0 rgba(102,153,153,.5);
  border-radius: 30px;
  font-size: 14px;
  line-height: 24px;
  background-color: var(--color1) !important;
  border: 1px solid var(--color1);
  color: #fff;
}
.account{
text-align: center !important;
margin-top: 1.5rem !important;
}
.account h6{
color: #dbe0ec;
font-size: 13px;
font-weight: 500;
line-height: 1.2;

}

.account h6::before {
    display: inline-block;
    margin: 0 14px 4px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #eff2f9;
    width: 80px;
}
.account h6::after {
    display: inline-block;
    margin: 0 0 4px 14px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #eff2f9;
    width: 80px;
}

.icon_kreisa{
color: #999;
font-size: 16px;
}
.icon_kreisa:hover{
color: #50649c;
}
#wrapper{
padding-top: 110px; 
display: flex;
}

.footer {
border-top: 1px solid #dbe0ec;
bottom: 0;
padding: 20px;
position: absolute;
right: 0;
left: 0;
color: #7081b9;
font-size: 13px;
}


#top{
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1;
background-color: #fff;   
}
#logo_mobile{
display: block;
float: left;
background-color: var(--color1);
margin-right: 15px;
height: 70px;
}
#top_logo{
margin-left: 0px;
display: none;
background-color: #fff;
float: left;
text-align: center;
height: 70px;
line-height: 80px;
position: relative;
width: 230px;
z-index: 2;

border-top: 15px solid #fff;
box-sizing: border-box;
}
#top_logo img{
margin-top: 10px;
width: 100%;
max-width: 120px;
}
#top_content{
background:#fff;
padding: 0 10px 0 0;
font-size: 14px;
height: 70px;
line-height: 50px;
position: relative;
-webkit-box-shadow: 0 0 3px rgba(31,30,47,.05);
box-shadow: 0 0 3px rgba(31,30,47,.05);
color: #999;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-top: 15px solid #fff;
box-sizing: border-box;
}
a#menu-toggle{
color: var(--color1);
font-size: 18px;
padding: 0px 23px;
display: inline-block;
vertical-align: top;
width: 70px;
height: 70px;
box-sizing: border-box;

}

a#menu-toggle span.dripicons-cross{
color: var(--color2);
font-size: 24px;
}

#top_switch{
display: flex;
align-items: center;
width: 100%;
background-color: #EBEBEB;
height: 40px;
line-height: 1em;
box-sizing: border-box;
padding: 5px 10px;
}
#top_switch select{
background-color: #EBEBEB;
width: 100%;
padding: 0px 5px;
margin: 0px;
border: 1px solid #CCC ;
box-sizing: border-box;
border-radius: 0px;
}
.item_switch{
width: 100%;
}

#menu{
display: none;
min-width: 300px;
max-width: 300px;
background-color:#fff;
-webkit-box-shadow: 0 0 3px rgba(31,30,47,.05);
box-shadow: 0 0 3px rgba(31,30,47,.05);
-webkit-transition: .3s;
transition: .3s;
}

#menu_sx{
width: 70px;
padding: 15px 0px 0px 0px;
background-color: var(--color1);
height: 100%;
z-index: 1;
position: fixed;
top: 110px;
box-sizing: border-box;
text-align: center;
}

#menu_sx a{
display: inline-block;
width: 100%;
text-align: center;
padding: 15px ;
font-size: 25px;
color: #fff;
box-sizing: border-box;
position: relative;
}
#menu_sx a:hover{

background-color: rgba(255,255,255,0.1);

}

#menu_sx a.active{

background-image: url(../img/bg_menu_active.png);
background-position: right center;
background-repeat: no-repeat;
color: var(--color2);
}

.my_tooltip{
font-size:11px !important;
font-family: Poppins,sans-serif !important;
border-radius: 25px !imortant;
box-shadow: none !important;
border: 0px !important;
background-color: rgba(255,255,255,0.8) !important;
}



#menu_dx{
    top: 110px;

    /*background-image: url(../img/sagoma.gif);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 230px;
    /*height: 100%;*/
    background-color: #fff;
    /*border-right: 1px solid #d4d8e1;*/
    position: fixed;
    left: 70px;
    z-index: 1;
    box-sizing: border-box;
    padding: 15px 20px ;
    overflow:auto;
    bottom: 0px;
}
.sottomenu{
 display: none;
}
.sottomenu.active{
 display: block;
}
h3{
font-size: 16px;
font-weight: 500;
color: var(--color2);
margin-bottom: 15px;
line-height: 1;
}
.sottomenu a{
display: inline-block;
width: 100%;
font-size: 13px;
padding: 10px 0px ;
color: #7c92a7;
}
.sottomenu a .icon{
margin-right: 5px;
}

.sottomenu a:hover, .sottomenu a.active{
color: var(--color1);
}

#content {
  padding: 0px 0px 80px 0px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vh - 70px);
}

#content_header{
padding: 13px 25px;
display: flex;
width: 100%;
box-sizing: border-box;
background-color: #F9F9F9;
}
.padding_25 .div_100.box{
margin-right: 0px;
}

#content_header h1{
float: left;
}

#smartphone_sticky{
padding: 15px ;
box-sizing: border-box;
position: -webkit-sticky; /* for Safari */
position: sticky;
top: 0px;
align-self: flex-start;
}

#smartphone{
background-image: url(../img/smartphone.png);
background-repeat: no-repeat;
background-position: center top;
width: 358px;
height: 724px;
margin-right: 0px;

padding-top: 48px;
padding-left: 21px;
padding-right: 21px;
padding-bottom: 48px;

box-sizing: border-box;  
}

.div_20, .div_25, .div_30, .div_33, .div_50, .div_66, .div_70, .div_75, .div_80, .div_100{
width: 100%;
box-sizing: border-box;
margin-right: 25px;
margin-bottom: 15px;
display: inline-block;
vertical-align: middle;
white-space: normal;
}

#bread{
display: none;
width: 100%;
text-align: left;

}
#bread a{
color: #B4B4B4;
font-size: 15px;
}
#bread a.active{
color: var(--color1);
font-weight: bold;
}
#bread a span{
font-size: 10px;
font-weight: bold;
}
.box{
margin-bottom: 24px;
border: none;
-webkit-box-shadow: 0 0 3px rgba(31,30,47,.05);
box-shadow: 0 0 3px rgba(31,30,47,.05);
border-radius: 3px;
background-color: #fff;
padding: 1.25rem;
box-sizing: border-box;
}

.header_view{
background-color: var(--color1);
border-radius: 0px;
color: #fff;


}
/*
.header_view_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */
.header_view_img {
    position: relative;
    max-width: 128px;
    max-height: 128px;
    margin-right: 24px;
   vertical-align: middle;
   margin-top: 10px;
   margin-bottom: 10px;
   display: inline-block;
   
}
.img_round {
    border-radius: 0% !important;
}

.header_view_text {
   vertical-align: middle;
   display: inline-block; 
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
}
.header_view_text a{
color: #fff;
}
.header_view_text a:hover{
text-decoration: underline;
}

.header_view_text span {
  color: #ccc;
  margin-bottom: 0 !important;
  font-size: 13px;
}

.header_view_info {
font-size: 13px;
}
.header_view_info i{
margin-right: 10px;
color: var(--color2);
font-size: 18px;
}
.header_view_info strong{
margin-right: 5px;
}

.scrolling-wrapper {
  overflow-x: auto;
  overflow-y: scrool;
  white-space: nowrap;
  -ms-overflow-style: none; 
  scrollbar-width: auto; 
  position:relative;
  
}
.scrolling-wrapper::-webkit-scrollbar {
display: none;
}


.tab_menu a{
border-radius: 5px;
padding: 10px 15px ;
font-size: 12px;
color: #666666;
display: inline-block;
}
.tab_menu a:hover{
color: #666666;
}
.tab_menu a.active{
background-color: var(--color1);
color:#FFF;
}
.tab_content{
display: none;
}
.tab_content.active{
display: block;
}


.tab_menu_2 a{
border-radius: 5px;
padding: 10px 15px ;
font-size: 13px;
color: #666666;
display: inline-block;
}
.tab_menu_2 a:hover{
color: #666666;
}
.tab_menu_2 a.active{
background-color: var(--color1);
color:#FFF;
}

.mini_box{
padding: 20px;
border: 1px solid #eff2f9;
border-radius: 3px;
background-repeat: no-repeat;
background-position: right 15px center;
background-color: #fff;
-webkit-box-shadow: 0 0 13px 0 rgba(239,242,249,.05);
box-shadow: 0 0 13px 0 rgba(239,242,249,.05);
}
.mini_box h3{
margin-bottom: 5px;
margin-top: 0px;
color: #7c92a7;
}

.badge {
  -webkit-box-shadow: 0 0 3px rgba(31,30,47,.05);
  box-shadow: 0 0 3px rgba(31,30,47,.05);
  padding: 7px;
  font-weight: 500;

  border-radius: 5px;
  font-size: 11px;
  margin-top: 10px;
  display: inline-block;

  color: #fff;
}
.badge-danger {
  background-color: #f1646c;
}
.badge-success {
  background-color: #1ecab8;
}

.box_card{
width: 100%;
color: #a4abc5 !important;
font-size: 14px !important;
 border-bottom: 1px solid #fff ;

display: inline-block;
margin-bottom: 10px;
padding-bottom: 10px;

}

.box_card_sx{
display: inline-block;
vertical-align: middle;
width: 60px;
}
.box_card_dx{
display: inline-block;
vertical-align: middle;
width: calc(100% - 75px);
color: #A4ABD2;
}
.box_card h3{
font-weight: 600;
color:#50649c;
font-size: 24px;
margin-top: 5px;
}
.box_card:hover, .box_card.active{
border-bottom: 1px solid #ccc ;
}

.icon_round i {
    font-size: 24px;
    line-height: 48px;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50% !important;

    text-align: CENTER;
}
.icon_round .warning{
    background-color: rgba(243,199,77,.15) !important;
    color: #f3c74d !important;
}

.icon_round .success{
background-color: rgba(30,202,184,.15) !important;
color: #1ecab8 !important;
}

.loading{
display: inline-block;
width: 100%;
background-image: url(../img/ajaxLoader.gif);
height: 50px;
background-position: center center;
background-repeat: no-repeat;
}

.menu_stats, .menu_stats_mesi, .menu_stats_pasti, .menu_stats_giorni{
display: inline-block;
width: 100%;
margin-bottom: 25px;
}
.menu_stats a, .menu_stats_mesi a, .menu_stats_pasti a, .menu_stats_giorni a{
 font-size: 12px;
 color: #fff;
 background-color: var(--color1);
 padding: 2px 8px;
 margin-right: 3px;
 display: inline-block;
}
.menu_stats a:hover, .menu_stats a.active, .menu_stats_mesi a:hover, .menu_stats_mesi a.active, .menu_stats_pasti a:hover, .menu_stats_pasti a.active, .menu_stats_giorni a:hover, .menu_stats_giorni a.active{
background-color: var(--color2);
}
.border{
display: inline-block;
width: 100%;
border-top: 1px solid #EAF0F7;
border-bottom: 1px solid #EAF0F7;
padding: 10px 0px;
margin-bottom: -1px;
font-size: 14px;
font-weight: 300;
}
.highcharts-credits {
display: none !important;
}
.highcharts-title{
font-size: 18px !important;
font-weight: 500 !important;
}
.highcharts-title, .highcharts-legend, .highcharts-axis-labels, .highcharts-series-group{
fill: var(--color1) !important;
color:var(--color1) !important;
font-family: Poppins,sans-serif !important;
}

/* B2B */

#dashboard_b2b{
position:absolute; 
top:0px; 
bottom:62.5px; 
left:0px; 
right:0px;
background-image: url(../img/bg_dashboard.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: right center;
z-index: -1;

}

#dashboard_b2b_container{
padding: 90px 0px 0px 0px;
}

.item_dashboard{
width: calc(99% - 50px);
margin: 25px;

display: inline-block;
height: 170px;
background-color: rgba(102,153,153,0.9);
padding: 30px 20px;
color: #fff;
font-size: 14px;

text-align: right;
box-sizing: border-box;
vertical-align: top;

}
.item_dashboard h1{
font-size: 25px;
color: #fff;

background-position: left center;
background-repeat: no-repeat;
margin-bottom: 10px;
}
.icon_articoli{
background-image: url(../img/icon_articoli.png);
}
.icon_ordini{
background-image: url(../img/icon_ordini.png);
}
.icon_download{
background-image: url(../img/icon_download.png);
}
.icon_assistenza{
background-image: url(../img/icon_assistenza.png);
}
#box_carrello{
float: right;
position: relative;
font-size: 12px;
}
#box_carrello span, #box_carrello a{
display: inline-block;
padding: 10px 20px ;
line-height: 20px;
} 
#box_carrello span.carrello_pezzi{
background-color: #7089E9;
color: #fff;
font-weight: bold;
}
#box_carrello span.carrello_totale{
width: 100px;
border-top: 1px solid #ccc ;
border-bottom: 1px solid #ccc ;
box-sizing: border-box;

padding: 9px 15px ;
font-weight: bold;

}
#box_carrello a.carrello_procedi{
padding: 10px 20px ;

background-color: #7089E9;
color: #fff;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;

}

#tooltip_carrello{
background-image: url(../img/bg_add_carrello.png);
width: 253px;
height: 71px;
box-sizing: border-box;
text-align: center;
padding-top: 26px;
position: absolute;
right: 50px;
top: -10px;
color: #fff;
font-size: 13px;
font-weight: bold;
z-index: 2;
display: none;

}


#menu_stagioni{
background-color: #F7F7FC;
display: inline-block;
width: 100%;
margin-bottom: 15px;
}
#menu_stagioni a{
color: #666666;
font-size: 14px;
padding: 7px 15px;
display: inline-block;
}
#menu_stagioni a:hover, #menu_stagioni a.active{
background: linear-gradient(14deg, #506ee4 0%, rgba(80,110,228,0.6));
color: #fff;
-webkit-box-shadow: 0 7px 14px 0 rgba(80,110,228,0.5);
box-shadow: 0 7px 14px 0 rgba(80,110,228,0.5);
border-radius: 0;
}

.input_search_b2b{
display:inline; width:80%;
}
.input_submit_b2b{
display:inline !important; width:20% !important;
margin-left: -10px;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
background: linear-gradient(14deg, #506ee4 0%, rgba(80,110,228,0.6));
height: 38px;
color: #fff;
}

#menu_catalogo{
display: inline-block;
width: 100%;
margin-top: 10px;

}
#menu_catalogo h3{
font-size: 17px;
color: #4D79F6;
background-image: url(../img/icon_piu.png);
background-position: right center;
background-repeat: no-repeat;
cursor: pointer;
border-bottom: 1px solid #E8EBF3 ;
padding: 13px 0px;
margin: 0px;

}
#menu_catalogo h3.active{
background-image: url(../img/icon_meno.png);

}


#menu_catalogo .sottomenu{
display: none;
width: 100%;
box-sizing: border-box;
}

#menu_catalogo .sottomenu.active{
display: inline-block;
margin-top: -2px;
background-color: #fff;
}
#menu_catalogo div a{
display: inline-block;
width: 100%;
border-bottom: 1px solid #E8EBF3 ;
padding: 7px 15px ;
font-size: 14px;
color: #333;
box-sizing: border-box;
}
#menu_catalogo a:hover, #menu_catalogo a.active{
color: #4D79F6;
}
#menu_catalogo span{
font-size: 17px;
margin-right: 5px;
color: #4D79F6;
}

h1.title_b2b{
 font-size: 17px;
 color: #4D79F6;
 border-bottom: 1px solid #E8EBF3;
 text-transform: uppercase;
 padding-bottom: 10px;
 
}

#type_list{
display: none;
float: right;
}
#type_list a{
display: inline-block;
width: 45px;
height: 16px;
background-repeat: no-repeat;
background-position: center center;
}
#type_list a#column{
background-image: url(../img/icon_column.png);

}
#type_list a#row{
background-image: url(../img/icon_row.png);

}
#type_list a:hover, #type_list a.active{
filter: invert(41%) sepia(93%) saturate(2314%) hue-rotate(210deg) brightness(100%) contrast(94%);
}

.item_prodotto {
width: 50%;
float: left;
margin-bottom: 10px;
padding: 10px ;
box-sizing: border-box;
min-height: 480px;
color: #666666;
 font-size: 14px;
}
.item_prodotto img{
width: 100%;
}

.item_prodotto_img{
position: relative;
}
.item_prodotto_img a.tooltip_ordina{
position: absolute;
bottom: 17px;
left: 10px;
width: calc(100% - 20px);
background-color: #506EE4;
padding: 10px 0px ;
font-size: 15px;
color: #fff;
border-radius: 5px;
text-transform: uppercase;
text-align: center;
display: none;
}
.item_prodotto_img:hover a.tooltip_ordina{
display: block;
}

.item_prodotto_title{
 font-size: 17px;
 color: #4D79F6;
}
.item_prodotto_title span{
 font-size: 14px;
 color: #666;

}

.item_prodotto_taglie{
margin: 10px 0px;
}


.item_prodotto_price{
 font-size: 17px;
 color: #4D79F6;
}

.item_prodotto_button{
display: none;
}
.item_prodotto_button a{
background-color: #506EE4;
padding: 10px 20px ;
font-size: 15px;
color: #fff;
border-radius: 5px;
text-transform: uppercase;
}

.item_prodotto.row {
width: 100%;
float: left;
margin: 0px;
padding: 10px 0px 0px 0px;
box-sizing: border-box;
display: table;
min-height: auto;
border-top:  1px solid #E8EBF3;
}
.item_prodotto.row:hover {
background-color: #EAF0F7;
}


.item_prodotto.row div{
display: table-cell;
vertical-align: middle;
padding:  0px 10px;
box-sizing: border-box;

}

.item_prodotto.row .item_prodotto_img{
width: 10%;
}
.item_prodotto.row .item_prodotto_img:hover a.tooltip_ordina{
display: none;
}


.item_prodotto.row .item_prodotto_title{
width: 20%;
}
.item_prodotto.row .item_prodotto_color{
width: 20%;
}

.item_prodotto.row .item_prodotto_taglie{
width: 20%;
}
.item_prodotto.row .item_prodotto_price{
width: 10%;
}
.item_prodotto.row .item_prodotto_button{
width: 20%;
text-align: right;
}


a.chiudi_dettaglio{
background-color: #666666;
padding: 7px 20px ;
font-size: 13px;
color: #fff;
border-radius: 5px;
text-transform: uppercase;
margin-top: -7px;
}

#box_prodotto_layer{
position: fixed;
  top: 0px;
  height: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.2);
  z-index: 7;
  width: 100%;
  height: 100%;
  display: none;

}

#box_prodotto, #box_faq, #box_prenotazione_action{
top: 110px;
overflow-x: hidden;
position: fixed;
width: 0%;
bottom: 0px;
background-color: #fff;
z-index: 9;
right: 0px;
box-sizing: border-box;
overflow-y: auto;
font-size: 13px;
color: #333;
padding-left: 0px;

-webkit-box-shadow: 0 0 3px rgba(31,30,47,.05);
box-shadow: 0 0 3px rgba(31,30,47,.05);
border-radius: 3px;
background-color: #fafafa;
}

#box_prenotazione_action, #box_prodotto{
top: 0px;
} 


#box_faq{
/*display: none;*/
width: 100%;
top: 110px;
right: -100%;
background-color: #f2f2f2;

padding: 21px ;
box-sizing: border-box;
font-size: 14px;
}

#box_faq_title {
display: inline-block;
width: 100%;
color: #333;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #fff ;
padding-bottom: 10px;
margin-bottom: 0px;
text-transform: uppercase;
}
#box_faq_title div:first-child{
display: inline-block;
width: 80%;
vertical-align: top;
}
#box_faq_title div:first-child i{
font-size: 25px;
margin-right: 10px;
}
#box_faq_title div:last-child{
display: inline-block;
width: 18%;
text-align: right;
font-size: 12px;
vertical-align: middle;
}
#box_faq_title div:last-child a i{
padding: 5px ;
display: inline-block;
background-color: #fff;
color: #333;
font-size: 12px;
}

.accordion__item {
	margin: 5px auto;
}
.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 10px 30px 10px 0px;
	margin-bottom: 10px;
	color: var(--color1);
    border-bottom: 1px solid #fff ;
	text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    
}
.accordion__item .accordion__title:hover {
	/*background-color: #e5e4e4;*/
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
	/*background-color: #e5e4e4;*/
}
.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 16px; 
    right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	text-align: center;
	color: #333;
	line-height: 14px;
	font-size: 14px;
	margin-right: 0px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    content: "+";
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
    content: "-";
}
.accordion__item .accordion__content {
	font-size: 14px;
	display: none;
    padding-top: 0px;
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
}

.accordion__item .accordion__content p{

display: inline-block;
width: 100%;
}

.alert_pasto{
border: 2px solid red ;
padding: 10px ;
box-sizing: border-box;
display: block;
width: 100%;
color: red;
font-size: 13px;
border-radius: 10px;
margin-bottom: 15px;
}

.prodotto_titoli{
font-size: 15px;
color: #4D79F6;
}
.prodotto_prezzo{
 font-size: 15px;
  background-color: #F1F5FA;
 text-align: center;
 padding: 10px 0px;
 width: 100%;
 color: #4D79F6;
 float: right;
}
.prodotto_prezzo span{
 font-size: 30px;
 color: #000;

}

input[type="submit"].submit_carrello{
 background-color: #506EE4;
 font-size: 18px;
 color: #fff;
 padding: 25px 0px;
}

span.carrello_taglie{
width: 40px;
display: inline-block;
}
input[type="number"].carrello_qt{
width:80px; 
margin-right:10px;
display: inline-block;
}
button.carrello_button{
width:auto; background:#fff; color:#333; border:0px; font-size:16px;
display: inline-block;
}
.box_qt_carello{
 text-align:left; margin-bottom:0px
}

a.carrello_elimina{
background-color: #EF4D56;
color: #fff;
font-size: 14px;
display: inline-block;
width: 100%;
padding: 6px 0px;
text-align: center;

}

.carrello_title_dx{
border: 1px solid #F1F5FA;
background-color: #FBFBFB;
margin: 0px;
padding:  25px 15px;
box-sizing: border-box;
font-size: 13px;
margin-top: -1px;
color: #305BA2;
font-weight: normal;
}
.carrello_title_dx span{
float: right;
color: #999999;
}

h1.carrello_title_dx{
color: #333333;
font-size: 15px;
}
h1.carrello_title_dx span{
color: #EF4D56;
font-size: 20px;
margin-top: -3px;
}

.item_ordini{
 font-size: 15px;
 color: #AEB1C6;
 text-align: right;
}
.item_ordini span{
color: #2E3C61;
font-size: 25px;
font-weight: bold;
}
.item_ordini div{
background-repeat: no-repeat;
background-position: left center;
padding-bottom: 10px;
}

.item_ordini_totale, a.item_ordini:hover div.item_ordini_totale, a.item_ordini.active div.item_ordini_totale{
border-bottom: 5px solid #8898F6 ;
background-image: url(../img/icon_ordini_totali.png);
}
.item_ordini_finalizzati, a.item_ordini:hover div.item_ordini_finalizzati, a.item_ordini.active div.item_ordini_finalizzati{
border-bottom: 5px solid #2BDAB4 ;
background-image: url(../img/icon_ordini_finalizzati.png);
}
.item_ordini_accettazione, a.item_ordini:hover div.item_ordini_accettazione, a.item_ordini.active div.item_ordini_accettazione{
border-bottom: 5px solid #FEB066 ;
background-image: url(../img/icon_ordini_accettati.png); 

}
.item_ordini_annullati, a.item_ordini:hover div.item_ordini_annullati, a.item_ordini.active div.item_ordini_annullati{
border-bottom: 5px solid #FD3694 ;
background-image: url(../img/icon_ordini_annullati.png);
}

.item_ordini_resi, a.item_ordini:hover div.item_ordini_resi, a.item_ordini.active div.item_ordini_resi{
border-bottom: 5px solid #18B2CE ;
background-image: url(../img/icon_ordini_resi.png);
}



.item_resi_1, a.item_ordini:hover div.item_resi_1, a.item_ordini.active div.item_resi_1{
background-image: url(../img/icon_resi_1.png);
}
.item_resi_2, a.item_ordini:hover div.item_resi_2, a.item_ordini.active div.item_resi_2{
background-image: url(../img/icon_resi_2.png);
}
.item_resi_3, a.item_ordini:hover div.item_resi_3, a.item_ordini.active div.item_resi_3{
background-image: url(../img/icon_resi_3.png); 

}
.item_resi_4, a.item_ordini:hover div.item_resi_4, a.item_ordini.active div.item_resi_4{
background-image: url(../img/icon_resi_4.png);
}



a.item_ordini div{
border-bottom: 5px solid #ccc ;
color: #AEB1C6;
}



.item_stato{
border-radius: 5px;
padding: 3px 15px ;
font-size: 12px;
font-weight: bold;
}
.finalizzato, .spedito{
background-color: #D4F3ED;
color: #2BDAB4;
}

.in_accettazione, .da_spedire{
background-color: #FFEDDC;
color: #FEB066;
}
.annullato{
background-color: #FADFEC;
color: #FD3694;
}
.verificare{
background-color: #D5DFFD;
color: #4D79F6;
}


.mini_box.finalizzati{
 background-image: url(../img/icon_ordini_finalizzati.png);
}
.mini_box.accettazione{
 background-image: url(../img/icon_ordini_accettati.png);
}
.mini_box.annullati{
 background-image: url(../img/icon_ordini_annullati.png);
}

.ui-accordion .ui-accordion-header {
background: #f1f5fa;
font-size: 13px;
font-family: Poppins,sans-serif !important;
padding:  10px 20px 10px 40px;
color: #1f41c9;
border: 1px solid #eaf0f7;
}
.ui-accordion .ui-accordion-content {
   border: 1px solid #eaf0f7;
font-size: 13px;
font-family: Poppins,sans-serif !important;
    padding: 20px;
    border-top: 0;
    overflow: auto;

}

.ui-icon{
 -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
}

.ui-icon.iconOpen {
    background-image:url('../img/icon_faq_open.png');
    background-repeat: no-repeat;
    background-color: #D9E1F7;
    border-radius: 45px;
    background-position: center center;
    width:24px;
    height:24px;
    margin-top: -12px !important;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}
.ui-icon.iconClosed {
    background-image:url('../img/icon_faq_close.png');
    background-repeat: no-repeat;
    background-color: #D9E1F7;
    border-radius: 45px;
   
    background-position: center center;
    width:24px;
    height:24px;
    margin-top: -12px !important;
}

#login_b2b_sx{
background-color: #fff;
margin: 0px;

width: 100%; 
padding: 15px ;
  box-sizing: border-box;
}

#login_b2b_dx{
background-image: url(../img/bg_login_b2b.jpg);
background-repeat: no-repeat;
background-position: center center;
width: 100%; 
height: 250px;
}

.ui-autocomplete{
z-index: 9999;
}
input.ui-autocomplete-loading {
    background: url('../img/loading.gif') no-repeat right center;
    background-size: 80px 80px;
}

.ui-widget{
font-family: Poppins,sans-serif !important;
font-size: 13px !important;
}

.button_black{
color: #fff !important;
background-color: #333 !important;
}


input[type="file"] {
  display: block;
}
.imageThumb {
  width: 100%;
  border: 0px solid;
  padding: 0px;
  cursor: pointer;
  /*height: 100px;*/
  object-fit: contain;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
background-image: url(../img/delete_foto_sorter.png);
background-repeat: no-repeat;
background-position: center center;
width: 24px;
height: 24px;
display: block;
position: absolute;
top: 0px;
right: 0px;
}
.remove:hover {
background-image: url(../img/delete_foto_sorter_hover.png);
}

.sortable { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  width: 100%;
}
.sortable li {
  /*margin: 3px 3px 3px 0;*/ 
  /*padding: 1px;*/ 
  float: left; 
  width: 180px; 
  /*height: 90px;*/ 
  /*font-size: 4em;*/ 
  text-align: center; 

  position: relative;
}


input[type="file"].input_file_styled {
    display: none;
}
.custom-file-upload {
  display: inline-block;
  cursor: pointer;
  background-color: #EEF1F5;
  border-radius: 10px;  
  text-align: center;
  box-sizing: border-box;  
  margin-top: 3px;
  /*width: 100%;
  min-height: 500px;
  line-height: 500px;*/
  width: 180px;
  padding-top: 5%;
  padding-bottom: 5%
  
}

label{
color: var(--color1);
}

.img_list{
  width: 200px;
  height: 100px;
  object-fit: cover;
  
}
.dynatable {
    text-align: left;
    width: 100%;
    font-size: 12px;
}
.dynatable input{
width: 100%;
background-color: #f9f9f9;
}
.dynatable tr td{
padding: 10px ;
}
.dynatable tr td:first-child{
width: 90%;
}

tbody.ui-sortable tr td:first-child:hover{
cursor:pointer;
}
.item_lista{
padding: 10px ;
margin: 5px;
}
.item_lista_header{
background-color: var(--color1);
padding: 10px ;
box-sizing: border-box;
font-size: 20px;
color: #fff;
display: flex;
margin-bottom: 20px;
}
.item_lista_header div{
width: 50%;
}

.item_lista_row{
font-size: 13px;
margin-bottom: 10px;
background-color: #E9E9E9;

box-sizing: border-box;

display: flex;
align-items:center;
width: 100%;
color: #333;
font-weight: bold;
padding-right: 10px;
}
.item_lista_row div{
padding: 10px ;
box-sizing: border-box;
line-height: 1.2em;
 flex-grow: 1;
}

span.tempi_attesa{
font-size: 13px !important;
}

.numero_persone{
border-right: 1px solid #fff ;
font-size: 13px;

min-width: 80px;
}
.numero_persone span{
font-size: 27px;
display:inline-block;
vertical-align: middle;
}
.numero_persone span.icon{
font-size: 20px;
}

.numero_prenotazione{
font-size: 16px;
border-right: 1px solid #fff ;
color: var(--color1);

min-width: 70px;
text-align: center;
}

.nome_prenotazione{
width: 100%;
}
.nome_prenotazione i{
    font-size: 14px;
    margin-right: 5px;
}

.stato_prenotazione{

}



#content_dashboard_prenotazioni{
width: 100%;
}

.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.item_day{
width: 100%;
text-align: left;
font-size: 14px;
color: #333;
display: block;
}

.item_day.past{
opacity: 0.7;
}

.item_day_text{
padding: 10px ;

border: 1px solid #EBEBEB ;
box-sizing: border-box;
width: 100%;
}
.item_day_number{
display: flex;
background-color: #C7C7C7;
width: 100%;
align-items: center;
}

.item_day.active .item_day_number{
background-color: var(--color2);
}

.item_day.today .item_day_number{
background-color: var(--color1);
}

.item_day_number div:first-child{
 padding: 10px ;
 color: #fff;
 font-size: 40px;
 border-right: 1px solid #fff ;
 width: 60%;
 box-sizing: border-box;
}
.item_day_number div:last-child{
text-align: center;
padding: 5px ;
 width: 40%;
 box-sizing: border-box;
}

.item_day_pasto{
display: flex;
background-color: #EBEBEB;
width: 100%;
border-bottom: 1px solid #fff ;
align-items: center;
}
.item_day_pasto div:first-child{
 border-right: 1px solid #fff ;
 width: 60%;
 box-sizing: border-box;
 padding: 10px ;
}
.item_day_pasto div:last-child{
 width: 40%;
 box-sizing: border-box;
 text-align: center;
 padding: 5px ;
}
.item_day_button{
padding: 10px ;
box-sizing: border-box;
background-color: #EBEBEB;
}


.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	height: 20px;
	border-radius: 18px;
	
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 9px;
	text-transform: uppercase;
	/*background: #eceeef;*/
	background: red;
    border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
    cursor: pointer;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 6px;
	/*color: #aaaaaa;*/
    color: #FFFFFF;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 6px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: var(--color1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 1px;
	left: 2px;
	width: 18px;
	height: 18px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: calc(100% - 20px);
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.switch-input:disabled ~ .switch-label {
	opacity: 0;
    visibility: hidden;
    cursor: auto;
}
.switch-input:disabled ~ .switch-handle {
	opacity: 0;
    visibility: hidden;
    cursor: auto;
}


/*
.item_ora{
display: inline-block;
width: 100%;
background-color: var(--color1);
padding: 10px 15px ;
box-sizing: border-box;
color: #fff;
font-size: 24px;
margin-bottom: 10px;
margin-top: 10px;
}
*/

.item_ora{
display: inline-block;
width: 100%;
background-color: var(--color1);
padding: 7px 15px ;
box-sizing: border-box;
color: #fff;
font-size: 18px;
margin-bottom: 5px;
margin-top: 5px;
}
.item_ora .dripicons-clock{
font-size: 14px;
margin-right: 5px;
}

.item_filtro_all, .item_filtro_car{
display: inline-flex;
width: 49%;
font-size: 12px;
align-items:center;
margin-bottom: 10px;
font-weight: bold;
vertical-align: middle;
padding: 0px 5px ;
box-sizing: border-box;
}
.item_filtro_all img, .item_filtro_car img{
 width: 24px;
 background-color: #E6EBF2;
 padding: 4px ;
 border-radius: 10px;
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
}
.item_filtro_all.active, .item_filtro_car.active{
color: var(--color1);
}
.item_filtro_all.active img, .item_filtro_car.active img{
background-color: var(--color1);
}

.item_allergene{
display: inline-block;
width: 49%;
padding: 10px ;
box-sizing: border-box;
font-size: 13px;
font-weight: bold;
}

.item_allergene img{
 width: 28px;
 background-color: #E6EBF2;
 padding: 4px ;
 border-radius: 10px;
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
}


.table_promo{
border-right:2px solid var(--color1); 
text-align:right; 
display:inline-block; 
margin-right:20px;
padding-right: 20px;
vertical-align: inherit;
}
.table_promo tr td{

}

.table_promo thead tr td{
font-size: 12px;
font-weight: bold;
padding: 0px 5px ;
}


.table_promo tbody tr td{
font-size:18px; 
color: var(--color1);
padding: 0px 5px ;
}


a#open_faq{
padding-left: 10px;
margin-left: 5px;

font-size: 16px;
color: var(--color1);
line-height: 16px;
display: inline-block;
border-left: 2px solid var(--color1) ;
text-align: right;
font-weight: bold;
}

a#open_faq span{
font-size: 10px;
color: #666666;

text-transform: uppercase;
}

input[name=cellulare]::-webkit-outer-spin-button,
input[name=cellulare]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[name=cellulare] {
  -moz-appearance: textfield;
}

#content_da_prenotare{
display: none;
}
#content_prenotati{
  width: 100%;
}

.item_prenotazione{
border-bottom: 1px solid #E0E0E0 ;
display: flex;
align-items: center;
font-size: 15px;
padding: 10px 0px ;
}
.item_prenotazione:hover{
cursor: pointer;
}
.item_prenotazione div{
width: 65%;
text-align: left;
}
.item_prenotazione div:first-child{
width: 60px;
text-align: left;
}
.item_prenotazione div:last-child{
width: 30%;
text-align: right;
}
.box_item_prenotazione .item_prenotazione:last-child{
border-bottom: 0px solid #fff ;
}


#box_wait{
display: none;
position: fixed;
background-color: rgba(255,255,255,0.9);
width: 100%;
height: 100%;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-image: url(../img/ajaxLoader.gif);
background-position: center center;
background-repeat: no-repeat;
z-index: 999999;
}


#select_tavoli{
width:100%; 
font-size:12px;
height: 41px;
}

#select_tavoli option:disabled{
background-color: #fbcfcf;
}

.menu_tavoli{
display: inline-block;
width: 100%;

}
.menu_tavoli a{
background-color: #CCCCCC;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: #fff;
font-weight: bold;
font-size: 14px;
text-align: center;
width: 120px;
display: inline-block;
line-height: 45px;
text-transform: uppercase;
vertical-align: bottom;
box-sizing: border-box;
}
.menu_tavoli a.active{
background-color: #fff;
color: var(--color1);
line-height: 50px;
}

.item_stato_tavoli{
display: inline-block;
margin-right: 5px;
font-size: 12px;
color: #000;
}
.item_stato_tavoli span{
display: inline-block;
vertical-align: middle;
}
.item_stato_tavoli span:first-child{
width: 12px;
height: 12px;
}

#gantt_wrapper{
position: relative;
}

#gantt{
 width:100%;
}
#gantt tr td{
border-collapse: collapse;
border: 1px solid #ccc ;
box-sizing: border-box;
font-size: 13px;

/*cursor: pointer;*/
}

#gantt tbody tr td{
height: 34px;
}

#gantt tbody tr td:first-child{

}

#gantt tr#thead_ore td{
font-size: 16px;
color: #669999;
font-weight: bold;
text-align: center;
}
#gantt tr#thead_minuti td{
font-size: 11px;
text-align: left;
padding: 0px 5px ;
box-sizing: border-box;
}
#gantt tr td.disabled{
background-color: #ededed;
cursor: auto;
}

#gantt tr td.highlight{
background-color: #D1EDFC;
}


.item_gantt{
color: #fff;
font-size: 11px;
position: absolute;
height: 34px;
line-height: 34px;
box-sizing: border-box;
padding: 0px;
background-color: black;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
display:flex
}
.item_gantt_coperti{
background-color: #333;
color: #fff;
min-width: 20px;
box-sizing: border-box;
text-align: center;
font-weight: bold;
}

.item_gantt_cliente{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
box-sizing: border-box;
margin: 0px 3px;
}

.item_gantt_combinato{
min-width: 20px;
box-sizing: border-box;
text-align: center;
background-image: url(../img/combinato.svg);
background-size: 14px 14px;
background-repeat: no-repeat;
background-position: center center;
}

.item_gantt_nuovo{
min-width: 20px;
box-sizing: border-box;
text-align: center;
background-image: url(../img/tavolo_nuovo_cliente.svg);
background-size: 14px 14px;
background-repeat: no-repeat;
background-position: center center;
}
.item_gantt_nota{
min-width: 20px;
box-sizing: border-box;
text-align: center;
background-image: url(../img/tavolo_nota.svg);
background-size: 14px 14px;
background-repeat: no-repeat;
background-position: center center;
}


.tooltip_kifood, .arrow:after {
  background: #333;
  
}
.tooltip_kifood {
  padding: 10px;
  color: white;

   box-shadow: none !important;
   border-width: 0px !important;
   border-radius: 0px !important;
}

.left.arrow {
width: 25px;
height: 25px;
overflow: hidden;
position: absolute;
top: 50%;
margin-top: -12px;
left: -25px;
}

.left.arrow:after {
content: "";
position: absolute;
left: 20px;
top: 0px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
}


.right.arrow {
width: 25px;
height: 25px;
overflow: hidden;
position: absolute;
top: 50%;
margin-top: -12px;
right: -25px;
}

.right.arrow:after {
content: "";
position: absolute;
right: 20px;
top: 0px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
}


.tooltip_tavolo{
display: flex;
font-size: 10px;
font-weight: bold;

}
.tooltip_tavolo span:first-child{
min-width: 60px;
text-transform: uppercase;
}
.tooltip_tavolo span:last-child{
width: 100%;
}
.tooltip_tavolo_cliente{
color: #FFCC66;
}

connection {
  border: 3px solid var(--color1);
  border-style: dotted;
  border-radius: 5px;
  z-index: 2;
}



.pagination{
display: inline-block;
width: 100%;
text-align: right;
margin-top: 20px;
padding-right: 10px;
box-sizing: border-box;
}
.pagination a{
background-color: #fff;
border-radius: 5px;
padding: 10px ;
width: 40px;
text-align: center;
display: inline-block;
box-sizing: border-box;
box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
color: var(--color1);
font-size: 14px;
margin-left: 5px;
margin-bottom: 10px;

}
.pagination a.active{
background-color: var(--color1);
color: #fff;
}

table.display{
width: 100%;
}

table.display thead tr th {
color: #161b38;
font-size: 12px;

padding: 10px 5px;
text-transform: uppercase;
border-bottom: 1px solid #ededed ;
}
table.display tbody tr td {
border-bottom: 1px solid #ededed ;
padding: 10px 5px;
}
table.display tbody tr:last-child td {
border-bottom: 0px;
}


a.item_orario{
border: 1px solid #ccc ;
border-radius: 10px;
padding: 5px 10px;
box-sizing: border-box;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
color: #333;
font-size: 14px;
}

a.item_orario:hover, a.item_orario.active{
background-color: var(--color1);
border: 1px solid var(--color1);
color: #fff;
}

a.item_orario_disabled{
border: 1px solid red ;
border-radius: 10px;
padding: 5px 10px;
box-sizing: border-box;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
color: #333;
font-size: 14px;
background-color: red;
color: #fff;
}



.menu_prenotazioni{
display: inline-block;
width: 100%;

}
.menu_prenotazioni a{
background-color: #CCCCCC;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: #fff;
font-weight: bold;
font-size: 14px;
text-align: center;
width: 120px;
display: inline-block;
line-height: 45px;
text-transform: uppercase;
vertical-align: bottom;
box-sizing: border-box;
}
.menu_prenotazioni a.active{
color: #fff;
background-color: var(--color1);
line-height: 50px;
}

.lista_telefono{
background-color: #ffe2a8;
}


.notifica{
border-radius: 45px;
width: 28px;
line-height: 28px;
color: #fff;
font-size: 14px;
display: inline-block;
text-align: center;
vertical-align: top;
margin-top: 10px;
font-weight: bold;
margin-left: -10px;
background-color: #ccc;
}

input:disabled, select:disabled, textarea:disabled {
  background-color: #DDDDDD !important;
}


span.item_coperti_ora{
border: 2px solid;
border-radius: 5px;
font-size: 14px;
font-weight: bold;
width: 30px;
line-height: 20px;
text-align: center;
display: inline-block;
border-color: #fff;
color: #fff;
margin-left: 10PX;
box-sizing: border-box;
}

span.item_coperti{
border: 2px solid;
border-radius: 5px;
font-size: 25px;
font-weight: bold;
width: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
}

ul.tagit {
    padding: 10px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
    background-color: #f7f7f7;
    border: 0px;
    margin-top: 0px;
    min-height:100px; 
    width:100%;   
    box-sizing: border-box;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
    width: auto;
}
input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}

.apri_prenotazione_action, .apri_lista_action{
  cursor: pointer;
}

input#cerca_cliente.loading {
    background: url('../img/loading.gif') no-repeat right center;
    background-size: 80px 80px;
    height:auto;
    width:auto;
}
.risultato_cliente {
padding:8px; 
cursor:pointer; 
border-bottom:1px solid #eee; 
text-transform: initial;
letter-spacing: initial;
font-weight:400  
}
.risultato_cliente:hover{
color: var(--color1);
}  
.mobile{
display: block;
}
.desktop{
display: none;
}
.mobile_inline{
display: inline-block !important;
}
.desktop_inline{
display: none !important;
}
