/***
*
* Application-specific styles
*
* Site-wide Stylesheet
*
**/
/******************************************************
* Global
*******************************************************/
.dialogpage .shaded, .dialogpage .buttonRow
{
	background:#f2f2f5;
}

.loginpages input.email, .loginpage input.password, #overlay-logbackin input.email, #overlay-logbackin input.password
{
	margin-bottom:0;
	margin-top:0;
	height:30px;
}

.loginusingmicrosoft img {
 	display: none !important;
}

/******************************************************
* Home page
******************************************************/
.homepage #content
{
	margin-top:2px;
	padding:0;
}

.homepage #content-main
{
	min-height:250px;
	/*padding-top:18px; fix */
}

.homepage #applications-list
{
	margin-bottom:0;
	display:flex;
	flex-wrap:wrap;
}

.homepage .application
{
	position:relative;
	border:1px solid #d1d1d1;
	width:200px;
	height:180px;
	margin-left:1px;
	margin-right:21px;
	margin-top:11px;
	margin-bottom:1px;
	font-size:11px;
	background:white;
	border-radius:2px;
	opacity:.9;
}

.homepage .testapplication
{
	border: 1px solid orange;
	width: 200px;
	height: 178px;
}

@media (min-width:650px)
{
	.homepage .application:hover, .homepage .application:focus
	{
		top:-1px;
		/* left:-1px;	*/
		border:2px solid #92CAE4;
		cursor:pointer;
		margin-left:0;
		margin-right:20px;
		margin-top:10px;
		margin-bottom:0;
	}
}

.homepage li, .homepage li a {
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.homepage .testapplication:hover, .homepage .testapplication:focus
{
	border:2px solid orange;
}

.homepage .application .inner
{
	margin-top:15px;
	padding:14px 10px 10px 10px;
	overflow:hidden;
}

.app-icon
{
	width:60px;
	height:60px;
	float:left;
}

.app-name
{
	padding-left:70px;
	font-weight:bold;
	color:#2779AA;
	font-size:11px;
}

.app-teaser span
{
	float:left;
}

.app-teaser
{
	padding-left:70px;
	color:#57B9DA;
	font-size:.75em;
	margin-top:4px;
}

.app-description
{
	position:absolute;
	top:85px;
	clear:left;
	margin-top:6px;
	left:0;
	padding:8px;
	font-size:.97em;
	line-height:1.3em;
	color:#57596A;
	max-height:45px;
	overflow:hidden;
}

.app-moreinfo
{
	clear:left;
	position:absolute;
	bottom:5px;
}

.app-status
{
	position:absolute;
	top:35%;
	text-align:center;
	width:100%;
	font-size:.8em;
}

.app-status.active
{
	display:none;
}

.app-status.offline
{
	font-size:2.5em;
	color:red;
}

.homepage .dropdown-menu li > a
{
	line-height:14px;
	font-size:11px;
}

/*
#header-upper ul, #header-upper li{
	display:inline-block;
}
*/

#header-upper-nav{
	margin:0;
}

#header-upper-nav-right{
	margin:-3px 0 0 0;
	float:right;
}

#header-upper-nav li{
	position: relative;
	margin-right: 13px;
	padding-left: 20px;
	float: left;
	line-height: 40px;
	font-size:15px;
	font-weight:bold;
	color: rgb(102,102,102)!important;
}

#header-upper-nav li:before
{
	content: '';
	position: absolute;
	left: 2px;
	height: 45px;
	width: 1px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
}

/*
#header-upper-logo span:before
{
	content: '';
	position: absolute;
	height: 45px;
	width: 1px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
}
*/

#header-upper-logo a
{
	margin-left:10px;
}

#header-upper a
{
	color: rgb(102,102,102)!important;
	-webkit-font-smoothing:antialiased;
	line-height:40px;
	font-family:"HelveticaNeue", "Helvetica Neue", helvetica, Arial, sans-serif;
	text-shadow:rgb(255, 255, 255) 0px 1px 1px;
}

#header{
	position:fixed;
	top:0;
	width:100%;
	height:60px;
	z-index:1000;
	background-color:rgb(250, 250, 250);
	border-bottom: 1px solid white;
	transition:all 250ms ease;
}

.phantomheader #header {
	background:none;
	border:none;
	visibility:hidden;
	display:block;
}

.phantomheader #header-upper, .phantomheader #header-lower
{
	display:none;
}

.phantomheader #messages
{
	visibility:visible;
}

#header-upper{
	position:relative;
	margin:5px 0 0 0;

	height:45px;
	padding:5px 10px 0px 10px;
}

#header-upper-logo{
}

#header-upper #account-ul{
	float:right;
	margin-top:6px;
}

.noborder{
	border:none!important;
}

.homepage #header-lower {
	line-height:1.7em;
	background:white; /* LJ: rgb(0,156,222); */
	min-height:40px;
	color:white;
	font-size:22px;
	font-weight:bold;
	padding:15px 10px 10px 10px;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
}

.headerlowerpages #stage
{
	/*padding-top:130px !important;*/
	padding-bottom:40px !important;
}

#stage
{
	margin: 75px auto 0 auto;
	max-width:1170px;
	padding:0!important;
}

#applications-list
{
	margin-left:22px;
}

#searchapp
{
	display:block !important;
	margin:0; /* 2025-11-24.1023 */
	/* min-width:300px; */
	width:100%;
	border:1px solid #AEC6D6;
}

/******************************************************
* Small Screen Rules (Redesign 2025-11-24)
******************************************************/
@media screen and (max-width:650px), screen and (-webkit-min-device-pixel-ratio: 2.01)
{
	.homepage .application
	{
		height:auto;
		width:100%;
	}

	.homepage .application .inner
	{
		margin:0;
		padding:0;
	}

	.homepage .app-icon
	{
		float:none;
		display:inline-block;
		max-height:33px;
		max-width:33px;
		margin-right:.4em;
	}

	.homepage .app-name
	{
		display:inline-block;
		padding:0;
		font-size:15px;
		font-weight:normal;
		max-width: 85%;
	}

	.homepage .app-teaser, .homepage .app-description, .homepage .app-moreinfo
	{
		display:none;
	}

	.homepage #searchapp {
		border-radius:8px;
		margin:0;
	}

	.homepage .application
	{
		padding: 2em 1.2em;
		box-sizing:border-box;
		margin-right: 0;
		background:white;
		border-radius:8px !important;
	}

	.homepage .application .inner
	{
		position:relative;
	}

	.homepage #applications-list
	{
		margin-left:15px;
	}

	.homepage .app-icon
	{
		float:left;
		max-width:50px !important;
		max-height:50px !important;
	}

	.homepage .app-name
	{
		font-size:16px;
		margin-left:65px;
		display:block !important;
		font-weight:bold;
	}

	.homepage .app-description
	{
		font-size:13px;
		margin-left:65px;
		display:block !important;
		position:relative;
		top:auto;
		left:auto;
		clear:none;
		padding-left:0;
		margin-top:0;
	}

	.homepage #searchapp
	{
		width:100%;
	}

	.homepage .application:hover, .homepage .application:focus
	{
		top:0;
		left:0;
		border:2px solid orange !important;
	}
}
* Login Page
******************************************************/
.loginpages #id.enabletwoinputmode, #overlay-logbackin #id
{
	border-bottom:1px solid #AEC6D6;
}
