#toolbox_project_form textarea{
	min-height: 250px;
}
#order_bloc_header_ttc,#order_bloc_header_ht,#order_bloc_footer{
	float: left;
	width: 100%;
}
#order_bloc_footer input[type=submit]{
	float: right;
	margin-left: 15px;
}
.order_bloc_header{
	display: block;
	float: left;
	width: 100%;
}
.order_bloc_header label{
	flex-direction: column;
	padding-top: 0;
}
.order_bloc_header label span,.order_bloc_header label input,.order_bloc_header label select{
	width: 100%;
}
.order_bloc_header{
	width: calc((100% - 150px) / 3);
}
#order_bloc_header_ht .order_bloc_header:nth-child(4),#order_bloc_header_ht .order_bloc_header:nth-child(8),#order_bloc_header_ttc .order_bloc_header:nth-child(7){
	width: 150px;
}
#order_bloc_header_ht .order_bloc_header:not(:nth-child(4)):not(:nth-child(8)){
	padding-right: 1%;
}

#order_bloc_header_ttc .order_bloc_header:nth-child(1),#order_bloc_header_ttc .order_bloc_header:nth-child(2),#order_bloc_header_ttc .order_bloc_header:nth-child(3){
	width: calc(100% / 3);
}
#order_bloc_header_ttc .order_bloc_header:not(:nth-child(10)){
	padding-right: 1%;
}
#order_bloc_line{
	margin: 15px 0 0;
}
#order_title{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: #000 dotted 1px;
	align-items: flex-end;
}
#order_bloc_validation label{
	width: 100%;
}
#order_bloc_validation fieldset legend{
	font-weight: bold;
}
#order_bloc_validation fieldset label{
	width: auto;
}
.order_line{
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	align-items: center;
	justify-content: space-between;
}
.order_line_in{
	display: flex;
	width: calc(100% - 60px);
}
.order_line_actions{
	display: flex;
	width: 30px;
	justify-content: flex-end;
}
.order_line_actions span{
	height: 25px;
	cursor: pointer;
}
.order_line_actions svg{
	width: 25px;
	height: 25px;
	fill:var(--color);
	transition-property:fill;
}
.order_line_actions .sort_icon{
	margin-left: 10%;
}
.order_line_actions svg .sort_top_icon,.order_line_actions svg .sort_bottom_icon{
	fill:#fff;
}
.order_line_actions span:first-child:hover svg{
	fill:#e2001a;
}
.order_line_in div{
	font-weight: bold;
	font-size: 0.9rem;
}
.order_line_in div,.order_line_in input,.order_line_in select{
	width: calc(40% / 3);
}
.order_line_mode_ttc .order_line_in div,.order_line_mode_ttc .order_line_in input,.order_line_mode_ttc .order_line_in select{
	width: calc(46% / 3);
}
.order_line_in div:first-child,.order_line_in input:first-child{
	width: 52.5%;
}
.order_line_in input.toolbox_order_designation_empty{
	width: 100%;
	font-weight: bold;
	background:#fafafa;
}
.order_line_in div.order_line_bloc_tva,.order_line_in input.order_field_prix_tva{
	width: 5.5%;
}
.order_field_prix_unitaire,.order_field_prix_quantite,.order_field_prix_tva{
	text-align: center;
}
.order_field_prix_total_ht{
	text-align: right;
}
.order_line_in div:not(:first-child),.order_line_in select,.order_line_in input:not(:first-child){
	margin-left: 0.5%;
}
.order_line_in div:not(:first-child){
	text-align: center;
}
.order_bloc_total:first-child{
	margin-top: 15px;
}
.order_bloc_total{
	border-top: #000 dotted 1px;
}
.order_bloc_total{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding:10px calc(8% + 20px) 10px 0;
}
.order_line_mode_ttc .order_bloc_total{
	padding:10px calc(2.5% + 20px) 10px 0;
}
.order_bloc_total .order_bloc_total_val{
	min-width: 200px;
	padding-left: 1%;
	text-align: right;
}
.order_bloc_total .order_bloc_total_val input{
	text-align: right;
	padding-right: 15px;
}
.order_bloc_total .order_bloc_total_name{
	font-weight: bold;
}
.bdc_recap{
	position: relative;
	float: left;
	width: 100%;
	margin: 0 auto 25px;
    padding: 25px 2%;
    background: #fff;
	border-radius: 3px;
	border:#aaaaaa solid 1px;
}
.bdc_recap h2{
    display: block;
    float: left;
    margin-bottom: 15px;
	padding: 15px;
	text-align: center;
	background:var(--color);
	text-transform: uppercase;
	color:#fff;
	border-radius: 3px;
}
.bdc_recap h2.infos-red{
	background:#e2001a;
}
#table_adresse_title1{
	width: 30%;
}
#form_order label span:first-child{
	font-weight: bold;
}
#drawing{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 75%;
}
#drawing_board{
	border:var(--color) solid 1px;
	max-width: 100%;
	border-radius:3px;
}
#drawing .bouton_nav{
	margin:10px auto 10px 0;
}
#sorter{
	padding: 0;
}
#order_bloc_adder{
	display: none;
}
.multicheck_list{
	display: flex;
	width: 100%;
	padding:15px 0;
	align-items: flex-start;
	border-top:#aaa dashed 1px;
}
.multicheck_list label:first-of-type{
	flex: 0 0 25%;
	width: 25%;
	line-height: 35px;
	margin-bottom: auto;
	padding-top: 0;
}
.multicheck_list_in{
	display: block;
	float: left;
	width: 75%;
	height: 250px;
	margin: 0 0 15px;
	padding: 10px;
	border:var(--color) solid 1px;
	border-radius: 3px;
	background:#fcfcfc;
    overflow-y: scroll;
    scrollbar-color: #505050 #999999;
    scrollbar-width:thin;
	transition-property:transform,box-shadow,max-width;
}
#menus::-webkit-scrollbar {
  width: 3px;
  background-color: #999999;
}
#menus::-webkit-scrollbar-thumb {
    background: #505050;
}
.multicheck_list_in a{
    color:var(--color);
    text-decoration: none;
}
.multicheck_list .multicheck_list_in label{
	width: 100%;
	margin: 0;
	border: none;
	line-height: normal;
	padding: 4px 0;
}
.crm_action_status3 .simple_list_item_container:nth-child(n),.crm_action_status3:nth-of-type(n) .simple_list_item_container:hover,.validated_line .simple_list_item_container:nth-child(n),.validated_line:nth-of-type(n) .simple_list_item_container:hover{
	background:#007700;
	color:#fff;
}
.crm_action_status1 .simple_list_item_container:nth-child(n),.crm_action_status1:nth-of-type(n) .simple_list_item_container:hover,.unvalidated_line .simple_list_item_container:nth-child(n),.unvalidated_line:nth-of-type(n) .simple_list_item_container:hover{
	background:#e2001a;
	color:#fff;
}
.crm_action_status2 .simple_list_item_container:nth-child(n),.crm_action_status2:nth-of-type(n) .simple_list_item_container:hover,.waiting_line .simple_list_item_container:nth-child(n),.waiting_line:nth-of-type(n) .simple_list_item_container:hover{
	background:#d08b13;
	color:#fff;
}
.crm_action_status3 .simple_list_item_container .simple_list_action a:hover svg,.crm_action_status3 .simple_list_item_container svg,.crm_action_status2 .simple_list_item_container .simple_list_action a:hover svg,.crm_action_status2 .simple_list_item_container svg,.crm_action_status1 .simple_list_item_container .simple_list_action a:hover svg,.crm_action_status1 .simple_list_item_container svg,.validated_line .simple_list_item_container svg,.validated_line .simple_list_item_container .simple_list_action a:hover svg,.unvalidated_line .simple_list_item_container svg,.unvalidated_line .simple_list_item_container .simple_list_action a:hover svg,.waiting_line .simple_list_item_container svg,.waiting_line .simple_list_item_container .simple_list_action a:hover svg{
	fill:#fff;
}
#bill-order{
	margin-bottom: 25px;
}
.toolbox_comment_line{
	float: left;
	width: 100%;
	padding-bottom:10px;
	margin-bottom: 10px;
	font-size: 0.8rem;
}
.tool_comment_line_who{
	display: flex;
	align-items: center;
	width: 100%;
}
.tool_comment_line_who span.tool_comment_line_who_date{
	padding: 0 0 0 10px;
	font-style: italic;
}
.tool_comment_line_note{
	margin: 0 0 0 auto;
	padding: 0 0 0 5px;
}
.toolbox_comment_line:not(:last-of-type){
	border-bottom: #000 dashed 1px;
}
.tool_comment_line_star svg{
	width: 20px;
	height: 20px;
	fill:#fff;
	stroke-width:100px;
	stroke:var(--color);
}
.tool_comment_line_star_on svg{
	fill:#f7de00;
}
.tool_comment_line_what{
	margin: 5px 0 0 0;
	padding: 5px;
	border:#aaaaaa solid 1px;
	border-radius: 3px;
	background: #fafafa;
}
#toolbox_suggestion{
	float: left;
	width: 75%;
	border:#e1e1e1 solid 1px;
	background: #fafafa;
	border-radius: 5px;
}
.invisible .toolbox_suggestion_visible,.toolbox_suggestion_invisible{
	opacity: 0;
	visibility: hidden;
	height: 0;
	margin: 0;
}
.toolbox_suggestion_visible{
	opacity: 1;
	visibility: visible;
	height: auto;
	margin:0 0 25px 25%;
}
#pop_chooser_in #toolbox_suggestion{
	width: 100%;
	margin: 25px 0 0 0;
}
#toolbox_suggestion h2{
	padding: 0 10px;
	font-size: 1.3rem;
	color:var(--color);
}
#toolbox_suggestion_list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding:0 0 0 10px;
}
#toolbox_suggestion_list .toolbox_suggestion_btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 0.8rem;
	border-radius: 3px;
	background:var(--color);
	color:#fff;
	transition-property: background;
}
#toolbox_suggestion_list .toolbox_suggestion_btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color:#fff;
}
#toolbox_suggestion_list .toolbox_suggestion_btn:hover{
	background:#000;
}
.toolbox_btn_chooser_search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
#toolbox_suggestion_list a svg,#toolbox_suggestion_list .toolbox_btn_chooser_search svg{
	width: 20px;
	height: 20px;
	margin: 0 0 0 5px;
	fill:#fff;
}
#pop_chooser{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:rgba(0,0,0,0.8);
	transition-property: opacity;
}
#pop_chooser_in{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	width: 950px;
	height: calc(100% - 100px);
	padding: 25px;
	background:#fff;
	border:var(--color) solid 1px;
	border-radius: 5px;
	overflow-y: scroll;
    scrollbar-color: #505050 #999999;
    scrollbar-width:thin;
	transition-property:transform,box-shadow,max-width;
}
#pop_chooser_in::-webkit-scrollbar {
  width: 3px;
  background-color: #999999;
}
#pop_chooser_in::-webkit-scrollbar-thumb {
    background: #505050; 
}
.visible{
	visibility: visible;
	opacity: 1;
}
.invisible{
	visibility: hidden;
	opacity: 0;
}
#pop_chooser_close{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
}
#pop_chooser_close svg{
	width: 40px;
	height: 40px;
	cursor: pointer;
	fill:#fff;
	transition-property: fill;
}
#pop_chooser_close:hover svg{
	fill:var(--color);
}
.order_bloc_header select[name=FK_toolbox_project_id],.order_bloc_header select[name=FK_toolbox_provider_id]{
	cursor: pointer;
}
.toolbox_mini_bloc{
	float: left;
	width: 100%;
	margin:25px 0;
	padding:15px 2%;
	border:#e1e1e1 solid 1px;
	background: #fafafa;
	border-radius: 5px;
}
.toolbox_mini_bloc h2{
	color:var(--color);
}
.toolbox_comment{
    float: left;
    width: 100%;
    padding:15px 2%;
	border:#e1e1e1 solid 1px;
	background: #fafafa;
	border-radius: 5px;
}
#menu_home{
    float: left;
    width: 100%;
}
#toolbox_stats_bloc{
    float: left;
    width: 100%;
    margin: 0 0 35px;
}
#toolbox_stats_bloc form{
    margin:0 10%;
    width: 80%;
}
.stats_bloc{
    position: relative;
    min-width: 350px;
    max-width: 100%;
    margin: 0 auto 25px;
    background:var(--color);
    border-radius:5px;
}
.stats_bloc_line{
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-between;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.stats_bloc_name{
    width: 80%;
    padding: 5px 10px;
    color: #fff;
}
.stats_bloc_number{
    width: 20%;
    padding: 5px;
    text-align: center;
    background: #fff;
    border:var(--color) solid 1px;
}
.stats_bloc_line:first-of-type .stats_bloc_number{
    border-top-right-radius: 5px;
}
.stats_bloc_line:last-of-type .stats_bloc_number{
    border-bottom-right-radius: 5px;
}
.stats_bloc_line:first-of-type .stats_bloc_name{
    border-top-left-radius: 5px;
}
.stats_bloc_line:last-of-type .stats_bloc_name{
    border-bottom-left-radius: 5px;
}
body .simple_list_name{
    width: auto;
}
.dashboard_blocs{
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
#dashboard_contact_list,#dashboard_actions{
    width: 100%;
}
.dashboard_bloc{
    min-width: calc((100% - 25px) / 2);
    margin-bottom: 25px;
    padding: 15px 25px;
    border: var(--color) solid 1px;
    border-radius: 3px;
    background: #fff;
}
.dashboard_bloc p{
    margin: 0;
}
.dashboard_bloc h2{
    margin: 0 0 15px 0;
    font-weight: normal;
    text-transform: uppercase;
    color:var(--color);
}
.dashboard_bloc_line{
    display: flex;
    /*white-space: nowrap;*/
}
.dashboard_bloc_line:not(:last-of-type){
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: var(--color) dotted 1px;
}
.dashboard_bloc_line_name{
    width: 40%;
    font-weight: bold;
}
.dashboard_bloc_line_data{
    width: 60%;
    text-align: right;
    white-space:normal;
}
h2 a,.dashboard_bloc_line a{
    color:var(--color);
}
form .toolbox_mini_bloc label{
    width: 100%;
}
form .toolbox_mini_bloc fieldset label{
    width:auto;
}
#dashboard_contact_list_title,#dashboard_actions_title{
    font-weight: bold;
}
#dashboard_contact_list .dashboard_bloc_line .dashboard_contact_color{
    width: 5px;
    margin-right: 5px;
    align-self: stretch;
}
#dashboard_contact_list .dashboard_bloc_line .dashboard_bloc_line_action,#dashboard_actions .dashboard_bloc_line .dashboard_bloc_line_action{
    width: 60px;
    text-align: right;
}
#dashboard_contact_list .dashboard_bloc_line .dashboard_bloc_line_tel,#dashboard_contact_list .dashboard_bloc_line .dashboard_bloc_line_mobile{
    width: 200px;
}
#dashboard_contact_list .dashboard_bloc_line,#dashboard_actions .dashboard_bloc_line{
    align-items: center;
}
#dashboard_contact_list .dashboard_bloc_line div{
    width: calc((100% - 440px) /2);
}
.dashboard_color_green{
    background:#007700;
}
.dashboard_color_red{
    background:#e2001a;
}
.dashboard_color_gold{
    background:#d4af37;
}
.dashboard_edit_title_btn{
    float: right;
    margin-left: 5px;
}
.dashboard_edit_title_btn svg{
    width: 45px;
    height: 45px;
    fill:#000;
    transition-property: fill;
}
h2 .dashboard_edit_title_btn svg{
    width: 30px;
    height: 30px;
}
.dashboard_bloc_line_action svg,.dashboard_contact_picto svg{
    width: 25px;
    height: 25px;
    fill:#000;
    transition-property: fill;
}
.dashboard_bloc_line_action a:hover svg,.dashboard_edit_title_btn:hover svg{
    fill:var(--color);
}
.dashboard_contact_picto{
    width: 40px;
}
.dashboard_bloc_line_date{
    width: 250px;
    padding-right: 5px;
}
.dashboard_bloc_line_status{
    width: 80px;
}
.dashboard_bloc_line_libelle,.dashboard_bloc_line_people{
    width: calc((100% - 320px) / 2);
}
.dashboard_blocs_widget .dashboard_bloc_line_customer,.dashboard_blocs_widget .dashboard_bloc_line_libelle,.dashboard_blocs_widget .dashboard_bloc_line_people{
    width: calc((100% - 400px) / 3);
}
.dashboard_status_picto1 svg{
	fill:#e2001a;
}
.dashboard_status_picto2 svg{
	fill:#d08b13;
}
.dashboard_status_picto3 svg{
	fill:#007700;
}
.crm_green{
	color:#007700;
}
.widget_dates a{
    text-decoration: none;
    color:#000;
    transition-property: color;
}
.widget_dates a:hover,.widget_dates a.widget_date_on{
    color:var(--color);
}
.widget_dates a.widget_date_on{
    font-weight: bold;
}
.customer_other_activity{
    display: none;
}
#toolboxcustomer .simple_list_name{
    width: calc(100% - 165px);
}
.toolbox_customer_status{
    position: relative;
    margin-left: auto;
}
#marge_blocs{
    display: flex;
    flex-wrap: wrap;
    padding-left:25%;
}
.marge_bloc_in{
    width: 50%;
}
.marge_bloc_in:not(:nth-child(2n)){
    padding-right: 15px;
}
#marge_blocs .marge_bloc_in label{
    flex-direction: column;
    padding-top: 0;
}
.marge_bloc_in input{
    margin-bottom: auto;
    width: 100%;
}