#admin-send-box
{
	width: 50%;
	padding: 0 0 42px 0;
}

/* small screen */
@media screen and (max-width: 600px)
{
	#admin-send-box
	{
		width: 100%;

	}
}

.is-send-form-hint
{
	border-left: 1px solid silver;
	padding-left: 9px;
}

.is-send-user-text-block
{
	border: 1px solid silver;
	padding: 4px 10px 5px 10px;
	border-radius: 6px;
	float: left;
	width: calc(100% - 30px);
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	white-space: nowrap;
	margin: 2px 0 9px 0;
}

.is-send-trash
{
	float: left;
	content: '';
	width: 30px;
	height: 30px;
	background-image: url('./image/app-grid.png');
	background-repeat: no-repeat;
	background-position: -200px 0px;
}

.is-send-icon
{
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url('./image/send-grid.png');
	background-repeat: no-repeat;
	background-position: -50px -50px;
	margin-bottom: -5px;
}

.is-send-icon:hover
{
	background-position: -75px -50px;
}

.is-send-icon.is-header,
.is-send-icon.is-header:hover
{
	background-position: -50px 0px;
}
