.ffl-wrapper {
	position: relative;
	display: block;
	padding-top: 1rem;
}

.ffl-wrapper .ffl-label {
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease;
	transition-delay: 0s;
	position: absolute;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	pointer-events: none;
	top: 1.25rem;
}

.ffl-wrapper.ffl-floated .ffl-label {
	top: 0;
}

.ffl-label {
	font-size: 12pt;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
}

.ffl-floated .ffl-label {
	font-size: 0.80rem;
	color: #a7a6a6;
}

.ffl-input, .ffl-area, .ffl-select, .ffl-file-cnt {
	transition: .3s ease-in-out;
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1rem;
	box-shadow: none;
	appearance: none;
	outline: none;
	background-color: transparent;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	border-bottom-color: #757575;	
	color: #212121;		
	height: 1.875rem;
	font-size: 12pt;
	font-weight: 500;
}

.ffl-file-cnt{
	padding-top: 5px;
	height: 1.6rem;
	cursor: pointer;
	background: url(../images/icn-attachment.png) right top no-repeat;	
}

.ffl-attchment .ffl-file{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;	
}

.ffl-area{
	width: 100%;
	height: 20px;
	padding: 10px 0;
	resize: none;	
}

.ffl-area-active{
	height: 150px;
}

.ffl-input:hover, .ffl-area:hover, .ffl-select:hover, .ffl-file-cnt:hover,
.ffl-input:focus, .ffl-area:focus, .ffl-select:focus, .ffl-file-cnt:focus {
	border-bottom-width: 1px;
	border-bottom-color: #EEA031;
}
