/*
 *---------------------------------------------------
 * Font e Paragraphs
 *---------------------------------------------------
 */

/*OpenSans*/
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: 600;
	font-style: normal;
  }
  @font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: 700;
	font-style: normal;
  }
  
  @font-face {
	font-family: Crimson Text;
	src:url(../fonts/crimson-text/CrimsonText-Bold.ttf);
  }
  
  
  /* Links generici */
  
  a:link {color: #205BB6; text-decoration: underline;}
  a:visited {color: #205BB6; text-decoration: underline;}
  a:hover, a:focus {color: #A4544C !important; text-decoration: none !important;}
  a:active {color: #205BB6; text-decoration: underline;}
  
  a:hover:before {color:#A4544C;}
  
  a[href]:after {display: none !important;}
  
  abbr[title]:after {display: none !important;}
  
  html,
  body {
	  font-family: 'Roboto Condensed', sans-serif;
	  font-size: 100%;
  }
  
  img {display: inline-block; max-width: 100%; height: auto; border: 0; padding: 0; margin: 0;}
  img.float-left {margin: .2em 5px 0 0; float: left;}
  img.float-right {margin: .2em 5px 0 0; float: right;}
  
  p {
	  font-size: 16px;
	  margin: 10px 0;
	  line-height: 130%;
  }
  
  table#norme {margin-bottom: 5px;}
  
  table#norme a {text-decoration: none;}
  table#norme a:hover {text-decoration: underline;}
  
  table caption {
	  font-size: 13px;
	  text-transform: uppercase;
	  color: #002951;
	  background-color: rgb(230, 230, 230);
	  text-align: left;
	  border-bottom: 1px solid silver;
	  margin: 10px 0 0 0;
	  padding: 5px 3px 3px 3px;
	  font-weight: 600;
	  line-height: 100%;
	  letter-spacing: 1px;
  }
  
  tr {
	  white-space: nowrap;
	  border-collapse: collapse;
  }
  
  tr.wrap {
	  white-space: normal;
  }
  
  th {
	  border: 1px solid Gray;
	  text-align: center;
	  vertical-align: middle;
	  background-color: #efefef;
	  color: #802424;
	  font-weight: bold;
	  padding: 4px 2px;
	  line-height: 100%;
  }
  
  tr td {
	  white-space: normal;
	  border-bottom: 1px solid silver;
	  margin: 0;
	  padding: 5px 5px 10px 5px;
	  text-align: left;
	  vertical-align: top;
	  background-color: white;
	  line-height: normal;
	  color: #000;
  }
  
  td.generale {background-color: #f1f1f1;}
  
  td.align-left {text-align: left;}
  
  
  /* table {
	  margin: 1em 0 1em 0;
	  padding: 0;
	  border: 1px solid #6A6A6A;
	  border-collapse: collapse;
  }
  
  caption {
	  font-weight: bold;
	  font-size: .8em;
	  color: #002951;
	  background-color: transparent;
	  text-align: left;
	  margin: 0;
	  padding: 0;
	  line-height: 100%;
	  white-space: nowrap;
  }
  
  th {
	  margin: 0;
	  padding: .2em;
	  border: 1px solid #9F9F9F;
	  font-size: .65em;
	  font-weight: bold;
	  background-color: #F0F5F9;
	  color: #802424;
	  text-align: center;
	  vertical-align: middle;
  }
  
  
  td {
	  margin: 0;
	  border: 1px solid #9F9F9F;
	  font-size: .7em;
	  background-color: White;
	  text-align: left;
	  vertical-align: top;
	  padding: .2em .2em 1em .2em;
	  line-height: 130%;
  }
  
  td.generale {background-color: #FFFFCF;}
  td.locale {background-color: #EFEFE0;} */
  
  
  /*aggiunti per riepilogo */
  
  div#contenitore-riepilogo {
	  margin: 0;
	  padding: 0;
  }
  
  div#contenitore-riepilogo div.nome-applicazione {
	  margin: 0;
	  padding: 0;
	  background-color: transparent;
	  font-size: 16px;
	  text-align: left;
	  color: #444444;
	  border: 0;
	  border-bottom: 1px solid Silver;
	  text-transform: uppercase;
  }
  
  div#contenitore-riepilogo h1 {
	  margin: 0;
	  padding: 0;
	  background-color: transparent;
	  color: Black;
	  font-size: 20px;
	  border: 0;
	  text-transform: none;
  }
  
  div#contenitore-riepilogo h2 {
	  border-bottom: 2px solid #A5A5A5;
	  color: #3A3A3A;
	  background-color: transparent;
	  font-size: 20px;
	  margin: 27px 0 10px 0;
	  font-weight: bold;
  }
  
  h1 span.cambio_normativa { text-transform: uppercase; font-size: .8em; color: #C2AD26;}
  
  
  div#contenitore-riepilogo ol.elenco {
	  margin: 0 0 0 25px;
	  padding: 0;
  }
  
  div#contenitore-riepilogo ol.elenco li{list-style: square;}
  
  div#contenitore-riepilogo h3 {
	  font-size: 20px;
	  color: #000;
	  border-bottom: 1px solid gray;
	  font-weight: normal;
	  margin: 20px 0 5px 0;
  }
  
  div#contenitore-riepilogo span.warning {
	  color: Red;
	  font-weight: bold;
  }
  
  div#contenitore-riepilogo div.contenuto ul, div#contenitore-riepilogo div.contenuto ol {
	  margin: 0 0 1em 0;
	  padding: 0 0 0 2em;
	  border: 0;
	  font-weight: normal;
  }
  
  div#contenitore-riepilogo div.contenuto ul li {
	  list-style: square;
	  margin: 0 0 5px 0;
	  padding: 0;
  }
  
  div#contenitore-riepilogo div.contenuto ol li {list-style: none; margin: .1em 0 .1em 0; padding: 0;}
  div#contenitore-riepilogo div.contenuto li li {font-size: 1em;}
  div#contenitore-riepilogo dl {margin: .2em 1em .5em 2em; padding: 0;}
  div#contenitore-riepilogo dt, dd {font-size: .8em;}
  
  
  /*copiati e adattati da [mapserver3/siena/common/css/contenuto_ru_opensource] */
  div.scheda a.estratto {
	  display: block;
	  width: auto;
	  margin: 1em 0 1em 0;
	  padding: .2em;
	  border-top: 1px dotted Blue;
	  border-bottom: 1px dotted Blue;
	  background-color: #CCD7FF;
	  font-size: .85em;
	  font-weight: bold;
  }
  
  div.scheda a.estratto:link {border-top: 1px dotted Blue;border-bottom: 1px dotted #4E7DFF;	background-color: #D2E1FF;}
  div.scheda a.estratto:visited {border-top: 1px dotted Blue;border-bottom: 1px dotted #4E7DFF;	background-color: #D2E1FF;}
  div.scheda a.estratto:hover {border-top: 1px solid Blue;border-bottom: 1px solid Blue;	background-color: #CCD7FF;}
  div.scheda a.estratto:active {border-top: 1px dotted Blue;border-bottom: 1px dotted #4E7DFF;	background-color: #D2E1FF;}
  
  /* stile basato su Bootstrap */
  .table {
	  margin-bottom: 25px;
	  display: table;
	  border-spacing: 0;
	  vertical-align: middle;
	  border-collapse: collapse;
  }
  
  .table th {
	  background-color: #e6e6e6;
	  color: #000;
	  font-weight: 400;
	  border-color: Silver;
  }
  
  .table-bordered,
  .table-bordered td {border: 1px solid #ddd;}
  
  table.text-center th,
  table.text-center td,
  table th.text-center,
  table td.text-center {text-align: center;}
  
  table.text-left,
  table th.text-left,
  table td.text-left {text-align: left;}
  
  table .grigioscuro {background-color: #c5c5c5;}
  table div.div_nodo table .grigiochiaro {background-color: #e8e8e8;}
  
  .table-condensed th,
  .table-condensed td {padding: 5px;}
  
  #contenitore-riepilogo .contenuto .list-unstyled {padding: 0 0 0 1em;}
  
  #contenitore-riepilogo .contenuto .list-unstyled li {list-style: none;}