.machine-sandbox {
	margin-left: 0px;
	display: inline-block;
	width: 520px;
	/*height: 500px;*/
	background-color: white;
	padding: 10px;
	border: 1px #e2e2e2 solid;
	display: inline-block;
}

.machine-sandbox h1 {
	font-size: 30px;
	padding: 5px;
	color: #4D4E53;
}

.ms-machine {
	width: 500px;
	/* 	height: 330px; */
	position: relative;
	/* background-image: url("/img/banners/newtec-banner-background.webp"); */
}

.ms-machine-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	max-height: 400px;
}

.ms-part {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.ms-belt-type {
	position: relative;
	width: 500px;
	height: 100px;
	padding: 15px;
	width: 500px;
}

.ms-belt-type h2 {
	font-size: 20px;
}

.ms-selector {
	width: 500px;
	height: 330px;
	position: relative;
	padding: 15px;
	/*position: absolute;*/
	top: 50px;
}

.ms-selector h2 {
	font-size: 20px;
}

.ms-belt {

}

.ms-button {
	margin-top: 5px;
	border: 1px solid gray;
	min-width: 118px;
	display: inline-block;
	cursor: pointer;
}

.ms-button-focus {
	border: 1px solid red;
}

.ms-button p {
	margin-bottom: 0px;
	text-align: center;
	padding: 10px;
	color: white;
	line-height: 150%;
	font-size: 15px;
	font-weight: lighter;
	/*border-radius: 10px;*/
	background-color: gray;
	text-align: center;
}

.ms-part-description {
	opacity: 0;
	position: absolute;
	padding: 10px;
}

.ms-absolute-div {
	position: relative;
	height: 50px;
}

.ms-visible {
	transition: opacity 0.2s;
	opacity: 100;
}

.ms-invisible {
	transition: opacity 0.2s;
	opacity: 0;
}

.ms-mirror {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.machineOptionSelector label {
	font-weight: normal;
}

.machineOptionSelector td.capacity-column {
	padding-left: 10px;
}

@media only screen and (max-width: 1099px) {
	.machine-dimensions, .newtec-touchscreen, .newtec-webservices-enable {
		display: none;
	}
	.newtec-series .content-text {
		display: none !important;
	}
	.touchpadInfo {
		display: none;
	}
}

@media only screen and (min-width: 1100px) {
	.machine-dimensions {
		width: 80px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.machine-dimensions img {
		width: 100%;
	}
	.machine-dimensions .dimensions-width {
		position: absolute;
		top: 23px;
		right: 6px;
	}
	.machine-dimensions .dimensions-height {
		position: absolute;
		top: 7px;
		left: -2px;
	}
	.machine-dimensions .dimensions-depth {
		position: absolute;
		top: 53px;
		left: 15px;
	}
	.newtec-touchscreen {
		width: 60px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.newtec-touchscreen img, .newtec-webservices-enable img {
		width: 100%;
	}
	.newtec-webservices-enable {
		width: 60px;
		position: absolute;
		left: 0px;
		top: 60px;
	}
	.newtec-series img.newtec-series-machine {
		padding-left: 45px;
	}
	.newtec-series img.newtec-series-PCS {
		padding-left: 45px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.newtec-series img.newtec-series-PCS {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

.newtec-series {
	position: relative;
	top: 20px;
	max-width: 500px;
	margin: auto;
}

.ms-undraggable {
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

@media only screen and (max-width: 768px) {
	.machine-belt-image {
		display: none;
	}
	.ms-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		/* optional */
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.ms-container .ms-first-div {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	.ms-container .ms-second-div {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}

.machineOptionSelector {
	padding: 5px;
	padding-left: 12px;
	font-size: 0.8em;
}

.machineOptionSelector table tbody tr td {
	position: relative;
	padding: 5px;
	display: table-cell;
    vertical-align: middle;
    height: 50px;
}
/*.machineOptionSelector table tbody tr td:FIRST-CHILD {
	width: 110px;
}*/

.machineOptionSelector table tbody tr td:FIRST-CHILD label {
	cursor: pointer;
	position: relative;
	margin: 0;
	display: block;
	padding: 0px 10px 0px 35px;
	z-index: 9;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.machineOptionSelector table tbody tr td input[type="radio"] {
	visibility: hidden;
	display: none;
}

.machineOptionSelector table tbody tr td input[type=radio]:checked ~
	.check {
	border: 5px solid #AAAAAA;
}

.machineOptionSelector table tbody tr td input[type=radio]:checked ~
	.check::before {
	background: #ccff00;
}

.machineOptionSelector table tbody tr td .check {
	display: block;
	position: absolute;
	border: 5px solid #AAAAAA;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 12px;
	left: 5px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.machineOptionSelector table tbody tr td .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 0px;
	left: 0px;
	margin: auto;
	z-index: 5;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

@media only screen and (max-width: 768px) {
	.machineOptionSelector table tbody tr td label {
		font-size: 15px !important;
	}
	.newtec-series {
	margin-top: 20px;
	margin-bottom: 20px;}
}
