
div#block-olivero-site-branding {
    min-height: 108px;
}
header#header {
    min-height: unset;
}
.container {
    max-width: none;
}

.page-wrapper {
    max-width: 100%;
    background: #fff;
}
.page-node-type-commessa .field__items {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 10px;
}

.page-node-type-commessa .field--name-field-foto .field__item {
  display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 1 1 300px;
	-webkit-flex: 1 1 220px;
	margin-top: 10px;
	padding: 10px;
}

.path-commesse .node__title {
  text-decoration: underline !important;
  float:left !important
}





/* tabella commesse */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table 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 td:last-child {
    border-bottom: 0;
  }
}


.commesse_colorbox_container {
 
}
.commesse_thumb_container,
.field.field--name-field-foto.field--type-image.field--label-hidden.field__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}


#user-cliente-form #edit-roles--wrapper {
  display: none;
}

.view-filters {
  background-color: aliceblue;
  padding: 0.625rem;
  border: 1px solid lightgray;
}

table td {
    text-align: left !important;
}

.layout__region--top 
{
    display: flex;
    flex-wrap: inherit;
    gap: 50px;
    padding: 10px;
    background-color: aliceblue;
    border: 1px solid lightgray;  
}
.field-group-details-stato-commessa{
      background-color: beige;
}
.field-group-details-ricambi{
      background-color: cornsilk;
}


.path-commesse-reception table {
    table-layout: inherit;
}
.path-commesse-reception table h3 {
	margin:0;
	padding:0;
}
.path-commesse-reception table tr td {
	margin:0;
	padding:0;
}
 
.path-commesse-reception td {
	vertical-align: baseline !important;
}


table.views-table {
    font-size: 0.85rem !important;
}
table.views-table h5{
    margin:0 !important;
}

/*
form
*/


.form-item {
    margin: 0 !important;
}
.layout__region--top {
    gap: 5px !important; 
}

.field-group-details-auto-sostitutiva .olivero-details__wrapper.details-wrapper {
    display: flex;
    gap: 5px;
}

.field-group-details-analisi .olivero-details__wrapper.details-wrapper {
    display: flex;
    gap: 5px;
}

td.views-field.views-field-body-1 {
    background-color: beige;
}
td.views-field.views-field-field-stato-commessa {
    background-color: antiquewhite;
}
td.views-field.views-field-field-data-consegna {
    background-color: lavender;
}
