﻿

body
{
    font-family: Tahoma;
    font-weight: normal;
    color: black;
}

.titoliNestle
{
	color: #1682ba; 
	text-shadow: 1px 1px 1px darkblue,1px 1px 5px darkgray;
	-webkit-font-smoothing: antialiased;
	font-size: 23px;
	font-weight: bold;
}

.div-centrato
{
    position: absolute; /*top: 50%;*/
    left: 50%; /*margin-top: -472px;*/
    margin-left: -512px;
    width: 1024px;
    height: 945px; /*border-radius: 10px 10px 10px 10px;     border: solid 2px rgba(25,38,34,1);     box-shadow: rgba(59,59,59,1) 0px 0px 25px;*/
}

.BordoTesto
{
    text-shadow: /* first layer at 1px */ -1px -1px 0px rgba(25,38,34,1), 0px -1px 0px rgba(25,38,34,1), 1px -1px 0px rgba(25,38,34,1), -1px 0px 0px rgba(25,38,34,1), 1px 0px 0px rgba(25,38,34,1), -1px 1px 0px rgba(25,38,34,1), 0px 1px 0px rgba(25,38,34,1), 1px 1px 0px rgba(25,38,34,1), /* second layer at 2px */ -2px -2px 0px rgba(25,38,34,1), -1px -2px 0px rgba(25,38,34,1), 0px -2px 0px rgba(25,38,34,1), 1px -2px 0px rgba(25,38,34,1), 2px -2px 0px rgba(25,38,34,1), 2px -1px 0px rgba(25,38,34,1), 2px 0px 0px rgba(25,38,34,1), 2px 1px 0px rgba(25,38,34,1), 2px 2px 0px rgba(25,38,34,1), 1px 2px 0px rgba(25,38,34,1), 0px 2px 0px rgba(25,38,34,1), -1px 2px 0px rgba(25,38,34,1), -2px 2px 0px rgba(25,38,34,1), -2px 1px 0px rgba(25,38,34,1), -2px 0px 0px rgba(25,38,34,1), -2px -1px 0px rgba(25,38,34,1),5px 5px 5px rgba(59,59,59,1);
}

.OmbraTesto
{
    /*text-shadow: rgba(59,59,59,1) 2px 2px 7px;*/
    text-shadow: rgba(227,240,216,1) 2px 2px 7px;
}

.BordiTxt
{
    border: solid 2px rgba(57,76,70,1);
    border-radius: 5px 5px 5px 5px;
    padding-right: 2px;
}

.AllineaDestra
{
    text-align: right;
}

.Ruota
{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
}

.btn2
{
    background-color: rgba(25,38,34,1);
    border: solid 0.5px rgba(59,59,59,1);
    border-radius: 35px 35px 35px 35px;
    color: rgba(227,240,216,1);
    cursor: pointer;
    box-shadow: 2px 2px 3px 0 black;
    text-shadow: rgba(0,0,0,1) 2px 2px 5px;
}
.btn2:hover
{
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
}
.btnMenu
{
    background-color: rgba(1,111,69,1);
    border: none;
    border-left: solid 1px rgba(25,38,34,1);
    color: rgba(227,240,216,1);
    cursor: pointer; /*box-shadow: 2px 2px 3px 0 black;*/
    text-shadow: rgba(0,0,0,1) 2px 2px 5px;
}
.btnMenu:hover
{
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
}


.Bolla
{
     outline: none;
   
}

.txt
{
position:absolute;
font-size:16px;
border-radius:5px;
background-color:transparent;
color:rgb(180,0,0);
padding:5px;
background-color: transparent;
    border: 0px solid;
}

.lbl
{
position:absolute;
font-family: Tahoma;
font-size:15px;
font-weight:lighter;
border: none;
border-radius:5px;
background-color:transparent;
color:rgb(0,0,0);
padding:5px;
}

.lblErrore
{
position:absolute;
font-family: Tahoma;
font-size:13px;
font-weight:bold;
border: none;
border-radius:5px;
background-color:transparent;
color:rgb(255,0,0);
padding:5px;
}



.img:hover
{
    opacity: 0.4;
    outline: none;
}

	.checkboxFive {width: 25px; margin: 5px 5px; position: absolute;left:500px}
	.checkboxFive label{ cursor: pointer;position: absolute; width: 25px;height: 25px;top: 0;left: 0; background: rgb(39,84,126);border: 1px solid rgb(39,84,126);}
	.checkboxFive label:after{opacity: 0.2;content: '';position: absolute;width: 12px;height: 7px;background: trasparent;top:5px;
			left: 5px;border: 3px solid white;border-top: none;border-right: none; -webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);  }
	.checkboxFive label:hover::after{opacity: 0.2;}
	.checkboxFive input[type='checkbox']:checked + label:after{opacity: 1;}


	   .checkboxFiveMob {width: 20px; margin: 3px 3px; position: absolute;left:500px}
	.checkboxFiveMob label{ cursor: pointer;position: absolute; width: 25px;height: 25px;top: 0;left: 0; background: rgb(255,0,0);border: 1px solid rgb(39,84,126);}
	.checkboxFiveMob label:after{opacity: 0.2;content: '';position: absolute;width: 12px;height: 7px;background: trasparent;top:5px;
			left: 5px;border: 3px solid white;border-top: none;border-right: none; -webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);  }
	.checkboxFiveMob label:hover::after{opacity: 0.2;}
	.checkboxFiveMob input[type='checkbox']:checked + label:after{opacity: 1;}
	
	
	
	.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:black;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:white;
}