.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;
}

.question-form .ffl-label{
	color: #FFF;	
}

.contact-form .ffl-label, 
.quote-popup-wp .ffl-label,
.ordering-online .ffl-label{
	color: #00072D;	
}

.ffl-floated .ffl-label {
	font-size: 0.90rem;
}

.question-form .ffl-floated .ffl-label {
	color: #B1AFAF;
}

.contact-form .ffl-floated .ffl-label, 
.quote-popup-wp .ffl-floated .ffl-label,
.ordering-online .ffl-floated .ffl-label {
	color: #0E6BA8;
}

.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;	
	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;	
}

.question-form .ffl-input, 
.question-form .ffl-area, 
.question-form .ffl-select{
	border-bottom-color: rgba(255, 255, 255, 0.2);	
	color: #FFF;	
}

.contact-form .ffl-input, 
.contact-form .ffl-area, 
.contact-form .ffl-select, 
.contact-form .ffl-file-cnt,
.quote-popup-wp .ffl-input, 
.quote-popup-wp .ffl-area, 
.quote-popup-wp .ffl-select, 
.quote-popup-wp .ffl-file-cnt,
.ordering-online .ffl-input{
	border-bottom-color: rgba(94, 98, 115, 0.5);	
	color: #00072D;	
}

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

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

.question-form .ffl-input:hover, .question-form .ffl-area:hover, .question-form .ffl-select:hover,
.question-form .ffl-input:focus, .question-form .ffl-area:focus, .question-form .ffl-select:focus {
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}

.contact-form .ffl-input:hover, .contact-form .ffl-area:hover, .contact-form .ffl-select:hover,
.contact-form .ffl-input:focus, .contact-form .ffl-area:focus, .contact-form .ffl-select:focus,
.quote-popup-wp .ffl-input:hover, .quote-popup-wp .ffl-area:hover, .quote-popup-wp .ffl-select:hover,
.quote-popup-wp .ffl-input:focus, .quote-popup-wp .ffl-area:focus, .quote-popup-wp .ffl-select:focus,
.ordering-online .ffl-input:hover, .ordering-online .ffl-area:hover, .ordering-online .ffl-select:hover,
.ordering-online .ffl-input:focus, .ordering-online .ffl-area:focus, .ordering-online .ffl-select:focus {
	border-bottom-width: 1px;
	border-bottom-color: #0E6BA8;
}
