@font-face {
  font-family: "VWAG TheSans";
  font-style: normal;
  font-weight: normal;
  src: url("/fo/resources/groupui/fonts/VWAGTheSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "VWAGTheSans-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fo/resources/groupui/fonts/VWAGTheSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "VWAGTheSans-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fo/resources/groupui/fonts/VWAGTheSans-Bold.otf") format("opentype");
}

#mainHeader{
    width: 1080px;
    height: 64px;
    text-align: center;
    margin: auto;
    background-color: #00354D;
    display: flex;
    align-items: center;
}

#logo{
	display: flex;
    width: 200px;
    height: 34px;
    flex-direction: row;
    align-items: center;
    padding-left: 25px;
}

#logoGfp{
    display: flex;
    width: 350px;
    height: 34px;
    flex-direction: row;
    align-items: center;
}

#logoImg{
	width: 30px;
	height: 34px;
}

#logoText{
	color: white;
	font-size: 20px;
	padding-left: 13px;
	font-family: VWAGTheSans-Bold;
}

#logoTextGfp{
    color: white;
    font-size: 20px;
    font-family: VWAGTheSans-Bold;
    text-align: left;
}

#stampEnvoironment{
	display: flex;
	width: 208px;
	height: 40px;
	justify-content: space-evenly;
	font-size: 20px;
   	margin-left: 211px;
}

#profileHeader{
	display: flex;
	justify-content: flex-end;
	height: 64px;
	padding-left: 15px;
	margin-left: auto;
}

#profileHeader:hover{
	background-color: #1A495F;
}

#profileHeader:hover .hideProfile{
	display: block;
}

#profileHeader:hover .hideProfileSUMode{
	display: block;
}

#profileHeader:hover .hideLine{
	display: block;
}

#boxLoginIcon{
    align-content: center;
    display: flex;
    margin-top: 12px;
}

#loginProfile{
	display: flex;
    flex-direction: column;
    padding-right: 24px;
}

#nameProfile{
	font-family: VWAGTheSans-Bold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.8px;
	text-align: right;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 330px;
	white-space: nowrap;
}

#contractProfile{
	font-family: VWAGTheSans-Regular;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.8px;
	text-align: right;
	font-weight: 400;
}

#nameSUMode{
	color: #FF9B00;
	font-family: VWAGTheSans-Regular;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 330px;
	white-space: nowrap;
}

#circleIconUser{
    background-color: #DFE2E6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
}

#iconUserHeader{
	width: 16px;
	height: 16px;
	display: flex;
}

.hideProfile{
	width: 320px;
	height: auto;
	background-color: white;
	display: none;
	position: absolute;
	left: auto;
    top: 64px;
    z-index: 11;
	box-shadow: 0 0 10px #444444;
}

.hideLine{
	width: 320px;
	height: 0px;
	background-color: white;
	display: none;
	position: absolute;
	left: auto;
    top: 62px;
}

#textHideProfile{
	display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 24px;
    padding-top: 8px;
	font-family: VWAGTheSans-Regular;
	font-size: 14px;
	color: #20607E;
	letter-spacing: 0.2px;
	line-height: 24px;
	font-weight: 400;
	word-break: break-all;
}

#textHideProfileSUMain{
	display: flex;
    flex-direction: column;
	background-color: white;
    text-align: left;
    padding-left: 24px;
    padding-top: 8px;
	font-family: VWAGTheSans-Regular;
	font-size: 14px;
	color: #20607E;
	letter-spacing: 0.2px;
	line-height: 24px;
	font-weight: 400;
}

#textHideProfileSU{
	display: flex;
    flex-direction: column;
	background-color: #F7F2EB;
    text-align: left;
    padding-left: 24px;
    padding-top: 8px;
	font-family: VWAGTheSans-Regular;
	font-size: 14px;
	color: #20607E;
	letter-spacing: 0.2px;
	line-height: 24px;
	font-weight: 400;
	word-break: break-all;
}

#spanIdProfile{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#spanIdCircleProfile{
  
    white-space: nowrap;
}

.sectionLine{
	width: 320px;
	height: 1px;
	background-color: #DFE2E5;
	margin-left: -24px;
}

.profileButton{
	width: 270px;
	height: 40px;
	background: #20607E;
	border-radius: 2px;
	color: white;
	font-family: VWAGTheSans-Regular;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	border-width: 0px;
}


.profileButtonDiv{
	padding-top: 12px;
	padding-bottom: 12px;
}

.profileButton:hover{
	cursor: pointer;
	background: #004666;
}

.hideProfileSUMode{
	display: flex;
	flex-direction: column;	
	width: 320px;
	height: auto;
	display: none;
	position: absolute;
	left: auto;
    top: 64px;
    z-index: 11;
	box-shadow: 0 0 10px #444444;
}

.profileTitle{
	padding-bottom: 12px;
	padding-top: 12px;
	font-family: VWAGTheSans-Regular;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.boldText{
	font-family: VWAGTheSans-Regular;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.linksProfile{
	padding-bottom: 12px;
	padding-top: 12px;
}

.linksProfile > a{
	font-family: VWAGTheSans-Regular;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #20607E;
	text-decoration: none;
}

.linksProfile: > a:hover{
	cursor: pointer;
	color: #004666 !important;
}

.dataProfile{
	padding-bottom: 12px;
	display: flex;
    flex-direction: column;
}

.circleProfile {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;
    background: #20607E;
    border: 1px solid #fff;
    text-align: center;
    
    font-family: VWAGTheSans-Bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25px;
    white-space: nowrap;
    display: inline-table;
}

.userIdProfile{
    margin-left: 46px;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.2px;
    font-family: VWAGTheSans-Regular;
}

.circleIconUserProfile{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
    background-image:url("/fo/javax.faces.resource/img/chevron-down-white-16.svg.jsf?ln=groupui");
}

#profileHeader:hover .circleIconUserProfile {
   background-image:url("/fo/javax.faces.resource/img/chevron-up-white-16.svg.jsf?ln=groupui");
}

.profileButtonLogoutDiv {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px;
    text-align: right;
}

.profileButtonUser {
    text-decoration: none;
    font-family: VWAGTheSans-Bold;
    color: #20607E;
    font-size: 16px;
    padding-left: 10px;
}

.profileButtonLogout {
    text-decoration: none;
    font-family: VWAGTheSans-Bold;
    color: #20607E;
    font-size: 16px;
    padding-left: 10px;
}