/* generale  */

/* Incrementa la larghezza massima del container principale (indipendentemente dalla dimensione della finestra) */
.uk-container {
    max-width: 1500px !important;
}

.wic-i {
	font-style: italic;
}
.wic-sottotitolo {
	color: #777 !important;
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.wic-nodata {
	color: #999999 !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 15px !important;
	margin-left: 50px !important;
	margin-right: 50px !important;
}
i.wic-logo img, .wic-logo-dominio{
	height: 1.4em;
}

/* Generale - Pulsanti */
.uk-button {
	white-space: nowrap;
}
.wic-hover:hover:enabled {
	background-color: #00a8e6;
	color: #ffffff;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wic-hover-icon:hover i {
	color: #2d7091 !important;
}
.wic-hover-success:hover:enabled {
	background-color: #8cc14c;
	color: #ffffff;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wic-hover-success-icon:hover i {
	color: #659f13 !important;
}
.wic-hover-danger:hover:enabled {
	background-color: #da314b;
	color: #ffffff;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wic-hover-danger-icon:hover i {
	color: #d85030 !important;
}
.uk-button-group > button.uk-active:not(.df-button-bool) {
	background-color: #00a8e6;
	color: #ffffff;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wic-visible-hover {
	visibility: hidden;
}
.wic-visible-hover-parent:hover .wic-visible-hover {
	visibility: visible;
}
.wic-selezionabile-hover {
	background-color: #eaeaea;
}

/* Generale - Input */
input[type=text].wic-form,
input[type=password].wic-form {
	width: 100%;
	width: 80%;
}

/* Generale - Tab */
/* Cambia colore tab (testo e sfondo) */
.uk-tab > li > a {
    color: #444444 !important;
}
.uk-tab > li.uk-active > a {
	background-color: #fafafa !important;
}

/* tabelle */
/* toglie gli orribili bordi neri sulle tablle dataTables */
table.dataTable.no-footer,
table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 1px solid #ddd;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
	border-top: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_processing {
	background: white;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	top: 40%;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #ddd;
}
td {
	max-width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
th {
	white-space: nowrap;
	text-align: left;
}
.wic-tbl-click td {
	cursor: pointer;
}
.wic-tbl-dettaglio tr :first-child {
	color: #999999 !important;
}
textarea {
	width: 100%;
}
.wic-input-lungo {
	width: 90%;
}

/* datatables - fixed header */
.uk-margin-top.fixedHeader-floating {
	margin-top: 0px !important;
}

/* autocomplete - da allineare con uikit */
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}
.autocomplete-selected {
	background: #F0F0F0;
}
.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
}
.autocomplete-group {
	padding: 2px 5px;
}
.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}

/* pagina impostazioni */
i.btnModifica,
i.btnSalva {
	cursor: pointer;
}
.tblImpostazioni td {
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
	font-size: 1rem;
	vertical-align: bottom;
	min-height: 2.1em;
}
.tblImpostazioni tr {
	font-size: 0.001px;
}
.tblImpostazioni tr.trBlob td {
	margin-top: 3px;
}

/* Esportazione manuale clienti (per gestionali che non supportano l'importazione) */
button a {
	color: #999999 !important;
}
button:enabled a {
	color: #2d7091 !important;
	color: black;
}
button:hover:enabled a {
	color: #ffffff !important;
	text-decoration: none;
}

/* workaround - altrimenti il datepicker ha dimensioni sballate */
.uk-dropdown,
.uk-datepicker {
	width: auto;
}



/* Upload drop */

.wic-upload-drop {
	cursor: pointer;
	position: relative;
}

.wic-upload-drop input[type=file]{
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.0;
	top: 0;
	left: 0;
}


.wic-pointer {
	cursor: pointer;
}
