﻿/*
 * contains CSS that applies to all pages in the site
 */
body
{
    margin:0px;
    font-family: Arial, Trebuchet MS, Verdana, Twemoji Country Flags;
    font-size: 12px;
    background-color:White;
    height: 100%;
}

a:visited { color:Blue; }

a img
{
    border: 0;
}

#HeaderBar
{
	position: relative;
	height: 107px;
	width: 100%;
	background-image: url(../_Images/layout/BalkOEE.png);

	font-family: Trebuchet MS;
    font-size: 13px;
}
#HeaderBar img.HeaderBar_TopRight
{
	position: absolute;
	right: 0px;
}

#HeaderBar img.HeaderBar_Logo
{
	position: absolute;
	left: 25px;
	top: 0px;
}
#HeaderBar img.HeaderBar_Bullets
{
	position: absolute;
	left: 190px;
	top: 0px;
}
#HeaderBar div.HeaderBar_ApplicationName
{
	position: absolute;
	left: 339px;
	top: 24px;
	color: white;
	font-size: 17px;
}

#MenuBar
{
	position: absolute;
    left:10px;
	top: 1px;
    z-index: 2;
}

#MenuBar a
{
	width: 110px;
	float: left;
	height: 27px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
    text-decoration: none;
    color: black;
    background-repeat: no-repeat;
}
#MenuBar a.menu_item_wide
{
    width: 180px;
}
#MenuBar a img
{
    vertical-align: text-bottom;
    border: none;
}
#MenuBar a:hover
{
    background-color: #109fe9;
	color: white;
    background-image: url(../_Images/layout/Suite/menubar_fade.png);
    background-repeat: repeat-x;
}
#MenuBar a.menu_item_wide:hover
{
}
#MenuBar a.selected
{
	color: white;
    background-color: #109fe9;
    background-image: url(../_Images/layout/Suite/menubar_fade.png);
    background-repeat: repeat-x;

	cursor: default;
}

#MenuBar a.toOldInterface
{
    background-image: url(../_Images/icons/16x16/painting.png);
    background-position: left center;
    position: absolute;
    padding-left: 20px;
    right: 100px;
    font-size: 11px;
    text-align: left;
    width: auto;
}
#MenuBar a.toOldInterface:hover
{
    color: black;
    text-decoration: underline;
}
#MenuBar a.lnkLogout
{
    background-image: url(../_Images/icons/16x16/exit.png);
    background-position: left center;
    position: absolute;
    padding-left: 20px;
    right: 0px;
    padding-right: 10px;
    font-size: 11px;
    text-align: left;
    width: auto;
}
#MenuBar a.lnkLogout:hover
{
    color: black;
    text-decoration: underline;
    background-repeat: no-repeat;
}
#MenuBar a.lnkMessages
{
    background-image: url(../_Images/icons/16x16/information2.png);
    background-position: left center;
    position: absolute;
    padding-left: 20px;
    right: 70px;
    font-size: 11px;
    text-align: left;
    width: 20px;
    display: block;
}

/*
 * topbar
 */
#layout_topbar
{
    position:relative;
    height:72px;
    background-image:url(../_Images/chrome/default/topbar_center_extendable.png);
}
    #layout_button_logout
    {
        position:absolute;
        right:30px;
        bottom:10px;
        text-decoration:none;
        color:Black;
        font-size:80%;
        font-family:tahoma;
    }
    #layout_button_logout span
    {
        border-bottom:solid 1px #00694E;
    }
    #layout_button_logout:hover span
    {
        border-bottom-style:dotted;
    }
    #layout_button_logout img
    {
        border:none;
    }
    #layout_topbar_left
    {
        width:993px;
        height:100%;
    }
    #layout_topbar_right
    {
        width:23px;
        height:100%;
        position:absolute;
        right:0px;
        top:0px;
    }
    

/*
 * content
 */
#layout_content
{
    z-index: 0;
    position:relative;
    margin-left:6px;
    margin-top:5px;
    height: 100%;
}


/* 
* Default buttons
*/
a.SaveButton
{
    background-image:url(../_Images/chrome/default/savebuttonbackground.png);
    background-repeat:repeat-x;
    border:solid 1px #5D7993;
    color:#3D4A5C;
    padding: 1px 15px 1px 15px;
    text-decoration:none;
}

a.CancelButton
{
    color:#3D4A5C;
}


/*
 * messages
 */
.bericht_notification_panel
{
	border:solid 1px orange;
	background-color:#FFC04F;
	overflow:hidden;
	padding:3px 10px;
    line-height: 27px;
}

.bericht_notification_link
{
	color:Black;
	text-decoration:none;
	width:100%;
	height:100%;
	display:block;
}

.bericht_notification_link:hover {
    color: #9F1E2B;
}

.license-message {
    text-decoration: none;
    display: block;
}

.license-message:hover {
    color: #9F1E2B;
}


/*
 * warnings
 */
.panel_error_message {
    margin: 3px 0px 5px 0px;
    border: solid 2px orange;
    background-color: #FFC04F;
    overflow: hidden;
    padding: 2px 10px;
    transition: all 1s;
    opacity: 0.5;
    height: 0;
}

.panel_error_message:hover {
    opacity: 1;
    height: 163px;
    transition-duration: 200ms;
}

#licenseProblem:hover + .panel_error_message {
    opacity: 1;
    height: 163px;
    transition-duration: 200ms;
}

.panel_warning_message, .panel_success_message
{
	width:391px;
	overflow:hidden;
	padding:3px 10px;
	margin:3px 0px 5px 0px;
	display:block;
}

.panel_warning_message
{
	border:solid 2px orange;
	background-color:#FFC04F;
}
.panel_success_message
{
	border:solid 2px #5874FF;
	background-color:#D5DCFF;
}

#SuiteHeader
{
    height: 60px;
    position: relative;
}

#SuitTopHeader {
    background-image: url(../_Images/Layout/Suite/header_Competence_breed.png);
    background-repeat: repeat-x;
    height: 40px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 3;
    
}

#SuiteTestMode {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
    color: white;
    background-color: red;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 1px;
    border-radius: 3px;
    display: inline-block;
    font-family: "Open Sans", Arial;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-left: 3px;
    vertical-align: top;
}

#licenseProblem {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
    color: black;
    background-color: #ffc04f;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 1px;
    border-radius: 3px;
    display: inline-block;
    font-family: "Open Sans", Arial;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-left: 3px;
    vertical-align: top;
}

#realtimeConnectionPlaceholder {
    display: none;
    background-color: red;
    position: absolute;
    top: 9px;
    right: 225px;
    width: 11px;
    height: 11px;
    z-index: 10;
}

#HeaderLogo {
    background-image: url(../_Images/Layout/Suite/logo.png);
    position: absolute;
    right: 10px;
    top: 0px;
    width: 107px;
    height: 29px;
    z-index: 2;
}

#HeaderLogo {
    position: absolute;
    right: 148px;
    height: 29px;
    top: 1px;
    width: 80px;
}

#SuiteBottomHeader {
    background-image: url(../_Images/Layout/Suite/menuBarBottom2.png);
    background-position: left top;
    background-repeat: repeat-x;
    height: 32px;
    position: absolute;
    top: 28px;
    width: 100%;
}

 #HeaderMenu
{
     margin-top:2px;
    /*background-position: left top;
    position:absolute;
    width: 100%;
    top:28px;
    height:32px;
    font-family:empty;*/ /* hide the space between the a elements */
    
    }

 #HeaderMenu .menu_item
    {
        /*display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        padding-top:1px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        font-family: 'Open Sans';
        cursor: pointer;
        color: black;
        text-decoration: none;*/
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 1px;
        height: 33px;
        line-height: 25px;
        text-align: center;
        font-family: 'Open Sans';
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        color: white;
        text-decoration: none;
 }

#HeaderMenu .formsToSignOff {
    color: #ff0000;
    font-weight: 500;
    background-color: white;
    padding-left: 3px; 
    padding-right: 3px;
    margin-left: 5px;
    border-radius: 2px;
}

#HeaderMenu .menu_item > i {
    margin-left: 5px;
}

 #HeaderMenu .menu_item:hover
        {
            background-color: #109fe9;
            background-position:top left;
            background-repeat:repeat-x;
            color:white;
        }

 #HeaderMenu .menu_item.selected
    {
        background-color: #109fe9;
        background-position:top left;
        background-repeat:repeat-x;

        color: white;
        z-index: 1;
    }

 #SuiteHeader
{
    /*width: 100%;
    height: 60px;
    position: relative;*/ 
    width: 100%;
    height: 41px;
    position: relative;
}

#SuiteApplicationName
{
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */

    position: absolute;
    right: 50px;
    height: 29px;
    top: 1px;
    width: 65px;
    line-height: 28px;
    vertical-align: top;
    color: white;
    font-family: Raleway;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 2px;
}

#SuiteApplicationNameERP {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */

    position: absolute;
    right: 80px;
    height: 29px;
    top: 1px;
    width: 65px;
    line-height: 28px;
    vertical-align: top;
    color: white;
    font-family: Raleway;
    font-weight: 600;
    margin-left: 20px;
    font-size: 14px;
    letter-spacing: 2px;
}

#btnLogout{
    position:absolute;
    right:0px;
    top:0px;
    width:30px;
    color:white;
    height:28px;
    font-size:large;
    line-height:28px;
    text-align:center;
    background-color:rgba(52,47,71,0.5);;
    border-left:1px solid rgb(77,66,116);
    
}

#btnLogout a{
        color:white;
        width:30px;
        height:28px;
        display:block;
}
 #btnLogout a:hover, #btnLogout a:active
        {
            color: #109fe9;
        }
#btnLogout .tooltipUitloggen{
        visibility: hidden;
        width: 75px;
        background-color: #109fe9;
        color: #fff;
        text-align: center;
        padding: 2px 0;
        right:5px;
        top:34px;
        font-size:12px;
        line-height: 20px;
    font-family: 'Open Sans';
    /* Position the tooltip */
        position: absolute;
        z-index: 1;
        box-shadow: 0px -1px 3px rgba(0,0,0,0.5);

    }
    #btnLogout:hover .tooltipUitloggen{
            visibility:visible
    }

    #btnLogout  .tooltipUitloggen:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 80%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #109fe9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

#cloud-container{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
}

.ignoreLabels #hcBottomLineChart .highcharts-label {
    display: none;
}




#NewSuiteHeader {
    height: 40px;
    background: transparent linear-gradient(90deg, #032053 0%, #4E4273 68%, #875FA5 76%, #C573AD 84%, #F7BFB1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px rgba(0,0,0, 0.16);
    opacity: 1;
    display: flex;
    flex-direction: row;
    z-index: 1;
    position: relative;
}

#HeaderLeft {
    width: 40px;
}

#HeaderLeft div {
    position: absolute;
    top: -4px;
    left: -13px;
    width: 50px;
    height: 50px;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    /* UI Properties */

    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}

#HeaderLeft div img {
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 17px;
    left: 21px;
}

#HeaderTabContainer {
    padding-left: 20px;
    flex-grow: 1;
}

#HeaderTabContainer .menu_item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

#HeaderTabContainer .menu_item i {
    margin-left: 5px;
}

#HeaderTabContainer .menu_item.selected {
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #032053;
    font-weight: 600;
}

#HeaderTabContainer #SuiteTestMode {
    margin-top: 5px;
    line-height: 30px;
}

#HeaderTabContainer #licenseProblem {
    margin-top: 5px;
    line-height: 30px;
}

#HeaderRight {
    width: 330px;
    position: relative;
    overflow: hidden;
}

#HeaderRight img {
    //position: absolute;
    //z-index: 0;
}

#HeaderRight #SuiteLogo {
    top: 0;
    position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #032053;
    padding-left: 25px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Open Sans';
}


#HeaderRight #HeaderOptionsMenu {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

#HeaderRight #HeaderOptionsMenu .AccountMenuLabel
{
    background-color: transparent;
    color: #032053;
    padding-top: 6px;
    padding-right: 25px;
}

#HeaderRight #HeaderOptionsMenu .AccountMenuLabel .caretToggle {
    padding-right: 5px;
    padding-top: 2px;
}

#HeaderRight #HeaderOptionsMenu .AccountMenuLabel .hasNotifications {
    position: absolute;
    top: 15px;
    right: 9px;
}

#HeaderRight #HeaderOptionsMenu .AccountMenuLabel .notificationCount {
    position: absolute;
    color: white;
    top: -2px;
    right: 0px;
    font-size: 10px;
    text-align: center;
    width: 35px;
}