
div.hh-new-add-menu
{
	display: none;
	position: absolute;
	z-index: 999;
}

div.hh-area-dragging
{
	background: #EFEFEF;
	min-height: 50px !important;
}

div.hh-menu-hidden
{
	display: none !important;
}

span.hh-content-icon
{
	display: block;
	float: left;
	padding-right: 2px;
}

div.hh-content-area
{
	/*padding: 1px 0;*/
	position: relative;
}

div.hh-content-area div.hh-first-content-item
{
	margin-left: 30px;
}

div.hh-content-area div.hh-content-menu
{
	background: white;
	border: 1px solid #1c9dd9;
	box-sizing: border-box;
	display: none;
	/*height: 32px;*/
	margin-left: -33px;
	margin-top: -1px;
	/*margin-top: -32px;*/
	left: 0;
	padding: 5px 5px 0 5px;
	position: absolute;
	top: 0;
	z-index: 99999;
}

.hh-content-menu .hh-menu-btn
{
	background-image: url('../inc.admin/skin/images/sprites.png');
	background-repeat: no-repeat;
	display: block;
	/*float: left;*/
	font-size: 0 !important;
	height: 21px;
	margin-bottom: 5px;
	/*margin-right: 5px;*/
	text-decoration: none !important;
	width: 21px;
}

.hh-content-area .hh-content-menu.hh-menu-bottom
{
	bottom: 0;
	margin-bottom: -32px;
	margin-top: 0;
	top: auto;
}

.hh-content-menu .hh-add-btn	{ background-position: -7px -44px; }
.hh-content-menu .hh-move-btn	{ background-position: -28px -44px; }
.hh-content-menu .hh-edit-btn	{ background-position: -49px -44px; }
.hh-content-menu .hh-copy-btn	{ background-position: -70px -44px; }

.hh-content-menu .hh-add-btn:hover	{ background-position: -7px -65px; }
.hh-content-menu .hh-move-btn:hover	{ background-position: -28px -65px; }
.hh-content-menu .hh-edit-btn:hover	{ background-position: -49px -65px; }
.hh-content-menu .hh-copy-btn:hover	{ background-position: -70px -65px; }

.hh-content-item:hover .hh-content-menu,
.hh-content-item:hover .hh-content-width
{
	display: block;
}


.hh-content-area .hh-content-item
{
	/*padding: 1px 0;*/
	position: relative;
}

.hh-content-area .hh-content-item:hover
{
	/*background: rgba(64, 63, 62, 0.25);*/
	border: 1px solid #1c9dd9;
	margin: -11px;
	padding: 10px;
}


/*div.hh-content-menu a,
div.hh-content-menu span
{
	color: black;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}*/

.hh-content-item .hh-content-width
{
	background: #E9E9E9;
	border: 1px solid #dfdfdf;
	bottom: 0;
	color: #6f6f6f !important;
	display: none;
	font-family: Verdana, Arial, sans-serif !important;
	font-size: 10px !important;
	padding: 5px;
	position: absolute;
	right: 0;
}

ul.hhClipboardItems
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
}

ul.hhClipboardItems a
{
    color: #1F6698;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
	
ul.hhClipboardItems li
{
	display: block;
	padding: 4px;
}

ul.hhClipboardItems li.rowA
{
	background: #F4F4F4;
}

ul.hhClipboardItems li.rowB
{
	background: white;
}

ul.hhClipboardItems div.clipboardText
{
	padding-left: 20px;
}

ul.hhClipboardItems div.assetName
{
	overflow: auto;
}

ul.hhClipboardItems div.assetName img.deleteBtn
{
	border: none;
	display: block;
	float: left;
	padding-right: 4px;
}

ul.hhClipboardItems div.assetName span.name
{
	display: block;
	float: left;
}


