body .right_col {
  font-size: 1.2rem;
}

.right_col strong.h6 {
  font-size: 1.4rem;
}

.card {
  margin-bottom: 1rem;
}

/* ---------------------------------------------------------
 icone  e modifiche sui bottoni e fa 
 --------------------------------------------------------- */

.btn .fa {
  /* margin-right: 10px; */
  padding: 0.6rem;
  background-color: #00000036;
  margin: -5px 0;
  margin-right: 4px;
  /* border-radius: 50%; */
  display: inline-block;
  /* width: 2rem; */
  /* height: 2rem; */
  margin-left: 0;
}

li.nav-item i.fa {
  margin-right: 0.3rem;
}

.btn-warning{
  color: black !important;
}

/* ---------------------------------------------------------
dev css 
--------------------------------------------------------- */
      .dev-static {
        border: 3px solid #ffe200;
        position: relative;
      }

.dev-static:before {
  content: "html statico";
  display: block;
  background: #ffe200;
  position: absolute;
  font-size: 0.7rem;
  line-height: 0.7rem;
  transform: translate(-0%, -50%);
  padding: 3px 0.5rem;
  border-radius: 1rem;
  margin-left: 0.5rem;
  color: #210000;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 3px 3px 0px #ff8100;
  z-index: 1000;
  top: 0;
  left: 0;
}

[data-toggle="tooltip"].dev-note {
  border: 2px dashed magenta;
}

[data-toggle="tooltip"].dev-note:before {
  content: "nota";
  background-color: magenta;
  padding: 2px;
  color: white;
}





/* ---------------------------------------------------------
 Table 
 --------------------------------------------------------- */
th {text-transform: lowercase;}

div.dataTables_wrapper div.dataTables_filter input {
    width: 9rem;
}
/* ---------------------------------------------------------
  form 
 --------------------------------------------------------- */

label {
  margin-bottom: 0;
  text-transform: lowercase;
  color: hsla(211, 30%, 40%, 1);
  white-space: nowrap;
}



legend {
  /* text-transform: uppercase; */
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  background: transparent;
  width: auto;
}

legend::first-letter {
  text-transform: uppercase;
}

input {
  /* text-align: right!important; */
}

input[type="text"]:focus,
textarea:focus,
.form-control:focus {
  background-color: hsla(211, 100%, 96%, 1);
  border-color: hsla(216, 100%, 76%, 1);
}

fieldset.form-group{
  background-color: #f4f4f4;
  padding: 1rem;
  border: 1px solid rgba(42, 63, 84, 0.18);
  border-radius: 4px;
}

.d-flex form {
  margin: 0;
  padding: 0;
  border-width:0 ;
}



select.append-select {

    flex: 0 1;
}
/*-----Vertical tab -----*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
  border: 0px dotted #4950573b;
  /* border-top-left-radius: .25rem; */
  /* border-top-right-radius: .25rem; */
  /* border-bottom-left-radius: .25rem; */
  /* border-bottom-right-radius: .25rem; */
  border-radius: 0;
  padding: 1rem;
}

/* ---------------------------------------------------------
 Barra salvataggio 
 --------------------------------------------------------- */


 section.fixed_bar {
  /* position: fixed; */
  /* top: 0; */
  /* right: 0; */
  /* z-index: 1; */
  background-color: #e9ecef;
  /* width: 100%; */
  margin: 0!important;
  /* padding: 0.5rem; */
  /* margin-left: -2rem!important; */
  /* left: 262.5px; */
  box-shadow: inset 2px -7px 6px 0px #0000001a;
  border-top: 0px solid #34495e;
  margin-top: 1rem;
}


.btn.tabs {
    margin: -0.5rem -1px;
    padding: 1rem;
    background: #45b2ff1a;
    color: #007bff;
    border-color: #21252926;
    border-bottom: 0;
    margin-top: 0.5rem;
    border-radius: 0;
}


.active a.nav-link {
  background-color: white;
  border-bottom: 0;
}




/* ---------------------------------------------------------
 modifiche  a bs style 
 --------------------------------------------------------- */

 .text-success {
  color: #26B99A!important;
}

.alert-danger, .alert-error {
  background-color: rgba(231, 76, 60, 0.1);
  color: rgba(231,76,60,0.88);
}

a.btn.btn-primary.edit-in-show {
  position: absolute;
  right: 0;
  top: 4rem;
}
/* ---------------------------------------------------------
 modifiche MBX
 --------------------------------------------------------- */


.active .card-body.border {
    border: 1px solid #26b99a!important;
    background-color: #26b99a17;
}

.mbx-item:hover .card-body {border: 1px solid #26b99a!important;}


.mbx-item {
    font-size: 0.9rem;
}

.text-container {
  color: rgb(243, 131, 3)!important;
}


label.container-item.active {
  border: 1px solid rgb(243, 131, 3);
}

label.container-item:hover {
  border: 1px solid rgb(243, 131, 3);
}


/* ---------------------------------------------------------
 containe rpositio 
 --------------------------------------------------------- */
 .container-fixed-bar {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  z-index: 10000;
  left: 0;
  box-shadow: -2px -4px 7px 0px #0000002b;
  border-top: 3px solid #f3880d;
  display: none;
}
/* ---------------------------------------------------------
 container selector meter 
 --------------------------------------------------------- */

 .meter {
	height: 20px;  /* Can be anything */
	position: relative;
	background: #55555524;
	-moz-border-radius: 25px;
	/* -webkit-border-radius: 25px; */
	/* border-radius: 25px; */
	padding: 10px;
	display: flex;
	/* box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3); */
	border: 1px solid #c3c3c3;
}

.meter > span {
  display: block;
  height: 20px;
  /* border-top-right-radius: 8px; */
  /* border-bottom-right-radius: 8px; */
  /* border-top-left-radius: 20px; */
  /* border-bottom-left-radius: 20px; */
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  /* box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4); */
  position: absolute;
  /* overflow: hidden; */
  top: 0;
  left: 0;
  margin: -1px;
}

.orange > span {
  /* background-color: #f1a165; */
  background-color: #ff9343;
  /* height: 20px; */
}

.red > span {
  background-color: #f0a3a3;
  background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}

.container-selected.d-flex {
  flex: 1 0 100%;
  align-items: flex-end;
}

.meter.orange {
  flex: 0 0 300px;
}

.container-selector h2 {
  /* flex: 0 0 118px; */
  /* margin: 0 1rem; */
  padding: 0 1rem;
}


.container-completed-box-item {
  width: 3rem;
  /* border: 1px solid #e7e7e7; */
  margin-right: 0.5rem;
  text-align: center;
  line-height: 1rem;
  padding: 5px;
  background-color: #ff9343;
  color: white;
  font-size: 1rem;
}

.container-completed-box-list.d-flex {
  padding-top: 0.5rem;
}

.container-selected {
  width: 22rem;
}

label.card.container-item {
  margin-bottom: 0;
}


.container.body {
  /* padding-bottom: 4rem; */
}

ul.bar_tabs {
  /* background-color: white; */
  height: 2.8rem;
  margin-bottom: 0;
}

.tab-content {
  padding: 0rem;
  min-height: 27rem;
  background-color: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-left: 4px solid #26b99a;
  /* background-color: #1abb9c; */
  background-color: #26b99a08;
  border-top: 1px solid white;
  color: hsla(168, 100%, 35%, 1);
}

ul.bar_tabs>li.active {
  border: 0;
}

/* ---------------------------------------------------------
 product  
 --------------------------------------------------------- */

 .prod_title {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 5px;
  margin: 0 0 1rem;
  font-size: 31px;
  font-weight: 400;
}

tr.not-active {
  opacity: 0.5;
}



input#demo {
  font-size: 2rem;
  width: 6rem;
  text-align: right;
  padding: 0.5rem;
  margin: 1rem;
}

/* ---------------------------------------------------------
price 
--------------------------------------------------------- */
.price small {
    color: #73879c;
    font-size: 1rem;
    font-weight: bold;
}

span.total_mbx {
    font-size: 1rem;
}

/* LOGO MENU LATERALE */

.navbar.nav_title a .logo_img {
  display: none;
  margin: 13px 0 0 3px;
}
.nav-sm .navbar.nav_title a .logo_img {
  display: block;
}



/*---------- IMMAGINI PRODOTTO --------------*/
.img-list-table{
  max-width: 110px;
}



/* ------------------------------ */

/* #modal #modal-spinner {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: 
  #26b99a12;
  box-sizing: border-box;
  left: 0;
  z-index: 1000000;
} */




@media (min-width: 992px){

  .modal-xl {
     max-width: 1100px;
 }
 
 }
 


 .x_title {
    /* align-items: center; */
    /* font-size: 4.2rem; */
    padding: 0;
    align-items: center;
}

.x_title h2 {
    font-size: 1.6rem;
    color: #3f5367;
    margin: 0;
}

.x_panel {
    margin: 0!important;
    padding: 0.5rem;
}

.title_left.d-flex.align-items-center {
    width: 80%;
}

.table td {
  padding: 0.4rem 0.75rem;
}

table.jambo_table thead th,table.jambo_table thead td {
    padding: 0 0.5rem;
}

table.container-table th, table.container-table td {
    padding: 0.2rem 0.3rem;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}

tr.masterbox-row {
    background-color: whitesmoke;
}

tr.masterbox-row td {
    /* border-top: 1px solid #e7e7e7; */
    border-bottom: 1px solid whitesmoke;
}

table.container-table tr:last-child td {
    border: 0px solid red;
}

table.container-table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
}

table.container-table td {
    font-size: 0.9rem;
    vertical-align: middle!important;
}

tr.masterbox-row td {
    font-size: 1rem;
    /* padding: 1rem 1rem; */
    vertical-align: middle!important;
}

table.container-table {
    margin: 0.5rem 0;
}


/*---------------------------------------------------------
masterbox front
---------------------------------------------------------*/

.mbx-list a.nav-link {
    padding: 6px!important;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    border-style: none!important;
}

.mbx-list .tab-content {
    min-height: 12rem;
    background-color: transparent;
    padding-top: 0.5rem;
}



.mbx-wrapper.active {
    border: 1px solid #26b99a;
    background-color: rgba(38, 185, 154, 0.25);
}

.mbx-wrapper {
    border: 1px solid #dee2e6;
}
/* --------------------------------------------------------- */



.badge {
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 0.8rem;
  border-radius: 2px;
  font-weight: normal;
}



.table td, .table th {
    padding: .75rem;
    vertical-align: top!important;
    border-top: 1px solid #dee2e6;
    /* vertical-align: middle!important; */
}


/* DATA-TABLE */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  top: 10px;
}

.dataTables_filter {
  width: inherit;
  float: none;
  text-align: right;
}

/* table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
  text-align: center !important;
  vertical-align: middle !important;
  padding: 5px;
  position: relative;
} */
/* ------------------------ */


.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--------------------- Z-INDEX autocomplete GOOGLE-----------------*/
.pac-container {
  z-index:100000;
}

/*--------------------- TEST TABELLA RESPONSIVA CSS -----------------*/

/* body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
} */

table.responsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /* table-layout: fixed; */
}

/* table.responsive caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
} */

table.responsive tr {
/*   background-color: #f8f8f8;
  border: 1px solid #ddd; */
  padding: .35em;
}

table.responsive th,
table.responsive td {
  padding: .625em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.responsive th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  table.responsive {
    border: 0;
  }

/*   table.responsive caption {
    font-size: 1.3em;
  } */
  
  table.responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.responsive td {
    border-bottom: 1px solid #ddd;
    /* border-left: 1px solid #ddd !important; */
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.responsive td:not(:last-child) {
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
  }
  table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-left-width: 0 !important;
}
  
  table.responsive td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.responsive td:last-child {
    border-bottom: 0;
  }
  table.responsive td.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    padding: 0.3rem 0;
  }
  table.responsive td button {
    color: #5A738E;
    text-decoration: none;
  }
  table.responsive td .img-list-table {
    max-width: 100%;
  }
  table.responsive td button.btn-sm {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  table.responsive a:not(.btn) {
    padding: 1rem;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    /* padding: 1rem;
    width: 49%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    margin: auto; */
  }
  table.responsive button {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  table.responsive .alert {
    width: 45%;
    float: right;
  }
}
