.upp{
	border-top: 3px solid #607848;
	margin-top: 50px;
}

.upp h3{
	margin: 5px 0px;
}

.upp input[type="text"],
.upp select{
	margin-bottom: 15px;
	border-color: rgb(140, 140, 140);
}

.upp input[type="submit"]{
	background-color: #607848;
	display: inline-block;
	padding: 5px 15px;
	color: white; 
	border: 0px;
	outline: 0px;
	border-radius: 5px;
	float: right;
}

.upp .hint{
	background-color: #eee;
	color: black;
	font-size: 11px;
	display: block;
	padding: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.upp .block{
	display: block;
	height: 50px;
}

.upp .erro{
	color: #FFBABA;
	font-size: 11px;
	display: block;
	padding: 5px;
	border: 1px solid #FFBABA;
	margin-top: 15px;
	border-radius: 5px;
}

.upp .sucesso{
	color: #607848;
	font-size: 11px;
	display: block;
	padding: 5px;
	border: 1px solid #607848;
	margin-top: 15px;
	border-radius: 5px;
}

.sidol-controle .grid-item .user-sended{
	width: 150px;
	height: 173px; 
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat; 
}

.uppb input{
	background-color: transparent;
}

.uppb .coluna{
	width: calc(50% - 10px);
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	padding-right: 
}

.uppb label{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px;
	display: block; 
}

.uppb img{
	max-width: 100%;
}

.uppb a.planta{
	text-decoration: none; 
	background-color: #607848;
	display: inline-block;
	padding: 5px 15px;
	color: white; 
	border: 0px;
	outline: 0px;
	border-radius: 5px;
	
}

.uppb .remover{
	padding: 5px;
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	color: #607848;
	background-color: white; 
	font-size: 11px;
	cursor: pointer; 
}

.uppb-toggle{
	background-color: #607848;
	color: white; 
	margin-top: 15px;
	border-radius: 5px;
	padding: 10px;
}

.uppb-toggle .titulo{
	text-align: center;
	font-size: 14px;
	border-bottom: 3px solid white;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 15px;
}



