body * {
	font-family : Arial, Helvetica, Geneva, sans-serif;
}

/*______________________*/

.clear {
	clear:both;
	display:block;
	width:100%;
}

a {
	color: #E2007A;
}
a:hover {
	color: #b50060;
}

h1 {
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color:#000000;
	display:block;
	width:100%;
	text-align:center;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 30px;
}
b {
	font-weight:bold;
}
.wrong {
	background: #ffd6d6 !important;
	border:1px red solid !important;
}
/*______________________*/

header {
	background: #e4e2e1;
	position:relative;
	z-index:300;
	min-height:140px;
}
header #top-header, header #mid-header, header #breadcrumbs, #content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

header #top-header {
	height: 10px;
	display: block;
	padding-top:10px;
}
header #top-header .top-extranet {
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	color: #ccc;
	font-size: 14px;
}
header #top-header .connected-as {
	float:right;
}
header #top-header #language-selection {
	float:right;
	margin-left: 10px;
	background:transparent;
	border:1px solid #fff;
	color:#E2007A;
	height: 34px;
	line-height:34px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;

}
header #top-header #notif-icon {
	float:right;
	margin-left: 10px;
	background:url("../../img/kadoz/notifications-button.png") center center no-repeat rgba(255,255,255,.3);
	background-size: 80% 80%;
	height: 34px;
	width: 34px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	cursor:pointer;
}
header #top-header #notif-icon.seen {
	background:url("../../img/kadoz/notifications-button-seen.png") center center no-repeat rgba(255,255,255,.3);
	background-size: 80% 80%;
	cursor:default;
}
header #top-header #notif-icon #notif-nb {
	background: #333;
	display:block;
	position:relative;
	top:-6px;
	right:-24px;
	width: 16px;
	height:16px;
	line-height: 16px;
	text-align:center;
	border-radius: 10px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	font-size: 10px;
	display: none;

}
header #mid-header {
	display: block;
	padding-top:17px;
}
header #mid-header #logo{
	float: left;
	height: 90px;
	margin-right: 30px;
}
header #mid-header #logo img{
	height:80px;
}
header #mid-header nav{
	margin-top:18px;
	padding-bottom:10px;
}
header #mid-header nav>ul>li {
	display: inline-block;
	margin-right: 5px;
	vertical-align:top;
	margin-bottom: 5px;
}
header #mid-header nav>ul>li>a{
	display: inline-block;
	height: 26px;
	line-height:26px;
	padding: 0 5px;
	background: #E2007A;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	/* font-weight: bold; */
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	/* text-transform: uppercase; */
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

header #mid-header nav>ul>li>a:hover{
	background:#b50060;
}
header #mid-header nav>ul>li>a.selected{
	color: #E2007A;
	background: #fff;
	border-bottom:2px solid #E2007A;
}

header #mid-header nav>ul>li>ul>li {
	height: 30px;
	text-align:center;
	display:none;
}
header #mid-header nav>ul>li:hover>ul {
	position:relative;
	z-index:400;
		position:fixed;

}
header #mid-header nav>ul>li:hover>ul>li{
	display:inherit;
}

header #mid-header nav>ul>li>ul>li:first-child {
	padding-top:15px;
	background:url("../../img/loyaltek/top-ul-2.png") center top no-repeat;
} 

header #mid-header nav>ul>li>ul>li>a {
	line-height:30px;
	background: #fff; 
	padding: 0 10px;
	display:block;
	color: #E2007A;
	text-align:center;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-decoration:none;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);

}
header #mid-header nav>ul>li>ul>li:last-child>a {
	border-bottom:#ccc 1px solid;
}
header #mid-header nav>ul>li>ul>li:first-child>a {
	border-top:#ccc 1px solid;
}
header #mid-header nav>ul>li>ul>li>a:hover {
	background:#eee;
}
header #mid-header nav>ul>li>ul>li>a.selected {
	font-weight:bold;
	text-decoration:underline;
}
header #header-separation {
	display: block;
}
header #breadcrumbs {
	display: block;
	height: 23px;
	padding-top:7px;
}
header #breadcrumbs p span.page_name{
	background:#eee;
	display: inline-block;
	color: #0077C7;
	line-height: 22px;
	height: 22px;
	padding: 0 3px;
}

#form-select-sn, #form-select-desk {
	float: right;
}
#form-simulate-tag {
	display:inline-block;
	float:left;
}
#form-simulate-tag select {
	display:inline-block;
	border:1px solid #ccc;
	margin-right: 5px;
	background:none;
	border-radius:3px;
	font-size:12px;
	color:#000;
}
/*______________________*/

#container {
	position:relative;
	z-index:200;
}

/*______________________*/

#fond-noir {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:black;
	z-index:500;
}
#popup {	
	display: none;
	opacity:0;
	width: 400px;
	z-index:550;
	left:50%;
	position: fixed;
	top: 10px;
	margin-left:-215px;
	background: white;
	border: #eee 3px solid;
	border-radius: 3px;
	padding: 15px;
}
#popup .croix {
	background:url(../../img/kadoz/croix.png) center center no-repeat ;
	display: block;
	float:right;
	position: relative;
	top:-7px;
	right: -7px;
	opacity: .4;
	cursor: pointer;
	width: 10px;
	height: 10px;
}
#popup .croix:hover {
	opacity:1;
}
#logout-confirm-html, #select-desk-html, #notifications-html {
	display: none;
}
#popup .submit {
	display: block;
	width: 100%;
	background:#E2007A;
	color: #fff;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
#popup .h3sim {
	font-weight: bold;
	text-align:center;
	line-height: 50px;
}
#popup #notifications-area {
	height: 400px;
	background: url(../../img/kadoz/ring.gif) center center no-repeat;
	overflow-y: scroll;
}
#popup .notification-item {
	display:block;
	background:#eee;
	margin: 5px 0;
	border:1px solid #fff;
	padding: 10px;
	text-decoration: none;
}
#popup .notification-item:hover {
	background:#ddd;
}
#popup .notification-item.unseen {
	border:1px solid #E2007A;
}
#popup .notification-item .notif-date{
	display:inline-block;
	width: 70px;
	float:left;
	text-decoration: none;
	color:#999;
}
#select-desk-popup{
	width: 100%;
	text-align:center;
	height: 30px;
	margin-bottom: 20px;
}

.msg {
	display:block;
	background:#eee;
	padding: 5px 20px;
	margin-top: 10px;
	text-align:center;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.msg.error {
	background:#d31919;
	color:white;
}
.msg.warning {
	background:#fff17a;
	color:#000;
}
.msg.ok {
	background:#1bc41b;
	color:#fff;
}
.msg a {
	color:rgba(0,0,0,.5);
}

.just {
	text-align: justify;
}

/*______________________*/

footer {
	background : #bab8b8;
	padding: 50px 0;
	display:block;
	width: 100%;
	text-align:center;
	color:#fff;
	margin-top: 70px;
}