.editable tbody tr {
  cursor: pointer;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

table th, td {
  word-break: break-word;
}

table th {
  font-size: 15px;
}

table @media screen and (max-width: 900px) {
  .responsible {
    border: 0;
  }

  .responsible caption {
    font-size: 1.3em;
  }

  .responsible td, th:first-child {
    width: auto;
  }

  .responsible td, th:nth-child(2) {
    width: auto;
  }

  .responsible td, th:nth-child(3) {
    width: auto;
  }

  .responsible thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .responsible tfoot {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .responsible tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .responsible td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: center;
  }

  .responsible td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .responsible td:last-child {
    border-bottom: 0;
  }
}

.select2-container {
  width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
  width: 98%;
}

.small td, th {
  font-size: 13px;
  padding: 2px;
}

.medium td, th {
  font-size: 12px;
  padding: 5px;
}

.clickable {
  cursor: pointer;
}

.big {
  font-weight: bold;
  font-size: 16px !important;
}

.centered {
  text-align: center;
  vertical-align: middle;
}

.tocompile {
  background: rgba(255, 0, 0, 0.6);
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  font-style: italic;
  font-family: "Courier New";
}

.compiled {
  cursor: pointer;
  font-style: italic;
  font-family: "Courier New";
}

.totale_fattura {
  color: green;
  font-size: 16px;
}

.editable_date {
  width: 50%;
  height: calc(2.25rem + 2px);
  padding: 5px .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-left: 1em;
  margin-bottom: .50em;
}

.sections {
  font-size: 24px;
  margin: 5px;
}

.sections-badge {
  font-size: 20px;
  margin-left: -10px;
}

.btn-section {
  float: left;
}

.list_desc {
  margin-left: 15px;
}

.main-color {
  background-color: #7e6159;
  color: white;
}

.secondary-color {
  background-color: #bb9f94;
  color: white;
}


.checkable {
  max-width:40%;
  margin:20px;
  
}

.secondary-color:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .secondary-color.dropdown-toggle {
	color: #fff;
	background-color: #3f302c;
	border-color: #3f302c;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
	border-radius:7px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius:7px;
}



.riepilogo_ordine {
  margin-left:1px;
}

.container_tipologia {
	border: 1px solid #7e6159;
	border-radius: 10px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

