.PropertiesControl_ValueText .ms-choice{
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    border-radius: 0;
    color: black;
    border: none;
}

.PropertiesControl_ValueText .ms-choice span{
    padding-left: 5px;
}

.PropertiesControl_ValueText .ms-drop{
    border-radius: 0px;
}

.PropertiesControl_ValueText .ms-drop ul {
    overflow-x: hidden;
}

.PropertiesControl_ValueText{
    height: 30px;
    margin-top: 5px;
    font-size: 16px;
}

.PropertiesControl_ValueText input{
    display: inline-block !important;
    width:15px !important;
}

.PropertiesControl_ValueText label{
    padding-left: 0;
}

.PropertiesControl_ValueText span{
    display: inline-block !important;
}

input.PropertiesControl_ValueText{
    width: 98% !important;
    padding-left:4px !important;
}

.PropertiesControl_ValueText{
    height: 28px;
    width: 100%;
    padding: 0;
    border: 0;
}

.PropertiesControl_Dropdown{
    height: 30px;
    margin-top: 5px;
    width: 100%;
    font-size: 13px;
}

.field-type-properties {
	font-size: 13px;
	line-height: 30px;
	display: inline-block;
	width: 100%;
}

.field-type-property {
	display: inline-flex;
	width: 100%;
}
	.field-type-property .field-property-name {
		width: 135px;
	}

	.field-type-property label.noselect {
		width: 135px;
		word-break: normal;
		word-wrap: break-word;
		display: inline-block;
		line-height: 20px;
		min-height:30px;
        -ms-user-select: none;
        user-select: none;
	}

	.field-type-property .field-property-container {
		width: calc(100% - 135px);
		display: inline-block;
		padding: 0 2px;
	}

	.field-type-property .field-property {
		width: 100%;
		padding-left: 7px;
		box-sizing: border-box;
		height: 25px;
	}

	.field-type-property select {
		width: 100%;
		padding-left: 3px;
		height: 25px;
	}

