@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url('fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

/*
 * STRUTTURA
 */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #fff;
	color: #333;
}

div.container {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.nav {
	padding: 0;
	margin: 0;
	height: 30px;
}

div.nav .fa {
	color: #999;
	margin: 0;
}

div.nav a,
div.nav span {
	padding: 0 8px;
}

a.folderlink {
	color: #5EA0E0;
}

td svg,
a.folderlink svg {
	margin-right: 5px;
}

a.filelink {
	color: #333;
}

.fa {
	margin-right: 0.33em
}

div.http-error {
	margin: 300px 0;
	width: 100%;
	text-align: center;
	font-size: 196px;
	color: #eee;
}

/*
 * STILI
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 300;
	text-rendering: optimizelegibility;
	color: #3E80C0;
	line-height: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

h1 {
	margin-top: 80px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 2em;
}

h2 {
	margin: 20px 0;
	font-size: 1.5em;
}

h3 {
	margin-top: 5px;
	margin-bottom: 50px;
	font-size: 1.2em;
	color: #666;
}

p {
	text-align: justify;
	margin: 1em 0;
	font-weight: 300;
}

a {
	outline: none;
	text-decoration: none;
	color: #5EA0E0;
	font-weight: 400;
}

pre {
	font-family: Monaco, 'Lucida Console', monospace;
	font-size: 12px;
	padding: 15px;
	margin: 15px 0;
	overflow: hidden;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote {
	margin: 15px 0;
	padding: 0;
	font-style: italic;
}

strong {
	font-weight: 700;
}

footer {
	text-align: left;
	font-size: 0.85em;
	font-weight: 400;
	margin: 50px 0;
	color: #666;
}

hr {
	display: block;
	padding: 0;
	margin: 2em auto;
	width: 240px;
	border: 0;
	border-bottom: 1px solid #202020;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

.form-displaylicensesdata,
.form-displayinfodata {
	width: 650px !important;
}

/*
 * MEDIA RULES
 */

@media (min-width: 480px) and (max-width: 720px) {
	div.container {
		width: 100%;
		margin: 0;
		padding: 0 20px 0 20px;
	}
	.mayhide {
		display: none;
	}
}

@media (max-width: 480px) {
	div.container {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
	.mayhide {
		display: none;
	}
}

@media (max-width: 320px) {
	div.container {
		width: 320px;
		margin: 0;
		padding: 0 10px;
	}
	.mayhide {
		display: none;
	}
}

/*
 * LOGIN
 */

.login-form {
	margin: 20px 0;
}

.login-form span,
.login-form input {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.login-form input {
	padding: 4px;
}

.login-form input,
.login-form .g-recaptcha {
	margin-bottom: 20px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	width: 170px;
}

/*
 * SORTABLE TABLE
 */

table[data-sortable] {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #c9e6f2;
	margin-bottom: 25px
}

table[data-sortable] th {
	vertical-align: bottom;
	font-weight: bold;
	background-color: #f2f9fc;
	border-bottom: 1px solid #c9e6f2;
	color: #68777d;
}

table[data-sortable] th,
table[data-sortable] td {
	text-align: left;
	padding: 7px;
}

table[data-sortable] td,
table[data-sortable] th {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

table[data-sortable] th.tright,
table[data-sortable] td.tright {
	text-align: right;
}

table[data-sortable] th.tcenter,
table[data-sortable] td.tcenter {
	text-align: center;
}

table[data-sortable] th:not([data-sortable="false"]) {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	cursor: pointer;
}

table[data-sortable] th:after {
	content: "";
	visibility: hidden;
	display: inline-block;
	vertical-align: inherit;
	height: 0;
	width: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent;
	margin-right: 1px;
	margin-left: 10px;
}

table[data-sortable] th[data-sorted="true"]:after {
	visibility: visible;
}

table[data-sortable] th[data-sorted-direction="descending"]:after {
	border-top-color: #a9c6d2;
	margin-bottom: 2px;
}

table[data-sortable] th[data-sorted-direction="ascending"]:after {
	border-bottom-color: #a9c6d2;
	margin-bottom: 7px;
}

table[data-sortable] tbody tr {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	color: #888;
	cursor: pointer;
}

table[data-sortable] tbody tr.selected td {
	background-color: #fafafa;
}

table[data-sortable] tbody tr:last-child {
	border-bottom: 1px solid #ddd;
}

table[data-sortable] tbody tr:hover {
	background-color: #f5f5f5;
}

/*
 * NAVIGATION BAR
 */

.navigation-bar {
	height: 40px;
	text-align: right;
}

.navigation-bar-left {
	width: 50%;
	text-align: left;
	float: left;
}

.navigation-bar-right {
	width: 50%;
	text-align: right;
	float: right;
}

/*
 * ACTION BAR
 */

.action-bar {
	height: 40px;
	text-align: right;
}

.action-bar-left {
	width: 20%;
	text-align: left;
	float: left;
}

.action-bar-right {
	width: 80%;
	text-align: right;
	float: left;
}

.action-bar a,
.action-bar button {
	white-space: nowrap;
	outline: none;
	text-decoration: none;
	color: #5EA0E0;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	display: inline-block;
	margin: 10px 0 10px 0;
	border: 0;
	border-right: 1px solid #ddd;
	padding: 0 10px;
	background: none;
	cursor: pointer;
}

.action-bar a:last-child,
.action-bar button:last-child {
	border-right: 0;
}

/*
 * FOOTER BAR
 */

 .footer-bar {
	height: 40px;
	text-align: right;
}

.footer-bar-right {
	width: 100%;
	text-align: right;
	float: left;
}

.footer-bar a {
	white-space: nowrap;
	outline: none;
	text-decoration: none;
	color: #5EA0E0;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	display: inline-block;
	margin: 10px 0 10px 0;
	border: 0;
	
	padding: 0 10px;
	background: none;
	cursor: pointer;
}

.footer-bar a:last-child,
.footer-bar button:last-child {
	border-right: 0;
}

/*
 * FILE INFO
 */

div.fileinfo {
	margin: 20px 0;
}

div.fileinfo p {
	margin: 0;
	;
	padding: 0;
	font-size: 1.2em;
	font-style: italic;
	line-height: 2em;
}

div.fileinfo p strong {
	display: inline-block;
	font-style: normal;
	width: 160px;
}

/*
 * README BOX
 */

div.readme-md svg {
	margin-right: 5px;
}

div.readme-md {
	padding: 9px 10px 10px;
	margin: 0;
	font-size: 14px;
	line-height: 17px;
	background-color: #f5f5f5;
	border: 1px solid #d8d8d8;
	border-bottom: 0;
}

div.readme-md-content {
	padding: 45px;
	background-color: #fff;
	border: 1px solid #ddd;
	line-height: 1.5;
	word-wrap: break-word;
}

.markdown-body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	white-space: pre-line;
	word-wrap: break-word
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
	color: #333;
	margin-top: 0;
	margin-bottom: 16px
}

.markdown-body hr {
	height: 0.25em;
	padding: 0;
	margin: 24px 0;
	background-color: #e7e7e7;
	border: 0
}

.markdown-body blockquote {
	padding: 0 1em;
	color: #777;
	border-left: 0.25em solid #ddd
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
	color: #333;
	margin-top: 24px;
	margin-bottom: 16px;
	font-weight: 700;
	line-height: 1.25
}

.markdown-body h1 {
	padding-bottom: 0.3em;
	font-size: 2em;
	border-bottom: 1px solid #eee
}

.markdown-body h2 {
	padding-bottom: 0.3em;
	font-size: 1.5em;
}

.markdown-body h3 {
	font-size: 1.25em
}

.markdown-body h4 {
	font-size: 1em
}

.markdown-body h5 {
	font-size: 0.875em
}

.markdown-body h6 {
	font-size: 0.85em;
	color: #777
}

.markdown-body ul,
.markdown-body ol {
	padding-left: 2em
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
	margin-top: 0;
	margin-bottom: 0
}

.markdown-body li>p {
	margin-top: 16px
}

.markdown-body li+li {
	margin-top: 0.25em
}

.markdown-body dl {
	padding: 0
}

.markdown-body dl dt {
	padding: 0;
	margin-top: 16px;
	font-size: 1em;
	font-style: italic;
	font-weight: 700
}

.markdown-body dl dd {
	padding: 0 16px;
	margin-bottom: 16px
}

.markdown-body table {
	display: block;
	width: 100%;
	overflow: auto
}

.markdown-body table th {
	font-weight: 700
}

.markdown-body table th,
.markdown-body table td {
	padding: 6px 13px;
	border: 1px solid #ddd
}

.markdown-body table tr {
	background-color: #fff;
	border-top: 1px solid #ccc
}

.markdown-body img {
	max-width: 100%;
	box-sizing: content-box;
	background-color: #fff
}

.markdown-body code {
	padding: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
	font-size: 85%;
	background-color: rgba(0, 0, 0, 0.04);
	border-radius: 3px
}

.markdown-body pre {
	word-wrap: normal
}

.markdown-body pre>code {
	padding: 0;
	margin: 0;
	font-size: 100%;
	word-break: normal;
	white-space: pre;
	background: transparent;
	border: 0
}

/*
 * CONTEXT-MENU
 */

.context-menu {
	display: none;
	position: absolute;
	z-index: 10;
	padding: 12px 0;
	background-color: #fff;
	border: solid 1px #dfdfdf;
	box-shadow: 1px 1px 2px #cfcfcf;
}

.context-menu-active {
	display: block;
}

.context-menu-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.context-menu-item {
	display: block;
}

.context-menu-item:hover {
	background-color: #f5f5f5;
}

.context-menu-item:last-child {
	margin-bottom: 0;
}

.context-menu button {
	white-space: nowrap;
	outline: none;
	text-decoration: none;
	color: #5EA0E0;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	border: 0;
	padding: 10px 70px 10px 25px;
	background: none;
	cursor: pointer;
}

.context-menu button.hide-disabled {
	display: none;
}

.context-menu button.disabled {
	color: #c0c0c0;
}

#form-modifyCustomer-addProduct {
    display: block;
    background-color: #dddddd;
    width: 32px;
    height: 32px;
    float: right;
    position: relative;
    margin-top: 40px;
    line-height: 32px;
    font-size: 32px;
	text-align: center;
	cursor: pointer;
}
	
#menu-a-tendina {
	position: absolute;
	display: none;
	margin: 0px;
    background-color: white;
	border: 1px solid #cbcbcb;
	width:320px;
	margin-left: -150px;
}
#mostra-menu {
	display: inline-block;	
}

#mostra-menu:hover #menu-a-tendina {
	display: block;
}

#menu-a-tendina li {
	list-style-type: none;
	display: block;
}