@import url("font.css");
@import url("font1.css");
@import url("font2.css");
@import url("font3.css");
@import url("font4.css");

html,
body {
	margin: 0;
	padding: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	html, body {
		width:100%;
		overflow-x: hidden;
	}
}

body {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.contenitore_principale {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	min-height: 550px;
	overflow:auto;
	background:#fff;

    font-family: roboto_light;
    color: #000;
    font-size: 14px;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

button,
select,
input,
textarea {
	outline: 0;
	-webkit-border-radius: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #lightgrey;
}

::-moz-placeholder {
	/* Firefox 19+ */
	 color: #lightgrey;
}

:-ms-input-placeholder {
	/* IE 10+ */
	 color: #lightgrey;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #lightgrey;
}

.testo {
	height: 40px;
    width: 50%;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    display: inline-block;
    max-width: 260px;
    min-width: 205px;
}

.testo_verde {
    color:#2cc20e;
}

.testo_giallo {
    color:#e3d320;
}

.testo_rosso {
    color:#eb1313;
}

.casella_login {
	width: 90%;
    margin-left: 5%;
    background: none;
    height: 100%;
    font-family: roboto_medium;
    color: #000;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
	text-align:center;
}

.contenitore_puls_login {
	height: 40px;
    width: 50%;
    border-radius: 5px;
    display: inline-block;
    max-width: 260px;
    min-width: 205px;
}

.pulsante_login {
	width: 100%;
    background: #0069b7;
    height: 100%;
    font-family: roboto_medium;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    border-radius: 5px;
}

.margine {
	margin-bottom:60px;
}

.etichetta {
	font-family:roboto_medium;
	color:rgba(0,0,0,0.7);
	font-size:16px;
	text-align:left;
	margin-bottom:5px;
}

.casella_testo {
	height:40px;
	width: 100%;
	background:none;
	border:1px solid rgba(0,0,0,0.3);
	color:rgba(0,0,0,0.7);
	font-size:16px;
	font-family:roboto_medium;
	padding:5px;
	box-sizing: border-box;
}

.sfondo_verde {
    background-color: #2cc20e;
    color: #fff;
    font-family:roboto_medium;
}

.sfondo_giallo {
    background-color: #e3d320;
    color: #fff;
    font-family:roboto_medium;
}

.sfondo_rosso {
    background-color: #eb1313;
    color: #fff;
    font-family:roboto_medium;
}

.file_upload {
	display: inline-block;
	height: auto;
	width: 150px;
	border: 0;
	background-size:contain;
	background-repeat: no-repeat;
}

.img_up {
	height:35px;
}

@media screen and (max-width: 580px) {

	.margine {
		margin-bottom:70px;
	}

	.intestazione {
		font-size:25px;
	}

	.img_up {
		height:25px;
	}

	 .file_upload {
		width: 80%;
		word-break:break-all;
	}

}

.primo {
	height:45%;
	background:#0069b7;
}

.contenitore_sinistra {
	height:50%;
	width:25%;
	float:left;
	margin-left:12.5%;
	text-align:left;
}

.contenitore_destra {
	height:35%;
	width:45%;
	float:left;
	margin-left:5%;
	overflow:auto;
}

.testo_contenitore_destra {
	height:auto;
	width:80%;
	margin-left:20%;
	font-size:18px;
	text-align:right;
}

.bordo_sotto {
	height:1px;
	width:80%;
	margin-left:20%;
	border-bottom:1px solid #fff;
}

.contenitore_logout {
	height:auto;
	width:80%;
	margin-left:20%;
	text-align:right;
}

.testo_logout {
	font-size:12px;
	opacity:0.5;
	text-decoration:none;
	padding:0;
	margin:0;
}

.primo_font {
	color:#fff;
	font-family:roboto_medium;
}

.font_light {
	font-family:roboto_light;
}

.blocco_sezione {
	width:75%;
	margin-left:12.5%;
	background:#fff;
	height:auto;
	position:absolute;
	-moz-box-shadow: 0 0 13px 0px #00000052;
	-webkit-box-shadow: 0 0 13px 0px #00000052;
	box-shadow: 0 0 13px 0px #00000052;
}

.blocco_intestazione {
	height:auto;
	margin-top:30px;
	width:75%;
	display:inline-block;
}

.blocco_secondo_titolo {
	height:auto;
	margin-left:12.5%;
	margin-top:15px;
	width:75%;
}


.blocco_indietro {
	height:auto;
	float:left;
	padding-right:15px;
	border-right:1px solid rgba(0, 0, 0, 0.5);
}

.freccia_indietro {
	display:block;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
}

.sezione_intestazione  {
	height:auto;
	float:left;
	text-align:left;
	padding-left:15px;
	display:table;
	color:#000;
	font-family:roboto_light;
	font-size:25px;
	padding-top:14px;
	opacity:0.7;
}

.secondo_font {
	font-family:roboto_black;
	color:#000;
}

.intestazione {
	font-size:14px;
	opacity:0.5;
	display:table-cell;
	vertical-align:middle;
}

.info_guida {
	text-align:left;
	font-size:12px;
	color:#000;
	font-family:roboto_light;
}

.sottotitolo {
	border-bottom:2px solid rgba(0,0,0,0.3);
	font-size:20px;
	color:#0069b7;
	padding-bottom:15px;
	font-family:roboto_light;
	text-align:left;
}

.blocco_form {
	display:block;
	height:auto;
	width:75%;
	margin-left:12.5%;
}

.messaggio_errore {
	margin-top:5px;
	text-align:center;
	font-family:roboto_light;
	font-size:13px;
	color:#0069b7;
}

.pulsante {
	height:40px;
	width:70%;
	max-width:250px;
	font-size:14px;
	border-radius:5px;
	background:#0069b7;
	border:0;
	color:#fff;
}

.margine_basso {
	height:120px;
	clear:both;
}

.testo_password {
	color:#000;
	font-family:roboto_light;
	font-size:11px;
	font-weight:900;
}

.spiegazione {
	width:80%;
	margin-left:10%;
	font-size:14px;
	font-weight:900;
}

.messaggio_benvenuto  {
	font-size:13px;
	opacity:0.5;
	text-align:left;
	margin-top:120px;
	font-family:roboto_light;
}

.titolo_pagina_menu {
	color:#000;
	text-align:center;
	font-size:45px;
	opacity:0.5;
	font-family:roboto_light;
	background:none;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	height:90px;
	line-height:90px;
	margin-top:80px;
	margin-bottom:40px;
}

.quick_menu_border {
	border-bottom: 2px solid #0069b7;
}

.contenuto_home  {
	width:190px;
	height:120px;
    display:inline-block;
	margin-left:7.5px;
	margin-right:7.5px;
	margin-bottom:19px;
    border: 1px solid #0069b7;
    border-radius: 16px;
    /* just to show box-shadow still works fine */
    box-shadow: 0 0 50px 10px #eae9e9;
	background:#fff;
	font-family:roboto_medium;
	font-size:16px;
	color:#000;
	text-align:center;
}

.contenuto_home:hover {
	background:#0069b7;
}

.blocco_home {
	display:inline-block;
	text-decoration:none;
	height:100%;
	width:100%;
	color:#000;
}

.blocco_immagine_home {
	width:100%;
	height:auto;
	text-align:center;
	margin-top:26.5px;
}

.testo_interazione_home {
	margin-top:10px;
	opacity:0.6;
}

.contenuto_home:hover .blocco_immagine_home, .contenuto_home.hover .blocco_immagine_home  {
	visibility: hidden;
}

.contenuto_home:hover .testo_interazione_home, .contenuto_home.hover .testo_interazione_home  {
	color: #fff;
    opacity: 1;
}



.puls_piu {
	height:25px;
	text-align:center;
	margin-top:75px;
}

.testoarea {
	resize:none;
	height:80px;
}

.blocco_filtri {
	width:75%;
	height:auto;
	display:inline-block;
	padding-bottom: 20px;
	border-bottom:1px solid rgba(0, 0, 0, 0.6);
}

.border_divider {
	border-top:1px solid rgba(0, 0, 0, 0.6);
	width:75%;
	margin: 0 auto;
}

 .contenitore_filtri_pratica {
	width:25%;
	display:inline-block;
}

.casella_fitro {
	height:30px;
	width:100%;
	background:none;
	border:1px solid rgba(0,0,0,0.3);
	color:rgba(0,0,0,0.7);
	font-size:16px;
	font-family:roboto_medium;
	text-indent:5px;
}

.casella_fitro::placeholder{
	color: lightgrey;
}

.contenitore_pul {
	display:inline-block;
	height:auto;
}

.stile_pulsanti_filtro {
	height:34px;
	background:#0069b7;
	border-radius:5px;
	border:0;
	font-size:11px;
	font-family:roboto_medium;
	width:80px;
	color:#fff;
}

.margine_filtri {
	margin-left:5px;
	margin-right:5px;
}

@media screen and (max-width: 880px) {

	.contenitore_filtri_pratica {
		width:100%;
		display:inline-block;
	}

	.margine_filtri {
		margin-left:0;
		margin-right:15px;
		margin-top:10px;
	}

	.contenitore_pul {
		display:inline-block;
		height:auto;
	}

}

/*  lista clienti */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: left;
	font-family: roboto_medium;
	font-size: 13px;
	font-weight: 900;
}

.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child {
	margin-left: 0;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
	/* For IE 6/7 */
}

.box-1 {
	width: 46%;
	text-align: right;
}

.box {
	width: 32.26%;
}

.box1 {
	width: 23.8%;
}

.box2 {
	width: 18%;
}

.header,
.responsive_header {
}

.responsive_header {
	display: none;
}

.data {
	border: 0;
}

.data:nth-child(even) {
	background: #e5eaf3;
}

.section_1 {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: left;
	font-family: roboto_medium;
	font-size: 13px;
	font-weight: 900;
}

.group_1:before,
.group_1:after {
	content: "";
	display: table;
}

.group_1:after {
	clear: both;
}

.group_1 {
	zoom: 1;
	/* For IE 6/7 */
}

.data_1 {
   border-bottom: 2px solid rgba(0,0,0,0.18);
}

@media only screen and (max-width: 950px) {
	.col {
		margin: 1% 0 1% 0%;
	}
	.box, .box1, .box-1, .box2 {
		width: 100%;
		text-align: left;
	}
	.header {
		display: none;
	}
	.responsive_header {
		display: inline;
	}
	.section {
		text-align: left;
		margin-bottom: 7px;
	}

	.section_1 {
		display: none
	}
}

.testo_tabella {
	font-family:roboto_medium;
	word-break:break-word;
	padding-left:5px;
}

.testo_tabella span {
	font-family:roboto_medium;
	word-break:break-word;
	padding-left:5px;
	opacity:0.6;
}

.intestazione_tabella {
	color:#0069b7;
}

.pulsante_tabella {
	letter-spacing:0.5px;
	height:30px;
	width:120px;
	font-family: roboto_medium;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	background: #0069b7;
	border: 0;
	font-weight:900;
	margin-bottom: 5px;
}

.messaggio_vuoto {
	font-family:roboto_medium;
	word-break:break-word;
	opacity:0.5;
	font-size:14px;
	text-align:center;
}

.pulsante_info {
	display:inline-block;
	width:26px;
	height:26px;
	border-radius:50%;
	text-decoration:none;
	background:none;
	background-image: url('../img/info.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border:0;
}

.sottomenu {
	height:200px;
	width:200px;
	display:inline-block;
	border-radius:0;
	border: 1px solid #0069b7;
	margin-right:7.5px;
	margin-left:7.5px;
	margin-bottom:15px;
}

.sottomenu:hover, .sottomenu.hover {
	background:#0069b7;
}

.sottomenu:hover .immagine_sottomenu, .sottomenu.hover .immagine_sottomenu {
   visibility:hidden;
}

.sottomenu:hover .testo_sottomenu, .sottomenu.hover .testo_sottomenu{
   color:#fff;
   opacity:1;
}

.link {
	text-decoration:none;
	display:inline-block;
	height:100%;
	width:100%;
}

.testo_sottomenu {
	color:#000;
	font-size:16px;
	opacity:0.6;
	margin-top:70px;
	margin-left:15px;
	text-align:left;
	font-family: roboto_medium;
}

.immagine_sottomenu {
	height:50px;
	margin-left:15px;
}

.filtri_radio  {
	display:inline-block;
	margin-right:5px;
}

.info-azienda {
	width: 60%;
	text-align: left;
	margin: 0 auto;
}

.info-azienda > h3 {
	font-size: 1.5rem;
	color: #0069b7;
	text-align: left;
}

.label_radio {
	padding-left: 5px;
}

.radio-container  {
	display: flex;
	align-items: baseline;
}

.radio-container > label {
	margin: 0;
}

.fluid-input-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.fluid-input {
	flex: 1;
	margin-left: 15px;
	min-width: 250px;
}

.fluid-input:first-child {
	margin-left: 0;
}

.ml-40 {
	margin-left: 40px;
}

.hide {
	display: none;
}

.white {
	color: white;
}

@media screen and (max-width: 1390px) {
	.fluid-input:first-child {
		margin-left: 5px;
	}
	.fluid1-3 {
		margin: 5px 5px;
	}
}
