/*
.category_dt1{
	padding-left: 10px;
}
.category_dt2{
	padding-left: 20px;
}
.category_dt3{
	padding-left: 30px;
}
.category_dt4{
	padding-left: 40px;
}
*/

.callout h4 {
    margin-top: 0;
    font-weight: 600;
}
.callout.callout-danger{
	background-color: #dd4b39 !important;
	color: #fff !important;
	    border-color: #c23321;
}
.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.category h2, .title_left h3, .category h3, .category h4, .category h5{
	display: inline-block;
}
.category h2{
	padding-left: 0;
}

.category h3{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.category_dt1 h3, .category_dt2 h3, .category_dt3 h3, .category_dt4 h3{
	font-size: 16px;
}

.category .category_fields{
/*	padding-left: 15px; */
}
.category_description{
	text-align: justify;
}

.category .fieldrow{
	padding-bottom: 5px;
}

.category .checkbox_container{
	display: block;
	margin-bottom: 5px;
}
.category .checkbox_container input[type="checkbox"]{
	float: left;
}
.category .checkbox_container .checkbox_label{
	display: block;
	margin-left: 25px;
	line-height: 17px;
}

.category .radio_container{
	display: block;
	margin-bottom: 9px;
}
.category .radio_container input[type="radio"], .category .radio_container .radio_styled{
	float: left;
}
.category .radio_container .radio_label{
	display: block;
	margin-left: 25px;
	line-height: 17px;
}

.category input[type="date"]{
	background-position: center right 2px;
}

.category .dataField{
	padding-left: 10px;
}

.subcat_notation{
	display: inline-block; 
	margin-left: 5px; 
	padding: 1px 6px; 
	background-color: #aaa; 
	border-radius: 5px; 
	color: #fff; 
	font-weight: normal;
}


.position_label{
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 50%;
	font-size: 9px;
	background-color: #777;
	color: #fff;
	font-weight: normal;
}
.label_points{
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	border-radius: 50%;
	font-size: 11px;
	background-color: #00a65a !important;
	color: #fff;
	font-weight: normal;
}
.label_points.neg{
	background-color: #dd4b39 !important;
}

.fieldrow.not_assigned{
	display: none;
}

.Front_form .fieldrow .field_title{
	padding-left: 10px;
	cursor: pointer;
}
.Front_form .fieldrow .field_content{
	display: none;
	
}
.Front_form .fieldrow.opened .field_content{
	display: block;
}
.field_content .col-md-4{
	padding-left: 20px;
}

.table_notation th{
	font-size: 9px;
	height: 8px;
	line-height: 8px !important;
}
.table_notation{
	margin-bottom: 0 !important;
}

.overflow{
	background-color: #ff851b !important;
	color: #fff !important;
}

.page_Front_Form h1{
	font-weight: bold;
	font-size: 21px;
}
.page_Front_Form h3{
	text-transform: uppercase;
	padding: 3px 5px; 
}

.pj_container{
	width: 100%;
	overflow: hidden;
}

input.is_note {border-color: #f77}
input.is_note.filled {border-color: #d2d6de}

/*
.bg-perrenite, .cat-perrenite .bg-cat, .cat-perrenite .radio_styled input:checked ~ .radiobtn{background-color: #ee761b; color: #fff; }
.bg-gouvernance, .cat-gouvernance .bg-cat, .cat-gouvernance .radio_styled input:checked ~ .radiobtn{background-color: #ffdf00; color: #fff;}
.bg-capital_humain, .cat-capital_humain .bg-cat, .cat-capital_humain .radio_styled input:checked ~ .radiobtn{background-color: #d33724; color: #fff;}
.bg-environnement, .cat-environnement .bg-cat, .cat-environnement .radio_styled input:checked ~ .radiobtn{background-color: #058e4c; color: #fff;}
.bg-ecosysteme, .cat-ecosysteme .bg-cat, .cat-ecosysteme .radio_styled input:checked ~ .radiobtn{background-color: #377ca5; color: #fff;}

.cat-perrenite .box-filled{border-top-color: #ee761b;}
.cat-gouvernance .box-filled{border-top-color: #ffdf00;}
.cat-capital_humain .box-filled{border-top-color: #d33724;}
.cat-environnement .box-filled{border-top-color: #058e4c;}
.cat-ecosysteme .box-filled{border-top-color: #377ca5;}

.cat-perrenite .color-cat{color: #ee761b;}
.cat-gouvernance .color-cat{color: #ffdf00;}
.cat-capital_humain .color-cat{color: #d33724;}
.cat-environnement .color-cat{color: #058e4c;}
.cat-ecosysteme .color-cat{color: #377ca5;}
.bg-perrenite:hover,.bg-gouvernance:hover,.bg-capital_humain:hover,.bg-environnement:hover,.bg-ecosysteme:hover,.bg-cat:hover{color: #fff;}
*/

.contact_assign, .assigned_contacts, .contact_preview{
	display: inline-block;
}
.contact_assign{
	padding-left: 20px;
}

.contact_assign_popin{
	font-weight: normal;
	padding: 5px !important;
}

.contact_assign_popin .contact_row{
	display: block;
	padding: 5px 20px 5px 10px;
}
.contact_assign_popin .contact_row:hover{
	background-color: #f8f9fa;
	color: #5A738E;
}
.contact_assign_button{
}
.account_digram, .contact_assign_button{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	padding: 0;
	border: 1px solid transparent;
	vertical-align: middle;
}
.account_digram{
	/*background-color: purple; */
	background-color: #007f92;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
}
a.account_digram{
	background-color: red;
}
.contact_assign_popin .contact_row .checked_flag{
	float: left;
	margin-right: 10px;
}
.contact_assign_popin .contact_row .checked_flag i{visibility: hidden;}
.contact_assign_popin .contact_row.is_checked .checked_flag i{visibility: visible;}

.contact_preview{
	display: none; 
	position: relative;
}
.contact_preview.assigned{display: inline-block;}
.contact_preview.assigned.partial{opacity: 0.5;}

.contact_preview:hover .remove_assoc{display: block;}
.account_digram:hover {border-color: blue;}

.contact_preview .remove_assoc{
	display: none;
	position: absolute;
	right: -4px;
	top: -6px;
	width: 10px;
	height: 10px;
	font-size: 10px;
	color: red;
}

.form-control{
	color: #000;
}

.radio_styled{
    position: relative;
	display: inline;
    cursor: pointer;
    user-select: none;
}
.radio_styled input{
/*	position: absolute;
    opacity: 0; 
    cursor: pointer;*/
	display: none;
}
.radio_styled .radiobtn {
/*    position: absolute;
    top: 0;
    left: 0; */
	display: inline-block;
	
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}
.radio_styled .radiobtn:after {
    display: none;
    content: "";
    position: absolute;
/*    top: 7px; */
	top: 2px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.radio_styled input:checked ~ .radiobtn {
    background-color: #2196F3;
}
.radio_styled input:checked ~ .radiobtn:after{
	display: block;
}

.label_enabled{
	background-color: #0073b7 !important;
}
 

/* upload */

#pwp_form .btn-file, #pwp_form .btn-white {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
		
	position: relative;
	overflow: hidden;
	
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

#pwp_form .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#pwp_form .btn-file + .file_infos .file_name{
    font-size: 10px;
    color: #777;
}
#pwp_form .btn-file + .file_infos .file_preview{
	vertical-align: middle;
	display: none; 
	max-width: 60px;
	max-height: 30px;
}

img.cadre{
	padding: 6px;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	background-color: #fff;
}

.file_upload .progress-group{
	display: none;
}
.file_upload.to_upload .progress-group{
	display: block;
}

.fieldrow.box, .fieldrow .box{
	background-color: #fff;
}
.fieldrow.box{
	padding-top: 8px;
}

.pj_list{
	width: 100%;
	overflow: hidden;
}
.pj_list .table{
	margin-bottom: 0;
}
.category_fields .has_filter{
	padding-left: 3%;
}

.field_help{
	font-size: 90%;
	color: #555;
}
.mytooltip .dataLabel{
	width: 20%;
	font-weight: bold;
}
.good{
	color: #00a65a;
}
.dataLabel .mytooltip{
	min-width: 500px;
}
/* TEST 2024-03-07 */
.filtered{
	display: none !important;
}

.form-control.is-valid, .form-control.filled, .listen_me.filled {
/*  border-color: #28a745; */
/*  padding-right: calc(1.6em + 0.75rem); */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.9em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.form-control.is_note.filled {
  background-position: center right 0;
}

.form-control.is-invalid, .listen_me.filled.form-control.is-invalid, .form-control:invalid, .listen_me.filled.form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#login_form .form-control:invalid{
	border-color: #ced4da;
	background-image: unset;
}


.help_notation_highslide{
	min-height: 300px;
}
.help_notation_highslide h3{
	margin-top: 0;
	padding-top: 0;
	border-bottom: 1px solid #ccc;
}
.help_notation_highslide ul{
	padding-left: 10px;
}

.Front_form div.box{
	height: auto;
	border: 0;
}

.btn-closed{
    background: #147065;
    color: #fff !important;
    border: none;	
}
.btn-validated{
	background: #24aca3;
    color: #fff !important;
    border: none;	
}
.btn-open{
    background: #ff5349;
    color: #fff !important;
    border: none;	
}

.warning_field{
	color: red;
}

.trust{
	display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
	background-color: #aaa;
}
.trust_1{background-color: #147065}
.trust_2{background-color: #ffdf00}
.trust_3{background-color: #c00000}
	
.float_submit{
	position: fixed; 
	bottom: 70px; 
	right: 70px; 
	color: blue;
	font-size: 40px; 
	border: 0; 
	border-radius: 50%; 
	background-color: rgba(255,255,255,0.5); 
}
.float_submit img{
	width: 50px;
	height: 50px;
}
.float_submit:focus{
	outline: 0;
}
.no_zoom:hover{
	transform: none !important;
}

.dragdropoverlay{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(255,255,255,0.7);
	border: 1px dotted #000;
}
.dragdropoverlay:after{
	content: "\f093";
	font-size: 30px;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 48%;
	text-align: center;
	width: 100%;
	height: 100%;
}
.drag .dragdropoverlay{
	display: block;
}


/* 2023-07-06 puce partage */
.front .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    background-color: #dd4b39 !important;
	border-radius: 50%;
}
.front .nav li a span .label {
	top: -8px;
	right: -13px;
}


/* 2023-07-07 checkbox stylé */
.checkbox {
  display: none;
}

.switch {
  align-items: center;
  background-color: #fbba00;
  border-radius: 500px;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: space-between;
  padding: 0 5px;
  position: relative;
  user-select: none;
  width: 50px;
  margin-top: 5px;
  margin-left: 10px;
}


.checkbox:not(:checked) ~ .switch {	
  background-color: gray;
}

.checkbox:checked ~ .switch {
  background-color: #fbba00;
}

.switch__left,
.switch__right {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}

.checkbox:not(:checked) ~ .switch .switch__left {
  visibility: hidden;
}

.checkbox:checked ~ .switch .switch__right {
  visibility: hidden;
}

.switch__circle {
  height: 25px;
  padding: 5px;
  position: absolute;
  transition: all 0.1s linear;
  width: 25px;
}

.checkbox:not(:checked) ~ .switch .switch__circle {
  left: 0;
  right: calc(100% - 25px);
}

.checkbox:checked ~ .switch .switch__circle {
  left: calc(100% - 25px);
  right: 0;
}

.switch__circle-inner {
  background-color: white;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}			  
				