.header-scrolled {

	border-bottom: 1px solid #0f9acc;
}

.logout_btn {

	background-color: rgb(34, 34, 34);
    border: none;
    padding: 0;
    text-align: center;
    /*text-decoration: none;*/
    display: inline-block;

    cursor: pointer;
    color: white;

}

.error-blockquote {
  padding: 30px 50px 30px 30px;
  background: #ffff99;
  border-left: 2px solid #f00;
}

.success-blockquote {
  padding: 30px 50px 30px 30px;
  background: #e6ffcc;
  border-left: 2px solid green;
}

.single-input-white {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px;
}

#logfileAjax {
	width: 100%;
	border: 1px solid red;
	padding: 5px;
}

table{
	width: 100%;
	background: #f9f9ff;
	padding: 15px 0px 30px 0px;
}

thead {

	background-color: white;
	padding-top: 100px;
}

th{
	color: #222222;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500;
}

tr{
		margin: 15px 0;
		}

td{
		border-top: 10px solid #edf3fd;
}

.nome {
  padding-left: 30px;
}

.tb_row_spacer{
	background-color: white;
	height: 10px;
}

#contactFormRightCol > *{
	margin-bottom: 10px;
}

.red-bottom-gap{
	padding: 120px 0px 30px 0px;
}

.zero-bottom-gap{
	padding-bottom: 0px;
}

.zero-top-gap{
	padding-top: 0px;
}

.contact-footer{
	background: rgba(0, 0, 0, 0);
}
.sAnchor{
	position: relative;
	top: 70px;
}

/* spinner */

#spinner {
	display: none;

}

.animationload {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.osahanloading {
    animation: 2.5s linear 0s normal none infinite running osahanloading;
    background: #fca903 none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    /*margin-top: -25px;*/
    margin-top: -45px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.osahanloading2 {


    height: 50px;
    /*left: 50%;*/
    /*margin-left: -25px;*/
    /*margin-top: -25px;*/
    margin-top: 50px;
    position: absolute;
    top: 50%;
    /*width: 50px;*/
    width: 100%;
    text-align: center;
    font-size: 2rem;
}
.osahanloading::after {
    animation: 1.5s linear 0s normal none infinite running osahanloading_after;
    border-color: #85d6de transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 80px;
}
@keyframes osahanloading {
0% {
    transform: rotate(0deg);
}
50% {
    background: #38a4ff none repeat scroll 0 0;
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}

/* end spinner */

/* privacy banner */

#privacyBanner{

	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 10;

	padding: 1rem;

	background-color: rgba(51,51,51,0.9);
	color: #ddd;

	display: none;

}

#privacyBanner a{
	color: #fff;
}

#privacyBanner a:hover{
	text-decoration: underline;
	text-decoration-style: dotted;
}

.genric-btn.info-privacy {
  color: #fab700;
  border: 1px solid #fab700;
}

.genric-btn.info-privacy:hover {
  color: #ddd;
  background: #fab700;
  border: 1px solid transparent;
}



/* end privacy banner */

/* per contrasto testo più alto */

b{ color: #f0af00; }

.sub {
  color: #444;

  margin-bottom: 5px;
}

blockquote {
  color: #444;


}

.sub p {
  color: #444;

  margin-bottom: 5px;
}

body{
	color: #444;
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625em;
}

.single-footer-widget p{
	color: #999;
}
/* per contrasto testo più alto */



/* CAT */

.single-cat{
	/*box-shadow:0 1px 2px rgba(0,0,0,0.15);*/
	position:relative;
	border-radius:5px;
	padding-top: 3rem;
	-webkit-transform:translateY(0);
	-webkit-transition:all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

/*
.single-cat:after{
	content:"";
	border-radius:5px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 5px 15px rgba(0,0,0,0.3);
	opacity:0;
	-webkit-transition:all .1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all .1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
*/
.single-cat:hover:after{
	opacity:1
}

.single-cat:hover{

	background-color: #fcfeff;
	border: 1px solid #0f9acc;

	box-shadow:0 5px 15px rgba(0,0,0,0.3);

	-webkit-transform:scale(1.25, 1.25);
	transform:scale(1.25, 1.25);

	z-index: 90;
}

.ciao{
padding: 1rem 1rem;
font-size: 3rem;
color: #007bff;

}


.single-cat:hover .ciao{
background-color: orange;
color: white;
border-radius: 50%;

-webkit-transition:all 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.catDescription{

	color: rgb(34, 34, 34);
}

.single-cat:hover .cat-img{

	filter: hue-rotate(180deg);
	background: red;
}

.single-cat:hover .ciao1{

	display: none;
	-webkit-transition:all 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);

}
.ciao2{display: none;}
.single-cat:hover .ciao2{

	display: inline;
	-webkit-transition:all 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.saturate { filter: saturate(563); }
/* /CAT */

/* BUTTON VERDE */

.btn-green {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  background-color: #00cc00;
  border-color: #00cc00;
}

.btn-green:hover {
  color: #fff;
  background-color: #00ff00;
  border-color: #00ee00;
}

.btn-green-inv:hover {
  color: #00aa00;
  background-color: #fff;
  border-color: #00cc00;
}

.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 0, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #00ff00;
  border-color: #00ff00;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #00ff00;
  border-color: #00ff00;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 0, 0.5);
}

/* /BUTTON VERDE */


/* BOX REVIEW */
.boxReview{
	border: 1px solid rgb(206, 212, 218);;
	border-radius: 5px;
	padding: 0px;
	margin-bottom: 25px !important;
}

.msgReview{
	font-size: 14px;
	padding: 10px;
	text-align: justify;
    text-justify: inter-word;
}

.msgReview:before{
	content: open-quote;
	font-size: 150%;
	font-weight: bold;
}

.msgReview:after{
	content: close-quote;
	font-size: 150%;
	font-weight: bold;
}

.firmaReview{

	padding: 10px;
	background-color: #f9f9ff;
	font-size: 14px;

	font-weight: bold;
	border-top: 1px solid rgb(206, 212, 218);;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	text-align: right;
}

/* /BOX REVIEW */

/* /BOX PRICE */
.priceBox{

	/*border: 1px solid black;*/
}

.priceTitle{

	/*background-color: yellow;*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	font-size: 160%;
	padding: 15px 0;
	font-weight: bold;

	color: white;
	background-color: #007bff;
}

.priceInfo{
	padding: 10px 10px;
	font-size: 120%;
	line-height: normal;
}

.pricePrice{

	font-size: 250%;
	margin-top: 1rem;
	color: #f0af00;
}

.pricePrice:before{

	content: "\20AC";
}

.priceMese{
	font-size: 1.3rem;
	color: #666;
}

.priceDesc{
	padding: 10px 10px;
	color: rgb(34, 34, 34);
}

.priceDesc::before {
    content: '';
    /*color: rgb(34, 34, 34);*/
    color: rgb(150, 150, 150);
    color: red;
    height: 2px;

    display: block;
    /*background-color: rgb(34, 34, 34);*/
    /*background-color: red;*/
    margin-bottom: 20px;
    width: 90%;
    margin-left: 5%;

    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(128, 128, 128, 0.75), rgba(0, 0, 0, 0));

}

.bluecolor{
	color: #007bff;
}


/* /BOX PRICE */

/* ERROR LOG FULLSCREEN */
#fullscreenErrorLog{

	background: yellow;
	position: fixed;

	width: 100%;
	height: 100%;
	/*left: 2.5%;
	top: 2.5%;*/

	background-color: #444e;

	z-index: 998;
	display: none;

}

#btnCloseF{

	position: fixed;
	right: 2.5%;
	top: 0.75rem;

	color: #ccc;

	font-size: 2rem;
	z-index: 998;

}

#flTextarea{

	position: fixed;

	width: 95%;
	height: 90%;
	left: 2.5%;
	top: 7.5%;
	top: 3rem;

	background: white;
	border: 1px solid red;
	padding: 1rem;
	overflow: scroll;
}

/* /ERROR LOG FULLSCREEN */

.justify{
	text-align: justify;
}

blockquote{
	text-align: justify;
}












