body {
    background: #F8F8F8 !important;
        margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
}

p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px;
}

h1 {
	font-family: 'Open Sans', sans-serif !important;
}

.navbar {
    /*background: #0072CE !important;  background color Visura */
    background: transparent !important; /* background color Transparent */
    border-radius: 10px;
    color: white;
}

.trHead {
    background: #0072CE;
    border-bottom: 1px solid #0072CE;
    color: #fff;
}
.trHead2 {
    background: #e9ecef;
}
.h1Plus {
    font-size: 2.0rem;
    font-weight: normal;
    color: #606060;
}
.h1Plus2 {
    font-size: 27px;
    font-weight: normal;
    margin-right: 15px;
    margin-top: 8px;
    color: #606060;
    align-items: center;
}
.input-table {
	margin-left: 10px !important;
    height: 38px !important;
    margin-left: 0px !important;
    width: 70% !important;
}
.form-input {
	width: 50%;
	position: relative;
}
.headerCards {
    color: #007caf;
    background-color: #ececec;
}
.cardFooterPlus {
    color: #000;
    text-align: center;
    cursor: pointer;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
  }

.price {
    float: right;
  }

tr {
    background: white;
}

:target:before {
    content:"";
    display:block;
    height:90px; /* fixed header height*/
    margin:-50px 0 0; /* negative fixed header height */
}


a:hover {
    color: #0056b3;
    text-decoration: none;
}

/* Scroll to top button*/
#scrollToTop a {
    /*border-radius: 100px;*/
}

#scrollToTop a i:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 25%;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
}

#scrollToTop a i:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    transform: rotate(135deg);
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "\203a";
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}

.display-1 {
    font-size: 3rem;
}

.display-2 {
    font-size: 2.0rem;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.xxx1 {
    border-right: 1px solid #fff !important;
}

.cellInput {
    cursor: pointer;
}

.aaa {
	/*cursor: pointer;*/
}

.bbb {
	/*cursor: pointer;*/
}

@media screen and (max-width: 721px) {
    .mbr-arrow-up {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
    }
    .form-input {
		width: 100% !important;
	}
    .input-table {
	    width: 100% !important;
	    margin-bottom: 10px !important;
	    margin-left: 0px !important;
	}
	.button-back {
		margin-bottom: 10px !important;
		margin-top: 10px !important;
	}
	.buttonIndietro {
		position: relative;
		float:none !important;
		margin-top: 0px !important;
	}
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    /*border-radius: .50rem;*/
    box-sizing: border-box;
    margin-bottom: 1.50rem;
}
.card-header {
    padding: 1rem 1.50rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.cardFooterPlus {
    color: #000;
    text-align: center;
    text-decoration: none;
}

.card-footer {
    padding: .75rem 1.25rem;
    background: #0072CE;
    color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
}
.card-footer:hover {
    padding: .75rem 1.25rem;
    background: #0072CE;
    color: #000;
    border-top: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/* NAVBAR */

.navbar {
    position: relative;
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    border-radius: 10px !important;
    color: white !important;
    box-sizing: border-box;
}
.navbar .btn, .navbar .btn-group {
   font-size: 16px;
   padding: 5px !important;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    margin-left: 10px !important;
    font-size: 16px;
}
.btn-default {
    color: #007caf;
 /*   background-color: #ececec ;*/
    border-color: #ececec !important;
    font-size: 16px;
}
.btn-default:hover{
    color: #fff;
    background-color: #0072CE ;
    border-color: #0072CE !important;
    text-shadow: none;
}

.btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff;
    background-color: #0072CE ;
    border-color: #0072CE !important;
    text-shadow: none;
	
}

.img-filter2 {

    	filter: brightness(0) invert(1);
       
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 10px !important;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #cccc;
}
.btn-one {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #436fa7 !important;
    border: 1px solid #436fa7;
    color: white !important;
    white-space: nowrap;
    padding: 0px 0px !important;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.boxGrey {
	background: #E8E8E8;
	border-radius: 6px;
	margin-bottom: 100px;
}
.page-title-box {
	text-align: center;
	width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 0px none;
}

.page-title {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    border: 0px none;
    padding: 0px;
}
.page-title > h1 {
    color: #0072CE;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
}
.page-title > * {
    display: inline-block;
    margin: 0px;
    padding: 0px 25px 0px 25px;
    position: relative;
    background-color: #F8F8F8;
}
.page-title:before {
    height: 1px;
    border: 0px none;
    overflow: hidden;
    width: 100%;
    clear: both;
    position: absolute;
    left: 0px;
    top: 50%;
    content: " ";
    font-size: 1px;
    margin: auto;
    background-color: #D6D6D6;
}

.custom-control-label {
	display: inline-block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
}
.custom-input-radio {
    margin: -4px 0 0 !important;
    margin-right: 10px !important;
}
.custom-control-label::before {
    position: absolute;
    display: none !important;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: none !important;
    border: #adb5bd solid 1px;
}
.radio {
	  font-family: 'Open Sans', sans-serif;
      color: #4d4d4d;
      font-size: 16px;
}
.button_avanti {
    background-color: #0072CE;
    border-color: #204d74;
    color: #fff;
    font-size: 18px;
    padding: 5px 30px !important;
    
}
.colorable {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
}
.colorable:hover {
	cursor: pointer;
	background: #f1f1f1;
}
/* pulisco il css del footer*/
	.footerNuovoVisura{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
	
	/* imposto il css per il nuovo footer, viene preso di solito dalle cartelle css dell'area, ma in questo caso per il listino viene preso da qui*/
	
	.footerNuovoVisura{
		width:100%;
		background-color:#0072CE;
		padding-top:30px;
		min-height:230px;
		}
	.footerNuovoVisura .menuNuovoVisura ul li{
		position: relative;
		display: inline-block;
		padding-left: 24rem;
	}
	.footerNuovoVisura .menuNuovoVisura p{
		font-size: 1rem;
		margin-bottom: 0rem;
	}
	.footerNuovoVisura .menuNuovoVisura img{
		
	}
	
	.footerNuovoVisura .menuNuovoVisura ul li a{
		color:#fff;
		text-transform:uppercase;
		}
	.footerNuovoVisura .socialNuovoVisura{
		margin-top:30px;
		}
	.footerNuovoVisura .socialNuovoVisura > *{
		width: 40px;
		height: 40px;
		background: #fff;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		text-align:center;
		display:inline-block;
		
	}
	.footerNuovoVisura .socialNuovoVisura i{
		color:#0072CE;
		vertical-align:middle;
		font-size: 22px;
		line-height: 40px;
		}
	.copyrightNuovoVisura{
		float:left;
		color:#fff;
		font-size:23px;
		font-weight:300;
		}	
	.copyrightNuovoVisura ul{
		float:right;
	}
	
	.copyrightNuovoVisura hr{
	margin-top: 3rem;
	}	
	.container hr{
	margin-top: 1rem !important;
	}	
	
	/* fine delle modifiche per il nuovo footer*/

	.table td, .table th {
    padding-right: 0 !important;
    padding-left: 0 !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.button.avanti {
    background-color: #0072CE;
    color: #fff !important;
}
.button.avanti:hover {
    color: #000 !important;
}

.button-back:hover {
    color: #fff !important;
}

.buttonIndietro {
	position: relative;
	float:right;
	margin-top: -35px;
}

.blockCont {
	display: none;
}

@media only screen and (max-width: 830px) {	
	.footerNuovoVisura .menuNuovoVisura ul li { 
	padding:0px !important; display: block !important; text-align: center!important; 
	}	
}  


