@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	*behavior: url('../js/boxsizing.htc');
}
html, body {color: #333; font-family: 'Roboto',Verdana, Geneva, sans-serif; height: 100%;}
body{ font-size:100%; overflow-x: hidden; }

/* reset html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
img { width:100%; max-width:100%; }
a{
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: none;
	position: static;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a img { border:none }
ul{ list-style-type: none; }
hr{
	position: relative;
	display: block;
	border: none;
	border-top: 1px solid #de0003;
	margin-top: 10px;
	width: 5%;
	margin: 20px auto;
}
.clearFloat {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
.alpha{
	/*Trasperenza cross browser*/
	opacity: .8; filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.overlay{
	background:#000;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
	cursor:pointer;
	/*Trasperenza cross browser*/
	opacity: .85; filter: alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	display: none;
}
.alert_msg{
	background-color: #52b3d9;
	color:#FFF;
	padding: 20px;
	border-top: dashed 2px #CCC;
	border-bottom: dashed 2px #CCC;
}
.alert_msg ul, .alert_msg ol{
	padding-left: 20px;
}
.main_wrapper{
	width:100%;
	margin:0 auto;
	height: 100%;
}

.info_msg{
	width: 100%;
	padding: 10px;
	border:dashed 1px #52b3d9;
	color:#52b3d9;
}
.side_sx{
	height: 100%;
	position: relative;
	
}
.mxvs_toolbar{
	width: 100%;
	background-color: #52b3d9;
	padding: 10px;
	color:#FFF;
}
.toolbar_action_icon{
	direction: rtl;
}
.toolbar_action_icon li{
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	line-height: 16px;
}
.toolbar_action_icon li a:hover i{
	color:#CCC;
}

.side_sx .sx_top{
	height: calc(50% - 20px);
	overflow: auto;
	border-bottom:solid 1px #CCC;
	padding: 10px;
}
.side_sx .news_list_wrapper{
	width: 50%;
	float:left; 
	height: 100%;
	overflow: auto;
	position: relative;
	padding-top: 0px;
}
.side_sx .news_list{
	height: 100%;
	overflow: auto;	
}
.side_sx .news_list.news_soci{
	padding-right: 20px;
}
.side_sx .news_list.news_segreteria{
	border-left: solid 2px #52b3d9;
	padding-left: 20px;
}
.side_sx .sx_top li{
	padding: 5px 0;
	border-bottom:dashed 1px #CCC;
	cursor: pointer; 	
	webkit-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	position: relative;
	
}
.side_sx .sx_top li:hover{
	background-color: #E4F1FE;
}
.sx_top .news_user_pic{
	width: 60px;
	height: 60px;
	float: left;
	border: solid 1px #E7E7E7;
	padding: 2px;
}
.sx_top .news_detail{
	float: left;
	width: calc(100% - 100px);
}
.sx_top .news_title{
	text-transform: uppercase;
	color:#999;
	padding-left: 40px;
	position: relative;
}
.sx_top .news_title i{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 10px;
}
.sx_top .news_user_name{
	color:#52b3d9;
	font-size: 13px;
	font-style: italic;
	padding-left: 40px;
}
.sx_top .news_date{
	font-size: 14px;
	color:#CCC;
	padding-left: 40px;
}
.side_sx .sx_top li .news_action{
	position: absolute;
	width: 95px;
	height: 30px;
	right: 0;
	top: 50%;
	margin-top: -15px;
	direction: rtl;
	display: none;
}
.side_sx .sx_top li.my_news:hover .news_action{
	display: block;
}
.side_sx .sx_top li.my_news:hover .news_action ul{
	padding-right: 20px;
}
.side_sx .sx_top li .news_action li{
	display: inline-block;
	line-height: 30px;
	margin-left: 10px;
	border: none;
}
.side_sx .sx_top li .news_action li a i{
	color: #CCC;
}
.side_sx .sx_top li .news_action li a:hover i{
	color: #52b3d9;
}
/* side sx bottom */
.side_sx .sx_bottom{	
	border-top: solid 1px #E7E7e7;
	padding: 10px;
	position: relative;
	
}
.news_detail .news_detail_top{
	padding: 10px;
	background-color: #F3F3F3;
	border-bottom: solid 1px #52b3d9;
}
.news_detail .news_detail_top .news_detail_user_pic{
	width: 100px;
	height: 100px;
	overflow: hidden;
	padding: 5px;
	border: solid 1px #E7E7E7;
	float: left;
	margin-right: 20px;
}
.news_detail .news_detail_top .news_detail_main_info{
	float: left;
}
.news_detail_title{
	text-transform: uppercase;
	font-weight: 600;
	color:#999;
}
.news_detail_date{
	font-size: 13px;
	color: #999;
	font-weight: 500;
	margin: 20px 0 5px;
}
.news_detail_user_company{
	font-size: 14px;
	color:#999;
	color:#52b3d9;
}
.news_detail_body{
	padding: 50px 10px;
}
.news_detail_titoletto{
	font-weight: 600;
	color: #999;
	font-size: 20px;
	margin-bottom: 20px;
}
.news_detail_description{
	line-height: 20px;
}
.news_detail_item_pic{
	border: solid 1px #CCC;
	padding: 5px;
	max-width: 350px;
	margin-top: 20px;
}
/* side sx bottom !*/

/* side dx */
.side_dx{
	height: auto;
	background-color: #F9F9F9;
	-webkit-box-shadow: 1px 0 0 #f0f0f2 inset;
	border-left: solid 1px #CCC;
}

.side_dx h1{
	background-color: #52b3d9;
	display: block;
	font-size: 16px;
	padding: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
}
.users_list_wrapper{
	height: 100%;
	position: relative;
}
.side_dx .users_list_wrapper li{
	border-bottom: solid 1px #E7E7E7;
	padding: 15px 5px 5px ;
	display: block;
	
}
.side_dx .users_list_wrapper li:hover{
	background-color:#E9E9E9; 
}
.hidden_info{
	display: none;
}

.company_name{
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 12px;
}
.skype_btn{
	float: left;
	width: 140px;
	height: 30px;
	cursor: pointer;
}
.user_tooltip{
	position: absolute;
	padding: 20px;
	background-color: #FFF;
	border:#CCC;
	width: 350px;
	top: 0;
	right:280px;
	z-index: 100000;
	background-color: #FFF;
	border: solid 1px #52b3d9;
	display: none;
}
.user_tooltip .user_tltp_close{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 5px;
	top: 5px;
	color:#52b3d9;
	border: solid 1px #CCC;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.user_tltp_sx {
	width: 100px;
	height: 100px;
	float: left;
}
.user_tltp_sx .user_tltp_pic{
	border: solid 1px #CCC;
	padding: 5px;
}
.user_tltp_dx {
	width: 200px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
}
.user_tltp_dx > div{
	border-bottom:dashed 1px #CCC;
	padding: 5px 0;
}
.user_tltp_arrow {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #52b3d9;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 20px;
}
.special_contacts{
	background-color: #E4F1FE;
	color :#52b3d9;
}
.special_contacts .special_name{
	float: left;
	width: 150px;
	cursor: pointer;
	font-size: 13px;
}
.mail_address{
	float: left;
	margin: 0 10px;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}
.mail_address a{
	display: block;
	color:#52b3d9;
}
.mail_address a:hover{
	color: #C5EFF7;
}
.user_info{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #52b3d9;
	cursor: pointer;
}
/* side dx ! */

/* panel control */
.panel_control{
	width: 75%;
	margin: 40px auto;
}
.panel_control{
	color:#52b3d9;
	font-size: 20px;
}
.panel_control .indoor_menu{
	margin: 20px 0;
}
.panel_control .indoor_menu ul li{
	display: inline-block;
	margin-right: 20px;
}
.panel_control .indoor_menu ul li a{
	display: block;
	background-color: #52b3d9;
	color:#FFF;
	border: solid 2px #52b3d9;
	padding: 5px 10px;
}
.panel_control .indoor_menu ul li a:hover{
	background-color: transparent;
	color:#52b3d9;
}
.panel_control input[type="submit"]{
	cursor: pointer;
	font-weight: 600;
	outline: none;
	font-family: 'Raleway', sans-serif;
	padding: 12px 0px;
	width: 35%;
	font-size: 18px;
	background: #52b3d9;
	border: 2px solid #52b3d9;
	color:#FFF;
	margin-top: 40px !important;
}
.panel_control input[type="submit"]:hover{
	background: transparent;
	color: #52b3d9;
	border: 2px solid #52b3d9;
}
.panel_control .report_media{
	border: solid 1px #CCC;
	padding: 20px;
}
.panel_control .report_media .current_media .current_preview{
	width: auto;
	height: auto;
	max-width: 250px;
	padding: 5px;
	border: dashed 1px #CCC;
}
/* panl control  !*/

/* general lists */
.item_list > ul >li{
	padding: 20px 10px;
	border-bottom: solid 1px #E7E7E7;
	position: relative;
}
.item_list > ul >li:hover{
	background-color: #F9F9F9;
}
.item_list > ul > li i{
	display: inline-block;
	margin-right: 20px;
}
.item_list .item_actions{
	position: absolute;
	width: 90px;
	height: 40px;
	line-height: 40px;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
.item_list .item_actions ul{
	display: none;
}
.item_list .item_actions ul li{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
}
.item_list .item_actions ul li i{
	display: block;
	text-align: center;
	line-height: 40px;
	margin: 0;
}
.item_list .item_actions ul li a i{
	color:#CCC;
}
.item_list .item_actions ul li a:hover i{
	color:#52b3d9;
}
.item_list > ul > li.my_item:hover .item_actions ul{
	display: block;
}

.allegati_list h3{
	color:#52b3d9;
}
.allegati_list i{ 
	margin-right: 20px;
}
.allegati_list ul{
	margin: 20px 0;
}
.allegati_list li{
	display: block;
	padding: 10px;
	border-bottom:dashed 1px #CCC;
}
.allegati_list li:hover{
	background-color: #F9F9F9;
}
.allegati_list li a{
	display: block;
	color:#CCC;
}
.allegati_list li a:hover{
	color:#52b3d9;
}
/* general lists ! */
/* ###########################
			tablet
#############################*/
@media only screen and (min-width: 768px)  {
	body{overflow-y: hidden;}
	.side_sx{
		width: calc(100% - 250px) !important;
	}
	.side_sx .sx_bottom{
			height: calc(50% - 20px);
			overflow: auto;
	}
	.side_sx .sx_bottom .news_detail{
		overflow: auto;
	}
	.side_dx{
		width: 250px;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		max-height: 100%;
	}
	.users_list_wrapper{
		overflow: auto;
		/*overflow-x:none;*/
		padding: 10px;
		height: calc(100% - 290px);
		border-bottom: solid 2px #999;
	}
	.marchi_list{
		width: 250px;
		height: 240px;
		background-color: #900;
		margin: 0;
		margin-top: 10px;
	}
	.marchi_list li{
		border-bottom: dashed 1px #E7E7E7;
		height: 30px;
		background-color: #FFF;
	}
}
	
/* ###########################
			laptop
############################# */
@media only screen and (min-width: 1024px)  {
	
}

/* ###########################
			desktop
#############################*/
@media only screen and (min-width: 1224px)  {
	
}

/* ###########################
			large
#############################*/
@media only screen and (min-width: 1680px)  {

}