
.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;
	text-align: right;
}
.pt_iframe_container {
	display: block;
	width: 100%;
}

.iframe-wrapper {
	width: 100%;
	margin: 0px auto;
	height: 800px;
}
iframe#laks_iframe {
	position: relative;
	display: block;
	margin: 0px auto;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 800px) {
	.iframe-wrapper {
		width: 100%;
		min-height: 1000px;
	}
}
@media only screen and (max-width: 414px) {
	.iframe-wrapper {
		width: 100%;
		min-height: 1000px;
	}
}








.pt_a_device {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 20px;
    background: #f6f6f6;
    width: 100%;
    position: relative;
}
.pt_device_thumbnail {
    display: block;
    width: 170px;
    height: 170px;
    background-size: contain;
    background-position: center center;
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    margin-left: -20px;
}
.pt_device_desc {
    display: block;
    float: left;
    min-width: 300px;
    width: calc(100% - 170px);
    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;
}
main#main .pt_device_desc > a {
    background: #174f81 !important;
    color: #fff !important;
}
main#main a.pt_continue_shopping {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 20px;
    background: #174f81 !important;
    color: #fff !important;
}

.loading_screen {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-image: url(/wp-content/plugins/pt-digiseq/css/loading_spinner2.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    z-index: 100;
}
.loading_screen span {
	position: absolute;
	left: calc(50% - 100px);
	width: 200px;
	text-align: center;
	top: 400px;
}
.pt_howto_image {
	cursor: pointer;
}
.pt_sidebar {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.pt_sidebar.show {
	display: block;
}
.pt_sidebar_bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.4);
}
.pt_sidebar_content {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background: #fff;
	border-right: 4px solid red;
}
iframe#pt_sidebar_iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.pt_close_button {
    display: block;
    position: absolute;
    left: 50%;
    width: 60px;
    height: auto;
    background: red;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-image: url(pt_close_icon.png);
    background-size: 32px;
    background-position: center 8px;
    background-repeat: no-repeat;
    padding: 44px 5px 5px 5px;
    cursor: pointer;
}




main#main {
    min-height: 1200px;
}
.pt_howto_container_bottom {
    display: block;
    position: absolute;
    top: 600px;
    background-position: center center;
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.pt_howto_container_bottom h2 {
    text-align: center;
}




div#pt_help_needed_html {
    display: block;
    padding: 40px;
}
a#help_needed {
    display: inline-block;
    margin: 0px 0px 0px auto;
    position: relative;
    background: #d71d1d;
    color: #fff;
    padding: 10px 20px;
	border: 2px solid #d71d1d;
	transition: all ease-in 0.2s;
}
a#help_needed:hover {
    background: #fff;
	border: 2px solid #d71d1d;
    color: #d71d1d;
	text-decoration: none;
}















/* ------------------------------------------
		ACCOUNT
   ------------------------------------------ */
.pt_status_container {
    color: #333;
}
span.pt_status_data {
    font-weight: bold;
    display: block;
    float: left;
    width: calc(100% - 40px);
}
span.pt_status_time {
    font-weight: normal;
}

.pt_status_clear {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: green;
    margin-right: 10px;
    margin-bottom: -4px;
}
.pt_status_pending {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: orange;
    margin-right: 10px;
    margin-bottom: -4px;
}
.pt_status_neutral {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    margin-right: 10px;
    margin-bottom: -4px;
}
a.pt_ups_tracking_link {
    background: transparent;
    color: #d71d1d;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
}
span.pt_status_data a {
    padding: 0px;
	margin: 0px;
    background: none;
    color: #333;
    text-decoration: underline;
}



/*.pt_status_clear:after {
    display: block;
    position: absolute;
    width: 2px;
    background: green;
    height: 14px;
    content: ' ';
    left: 7px;
    top: 10px;
    z-index: 5;
}*/
.pt_postat_shipment_no_tracking_note {
	color: orange;
    font-weight: 700;
}







/* ------------------------------------------
        SHOP
   ------------------------------------------ */
table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table td {
    text-align: left;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    text-align: left;
}
a.aux-button.aux-checkout-button.aux-curve.aux-medium.aux-black.aux-uppercase:hover span.aux-text {
    color: #fff !important;
}












@keyframes light_highlighting {
  from {border-color: #dddddd;}
  to {border-color: #174f81;}
}




.pt_start_registration .pt_status_pending {
    margin-top: 12px;
}
main#main a.pt_start_registration_button {
    background-color: #174f81!important;
    color: #fff!important;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 4px 12px;
    text-decoration: none;
    font-weight: normal;
}



main#main a.pt_disabled.pt_start_registration {
    background-color: #aaa!important;
    cursor: no-drop;
    color: #fff !important;
    margin: 10px 0px 10px 0px;
}
span.pt_start_registration_info {
    margin-left: 20px;
    background: #fff;
    padding: 4px 12px;
    border: 3px solid #ccc;
    border-radius: 2px;

	-webkit-animation-name: light_highlighting;
	-webkit-animation-duration: 2s;
	animation-name: light_highlighting;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
span.pt_start_registration_info_text {
    margin-left: 10px;
    font-size: 14px;
}
span.pt_start_registration_info i.fas.fa-info-circle {
	color: #174f81;
}
span.pt_shipped_text_info {
    font-weight: 400;
    color: orange;
    font-weight: 700;
}
.pt_status_text.pt_item_is_out_of_stock span.pt_shipped_text_info {
    display: none;
}



.pt_registration_faq {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    margin: 30px 0px 0px 0px;
    border: 1px solid #ccc;
}
.pt_registration_faq h3 {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}
.pt_registration_faq h4 {
    font-size: 16px;
    margin: 0px;
    padding: 4px 0px 0px 0px;
    color: #174f81;
}




.pt_faq_the_question {
    color: #174f81;
    font-weight: bold;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 10px 0px;
    position: relative;
}
.pt_faq_the_question:before {
    display: block;
    content: ' ';
    position: absolute;
    left: 0px;
    background-image: url(laks_icon_question.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.pt_faq_the_answer {
    display: block;
    position: relative;
    padding: 0px 0px 0px 30px;
    margin-bottom: 30px;
}
.pt_faq_the_answer:before {
    display: block;
    content: ' ';
    position: absolute;
    left: 0px;
    background-image: url(laks_icon_answer.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.pt_faq_the_answer ul {
    padding: 10px 0px 0px 20px;
    margin: 0px;
}
.pt_faq_the_answer ul li {
    font-size: 14px;
    line-height: 22px;
}
.pt_faq_the_answer p {
    margin: 10px 0px 0px 0px;
}
.pt_faq_the_answer a {
    background: transparent;
    margin: 0px !important;
    padding: 0px !important;
    text-decoration: underline;
}




main#main a.pt_start_registration {
    background: #174f81!important;
    color: #fff !important;
}



@media only screen and (max-width: 1270px) {
	.site-header-section .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header .aux-menu-depth-0 > .aux-item-content {
		padding: 0px 10px !important;
	}
}
@media only screen and (max-width: 1200px) {
	.aux-header-elements>[class*="-box"].aux-end {
	    margin-left: 15px!important;
	}
	.site-header-section .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header .aux-menu-depth-0 > .aux-item-content {
		padding: 0px 5px !important;
	}
}
@media only screen and (max-width: 1100px) and (min-width: 1024px) {
	.aux-menu-box.aux-phone-off.aux-auto-locate.aux-end.aux-fill.aux-tablet-center {
	    width: 70% !important;
			margin-left: 20% !important;
	}
}



@media only screen and (max-width: 1220px) {
	span.pt_start_registration_info {
		display: block;
		margin-left: 0px;
		margin-bottom: 10px;
	}
}
