﻿.btnAccessoLeft
{
	color:#fff!important;
	background-color:#a21d49!important;
	border-radius: 8px;
	border: 2px solid #8d0633;
	text-align: left;
	font-size: 16pt;
	padding: 16px 16px 16px 80px;
	width: 310px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	background-image: url(../Img/icons/icoButtonBackward.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}

.btnAccessoLeft:hover
{
    background-color:#8d0633!important;
    box-shadow:5px 5px 10px grey;
    background-position: 5px center;
    transition: all 0.5s;
}		

.btnAccessoLeft:not(hover)
{
    background-position: 30px center;
    transition: all 0.5s;
}

		
.btnAccessoRight
{
	color:#fff!important;
	background-color:#a21d49!important;
	border-radius: 8px;
	border: 2px solid #670425;
	text-align: left;
	font-size: 16pt;
	padding: 16px 16px 16px 80px;
	width: 310px;
	cursor: pointer;
	margin: 5px;
    background-image: url(../Img/icons/icoButtonForward.png);
    background-repeat: no-repeat;
    background-position: 230px center;		
}		
	
.btnAccessoRight:hover
{
    background-color:#8d0633!important;
    box-shadow:5px 5px 10px grey;
    background-position: 270px center;
    transition: all 0.5s;
}		

.btnAccessoRight:not(hover)
{
    background-position: 230px center;
    transition: all 0.5s;
}

.btnAccessoReset
{
	color:#fff!important;
	background-color:#a21d49!important;
	border-radius: 8px;
	border: 2px solid #8d0633;
	text-align: left;
	font-size: 16pt;
	padding: 16px 16px 16px 65px;
	width: 200px;
    background-image: url(../Img/icons/icoButtonAnnulla.png);
    background-repeat: no-repeat;
    background-position: 15px center;		
	cursor: pointer;
	margin: 5px;
	margin-top:25px;
}

.btnAccessoReset:hover
{
    background-color:#8d0633!important;
    box-shadow:5px 5px 10px grey;
}

.btnRilStartContributo
{
	color:#fff!important;
	background-color:#a21d49!important;
	border-radius: 8px;
	border: 2px solid #8d0633;
	text-align: left;
	font-size: 16pt;
	padding: 18px 16px 16px 20px;
    background-image: url(../Img/icons/icoButtonForward.png);
    background-repeat: no-repeat;
    background-position: 260px center;		
	cursor: pointer;
	margin: 5px;
	margin-top:25px;
}

.btnRilStartContributo:hover
{
    background-color:#8d0633!important;
    box-shadow:5px 5px 10px grey;
    background-position: 280px center;
    transition: all 0.5s;
}

.btnRilStartContributo:not(hover)
{
    background-position: 260px center;
    transition: all 0.5s;
}


.btnRilStartRitrattamento
{
	color:#fff!important;
	background-color:#a21d49!important;
	border-radius: 8px;
	border: 2px solid #8d0633;
	text-align: left;
	font-size: 16pt;
	padding: 18px 16px 16px 50px;
	width: 200px;
    background-image: url(../Img/icons/icoButtonForward.png);
    background-repeat: no-repeat;
    background-position: 180px center;		
	cursor: pointer;
	margin: 5px;
	margin-top:25px;
}

.btnRilStartRitrattamento:hover
{
    background-color:#8d0633!important;
    box-shadow:5px 5px 10px grey;
    background-position: 200px center;
    transition: all 0.5s;
}

.btnRilStartRitrattamento:not(hover)
{
    background-position: 180px center;
    transition: all 0.5s;
}

.btnMessageBox
{
	color:#fff!important;
	background-color:#a21d49!important;
	border-radius: 8px;
	border: 2px solid #8d0633;
	text-align: center;
	font-size: 16pt;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
}

.btnMessageBox:hover
{
    background-color:#8d0633!important;
    box-shadow:5px 5px 10px grey;
}

.btnRil
{
	color:#fff!important;
	background-color:#a21d49!important;
	border-radius: 5px;
	border: 2px solid #8d0633;
	text-align: center;
	font-size: 12pt;
	padding: 8px 8px 8px 8px;
	cursor: pointer;
	text-decoration:none;
}

.btnRil:hover
{
    background-color:#8d0633!important;
    box-shadow:5px 5px 10px grey;
}

.btnRilGrid
{
	color:#fff!important;
	background-color:#a21d49!important;
	border-radius: 5px;
	border: 2px solid #8d0633;
	text-align: center;
	font-size: 10pt;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	text-decoration:none;
}

.btnRilGrid:hover
{
    background-color:#8d0633!important;
    box-shadow:2px 2px 5px grey;
}

.btnRilGridLink
{
	color:#1029CB!important;
	background-color:transparent!important;
	border-radius: 5px;
	border: 0px;
	text-align: center;
	font-size: 10pt;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	text-decoration:underline;
}

/*.btnRilGridLink:hover
{
    background-color:#8d0633!important;
    box-shadow:2px 2px 5px grey;
}*/

.cmbRil
{
	border: 1px solid #404040;
	border-radius: 4px;
}

.cmbRil:hover
{
	border: 2px solid #404040;
	border-radius: 4px;
	cursor: pointer;
}

.cmbRil:focus
{
	border: 2px solid #404040;
	border-radius: 4px;
}

.txtRil
{
	border: 1px solid #404040;
	border-radius: 4px;
}

.txtRil:hover
{
	border: 2px solid #404040;
	border-radius: 4px;
}

.txtRil:focus
{
	background-color:#FFEFC2!important;
}