/*
	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
*/



/* Login
------------------------------------------------------------------------------------------------- */
.login .ow-container.keep-login {
   text-align: left;
}

.login .ow-container.keep-login input, .login .ow-container.keep-login span {
   display: inline;
   float: left;
   margin-left: 0;
}

div.login .content label.validation-error-label {
   width: auto;
   font-weight: normal;
}

.login div.failure {
   color: #FFFFFF;
   background-color: #FF0000;
   font-weight: bold;
   text-align: center;
}
/* ---------------------------------------------------------------------------------------------- */



/* Custom Login
------------------------------------------------------------------------------------------------- */
.section.login .keep-login:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.section.login .inputbox.vertical .keep-login label {
    display: none;
}

.section.login .register .form-group {
    margin-bottom: 0;
}

.section.login .logout .user-profile {
    font-weight: bold;
}

.section.login .logout .logout {
    margin-top: 10px;
}

.section.login .logout .logout a:before {
    content: "< ";
}
/* ---------------------------------------------------------------------------------------------- */



/* Social Login
------------------------------------------------------------------------------------------------- */
.login .social-buttons {
   margin-left: 25%;
   width: 50%;
}

@media(max-width: 978px){

   .login .social-buttons {
      margin-left: 5%;
      width: 90%;
   }
   
   .login .col-sm-12,
   .login .col-sm-6,
   .login .col-xs-12 {
      padding: 0;
   }
   
}

.login .button.btn.btn-primary  {
   margin-bottom: 5px;
}

.login .social-buttons .social-item .btn-social.btn-block {
   color: #ffffff;
   background-image: none;
   line-height: 20px;
   margin: 5px 0;
   padding: 6px 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* Registration
------------------------------------------------------------------------------------------------- */
.full-registration .list-command span {
   height: 32px;
   padding-top: 10px;
   display: block;
   font-weight: bold;
   background-position: 3px top;
   background-repeat:  no-repeat;
   padding-left: 40px;
}

.full-registration .list-command a.private span {
   background-image: url("Images/SecureRegistrationPrivate.png");
}

.full-registration .list-command a.freelance span {
   background-image: url("Images/SecureRegistrationFreelance.png");
}

.full-registration .list-command a.company span {
   background-image: url("Images/SecureRegistrationCompany.png");
}

.full-registration .fiscal-code.form-group .input-div {
  position: relative;
}

.full-registration .fiscal-code.form-group .input-div a {
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 6px;
}
/* ---------------------------------------------------------------------------------------------- */



/* 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 {
   background: url("Images/SecureAjaxLoader.gif")  no-repeat scroll 50% 50%;
   height: 48px;
}
div.blockUI.blockOverlay {
    background-color: rgba(0,0,0,0.4) !important;
}
/* ---------------------------------------------------------------------------------------------- */



/* Antispam (CAPTCHA)
------------------------------------------------------------------------------------------------- */
div.input-div.captcha .icon.restore {
   background-image: url("Images/SecureCaptchaRegenerate.png");
   background-repeat:  no-repeat;
   cursor: pointer;
   display: inline-block;
   height: 16px;
   width: 16px;
}

div.input-div.captcha label.validation-error-label {
    background-position: left center;
    margin-top: 10px;
}

.captcha #captchaInputText{
      margin-bottom: 10px;
   }

@media (min-width: 992px){

   .captcha #captchaInputText {
     float: left;
     margin-bottom: 0;
	  width: 50%;
   }
   
   .input-div.captcha label.validation-error-label {
	  width: 49%;
   }
   
   .captcha .img-capthca{
	  float: left;
	  margin: 0 5px;
   }

}
/* ---------------------------------------------------------------------------------------------- */
