.avviso_top {
	background-color: #F7DC6F;
	font-size: 16px;
	color: black;
	padding: 4px;
	border: 1px solid grey;
	border-radius: 5px;
	box-shadow: 5px 5px 5px grey;
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.borders {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1200px;
    }
}

.navbar-inner {
    min-height: 10px;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 60px;
    height: 60px;
    padding-top: 0;
}

.myClass {
	min-height: 2000px;
}

body {
	color: #555;
	font-family: Raleway;

}

.abstract {
	color: darkgreen;
	font-size: 16px;
	font-style: italic;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #cc7a00;
}

h3 {
	font-size: 18px;
	color: #cc7a00;
}

h4 {
	font-size: 16px;
	color: #900C3F;
	border-bottom: 1px solid #B8B8B8;
}

h5 {
	font-size: 14px;
}

h6 {
	color: green;	
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
}

p {
	font-size: 16px;
}

li {
	font-size: 16px;
}

th {
	font-size: 16px;
}

td {
	font-size: 16px;
}

pre {
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
}

div.figure {
  width: 100%;
  border: thin silver solid;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

div.figure p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}

img.float {
	float:center; 
	width:80%; 
	margin-bottom:10px;
}

img.float_full {
	float:center; 
	width:100%; 
	margin-bottom:10px;
}

img.mainlogo {
	float:center; 
	width:80%; 
	margin-bottom:10px;
}

img.float2 {
	float:center; 
	width:60%; 
	margin-bottom:10px;
}

img.acme { 
	border: 0; 
	width: 100%;
} 

img.caption {
	width: 640px;
	padding: 2px;
	border: 1px solid black;
}

img.caption_full {
	width: 100%;
	padding: 2px;
	border: 1px solid black;
}

img.wirings {
	padding: 1px;
	border: 1px solid black;
	width: 50%;
	float:center;
	background-color: black;
}

img.thumbnail {
	width: 138px;
	max-width: 100%;
	border: 0; 
}

div.wirings {
	margin: 2px 2px;
	padding: 12px 12px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
		  box-shadow: 2px 2px 2px #888888;
}

.last_modified {
	font-family: Arial, sans-serif;
	color: white;
	/*border: 2px solid blue;*/
	background-color: lightgrey;
	font-size: 10pt;
	text-align: center;
	width:100%;
	padding: 5px 5px 5px 5px;
}

/* Stile riquadro ordine */
.order-total {
  position: relative;
  margin: 15px 15px;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Stile riquadro ordine */
.order-total:after {
  content: "Your order";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

ul.small {
	font-family: Arial, sans-serif;
	margin: 1px 0px 1px 1px;
	padding: 1px 0px 1px 20px;
}

ul.small li {
  	font-size: 10pt;
}

/* Tabella generica */

table.acmetable {
	border: 2px solid blue;
	border-color: black;
	background-color: grey;
	margin-left: 30px;
	margin-bottom: 10px;
}

table.acmetable th {
	border: 1px solid darkgrey;
	font-family: Arial, sans-serif;
	background-color: grey;
	color: white;
	font-size: 16px;
	padding: 5px;
}

table.acmetable td {
	border: 1px solid darkgrey;
	background-color: white;
	font-size: 16px;
	padding: 5px;
	vertical-align: top;
}

/* Tabella generica per splittare in due colonne un articolo */

table.split {
	border: 0px;
	background-color: white;	
}

table.split tr  {
	background-color: white;
	padding: 3px;
}

table.split td {
	background-color: white;
	padding: 3px;
	width: 50%;
	font-size: 12pt;	
}

/* Tabella per splittare in due colonne un articolo */

table.arietta {
	border: 0px solid red;
	background-color: white;
}

table.arietta th  {
	border: 0px solid red;
	font-family: Arial, sans-serif;
	background-color: white;
	color: white;
	font-size: 14px;
	padding: 3px;
}

table.arietta td  {
	border: 0px solid red;
	background-color: white;
	font-size: 14px;
	padding: 3px;
	width: 50%;
}

/* Tabella senza bordo usata per generare piu' colonne negli articoli */

.noborder {
	border:0px; 
	border-color: white;
	background-color: white;
}

/* Tabella usata per incolonnare i consigli degli acquisti eShop
   a fondo pagina */

table.product  {
	border:1px solid #C6D880;
	margin: 5px;
}

table.product td {
	vertical-align: top;
	font-size: 9pt;
	background-color: white;
}

table.product p {
	font-size: 9pt;
}

table.product li {
	font-size: 9pt;
}

table.product input {
	font-size: 12pt;
}

table.product a {
	font-size: 9pt;
}

table.product th {
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top;
}

table.product td.photo {
	vertical-align: top;
}

table div.product_name {
	background-color: #66CCFF;
	padding: 0.5em 0.5em 0.5em 0.5em;
 	font-size: 10pt;
	font-weight: normal;
}

.terminal {
	overflow: auto;
 	font-size: 11pt;
 	font-family: monospace;
	white-space: pre; 
	color: #2ECC71;
	background-color: #1A1C1F;
	margin-left:30px;
	margin-right:30px;
	border-top: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	padding: 10px 10px 10px 10px; 
}

/* Serve per non vedere il primo new line */
.terminal:before {
  content: '';
  margin: -1.5em 0;
  display: block;
}

.source {
	overflow: auto;    
	white-space: pre;
	color: black;
	background-color: #ffcccc;
	margin-left:30px;
	margin-right:10px;
	border-top: 1px dashed black;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
	border-bottom: 1px dashed black;
	padding: 10px 10px 10px 10px;
}

#footer {
	background-color: #f5f5f5;
}

