/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(222,35): run-time error CSS1034: 
(222,35): run-time error CSS1042: Expected function, found ','
(222,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*Font Awesome Fonts*/
@import url('fontawesome/all.css');

/*changement d'image de fond corps*/
html {
	background: url(images/VisuelAccueilExtranet.jpg) no-repeat center fixed;
	background-color: white;
	-webkit-background-size: cover;
	background-size: 100% 900px; /*cover;*/
	margin: 0;
	padding: 0;
}

/* Move down content because we have a fixed navbar that is 50px tall */
/* Modifications EPICEA1*/
body {

	font-family: Arial;
	font-size: 12px;
	margin: 0 0 0 0;
	min-width: 800px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
.body-content {
	height: 100%;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
	max-width: 450px;
}

/*Images header*/
.img-header {
	height: 110px;
}

.img-header ul {
	height: 110px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.img-header ul li {
	display: inline-block;
	height: 110px;
}
.img-header ul li + li {
	float: right;
	margin-bottom: 0px;
}

/*Horizontal navbar menu*/
/* Modifications et Ajout sur les classses ci-dessous EPICEA1 */
.navbar-menu {
	background-color: #313a6f;
	width: 100%;
}

.navbar-menu #HeadMenu ul {
	margin: 0 0 0 0;
	padding-right: 0;
	padding-top: 3px;
	width: 100% !important;
}

.navbar-menu #HeadMenu ul li {
	/*Menu fixe efficienne*/
	/*position: absolute !important;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial;
	font-weight: 100;
	padding-left: 5px;
	padding-right: 5px;
}

/*Menu fixe efficienne
.navbar-menu ul li:nth-child(2) {
	left:130px;
}

 .navbar-menu  ul li:nth-child(3) {
	left:300px;
}

.navbar-menu ul li:nth-child(4) {
	left:490px;
}

.navbar-menu ul li:nth-child(5) {
	left:630px;
}
.navbar-menu ul li:nth-child(6) {
	left:800px;
}

.navbar-menu ul li:nth-child(7) {
        left: 900px;
  }
        
.navbar-menu ul li:first-child {
		position:absolute !important;
		left:0px;
}*/
.navbar-menu #HeadMenu ul li:last-child {
	float: right !important;
	left: 0px;
	position: relative !important;
}


.navbar-menu ul li:hover {

}

.navbar-menu ul li a:hover {
	color: #29cafe;
}

.navbar-menu ul li:active {
	background-color: #ffffff;
	color: #000000;
}

.navbar-menu ul li a {
	color: #ffffff;
	cursor: pointer;
	padding-bottom: 3px;
	text-decoration: none;
}

.navbar-menu #HeadMenu ul li ul {
	background-color: rgb(203, 205, 214);
	margin-top: 7px;
	/* border-style: ridge; */
	/* border-width:1px; */
	/* border-color: #000000; */
	opacity: 0.9;
	overflow: hidden;
	position: relative !important;
}

.navbar-menu #HeadMenu ul li ul li {
	left: 0px;
	/* margin-bottom: 5px;*/
	margin-top: 5px;
	position: relative !important;
	text-transform: none;
}

.navbar-menu #HeadMenu ul li ul li:last-child {
	float: left !important;
	margin-bottom: 5px;
}

.navbar-menu ul li ul li:hover {

}
.navbar-menu ul li ul li a:hover {
	color: #29cafe;
	font-weight: bold;
}

.navbar-menu ul li ul li a {
	color: #313a6f;
	cursor: pointer;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}
/* ************************************** */
.navbar-menu ul li.bienvenu {
	background-color: #676767;
	color: #ffffff;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
}
.navbar-menu #HeadMenu a.popout {
	background-image: none;
}


/* un fond blanc dans les différents menus*/
.ContentGen {
	background-color: white;
	min-height: 72vh; /* 72% viewport height */
	}

.Titres, .Titres2 {
	color: rgb(0, 112, 183);
	display: block;
	font-size: 18px;
	margin-bottom: 0px;
	padding-top: 35px;
	text-align: center;
}

.Titres2 {
	margin-bottom: 20px;
}

/*couleur de text recherche*/
.labelRecherche {
	color: #313a6f;
}

.txtRecherche, .calendrier-icone {
	background-color: rgb(0, 112, 183, 0.1);
	border: none;
	border-radius: 3px;
	margin-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.btnRecherche {
	background-color: rgb(0, 112, 183);
	border: none;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	font-weight: bold;
	margin-left: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
}
.imageHelp {
	margin-left: 5px;
	vertical-align: middle;
	width: 15px;
}
.calendrier-icone {
	background: url(../Image/PictoAgenda.png) 90% 50% no-repeat;
	background-size: 16px;
	border-color: gray;
	border-style: solid;
	/* background-color:white; */
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	/* padding-right:15px; */
}

.calendrier-icone:focus {
	border-color: aqua;
	border-color: black;
}
/* ************************************** */


/*  DKD */
html {
	background: none;
	background-color: #e0f0f9;
	height: unset;
}

body {
	background-color: #e0f0f9;
	color: #212529;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial;
}

.navbar-menu {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
	min-height: 46px;
	position: absolute;
	z-index: 20;
}

.navbar-menu #HeadMenu ul {
	background-color: #c0e1f4;
	padding: 0;
}

.navbar-menu #HeadMenu ul li {
	display: block !important;
	float: none !important;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
	padding: 0;
}

.navbar-menu #HeadMenu ul li:last-child {
	float: none !important;
	left: auto;
}

.navbar-menu #HeadMenu ul li a {
	color: #0b448e;
	font-size: 13px;
	font-weight: 400;
	padding: 13px 32px 13px 16px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
}

.navbar-menu #HeadMenu ul li a:hover, .navbar-menu #HeadMenu ul li a:focus {
	background-color: #0b448e;
	box-shadow: inset 3px 0 0 #0b448e;
	color: #ffffff;
}

.navbar-menu #HeadMenu ul li a img.icon {
	margin-right: 16px;
}

.navbar-menu #HeadMenu ul li a:hover img.icon, .navbar-menu #HeadMenu ul li a:focus img.icon {
	filter: brightness(100);
}

.navbar-menu #HeadMenu ul li ul {
	background-color: #efefef;
	left: 100% !important;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute !important;
	top: 0 !important;
	width: auto !important;
}

.navbar-menu #HeadMenu ul li ul li {
	margin: 0 !important;
	padding: 0 !important;
}

.navbar-menu #HeadMenu ul li ul li:not(:last-child) {
	border-bottom: 2px solid #ffffff;
}

.navbar-menu #HeadMenu ul li ul li:last-child {
	float: none !important;
}

#HeadMenu img.separator {
	display: none !important;
}

.navbar-menu #HeadMenu ul li ul li a {
	padding: 13px 32px;
	text-transform: none;
}

.navbar-menu #HeadMenu ul li ul li a.aspNetDisabled {
	color: #333333;
}

.navbar-menu #HeadMenu ul li ul li a.aspNetDisabled:hover {
	background-color: grey;
	box-shadow: inset 3px 0 0 grey;
	color: #333333;
}


.ContentGen {
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    box-shadow: 0px 0px 13px 0px rgba(62, 44, 90, 0.08);
    color: #666666;
    margin-bottom: 75px;
    margin-right: 35px;
    margin-top: 35px;
    padding-bottom: 35px;
}

h2.Titres, span.Titres, .Titres2 {
	background-color: #0b448e;
	border-radius: 4px 4px 0 0;
	color: #ffffff;
	font-size: 21px !important;
	font-weight: 700;
	padding: 20px 15px;
	text-align: left;
	text-transform: uppercase;
}

.middleDiv {
	background-color: #dff0fa;
	border-radius: 4px;
	margin: 20px !important;
	padding: 15px;
}
/*//16/12/2021*/
#LblSousTitre {
    color: #004292;
    font-size: 14pt;
    margin-top: 5px;
    line-height: 10px;
    display:inline-block;
}

#LblRechercheMultiCritere {
    color: #004292;
    font-size: 14pt;
}

.txtRecherche, #TextBoxDateSortieSalarie {
	background-color: #ffffff;
	border: none;
	border-radius: 20px;
	color: #495057;
	font-weight: 300;
	line-height: 1.5;
	outline: 0;
	padding: 0.5rem 1.25rem;
}

.btnRecherche {
	background-color: #ffffff;
	border: 1px solid #004292;
	color: #004292;
	font-weight: 300;
	transition: all 0.3s ease-out;
}

.btnRecherche:hover, .btnRecherche:focus {
	background-color: #004292;
	color: #ffffff;
}

.ui-datepicker {
	z-index: 500!important;
}

/* Dashboard */
.textRight {
	text-align: right;
}

.p-10 {
	padding: 10px;
}

.dashboard-buttons {
	margin-bottom: 30px;
}

.dashboard-content {
    color: #666666;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial;
    margin-bottom: 75px;
    margin-right: 35px;
    margin-top: 35px;
    padding-bottom: 35px;
}

.dashboard-infowarning {
	background: #f3542a;
	border-radius: 10px;
	color: white;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial;
	margin-bottom: 25px;
	padding: 10px;
}

.infowarning-title {
	font-size: 14pt;
	font-weight: 500;
	line-height: 1.5;
}

.dashboard-infowarning p {
	margin: 0 0 15px;
}

.dashboard-row {
	background-color: #ffffff;
	border-radius: 4px;
	display: table;
	height: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
}

.dashboard-cell50 {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	width: 50%;
}

.dashboard-row-buttons {
	display: table;
	height: 100%;
	vertical-align: top;
	width: 100%;
}

.dashboard-cell-button {
	background-color: #cfe8f7;
	border-right: 1px solid #5fb4e5;
	color: #0a448e;
	cursor: pointer;
	display: table-cell;
	font-weight: 600;
	height: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.dashboard-row-buttons .dashboard-cell-button:last-child {
	border-right: none;
}

.dashboard-cell-button:hover, .dashboard-cell-button:focus {
	background-color: #5fb4e5;
	color: #ffffff;
}

.dashboard-cell-button i {
	display: inline-block;
	margin: 20px 10px 20px 0;
	vertical-align: middle;
}

.dashboard-cell-button:hover i, .dashboard-cell-button:focus i {
	color: #ffffff;
}

.dashboard-cell-button p {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}


.nbsalaries {
	color: #0a448e;
	font-size: 14pt;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
}

.nbsalaries_chiffre {
	font-size: 30pt;
	font-weight: 600;
}

.nbsalaries i {
	color: grey;
	font-size: 9pt;
	font-weight: 400;
}

.dashboard-panels {
	display: flex;
	margin-bottom: 25px;
	margin-left: -15px;
	margin-right: -15px;
}

.dashboard-panel {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 10px;
	box-shadow: 0px 0px 13px 0px rgba(62, 44, 90, 0.08);
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	margin: 0 15px;
	padding: 10px;
	width: 33.33333333%;
}

.dashboard-panel-title {
	color: #0a448e;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial;
	font-size: 13pt;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
  
}

.nav-tabs {
	background: #0b448e;
	border-radius: 4px 4px 0 0;
	color: white !important;
	margin: 0;
	padding: 0;
}

.nav-item {
	font-size: 13px;
	font-weight: 500;
	list-style: none;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
}

.tab-content {
	margin-bottom: 25px;
}

.gridViewDoc {
	border: solid 2px #0b448e !important;
	border-collapse: 0;
	border-spacing: 0;
	width: 100%;
}

.gridViewDoc .gridViewDataRowDoc:nth-child(2n+1) {
	background-color: transparent !important;
}

.gridViewDoc .gridViewDataRowDoc td {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9!important;
	font-size: 12pt;
	font-weight: 500;
	padding: 10px;
}

.gridViewDoc a {
	color: #000000;
	font-size: 12pt;
	font-weight: 500;
}

.gridViewDoc a:hover, .gridViewDoc a:focus {
	color: #5a87d2;
}

/* Boutons */
.btn {
	border: solid 2px #004292;
	border-radius: 23px !important;
	color: #004292;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	min-width: 175px;
	outline: 0;
	padding: 0.55rem 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.dashboard-buttons .btn {
	background: #fccfc4;
	border: solid 2px #fccfc4;
	color: #f34113;
	font-weight: 600;
}

.dashboard-buttons .btn:hover, .dashboard-buttons .btn:focus {
	background: #f34113;
	border: solid 2px #f34113;
	color: white;
}

.dashboard-infowarning .btn {
	border-color: #ffffff;
	color: #ffffff;
}

.btn:hover, .btn:focus {
	color: #212529;
}

/* Pictos */
.pictodashbig-pic {
	color: #5fb4e5;
	font-size: 40pt;
	margin: 10px;
}

.pictodashbig-pic2 {
	color: #5fb4e5;
	float: left;
	font-size: 50pt;
	margin: 10px 20px 10px 10px;
}

.dashsizepdf {
	color: #0a448e;
	font-size: 24pt;
}

/***08/12/2021*/
/*input#BtnLN_Teledeclaration {
    background-image: url(../Image/PictoAgenda.png) ;
    padding-left: 16px;
    background-size : 16px;
    background-repeat:no-repeat;
    background-position:left;
}*/

.fa-input {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

