
#produits_style.advanced_search_panel .selectize-input > div {
	margin: -1px 2px 0 2px !important;
    padding: 0 5px !important;
} 
.go_course,
.go_commande, 
.go_log {
	cursor: pointer;
} 
.not-editable { 
	background: #ddd; 
}
.add_tarifs_btn i { 
	color: #FFF;
}
.add_tarifs_btn {
	margin: 0 auto;
} 
.go_course, .clickable-button,
.go_commande,.go_log {
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}
.btn-touch {
	background: hsl($$COULEUR$$, 64%, 42%) !important;
	border-color: hsl($$COULEUR$$, 64%, 42%) !important;
	font-weight: bold;
}
.btn-not-touch {
	background: #bdbdbd !important;
	border-color: #bdbdbd !important;
	font-weight: bold;
}
.dashboard .go_course:hover, .dashboard .clickable-button:hover {
    -webkit-transform:scale(1.03); /* Safari and Chrome */
    -moz-transform:scale(1.03); /* Firefox */
    -ms-transform:scale(1.03); /* IE 9 */
    -o-transform:scale(1.03); /* Opera */
    transform:scale(1.03);
}
.options-prop-inputs ._id {
	display: none !important;
}
.retard_line .css_retard_td {
	font-size: 18px !important;
	padding: 10px;
}
[class*="do_"] {
	display: none;
}
.resizer_all {
	height: 100vh;
}
.login-screen-ask .name_compte {
	background: white !important;
	color:black !important;
}
.login-screen-ask .phone_number {
	color:black !important;
}
.login-screen-ask {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	/* height: 490px; */
	border-radius: 5px;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	background: #E7E9EA !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	-webkit-transition: height .3s, margin .3s;
	transition: height .3s, margin .3s
}
@media (max-width: 768px) { 
	.login-screen-ask {
		width: 80%;
	}
}
.get_materiaux label {
	white-space: normal !important;
}
video#bgvid {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}


.schedule-table {
	border-spacing:2px !important;
	border-collapse: inherit !important;
	width: 95%;
	margin: 0 2.5%;
}
.schedule-header {
	width: 100%;
}
.schedule-header th {
	text-align: center;
	width: 12.5%;
}
.schedule-rows td[data-selected],
.schedule-rows td[data-selecting] { background-color: #ef5350; }

.schedule-rows td[data-disabled] { opacity: 0.55; }


.error::before {
	background: #F44336 !important;
}
.validation::before {
	background: #4CAF50 !important;
}
.btn-primary {
	background: #573555;
	border-color: #573555;
}

.company_select_all .selectize-input, .projet_select_all .selectize-input{
	min-height: 34px !important;
	max-height: 34px !important;
}

.select_division .selectize-input, .select_division .selectize-input.input-active {
	background: transparent !important;
	border: none;
	border-bottom: 2px solid #CACACA;
}
.select_division input::placeholder {
	color:#808182;	
}
.bg-login {
	background: rgb(173, 3, 72);
	background: url(/assets/globals/img/picjumbo/large/background-29.jpg) no-repeat center center fixed;
	background-size: cover;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
/*
	-webkit-box-shadow: 0 0 0px 1000px rgb(104, 2, 43) inset;
	-webkit-text-fill-color: white !important;
*/
}

.icon-nav {
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	color: #861f87;
}
.nav-buttons {
	position: fixed;
	z-index: 4;
	top: 66px;
	left: 0;
	width: 80px;
	padding: 27px;
	cursor: pointer;
}
.modal-backdrop {
	position: fixed;
}
@media (min-width: 768px) {
	.all_rdv_dvl {
		max-height:300px;
		padding:0px !important;
	}
	.rdv {
		overflow-x:scroll;
		display:flex;
	}
	.rdv > .label_rdv3,{
		min-width: 200px;
		max-width: 200px;
		float: left;
		margin-left: 20px;
	}
}
@media (max-width: 768px) {
	.all_rdv_dvl {
		max-height:400px;
		padding:0;
		overflow-y:scroll;
	}
	.rdv {
		overflow-y:scroll;
		display:block;
	}
	.label_rdv3 {
		width: 90%;
		min-width: inherit !important;
		max-width: inherit !important;
	}
	.dvl_map {
		display: none;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
	  width: 85%;
	}
	.deconnexion_button {
	    bottom: 10px;
	    position: fixed;
	    left: 27px;
	}
}

@media (max-width: 767px) {
	.modal-dialog {
	  width: 85%;
	}
	.nav-bar-container .nav-buttons {
		position: fixed;
		padding: 0;
		line-height: 28px;
		width: 100%;
		top: 0;
		left: 70px;
	}
	.nav-bar-container .nav-buttons a {
		padding-left: 10px;
	}

	.deconnexion_button {
	    top: 0px;
	    position: fixed;
	    right: 27px;
	}
}

.modal-backdrop, .modal-backdrop.fade.in {
	z-index: 4;
}
.list-material > li .list-action-right {
	width: 200px;
}

.modal.full-height .modal-content .modal-body {
	height: calc(100% - 0px);
}
.selectize-control.selectize-contacts .selectize-input > div {
    padding: 3px 10px;
    -webkit-font-smoothing: inherit;
    border-radius: 4px;
    -webkit-font-smoothing: inherit;
    color: #fff;
}

.map {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
}

.gestion_general .modal.in .modal-dialog {
	transform: translate(0, 0) !important;
}
.gestion_general .modal-backdrop.in {
	opacity: 0 !important;
}
.gestion_general .modal-backdrop {
	height: 0px !important;
}
.adresse .selectize-input::before {
	content: "\f4a4";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	width: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.table-btn {
	display: block;
	text-align: center;
	margin: 10px auto;
	color: #d50000;
}
.table-model {
	display: none;
}
.table-add, .table_view_devis {
	display: block;
	text-align: center;
	color: #00b838
}
.table_view_devis {
	padding-top: 20px;
}
.bootstrap-select.btn-group .dropdown-menu {
	overflow: auto !important;
}

.modal-sm {
  width: 600px;
}

.retour {
	display: none;
}

.header-tabs ul li a {
	color: #333;
}

.center_table {
	background: #f0f0f0
}


.webix_tree_file, .webix_tree_folder, .webix_tree_folder_open {
    background-image: none !important;
    line-height: 32px !important;
}

.highlight:not(.selectize-dropdown [data-selectable] .highlight) {
	background: #000 !important;
}

.my_line_mark{
	width:100%; height:1px;
	position:absolute;
	left:0px;
	display:none;
}

/*custom style for treeB*/
.my_custom_mark:before{
	content:" << drop item here >> ";
	display:block;
	position:relative; top:-1px;
	height:20px; width:100%;
	background: orange;
}

/*custom style for treeC*/
.webix_drag_over{
	position:relative;
	top:-1px; height:19px;
}

.webix_view {
	border: none !important
}

.masquer {
	opacity: 0;
}

.table-webix-full > .webix_dtable {
	width: 100% !important;
	height: 100% !important;
}

.header-tabs {
	background: #FFF;
}
.page-header {
	background: #fff;
}
.nav-tabs.tabs-active-text-white > li.active a, .nav-tabs.tabs-active-text-white > li.active a:hover, .nav-tabs.tabs-active-text-white > li.active a:active, .nav-tabs.tabs-active-text-white > li.active a:focus {
	color: #861f87
}

.nav-tabs.tabs-active-border-yellow > li.active a:after, .nav-tabs.tabs-active-border-yellow > li.active a:hover:after, .nav-tabs.tabs-active-border-yellow > li.active a:active:after, .nav-tabs.tabs-active-border-yellow > li.active a:focus:after {
	border-color: #861f87
}

.content {
	overflow: hidden;
}

.webix_layout_space .webix_layout_accordion .webix_accordionitem, .webix_layout_space>.webix_view, .webix_layout_wide .webix_layout_accordion .webix_accordionitem, .webix_layout_wide>.webix_view {
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.webix_resizer_vx, .webix_resize_origin_x, .webix_resize_handle_x {
	cursor: col-resize !important;
}

.login_page .form-control {
	color: #FFF
}

.overlay .logo {
	left: 0;
}

.card_blog {
	cursor: pointer;
}

.card_blog, .clickable-button {
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}

.card_blog:hover, .clickable-button:hover {
    -webkit-transform:scale(1.01); /* Safari and Chrome */
    -moz-transform:scale(1.01); /* Firefox */
    -ms-transform:scale(1.01); /* IE 9 */
    -o-transform:scale(1.01); /* Opera */
     transform:scale(1.01);
}

.no_content {
	margin: 60px auto;
	display: block;
	text-align: center;
	color: #d3d3d3;
}

iframe {
	width: 100%;
	border: 0;
}

.card.card-event .card-heading, .card.card-event .card-heading iframe {
	height: 250px;
}

.modal .panel {
	border-radius: 3px;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.26);
}

.table-delete:hover {
	color: #b80000;
}

.colisage .list tr:first-child .table-delete {
	display: none;
}

.recherche_color {
    border-bottom: #8A8A8A 2px solid;
    background-color: #FBFBFB;
    padding-bottom: 0 !important;
}
/*

.selectize-contacts .selectize-dropdown-content > div:first-child {
	background: #fffbb5
}
*/
.header_page {
	background-repeat: no-repeat;
	background-position: center right 100px;
	background-size: contain;
	text-align: left;
	border: none;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 20px;
	background-color: #f1ebdb;
	width: 100vw;
}
.webix_cal_event {
	color: #573555;
}
.webix_cal_footer .webix_cal_done, .webix_time_footer .webix_cal_done {
	background: #573555;
	border-color: #573555;
}

#tarifs {
	background: #FFF;
}
.webix_accordionitem_header
{
	background: #7B8388;
}

.webix_header {
	background: hsla(198, 63%, 33%, 0.37);
	color: #fff;
}
[data-toggle=add-shop]::after {
	font-size: 22px;
	content: "\f3f7" !important;
}
[data-toggle=add-shop]:hover::after {
	font-size: 22px;
	content: "\f3f8" !important;
}

#tarifs .webix_first {
	background: #861F87;
	color: #fff;
}

.parsley-errors-list {
	float: left;
}

input.editable {
    margin-right: 4px;
    border: #EEE 1px solid;
}
input.editable.mini {
    text-align: center;
    width: 50px;
}

input.editable.moyen {
    text-align: center;
    width: 100px;
}

input.editable.max {
    width: 100%;
}
input.editable:read-only {
	border: none;
}

a.table-add:hover, a.table-add:focus {
    color: #04ab36;
    text-decoration: underline;
}

.prest_css tr:first-child .table-delete {
	display: none;
}

.overlay .logo {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

.theme-teal .layer-container .menu-layer li .child-menu li.open {
	background: rgba(140, 0, 149, 0.1);
}

.scrollable-tabs {
	z-index: 3;
}

.inputer .input-wrapper:before {
    background: #CACACA;
}

.selectize-input, input.editable {
    border-color: #818181;
}

input.editable {
	border: none;
    border-bottom: #CACACA 2px solid;
    height: 43px;
    padding: 6px 12px;
}

.webix_el_colorpicker input, .webix_el_combo input, .webix_el_datepicker input, .webix_el_search input, .webix_el_text input {
	height: 35px;
}
.counter_map {
	position: absolute;
	background: white;
	bottom: 55px;
	left: 0px;
	width: 200px;
	height: 30px;
	z-index: 9;
	text-align: center;
	border: 2px solid $$BORDER_CLAIR$$;
	font-size: 15px;
}
.counter_select {
	position: absolute;
	background: white;
	bottom: 85px;
	left: 0px;
	width: 200px;
	height: 30px;
	z-index: 9;
	text-align: center;
	border: 2px solid $$BORDER_CLAIR$$;
	border-bottom: none;

	font-size: 15px;
}
.clear_selection {
	position: absolute;
	bottom: 150px;
	left: 25px;
	z-index: 9;
}
.go_selection {
	position: absolute;
	bottom: 60px;
	left: 220px;
	z-index: 9;
}
.go_param {
	position: absolute;
	bottom: 150px;
	left: 125px;
	z-index: 9;
}
.radio_rdv {
	display: none;
}

.label_rdv {
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 15px 0px;
  font-size: 15px; 
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-weight:600;
  background-color: $$DISPATCH_SELECTED$$;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
}

.label_rdv:hover {
  background-color: $$BACKGROUND$$;
}

.radio_rdv:hover, .radio_rdv:focus + .label_rdv {
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.radio_rdv:checked + .label_rdv {
  background-color: $$BACKGROUND$$;
}

.radio_rdv:checked + .label_rdv::before {
  background-color: #fff;
}
.radio_rdv2 {
	display: none;
}
.label_rdv2 {
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 15px 0px;
  font-size: 13px; 
  border: 3px solid #fff;
  border-radius: 5px;
  color: #rgb(37, 36, 36);
  font-weight:600;
  background-color: #eeeeee;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
}

.label_rdv2:hover {
	color:#eeeeee;
  background-color: rgb(114, 114, 114);
}

.radio_rdv2:hover, .radio_rdv2:focus + .label_rdv2 {
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.radio_rdv2:checked + .label_rdv2 {
	color:#eeeeee;
  background-color: rgb(114, 114, 114);
}

.radio_rdv2:checked + .label_rdv2::before {
  background-color: #fff;
}
.radio_rdv3 {
	display: none;
}
.label_rdv3 {
  display: block;
  position: relative;
  margin: 20px 10px 20px 10px;
  padding: 15px 0px;
  font-size: 12px;
  min-width: 175px;
  max-width: 175px;
  text-align:center; 
  border: 3px solid #fff;
  border-radius: 5px;
  color: #rgb(37, 36, 36);
  font-weight:600;
  background-color: #eeeeee;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
}

.label_rdv3:hover {
	color:#eeeeee;
  background-color: rgb(114, 114, 114);
}

.radio_rdv3:hover, .radio_rdv3:focus + .label_rdv3 {
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.radio_rdv3:checked + .label_rdv3 {
	color:#eeeeee;
  background-color: rgb(114, 114, 114);
}

.radio_rdv3:checked + .label_rdv3::before {
  background-color: #fff;
}


.text-dlv {
	margin-bottom: 0px;
}
.modal-dialog {
	overflow: hidden;
}

.audiojs .play-pause .play i, .audiojs .play-pause .pause i, .audiojs .play-pause .loading i, .audiojs .play-pause .error i {
    left: 5px;
    top: 8px;
}

.audiojs .play-pause {
	background: rgba(0,0,0, 0.1);
	transition: 0.3s;
	display: none;
}

.audiojs .play-pause:hover {
	background: rgba(0,0,0, 0.4);
}

.audiojs .play-pause .play {
	top: 50%;
	left: 50%;
	background: #773272;
    width: 50px;
    height: 50px;
}
.audiojs .play-pause:hover .play {
	background: #573555;
}

iframe[src=""] ~ .play-pause {
	display: block; 
}
#bootstrap-duallistbox-selected-list_ option:checked, 
#bootstrap-duallistbox-nonselected-list_ option:checked,
#bootstrap-duallistbox-selected-list_ option:focus, 
#bootstrap-duallistbox-nonselected-list_ option:focus 
#bootstrap-duallistbox-selected-list_ option:hover, 
#bootstrap-duallistbox-nonselected-list_ option:hover {
	background: #eeeeee;
}
#bootstrap-duallistbox-selected-list_ option, #bootstrap-duallistbox-nonselected-list_ option {
	height: 30px;
	padding-top: 10px;
	border-bottom: 1px #eeeeee solid;
} 
#bootstrap-duallistbox-selected-list_, #bootstrap-duallistbox-nonselected-list_ {
	border: 1px #eeeeee solid !important;
	border-radius: 5px;
}
#go_select_client .removeall, #go_select_client .moveall, #go_select_client .move,#go_select_client .remove {
	width: 49%;
	height: 40px; 
	margin: 10px 0;
	padding: 0;
	line-height: 10px;
}
#go_select_client .move, #go_select_client .removeall {
	margin-left: 1%;
}
.card.card-event .card-body .calendar {
	z-index: 3;
}

.card.card-event .card-body .calendar .sub {
    font-size: 18px;
    text-align: center;
    color: #c0392b;
}

.switcher input + label {
    text-indent: 80px;
    line-height: 18px;
}

.droits_style p {
    width: 450px;
    color: inherit;
}

.form-control:focus {
	border-color: #9b26af;
}

.prestations > thead > tr > th, .prestations > tbody > tr > th, .prestations > tfoot > tr > th, .prestations > thead > tr > td, .prestations > tbody > tr > td, .prestations > tfoot > tr > td {
	border-top: none;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: $$BORDER_CLAIR$$;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	background: $$BACKGROUND$$;
}

.bootstrap-switch {
    border-color: $$BORDER_CLAIR$$ !important;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
	border-radius: 0;
	width: 35px !important;
}

.noUi-background {
	background: -webkit-linear-gradient(left, hsla(0, 69%, 60%, 1),hsla(10, 69%, 60%, 1),hsla(20, 69%, 60%, 1),hsla(30, 69%, 60%, 1),hsla(40, 69%, 60%, 1),hsla(50, 69%, 60%, 1),hsla(60, 69%, 60%, 1),hsla(70, 69%, 60%, 1),hsla(80, 69%, 60%, 1),hsla(90, 69%, 60%, 1),hsla(100, 69%, 60%, 1),hsla(110, 69%, 60%, 1),hsla(120, 69%, 60%, 1),hsla(130, 69%, 60%, 1),hsla(140, 69%, 60%, 1),hsla(150, 69%, 60%, 1),hsla(160, 69%, 60%, 1),hsla(170, 69%, 60%, 1),hsla(180, 69%, 60%, 1),hsla(190, 69%, 60%, 1),hsla(200, 69%, 60%, 1),hsla(210, 69%, 60%, 1),hsla(220, 69%, 60%, 1),hsla(230, 69%, 60%, 1),hsla(240, 69%, 60%, 1),hsla(250, 69%, 60%, 1),hsla(260, 69%, 60%, 1),hsla(270, 69%, 60%, 1),hsla(280, 69%, 60%, 1),hsla(290, 69%, 60%, 1),hsla(300, 69%, 60%, 1),hsla(310, 69%, 60%, 1),hsla(320, 69%, 60%, 1),hsla(330, 69%, 60%, 1),hsla(340, 69%, 60%, 1),hsla(350, 69%, 60%, 1),hsla(360, 69%, 60%, 1));
	background: -moz-linear-gradient(left, hsla(0, 69%, 60%, 1),hsla(10, 69%, 60%, 1),hsla(20, 69%, 60%, 1),hsla(30, 69%, 60%, 1),hsla(40, 69%, 60%, 1),hsla(50, 69%, 60%, 1),hsla(60, 69%, 60%, 1),hsla(70, 69%, 60%, 1),hsla(80, 69%, 60%, 1),hsla(90, 69%, 60%, 1),hsla(100, 69%, 60%, 1),hsla(110, 69%, 60%, 1),hsla(120, 69%, 60%, 1),hsla(130, 69%, 60%, 1),hsla(140, 69%, 60%, 1),hsla(150, 69%, 60%, 1),hsla(160, 69%, 60%, 1),hsla(170, 69%, 60%, 1),hsla(180, 69%, 60%, 1),hsla(190, 69%, 60%, 1),hsla(200, 69%, 60%, 1),hsla(210, 69%, 60%, 1),hsla(220, 69%, 60%, 1),hsla(230, 69%, 60%, 1),hsla(240, 69%, 60%, 1),hsla(250, 69%, 60%, 1),hsla(260, 69%, 60%, 1),hsla(270, 69%, 60%, 1),hsla(280, 69%, 60%, 1),hsla(290, 69%, 60%, 1),hsla(300, 69%, 60%, 1),hsla(310, 69%, 60%, 1),hsla(320, 69%, 60%, 1),hsla(330, 69%, 60%, 1),hsla(340, 69%, 60%, 1),hsla(350, 69%, 60%, 1),hsla(360, 69%, 60%, 1));
}

.noUi-handle:after, .noUi-handle:before {
	background: #FFF;
}
.noUi-handle {
	background: #861f87;
	border-color: #861f87;
	box-shadow: none;
}

input.editable {
	transition: 0.3s;
}

input.editable:focus {
	border-bottom-color: #861f87;
}

.noUi-background {
	border: none;
}

.client .statistiques-vehicules .c3-tooltip-container {
	display: none !important;
}
.produits .tooltip {
	z-index: 9999;
}
.header_color {
	background: #861f87;
}

/* DARKEN START */
/*
.statistiques .nav-bar-border,
body.statistiques
{
	background: #262626;
}

.statistiques .nav-buttons a, .statistiques .nav-buttons span,
.statistiques .panel > .panel-heading .panel-title h4
{
	color: #CCC;
}

.statistiques .nav-menu .hamburger .patty
{
	background: #CCC;
}

.statistiques .nav-bar-border {
	border-right-color: #3C3C3C;
}
.statistiques .header_color,
.statistiques .panel {
	background: #191919;
}
.statistiques .panel > .panel-heading {
	border-bottom: none;
}
.statistiques .c3-chart-arcs-title, .c3-legend-item text{
	fill: #CCC;
}
.statistiques .c3-target text{
	font-weight: bold;
	fill: #3C3C3C;
	transition: 0.09s;
}
.statistiques .c3-chart-arcs-title {
	font-weight: bolder
}
.statistiques .c3-target.c3-focused text{
	font-weight: bold;
	fill: #3C3C3C;
	font-size: 14px;
}

	 DARKEN END */

button *, a * {
	cursor: pointer;
}

.my_line_mark{
	border-top:1px dashed orange;
	width:100%; height:1px;
	position:absolute;
	left:0px;
	display:none;
}

/*custom style for treeB*/
.my_custom_mark:before{
	content:" << drop item here >> ";
	display:block;
	position:relative; top:-1px;
	height:20px; width:100%;
	background: orange;
}
.remove_mouvement {
	font-size: 15px;
	color: red;

	z-index: 99;
}
/*custom style for treeC*/
.webix_drag_over{
	border-top:1px dashed orange;
	position:relative;
	top:-1px; height:19px;
}

.statut_1{
	background-color: #FFAAAA;
}

.statut_2{
	background-color: #ffdaaa;
}

.statut_3{
	background-color: #ffdaaa;
}

.custom-header input {
	border-color: #FFF;
	border: none;
	padding-left: 30px;
	color: #FFF;
}
.custom-header::before {
	content: "\f4a5";
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 13px;
}

.custom-header::after {
	content: "\f4a5";
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 225px;
    top: 13px;
}
.custom-header input::-webkit-input-placeholder {
	color: #FFF;
}
.custom-header input::-webkit-input-placeholder {
   color: #FFF;
}

.custom-header input:-moz-placeholder { /* Firefox 18- */
   color: #FFF;
}

.custom-header input::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;
}

.custom-header input:-ms-input-placeholder {
   color: #FFF;
}

.custom-header .form-control:focus {
    border: none;
}
.ms-container .ms-list {
	border-radius: 0;
}
.ms-container .ms-list.ms-focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ms-container {
	background: none;
}
.ms-container::before {
	content: "\f268";
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 30px;
    position: absolute;
    left: 45%;
    top: 47%;
    color: #5677fc;
}
.btn-white {
	color: #fff;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
	color: #F0F0F0;
}

.show-pane-login {
	color: #333;
}
.show-pane-login:hover {
	color: #666;
}
.ligne_prestations {
    background: rgba(230, 230, 230, 0.4);
    border: #ccc 1px dashed;
    padding: 20px;
    margin-top: 40px;
}

.suggest_code_postal {
	width: 200px !important;
}
.suggest_code_postal .webix_view.webix_list {
	width: 185px !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	max-width: 100%;
}
.panel_chauffeur .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: inherit !important;
}
.dropdown-menu open {
	min-height: 84px !important;
}
.webix_checkbox_1 .webix_custom_checkbox:before {
    line-height: 13px;
    margin-left: -4px;

}
.webix_custom_checkbox {
	height: 20px;
	width: 20px;
}
.input-group {
	margin-bottom: 0;
}

.saisie .form-control {
	height: 30px;
}
.saisie .panel .panel-body {
	padding: 10px 20px 0 20px;
}
.saisie .inputer {
	margin-bottom: 0;
}
.saisie .inputer label {
	top: -4px;
}
.saisie .inputer.floating-label {
	margin-top: 2px;
}

.saisie .inputer.floating-label .form-control ~ label {
	color: rgba(0, 0, 0, 0.45);
}

.saisie .inputer.floating-label input {
	font-weight: bold;
}

.saisie .inputer.floating-label .form-control.valid ~ label {
	color: #9b26af
}
.saisie .form-control-feedback {
	top: -10px;
}

.demande_transport .form-control {
	height: 30px;
}
.demande_transport .panel .panel-body {
	padding: 10px 20px 0 20px;
}
.demande_transport .inputer {
	margin-bottom: 0;
}
.demande_transport .inputer label {
	top: -4px;
}
.demande_transport .inputer.floating-label {
	margin-top: 2px;
}

.demande_transport .inputer.floating-label .form-control ~ label {
	color: rgba(0, 0, 0, 0.45);
}

.demande_transport .inputer.floating-label input {
	font-weight: bold;
}

.demande_transport .inputer.floating-label .form-control.valid ~ label {
	color: #9b26af
}
.demande_transport .form-control-feedback {
	top: -10px;
}

.imediat_time_picker {
	width: 260px;
	display: block;
	padding-top: 0px;
}
.time_picker {
    width: 157px;
	display: block;
	margin: 0 auto 10px auto;
}

.saisie #colisage .form-control {
	height: 40px;
	margin-top: 5px;
}

.saisie #colisage .table {
	margin-bottom: 0;
}

.demande_transport #colisage .form-control {
	height: 40px;
	margin-top: 5px;
}

.demande_transport #colisage .table {
	margin-bottom: 0;
}

.button-full-striped {
    border-radius: 3px;
    background: transparent;
}

.button-full-striped.btn-primary {
	color: #337ab7;
}

.button-full-striped:hover, .button-full-striped:active, .button-full-striped:focus {
	color: white;
}
.sweet-alert .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chez_moi_style, .css_delete_majoration {
	line-height: 50px;
}
.chez_moi_style label, .css_delete_majoration label {
	margin-left: 53px;
}
.icon_majoration:before {
	margin-top: -10px !important;
}
.courses_pro .webix_ss_header,
.commandes_pro .webix_ss_header {
	position: fixed;
	z-index: 1;
}
.courses_pro .webix_ss_body {
	margin-top: 100px;
}
.courses_pro,
.commandes_pro {
	display: inline !important;
	float: left;
}

.webix_cal_time {
	background: #337ab7;
	color: #fff;
	padding: 6px;
	border-radius: 6px;
}
.webix_cal_time:hover {
	color: #fff;
}
.home_hide.disabled .input-wrapper::after {
	transform: scale3d(1, 1, 1);
	background: #337ab7;
	content: "";
}
.home_hide input[readonly] {
	color: #337ab7;
}

.colisage .input-group-btn-vertical, .panier .input-group-btn, .append_panier .input-group-btn {
	display: none;
}

body.saisie {
	background: #F0F0F0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.icon_size {
	 font: normal normal normal 30px/1 FontAwesome !important;
}
#collapse_assurance .input-group-btn-vertical, #collapse_assurance  .input-group-addon.bootstrap-touchspin-postfix {
	padding-top: 26px;
}

.twitter-typeahead .tt-suggestion {
    padding: 0 20px;
}
.twitter-typeahead .tt-menu {
	width: 100%;
	min-width: 350px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: rgb(255, 255, 255);
    padding: 10px 0;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.30);
}

.card-body small {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
}
.card-body small * {
	display: inline;
}
.page-header .profile-info .profile-photo img {
	height: 100px;
}

body.dashboardcourse .nav-bar-container,
body.dashboardcommande .nav-bar-container {
	z-index: 5;
    position: absolute;
}
.tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}
.profile-photo img, .page-header .profile-info .profile-photo img{
	width: 100px;
	height: 100px;
}

.card-dashboard-info .card-icon {
	opacity: .5;
}

.loading-bar.loading-purple:before {
	background: #9b26af !important;
}

.card.card-event .card-body .calendar {
	background: #FFF;
}


.fixed-table-container {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.footer:before {
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: rgba(126, 126, 126, 0.6);
}
.footer{
	background: #e8e8e8;
    color: #ffffff;
    padding: 0;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	height: 55px;
    line-height: 45px;
    color: $$BACKGROUND$$;
}
.header_commande {
	background: hsl($$COULEUR$$, 64%, 42%);
	color: white;
}
.footer .btn-group > .btn, .footer .btn-group-vertical > .btn,.footer_map .btn-group > .btn, .footer .btn-group-vertical > .btn  {
    color: $$BACKGROUND_CLAIR$$;
    border-top: 3px solid $$BORDER_CLAIR$$;
}

.fixed-footer .content {
    padding-bottom: 56px;
}

.courses .search_coursiers, .geolocalisation .search_coursiers,
.commandes .search_coursiers {
	margin-top: 7px;
    height: 20px;
}
.courses .search_devis, .geolocalisation .search_devis,
.commandes .search_devis {
	margin-top: 7px;
    height: 20px;
}
.courses .search_coursiers .selectize-dropdown-content, .geolocalisation .search_coursiers .selectize-dropdown-content,
.commandes .search_coursiers .selectize-dropdown-content
{
	position: absolute;
    bottom: 72px;
    background: #e8e8e8;
    border: #a7a7a7 solid 3px;
    border-bottom-color: #e8e8e8;
    border-radius: 2px;
}
.courses .search_devis .selectize-dropdown-content, .geolocalisation .search_devis .selectize-dropdown-content,
.commandes .search_devis .selectize-dropdown-content
{
	position: absolute;
    bottom: 72px;
    background: #e8e8e8;
    border: #a7a7a7 solid 3px;
    border-bottom-color: #e8e8e8;
    border-radius: 2px;
}

.courses tbody td,
.commandes tbody td {
	padding: 0 0;
	font-size: 14px;
}

.courses .search_coursiers .selectize-input, .geolocalisation .search_coursiers .selectize-input,
.commandes .search_coursiers .selectize-input{
	max-height: 45px !important;
	padding: 9px 12px;
}
.courses .search_devis .selectize-input, .geolocalisation .search_devis .selectize-input,
.commandes .search_devis .selectize-input{
	max-height: 45px !important;
	padding: 9px 12px;
}
.courses, .commandes {
	overflow: hidden;
}
.commandes table {
	cursor: pointer;
}

.fixed-table-toolbar .columns .dropdown-menu{
	left: 0;
	right: inherit
}
.fixed-table-toolbar .columns {
	position: fixed;
    background: #FFF;
    z-index: 10;
    margin-top: -12px;
    padding: 0;
    left: 60px;
    top: 0;
}
.table-js-courses,
.table-js-commandes,
.table-js-logs {
	margin-top: 40px;
}
/*
.table-js-coursier {
	margin-top: 80px;
}
*/

.table-js-courses thead th,
.table-js-commandes thead th,
.table-js-logs thead th {
	overflow: hidden;
    text-overflow: ellipsis;
}
.table-js-courses, .table-js-commandes, .table-js-logs {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table-js-courses thead, .table-js-commandes thead, .table-js-logs thead {
	background: #fff;
	position: fixed;
	top: 0;
    left: 81px;
}
.table-js-coursier thead th, .table-js-salarie thead th {
	overflow: hidden;
    text-overflow: ellipsis;
}
.table-js-coursier, .table-js-salarie{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table-js-coursier thead, .table-js-salarie thead {
	background: #fff;
	position: fixed;
    left: 81px;
    margin-top: -40px;
}
.table-js-coursier, .table-js-salarie {
	margin-top: 40px;
}
.dropdown-menu {
	z-index: 10000;
}

.courses .context-menu-list,
.commandes .context-menu-list
.logs .context-menu-list {
	font-size: 14px;
}
.courses .selectize-input.focus,
.commandes .selectize-input.focus,
.logs .selectize-input.focus {
	border-color: #555555;
}
.switcher input:checked + label {
	background-color: $$BACKGROUND_CLAIR$$
}

.fixed-table-toolbar .dropdown-menu {
	max-height: 420px;
	min-width: 250px;
}
.tooltip {
	opacity: 1 !important;
}
.tooltip .tooltip-inner {
	background: #000;
	opacity: 1 !important;
	padding: 10px;
}
.webix_calendar {
	margin-bottom: 10px;
}
.selectize-input {
	max-height: 48px;
}
.fc-state-active, .fc-state-down {
	border-color: $$BACKGROUND_CLAIR$$
}
.fc-event {
	border: 1px solid #FFF;
}

.courses_coursiers table {
	border-left: 4px solid #a6a6a6;
}
.courses_coursiers tbody:nth-child(even){
	background: #F6F6F6;
}
.courses_coursiers tbody:nth-child(odd){
	background: white;
}
.prestations tfoot {
	border-top: 2px solid #EEE;
}
.center {
	text-align: center;
}

.facturation input[type=checkbox] {
	margin: 0px 5px;
}

.loading-bar.api > div {
	position: absolute;
    content: '';
    z-index: 0;
    left: 0;
    top: 0;
    width: 41%;
    height: 3px;
    background: #337ab7;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: indeterminate-bar 1s linear;
    animation: indeterminate-bar 1s linear;
}

.selectize-dropdown .active, .table-hover > tbody > tr:hover, .table-hover > tbody > tr:active {
    background-color: #eeeeee;
}

.webix_cal_body .webix_hours {
	padding: 0 !important;
}
.prestations_api .auto a{
	line-height: 36px;
}
.prestations_api .auto{
	line-height: 36px;
	text-align: center;
}
.empty-message {
	padding-left: 20px;
}
.twitter-typeahead .tt-menu {
  max-height: 150px !important;
  overflow: auto !important;
}
.prestations .selectize-input, .utilisateurs .selectize-input {
	max-height: none;
}
.no-border {
	border: hidden !important;
}
.tab-coursier-border {
	border-top: 1px solid #f0f0f0;
}
.tab-coursier-padding {
	padding: 12px 8px 8px 8px;
}
.css-middle-tab {
	vertical-align: middle !important;
	text-align: center !important;
}
.css-tab-pannier {
	font-size: 17px;
}
.nav-bar-container .dropdown-menu {
	font-family: inherit !important;
	border: none;
    background: rgba(0,0,0,0.9);
}
.nav-bar-container .dropdown-menu > li > a {
	color: #FFF;
}
.nav-bar-container .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #f6f6f6;
    background-color: #262626;
}
.nav-bar-container .dropdown-menu:before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
	content: " ";
	position: absolute;
	top: -5px;
	left: 6px;
}
.context-menu-list {
	border: none;
	box-shadow: 0 0px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
}

.context-menu-item.context-menu-hover {
    background-color: $$BACKGROUND$$;
}
.prestations .btn-group > .btn:first-child {
    background: #fafafa;
}
.ligne_prestations {
    padding: 5px 5px 5px 0px;
    margin-top: 10px;
}
.btn-flat.btn-danger:hover, .btn-flat.btn-danger:focus, .btn-flat.btn-danger.focus, .btn-flat.btn-danger:active, .btn-flat.btn-danger.active, .open > .dropdown-toggle.btn-flat.btn-danger {
	background: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e5e5e5 !important;
}
.selectize-input.locked {
    opacity: 0.5;
}
.align-select-form {
	margin-top: 17px;
}
.border_bot {
	border-bottom: 1px solid #a6a6a6;
}
.font_size_13 {
	font-size: 13px !important;
}

.timeline-element {
 	border-left: 3px solid hsl($$COULEUR$$, 64%, 42%);
	padding-left: 21px !important;
}
.timeline-element:before {
	content: "";
 	border: 3px solid hsl($$COULEUR$$, 64%, 42%);
	border-radius: 15px;
	width: 15px;
	height: 15px;
	margin-left: -30px;
	margin-top: 9px;
 	background: white;
	position: absolute;
}

.css_tuile {
	margin: 10px 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.25);
/*
    border-left: solid 4px #27ae60;
    border-top: solid 4px #27ae60;
*/
}
.css_tuile, .timeline-element:before {
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}
.css_tuile:hover, .css_tuile:hover .timeline-element:before {
    background: #EFEFEF;
}

.courses_coursiers {
	background: rgba(198, 198, 198, 1);
}

.bandeau_dowload {
	color: black;
	margin-top: -30px;
	text-align: center;
	padding-bottom: 5px;
	margin: -30px 0px 0px 0px;
	background: #f0f0f0;
	padding-top: 5px;
}
.border_all  {
	border: 2px solid $$BORDER_CLAIR$$ !important;
	padding: 20px;
	margin-bottom: 20px;
}
/* BORDER TUILE *//*

[data-border="yellow"] .css_tuile {
	border-left: solid 4px #f39c12;
	border-top: solid 4px #f39c12;
}

[data-border="super_red"] .css_tuile {
	border: solid 4px #f1206a;
}

[data-border="red"] .css_tuile {
	border-left: solid 4px #f1206a;
	border-top: solid 4px #f1206a;
}
/* TIMELINE */

[data-border="yellow"] .timeline-element {
	border-left: solid 3px #f39c12;
}

[data-border="super_red"] .timeline-element {
	border-left: solid 3px #f1206a;
}

[data-border="red"] .timeline-element {
	border-left: solid 3px #f1206a;
}

/* TIMELINE  BEFORE */

[data-border="yellow"] .timeline-element:before {
	border: solid 3px #f39c12;
}

[data-border="super_red"] .timeline-element:before {
	border: solid 3px #f1206a;
}

[data-border="red"] .timeline-element:before {
	border: solid 3px #f1206a;
}

/*
/* TIMELINE NOTIF
*/

[data-timeline="finish_grey"] .timeline-element:before {
	border: solid 3px #95a5a6 !important;
}

[data-timeline="finish_grey"] .timeline-element {
	border-left: solid 3px #95a5a6 !important;
}

[data-timeline="attribe_grey"] .enlever:before {
	border: solid 3px #95a5a6 !important;
}
[data-timeline="attribe_grey"] .enlever {
	border-left: solid 3px #95a5a6 !important;
}
[data-timeline="lm_grey"] .lm:before, [data-timeline="lm_grey"] .enlever:before{
	border: solid 3px #95a5a6 !important;
}
[data-timeline="lm_grey"] .lm, [data-timeline="lm_grey"] .enlever{
	border-left: solid 3px #95a5a6 !important;
}
/* TEXT COLOR */
/*
.heure_livraison, .heure_enlevement, .horaire .type_enlevement, .horaire .type_livraison {
	color: #27ae60;
}

[data-border="yellow"] .heure_livraison, [data-border="yellow"] .heure_enlevement, [data-border="yellow"] .type_enlevement, [data-border="yellow"] .type_livraison {
	color: #f39c12;
}

[data-border="super_red"] .heure_livraison, [data-border="super_red"] .heure_enlevement, [data-border="super_red"] .type_enlevement, [data-border="super_red"] .type_livraison {
	color: #f1206a;
}

[data-border="red"] .heure_livraison, [data-border="red"] .heure_enlevement, [data-border="red"] .type_enlevement, [data-border="red"] .type_livraison {
	color: #f1206a;
}

[data-timeline="attribe_grey"] .heure_enlevement, [data-timeline="attribe_grey"] .type_enlevement {
	color: #95a5a6;
}
[data-timeline="lm_grey"] .heure_livraison, [data-timeline="lm_grey"] .heure_enlevement, [data-timeline="lm_grey"] .type_enlevement, [data-timeline="lm_grey"] .type_livraison {
	color: #95a5a6;
}
*/
/*

.entete {
	background-color: #27ae60;
	color: white;
}
*/
[data-border="yellow"] .entete {
	background-color: #f39c12;
	color: white;
}

[data-border="super_red"] .entete {
	background-color: #f1206a;
	color: white;
}

[data-border="red"] .entete {
	background-color: #f1206a;
	color: white;
}

.courses .search_coursiers .selectize-dropdown-content, .geolocalisation .search_coursiers .selectize-dropdown-content,
.commandes .search_coursiers .selectize-dropdown-content, .logs .search_coursiers .selectize-dropdown-content {
    max-height: 500px;
    width: 230px;
    right: -2px;
    box-shadow: 0px 0px 5px 0px;
}
.courses .search_devis .selectize-dropdown-content, .geolocalisation .search_devis .selectize-dropdown-content,
.commandes .search_devis .selectize-dropdown-content, .logs .search_devis .selectize-dropdown-content {
    max-height: 500px;
    width: 230px;
    right: -2px;
    box-shadow: 0px 0px 5px 0px;
}

.img_coursier {
	height: 50px;
	width: 50px;
}

.search_results {
	padding-top: 50px;
}

.info_coursier {
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    padding-top: 8px;
    margin: 0px 10px 0px 0px;
    position: fixed;
    width: 33.33333333%;
    z-index: 1;
    background-color: #fff;
    border-left: 1px solid #ddd;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.25);
	text-transform: capitalize;
}

.photo {
	position: absolute;
	border-radius: 50px;
	overflow: hidden;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.25);
	left: 45%;
}

.table-js-courses thead, .table-js-coursier thead, .table-js-salarie thead{
	z-index: 1;
	box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.25);
}

.bootstrap-table .table>thead>tr>th {
	border-bottom: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fixed-table-container thead th .both {
	background: none;
}
.load_end_show {
	display: none;
}
.courses_coursiers {
	z-index: 2;
}
.courses_width, .coursier_width, .commandes_width, .logs_width {
	overflow-y: scroll;
}
.number_select {
	float: right;
}


.layer-container:before {
    content: " Beta ";
    display: $$beta$$;
    position: fixed;
    width: 100px;
    padding: 10px;
    height: 50px;
    background: #e44c4c;
    color: #ffe1e1;
    font-weight: bold;
    letter-spacing: 1.5px;
    z-index: 10000;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

[src=""] {
	display: none;
}

.table-js-coursier  thead, .table-js-courses  thead, .table-js-commandes  thead, .table-js-salarie thead, .table-js-logs  thead {
	background: $$BACKGROUND$$;
	color: #FFF;
}
.table-js-coursier  thead th , .table-js-courses thead th, .table-js-commandes thead th, .table-js-salarie thead th, .table-js-logs thead th {
	border-color: $$BORDER_CLAIR$$;
}

.fixed-table-container tbody .selected td {
	background: $$DISPATCH_SELECTED$$ !important;
	border-color: $$BORDER_CLAIR$$ !important;
	color: white;
}

.strong {
	font-weight: bold;
}

.adresses_z0 > .element {
	cursor: pointer;
	-webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}
.adresses_z0 > .element:hover i {
	color: $$BACKGROUND$$;
}

.adresses_z0 > .element:hover {
	-webkit-transform:scale(1.02); /* Safari and Chrome */
    -moz-transform:scale(1.02); /* Firefox */
    -ms-transform:scale(1.02); /* IE 9 */
    -o-transform:scale(1.02); /* Opera */
    transform:scale(1.02);
}
#zones th {
	text-align: center !important;
}
#zones td {
	text-align: center !important;
	outline: none;
	border: 1px solid #f0f0f0 !important;
}
#zones td:focus {
	border: 2px solid $$BACKGROUND$$ !important;
}
#zones .not-editable {
	background: #f0f0f0;
	border: 1px solid #f0f0f0 !important;
}

.mini {
	font-weight: normal;
}

.saisie_form {
	margin-top: 10px;
}


.references_hider, .company_row {
	display: none;
}
.hide {
	display: block;
}
#webix_enlevement > div {
	margin: 0 auto;
}

.bs-checkbox {
	display: none;
}

body.courses td,
body.commandes td,
body.logs td  {
  max-width: 8vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
 }

.time_picker_date {
	float: none !important;
	margin: 0 auto !important;
    display: block !important;
    width: 160px !important;
}

.default_checked.btn-danger {
	background-color: #d9534f;
    border-color: #d9534f;
}
.tt-hint {
	display: none;
}

.info_course,
.info_commande,
.info_log {
	padding-top: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh - 55px);
	z-index: 1000;
    background: #333;
}

.info_course > *,
.info_commande > *,
.info_log > * {
	font-size: small;
	margin-bottom: 0px !important;
}
.info_course > .element_8 > .panel-body, .info_course > .element_7 > .panel-body,
.info_commande > .element_8 > .panel-body, .info_commande > .element_7 > .panel-body,
.info_log > .element_8 > .panel-body, .info_log > .element_7 > .panel-body {
	padding-left: 7px;
}

.info_course > * > *,
.info_commande > * > *,
.info_log > * > * {
	padding-bottom: 0px !important;
}

.picker_show {
	display: none;
}

.webix_cal_block {
    width: 34px !important;
    height: 25px !important;
}

body.saisie .content {
	padding: 0 10px !important;
}

body.saisie .panel {
	margin: 0 0 10px 0 !important;
}

body.demande_transport .content {
	padding: 0 10px !important;
}

body.saisie .panel {
	margin: 0 0 10px 0 !important;
}

.valider_course.styled,
.valider_modal.styled,
.valider_commande.styled,
.valider_search.styled {
	position: fixed;
    z-index: 200;
    right: 50px;
    bottom: 50px;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 60px;
	width: 60px;
	padding: 0;
}
.valider_course.styled:hover,
.valider_modal.styled:hover,
.valider_commande.styled:hover {
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
	background: $$BACKGROUND$$;
}
.valider_iframe.styled, .valider_iframe_no.styled {
	position: fixed;
	z-index: 200;
	right: 50px;
	bottom: 50px;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 60px;
	width: 350px;
	padding: 0;
}
.valider_iframe.styled:hover, .valider_iframe_no.styled:hover{
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
	background: $$BACKGROUND$$;
}
.spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

#loadingModal h4.modal-title, #FocusModal h4.modal-title {
	color: #FFF !important;
	text-align: center;
}
#loadingModal .modal-content, #FocusModal .modal-content {
	background: transparent;
}
.saisie .company_selector .selectize-control .selectize-input > div, .saisie .company_selector .selectize-control.selectize-input > div {
	width: 100%;
}
.demande_transport .company_selector .selectize-control .selectize-input > div, .demande_transport .company_selector .selectize-control.selectize-input > div {
	width: 100%;
}

.references_hider .selectize-dropdown [data-selectable], .references_hider .selectize-dropdown .optgroup-header {
	line-height: 25px;
}

.info_course .panel .panel-body,
.info_commande .panel .panel-body,
.info_log .panel .panel-body {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}
.info_course .panel.element_8 .panel-body, .info_course .panel.element_7 .panel-body,
.info_commande .panel.element_8 .panel-body, .info_commande .panel.element_7 .panel-body,
.info_log .panel.element_8 .panel-body, .info_log .panel.element_7 .panel-body {
	padding: 0px 0;
}

.info_commande .panel.element_8 td, .info_commande .panel.element_8 th,
.info_course .panel.element_8 td, .info_course .panel.element_8 th,
.info_log .panel.element_8 td, .info_log .panel.element_8 th {
	background: #fff !important;
}
.info_commande .panel.element_7 td, .info_commande .panel.element_7 th,
.info_course .panel.element_7 td, .info_course .panel.element_7 th,
.info_log .panel.element_7 td, .info_log .panel.element_7 th {
	background: #fff !important;
}
.info_commande .panel.element_8 table, .info_commande .panel.element_7 table,
.info_course .panel.element_8 table, .info_course .panel.element_7 table,
.info_log .panel.element_8 table, .info_log .panel.element_7 table {
	margin-bottom: 0;
}

.tooltip .tooltip-arrow {
	display: block !important;
}
.relance_facture .tooltip, .relance_facture .tooltip * {
	max-width: 30vw !important;
	max-height: 600px !important;
	margin-bottom: -5px !important;
}
.courses .tooltip, .courses .tooltip *,
.commandes .tooltip, .commandes .tooltip *,
.logs .tooltip, .logs .tooltip * {
	max-width: 30vw !important;
	max-height: 600px !important;
	white-space: nowrap !important;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	margin-bottom: -5px !important;
}


.saisie .page-header.full-content {
    margin-left: -20px;
    margin-right: -20px;
}
.demande_transport .page-header.full-content {
    margin-left: -20px;
    margin-right: -20px;
}

.entreprises .webix_hover {
	cursor: pointer;
	background: $$BACKGROUND_CLAIR$$;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fixed-footer .footer-links, .fixed-footer .footer {
	z-index: 1000;
}
.entreprises .webix_cell, .gestion .webix_cell {
	font-weight: bold;
}
.info_saisie_iframe, .info_commande_iframe, .info_log_iframe {
	padding: 0 !important;
}
#iframe_saisie, #iframe_commande, #iframe_log {
	width: 100%;
	height: 100vh;
	visibility: visible;
}
body.saisie.dispatch .panel > .panel-heading .css_panel_title, body.saisie.root .panel > .panel-heading .css_panel_title {
    padding: 1vh 20px 1vh 20px;
}
body.saisie.dispatch .selectize-input, body.saisie.root .selectize-input {
    min-height: 35px;
    padding: 6px 12px;
}
body.saisie.dispatch .imputer_style_select, body.saisie.root .imputer_style_select {
    max-height: 45px;
    min-height: 0;
}
body.saisie.dispatch .selectize-control, body.saisie.root .selectize-control {
    height: 35px;
}
body.saisie.dispatch .selectize-control .selectize-input > div, body.saisie.dispatch .selectize-control.selectize-input > div ,body.saisie.root .selectize-control .selectize-input > div, body.saisie.root .selectize-control.selectize-input > div {
    border: none !important;
    padding: 0  !important;
    border-radius: 0  !important;
}

body.saisie.dispatch .saisie_form, body.saisie.root .saisie_form {
    margin-top: 5px;
}
body.saisie.dispatch .panel > .panel-heading .css_panel_title, body.saisie.root .panel > .panel-heading .css_panel_title {
    padding: 0px 20px 0px 20px;
}
body.saisie.dispatch .panel, body.saisie.root .panel {
    margin: 0 0 1vh 0 !important;
}
body.saisie.dispatch .pannel_name_hidable, body.saisie.root .pannel_name_hidable {
	display: none;
}
body.saisie.dispatch .input-wrapper.active label, body.saisie.root .input-wrapper.active label {
	display: none;
}
body.saisie.dispatch .inputer.floating-label, body.saisie.root .inputer.floating-label {
	margin-top: -5px !important;
}
body.saisie.dispatch.saisie .inputer.floating-label .form-control.valid ~ label, body.saisie.root.saisie .inputer.floating-label .form-control.valid ~ label {
	display: none;
}
body.saisie.dispatch #prestations.panel .panel-body, body.saisie.root #prestations.panel .panel-body {
    padding: 0px 20px 0 20px;
}

body.saisie.dispatch #prestations .table, body.saisie.root #prestations .table {
    margin-bottom: 5px;
    /* margin-top: -20px; */
    margin-top: 10px;
}

#go_course .btn-group > .btn, .info_course .btn-group > .btn,
#go_commande .btn-group > .btn, .info_commande .btn-group > .btn,
#go_log .btn-group > .btn, .info_log .btn-group > .btn {
	color: #FFF;
}
#go_course .label-btn sup, .info_course .label-btn sup,
#go_commande .label-btn sup, .info_commande .label-btn sup,
#go_log .label-btn sup, .info_log .label-btn sup {
	display: block;
    top: 0.5em;
}
#go_course .label-btn span, .info_course .label-btn span,
#go_commande .label-btn span, .info_commande .label-btn span,
#go_log .label-btn span, .info_log .label-btn span {
	display: block;
    margin-top: 10px;
}

#go_commande .btn-group i, .info_commande .btn-group,
#go_course .btn-group i, .info_course .btn-group,
#go_log .btn-group i, .info_log .btn-group {
	font-size: 24px !important;
}
#go_course .btn-group a, .info_course .btn-group a,
#go_commande .btn-group a, .info_commande .btn-group a,
#go_log .btn-group a, .info_log .btn-group a {
	border: none;
	background: hsl($$COULEUR$$, 64%, 42%);
}
#go_commande .btn-group a.color_b, .info_commande .btn-group a.color_b,
#go_course .btn-group a.color_b, .info_course .btn-group a.color_b,
#go_log .btn-group a.color_b, .info_log .btn-group a.color_b  {
	background: hsl($$COULEUR$$, 64%, 30%);
}
#go_course .btn-group a.color_white, .info_course .btn-group a.color_white,
#go_commande .btn-group a.color_white, .info_commande .btn-group a.color_white,
#go_log .btn-group a.color_white, .info_log .btn-group a.color_white {
	background: #fff;
	color: #333;
}
#go_commande .modal-content, .info_commande .modal-content,
#go_course .modal-content, .info_course .modal-content,
#go_log .modal-content, .info_log .modal-content {
	background: #f0f0f0;
}
.star_favoris {
	cursor: pointer;
    font-size: 30px;
    float: right;
    margin-top: -10px;
}
.background-white {
	background: #FFF;
}

.margin-bottom-0 {
	margin-bottom: 0;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}

.timeline-element {

}
.photo_style {
	height: auto;
	min-height: 373px;
	max-height: 373px;
	background-size: cover;
	border-radius: 5px;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.26);
	margin: 10px 0 5px 0;
}

#go_course .panel, .info_course .panel,
#go_commande .panel, .info_commande .panel,
#go_log .panel, .info_log .panel {
	border-radius: 5px !important;
    overflow: hidden !important;
    margin: 10px 0 5px 0 !important;
}

#go_course .panel:before,
#go_commande .panel:before,
#go_log .panel:before {
    left: 10px;
    width: calc(100% - 20px);
}

.contact_panel {
	display: none;
}
#go_course .btn-group, #go_course .alert, .info_course .btn-group, .info_course .alert,
#go_commande .btn-group, #go_commande .alert, .info_commande .btn-group, .info_commande .alert,
#go_log .btn-group, #go_log .alert, .info_log .btn-group, .info_log .alert {
    border-radius: 5px !important;
}

.tuile_new {
	color: #fff;
/* 	box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); */
	background: hsl($$COULEUR$$, 64%, 42%);
	border-radius: 5px;
/* 	border-bottom: hsla($$COULEUR$$, 64%, 30%, 0.6) 3px solid; */
}
.page_commande_header {
	background: hsl($$COULEUR$$, 64%, 42%) !important;
	margin-bottom: 10px !important;
}

.bandeau_prestation {
	color: #fff;
	margin: 0;
	box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
	background: hsl($$COULEUR$$, 55%, 31%);
	border-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	border-bottom: hsla($$COULEUR$$, 64%, 30%, 0.6) 3px solid;
}

.color_bright {
	color: rgba(255, 255, 255, 0.54);
	font-size: 16px;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.42;
}
.disabled_cart {
	cursor: pointer !important;
	background: none !important;
	text-align: right !important;
}
.background_dark {
	background: hsl(152.00, 65%, 37%);
}

.tuile_new .name_livraison, .tuile_new .name_enlevement {
	display: block;
	font-weight: 300;
}
.tuile_new .timeline-element:before {
    border-color: rgba(255, 255, 255, 0.55);
    background: hsl($$COULEUR$$, 64%, 42%);
}
.tuile_new .timeline-element {
    border-color: rgba(255, 255, 255, 0.25);
    padding-left: 21px !important;
    margin-left: 30px;
}

.printModal{font-family:sans-serif;display:flex;text-align:center;font-weight:300;font-size:30px;left:0;top:0;position:absolute;color:#0460b5;width:100%;height:100%;background-color:rgba(255,255,255,.91)}.printClose{position:absolute;right:10px;top:10px}

.panel.purple:before {
    background: transparent;
}
.btn {
	border-radius: 5px;
}

.numero_bordereau_modal, .code_fleet {
	border-radius: 0px !important;
}

.color_idem:before {
	border-color: #fff !important;
}
.facture_element {
	margin: 10px 0px 0px 25px
}
.download a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.download_black a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.download_facture, .go_facture {
	cursor: pointer;
}
.row_coursier {
	cursor: pointer;
	margin: 15px 15px;
	color: black;
	font-size: 14px;
}
.number_row_coursier {
	text-decoration: underline;
}

/*
.client .c3-tooltip-container {
    background: hsl($$COULEUR$$, 64%, 42%);
    border: 1px solid hsl($$COULEUR$$, 64%, 42%);
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
	box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}
.client .c3-tooltip-container *{
    color: #FFF;
}
.client .c3-tooltip-container td.value {
    padding: 0 10px;
}
*/

.iframe_facture {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 100;
}

#chooseCoursier .btn-flat.btn-primary {
	color: #fff !important;
}

.duree_humain {
	position: absolute;
    z-index: 1;
    background: hsl($$COULEUR$$, 64%, 32%);;
    color: #FFF;
    margin-left: -26px;
    margin-top: -4px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.selectize-dropdown.selectize_prestations .selectize-dropdown-content, .selectize-dropdown.selectize_prestations {
    min-width: 50vw;
}

.checkboxer.checkboxer-white input[type="checkbox"]:checked + label, .checkboxer.checkboxer-white input[type="checkbox"] + label:hover {
	color: #FFF !important;
}

.checkboxer.checkboxer-white input[type="checkbox"]:checked + label:before, .checkboxer.checkboxer-white input[type="checkbox"]:checked + label:after {
    border-color: #fff !important;
}

.courses tbody td,
.commandes tbody td,
.logs tbody td  {
	font-size: 12px !important;
}

#modalDevis .label, #chooseCoursier .label {
	color: #333 !important;
}

#modalDevis.modal .modal-content .modal-body, #modalDevis .modal-dialog,
#chooseCoursier.modal .modal-content .modal-body, #chooseCoursier .modal-dialog,
#addTag.modal .modal-content .modal-body, #addTag .modal-dialog,
#chooseDevis.modal .modal-content .modal-body, #chooseDevis .modal-dialog,
#chooseClient.modal .modal-content .modal-body, #chooseClient .modal-dialog,
#absence_modal.modal .modal-content .modal-body, #absence_modal .modal-dialog,
#conge_modal.modal .modal-content .modal-body, #conge_modal .modal-dialog,
#createChart.modal .modal-content .modal-body, #createChart .modal-dialog,
#put_modal_action.modal .modal-content .modal-body, #put_modal_action .modal-dialog,
#chooseModel.modal .modal-content .modal-body, #chooseModel .modal-dialog,
#modal_add_preparation .modal .modal-content .modal-body, #modal_add_preparation .modal-dialog, #modal_add_preparation .modal-dialog .modal-content .modal-body,
#put_modal_action_emplacement.modal .modal-content .modal-body, #put_modal_action_emplacement .modal-dialog{
	overflow: visible ;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td {
	padding: 6px 0px 6px 0px;
}
.popover-content {
	color: black !important;
}
.label-gmap-text {
	width: 50px;
	height: 20px;

	border: 1px solid #eb3a44;
	border-radius: 5px;
	background: #fee1d7;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #eb3a44;
}
.row-nb-ref {
	box-shadow: 0 0 2px 1px rgba(0,0,0, 0.16);
	border-raduis:3px;
	background: white;
	position: fixed;
	width:calc(25% - 20px);
	z-index: 99;
	left: 81px;
}
.nb_ref {
	text-align: center;
	color: grey;
	font-size:12px;
	padding: 10px;
	font-weight: bold;
}
.advanced_search {
	position: absolute;
    top: 9px;
    left: 89%;
    color: hsla($$COULEUR$$, 41%, 33%, 1);
    cursor: pointer;
    padding: 0 4px;
    width: 29px;
    text-align: center;
    border-radius: 100%;
}

.advanced_search:hover {
    background: hsla($$COULEUR$$, 41%, 33%, 0.7);
    color: #fff;
}

#map {
	margin-left: -40px;
/*	height: calc(100vh - 56px); */
	height: calc(100vh);
    width: 100vw;
}
.footer_map:before {
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: rgba(126, 126, 126, 0.6)
}
.delete_tag {
	cursor: pointer;
	font-weight: 500;
	padding-left: 5px;
	font-size: 15px;
}
.footer_map {
	position: relative;
    margin-left: -40px;
    margin-right: -40px;
    border-top: 1px solid #f0f0f0;
    background: #e8e8e8;
    color: #ffffff;
    padding: 0;
}

.bottom_bar .btn {
    border-radius: 0 !important;
}
.bottom_bar .btn-grey {
	color: rgba(255, 255, 255, 0.7) !important;
    border: none !important;
	border-top: 3px solid #777777 !important;
	background: #a5a5a5 !important;
}
.bottom_bar .btn-grey:hover {
	border-top-color: #333 !important;
	background: #858585 !important;
}
.month-picker {
	width: 30vw;
	padding: 20px;
	background: #FFF;
    border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
	color: #FFF;
}
.month-picker-year-table .ui-button {
	width: auto;
}
.month-picker-month-table td {
/*     display: inline-flex; */
}

.month-picker table {
	width: 100%
}

.ui-button-disabled {
    text-decoration: line-through;
    color: #999;
}

.ui-button-disabled span {
    cursor: default;
}
.ui-button-disabled:hover {
    text-decoration: line-through;
    color: #999;
}
.month-picker td {
    text-align: center !important;
    text-decoration: none;
    cursor: pointer;
}

.month-picker a.ui-button.ui-widget {
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 35px;
    margin: 0;
    padding: 0;
}
.month-picker a.ui-button.ui-widget.ui-state-hover {
	background: hsla($$COULEUR$$, 64%, 62%, 0.2) !important;
	border-radius: 5px !important;
    text-align: center !important;
    text-decoration: none !important;
}

.css-clients {
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 130px);
    box-shadow: 0 1px 3px rgba(0,0,0, 0.08), 0 1px 2px rgba(0,0,0, 0.16);
    background: #fff;
}
.css-clients2 {
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh);
	box-shadow: 0 1px 3px rgba(0,0,0, 0.08), 0 1px 2px rgba(0,0,0, 0.16);
	background: #fff;
}

.colorli a {
	background: white !important;
}
.colorli:nth-child(odd) a{
	background: #F5F5F5 !important;
}
.colorli.facture_active a{
	background: hsla($$COULEUR$$, 58%, 42%, 0.2) !important;
} 
.css-choose-month input {
	text-align: center;
}

.css-list-clients.list-material > li .list-content .title {
	font-size: 12px;
}

.css-list-clients.list-material > li .list-content {
	padding: 14px 16px 14px 0;
}
.css-list-clients.list-material > li .list-action-right .top {
	top: 6px;
}
.css-list-clients.list-material > li .list-action-right .bottom {
	bottom: 6px;
}

.css-invoice {
	background: #FFF;
	box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
	margin: 20px;
	border-radius: 4px;
}

.css-list-factures {
	padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 130px);
}

.css-invoice {
	display: none;
	min-height: 1500px;
}
.css-invoice .entete {
	font-size: 12px;
}


.float-right {
	float: right;
}

.css-cover {
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*

.waiting {
	background: #e44c4c !important;
    text-decoration: line-through !important;
    border: 1px #8c2222 solid !important;
}
*/

.element_8 .panel-body {
	overflow-x: auto;
}

.page-break {
    page-break-after: always !important;
    page-break-inside: avoid !important;
    page-break-before: avoid !important;
    break-after: always !important;
    break-inside: avoid !important;
    break-before: avoid !important;
}

.css-social {
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 60px);
    background: #fff;
}

.progress-bar-white {
    background-color: transparent;
}
.progress {
	margin-bottom: 0px;
}


body.saisie.dispatch .recherche_color .col-md-10, body.saisie.dispatch .recherche_color .col-md-2 {
	height: 40px;
}
body.saisie.dispatch .chez_moi_style {
	line-height: 30px;
}

body.saisie.dispatch .form-control {
    height: 24px;
}
body.saisie.dispatch .form-control {
    height: 24px;
}

body.dispatch.saisie .inputer label {
    top: -8px;
}

.dupliquer_line {
	cursor: pointer;
}

.css-total-statistiques {
	font-size: 13px;
	text-align: center;
}
.color-tableau-1 {
	background: hsla($$COULEUR$$, 64%, 42%, 0.3);
}

.color-tableau-2 {
	background: hsla($$COULEUR$$, 64%, 42%, 0.1);
}

.color-tableau-3 {
	background: hsla($$COULEUR$$, 64%, 42%, 1);
	color: #FFF;
}
.color-tableau-4 th {
	background: hsla(calc($$COULEUR$$ - 150), 64%, 42%, 1);
	color: #FFF;
}
.color-tableau-5 th {
	background: hsla(calc($$COULEUR$$ - 150), 64%, 42%, 0.5);
	color: #FFF;
}
.color-tableau-6 th {
	background: hsla(calc($$COULEUR$$ - 150), 64%, 42%, 0.4);
	color: #333;
}
.color-tableau-7 th {
	background: hsla(calc($$COULEUR$$ + 150), 64%, 42%, 1);
	color: #333;
}
.color-tableau-8 th {
	background: hsla(calc($$COULEUR$$ + 150), 64%, 42%, 0.5);
	color: #333;
}
.color-tableau-9 th {
	background: hsla(calc($$COULEUR$$ + 150), 64%, 42%, 0.4);
	color: #333;
}

.highlight {
	background: #ffb9b9;
}
.css-count {
	margin-top: 7px;
	display: block;
	color: #999;
}

.css-list-social {
	font-size: 13px;
}

.css-social thead{
	background: hsla($$COULEUR$$, 64%, 42%, 1);
	color: white
}
.css-bar-left {
	border-left: 1px solid white;
}
.css-no-bar-bottom {
	border-bottom: none !important;
}
.date_social {
	font-size: 20px;
    padding-bottom: 0 !important;
}
.css-no-bar-top {
	border-top: none !important;
}
td[align="center"], th[align="center"] {
	text-align: center;
	line-height: auto;
}
.css-social .more {
	display: none;
}

.css-social-dispatch {
	font-weight: bold;
	font-size: 12px;
}
.courses .popover {
	max-width: 30vw;
	text-transform: capitalize;
}
.info_tags > * {
	margin: 5px;
}
.info_tags > * >.delete_tag {
	display:none;
}
.social .popover .popover-content {
	padding: 0;
}
.social .popover img {
	display: inline;
    float: left;
    margin: 9px;
}
.social .photo_compteur ~ .popover {
	max-width: 1000px;
	left: 250px !important;
	padding: none;
}
.social .popover.left > .arrow {
	display: none;
}
.social .editable-input inpunt {
	padding-left: 24px;
}
.editable-buttons button {
/* 	width: 50%; */
	border-radius: 0;
}
.editable-submit {
	float: right;
}
.editable-cancel {
	float: left;
}
.timeline-theme-1 {
  width: 800px;
  margin: 100px auto; }

.timeline-1 .timeline-list {
  width: 800px;
  height: 350px; }

.timeline-1 .timeline-item {
  width: 800px;
  height: 350px;
  background: #ddd;
  border: none; }

.timeline-visual {
  float: left;
  width: 43%;
  margin-right: 3%;
  line-height: 1; }
  .timeline-visual img {
    max-width: 100%; }

.timeline-detail {
  float: left;
  width: 53%;
  height: 100%;
  overflow-y: auto; }

.timeline-detail-list {
  margin: 10px;
  padding: 10px; }
  .timeline-detail-list li {
    margin-bottom: 0.4rem; }

.timeline-theme-2 {
	width: 600px;
	margin-left: 200px;
	margin-top: 9px;
}

.timeline-small-box .timeline-list {
  width: 600px;
  height: 250px; }

.timeline-small-box .box-item {
  float: left;
  width: 600px;
  height: 250px;
  color: #fff;
  text-align: center; }

.theme-1 {
  background: #4A2AB2; }

.theme-2 {
  background: #f0f0f0; }

.theme-3 {
  background: #23A5E9; }

.theme-4 {
  background: #93C763; }

.theme-5 {
  background: #949923; }

.theme-6 {
  background: #990055; }
.social tr.social {
	cursor: pointer;
}
.timeline-dots li.slide-active button {
	color: #573555
}
.timeline-vertical .timeline-dots-wrap {
	width: 200px;
}
.timeline-dots-wrap.left {
	left: -200px;
}
.css-carousel {
	height: 100%;
	width: 100%;
}
.css-carousel div * , .css-carousel > .carousel-inner, .css-carousel > .carousel-inner > div > * {
	height: 100%;
	width: 100%;
}
.css-icon-carousel {
	top: 45%;
    position: absolute;
    font-size: 25px;
}
.css-dot {
	margin-bottom: -10px !important;
	display: none;
}
.activity .tuile_new .timeline-element{
	margin: 0;
}
.padding_type {
	padding-right: 10px;
}
.activity .historique strong {
	color: #861f87;
}
.activity .historique .list-material > li .list-action-left img.photo  {
	position: initial !important;
	width: 75px !important;
	height: 75px !important;
}
.activity .list-content {
	margin-left: 100px !important;
}
.activity .caption.descriptions {
	font-size: 24px !important;
}
.style_veligo {
	font-size:14px;
}
.dashboard .crisp-client .crisp-1 .crisp-11 {
    background-color: $$BACKGROUND$$ !important;
    background-color: hsla(calc($$COULEUR$$ + 40), 64%, 42%, 1)  !important;
}
.radioer-inline .radioer {
	display: inline;
}

.dashboard .row.search_results {
    margin-right: 50px;
}


.saisie.dispatch .table > thead > tr > th,
.saisie.dispatch .table > tbody > tr > th,
.saisie.dispatch .table > tfoot > tr > th,
.saisie.dispatch .table > thead > tr > td,
.saisie.dispatch .table > tbody > tr > td,
.saisie.dispatch .table > tfoot > tr > td {
    padding: 0px 12px;
}

.saisie.dispatch .checkboxer input[type="checkbox"] + label {
	margin-top: 10px;
}


body.saisie.dispatch .contacts_dispatch .label {
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
}

body.saisie.dispatch .contacts_dispatch .caption {
    font-size: 14px;
    display: block;
    color: #a0a0a0;
}

.tt-highlight {
	background: rgba(255, 237, 40, 0.4);
}

body.saisie.dispatch .contacts_dispatch .tt-cursor {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

#absence_modal {
	width: 70vw;
    left: 15vw;
}

.css_select_absence, .css_select_retard {
	padding-top: 15px;
}
.css_select_absence_text, .css_select_retard_text {
	padding-top: 25px;
}

.raison_select > div > input {
	width: 100%;
}

#absence_modal .selectize-input, #course_retard_modal .selectize-input,
#commande_retard_modal .selectize-input {
	padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 6px;
}
.code_coursier {
    top: 15px;
}

.history_explain li {
    list-style: disc;
    margin-left: 20px;
}

body.saisie.dispatch .twitter-typeahead .tt-menu {
	max-height: 250px !important;
}

.facturation_infos .inputer .input-wrapper:after {
	background: hsl(4, 90%, 58%);
}
.facturation_infos .form-control:focus {
	border: none;
}

.facturation_infos {
	display: none;
}
.coursier_info {
	z-index: 999;
    width: 100%;
    position: absolute;
    background: hsla($$COULEUR$$, 55%, 31%, 0.8);
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.calendar .calendar-header {
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}

.calendar .calendar-header .year-title {
  font-size: 18px;
}

.calendar .calendar-header .year-title:hover,
.calendar .calendar-header .prev:hover,
.calendar .calendar-header .next:hover{
  background: rgba(255, 255, 255, 0.2);
}

.calendar .calendar-header .year-title:not(.year-neighbor):not(.year-neighbor2) {
  border-bottom: 2px solid #ccc;
}

.calendar .calendar-header .year-neighbor {
  color: inherit;
  opacity: 0.7;
}

.calendar .calendar-header .year-neighbor2 {
  color: inherit;
  opacity: 0.4;
}

.calendar .months-container .month-container {
  height: 290px;
  margin-bottom: 30px;
}
.event-tooltip-content {
	font-size: 12px!important;
	text-align: center;
}

.calendar table.month {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}

.calendar table.month th.month-title {
  background-color: #f0f0f0;
  color: #888;
  padding: 6px;
  font-size: 13px;
  font-weight: 600;
}

.calendar table.month th.day-header {
  padding-top: 8px;
  padding-bottom: 5px;
  color: #666;
  font-weight: bold;
}

.calendar table.month td.day .day-content {
  color: #666;
  padding: 9px 7px;
  border-radius: 2px;
}

.event-tooltip-content:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.buttons_dispatch button, .buttons_dispatch a {
	color: #FFF !important;
}

.saisie .saisie_form .row .btn-group > .btn, .saisie .saisie_form .row .btn-group-vertical > .btn {
    height: 35px;
    line-height: 24px;
}

.demande_transport .saisie_form .row .btn-group > .btn, .demande_transport .saisie_form .row .btn-group-vertical > .btn {
    height: 35px;
    line-height: 24px;
}
.icon_cadena_prestation {
	padding: 0px 0px 0px 45%;
	color: hsla($$COULEUR$$, 1%, 58%, 0.8);
	font-size: 130px;
}
.bloque_prestation {
	display: none;
}
.css_bloque_prestation {
	width: 100%;
}
.css_tab_button_entreprise {
	width: 100%;
	margin: 10px 0px 0px 15px
}
.css_text_bloque_prestation {
	text-align: center;
	font-weight: bold;
	margin-top: -30px;
}

.abs-social-td-background td {
	background: hsla(0, 100%, 81%, 1) !important;
}
.social-td-gestion td {
	background: hsla(212, 100%, 81%, 1);
}
.social-td-no-gestion td {
	background: hsla(143, 74%, 81%, 1);
}
.advanced_search_panel {
	display: none;
	background: white;
	height: calc(100vh - 55px);
	z-index: 2;
}

.advanced_relance .inputer .input-wrapper:before, .advanced_relance .inputer .input-wrapper:after, .advanced_search_panel .inputer .input-wrapper:before, .advanced_search_panel .inputer .input-wrapper:after, .advanced_topbar_panel .inputer .input-wrapper:before, .advanced_topbar_panel .inputer .input-wrapper:after {
	display: none;
}
.advanced_search_panel .selectize-input, .advanced_relance .selectize-input{
	height: 43px;
    line-height: 31px;
}
.advanced_relance .selectize-input input, .advanced_search_panel .selectize-input input, .advanced_topbar_panel .selectize-input input{
	color: #999;
}

.advanced_relance .form-control:focus, .advanced_search_panel .form-control:focus, .advanced_topbar_panel .form-control:focus{
	border: none;
}
.advanced_relance .inputer input.form-control, .advanced_search_panel .inputer input.form-control, .advanced_topbar_panel .inputer input.form-control {
	border: 1px solid #818181;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
}
.advanced_topbar_panel .inputer input.form-control {
	height: 34px;
	background: white;
}
.advanced_relance input::-webkit-input-placeholder , .advanced_search_panel input::-webkit-input-placeholder , .advanced_topbar_panel input::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:    #999;
}
.advanced_relance input:-moz-placeholder, .advanced_search_panel input:-moz-placeholder, .advanced_topbar_panel input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #909;
   opacity:  1;
}
.advanced_relance input::-moz-placeholder, .advanced_search_panel input::-moz-placeholder, .advanced_topbar_panel input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
.advanced_relance input:-ms-input-placeholder, .advanced_search_panel input:-ms-input-placeholder, .advanced_topbar_panel input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
.advanced_relance input::-ms-input-placeholder, .advanced_search_panel input::-ms-input-placeholder, .advanced_topbar_panel input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999;
}

.advanced_relance input::placeholder, .advanced_search_panel input::placeholder, .advanced_topbar_panel input::placeholder { /* Most modern browsers support this now. */
   color:    #999;
}

.courses .calendar.right,
.courses .daterangepicker_input,
.commandes .calendar.right,
.commandes .daterangepicker_input {
	display: none;
}
.courses .daterangepicker .calendar.left .calendar-table,
.commandes .daterangepicker .calendar.left .calendar-table {
	border: 1px solid #ddd;
    border-radius: 4px;
}

.profile-photo img, .page-header .profile-info .profile-photo img {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.parallax-bg {
    box-shadow: inset 0px -89px 78px -75px rgba(0,0,0,0.7);
}
.page-header {
	background: #333;
}

.style_tuile_activity {
	border-radius: 5px;
}
.style_tuile_col {
	border-radius: 1px;
}
.select_compagnie_r .selectize-input, .search_value_company_select .selectize-input, .search_value_prestation_select .selectize-input,
.search_value_coursier_select .selectize-input, .search_value_ville_livraison_select .selectize-input,
.search_value_ville_enlevement_select .selectize-input{
	height: auto !important;
	max-height: inherit !important;
}

.nav.nav-tabs.tabs-right a:hover {
	cursor: pointer;
	color: hsla($$COULEUR$$, 50%, 58%, 1)

}

.padding_design {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.barre {
	background: #AAA;
	width: 3px;
	border-color: #AAA;
	margin: 0 !important;
	padding: 0 !important;
}

.css-list-social .abs .abs_type{
	cursor: pointer;
}

.import_courses,
.mode_relance,
.import_commandes,
.switch_mode {
	color: hsla($$COULEUR$$, 64%, 42%, 1) !important;
}
.import_dvl, .import_dvl:hover  {
	color:red;
}
.header-bar {
	background: #e8e8e8;
    color: #ffffff;
    padding: 0;
	position: relative;
    padding: 0;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
    margin-left: -40px;
    margin-right: -40px;
    border-bottom: 1px solid #f0f0f0;
}

.header-bar-select-in-topbar {
	background: #e8e8e8;
    color: #ffffff;
    padding: 0;
	position: relative;
    padding: 0;
    height: 60px;
    max-height: 60px;
    overflow: visible;
    margin-left: -40px;
    margin-right: -40px;
    border-bottom: 1px solid #f0f0f0;
}
.header-bar:after, .header-bar-select-in-topbar:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: rgba(126, 126, 126, 0.6);
}

.top_bar .btn-grey {
    color: rgba(255, 255, 255, 0.7) !important;
    border: none !important;
    border-bottom: 3px solid #777777 !important;
    background: #a5a5a5 !important;
}

.top_bar .btn-group {
	margin-left: 10px;
}
.top_bar .btn {
    border-radius: 0 !important;
    height: 60px;
}

.top_bar .btn:hover {
    color: #FFF;
}

.top_bar .btn-grey:hover {
    color: #FFF !important;
	background: #333 !important;
}

.top_bar {
	padding: 0;
}

.facture_active {
	background: hsla($$COULEUR$$, 58%, 42%, 0.2) !important;
}


.companies_style {
/* 	background: hsla($$COULEUR$$, 58%, 42%, 0.2) !important; */
	margin-left: -20px;
}

.produits .inputer.floating-label {
	margin-top: 0px !important;
}
.new-style-btn-shop {
	background:  hsl($$COULEUR$$, 58%, 42%) !important;
	border-radius: 100px;
	width: 35px;
	box-shadow: 0 0px 10px 0 $$BACKGROUND$$;
}
.date_dispatch_livraison[readonly], .date_dispatch_retour[readonly] {
  cursor: pointer !important;
}

[contenteditable="true"]:hover {
	background: rgba(0, 0, 0, 0.3);
}

[contenteditable="true"] {
	cursor: pointer;
	border-bottom: 0.5px rgba(0, 0, 0, 0.3) dashed;
}
.editable_true {
	cursor: pointer;
}
[contenteditable="true"]:active,
[contenteditable="true"]:focus{
	outline:none;
	background: rgba(0, 0, 0, 0.3);
}

.facturation .invoice .invoice-body {
	padding: 0;
}

.print-footer {
    position: absolute;
    bottom: inherit;
    top: 1200px;
    margin: 0px 0px;
}
.pappilon_detacher2 td {
	padding-top: 40px !important;
	border-top: 2px dashed #999 !important;
}
.pappilon_detacher td:first-child {
	border-left: 2px dashed #999 !important;
}

.footer-print-fixed {
	position: absolute;
	top: 1100px;
}
.padding-facture {
	padding: 0px 12px 0px 12px !important;
	border: none !important;
	border-left: 1px solid #f0f0f0 !important;
	border-right: 1px solid #f0f0f0 !important;
}

.border-table-foot {
	border-left: 1px solid #f0f0f0 !important;
	border-right: 1px solid #f0f0f0 !important;
}
.padding-papillon {
	padding: 0px 12px 0px 12px !important;
}
.padding-footer {
	padding: 0 !important;
}
.journal {
	font-size: 13px;
}
.veligo:not(body) .content, .swap .content {
	padding: 0 !important;
}
@page {
	size: auto;
    margin: 0px !important;
   @top-left {
        content: counter(page) "/" counter(pages);
    }

}

@media print
{
    .header_facture_table{
        display: table-row-group;
    }
    .tr-releve * {
     	page-break-inside: avoid !important;
    }
    [data-level="1"] td {
		background: hsla($$COULEUR$$, 1%, 58%, 0.5) !important;
		color: #333 !important;
	}
	[data-level="2"] td {
		background: hsla($$COULEUR$$, 64%, 42%, 1) !important;
		color: white !important;
	}
	[data-level="3"] td {
		background: hsla($$COULEUR$$, 64%, 42%, 0.3) !important;
		font-size: 13px !important;
		cursor: pointer !important;
	}
	[data-level="4"] td {
		font-size: 12px !important;
	}
	.artisans td:nth-child(7) {
		background: hsla(calc($$COULEUR$$ - 180), 64%, 42%, 0.3) !important;
	}
	.artisans [data-level="3"] td:nth-child(6) {
		color: #333 !important;
	}

	.companies_style {
		margin-left: 0;
	}
	.layer-container:before {
		display: none;
	}
	.journal {
		font-size: 9px !important;
		margin: 0 !important;
	}
	.journal-table thead tr td, .journal-table tbody tr td {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 3px !important;
		padding-right: 2px !important;
	}
	.journal-table-td {
		width: 40px !important;
	}
	.journal-table-td-total {
		width: 60px !important;
	}
	.journal-table-td-mini {
		width: 10px !important;
	}
	.journal-table-td-code-fleet {
		max-width: 40px !important;
		overflow: hidden;
		white-space:nowrap;
		word-wrap: break-word;
	}
	.journal-table-td-max {
		max-width: 90px !important;
		overflow: hidden;
		white-space:nowrap;
		word-wrap: break-word;
	}
	.journal-table-footer tr td{
		padding-top: 5px !important;
		border: 2px solid black !important;
	}
	.journal-table-footer{
		border: 1px solid black !important
	}
	.journal-entete {
		display: block !important;
	}
	.date-print {
		display: block !important;
	}
	.css-social {
		padding: 0px;
	    overflow-y: auto !important;
	    overflow-x: auto !important;
	    height: 100% !important;
	}
/*
    .print-margin {
	   margin: 40px 80px;
	}
*/
/*
	.print-footer {
	    position: fixed;
	    bottom: 0;
	    top: inherit;
	    margin: 0px 40px;
	}
*/
	.css-relever-font-size {
		font-size: 11px !important;
	}
	.css-relever-max-width {
		max-width: 90px !important;
	}
	.css-new-facture-style  .css-table-prestations td.css-header-background,
	.css-new-facture-style  .css-table-prestations .css-header-background,
	.css-new-facture-style  .css-table-prestations thead .css-header-background
	{
		color: #FFF !important;
		background: #00c2f3 !important;
	}
	.css-new-facture-style  .css-table-prestations tr td, .css-new-facture-style  .css-table-prestations tr {
		border-bottom: 1.8px #d2d3d4 solid !important;
	}
	.css-new-facture-style  .css-table-prestations td.css-tbody-background {
		background: #e6e7e8 !important;

	}
	.css-new-facture-style  .css-table-prestations tfoot .css-tfoot-background {
		background: #e6e7e8 !important;
	}

}
.css-relever-font-size {
	font-size: 11px;
}
body.modele_facture {
	margin: 0 !important;
}
body.modele_facture .companies_style {
	margin: 0 0 10px 0;
}

body.modele_facture .companies_style td, body.modele_facture .companies_style th {
	background: hsla($$COULEUR$$, 58%, 42%, 0.1) !important;
}
body.modele_facture .header_facture_table td, body.modele_facture .header_facture_table th {
	background:/*  hsla($$COULEUR$$, 58%, 42%, 0.2) */ #00c2f3 !important;
}


body.modele_facture .invoce .invoice-body {
	padding: 0;
}
body.modele_facture .facture {
	margin: 0cm 0.5cm 0.5cm 0.5cm;
}

.table-facturation tbody td{
	font-size: 15px !important;
}

.advanced_print, .advanced_save, .advanced_send_mail{
    color: hsla($$COULEUR$$, 41%, 33%, 1);
    cursor: pointer;
    text-align: center;
    padding: 5px;
    top:10px;
    border-radius: 100%;
}

.advanced_print:hover, .advanced_save:hover, .advanced_send_mail:hover {
    cursor: pointer;
    background: hsla($$COULEUR$$, 41%, 33%, 0.7);
    color: #fff !important;
}
.align_button{
	padding-top: 10px;
	text-align: center;
}
body.facturation .companies_style {
	margin: 0 0 10px 0;
}

.css-new-facture-style, .css-new-facture-style * {
	font-family: 'Open Sans', serif;
	letter-spacing: 1pt;
}
.css-new-facture-style .css-title {
	font-size: 30.49pt;
	font-weight: bold;
	color: #414042;
	line-height: 12.2pt;
	letter-spacing: 2pt
}

.css-new-facture-style .css-number {
	font-size: 13pt;
	font-weight: normal;
	color: #6d6e71;
	line-height: 19pt;
}

.css-new-facture-style .css-logo {
	height: 190pt;
}

.css-new-facture-style .css-adresse {
	font-size: 13pt;
	font-weight: 600;
	color: #494a4c;
	line-height: 18pt;
	text-transform: uppercase;
}

.css-new-facture-style .css-adresse strong {
	font-weight: bold;
}
.css-new-facture-style .css-header-informations td {
	background: none !important;
}

.css-new-facture-style .css-header-informations td strong {
	font-weight: normal;
	font-size: 12pt;
	line-height: 16pt;
	text-align: center;
	display: block;
	color: #6d6e71;
}
.css-new-facture-style .css-header-informations td > span {
	font-weight: 600;
	font-size: 14pt;
	line-height: 18pt;
	text-align: center;
	display: block;
}

.css-new-facture-style  .css-table-prestations thead {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	letter-spacing: 4pt;
	text-transform: uppercase;
	color: #414042;
}

.css-new-facture-style .css-table-prestations, .css-new-facture-style .css-table-prestations thead th {
	font-family: 'Roboto', serif !important;
}
.css-new-facture-style  .css-table-prestations thead, .css-new-facture-style  .css-table-prestations thead .css-header-background {
	height: 14pt;
	padding: 0;
	line-height: 14pt;
	vertical-align: middle;
}
.css-new-facture-style  .css-table-prestations thead .css-header-background {
	font-weight: normal;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	letter-spacing: 0;
	background: #00c2f3;
}

.css-new-facture-style  .css-table-prestations tbody tr td {
	border-bottom: 1.8px #d2d3d4 solid;
}
.css-new-facture-style  .css-table-prestations tbody .css-tbody-background {
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	font-size: 11pt;
}

.css-new-facture-style  .css-table-prestations tfoot .css-tfoot-background {
	background: #e6e7e8;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	font-size: 11pt;

}
.css-new-facture-style  .css-table-prestations tbody.css-not-compact tr td {
	padding-top: 12pt !important;
	padding-bottom: 12pt !important;
}
.css-new-facture-style .css-strong {
	font-weight: bold;
}
.css-new-facture-style .footer-print-fixed {
	top: 1100px;
}
.css-new-facture-style .footer-print-fixed, .css-new-facture-style .footer-print-fixed * {
	letter-spacing: 0;
}
.css-new-facture-style .pappilon_detacher2 td {
    padding-top: 20px !important;
}
.css-mega-open .bootstrap-select.btn-group .dropdown-menu {
	bottom: -10px;
	top: auto;

}
.badge_size {
	font-size: 0.8vw !important;
}
.css_badge_padding {
	padding-top: 5px;
	max-width: 100%;
}
.css-administration-list li:nth-child(odd) a {
/* 	background: #eee; */
}
.css-administration-list li a {
	font-size: 14px;
	padding: 0 10px 10px 10px !important;
}
.css-administration-list li a .row {
	max-height: 22px;
	overflow: hidden;
}
.css-administration-list li a .row > div {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.css-administration-list li a .gras-row {
	background: #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 3px solid #999;
	max-height: 30px;
}
.css-administration-list li a.facture_active .gras-row {
	background: hsla($$COULEUR$$, 58%, 42%, 0.5) !important;
	border-top: 3px solid hsla($$COULEUR$$, 58%, 42%, 1);
}

.css-administration-list li a.facture_active {
	background: hsla($$COULEUR$$, 58%, 42%, 0.2) !important;
}


.css-administration-list li a[data-bloque="bloque"] .gras-row {
	background: hsla(0, 58%, 42%, 0.5) !important;
	border-top: 3px solid hsla(0, 58%, 42%, 1);
}

.css-administration-list li a[data-bloque="bloque"] {
	background: hsla(0, 58%, 42%, 0.2) !important;
}

.bar_commande_fixed {
	/* margin-left: 0px; */
	position: fixed !important;
    bottom: 0 !important;
    z-index: 4 !important;
    height: 60px !important;
}
.bar_width {
	width: calc(100% - 80px);
}
.bar_width_iframe {
	width: calc(100% + 20px);
}
.css-iframe {
	padding: 0px
}
.css-iframe iframe {
	height: 100%;
}
.administration .align-select-form, .messages .align-select-form {
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}
.administration .panel .panel-body {
	padding: 0 20px;
}
.table-striped-invert tr:nth-child(even) .selectize-input {
	background: transparent;
}
.table-striped-invert tr:nth-child(even) {
    background-color: #e5e5e5 !important;
}
.modele_releve_select .selectize-input {
	max-height: 400px !important;
}

.inputer[data-required] .input-wrapper:before {
	background: #ffacac;
}

.inputer[data-required] .selectize-input {
	border-color: #ffacac;

}
.table-js-dashboard tbody tr {
	cursor: pointer
}
td.small-infos {
	padding: 3px 12px !important;
}

.switcher label + label {
	background: none;
	display: inline;
	padding-left: 10px;
	margin-top: 0px;
}
.switcher label + label p {
	width: auto;
}
.switcher label + label:before {
	display: none;
}

.clear_search {
	padding-right: 10px;
}
.table-js-salarie thead > tr > th.detail,
.table-js-salarie tbody > tr:not(.detail-view) > td:first-of-type {
  display: none;
}

.table-js-salarie thead > tr > th:nth-child(2),
.table-js-salarie tbody > tr:not(.detail-view) > td:nth-child(2) {
  border-left: none!important;
}

.bloc_notes [contenteditable="true"]:hover,
.bloc_notes [contenteditable="true"]:active,
.bloc_notes [contenteditable="true"]:focus {
    background: transparent;
}
.style_col_topbar_or {
	padding-top: 10px;
	padding-left: 20px;
}

body.saisie.dispatch .force_display .input-wrapper.active label, body.saisie.root .force_display .input-wrapper.active label {
	display: block !important;
}
.modal-chargement-block, .modal-chargement-block > .modal-content {
	width: 100vw !important;
	height: 100vh !important;
}
.modal-chargement-block > .modal-content > .modal-header {
	padding-top: 40vh !important;
}
.delete_date {
	position: absolute;
    right: 2%;
    top: 17%;
    cursor: pointer;
    z-index: 999999;
}
.delete_date_dispatch {
	position: absolute;
    right: 4%;
    top: 17%;
    cursor: pointer;
    z-index: 999999;
}

.my_message .background-my-message{
	background-color: $$BACKGROUND_CLAIR$$ !important;
}

.my_message .background-my-message:before, .my_message .background-my-message:after {
	border-left: 10px solid $$BACKGROUND_CLAIR$$ !important;
	border-left-color: $$BACKGROUND_CLAIR$$ !important;
}

.other_message .my_timeline:after,.other_message .my_timeline:before {
	left: -11px !important;
	border-left: none !important;
	border-right-color: inherit;
}

.title-message {
	text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    background: $$BACKGROUND_CLAIR$$;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.other_message .date_left {
	margin-left: 10%;
	text-align: left;
}
.other_message .badge_left {
	left: -5%;
}
.other_message .date_create {
	margin-left: 0;
}
.destinataires {
	text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
    padding-top: 5px;
}
.badge_codebarre {
	 position: absolute;
	right: 55px;
	top: 25px;
	float: right;
 }
.badge_completed {
	  position: absolute;
	 right: 15px;
	 top: 20px;
	 float: right;
  }
p.color-white {
	color: #FFF !important;
}

.bg-login .panel-login #pane-create-account.panel-body h2 {
	margin: 0 -40px 10px -40px !important;
}
.text-center{
	text-align:center;
}
[data-level="1"] {
	background: hsla($$COULEUR$$, 1%, 58%, 0.5) !important;
	font-size: 13px;
	color: #333;
}
[data-level="2"] {
	background: hsla($$COULEUR$$, 64%, 42%, 1) !important;
	color: white;
	cursor: pointer;
	font-size: 13px;
}
[data-level="3"] {
	background: hsla($$COULEUR$$, 64%, 42%, 0.3) !important;
	font-size: 13px;
	cursor: pointer;
}
[data-level="4"] {
	font-size: 12px;
}
.div_collapse * {
	font-size: 12px;
}
.artisans .level > div:nth-child(7) {
	background: hsla(calc($$COULEUR$$ - 180), 64%, 42%, 0.3) !important;
}
.artisans [data-level="3"] > div:nth-child(6) {
	color: #333 !important;
}
@media print {
	[data-print="2"] {
		display: block !important;
		page-break-inside: auto !important;
		page-break-before: always !important;
	}

	[data-level="1"] {
		background: hsla($$COULEUR$$, 1%, 58%, 0.5) !important;
		font-size: 12px;
		color: #333;
	}
	[data-level="2"] {
		background: hsla($$COULEUR$$, 64%, 42%, 0.7) !important;
		color: white;
		cursor: pointer;
		font-size: 12px;
	}
	[data-level="3"] {
		background: hsla($$COULEUR$$, 64%, 42%, 0.3) !important;
		font-size: 12px;
		cursor: pointer;
	}
	[data-level="4"] {
		font-size: 12px;
	}
	.entete_hide {
		font-size: 12px;
	}

	.artisans .level > div:nth-child(7) {
		background: hsla(calc($$COULEUR$$ - 180), 64%, 42%, 0.3) !important;
	}
	.artisans [data-level="3"] > div:nth-child(6) {
		color: #333 !important;
	}
}

.numero-course {
	margin-bottom: 4px;
    font-size: 16px;
    text-align: right;
    color: $$BACKGROUND$$;
    font-weight: bold;
}

.chiffre_affaires {
	padding-bottom: 10px;
}
.checkbox_prestation {
	left: 50%;
	padding-top: 35px;
}
#chooseCoursier .selectize-dropdown-content{
    max-height: 50vh !important;
    height: 50vh !important;
}

#chooseCoursier.modal.scale .modal-dialog {
	top: 20% !important;
}

.page-header .profile-info .profile-text.light, .page-header h1, .page-header .breadcrumb li {
    text-shadow: 0px 1px 2px black;
    color: #fff;
}

.page-header .profile-info .profile-text.light .caption, .page-header h1 small, .page-header .breadcrumb a {
    color: rgba(255, 255, 255, 1);
}
.code_style {
	width: 70px !important;
	max-width: 70px !important;
	overflow: hidden;
/* 	text-overflow: ellipsis;  */
}
.name_style {
	width: 180px !important;
	max-width: 180px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 38px !important;
	white-space:nowrap;
}
.km_style {
	width: 100px !important;
	max-width: 100px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 38px !important;
	white-space:nowrap;
}
.buttons_style {
	width: 130px !important;
	max-width: 130px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 38px !important;
	white-space:nowrap;
}
.icon-trash, .icon-loop {
	font-size: 25px;
    left: 25%;
    top: 10px;
    position: absolute;
    height: 30px !important;
    width: 17px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    color: #ffffff;
}
.icon-eye {
	font-size: 25px;
    left: 50%;
    top: 10px;
    position: absolute;
    height: 30px !important;
    width: 17px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    color: #ffffff;
}
.icon-favorite {
	font-size: 25px;
    left: 75%;
    top: 10px;
    position: absolute;
    height: 30px !important;
    width: 17px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    color: #ffffff;
}
.float_right {
	float: right
}
body.social .buttons_style .popover {
	max-width: 500px !important;
	width: 500px !important;
    left: 20% !important;
}
.feuille_de_temps, .feuille_de_temps_foot{
	font-size: 11.5px;
}
.table-social > td, .table-social > th {
	padding: 2px 6px !important;
}
.clear_search_devis {
	color: #cccccc;
	cursor: pointer;
	position: absolute;
    top: 8px;
    right: 10px;
}
.charger_bar {
    width: 0%;
    height: 100%;
    top: 0;
    position: absolute;
    display: block;
    transition: 1s ease-in-out;
}
.devis .fleche {
	display: none;
}
.devis .devis_active .fleche {
	content: "";
    position: absolute;
    top: 50px;
    left: 2px;
    width: 0px;
    border: 10px solid transparent;
    display: block;
}

.css_card_produit {
	margin: 5px 0px 5px 5px !important;
}
.tuile_stock {
	height: 140px;
}
.icon_tuile_stock {
	padding-left: 30px;
	padding-top: 30px;
	font-size: 50px;
}
.text_tuile_stock {
	padding-top: 55px;
}
.color_text_tuile_stock {
	color:white;
}
.topbar-stock-produit {
	margin: 2px 2px 15px 2px;
}
.btn-download {
	float:right;
	margin-top: -30px;
	cursor: pointer;
}
.delete_rapport_icon {
	color:#d9534f;
	float:right;
	margin-top: -30px;
	cursor: pointer;
	margin-right: 130px;
}
.delete_stat_icon {

	color:#d9534f;
	float:right;
	margin-top: -30px;
	cursor: pointer;
	margin-right: 90px;
}
.edit_rapport_icon {
	color:#2196f3;
	float:right;
	margin-top: -30px;
	cursor: pointer;
	margin-right: 170px;
}
.archive_stat_icon {
	color:#d9534f;
	float:right;
	margin-top: -30px;
	cursor: pointer;
}
.edit_stat_icon {
	color:#2196f3;
	float:right;
	margin-top: -30px;
	cursor: pointer;
	margin-right: 40px;
}
.css-devis-add-file {
	margin: 15px 20px 15px 20px
}
.not-modify-file-name {
	padding-top: 15px;
	display: none;
}

.list_product > .title, .bootstrap-touchspin *{
	font-size: 14px !important;
}
.value_panier {
	display: block;
	text-align: center;
}
#go_panier {
	margin: 2vh 0px 2vh 0px;
	border-radius: 3px 0px 0px 3px;
	background: white;
	display: none;
	position: fixed;
	right: 10px;
	width: 25vw;
	z-index: 2000;
	overflow-y: hidden;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.hover_panier {
	background: $$BACKGROUND_CLAIR$$ !important;
	color:black !important;
}
.boder-list {
	margin-left:25px;
	margin-right:15px;
	border-bottom: 1px solid #e0e0e0;
}
.row_list_panier {
	width: 100%;
	padding-top: 10px;
	margin-left: -5px;
}
.row_title_panier > .col-xs-8 > .css_row_1 {
	padding-top: 5px;
	padding-left: 10px;
}
.row_title_panier > .col-xs-8 > .css_row_2 {
	padding-left: 10px;
}
.row_title_panier > .col-xs-8 > .css_row_1 > .col-xs-12 {
	color:#bdbdbd;
	font-size: 13px;
}
.row_title_panier > .col-xs-8 > .css_row_2 > .col-xs-12 {
	font-size: 16px;
}
.btn-style-next {
	width: 100%;
    padding: 0;
    margin: 0;
    font-size: 32px;
    height: 100%;
    margin-top: -2px;
    border-radius: 0px 2px 0px 0px;
    box-shadow: none;
}
.class-row-categories {
	cursor: pointer;
}
.name_commande, .date_commande {
	height: 35px !important;
}
.title_search {
	color:#bdbdbd;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
.content_search {
	padding-top: 10px;
}
.row_title_panier {
	width:100%;
	height: 55px;
	border-bottom: 1px solid #e0e0e0;
	margin-left: 0px;
}
.floating_button {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 100px;
	height: 100px;
	z-index: 999;
}
.btn-panier {
	background: $$BACKGROUND$$;
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 60px;
	height: 60px;
	font-size: 30px;
}
.bootstrap-touchspin-postfix {
	font-size: 10px !important;
	padding-left: 0px !important;
	padding-right:0px !important;
}
.next_panier {
	border-raduis:2px;
	color: white;
	height: 55px;
	text-align: center;
	padding: 0;
	font-size: 32px;
	cursor: pointer
}
/*
.nb-panier {
	background: $$BACKGROUND$$;
	position: fixed;
    right: 35px;
    bottom: 95px;
    width: auto;
    min-width: 33px;
    height: 33px;
    font-size: 14px;
    font-weight: bold;
    z-index: 99999;
    box-shadow: none;
}
*/

.total_statistiques {
	cursor: pointer;
}
.veligo:not(body), .swap {
	margin: 0;
}
.veligo:not(body) .nav-bar-container, .swap .nav-bar-container {
	display: none;
}
.btn_app_size {
	font-size: 15px;
}

.js-list-produit .popover {
	position: fixed;
	z-index: 9999!important;
	max-width: inherit;
	width: 20vw;
}
.checkout_name .popover {
	z-index: 9999!important;
	max-width: 230px;
	width: 230px;
}
.reponses_supplementaires .popover .popover-content img {
	max-width: 500px;
	max-height: 300px;
}
.checkout_name .popover .popover-content img{
	z-index: 9999!important;
	max-width: 200px;
	width: 200px;
}
.image_popup_produit {
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 200px;
}
.icon_photo_produit {
	font-size: 15vw;
	text-align: center;
	color:#a6a6a6;
	cursor: pointer;
}
.css-photo-list {
	width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
}

.image_carrousel {
	background-size: cover;
    background-position: center center;
}
.image_popup_produit {
/*
	width: 100%;
    height: 90px;
*/
    display: block;
    background-size: cover;
    background-position: center center;
}
.row_produit {
	cursor: pointer;
}
.css-parallax {
	height: 300px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
}
.nav-tabs li.active {
	background: white;
}
.css-tab-content {
	border: 2px solid #E3E3E3;
	background: #FFF
}

.badge_stock {
	position: absolute;
    right: 15px;
    bottom: 65px;
    float: right;
}
.total_text {
	position: absolute;
    right: 15px;
    bottom: 30px;
    float: right;
    color:#BDBDBD;
}
.badge_color_red {
	background-color: #F44336 !important;
}
.card-action-left{
	position: absolute;
	top:20px;
	left: 20px;
	z-index: 2;
}
.border-clair {
	border-bottom: 1px solid #c0c0c0;
	height: 20px;
}
body.stock.saisie .form-control-bis {
	height: 43px !important;
}
body.stock.saisie .advanced_search_panel {
	display: block;
}
body.stock.saisie .inputer-input {
	margin-bottom: 10px !important;
}
body.stock.saisie .inputer-selectize {
	margin-bottom: 17px !important;
}
.text-info-commande {
	color:#333;

}
.display_name_product {
	text-align: center;
	font-size: 15px;
	color: #747474;
	padding-top: 10px;
}
.display_date_alert_product {
	text-align: center;
	font-size: 15px;
}
.display_seuil_product, .display_litige {
	text-align: center;
	font-size: 15px;
}
.display_detail_product {
	text-align: center;
    font-size: 15px;
    color: $$DISPATCH_SELECTED$$;
    position: absolute;
    top: 17vh;
	left: 20px;
    background: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    box-shadow: 0 0px 13px rgba(0, 0, 0, 0.2);
	z-index: 3;
}

.display_reserve_product {
	text-align: center;
	font-size: 15px;
	color: $$DISPATCH_SELECTED$$;
	position: absolute;
	top: 17vh;
	right: 20px;
	background: white;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	box-shadow: 0 0px 13px rgba(0, 0, 0, 0.2);
	z-index: 3;
}

.row_description_produit {
	background: white;
	margin: 0px 0px 0px 0px !important;
	overflow-y: scroll;
}
.display_variable {
	cursor: pointer;
}
.descr_tuile {
	overflow-y: scroll !important;
}
.bg-default::before {
	background-image: url('/uploads/stock/image.png');
}
.veligo:not(body), .swap {
	margin: 0;
}
.veligo:not(body) .nav-bar-container, .swap .nav-bar-container {
	display: none;
}

.value_tuile_stock {
	min-width: 180px;
	font-size: 70px;
	text-align: right;
	padding-right: 20px;
	display: block;
	height: 100vh;
}
.value_tuile_stock:hover {
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer
}
.popover {
	border: none !important;
	border-color: transparent !important;
}
.popover.right > .arrow {
	border-right: none !important;
	border-color: transparent !important;
}
.popover.left > .arrow {
	border-left: none !important;
	border-color: transparent !important;
}
.popover.top > .arrow {
	border-top: none !important;
	border-color: transparent !important;
}
.popover.bottom > .arrow {
	border-bottom: none !important;
	border-color: transparent !important;
}
.height-100 {
	height: 100%;
}
.advanced_search_panel {
	box-shadow: 0 1px 3px rgba(0,0,0, 0.08), 0 1px 2px rgba(0,0,0, 0.16);
}
.produits .panel:before {
	display: none;
}
.button-eye {
	padding: 0px !important;
	margin-left: 5%;
	width: 45%;
	background: $$BACKGROUND$$;
	border-bottom-left-radius: 3px;
}
.button-add-product {
	padding: 0px !important;
	margin-right: 5%;
	width: 45%;
	border-bottom-right-radius: 3px;
	border-left: 1px solid white;
	background: $$BACKGROUND$$;
}
.hover_button_product {
	cursor: pointer;
	background: $$BORDER_CLAIR$$ !important;
	color: black !important;
}
.load-hidden {
    visibility: visible;
}
.row_produit {
	transition: background 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.color-black {
	color: #333;
}
.selectize-control .selectize-input > div, .selectize-control.selectize-input > div{
    color: #573555 !important;
	font-size: 16px;
	background: #fff !important;
	border: 1px solid #573555 !important;
	padding: 2px 10px !important;
	border-radius: 4px !important;
/* 	max-height: 26px; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.selectize-input {
	color: #000;
}

.selectize-input ::-webkit-input-placeholder { color:#555555; }
.selectize-input ::-moz-placeholder { color:#555555; }
.selectize-input :-ms-input-placeholder { color:#555555; }
.selectize-input input:-moz-placeholder { color:#555555; }

body.stock.saisie .new_search_style .selectize-control, body.stock.saisie .new_search_style .input-wrapper{
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.new_search_style .selectize-control .selectize-input > div, .selectize-control.selectize-input > div{
    color: #878787 !important;
	font-size: 16px;
	background-color: #ecf0f6 !important;
	border: none !important;
	padding: .2em .6em .3em !important;
	border-radius: 4px !important;
/* 	max-height: 26px; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

}
.new_search_style .selectize-input {
    border-color: #dde1eb;
}
.new_search_style .selectize-input:hover {
    border-color: #b9bdc5;
}
.new_search_style .selectize-input.focus {
	-webkit-box-shadow: none;
    box-shadow: none;
    background: #fbfbfb;
    border-color: #b9bdc5 !important;
}
.new_search_style.advanced_search_panel .inputer input.form-control, .new_search_style.advanced_topbar_panel .inputer input.form-control {
	border: 1px solid #dde1eb !important;
}
.new_search_style.advanced_search_panel .inputer input.form-control:focus, .new_search_style.advanced_topbar_panel .inputer input.form-control:focus,
.new_search_style.advanced_search_panel .inputer input.form-control:hover, .new_search_style.advanced_topbar_panel .inputer input.form-control:hover
 {
	border: 1px solid #b9bdc5 !important;
}

.new_search_style .selectize-input {
	color: #878787 !important;
}
.new_search_style .selectize-input ::-webkit-input-placeholder { color:#878787 !important; }
.new_search_style .selectize-input ::-moz-placeholder { color:#878787; } /* firefox 19+ */
.new_search_style .selectize-input :-ms-input-placeholder { color:#878787; } /* ie */
.new_search_style .selectize-input input:-moz-placeholder { color:#878787; }
.big_icon {
	font-size: 30vh;
	line-height: 30vh;
	width: 30vh;
	color: #a6a6a6;
	display: block;
	margin: 0 auto;
}

.new_search_style .selectize-input ::-webkit-input-placeholder { color:#b9bdc5 !important; }
.new_search_style .selectize-input ::-moz-placeholder { color:#b9bdc5; } /* firefox 19+ */
.new_search_style .selectize-input :-ms-input-placeholder { color:#b9bdc5; } /* ie */
.new_search_style .selectize-input input:-moz-placeholder { color:#b9bdc5; }

body.stock.saisie .form-control {
	height: 43px !important;
}
body.stock.saisie .inputer {
	margin-bottom: 10px !important;
}
body.stock.saisie .css-selectize-search {
	margin-bottom: 10px !important;
}

#big.big_icon.fa {
	font: normal normal normal 15vh FontAwesome !important;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	background-repeat: no-repeat;
}
.shadow-organic {
	transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
    -webkit-box-shadow: 0 5px 23px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 5px 23px rgba(0, 0, 0, 0.3) !important;
    border-radius: 5px;
    cursor: pointer
}

.row_produit:hover .shadow-organic, .shadow-organic:hover {
    -webkit-box-shadow: 0 5px 23px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 5px 23px rgba(0, 0, 0, 0.5) !important;

}

.shadow-organic-md {
	transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
    -webkit-box-shadow: 0 10px 23px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 5px 23px rgba(0, 0, 0, 0.3) !important;
    border-radius: 5px;
    cursor: pointer
}
.shadow-organic-md:hover {
    -webkit-box-shadow: 0 10px 23px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 5px 23px rgba(0, 0, 0, 0.5) !important;
}
.shadow-organic-md a.add_panier {
	position: absolute;
    z-index: 1;
    right: 30px;
    top: 25px;
}
.display_name_product:hover {
	text-decoration: underline !important;
}

.icone_empty_panier {
	padding-left: 40%;
    font-size: 75px !important;
    color: #a6a6a6;
}
body.alertes .content {
	padding: 0 10px !important;
}

.color_fonce {
	border-color: $$BACKGROUND$$;
	color: $$BACKGROUND$$;
}
.table-categories > tbody > tr > td {
	padding: 5px 12px 0px 12px;
}
.table-categories > tbody > [data-level="1"] {
	font-size: 18px;
	color: #333;
}
.table-categories > tbody > [data-level="2"] {
	color: black;
	cursor: pointer;
	font-size: 18px;
}
.table-categories > tbody > [data-level="3"] {
	font-size: 18px;
	cursor: pointer;
}
.table-categories > tbody > [data-level="4"] {
	font-size: 12px;
}
.table-categories {
	margin-bottom: 300px;
}
.table-categories > tbody > tr > td > .btn-group > .btn {
	height: 40px !important;
	line-height: 0px !important;
}
.not_active_categorie {
	background-color: #EF9A9A !important;
}
.active_categorie {
	background-color: inherit !important;
}
.height_product {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 25px;
	max-height: 85px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.height_product_detail {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 25px;
	max-height: 110px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.row-marked {
	background-color: #ffa;
}

.size_police {
	font-size: 14px !important;
}

.css-retour-table {
	font-size: 200px !important;
	text-overflow: inherit!important;
	white-space: inherit !important;
}



.veligo-explain li {
	list-style-type: circle !important;
	margin-left: 20px;
}

.demande_transport .page-header {
	display: none;
}
.demande_transport .entreprise_grid_1 {
	display: none !important;
}

.demande_transport .entreprise_grid_2 {
	width: 100% !important;
}
.demande_transport .entreprise_grid_2 .selectize-input input {
	width: 100% !important;
}
.demande_transport .nav-bar-container {
	display: none !important;
}
.demande_transport .chez_moi_style {
	display: none !important;
}
.demande_transport {
	margin-left: 0px !important;
	zoom: 80%;
}

/* Variables */
.stripe * {
  box-sizing: border-box;
}
.stripe .panel-body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  width: 80vw !important;
  margin: 0 auto;
  justify-content: center;
  align-content: center;
}
.stripe form {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
	0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}
.stripe input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}
.stripe .result-message {
  line-height: 22px;
  font-size: 16px;
}
.stripe .result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}
.stripe .hidden {
  display: none;
}
.stripe #card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}
.stripe #card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}
.stripe #payment-request-button {
  margin-bottom: 32px;
}
/* Buttons and links */
.stripe button {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.stripe button:hover {
  filter: contrast(115%);
}
.stripe button:disabled {
  opacity: 0.5;
  cursor: default;
}
/* spinner/processing state, errors */
.stripe .spinner,
.stripe .spinner:before,
.stripe .spinner:after {
  border-radius: 50%;
}
.stripe .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.stripe .spinner:before,
.stripe .spinner:after {
  position: absolute;
  content: "";
}
.stripe .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.stripe .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .stripe form {
	width: 80vw;
  }
}
.modal .modal-content .modal-body {
	max-height: auto !important;
}
.mdp_oublie {
	font-size: 13px;
	color:#eeeeee;
	cursor:pointer;
}
.show-pane-create-account {
	font-size: 15px;
}
.mdp_oublie:hover {
	color:#eeeeee;
}
.messages {
	padding: 0px !important;
}
.formeo button {
	border-radius: 0px !important;
	border: 1px solid $$COULEUR$$;
	color: #333;
	background-color: #fff;
	padding: 4px 8px;
}
.formeo .clear-form, .formeo .save-form {
	display: none;
}

.veligo_style .row.editor-wrap {
	padding: 20px;
}
.veligo_style input[type="checkbox"] {
	position: relative;
	visibility: initial;
	width: 2rem;
	height: 2rem;
	background-color: white;
	border: 1px solid #25303b;
	cursor: pointer;
	margin: 4px 20px 0 0;
}

.veligo_style input[type="radio"] {
	position: relative;
	visibility: initial;
	width: 2rem;
	height: 2rem;
	background-color: white;
	border: 1px solid #25303b;
	cursor: pointer;
	margin: 4px 20px 0 0;
	border-radius: 100px;
}
.veligo_style select {
	display: block;
	clear: both;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	cursor: pointer;
	margin: 10px 0px 10px 0;
	min-width: 50%;
	max-width: 500px;
}

.veligo_style textarea {
	display: block;
	clear: both;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	cursor: pointer;
	margin: 10px 0px 10px 0;
	min-width: 50%;
	max-width: 500px;
	min-height: 200px;
	max-height: 300px;
}
.veligo_style input[type="email"] {
	display: block;
	clear: both;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	cursor: pointer;
	margin: 10px 0px 10px 0;
	width: 100%;
}

.veligo_style input[type="text"] {
	display: block;
	clear: both;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	cursor: pointer;
	margin: 10px 0px 10px 0;
	width: 100%;
}


.veligo_style input[type="date"] {
	display: block;
	clear: both;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	cursor: pointer;
	margin: 10px 0px 10px 0;
	width: 100%;
}

.veligo_style input[type="number"] {
	display: block;
	clear: both;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	cursor: pointer;
	margin: 10px 0px 10px 0;
	width: 100%;
}
.veligo_style button {
	border: 0;
	background-color: #25303b;
	color: white;
	max-width: 80rem;
	text-align: center;
	padding: 1rem 10rem;
	margin: 30px 10% 0 30px;
}
.veligo_style input[type="file"]::-webkit-file-upload-button {
	visibility: hidden;
	
}
.veligo_style input[type="file"] {
	color: white;
}
.veligo_style input[type="file"]::before {
	content: 'Choisir un fichier';
	  color: #25303b;
	  display: inline-block;
	  font-weight: bold;
	  font-size:11pt;
	  border: 1px solid #25303b;
	  padding: 0.8rem 5rem;
	  transition: .3s;
	  outline: none;
	  white-space: nowrap;
	  -webkit-user-select: none;
	  cursor: pointer;
}
.veligo_style input[type="file"]:hover::before {
		border: 1px solid #65b5e6;
	  background: #65b5e6;
	  color:white;
}
.veligo_style button:hover {
	background-color: #65b5e6;
}
.veligo_style label {
	margin-top: 13px;
}
.veligo_style p {
	margin: 2rem 0 0 0;
	color:#25303b;
}

.veligo_style .f-checkbox, .veligo_style .f-radio {
	display: inline;
	margin-right: 20px;
	white-space: nowrap;

}
.veligo_style label {
	font-weight: 600 !important;
}
.gestion_general .label:empty {
	display: inline-block !important;
	color: #333 !important;
	font-weight: normal;
	text-align: left;
}

.formeo-column {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}

@font-face {
	font-family: 'EDF2020W05-Regular'; /* Nom que vous donnez à votre fonte */
	src: url('/assets/sm/fonts/EDF2020W05-Regular.woff2') format('woff2'); /* Chemin vers votre fichier .woff2 */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'EDF2020W05-Bold'; /* Nom que vous donnez à votre fonte */
	src: url('/assets/sm/fonts/EDF2020W05-Bold.woff2') format('woff2'); /* Chemin vers votre fichier .woff2 */
	font-weight: normal;
	font-style: normal;
}
.edf-op .btn-group > .btn {
	height: 40px;
	line-height: 1;
	margin-top: 32px;
	color:#006DFF;
}
.edf-op .parsley-errors-list li{
	font-size: 12px;
	color:red;
}
.edf-op .bootstrap-select.btn-group .dropdown-menu li.selected a {
	color:#006DFF;
}
.edf-op .btn-edf {
	margin-top: 10px;
	background: #006DFF !important;
	color: #fff !important;
	border: 1px solid transparent !important;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'EDF2020W05-Regular';
	border-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 14px;
	height: 45px;
	padding: 0 1rem;
	cursor: pointer;
	white-space: normal;
	text-decoration: none;
	vertical-align: inherit;
}
.select_maison {
	display: block;
	font-size: 16px;
	font-family: 'EDF2020W05-Regular';
	font-weight: 400;
	color: #444;
	line-height: 1.3;
	padding: 10px 30px 10px 10px;
	margin-top:30px !important;
	max-width: 100%; 
	box-sizing: border-box;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#fff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #eeeeee;
}
.select-css:focus {
	border-color: #eeeeee;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option[selected] {
	background-color: #004cb3;
}
.edf-op .btn-edf:hover {
	background: #004cb3 !important;
	color: #fff !important;
	border: 1px solid transparent !important;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'EDF2020W05-Regular';
	src: url('/assets/sm/fonts/EDF2020W05-Regular.woff2');
	border-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 14px;
	height: 45px;
	padding: 0 1rem;
	cursor: pointer;
	white-space: normal;
	text-decoration: none;
	vertical-align: inherit;
}
.edf-op .section_edf {
	background: white;
	padding: 30px 40px;
}
.edf-op {
	margin-top: -10px;
}
.edf-op .no_padding {
	padding: 0 !important;
}
.edf-op h2 {
	color: #09357A;
	line-height: 28px;
	font-family: "EDF2020W05-Bold";
	font-size: 20px;
	font-weight: normal;
}
.edf-op p {
	color: black;
	line-height: 28px;
	font-family: "EDF2020W05-Regular";
	font-size: 16px;
	margin: 20px 0px 0px;
	font-weight: 500;
}
.img_edf {
	max-width: 100%;
}
.edf-op .row_bg {
	/* background-image: url('/assets/sm/img/HEADER_RESULTAT-TLC-2000x975-140224.jpg');
	background-size: cover;
	background-position: center; */

	max-width: 100%;
}

.edf-op .logo {
	width: 120px;
}
.edf-op .center {
	text-align: center;
}
.edf-op input {
	font-family: "EDF2020W05-Regular";
	font-weight: 500;
	color: rgba(0,0,0,0.87);
	border: 0 none;
	border-bottom: 2px solid #666;
}
.edf-op .inputer .input-wrapper:before {
	background:#666;
}
.edf-op .inputer .form-control:focus {
	border-color: #006DFF !important;
}
.edf-op .inputer.floating-label .form-control:focus ~ label {
	color: #006DFF;
	text-transform: uppercase;
}
.edf-op .inputer .input-wrapper:after {
	background: #006DFF !important;
}
