﻿/***********************************************\
 *				Main Stylesheet				   *
 ***********************************************
 * Contains everything used in toplevel.Master *
\***********************************************/

/**************************
 * General element styles *
 **************************/
 @font-face {
	font-family: Linde;
	src: url(../fonts/lindeglrg.ttf);
  }

html
{
	height: 100%;
	width: 100%;
}

body
{
	background: white;
	font-family: Linde, Arial;
	font-size: 8pt;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	/*background-image: url(/skin/D1Hub/images/furniture/2000Body.jpg);
	scrollbar-base-color: #FFFFFF;*/
	overflow: hidden;
}

input, textarea
{
	background-color: #fff !important;
    padding: 2px;
	border: 1px solid #ccc;
    border-radius: 0px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
	font-family: 'Linde', Arial, Helvetica, sans-serif;
    box-shadow: inset 2px 2px 6px #B9CDD7 !important;
}

input:hover{

	background-color: #fff !important;
	border: 1px solid #007AB9;
	border-radius: 0px;
	color: #7FAAC8;
	-webkit-box-shadow:inset 2px 2px 6px #B9CDD7;
       -moz-box-shadow:inset 2px 2px 6px #B9CDD7;
            box-shadow:inset 2px 2px 6px #B9CDD7;

}

input:active{

	background-color: #fff !important;
	border: 1px solid #007AB9 !important;
	border-radius: 0px;
	color: #005591;
	-webkit-box-shadow:inset 2px 2px 6px #B9CDD7;
       -moz-box-shadow:inset 2px 2px 6px #B9CDD7;
            box-shadow:inset 2px 2px 6px #B9CDD7;

}

input:disabled {
	background-color: #F4F4F4 !important;
	border: 1px #D3D6D6;
	color: #B6BBBB;
	-webkit-box-shadow:inset 2px 2px 6px #D6D6D6;
       -moz-box-shadow:inset 2px 2px 6px #D6D6D6;
            box-shadow:inset 2px 2px 6px #D6D6D6;
}

input:-webkit-autofill {
    -webkit-box-shadow: 2px 2px 6px -3px  #B9CDD7 inset !important;	
	-webkit-background-clip: text;
	-webkit-text-fill-color: #005591;
	font-family: Linde;
	border-radius: 0px;
}

a{
	color: #00A0E1;
}
a:hover{
	color: #007AB9;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 13pt;
}

h3
{
	margin: 3px;
	font-size: 12pt;
}

h4
{
	margin: 3px;
	font-size: 11pt;
}

select
{
	background-color: #fff;
	border: #555 1px solid;
	/*font-size: 9pt !important;*/
    padding: 2px;
    border-radius: 5px;
}

*:focus
{
	outline-color: #005591;
}

::-ms-clear,
::-ms-reveal
{
	width: 0;
	height: 0;
}

::-webkit-scrollbar
{
	width: 7px;
	height: 0.5em;
	/*-webkit-border-radius: 4px;*/
	/*background-color: #FFFFFF;*/
	/*border-bottom: 1px solid black;*/
    /*margin-top: 10px;*/
}

::-webkit-scrollbar-track-piece
{
	background-color: #eaebec;
	border: 1px solid #c4c3c4; /*#c4c3c4;*/
    border-radius: 4px;
}

::-webkit-scrollbar-thumb
{
	min-height: 0.4em;
	min-width: 0.45em;
	-webkit-border-radius: 4px;
	background-color: #005591;
}
::-webkit-scrollbar-thumb:hover
{
	background-color: #0064be;
}


/****************
 * Class styles *
 ****************/

.clear-float
{
    clear: both;
}

.form-spacer
{
    height: 10px;
}

.fake-table
{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tabsContainer
{
	position: relative;
	margin-left: 0px;
	overflow-y: hidden;
}

.tabsContainer div.ui-tabs-panel
{
    padding: 0px;
}

.clickable
{
	cursor: pointer;
}

.draggablecontainer
{
	cursor: move;
}

.errorcontainer
{
	height: 400px;
	width: 500px;
	text-align: center;
}

.errorpanel
{
	background: white;
	border: 1px red solid;
	width: 360px;
	color: Black !important;
}

.errorpanel h2
{
	margin: 0px;
	padding: 5px 0px 15px 25px;
	font-size: 12pt;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	color: red;
	text-align: left !important;
}

.errorpanel div
{
	margin: 10px;
	font-size: 9pt;
	text-align: left !important;
	font-style: italic;
}

.formline .formvalue label.error
{
	background: red;
	display: inline-block;
	padding: 2px;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: normal;
}




.hide
{
	display: none;
}

.iframedialog
{
	z-index: 1010 !important;
}

.loadingimagebackground
{
	background-image: url(/skin/D1Hub/images/loadingimage_bg.gif) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	z-index: 99;
}

.loadingimagebackgroundbig
{
	background-image: url(/skin/D1Hub/images/loadingimage_bg.gif) !important;
	background-position: 500px 280px !important;
	background-repeat: no-repeat !important;
	z-index: 99;
	height: 100%;
}

/*hide these by default */
.noclose .ui-dialog-titlebar-close, #confirmdialog .ui-dialog-titlebar-close, #changenamedialog .ui-dialog-titlebar-close
{
	display: none !important;
}

.notification
{
	border: 2px solid #aaa;
	background: #ddd;
	padding: 10px;
	margin: 10px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.reportlist li a
{
	width: auto !important;
}

.tooltiptable
{
	font-size: 9pt;
	width: 255px;
}

.tooltiptable th
{
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	text-align: left;
}

.tooltiptable td
{
	font-size: 9pt;
	font-weight: normal;
	vertical-align: top;
}

.tooltiptable td.subtitle
{
	font-size: 10pt;
	padding: 0 3px 3px 3px;
}

.tooltiptable td .value
{
	overflow: hidden;
	color: Red !important;
}

.logindialoginner
{
	color: black;
	position: absolute;
	/*left: 50%;*/
	/*margin-left: -175px;*/
	/*width: 350px;*/
	/*border: 1px #ccc solid;*/
	/*padding: 15px;*/
	/*background-color: #eee;*/
	font-size: 16px;
	border-radius: 0px;
	max-width: 350px;
	width: calc(100% - 40px);
	position: relative;
	margin: auto;
}

#btnLogin
{
	width: 100%;
	margin: 0;
}

.logo-animation, #imgIntroLogo
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	/*width: 100%;*/
}

.logindialoginner input
{
	font-size: 18px;
}

.logindialoginnererror
{
	position: absolute;
	left: 50%;
	margin-left: -180px;
	width: 330px;
	border: 1px #8f0026 solid;
	padding: 15px;
	background: transparent\9;
	background: rgb(199,127,146) transparent;
	background: rgba(199,127,146, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fc77f92 , endColorstr=#7fc77f92  )"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fc77f92 , endColorstr=#7fc77f92  ); /* IE5.5-7 */
}

.loginError
{
    color: #ff0000;
    margin-top: 20px;
}

.loginError a
{
    color: blue;
    margin-top: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.validity-modal-msg
{
	position: absolute;
	z-index: 2000;
	background-color: red;
	color: White;
	border: solid 1px #000;
	padding: 2px;
	cursor: pointer;
	margin-top: 9px;
}

.validity-modal-msg:hover
{
}


.roleplayDialogContainer
{
    float: right;
}

.roleplayDialogPartnerIcon
{
    margin: auto;
    height: 128px;
    width: 128px;
}

.roleplayDialogRoleContainer
{
    clear: both;
    margin-left: -7px;
    margin-right: -7px;
    height: 124px;
}

.roleplayDialogRoleButton
{
    float: left;
    width: 124px;
    height: 124px;
    cursor: pointer;
}

.roleplayDialogConsultantButton
{
    background-image: url('../images/rp_role_consultant.png');
}
.roleplayDialogConsultantButtonOver
{
    background-image: url('../images/rp_role_consultant_o.png') !important;
}

.roleplayDialogCustomerButton
{
    margin-left: 5px;
    background-image: url('../images/rp_role_customer.png');
}
.roleplayDialogCustomerButtonOver
{
    background-image: url('../images/rp_role_customer_o.png') !important;
}

.roleplayDialogRandomRoleButton
{
    margin-left: 5px;
    background-image: url('../images/rp_role_random.png');
}
.roleplayDialogRandomRoleButtonOver
{
    background-image: url('../images/rp_role_random_o.png') !important;
}

.bannerimage
{
    height: 196px;
    margin: 0px !important;
    background-size: 100% 100%;
}

.SwitchPanelContainer
{
    position: absolute;
    width: 100%;
    height: 100%;
}

.SwitchPanelLink
{
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: white !important;
    cursor: pointer;
}

.tasksHeadlineNumber
{
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.d1-dialog {
	position: relative;
	display: none;
	margin: 0;
	padding: 0 !important;
	overflow: hidden !important;
}

.d1-dialog-loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/loadingimage_bg.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 99;
}

.d1-dialog-frame {
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
/************************
 * Specific ID'd styles	*
 ************************/

/* used for the content iframed into jquery windows */
#childwindow
{
	background: white !important;
	margin: 0px;
	padding: 5px;
}

#debugdisplay
{
	margin: 0px;
	padding: 0px;
	border: 1px black outset;
	height: 250px;
	position: absolute;
	width: 400px;
	top: 5px;
	right: 5px;
	display: none;
	z-index: 1999;
}

#debugdisplay #title
{
	font-size: 10pt;
	background: black !important;
	color: White !important;
	margin: 0px !important;
	padding: 3px 3px 3px 25px !important;
	font-weight: bold;
	background-image: url(/skin/D1Hub/images/icons16x16/bug.png) !important;
	background-position: 3px 3px !important;
	background-repeat: no-repeat !important;
}

#debugdisplay #copy
{
	color: White;
	text-decoration: none;
	font-family: 'Wingdings';
	font-size: 13px;
	position: absolute;
	top: 3px;
	right: 24px;
}

#debugdisplay #close
{
	color: White;
	text-decoration: none;
	font-family: 'Wingdings';
	font-size: 13px;
	position: absolute;
	top: 3px;
	right: 4px;
}

#debugdisplay #content
{
	background-position: #FFFFCC;
	padding: 5px;
	background: #FFFFCC;
	height: 250px;
	overflow: Auto;
	display: block;
}

#debugdisplay #content span
{
	display: block;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	font-size: 8pt;
}

#btnDebugClear
{
	color: White;
	text-decoration: none;
	font-family: 'Wingdings';
	font-size: 13px;
	position: absolute;
	top: 3px;
	right: 44px;
}

#debugdisplay .error
{
	color: Red;
}


#debugdisplay .ui-draggable-dragging
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#dialogplaceholder .ui-tabs
{
	background-color: #ddd;
}

#dialogplaceholder ul.ui-tabs-nav li a
{
	text-align: center !important;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 90px !important;
    color: white !important;
}

#dialogplaceholder ul .ui-tabs
{
	width: 100% !important;
	border: none !important;
	background-image: url(/skin/D1Hub/images/furniture/tabbg.png) !important;
	background-position: 0px 0px !important;
	background-repeat: repeat-x;
}

#dialogplaceholder .ui-tabs-nav
{
	height: 43px !important;
    padding-left: 5px;
    padding-top: 4px;
    background-color: #bbb;
}

#dialogplaceholder .ui-tabs-nav li:hover
{
	background-color:#007AB9;
}

#dialogplaceholder .ui-tabs-panel
{
	/*background-image: url(/skin/D1Hub/images/furniture/dialogbg.png) !important;*/
	background-repeat: repeat-x;
	background-position: 0px -60px;
	/*background-color: #ddd;*/
	overflow: auto;
	position: relative;
	height: 460px;
    padding: 5px;
}

#dialogplaceholder .ui-tabs-panel p:first-of-type
{
	margin-top: 0px;
}

/*#dialogplaceholder ul .ui-state-default
{
	background-color: #888;
}*/

#dialogplaceholder ul .ui-tabs-selected
{
	background-color: #007AB9;
}

#dialogplaceholder ul .ui-tabs-selected a
{
	color: white;
}

#dialogplaceholder ul .ui-state-disabled
{
	display: none;
}

#dialoguploader
{
	margin: 0px;
	padding: 0px;
}

.ui-tabs .ui-tabs-panel
{
    padding: 0px;
}

/* style overides for the main tab */
#defaulttabs
{
	width: auto;
	background: transparent !important;
	border: none !important;
	/* margin: 0px 20px 0px 20px; */
	padding: 0px;
}  

#defaulttabs .ui-tabs-panel
{
    margin-right: 40px;
    float: left;
    position: relative;
}

#defaulttabs .ui-tabs-hide
{
	display: block !important;
    overflow: hidden;
}

#topBarContainer
{
	/* background-color: #005591; */
	background: linear-gradient(90deg,#f1f5f7,#dce6eb);
    box-shadow: 0 2px 6px rgb(0 47 90 / 25%);
    height: 43px;
    overflow: hidden;
    /* border: 1px solid transparent; */
    /*border-radius: 5px;*/
}

#navigationContainer
{
    position: relative;
    float: left;
    width: 100px;
    overflow: hidden;
}

#tabHeadersScroller
{
    overflow: hidden;
    width: 100%;
    padding: 0px 18px 0px 18px;
    height: 43px;
    box-sizing: border-box;
}

.tabHeadersScrollBtn
{
    display: none;
    position: absolute;
    top: 0px;
    width: 18px;
    height: 43px;
    /*background-size: 50% 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;*/
}

#tabHeadersScrollLeft
{
    left: 0px;
    background-image: url('../images/furniture/tabs_scrollleft.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #005591;
    background: #005591 url('../images/furniture/tabs_scrollleft.png') 50% 50%/50% 50% no-repeat;
}

#tabHeadersScrollRight
{
    right: 0px;
    background-image: url('../images/furniture/tabs_scrollright.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #005591;
    background: #005591 url('../images/furniture/tabs_scrollright.png') 50% 50%/50% 50% no-repeat;
}

#tabHeadersContainer
{
    width: 1470px;
    width: calc((160px + .2em) * 9);
}

#tabHeadersContainer > ul > .ui-tabs-selected a, #tabHeadersContainer > ul > li a:hover {
    color: white;
    /* border-bottom: 5px solid white; */
    background:#DCE6EB;
}

#tabHeadersContainer > ul > li a {
    text-align: center !important;
    padding-top: 6px;
    padding-right: 5px;
    padding-left: 5px;
    /* padding-bottom: 2px; */
    width: 150px !important;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    /* border-bottom: 5px solid #005591; */
    transition: color ease-in-out 0.3s, border ease-in-out 0.3s;
    outline: 0px !important;
}

/*#defaulttabs > ul > li a span
{
    text-transform: uppercase;
}*/

#tabHeadersContainer > ul > .ui-tabs
{
	width: 100% !important;
	border: none !important;
	background-image: url(/skin/D1Hub/images/furniture/tabbg.png) !important;
	background-position: 0px 0px !important;
	background-repeat: repeat-x;
}

#tabHeadersContainer > ul > .ui-tabs-panel
{
	background: transparent !important;
	border: none !important;
}

#tabHeadersContainer > ul > .ui-state-disabled
{
	display: none;
}

#tabHeadersContainer > ul > .ui-state-default
{
	background-color: transparent;
    border: 0px;
    height: 30px;
    margin-top: 2px;
}


#tabHeadersContainer > ul > .ui-state-default:not(:last-child)
{
    border-right: 0px solid #ccc;
}

#searchContainer
{
    float: right;
    width: 240px;
    overflow: hidden;
    margin: 0px 10px 0px 10px;
}

#searchBoxContainer
{
    display: inline-block;
    height: 35px;
    width: 185px;
    padding: 0 5px;
    margin-top: 3px;
    font-size: 12pt;
    font-weight: bold;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

#searchBoxLanguageContainer
{
    display: inline-block;
    cursor: pointer;
}

#searchBoxLanguageContainer img
{
    vertical-align: middle;
}

#searchDropdownContainer
{
    display: none;
    position: absolute;
    top: 35px;
    left: 1089px;
    width: 29px;
    background-color: white;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 10px 5px 5px 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#searchDropdownContainer div
{
    padding: 3px 0;
    width: 100%;
    cursor: pointer;
}

#searchDropdownContainer div:hover
{
    background-color: #ccc;
}

#txtSearchTerm
{
    height: 25px;
    width: 130px;
    padding: 5px 0 5px 10px;
    font-size: 12pt;
    font-weight: bold;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #ccc;
}

#txtSearchTerm:active, #txtSearchTerm:focus
{
    outline: none;
}

#btnSearch
{
    vertical-align: middle;
    margin-top: -3px;
    cursor: pointer;
}

#feedbackContent
{
	margin: 0px;
	padding: 0px;
}

#feedbackcontainer
{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#feedbackText
{
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

#feedbackText .feedbackline
{
	margin: 0px 0px 25px 5px;
	display: block;
}

#feedbackText .feedbackline a
{
	color: Black;
	text-decoration: none;
}

#feedbackText .feedbacknumber
{
	font-size: 16pt !important;
	font-weight: bold;
	color: #7fe2de;
}

#feedbackText .feedbacknumbersmall
{
	font-size: 14pt !important;
	font-weight: bold;
	color: #e762c2;
}

#feedbackText .state
{
	font-weight: bold;
	color: #9e723a;
}

#feedbackText .action
{
	font-weight: bold;
	color: #8b3351;
}

#feedbackbuttons
{
	position: absolute;
	bottom: 28px !important;
}

#feedbackText .urgent
{
	display: inline;
	display: inline-block;
}

#changenamedialog .formline .formlabel, #messagedetailsdialog .formline .formlabel
{
	width: 55px !important;
}

#logindialog .formline
{
	padding: 10px 0;
}

#logindialog .formline .formlabel
{
	width: auto;
	text-align: center;
	/*padding: 10px;*/
	padding: 10px 0px;
	font-family:Linde, Arial;
	float: left;
    color: #005591;
}

#changenamedialog .formline .formvalue, #messagedetailsdialog .formline .formvalue
{
	width: 369px !important;
}

#logindialog .formline .formvalue
{
	width: auto;
}

#changenamedialog .formline .formvalue input, #messagedetailsdialog .formline .formvalue input
{
	width: 170px;
}

#logindialog .formline .formvalue input
{
	width: calc(100% - 6px);
}

/* message toaster */
#messagetoaster
{
	display: block;
	position: absolute;
	top: -140px;
	right: 10px;
	background: white;
	z-index: 99;
	background-image: url(/skin/D1Hub/images/furniture/tabitembg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border: 1px black solid;
	width: 250px;
	height: 125px;
	clear: both;
}

#messagetoaster #messageheader
{
	overflow: hidden;
	background-image: url(/skin/D1Hub/images/icons16x16/email_glow.png);
	background-position: 4px 3px;
	background-repeat: no-repeat;
	font-size: 11pt;
	color: White;
	padding: 2px 0px 4px 30px;
	height: 16px;
}

#messagetoaster #messagebody
{
	margin: 0px;
	padding: 3px 3px 3px 3px;
	background: white;
	font-size: 9pt;
	color: Black;
	height: 95px;
}

#messagetoaster #MessageBody .author
{
	display: block;
	font-weight: normal;
	overflow: hidden;
	height: 15px;
	font-weight: normal !important;
}

#messagetoaster #MessageBody .date
{
	display: block;
	overflow: hidden;
	height: 15px;
	font-weight: normal !important;
}

#messagetoaster #MessageBody .body
{
	display: block;
	overflow: hidden;
	height: 42px;
	font-weight: normal !important;
}

#messageSubject
{
	overflow: hidden;
	width: 300px;
	height: 29px;
}

#messageBody
{
	border-top: 1px dotted #aaa;
	padding: 15px 5px 5px 5px;
	margin: 10px 0px 0px 0px;
	height: 110px;
	min-height: 110px;
	overflow: auto;
}

#messageBody .link
{
	display: block;
	margin: 5px 0px 0px 0px;
	width: 120px;
}

#notifier
{
	min-width: 280px;
	width: 280px;
	min-height: 30px;
}

#page
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 83px;
	overflow: hidden;
}

#pagecontent
{
	position: relative;
	font-size: 10pt;
	margin: 0px 0px 0px 0px !important;
	padding: 0px;
	min-height: 300px;
}

#footerwrapper
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

/*  footer */
#pagefooter
{
	z-index: 100;
	position: relative;
	bottom: 0;
	left: 0px;
	/* background-color: #005591; */
	height: 43px;
	color: #00A0E1;
	font-weight: bold;
	padding: 0px;
	/* margin: 20px 20px 20px 20px; */
	width: auto;
    border: 1px solid transparent;
    /*border-radius: 5px;
	text-transform: uppercase;*/
	border-bottom: .5px solid rgba(0,47,90,.15);
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 47, 90, 0.15);
    background: linear-gradient(to bottom right,#f1f5f7,#dce6eb);
}

/* non ie version with transparancy */
/*#footerwrapper > #pagefooter
{
	background-image: url(/skin/D1Hub/images/furniture/btmbar_trans.png) !important;
	background-color: transparent !important;
}*/

#pagefootermessage
{
	margin: 0px 5px 0px 5px;
	padding: 0px;
	font-size: 12pt;
	float: left;
}

#pagefootermenu
{
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12pt;
	width: 500px;
    height: 43px;
	margin: 0px 5px 0px 5px;
	line-height: 43px;
}

#pagefootermenu li
{
	text-align: right;
	display: inline;
	padding: 0px 10px 0px 10px;
}

#pagefootermenu ul
{
	display: inline;
	list-style: none;
	list-style-type: none;
	text-align: right;
	position: absolute;
	right: 0px;
    margin: 0px;
    padding-left: 0px;
}

#pagefootermenu ul a
{
	color: #005591;
	text-decoration: none;
	cursor: pointer;
}

#pagefootermenu ul a:hover
{
	color:#007AB9;
}

/* icons hidden by default */
#pagefootermenu #newmessageLI, #pagefootermenu #networkerrorLI, #pagefootermenu #debugdisplayindicator, #pagefootermenu #feedbackindicator
{
	width: 25px;
}

/* debugger icon */
#pagefootermenu #debugdisplayindicator
{
	background-image: url(/skin/D1Hub/images/icons16x16/bug.png);
	background-position: 1px 2px;
	background-repeat: no-repeat;
	width: 20px;
	height: 16px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

/* feedback icon */
#pagefootermenu #feedbackindicator
{
	background-image: url(/skin/D1Hub/images/icons16x16/comments.png);
	background-position: 1px 2px;
	background-repeat: no-repeat;
	width: 20px;
	height: 16px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

/* network error icon */
#pagefootermenu #networkerrorindicator
{
	background-image: url(/skin/D1Hub/images/icons16x16/computer_error.png);
	background-position: 1px 2px;
	background-repeat: no-repeat;
	width: 20px;
	height: 16px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

/*message icon*/
#pagefootermenu #newmessagesindicator
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/email_glow.png);*/
	background-position: 1px 2px;
	background-repeat: no-repeat;
	width: 20px;
	height: 16px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

/* expand/collapse window icon*/
#resizewindow {
    position: absolute;
    top: 35px;
    right: 20px;
    color:white;
	cursor: pointer;
}

#personname
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: relative;
	line-height: 12px;
    text-transform: none;
}

#personname img
{
	width: 39px;
	height: 39px;
	border: 0px solid white;
	padding: 0px;
	margin: 2px;
}

#personname a
{
	top: 0px;
	left: 50px;
	position: absolute;
	width: 250px;
	color: #005591;
	text-decoration: none;
	line-height: 43px;
}

#personname a:hover{
	color: #007AB9;
}


#portalHeader
{
	padding: 20px;
	height: 55px;
	background-position: 20px 30px;
	background-repeat: no-repeat;
	position: relative;
	background-position-y: center;
    background-image: url(../images/furniture/linde_logo.png);
    background-size: auto 70px;
	/* background-color: #fff; */
	background: linear-gradient(90deg,#f1f5f7,#dce6eb);
    z-index: 1;
}

#portalHeader::after {
	content: '';
	display: block;
	width: 260px;
	height: 65px;
	background-image: url(../images/furniture/linde_logo.png);
	background-size: auto 65px;
	background-position-y: center;
	background-repeat: no-repeat;
	float: right;
}

#portalHeader img
{
    margin-top: 7px;
    margin-right: 2px;
}

#portalHeader .hamburger-menu, #portalHeader .menu-container, #simpleFooter {
	display: none;
}

#uploaderiframe
{
	width: 540px;
	height: 100px;
	border: none;
}


.formbutton
{
}
.formbutton label.error
{
	background: red;
	display: inline-block;
	padding: 2px;
	line-height: normal;
	margin-left: 10px;
	position: relative;
	top: 0px;
	left: 0px;
}

#pagefooterroleplay
{
    display: none;
    position: absolute;
    top: 0px;
    right: 500px;
    width: 300px;
    height: 43px;
}

#pagefootermenu #newmessageLI, #pagefootermenu #networkerrorLI, #pagefootermenu #debugdisplayindicator, #pagefootermenu #feedbackindicator, #pagefootermenu #drawingtoolLI, #pagefootermenu #addtaskLI
{
	width: 25px;
	display: none;
}

#pagefootermenu #drawingtoolicon
{
	/*background-image: url(../images/icons16x16/pencil.png);*/
	background-position: 1px 2px;
	background-repeat: no-repeat;
	width: 20px;
	height: 16px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

#btnRoleplay
{
	position: relative;
    padding: 0px;
    margin: 0px;
    line-height: 43px;
}

#btnRoleplay img
{
	width: 39px;
    height: 39px;
    margin: 2px;							   
}

#btnRoleplay a
{
	position: absolute;
	top: 0px;
	left: 45px;
	width: 300px;
	color: #005591;
	text-decoration: none;
    font-size: 12pt;
}

#btnRoleplay a:hover
{
	color:#007AB9;
}

#feedbackText .feedbacknumberunread
{
	font-size: 16pt !important;
	font-weight: bold;
	color: yellow;
}
#roleplaydialog
{
	font-size: 12pt;
}

.fadeddiv
{
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE 5-7 */
	filter: alpha(opacity=20); /* Netscape */
	-moz-opacity: 0.2; /* Safari 1.x */
	-khtml-opacity: 0.2; /* Good browsers */
	opacity: 0.2;
}

.roleplayLobbyOverlay
{
	width: 100%;
	height: 64px;
	position: absolute;
	margin: 0px!important;
	top: 0px;
	left: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 32px 32px;
}

.roleplayLobbyPerson
{
	width: 128px; 
	text-align: center; 
	cursor: pointer!important;	
}

.roleplayLobbyPersonBusy
{
	width: 128px; 
	text-align: center; 
	cursor:default;	
}

#hometabcontainer
{
	height: 100%;
}

.dialog-no-title-close .ui-dialog-titlebar-close
{
    display: none;
}

/*Mobile styling*/

#tabcontents {
    /*overflow: hidden;*/
}

#mobileNav {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 1000;
    top: -70px;
}

#mobileMenuButton {
    background-color: #005591;
    /*width: 50px;*/
    /*height: 50px;*/
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 30px;
}

#mobileMenuButton:hover { color: #ffe600; }

#mobileMenuContents {
    background-color: #005591;
    border-radius: 5px;
    height: auto;
    width: 100px;
    position: absolute;
    left: 0;
    /*bottom: -50px;*/
    padding: 5px 10px;
    /*border-top-right-radius: 0px;*/
    border-top-left-radius: 0px;
    display: none;
}

#mobileMenuContents a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    /*padding: 0 10px;*/
}
#mobileMenuContents a:hover {
    color: #ffe600;
}

/* Mobile styling */
.tabs-mobile-dropdown { 
    display: none;
    width: 100%;
    padding: .5em;
    /*margin-right: 0;*/
    /*margin-bottom: 7px;*/
    background-color: #005591;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    padding: .6em 0;
}

#tabsNavContainer { height: auto; }

#tabsDropdownButton { font-weight: bold; }

#tabsDropdownButton:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    left: 10px;
    transition: transform .2s ease;
}

.invert-icon:before { transform: rotate(180deg); }

@media (min-width: 10px) and (max-width: 980px) {

    #pagefootermenu li { padding-left: 4px; }
    #personname a { color: rgba(255, 255, 255, 0); left: 0; }
    #searchContainer { display: none; }
    #mobileNav { display: block; }
    #topBarContainer { display: none; }
    #defaulttabs .ui-tabs-hide { display: none !important; }
    #tabHeadersContainer > ul > li { width: 150px !important; }

    .tabs-mobile-dropdown { display: inline-block;}
    #tabHeadersContainer > ul > li { width: 150px !important; }
    #dialogplaceholder .ui-tabs-nav { display: inline-block; padding-left: 0;}
    .ui-tabs .ui-tabs-nav li { width: calc(100% - 3px); }
    .ui-tabs .ui-tabs-nav {  }
    #dialogplaceholder ul.ui-tabs-nav li a { width: calc(100% - 10px); }
    #txtDescriptionContainer #ckEditor { width: calc(100% - 7px); }
    #tabsNavContainer { height: auto; overflow: hidden;  margin-bottom: 5px;}
    #tabsNavContainer ul { background-color: transparent !important; }
    #tabsDropdownContents { height: 0; overflow: hidden; z-index: 1000; position: absolute; }

}


/* CALENDAR STYLING */
#btnToggleCalendar {
	/*height: 20px;*/
	/*width: 20px;*/
	/*background-color: #080;*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*right: 0;*/
	/*cursor: pointer;*/
}

	#btnToggleCalendar:hover {
		/*background-color: #0f0;*/
	}

#calendarContainer {
	/*margin-top: 20px;*/
	height: calc(100% - 20px);
	background-color: #f0f0f0;
	position: relative;
	/*padding: 10px;*/
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
}

.calendar-control {
	width: 100%;
	height: 100%;
	background-color: #f00;
}

#calendar {
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: relative;
}

#calendarHead {
	width: 100%;
	text-align: center;
}

#calendarBody {
	width: calc(100% + 7px); /* the extra 7 pixels is to account for a scroller*/
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}

.calendar-table-row {
	border-bottom: 1px solid #000;
	overflow-y: hidden;
}
calendar-table-row:first-child {
	border-top: 1px solid #000;
}

.calendar-col-head {
	float: left;
}

.calendar-col-head .calendar-table-cell {
	float: none;
}

.calendar-table-cell {
	min-height: 10px;
	min-width: 10px;
	border-right: 1px solid #000;
	border-left: none;
	background-color: #fff;
	position: relative;
	height: 100%;
}
.calendar-col-head:first-child .calendar-table-cell,
.calendar-col-body:first-child .calendar-table-cell {
	 border-left: 1px solid #000;
 }

.calendar-month {
	position: relative;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-weight: bold;
	background-color: #8e9a9a;
	color: #fff;
}

.calendar-daynames {
	font-weight: bold;
}

.calendar-col-body {
	min-height: 10px;
	float: left;
}

.calendar-daynumber-line {
	text-align:right;
	margin-bottom: 5px;
}
.calendar-daynumber {
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	background-color: #00000022;
	line-height: 1.5rem;
	display: inline-block;
}

#btnMonthNext, #btnMonthBack {
	position: absolute;
	top: 0;
	height: 100%;
	width: 2rem;
	line-height: 2rem;
	/*background-color: #888;*/
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	user-select: none;
}
#btnMonthNext:hover, #btnMonthBack:hover {
	background-color: #ccc
}

#btnMonthNext:before, #btnMonthBack:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    color: #fff;
    font-size: 16px;
}

#btnMonthNext:before {
	content: '\f054';
}

#btnMonthBack:before {
	content: '\f053';
}

#btnMonthNext { right: 0; }
#btnMonthBack { left: 0; }

.calendar-disabled {
	/*opacity: 0.5;*/
	background-color: #ddd;
}

.calendar-disabled .calendar-daynumber {
	color: #999;
}

.calendar-course-highlight {
	background-color: transparent;
	margin-bottom: 10px;
	padding: 5px;
	color: #fff;
	height: 1rem;
}
.calendar-course-highlight:nth-child(even) {
	/*background-color: #7563a1;*/
}

.calendar-course-highlight.calendar-padder {
	background-color: transparent;
}

.calendar-course-highlight-overlay {
	padding: 5px;
	position: absolute;
	width: 10px;
	color: #fff;
	background-color: #fbb13a;
	cursor: pointer;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.calendar-course-active {
	background-color: #00a795;
}

.calendar-course-highlight-overlay:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.2;
	cursor: pointer;
}

.calendar-course-highlight-start {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 10px;
}

.calendar-course-highlight-end {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 10px;
}

.calendar-current-day .calendar-daynumber {
	color: #fff;
	background-color: #5858f9;
}

/* Self performance report */
#selfReportTable {
	background-color: #0aa;
	position: relative;
}

.self-report-overview,
.self-report-details {
	display: block;
	background-color: #0aa;
	color: #fff;
	border-top: 1px solid #000;
	margin-left: 15px;
}

.self-report-overview:first-child,
#selfReportTable>.self-report-overview:first-child {
	border-top: none;
}

.self-report-overview {
	position: relative;
}

.self-report-collapsable {
	cursor: pointer;
}

.self-report-collapsable:hover:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-image: linear-gradient(to right, transparent, #ffffff88);
}

.self-report-collapsable:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    left: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.self-report-content {
	display: inline-block;
	padding: 5px;
	vertical-align: middle;
	/*width: 50%;*/

	/*background-color: #aaa;*/
	/*margin: 1px;*/
}

.self-report-name {
	text-align: right;
	border-right: 1px solid #000;
	max-width: 50%;
}

.self-report-score {
	text-align: left;
	/*border-left: 1px solid #000;*/
}

.self-report-collapsed:before {
	content: "\f106";
}

.dialog-tab-options {
	position: sticky;
	bottom: 0;
	width: calc(100% - 20px);
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.1);
}

.dialog-tab-options .button {
	background-color: #f15f4a;
	padding: 5px;
	width: fit-content;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
.dialog-tab-options .button:hover {
	background-color: #555;
}

/* Registration Statistics Table*/
.regstatisticstable thead tr:first-child th {
    position: sticky;
    top: 0;
    padding: 8px;
	background-color: #09c;
}
.regstatisticstable tr>td {
	padding: 8px;
}

.regstatisticstable thead{
    width:100%;
}

/* tiled course picker*/

.tile-container {
	padding: 0px;
	margin: 0px;
}

.portal-resource-tile {
    background-color: #8088FF;
    width: 155px;
    height: 155px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 5px;
    list-style-type: none;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
}

.portal-resource-tile-content{
    position:relative;
    height:100%;
}
.portal-resource-btn {
    background-color: #005591;
    color: #fff;
}
.portal-resource-tile-btn {
    width: 100%!important;
    position: absolute;
    bottom: 0px;
}
.portal-resource-tile img {
    width: 60px;
}

.resource-image {
    padding: 5px;
}

#coursesTableContainer {
	height: 100%;
}

.coursesTableScroller{
	height: 100%;
}
.modulesTableScroller{
	height: 100%;
}

.tile-zoomin { 
	transform: scale(2);
	opacity: 0;
}

.tile-hidden { 
	transform: scale(0);
	opacity: 0;
}

.tile-popout{ 
	animation: popout 0.6s;	
}

@keyframes popout {
	0%   { transform:scale(0); }
	100% { transform:scale(1); }
}

#reportButtonsOldStyle { display: none; }

/* Group Language Flags*/
.group-lang-img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px;
}

/* bulk user import */
#btnFileUpload, #importButton, #dryrunButton {
	border: 0px solid transparent;
	margin-bottom: .1em;
}

#btnGenerateRegCode, #btnCopyRegistrationLoginLink {
    width: 90px;
    height: 30px;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 2px;
}

#btnGenerateRegCode span{
	padding: .4em 0em;
	line-height: 0.8;
}
