.bar{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: white;
	border-bottom: 1px solid #F2F2F2;
	display: flex;
}
a{
	text-decoration: none;
	color: #6f6f7b;
}
.name{
	flex: 2;
	height: 50px;
	float: left;
		color: #6f6f7b;
		font-size: 14px;
		overflow: hidden;
		
	margin-left: 4%;
}
.bar input{
	border: none;
	outline: none;
	background-color: #FFFFFF;
		color: #6f6f7b;
		font-size: 14px;
		flex: 2;
	text-align: right;
	padding-right: 30px;
	box-sizing: border-box;
}
input[disabled]{color:#6f6f7b;opacity:1}

#del{
	width: 90%;
	height: 40px;
	margin:40px 5%; 
	outline: none;
	border: none;
	background-color: #0380fb;
	color: white;
	border-radius: 50px;
	font-size: 16px;
}

input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}
textarea {  -webkit-appearance: none;}   
.button{ border-radius: 0; } 
.bar div{
	height: 50px;
	flex: 2;
	background-size: 10px;
	/* background-image: url(../images/right.png); */
	/* background-repeat: no-repeat; */
	background-position-y: center;
	background-position-x: 96%;
	text-align: right;
	text-align: right;  
	/* padding-right: 30px; */  box-sizing: border-box;
}  
.bar a{
	height: 50px;
	flex: 2;
	background-size: 10px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 96%;
	text-align: right;
	text-align: right;  padding-right: 30px;  box-sizing: border-box;
} 
.bar:nth-of-type(2) a{
	height: 50px;
	float: right;
	background-size: 10px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 96%;
	flex: 2;
}