
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;600&family=Poppins:wght@200;300;600&display=swap');

*{box-sizing: border-box;}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFFFFF;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #000000;
}
input[type='text'], input[type='password'] {
	padding: 2px;
	border-radius: 4px;
	border: 1px solid #b3b8bf;
}
input[type='text']:focus, input[type='password']:focus {
	outline: none;
	-webkit-appearance: none;
	border-color: dodgerblue;
}
select {
	padding: 6px;
	/* border: 1px solid rgb(146, 146, 146); */
	border: 1px solid #b3b8bf;
	border-radius: 4px;
}
select:focus{
	outline: none;
	border-color: dodgerblue;
}
textarea {
	padding: 2px;
	border: 1px solid #b3b8bf;
	border-radius: 4px;
}
a, a:visited {
	color: #003366;
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
#header .maindiv1 {
	/* height: 56px;
	padding: 0px 30px; */
	/* background: url('../_images/header.png') repeat-x; */
	/* min-width: 900px; */
}
#header .div2 {
	color: #FFFFFF;
	padding: 5PX 0px 0px 0px;

}
#header .div3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 15px 0px 0px 0px;

}
#header .div2 span {
	font-weight: bold;
}
#page_menu {
	/* background: url('../_images/menu.png') repeat-x; */
	background: #1f2021;
	position: relative;
	z-index: 1;
	height: 34px;
	/* clear: both; */
	/* padding: 0px 30px; */
	padding: 120px 0 0;
	/* min-width: 900px; */
}
#page_menu > ul.left {
	/* float: left; */
}
#page_menu > ul.right {
	/* float: right; */
}
#page_menu > ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#page_menu > ul ul {
	display: none;

	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 250px;
	/* background: url('../_images/transparent.png'); */
	background: #1f2021;

	width: 250px;
}

#page_menu ul li{
	position: relative;
}
#page_menu ul li:hover{
	/* background: #4c4c4c; */
	background: #313940;
}

#page_menu ul li:hover > ul{
	display: block;
}




#page_menu > ul a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#page_menu > ul > li + li {position: relative;}
#page_menu > ul > li + li:after {
	content: ">";
	color: rgb(213, 213, 213);
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#page_menu > ul .top, #page_menu > ul li li.sfhover {
	/* padding: 10px 15px 9px 17px; */
	/* font-family: Arial, Helvetica, sans-serif; */
	padding: 10px 10px 10px 16px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}
#page_menu > ul ul li {
	/* padding: 2px; */
	/* padding: 4px 20px 4px 16px; */
	padding-left: 16px;
	/* background: red; */
}
#page_menu > ul .selected .top {
	/* background: url('../_images/selected.png') repeat-x; */
	background: dodgerblue;
	color: #FFFFFF;
}
#page_menu > ul .selected:hover a.top, #page_menu > ul .sfhover a.top {
}
#page_menu > ul .parent:after {
	/* background: url('../_images/arrow-right.png') 95% center no-repeat;
	background: rebeccapurple; */
	content: ">";
	color: rgb(213, 213, 213);
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#page_menu > ul li {
	/* float: left; */
	list-style: none;
}
#page_menu > ul li ul {
	position: absolute;
}
#page_menu > ul li li {
	/* clear: both; */
}
#page_menu > ul li ul a {
	color: #FFFFFF;
	/* height: 15px; */
	/* width: 145px; */
	white-space: nowrap;
	padding-right: 20px;
	padding: 10px 20px 10px 0;
	/* padding: 6px 20px 6px 10px; */
}
#page_menu > ul li ul ul {
	/* margin: -27px 0 0 157px; */
	margin: 0;
	left: 250px;
	/* top: 100px; */
	/* position: relative; */
}
#page_menu > ul li li:hover, #page_menu > ul li li.sfhover {
	/* background: #333; */
	background: #313940;
	color: #000000;
}
#container {
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
}
#content {
	/* background: #FFFFFF url('../_images/background.png') 0px 1px repeat-x; */
	padding: 10px 30px 0px 30px;
	padding-bottom: 128px;
}
#footer {
	/* background: #FFFFFF url('../_images/footer.png') repeat-x; */
	height: 90px;
	padding-top: 38px;
	text-align: center;
	font-size: 12px;
	color: #333;
	position: relative;
	/* margin-top: -128px; */
	/* clear: both; */
}
#footer a {
	color: #333;
	text-decoration: underline;
}
.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
.success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../_images/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFD1D1 url('../_images/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../_images/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	margin-top: 3px;
	color: #FF0000;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.help {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.icon {
	vertical-align: middle;
	cursor: pointer;
}
.image {
	border: 1px solid #EEEEEE;
	padding: 10px;
	display: inline-block;
	text-align:center;
}
.image img {
	margin-bottom: 5px;
}
.box {
	margin-bottom: 15px;
}
.box > .heading {
	/* padding-left: 7px; */
	/* border: 1px solid #DBDBDB; */
	/* background: url('../_images/box.png') repeat-x; */
	/* background: #e4e4e4; */
}
.box > .heading h1 {
	/* color: #003A88; */
	/* color: #1f2021; */
	/* float: left; */
}
.box > .heading h1 img {
	float: left;
	margin-top: -1px;
	margin-left: 3px;
	margin-right: 8px;
}
.box > .heading .buttons {
	/* float: right; */
	/* padding-top: 7px; */
	/* margin-right: 5px; */
}
.box > .heading .buttons .button {
	margin-left: 5px;
}
.box > .content {

	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;

	/* padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px; */
	overflow: auto;
}
.box > .content div{width: 100%;}
a.button, .list a.button {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 5px 15px;
	background: #003A88;
	/* background: dodgerblue; */
	/* -webkit-border-radius: 10px 10px 10px 10px; */
	/* -moz-border-radius: 10px 10px 10px 10px; */
	/* -khtml-border-radius: 10px 10px 10px 10px; */
	/* border-radius: 10px 10px 10px 10px; */
	border-radius: 4px;
}
.buttons a.button{background: #003A88; font-weight: bold;}
.buttons a.button:nth-child(2){
	background: #6eb8ff;
    color: #002684;
}
.list {
	border-collapse: collapse;
	width: 100%;
	/* 
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	*/
	margin-bottom: 20px;
}
.list td {
	border-right: 1px solid #DDDDDD;
	/* border-bottom: 1px solid #DDDDDD; */
}
.list tbody tr:nth-child(even){background: #ecf4f4;}
.list thead td {
	/* background-color: #EFEFEF; */
	padding: 0px 5px;
	border: 0;
}

.list tr:hover > td:not(.list thead td) {
    background-color: #cadbe0;
}
.list thead{
	/* background: #1f2021; */
	border-bottom: 4px solid #1f2021;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody td a {
	font-size: 12px;
	text-decoration: none;
	padding: 4px 10px;
	background: #1076db;
	border-radius: 4px;
	font-weight: 600;
	color: white;
	transition: .2s;
}
/* .list tbody td a:nth-child(1) {background: #1076db;} */
.list tbody td a:hover{background: #e66b3e;}

/* .list tbody td a:nth-child(3) {
	background: transparent;
	color: black;
	border-bottom: 2px solid black;
	border-radius: 0;
} */

/* .list tbody td br{display: none;} */

.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	/* background: #FFFFFF; */
}

.list .left {
	text-align: left;
	padding: 12px 7px;
}
.list .right {
	text-align: right;
	padding: 12px 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
.list .asc {
	padding-right: 15px;
	background: url('../_images/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../_images/desc.png') right center no-repeat;
}
.list tr.filter td {
	padding: 5px;
	background: #E7EFEF;
	border-right: 1px solid #cad8d8;
}
.pagination {
	border-top: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}
.pagination .links {
	float: left;
	padding-top: 6px;
}
.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 6px;
	font-size: 12px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form > tbody > tr > td:first-child {
	width: 200px;
}
table.form > tbody > tr > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox img {
	float: right;
	cursor: pointer;
}
/* .htabs {
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../_images/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
} */
.vtabs {
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: none;
}
.vtabs a, .vtabs span {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs a img, .vtabs span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
.vtabs-content {
	margin-left: 205px;
}
.accordion-heading {
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.accordion-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.accordion-content {
	padding: 0px 0px 15px 0px;
	overflow: auto;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
.overview {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.overview table {
	width: 100%;
	border-spacing: 0;
}
.overview td + td {
	text-align: right;
	font-weight: 600;
	font-size: 20px;
}
.statistic {
	position: relative;
	float: right;
	width: 49%;
	margin-bottom: 20px;
}
.range {
	float: right;
	color: #FFF;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
	color: #1f2021;
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
}
.range {
	/* padding-top: 1px; */
	/* padding-right: 1px; */
}
.range, .range select {
	font-size: 12px;
	margin-left: 10px;
	font-weight: 600;
}
.latest {
	clear: both;
}
.latest tbody td {
	/* background: #FFF; */
}
.dashboard-heading {
	/* background: #547C96; */
	color: #FFF;
	border-bottom: 1px solid #d2dce3;
	padding: 20px 0 6px 5px;
	font-size: 20px;
	color: #1f2021;
	font-weight: bold;
}
.latest .dashboard-heading{
	/* border-bottom: 0; */
	margin-bottom: 20px;
}
.dashboard-content {
	background: #FCFCFC;
	/* border: 1px solid #8EAEC3; */
	/* padding: 10px 0; */
	padding: 0;
	overflow-x: scroll;
	/* min-height: 180px; */
}
.dashboard-content table tr{
	/* height: 34px; */
}
.dashboard-content table tr td{
	font-family: 'Inter', sans-serif;
	padding: 0 10px;
}



.dashboard-content table tr:nth-child(even){
	/* background: #ddebef; */
	background: #ecf4f4;
}

.form table.list tbody:nth-child(even){
	background: #ecf4f4;
}

/* nascondo br tra i pulsanti nella tabella ordini */
.form table.list tbody td.center br{display: none;}
.form table.list tbody td.center a:nth-child(3){
	background: transparent;
	color: black;
}

.refresh {
	cursor: pointer;
	position: relative;
	top: 3px;
}
td{font-size: 14px;}

