@CHARSET "UTF-8";

#content_area .abbonamenti_row {
	position: relative;
	margin: 0;
	padding: 0;
	
	height: 0%;
	
	overflow: hidden;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

#content_area .abbonamenti_row .legend {
	position: relative;
	margin: 0;
	padding: 0px 10px;
	
	width: 100%;
	height: 40px;
	line-height: 40px;
	
	font-size: 1.3em;
	font-weight: bold;
}

#content_area .abbonamenti_row .servizi {
	position: absolute;
	top: 45px;
	bottom: 5px;
	left: 0;
	
	width: 25%;
	
	overflow: hidden;
}

#content_area .abbonamenti_row .abbonamenti {
	position: absolute;
	top: 45px;
	right: 0;
	bottom: 5px;
	
	width: 70%;
	
	border-left: solid 1px;
}

#content_area .abbonamenti_row .servizi span,
#content_area .abbonamenti_row .abbonamenti span {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	
	width: 100%;
	height: 30px;
	
	line-height: 30px;
	font-weight: bold;
}

#content_area .abbonamenti_row .abbonamenti .header_div {
	position: absolute;
	top: 0;
	right: 0;
	left: calc(30% - 1px);
	
	height: 30px;
	
	text-align: center;
}

#content_area .gestione_right_side,
#content_area .gestione_left_side {
	position: absolute;
	top: 0;
	bottom: 0;
}

#content_area .gestione_left_side {
	left: 0;
	
	width: 40%;
	
	border-right: solid 1px;
	
	overflow: auto;
}

#content_area .gestione_right_side {
	left: 41%;
	right: 0;
}

/*#content_area .gestione_left_side img {
	position: absolute;
	top: 0;
	left: 0;
	
	border-bottom: solid 1px;
}*/

#content_area .gestione_left_side .titolino,
#content_area .gestione_right_side .titolino {
	position: relative;
	padding: 0 0 0 10px;
	
	height: 40px;
	
	line-height: 40px;
	font-weight: bold;
	
	border-bottom: solid 1px;
}

#content_area .gestione_left_side .line_break {
	margin: 15px 0 0 0;
}

#content_area .gestione_left_side .user_info {
	position: relative;
	margin: 0;
}

#content_area .gestione_left_side .user_info .label,
#content_area .gestione_left_side .user_info .value {
	position: relative;
	margin: 0 0 0 10px;
	
	height: 25px;
	line-height: 25px;
}

#content_area .gestione_left_side .user_info .label {
	margin-top: 10px;
	
	font-weight: normal;
}

#content_area .gestione_left_side .user_info .value {
	font-weight: bold;
}

#content_area .gestione_right_side .titolino .action {
	position: relative;
	width: 32%;
	height: inherit;
	
	line-height: inherit;
	text-align: center;
	
	display: inline-block;
	vertical-align: top;
	
	cursor: pointer;
	
	overflow: hidden;
}

#content_area .gestione_right_side .titolino .action:nth-child(2) {
	border: solid 1px;
	border-top: none;
	border-bottom: none;
}

#content_area .gestione_right_side .sezione {
	position: relative;
	
	margin: 20px 0 0 0;
}

#content_area .gestione_right_side .sezione form {
	height: 270px;
	padding: 0 0 0 10px;
	
	border-bottom: solid 2px;
}

#content_area .gestione_right_side .sezione form input {
	width: 60%;
}
