.clearfix{
	clear: both;
}

.form-control{
	color:#696969;
    height: 32px;
}
.form-control-cpecf{
	width:100%;height:32px;border: 1px solid #f7f4f4;
}


.index_identification, .index_passwordforgotten {	
/*	background: #fff url(img/arriere_plan_intranet.jpg) no-repeat scroll top center; 	*/
background: #F1F1F1;
  margin:0;
  padding:0; /* 
  -webkit-background-size: cover;   
 pour anciens Chrome et Safari */  
/*   background-size: cover; version standardisée */  
  display:table;height:100%;width:100%;
}
.index_identification body, .index_passwordforgotten body {
  background-color: transparent; }
/*
header,main,footer{display:table-row;width:100%;}
main {height:80%}
header,footer {height:10%}
*/
.index_identification .header-container, #module-cpecf-password  .header-container{	
	display: none;
}

#login_container {
	background-color: #fff;
	box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}
.index_identification .form-group {
    margin-bottom: 25px;
}

.index_identification .form-control {
    height: 45px;
}

.index_identification  #columns {
    /*padding-top: 300px;*/
    padding-bottom: 50px;
}
.columns-container{
	background-color: transparent;	
}

#login_form_container {
	padding: 45px 15px 35px 35px;
}
#login_form_container h1, #login_form_container p{
	color: #444444;
}
#login_form_container h1{
	margin-bottom: 36px;
	white-space: nowrap;
}
#form_forgotpassword .submit {
	float: right;
}
.lost_password, .user_login_submit {
	margin: 0;
	padding: 0;	
	white-space: nowrap;
}

.btn-connexion {
	width: 100%;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    padding: 0 18px;
    border: none;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
/*    background: #008FD2;*/
    background: rgb(0,186,214);
    transition: background 500ms;
    outline: 0;
}
.btn-connexion span {
	font-size: 18px;
}
.btn-connexion:hover {
/*    background: #007BB4;*/
	 background: rgb(0,146,168);
	color: #fff;
}
a.btn-connexion {
	padding: 10px;
}
.lost_password  {
	line-height: 40px;
}
.btn-connexion .icon-arrow-circle-o-right {
	font-size: 20px;
	padding: 0 20px 0 10px;
	font-weight: normal;
}
.forgot-pass:hover {
/*    color: #008FD2;
    border-bottom: 1px solid #008FD2;*/
	color: rgb(0,186,214);
    border-bottom: 1px solid rgb(0,186,214);
}
.forgot-pass {
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    color: #666;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border 500ms, color 500ms;
}
.footer-container{	
	background: transparent none;
}

header .nav{
background: #fff;
	width: 100%;
}
/*
header .nav .container{
    max-width: 1170px;
    margin: auto;
    width: auto;
}
@media (min-width: 768px){
header .nav.on-scroll {
    box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    height: 57px;
}
}
*/
header .col-lg-12/*, header .col-lg-5, header .col-lg-7, header #header_logo */{
	padding-left: 0;
	padding-right: 0;
}
#header_user_info {
		font-size: 14px;
		font-weight: bold;
		margin-top: 8px;
		padding: 0;
	}
@media (min-width: 590px){
	#header_logo{
		width: 40%;
		float: left;
	}
	#header_user_info {
		float: right;
		width: 50%;
	}
}
/*
header #header_logo .col-lg-5 {
	padding-left: 0;
	padding-right: 0;
    max-width: 330px; 
	float: left;
	}*/
@media (min-width: 768px) {
	header .row #header_logo {
 /*   width: 100%; */
	padding-top: 0px;
	padding-bottom: 5px;
	}	
}
header .nav nav {
padding-top: 10px;
}

header .row #header_logo_certi img {
    float: right;
}

@media (max-width: 970px) {
	.user_login_logo img {
		width: 100%;
		max-width: 375px;
		margin: 0 auto;
	}
}
@media (min-width: 970px) {
	.index_identification {	
/*		background: #fff url(img/arriere_plan_intranet.jpg) no-repeat scroll top center; 	*/
		margin:0;
		padding:0;  
		-webkit-background-size: cover;   
		/*pour anciens Chrome et Safari */  
		background-size: cover; /*version standardisée */  
		display:table;height:100%;width:100%;
	}
	.index_identification  #columns, .module-cpecf-password  #columns {
    padding-top: 200px;
	}
	.user_login_logo  {
		padding: 120px 0;
		border-right: 1px solid #DDDDDD;
		margin: 20px 0;
	}
	
}
@media (min-width: 992px) {
		  
			#selected_user{
				max-width: 600px;
			}
}
@media (max-width: 992px) {
        header .row #header_logo_certi {
          padding-top: 40px; } 
		  
			#selected_user{
				max-width: 500px;
			}
			}
@media (max-width: 767px) {
        header .row #header_logo_certi {
          padding-top: 15px; }
          header .row #header_logo_certi img {
            margin: 0 auto; } 
			
			#selected_user{
				max-width: 300px;
			}
}

.header_nav_welcome {
    color: #c0c0c0;
}
.header_nav_identity {
    /* color: #0070c0; */
    color: #2b3866;
}
.header_nav_logout {
    float: right;
}
.separator {
    display: inline-block;
    width: 20px;
}
#block_top_menu {
    clear: left;
    padding: 20px 0;
}


.panel-heading-action {
    float: right;
}
/*
th{
	white-space: nowrap;
}*/
th, td {
    vertical-align: top;
}

td p {
font-size: 110%;
/*font-weight: bolder;*/
}
td>ul {
font-size: 90%;
padding-left: 5px;
font-style: italic;
}
.form-horizontal .table tr > td {
    background-color: #fffcef;
}
.table tr.odd > td {
    background-color: #f0f8ff;
}

.process-icon-new:before {content:"ïƒ¾"}
.process-icon-refresh:before {content:"ï€¡"}
.icon-database:before, .process-icon-database:before{content:"ï‡€"}
.icon-share-square:before,.icon-share-sign:before,.process-icon-export:before{content:"ï…"}
.icon-cloud-upload:before,.process-icon-import:before,.process-icon-upload:before{content:"ïƒ®"}
.icon-terminal:before, .process-icon-terminal:before{content:"ï„ "}
.icon, [class^="icon-"],[class^="process-icon-"] {
    font-size: 140%;
}
.icon-check-circle::before, .icon-ok-sign::before {
    color: green;
}
.icon-times-circle-o:before, .icon-remove-circle:before {
	color:red;}
  
.table td.dragHandle .dragGroup::before {
    display: block;
    height: 16px;
    left: 6px;
    position: absolute;
    top: 8px;
    width: 16px;
}

 .icon,.page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab:before,[class^="icon-"],[class^="process-icon-"], .alert.alert-warning:before, .alert.alert-danger:before, #carrier_wizard .wizard_error:before, .alert.alert-success:before, .alert.alert-info:before, .alert.alert-addons:before, .alert.alert-onboarding:before, .alert.alert-message:before, .table td.dragHandle .dragGroup:before, #dashboard .loading .data_value:before, #employee-thumbnail:before,.mce-ico,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search:before{
	display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
 .icon.pull-left,.page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .pull-left.searchtab:before,.pull-left[class^="icon-"],.pull-left[class^="process-icon-"], .pull-left.alert.alert-warning:before, .pull-left.alert.alert-danger:before, #carrier_wizard .pull-left.wizard_error:before, .pull-left.alert.alert-success:before, .pull-left.alert.alert-info:before, .pull-left.alert.alert-addons:before, .pull-left.alert.alert-onboarding:before, .pull-left.alert.alert-message:before, .table td.dragHandle .pull-left.dragGroup:before, #dashboard .loading .pull-left.data_value:before, .pull-left#employee-thumbnail:before,.pull-left.mce-ico,.chosen-container-single .chosen-single div b.pull-left,.chosen-container-single .pull-left.chosen-search:before{margin-right:.3em}
 .icon.pull-right,.page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .pull-right.searchtab:before,.pull-right[class^="icon-"],.pull-right[class^="process-icon-"], .pull-right.alert.alert-warning:before, .pull-right.alert.alert-danger:before, #carrier_wizard .pull-right.wizard_error:before, .pull-right.alert.alert-success:before, .pull-right.alert.alert-info:before, .pull-right.alert.alert-addons:before, .pull-right.alert.alert-onboarding:before, .pull-right.alert.alert-message:before, .table td.dragHandle .pull-right.dragGroup:before, #dashboard .loading .pull-right.data_value:before, .pull-right#employee-thumbnail:before,.pull-right.mce-ico,.chosen-container-single .chosen-single div b.pull-right,.chosen-container-single .pull-right.chosen-search:before{margin-left:.3em}
 .icon-arrows:before,.icon-move:before, .table td.dragHandle .dragGroup:before{content:"ï‡"}
	 .table td.dragHandle .dragGroup{width:80px;cursor:move;text-align:center;position:relative;font-size:14px;padding:4px 4px 4px 20px;-webkit-border-radius:5px;border-radius:5px}
	 .table td.dragHandle .dragGroup:hover{color:#fff;background-color:#00b4d0 !important}
	 .table td.dragHandle .dragGroup:before{display:block;height:16px;width:16px;position:absolute;top:8px;left:6px}
	 .table td.dragHandle .dragGroup .positions{display:inline-block;border:solid 1px #ccc;background-color:#eee;padding:0 5px;color:#aaa;width:43px;text-shadow:#fff 1px 1px;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 3px inset;box-shadow:rgba(0,0,0,0.2) 0 1px 3px inset}
	

.panel.col-lg-12{
	padding-left: 0;
	padding-right: 0;
}
select.filter{
	max-width:100px;
}
th.actions {
    text-align: right;
    width: 140px;
}
.btn-search, .btn-reset {
    width: 137px;
} 
.btn-group-action {
    width: 150px;
}
.mColorPickerInput{
	padding: 0;
}

/* capture path details */
.breadcrumb {
display: block;
}
.detail_objet_path{
display: table-cell;
	float: right;
}
.box {
	border: none;
	background-color: #fff;
}
/* lettremissioncustomer step == 4 */
#module-cpecflettremissioncustomers-display .box, #module-cpecflettremissioncustomers-display td{
	padding-right: 0;
}
.lmc_detail_tache, .lmc_detail_logicielmodul{
	width:86%;
	float:left;
}
.label_lmccategory, .label_lmclogiciel{
	display: block;
float: left;
	width: 80%;
}
.label_lmccategory input, .label_lmclogiciel input {
	width: 80%;
}
.label_lmctacheparam, .label_lmclogicielmodulparam{
display: block;
float: left;
	width: 30%;
}
.label_lmctacheparam.lmc_label, .label_lmclogicielmodulparam.lmc_label{
display: block;
float: left;
	width: 70%;
}
.label_lmctacheparam.lmc_label > div.checkbox {
	margin-left: 10px;
	margin-top: 0;
}
.label_lmctacheparam_maj, .label_lmclogicielmodulparam_maj{
display: block;
cursor: pointer;
float: left;
	width: 8%;
}

.grille_taches td, .grille_logicielmoduls td{
	padding: 3px 0;
}

.cpecf_page-heading {
    color: #2b3866;
   font: 600 18px/22px "Open Sans",sans-serif;  /* */
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    padding: 0 0 17px;
}

/* h1.cpecf_page-heading-blue, .bootstrap h1.cpecf_page-heading-blue, */
.h1_blue
{
	font-family:"Ubuntu Condensed",Helvetica,Arial,sans-serif;
	/* font-size: 2.4em; */
	font: 400 2.5em/1em "Ubuntu Condensed",Helvetica,Arial,sans-serif;
    color: rgb(0,186,214) !important;
    /* margin-top: 30px; */
    margin: 0.67em 0;	
	border-bottom: none;
	
    /* font: 600 18px/22px "Open Sans",sans-serif; */
    /* margin-bottom: 10px; */
    /* margin-top: 0; 
    overflow: hidden;*/
    padding: 0 0 17px;
	text-transform: none;
}
.espaceclient_slide_web
{	
	margin: 0 !important;
	width: 100%;
/*	height: 317px;*/
	background-image: url('img/espaceclient_slide_web.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
/*	background-size: contain;*/
	padding: 90px 0 185px 15px;
}

@media (max-width: 1200px) {
.espaceclient_slide_web
{
	padding: 70px 0 145px 15px;
}
}
@media (max-width: 990px) {
.espaceclient_slide_web
{
	font-size: 2em !important;
	padding: 50px 0 115px 15px;
}
}
@media (max-width: 767px) {
.espaceclient_slide_web
{
	font-size: 1.6em !important;
	padding: 40px 0 80px 15px;
}
}
@media (max-width: 480px) {
.espaceclient_slide_web
{
	font-size: 1em !important;
	padding: 30px 0 50px 15px;
}
}

#commercial_top_menu ul, #sub_commercial_top_menu ul{
   background-color:#00b4d0;
    border: 1px solid #00b4d0;
	 border-bottom: none;
    padding: 0;
/*    position: relative;*/
    width: 100%;
    list-style: outside none none;
    margin: 0;
}
#commercial_top_menu.col-lg-12, #cpecflettremissioncustomers_title.col-lg-12  {
    padding-left: 0;
    padding-right: 0;
/*	 margin-bottom: 15px;*/
}
/*
h1 {
    width:100%;
	clear:both;
}*/

.footer-container #footer #block_various_links_footer  a {
/*    color: #777777;*/
    color: #86b59b;
}

#left_column .title_block{
	padding:0;
	border-top:none;
	font: 600 16px/22px "Open Sans",sans-serif;
}
#left_column .block .list-block li {
    padding: 5px 0 6px 1px;
}
/*
div.selector, div.selector > span{
	width: 100% !important;
}
*/
#form_edit_userassistances #authentication_form div.selector span{
	max-width:100%;
}
#form_edit_userassistances h1 {
	text-align: center;
	color: #00b4d0;
	padding-bottom: 28px;
	margin-bottom: 28px;
}
#form_edit_userassistances .selector {
	width: 100% !important;
}
td.without_padding_lr>div{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.formulaire_submit {
	box-shadow: 5px 4px 5px #d0d0d0;
	border-color: rgb(255, 255, 255);
    border-style: none;
    color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
	font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
	text-transform: uppercase;
	padding: 10px 20px 8px 25px;
}
.formulaire_submit.bg_blue {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b4d0), color-stop(100%, #17769f));
    background: -webkit-linear-gradient(#00b4d0, #17769f);   
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #00b4d0 58%, #17769f 100%);
    background: -o-linear-gradient(#00b4d0, #17769f);
	background: linear-gradient(#00b4d0, #17769f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b4d0', endColorstr='#17769f',GradientType=0 );    
	 -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}
.formulaire_submit.bg_blue:hover {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b4d0), color-stop(100%, #17769f));
    background: -webkit-linear-gradient(#00b4d0, #17769f);   
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #00b4d0 58%, #17769f 100%);
    background: -o-linear-gradient(#00b4d0, #17769f);
	background: linear-gradient(#00b4d0, #17769f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b4d0', endColorstr='#17769f',GradientType=0 );    
	 -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}
.formulaire_submit.bg_green {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #07d187), color-stop(100%, #05aa6d));
    background: -webkit-linear-gradient(#07d187, #05aa6d);   
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #07d187 58%, #05aa6d 100%);
    background: -o-linear-gradient(#07d187, #05aa6d);
	background: linear-gradient(#07d187, #05aa6d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07d187', endColorstr='#05aa6d',GradientType=0 );    
	 -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}

.formulaire_submit.bg_grey {
	font-size: 1em;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #949494), color-stop(100%, #585858));
    background: -webkit-linear-gradient(#949494, #585858);   
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #949494 58%, #585858 100%);
    background: -o-linear-gradient(#949494, #585858);
	background: linear-gradient(#949494, #585858);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494', endColorstr='#585858',GradientType=0 );    
	 -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}
.icon-chevron-right{
	font-size: 0.9em;
	padding: 0 5px 0 20px;
}
.icon-chevron-left{
	font-size: 0.9em;
	padding: 0 20px 0 5px;
}
a.formulaire_submit:hover{
	color: #fff;
}

.block .list-block li a:hover {
    color: #ee7f45;
    font-weight: normal;
}
#table-cpecf_pdfplacetexte th {
	max-width:150px;
	white-space: normal;
}
#table-cpecf_pdfplacetexte th .filter {
	max-width:100px;
}
/* devis customer */
#total_dc_ht{
	font-weight: bold;
	text-align: right;
	font-size: 110%;
}

.td-label {
	white-space: nowrap;
}



.button.button-small {
  font: bold 13px/17px Arial, Helvetica, sans-serif;
  color: #fff;
/*  background: #6f6f6f;*/
  background: #00b4d0; 
  border: 0;
   border-color: transparent;
  
  font-size: 17px;
    font-weight: bold;
    line-height: 30px;
  padding: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;}
  .button.button-small span {
    display: block;
    padding: 3px 8px 3px 8px;
	border: 0;
	 border-color: transparent;}
    .button.button-small span i {
      vertical-align: 0px;
      margin-right: 5px; }
      .button.button-small span i.right {
        margin-right: 0;
        margin-left: 5px; }
    .button.button-small span:hover {
      background: #009db5;
/*      border-color: #303030 #303030 #666666 #444444;*/ }

.button.button-icon {
  font: bold 13px/17px Arial, Helvetica, sans-serif;
  color: #fff;
/*  background: #6f6f6f;*/
  background: none; 
  border: 0;
  border-color: transparent;  
  font-size: 20px;
    font-weight: bold;
    line-height: 30px;
  padding: 0;
 }
 .icon-minus-circle{
	  color: #ff6347; 
	 font-size: 20px !important;
	 width:24px;
	 height:24px;
 }
 .icon-plus-circle{
	  color: #6b8e23; 
	 font-size: 20px !important;
	 width:24px;
	 height:24px;
 }

 .icon-trash{
	 color: #c00300; 
	 font-size: 20px !important;
	 width:24px;
	 height:24px;
 }

#ui-datepicker-div{
	z-index: 100 !important;
}
/* 
.fc-day-header.fc-widget-header.fc-sat, .fc-day-header.fc-widget-header.fc-sun{
	width: 81px;
}
.fc-nonbusiness{
	width: 162px;
} */

.icon-print {
    font-size: 28px !important;
	color:#777777;
}

h1#calendar_title {
	width:70%;
}
#calendar_print {
	float:right;
}
div.checker {
    float: left;
}
div.checker span {
    top: 2px;
}
table.cpecftarifs_unitaires td {
	padding: 15px 2px;
	
}

.bootstrap .table#table-cpecf_tache thead > tr > th span.title_box,
.bootstrap .table#table-cpecf_logicielmodul thead > tr > th span.title_box {
/*    word-wrap: nowrap;*/
    white-space: normal;
}
.bootstrap  a.formulaire_submit.bg_green {
	color: #fff;
	font-size: 13px;
}
.bootstrap .radio, .bootstrap .checkbox {
    display: inline-block !important;
	/*
    min-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
	*/
}
.form-control.inline{
	display: inline-block !important;
}
.table-responsive-row .auditmissionname.repeat{
    display: none;
}
@media (max-width: 991px){
.table-responsive-row .auditmissionname.repeat{
    display: block;
}
}
.icon-home{
	color:#fff;
	width:10%;
}
.footer-container #footer #shop_urls li {
	display: block;
	float: left;
	padding-right: 20px;
}
ul.footer_links{
	display: none;
}
.label-danger-text-warning{
	color: red;
	padding-top: 5px;
}
/*
.date_row span{
	min-width: 79px;
}
.frequence_row span{
	width: 89px;
}*/
#module-cpecfauditplannings-user .bootstrap .table tbody>tr>td {
    white-space: normal;
	min-width: 100px;
}
.white-space-normal {
	 white-space: normal !important;
}

#menucenteraccueil{
	font-variant: small-caps;
	font-size: 120%;
	font-weight: bold;
}