.menu_container {
	margin: 5vw 5vw 5vw 10vw;
}
.menu_first_line {
	display: block;
}
.menu_second_line {
	display: block;
}
.second_line {
	display: block;
}

.menu_item {
	margin-top: 1%;
    margin-left: 1%;
}
.menu_users {
	position: relative;
    width: 17vw;
    height: 15vw;
    float: left;
    background-color: #ff9601;
    background-image: url("/javax.faces.resource/images/userbg.jpg.xhtml");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.menu_notifications {
	position: relative;
    width: 60vw;
    height: 15vw;
    float: left;
    background-color: #ccdb2a;
}
.menu_positions {
	position: relative;
	width: 22vw;
    height: 24vw;
    float: left;
    background-color: #d2fff6;
    background-image: url("/javax.faces.resource/images/posbg.jpg.xhtml");
    background-repeat: no-repeat;
    background-size: cover;
}
.menu_published {
	position: relative;
    width: 55vw;
    height: 12vw;
    float: left;
    background-color: #45b864;
    background-image: url("/javax.faces.resource/images/popsbg.jpg.xhtml");
    background-repeat: no-repeat;
    background-size: cover;
}
.menu_stats {
	position: relative;
    width: 32.5vw;
    height: 11vw;
    float: left;
    background-color: #3a8476;
    background-image: url("/javax.faces.resource/images/statsbg.jpg.xhtml");
    background-repeat: no-repeat;
    background-position: center;
}
.menu_documents {
	position: relative;
    width: 32.5vw;
    height: 11vw;
    float: left;
    background-color: #3a8476;
}
.menu_settings {
	position: relative;
    width: 21.6vw;
    height: 11vw;
    float: left;
    background-color: #6cbda6;
    background-image: url("/javax.faces.resource/images/settingsbg.jpg.xhtml");
    background-repeat: no-repeat;
    background-position: center;
}
.logged_state_text {
	font-size: 2vw;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.positions_text {
    font-size: 3.3vw;
	font-weight: bold;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.published_text {
	color: white;
    font-size: 2.6vw;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.statistics_text {
	color: white;
    font-size: 2.8vw;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.settings_text {
	color: white;
    font-size: 2vw;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.notifications_text {
	font-size: 2.7vw;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.menu_user_infos {
    margin-left: 10px;
    margin-top: 0px;
}
.user_settings_title{
	margin-left: 10px;
    font-size: 1.7vw;
    bottom: 0px;
    position: absolute;
    margin-bottom: 5px;
}