@import url('style.css');

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
  font-family: 'icons8_iOS_nofilled';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/icons8_iOS_nofilled.eot');
  src: url('../fonts/icons8_iOS_nofilled.eot?#iefix') format('embedded-opentype'),
       url('../fonts/icons8_iOS_nofilled.woff2') format('woff2'),
       url('../fonts/icons8_iOS_nofilled.woff') format('woff'),
       url('../fonts/icons8_iOS_nofilled.ttf') format('truetype'),
       url('../fonts/icons8_iOS_nofilled.svg#icons8_iOS_nofilled') format('svg');
}

@font-face {
    font-family: 'icons8_mimetype';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/icons8_win10.eot');
    src: url('../fonts/icons8_win10.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/icons8_win10.woff2') format('woff2'), 
        url('../fonts/icons8_win10.woff') format('woff'), 
        url('../fonts/icons8_win10.ttf') format('truetype'), 
        url('../fonts/icons8_win10.svg#icons8_mimetype') format('svg');
}


html,
body {
  /*padding-top: 3rem;
  padding-bottom: 3rem;*/
  color: #5a5a5a;
  font-family: 'Lato', sans-serif;
  font-weight:400;
  transition: all 2s ease-in-out;
}

p {
	font-weight:300;
}

.h1, h1 {
    font-weight: 300;
}



/* CAROUSEL CUSTOMIZATION
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
	background-color: #777777;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	position: initial !important;
	top: 100px;
	/*bottom: 3rem;*/
}

/* Declare heights because of positioning of img element */
.carousel-item {
   /* height: 31rem; */
	background-color: transparent;
  	-webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 23rem;
}
#myCarousel li a, #myCarousel li a i {
  	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
@media (max-width: 760px) {
	#myCarousel li a i {
		display: block !important;
	}
}
@media (max-width: 340px) {
	.carousel-item {
		height: 54rem;
	}
}
@media (min-width: 341px) and (max-width: 760px) {
	.carousel-item {
		height: 47rem;
	}
}
@media (min-width: 760px) and (max-width: 960px) {
	#myCarousel li a i {
		display: none !important;
	}
}
@media (max-width: 960px) {
	#myCarousel li a {
		font-size: 1.15em !important;
		line-height: 1.8rem !important;
		padding: .8rem 1rem !important;
	}
	.list-group {
		margin-bottom: 1rem !important;
	}
}
@media (min-width: 1280px) {
	#myCarousel li a {
		line-height: 3rem !important;
	}
	#myCarousel li a i {
		margin: 12px 10px 10px 0 !important;
	}
}
.carousel-item h3 {
    font-size: 2.5rem;
	line-height: .9em;
    font-weight: 200 !important;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.carousel-caption h3, .carousel-caption h2 {
    font-weight: 200;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.custom-box-shadow:before {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    width: 50%;
    /* box-shadow: 0px 0px 180px 150px rgba(255, 255, 255, .5); */
    box-shadow: 0px 0px 250px 150px rgba(59, 59, 59, 0.75);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* List Group Carousel  */

#myCarousel .list-group-item {
	font-size: 1em;
    position: relative;
    display: block;
    padding: 0rem;  /* padding: .3rem 1.25rem; */
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-bottom: 1px dotted #555 !important;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-weight: 200;
}
#myCarousel .list-group-item:hover {
	background-color: rgba(71, 201, 229, 1);
    /*background-color: rgba(0, 0, 0, .8);*/
}
#myCarousel .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
#myCarousel .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
#myCarousel h4 {
	font-weight: 200;
	font-size: 1.3rem;
	padding: .5rem 1.25rem;
}
#myCarousel li a {
	display: block;
	line-height: 1.2em;
    font-size: 1.2em;
    font-weight: 400;
	text-decoration: none;
	color: rgba(255,255,255,1);
    padding: .5rem .8rem;
}
#myCarousel li a:hover {
	color: rgba(255, 255, 255, 1) !important;
	/*color: rgba(71, 201, 229, 1);*/
}
#myCarousel li a i {
	float: left;
    position: relative;
    margin: 0 10px 10px 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.featurette-heading {
		font-size: 40px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 2rem;
	}
}

/* Maury */

.dropdown-menu {
    border-style: inherit;
	border-radius: 0rem;
	font-size: 0.9rem;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.dropdown-menu a {
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
@media (max-width:767px) {
	.dropdown-menu {
		background-color: transparent !important;
	}
	.dropdown-menu a {
		color: #ffffff !important;
	}
	.dropdown-menu a:hover {
		background-color: rgba(255,255,255,.3) !important;
	}
	.dropdown-toggle::after {
		transform:rotate(-90deg);
	}
	.dropdown.show .dropdown-toggle::after {
		transform:rotate(0deg);
	}
	#search input[type="search"] {
		position: absolute;
		top: 25% !important;
		width: 80% !important;
		left: 10% !important;
		font-size: 30px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
		outline: none;
	}
	#search .btn {
		top: 25% !important;
	}
}
.dropdown-toggle::after {
	-webkit-transition: all .5s ease-in-out;
    transition: all .2s ease-in-out;
}




/* Buttons */

.btn-primary {
    color: #fff;
	background-color: #EB5C26;
    border-color: #EB5C26;
	font-weight: bold;
	font-size:14pt;
}
.btn-primary:hover {
	background-color: #EB5C26;
    border-color: #EB5C26;
}
.btn-outline-primary {
    color: #ff7600;
    background-color: transparent;
    background-image: none;
    border-color: #ff7600;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff7600;
    border-color: #ff7600;
}
.btn-outline-light {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}
.btn-outline-light:hover {
    color: #ff7600;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-dark {
    color: #555555;
    background-color: transparent;
    background-image: none;
    border-color: #555555;
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}
.opacity-8:hover {
	opacity: .8 !important;
}
.fade03 {
    transition: all .3s ease !important;
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    box-shadow: 0 0 0 !important;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 !important;
}

/* Buttons Rounded */

.btn-round {
	border-radius: 17px;
}
.btn-round-lg {
	border-radius: 22.5px;
}
.btn-round-sm {
	border-radius: 15px;
}
.btn-round-xs {
	border-radius: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: 2.3rem;
}

/* Buttons Whide */
.btn-widde-lg {
    padding-left: 2rem;
    padding-right: 2rem;
}


.userMenu {
	-webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.userMenu .dropdown-item {
	padding: .5rem 0.6rem;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
@media (max-width: 320px) {
	.userMenu {
		width: 90%;
	}
	.userMenu .dropdown-item {
		padding: .5rem 0.6rem;
		white-space: pre-wrap;
	}
}
.userMenu {
	position:fixed;
	float:right;
	right:13px;
	top:70px;
	background-color:#ffffff;
	z-index:999999;
}

.userMenu::before {
    position: absolute;
    display: block;
    border-color: transparent transparent #fff transparent;
    border-style: dashed dashed solid dashed;
    border-width: 10px;
    content: '';
    right: 8px !important;
    line-height: 0;
    margin-top: -10px;
    overflow: hidden;
    top: -10px;
}

.fixedTop {
	position: fixed !important;
	width:100%;
	top:0px;
	left:0px;
    z-index: 9999;
    background-color: rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(194, 194, 194, 0.6);
}

.imageRound {
    border-radius: 50%;
}

.hide {
	display:none;
}

.bg-dark-alpha {
	background-color: rgba(0,0,0,.75) !important;
	/*-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	*/
}

.shadow {
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .2) !important;
	box-shadow: 0 0 25px rgba(0, 0, 0, .2) !important;
}
.text-decoration-none {
	text-decoration: none !important;
}



.highlight-custom-1, .highlight-custom-2, .highlight-custom-3, .highlight-custom-4{
    height: 200px;
    width: 200px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.highlight-custom-1 {
    background-image: url(../images/digital-hub-zucchetti_478x316.jpg);
}
.highlight-custom-2 {
    background-image: url(../images/fatturazione-elettronica-digitalhub_478x316.jpg);
}
.highlight-custom-3 {
    background-image: url(../images/fatture-attive-passive-digital-hub_478x316.jpg);
}
.highlight-custom-4{
    background-image: url(../images/517014862.jpg);
}




/* -------   Overlay Search ------- */
.page-container {
    width: 100%;
    height: 100%;
    padding-left: 70px;
}
.overlay .has-results {
    overflow: visible;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.overlay>div {
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden;
}
.m-t-20 {
    margin-top: 20px;
}
.quickview-wrapper {
    position: fixed;
    right: -285px;
    top: 0;
    width: 285px;
    background: #fff;
    bottom: 0;
    z-index: 1000;
	-moz-box-shadow: 0 0 9px rgba(191,191,191,0.36);
	-webkit-box-shadow: 0 0 9px rgba(191,191,191,0.36);
    box-shadow: 0 0 9px rgba(191,191,191,0.36);
    border-left: 1px solid rgba(222,227,231,0.56);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05,0.74,0.27,0.99);
    transition: transform 400ms cubic-bezier(0.05,0.74,0.27,0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.overlay .overlay-search {
    font-weight: 700;
    font-size: 77px;
    height: 100px;
    letter-spacing: -1.925px;
    line-height: 100px;
    width: 100%;
    padding-left: 0!important;
}






/*  -------- Owl Carousel ------ */
.owl-carousel {
	margin-bottom:50px;
}
.owl-carousel .item {
    /*height: 10rem;*/
    /*background: #4DC7A0;*/
    padding: 1rem;
}
.owl-carousel .item .body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    margin-top: 14px;
	font-weight: 300;
	color: #8d8d8d;
	margin-top: 10px;
}
.owl-carousel .item label.title {
    font-size:16px;
	line-height:16px;
    font-weight: 600 !important;
    padding-bottom: 12px;
    /*border-bottom: 1px solid #e0e0e0;*/
    display: block;
    color: #333333;
    text-align: left;
}
.owl-carousel .item .background {
    height: 160px;
    width: 100%;
    position: relative;
    float: left;
    background-position: center;
    background-size: cover;
	margin-bottom: 15px;
}
@media screen and (max-width:600px) {
	.owl-carousel .item .background {
		height: 300px;
	}
}
.carousel-indicators li {
    cursor: pointer;
}
.owl-item .item .imgContainer .img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .32);
    border-radius: 0%;
    opacity: 0;
    content: '';
	-webkit-transition:all .22s ease-in-out;
    transition: all .22s ease-in-out;
}




/* ------ Header ----- */
#mainLogo {
	font-family:'lato', sans-serif;
	font-weight: 800;
	font-size: 20px;
	margin: 0 25px 0 0;
}
.mainLogo-toggler {
	font-size: 30px;
	background-color: rgba(0, 0, 0, .8);
}
.navbar-toggler {
    cursor: pointer;
}

@media (max-width: 766px) {
	#mainLogo {
		background-color: rgba(0, 0, 0, .8);
		padding: 15px 25px;
		width: 100%;
		font-size: 30px;
		font-weight: 600;
		border-bottom: 3px dotted rgba(71, 201, 229, .5);
	}
	.logo {
		background-color: rgba(0, 0, 0, .8);
		width: 100%;
		height: 50px;
		background-repeat: no-repeat;
		background-size: 92%;
		border-bottom: 3px dotted rgba(71, 201, 229, .5);
	}
}
.header_tabbed {
    /*position: relative !important;*/
    z-index: 3 !important;
    background-position: right 0;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0.2) 100%), url(../images/692506328.jpg); */
    background-size: cover !important;
    background-position: center top !important;
    min-height: 400px;
}
.header_tabbed_custom {
    z-index: 3 !important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .0) 25%, rgba(82, 82, 82, 1) 85%), url(../images/image-split.jpg);
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0.2) 100%), url(../images/digital-hub-split.jpg);*/
    background-size: cover;
    background-position: center top;
    height: 225px;
}
.header_tabbed_custom_1 {
    z-index: 3 !important;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, .0) 25%, rgba(0, 0, 0, 0) 100%), url(../images/digital-hub-split.jpg);*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0.2) 100%), url(../images/digital-hub-split.jpg); */
	background-color: #777777;
    background-size: cover;
    background-position: center top;
    height: 57px;
}
.header_tabbed_megamenu {
    z-index: 3 !important;
    background-position: right 0;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0.2) 100%), url(../images/692506328.jpg);
    background-size: cover !important;
    background-position: center -223px !important;*/
	background-color: rgba(0, 0, 0, .5);
}
@media (max-width:768px) {
	.header_tabbed_megamenu .container {
		max-width: unset;
	}
}
@media (max-width:1280px) {
	.header_tabbed {
		min-height: 382px !important;
	}
	.header_tabbed_switch {
		min-height: 290px !important;
		background-position: center top !important;
	}
}
@media (min-width:1920px) {
	.header_tabbed {
		min-height: 500px !important;
		background-position: center -150px !important;
	}
	.header_tabbed_switch {
		min-height: 425px !important;
		background-position: center -200px !important;
	}
}

.header_tabbed.light {
    background-position: right 0;
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, 0.5) 100%), url(../images/692506328.jpg);*/
    background-size: cover !important;
    background-position: center top !important;
}
.imgContainer .img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .32);
    border-radius: 0%;
    opacity: 0;
    content: '';
	-webkit-transition:all .22s ease-in-out;
    transition: all .22s ease-in-out;
}
.header_tabbed_switch {
    /*z-index: 3 !important;*/
    background-position: right 0;
    /*background: linear-gradient(to top, rgba(0, 0, 0, .25) 100%, rgba(0, 0, 0, 0.2) 0%), url(../images/692506328.jpg);*/
    background-size: cover !important;
    background-position: center -50px;
    min-height: 350px;
}





/* ------- Header Login  ---------*/

.box_login_gradient {
    position: absolute !important;
    width: 100% !important;
	height: 500px;
    left: 0 !important;
    top: 0 !important;
    z-index: 5;
    content: '';
	
    background-color: rgba(0, 0, 0, 0) !important;
	
	background: linear-gradient(90deg, rgba(71, 201, 229, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 65% , rgba(71, 201, 229, 0) 100%) !important;
    /*background: linear-gradient(90deg, rgba(71, 201, 229, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, .3) 65% , rgba(71, 201, 229, 0) 100%) !important;*/
	
    /*background: linear-gradient(15deg, rgba(71, 201, 229, .92) 4%, rgba(0, 0, 0, .6) 50%) !important;*/
	/*
	background: linear-gradient(15deg, rgba(0, 0, 0, 0.8) 4%, rgba(0, 0, 0, .2) 50%) !important;
    transition: background-image 2s ease-in-out !important, opacity 2s ease-in-out !important, height 1s ease-in-out !important;
	*/
}
.animate-opacity {
    transition: opacity 5s;
    opacity: 0;
}
.addImage .newImage, .addImage .oldImage, .addImage .startImage {
	position: absolute;
	background-size: cover;
	background-position: center top;
	transition: height 0.01s, width 0.01s;
}
@media (min-width: 1400px) {
	.addImage .newImage, .addImage .oldImage, .addImage .startImage {
		background-position: center top !important;
	}
}
@media (min-width: 1920px) {
	.addImage .newImage, .addImage .oldImage, .addImage .startImage {
		background-position: center -140px !important;
	}
}
.container {
	position: relative;
	z-index: 9;
}
.addImage .newImage {
	z-index: 1;
}
.login_tabbed {
    z-index: 3 !important;
    background-position: right 0;
    background-size: cover !important;
    background-position: center top !important;
}


.preloadimg {
	z-index: 3 !important;
    background-position: right 0;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0.2) 100%), url(../images/692506328.jpg);*/
    background-size: cover !important;
    background-position: center top !important;
  -webkit-transition:background 0.5s ease-in-out;
  -moz-transition:background 1s ease-in-out;
  -o-transition:background 1s ease-in-out;
  -ms-transition:background 1s ease-in-out;
  transition:background 1s ease-in-out;
}
.login_tabbed.light {
    background-position: right 0;
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, 0.5) 100%), url(../images/692506328.jpg);*/
    background-size: cover !important;
    background-position: center top !important;
  -webkit-transition:background 1s ease-in;
  -moz-transition:background 1s ease-in;
  -o-transition:background 1s ease-in;
  -ms-transition:background 1s ease-in;
  transition:background 1s ease-in;
}
.login_tabbed .jumbotron {
    padding: 8rem 0rem;
    margin-bottom: 0rem;
    background-color: transparent;
    border-radius: .3rem;
}
.bg-gray-light {
    background-color: #f3f3f3;
}
.rounded-1 {
    border-radius: 3px !important;
}
.home-hero-signup .form-control-lg {
    width: 100%;
    min-height: 46px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}
.userCheck {
font-size: 1.3rem;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 25px;
    background-color: #dedede;
    padding: 8px 0;
}
.userCheck .userName {
	color: #005A9E;
}
.userCheckNo {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 25px;
    background-color: #ff7b7b;
    padding: 8px 0;
}
.userCheckNo .userName {
	color: #ffffff;
}
.userWelcome {
	font-weight: 300 !important;
}

.btn {
	cursor: pointer;
}
.hero-title {
    position: relative;
    font-size: 4em;
    line-height: 82%;
    letter-spacing: -2.5px;
    font-weight: 400;
    z-index: 1;
}
@media (max-width: 1019px){
	.hero-title {
		font-size: 3em;
		line-height: 100%;
		font-weight: 300;
	}
}
.hero-lead {
	position: relative;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    font-weight: 400;
	z-index: 1;
}
.form-group .form-control {
    background-color: #fafbfc;
}
.home-hero-signup .form-control-note {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: .75em;
    color: #6a737d;
}
.home-hero-signup .small {
    font-size: .85em;
}
.home-hero-signup .dropdown-item {
	font-size: .9em;
	font-weight: 300;
	padding: .5em;
}
.logo-inside-login {
	display:block;
	width:100%;
	height:100px;
	background-image: url(../images/logo-footer.png);
	background-size: 75% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.logo-customer {
	display:block;
	width:100%;
	height:170px;
	/*height:100px;*/
	background-image: url(../images/placeholder_logo_500x400.png);
	background-size: 75% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.logo {
    display: block;
    background-image: url(../images/logo-header.png);
    width: 13em;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 75%; /*92%*/
	/* margin-left: 1.3em; */
}
.logo a {
    width: 100%;
    height: 100%;
	display:block;
}
.logo-responsive {
	background-image: url(../images/logo-header.png);
    width: 123px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 82%;
}
.logo-responsive a {
    width: 100%;
    height: 100%;
	display:block;
}
.logo-footer-responsive {
	background-image: url(../images/logo-zucchetti-white.png);
    width: 123px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 82%;
    background-position: center;
}
.logo-footer-responsive a {
    width: 100%;
    height: 100%;
	display:block;
}
.logo-footer {
    display: block;
	background-image: url(../images/logo-zucchetti-white.png);
    width: 12em;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 60%;
}
.logo-footer a {
    width: 100%;
    height: 100%;
	display:block;
}
.box-shadow-center {
	box-shadow: 0 0 40px rgba(0,0,0,.25);
}
.line-bottom {
    -webkit-animation: quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1);
    animation: quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1);
}
.line-bottom.click{
	-webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #F44336;
    bottom: -2px;
    height: 2px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.bg-grey {
    background-color: #c5c5c5 !important;
}
.bg-orange {
	background-color: #ff7600 !important;
}
.bg-dark {
	background-color: #757575 !important;
}
.bg-custom-1 {
    background-color: #EB5C26 !important;
}
.bg-custom-2 {
	background-color: #f8f9fa!important;
}


/*  Google Material Design in CSS3 Inputs  */

input.login {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #dddddd !important;
    border-radius: 0px !important;
}
label {
	pointer-events:none;
	transition:0.2s ease all; 
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	-ms-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.labelFocus {
	position:relative;
	float: left;
	margin-top:-60px !important;
	font-size: .8em;
	color: #000000;
	font-weight: 400;
}
.labelFocusOut {
    position: relative;
    float: left;
    margin-top: -27px;
    font-size: 1em;
    color: #000000;
    font-weight: 400;
}
.bar {
	position:relative;
	display:block;
}
.bar:before, .bar:after {
	content:'';
	height:2px; 
	width:0;
	bottom:1px; 
	position:absolute;
	background:#4285f4;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	-ms-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

input:focus { outline:none; }


input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}


/* HIGHLIGHTER ================================== */
.highlight {
  position:relative;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}


/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}



/* ------- Login Step ------- */
.login-step {
	position: relative;
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
}
.hidden { display: none; }
.home-hero-signup .changeUser {
	font-size:.85em;
}
.home-hero-signup a.changeUser {
	text-decoration:none;
}


/* ------ Off canvas ------ */

@media (max-width: 320px) {
	ul.navbar-side {
		width: 100% !important;
	}
}
#navbarSide li:first-child {
	margin: 31px 0 0 0;
	height: 65px;
}
#navbarSideDx li:first-child {
	margin: 25px 0 0 0;
	height: 45px;
}
#navbarSideDx .title {
	font-size: 1.2em;
	padding: 0 1.5em;
}
.navbar-side-dx-item a {
    font-size: .8em;
	text-decoration: none;
	display: block;
	padding: 1.5em 2.5em .5em 2.5em;
	color: #333333;
}
.navbar-side-dx-item p {
    font-size: .8em;
	padding: 0em 2.5em;
	color: #333333;
	cursor: pointer;
}
.navbar-side-dx-item i {
    display: inline-block;
    left: calc(100% - 45px);
    width: 2em;
    text-align: center;
    line-height: 2em;
    height: 2em;
    position: relative;
    cursor: pointer;
}
.navbar-side-dx-item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  height: auto;
}
.navbar-side-dx-item.attention {
	border-left: 6px solid #e94338;
}
/*
#navbarsExample:before {
    content: "";
    width: 58px;
    height: 40px;
    position: absolute;
    top: 8px;
    z-index: -10;
    left: 16px;
    background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
*/
.navbarSideCloseButton {
    float: right;
    position: relative;
	right: 0px;
    width: 55px;
    height: 38px;
	background-color: transparent;
	border:0;
	cursor:pointer;
	color: #ffffff;
	margin: 0;
	z-index: 9999;
}
#navbarSideCloseButton {
    float: right;
    position: relative;
	top: 27px;
	right: 0px;
    width: 55px;
    height: 38px;
	background-color: transparent;
	border:0;
	cursor:pointer;
	color: #ffffff;
	margin: 0;
	z-index: 9999;
}
#navbarSideButton {
    float: left;
    position: fixed;
	left: 17px;
    top: 60px;
    width: 55px;
    height: 38px;
	background-color: transparent;
	border:0;
	cursor:pointer;
	color: #ffffff;
	margin: 0;
	z-index: 9999;
}
#navbarSideButton i {
    -webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.custom-color-1 i {
	color: #313131 !important;
}
.custom-color-2 {
	color: #c7ff00 !important;
}
.custom-color-3 {
	color: #F44336 !important;
}
.custom-color-4 {
	color: #ff6300 !important;
}
.custom-color-5 {
	color: #fffc00 !important;
}
.color-primary {
    color: #ff7600;
}
.color-white {
	color: #ffffff;
}
.color-dark {
	color: rgba(0, 0, 0, .6);
}
.color-gray-light {
	color: #a8afb5;
}
.light .color-gray-light {
	color: #000000;
	font-weight:400;
	text-shadow: 1px 1px 0 rgba(255,255,255,.15);
}
.color-bg-white {
	background-color: #ffffff;
}
.color-bg-dark {
	background-color: #333;
}
.color-green-fluo {
	color: #c7ff00 !important;
}
.jumbotron-link {
	color: #ff8600 !important;
}
.custom-bg-1 {
	background-color: rgba(0,0,0,0.25);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.nav-link.disabled {
    cursor: default;
}
.navbar-side-item a {
    font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding: 1.5em;
	color: #333333;
}
.navbar-side-item a:hover {
	background-color: #5acfe8;
}
.navbar-side {
  height: 100%;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff; /* #313131 */
  overflow-y: auto;
  z-index: 999999;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  @include media-breakpoint-up(xs) { width: 85%; }
  @include media-breakpoint-up(sm) { width: 50%; }
  @include media-breakpoint-up(md) { width: 25%; }
}
.navbar-side-dx {
  height: 100%;
  width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff; /* #313131 */
  overflow-y: auto;
  z-index: 999999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  @include media-breakpoint-up(xs) { width: 85%; }
  @include media-breakpoint-up(sm) { width: 50%; }
  @include media-breakpoint-up(md) { width: 25%; }
}
.navbar-side-item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  height: auto;
}
.side-link {
  padding-left: 2rem;
}
.reveal {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
  box-shadow: 0 0 20px rgba(0, 0, 0, .35);
}
.reveal-dx {
  -webkit-transform: translateX(calc(-100% + 300px));
  -ms-transform: translateX(calc(-100% + 300px));
  transform: translateX(calc(-100% + 300px));
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
  box-shadow: 0 0 20px rgba(0, 0, 0, .35);
}
.bg-faded {
	z-index: 999999;
}
.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: transparent;
  opacity: 0.6;
  z-index: 9999;
}
.imageRounded {
    border-radius: 50%;
}
.z-2x {
	font-size: 1.5em;
}
.z-3x {
	font-size: 2em;
}
.z-4x {
	font-size: 3em;
}
.z-5x {
	font-size: 4em;
}
.z-10x {
	font-size: 6.5em;
}
.text-shadow-lg {
	text-shadow: 1px 1px 170px rgba(255, 255, 255, .8);
}




/*   Nav Bar   */

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,0);
}
.bg-dark-light {
    background-color: rgba(0,0,0,.8);
}
.navbar {
    padding: .2rem 1rem;
}
@media (min-width: 768px) {
	.navbar-nav {
		background-color: transparent;
	}
}
@media (max-width: 768px) {
	.operator .navbar-nav {
		background-color: transparent !important;
	}
	.navbar-nav {
		background-color: rgba(0,0,0,.85);
	}
	ul.navbar-nav.mr-auto {
		padding: 1.5em;
	}
}


/*   Toast  */


.jq-toast-wrap {
    z-index: 99999 !important;
}

@media (max-width: 320px) {
	.jq-toast-wrap {
		width: 80%;
	}
}
.jq-toast-wrap.top-right {
    top: 75px;
    right: 10px;
}

.jq-toast-single {
    font-family: 'Raleway';
    font-size: 13px;
    color: #fff !important;
    font-weight: 300;
    margin-bottom: 9px;
    padding: 15px 45px !important;
    border-radius: 3px !important;
	-moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.32) !important;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.32) !important;
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.32) !important;
}

.jq-icon-warning {
	color: #ffffff !important;
    background-color: #f86c6b !important;
}





/*  Search  */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
	z-index: 999999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 50%;
	left: 25%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#search .close {		
    position: fixed;
    width: 48px;
    height: 48px;
    top: 0px;
    right: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    text-shadow: 0 0 0;
}
@media (max-width:767px) {
	#search input[type="search"] {
		top: 25% !important;
		width: 80% !important;
		left: 10% !important;
		font-size: 30px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	#search .btn {
		top: 25% !important;
	}
}
@media (max-width:1200px) and (min-width:768px) {
	#search input[type="search"] {
		top: 25% !important;
		width: 80% !important;
		left: 10% !important;
		font-size: 40px !important;
	}
	#search .btn {
		top: 25% !important;
	}
}


/*   Charts    */

.chart-wrapper canvas {
    width: 100% !important;
}
.ct-golden-section {
    display: block;
    position: relative;
    width: 100%;
}
.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}


/*   Badge  */

.badge-pill {
    border-radius: 10rem;
}
.badge-danger {
    color: #ffffff !important;
    background-color: #f86c6b;
}
.badge-warning {
    color: #111111 !important;
    background-color: #f8cb00;
}
.badge-info {
    color: #111111;
    background-color: #63c2de;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}
#navTop .badge {
	display: inline-block;
    padding: 0.2em 0.4em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
#navTop .badge {
    position: relative;
    top: -40px;
    left: 16px;
}

.bg-primary {
    background-color: #47c9e5 !important;
}
.card.bg-primary {
    border-color: #187da0 !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #ffffff;
	border-radius: 0px;
}
.card {
    margin-bottom: 1.5rem;
}
.btn-transparent {
    background-color: transparent;
    border-color: transparent;
}
.noarrow-dropdown.dropdown-toggle::after {
    display: none;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2;
}




/* List Custom  */
.list-group-custom-1 {
	box-shadow: 0 15px 25px -7px rgba(0,0,0,0.09), 0 -12px 10px -10px rgba(0,0,0,0.04) !important;
	border: 1px solid rgba(0,0,0,.1);
}
.list-group-custom-1 .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.list-group-custom-1 .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.list-group-custom-1 .list-group-item.active {
    background-color: #47c9e5;
    border-color: #47c9e5;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border-left: 0px solid rgba(0,0,0,.125);
	border-right: 0px solid rgba(0,0,0,.125);
	border-bottom: 0px solid rgba(0,0,0,.125);
	border-top: 0px solid rgba(0,0,0,.125);
}
.list-group-custom-1 .h5, h5 {
    font-size: 1.1rem;
}
.list-group-custom-1 p {
	font-size: .8rem;
}
.list-group-custom-1 .list-group-item {
    padding: .6rem .8rem;
}
#searchBtn {
	position: absolute;
    float: right;
	top: 8px;
    right: 53px;
    width: 48px;
    height: 48px;
}
#userImage > a > img {
    vertical-align: top;
    height: 36px;
	width: 36px;
}
.userImage {
    box-sizing: border-box;
    z-index: 9999;
    position: relative;
    display: inline-block;
    top: 0px;
    right: 12px;
	/*background-color: #ffffff;*/
	cursor: pointer;
}
#userImage > a > img {
    vertical-align: top;
    height: 36px;
	width: 36px;
}
#userImage {
    position: absolute;
    float: right;
    right: 10px;
    top: 8px;
}
div#notification {
	position: absolute;
    float: right;
    right: 102px;
    top: 8px;
    z-index: 99999;
    width: 48px;
    height: 48px;
}


/* Change the white to any color ;) */
/*
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 60px rgba(0,0,0,.8) inset;
}
*/
/*Change text in autofill textbox*/
/*
input:-webkit-autofill {
    -webkit-text-fill-color: #555555 !important;
}
*/
/* Change autocomplete styles in WebKit */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid green;
  -webkit-text-fill-color: #47c9e5;
  background-color: rgba(0,0,0,.8);
  -webkit-box-shadow: 0 0 0 60px rgba(0,0,0,.8) inset;
  transition: background-color 5000s ease-in-out 0s;
}




/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
  box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 2rem;
}
@media (max-width:640px) {
	.inner {
		padding: 0 !important;
	}
	.mastfoot {
	  padding-top:4em !important;
	}
}

/* Header */

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: bold;
  color: rgba(255,255,255,.5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255,255,255,.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/* Cover */

.cover-bg {
    height: 100%;
    text-align: center;
    background-color: #333;
}
.cover {
  padding: 0 1.5rem;
}
.cover a:hover {
    text-decoration: none;
}
.cover a:hover i {
    color: #ffffff;
}


/* Footer  */

footer p {
    font-size: .7rem;
}
footer a {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0.3rem;
}
footer a:hover {
	text-decoration: none;
	color: #ff7600;
}
footer .disclaimer {
	color: #FFFFFF;
	margin-top: 10px;
}
@media (max-width:767px) {
	footer .disclaimer {
		text-align: center;
	}
}
.mastfoot {
  color: rgba(255,255,255,.5);
}

/* Affix and center */

@media (min-width: 40em) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    /* vertical-align: middle; */
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 62em) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 42rem;
  }
}


/* Social */

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn [class^="z-"] {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
	top: 90%;
	left: -110%;
}
.social-btns .btn [class^="z-"]{
	-webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook {
	border: 2px solid #ff7600;
}
.social-btns .btn.facebook:before {
	background-color: #6090f4;
}
.social-btns .btn.facebook [class^="z-"] {
	color: #ff7600;
}
.social-btns .btn.linkedin {
	border: 2px solid #ff7600;
}
.social-btns .btn.linkedin:before {
	background-color: #0077b5;
}
.social-btns .btn.linkedin [class^="z-"] {
	color: #ff7600;
}
.social-btns .btn.twitter {
	border: 2px solid #ff7600;
}
.social-btns .btn.twitter:before {
	background-color: #3cf;
}
.social-btns .btn.twitter [class^="z-"] {
	color: #ff7600;
}
.social-btns .btn.youtube {
	border: 2px solid #ff7600;
}
.social-btns .btn.youtube:before {
	background-color: #ff452e;
}
.social-btns .btn.youtube [class^="z-"] {
	color: #ff7600;
}
.social-btns .btn:hover,
.social-btns .btn:focus {
	border: 2px solid rgba(35, 37, 48, 0);
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
	top: -10%;
	left: -10%;
    z-index: -1;
}
.social-btns .btn:focus [class^="z-"],
.social-btns .btn:hover [class^="z-"] {
  color: #fff;
  -webkit-transform: scale(1);
   transform: scale(1);
}
.social-btns {
	height: 46px;
	margin: 0 auto;
	font-size: 0;
	text-align: right;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (max-width:767px) {
	.social-btns {
		text-align:center !important;
	}
}
.social-btns .btn {
	display: inline-block;
    width: 38px;
    height: 38px;
	margin: 0 3px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
	opacity: 0.99;
}

.social-btns .btn:before {
	content: '';
	width: 120%;
	height: 120%;
	position: absolute;
	-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn [class^="z-"]  {
	font-size: 20px;
	vertical-align: middle;
	position: absolute;
	left: 22%;
}

/* End Social */





/* Mega Menu */
@media screen and (min-width: 768px) {
  .megamenu ul {
     padding-bottom:15px;
  }
  .megamenu > .dropdown-menu {
     left:-90%;
     min-width:800px;
  } 
}
.dropdown-md > .dropdown-menu {
    min-width:450px;
}
.dropdown-lg > .dropdown-menu {
    min-width:850px;
}
@media(max-width:48em) {
    .navbar .navbar-nav>.nav-item {
        float: none;
        margin-left: .1rem;
    }
    .navbar .navbar-nav, .navbar .navbar-brand {
        float:none !important;
    }
}
/* List Group Carousel  */

#megaMenu .list-group-item {
	font-size: 1em;
    position: relative;
    display: block;
    padding: 0rem;  /* padding: .3rem 1.25rem; */
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-bottom: 1px dotted #555 !important;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-weight: 200;
}
#megaMenu .list-group-item:hover {
	background-color: rgba(71, 201, 229, 1);
    /*background-color: rgba(0, 0, 0, .8);*/
}
#megaMenu .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
#megaMenu .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
#megaMenu h4 {
	font-weight: 200;
	font-size: 1.3rem;
	padding: .5rem 1.25rem;
}
#megaMenu li a {
	display: block;
	line-height: 1.2em;
    font-size: 1.2em;
    font-weight: 400;
	text-decoration: none;
	color: rgba(255,255,255,1);
    padding: .5rem .8rem;
}
#megaMenu li a:hover {
	color: rgba(255, 255, 255, 1) !important;
	/*color: rgba(71, 201, 229, 1);*/
}
#megaMenu li a i {
	float: left;
    position: relative;
    margin: 0 10px 10px 0;
}
.has-mega-menu .dropdown-menu {
    background-color: transparent;
}
@media (min-width: 1280px) {
	#megaMenu li a {
		line-height: 3rem !important;
	}
	#megaMenu li a i {
		margin: 12px 10px 10px 0 !important;
	}
}
@media (max-width:768px) {
	.header_tabbed_megamenu {
		background: unset !important;
	}
}



/* Scroll to Top */
html .scroll-to-top.visible, html .scroll-to-top-custom.visible {
    opacity: 0.75;
}
html .scroll-to-top, html .scroll-to-top-custom {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #404040;
    border-radius: 50%;
    bottom: 25px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 25px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040;
}
@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile, html .scroll-to-top-custom.hidden-mobile {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.megamenu > .dropdown-menu {
		left: -90%;
		min-width: 800px;
		width: 100%;
	}
}

/* Modal Layer */
.modal-body.text-center p.disclaimer {
    font-size: .7rem;
}
@media (min-width: 576px) {
	.modal-dialog.info {
		margin: 100px auto !important;
	}
}


/* form */
.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -1rem;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
}
@media (min-width: 576px) {
	.bd-example {
		padding: 1.5rem;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		border-width: .2rem;
	}
}


/* Info Zucchetti */
.info-logo-zucchetti {
	max-width:250px;
}



/* Data tables */
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #3dbddc;
    border-color: #3dbddc;
    border-radius: 25px;
    width: 42px;
    text-align: center;
}
.page-item:first-child .page-link {
    margin: 0 15px 0 0;
    border-radius: 25px;
}
.page-item:last-child .page-link {
    margin: 0 0 0 15px;
    border-radius: 25px;
}



/* Correzioni sb-amin */

@media (min-width: 992px) {
	#mainNav.fixed-top .navbar-sidenav {
		height: calc(100vh - 56px);
	}
	#mainNav.fixed-top .sidenav-toggler {
		margin-top: calc(100vh - 33px);
	}
	#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
		background: rgba(0, 0, 0, 0.6);
	}
	#mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link {
		padding: .25em;
	}
	#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
		background: rgba(0, 0, 0, .2);
	}
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    color: rgba(255, 255, 255, .8);
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link i {
    vertical-align: middle;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
    color: #ffffff;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
    color: rgb(66, 191, 221);
}

.sidenav-toggled a#sidenavToggler {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Correzioni margine pagina di login */
/* media query mobile */

@media (min-width: 320px) and (max-width: 480px) {
	[id*='_Main_container'] {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 481px) and (max-width: 900px) and (orientation: landscape) {
	[id*='_Main_container'] {
		margin-bottom: 0px !important;
	}
}

/* media query ipad e tablet */

@media (min-width: 600px) and (max-width: 1024px) and (max-height: 1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1) {
	[id*='_Main_container'] {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 800px) and (max-width: 1024px) and (max-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	[id*='_Main_container'] {
		margin-bottom: 0px !important;
	}
}

.form-control:focus{
	box-shadow: none !important;
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25);
}