#vincolisticaRequestSectionController-form-attributes
  form
  td.gis3dFormContentWrapper
  .dijitInputContainer
  input,
#vincolisticaRequestSectionController-form-attributes
  form
  td.gis3dFormContentWrapper
  .dijitTextBox {
  width: 100%;
}

table.vincolisticaRequestResultGrid {
  width: 100%;
  border-collapse: collapse;
}

.vincolisticaRequestResultGrid th {
  font-weight: bold;
  height: 30px;
  background-color: #efefef;
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px;
}

.vincolisticaRequestResultGrid td {
  vertical-align: middle;
  border: 1px solid #ddd;
  border-top-style: none;
  padding: 5px;
}

.vincolisticaRequestResultGrid
  td.vincolisticaRequestResultGridCell-progressivo {
  text-align: right;
  width: 5%;
}

.vincolisticaRequestResultGrid td.vincolisticaRequestResultGridCell-tipo {
  width: 15%;
}

.vincolisticaRequestResultGridCell-noResults {
  font-weight: bold;
  height: 30px;
  text-align: center;
}

.vincolisticaRequestResultGridCell-mappa-img {
  width: 300px;
  height: 300px;
  padding: 5px;
}

.app .ntaImportStack .flatButton .dijitButtonNode {
  padding: 16px 16px;
  background-image: none;
  background-color: #368;
  color: #ffffff;
  border: 0;
  font-weight: bold;
  margin: 0.5em 0 0;
}

.app #init-section-ntaImport-multiView-completed {
  background-color: #def;
  border: 1px solid #cde;
  padding: 1em;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  color: #457;
}

.app #init-section-ntaImport-multiView-error {
  background-color: #ffdeee;
  border: 1px solid #edccdd;
  padding: 1em;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  color: #774855;
}
