@charset "UTF-8";
/* CSS Document */

/* CSS reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
	
}

body {
	font-weight: 400;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #1f1f1f;
}

.fobold {
	font-weight: 700;
}

a {	
	text-decoration: none; 
	color: #1f1f1f; 
}

input, textarea {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06) inset;
	border: none;
	outline: none;
}

input[type=text], input[type=password], textarea, input[type=number] {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
}

input[type=text]:disabled,input[type=password]:disabled,textarea:disabled {
	opacity: 0.5;
}

img { 
	max-width: 100%; 
}

/* 
//////////////////////////////////////////////////////*/

.bg_own_home {
	background-image: url("../images/bg-login.jpg");
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-attachment: fixed;
}

.container_settings {
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	background-color: #fff;
}

.container_settings_top {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	background-color: #fff;
}

.error {
	text-align: left;
	color: #EA1D1D;
	margin-top: 5px;
}

/* MODAL
=============================================================================*/	

.modal_sfondo{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:250;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.modal {
	padding:20px;
	width:820px;
	min-height:50px;
	top: 80px;
	left:50%;
	margin-left:-410px;
	position:absolute;
	background-color:#FFF;
	z-index:30000;
	overflow:auto;
}



#modal_contatta {
	padding:20px;
	width:400px;
	height:400px;
	top:50%;
	margin-top:-200px;
	left:50%;
	margin-left:-200px;
	position:fixed;
	background-color:#FFF;
	z-index:300;
	overflow:auto;
}

#modal_segnala {
	padding:20px;
	width:400px;
	height:200px;
	top:50%;
	margin-top:-100px;
	left:50%;
	margin-left:-200px;
	position:fixed;
	background-color:#FFF;
	z-index:300;
	overflow:auto;
}

#modal_collega,
#modal_video {
	padding:20px;
	width:960px;
	height:540px;
	top:50%;
	margin-top:-270px;
	left:50%;
	margin-left:-480px;
	position:fixed;
	background-color:#FFF;
	z-index:300;
	overflow:auto;
}

#modal_videolist {

	height: 390px;
    left: 50%;
    margin-left: -345px;
    margin-top: -240px;
    overflow: hidden;
    padding: 50px;
    position: fixed;
    top: 50%;
    width: 640px;
    z-index: 2000;
}

#modal_loading {
	padding:0px;
	width:48px;
	height:48px;
	top:50%;
	margin-top:-24px;
	left:50%;
	margin-left:-24px;
	position:fixed;
	z-index:300;
	overflow:auto;
}

#modal_history {

	height: 390px;
    left: 50%;
    margin-left: -345px;
    margin-top: -240px;
    overflow: hidden;
    padding: 50px;
    position: fixed;
    top: 50%;
    width: 640px;
    z-index: 2000;
	background-color: #fff;
	overflow: scroll;
}

.modal_upload_file {
	height: 300px;
    left: 50%;
    margin-left: -345px;
    margin-top: -150px;
    overflow: hidden;
    padding: 30px;
    position: fixed;
    top: 50%;
    width: 640px;
    z-index: 2000;
	background-color: #fff;
	overflow: scroll;
	box-sizing: border-box;
	text-align: center;
}

.cp_modal_btn_container {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.cp_modal_annulla_btn {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding: 6px 20px;
	background-color: #ccc;
	cursor: pointer;
	border-radius: 5px;
	margin: 0 5px;
}

.cp_modal_procedi_btn {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 6px 20px;
	background-color: #0077ff;
	cursor: pointer;
	border-radius: 5px;
	margin: 0 5px;
}

.cp_modal_nonmostrarepiu_container {
	float: right;
	margin-top: 10px;
}

/* CATENA
=============================================================================*/

#modal_history ul {
	list-style: none;
}

.history_input {
	width: 35px;
	padding: 5px;
	box-sizing: border-box;
	margin-left: 5px;
  }

.chain_element {
	margin-top: 15px;
}

.js_chain_lev_0 {
}

.cp_catena_content_container {
	background-color: #fff;
}

.js_chain_lev_1 {
    
}

.ul_inside .catena_sx {
    display: inline-block;
    width: 5%;
    background-color: #333;
    height: 5px;
}

.ul_inside .js_chain_lev_2 .catena_sx {
    display: inline-block;
    width: 5%;
	margin-left: 5%;
    background-color: #757575;
    height: 5px;
}

.ul_inside .js_chain_lev_3 .catena_sx {
    display: inline-block;
    width: 5%;
	margin-left: 10%;
    background-color: #aaaaaa;
    height: 5px;
}

.ul_inside .js_chain_lev_4 .catena_sx {
    display: inline-block;
    width: 5%;
	margin-left: 15%;
    background-color: #cccccc;
    height: 5px;
}

.js_chain_lev_1 .cp_catena_content_container {
    border: 1px dotted #ccc;
    width: 94%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}

.js_chain_lev_2 .cp_catena_content_container {
    border: 1px dotted #ccc;
    width: 89%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}

.js_chain_lev_3 .cp_catena_content_container {
    border: 1px dotted #ccc;
    width: 84%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}

.js_chain_lev_4 .cp_catena_content_container {
    border: 1px dotted #ccc;
    width: 79%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}

.js_chain_lev_2 {
}

.js_chain_lev_3 {
}

.js_chain_lev_4 {
}

.js_chain_lev_5 {
}

.cp_catena_trasferimento {
	font-size: 18px;
}

.catena_sx {
	display: none;
}


/* HEADER
//////////////////////////////////////////////////////*/


.header_container_main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	height: 60px;
	overflow: visible;
	z-index: 10;
	border-bottom: 1px solid #F1EFEF;
}

.header_menu_container_mob {
	display: none;
}

#menu_laterale {
    background-color: #ffffff;
}


/* LOGIN
//////////////////////////////////////////////////////*/

.page_login_container_sx {
	width: 650px;
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
	text-align: center;
	padding: 30px 40px;
	box-sizing: border-box;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.page_login_logo {
	margin-bottom: 20px;
}

.page_login_logo img {
	max-height: 60px;
}

.page_login_link {
	margin-bottom: 20px;
}

.page_login_link a {
	text-decoration: none;
	color: #0077ff;
	font-size: 16px;
}

.page_login_title {
	margin-bottom: 20px;
}

.page_login_title h2 {
	font-size: 26px;
	font-weight: 700;
	color: #222;
}

.page_login_input_container {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.page_login_input {
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #cecece;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #222;
	padding-left: 10px;
	padding-right: 30px;
	box-sizing: border-box;
}

.page_login_button {
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #0077ff;
	color: #fff;
	font-size: 26px;
	float: right;
	cursor: pointer;
}

.page_login_button:hover {
	background-color: #198af9;
}

.page_pwd_eye {
	position: absolute;
	right: 10px;
	top: 13px;
}

.page_login_lost_pwd {
	float: right;
	margin-top: 20px;
}

.page_login_recover_pwd_result {
	padding: 20px 0;
	margin: 20px 0;
	background-color: #2F9C30;
	color: #fff;
	display: block;
}

.page_login_error {
	padding: 20px 0;
	margin: 20px 0;
	background-color: #D20306;
	color: #fff;
	display: block;
}



/* AREA RISERVATA - HEADER
//////////////////////////////////////////////////////*/

.cp_header_placement {
	width: 100%;
	height: 61px;
}

.cp_logo_container {
	float: left;
	text-align: left;
    margin-left: 10px;
	margin-top: 10px;
}
	
.cp_logo_container img {
	max-height: 40px;
}

.cp_logo_azienda_container {
	float: right;
	margin: 5px 10px 0 0;
}

.cp_logo_azienda_container img {
	max-height: 50px;
}

.cp_logo_top {
	height: 40px;
	margin-top: 10px;
}


/* AREA RISERVATA - MENU
//////////////////////////////////////////////////////*/

.cp_menu_container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 250px;
	height: 100vh;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-right: 1px solid #F1EFEF;
}

#menu_user {
	padding: 0px;
	margin-top: 70px;
}

#menu_user li {
	margin-bottom: 15px;
	display: block;
}

#menu_user a {
	font-size: 16px;
	color: #333333;
	font-weight:300;
	margin-bottom: 15px;
	display: block;
	padding: 3px;
}

#menu_user a:hover {
	color: #0077ff;
	background-color: #EAEAEA;
}

#menu_user a.active {
	color: #0077ff;
	font-weight: 700;
}


/* AREA RISERVATA - CONTENTS
//////////////////////////////////////////////////////*/

.bg_cp {
	background-color: #F2F2F2;
}

.container_settings_cp {
	width: 100%;
	padding: 20px 20px 20px 270px;
	box-sizing: border-box;
}

.cp_contents_container {
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.cp_contents_pack_container {
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 80%;
	padding: 30px;
	box-sizing: border-box;
}

.cp_page_title h1 {
	font-size: 26px;
	font-weight: 700;
	color: #222;
}

.cp_page_title h2 {
	font-size: 22px;
	font-weight: 700;
	color: #222;
}

.cp_modal_title {
	font-size: 22px;
	font-weight: 700;
	color: #222;
}

.cp_page_subtitle {
	margin-top: 10px;
}

.cp_page_main_contents {
	margin-top: 30px;
	width: 100%;
}

.cp_page_main_contents_reduce {
	margin-top: 30px;
	width: 60%;
}

.cp_page_row {
	width: 100%;
	margin-bottom: 30px;
	display: table;
	table-layout: fixed;
}

.cp_page_label_sx {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.cp_page_contents_dx {
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding-left: 2%;
	box-sizing: border-box;
	position: relative;
}

.cp_page_input {
	background-color: transparent;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.cp_page_section_title {
	margin: 30px 0 20px;
	font-size: 16px;
	font-weight: 700;
}

.cp_section_divider {
	width: 100%;
	height: 1px;
	margin: 30px 0;
	background-color: #DDDDDD;
}

.cp_table_email_action_container {
	width: 90%;
}

/* AREA RISERVATA - FOTO
//////////////////////////////////////////////////////*/

.cp_foto_list_item {
	display: inline-block;
	margin: 0 20px 20px 0;
}

.cp_foto_archive_button {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-bottom: 40px;
	transition: all .2s ease-in-out;
}

.cp_list_item_container {
	padding: 15px;
	background-color: #fcfcfc;
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-bottom: 40px;
	transition: all .2s ease-in-out;
	border-radius: 10px;
}
.cp_list_title {
	font-weight: 700;
}

.cp_list_txt {
	margin-top: 10px;
	font-size: 30px;
}
/* TABELLE
//////////////////////////////////////////////////////*/

.cp_table_head {
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}

.cp_table_head_label {
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	background-color: #ccc;
	padding: 5px;
}

.cp_table_head_container {
	border: 1px solid #ccc;
	border-bottom: none;
}

.cp_table_body {
	border-bottom: 1px solid #ccc;
}

.cp_table_row {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	min-width: 760px;
	background-color: #fff;
}

.cp_table_row_total {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	min-width: 760px;
	background-color: #eee;
}

.cp_table_row_chain_modal {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
}

.cp_table_cell {
	display: table-cell;
	vertical-align: top;
	padding: 15px 0 15px 1%;
	box-sizing: border-box;
}

.cp_table_input {
	width: 100%;
	background-color: #eee;
	padding: 10px;
	box-sizing: border-box;
}

.cp_table_action_btn_container {
	margin-top: 10px;
	text-align: center;
}

.cp_table_action_btn {
	display: inline-block;
	width: 44%;
	margin: 0 2%;
	padding: 10px;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	font-size: 12px;
	font-weight: 700;
}

.cp_table_action_btn:hover {
	background-color: #0077ff;
	color: #fff;
}

.cp_foto_preview_btn {
	float: left;
	margin-left: 20px;
	padding: 6px 30px;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #249ED6;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.cp_foto_preview_btn:hover,
.orange_small_button:hover {
	background-color: #2489D3;
}
.orange_small_button {
	background-color:#0077ff;;
	color:#FFF;
	height: 20px;
	line-height:20px;
	padding: 0px 20px;
	font-size:13px;
	cursor:pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.red_small_button:hover {
	background-color: #f43e3e;
}
.red_small_button {
	background-color:#e81616;;
	color:#FFF;
	height: 20px;
	line-height:20px;
	padding: 0px 20px;
	font-size:13px;
	cursor:pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.cert_small_button {
	background-color:#6f6f6f;;
	color:#FFF;
	height: 20px;
	line-height:20px;
	padding: 0px 20px;
	font-size:13px;
	cursor:pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 150px;;
}

/* AREA RISERVATA - BUTTONS
//////////////////////////////////////////////////////*/

.cp_page_buttons_container {
	margin-top: 30px;
}

.cp_page_action_button {
	padding: 6px 30px;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #0077ff;
	color: #fff;
	font-size: 20px;
	float: right;
	cursor: pointer;
}

.cp_page_action_button {
	font-weight: 300;
}

.cp_page_action_button:hover {
	background-color: #2489D3;
}

.procedi_form_button {
	width: 80%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color:#FFF;
	background-color:#0077ff;;
	padding: 0px;
	border-radius: 5px;
}

.procedi_foto_button:hover,
.procedi_form_button:hover,
.acquista_foto_button:hover,
.annulla_pagamento_button:hover,
.annulla_foto_button:hover,
.genera_mappa_button:hover,
.annulla_mappa_button:hover { 
	background-color: #2489D3;
	transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
}

.top_cerca_cerca_btn {
	float: left;
	background-color: #0077ff;
	height: 30px;
	padding: 0 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.top_cerca_cerca_btn:hover  {
	background-color: #278EFE;
}


/* AREA RISERVATA - CERCA (LE MIE FOTO, ANNO, CODICE)
//////////////////////////////////////////////////////*/

.top_cerca_container_main {
	background-color: #ddd;
	padding: 15px 10px;
	color: #222;
	font-size: 16px;
	margin-bottom: 20px;
}

.top_cerca_codice_container {
	float: left;
	width: 25%;
	margin-right: 5%;
}

.top_cerca_data_container {
	float: left;
	width: 70%;
}

.top_cerca_cerca_btn_container {
	width: 100%;
}

.top_cerca_label_container {
	float: left;
	margin-top: 4px;
}

.top_cerca_input_container {
	float: left;
	width: 65%;
	margin-left: 5%;
}

.top_cerca_input {
	width: 100%;
	padding: 6px 2%;
	box-sizing: border-box;
	background-color: #fff;
}

.top_cerca_data_item_1_container {
	float: left;
	width: 45%;
}

.top_cerca_data_item_2_container {
	float: right;
	width: 45%;
}

/* AREA RISERVATA - FOTO
//////////////////////////////////////////////////////*/

.cp_public_link_container {
	float: right;
	text-align: right;
}

.cp_public_link {
	margin-top: 10px;
	font-size: 12px;
}

.cp_copy_btn {
	display: inline-block;
	background-color: #eee;
	font-size: 14px;
	color: #666;
	padding: 3px 6px;
	border-radius: 10px;
	cursor: pointer;
}

.cp_copy_btn:hover {
	background-color: #ccc;
}

.cp_audio_archive_button {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-bottom: 40px;
	transition: all .2s ease-in-out;
}

.cp_audio_archive_txt {
	margin-top: 10px;
	text-align: center;
	font-size: 30px;
}

.cp_audio_archive_button:hover {
	 transform: scale(0.95);
}

.cp_audio_preview_container {
	width: 100%;
	margin-bottom: 30px;
}

.cp_audio_preview_player {
	float: left;
}

.cp_audio_preview_btn {
	float: left;
	margin-left: 20px;
	padding: 6px 30px;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #0077ff;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.cp_audio_preview_btn:hover,
.orange_small_button:hover {
	background-color: #2489D3;
}

.orange_small_button {
	background-color:#0077ff;
	display: inline-block;
	color:#FFF;
	height: 20px;
	line-height:20px;
	padding: 0px 20px;
	font-size:13px;
	cursor:pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.cp_page_top_btn {
	float: left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor:pointer;
	background-color:#eee;
	color:#111;
	height: 30px;
	line-height:20px;
	padding: 5px 20px;
	font-size:14px;
	margin-right: 10px;
}

.cp_page_top_btn:hover {
	background-color: #ccc;
}

.cp_page_icon_btn {
	float: left;
}

.cp_page_icon_btn img {
	height: 32px;
}

.cp_page_txt_btn {
	float: left;
	padding-top: 8px;
	margin-left: 4px;
}

.cp_foto_download_btn_container {
	margin-bottom: 40px;
}

.cp_foto_show_files_container {
	float: left;
	margin-right: 20px;
}

.cp_foto_show_files_title{
	margin-top: 10px;
}

.cp_foto_info_container {
	margin-top: 40px;
}

.cp_foto_info_row {
	margin-bottom: 20px;
}

.cp_foto_info_sx {
	width: 22%;
	float: left;
}

.cp_foto_info_dx {
	width: 78%;
	float: left;
	padding-left: 1%;
	box-sizing: border-box;
}

.cp_foto_info_title {
	font-size: 24px;
	margin-bottom: 30px;
}

/* AREA RISERVATA - CONVENZIONI
//////////////////////////////////////////////////////*/

.cp_convenzioni_container {
	display: block;
	margin-bottom: 50px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(51,51,51,0.2);
	box-shadow: 0px 0px 10px 2px rgba(51,51,51,0.2);
	transition: all 0.3s ease;
}

.cp_convenzioni_container:hover {
	transform: scale(0.98);
	transition: all 0.3s ease;
}

.cp_convenzioni_copertina {
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 6px 15px;
	font-size: 16px;
	margin: 15px 0;
}

.cp_convenzioni_nome {
	background-color: #eee;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

.cp_convenzioni_nome_sx {
	float: left;
	width: 65%;
	padding-right: 3%;
	box-sizing: border-box;
}

.cp_convenzione_nome {
	font-size: 30px;
}

.cp_convenzione_tipo {
	margin-top: 20px;
}

.cp_corpo_convenzione_info {
	margin-bottom: 20px;
}

.cp_codicebox_scaduta_label {
	display: inline-block;
	background-color: #ff3300;
	color: #fff;
	padding: 3px 6px;
	margin-left: 10px;
}

.cp_convenzioni_gestisci_btn {
	float: right;
	width: 35%;
	display: block;
	background-color: #0077ff;
	color: #fff;
	padding: 6px 15px;
	font-size: 14px;
	margin: 15px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-sizing: border-box;
	text-align: center;
}

.cp_convenzioni_gestisci_btn:hover {
	background-color: #2489D3;
}

.nome_convenzione_incompleta {
	background-color: #D73033;
	color: #fff;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
}

.cp_recap_codice {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 0px #9A9A9A;
	-moz-box-shadow: 0px 0px 3px 0px #9A9A9A;
	-o-box-shadow: 0px 0px 3px 0px #9A9A9A;
	box-shadow: 0px 0px 3px 0px #9A9A9A;
	padding: 20px;
}

.cp_scadenza_convenzione {
	display: inline-block;
	background-color: #CAE1F7;
	padding: 5px 10px;
}

.cp_totale_media_container {
	margin-top: 10px;
}

.cp_totale_media {
	text-align: center;
	display: inline-block;
	margin: 0 5px;
}

.cp_totale_container {
	display: table;
}

.cp_totale_icona {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.cp_totale_icona, .cp_totale_valore {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	padding: 0 4px;
}

.cp_totale_valore_unico {
	text-align: center;
	font-size: 30px;
}

.corpo_convenzione {
	padding: 30px 20px;
}

.pacchetti_Acquistati_copertina_label {
	margin-top: 10px;
}

/** dettaglio convenzione */

.cp_convenzione_img_azienda {
	text-align: center;
	margin-bottom: 40px;
	max-height: 100px;
}

.cp_convenzione_img_azienda img {
	max-height: 100px;
}

.cp_convenzione_info_container {
	text-align: center;
}

.cp_convenzione_riepilogo {
	margin: 20px 0;
}

.cp_convenzione_riepilogo_riga {
	margin-top: 20px;
}

.cp_filtro_item_label {
	float: left;
	margin-right: 15px;
}

.cp_filtro_select_container {
	float: left;
}

.cp_filtro_item_container_small {
	width: 45%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 2%;
}

.cp_filtro_item_container {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.cp_filtro_item_container_sx {
	width: 48%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.cp_filtro_item_container_dx {
	width: 48%;
	float: right;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.cp_filtro_item_input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.cp_filtro_reset_btn {
	float: left;
	cursor: pointer;
	background-color: #666;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 5px 15px;
	display: block;
	font-size: 16px;
}

.cp_filtro_reset_btn:hover {
	background-color: #999;
}

.cp_filtro_filtra_btn {
	float: right;
	cursor: pointer;
	background-color: #0077ff;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 5px 40px;
	display: inline-block;
	font-size: 16px;
}

.cp_filtro_filtra_btn:hover,
.cp_upload_btn:hover {
	background-color: #2489D3;
} 

.cp_upload_btn {
	cursor: pointer;
	background-color: #0077ff;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 5px 40px;
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
}

.cp_apri_ricerca_btn {
	cursor: pointer;
	background-color: #eee;
	color: #111;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 5px 20px;
	display: inline-block;
	font-size: 16px;
}

.cp_apri_ricerca_btn:hover {
	background-color: #ccc;
}

.cp_attachedfile_btn {
	display: block;
	border: #ccc 1px solid;
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}

.cp_attachedfile_btn:hover {
	background-color: #eee;
}

/* AREA RISERVATA - CODICI ATTIVI
//////////////////////////////////////////////////////*/

.cp_codice_anteprima {
	margin-bottom: 20px;
}

/*V2*/
.cp_cert_preview_item_container {
	width: 22%;
	height: 260px;
	margin-bottom: 30px;
	margin-left: 3%;
	float: left;
	text-align: center;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 3px 0px #9A9A9A;
	-moz-box-shadow: 0px 0px 3px 0px #9A9A9A;
	-o-box-shadow: 0px 0px 3px 0px #9A9A9A;
	box-shadow: 0px 0px 3px 0px #9A9A9A;
}
.cp_cert_preview_item_photo {
	width: 100%;
	height: 180px;
	border-radius: 8px 8px 0 0;
	background-position: center center;
	background-size: cover;
}

.cp_cert_preview_item_audio {
	width: 100%;
	height: 180px;
	border-radius: 8px 8px 0 0;
	background-position: center center;
	background-size: cover;
}

.cp_cert_preview_item_video {
	width: 100%;
	height: 180px;
	border-radius: 8px 8px 0 0;
	background-position: center center;
	background-size: cover;
}
.cp_cert_preview_item_details_container {
	display: table;
	height: 80px;
	width: 100%;
}

.cp_cert_preview_item_details {
	display: table-cell;
	width: 70%;
	box-sizing: border-box;
	font-size: 12px;
	text-align: left;
	padding: 0 5px;
}

.cp_cert_preview_item_btn_container {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	background-color: #0077ff;
	border-radius: 0px 0px 8px 0;
}

.cp_cert_preview_item_btn {
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: table;
}


.cp_cert_preview_item_btn i {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
}

.cp_cert_item_preview_btn {
	margin-top: 20px;
	padding: 6px 30px;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #0077ff;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.cp_audio_preview_player {
	float: left;
}


/* PAGINAZIONE
=============================================================================*/

/* PAGINATION
//////////////////////////////////////////////////////*/
.selected_pagination_item {
	background-color: #0077ff;
	color: #fff;
	padding: 2px;
}
.cp_pagination_container {
	border: 1px dotted #ccc;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 20px;
	float: left;
}

.cp_pag_title {
	float: left;
	margin-right: 10px;
}

.cp_pag_item {
	float: left;
}
/* GESTIONE BULK CODICI
=============================================================================*/
.cp_bulk_container_main {
	padding: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 0px #9A9A9A;
	-moz-box-shadow: 0px 0px 3px 0px #9A9A9A;
	-o-box-shadow: 0px 0px 3px 0px #9A9A9A;
	box-shadow: 0px 0px 3px 0px #9A9A9A;
}

.cp_bulk_select_container {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.select_all_checkbox {
	cursor: pointer;
}

.cp_bulk_email_btn_container {
	text-align: center;
}

.cp_bulk_title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

.cp_bulk_input_container {
	width: 70%;
	margin: 0 auto 20px;
}

.cp_bulk_input_email {
	width: 70%;
}

.cp_bulk_input_fotovideo {
	margin-top: 10px;
}

.cp_bulk_input_small {
	padding: 10px;
	box-sizing: border-box;
	background-color: #eee;
	width: 35%;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
}
.cp_bulk_input_medium {
	padding: 10px;
	margin-bottom: 30px;
	background-color: #eee;
	width: 40%;
	text-align: center;
}
.cp_bulk_input {
	padding: 10px;
	box-sizing: border-box;
	background-color: #eee;
	width: 100%;
	text-align: center;
}

.cp_csv_upload_container {
	display: inline-block;
	background-color: #CAE1F7;
	padding: 10px;
	margin-bottom: 10px;
}

.cp_bulk_csv_input {
	padding: 10px;
	box-sizing: border-box;
	background-color: #eee;
	width: 100%;
	height: 100px;
}

.cp_file_csv_btn {
	font-size: 12px;
	margin: 10px 0;
	display: inline-block;
}

.cp_file_csv_btn:hover {
	color: #0077ff;
}

.cp_close_closecsv_btn {
	background-color: #333;
	border-radius: 50px;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 12px;
}

.cp_close_closecsv_btn:hover {
	background-color: #0077ff;
}

.cp_bulk_btn_container {
	display: inline-block;
	width: 48%;
}

.cp_bulk_btn_title {
	font-weight: 700;
	margin-bottom: 10px;
}

.cp_bulk_btn {
	display: inline-block;
	width: 46%;
	padding: 2%;
	box-sizing: border-box;
	margin: 0 1%;
	border: 1px solid #ccc;
	font-size: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.cp_bulk_btn:hover {
	background-color: #0077ff;
	color: #fff;
}



/* AREA RISERVATA - ACQUISTA PACCHETTI
//////////////////////////////////////////////////////*/

.compra_codici_alert_box_verifica_email {
	background-color: #C80003;
	color: #fff;
	padding: 10px;
	margin-bottom: 30px;
	display: inline-block;
	margin-left: 20px;
}

.compra_codici_alert_box_completa_dati {
	background-color: #C80003;
	color: #fff;
	padding: 10px;
	margin-bottom: 30px;
	display: inline-block;
}

.compra_codici_briciole_container {
	padding-top: 20px;
}

.compra_codici_briciole_chiudi_btn {
	background-color: #666;
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
}

.compra_codici_briciole_chiudi_btn:hover {
	background-color: #999;
}

.compra_codici_pacchetto_container_main {
	margin-left: -5%;
	width: 100%;
}

.compra_codici_pacchetto_container {
	float: left;
	width: 28%;
	margin-left: 5%;
	text-align: center;
	position: relative;
	border: 1px solid #efefef;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06) inset;
	background-color: #fff;
	margin-bottom: 30px;
}

.compra_codici_piu_venduto {
	width: 80px;
	height: 80px;
	padding: 20px 10px;
	box-sizing: border-box;
	background-color: #2DB200;
	color: #fff;
	text-align: center;
	font-size: 15px;
	position: absolute;
	top: -20px;
	right: -20px;
}

.compra_codici_nome_pacchetto {
	font-weight: 700;
	color: #0077ff;;
	font-size: 18px;
	margin-top: 30px;
}

.compra_codici_prezzo_pacchetto {
	font-size: 40px;
	font-weight: 700;
	margin-top: 30px;
}

.compra_codici_prezzo_euro {
	font-weight:700; 
	font-size: 27px;
}

.compra_codici_prezzo_pacchetto_iva {
	font-size: 12px;
	color: #ccc;
	margin-top: -5px;
}

.compra_codici_dettaglio_label {
	font-size: 20px;
	margin-top: 30px;
	text-transform: uppercase;
}

.compra_codici_prezzo_per_foto, .compra_codici_prezzo_pacchetto_iva {
	font-size: 12px;
	color: #999;
}

.compra_codici_dettaglio_input_container_main {
	text-align: center;
	margin-top: 10px;
}

.compra_codici_dettaglio_input_container {
	display: inline-block;
	width: 80%;
}

.compra_codici_dettaglio_input {
	float: left;
}

.compra_codici_dettaglio_input_btn_container {
	float: right;
	width: 55%;
	margin-top: 3px;
}

.compra_codici_dettaglio_input {
	float: left;
	background-color: #eee;
	color: #0077ff;;
	text-align: right;
	padding: 6px 10px;
	font-size: 20px;
	width: 40%;
	box-sizing: border-box;
}

.compra_codici_dettaglio_quantita_btn {
	float: left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	background-color: #0077ff;;
	display: block;
	margin: 0 5px;
	cursor: pointer;
}

.compra_codici_dettaglio_quantita_btn i {
	line-height: 26px;
}

.compra_codici_compra_btn,
.magae_privacy_consenso_btn {
	background-color: #0077ff;;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	width: 80%;
	margin-left: 10%;
	padding: 15px 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	margin-top: 30px;
}

.compra_codici_compra_btn:hover,
.compra_codici_dettaglio_quantita_btn:hover,
.magae_privacy_consenso_btn:hover {
	background-color: #2489D3;
}

.compra_codici_prezzo_totale {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 20px;
}

.compra_codici_dati_btn_container {
	margin-bottom: 30px;
}

.compra_codici_annulla_btn_container {
	width: 40%;
	float: left;
}

.compra_codici_procedi_btn_container {
	width: 40%;
	float: right;
}

.compra_codici_annulla_btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	display: inline-block;
}

.compra_codici_annulla_btn:hover {
	background-color: #AEAEAE;
}

.compra_codici_procedi_btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFF;
	background-color: #009EE8;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}

.compra_codici_procedi_btn:hover {
	background-color: #1AB3FF;
}

.compra_codici_braintree_container {
	float: left;
	margin-left: 10%;
	width: 50%;
}

.acquisto_pacchetti_icona_ok {
	font-size: 30px;
	color: #04CE18;
}

.vai_a_button {
	font-size: 18px;
	color: #FFF;
	background-color: #00A0E2;
	padding: 10px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
}

.vai_a_button:hover {
	background-color: #1AB3FF ;
}


/* AGGIORNA CONSENSO
=============================================================================*/

.manage_privacy_checkbox_label {
	cursor: pointer;
	font-size: 20px;
	margin-left: 10px;
	color: #111;
}

.manage_privacy_checkbox_label:hover {
	color: #0077ff;
}


/* INFORMATIVE
=============================================================================*/

.informative_menu_container {
	float: left;
	width: 20%;
	display: block;
}

.informative_contenuti_container {
	float: right;
	width: 76%;
}

.informative_menu_container ul {
	list-style: none;
}

.informative_menu_container ul li a {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ccc 1px solid;
}

.informative_menu_container ul li a:hover {
	background-color: #eee;
}

.informative_contenuti_container p {
	margin-bottom: 20px;
}

/* V2 foto
//////////////////////////////////////////////////////*/

/* FOOTER
//////////////////////////////////////////////////////*/

.footer_container {
	background-color: #333;
	padding: 10px;
	display: block;
	color: #fff;
	position: fixed;
	right: 0px;
	bottom: 0px;
	font-size: 11px;
	text-align: right;
}

.footer_container_in {
	background-color: #333;
	padding: 10px;
	display: block;
	color: #fff;
	position: fixed;
	right: 0px;
	bottom: 0px;
	font-size: 11px;
	text-align: right;
	width: 100%;
}


.footer_link {
	font-size: 11px;
	color: #fff;
}

.footer_link:hover { 
	text-decoration: underline;
}

.footer_txt {
	margin-top: 5px;
}

.footer_placement {
	height: 60px;
	width: 100%;
}


/* LAPTOP MDPI SCREEN **************************************************/
@media only screen and (max-width:1200px) {

	.page_login_container_sx {
		width: 400px;
	}

}


/* TABLET **************************************************/
@media screen and (max-width: 800px) {
	
	.cp_menu_container {
		width: 180px;
	}
	
	.container_settings_cp {
		padding: 20px 20px 20px 200px;
	}
	
	.cp_bulk_btn_container {
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
	}
	
}


/* SMARTPHONE **************************************************/
@media screen and (max-width: 640px) {
	
	.cp_logo_container {
		width: 50%;
	}

	.page_login_container_sx {
		width: 90%;
		margin: 5% 5% 0;
		position: static;
		top: none;
		left: none;
		padding: 30px 40px;
		font-size: 16px;
	}
	
	.footer_container {
		display: block;
		position: static;
		right: none;
		bottom: none;
		font-size: 11px;
		text-align: right;
		margin-top: 20px;
	}
	
	.container_settings_cp {
		width: 100%;
		padding: 5%;
		box-sizing: border-box;
	}
	
	.cp_menu_container {
		display: none;
	}
	
	.cp_contents_container {
		width: 100%;
		margin-top: 0px;
	}
    
    .header_menu_container_mob {
		display: block;
	}
	
	.header_container_main {
		display: none;
	}
	
	.cp_table_action_btn {
		width: 94%;
		margin-bottom: 10px;
	}
	
	.cp_page_top_btn {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
}

/* SMARTPHONE **************************************************/
@media screen and (max-width: 360px) {

	.page_login_container_sx {
		padding: 30px 20px;
	}
	
	.page_login_title h2 {
		font-size: 22px;
	}
	
	.page_login_button {
		width: 100%;
		float: none;
		font-size: 22px;
	}
	
	
	
}



