/* CSS Document */

.table-ombra {
	margin-top: 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	}



.intro {
  width: 100%;
  padding: 0;
  display: table;
/*  margin: 0;
  max-width: none;*/
  height: 100vh;
  background-image:url(../images/Moulinex-CompanionXL-cash-back-header.jpg);
  background-position: top center;
  background-repeat:no-repeat;
  background-size:cover;
}	


.content {
  display: table-cell;
  vertical-align: middle;
}
.paddingtop { 
	margin-top:15px;
	}
	
	
.padding0 { 
	padding-left:0px;
	padding-right:0px;
	}
	
	
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #E7212F;
}







.header_logo {
	background-color:rgba(255,255,255,1.00);
	margin-bottom: 20px;


	
	}



.selectwidth {
	
	display:inline-block;
	
	}


.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #D7D7D7;
	opacity: 1;
}

.banner {
          background-color:#20232b; 
		  background-image: url(../images/sfondo_donna.jpg); 
		  background-position:center left; 
		  background-repeat:no-repeat; 
		  background-size:cover;
	}
	
	
@media (max-width: 991px)  {
  .banner {
	  background-color:#20232b; 
		  background-image: none; 
		  background-position:center left; 
		  background-repeat:no-repeat; 
		  background-size:cover;
    
  }
}	
	

body {
	/*background-image:url(../images/sfondo_2018.jpg);
	background-position: center 80px;
	background-repeat:no-repeat;
	background-size:contain;*/
	
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	color: #000000;
	background-color: #ffffff;	/*text-shadow: -1px 1px 1px rgba(0,0,0,0.5);*/	
	}
	
	

.txt_evidenziato {
	color: #E7212F;
	}	

#rimborso {
	/*font-size: 2.0em;
	font-weight: bold;
	color: #E7212F;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.80);*/
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	
	}

#wrapper {
	/*background-image:url(../images/header_sfondo.jpg); 
	background-position: top left; 
	background-size: contain; 
	background-repeat:no-repeat;*/
}

.txt_shadow {
	text-shadow: -1px 1px 2px rgba(0,0,0,0.50);
	}	
	
a {
	color: #E7212F;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #DB1725;
	text-decoration: underline;
}

.form-control:focus {
	border-color: #DB1725;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px 0px rgba(255,255,255,0.08),0 0 8px rgba(0,50,84, .6);
	box-shadow: inset 0 1px 1px 0px rgba(255,255,255,0.08),0 0 8px rgba(0,50,84, .6);
}



.well_rosso {
	background-color: #E7212F;
	border: 1px solid #DB1725;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,0.50);
	box-shadow: inset 0 3px 10px rgba(0,0,0,0.50);
	}
	
	

.errore_validazione {
	color: #ffffff;
	font-weight: bolder;
	display: block;
	padding: 5px;
	margin-top: 5px;
	border-radius: 3px;
	border: 1px solid #ffffff;
	background-color: #E7212F;
}


#cashon .errore_validazione h4  {
	
	text-shadow:none;
}

.separatore {
	margin-top: 15px;
	margin-bottom: 15px;
}


.btn-invia {
	color: #fff;
	background-color: #E7212F;
	border-color: #ffffff;
}

.btn-invia:focus,
.btn-invia.focus {
	color: #fff;
	background-color: #DB1725;
	border-color: #FFFFFF;
}
.btn-invia:hover {
	color: #fff;
	background-color: #DB1725;
	border-color: #E7212F;
}

/* new navbar collapse breakpoint hack*/
@media (max-width: 991px) {
	
	
	
	
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
    min-height: 78px;
    padding-top: 0px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 20px;
padding-bottom: 20px;
}
.collapse.in{
display:block !important;
}
}

/* nav bar */

.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 999;
}

.navbar-brand {
    float: left;
    height: 0px;
    padding: 0px 0px; 
    
    
}


.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(230, 230, 230, 0.9);
	/*	font-family: "Roboto", sans-serif;*/
	background-color: rgba(255,255,255,1.00);
}
.navbar-custom .navbar-toggle {
  color: #fff;
  background-color: #E7212F;
  font-size: 16px;
  text-transform:uppercase;
  transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
}

.navbar-custom .navbar-toggle:hover {
  color: #000;
  }





.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
	color: #E7212F;
	
}
.navbar-custom .nav li a {
	font-weight:400;
	letter-spacing:0px;

transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
  
  
}
.navbar-custom .nav li a:hover {
	color: #000;
	outline: none;
	background-color:transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
		
  outline: none;
	background-color:transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
	color: #000;
	background-color: transparent;
}
.navbar-custom .nav li.active a:hover {
	color: #000;
	background-color:transparent;
}
@media (min-width: 992px) {
  .navbar-custom {
	padding: 10px 0 ;
	border-bottom: 1px solid rgba(230, 230, 230, 0.7);
	letter-spacing: 0px;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	
	-webkit-box-shadow: 0px 15px 28px -16px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 15px 28px -16px rgba(0,0,0,0.2);
box-shadow: 0px 15px 28px -16px rgba(0,0,0,0.2);
  }
  .navbar-custom.top-nav-collapse {
	padding: 5px 0px 0px 0px;
	background: #E7212F;
	color:#ffffff;
	border-bottom: 1px solid rgba(230, 230, 230, 0.7);
	-webkit-box-shadow: 0px 15px 28px -16px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 15px 28px -16px rgba(0,0,0,0.2);
box-shadow: 0px 15px 28px -16px rgba(0,0,0,0.2);
  }
}
