.ConnectionSelection .connection-button {
	width: 100%;
}

.ConnectionSelection .selection-option-container {
	display: flex;
	justify-content: space-evenly;
	padding-top: 10px;
    padding-bottom: 20px;
}

.ConnectionSelection .selection-option {
	width: 100px;
	padding: 10px;
	text-align: center;
	box-shadow: 0px 2px 4px rgb(204, 204, 204);
	border-radius: 5px;
	cursor: pointer;
}

.ConnectionSelection .selection-option.selected {
	background-color: rgb(226,242,226);
}

.ConnectionSelection .selection-option:hover {
	background-color: rgb(230, 230, 230);
}

.ConnectionSelection .selection-option.selected:hover {
	background-color:rgb(212,236,213);
}

.ConnectionSelection .selection-well {
	display: none;
}

.ConnectionSelection .selection-container {
	min-height: 140px;
}

.ConnectionSelection img {
	width: 30px !important;
	height: auto !important;
}

.ConnectionSelection .software-img {
	padding: 4px;
}

.ConnectionSelection .search-container {
	position: relative;
}

.ConnectionSelection .clear-btn {
	display: none;
    position: absolute;
    top: 4px;
    right: 7px;
	z-index: 2;
	cursor: pointer;
}
