/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3-ott-2018, 10.48.00
    Author     : gmk
*/

/* Show more */
.show-more {
	max-height: 900px;
	overflow: hidden;
	position: relative;
	transition: max-height 1s;
}

.show-more:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	display: block;
	background: linear-gradient(rgba(255,255,255,0), #fff 88%);
	z-index: 9;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}

.show-more.visible { max-height: 3500px; }

.show-more.visible:after,
.show-more.visible .show-more-button { opacity: 0; visibility: hidden; }

.show-more-button {
	position: absolute;
	bottom: -15px;
	left: 0;
	margin-left: 50%;
	transform: translateX(-50.5%);
	z-index: 10;
	text-align: center;
	display: block;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	padding: 10px 20px;
}

.show-more-button i { margin-left: 3px; }

.invalidGmk::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

.invalidGmk::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

.invalidGmk::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

.rigaHidden {
    display: none;
}

.normale td{
    font-weight: normal !important;
    padding-bottom: 20px;
    background-color: #fff !important;    
}

div.dataTables_filter input {
    border: 1px solid #cccccc;
    height: 30px;
}

div.dataTables_length select {
    height: 30px;
    padding: 0px 10px;
}

.lista{
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
    color: #888;
}