.editor-documento-ico {
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    width: fit-content;
}

.editor-documento-ico:before, .editor-documento-ico:after {
    display: block;
    font: normal normal normal 14px/1 Font Awesome\ 5 Free;
    font-size: inherit;
    position: absolute;
    color: #003399;
	font-weight: 900;
}
.editor-documento-ico:before {
    content: "\f0c5";
    left: 0;
    top: 10px;
	font-weight: 900;
}
/*.editor-documento-ico:after {
   content: "\f05a";
   right: 0;
   top: 10px;
}*/

.editor-link-ico {
    padding: 5px 20px;
	padding-left: 60px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    width: fit-content;
}

.editor-link-ico:before, .editor-link-ico:after {
    display: block;
    font: normal normal normal 14px/1 Font Awesome\ 5 Free;
    font-size: 24px !important;
    position: absolute;
    color: #657A8D !important;
	font-weight: 900;
}
.editor-link-ico:before {
    content: "\f0c1";
    left: 14px;
    top: 10px;
}
.editor-download-ico {
    padding: 5px 20px;
	padding-left: 60px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    width: fit-content;
}

.editor-download-ico:before, .editor-download-ico:after {
    display: block;
    font: normal normal normal 14px/1 Font Awesome\ 5 Free;
    font-size: 24px !important;
    position: absolute;
    color: #657A8D !important;
	font-weight: 900;
}
.editor-download-ico:before {
    content: "\f019";
    left: 14px;
    top: 10px;
}


.editor-box-gialloLuminoso {
	border: 1px solid #ffb500;
    border-radius: 5px;
    border-left-width: 5px;
    overflow: hidden;
    padding: 26px 26px 26px 40px;
	padding-bottom: 26px !important;
    background-color: #ffb7001a;
    font-weight: 400;
    margin-bottom: 1rem !important;
    position: relative;
	color: #000;
}
.editor-box-serviziOnline {
	border: 1px solid #99CC00;
    border-radius: 5px;
    border-left-width: 5px;
    overflow: hidden;
    padding: 26px 26px 26px 40px;
	padding-bottom: 26px !important;
    background-color: #99CC001a;
    font-weight: 400;
    margin-bottom: 1rem !important;
    position: relative;
	color: #000;
}
.editor-box-areaIndirizzi {
	border: 1px solid #6599FF;
    border-radius: 5px;
    border-left-width: 5px;
    overflow: hidden;
    padding: 26px 26px 26px 40px;
	padding-bottom: 26px !important;
    background-color: #6599FF1a;
    font-weight: 400;
    margin-bottom: 1rem !important;
    position: relative;
	color: #000;
}