@import url(https://fonts.googleapis.com/icon?family=Material+Icons);


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body{
	padding-bottom: 32px;
}

#page_title{
	margin: 0 0 12px 0;
	text-transform: uppercase;
	color: white;
	padding: 6px 0;
	text-align: center;
	width: 100%;
	background: #ff6e1b;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  /*width: 1em;
  height: 1em;*/
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  padding: 0 3px;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.btn .material-icons{
	margin-right: 6px;
}
table .material-icons{
	margin-right: 12px;
	font-size: 26px;
}

.green{
	color: green;
}
.red{
	color: red;
}

.hide{
	display: none;
	overflow: hidden;
	opacity: 0;
	height:0;
	width: 0;
}

.center{
	text-align: center;
}

form.form-horizontal{
	max-width: 800px;
	border: 1px solid #A1A1A1;
	padding: 22px 52px;
	margin: 32px auto;
}
@media screen and (max-width: 652px) {
  form.form-horizontal {
    padding: 12px;
    margin: 12px auto;
  }
}
@media screen and (max-width: 502px) {
  form.form-horizontal {
    padding: 12px;
    margin: 6px auto;
  }
}

form#search_form_fiches{
	max-width: 100% !important;
	padding: 0 !important;
}
.accordion-heading{
	margin: 0 !important;
	background: #f9f9f9;
}
.accordion-heading a{
	color: inherit !important;
	text-decoration: none !important;
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 42px;
}
.accordion-heading a i#arrow1, 
.accordion-heading a i#arrow2{
	float: right;
}
form#search_form_fiches .form-group,
form#search_form_fiches #search_submit_line{
	padding: 12px 42px 2px 42px;
	text-align: center;
}
.flip{
	transform: rotate(-180deg);
}


a.home_btn{
	display: inline-block;
	width: 42px;
}
a.home_btn img{
	width: 100%;
	height: auto;
}

.clear{
	clear: both;
	height: 0;
}

body header#menu_top{
	background: #4f7885;
	color: white;
	font-size: 16px;
	padding-bottom: 16px;

}
img#main_logo{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 800px) {
  body header#menu_top .container{
  	padding: 0 9px;
  }
}
@media screen and (max-width: 600px) {
  body header#menu_top .container{
  	padding: 0 6px;
  }
} 
@media screen and (max-width: 660px) {
  .responsive_hide{
  	display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .responsive_hide2{
  	display: none !important;
  }
}
header#menu_top a{
	color: #ff6e1b !important;
}
header#menu_top .menu_top #header_header{
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header#menu_top .menu_top #header_header p{
	margin: 0;
	min-width: 75px;
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
header#menu_top .menu_top #header_header p a{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 32px;
}
header#menu_top .menu_top #header_header p a:hover{
	text-decoration: none !important;
}
header hr{
	margin: 0!important;
	border: none !important;
}

div.fiche{
	margin-bottom: 22px;
}
div.fiche .submit_line{
	text-align: center;
	padding: 12px 0;
}
div.fiche h2,
div.fiche h1,
div.tache h2,
div.tache h1{
	text-align: center;
	margin-bottom: 32px;
}
div.fiche textarea.form-control{
	max-width: 720px;
	margin: auto;
}

div.statut_barre_fiche{
	max-width: 740px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	color: #A1A1A1;
	padding: 22px 0;
	background-image: url('../img/ligne.png');
	background-repeat: repeat-x;
    background-position: center center;
}
div.statut_barre_fiche div.statut{
	border: 1px solid #A1A1A1;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	box-sizing: border-box;
	padding: 4px;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	background: white;
	text-align: center
}
div.statut_barre_fiche div.statut.passed{
	color: black;
	background: #7ade82;
}
div.statut_barre_fiche div.statut.current{
	color: black;
	background: #80c7d9;
}
@media screen and (max-width: 750px) {
	div.statut_barre_fiche div.statut{
		width: 60px;
		height: 60px;
		border-radius: 30px;
		font-size: 12px;
	}
}

.form_tache{
	max-width: 760px;
	margin: auto;
	padding: 6px 12px;
}
.form_tache .submit_line,
.tache .submit_line{
	text-align: center;
	padding: 22px 0;
}
.fos_user_profile_edit .submit_line,
.fos_user_change_password .submit_line{
	text-align: center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.fos_user_profile_edit .submit_line > a,
.fos_user_change_password .submit_line > a{
	margin-right: 12px;
}
span.date_fiche{
	float: right;
	font-weight: 500;
	display: inline-block;
	background: #e1e1e1;
	padding: 2px 4px;
	margin-left: 12px;
}

#processus_description{
	/*padding: 0 15px;*/
}
#processus_description > div{
	padding: 6px;
	background: #e1e1e1;
}
#processus_description img{
	width: 100%;
	height: auto;
}

#calculs_block{
	padding: 15px;
	border: 1px solid #A1A1A1;
}
#calculs_block label{
	font-weight: normal;
}
#calculs_block .vepp_controle{
	display: inline-block;
	margin-left: 32px;
}
#calculs_block .vepp_controle input{
	width: 82px;
}
#calculs_block .vep_t_block{
	text-align: center;
	padding: 22px 0;
}

.fiche .table > thead > tr > th{
	vertical-align: middle;
}

td.total_vep{
	background: red;
	color: white;
}
.fiche .table tfoot{
	border-top: 2px solid #dddddd;
}
.fiche .table tfoot td{
	border-top: none;
}  
.fiche .table tfoot td.border{
	border: 1px solid #dddddd;
}

.form-horizontal .block-times label{
	display: block;
	width: 100%;
	height: 25px;
}
.block-times{
	border: 1px solid #ff6e1b;
	padding: 18px 12px;
	border-radius: 16px;
	margin-bottom: 22px;
	box-sizing:border-box;
}
.block-times i{
	font-size: 57px;
	padding: 0;
}
.block-times .timer_logo{
	padding: 0;
	padding-top: 12px;
}
.tache_view .block-times{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 775px){
	.block-times{
		border: none;
		padding: 0;
		border-radius: 0;
		margin-bottom: 15px;
	}
	.tache_view .block-times{
		display:block;
	}
}

div.logs{
	border: 1px solid #dddddd;
	max-width: 740px;
	margin: auto;
	padding: 0px;
	margin-top: 22px;
	margin-bottom: 22px;
}
div.logs h4{
	text-decoration: underline;
	font-weight: bold;
}
div.logs .log{
	padding: 6px 22px;
}
div.logs span.log_description{
	display: inline-block;
	margin-left: 22px;
	font-style: italic;
}

.fiche_commentaire{
	border: 1px solid #dddddd;
	max-width: 740px;
	margin: auto;
	padding: 12px 22px;
}

div.menus{
	margin-top: 32px
}
ul.menu_user{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 32px;
	max-width: 1080px;
	padding: 6px 0;
}
ul.menu_user li{
	margin: 0 8px 15px 8px;
	color: white;
	background: #4f7885;
	box-sizing: border-box;
	width: 200px;
	height: 200px;
	position: relative;
	transition: all 0.5s;
	top: 0;
}
ul.menu_user li.card_white{
	color: black;
	background: white;
	border: 1px solid #4f7885;
}
ul.menu_user li:hover{
	/*top: -5px;*/
	background: #588c9c;
}
ul.menu_user li.no_hover:hover{
	background: white !important;
}
ul.menu_user li > a,
ul.menu_user li > form{
	display:flex;
	flex-direction : column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	color: white !important;
	text-decoration: none !important;
	font-size: 1.4em;
	box-sizing: border-box;
	padding: 32px 12px;
	text-align: center;
}
ul.menu_user li.card_white > a{
	color: black !important;
}
ul.menu_user li > form input{
	margin-bottom: 15px;
}
ul.menu_user .material-icons{
	font-size: 62px;
}
.number-xx{
	font-size: xx-large;
}

.resume h2,
.menus h2{
	font-size: 1.3em;
	font-weight: 500;
	border-bottom: 1px solid  #dddddd;
	padding: 4px 0;
	margin: 2px 0 22px 0;
}
.resume_block{
	border: 1px solid #dddddd;
	line-height: 150%;
	margin: 6px auto 22px auto;
	padding: 0;
	display: flex;
	align-items: stretch;
	flex-wrap:wrap;
	text-align: center;
	max-width: 720px;
}
.resume_block::after{
	clear:both;
}
.resume .tab_resume1{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px 22px;
	background: #4f7885;
	color: white;
	font-size: 1.1em;
	box-sizing: border-box;
	height: 78px;
}
.resume .tab_resume2{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.2em;
	padding-top: 8px;
	padding-bottom: 8px;
	box-sizing: border-box;
	height: 78px;
}
.resume .tab_resume3{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px 22px;
	background: #4f7885;
	color: white;
	width: 100%;
	font-size: 1.1em;
	box-sizing: border-box;
}
.resume .col-sm-6{
	padding: 0;
}
.resume .sous_block{
	padding: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.resume .tab_row{
	width: 100%;
}
.a_faire,
.a_faire *{
	color: #30682f !important;
}
.refus,
.refus *{
	color: red !important;
}
.ok,
.ok *{
	color: green !important;
}

.appbundle_fiche{
	margin: 32px 0;
}
.fiche_form{
	max-width: 720px;
	margin: auto;
}

.container .btn{
	margin-bottom: 12px;
}

.container h1{
	text-align: center;
}

.chef_creer_fiche{
	margin: auto;
	max-width: 740px;
	padding: 6px 12px;
}

/*form .group_password label{
	width: 25%;
	float: left;
	padding: 0 15px;
}
form .group_password input{
	width: 75%;
	float: left;
	margin: 0 15px;
}
#appbundle_salarie_plainPassword_first{
	margin-bottom: 15px;
}*/

.choice_liste label{
  	display: block !important;
  	margin-left: 32px;
}
.choice_liste input[type="checkbox"]{
	float: left;
}

.btn-primary, .btn{
	background-color:  #4f7885 !important;
}
.btn-primary:hover, .btn:hover{
	background-color:  #588c9c !important;
}

#suite_log{
	text-align: left;
	padding: 4px 6px;
}

.profil_block{
	padding: 12px;
	margin-bottom: 22px;
	margin: auto;
	max-width: 650px;
}
.profil_block > div > div{
	/*background: #eeeeee;
	padding: 12px;*/
}
.profil_block .btn{
	margin: 6px;
}
.btn_line{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.profile_infos{
	margin: auto;
	max-width: 380px;
}
@media screen and (max-width: 775px) {
  .profile_infos .col-sm-4,
  .profile_infos .col-sm-8 {
    float: left;
    display: inline-block;
    padding: 0 4px;
    box-sizing: border-box;
  }
  .profile_infos .col-sm-4{
    width: 33% !important;
  }
  .profile_infos .col-sm-8{
    width: 66% !important;
  }
}

#tab_a_trie_filter{
	display: none !important;
}

.sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after{
	position: static !important;
	display: inline-block !important;
	margin-left: 8px;
}

thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding: 6px !important;
}

.flash-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.flash-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.flash-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.processus_infos{
	cursor: pointer;
	width: 32px;
}
.infobulle{
	display: none;
	height: 0;
	opacity: 0;
	position: absolute;
	top: 46px;
	left: -63px;
	transition: all 0.5s;
	background: white;
	padding: 0;
	width: 150px;
	font-size: 0.7em;
	z-index: 9999;
}
.processus_infos .infobulle{
	left: -93px;
	font-size: 0.9em;
	width: 250px;
}
.infobulle .arrow_top_infobulle{
	display: block;
	opacity: 0;
	width: 12px;
	height: 12px;
	background: white;
	z-index: 9999;
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.infobulle .content{
	display:block;
	padding: 6px 9px;
	text-align: center;
	width: 100%;
	text-transform: none;
	z-index: 9999;
	box-shadow: 0px 2px 2px #888888;
	color: #888 !important;
}
.processus_infos .infobulle .content{
	text-align: left;
}
header#menu_top .menu_top #header_header p a:hover .infobulle,
.processus_infos:hover .infobulle {
	display: block;
	height: auto;
	opacity: 1;
}
header#menu_top .menu_top #header_header p a:hover .infobulle .arrow_top_infobulle,
.processus_infos:hover .infobulle .arrow_top_infobulle{
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.container{
		padding: 0 6px !important;
	}
	body{
		font-size: 13px !important;
	}
	h1{
		font-size: 28px !important;
	}
	h2{
		font-size: 22px !important;
	}
	.btn-lg, .btn-group-lg > .btn {
	    padding: 4px 8px !important;
	    font-size: 14px !important;
	}
	.material-icons{
		padding: 0;
	}
	body header#menu_top{
		font-size: 13px;
	}
	.processus_infos{
		display: none;
	}
}

.table-responsive table{
	min-width: 500px;
}
.table-responsive td{
	min-width: 100px;
}
.fiche_detail_large{
	min-width: 315px;
}
@media screen and (max-width: 767px) {
	.fiche_detail_large{
		min-width: 115px !important;
	}
}