.profile-box {
	display:block;
	width:100%;
	margin-bottom:40px;
}

.profile-box h1 {
	font-family: 'Annie Use Your Telescope', cursive;
	font-weight:bold;
    letter-spacing: 0.1em;
	font-size: 1.6em;
    padding-bottom: 20px;
	text-transform:uppercase;
	color: #21a1a5;
	border-bottom: dashed 1px #ccc;
}

.myeduspace-menu {
	float: left;
    margin-bottom: 40px;
    width: 100%;
    border-bottom:solid 1px #ccc;
}

.myeduspace-menu li{
	width:33.33%;
	float:left;
}

.myeduspace-menu li a{
	color:#aaa;
	text-align:center;
	border-bottom:solid 5px #fff;
	display:block;
	width:100%;
	padding:10px 20px 10px;
	font-size:0.9em;
}

.myeduspace-menu li a:hover {
	color: #ebebeb;
}

.myeduspace-menu li a.active{
	border-bottom:solid 5px #ccc;
}

.profile-box p {
	font-size:0.9em;
}

.profile-box p span{
	font-size:0.8em;
	color:#ccc;
	font-family: 'Roboto Slab', serif;
	font-weight:bold;
	margin-right:10px;
}

.profile-box hr{
	border-bottom: dashed 1px #ccc !important;
	width:100%;
}

.profile-box .button{
	display:inline-block;
	margin-right:20px;
	margin-bottom:20px;
}

.profile-box .button.grey{
	background-color:#ccc;
}

.profile-box .button.grey:hover, .profile-box .button.grey:focus {
	background-color:#ddd;
}

.profile-box .edit-box {
	display:block;
	position:relative;
}

.profile-box .edit-type {
	margin-bottom:20px;
	width:100%;
	float:left;
}

.profile-box .edit-type span.title {
	display:block;
	margin-bottom:10px;
	font-size:0.8em;
	color:#ccc;
	font-family: 'Roboto Slab', serif;
}

/* radio button */
.profile-box .edit-type input {
	width:auto;
	display:none;
}

.profile-box .edit-type label{
	position: relative;
	color: #999;
	background-color: #f2f2f2;
	display: inline-block;
	cursor: pointer;	
	font-size: 0.9em;
    cursor: pointer;
    padding: 0 20px;
    height: 50px;
	line-height: 50px;
	font-family: 'Roboto', sans-serif;
	margin:0 20px 0px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.profile-box .edit-type input:checked + label {
	background-color: #ffd33c;
	color:#333;
}
/* fine radio button */

.profile-box .input-block{
	margin-bottom:20px;
	width:50%;
	float:left;
	padding: 0 10px;
}

/*.profile-box .input-block:nth-child(even) {
    padding-right:10px;
}

.profile-box .input-block:nth-child(odd) {
    padding-left:10px;
}*/

.profile-box label {
	display:block;
	margin-bottom:10px;
	font-size:0.8em;
	color:#ccc;
	font-family: 'Roboto Slab', serif;
}

.profile-box input, .profile-box select {
	display:block;
	width: 100%;
	margin-bottom:20px;
}

.profile-box .alert {
    padding: 20px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 0.9em;
	text-align:center;
    background-color: #FF7260;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	float: left;
}

.profile-box .success, .profile-box .successo_msg {
	background-color: #77BED2;
	padding: 20px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 0.9em;
	text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	float: left;
}

.privacy-conditions {
    display: inline-block;
    width: 100%;
}

.privacy-conditions a {
    color: #333;
    font-weight: bold;
}

.privacy-conditions p {
    margin-bottom: 10px;
}

.privacy-conditions .option {
    display: flex;
    /* font-size: 120%; */
    margin-bottom: 20px;
    align-items: center;
}

.privacy-conditions .check {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: #ebebeb;
    outline: none;
    margin: 0 15px 0 0;
    padding: 0;
    min-width: 18px;
	border: 0;
}

.privacy-conditions .check:checked {
	background-image: url(../img/icon-check.svg);
	background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
}

.privacy-conditions label {
	text-transform: none;
    color: #333;
    font-size: 0.85em;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    flex: 1 0;
}

/* DOCS*/
.profile-box .docs li {
	display:block;
	padding:10px;
	padding-right: 130px;
	width:100%;
	position:relative;
	margin-bottom: 2px;
    background-color: #f4f4f4;
}

.profile-box .docs li:hover {
	background-color: #f9f9f9;
}

.profile-box .docs li:first-child {
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.profile-box .docs li:last-child {
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.profile-box .docs li time {
	display:block;
	width:100%;
	font-size:0.9em;
}

.profile-box .docs li title {
	display:block;
	width:100%;
	font-family: 'Roboto Slab', serif;
    font-size: 1.0em;
	font-weight:bold;
	padding-right:45px;
}

.profile-box .docs li a {
	color:#333;
}

.profile-box .docs li a:hover {
	color:#999;
}

.profile-box .docs a.download {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-20px;
	background-color: #21a1a5;
	color:#fff;
	padding:0px 10px 0px 36px;
	background-image: url(../img/icon-download.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-family: 'Annie Use Your Telescope', cursive;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	line-height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.profile-box .docs a.download:hover {
	background-color:#2FB2B2;
	color:#fff;
}

.profile-box .copyright {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.profile-box .copyright img {
	width: 36px;
	margin-right: 20px;
}

.profile-box .copyright p{
	flex: 1 0;
	margin-bottom: 0;
}

/* login */
.loginarea.sx {
	float:left;
    background-color: #f4f4f4;
    padding: 20px 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	font-family: 'Roboto Slab', serif;
}

.loginarea.dx {
	float:right;
}

.loginarea {
	width:580px;
	margin-bottom:20px;
}

.loginarea h1 {
	font-family: 'Annie Use Your Telescope', cursive;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-size: 1.6em;
    margin-bottom: 20px;
    border: 0 none;
    border-bottom: dashed 1px #ccc;
}

.loginarea h2 {
	font-size:1.2em;
	border-bottom: dashed 1px #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}

.loginarea a {
	color: #333;
	font-weight: bold;
}

.loginarea a:hover {
	opacity: 0.8;
}

.loginarea input {
	margin-bottom:20px;
}

.loginarea .login-actions {
	display: inline-block;
	float: left;
}

.loginarea .forget-password {
	display:block;
	color:#21A1A5;
	font-size:0.9em;
	line-height: 25px;
}

.loginarea .forget-password:hover {
	text-decoration:underline;
}

.recupero-dati {
	display:block;
}

.loginarea a.button {
	color:#fff;
} 


/* cart reminder */
.cart-reminder {
	display: block;
    margin-bottom: 20px;
    background-image: url(../img/pattern-hand-strokes-header.svg);
    background-size: 94px 94px;
    background-repeat: repeat;
    background-color: #f4f4f4;
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align: center;
}

.cart-reminder .title {
	font-family: 'Annie Use Your Telescope', cursive;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-size: 1.3em;
    margin-bottom: 10px;
	display: block;
}

.cart-reminder p {
	display: block;
	font-size: 0.9em;
}

.cart-reminder .button {
	display: inline-block;
}


/* RESPONSIVE */
@media only screen and (max-width: 1280px) {
	.loginarea {
		width:47.5%;
	}
}

@media only screen and (max-width: 1080px) {
	
}

@media only screen and (max-width: 992px) {
	.profile-box .input-block{
		width:100%;
		padding:0 !important;
	}
	
	.loginarea {
		width:100%;
	}
}


@media only screen and (max-width: 768px) {
	.profile-box .docs li title {
		font-size: 0.9em;
	}
	
	.loginarea .forget-password {
		font-size:0.8em;
	}
}

@media only screen and (max-width: 480px) {
	.loginarea .forget-password {
		font-size:0.7em;
		font-weight: normal;
	}
	
	.myeduspace-menu li a {
		font-size: 0.8em;
	}
	
	.profile-box .docs li {
		padding-right: 10px;	
	}
	
	.profile-box .docs {
		text-align:center;
	}
	
	.profile-box .docs li time {
		text-align: center;
	}
    
    .profile-box .docs li span {
        display: block;
        margin-bottom: 10px;
    }
	
	.profile-box .docs li a {
		margin-bottom: 15px;
		display: block;
		text-align: left;
	}
	
	.profile-box .docs a.download {
		position: relative;
		margin-top: 0;
		right: auto;
		left: auto;
		display: inline-block;
		margin-bottom: 5px;
		transition: all ease 0.2s;
	}
}