/*
 *   LOGIN
 */
 

 

 #cmu-lostpassword .container-input,
 #cmu-register .container-input {
 	position:relative;
 }
     
  #cmu-lostpassword .container-input{
  	top:174px;
  	height:55px;
  }
  
  #cmu-register .container-input {
	 	top:257px;
	 	height:169px;
  }
 
 #cmu-register .container-input .separator {
 	display:block;
 	position:relative;
 	margin-top:55px;
 	width:290px;
 	height:1px;
 	float:right;
 	background-color:#d5d5d5;
 }
  
 
 .log-username-img {
 	display:block;
 	width:21px;
 	height:24px;
 	background-image:url(../images/username.png);
 }
 
 .log-email-img {
 	display:block;
 	width:25px;
 	height:18px;
 	background-image:url(../images/email.png);
 }
 
 .log-password-img {
 	display:block;
 	width:18px;
 	height:25px;
 	background-image:url(../images/password.png);
 }
 
 




#cmu-register {
 	position:relative;
 	margin:auto;
 	max-width: 306px;
}

#cmu-register.gray {
	opacity: 0.4;
	pointer-events: none;
}

#cmu-register #wp-continua,
#cmu-lostpassword #wp-submit-recover
{
	display:block;
	cursor:pointer;
}


#cmu-register #preview_photo_profile {
	border-radius: 50%;
	border: 2px solid #ffffff;
	width:94px;
	height:94px;
	display:block;
	background-size: cover; 
	background-position: 50%;
	background-image:url(../images/avatar.png);
}

#cmu-register  #preview_photo_profile span
{
	width:100%;
	text-align:center;
	color:#fff;
}

#photoprofile
{
	display:none;
}

/*placeholder*/
::-webkit-input-placeholder {
   color: #525252;
   font-size:20px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #525252;  
   font-size:20px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #525252;
   font-size:20px;  
}

:-ms-input-placeholder {  
   color: #525252;
   font-size:20px;  
}

.errore {

}

.successo {
} 
.successo span {
    display: table-cell;
    vertical-align: middle;
}

.log-check {
	pointer-events: none;
	height:17px;
	display:block;
	width: 100%;
	background-position: right 10px top;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: -43px;
}

.log-wrong
{
	background-image:url(../images/wrong.png);
}

.log-right
{
	background-image:url(../images/right.png);
}

.log-none
{
	background-image:none;
}


.loginloader
{
	display:block;
	width:24px;
	height:24px;
}

#wp-submit-undo
{
	display:table-cell;
	padding-right:20px;
 	width:200px;
 	height:58px;
 	margin:auto;
 }
 
 #wp-submit-edit
{
	display:table-cell;
	position:relative;
	padding-left:20px;
	margin:auto;

 	width:200px;
 	height:58px;
 	cursor:pointer;
}

#wp-submit-login .loginloader,
#wp-continua .loginloader,
#wp-submit-recover .loginloader,
#wp-submit-edit .loginloader
{
	display:none;
	position:absolute;
	right:-30px;
	top:10px;
}

#preview_photo_profile .loginloader
{
	display:none;
	position:absolute;
	left:38px;
	top:38px;
}

#upd-photo-profile-preview .loginloader
{
	display:none;
	position:absolute;
	left:82px;
	top:82px;
}

#loader .loginloader
{
	display:none;
	position:absolute;
	right:60px;
	bottom:12px;
}

.wp-return-to-login,
.wp-return-to-blog
{
	display:block;
	position:absolute;
	top:15px;
	left:0px;
	min-width:50px;
	min-height:24px;
	width:50px;
	height:24px;
	cursor:pointer;
	background-repeat:no-repeat;
	margin-left:8px;
	background-image:url(../images/back.png);
}

.wp-return-to-blog
{
	display:none;
}

#cmu-lostpassword
 {
 	display:none;
 	position:relative;
 	margin:auto;
 	width:496px;
 	height:369px;
 	margin-top:50px;
 	background-color:#ededed;
 	overflow:hidden;
 }
 
 #cmu-lostpassword .info
 {
  	display:block;
 	position:absolute;
 	width:496px;
 	height:30px;
 	top:137px;
 	left:0;
 	text-align:center;
 	color:#797979;
	font-size:14px;
 }
 
 
 #cmu-lostpassword #los-username
 {
 	position:absolute;
 	top:14px;
 	left:60px;
 }
 
 .mtd_social_other
 {
 	display:table;
 	position:absolute;
 	top:400px;
 	width:100%;
 	lefT:0;
 	float:left;
 	text-align:center;
 	vertical-align:middle;
 }
 
 .mtd_social_other .separator
 {
 	 display:table-cell;
 	 position:relative;
 	 float:left;
 	 height:1px;
 	 background-color:#cacaca;
 	 width:165px;
 	 vertical-align:middle;
 	 margin-top:8px;
 }
 
  .mtd_social_other .text
 {
 	vertical-align:middle;
 	display:table-cell;
 	 position:relative;
 	 float:left;
 	 width:166px;
 	 font-size:13px;
 	 color:#797979
 }
 
 /*popup invito ad iscriversi*/
 
  #cmu-preview
 {
 	display:none;
 	position:fixed;
 	margin:auto;
 	width:740px;
 	height:450px;
 	margin-left:-127px;
 	margin-top:50px;
 	overflow:hidden;
 	background-color:#ededed;
 	background-image:url(../images/preview.jpg);
 }
 
 #cmu-preview .close
 {
	display:block;
 	position:absolute;
 	width:15px;
 	height:16px; 
 	top:20px;
 	right:20px;
 	cursor:pointer;
 	background-image:url(../images/close.png);
 }
 
  #cmu-preview .text
 {
 	position:relative;
 	text-align:center;
 	width:100%;
 	color:white;
 	margin-top:60px;
 	font-size:36px;
 }
 
 #cmu-preview #wp-open-registrati,
 #cmu-preview #wp-open-login
 {
    border: 3px solid #FFF;
    display: block;
    position: absolute;
    top: 240px;
    left:50%;
    margin-left:-200px;
    border-radius: 40px;
    padding: 18px 0px;
    font-size: 29px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    max-width: 400px;
    width: 400px;
    background-color: rgba(255, 0, 128, 0.4);
    color: #FFF;
    cursor: pointer;
}

 #cmu-preview #wp-open-registrati:hover
 {
 	background-color: rgba(255, 0, 128, 0.7);
 }

 #cmu-preview #wp-open-login
 {
 	  top: 330px;
 	  background-color: transparent;
 	  background-color: rgba(255, 255, 255, 0.3);
 }
 
  #cmu-preview #wp-open-login:hover
 {
 	 background-color: rgba(255, 255, 255, 0.5);
 }
 
/*
 *  PRIVACY
 */
 .privacy-checkbox {
 	cursor:pointer;
 	width:25px;
 	height:25px;
 	border: 2px solid #E3E3E3;
 	background-position: center center;
 	background-repeat: no-repeat;
 	float: left;
 	margin-bottom: 20px;
 	margin-right: 15px;
 }
 
 .privacy-checkbox-checked {
 	background-image:url(../images/checkbox.svg);
 }
 
 .privacy-checkbox + label {
	 overflow: hidden;
	 display: block;
	 margin-bottom: 15px;
	 font-family: "Varela Round", sans-serif;
	 color: #585858;
	 line-height: 1.1em;
 }
 
 .privacy-checkbox + label a {
	 color: #585858;
 }
 
 /*
 *	LOADER
 */
 
 .loginloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}
.loginloader .thobbers_container {
  display: block;
  position: relative;
  width: 550px;
  height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f0f4f5;
}
.loginloader .thobbers_container ul.throbber_containers {
  display: block;
  position: relative;
  width: 300px;
}
.loginloader .thobbers_container ul.throbber_containers > li {
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 20px 0 20px 0;
}
.loginloader .thobbers_container ul.throbber_containers > li.throbbers_dark_bg {
  background: #363b4a;
}
.loginloader .thobbers_container ul.throbber_containers > li.throbbers_green_bg {
  background: #50b87f;
}
.loginloader .thobbers_container ul.throbber_containers > li > ul.throbbers_list {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  width: 80%;
  height: 80%;
  margin: 0 auto;
}
.loginloader .thobbers_container ul.throbber_containers > li > ul.throbbers_list > li {
  width: 45px;
  height: 70px;
  display: block;
  position: relative;
}
.loginloader .throbber {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loginloader .throbber:after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 1px solid #545a6a;
  border-bottom: 1px solid #d4d4db;
  border-left: 1px solid #545a6a;
  border-right: 1px solid #d4d4db;
  content: '';
  opacity: .5;
}

.loginloader .mint:after
{
	border-color: #00FD00 #00CA00 #00CA00 #00FD00;
}

.loginloader .throbber.throbber_large:after {
  width: 40px;
  height: 40px;
}
.loginloader .throbber.throbber_medium:after {
  width: 20px;
  height: 20px;
}
.loginloader .throbber.throbber_small:after {
  width: 10px;
  height: 10px;
}
.loginloader .throbber.throbber_green:after {
  opacity: 1;
  border-top: 1px solid #42a26e;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #42a26e;
  border-right: 1px solid #fff;
}
@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}


.ajax-file-upload-statusbar {
border: 0px solid #0ba1b5;
margin-top: 10px;
margin-right: 10px;
margin: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 5px;
display:none;
}
.ajax-file-upload-filename {
display:none;
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579
}
.ajax-file-upload-progress {
margin: 0 10px 5px 10px;
display:none;
position: relative;
width: 250px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block
}
.ajax-file-upload-bar {
background-color: #0ba1b5;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;
display:none;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
display:none;
}
.ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right:5px;
display:none;
}
.ajax-file-upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin-right:5px;
display:none;
}
.ajax-file-upload 
{
  width:120px;
  height:120px;
  margin:0;
  padding:0;
  display: block;
  background: #333;
  border: 0;
  color: #333;
  text-decoration: none;
  color: transparent;
  background: transparent;
  vertical-align:middle;  
  cursor:pointer;
  }
  
.ajax-file-upload:hover {

}

.ajax-upload-dragdrop
{
    border:0;
    color: #FFF;
    text-align:left;
    vertical-align:middle;
    padding:0;
}
.cmu_avatar {
	float: left;
}
.cmu_avatar + div {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.cmu_avatar + div a {
	float: none !important;
	font-size: 13px !important;
	margin-top: 18px !important;
	display: inline-block;
}
.ajax-upload-dragdrop.state-hover
{
    border: 2px solid #A5A5C7;
}
.ajax-file-upload-error {
    color: red;
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) 
{

 .wp-return-to-login,
 .wp-return-to-blog
 {
 	background-image:url(../images/back-retina.png);
	background-size: 50px 24px;
 }

 .log-username-img
 {
 	background-image:url(../images/username-retina.png);
	background-size: 21px 24px;
 }
 
 .log-email-img
 {
 	background-image:url(../images/email-retina.png);
	background-size: 25px 18px;
 }
 
  .log-password-img
 {
 	background-image:url(../images/password-retina.png);
	background-size: 18px 25px;
 }
 
 .log-wrong
 {
	background-image:url(../images/wrong-retina.png);
	background-size: 19px 17px;
 }

 .log-right
 {
	background-image:url(../images/right-retina.png);
	background-size: 19px 17px;
 }

 .mtd-login-header .logo
 {
	background-image:url(../images/logo-retina.png);
	background-size: 203px 28px;
 }
 

 #cmu-preview .close
 {
 	background-image:url(../images/close-retina.png);
 	background-size: 15px 16px;
 }
