/* Common - across several projects */
.custom-input {
    position: relative;
	margin-top:	1.4em;
}
.custom-input-error {
    margin-bottom: 1.4em;
    text-align: right;
    font-size: 0.8em;
    color: red;
}
.custom-input input {
	border-radius: 12px;
	padding: 6px 0px;
    font: 1em arial;
	width: 100%
}
.custom-input label {
	cursor: text;
    margin: 0;
    left: 0px;
    position: absolute;
    top: 2px;
	right: 0px;	
	
    color: #888;
	padding: 6px;
    font-weight: normal;
    font: 1em arial;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	text-align: left;

    transition: all .3s ease;
}
.custom-input label.active {
    top: -18px;
    left: 0;
	font: 0.7em arial;
	color: #222
}
.custom-input label.active.focusIn {
	color: #555;
}
input:focus {
	outline: initial;
}

.ajax_loader .cssload-container {
	display: flex !important;	
}
.ajax_loaderBGDark .cssload-container {
    background: #00000090;	
    transition: opacity 0.5s;
}
.cssload-container {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
	z-index: 30000;
	display: 	none;
	opacity: 0;
	pointer-events: none;
}
.cssload-container.fadein {
	opacity: 1;
	pointer-events: all;
}
.cssload-loader {
	position: relative;
	width: 152px;
	height: 152px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	perspective: 1900px;
}
.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
	border-radius: 50%;
		-webkit-border-radius: 50%;	
}
.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1s linear infinite;
		-webkit-animation: cssload-rotate-one 1s linear infinite;
	border-bottom: 16px solid rgb(255,0,0);
}
.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1s linear infinite;
		-webkit-animation: cssload-rotate-two 1s linear infinite;
	border-right: 16px solid rgb(0,255,0);
}
.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1s linear infinite;
	-webkit-animation: cssload-rotate-three 1s linear infinite;
	border-top: 16px solid rgb(0,0,255);
}
@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}
@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}
@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}
@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}
@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

.icon-reduce {
	visibility: hidden;
}
.icon-enlarge {
	visibility: hidden;	
}
.icon-dashboard {
	width: 90% !important;
	height: 90% !important;
}
#app.view_normal .icon-enlarge {
	visibility: visible;
}
#app.view_fullscreen .icon-reduce {
	visibility: visible;	
}
.view-fullscreen-issue #btn_fullscreen {
	display: none;	
}
.view-fullscreen-issue #btn_fullscreen {
	display: none;	
}

.icon-evaluation {
	fill: none !important;
}
#app:not(.view_house) #btn_eval {
    display: none;
}

.ctrlContainer {
	position: absolute;
	top: 10px;
	right: 10px;
}
.ctrlButton {
	border-radius: 25%;
    border: solid 2px white;
	position: relative;
    width: 30px;
    overflow: hidden;
	float: right;
	margin: 5px;
    opacity: 0.3;
}
.ctrlButton:hover {
	opacity:1 !important
}

.ctrlButton:before {
	content: "";
	display: block;
    padding-top: 100%;
}
.ctrlButton-background {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: white;
	opacity: 0.30;
}
.ctrlButton .ctrlButton-clickarea {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	
	z-index: 100;
}
.icon {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.icon svg {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 80%;
    margin: auto;
	color: white;
}
#systemInfo {
	color: var(--col_widgetTitleColor);
    background: var(--col_widgetGrouping);
    position: relative;
    /* display: inline-block; */
    margin-top: 48px;
    border-radius: 12px;
    border: 2px solid var(--col_widgetTitleColor);
    display: none;
	font-family: arial;
}
#systemInfo .col {
	display:  inline-grid;
	margin: 1px 5px;
	font-size: 14px;
}
#systemInfo .col .right {
	margin-left: auto;
	margin-right:0;
}
.showStatusInfo #systemInfo {
	display: block;
}


.info-content {
	position: relative;
	padding: 0.5em
}
.info-content .title,
.info-content .descr {
	display: grid
}
.info-content .new-line {
    overflow: hidden;
    white-space: nowrap;	
}
.info-content .new-line.align-left {
	text-align: left;
}
.info-content .new-line.align-right {
	text-align: right;
}
.info-content .new-line.align-center {
	text-align: center;
}
.info-content .no-k-space .animClock-kSpacing {
	margin-left: unset !important;
}
.new-line {
    vertical-align: top;
}
.new-line > div {
    display: inline-block;
    vertical-align: top;
}

#info {
	overflow: hidden;
}
#info.fadeOut {
	opacity: 0;
}
#info.fadeIn {
	opacity: 1;
}

#app.signedIn       #icon-signIn {
	display: none;
}
#app:not(.signedIn) #icon-signOut {
	display: none;
}

#primdi {
	position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
	transition: color 0.5s;
    color: white;
    font-family: sans-serif;
    text-shadow: black 0px 2px 11px;
    text-decoration: unset;
}
.infoAtLeft #primdi {
	right:10px !important;
}
.infoAtRight #primdi {
	left:10px !important;
}

.ordinal {
	width: unset !important;
}
.ordinal-en, .ordinal-fr {
	font-size: 0.5em;
	margin-left: 0.2em;
}


/* overlay container (account/high-score/nextEvents) ****/
.overlay-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	
	display: none;
	font-family: sans-serif;

    justify-content: center;
    align-items: center;
	
	transition: opacity 1s;
	opacity: 	0;
}
.overlay-container .account-title {
	font-size: 1.5em;
}
.overlay-container .account-dialog {
	border: 2px black solid;
	border-radius: 12px;
    padding: 20px;
    background: #EEEEEE;
	display: inline-block;
	position: relative;
	
	min-width: 230px;
}
.overlay-container.disabled .account-dialog:after {
	position: absolute;
	content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    border-radius: 6px;
    opacity: 0.3;
}
.overlay-container .button {
	display: inline;
	text-align: center;
    width: 33%;
    border: 1px solid;
    border-radius: 6px;
    padding: 6px;
}
.overlay-container .button:not(.disabled):hover {
	background: #AAAAAA;
}
.overlay-container .button:not(.disabled):active {
	color: #CCCCCC;
	background: #333333;	
}
.overlay-container .button.right {
	float: right;
}
.overlay-container .button.left {
	float: left;
}
.overlay-container .button.disabled {
	color: #aaa !important;
	pointer-events: none;
}

/* account (sign-in/sign-out) ***************************/
#signingIn, #signingOut {
	font-size: 18px;
}
.overlay-container #signIn-info {
	width: 186px;
    height: 25px;
    font-size: 0.8em;
    color: red;
    margin-top: -15px;
    margin-bottom: 15px;
}
.signingIn.signingShow  #signingIn {
	opacity: 	1;
	z-index: 	20000;
}
.signingIn  #signingIn {
	display: flex !important;
	background: rgba(0, 0, 0, 0.8);
}
.signingOut.signingShow #signingOut {
	opacity: 	1;
	z-index: 	20000;
}
.signingOut #signingOut {
	display: flex !important;
	background: rgba(0, 0, 0, 0.8);
}

.ajax_loader.signingIn .account-dialog:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: black;
    border-radius: 11px;
    opacity: 0.3;
}

.signingIn  #info, .signingIn  #background, .signingIn  #controls,
.signingOut #info, .signingOut #background, .signingOut #controls {
	/*filter: blur(6px);*/
}


#background,
#controls {
	transition: filter 1s;
    z-index: 100000;
}
#info {
	transition: opacity 1s, filter 1s;
}

