.btn-enc {
    padding: 10px 10px;
    font-size: 10px;
    line-height: 1;
    border-radius: 2px;
    margin-top: 5px;
	width:100%;
}

.btn-status {
    padding: 10px 5px;
    font-size: 10px;
    line-height: 1;
    border-radius: 2px;
    margin-top: 5px;
	width:90px;
	height: 40px;
}
.select-status {
    padding: 10px 10px;
    font-size: 10px;
    line-height: 1;
    border-radius: 2px;
    margin-top: 5px;
	width:200px;
	height: 40px;
}
  
.popup {

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 500px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid black;
	box-sizing: border-box;
	padding: 10px;
	z-index: 100;
	display: none;
	/*to hide popup initially*/
}
  
.close-btn {
    position: absolute;
    right: 25px;
    top: 0px;
    color: black;
    padding: 0;
    font-size: 65px;
    cursor: pointer;
}
.popupA {
	height: 300px;
}

.popuphistorico {
	position: fixed;
	top: 20px;
	bottom: 20px;
    left: 20%;
    right: 20%;
	height: 90vh;
	z-index: 900;
	display: none;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid black;
	box-sizing: border-box;
	overflow-y: scroll;
	/*position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 500px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid black;
	box-sizing: border-box;
	padding: 10px;
	z-index: 100;
	display: none;
	overflow-y: scroll;*/
	/*to hide popup initially*/
}
.tag-logoAmostra {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: orange;
    padding: 5px;
    color: #FFF;
    font-weight: 600;
}
.titlePopup {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 35px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 25px;
}