fieldset#ctrl_agentshippingaddress, fieldset#ctrl_shippingaddress, fieldset#ctrl_billingaddress, fieldset#ctrl_customerselection {
    border: 0;
}

fieldset#ctrl_agentshippingaddress > span, fieldset#ctrl_shippingaddress > span, fieldset#ctrl_billingaddress > span, fieldset#ctrl_customerselection > span {
    border: 1px solid #555555;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

#left ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#left li a{
	height: 60px;
	width: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 5px;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

#container{
	padding-left: 60px;
}

#left {
	right: 60px;
	width: 60px;
	background-color: black;
}

#left li a span{
	display: block;
	font-size: 10px;
}

#left a[title='Listino']:before {
	content: "\f72f";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

#left a[title='Carrello']:before {
	content: "\f07a";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

#left a[title='Checkout']:before {
	content: "\f153";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

#left a[title='Nuovo Cliente']:before {
	content: "\f234";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

#left a[title='Gestioni Indirizzi']:before {
	content: "\f2b9";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

#left a[title='Ordini']:before {
	content: "\f466";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

#left a[title='Login']:before {
	content: "\f084";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

#left a[title='Logout']:before {
	content: "\f2f5";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

#left a.active, #left a.trail{
	background-color: #D6B96A;	
}

#main {
	background-color: white;
}

body {
	background-color: black;
}

#left {
    margin-left: -100%;
}

#main, #left, #right {
	float: left;
}

#main {
	width: 100%;
	min-height: 100vh;
}


.mod_er_iso_addressbook > div {
	margin: 15px;
	padding: 15px;
	border: 1px solid #000;
}

.mod_er_iso_addressbook .buttons .list, .mod_er_iso_addressbook div .buttons .edit, .mod_er_iso_addressbook div .buttons .delete, .mod_er_iso_addressbook .add {
	padding: 5px 10px;
	background-color: black;
	color: white;
	text-align: center;
}

.mod_er_iso_addressbook .vcard {
	margin: 10px;
}
