.CustomSend {
	overflow: hidden;
}

.CustomSend .custom-send-legend{
	width: 75%;
}

.CustomSend .table-custom-send{
	width: 75%;
	height: 500px;
}

.CustomSend ul.dynatree-container{
	border: 0px;
}

.CustomSend .controls{
	padding-top: 20px;
	padding-bottom: 60px;
}

.CustomSend th{
	width: 100%;
	height: 5px;
	background-color: black;
	color: white;
	text-align: center;
}

.CustomSend .qcpro-neutral, .CustomSend .qcpro-danger {
	height: 30px;
	width: 75px;
	margin-right: 10px;
}

.CustomSend .floatLeft{
	width: 45%;
	float: left;
	padding-right: 20px;
}

.CustomSend .workflow-container{
	height: 185px;
	overflow-y: scroll;
}

.CustomSend .workflow-name{
	height: 25px;
}

.CustomSend label{
	font-weight: bold;
}

.CustomSend .custom-send-controls{
	text-align: left;
	display: flex;
}

.CustomSend .disabled-div{
	pointer-events: none;
	opacity: 0.4;
}