
.pt_howto_container {
	display: block;
	width: 100%;
	min-height: 600px;
}
.pt_howto_container h2 {
	margin: 0px;
	padding: 0px;
	height: 50px;
	text-align: center;
}
.pt_howto_image {
	background-position: center center;
	width: 100%;
	min-height: 500px;
	background-repeat: no-repeat;
	background-size: 100%;
}
a#pt_howto_next {
	display: block;
	width: 200px;
	background: black;
	border-radius: 2px;
	border: 2px solid #000;
	text-align: center;
	/* height: 40px; */
	padding: 7px !important;
	font-size: 18px;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px auto 0px;
	transition: all ease-in 0.2s;
}
a#pt_howto_next:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.pt_howto_iframe_container {
	display: block;
	position: relative;
	height: 600px;
	max-width: 1064px;
	margin: 40px auto;
}
.pt_howto_container,
.pt_iframe_container {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.pt_iframe_container {
	display: block;
	width: 100%;
}
iframe#laks_iframe {
	display: block;
	margin: 0px auto;
}








.pt_a_device {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	background: #efefef;
	width: 100%;
	position: relative;
}
.pt_device_thumbnail {
	display: block;
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center center;
	float:left;
	margin-right: 20px;
}		
.pt_device_desc {
	display: block;
	float: left;
	min-width: 300px;
	width: calc(100% - 140px);
	position: relative;
}
.pt_device_title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.pt_device_status.created {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: green;
	position: absolute;
	right: 0px;
	top: 0px;
}
.pt_device_status.sleeping {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: orange;
	position: absolute;
	right: 0px;
	top: 0px;
}
.pt_device_desc a {
	padding: 5px 15px;
	background: #333;
	border-radius: 2px;
	color: #fff;
	margin: 15px 0px 0px 0px;
	display: inline-block;
}







.loading_screen {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    background-image: url(loading_spinner.gif);
}