@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

html, body {
  height: 100%;
}

#wrap-content {
  min-height: 100%;
  min-width: 1165px;
}

#wrap-main {
  overflow:auto;
  padding-bottom:50px;
  min-width: 1165px;
}

img {
  border: none;
}

a {
  color: #ED790D;
}

a:hover {
  color: #CB670C;
}

table {
  width: 100%;
}

th {
  background-color: #5B585A;
  padding: 2px;
  color: #ffffff;
}

th h2{
  color: #ffffff;
}

body {
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  color: #444;
}

.title {
  height: 120px;
}

.header {
  background: #F0ECE6;
  display: table;
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}

.header-logo {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 320px;
}

.header-logo a{
  display: block;
  height: 100px;
}

.header-logo img {
  width: 300px !important;
}

.subheader {
  height: 60px;
  display: table;
  width: 100%;
  color: #ED790D;
  font-size: 12px;
}

.loghi {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  min-width: 800px;
}

.loghi img{
  max-height: 30px;
  margin-right: 15px;  
}

.contatti {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  min-width: 325px;  
}

.footer {
  background: #5B585A;
  display: table;
  width: 100%;
  height: 50px;
  font-size: 12px;
  color: #ffffff;
}

.footer span {
  margin: 0 7px 0 7px;
}

#footer {
  position: relative;
  margin-top: -50px;
  clear:both;    
  height: 50px;
  min-width: 1165px;
}

#MB_window, .ui-dialog, .ui-tabs {
  font-size: 14px !important;
}

h1 {
  font-size: 18px;
  color: #ED790D;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
  color: #ED790D;
  text-transform: uppercase;
}

h3 {
  font-size: 15px;
  text-transform: uppercase;
}

h4 {
  font-size: 12px;
  text-transform: uppercase;
}

.menu {
  color: #333333;
  font: bold 14px/30px 'Roboto';
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 650px;
}

.menu ul, .contatti ul {
  list-style-type: none;
  float: right;
}

.menu ul li, .contatti ul li {
  display: table-cell;
  height: 30px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 5px;
}

.menu a {
  color: #333333;
  height: 30px;
  display: block;
  padding: 0 7px;
}

.menu a:hover {
  background: #ED790D;
  color: #ffffff; 
}

.menu a.active {
  color: #87A7D6;
}

.menu .blink_me a {
  background: #EC4438;
  color: #FFFFFF;
}

.menu .current_page_item a {
	background: #FFFFFF !important;
  color: #EC4438 !important;
}

.content {
  width: 100%;
  display: table;
  margin-top:    30px;
  margin-bottom: 30px;
  font-size: 14px;
}

.content div.side, .content div.main {
  padding-left:  20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
}

.servizi_schema {
  color: #ED790D;
  font-weight: bold;
}

.servizi_schema ul {
  list-style: none;
  color: #94B3FF;
}

table.servizi_schema {
  width: 100%;
  border-spacing: 0px;
  table-layout: fixed;
}

table.servizi_schema td{
  width:  100px;
  height: 100px;
  padding: 15px;
}

table.contatti {
  width: 100%;
  border-spacing: 10px;
}

table.cataloghi {
  text-align: center;
  width: 100%;
  border-spacing: 10px;
}

table.cataloghi td a {
  font-size: 15px;
  font-weight: bold;
}

.msg_box {
  padding: 4px;
  min-width: 250px;
  max-width: 500px;
  width: auto !important;
  min-height: 50px;
  max-height: 600px;
  height: auto !important; 
  border: 1px solid #ED790D;
  display: none;
  background-color: white;
  position: absolute;
  z-index: 1100;
  overflow: auto;
  margin: auto;
}

.giadi {
  border-radius: 10px;
  border : 1px solid #FF0000;
  padding: 7px;  
}

.login {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  width: 330px;
}

.clisearch{
  position: absolute;
  left: 440px;
  top: 230px;
  width: 400px;
  padding: 3px;
  border-style: solid ridge ridge solid;
	border-width: 1px 3px 3px 1px;
	border-color: #DAE5FE;
	background-color:#F7F7F7;
  z-index: 1100;
}

table.ecommerce {
  width: 100%;
  background-color: #DCE6FF;
}

table.ecommerce th{
  padding: 5px;
  text-align: left;
  color: #ED790D;
}

table.ecommerce td{
  padding: 3px 5px 3px 5px;
}

select {
  background-color: #F8F8F8;
  border-color: #F0F0F0;
  border-style: solid;
  border-width: 1px;
  color: #666666;
  width: 140px;
  font-size: 14px;
}

input.txt {
  font-size: 10px;
}

table.listino {
  width: 100%;
}

table.listino th{
  background-color: #DCE6FF;
  padding: 2px;
  text-align: left;
  color: #ED790D;
}

table.listino td{
  padding: 2px;
}

table.listino b{
  color: #ED790D;
}

table.kart {
  width: 100%;
}

table.kart th{
  background-color: #DCE6FF;
  padding: 2px;
  color: #ED790D;
}

table.kart td{
  padding: 2px;
}

table.kart b{
  color: #ED790D;
}

table.order {
  width: 100%;
}

table.order th{
  background-color: #DCE6FF;
  padding: 2px;
  text-align: left;
  color: #ED790D;
}

table.order td{
  padding: 2px;
}

table.order b{
  color: #ED790D;
}

td.imp {
  text-align: right;
}

div.right {
  float:right;
}

div.left {
   float:left;
}

div.main_order{
  border-style: solid;
  border-width: 1px;
  border-color: #F0F0F0;
  margin: 0.5em 14.5em 0.5em 0.5em;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

div.main_int{
  border-style: solid;
  border-width: 1px;
  border-color: #F0F0F0;
  margin: 0.5em 14.5em 0.5em 0.5em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  height: 115px;
}

div#LSResult {
  padding-top: 5px;
  padding-left: 3px;
}

.photogallery {
  width: 100%;
}

.photogallery td {
  padding: 5px;
}

.pzo_net{
  position:absolute;
  z-index:20;
  top:1em;
  left:-10em;
  border:1px solid #7F9DB9;
  background-color:#F9F9F9;
  padding:5px;
}

img.gallery {
  padding: 5px;
  border: 1px solid #9EA6A7;
}

.tr_age_cli:hover {
  background: #EFEFEF;
  cursor: pointer;
}

#order_tb {
  width: 100%;
}

#order_tb th {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#order_tb td{
  padding: 5px;
  vertical-align: top;
  border-left: 1px solid #CCCCCC;
}

#order_header {
  float: left;
  width: 100%;
}

#order_info {
  width: 100%;
  clear: both;
  padding: 30px 5px;
}

#order_footer {
  width: 100%;
  clear: both;
  padding-top: 10px;
}

.tot {
  border-bottom: 1px solid #CCCCCC;
}

.row {
  padding: 0 !important;
  border-top: 1px solid #CCCCCC;
}

.cell_tot {
  border-left: none !important;
  border-right: 1px solid #CCCCCC;
}

.inputs{
  padding: 10px 20px;
  color: #8897a3;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 75px;
}

::placeholder {
  color: #7A7A7A;
  opacity: 0.4;
}

.buttons, .btn, button {
  background: #E83731;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px !important;
  border: 1px solid #E11F1A;
  border-radius: 4px;
}

.buttons:hover, .btn:hover, button:hover {
	background: #D81E18;
}

table.stats {
  width:100%;
}

table.stats tr td.imp {
  text-align: right;
}

table.stats tr td.pos {
  background-color: #C0DCC0;
}

table.stats tr td.neg {
  background-color: #FF0000;
  color: white;
}

table.stats tr td.text {
  text-align: left;
}

table.stats tr.grp:hover {
  cursor:pointer;
}

table.stats tr.me {
  font-weight: bold;
}

table.stats tr.hide {
  display:none;
}

table.stats tr.show {
  visibility:visible;
}

table.stats tr.close td.toggle {
  background: url('expand.gif') no-repeat center;
  width:18px;
  height:18px;
}

table.stats tr.open td.toggle {
  background: url('collapse.gif') no-repeat center;
  width:18px;
  height:18px;
}

#resultStats {
 max-height: 600px !important;
}

.slick-slide {
  float: none !important;
  display: table-cell !important;
  padding: 2px 5px !important;
  vertical-align: middle !important;
}

.slide_img {
  max-width: 1000px;
  max-height: 200px;
}

.box {
  background: #DCE6FF;
  padding: 5px;
  border: 1px solid #ED790D;
  margin-bottom: 10px;
}

.box_btn {
  background-color: #ED790D;
  color: #FFFFFF;
}

.box_btn:hover {
  background-color: #2D619F;
}

a.css_tooltip{
  position:relative; /*richiesto per posizionare in modo assoluto elementi span*/
  text-decoration:none; /*rimuove la sottolineatura del testo*/
  cursor: pointer;
}

a.css_tooltip span{
  display:none; /*nasconde elementi span in apertura*/
}

a.css_tooltip:hover span{
  display:block; /*elementi span vengono visualizzati come elementi di blocco*/
  position:absolute; /*posizionamento in modo assoluto*/
  z-index:20; /*richiesto per posizionare elementi span al di sopra dei altri link*/
/*  top:-20em;
  left:-30em;
  width :300px;
  height:300px;*/
  border:1px solid #7F9DB9;
  background-color:#FFFF00;
  color: #333333;
  padding:5px;
  width: 250px;
}