[data-texthotedit]
{
	position: relative;
}
[data-texthotedit] .textHotEditPencil
{
	display: none;
	position: relative;
	width: 0;
	height: 11px;
	color: #3C8DBC;
	cursor: pointer;
}
[data-texthotedit] .textHotEditPencil i
{
	position: absolute;
	right: -15px;
}
.field-header [data-texthotedit] .textHotEditPencil i
{
	top: -2px;
	right: -17px;
}
[data-texthotedit] .textHotEditPencil.textHotEditPencilLeft
{
	right: auto;
	left: 1px;
}
.panel-header [data-texthotedit] .textHotEditPencil i
{
	top: -5px;
	right: -20px;
}
.panel-header:hover [data-texthotedit] .textHotEditPencil,
tr:hover [data-texthotedit] .textHotEditPencil,
.field:hover [data-texthotedit] .textHotEditPencil,
.field-header:hover [data-texthotedit] .textHotEditPencil,
.super-field:hover [data-texthotedit] .textHotEditPencil
{
	display: inline-block;
}

/**************************************/

.textHotEdit
{
	display: inline;
	position: relative;
	z-index: 12;
	line-height: 1;
}
.textHotEdit .textHotEditContent
{
	position: absolute;
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	padding: 10px;
	/*white-space: nowrap;*//* Если указать данное свойство, то в селектах плагина select2 элементы отображаются некорректно */

	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.textHotEdit input,
.textHotEdit select
{
	/*font-size: 1.2rem !important;*/
	height: 35px !important;
	margin: 0 !important;
}
.textHotEdit textarea
{
	font-size: 1.2rem !important;
	/*height: auto !important;*/ /*ВНИМАНИЕ! Не устанавливать автоматическую высоту, так как в таком случае перестает адекватно работать плагин автоматического изменения высоты "jquery.autosize" */
}
.textHotEdit .field,
.textHotEdit .textHotEditButtons
{
	display: inline-block;
	width: auto;
}