@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');
* {
	/*font-family: Arial, sans-serif;*/
	font-family: 'Roboto', Arial, sans-serif;
}
body{
	//overflow-x: hidden;
}
body > .container_12{
	min-height: calc(100vh - 275px);
}
body > .container_12.docs{
	min-height: calc(100vh - 187px);
}
h1 {
	/*font-family:'Neo Sans W01 Medium', Arial, sans-serif;*/
	font-size: 18pt;
	font-weight: normal;
	color: #46a9e0;
}

h2 {
	/*font-family:'Neo Sans W01 Light', Arial, sans-serif;*/
	font-size: 15pt;
	color: #FFF;
	line-height: 1.6;
	font-weight: normal;
}

h3 {
	font-size: 14pt;
	line-height: 1.6;
	font-weight: normal;
}

a {
	color: #000;
}

.content {
	float: left;
	width: 100%;
}

.dashboard.content {
	margin-top: 20px;
}
/* footer */
#footer{
	background: #f6f8fa;
	padding: 45px 0;
}

/**/
*,
*::before,
*::after {
  box-sizing: revert !important; // 1
}

p {
	margin-bottom: auto;
}
/**/

/*color*/
.spanpartner, .spanworkplan, .spanproject, .spangroup, .spanyear,
.spanpartnerblue, .spanworkplanblue, .spanprojectblue, .spangroupblue, .spanyearblue, .spanprojectlight{
	display:inline-block;
	text-align: center;
	color: #3c4043 !important;
	background: #ededed;
	font-size: 11pt;
	font-weight: 500;
	border-radius: 5px;
	padding: 7px 12px;
	margin: 0 5px 10px 0;
	transition: background 0.3s ease 0s, color 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.spanpartner:hover, .spanworkplan:hover, .spanproject:hover, .spangroup:hover, .spanyear:hover,
.spanpartnerblue, .spanworkplanblue, .spanprojectblue, .spangroupblue, .spanyearblue {
	color: #fff !important;
	background: #00c7ff;
}

.spanuser{
	display:inline-block;
	text-align: center;
	color: #00c7ff !important;
	font-size: 12pt;
	font-weight: 500;
padding: 3px 5px;
	border-radius: 3px;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.spanuser b{
	font-weight: 500;
	color: #3c4043;
}
.spanuser:hover{
	background: rgba(0,163,255,0.1);
}
.spanuser:before{
	content: ' @';
}
#spansendto{
	color: white;
}
.spanuserremove {
	display:inline-block;
	text-align: center;
	color: #3c4043 !important;
	font-size: 10.5pt;
	line-height: 33px;
	font-weight: 500;
	padding: 4px 32px 4px 15px;
	border-radius: 21px;
	border: 1px solid rgb(211, 211, 211);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	max-width: 164px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background-image: url('../img/ico/close-grey.svg');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: calc(100% - 12px) 50%;
}
.spanuserremove img{
	width: 32px;
	height: 32px;
	border-radius: 100px;
	overflow: hidden;
	margin-right: 8px;
}

.spanpreset{
	display:inline-block;
	padding: 10px 20px;
	text-align: center;
	color: #3c4043 !important;
	font-weight: 500;
	font-size: 10.5pt;
	background: #fff;
	border-radius: 5px;
	border: 1px solid rgb(209, 209, 209);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.spanpreset:hover,
.spanpreset:focus{
	background:#f5f9fa;
}

.spanprojectlight {
	display:inline-block;  
	margin-bottom: 3px;
	text-align: center;
	/*border: 1px solid #46A9E0;*/
	background-color: #005ea6 !important;
	color: #fff !important;
}
.spanproject, .spanprojectblue, .spanprojectlight {
	width: 98px;
}

.smallspan {
	font-weight: 400;
	font-size: 10.5pt;
}

.spanpartner:hover,
.spanpartnerblue:hover,
.spanworkplan:hover,
.spanworkplanblue:hover,
.spanproject:hover,
.spanprojectblue:hover,
.spanuser:hover,
.spanuserremove:hover,
.spanpreset:hover,
.spanyear:hover,
.spanyearblue:hover,
.spangroup:hover,
.spangroupblue:hover  {
	cursor: pointer;
}
#nopartner, #spansendto{
	color: #737373;
	font-size: 16px;
}
.blue {
	color: #46A9E0 !important;
}

.white {
	color: #FFF !important;
}

.bgdark {
	background-color: #333 !important;
}

.bgblue {
	background-color: #00c7ff !important;
}

.bgbluepilotage {
	background-color: #00c7ff !important;
}

.bgredpilotage {
	background-color: red !important;
}

.bggreenpilotage {
	background-color: #006600 !important;
}

.bglightblue {
	background-color: #C7EAFF !important;
}

.bglight {
	background-color: #eee !important;
}

.bgorange {
	background-color: #f9612c;
}

.bggrey {
	background-color: #e0dfdf;
}
.bgdarkgrey {
	background-color: #555;
}
.bgdarkgrey2 {
	background-color: #888;
}

/*position*/
.right {
	float: right !important;
}

.left {
	float: left !important;
}

/*shape */
.square {
	height: 33px;
	width: 33px;
	border-right: 1px solid #FFF;
	/*font-family: 'Neo Sans W01';*/
	font-size: 10pt;
	padding: 5px;
}

.square.bgblue {
	line-height: 1.8;
	color: #FFF;
	font-size: 14pt;
	text-align: center;
}

.dashboard .square.bgblue {
	line-height: 1.3;
	font-size: 10pt;
}

.dashboard .diveditdashboard {
	cursor: pointer;
} 

.center {
	text-align: center !important;
}

.txt-right {
	text-align: right !important;
}

.txt-left {
	text-align: left;
}

/*button */
.btn {
	color: #FFF;
	font-size: 12pt;
	line-height: 1.2;
	float: left;
	text-align: center;
	margin: 0;
	padding: 10px 16px;
	border: none;
	font-weight: 500;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.btn + .btn{
	margin-left: 18px;
}
.btn > div{
	display: inline-block;
	vertical-align: middle;
	margin: -6px 10px 0 0;
	width: 24px;
	height: 24px;
}
.btn.light  {
	color: #FFF;
	font-size: 10pt;
	height: 21px;
	line-height: 2.5;
	float: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	vertical-align: middle;
}
.btn:not(.nohover):hover,
.btn:not(.nohover):focus {
	background-color: #00b7eb !important;
	outline: none;
}

.btn-graph:focus {
	color:#fff !important;
	box-shadow: none !important;
}

.btn-graph.graphselection {
	background-color: #00b7eb !important;
	color:#fff !important;
}

.btn-cancel{
	background: #ededed;
	border: none;
	color: #3c4043;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.btn-cancel:hover,
.btn-cancel:focus{
	background: #d4d4d4;
}
button + .btn-cancel {
	margin-left: 15px;
}
.btn-cancel + select, button + select {
	margin-left: 15px;
}
.btn-edit {
	background: url(../img/sprite-vitamib.png) -50px -150px no-repeat;
	width: 24px;
	height: 25px;
	float: left;
}
.btn-export {
	background: url(../img/sprite-vitamib.png) -350px -100px no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}
.btn-write-email {
	background: url(../img/sprite-vitamib.png) 0px -150px no-repeat;
	width: 27px;
	height: 25px;
	float: left;
}
.btn-upload {
	background: url(../img/sprite-vitamib.png) -300px -100px no-repeat;
	width: 22px;
	height: 29px;
	float: left;
}
.btn-download {
	background: url(../img/sprite-vitamib.png) -100px -154px no-repeat;
	width: 22px;
	height: 27px;
	float: left;
}
.btn-file {
	background: url(../img/sprite-vitamib.png) -150px -150px no-repeat;
	width: 22px;
	height: 27px;
	float: left;
}
.btn-send {
	/*background: url(../img/sprite-vitamib.png) -200px -150px no-repeat;
	width: 30px;
	height: 27px;
	float: left;*/
	display: none !important;
}
.btn-save {
	/*background: url(../img/sprite-vitamib.png) -250px -150px no-repeat;
	width: 22px;
	height: 27px;
	float: left;*/
	display: none !important;
}
.btn-submit {
	background: url(../img/sprite-vitamib.png) -300px -150px no-repeat;
	width: 22px;
	height: 27px;
	float: left;
}
.btn-delete {
	background: url(../img/sprite-vitamib.png) 0px -250px no-repeat;
	width: 21px;
	float: left;
	height: 33px;
}
.btn-delete-light {
	background: url(../img/sprite-vitamib.png) 0px -258px no-repeat;
	width: 12px;
	height: 20px;
}
.btn-overview {
	background: url(../img/sprite-vitamib.png) -350px -150px no-repeat;
	width: 22px;
	height: 27px;
	float: left;
}
.btn-write-report {
	background: url(../img/sprite-vitamib.png) 0px -200px no-repeat;
	width: 22px;
	height: 27px;
	float: left;
}
.btn-search {
	background: url(../img/sprite-vitamib.png) -43px -194px no-repeat;
	width: 11px;
	float: left;
	height: 33px;
}
.btn.load {
	margin: 10px auto;
	float: none;
	width: 90px;
}
.btn .arrow.left {
	margin:5px 5px 0px -5px; 
}
.btn .arrow.right {
	margin:5px -5px 0px 5px;
}
.btn.bglight {
	color: #000;
	width: 90px;
	margin: 0px 1px;
}
.btn.bglightdisabled {
	color: #000;
	width: 80px;
}
.btn.bglight:hover {
	background-color: #AAA !important;
}
.btn.bglight.disabled {
	opacity: 0.4;
}
.btn.bglight.disabled:hover {
	background-color: initial;
	cursor: default;
	background-color: #EEE !important;
}

/*login*/
.page-login #header {
	margin-bottom: 50px;
	float: left;
	border-bottom: 1px solid #ccc;
	background: #eee;
	padding-bottom: 15px;
}

.page-login #header img {
	margin-top: 15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	height: auto;
}

.login {
	width: 400px;
	margin: 0 auto;
	margin-top: 80px;
}

.login form {
	margin-top: 20px;
}
.login form input {
	padding: 10px;
	margin: 10px 0;
}

.login form .item {
	display: block;
	margin: auto;
	clear: both;
	width: 100%;
}

.login .btn {
	float: none; 
	margin: 20px auto;
	padding: 0px 20px;
	height: auto;
	font-size: 12pt;
	display: block;
}


/*header*/ 
#header-sticky-wrapper{
	position: relative;
}
#header {
    width: 100%;
    z-index:3;
}
.header {
	height: 68px;
	font-size: 12pt;
	color: #FFF;
    background-color: #00c7ff !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.header .container_12{
	height: 100%;
}
.header #non-sticked-header{
	height: 100%;
	width: auto
}
.header #non-sticked-header .logo{
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	border-radius: 100px;
	width: 70px;
	height: 70px;
	background: #fff;
	padding: 10px;
	margin: 10px 0 0;
	text-align: center;
	line-height: 72px;
	overflow: hidden;
}
.header #non-sticked-header .logo img{
	max-width: 70px;
	max-height: 70px !important;
	//width:100%;
}

.header #non-sticked-header .logoabgi{
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	width: 180px;
	height: 70px;
	background: #fff;
	padding: 10px;
	margin: 10px 0 0;
	text-align: center;
	line-height: 72px;
	overflow: hidden;
}
.header #non-sticked-header .logoabgi img{
	max-width: 170px;
	max-height: 65px !important;
	//width:100%;
}
/* sticky */
.header #sticked-header{
	height: auto;
}
.header #sticked-header p{
	font-size: 12pt !important;
	line-height: 1.2 !important;
	color: white;
	font-weight: 400;
	margin: 24px 0;
}
.header #sticked-header p span{
	color: white !important;
}
/* part right */
.nav-header{
	height: 100%;
	width: auto !important;
}
.nav-header > ul{
	height: 100%;
	float: none;
	margin: 0;
}
.nav-header > ul > li{
	float: left;
}
.nav-header > ul li#li_event,
.nav-header > ul li#li_upload,
.nav-header > ul li#li_mail,
.nav-header > ul li#li_home{
	width: 24px;
	height: 24px;
	margin: 22px 16px;
}
.nav-header > ul li#li_event a,
.nav-header > ul li#li_upload a,
.nav-header > ul li#li_home a,
.nav-header > ul li#li_mail a{
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	cursor: pointer;
}
.nav-header > ul li#li_event a{
	background-image: url('../img/ico/calendar-white.svg');
}
.nav-header > ul li#li_upload a{
	background-image: url('../img/ico/file-header-white.svg');
}
.nav-header > ul li#li_mail a{
	background-image: url('../img/ico/mail-white.svg');
}
.nav-header > ul li#li_home a{
	background-image: url('../img/house-24.png');
}
.nav-header > ul li.large{
	margin: 0 0 0 16px;
	padding: 11.5px 0 11.5px 32px;
	position: relative;
	cursor: pointer;
	z-index: 10;
}
.nav-header > ul li.large:before{
	content: '';
	background: rgba(255, 255, 255, 0.4);
	width: 1px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.nav-header > ul li.large .ico{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	width: 18px;
	height: 18px;
	background-image: url('../img/ico/list-white.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	margin: 0 16px 0 0;
}
.nav-header > ul li.large .ico.ico_user{
	border-radius: 100px;
	background: #00c7ff;
	width: 45px;
	height: 45px;
	position: relative;
	overflow: hidden;
}
.nav-header > ul li.large .ico.ico_user img{
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-51%, -50%);
	max-width: 46px !important;
}
.nav-header > ul li.large > p{
	height: auto;
	width: auto;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	border-radius: 5px;
	padding: 12px 8px;
	font-size: 12pt;
	font-weight: 500;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.nav-header > ul li.large > p:after{
	content: '';
	background-image: url('../img/ico/chevron-down.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 6px 0 10px;
	width: 8px;
	height: 8px;
}
.nav-header > ul li.large:hover > p{
	background: rgba(0, 0, 0, 0.08);
}
.nav-header > ul li.large > p > br{
	display: none;
}
/* nav right is sticky */
#header-sticky-wrapper.is-sticky{
	z-index: 1000;
}
.is-sticky .nav-header{
	position: absolute;
	top: 0;
	right: calc((100vw - 1420px) / 2);
}
@media(max-width: 1460px){
	.is-sticky .nav-header{
		right: 30px;
	}
}
/* sous-menu */
.nav-header ul.submenu {
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 68px;
	width: 170px;
	background-color: #fff;
	border-radius: 3px;
	padding: 7px 20px;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.16);
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	z-index: 10;
}
.nav-header li:hover ul.submenu {
	opacity: 1;
	pointer-events: auto;
}
.nav-header ul.submenu li {
	display: block;
	padding: 10px 0;
}
.nav-header ul.submenu li a{
	font-size: 12pt;	
	color: #737373;
	font-weight: 400;
	transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
}
.nav-header ul.submenu li:hover a,
.nav-header ul.submenu li:focus a{
	color: #3c4043;
}

/*nav */
.nav {
	height: 87px;
	color: #737373;
	background-color: #fff;
	border-bottom: 1px solid #dadce0;
	text-transform: uppercase;
	display: block !important;
}

/**/
.nav ul{
	margin-bottom: 0;
	float: none;
	display: flex;
	justify-content: space-between;
}
.nav ul li{
	font-size: 10.5pt;
	text-align: center;
	font-weight: 500;
	margin: 30px 0 0;
	padding: 20px 30px;
	position: relative;
	cursor: pointer;
}
.nav ul li a{
	color: #737373;
}
.nav ul li:first-child{
	padding-left: 0;
}
.nav ul li:last-child{
	padding-right: 0;
}
.nav ul li.selected:before{
	content: '';
	background: #00c7ff;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.nav ul li.selected:first-child:before{
	width: calc(100% + 30px);
	left: calc(50% - 15px);
}
.nav ul li.selected:last-child:before{
	width: calc(100% + 30px);
	left: calc(50% + 15px);
}

/*.nav ul a li {
	font-family:'Neo Sans W01';	
}*/

/*.nav ul li:hover, .nav ul li.selected  {
	background-image: url(../img/arrow-menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position: bottom;
}*/

/*.nav ul li:hover a, .nav ul .selected a {
	font-family: 'Neo Sans W01 Medium';
}
*/
/*.nav ul li:hover {
	cursor: pointer;
}*/

/*.nav ul li a{
	display: block;
}*/

/*.nav ul li:first-child {
	margin-left: 0px;
	text-align: left;
	width: 149px;
}
/*
.nav ul li:first-child:hover, .nav ul li.selected:first-child {
	background-image: url(../img/arrow-menu.png);
	background-repeat: no-repeat;
	background-position: 32px bottom;
}

.nav ul  li:last-child {
	margin-left: 0px;
	text-align: right;
	width: 192px;
}

/*sous menu */
.nav ul li ul.submenu {
	width: 220px;
	position: absolute;
	left: 0px;
	background-color: #fff;
	z-index: 20;
	margin: 20px 0 0 10px;
	padding: 7px 20px;
	border-radius: 3px;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.16);
	display: block;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}
.nav ul li:hover ul {
	opacity: 1;
	pointer-events: auto;
}
/* sous-menu */
.nav ul ul.submenu li{
	font-size: 12pt;
	line-height: 1;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}
.nav ul ul.submenu li.admin{
	cursor: default;
	text-align: left;
	color: #ccc;
	padding: 10px 0;
}
.nav ul ul.submenu li.adminfreemium{
	cursor: default;
	text-align: left;
	color: #ccc;
	padding: 10px 0;
	text-transform: none;
}
.nav ul ul.submenu li a{
	text-transform: none;
	color: #737373;
	text-align: left;
	padding: 10px 0;
	font-weight: 400;
	display: block;
	transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
}
.nav ul.submenu li a:hover,
.nav ul.submenu li a:focus{
	color: #3c4043;
}
@media(max-width: 1440px){
	.nav ul li:last-child ul.submenu{
		left: inherit;
		//right: 0;
	}
}

/*breadcrumbs */
.content > .grid_12:first-of-type{
	float: left;
	width: auto;
}
.breadcrumbs{
	margin: 25px 0;
}
.breadcrumbs p {
	font-size: 12pt;
	line-height: 1.2;
	color: #737373;
}
.breadcrumbs p .blue{
	color: #3c4043 !important;
}

/* Barre d'actions qui suit le fil d'ariane */
.content > #action-line-sticky-wrapper,
.content > #action-line60-sticky-wrapper{
	float: right;
	height: auto !important;
	margin: 12px 0 40px;
	position: relative;
}
.content > #action-line-sticky-wrapper .actionbar,
.content > #action-line60-sticky-wrapper .actionbar{
	width: auto !important;
	margin: 0;
}
.actionbar {
	margin-bottom: 20px;
	position: relative;
}
/* barre action sticky */
#action-line-sticky-wrapper #action-line[style*="position: fixed;"],
#action-line2-sticky-wrapper #action-line2[style*="position: fixed;"],
#action-line60-sticky-wrapper #action-line60[style*="position: fixed;"]{
	height: 84px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	padding: 24px 0px;
	top: 68px !important;
	box-sizing: border-box !important;
}



@media(min-width: 768px) and (max-width: 1439px) {
	#action-line60-sticky-wrapper #action-line60[style*="position: fixed;"]{	
		width: 70%;
		left: 30%;
	}
}
@media(min-width: 1440px) and (max-width: 1749px) {
	#action-line60-sticky-wrapper #action-line60[style*="position: fixed;"]{	
		width: 60%;
		left: 32%;
	}
}
@media(min-width: 1750px)  {
	#action-line60-sticky-wrapper #action-line60[style*="position: fixed;"]{	
		width: 60%;
		left: 30%;
	}
}

#action-line2-sticky-wrapper{
	height: auto !important;
}

#action-line2-sticky-wrapper #action-line2{
	margin-top: -30px;
}

#action-line2-sticky-wrapper #action-line2[style*="position: fixed;"]{
	top: 148px !important;
}
#action-line-sticky-wrapper #action-line[style*="position: fixed;"]:before,
#action-line2-sticky-wrapper #action-line2[style*="position: fixed;"]:before,
#action-line60-sticky-wrapper #action-line60[style*="position: fixed;"]:before{
	content: '';
	background: white;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	width: 100%;
	/*2020-07 efforts cir 2 lines == height: 100%;*/
	position: absolute;
	top: 0;
	left: 0;
	/*left: calc((110vw - 1200px) / -2);*/
}
 #action-line-sticky-wrapper #action-line[style*="position: fixed;"] .actionbar,
 #action-line2-sticky-wrapper #action-line2[style*="position: fixed;"] .actionbar,
 #action-line60-sticky-wrapper #action-line60[style*="position: fixed;"] .actionbar{
 	float: right;
 }
 #action-line-sticky-wrapper #action-line[style*="position: fixed;"] > div[class*="grid"] + div[class*="grid"],
 #action-line2-sticky-wrapper #action-line2[style*="position: fixed;"] > div[class*="grid"] + div[class*="grid"],
 #action-line60-sticky-wrapper #action-line60[style*="position: fixed;"] > div[class*="grid"] + div[class*="grid"]{
 	margin-right: 15px;
 }
 
 .extraheight[style*="position: fixed;"] {
 	height: 180px !important;
 }
 
/*.actionbar .right{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.actionbar.grid_10{
	position: static;
}*/
#action-line .prev-next .btn{
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	margin: 15px 5px;
	background: transparent !important;
	padding: 0;
	opacity: 1;
}
#action-line .prev-next .btn .arrow{
	width: 15px;
	height: 15px;
	margin: 0;
}
.actionbar #previous-gantt,
.actionbar #next-gantt,
.actionbar #previous-costs,
.actionbar #next-costs{
	display: block;
	text-indent: -9999px;
	width: 24px;
	background: transparent !important;
	padding: 0;
	opacity: 1;
	margin: 8px 0;
}
.actionbar #previous-gantt .arrow,
.actionbar #next-gantt .arrow,
.actionbar #previous-costs .arrow,
.actionbar #next-costs .arrow{
	background-image: url('../img/ico/chevron-light-left-grey.svg');
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: 50%;
	width: 24px;
	height: 24px;
	margin: 0;
}
.actionbar #next-gantt .arrow,
.actionbar #next-costs .arrow{
	background-image: url('../img/ico/chevron-light-right-grey.svg');
}
.actionbar select{
	background: transparent;
	border: none;
	border-radius: 5px;
	padding: 10px 30px 10px 15px;
	color: #3c4043;
	font-size: 12pt;
	font-weight: 500;
	cursor: pointer;
	background-image: url('../img/ico/chevron-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: calc(100% - 12px) 50%;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.actionbar select:hover{
	background-color: #c8cacb;
}
/* Workplan - Year .actionbar.grid_2{
	margin: 0 45px 0 15px !important;
}
.actionbar.grid_2 #select-year{
	position: static;
	transform: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: transparent;
	cursor: pointer;
	font-weight: 500;
	color: #3c4043;
	font-size: 12pt;
	margin: 2px;
}*/

/*go_up*/
.goup {	
	display: none;
	z-index: 99;
    width: 50px;
    height: 50px;
    background-color: #f5f9fa ;
    position: fixed;
    top: calc(100% - 180px);
    left: calc(100% - 180px);
    cursor: pointer;
    border-radius: 50px;
    background-size: 65%;
    background-repeat: no-repeat;
    background-image: url('../img/ico/chevron-light-right-grey.svg');
    transform: rotate(270deg);
    background-position: center;
}

@media (max-width: 1700px) {
 	.goup {
 		left: calc(100% - 120px);
 	}
}

.goup:hover {
  background-color: #e6f6ff; /* Add a dark-grey background on hover */
}

/*dashboard */
.project-month {
	width: 96px;
	height: 33px;
	padding: 5px 10px;
	/*font-family: 'Neo Sans W01';*/
	font-size: 10pt;
	border-right: 1px solid #FFF;
}

.project-month span {
	font-size: 24pt;
	/*font-family: 'neo sans w01';*/
	line-height: 0;
	margin-left: 16px;
}

.report-period {
	height: 43px;
	padding: 0px 20px; 
	width: 559px;
	line-height: 2.8;
	/*font-family: 'neo sans w01';*/
}

.consortium {
	height: 33px;
	padding: 5px 5px;
	width: 70px;
	/*font-family: 'neo sans w01';*/
	font-size: 10pt;
	text-align: center;
}

.grid_4 ul.connection {
	font-size: 10pt;
	margin-left: 10px;
	margin-top: -3px;
	word-spacing: -2px;
}

.grid_8, .grid_4 {
	margin-top: 0px;
}

 ul {
	margin-bottom: 20px;
	float: left;
}

ul ul {
	margin-bottom: 0px;
}


/*my tasks */
.title {
	height: 33px;
	padding:5px 5px 5px 10px;
}

.grid_10 .title {
	width: 921px;
}

.grid_8 .title, .my_task .wp .bglight {
	height: 33px;
	padding:5px 5px 5px 10px;
	width: 701px;
}

.grid_10 .my_task .wp .bglight {
	height: 33px;
	padding:5px 5px 5px 10px;
	width: 896px;
}

.my_task .task .bglight, .my_task .doc .bglight {
	width: 750px;
	height: 29px;
	padding: 7px 5px;
}

.grid_10 .my_task .task .bglight {
	width: 970px;
	height: 29px;
	padding: 7px 5px;
}

.my_task .milestone .bglight {
	width: 701px;
	height: 33px;
	padding:5px 5px 5px 10px;
}

.grid_10 .my_task .milestone .bglight {
	width: 896px;
	height: 33px;
	padding:5px 5px 5px 10px;
}

.my_task li, .message li, .news li, .efforts li, .costs li, .documents li, .events li, .title_slider {
	border-bottom: 1px solid #FFF;
	float: left;
}

.my_task .square {
	/*font-family: arial, sans-serif;*/
	text-align: center;
	line-height: 2.5;
	font-weight: bold;
	/*
	background-image: url(../img/sprite-vitamib.png);
	background-position: -250px -150px;
	-webkit-transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-o-transition: background-position .3s ease;
	transition: background-position .3s ease;	*/
}

/*.my_task li.title-li:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;	
}*/ 

/*.my_task li.title-li:hover .square {
	background-image: url(../img/sprite-vitamib.png);
	background-position: -250px -100px;
}*/

/*.my_task li:hover .square {
	line-height: 2.5;
	font-weight: bold;
	background-color: #46A9E0;
	background-image: url(../img/sprite-vitamib.png);
	background-position: -250px -100px;
	text-indent: -200px;
}*/

.my_task li:hover .bglight {
	background-color: #bbb;
}

.my_task li:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 1px;

}


.message .menuable:hover {	
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 1px;
}

.news .menuable:hover {	
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 1px;
}
/*
.my_task .square.bgblue {
	background-image: url(../img/sprite-vitamib.png);
	background-position :-250px 0px;
	background-repeat:  no-repeat;
}

.my_task .milestone .square {
	width: 33px;
	font-weight: normal;
}

.my_task .wp p.progress, .my_task .task p.progress, .my_task .doc p.progress, .my_task .milestone p.progress {
	font-weight: normal;
	font-size: 10pt;
	line-height: 2.5;
	float: right;
	width: auto;
}

.my_task .wp p.refused, .my_task .task p.refused {
	background-color: #f9612c;
	padding: 5px 12px 5px 12px;
	margin-right: -5px;
	color: #fff;
}

.my_task .task p.date, .my_task .doc p.date, .my_task .milestone p.date {
	line-height: 1.2;
	float: left;
	margin-left: 30px;
	font-weight: normal;
	font-size: 10pt;
	width: auto;
}

.my_task .doc p.document {
	line-height: 2.5;
	float: left;
	width: 100px;
}

.my_task .wp p {
	font-weight: bold; 
	font-size: 10pt;
	float: left;
	width: 398px;
}

.my_task .milestone p {
	width: 499px;
}

.my_task p {
	font-weight: normal;
	font-size: 10pt;
	float: left;
	width: 399px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	-sand-transform: translate(-50%);
}

.my_task .number {
	width: 48px;
}*/

.grid_10 .my_task .number {
	width: 73px;
	text-align: center;
}

.grid_10 .my_task .milestone .square {
	width: 58px;
	font-weight: normal;
}

/*progress bar */
.progressbar .bg {
	width: 110px;
	height: 5px;
	margin-top: 17px;
}

.progressbar .value, .costs p {
	margin-top: 2px;
	-webkit-transform: none;
  	-ms-transform: none;
  	transform: none;
  	-sand-transform: none;
  	top: 0px;
}

.grid_4 .progressbar .bg {
	width: 305px;
}

/*.progressbar .progress60::before
{ 
content:"60%";
display: block;
}*/
.progressbar .progress0 {
	height: 4px;
	width: 0%;
}

.progressbar .progress5 {
	height: 4px;
	width: 5%;
}

.progressbar .progress10 {
	height: 4px;
	width: 10%;
}

.progressbar .progress15 {
	height: 4px;
	width: 15%;
}

.progressbar .progress20 {
	height: 4px;
	width: 20%;
}

.progressbar .progress25 {
	height: 5px;
	width: 25%;
}

.progressbar .progress30 {
	height: 4px;
	width: 30%;
}

.progressbar .progress35 {
	height: 4px;
	width: 35%;
}

.progressbar .progress40 {
	height: 4px;
	width: 40%;
}

.progressbar .progress45 {
	height: 4px;
	width: 45%;
}

.progressbar .progress50 {
	height: 4px;
	width: 50%;
}

.progressbar .progress55 {
	height: 4px;
	width: 55%;
}

.progressbar .progress60 {
	height: 4px;
	width: 60%;
}

.progressbar .progress65 {
	height: 4px;
	width: 65%;
}

.progressbar .progress70 {
	height: 4px;
	width: 70%;
}

.progressbar .progress75 {
	height: 4px;
	width: 75%;
}

.progressbar .progress80 {
	height: 4px;
	width: 80%;
}

.progressbar .progress85 {
	height: 4px;
	width: 85%;
}

.progressbar .progress90 {
	height: 4px;
	width: 90%;
}

.progressbar .progress95 {
	height: 4px;
	width: 95%;
}

.progressbar .progress100 {
	height: 4px;
	width: 100%;
}

.dashboard .progressbar p {
	font-weight: normal;
	font-size: 9pt;
	line-height: 1;
	width: auto;
}

/*message */
.dashboard .message .square.bgblue {
	background-image: url(../img/sprite-vitamib.png);
	background-position :-300px 0px;
	background-repeat:  no-repeat;
}

.message .bglight {
	height: 33px;
	padding:5px 5px 5px 10px;
	width: 701px;
}

.message .square.date,
.news .square.date,
.efforts .square.bglight,
.costs .square.bglight,
.documents .square.bglight,
.events .square.bglight {
	text-align: center; 
	padding:5px;
	width: 33px;
	height: 33px;
}

.day {
	/*font-family:'Neo Sans W01 Medium';*/
	font-size:12pt;
}

.message p {
	font-size: 10pt;
}

.message .blue, .message .subject {
	font-weight: bold;
}

/*news */
.dashboard .news .square.bgblue {
	background-image: url(../img/sprite-vitamib.png);
	background-position :-100px -250px;
	background-repeat:  no-repeat;
}

.news .bglight {
	height: 33px;
	padding:5px 5px 5px 10px;
	width: 701px;
}

.news p {
	font-size: 10pt;
}

.news .blue, .news .subject {
	font-weight: bold;
}

/*efforts */
.efforts .square.bgblue {
	background-image: url(../img/sprite-vitamib.png);
	background-position :-350px 0px;
	background-repeat:  no-repeat;
}

.grid_4 .title, div.efforts .bglight, div.costs .bglight {
	height: 33px;
	padding:5px 5px 5px 10px;
	width: 321px;
}

.documents .bglight {
	padding: 5px 5px 5px 10px;
	height: 33px;
	width: 321px;
}

.events .bglight {
	width: 321px;
	height: 34px;
	padding:4px 5px 5px 10px;
}

.dashboard .title_slider {
	padding:5px;
	height: 22px;
	width: 370px;
	background-color: #e0dfdf;
	font-size: 10pt;
	text-align: center;
	line-height: 1.8;
}

.efforts .square.bglight {
	font-family: arial, sans-serif;
	line-height: 2.5;
}

.arrow {
	width: 15px;
	height: 15px;
	background-position: 50%;
	cursor: pointer;
	background-image: url('../img/ico/chevron-light-left-grey.svg');
}
.arrow.right {
	background-image: url('../img/ico/chevron-light-right-grey.svg');
}

.title_slider p {
	float: left;
	width: 340px;
	margin-top: 0px;
}

/*costs */
.costs .square.bgblue {
	background-image: url(../img/sprite-vitamib.png);
	background-position : 0px -50px;
	background-repeat:  no-repeat;
}

.costs .square.bglight, .documents .square.bglight {
	background-image: url(../img/sprite-vitamib.png);
	background-repeat: no-repeat;
}

.costs .labour {
	background-position: 0px -100px;
}

.costs .travel {
	background-position: -50px -100px;
}

.costs .subcontracting {
	background-position: -100px -100px;
}

.costs .equipment {
	background-position: -150px -100px;
}

.costs .other {
	background-position: -200px -100px;
}

.costs .overheads {
	background-position: -350px -200px;
}

/*documents */
.star {
	background-image: url(../img/ico/star-full-grey.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	width: 18px;
	height: 18px;
}

.publish {
	background-image: url(../img/ico/link-grey.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	width: 20px;
	height: 20px;
}

.url {
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-size: 80%;
	width: 25px;
	height: 25px;
	margin-top: 5px;
	cursor: pointer;
}

.urlpublic {
	background-image: url(../img/sprite-vitamib.png);
	background-repeat: no-repeat;
	background-position: -50px -250px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.documents .ico_xls {
	background-position: -249px -50px;
}

.documents .ico_doc {
	background-position: -150px -50px;
}

.documents .ico_ppt {
	background-position: -200px -50px;
}

.documents .ico_pdf {
	background-position: -150px -250px;
}

.documents p {
	font-size: 10pt;
	line-height: 2.5;
}

.documents .square.bgblue {
	background-image: url(../img/sprite-vitamib.png);
	background-position : -50px -50px;
	background-repeat:  no-repeat;
}

/*events */
.events p  {
	line-height: 1.5;
	font-size: 9pt;
}

.events .square.bgblue {
	background-image: url(../img/sprite-vitamib.png);
	background-position : -100px -50px;
	background-repeat:  no-repeat;
}

/*menu contextuel */
.context-menu  {
	/*width: 160px;*/
    display: none;
    position: absolute;
    z-index: 5;
}
.context-menu ul.bgdark{
	border: none;
	border-radius: 5px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.31);
	background-color: white !important;
}
.context-menu ul li {
	border-top: 1px solid #e4e4e4;
	width: 250px;
	position: relative;
}
.context-menu .large {
	width: 400px;
}
.context-menu>ul>li.caret>a:after {
	content: ">";
	float: right;
	font-size: 9pt;
}

.context-menu ul li a {
    color: #494949;
    display: block;
    font-size: 12pt;
    font-weight: 500;
    padding: 12px 0;
    margin: 0 20px;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
}

.context-menu ul li span {
    color: #494949;
    color: #ccc;
    display: block;
    font-size: 12pt;
    font-weight: 500;
    padding: 12px 0;
    margin: 0 20px;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
}
.context-menu ul li a:hover{
	color: black;
}
.context-menu ul li:first-child {
	border-top: none;
}
.context-menu .submenu-nv2,
.context-menu .submenu-nv3 {
	display: none;
}
.context-menu ul li:hover .submenu-nv2,
.context-menu ul li ul li:hover .submenu-nv3 {
	display: block;
}
.context-menu ul.submenu-nv2,
.context-menu ul.submenu-nv3 {
	width: auto;
	position: absolute;
	left: 300px;
	top: 0;
	z-index: 2;
	border-radius: 5px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.31);
	background: white;
}

.context-menu .bgdark {
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px #888;
}

/*nav side bar */
.nav-sidebar>ul {
	width: 100%;
}
.nav-sidebar ul li, .nav-sidebar ul li a {
	/*font-family: 'Neo Sans W01';*/
	font-size: 11pt;
}

.nav-sidebar ul li {
	border-bottom: 1px solid #FFF;
	padding: 12px 0px 0px 0px;
	height: 31px;
}

.nav-sidebar ul.submenu li, .nav-sidebar ul.submenu2 li {
	border-top:  1px solid #fff;
	border-bottom: none;
}

.nav-sidebar ul li:hover {
	background-color: #46A9E0 ;
	color: #FFF;
	cursor: pointer;
}

.nav-sidebar ul li:hover a {
	color: #FFF;
}

.nav-sidebar ul li:hover ul.submenu li,
.nav-sidebar ul li:hover ul.submenu li a,
.nav-sidebar ul li:hover ul.submenu2 li,
.nav-sidebar ul li:hover ul.submenu2 li a {
	color: #000;
}
.nav-sidebar>ul>li.selected {
	background-color: #46A9E0;
	color: #FFF;
	/*font-family: 'Neo Sans W01 Medium';*/
}

.nav-sidebar>ul>li.selected>a {
	color: #fff;
}

.grid_3 .nav-sidebar li {
	display: table;
	width: 280px;
}

.nav-sidebar li a {
	margin-left: 10px;
}

.grid_3 .nav-sidebar ul.submenu,
.grid_3 .nav-sidebar ul.submenu2 {
	margin-top: 13px;
	width: 280px;
}

.grid_3 .nav-sidebar .submenu li,
.grid_3 .nav-sidebar .submenu2 li {
	width: 280px !important;
	color: #000;
}

.grid_3 .nav-sidebar .submenu li:hover,
.grid_3 .nav-sidebar .submenu li.selected,
.grid_3 .nav-sidebar .submenu2 li:hover,
.grid_3 .nav-sidebar .submenu2 li.selected {
	background-color: #e0dfdf !important;
	color: #000;
	width: 276px !important;
	margin-left: 4px;
}

.nav-sidebar .submenu2 li.selected ul li {
	margin-left: 0px;
}

.grid_3 .nav-sidebar .submenu2 li:hover ul.submenu,
.grid_3 .nav-sidebar .submenu2 li.selected ul.submenu,
.grid_3 .nav-sidebar .submenu2 li:hover ul.submenu li,
.grid_3 .nav-sidebar .submenu2 li.selected ul.submenu li {
	color: #000;
	width: 276px !important;
}

/*.nav-sidebar ul.submenu {
	display: none;

}*/

.nav-sidebar li:hover ul.submenu, .nav-sidebar li:hover ul.submenu2 {
	display: block;
}


.nav-sidebar .star {
	margin-top: -5px;
}

.grid_4 .nav-sidebar li {
	display: table;
	width: 380px;
}


.grid_4 .nav-sidebar ul.submenu, .grid_4 .nav-sidebar ul.submenu2 {
	margin-top: 13px;
	width: 380px;
}

.grid_4 .nav-sidebar .submenu li, .grid_4 .nav-sidebar .submenu2 li {
	width: 380px !important;
	color: #000;
}

.grid_4 .nav-sidebar .submenu li:hover, .grid_4 .nav-sidebar .submenu li.selected,
.grid_4 .nav-sidebar .submenu2 li:hover, .grid_4 .nav-sidebar .submenu2 li.selected {
	background-color: #e0dfdf !important;
	color: #000;
	width: 376px !important;
	margin-left: 4px;
}


.grid_4 .nav-sidebar .submenu2 li:hover ul.submenu,
.grid_4 .nav-sidebar .submenu2 li.selected ul.submenu,
.grid_4 .nav-sidebar .submenu2 li:hover ul.submenu li,
.grid_4 .nav-sidebar .submenu2 li.selected ul.submenu li {
	color: #000;
	width: 376px !important;
}


/*activity reporting */
.acti-report {
	float: left;
	margin-bottom: 20px;	
}

.acti-report ul {
	margin-bottom: 0px;	
}

.acti-report .detail .bglight {
	width: 960px;
	font-size: 10pt;
	padding: 5px 10px 5px 10px;
	height: 33px;
}

.acti-report .date {
	margin-left: 100px;
	line-height: 2.5;
}

.acti-report .progress {
	line-height: 2.5;
}

.acti-report li {
	border-bottom: 1px solid #FFF;
	float: left;
}

.acti-report .bglight, .list-message .bglight {
	font-size: 10pt;
	padding: 10px;
}

.acti-report li ul.partner li {
	float: none;
	border: none;
}

.acti-report .partner {
	width: 200px;
	float: left;
}

.acti-report .title.task h2 {
		color: #000;
}

.acti-report .no-document {
	font-style: oblique;
	float: left;
	line-height: 2.5;
	color: #595959;
	width: 200px;
}

.acti-report .document {
	float: left;
	line-height: 2.5;
	width: 200px;
}

.acti-report .text {
	width: 760px;
	float: left;
}

.acti-report .document .date {
	margin-left: 0px;
}

/*table */
table {
	width: 100%;
	font-size: 10pt;
}
table tr{
	border-bottom: 1px solid #e4e4e4
}
table.datatablehtml tr{
	border: 1px solid #e4e4e4
}
table#tablestatementami tr{
	border: 1px solid #e4e4e4
}
td {
	border-collapse: collapse;
	vertical-align: middle;
	padding: 15px;
	background-clip: padding-box;
}
td + td{
	border-left: 1px solid #e4e4e4;
}
.tableeffortsday td {
	padding: 5px;
}

/*.wpdesc td {
	border: 1px solid #000;
	border-collapse: collapse;
	height: 33px;
	vertical-align: middle;
	padding: 5px;
	background-clip: padding-box;
}
*/
td.smallheight {
	height: 23px;
} 

/* Table Gantt */
table.gantt .month td{
	border-top: 0;
	border-bottom: 0;
	text-align: center;
	color: #3c4043;
	font-size: 16pt;
	font-weight: 400;
	padding: 15px 10px;
	width: auto;
	height: auto;
	background-color: transparent !important;
}
table.gantt .month td + td{
	border-left: 1px solid #e4e4e4;
}
table.gantt .month td span{
	font-size: 10.5pt;
	color: #737373;
	display: block;
	margin: 5px 0 0;
	width: 50px;
}
table.gantt .month .current {
	background-color: #00c7ff;
}
table.gantt tr:not(.month) td:not(.fixed){
	cursor: pointer;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
table.gantt tr:not(.month) td:not(.fixed):hover,
table.gantt tr:not(.month) td.bgblue:not(.fixed):hover,
table.gantt tr:not(.month) td.bgblue:not(.fixedpremium):hover{
	background-color: rgba(0, 163, 255, 0.18) !important;
}

table.gantt tr:not(.month) td.fixedpremium{
	cursor: pointer;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}

table.gantt tr:not(.month) td.pointer{
	cursor: pointer;
}

table .title,
table .titleshort,
table tr[data-mode="task"] > td.fixed:nth-of-type(2),
table tr[data-mode="taskami"] > td.fixed:nth-of-type(2),
table tr[data-mode="taskcir"] > td.fixed:nth-of-type(2){
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
	color: #3c4043;
	height: auto;
	font-size: 11pt;
	border-left: 0;
	vertical-align: middle;
	position: relative;
	padding: 5px 35px 5px 10px;
	cursor: pointer;
}

table .titlewebsitesetting{
		
	font-weight: 400;
	color: #3c4043;
	height: auto;
	font-size: 11pt;
	border-left: 0;
	vertical-align: middle;
	position: relative;
	padding: 5px 10px 5px 10px;
}

table.formpage .title {
	cursor: default;
}
table tr[data-mode="task"] > td.fixed:nth-of-type(2),
table tr[data-mode="taskami"] > td.fixed:nth-of-type(2),
table tr[data-mode="taskcir"] > td.fixed:nth-of-type(2){
	color: rgba(46,46,46,0.7);
}
table tr.hidden{
	display: none;
}
table tr[data-mode="milestone"]{
	border-top: 1px dashed #a29f9f;
	border-bottom: 1px dashed #a29f9f;
}
table tr[data-mode="milestone"] .fixed.bgdark.white{
	background: transparent !important;
	color: #3c4043 !important;
	font-size: 12pt;
	font-weight: 500;
	padding: 20px 12px;
}
table tr[data-mode="risk"],
table tr[data-mode="event"],
table tr[data-mode="meeting"]{
	border-top: 1px dashed #a29f9f;
	border-bottom: 1px dashed #a29f9f;
}
table tr[data-mode="risk"] .fixed.bgdark.white,
table tr[data-mode="event"] .fixed.bgdark.white,
table tr[data-mode="meeting"] .fixed.bgdark.white{
	background: transparent !important;
	color: #3c4043 !important;
	font-size: 12pt;
	font-weight: 500;
	padding: 20px 12px;
}
table tr[data-mode="milestone"] td,
table tr[data-mode="risk"] td,
table tr[data-mode="event"] td,
table tr[data-mode="meeting"] td{
	color: #3c4043;
	font-size: 11pt;
}
table tr[data-mode="milestone"] .td-event .events,
table tr[data-mode="risk"] .td-event .events,
table tr[data-mode="event"] .td-event .events,
table tr[data-mode="meeting"] .td-event .events{
	height: 60px;
}
table tr[data-mode="milestone"] .td-event .events .two-events,
table tr[data-mode="risk"] .td-event .events .two-events,
table tr[data-mode="event"] .td-event .events .two-events,
table tr[data-mode="meeting"] .td-event .events .two-events{
	background-color: rgba(0, 163, 255, 0.09) !important;
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	border: none;
	line-height: 60px;
}

table .title div.arrow-up,
table .title div.arrow-down,
table .titleshort div.arrow-up,
table .titleshort div.arrow-down,
table .arrow-toggle div.arrow-up,
table .arrow-toggle div.arrow-down, 
.list-comm .arrow-toggle div.arrow-up,
.list-comm .arrow-toggle div.arrow-down, 
.list-doc .arrow-toggle-ul div.arrow-up,
.list-doc .arrow-toggle-ul div.arrow-down, 
.my_task .arrow-toggle div.arrow-up,
.my_task .arrow-toggle div.arrow-down,
.ul-toggle .arrow-toggle div.arrow-up,
.ul-toggle .arrow-toggle div.arrow-down{
	background-image: url('../img/ico/chevron-light-right-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -6px;
	transition: transform 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s;
}

.list-comm .arrow-toggle div.arrow-up,
.list-comm .arrow-toggle div.arrow-down {
	position: relative;
	left: 1010px;
	top: 18px;
}
.list-doc .arrow-toggle-ul div.arrow-up,
.list-doc .arrow-toggle-ul div.arrow-down{
	position: relative;
	left: 0px;
	top: 15px;
}

.my_task .arrow-toggle div.arrow-up,
.my_task .arrow-toggle div.arrow-down {
	position: relative;
	left: 670px;
	bottom: 22px;
}

.ul-toggle .arrow-toggle div.arrow-up,
.ul-toggle .arrow-toggle div.arrow-down {	
	top: 25px;
}
table .title div.arrow-down,
table .titleshort div.arrow-down,
table .arrow-toggle div.arrow-down,
.list-comm .arrow-toggle div.arrow-down,
.list-doc .arrow-toggle-ul div.arrow-down,
.my_task .arrow-toggle div.arrow-down,
.ul-toggle .arrow-toggle div.arrow-down{
	transform: rotate(90deg);
}

table .reset {
	padding: 0px;
	height: 6px;
}

/*accordion */
table .row-accordion {
	position: relative;
	border-bottom: none;
}

table .row-accordion td.accordion-top {
	background: url(../img/accordion-top.png) no-repeat; 
	height: 6px;
	width: 20px !important;
	max-width: 20px !important;
	padding: 0px;
	background-color: #fff;
	position: absolute;
	margin-top: 6px;
	margin-left: -1px;
}

table .row-accordion td.accordion-bottom {
	background: url(../img/accordion-bottom.png) no-repeat; 
	height: 6px;
	width: 20px !important;
	padding: 0px;
	background-color: #fff;
	position: absolute;
	margin-top: -6px;
	margin-left: -1px;
}

table td.accordion {
	background: url(../img/accordion.png) repeat-y;
	width: 20px !important;
	height: 100%;
	padding: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

table .row-accordion td {
	background-color: #fff;
	border-top: 0px;
	border-bottom: 0px;
}

table .number,
table tr[data-mode="task"] > td.fixed:first-of-type,
table tr[data-mode="taskami"] > td.fixed:first-of-type,
table tr[data-mode="taskcir"] > td.fixed:first-of-type{
	text-align: center;
	font-weight: 500;
	font-size: 12pt;
	color: #3c4043 !important;
	background: transparent !important;
	padding: 20px 0 20px 12px;
	cursor: pointer;
}
table tr[data-mode="task"] > td.fixed:first-of-type,
table tr[data-mode="task"] > td.fixed:nth-of-type(2),
table tr[data-mode="taskami"] > td.fixed:first-of-type,
table tr[data-mode="taskami"] > td.fixed:nth-of-type(2),
table tr[data-mode="taskcir"] > td.fixed:first-of-type,
table tr[data-mode="taskcir"] > td.fixed:nth-of-type(2){
	background-color: #f5f9fa !important;
	border-bottom: 1px solid #e4e4e4 !important;
}
/*fleche déplier/replier */
/*table .arrow-up, li .arrow-up {
	background: url(../img/sprite-vitamib.png) -300px -75px;
	width: 14px;
	height: 9px;
	float: right;
	margin-top: 2px;
	cursor: pointer;
}

table .arrow-down, li .arrow-down {
	background: url(../img/sprite-vitamib.png) -300px -88px;
	width: 14px;
	height: 9px;
	float: right;
	margin-top: 2px;
	cursor: pointer;
}*/

table .arrow-white-down, li .arrow-white-down {
	background: url(../img/sprite-vitamib.png) -333px -88px;
	width: 14px;
	height: 9px;
	float: right;
	margin-top: 2px;
	cursor: pointer;
}

table .arrow-white-up, li .arrow-white-up {
	background: url(../img/sprite-vitamib.png) -333px -74px;
	width: 14px;
	height: 9px;
	float: right;
	margin-top: 2px;
	cursor: pointer;
}

#divresults .arrow-white-up {
	background: url(../img/sprite-vitamib.png) -333px -74px;
	width: 14px;
	height: 9px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
	cursor: pointer;
}

#divresults .arrow-white-down {
	background: url(../img/sprite-vitamib.png) -333px -88px;
	width: 14px;
	height: 9px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
	cursor: pointer;
}

#divalert .arrow-white-up {
	background: url(../img/sprite-vitamib.png) -333px -74px;
	width: 10px;
	height: 9px;
	float: right;
	margin-top: 10px;
	margin-right: 2px;
	cursor: pointer;
}

#divalert .arrow-white-down {
	background: url(../img/sprite-vitamib.png) -333px -88px;
	width: 10px;
	height: 9px;
	float: right;
	margin-top: 10px;
	margin-right: 2px;
	cursor: pointer;
}

table .circle {
    width: 34px;
    height: auto;
    border-radius:100px;
    color: #FFF;
    font-weight: 500;
    font-size: 11pt;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-color: #0085ff;
    margin: 0 auto;
    padding: 10px 2px;
}

table .circleshort {
    width:  20px;
    height: 20px;
    border: 1px solid #FFF;
    -webkit-border-radius: 20px / 20px;
    -moz-border-radius:    20px / 20px; 
    border-radius:         20px / 20px; 
    color: #FFF;
    margin-left: 7px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    position: relative;
    background-color: #46A9E0;
}

table .bggrey .circle {
	background-color: #333;
}

table .double-circle {
	position: absolute;
	bottom: 8px;
	right: 13px;
	width:  20px;
    height: 20px;
    border: 1px solid #FFF;
    background-color: #0085ff;
    font-size: 11pt;
    font-weight: 500;
    color: white;
    -webkit-border-radius: 20px / 20px;
    -moz-border-radius:    20px / 20px; 
    border-radius:         20px / 20px; 
}

table .delivrable {
	position: relative;
}

table .two-events {
	width: 47%;
	border-right: 2px solid #eee;
	float: left;
	height: 100%;
	text-align: center;
	line-height: 3;
	background-color: #46A9E0;
}

table .three-events {
	width: 30%;
	border-right: 2px solid #eee;
	float: left;
	height: 100%;
	text-align: center;
	line-height: 3;
	background-color: #46A9E0;
}

table .multi-events {
	width: 21.5%;
	border-right: 2px solid #eee;
	float: left;
	height: 100%;
	text-align: center;
	line-height: 3;
	background-color: #46A9E0;
}

table .two-events:last-child, table .three-events:last-child, table .multi-events:last-child {
	border-right: none;

}
table .events {
	width: 100%;
	height: 43px;
}

table .td-event {
	padding:0px;
}
table .bglight{
	background: transparent !important;
}
table .bgblue,
table .bglightblue {
	text-align: center;
	background-color: rgba(0, 163, 255, 0.09) !important;
}


table .bgblue2 {
	text-align: center;
	background-color: rgba(0, 163, 255, 0.3) !important;
}

table thead.bgdark{
	background-color: white !important;
}
table thead td {
	text-align: left;
	font-weight: 500;
	font-size: 10.5pt;
	color: #737373;
}
table thead td + td{
	border: none;
}
table thead th {
	height: 25px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #fff;
    border-collapse: collapse;
}
table tbody tr.bggrey{
	background: white;
}
table tbody tr td input{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	color: #3c4043;
	font-size: 11pt;
	font-weight: 400;
	text-align: right;
	border: none;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	padding: 6px 8px;
	border-radius: 5px;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}

table .budget.datatable tbody tr td input{
	padding: 6px 0px;	
}

table tbody tr td:hover input, table tbody tr td:hover select,
.inputhover:hover{
	background: #e6f6ff;	
}
table tbody tr td input:focus, table tbody tr td select:focus,
.inputhover:focus{
	background: transparent;
	border-bottom-color: #00c7ff;
	border-radius: 5px 5px 0 0;
}
table tbody tr td input[style*="background-color: yellow;"]{
	background-color: #ffe0e0 !important;
}
table tbody tr td textarea{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	color: #3c4043;
	background: #e6f6ff;
	font-size: 11pt;
	font-weight: 400;
	text-align: left;
	border: none;
	border-bottom: 1px solid #737373;
	cursor: pointer;
	width: 100%;
	padding: 5px;
	height: 25px;
	line-height: 1.5;
}
table tbody tr td span{
	color: #3c4043;
	font-size: 11pt;
}
/* aligner totaux à droite */
table#table-efforts tbody tr#total td:not(.fixed){
	text-align: left;
	padding: 18px 8px;
}

.infra_td_title {
	color: #ddd;
	font-weight: bold;
}

.th_highlight_cir {
	//background-color: #e0dfdf;
	background-color: #C7EAFF !important;
	color: black;
	font-weight: bold;
}

.header_table {
	height: 25px;
	text-align: center;
	cursor: pointer;
	/*background: url(../img/arrow-double.gif);*/
}

.headerSortDown {
	background: url(../img/arrow-down.png);
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;
	/*background-size: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	float: right;
	padding-top: 5px;*/
	cursor: pointer;
}

.headerSortUp {
	background: url(../img/arrow-up.png);
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;
	/*background: url(../img/sprite-vitamib.png) -333px -74px;
	background-size: 8px 6px;
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
	margin-top: 2px;*/
	cursor: pointer;
}

/*table gantt */
/*table.gantt td {
	width: 35px;
}*/

/*table.gantt td.accordion, table.gantt td.accordion-top, table.gantt td.accordion-bottom {
    width: 20px !important;
}*/

/*table costs */

table.costs .title {
	width: 180px !important;
}

/*Sticky CSS*/
.sticky-wrapper * {
    z-index:5;
}

.sticky-wrapper2 * {
    z-index:6;
}

#sticked-header {
    display: none;
}

/*costs table */
table .progressbar {
	font-weight: bold;
	width: auto;
}

table .progressbar .value {
	margin-top: -2px;
}

table .progressbar .bgdark {
	width: 100%;
}

table .progresspilotage .progressbar .bgdark {
	width: 55%;
}

table .description {
	width: 500px;
}

table.costs2 {
	margin-top: 20px;
}

table.costs2 tbody td {
	vertical-align: top;
}

table .ico_costs {
	background: url(../img/sprite-vitamib.png) -3px -55px;
	height: 33px;
}
/*
.costs .menuable:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 1px;
}

.costs2 .menuable:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 1px;
}

.gantt .menuable:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 1px;
}

.activity_reporting .menuable:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 20px;
}

.efforts_costs .menuable:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 22px;
	margin-top: 2px;
}

.efforts .menuable:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 22px;
	margin-top: 2px;
}


.highlight:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 1px;
}


.list-doc .menuable:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 1px;
}

.list-messages .menuable:hover {
	cursor:  pointer;
	box-shadow: 0px 0px 5px #bbb;
	z-index: 2;
	position: relative;
	border:none;
	margin-bottom: 20px;
}
*/


/*efforts table */

table.efforts{
	width: 100% !important;
}
table.efforts tr td + td{
	border: none;
}
#table-efforts.gantt tr td + td,
#userTable2.gantt tr:not(.month) td + td,
#userTable.gantt tr:not(.month) td + td{
	border: none;
}
/*
table.efforts .title {
	width: 15% !important;
}

table.efforts .general td {
	height: 50px;
}

table.efforts .progressbar {
	margin-top: 13px;
}

table.efforts .progressbar .value {
	margin-top: -16px;
}

table.efforts .progressbar .value.pm {
	margin-top: -9px;
}

table.efforts .month td {
	height: 24px;
	 JM 2018-01 : mauvais affichage table efforts avec accordeon -  min-width: 80px;
}

table.efforts td.tdefforts {
	width: 105px;
}

table.efforts td.bgblue {
	width: 33px !important;
}*/

table .ico_user {
	background: url(../img/sprite-vitamib.png) -158px -8px;
	height: 33px;
}

table .ico_multi_user {
	background: url(../img/sprite-vitamib.png) -354px 0px;
	height: 40px;
}

table input {
	width: 60%;
	border : 1px solid #999;
}

table input.date {
	width: 80px;
	border : 1px solid #999;
}

table input.third {
	width: 148px;
	border : 1px solid #999;
}

table textarea {
	width: 60%;
	border : 1px solid #999;
}

table.cir_activity textarea {
	width: 90%;
	border : 1px solid #999;
}

table.cir_activity textarea.readonly {
	background-color: #ddd;
	color: #666;
}

table textarea.fulltextarea {
	width: 98%;
	border : 1px solid #999;
}
table tbody tr td input[type="radio"],
input[type="radio"] {
	width: 15px !important;
	height: 15px;
	border: 1px solid #999;
	padding: 0;
	border-radius: 50%;
	margin: -3px 3px 0 0;
	vertical-align: middle;
	position: relative;
}
table tbody tr td input[type="radio"]:checked:before,
input[type="radio"]:checked:before{
	content: '';
	background: #00c7ff;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
}
input.numberdiv {
	width: 25px;
	border : 1px solid #999;	
}

input.shortdiv {
	width: 80px;
	border : 1px solid #999;	
}

input.longdiv {
	width: 337px;
	border : 1px solid #999;	
}

input.xlongdiv {
	width: 80%;
	border : 1px solid #999;	
}

#ui-datepicker-div { font-size: 62.5%; }

/*table efforts costs */

table.efforts_costs .title {
	width: 20%!important;
}

table.efforts_costs td.total {
	width: 165px !important;
}

table.efforts_costs td {
	max-width: 200px;
}

table.efforts_costs td.detail {
	width: 165px;
}
/*message */

.list-message {
	margin-bottom: 20px;
}
.list-message .square.bgblue {
	font-size: 10pt;
	line-height: 1.2;
}

.list-message .title {
	width: 821px;
}

.list-message .expediteur {
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

.list-message .star {
	margin-top: 2px;
}

.list-comm {
	background-color: #f5f9fa;
	color: #3c4043;
}

.list-comm > h2 {
	color: #3c4043;
}

.btn.msg {
	width: 120px;
}

/*document */
.search-form {
	line-height: 29px;
	width: 186px;
	border: 1px solid #ccc;
	margin: 0;
}

.list-doc {
	overflow: auto;
	display: inline-block !important;
	width: 100%;
}

.list-doc .bglight {
	font-size: 10pt;
}

.list-doc .title {
	width: 821px;
	line-height: 2.7;
}

.list-doc .ico {
	border-right: none;
}

.ico_doc, .ico_doc_dash {
	background: url(../img/sprite-vitamib.png) -156px -53px no-repeat;
	width: 33px;
	height: 33px;
}

.ico_ppt, .ico_ppt_dash {
	background: url(../img/sprite-vitamib.png) -206px -53px no-repeat;
	width: 33px;
	height: 33px;
}
 .ico_xls, .ico_xls_dash {
	background: url(../img/sprite-vitamib.png) -256px -53px no-repeat;
	width: 33px;
	height: 33px;
}

 .ico_pdf, .ico_pdf_dash {
	background: url(../img/sprite-vitamib.png) -156px -255px no-repeat;
	width: 33px;
	height: 33px;
}

.ico_img {
	background: url(../img/jpg.png) no-repeat;
	width: 33px;
	height: 33px;
}

.ico_multi_user {
	background: url(../img/sprite-vitamib.png) -354px 0px;
	height: 40px;
}

.list-doc li {
	border-bottom: 1px solid #fff;
}

/*pop up */
#popup {
    display:none;
}
.bg-popup {
	background-color: rgba(0, 0, 0, 0.29);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left:0;
}
.popup {
	margin:auto;
	background-color: #fff;
	opacity: 1;
	position: fixed;
	top: 80px !important;
	left: 50%;
	z-index: 101;
	/*transform: translateX(-50%);*/
	border-radius: 5px;
	max-height: calc(100vh - 130px);
	overflow-x: scroll;
}
.popup .shadow {
	box-shadow: box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.11);
}
.popup .left{
	float: none !important;
}
.popup .shadow > .left{
	width: 100%;
	overflow: auto;
}
.popup .shadow > .left > .square.left.bgblue{
	display: none;
}
.popup .title{
	width: 100%;
	height: auto;
	padding: 0;
	background: transparent !important;
}
.popup .title h2{
	float: left;
	color: #3c4043;
	font-size: 20pt;
	font-weight: 500;
	padding: 20px 30px;
}
.popup .ico-close{
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../img/ico/close-grey.svg');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 50%;
	width: 55px;
	height: 55px;
}
.popup .content-form {
	padding:10px 30px;
	width: auto !important;
}
.popup .btn.bglight {
	width: auto;
}
.popup .item{
	margin: 15px 0;
	width: 100%;
	font-size: 10pt;
	position: relative;
	display: inline-block;
}
.popup .itemlowmargin{
	margin: 5px 0;
	width: 100%;
	font-size: 10pt;
	position: relative;
	display: inline-block;
}
.popup p {
	margin: 10px 0;
	width: 100%;
	font-size: 10pt;
}
.popup .info {
	font-size: 11pt;
	line-height: 1.5;
}
/*icon pop up */
.ico-close {
	background: url(../img/sprite-vitamib.png) -90px -194px no-repeat;
	width: 33px;
	height: 33px;
	cursor: pointer;
}
.popup-xs {
	max-width: 440px;
	transform: translateX(-50%);
}
.popup-user {
	max-width: 500px;
	transform: translateX(-50%);
}
.popup-lg {
	max-width: 660px;
	transform: translateX(-50%);
}
.popup-xlg {
	max-width: 780px;
	transform: translateX(-50%);
}
.popup-xxlg {
	max-width: 1080px;
	transform: translateX(-50%);
}

.popup-xxxlg {
	max-width: 1680px;
	transform: translateX(-10%);
	left: 20%;
}

.popup-xxxlguser {
	max-width: 1230px;
	left: 20%;
}

/* dropzone */
.popup .dropzone{
	width: auto !important;
	border: 2px dashed #cacaca !important;
	border-radius: 12px;
}
.popup .dropzone span{
	color: #737373;
	font-size: 13.5pt;
	position: relative;
	display: block;
	padding: 60px 0 20px;
}
.popup .dropzone span:before{
	content: '';
	background-image: url('../img/ico/upload-files-lightgrey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.popuploader {
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-top-color: #0a58ca;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: inline-block;
  margin-right: 8px;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.dropzonehighlight{
	background-color: #e6f6ff !important;
	border: dashed !important;
	min-height: 500px !important;
}

.dropzonehighlight .dz-message{
	font-size:25pt !important;
}

/*drop down list */
select{
	padding: 7px 25px 7px 7px;
	border: none;
	border-bottom: 1px solid #979797;
	margin:0;
	float: left;
	height: 39px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
select + select{
	margin-left: 15px;
}
select.right + select.right{
	margin-right: 15px;
}
/*table select {
	background-color: #fff; 
	padding: 0px;
	border: 1px solid #999;
	margin: 0px 20px 0px 0px;
	height: 22px;
	float: left;
}*/

/*form pop up */
form .label {
	font-size: 14.5pt;
	color: #3c4043;
	display: block;
}
form input,
form select{
	background-color: #fff; 
	padding: 5px 0;
	font-size: 11pt;
	margin: 0;
	width: 100% !important;
	border: none;
	border-bottom: 1px solid #979797;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	cursor: pointer;
	color: #3c4043;
	transition: border 0.3s ease 0s;
	-webkit-transition: border 0.3s ease 0s;
}

form .input60 input,
form .input60 select{
	width: 60% !important;
}
form .budget.datatable input{
	width: 60% !important;
	padding: 6px 0px; 	
	background: #e6f6ff;
}

form input.premium {
	background-color: #eee;
	color: #ccc;
	opacity: 0.7;
	cursor: default;
}

form input:focus,
form select:focus{
	border-bottom-color: #00c7ff;
}
/**/
select,
form select{
	background-image: url('../img/ico/chevron-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: calc(100% - 8px) 50%;
}

table.formpage {
	width: 60%;
}
.formpage select {
	border-bottom: 0px;
	padding: 5px 8px;
	background: #e6f6ff;
	background-image: url('../img/ico/chevron-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: calc(100% - 8px) 50%;
}
.formpage input {
	text-align: left;
	background: #e6f6ff;
}

.formpage .label, .formpage .labelunit {
	font-size: 10.5pt;
	color: #737373;
}

.formpage .divlabel {
	float: left;
	padding: 6px 8px;
}

.divok, .divokfull {
	width:60%;
	background-color: #00c7ff; 
	color: #fff; 
	padding: 5px 5px 5px 10px;
	margin-bottom: 15px;
}

.divnotok {
	width:110%;
	background-color: #ffe0e0; 
	color: #000; 
	padding: 5px 5px 5px 10px;
	margin-bottom: 15px;
}

.divokfull {
	width:100%;
}

form input ~ font{
	position: absolute;
}
form textarea{
	border: 1px solid #979797;
	border-radius: 2px;
	padding: 20px;
	color: #3c4043;
	font-size: 12pt;
	margin: 0;
	width: calc(100% - 40px);
}
form .label + textarea{
	margin-top: 10px;
}
/*form .label + select,
form .label + .label3{
	margin-top: 20px;
}*/
form .labeldissem {
	width: 150px;
	float: left;
	font-size: 10pt;
	margin-top: 2px;
}
form .label200 {
	width: 200px;
	float: left;
	font-size: 10pt;
	margin-top: 2px;
}
form .label2 {
	width: auto !important;
	float: left;
	font-size: 10pt;
	margin-top: 2px;
}
form .label3 {
	display: block;
	font-size: 12pt;
}
form .label3 > span > b{
	color: #3c4043;
	font-weight: 500;
}
form .label3 span.spanpreset.partnerpreset{
	display: table;
	margin-top: 25px;
}
form .labeldissem2 {
	width: 400px;
	float: left;
	font-size: 10pt;
	margin-top: 2px;
}
form .labeldissemtitle {
	width: 100%;
	float: left;
	font-size: 10pt;
	margin-top: 2px;
}
form .labeldissemtitlebold {
	width: 100%;
	float: left;
	font-size: 11.5pt;
	font-weight: bold;
	margin-top: 22px;
}
form .item.right {
	width: auto;
}
form .btn + .btn{
	margin: 0 0 0 16px;
}
form .btn.bglight{
	color: #3c4043;
	font-size: 10.5pt;
	font-weight: 500;
	background-color: #fff !important;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid rgb(209, 209, 209);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	transform: background 0.3s ease 0s;
	-webkit-transform: background 0.3s ease 0s;
}
form .btn.bglight:hover,
form .btn.bglight:focus{
	background: #f5f9fa !important;
}
form .btn#btn-platform,
form .btn#btn-login,
form .btn#btn-password{
	margin:0 15px 5px 0;
}
form .btn#btn-platform:before,
form .btn#btn-login:before,
form .btn#btn-password:before{
	content: '';
	background-image: url('../img/ico/link-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
form .btn#btn-platform:before{background-image: url('../img/ico/link-grey.svg');}
form .btn#btn-login:before{background-image: url('../img/ico/user-grey.svg'); width: 15px; height: 15px;}
form .btn#btn-password:before{background-image: url('../img/ico/lock-grey.svg'); width: 18px; height: 18px;}

form div#divmsg[style*="background-color: yellow;"], form div#divmsgpopup[style*="background-color: yellow;"]{
	background: #ffe0e0 !important;
	padding: 8px 12px;
	width: calc(100% - 24px) !important;
	font-size: 12pt;
}

form div#divmsg.fail, form div#divmsgpopup.fail{
	background: #ffe0e0 !important;
	color: #000;
	padding: 8px 12px;
	width: calc(100% - 24px) !important;
	font-size: 12pt;
}

form div#divmsg.inprogress, form div#divmsgpopup.inprogress{
	background: #efeff7 !important;
	color: #000;
	padding: 8px 12px;
	width: calc(100% - 24px) !important;
	font-size: 12pt;
}


form div#divmsg.success, form div#divmsgpopup.success {
	background: #00b7eb !important;
	color: #fff;
	padding: 8px 12px;
	width: calc(100% - 24px) !important;
	font-size: 12pt;
}

#div_error.fail {
	background: #ffe0e0 !important;
	color: #000;
	font-size: 12pt;
}

.popup .mail {
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.popup .recipient {
	background-color: #eee;
	padding:5px 8px;
	border: 1px solid #ccc;
	font-size: 10pt;
	margin-right: 10px;
}

.popup .delete {
	color: #999; 
	margin: 3px 0px 3px 3px;
	cursor: pointer;
}

.popup .label.margin {
	margin-left: 25px;
}

.popup .title-doc {
	/*font-family: 'Neo Sans W01 Medium';*/
	margin-top: 7px;
}

.slideable-hidden {
    display:none;
}

.slider.left { width: 380px; !important; }

.popup .detail {
	width: 760px;
	padding:4px 20px;
}

.popup .detail p {
	width: auto;
}

.popup .detail .date {
	margin-left: 100px;
}

.popup .report {
	max-height: 440px;
	overflow-y: auto;
	width: 100%;
	margin-top: 20px;
	padding-right: 20px;
}

.divevent, .divdocument, .divmovemonth {
	cursor: pointer;	
}


/*help sidebar */
.help {
	position: fixed;
	top: 0px;
	right: -450px;
	z-index: 10;
	height: 100%;
	width:400px;
	color: #000;
	box-shadow: 1px 1px 12px #000;
}

.help .content {
	padding:10px;
	width: 378px;
	height: 93%;
	overflow: auto;
}

.help .title {
	width: 341px;
	height: 35px;
	padding: 10px 5px 5px 10px;
}

.help .square {
	height: 40px;
}

.help h2 {
	margin-bottom: 30px;
	display: inline;
	width: auto;
}

.help p {
	font-size: 10pt;

}

.help .ico_help,
.ico_help {
	background: url(../img/sprite-vitamib.png) -208px -3px no-repeat;
	height: 38px;
}

.nav-header .ico_help{
	width: 50px;
    height: 50px;
    margin-top: 13px;
    margin-left: 26px;
}

.nav-header > ul li.largehelp:before{
	content: '';
	background: rgba(255, 255, 255, 0.4);
	width: 1px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.largehelp{
	margin-left: 16px;
}

.help.bglight{
	background-color: #fff !important;
}

.help .bgdark{
	background-color: #00c7ff !important;
}

.help .btn {
	/*font-family:'Neo Sans W01';*/
	color: #FFF;
	font-size: 10pt;
	height: 26px;
	line-height: 1.7;
	float: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.help .btn.bglight {
	color: #111;
	background-color: #ddd !important;
	width: 80px;
	margin: 0px 1px;
}

.help .btn.msg {
	width: 120px;
}
.help .btn.bglight:hover {
	background-color: #aaa !important;
}

.help .btn-save {
	background: url(../img/sprite-vitamib.png) -250px -154px no-repeat;
	width: 22px;
	height: 27px;
	float: left;
}

.help .btn-overview {
	background: url(../img/sprite-vitamib.png) -350px -154px no-repeat;
}

.btn-upload {
	background: url(../img/sprite-vitamib.png) -300px -104px no-repeat;
}

#popup-content .btn-download {
	background: url(../img/sprite-vitamib.png) -100px -150px no-repeat;
}

.help ul {
	list-style-type: square;
	list-style-position: inside;
	font-size: 10pt;
	margin-top: 10px;
}

.help ul ul {
	list-style-type: circle;
	list-style-position: inside;
	font-size: 10pt;
	margin-top: 10px;
	margin-left: 10px;
	width: 95%;
}

.help ul ul ul {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 10pt;
	margin-top: 10px;
	margin-left: 15px;
}

.help li {
	margin-bottom: 10px;
}

#help_menu  {
	background: url(../img/info.png);
	width: 18px;
	height: 18px;
	float: right;
}

.help_menu  {
	background: url(../img/info.png);
	width: 18px;
	height: 18px;
	float: right;
}

#help_menu_alert  {
	background: url(../img/attentionred.png) no-repeat;
	background-size: contain;
	background-position: center !important; 
	width: 18px;
	height: 18px;
	float: right;
}

#help_upload_alert  {
	background: url(../img/uploadalert.png);
	background-size: 20px 20px;
	background-position: center;
	width: 25px;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
}

#help_pci  {
	background: url(../img/attention.png);
	background-size: 24px 24px;
	background-position: center;
	width: 18px;
	height: 18px;
	float: left;
}

#help_pci2  {
	background: url(../img/attention.png);
	/*background-size: 24px 24px;
	background-position: center;*/
	width: 24px;
	height: 24px;
	float: left;
}

#infra_evaluation  {
	background: url(../img/evaluation.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 183px;
	height: 35px;
	float: left;
}

.infra_switch  {
	cursor:pointer;
	background: url(../img/exchange16.png);
	margin: auto;
	width: 24px;
	height: 24px;
	background-repeat:no-repeat;
	background-position-y:center;
}

#cir_ok  {
	cursor:pointer;
	background: url(../img/checkmark.png);
	margin: auto;
	width: 16px;
	height: 16px;
}

#cir_notok  {
	cursor:pointer;
	background: url(../img/empty.png);
	margin: auto;
	width: 16px;
	height: 16px;
}

#cir_notok2  {
	cursor:pointer;
	background: url(../img/icon_pen.png);
	margin: auto;
	width: 16px;
	height: 16px;
}

#cir_notok3  {
	cursor:pointer;
	background: url(../img/icon_pen2.png);
	margin: auto;
	width: 16px;
	height: 16px;
}

#cir_tl  {
	background: url(../img/premium2.png);
	margin: auto;
	width: 24px;
	height: 24px;
	background-repeat:no-repeat;
	background-position-y:center;
	background-size: contain;
}

#menu_freemium  {
	cursor:pointer;
	background: url(../img/premium1.png);
	margin: auto;
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0.7;
}

/*JQuery datepicker*/
table.ui-datepicker-calendar td {
	height: 16px;
}

div.ui-datepicker-title select {
	height: 18px;
	padding: 0px;
}


/*laoder */
.spinner {
  z-index: 200;
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  position: absolute;
  top: 200px;
  left: 50%;

}

.spinner p {
	margin: 10px 0px;
	font-weight: bold;
	  color: #46A9E0;
  font-size: 11pt;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #46A9E0;
   
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*STYLE WYSIWYG */
#popup-content strong,
#popup-content-ar strong {
	font-weight: bold;
}

#popup-content ul,
#popup-content-ar ul {
	float: none;
}

#popup-content ol li,
#popup-content-ar ol li {
	list-style-type: decimal;
	margin-left: 30px;
	width: 90%;
}

#popup-content ul li,
#popup-content-ar ul li {
	list-style-type: square;
	margin-left: 30px;
}

#popup-content table,
#popup-content-ar table {
	border-collapse: collapse;
	float: none;
	margin: 10px 0;
}

#popup-content table td,
#popup-content-ar table td {
  border-spacing: 0;
  border: 1px solid #000;
  padding: 0 5px;
}

#popup-content h1,
#popup-content-ar h1 {
	font-size: 21pt;
	color: #000;
	display: block;
	float: none;
	clear: both;
	margin-bottom: 10px;
}

#popup-content h2,
#popup-content-ar h2 {
	font-size: 18pt;
	color: #000;
	display: block;
	float: none;
	clear: both;
	margin-bottom: 10px;
}

#popup-content h3,
#popup-content-ar h3 {
	font-size: 16pt;
	color: #000;
	display: block;
	float: none;
	clear: both;
	margin-bottom: 10px;
}

#popup-content a,
#popup-content-ar a {
	text-decoration: underline;
	color: #46a9e0;
}

#popup-content blockquote,
#popup-content-ar blockquote {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

/* == WORD == */
.jerome_word_div_30 {
	padding:0px 30px;	
}

.list-doc .dropzone .dz-message {
	margin:40px 0px 20px 0px;
	/*font-family:'Neo Sans W01';*/
	font-size:12pt;
	text-align:center;
}
.list-doc .bglight{
	background-color: white !important;
}
.list-doc span{
	display: block;
}
.list-doc span li.left.arrow-toggle,
.list-doc span li.left.arrow-toggle > div{
	width: auto !important;
	background: white !important;
}


#popup-content .dropzone .dz-message {
	margin:40px 0px 20px 0px;
	/*font-family:'Neo Sans W01';*/
	font-size:12pt;
	text-align:center;
}

/* Popup Ecrire un message */
form#addmail .label{
	margin: 15px 0 20px;
}
form#addmail .label:empty{
	display: none;
}
form#addmail .mailing-list .label,
form#addmail .send-user,
form#addmail .click-to-select-recipients{
	margin-top: 0;
}
form#addmail .submit-cancel-buttons{
	margin-bottom: 30px;
}
/* Popup label */
form#adduser .label,
form#addform .label,
form#addcost .label{
	font-size: 10.5pt;
	color: #737373;
}
form#adduser .labelpremium,
form#addform .labelpremium,
form#addcost .labelpremium{
	font-size: 10.5pt;
	color: #ccc;
}
#spanshowhidden{
	width: 100% !important;
	padding: 10px 12px;
}

/* Datepicker */
#ui-datepicker-div{
	border-radius: 2px;
	border:none;
	box-shadow: 0 0 2px #ddd;
	background-color: white;
	padding: 0px;
	width: 260px;
}
#ui-datepicker-div .ui-datepicker-header{
	border:none;
	border-radius: 0px;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	background: #FBF9F7;
}
.ui-datepicker .ui-datepicker-prev{
	top: 1px !important;
	left: 1px !important;
}
.ui-datepicker .ui-datepicker-next{
	top: 1px !important;
	right: 1px !important;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next{
	margin-right: 5px;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev{
	margin-left: 5px;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev{
	padding: 0;
	margin-top: 10px;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:before{
	content: "";
	background-image: url('../img/ico/chevron-light-left-grey.svg');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 20px;
	height: 20px;
	float: left;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before{
	content: "";
	background-image: url('../img/ico/chevron-light-right-grey.svg');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 20px;
	height: 20px;
	float: right;
}
.ui-datepicker .ui-datepicker-next-hover{
	right: 2px;
	top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover{
	left: 2px;
	top: 2px;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev span{
	display: none;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:focus,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:focus{
	border:none;
	border-radius: 0;
	background: none;
	cursor: pointer;
	opacity: 0.8;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title{
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select{
	cursor: pointer;
	color: #4a4a4a;
	font-size: 10.5pt;
	text-transform: uppercase;
	border: none;
	background-color: transparent;
	margin: 0 2px;
	padding: 0 12px 0 0;
}
#ui-datepicker-div .ui-datepicker-calendar{
	margin:0;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th span{
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #353031;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr{
	background-color: white;
	border-top: 1px solid #f3f3f3;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-state-disabled{
	background: #f1f1f1;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-state-disabled span{
	background: transparent;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 15px;
	padding: 8px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td{
	border:none;
	padding: 0px;
	border-right: 1px solid #f3f3f3;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-of-type{
	border:none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-default{
	background:white;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-highlight{
	color: #00c7ff;
	font-weight: 700;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active{
	background:#00c7ff;
	color: white;
	font-weight: 700;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a{
	color: #333;
	text-align: center;
	font-size: 15px;
	border:none;
	padding: 8px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a:hover{
	background:rgba(0, 183, 235, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active:hover,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a:focus{
	background:rgba(0, 183, 235, 0.6);
}
#ui-datepicker-div > .pull-right{
	padding: 10px;
	width: 100%;
	text-align: center;
	border: 1px solid #e6e6e6;
	color: #CA933F;
	font-size: 16px;
	font-weight: 600;
}

/* popup add user group doc */
#addgroup > .item > .label{
	margin: 0 0 20px;	
}
.group-user{
	display: block;
	position: relative;
	margin-bottom: 70px;
	margin-top: 5px;
	color: white;
}
.group-user .spanpreset{
	position: absolute;
	top: -65px;
	right: 0;
}
.spansendto{
	color: white;
}

/* Dashboard v2 */

/* banner dashboard & Acticity reporting */
.dashboard-banner,
.banner-report{
	display: block;
	background: #f5f9fa;
	margin: 0;
	padding: 40px 0;
	width: 100%;
}
.banner-report{
	padding: 20px 0;
}
.dashboard-banner .content,
.banner-report .content{
	margin: 0 auto;
	max-width: 1400px;
	float: none;
	padding: 0 30px;
	width: auto;
}
.dashboard-banner .content > div,
.banner-report .content > div{
	display: inline-block;
	vertical-align: middle;
}
.dashboard-banner .content .date,
.banner-report .content .date{
	color: #3c4043;
	font-size: 20px;
	font-weight: 500;
}
.dashboard-banner .content .project-month,
.banner-report .content .project-month{
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin: 0 30px;
	padding: 0 30px;
	width: auto;
	height: auto;
}
.dashboard-banner .content .project-month div,
.banner-report .content .project-month div{
	background: #e7eef0;
	border-radius: 25px;
	color: #3c4043;
	font-size: 12pt;
	white-space: nowrap;
	display: block;
	padding: 12px 30px;
}
.dashboard-banner .content .report-period,
.banner-report .content .report-period{
	padding: 0;
	color: #3c4043;
	font-size: 15pt;
	height: auto;
	width: auto;
	max-width: 800px;
	line-height: 1.2;
}
.banner-report .content .report-period{
	font-size: 12pt;
	width: 300px;
}
.banner-report .content .report-period span{
	display: block;
}
/**/

/* top info */
.dashboard .top-info{
	border-bottom: 1px solid #ededed;
	padding: 10px 0 30px;
}
.dashboard .top-info div{
	display: inline-block;
	vertical-align: middle;
	color: #737373;
	font-size: 11pt;
}
.dashboard .top-info div + div{
	margin-left: 80px;
}
.dashboard .top-info div span{
	color: #3c4043;
	font-size: 11.5pt;
	font-weight: 500;
	display: block;
}

/* dashboard content */
.main-content-dashboard .grid_8 > div{
	padding-right: 15px;
	display: inline-block;
	width: auto;
}
.main-content-dashboard .grid_4 > div{
	padding-left: 15px;
	display: inline-block;
	width: auto;
}
@media(min-width: 1440px){
	.main-content-dashboard .grid_8 > div{
		padding-right: 60px;
	}
	.main-content-dashboard .grid_4 > div{
		padding-left: 60px;
	}
}
.main-content-dashboard{
	margin: 0 -10px;
	overflow: auto;
}
.title-dashboard{
	width: 100%;
	box-shadow: none !important;
	margin: 0 !important;
	border: none !important;
	text-align: right;
	padding: 60px 0 30px;
}
.title-dashboard h2{
	float: left;
	color: #3c4043;
	font-size: 20pt;
	font-weight: 500;
	line-height: 1;
}
.title-dashboard #viewall,
.title-dashboard #viewmy{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	text-align: left;
	color: #737373;
}
.title-dashboard #viewall:before,
.title-dashboard #viewmy:before{
	content: '';
	background: rgba(34, 31, 31, 0.26);
	border-radius: 25px;
	width: 34px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: -46px;
	z-index: 1;
	transform: translateY(-50%);
}
.title-dashboard #viewall:after,
.title-dashboard #viewmy:after{
	content: '';
	background: #ffffff;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12);
	border-radius: 25px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: -50px;
	z-index: 2;
	margin-top: -10px;
}
.title-dashboard #viewmy:after{
	background: #00c7ff;
	left: -30px;
}
.title-dashboard .diveditdashboard,
.top-info .diveditdashboard{
	width: 24px;
	height: 24px;
	background-image: url('../img/ico/cog-grey.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
/* my tasks */
.all-my-tasks li{
	box-shadow: none !important;
	margin-bottom: 0 !important;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.all-my-tasks li.wp:hover,
.all-my-tasks li.task:hover,
.all-my-tasks li.doc:hover,
.all-my-tasks li.risk:hover{
	background: #f5f9fa;
}
.all-my-tasks li.wp,
.all-my-tasks li.task,
.all-my-tasks li.doc,
.all-my-tasks li.risk{
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}
.all-my-tasks li.wp{
	background: #f6f8fa;	
}
.all-my-tasks li.wp .content-wp,
.all-my-tasks li.task .content-task,
.all-my-tasks li.doc .content-doc,
.all-my-tasks li.risk .content-risk{
	display: inline-block;
	width: 100%;
}
.all-my-tasks li .first-col{
	width: 320px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.all-my-tasks li.wp .first-col p{
	color: #3c4043;
	font-size: 13pt;
	line-height: 1.2;
	padding: 15px 12px;
	font-weight: 500;
}
.all-my-tasks li.task .first-col p,
.all-my-tasks li.doc .first-col p,
.all-my-tasks li.risk .first-col p{
	color: #737373;
	font-size: 11pt;
	line-height: 1.2;
	padding: 15px 12px;
}
.all-my-tasks li .progressbar,
.progresspilotage .progressbar{
	width: 160px;
	display: inline-block;
	vertical-align: middle;
}
.progresspilotage .progressbar{
	width: 170px;
}
.all-my-tasks li .progressbar > div,
.all-my-tasks li .progressbar > p,
.progresspilotage .progressbar > div,
.progresspilotage .progressbar > p{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	float: none !important;
}
.all-my-tasks li .progressbar .bg,
.progresspilotage .progressbar .bg{
	background-color: #e6e6e6 !important;
}
.all-my-tasks li .progressbar .value,
.all-my-tasks li .progressbar p,
.progresspilotage .progressbar .value,
.progresspilotage .progressbar p{
	color: #3c4043;
	font-size: 11pt;
	margin-left: 10px;
}
.progresspilotage .progressbar .value{
	color: #3c4043;
	font-size: 10pt;
	font-weight: 400;
	margin-left: 10px;
}
.all-my-tasks li .document{
	width: 160px;
	display: inline-block;
	vertical-align: middle;
}
.all-my-tasks li .document a,
.all-my-tasks li .document span{
	color: #00c7ff !important;
	font-size: 11pt;
}
.all-my-tasks li .date{
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #737373;
	font-size: 11pt;
	margin-left: 30px;
}
.all-my-tasks li .progress{
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	text-align: right;
	margin: 16px 10px;
	color: #737373;
	font-size: 11pt;
}

/* Messages & News*/
#messages,
#newsroot{
	float: none;
	display: inline-block;
	width: 100%;
}
#messages li.msg,
#newsroot li.news{
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	float: none;
	position: relative;
	overflow: auto;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
#messages li.msg:hover,
#newsroot li.news:hover{
	background: #f5f9fa;
}
#messages li.msg:last-of-type,
#newsroot li.news:last-of-type{
	border-bottom: none;
}
#messages li.msg .first-col,
#newsroot li.news .first-col{
	width: 250px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
#newsroot.page li.news .first-col{
	width: 250px;
}
#messages li.msg .first-col img,
#newsroot li.news .first-col img{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin: 5px 15px 5px 5px;
}
#messages li.msg .first-col span,
#newsroot li.news .first-col span{
	color: #3c4043;
	font-size: 11pt;
	font-weight: 500;
}
#messages li.msg .msg-content,
#newsroot li.news .news-content{
	width: 450px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 16px 0;
}
#newsroot.page li.news .news-content{
	width: 690px;
}
#messages li.msg .msg-content span,
#newsroot li.news .news-content span{
	display: block;
	width: 100%;
	color: #3c4043;
	font-size: 11pt;
	font-weight: 500;
	margin-bottom: 5px;
}
#messages li.msg .msg-content p,
#newsroot li.news .news-content p{
	display: block;
	width: 100%;
	color: #737373;
	font-size: 11pt;
	font-weight: 400;
}
#messages li.msg .date,
#newsroot li.news .date{
	width: 90px;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #737373;
}

/* Efforts & Costs*/
#slider-efforts,
#slider-costs{
	margin-top: 30px;
}
#slider-efforts .title_slider,
#slider-costs .title_slider{
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	background: white;
	padding: 20px 0;
	position: relative;
}
#slider-efforts .title_slider div.arrow,
#slider-costs .title_slider div.arrow{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}
#slider-efforts .title_slider div.arrow.right,
#slider-costs .title_slider div.arrow.right{
	left: inherit;
	right: 0;
}
#slider-efforts .title_slider p,
#slider-costs .title_slider p{
	float: none !important;
	width: 100%;
	text-align: center;
	color: #3c4043;
	font-size: 12pt;
	line-height: 1.4;
	font-weight: 500;
}
#slider-efforts ul.message li,
#slider-costs ul.message li{
	float: none;
	display: inline-block;
	width: 100%;
	border: none !important;
	margin: 18px 0 0 !important;
	box-shadow: none !important;
}
#slider-efforts ul.message li .main-value,
#slider-costs ul.message li .main-value{
	color: #3c4043;
	font-size: 11pt;
	font-weight: 500;
	display: inline-block;
	margin: 0;
}
#slider-efforts ul.message li .value,
#slider-costs ul.message li .value{
	color: #737373;
	font-size: 11pt;
	font-weight: 500;
	float: right;
}
#slider-efforts ul.message li .bg.bgdark,
#slider-costs ul.message li .bg.bgdark{
	background-color: #e6e6e6 !important;
	width: 100%;
}

/* Documents & Events*/
#documents h2,
#eventsroot h2,
#meetingsroot h2{
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
}
#documents ul.message li{
	float: none;
	display: inline-block;
	width: 100%;
	border: none !important;
	margin: 0 !important;
	box-shadow: none !important;
	background: transparent;
	position: relative;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
#documents ul.message li:hover{
	background: #f5f9fa;
}
#documents ul.message li .divdocument,
#documents ul.message li a.download-btn{
	display: inline-block;
	vertical-align: middle;
	margin: 12px;
}
#documents ul.message li a.download-btn div{
	background-color: #ececec;
	background-image: url('../img/ico/download-grey.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50%;
	width: 30px;
	height: 30px;
}
#documents ul.message li .menuable,
#documents ul.message li .notmenuable{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	box-shadow: none;
	margin: 0;
	border: none;
	color: #3c4043;
	font-size: 11pt;
	font-weight: 500;
	position: static;
}
#documents ul.message li .menuable span{
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
#eventsroot li,
#meetingsroot li{
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: none;
	box-shadow: none;
	margin: 0;
	position: relative;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
#eventsroot li:hover,
#meetingsroot li:hover{
	background: #f5f9fa;
}
#eventsroot li .event-content,
#meetingsroot li .event-content{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 16px 0;
	max-width: 310px;
}
#eventsroot li .event-content span,
#meetingsroot li .event-content span{
	display: block;
	width: 100%;
	color: #3c4043;
	font-size: 11pt;
	font-weight: 500;
	margin-bottom: 5px;
}
#eventsroot li .event-content p,
#meetingsroot li .event-content p{
	display: block;
	width: 100%;
	color: #737373;
	font-size: 11pt;
	font-weight: 400;
}
#eventsroot li .date,
#meetingsroot li .date{
	width: 90px;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #737373;
}

/* Déclaration des heures */
.dx-select button{
	display: inline-block;
	vertical-align: middle;
}
.dx-select button:first-of-type{
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border-radius: 5px;
	padding: 12px 25px;
	color: #5f6368;
	font-size: 12pt;
	font-weight: 500;
	border: none;
	cursor: pointer;
	background: white;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.dx-select button:first-of-type:after{
	content: '';
	background-image: url('../img/ico/chevron-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}
.dx-select button:first-of-type:hover,
.dx-select button:first-of-type:focus{
	background: #c8cacb;	
}
.dx-select button:first-of-type:hover:after,
.dx-select button:first-of-type:focus:after{
	opacity: 1;
}
.dx-select button:nth-of-type(2),
.dx-select button:nth-of-type(3){
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	background: transparent;
	border: none;
	padding: 0;
	background-image: url('../img/ico/chevron-light-left-grey.svg');
	cursor: pointer;
	margin: 0 5px;
}
.dx-select button:nth-of-type(3){
	background-image: url('../img/ico/chevron-light-right-grey.svg');
}
.dx-select div{
	background: white;
	border-radius: 5px;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.16);
	padding: 16px;
}
.dx-select div input{
	border-radius: 5px;
	border: 1px solid #e6e5e5;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
	height: 50px;
	color: #737373;
	font-weight: 400;
	font-size: 13pt;
	background-image: url('../img/ico/loupe.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 12px;
	padding-left: 40px;
	width: 100%;
	box-sizing: border-box !important;
	margin-bottom: 20px;
}
.dx-select div ul{
	float: none;
	width: 100%;
	overflow-y: auto;
	margin: 0;
}
.dx-select div > ul {
	max-height: 350px;
}
.dx-select div ul li{
	box-sizing: border-box !important;
	color: #444444;
	font-size: 12pt;
	padding: 5px;
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.dx-select div ul li.option:hover,
.dx-select div ul li.option:focus{
	background: #f5f9fa;
}

.dx-select div ul li[data-disabled="true"] {
	font-style: italic;
}

/* tableau déclaration des heures */
.weeks-table thead tr{
	background: #f5f9fa;
}
.weeks-table thead tr td{
	padding: 20px;
	color: #3c4043;
	font-size: 13.5pt;
	font-weight: 500;	
}
.weeks-table tr.bglight.inner.center{
	border-bottom: none;
}
.weeks-table tr.bglight.inner.center td{
	border-left: 1px solid #e4e4e4 !important;
	border-bottom: 1px solid #e4e4e4 !important;
}
.weeks-table tr.bglight.inner.center td:last-child{
	border-right: 1px solid #e4e4e4 !important;
}
.weeks-table td[class*="status"] span.number:before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}
.weeks-table td.status0 span.number:before{background: #ffffff;}
.weeks-table td.status1 span.number:before{background: #a1cdff;}
.weeks-table td.status2 span.number:before{background: #90d37f;}
.weeks-table td.status3 span.number:before{background: red;}
.weeks-table td.status4 span.number:before{background: #ff8888;}

.weeks-table td[class*="status"] span.numberfreemium:after{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0px 0px 8px;
}
.weeks-table td.status0 span.numberfreemium:after{background: #ffffff;}
.weeks-table td.status1 span.numberfreemium:after{background: #a1cdff;}
.weeks-table td.status2 span.numberfreemium:after{background: #90d37f;}
.weeks-table td.status3 span.numberfreemium:after{background: red;}
.weeks-table td.status4 span.numberfreemium:after{background: #ff8888;}

.week_detail{
	text-align: center;
}
.week_detail span{
	display: block;
}
.week_detail .number{
	color: #3c4043;
	font-weight: normal;
	font-size: 16pt;
	padding: 0;
}
.week_detail .numberfreemium{
	color: #3c4043;
	font-weight: normal;
	font-size: 12pt;
	padding: 0;
}
.week_detail .date{
	color: #737373;
	font-size: 10pt;
	margin: 0 0 12px;
}
.week_detail .hour{
	color: #737373;
	font-size: 10pt;
	border: 1px solid #737373 !important;
	border-radius: 50px;
	display: inline-block;
	padding: 1px 6px 2px;
}
/* tableau */
#userTable-sticky-wrapper, #userTable2-sticky-wrapper {
	position: relative;

}

#userTable-sticky-wrapper.is-sticky #userTable.thead[style*="position: fixed;"],
#userTable2-sticky-wrapper.is-sticky #userTable2.thead[style*="position: fixed;"] {
	max-width: 1400px;
	background: white;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	left: 50%;
	transform: translateX(-50%);
}

#userTable:not(.thead) *,
#userTable2:not(.thead) *,
#table-cf:not(.thead) *{
	border-left: 0;
	border-right: 0;
}
#userTable tr.bglightblue,
#userTable2 tr.bglightblue,
#wpTable tr.bglightblue{
	background: #f5f9fa !important;
}
#userTable tr.bglightblue .first-col,
#userTable tr.bglightblue .total-col,
#userTable2 tr.bglightblue .first-col,
#userTable2 tr.bglightblue .total-col{
	color: #3c4043;
	font-size: 13.5pt;
	font-weight: 500;
}
#userTable tr.bglightblue .first-col span,
#userTable2 tr.bglightblue .first-col span{
	display: block;
	font-size: 10pt;
	font-weight: 400;
	color: #737373;
}
#userTable .first-col,
#userTable2 .first-col,
#table-efforts .first-col{
	width: 300px;
	color: #3c4043;
	font-size: 11pt;
}
#userTable .first-col.indent,
#userTable2 .first-col.indent{
	padding-left: 30px;
	font-size: 10pt;
}
#userTable .first-col.italic,
#userTable2 .first-col.italic{
	color: #7a7a7a;
	font-weight: 500;
	font-size: 10.5pt;
}
#userTable .first-col b,
#userTable2 .first-col b{
	font-weight: 500;
}
#userTable .total-col,
#userTable2 .total-col{
	width: 100px;
	font-size: 11pt;
	text-align: center;
}
#userTable .main-col,
#userTable2 .main-col{
	text-align: center;
	color: #3c4043;
	font-size: 11pt;
}
#userTable .bgdarkgrey2,
#userTable .bgdarkgrey,
#userTable2 .bgdarkgrey2,
#userTable2 .bgdarkgrey{
	background: #ececec;
}
#userTable .main-col.highlight,
#userTable2 .main-col.highlight{
	cursor: pointer;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
#userTable .main-col.highlight:hover,
#userTable2 .main-col.highlight:hover{
	background: #e6f6ff;
}

#userTable .week_detail.highlight:hover,
#userTable2 .week_detail.highlight:hover{
	background: #e6f6ff !important;
}

#projectTable:not(.thead) *{
	border-left: 0;
	border-right: 0;
}

#table0:not(.thead) *{
	border-left: 0;
	border-right: 0;
}

#table1:not(.thead) *{
	border-left: 0;
	border-right: 0;
}

#table2:not(.thead) *{
	border-left: 0;
	border-right: 0;
}

#table3:not(.thead) *{
	border-left: 0;
	border-right: 0;
}
/* arrows user table */
.table-dx-prev,
.table-dx-next{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	background: white;
	border: none;
	background-image: url('../img/ico/arrow-left-grey.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 50%;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	outline:none; 
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.table-dx-next{
	background-image: url('../img/ico/arrow-right-grey.svg');
}
.table-dx-prev:hover,
.table-dx-next:hover{
	background-color: #f5f9fa;
}
/* Dépenses */
#table-efforts thead tr{
	border: none;
}
#table-efforts thead .first-col{
	width: 200px;
}
#table-efforts thead td{
	text-align: center;
	color: #737373;
	font-size: 10.5pt;
}
#table-efforts tbody tr.row-accordion{
	display: none;
}
#table-efforts tbody tr.header-table, 
#userTable.gantt tbody tr.header-table,
#userTable2.gantt tbody tr.header-table  {
	background: #f5f9fa;
	border: none;
}
#table-efforts tbody tr.header-table .hidden{
	background: transparent !important;
	padding: 0;
}
#table-efforts tbody tr.header-table .hidden div{
	display: none;
}
#table-efforts tbody tr.header-table .first-col,
#userTable.gantt tbody tr.header-table .first-col,
#userTable2.gantt tbody tr.header-table .first-col{
	color: #3c4043;
	font-weight: 500;
	font-size: 11pt;
	display: block !important;
}
#table-efforts tbody tr.header-table .progressbar p,
#userTable.gantt tbody tr.header-table .progressbar p,
#userTable2.gantt tbody tr.header-table .progressbar p{
	color: #3c4043;
	font-size: 11pt;
	font-weight: 500;
}
#table-efforts tbody tr.header-table .progressbar .bg.bgdark,
#userTable.gantt tbody tr.header-table .progressbar .bg.bgdark,
#userTable.gantt tbody tr.header-table .progressbar .bg.bgdarkheight,
#userTable2.gantt tbody tr.header-table .progressbar .bg.bgdark,
#userTable2.gantt tbody tr.header-table .progressbar .bg.bgdarkheight{
	background: #e6e6e6 !important;
	height: 4px;
	width: 100px;
	margin-top: 10px;
}

#userTable.gantt tbody tr.header-table .progressbar .bg.bgdarkheight,
#userTable2.gantt tbody tr.header-table .progressbar .bg.bgdarkheight{
	margin-top: 40px;
}
#table-efforts tbody tr.header-table .progressbar .bg.bgdark .bgblue,
#userTable.gantt tbody tr.header-table .progressbar .bg.bgdark .bgblue,
#userTable.gantt tbody tr.header-table .progressbar .bg.bgdarkheight .bgblue,
#userTable2.gantt tbody tr.header-table .progressbar .bg.bgdark .bgblue,
#userTable2.gantt tbody tr.header-table .progressbar .bg.bgdarkheight .bgblue{
	background: #00c7ff !important;
	height: 4px;
}
#table-efforts tbody.content-table-effort tr td,
#table-efforts tbody tr td{
	padding: 15px 10px;
	color: #3c4043;
	font-size: 11pt;
}
#table-efforts tbody.content-table-effort tr td.menuable{
	cursor: pointer;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
#table-efforts tbody.content-table-effort tr td.menuable:hover{
	background: #e6f6ff !important;
	border-radius: 5px;
}
#table-efforts tbody.content-table-effort tr td.indent{
	padding-left: 32px;
	color: #5f6368;
	font-weight: 400;
}
#table-efforts tbody tr.dotted-lign:first-of-type{
	border-top: 1px dashed #a29f9f;
}
#table-efforts tbody tr.dotted-lign{
	border-bottom: 1px dashed #a29f9f;
}
/* 2ème tableau dépenses */
.title-table{
	color: #3c4043;
	font-size: 14.5pt;
	margin: 80px 0 30px;
	font-weight: 500;
}
#costTable thead th,
#costTable thead td,
#userTable thead td,
#table-cost-content thead th,
#table-cost-content thead td,
.datatable thead th, 
.datatable thead td,
.datatablehtml thead th, 
.datatablehtml thead td{
	color: #737373;
	font-size: 10.5pt;
	text-align: left;
	font-weight: 500;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	padding: 25px 12px;
}

.datatableHE thead th, 
.datatableHE thead td{
	padding: 12px 12px;
}

.datatablehtml thead th, 
.datatablehtml thead td{
	border: 1px solid #e4e4e4;	
}
table#tablestatementami thead th{
	border: 1px solid #e4e4e4;
}
#wpTable thead th, 
#wpTable thead td,
#wpTable tr{
	border: 1px solid #e4e4e4;
}

#costTable thead th.headerSortDown:after,
#costTable thead th.headerSortUp:after,
#table-cost-content thead th.headerSortDown:after,
#table-cost-content thead th.headerSortUp:after,
.datatable thead th.headerSortDown:after,
.datatable thead th.headerSortUp:after,
.datatablehtml thead th.headerSortDown:after,
.datatablehtml thead th.headerSortUp:after{
	content: '';
	background-image: url('../img/ico/chevron-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
}

/* == dashboard cir FdT == */
#userTable2 thead th.desc:after{
	content: '';
	background-image: url('../img/ico/chevron-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
}
#userTable2 thead th.desc.proj-th:after{
	margin: 0px 0px 10px 0px;
}

#userTable2 thead th.asc:after{
	content: '';
	background-image: url('../img/ico/chevron-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0 0px 10px;
	transform: rotate(180deg);
}
#userTable2 thead th.asc.proj-th:after{
	margin: 0px 0 10px 0px;
}

div.doc-arrow-down, div.doc-arrow-up {
	content: '';
	background-image: url('../img/ico/chevron-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 10px;
}
div.doc-arrow-up {
	transform: rotate(180deg);
}

#costTable thead th.headerSortUp:after,
.datatable thead th.headerSortUp:after,
.datatablehtml thead th.headerSortUp:after{
	transform: rotate(180deg);
}
#table-cost-content tr td + td,
#table-cost-content-2cols tr td + td,
#table-cost-content-allcols tr td + td,
#table-cost-nomodif tr td + td{
	border: none;
}
#table-cost-content tr td,
#table-cost-content-2cols tr td,
#table-cost-content-allcols tr td,
#table-cost-nomodif tr td{
	color: #3c4043;
	font-size: 11pt;
	padding: 20px 12px;
}
#table-cost-content tr td,
#table-cost-content tr td span,
#table-cost-content-2cols tr td,
#table-cost-content-2cols tr td span,
#table-cost-content-allcols tr td,
#table-cost-content-allcols tr td span,
#table-cost-nomodif tr td,
#table-cost-nomodif tr td span{
	cursor: pointer;
	transition: color 0.3s ease 0s, background 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;	
}
#table-cost-nomodif tr td,
#table-cost-nomodif tr td span{
	cursor: default;
}

#table-cost-content tr td span,
#table-cost-content-2cols tr td span,
#table-cost-content-allcols tr td span,
#table-cost-nomodif tr td span{
	padding: 5px 8px;
	border-radius: 3px;
}
#table-cost-content tr:hover td,
#table-cost-content tr:hover td span,
#table-cost-content-2cols tr:hover td,
#table-cost-content-2cols tr:hover td span,
#table-cost-content-allcols tr:hover td,
#table-cost-content-allcols tr:hover td span{
	color: #008bda;
}
#table-cost-content tr td:hover span,
#table-cost-content tr:hover td:nth-child(-n+3),
#table-cost-content-2cols tr td:hover span,
#table-cost-content-2cols tr:hover td:nth-child(-n+2),
#table-cost-content-allcols tr td:hover span,
#table-cost-content-allcols tr:hover td{
	//background: rgba(0, 163, 255,  0.1) !important;
	background: #e6f6ff !important;
}

#table-cost-content tr:hover td.hovercell{
	background: #e6f6ff !important;
} 

/* Popup cost table */
.popup #costTable td{
	border:none;
}
/* table data*/ 
.datatable .menuable:hover, .datatable .menuable:hover td, .datatable tbody tr.menuable:hover td, .datatable tbody tr.menuable:hover td span  {
	cursor:  pointer;
	color: #008bda !important;
	background-color: #e6f6ff !important;
}

.datatable thead tr td,
.datatable thead th td,
.datatablehtml thead tr td,
.datatablehtml thead th td{
	padding: 20px;
	color: #3c4043;
	font-size: 13.5pt;
	font-weight: 500;	
}
.datatable tbody tr td,
.datatablehtml tbody tr td{
	padding: 15px 10px;
	color: #3c4043;
	font-size: 11pt;
	font-weight: 400;	
}
.datatable tbody tr td.smallheightpadding,
.datatablehtml tbody tr td.smallheightpadding{
	padding: 10px 10px !important;
}

.datatable.smalltable tbody tr td {
    padding: 5px 8px;
	font-size: 10pt;
}
.datatable.smalltable thead th {
    padding: 15px 8px;
}

/* déclaration des heures détaillées */
#effortsTable thead tr th{
	color: #737373;
	font-size: 10.5pt;
	text-align: left;
	font-weight: 500;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	padding: 25px 12px;
}
#effortsTable tbody tr td input#date,
#effortsTable tbody tr td input#hours,
#effortsTable tbody tr td input.table_input{
	width: 100px !important;
	text-align: left;
	padding-left: 0;
}
#effortsTable tbody tr td .div-date,
#effortsTable tbody tr td .div-hours,
#effortsTable tbody#table-effort-content tr td,
#effortsTable tbody#table-effort-content tr td div{
	text-align: left;
	color: #3c4043;
	font-size: 11pt;
	font-weight: 400;
}
#effortsTable tbody tr td + td{
	border: none;
}
#effortsTable tbody tr td select{
	padding-right: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#effortsTable tbody tr td textarea{
	border: none;
	border-bottom: 1px solid #979797;
	background: transparent;
	border-radius: 0;
}

#effortsTable tbody tr td.table_cell{
	padding: 3px;
}
#effortsTable tbody tr td.table_cell div{
	cursor: pointer;
	padding: 12px;
	border-radius: 5px;
	transition: background 0.3s ease 0s, color 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
#effortsTable tbody tr td.table_cell:hover div{
	background: #e6f6ff;
	color: #008bda !important;
}
#effortsTable tbody tr td .btn,
#table-other tbody tr td .btn,
#tablevideo tbody tr td .btn{
	background: transparent !important;
	padding: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}
#effortsTable .btn-save,
#effortsTable .btn-delete,
#table-other .btn-delete,
#tablevideo .btn-delete{
	background-image: url('../img/ico/save-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% !important;
	width: 20px !important;
	height: 20px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 0 !important;
}
#effortsTable .btn-delete,
#table-other .btn-delete,
#tablevideo .btn-delete{
	background-image: url('../img/ico/trash-grey.svg');
	float: none;
}
/* déclaration des efforts */
#table-efforts.declaration-effort thead tr{
	border-bottom: 1px solid #e4e4e4;
}
#table-efforts.declaration-effort thead tr td{
	text-align: left;
}
#table-efforts.declaration-effort tbody tr#total td:first-of-type,
#table-efforts.declaration-effort thead tr td:first-of-type{
	text-align: left;
	padding: 15px 12px;
}
#table-efforts.declaration-effort tbody td input{
	width: auto !important;
	max-width: 55px;
	text-align: left;
}
#table-efforts.declaration-effort tbody td textarea{
	width: 150px;
}
@media(max-width: 1400px){
	#table-efforts.declaration-effort tbody td textarea{
		width: 100px;
	}
}

/********/
/* Doc */
/******/
.actionbar{
	margin: 0 0 30px;
}
#ul-menu-document,
#ul-menu-docs{
	width: calc(100% - 50px);
	border: 1px solid #e4e4e4;
	background: transparent;
	height: auto !important;
}
#ul-menu-document li,
#ul-menu-docs li{
	display: block;
	width: auto;
	height: auto;
	background: transparent !important;
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
	padding: 0;
	position: relative;
}
#ul-menu-document li:last-child,
#ul-menu-docs li:last-child{
	border: none;
}
#ul-menu-document li a,
#ul-menu-document li span.spana,
#ul-menu-docs li a,
#ul-menu-docs li span.spana{
	padding: 15px 20px;
	display: block;
	width: auto;
	color: #212225;
	font-size: 12pt;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
#ul-menu-document li a:hover,
#ul-menu-docs li a:hover{
	background: #f5f9fa;
}

#ul-menu-document li span.spana.selected,
#ul-menu-docs li span.spana.selected{
	color: #00c7ff !important;
}

#ul-menu-document li ul.submenu2 li.selected a{
	color: #00c7ff !important; 
	font-weight: 400;
}

#ul-menu-document li ul.submenu2 li a,
#ul-menu-docs li ul.submenu2 li a{
	color: #636363;
	font-weight: 400;
}
#ul-menu-document li.selected > a,
#ul-menu-document li.selected > ul.submenu2 > li.selected > a, 
#ul-menu-document li > ul.submenu2 > li.selected > a, 
#ul-menu-document li > ul.submenu2 > li.selected > a,
#ul-menu-docs li.selected > a,
#ul-menu-docs li.selected > ul.submenu2 > li.selected > a, 
#ul-menu-docs li > ul.submenu2 > li.selected > a, 
#ul-menu-docs li > ul.submenu2 > li.selected > a {
	color: #00c7ff !important;
}

#ul-menu-document li.arrow-toggle:after,
#ul-menu-docs li.arrow-toggle:after{
	content: '';
	background: url('../img/ico/chevron-light-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
	transform: rotate(-180deg);
	transition: transform 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s;
}

#ul-menu-document li.arrow-toggle.visible:after,
#ul-menu-docs li.arrow-toggle.visible:after{
	transform: rotate(0deg);
}
#ul-menu-document li.arrow-toggle a,
#ul-menu-docs li.arrow-toggle a{
	padding-right: 40px;
}
#ul-menu-document li ul.submenu2,
#ul-menu-docs li ul.submenu2{
	margin: 0;
	height: auto !important;
	width: auto;
	float: none;
	border: none;
	border-top: 1px solid #e4e4e4;
}
#ul-menu-document li ul.submenu2 li,
#ul-menu-docs li ul.submenu2 li{
	width: auto !important;
	height: auto;
}

/* résultats doc */
/*#debuglayer{
	display: none;
}*/
.actionbar-doc .btn{
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.actionbar-doc .drapdrop-btn{
	display: inline-block;
	vertical-align: middle;
}
.actionbar-doc .drapdrop-btn span{
	color: #737373;
	display: inline-block;
	margin: 0 10px;
}
.btn-dashed{
	border-width: 3px;
	border: dashed;
	border-color: initial;
	border-radius: 5px;
	color: #868686;
	font-size: 12pt;
	font-weight: 500;
	padding: 8px 18px;
}
.btn.btn-dashed:hover{
	background-color: transparent !important;
	color: #868686;
	//border-style: solid;
}
.list-doc,
.list-doc ul{
	width: 100%;
}
.list-doc .select-all{
	display: block;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 20px;
}
.list-doc .checkbox{}
.list-doc input[type="checkbox"],
.datatable input[type="checkbox"],
.formpage input[type="checkbox"],
.my_task input[type="checkbox"],
#addform input[type="checkbox"],
#addmail input[type="checkbox"]{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-image: url('../img/ico/checkbox.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 19px !important;
	height: 19px;
	cursor: pointer;
	vertical-align: middle;
	margin: 0 35px 0 0;
}
.datatable input[type="checkbox"],
.formpage input[type="checkbox"],
.my_task input[type="checkbox"]{
	background-size: auto;
	border-radius: 0px;
	}
.datatable input[type="checkbox"]:focus,
.formpage input[type="checkbox"]:focus,
.my_task input[type="checkbox"]:focus,
#addform input[type="checkbox"]:focus,
#addmail input[type="checkbox"]:focus{
	background-image: url('../img/ico/checkbox.svg');
	outline: none;	
}

.divhighlightrights{
	background-color: #C7EAFF !important;
    font-weight: 500;
    color: black;
    border-radius: 10px;
    padding: 5px 0px;
	
}

.bgbluerights{
	background-color: #C7EAFF !important;	
}

.teamleader {
	background-image: url('../img/ico/checkbox-all-selected.svg') !important;	
}

.list-doc input[type="checkbox"]:checked,
.datatable input[type="checkbox"]:checked,
.formpage input[type="checkbox"]:checked,
.my_task input[type="checkbox"]:checked,
#addform input[type="checkbox"]:checked,
#addmail input[type="checkbox"]:checked{
	background-image: url('../img/ico/checkbox-checked.svg');	
}

.list-doc .select-all input[type="checkbox"]:checked{
	background-image: url('../img/ico/checkbox-all-selected.svg');	
}
.list-doc .result{
	padding: 16px 0;
	border-bottom: 1px solid #e4e4e4;
}
.list-docsmallpadding .result{
	padding: 5px;
}
.list-doc .result > div,
.list-doc .result > a{
	display: inline-block;
	vertical-align: middle;
}
.list-doc .result div,
.list-doc .result p{
	color: #2e2e2e;
	font-size: 11.5pt;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
.list-doc .result .directory:before{
	content: '';
	background-image: url('../img/ico/folder.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 15px 0 0;
}
.list-doc .result .btn-download{
	background-color: #ececec;
	background-image: url('../img/ico/download-grey.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50%;
	width: 30px;
	height: 30px;
}
.list-doc .result .menuable{
	cursor: pointer;
}
.list-doc .result .menuable .ico, .list-doc .result .ico{
	margin: 0 10px;
}
.list-doc .result .menuable .ico.ico_img, .list-doc .result .ico.ico_img{
	background-image: url('../img/ico/folder-image.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 50%;
	width: 33px;
	height: 20px;
}
.list-doc .result > .right{
	margin-top: 5px;
}
.list-doc .result .right span.author-date{
	font-size: 11.5pt;
	opacity: 0.6;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}
.list-doc .result .right .link{
	position: relative;
}
.list-doc .result .right .link div.url{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-image: url('../img/ico/prive.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	float: none !important;
	margin: 0 0 0 20px;
}
.list-doc .result .right .link div.urlpublic{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-image: url('../img/ico/link-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	float: none !important;
	margin: 0 0 0 20px;
}
.list-doc .result .right .link .publish{
	position: absolute;
	top: -3px;
	right: 0;
	background: white url('../img/ico/upload-website.svg');
	background-repeat:no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	pointer-events: none;
}
/**/

/* WYSIWYG */
.nav-sidebar ul{
	border: 1px solid #e4e4e4;
	border-radius: 3px;
}
.nav-sidebar ul li{
	margin: 0;
	padding: 0;
	height: auto !important;
	background: transparent;
	border-bottom: 1px solid #e4e4e4;
}
.nav-sidebar ul li:last-child{
	border-bottom: none;
}
.nav-sidebar ul li{
	color: #636363;
	font-weight: 400;
	font-size: 12pt;
	padding: 15px 20px;
	display: block;
	margin: 0;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.nav-sidebar ul li a{
	color: #212225;
	font-weight: 500;
	display: block;
	margin: 0;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.nav-sidebar ul li.selected{
	background: transparent;
}
.nav-sidebar ul li:hover,
.nav-sidebar ul li:hover a{
	background: #f5f9fa;
	color: #212225;
}
.nav-sidebar ul li.selected,
.nav-sidebar ul li.selected a{
	color: #00c7ff;
}
/* Activity Reporting */
.content.content-acti-report > #action-line-sticky-wrapper{
	margin-bottom: 20px;
}
.content-acti-report{
	margin-bottom: 20px;
	position: relative;
}
.content-acti-report:before{
	content: '';
	background: #e4e4e4;
	height: 1px;
	width: 150vw;
	position: absolute;
	bottom: 0;
	left: -50vw;
}

.container_12 .grid_8.activity_reporting{
	width: calc(66.66666667% - 50px);
	padding: 0 25px;
}
.acti-report  .detail{
	width: 100%;
}
.acti-report  .detail ul{
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 20px 0;
	margin: 0 0 10px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.acti-report  .detail ul li{
	position: relative;
}
.acti-report  .detail ul li + li{
	border-left: 1px solid #f2f2f2;
	padding-left: 40px;
}
.acti-report  .detail ul li span{
	font-size: 11pt;
	color: #3c4043;
	font-weight: 500;
	display: block;
}
.acti-report  .detail ul li span.blue{
	color: #00c7ff !important;
	font-weight: 400;
	margin-bottom: 5px;
}
.acti-report  .detail ul li span.div-more,
.acti-report  .detail ul li span.div-less{
	cursor: pointer;
	position: absolute;
	top: 22px;
	right: 0;
	font-size: 15pt;
	line-height: 1;
	padding: 0 5px;
}
.acti-report li.wysiwyg{
	padding: 10px 0;
}
.container_12 .grid_2.activity_reporting{
	border: 1px solid rgb(218, 220, 224);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.08);
	margin-top: -21px;
	padding: 20px;
}
@media(min-width: 1200px){
	.container_12 .grid_2.activity_reporting{
		height: calc(100vh - 267px);
		overflow-y: scroll;
		overflow-x: hidden;
		position: fixed;
		right: 0;
	}
}
@media(max-width:1920px) and (min-width: 1200px){
	.container_12 .grid_2.activity_reporting{
		width:calc(((100vw - 1640px) / 2) + 16.66666667%);
	}
}
@media(max-width:1780px) and (min-width: 1200px){
	.container_12 .grid_2.activity_reporting{
		width:calc(((100vw - 1590px) / 2) + 16.66666667%);
	}
}
@media(max-width:1630px) and (min-width: 1200px){
	.container_12 .grid_2.activity_reporting{
		width:calc(((100vw - 1530px) / 2) + 16.66666667%);
	}
}
@media(max-width:1490px) and (min-width: 1200px){
	.container_12 .grid_2.activity_reporting{
		width:calc(((100vw - 1480px) / 2) + 16.66666667%);
	}
}
@media(max-width:1440px) and (min-width: 1200px){
	.container_12 .grid_2.activity_reporting{
		width:calc(((100vw - 1450px) / 2) + 16.66666667%);
	}
}
@media(max-width: 1400px) and (min-width: 1200px) {
	.container_12 .grid_2.activity_reporting{
		width:calc(16.66666667% - 15px);
	}
}

.container_12 .grid_2.activity_reporting h2{
	color: #3c4043;
	font-size: 14.5pt;
	font-weight: 500;
	margin: 0 0 20px;
}
.container_12 .grid_2.activity_reporting .acti-report{
	float: none;
	overflow: auto;
}
.container_12 .grid_2.activity_reporting .acti-report .btn-edit{
	width: auto;
	height: auto;
	background: inherit;
	float: none;
	margin: 20px 0;
}
.container_12 .grid_2.activity_reporting .acti-report .btn-edit:before{
	content: '';
	background-image: url('../img/ico/edit-white.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}
.container_12 .grid_2.activity_reporting .acti-report ul{
	float: none;
	overflow: auto;
}
.container_12 .grid_2.activity_reporting .acti-report .detail ul li + li{
	padding-left: 0;
	border-left: 0;
}
.container_12 .grid_2.activity_reporting .acti-report .content{
	float: none;
}
.container_12 .grid_2.activity_reporting .acti-report .content div[style*="background:#eee;"]{
	background: transparent !important;
	border: none !important;
	padding: 0 !important
}
.container_12 .grid_2.activity_reporting .acti-report .content div[style*="background:#eee;"] strong{
	font-weight: 400;
	font-size: 13.5pt;
	color: #3c4043;
}
.container_12 .grid_2.activity_reporting .acti-report .content p,
.container_12 .grid_2.activity_reporting .acti-report .content li{
	color: #737373;
	font-size: 11pt;
	margin-bottom: 15px;
}
.container_12 .grid_2.activity_reporting .acti-report .content table{
	width: auto !important;
	height: auto !important;
	border: 1px solid #e4e4e4;
}
.container_12 .grid_2.activity_reporting .acti-report .content table tr td{
	padding: 18px 12px;
	color: #737373;
	font-size: 11pt;
	vertical-align: top;
}
.container_12 .grid_2.activity_reporting .acti-report .content span.blue.div-view{
	cursor: pointer;
	background: #00c7ff;
	color: white !important;
	font-size: 12pt;
	border-radius: 5px;
	padding: 5px 12px;
	margin: 10px 0;
}

/**/
.wysiwyg{
	width: 100%;
	padding: 0;
	background-color: transparent !important;
}
.cke{
	width: 100% !important;
	border: 1px solid #dadce0 !important;
	box-shadow: none !important;
	border-radius: 3px !important;
}
.cke .cke_top{
	background-color: white !important;
	background-image: none !important;
	padding: 12px 12px 0 !important;
	border-bottom: 1px solid #dadce0 !important;
	box-shadow: none !important;
}
.cke .cke_top .cke_toolgroup{
	border:none !important;
	border-radius: 0 !important;
	margin: 0 12px 12px 0;
	padding: 0 12px 0 0;
	box-shadow: none !important;
	background: transparent !important;
	border-right: 1px solid #ddd !important;
}
#small_cke .cke .cke_top .cke_toolgroup{	
	margin: 0 6px 5px 0;
}
.cke .cke_top a.cke_button,
.cke .cke_top a.cke_button_off{
	cursor: pointer !important;
	border-radius: 5px;
	padding: 7px;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}


#popup_cke .cke .cke_top a.cke_button, #popup_cke .cke .cke_top a.cke_button_off,{	
	padding: 4px 6px;
}



a.cke_button_off:hover,
a.cke_button_off:focus,
a.cke_button_off:active,
a.cke_button_disabled:hover,
a.cke_button_disabled:focus,
a.cke_button_disabled:active{
	box-shadow: none !important;
	background: rgba(0, 199, 255, 0.12) !important;
}
.cke .cke_top .cke_combo_button{
	cursor: pointer;
	background: transparent !important;
	border-radius: 5px !important;
	border: 1px solid #e4e4e4 !important;
	box-shadow: none !important;
}
.cke .cke_top .cke_toolbar_separator{
	display: none !important;
}
.cke .cke_bottom{
	border: none;
	border-top: 1px solid #e4e4e4;
	background: transparent;
	padding: 5px;
}
.cke .cke_bottom .cke_resizer_ltr{
	margin-right: 0;
}
/* popup wysiwyg */
.cke_dialog_background_cover{
	background-color: black !important;
	opacity: 0.3 !important;
}
table.cke_dialog{
	box-shadow: none !important;
}
.cke_dialog_body{
	background: white !important;
	border: 1px solid #ddd !important;	
	border-radius: 5px !important;
}
.cke_dialog_body .cke_dialog_title{
	font-family: "Roboto" !important;
	color: #3c4043;
	font-size: 12pt;
	background: transparent !important;
	padding: 12px !important;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
}
.cke_dialog_body .cke_dialog_close_button{
	background-image: url('../img/ico/close-grey.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 14px;
	height: 14px;
	top: 16px;
	right: 16px !important;
}
.cke_dialog_body .cke_dialog_contents_body{
	padding: 20px;
}
.cke_dialog_body .cke_dialog_contents_body td,
.cke_dialog_body .cke_dialog_contents_body td div{
	color: #3c4043;
	font-size: 10.5pt;	
	font-family: "Roboto" !important;
	font-weight: 400;
}
.cke_dialog_body .cke_dialog_footer{
	background: transparent !important;
	border: none;
	border-top: 1px solid #ddd;
	padding: 12px;
}
.cke_dialog_body .cke_dialog_ui_button_ok,
.cke_dialog_body .cke_dialog_ui_button_cancel{
	text-shadow: none;
	background: #00c7ff;
	border: none;
	box-shadow: none !important;
	padding: 12px 20px !important;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}
.cke_dialog_body .cke_dialog_ui_button_ok span,
.cke_dialog_body .cke_dialog_ui_button_cancel span{
	text-shadow: none;
	color: white;
	font-size: 12pt !important;
	line-height: 1 !important;
	font-weight: 500 !important;
	padding: 0 !important;
	font-family: "Roboto" !important;
}
.cke_dialog_body .cke_dialog_ui_button_ok:hover,
.cke_dialog_body .cke_dialog_ui_button_ok:focus{
	background: #00b7eb !important;
	box-shadow: none !important;
}
.cke_dialog_body .cke_dialog_ui_button_cancel{
	background: #ededed;
}
.cke_dialog_body .cke_dialog_ui_button_cancel span{
	color: #424250;
}
.cke_dialog_body .cke_dialog_ui_button_cancel:hover,
.cke_dialog_body .cke_dialog_ui_button_cancel:focus{
	background: #ddd !important;
	box-shadow: none !important;
}
.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,
.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{
	padding-right: 10px;
}
/**/

.france {
	background: url(../img/website/flag-france.png) center center no-repeat;
	width: 32px;
	height: 24px;
	float: right;
	margin-top: 6px;
	cursor: pointer;
}

.eu {
	background: url(../img/website/flag-european-union.png) center center no-repeat;
	width: 32px;
	height: 24px;
	float: right;
	margin-top: 6px;
	cursor: pointer;
}


/* File dropper */

.file-dropper {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

.file-dropper div {
	position: absolute;
	top: 20%;
	left: 20%;
	bottom: 20%;
	right: 20%;
	background: rgba(255, 255, 255, 0.24);
	border-radius: 5px;
	border: 2px dashed rgb(255, 255, 255);
	pointer-events: none;
}

.file-dropper span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-weight: bold;
	font-size: 30px;
	pointer-events: none;
}
