.phone-field {
	display: flex;
	width: 100%;
	flex-wrap:nowrap;
}
/* waiting list to be updated */
.phone-field .input-prepend, .phone-field .input-append {
	margin-bottom: 0;
}
.phonenumber-label {
	margin-bottom: 0;
	font-size: 8pt;
	font-style: italic;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.control-group.error .phonenumber {
	color: #b94a48;
}
.phonenumber {
	width: unset;
	flex-basis: 127px;
	font-size: 14px;
	/* display: inline-block;
	*display: inline; */
	zoom: 1;
	vertical-align: middle;
	white-space: nowrap;
}
.phonenumber input {
	margin-bottom: 0;
}
.phonenumber-area input, .phonenumber-no input {
	vertical-align: middle !important;
	border-radius: 3px 3px 3px 3px !important;
	margin-right: 5px;
}
.phonenumber-ext input {
	margin-left: 5px;
	border-radius: 3px 3px 3px 3px !important;
	vertical-align: middle !important;
}
.phonenumber-country input {
	margin-right: 4px;
	vertical-align: middle !important;
}
.input-micro {
	width: 40px;
}
.input-nano {
	width: 20px;
}
/** Theme normal **/
.phone-field .phonenumber {
	margin-right: 10px;
}
.phone-field .phonenumber input {
	width: 80%;
}
.phone-field .phonenumber-country {
	width: unset;
	flex-basis: 90px;
}
.phone-field .phonenumber-country input {
	width: 50%;
}
.phone-field .phonenumber-area {
	width: unset;
	flex-basis: 65px;
}
.phone-field .phonenumber-area input {
	width: 60%;
}
.phone-field .phonenumber-no {
	width: 28%;
	flex-basis: 40%;
}
.phone-field .phonenumber-no input {
	width: 90%;
}
.phone-field .phonenumber-ext {
	width: 22%;
	flex-basis: 75px;
}
.phone-field .phonenumber-ext input {
	width: 70%;
}
@media (max-width: 1280px) {
	.phone-field .phonenumber-area input {
		width: 65%;
	}	
	.phone-field .phonenumber-ext input {
		width: 62%;
	}		
}
@media (max-width: 1024px) {
	.phone-field .phonenumber-no {
		width: 25%;
	}
	.phone-field .phonenumber-no input {
		width: 80%;
	}
}
@media (max-width: 900px) {
	.phone-field .phonenumber-no {
		width: 25%;
	}
	.phone-field .phonenumber-no input {
		width: 80%;
	}
	.phone-field .phonenumber-area input {
		width: 65%;
	}
	.phone-field .phonenumber-ext input {
		width: 65%;
	}	
}
@media (max-width: 740px) {
	.phone-field .phonenumber-country {
		width: unset;
		flex-basis: 105px;
	}
	.phone-field .phonenumber-country input {
		width: 40%;
	}	
	.phone-field .phonenumber-area input {
		width: 65%;
	}
	.phone-field .phonenumber-ext input {
		width: 60%;
	}
	.phone-field .phonenumber {
		margin-right: 2px;
	}
	.controls .phone-field .phonenumber-no {
		width: unset;
		flex-basis: 40%;
	}
}
@media (max-width: 600px) {
	.phone-field .phonenumber-country input {
		width: 40%;
	}	
	.phone-field .phonenumber-area input {
		width: 65%;
	}
	.phone-field .phonenumber-ext input {
		width: 65%;
	}
	.phone-field .phonenumber {
		margin-right: 2px;
	}	
}
@media (max-width: 500px) {
	.phone-field .phonenumber-country input {
		width: 47%;
	}	
	.phone-field .phonenumber-no {
		width: unset;
		flex-basis: 35%
	}
	.phone-field .phonenumber-area {
		width: unset;
		flex-basis: 15%;
	}	
	.phone-field .phonenumber-ext {
		width: unset;
		flex-basis:15%;
	}
	.phone-field .phonenumber-ext input {
		width: 50%;
	}
	.phone-field .phonenumber {
		margin-right: 2px;
	}	
}
/** Theme compact **/
.phone-field-compact .phonenumber {
	margin-right: 2px;
	width: auto;
}
.phone-field-compact .phonenumber input {
	width: 20px;
}
.phone-field-compact .phonenumber-no input, .phone-field-compact .phonenumber-ext input {
	width: 40px;
}