﻿* {
	font-family: Rockwell;
}

.arrowBounce {
	-moz-animation: keyFrameBounce 2s infinite;
	-webkit-animation: keyFrameBounce 2s infinite;
	animation: keyFrameBounce 2s infinite;
}

@keyframes keyFrameBounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

 .blink{
	    animation: blinkingText 1.5s infinite;
    }
    @keyframes blinkingText{
    	0%{		color: #00CC00;	}
    	49%{	color: transparent;	}
    	50%{	color: transparent;	}
    	99%{	color: #00CC00;	}
    	100%{	color: #00CC00;	}
    }

.blinkRed {
	animation: blinkingTextRed 0.5s infinite;
}
	@keyframes blinkingTextRed{
		0%{		color: #ff0000;	}
		49%{	color: transparent;	}
		50%{	color: transparent;	}
		99% {	color: #ff0000; }
		100% {	color: #ff0000; }
	}

.GS-underlineGreen {
	background: radial-gradient(circle, rgba(0,163,53,1) 14%, rgba(255,255,255,0) 100%);
	background-size: 100% 2px;
	background-position: bottom 0 left 0,bottom 5px left 0;
	background-repeat: no-repeat;
}

.GS-underlineRed {
	background: radial-gradient(circle, rgba(255,102,97,1) 14%, rgba(255,255,255,0) 100%);
	background-size: 100% 2px;
	background-position: bottom 0 left 0,bottom 5px left 0;
	background-repeat: no-repeat;
}

.GS-underlineBlue {
	background: radial-gradient(circle, rgba(66,135,245,1) 14%, rgba(255,255,255,0) 100%);
	background-size: 100% 2px;
	background-position: bottom 0 left 0,bottom 5px left 0;
	background-repeat: no-repeat;
}

.GS-underlineYellow {
	background: radial-gradient(circle, rgba(233,240,175,1) 14%, rgba(255,255,255,0) 100%);
	background-size: 100% 2px;
	background-position: bottom 0 left 0,bottom 5px left 0;
	background-repeat: no-repeat;
}

.GS-underlinePink {
	background: radial-gradient(circle, rgba(255,135,253,1) 14%, rgba(255,255,255,0) 100%);
	background-size: 100% 2px;
	background-position: bottom 0 left 0,bottom 5px left 0;
	background-repeat: no-repeat;
}

.GS-button:hover {
	background: rgb(255,65,65);
	background: radial-gradient(circle, rgba(255,65,65,0.4472163865546218) 0%, rgba(255,255,255,0) 100%);
	cursor: pointer;
}

.GS-itemSearchActive {
	font-size: 15px;
	color: rgb(219, 9, 52) !important;
	/*	background-color: #4987eb!important;*/
	background-color: rgb(242, 242, 242) !important;
}

.GS-iconShadowBackground {
	background: rgb(10,10,10);
	background: radial-gradient(circle, rgba(10,10,10,0.4472163865546218) 0%, rgba(255,255,255,0) 100%);
}

.GS-backgroundTransparent{
	background-color: transparent!important;
}

.GS-backgroundSkin{
	/*background-color: rgba(242, 242, 242, 0.5)!important;*/
}

.mxc{
	margin-left: 2px;
	margin-right: 2px;
}
@media screen and (max-width: 370px) {
	.mxc {
		margin-left: 1px;
		margin-right: 1px;
		width:90px;
	}
}
@media screen and (min-width:371px) and (max-width: 400px) {
	.mxc {
		margin-left: 1px;
		margin-right: 1px;
		width: 96px;
	}
}
@media screen and (min-width: 401px) and (max-width: 450px) {
	.mxc {
		margin-left: 1px;
		margin-right: 1px;
		width: 105px;
	}
}
@media screen and (min-width: 451px) and (max-width: 575px) {
	.mxc {
		margin-left: 1px;
		margin-right: 1px;
		width: 120px;
	}
}

.paddingModal {
	padding-right: 35px;
}
@media screen and (max-width: 991px) {
	.paddingModal {
		padding-right: 25px;
	}
}
@media screen and (max-width: 910px) {
	.paddingModal {
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.paddingModal {
		padding-right: 0px;
	}
}

.cartCustom{
	color:darkorange;
	background-color:transparent;
	border:solid darkorange 1px;
}
	
.cartCustom:hover {
	color: black;
	background-color: darkorange;
}

.sizeLogo {
	width: 250px;
}

@media screen and ( max-width: 590px) {
	.sizeLogo {
		width: 200px;
	}
}
@media screen and ( max-width: 545px) {
	.sizeLogo {
		width: 150px;
		margin-bottom:10px !important;
		top:10px !important;
	}
}

.heightStat {
	min-height: 150px;
}

.modalFont {
	font-size: 15px;
	line-height: 11px;
}

@media screen and (max-width: 850px) {
	.modalFont {
		line-height: 13px;
	}
}

.imgModalRicerca{
	height:300px;
	width:300px;
}

@media screen and (max-width: 380px) {
	.imgModalRicerca {
		height: 150px;
		width: 150px;
	}
}
.fontCustom {
	font-size: 20px;
}

.fontTable{
	font-size:20px;
}

.fontTableAnalisi{
	font-size: 15px;
}

.fontWebLog{
	font-size:15px;
}

.fontFamilyCustom {
	font-family:Verdana;
}

.fontButton{
	font-size:18px;
}

.vhCustom{
	height:300px;
}
.widthC{
	width:99px;
}

.backgroundBtn{
	border:none;
	background-color:transparent;
	border-radius:10px;
}

.GS-buttonSelected {
	background: rgb(255,65,65);
	background: radial-gradient(circle, rgba(255,65,65,0.4472163865546218) 0%, rgba(255,255,255,0) 100%);
	cursor: pointer;
	border-radius: 10px;
}

.GS-YellowButtonSelected {
	background: rgb(255,65,65);
	background: radial-gradient(circle, rgb(255 195 0) 0%, rgba(255,255,255,0) 100%);
	cursor: pointer;
	border-radius: 10px;
}
.divPrimary{
	max-height:100px;
}

.fixedBottomCustom{
	position:fixed;
	bottom:20px;
	right:30px;
	z-index:1;
	background: rgb(255, 255, 255, 0.76);
	border-radius:10px;
	border:solid 1px darkgrey;		
	height:59px;
	min-width:115px;
}

.fixedtopCustom{
	position:fixed;
	right:20px;
	top:4px;
	z-index:1;
}

.correctDivCart{
	margin-right:1px;
}
@media screen and (min-width: 200px) {
	.correctDivCart {
		margin-right: 0px;
	}
}

@media screen and (min-width: 374px) {
	.correctDivCart {
		margin-right: 0px;
	}
}

@media screen and (min-width: 442px) {
	.correctDivCart {
		margin-right: 0px;
	}
}

@media screen and (min-width: 665px) {
	.correctDivCart {
		margin-right: 0px;
	}
}

@media screen and (min-width: 815px) {
	.correctDivCart {
		margin-right: 1px;
	}
}

@media screen and (min-width: 900px) {
	.correctDivCart {
		margin-right: 1px;
	}
}

@media screen and (min-width: 992px) {
	.correctDivCart {
		margin-right: 0px;
	}
}

.alert-infoCustom {
	background-color: rgb(233 254 254);
}

.alert-warningCustom {
	background-color: rgb(250 254 220);
}

.alert-dangerCustom {
	background-color: rgb(255 233 233);
}

.topC {
	bottom:20px;
	z-index:1;
}

.leftC {
	left:20px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 150px;
	z-index: 99;
	font-size: 10px;
	border: none;
	outline: none;
	/*background-color: red;*/
	background: rgb(128, 128, 128, 0.30);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	width: 40px;
	height: 50px;
}

	#myBtn:hover {
		background-color: rgb(219, 9, 52);
	}

