@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 {
	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: #249ED6;;
	margin-top: 5px;
}

/* 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;
}

.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;
	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_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;
}

#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: #249ED6;
	background-color: #EAEAEA;
}

#menu_user a.active {
	color: #249ED6;
	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_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;
}

.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%;
}



/* TABELLE
//////////////////////////////////////////////////////*/

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

.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_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: #249ED6;
	color: #fff;
}


/* 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: #249ED6;
	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:#249ED6;;
	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: #249ED6;
	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_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: #249ED6;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

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

.orange_small_button {
	background-color:#249ED6;;
	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_txt_btn {
	float: left;
	padding-top: 8px;
	margin-left: 4px;
}

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

.cp_convenzioni_container {
	margin-bottom: 50px;
	border: 1px dashed #222;
}

.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: #333333;
	color: #fff;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
}

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

.cp_convenzione_nome {
	font-size: 30px;
}

.cp_corpo_convenzione_info {
	margin-bottom: 20px;
}

.cp_convenzioni_gestisci_btn {
	float: right;
	width: 35%;
	display: block;
	background-color: #249ED6;
	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;
}

.corpo_convenzione {
	padding: 30px 20px;
}

.pacchetti_Acquistati_copertina_label {
	margin-top: 10px;
}

/** dettaglio convenzione */

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

.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 {
	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: #249ED6;
	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 {
	background-color: #2489D3;
}

.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;
	margin-bottom: 10px;
}

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

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

.cp_codice_anteprima {
	margin-bottom: 20px;
}

/* PAGINAZIONE
=============================================================================*/
.cpanel_pagination_container {
}

.pagination_item {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #333;
}

.pagination_item:hover {
	background-color: #249ED6;
	color: #fff;
}

.pagination_item i {
	line-height: 24px;
}


/* GESTIONE BULK CODICI
=============================================================================*/
.cp_bulk_container_main {
	border: 1px dashed #666;
	padding: 20px;
}

.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;
}

.cp_bulk_input {
	padding: 10px;
	margin-bottom: 30px;
	background-color: #eee;
	width: 50%;
	text-align: center;
}

.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: #249ED6;
	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: #249ED6;;
	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: #249ED6;;
	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: #249ED6;;
	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: #249ED6;;
	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: #249ED6;
}


/* 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;
}


/* 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;
	}
	
	
	
}



