@CHARSET "UTF-8";

.header-landing-default {display:none;}
/*
#header-landing {
    background:url(../../images/headers/header-rc-auto.jpg) top center no-repeat !important;
    -webkit-background-size:cover !important;
    background-size:cover !important;
    background-position-x: 50% !important;
    background-position-y: 60% !important;
} */



@media screen and (min-width: 576px) {
    #header-landing {
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width: 768px) {
    #header-landing {
        margin-bottom: 40px !important;
    }
}

.sidebar_form .col-content {
	border: 1px solid #dedede;
	padding: 15px;
}
.sidebar_form h3 {
	background-color: #f98721;
	color: #fff;
	padding: 5px 10px;
}
.sidebar_form ul {
    padding: 0 0 0 32px;
}
.sidebar_form ul li {
	font-size: 14px;
	margin-bottom: 10px;
	counter-increment: li;
}
.sidebar_form ul li::before {
	content: counter(li);
	background-color: #f98721;
	color: #fff;
	text-align: center;
  	display: inline-block;
	width: 22px;
  	margin-left: -32px;
	margin-right: 10px;
	border-radius: 100%;
}

.wrapper-navbar {
	background: #f98721;
	background-image: none !important;
}

@media screen and (max-width: 767px) {
    .wrapper-navbar {
    	background: #f98721;
    	background-image: none !important;
    }
    #page .card {
    	position: fixed;
    	right: 0;
    }
    #page .navbar-brand {
      background-position: 0 0;
    	margin: 8px 0 8px 10px !important;
    }
}


.warranties-list {
    border: 1px solid #CCC;
    width: 300px;
}

.warranties-list li {
    padding: 3px;
    border-bottom: 1px solid #CCC;
}

.warranties-list li>span {
    font-weight: bold;
    float:right;
}


/* New 2023 tooltip */
.call-tooltip {
	color: #f8851f;
	font-size: 14px;
	cursor:pointer;
	font-weight: 500;
}

#dialog {
	display: none;
}
.fancybox_container_box {
	text-align: center;
	-webkit-backface-visibility: hidden;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 9999999;
	box-sizing: border-box;
}

.fancybox_container_box:after {
	content: "";
		background: #1e1e1e;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
		opacity: .9;
		transition-timing-function: cubic-bezier(.22,.61,.36,1);
	z-index: 1;
}
.fancybox_content_box {
	background: #fff;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	max-width: 630px;
	display: inline-block;
	margin: 0;
	padding: 44px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	z-index: 2;
}
.fancybox_content_box h3 {
	font-size: 22px;
	line-height: 26px;
	color: #f98721;
	font-weight: 600;
	margin-bottom: 5px;
}
.fancybox_content_box p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.fancybox_content_button {
	background: 0;
	color: #ccc;
	border: 0;
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	border-radius: 0;
	cursor: pointer;
	opacity: .8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
		

/* Generic Loader 2023 (Attualmente usato in auto/result.phtml) */
.loader-box {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 318px;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #000000;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
  }

  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
/* </ Generic Loader */




