/*
	Secure.css
	TemplateName: ObjectWeb-Base
	Copyright (c) 2009, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
	Note: CSS relativi alle pagine di Registrazione, Profilo, Cambio Password e Reset Password
*/



/* ... classi per profilo utente, registrazione, ecc.
------------------------------------------------------------------------------------- */
/*
fieldset {
	-moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border: 1px solid #CCC; 
   padding: 4px;
}

legend {
   color: #585858;
   margin-left: 7px;
   padding: 0 4px;
}

ul.command-listview {
   text-align: center;
	margin:0px;
	padding:0px;
	list-style-type:none;	
	height: 44px;
}

ul.command-listview li {
	margin-right: 10px;
	margin-top:5px;
	float:left;
	text-align: center;
 	list-style: none;
	border: none;
}

ul.command-listview li a.command-listview-selected,   
ul.command-listview li a:hover {   
   cursor: pointer;
   background-position: 0 -34px;
}

ul.command-listview li a{
   background: transparent url(/Resources/img/command.gif) no-repeat 0 0px;
   display:block;
	font-size:12px;
   list-style: none;
   width: 180px;
	height: 34px;
   color: #585858;
   outline: 0;
}
ul.command-listview li a span {
	display:inline;
   font-family: verdana;
   font-size: 12px;
   font-weight: bold;
   font-weight:normal;
}
ul.command-listview li a:hover span {
   color: #F00;
}
ul.command-listview li a,
ul.command-listview li a:hover {text-decoration: none}

div.formbox.simple-form {
  border: 1px solid #CECECE;
  background-color: White;
}
*/
/* ---------------------------------------------------------------------------------------------- */




/* Login
------------------------------------------------------------------------------------------------- */
div.login{
   width: 470px;
   display: block;
   padding: 0;
   margin: 40px auto;
   background-color: #FFF;
}

   div.login .header {
      border-top-left-radius: 5px;
      border-top-right-radius: 6px;
      text-align: center;
      background-color: #25476A;
      padding: 10px 0;
   }

div.login .header span {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
}

   div.login .content {
      border: solid 1px #DFDFDF;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 6px;
   }

div.login .content span.info {
	padding: 30px 0 20px;
	display: block;
	text-align: center;
	border: none;
	background: none;
	font-size: 22px;
}

div.login .content label {
   width: 140px;
   font-weight: bold;
}

div.login .content label.validation-error-label {
   width: auto;
   font-weight: normal;
}

div.login .content .buttons div {
   padding-top: 10px;
}

.login div.failure {
   color: #FFFFFF;
   background-color: #FF0000;
   font-weight: bold;
   text-align: center;
}

div.login .form-group {
	padding: 0 15px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Social Login
------------------------------------------------------------------------------------------------- */
.login .button.btn.btn-primary  {
   margin-bottom: 5px;
}

.login .content .buttons div.social-buttons {
   padding-top: 0;
}

.login .social-buttons .social-item a.btn-block {
   color: #ffffff;
   padding: 6px 12px;
}

.login .social-buttons .button:hover span {
    color: #ffffff;
}

.login .social-buttons .social-item .btn-social {
   background-image: none;
   display: block;
   line-height: 20px;
   margin: 0 auto;
   width: 190px;
}

.login .social-buttons .social-item .btn-social:hover {
   background-image: none;
   color: #ffffff;
}

.login .social-buttons .social-item .btn-social span.social-icon {
   background-repeat: no-repeat;
   display: block;
   float: left;
   height: 20px;
   margin-right: 5px;
   width: 20px;
}

.login .social-buttons .social-item .btn-facebook {
   background-color: #3b5998;
   border-color: #3b5998;
}

.login .social-buttons .social-item .btn-facebook:hover {
   background-color: #2d4373;
   border-color: #2d4373;
}

.login .social-buttons .social-item .btn-google {
   background-color: #dd4b39;
   border-color: #dd4b39;
}

.login .social-buttons .social-item .btn-google:hover {
   background-color: #c23321;
   border-color: #c23321;
}

.login .social-buttons .social-item .btn-windows {
   background-color: #2672ec;
   border-color: #2672ec;
}

.login .social-buttons .social-item .btn-windows:hover {
   background-color: #125acd;
   border-color: #125acd;
}

.login .social-buttons .social-item .btn-linkedIn {
   background-color: #007bb6;
   border-color: #007bb6;
}

.login .social-buttons .social-item .btn-linkedIn:hover {
   background-color: #005983;
   border-color: #005983;
}

.login .social-buttons .social-item .btn-facebook span.social-icon {
   background-image: url("Images/SecureFacebook.png");
}

.login .social-buttons .social-item .btn-google span.social-icon {
   background-image: url("Images/SecureGoogle.png");
}

.login .social-buttons .social-item .btn-windows span.social-icon {
   background-image: url("Images/SecureWindows.png");
}

.login .social-buttons .social-item .btn-linkedIn span.social-icon {
   background-image: url("Images/SecureLinkedIn.png");
}
/* ---------------------------------------------------------------------------------------------- */



/* Privacy
------------------------------------------------------------------------------------------------- */
div.privacy-acceptance span {
   padding-left: 20px;
   background: Transparent url("Images/SecureInfo.png") no-repeat top left;
}
/* ---------------------------------------------------------------------------------------------- */



/* Block user interface
------------------------------------------------------------------------------------------------- */
div.blockUI .loading-indicator {
   -moz-border-radius: 6px 6px 6px 6px;
   background: url("Images/SecureAjaxLoader.gif")  no-repeat scroll 50% 80% #FFFFFF;
	border: 2px solid #FF0000;
   color: #000000;
   font: bold 12px tahoma,arial,helvetica;
   height: 38px;
   margin: 0;
   padding: 10px 10px 5px;
   text-align: center;
}
/* ---------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------------------- */
/* Antispam (CAPTCHA)
------------------------------------------------------------------------------------------------- */
div.input-div.captcha img {
   margin-bottom: -15px;
}

div.input-div.captcha .icon.restore {
   background-image: url("Images/SecureCaptchaRegenerate.png");
   display: inline-block;
   height: 16px;
   width: 16px;
}

div.input-div.captcha label.validation-error-label {
    margin-top: 10px;
}
/* ---------------------------------------------------------------------------------------------- */
