@charset "UTF-8";


.plcButton,
BUTTON,
INPUT,
SELECT,
TEXTAREA,
LABEL {
	height: 28px;
}



HTML,
BODY {
	height: 100%;
	line-height: 1.25;
}

HTML.template {
	overflow-x: hidden;
}

.template BODY {
	margin: 0;
	background: #FFF;
	cursor: default;
}

.template FORM {
	display: inline;
}

.template A {
	text-decoration: none;
	color: #999;
	cursor: pointer;
}

.template A:hover {
	color: white;
	text-decoration: underline;
}

.template A IMG {
	border: none;
}

.template DIV {
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.template H1,
.template H2,
.template H3,
.template H4 {
	font-weight: bold;
	font-size: 1em;
	margin: 2em 0 0.25em 0;
}

.template H1:first-child,
.template H2:first-child,
.template H3:first-child,
.template H4:first-child {
	margin-top: 0.5em;
}

.template H1 {
	font-weight: normal;
	font-size: 3em;
}

.template H2 {
	font-size: 1.5em;
}

.template H4 {
	font-style: italic;
}

.template TABLE {
	border-collapse: collapse;
}

.template TD {
	vertical-align: top;
	padding: 0;
}




.template INPUT + INPUT {
	margin-left: .25em;
}
.template .t5DialogMessage INPUT + INPUT {
	margin-left: 0;
}



/* login */
#loginbox {
	font-size: 18px;
}
#loginbox > * {
	width: 100%;
	max-width: 18em;
}

#loginbox > * > H4 {
	font-size: 28px;
	margin: 0 0 0.25em 0;
	text-align: left;
	font-style: normal;
}

#loginbox > * > DIV,
#loginbox > * > A {
	display: block;
	text-align: left;
}

#loginbox A {
	color: #4C8CC4;
	height: 1.25em;
}


#loginbox .passwordreset {
	margin-top: 1em;
}

#loginbox A:hover {
	color: rgba(0,5,100,1);
}

#loginform {
	display: inline-block;
	padding: 0 1em 0 0;
	vertical-align: top;
}

#loginform DIV, #loginform H4 {
	text-align: right;
}

#loginform INPUT[type=text],
#loginform INPUT[type=password] {
	width: 256px;
}

#loginform INPUT[type=submit] {
	margin-top: 1em;
}

#newlogin {
	display: inline-block;
	vertical-align: top;
	border-style: solid;
	border-width: 0 0 0 0.15em;
	border-color: rgba(0,100,200,0.2);
	padding: 0 0 0 1em;
	height: 10em;
}

#altLogin {
	text-align: left !important;
	padding: 28px 0 0 70px;
}

#altLogin > a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0px 4px -8px;
}


#qrlogin {
	background: url(images/profaxonlineqr.png) center / 25px no-repeat;
}

#mslogin {
	background: url(images/logo_ms.svg) center / 28px no-repeat;
}

#glogin {
	background: url(images/logo_g.svg) center / 28px no-repeat;
}


.zg .lizenzen input[type="button"]  {
    margin-right: 12px;
}
.template #groups,
.template #users {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	height: 100%;
	width: 128px;
	padding: 0;
	border-right: solid 1px #DDD;
	-webkit-overflow-scrolling: touch;
}



/* Groups */
.template #groups {
	left: 128px;
}

.template #groups H2,
.template #users H2,
.template #teacher_ex H2 {
	padding: 0 0 0 8px;
}

.template #users .filter INPUT {
	width: 95%;
	margin-bottom: 1em !important;
	padding: 4px 1px 0px 6px;
}

.template #groups_rows DIV.dropHover {
	background-color: rgb(224,224,224);
}

.template :not(.windows).ui-draggable-dragging {
	z-index: 10000 !important;
}

.template :not(.windows).ui-draggable-dragging:before {
	position: absolute;
	left: -1em;
	top: 0;
	font-size: 1.5em;
	display: block;
	border-radius: 0.5em;
	width: 1em;
	height: 1em;
	font-weight: bold;
	content: '+';
	Xz-index: 10000 !important;
}

.template :not(.windows).ui-draggable-dragging DIV {
	margin: 0 0 1px 0;
	width: 10em;
	height: 23px;
	padding: 4px 8px;
	border-style: none;
	background-color: rgba(0,128,255, 0.25) ! important
}

.template #groups_rows DIV.selected {
	padding: 7px 8px 12px 0;
	height: 32px;
	text-align: right;

	padding: 7px 8px 12px 8px;
	text-align: left;
}

.template #groups_rows DIV.selected INPUT {
	padding: 14px 8px 12px 8px;
	height: 32px;
	background-color: rgb(128,192,255) !important;
}

.template #groups_rows .usercount {
	display: inline-block;
	background: #b9b6b6;
    border-radius: 1em;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    right: 4px;
	margin: -2px 4px 0 4px;
	padding: 4px 5px 0px 5px;
    font-size: 12px;
    min-width: 8.75px;
    text-align: center;
}

.template #groups_rows .selected .usercount {
	background: #FFF;
	color: #000;
}



/* Users */
.template #users {
	left: 256px;
}



/* Groups & Users rows in general */
.rows_container {
	position: absolute;
	box-sizing: border-box;
	height: 100%;
	width: 128px;
	padding: 0 0 100px 0;
}

.template .rows {
	position: relative;
	width: 100%;
	height: inherit;
	overflow-y: auto;
	background: transparent;
}

.template .rows > DIV {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	height: 28px;
	padding: 6px 0 0 8px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #DDD;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.template .rows > DIV > INPUT {
	position: absolute;
	left: 0;
	width: 90%;
	margin: -2px 0 0 0 !important;
}

.template .rows > DIV.selected,
#lobby A.selected {
	color: white;
	background-color: rgba(0,128,255, 0.5) !important;
}

.template #groups_rows > DIV.selected SPAN.usercount {
	right: 12px;
}

.template .rows > DIV.selected::after,
#lobby A.selected::after {
	content: '';
	position: absolute;
	right: 0px;
	margin-top: -2px;
	border: solid 12px transparent;
	border-right-color: #FFF;
}

.template .rows > DIV:hover {
	background-color: rgba(0,0,0,0.1);
}

.template .rows > DIV > DIV {
	display: inline-block;
	vertical-align: middle;
}

.template .rows > DIV.filtered {
	display: none;
}

.template #users_rows.rows > DIV {
	padding-right: 28px;
}

.template #users_rows.rows > DIV.user_teacher_divider {
	padding: 1.5em 1em 0em 0 !important;
    height: 3.5em !important;
    text-align: right;
    font-weight: bold;
    border-bottom: none !important;
}

.template #users_rows.rows > DIV.user_teacher_divider:hover {
	background: inherit;
}
.template #users_rows.rows .user_online::before,
.template #users_rows.rows .user_blocked::after {
	content: '\f05e';
	position: absolute;
	top: 2px;
	right: 8px;
	color: #F00;
}

.template #users_rows.rows .user_online::before {
	content: '\f2bd';
	color: #0C0;
}

.template #users_rows.rows .selected.user_online::before {
	right: 16px;
	color: #FFF;
	top: 3px;
}



/* support for sub 1024px devices */
@media screen and (min-width: 960px) {
	.template div.program.maximized {
		padding: 8px 100% 80px 8px  !important;
	}

	.page_module .lizenzen {
		padding: 16px 16px 16px 64px !important;
	}
}

@media screen and (min-width: 1024px) {
	.template #saldo_options {
		padding: 0 32px;
	}

	.template DIV.log {
		border-width: 0 0 0 624px !important;
		padding: 0 32px 64px 32px !important;
	}

	.template #groups,
	.template #users {
		width: 192px;
		padding: 0 0 0 24px;
	}

	.template #teacher_ex {
		padding: 0 192px 0 524px;
	}

	.template #teacher_tl {
		padding: 0 0 0 16px;
	}

	.template .page_module #programs {
		padding: 0px 0px 24px 536px;
	}

	.template .page_module #programs_rows {
		padding: 0px 0px 3em 0;
	}

	#programs_hider,
	.template div.program.maximized,
	.lizenzen {
		left: 512px !important;
		padding: 8px 8px 64px 32px;
	}

	.template div.program.maximized {
		padding: 8px 100% 64px 32px !important;
		width: calc(100% - 576px);
	}

	.page_module .lizenzen {
		width: 432px !important;
	}

	.template #groups {
	}

	.template #users {
		left: 320px;
	}

	.rows_container {
		width: 180px;
	}

	.template .plc_userdetails_edit {
		padding: 0 0 0 512px !important;
	}
}



/* groups & users options */
.template .options {
	position: absolute;
	left: 0;
	width: 100%;
	height: 32px;
	bottom: 0;
	border: solid rgba(0,0,0,0.2);
	border-width: 1px 0 0 0;
	text-align: right;
	background: white;
}

.template .options > A,
.template .options DIV {
	box-sizing: border-box;
	display: inline-block;
	height: 32px;
	width: 50%;
	padding: 6px 0 0 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	color: #000;
}

.template .options A:hover,
.template .options DIV:hover {
	background-color: rgba(0,0,0,0.125);
	text-decoration: none;
}

/* //-
:not(.selected) > .options > A.needsSelection {
	color: #CCC;
	pointer-events: none;
}
*/

.template #import {
	display: none;
	right: 2em;
}

#user_change_diff {
	width: 100%;
	border-collapse: collapse;
}

#user_change_diff TH {
	text-align: center;
	padding: 2px 4px;
}

#user_change_diff TD {
	border: solid 1px #F00;
	background: #FF0;
	padding: 2px 4px;
	font-family: monospace;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 160px;
	font-size: 12px;
	text-align: left;
	direction: rtl;
}

#user_change_diff TD SPAN {
	white-space: pre;
	background: #FC0;
}

/* TOS Consent */
.template .consent .t5DialogMediaBox {
	position: absolute;
	bottom: 64px;
	left: 64px;
	top: 64px;
	right: 64px;
}

.template #consenttext {
	box-sizing: border-box;
	text-align: left;
	overflow-y: scroll;
	background: rgb(244,244,244);
}

.template #facturatypetelectbody {
	padding: 96px 32px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.template #facturatypetelectbody p {
	margin: 0 0 64px 0;
}

.consent button {
    display: block;
    position: absolute;
    right: 32px;
	margin-top: 16px;
}

.template #consenttext article {
	left: 0;
	padding: 192px 32px 64px;
}

.template #consenttext article H1 {
	margin-top: 0;
	font-size: 2em;
}

.template .consent .header,
.template .consent .buttonbar {
	position: absolute;
	background: #FFF;
	width: 100%;
	padding: 1em 32px;
}

.template .consent .header {
	top: 0;
	box-shadow: 0 6px 12px -9px rgba(0,0,0,0.5);
	z-index: 1;
}

.template .consent .header H1 {
	margin-bottom: 1em;
	font-size: 3em;
}

.template .consent .buttonbar {
	bottom: 0;
	box-shadow: 0 -6px 12px -9px rgba(0,0,0,0.5);
	text-align: right;
}



/* showcase */
#showcase,
#showcase_items,
#showcase_items_mover {
	font-size: 14px;
	white-space: nowrap;
}

#showcase_items,
#showcase_items_mover,
#showcase .nav {
	display: inline-block;
	vertical-align: middle;
}

#showcase .nav {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
	background: url(images/nav.svg);
	background-repeat: no-repeat;
	background-size: 50px 104px;
	background-position: center center;
	opacity: 0.125;
	height: 200px;
	width: 100px;
}

#showcase .nav#showcase_right {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transition: scaleX(-1);
	transform: scaleX(-1);
}

#showcase .nav:hover {
	opacity: 0.5;
}

#showcase_items {
	width: 40em;
	overflow: hidden;
	padding: 0 0 2em 0;
}

#showcase_items_mover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



/* tray & programs */
.template .tray {
	display: inline-block;
	margin: 32px 0 0 32px;
	width: 256px;
	height: 256px;
	vertical-align: top;
	text-decoration: none !important;
}

.template .program {
	display: block;
	position: relative;
	/* we need this, so we can place the contained divs absolute to this */
	box-shadow: 0 1em 1em -1em rgba(0,0,0,0.75) , 0em 0em 3em 0em rgba(0,0,0,0.2);
	border: solid rgba(255,255,255,0.75);
	border-width: 1px 0 0 0;
	padding: 8px;
	width: 240px;
	height: 240px;
	color: black;
	z-index: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.1em !important;
	text-align: left !important;
	white-space: normal !important;
	-webkit-transition: transform 0.1s ease-out;
	-moz-transition: transform 0.1s ease-out;
	-ms-transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
}

.template .program:not(.maximized):hover {
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025);
	z-index: 2;
}

.template .program H1,
.template .program H2 {
	color: black;
	font-size: 28px;
	font-weight: normal;
	margin: 8px 0;
	line-height: 1em;
}

.template .program.light,
.template .program.light H1,
.template .program.light H2 {
	color: white;
}

.template .program .cretitcount {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 240px;
	padding: 3px 8px 2px 8px;
	background-color: rgba(255,255,255,0.75);
	color: black;
	text-align: right;
}

.template .program .batch {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px 4px;
	width: 64px;
	background-color: yellow;
	color: black;
	font-weight: bold;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.template .program pf-manual {
	position: relative;
    margin-top: -2em;
    display: block;
    width: 100%;
    text-align: right;
}



.template .program:not(.maximized) pf-manual {
	display: none;
}

.template .program pf-manual A {
	display: block;
	text-decoration: none !important;
	line-height: 1.5;
}

.template .program A {
	color: inherit;
}

.template .program.maximized A {
//-	text-decoration: underline;
	text-decoration: none;
}

.template .program IMG {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px 8px 0;
	width: 72px;
	height: 72px;
}

.template .program .price,
.template .program .author {
	box-sizing: border-box;
	left: 0;
	width: 100%;
	text-align: right;
}

.template .program .price {
	font-weight: bold;
}

.template .program .author {
	height: 51px;
}

.template .program .description {
	display: none;
}

.template .program .prolog b {
    letter-spacing: -0.4px;
}

.template .program.maximized {
	overflow-x: visible !important;
	overflow-y: auto;
	padding: 8px 100% 8px 8px!important;
	top: -1px !important;
	left: 384px !important;
	height: 100% !important;
	width: 680px; /* we keep this as fallback */
	width: calc(100% - 400px);
	box-shadow: none;
}

.template .program.maximized .description > IMG {
	width: 128px;
	height: 128px;
}

.template .program.maximized H1,
.template .program.maximized H2 {
	margin: 20px 0 40px;
	padding-left: 112px;
	font-size: 3em;
}

.template .program.maximized .batch {
	display: none;
}

.template .program.maximized .description {
	display: block;
	overflow: hidden;
	padding: 0 0 192px 0;
}

.template .program.maximized .cretitcount {
	display: none;
}

.template .externalvideocontainer {
	width:	480px;
	height:	270px;
	cursor:	pointer;
	position: relative;
}

.template .externalvideocontainer::after {
	content: ' ';
	width: 100%;
	height: 100%;
	display: block;
	top: 1.1em;
	left: 0;
	background-color: rgba(0,0,0,0.66);
	position: absolute;
	background-image: url(images/yt_logo_rgb_dark.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.template .externalvideocontainer IMG,
.template .externalvideocontainer IFRAME {
	width:	100%;
	height:	100%;
	border: none;
}

.template .externalvideocontainer IFRAME {
	position: relative;
	z-index: 1;
}

.template .externalvideocontainer pf-videowarning {
	position: absolute;
    bottom: 0;
    right: 16px;
    color: #FFF;
    z-index: 1;
}



/* profaxonline & Brands */
.template #legal {
	display: block;
	font-size: 16px;
	text-align: right;
	padding: 3em 2em 2em 0;
	color: #FFFFFF;
	vertical-align: middle;
	z-index: 2;
}



/* cookie consent */
#cookieconsent {
	font-size: 14px;
	box-sizing: border-box;
	padding: 72px 32px 8px;
	width: 100%;
	background: #3b6ba9;
	color: #FFF;
}

#cookieconsent a {
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}

#cookieconsent span::after {
	content: '\f057';
    right: 10px;
    position: absolute;
    top: 74px;
}


/* inputs */
.template TEXTAREA,
.template INPUT[type=text],
.template INPUT[type=password],
.template INPUT[type=number],
.template INPUT[type=email],
.template INPUT[type=date] {
	border: none;
	border-bottom: solid 1px #000;
	padding: 0.25em 0.25em 0em;
	outline: none;
	color: #228;
}
.template TEXTAREA {
	border-left: solid 1px #ccc;
}

.template INPUT[required] {
	background-color: rgba(255,224,128,0.333);
}

.template TEXTAREA:valid,
.template INPUT[type=text]:valid,
.template INPUT[type=password]:valid,
.template INPUT[type=number]:valid,
.template INPUT[type=email]:valid,
.template INPUT[type=date]:valid {
	background-color: transparent;
}

.template TEXTAREA:focus,
.template INPUT[type=text]:focus,
.template INPUT[type=password]:focus,
.template INPUT[type=number]:focus,
.template INPUT[type=email]:focus,
.template INPUT[type=date]:focus {
	background: rgba(103,166,248,0.1) !important;
}

.r1 .h1,
.r50 .h50,
.r75 .h75,
.template .r100 .h100,
.template #userdetails.n100 .d100,
.r200 .h200,
.r254 .h255,
.r255 .h255,
.r100.n100 .h200,
.r100.n100 .h255
 {
	display: none;
}


/* header & footer */
header,
footer {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	z-index: 2;
}

footer {
	background: #50A8FF;
	position: relative;
	padding: 0;
}

header ul,
footer > nav > ul {
	list-style: none;
	max-width: 980px;
	margin: auto;
	text-align: center;
	padding: 14px 32px 0 32px;
	position: relative;
	color: #FFFFFF;
}

header ul {
	height: 40px;
}

footer h2#footer_profaxonline {
	text-align: center;
	font-size: 64px;
	letter-spacing: -1px;
	padding: 64px 0 16px;
	margin: auto;
	font-weight: normal;
}

footer h2#footer_profaxonline a:hover {
	text-decoration: none !important;
	opacity: 1.0 !important;
}

footer > nav > ul ul {
	list-style: none;
	text-align: left;
	padding: 4px 0 0 0;
}

header li,
footer nav > ul > li {
	display: inline;
	margin-left: 32px;
	font-size: 22px;
	text-align: left;
	padding-top: 32px;
}

header li:first-child {
	margin-left: 0px;
}

footer nav > ul > li {
	width: 200px;
	display: inline-block;
	vertical-align: top;
}

footer nav > ul > li li {
	font-size: 0.75em !important;
	color: black;
}

header a,
footer a {
	-webkit-transition: opacity 0.125s;
	-moz-transition: opacity 0.125s;
	-ms-transition: opacity 0.125s;
	transition: opacity 0.125s;
	pointer-events: all;
}

header a.home {
	font-size: 2em;
}

footer a {
	color: #FFFFFF !important;
}

header a:hover {
	text-decoration: none !important;
}

header a:hover,
footer a:hover {
	opacity: 0.66;
}



/* language selector */
.template nav#lang {
	padding: 72px 8px 0 0;
	z-index: 1;
	font-size: 11px;
	text-align: right;
    width: 100%;
    box-sizing: border-box;
}

 .template #cookieconsent + nav#lang {
	padding: 8px 8px 0 0;
}

.template nav#lang ul {
	list-style: none;
}

.template nav#lang li {
	display: inline-block;
	width: 2em;
	text-align: center;
}

.template nav#lang li:not(:nth-child(1)) {
	border-left: 1px solid #888;
}

.template nav#lang li a {
	color: #888;
}

[lang^=de].template nav#lang li a[href*=de],
[lang^=en].template nav#lang li a[href*=en],
[lang^=fr].template nav#lang li a[href*=fr],
[lang^=lb].template nav#lang li a[href*=lb] {
	color: #000 !important;
}



/* article */
.template article {
	box-sizing: border-box;
	position: relative;
	margin: auto;
	max-width: 980px;
	padding: 18px 32px 192px 32px;
	min-height: 90%;
}

.template article a {
	color: #4C8CC4;
}

.template article a:hover {
	text-decoration: underline;
	color: rgb(0,5,100);
}

.template article H2 + p,
.template article H3 + p,
.template article H4 + p {
	margin-top: 0;
}

.template article .mddownloadpdflink {
	display: block;
	right: 32px;
}

.template article ol { /* article lists */
	list-style-type: none;
	counter-reset: item;
	margin: 0 0 0 3em;
	padding: 0;
}

.template article ol > li {
	display: block;
	counter-increment: item;
	margin-bottom: 0.25em !important;
	position: relative;
}

.template article ol > li:first-child {
	counter-increment: item;
	margin-top: 0.25em !important;
}

.template article ol > li:before {
	content: counters(item, ".") ". ";
	display: block;
	width: 3em;
	position: absolute;
	left: -3em;
}

.template article li ol > li {
	margin: 0;
}

.template article ul {
	padding: 0 0 0 3em;
	list-style-type: square !important;
}

.template article hr {
	display: none;
}


.program_full article {
	box-shadow: 0 1em 1em -1em rgba(0,0,0,0.75) , 0em 0em 3em 0em rgba(0,0,0,0.375);
	padding: 32px 32px 128px;
	background: inherit;
	margin: 128px auto -32px;
	min-height: 980px;
	z-index: 2;
}

.program_full article a {
	pointer-events: all;
	font-weight: bold;
	color: inherit !important;
}

.light header a,
.program_full.light article {
	color: white !important;
}

.program_full article table:first-child {
	left: -35px;
	top: -35px;
	position: relative;
}

.program_full article td {
	vertical-align: bottom;
}

.program_full article td:first-child {
	width: 288px;
}

.program_full article h1 {
	font-size: 5.5em;
	color: inherit;
	margin: 0 0 -8px 0;
	line-height: 0.9;
}

.program_full.small article h1 {
	font-size: 5em;
}

.program_full .batch {
	display: none;
}

.program_full .author {
	position: absolute;
	right: 32px;
	top: 32px;
}

.program_full .externalvideocontainer {
	width: 916px;
	height: 515px;
	pointer-events: all;
}

.template .cta {
	font-size: 2em !important;
	text-align: center;
	margin: 192px 0 0;
}

.template .cta SPAN {
	font-size: 1.5em !important;
}

.template .cta A {
	color: inherit !important;
}

.program_full .screenshots {
	margin: 32px 0 16px;
}

.program_full .screenshots img {
	width: 183px;
	pointer-events: all;
	display: inline-block;
}

.program_full .screenshots img:hover {
	z-index: 9999;
	box-shadow: 0 1em 1em -1em rgba(0,0,0,0.75) , 0em 0em 3em 0em rgba(0,0,0,0.2);
}

.program_full .t5DialogMediaBox * {
	pointer-events: all;
}



/* shield */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.plc_shield {
/*	pointer-events: none; */
}

#shield {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background: rgba(0,0,0,0.1);
}

#spinner {
	position: fixed;
	width: 25px;
	height: 25px;
	right: 8px;
	top: 8px;
	border: 5px #FFF dotted;
	border-radius: 25px;
	-webkit-animation: spin 2.5s infinite linear;
	-moz-animation: spin 2.5s infinite linear;
	-ms-animation: spin 2.5s infinite linear;
	animation: spin 2.5s infinite linear;
}



/* lobby */
#lobby {
	position: absolute;
    position: fixed;
	left: 0;
    top: 0;
	width: 128px;
	height: 100%;
	min-height: 400px;
	padding: 0;
    border: none;
	background-color: rgb(96,96,96);
	z-index: 1000;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: left 0.25s ease-out;
	-moz-transition: left 0.25s ease-out;
	-ms-transition: left 0.25s ease-out;
	transition: left 0.25s ease-out;
}

.lobbyHide #lobby {
	left: -128px;
}

#lobby #avatar {
	height: 128px;
	background-size: 128px, 128px;
	background-repeat: no-repeat;
	margin: 0 0 12px 0;
}

#lobby #avatar:hover::before {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 28px 0 0 0;
	content: '\f013';
	font-size: 64px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #FFF;
}

#lobby #lobbyname {
	font-weight: bold;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
}

#lobby .section {
	box-sizing: border-box;
	padding: 1.75em 0 0.25em 6px;
	height: 3em;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#lobby A {
	display: block;
	line-height: 18px;
	color: #FFF !important;
	background-image: none !important;
	text-decoration: none;
}
#lobby #results A {
    color: #000 !important; */
}

#lobby A:hover {
	background-color: rgba(255,255,255,0.15);
	text-decoration: none;
}

/* //-
#lobby A#saldo {
	font-size: 13px;
}
*/

.saldoBetrag    {
    padding-left: 1em;
    line-height: 2;
}
#lobby #credit {
	position: relative;
    line-height: 1;
}

#lobby #credit pf-openfaktura, #menu2 #nCredit pf-openfaktura {
    display: block;
    border-radius: 8px;
    background: #F00;
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 2px 0 0 0;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
}
#lobby #credit pf-openfaktura {
    right: -12px;
    top: -16px;
    line-height: 1.4;
}
#menu2 #nCredit pf-openfaktura {
    position: relative;
    display: inline-block;
    top: -10px;
    color: #FFF;
}

#lobby A.mini { /* for widgets */
    height: 20px;
    padding-top: 3px;
    font-size: 13px;
}

/* //-
#lobby .tracker::before,
#lobby .logout::before {
	content: '\f011';
	font-size: 26px;
	position: absolute;
	left: 16px;
	color: rgba(0,0,0,0.5);
}
*/

#lobby .tracker {
	height: 18px;
}

#lobby .tracker::before {
	content: '\f188';
	color: rgba(255,255,255,0.5);
	font-size: 1em;
	position: relative;
	display: inline-block;
	margin: 0 0.25em 0 0;
	left: 0;
}

/* lobby OVERWRITE Template -------------------------------- */
#lobby  {
    font-size: 16px;
}
#lobby .logout, #lobby.zgLobby .logout {
	padding: 12px 8px 4px 10px  !important;
	height: auto;
}
#lobby #lobbyname, #lobby A, #lobby.zgLobby #lobbyname, #lobby.zgLobby A    {
    padding: 8px 4px 8px 10px;
/* //-
    word-break: break-all;
    */
    word-break: unset;
    hyphens: auto;
}
#lobby A#saldo, #lobby.zgLobby A#saldo    {
    padding-left: 10px !important;
}

@media screen and (max-height: 400px) {
    /* in training hide lobby-items on small devices, so logout is visible */
    .page_training #lobby A {
        display: none;
    }
    .page_training A#lobbyname, .page_training #lobby A.selected, .page_training #lobby A.logout, .page_training #lobby A.tracker {
        display: block;
    }
}

/* lobby */
#lobbyToggle {
	position: absolute  !important;
	left: 116px;
	top: 50%;
	bottom: auto;
	width: 32px;
	height: 256px;
	margin-top: -128px;
	z-index: 9999;
	opacity: .65;
    -webkit-mask-image: url(images/lobbyClose.svg);
    mask-image: url(images/lobbyClose.svg);
	-webkit-transition: left 0.25s ease-out;
	-moz-transition: left 0.25s ease-out;
	-ms-transition: left 0.25s ease-out;
	transition: left 0.25s ease-out;
}
#lobbyToggle:hover {
	opacity: 1;
}
.lobbyHide #lobbyToggle {
	left: -12px;
    -webkit-mask-image: url(images/lobbyOpen.svg);
    mask-image: url(images/lobbyOpen.svg);
}

#portraitLobby {
	display: none;
}

#lobbyToggle {
    background-color: #808080;
}
.lobbyHide #lobbyToggle {
    background-color: #000;
}


.page_super .section:nth-of-type(2),
.page_super .section:nth-of-type(3),
.page_super [localizetext=LobbySectionsHelp],
.page_super [localizetext=PrivacyPolicy],
.page_super .tracker {
	display: none !important;
}

div#PLC_BUILD_VERSION {
	position: absolute;
	right: 4px;
	top: 4px;
	color: rgba(0,0,0,0.2);
	font-size: 12px;
}

[lang^=ar] #lobby,
[lang^=ar] #groups,
[lang^=ar] #users #users_filter,
[lang^=ar] .plc_userdetails_edit #userdetails,
[lang^=ar] .plc_userdetails_edit #plc_notebox,
[lang^=ar] #saldo_options,
[lang^=ar] #log,
[lang^=ar].template #teacher_ex H1,
[lang^=ar].template #teacher_tl H1,
[lang^=ar].template .program.rtl:not(.maximized),
[lang^=ar].template .lizenzen {
	direction: rtl;
	text-align: start !important;
}

[lang^=ar] #users {
	text-align: right;
}

[lang^=ar] #lobby #lobbyname,
[lang^=ar] #lobby A {
	padding: 1em 1em 1em 3em;
}

[lang^=ar].template #groups H1,
[lang^=ar].template #users H1,
[lang^=ar].template #teacher_ex H1,
[lang^=ar].template #teacher_tl H1,
[lang^=ar].template .rows .group {
	padding: 0 8px 0 0;
}

[lang^=ar].template .template#userdetails > DIV {
	text-align: left;
}

[lang^=ar].template .program.rtl.maximized > * {
	direction: rtl;
	text-align: start !important;
}


TABLE.styled {
	border-collapse: collapse;
}

TABLE.styled > TR:nth-child(odd){
	background: rgba(0,0,0,0.1);
}

TABLE.styled > TR > TD {
	padding: 8px;
	vertical-align: top;
}

TABLE.styled > TR > TD:not(:last-child) {
	border-right: solid 1px #bbb;
}





/* experiements */

#updated {
	display: none;
}

pf-mobiletoggle {
	display: none;
}






.template header {
	background: #50A8FF;
	height: 64px;
}

.template header ul {
	padding: 6px 0;
}



@media screen and (max-width: 700px) {

	.template pf-mobiletoggle {
		display: block;
		position: fixed;
		top: 16px;
		right: 0;
		width: 32px;
		height: 32px;
		background: url(images/icon_lobby_w.svg);
		background-size: cover;
		pointer-events: all;
		z-index: 100000;
	}

	.template header {
		height: 64px;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		transition: background-color 0.5s;
	}
	.template.headerexpanded header {
		height: 100%;
	}
	.template header ul li {
		display: block;
	}
	.template header ul li:first-child {
		box-sizing: border-box;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 6px 0 0 0;
		text-align: center;
		z-index: 9999;
	}
	.template header ul li:nth-child(2) {
		margin-top: 128px;
	}

	.template article {
		transition: filter 0.5s;
		filter: blur(0);
		margin: 0 !important;
		height: auto !important;
	}

	.template.headerexpanded article {
		filter: blur(2px);
	}

	.template article .mddownloadpdflink {
		right: 16px;
	}

	.template article h1 {
		font-size: 2em !important;
	}

	.template article :not(.program) > h2 {
		font-size: 1em !important;
		display: none;
	}

	.template article #centerbox {
		box-sizing: border-box;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.template article #showcase {
		transform: scale(0.5);
		transform-origin: top left;
		height: 158px;
		width: 200%;
		padding: 32px 0;
	}

	.template article #showcase_items {
		width: calc(100% - 200px) !important;
	}

	.template article #loginbox {
		padding: 0 16px;
		text-align: right;
		max-width: 640px;
		margin: auto;
	}

	.template article #loginbox > * {
		display: inline-block;
		width: 100%;
		padding: 0 0 32px 0;
		border: none;
		height: auto;
	}

	.template article #loginbox > #newlogin {
		display: block;
	}


	.template article #loginbox > * > H4 {
		font-size: 28px;
		margin: 0 0 0.5em 0;
		color: #000;
	}

	.template footer {
		z-index: auto;
	}

	.template footer H2 {
		display: none;
	}
}



/* simple tooltips */

.t5-tip {
	position: relative;
}

t5-tip {
	box-sizing: border-box;
	visibility: hidden;
	position: absolute !important;
	width: 192px;
	padding: 16px 8px 16px 16px;
	box-shadow: 0 1em 1em -1em rgba(0,0,0,0.75) , 0em 0em 3em 0em rgba(0,0,0,0.2);
	background: #FF8;
	color: #000;
	z-index: 1;
	font-size: 16.5px;
	text-align: left;
	font-family: zimi;
	font-weight: normal;
	word-break: normal;
}

.t5-tipShow t5-tip,
.t5-tip:hover t5-tip {
	visibility: visible;
}

t5-tip::after {
	content: " ";
	position: absolute;
	margin-left: -5px;
	border: solid 5px transparent;
}

.t5-tip.top t5-tip {
	left: calc(50% - 96px);
	bottom: calc(100% + 1em);
}

.t5-tip.top t5-tip::after {
	top: 100%;
	left: 50%;
	border-top-color: rgb(255,255,128);
}

.t5-tip.bottom t5-tip {
	left: calc(50% - 96px);
	top: calc(100% + 1em);
}

.t5-tip.bottom t5-tip::after {
	bottom: 100%;
	left: 50%;
	border-bottom-color: rgb(255,255,128);
}

.t5-tip.right t5-tip {
	left: calc(100% + 1em);
	top: calc(50% - 20px);
}

.t5-tip.right t5-tip::after {
	top: 50%%;
	right: 100%;
	border-right-color: rgb(255,255,128);
}





/* password strenght indicator */
.template#userdetails TD.passwordchecked {
	position: relative;
}

.template#userdetails TD.passwordchecked::after {
	content: '\f119';
	display: block;
	position: absolute;
	right: 0;
    top: 1px;
	background: #F00;
	color: #FFF;
	text-align: center;
	padding: 3px;
	font-size: 20px;
}

.template#userdetails TD.passwordchecked.medium::after {
	content: '\f11a';
	background: #f80;
}

.template#userdetails TD.passwordchecked.good::after {
	content: '\f118';
	background: #080;
}





/* custom page css */



/* page_module */

.page_module #programs {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0px 0px 24px 384px;
	-webkit-overflow-scrolling: touch;
}

.page_module #programs_rows {
	padding: 0px 0px 3em 0;
}

.page_module .programs_cats {
	margin: 3em 0 -1em 32px;
}

.page_module .programs_cats:first-child {
	margin: 18px 0 0 32px;
}

.page_module .lizenzen {
	position: fixed;
	left: 384px;
	bottom: 0;
	padding: 8px;
	width: 370px;
	background-color: rgba(255,255,255,1);
	color: black;
	z-index: 2;
	border: solid rgba(0,0,0,0.1);
	border-width: 1px 0 0 0;
}

.page_module #credits_select_all {
	display: none;
	text-align: center;
    padding: 6px 0 0 0;
    height: 26px;
}

.page_module #users:not(.userdetails_visible) {
	box-shadow: none !important;
}

.template .page_module #users_rows.rows:not(.show) .selected {
	background-color: inherit !important;
	color: inherit;
}

.template .page_module #users_rows.rows.show DIV::before {
	display: none;
}

.template .page_module #users_rows.rows.show DIV:not(.user_teacher_divider)::after {
	box-sizing: border-box;
	padding: 1px;
	content: '';
    position: absolute;
    top: 5px;
    right: 6px;
	width: 16px;
	height: 16px;
    color: #000;
    border: solid 1px #999;
    margin-top: 0;
	line-height: 16px;
}

.template .page_module #users_rows.rows.show DIV.selected::after {
	content: '\f00c';
    border: solid 1px #000;
}

.page_module #programs_rows .fixed, #programs_rows .program.animated {
	position: fixed;
	z-index: 2;
}

.page_module #plcResellerImportUsersDialog A {
	color: rgba(0,100,200,0.9);
}

.page_module #programs_rows .program.animated,
.page_module .rows > DIV > DIV.modul {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}



/* page_profile */

.page_profile #usereditor {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0px 0px 24px 160px;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.page_profile #users .rows > DIV.selected:after { /* triangle */
	border-right-color: #EFEFEF;
}

.page_profile #userdetails_abort,
.plc_notebox_transactions {
	visibility: hidden;
}

.page_profile #imageuploadercontainer {
	display: inline-block;
}

.page_profile #imageuploader {
	width: 192px;
	height: 192px;
	cursor: pointer;
	overflow: hidden;
	background-size: cover;
	border-radius: 16px;
	border: solid 1px #000;
	margin: 1em 0 3em 0;
}

.page_profile #imageuploader:hover::after {
	content: '\f030';
    font-size: 64px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 44px 0 0 0;
    background: rgba(0,0,0,0.25);
}



/* page_saldo */

.page_saldo .plcfaktura {
    text-align: left;
    padding: 0.5em 0 1em 64px;
    font-weight: bold;
}

.page_saldo #saldoFakturaContainer {
/* //-
	margin: 0.5em 0 0 16px;
	*/
	margin: 0.5em 0 0 0;
}

.page_saldo #saldoFakturaContainer a {
	display: inline-block;
	width: 160px;
}

.page_saldo #saldoFakturaContainer a {
	color: rgb(0,128,255);
}

.page_saldo #saldoFakturaContainer a:hover {
	color: rgb(0,64,128);
}

.page_saldo #saldoFakturaContainer .faktuaStatus_2 a {
	text-decoration: line-through;
}

.page_saldo #saldoFakturaContainer span.amount {
    display: inline-block;
    width: 96px;
    text-align: right;
}

.page_saldo #saldoFakturaContainer .faktuaStatus_4::after,
.page_saldo #saldoFakturaContainer .faktuaStatus_5::after,
.page_saldo #saldoFakturaContainer .faktuaStatus_13::after {
    content: ' \f00c';
	color: #080;
}

.page_saldo #saldoFakturaContainer :not(.faktuaStatus_2).overdue {
	color: #F00;
}

.page_saldo #saldo_options p {
	text-align: right;
}

.page_saldo FORM.saldo {
	display: block;
	text-align: right;
	margin: 0.5em 0 0 0;
}
.page_saldo #QRScan {
	position: relative;
	margin: -88px 0 0 0;
	border: none;
	background: rgb(224,224,224);
}

.page_saldo #QRScanClose {
	background: white;
}



/* page_training */

BODY.page_training {
	margin: 0 0 0 128px;
}
.lobbyHide BODY.page_training {
	margin: 0;
}
.page_training #plc_container {
	position: relative !important;
}
.page_training #plc_titleButtonOptions {
	display: none !important;
}

.page_training.isPortrait #plc_container #plc_icons {
	left: 352px;
}

BODY.page_training.isPortrait {
	margin: 0;
}
BODY.page_training.module_menus_hauptmenu_hauptmenu.isPortrait {
	margin: 0 0 0 96px;
}
.lobbyHide BODY.page_training.module_menus_hauptmenu_hauptmenu.isPortrait {
	margin: 0;
}
BODY.page_training.module_menus_hauptmenu_hauptmenu.isPortrait #plc_container div#plc_header {
    padding: 8px 0 8px 0;
}

BODY.page_training.module_menus_hauptmenu_hauptmenu.isPortrait #arbeitsplan_scrollbox_01 {
	width: 420px;
}
.lobbyHide BODY.page_training.module_menus_hauptmenu_hauptmenu.isPortrait #arbeitsplan_scrollbox_01 {
	width: 470px;
}



/* page_users */
.page_users #usereditor {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.template .page_users #users .rows > DIV.selected::after {
	border-right-color: #EFEFEF;
}

.page_users .plc_notebox_transactions {
	display: none;
}

.page_users.r100 .rows_container {
	padding: 0 0 168px 0;
}
.page_module.r100 .rows_container {
	padding: 0 0 140px 0;
}



/* page_signup */

.page_signup #working,
.page_signup #finished,
.page_signup.z1 #finished .z1,
.page_signup.z0 #userdetails,
.page_signup.z0 #userdetails > SPAN {
	display: none;
}

/* //-
.page_signup #userdetails input[name=vcard_adr_code],
.page_signup #userdetails input[name=vcard_adr_locality] {
    width: 7.875em;
}
*/

.page_signup #userdetails input[type=checkbox] {
    vertical-align: text-bottom;
}

.page_signup #userdetails > TABLE {
	display: inline;
}
.page_signup #userdetails > * > * > TR {
	display: none;
}

.page_signup #userdetails > SPAN {
	padding: 0 !important;
}

.page_signup.z1 TR.z1,
.page_signup.z2 TR.z2,
.page_signup.z3 TR.z3 {
	display: table-row !important;
}

.page_signup.z1 #ttttt .z1,
.page_signup.z2 #ttttt .z2,
.page_signup.z3 #ttttt .z3 {
	background-color: rgba(255,224,0,0.25);
}

.page_signup #ttttt TD,
.page_signup #ttttt TH {
	border: solid silver 1px;
	padding: 4px 4px;
}

.page_signup #ttttt TH  {
	vertical-align: top;
}

.page_signup #ttttt TH:first-child {
	text-align: left;
}

.page_signup #ttttt TD:not(:first-child) {
	text-align: center;
}



/* page_start */

.template .page_start article, .template .page_saldo article { /* general */
	left: 0;
	padding: 24px 8px 24px 144px;
	max-width: 936px;
}

.template .page_start article img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 16px 0;
}

.page_start #shortcuts > * { /* shortcuts */
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	margin: 0 4px 4px 0;
	width: 192px;
	height: 128px;
	padding: 8px 8px 8px 16px;
	overflow: hidden;
	text-decoration: none;
	background: #64A8F8;
	color: #FFF;
	cursor: pointer;
}

.page_start #shortcuts > * > H2 {
	margin-top: 0;
}

.page_start #shortcuts > *:hover::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: ' ';
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.0625);
}

.page_start #shortcuts_newsletter H2,
.page_start #shortcuts_newsletter INPUT,
.page_start #shortcuts_newsletter B {
	position: relative;
	z-index: 1;
}

.template .page_start article .licenses_update { /* licenses */
	padding: 0 0 11px 16px;
	border: solid #FC0;
	border-width: 0 0 0 64px;
	position: relative;
}

.template .page_start article .licenses_update:nth-of-type(5) {
	margin: 64px 0 0 0;
}

.template .page_start article .licenses_update:before {
	display: block;
	width: 31px;
	height: 31px;
	content: '!';
	font-size: 30px;
	position: absolute;
	left: -48px;
	top: 16px;
	text-align: center;
	border-radius: 32px;
	border: solid white 2px;
	color: white;
}

.template .page_start article .licenses_update > div {
	margin-bottom: 8px;
}

.template .page_start article .licenses_update > div > * {
	vertical-align: top;
}

.template .page_start article .licenses_update > div > span {
	display: inline-block;
	width: 48px;
	text-align: end;
	margin: 0 8px 0 0;
}

.template .page_start article .licenses_update img {
	display: inline-block !important;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 8px 0 0;
}


.template .page_start article .licenses_update pf-users {
	display: block;
	white-space: break-spaces;
	font-size: 14px;
}


.template .page_start article .licenses_update pf-user:not(:first-of-type)::before {
	content: ', ';
}

.template .page_start article .licenses_update > div > span:nth-child(3) {
	width: 356px;
	text-align: start;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page_start .newsitem { /* news */
	display: block;
	text-decoration: none !important;
	color: black !important;
	margin: 0 auto !important;
	white-space: normal;
	margin: 0 -32px 2px -32px;
	padding: 32px 0 96px 0;
	cursor: pointer;
}

.page_start .newsitem H1 {
	text-align: center;
}

.template .page_start article .newsitem img {
	width: auto;
	max-width: 100%;
}

[lang^=ar].template .page_start .licenses_update,
[lang^=ar].template .page_start [localizehtml=LicensesExtendInfo] {
	direction: rtl;
	display: block;
}



/* page_login */
.page_login #homescreen {
	position: fixed;
	left: 0;
	font-size: 11px !important;
	height: 0px;
	width: 100%;
	z-index: 10;
}

.page_login #homescreen t5-tip {
	width: 320px;
	left: calc(50% - 160px);
}

.template .page_login article {
	max-width: 100%;
	padding: 0;
	min-height: 780px;
	height: calc(100% - 256px);
}

.page_login #centerbox {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}

.template .page_login #updated {
	position: absolute;
	right: -16px;
	top: 4px;
	background-size: 96px 96px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/bu.svg);
	height: 96px;
	padding: 48px 0 0 128px;
}

.template .page_login #updated > DIV {
	padding: 0.5em 1em;
	font-size: 1.5em;
	background: white;
	-webkit-transform: skew(-20deg, 0deg);
	-moz-transform: skew(-20deg, 0deg);
	-ms-transform: skew(-20deg, 0deg);
	-o-transform: skew(-20deg, 0deg);
	transform: skew(-20deg, 0deg);
}

.template .page_login #updated > DIV > DIV {
	font-size: 0.66em;
}

@media screen and (max-width: 700px) {
	.template .page_login article {
		margin: 0 0 64px 0 !important;
	}
}
