.UpdateFormat
	{
	width : 100%;
	}

.UpdateField 
	{
	margin-bottom : 12px;

	display : flex;
	flex-direction : row;
	}
	
.UpdateFieldLabel
	{
	width : 20%;
	}
	
.UpdateFieldIcone
	{
	width : 3%;
	}

.UpdateFieldContent
	{
	width : 77%;

	display : flex;
	flex-direction : column;
	}
	
.UpdateFieldContent, .UpdateFieldContentText, .UpdateFieldContentTextarea, .UpdateFieldContentDate, .UpdateFieldContentNumber
	{
	width:75%
	}

.UpdateFieldContent input
	{
	width:100%;
	max-width : 460px;
	}

.UpdateFieldContent select
	{
	width:100%;
	max-width : 464px;
	}

.UpdateFieldContentText input
	{
	width:100%;
	max-width : 460px;
	}

.UpdateFieldContentTextarea textarea
	{
	width:100%;
	max-width : 460px;
	}

.UpdateFieldContentDate input
	{
	width : 130px;
	}

.UpdateFieldContentNumber input
	{
	width : 130px
	}
	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	.UpdateField
		{
		flex-direction:column;
		}
	.UpdateContent, .UpdateFieldContentText, .UpdateFieldContentTextarea, .UpdateFieldContentDate, .UpdateFieldContentNumber, .UpdateFieldLabel
		{
		width:95%
		}
	}
	