.form-group{
	margin-bottom: 25px;
	background-color: transparent;
}
.form-group label{
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	/*text-transform: uppercase;*/
	margin: 0 0 15px 0;
}
.form-group textarea{
	min-height: 50px;
	background-color: transparent;
	color: #000;
}
.form-group input{
	background-color: transparent;
	color: #000;
}
.form-control {
	border: 1px solid #DEDEDE;
	border-radius: 3px;
}
.form-control:focus {
    border-color: #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.naked{
	border-radius: 3px;
	background-color: transparent;	
	color: #FFF;
	border-color: #CCC;
}
.naked:hover, .naked:active, .naked:focus {
	color: #000;
	border-color: #777;
	background-color: transparent;	
}
.navbar-form {
	padding: 10px 0px;
}
#pr_email_show {
    display: none;
}
.form-group input[type="text"].edit.key{
	border: none;
	box-shadow: none;
	text-align: right;
	width: 200px;
	border-bottom: 1px solid #ededed;
	padding: 20px;
}
.form-group input[type="text"].edit.value{
	border: none;
	box-shadow: none;
	text-align: left;
	width: 400px;
	border-bottom: 1px solid #ededed;
	padding: 20px;
	margin-left: 20px;
}
.form-group i.fa-times{
	font-size: 16px;
	color: #EF5350;
	cursor: pointer;
}
.updateDataArchive i.fa-plus, .updateDataArchives i.fa-plus{
	font-size: 20px;
	color: #4DB6AC;
	cursor: pointer;
	display: block;
	margin: 20px 0 20px 205px;
}
.updateDataArchives i.fa-plus{
	margin-left: 0px;
	margin-right: 205px;
}
.updateSubmit{
	float: right;
	border: none;
	box-shadow: none;
	background-color: transparent;
	border: 3px solid #4DB6AC;
	padding: 10px;
	margin-right: 100px
}
.updateSubmit:hover{
	background-color: #4DB6AC;
	color: #FFF;
}
.updateDataArchives{
	text-align: center;
}
