/*
	opentime
	$Author: laury $
	$URL: svn://svn.noparking.net/usr/local/svn/opentime/medias/css/styles_menu_futura.css $
	$Revision: 18506 $

	Copyright (C) No Parking 2009 - 2026
*/

.level_0 {
	width: 100%;
	height: 36px;
	padding: 5px 0 0 0;

	border-radius: 0;
	background: none;
}

.level_0 ul li {
	display: block;
	float: left;

	margin-right: 10px;
}

.level_0 ul li a {
	display: block;

	height: 16px;
	padding: 10px;

	text-decoration: none;

	color: var(--text-color);
	text-shadow: none;
}

.level_0 ul li:hover,
.level_0 ul li.selected {
	border-radius: 4px 4px 0 0;
	background: var(--grey-light);
}

.level_0 ul li:hover a,
.level_0 ul li.selected a {
	color: var(--text-color);
}

/*========================/
	Level 0 / Level 1
/========================*/

.level_0 ul li.childless.selected,
.level_0 ul li.childless:hover {
	background: var(--background-color) !important;
}

/* ---- notification ---- */

.level_0 .notification,
.level_1 .notification {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;

	display: inline-block;

	width: 3px;
	height: 3px;
	padding: 2px;

	text-align: center;

	border-radius: 50%;
	background-color: var(--delete-color);
	text-shadow: none;
	vertical-align: middle;
}

/*========================/
	level_1
/========================*/

.level_1 {
	font-size: .9em;

	position: relative;

	width: 100%;
	height: 41px;
	padding: 0;

	border: none;
	background: none;
}

/* level_1_data */

.level_1_data {
	display: inline-block;
	float: left;
}

.level_1_data li {
	display: inline-block;

	margin: 8px 0;
}

.level_1_data .forms form {
	display: inline-block;

	margin-right: 3px;
}

.level_1_data .forms #menu_user {
	margin-right: 10px;
}

.level_1_data .forms input[type='text'] {
	margin: 0 6px 0 0;
}

.level_1_data .forms input[type='submit']:hover {
	cursor: pointer;
}

.level_1_data input[type='text'],
.level_1_data input[type='search'],
.level_1_data textarea,
.level_1_data input[type='submit'],
.level_1_data input[type='button'],
.level_1_data select {
	box-sizing: border-box;
	height: 25px;
	padding: 0 5px;

	border: 1px solid var(--grey);
	margin: 0;
}


.level_1_data select {
	font-size: 11px;
}

.level_1 #menu_user_prev input#submit,
.level_1 #menu_customer_prev input[type=submit],
.level_1 #menu_project_prev input[type=submit],
.level_1 #menu_user_prev button {
	overflow: hidden;

	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0 !important;

	cursor: pointer;
	text-indent: 999px;

	border: 1px solid var(--grey);
	background: var(--arrow-left) no-repeat center center;
	background-size: auto 40%;
}

.level_1 #menu_user_prev input#submit,
.level_1 #menu_customer_prev input[type=submit],
.level_1 #menu_project_prev input[type=submit],
.level_1 #menu_user_prev button:hover {
	background: var(--arrow-left-hover) no-repeat center center;
	background-size: auto 40%;
}

.level_1 #menu_user_next input#submit,
.level_1 #menu_customer_next input[type=submit],
.level_1 #menu_project_next input[type=submit],
.level_1 #menu_user_next button {
	overflow: hidden;

	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0 !important;

	cursor: pointer;
	text-indent: 999px;

	border: 1px solid var(--grey);
	background: var(--arrow-right) no-repeat center center;
	background-size: auto 40%;
}
.level_1 #menu_user_next input#submit,
.level_1 #menu_customer_next input[type=submit],
.level_1 #menu_project_next input[type=submit],
.level_1 #menu_user_next button:hover {
	background: var(--arrow-right) no-repeat center center;
	background-size: auto 40%;
}

.level_1_data input[type='submit']:hover,
.level_1_data input[type='button']:hover,
.level_1 input#submit:hover,
.level_1 button:hover {
	border: 1px solid var(--grey-medium-dark);
	background: var(--grey-light);
}



/* level_1_mask */
.level_1 .level_1_options {
	position: relative;

	float: left;

	padding: 0;
	max-width: 100%;
}

.level_1 .level_1_mask_left,
.level_1 .level_1_mask_right {
	position: absolute;
	z-index: 1;
	top: 8px;

	width: 12px;
	height: 28px;
}

.level_1 .level_1_mask_left {
	left: 3px;

	background: url(../images/futura/cache-nav-left.png) no-repeat left center;
}

.level_1 .level_1_mask_right {
	right: 5px;
	width: 50px;

	background: url(../images/futura/cache-nav-right.png) no-repeat left center var(--grey-light);
}

.level_1 .level_1_mask {
	position: relative;
	bottom: 0;

	overflow: hidden;

	height: 41px;
	margin-right: 45px;
}


@media only screen and (max-width: 1000px) {
	.level_1 .level_1_mask {
		overflow-x: auto;
	}
}

.level_1 .level_1_mask ul {
	position: relative;
}

.level_1 .level_1_mask ul li {
	display: block;
	float: left;

	margin-right: 4px;
	padding: 0;
}

.level_1 .level_1_mask ul a {
	display: block;

	height: 13px;
	padding: 14px 10px;

	text-decoration: none;

	color: var(--grey-dark);
}

.level_1 .level_1_mask ul li.selected {
	text-decoration: none;

	color: var(--text-color)--text-color);
	background: url(../images/futura/puce-level1-activ.png) no-repeat center bottom;
}

.level_1 img.level_1_previous,
.level_1 img.level_1_next {
	position: absolute;
	top: 14px;

	cursor: pointer;
	z-index: 2;
}

.level_1 img.level_1_previous.disabled,
.level_1 img.level_1_next.disabled {
	cursor: default;
}

.level_1 img.level_1_previous {
	right: 30px;

	background: url(../images/futura/bt-nav-prev.png) no-repeat top left;
}

.level_1 img.level_1_previous {
	right: 30px;

	background: url(../images/futura/bt-nav-prev.png) no-repeat bottom left;
}

.level_1 img.level_1_next {
	right: 14px;
}

.level_1 ul li:hover a,
.level_1 ul li.selected a {
	color: var(--text-color);
}

/*========================/
	Menu compte (deconnexion, paramètres, préférences, ...)
/========================*/

.layout_logged_in_as .layout_logged_in_as_menu {
	position: absolute;
	z-index: 3;
	top: 41px;
	right: 0;

	display: none;

	padding: 0;

	text-align: left;

	border-radius: 0 0 4px 4px;
	background: var(--text-color);
}

.layout_logged_in_as:hover .layout_logged_in_as_menu {
	display: block;
}

.layout_logged_in_as_menu li a
{
	display: block;

	box-sizing: border-box;
	height: 41px;
	padding: 13px 30px 13px 40px;

	text-decoration: none;

	color: var(--grey-medium-dark);
	border-bottom: 1px solid var(--grey-dark);
}

.layout_logged_in_as_menu li:last-child a {
	border-bottom: none;
}

.layout_logged_in_as_menu .account a {
	background: url(../images/logged-account.png) no-repeat 20px center;
}

.layout_logged_in_as_menu .account a:hover {
	background: url(../images/logged-account-hover.png) no-repeat 20px center;
}

.layout_logged_in_as_menu .settings a {
	background: url(../images/logged-settings.png) no-repeat 20px center;
}

.layout_logged_in_as_menu .settings a:hover {
	background: url(../images/logged-settings-hover.png) no-repeat 20px center;
}

.layout_logged_in_as_menu .assignments a {
	background: url(../images/logged-assignment.png) no-repeat 20px center;
}

.layout_logged_in_as_menu .assignments a:hover {
	background: url(../images/logged-assignment-hover.png) no-repeat 20px center;
}

.layout_logged_in_as_menu .mobile a {
	background: url(../images/logged-mobile.png) no-repeat 20px center;
}

.layout_logged_in_as_menu .mobile a:hover {
	background: url(../images/logged-mobile-hover.png) no-repeat 20px center;
}

.layout_logged_in_as_menu .logout a {
	background: url(../images/logged-logout.png) no-repeat 20px center;
}

.layout_logged_in_as_menu .logout a:hover {
	background: url(../images/logged-logout-hover.png) no-repeat 20px center;
}

.layout_logged_in_as .small {
	font-size: 11px;
}

/*========================/
	Les autres tailles d'écrans
/========================*/

@media only screen and (min-width:1550px) {
	.level_0,
	.level_1 {
		width: 1468px;
	}
}

@media only screen and (max-width:1549px) and (min-width:1400px) {
	.level_0,
	.level_1 {
		width: 1318px;
	}
}

@media only screen and (max-width:1399px) and (min-width:1250px) {
	.level_0,
	.level_1 {
		width: 1168px;
	}
}

@media only screen and (max-width: 850px) and (min-width:715px) {
	div.level_0 ul li {
		margin-right: 2px;
	}

	div.level_0 ul li a {
		padding: 10px 5px;
	}

	.level_1 .level_1_mask ul a {
		padding: 14px 5px;
	}
}

@media only screen and (max-width: 715px) {
	div.level_0 ul li {
		margin-right: 0px;
	}

	div.level_0 ul li a {
		padding: 10px 4px;
		font-size: 12px;
	}

	.level_1 .level_1_mask ul a {
		padding: 10px 4px;
		font-size: 12px;
	}
}