/*Custom Sends popup window*/
.CreateUpdateCustomSendForm {
	margin-left: 25px;
  	margin-right: 25px;
}

div.large-popup {
	width: 900px;
	height: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
}
.large-popup > div.modal-body{
	max-height: 80%;
}

div.inputs {
	width: auto;
	margin-left: 20%;
}

div.alertMessage {
	width: 20%;
	height: 10%;
}

label.check-label {
	display: inline-flex;
	margin-left: 10px;
	align-items: center;
}

input.custom-send-default {
	width: auto;
	margin-top: 0;
	margin-left: 5px;
}

div.add-container div.tree-container {
	height: 50px;
}

.treeContainer {
	width: 275px;
	height: 250px;
	border: 1px solid #BEBEBE;
}

select {
	max-height: 200px;
}

.CreateUpdateCustomSendForm .section {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

div > ul.dynatree-container {
	border: none;
	border-bottom: 1px solid #BEBEBE;
}

.treeContainer > div.FancySearchTree {
	border-bottom: 1px solid #BEBEBE;
	height: 100%;
	overflow-y: scroll;
	position: relative;
}

.CreateUpdateCustomSendForm .treeContainer > div.S3TreeGrid {
	border-bottom: 1px solid #BEBEBE;
	max-height: 250px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.CreateUpdateCustomSendForm .btn {
	width: 100px;
}

.CreateUpdateCustomSendForm span.agbridge-machine img {
	width: auto!important;
	height: auto!important;
	vertical-align: middle;
}

.CreateUpdateCustomSendForm .users-equipment-tree .fancytree-container,
.CreateUpdateCustomSendForm .users-selected-equipment-tree .fancytree-container {
	height: 100%;
}

.CreateUpdateCustomSendForm .section-title {
	display: block;
	text-align: center;
	margin-top:	20px;
}

.CreateUpdateCustomSendForm b {
	font-size: large;
}

.CreateUpdateCustomSendForm .custom-send-name {
	text-align: center;
	display: block;
}

.CreateUpdateCustomSendForm .custom-send-name-input {
	margin: 0 auto;
	width: 300px;
}

.modal-footer{
	height: 100%;
}

.CreateUpdateCustomSendForm .S3FancyTreeGrid,
.CreateUpdateCustomSendForm .S3FancyTreeGrid .table-container,
.CreateUpdateCustomSendForm .S3FancyTreeGrid .table-container .table-view {
	height: 240px;
	border: none;
}

.CreateUpdateCustomSendForm .contact-selection-container {
	width: 275px;
    height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	border: 1px dotted gray
}

.CreateUpdateCustomSendForm .search-container {
	position: absolute;
	width: 100%;
}

.CreateUpdateCustomSendForm .connection-button {
	width: 100%;
	font-size: 13px;
	border: 1px solid white;
	box-sizing: border-box;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 21px;
}

.CreateUpdateCustomSendForm .connection-button img {
	height: 16px;
	padding-right: 5px;
    margin-top: -6px;
}

.CreateUpdateCustomSendForm .connection-button.selected,
.CreateUpdateCustomSendForm .connection-button:hover {
    background-color: #E5F3FB;
    border-color: #70C0E7;
}

.CreateUpdateCustomSendForm .clear-btn {
	position: absolute;
    right: 2px;
    top: 4px;
	display: none;
	cursor: pointer;
}

.CreateUpdateCustomSendForm .selection-container {
	padding-top: 32px;
}