/* solo per login */

body {
	background-color: white;
}

.mycenterImage {
	max-width:100% !important;
	height:auto;
    display: block;
    margin: 0 auto;
}

.myrightImage {
	max-width:100% !important;
	height:auto;
    display: block;
    margin: 0 auto;
    float: right;
}

.bottombar {
    position: relative;
    left: 0;
    right: 0;
	bottom: -50px;
    width: 100%;
    text-align: center;
}

/*
.ui-widget, .ui-widget .ui-widget {
    font-size: 95% !important;
}
*/

img {
    max-width: 100%;
    height: auto;
}


.socialfb {
    width: 32px; /* Set this to icon width. */
    height: 32px; /* Set this to icon height. */
    background-image: url(/javax.faces.resource/images/social.png.xhtml);
    background-position: 0px 0px;
    margin-left: 10px;
    margin-right: 10px;
}
a.socialfb {
    display:block;
}
.socialtw {
    width: 32px; /* Set this to icon width. */
    height: 32px; /* Set this to icon height. */
    background-image: url(/javax.faces.resource/images/social.png.xhtml);
    background-position: 0px -40px;
    margin-right: 10px;
}
a.socialtw {
    display:block;
}
.socialin {
    width: 32px; /* Set this to icon width. */
    height: 32px; /* Set this to icon height. */
    background-image: url(/javax.faces.resource/images/social.png.xhtml);
    background-position: 0px -200px;
    margin-right: 10px;
}
a.socialin {
    display:block;
}

.bottonerosso {
    background-color: red !important;
    border-color: red !important;
    border-radius: 25px;
    height: 130%;
}
.bottonerosso:active {
    background-color: darkred !important;
    border-color: darkred !important;
    border-radius: 25px;
    height: 130%;
}

.bottoneverde {
    background-color: green !important;
    border-color: green !important;
    border-radius: 25px;
    height: 130%;
}
.bottoneverde:active {
    background-color: darkgreen !important;
    border-color: black !important;
    border-radius: 25px;
    height: 130%;
}

.bottonetondo {
    border-radius: 25px;
    height: 130%;
}

.verifypec {
    font-size: smaller;
    color: orange;
}
