﻿/*
 * contains CSS that applies to all pages in the site
 */
body
{
    margin:0px;
    font-family: Arial, Trebuchet MS, Verdana;
    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: #EE1D23;
        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: #EE1D23;
        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;
}


/*
 * 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%;
}

#layout_content_login
{
    z-index: 0;
    position:relative;
/*    margin-left:6px;
    margin-top:5px;*/
    height: 100%;
}

#cntContent {
    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;
}

.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;
	display:block;	
}
.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: #3F3F3F 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #000029;
    height: 40px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 3;
    border-bottom: 10px solid #EE1D23;
}

.AccountMenuLabel {
    line-height: 43px !important;
    background-color: #EE1D23 !important;
    height: 40px !important;
}

#dealerPortalHeader {
    -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;
    margin-top: 2px;
    font-family: "Open Sans", Arial;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    vertical-align: top;
    float: right;
    margin-right: 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:6px;
    /*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 .menu_item:first-child {
    margin-left: 8px;
    margin-right: 20px;
    padding-left: 10px;
}

#HeaderMenu .menu_item > i {
    margin-left: 5px;
}

    #HeaderMenu .menu_item:hover {
        background-color: #EE1D23;
        background-position: top left;
        background-repeat: repeat-x;
        color: white;
    }

    #HeaderMenu .menu_item.selected {
        background-color: #EE1D23;
        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;
}


#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: 62px;
    height: 29px;
    top: 1px;
    width: 65px;
    line-height: 28px;
    vertical-align: top;
    color: white;
    font-family: "Open Sans", Arial;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 5px;
}

#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: #EE1D23;
    }
    #btnLogout .tooltipUitloggen {
        visibility: hidden;
        width: 75px;
        background-color: #EE1D23;
        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 #EE1D23;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

#cloud-container{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
}

