
/* ------------------------------------------- */
/* ----------------- Général ----------------- */
*{
	outline:none;
	border:none;
	padding:0;
	margin:0;
}

body{
	font-size:12px;
	color:#000;
}

a:visited,
a:active,
a:hover,
a:link{
	text-decoration:none;
}

.inline{ display:inline }
.inline-block{ display:inline-block }

/* structure */
.main-title{
	margin-left: 15px;
}

.header-content{
	padding: 10px 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
}
.page-container{
	position: static;
}

.page-container .sidebar-menu .logo-env {
	padding: 30px;
}
.page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
	padding: 3px 8px;
}

.page-container .sidebar-menu .logo-env .logo > a > img {
	max-height: 90px;
	max-width: 184px;
}

.page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search {
	display: none; /** Pour l'instant on ne l'affiche pas en mode réduit */
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
	display:inline-block;
}

.scrollable-sidebar{
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.scrollable-sidebar::-webkit-scrollbar {
	display: none;
}
.page-container .scrollable-sidebar .has-sub{
	position:relative;
}
body .page-container.sidebar-collapsed .scrollable-sidebar #main-menu>li ul.sub1{
	position:fixed;
	margin-top: -40px;
}


.page-container .main-content{
	overflow:visible;
	height:100%;
	padding: 0;
}

.page-container .main-content #content-content{
	padding: 15px;
}

.titre-page{
	margin: 0 0 15px 0;
	font-size: 20px;
}

.page-container #fiche-content{
	margin-top: -48px;
	padding: 0 0 0 15px;
}

.page-container .main-content #list-content{
	width: 100%;
}

.page-container .main-content.fiche-opened #list-content{
	overflow: auto;
	overflow-x: hidden;
	height: 100%;
}

/* Aide */
#helponline{
	position: fixed;
	right: -450px;
	top: 0px;
	width: 470px;
	z-index: 500;
	display: none; /** Pour l'instant on ne l'affiche pas */
}
#helponline .helpcontent {
	display: none;
	background: white;
	height: 100%;
	margin-left: 20px;
	border-left: 0px solid #000;
	box-shadow: -5px 0px 5px #DDD;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 502;
}
#helponline .helplogo {
	position: absolute;
	top: 20px;
	left: 0;
	background: #FFF;
	padding: 10px 6px;
	z-index: 501;
	box-shadow: -5px 0px 5px #DDD;
	border-radius: 5px 0 0 5px;
}
#helponline .helplogo a{
	display: block;
	margin-bottom: 5px;
}

/* loader */
.load{
	background:url(../charte/load.gif) bottom center no-repeat;
	padding-bottom:25px;
	text-align:center;
	font-weight:bold;
	margin:15px 0;
}

.handle {
	background-color:#903;
	font-weight:bold;
	padding:0 2px;
	margin:0 3px;
	margin-right:5px;
	cursor:move;
	color:#fff;
}

/* */
.clear{
	clear:both;
}

.pointer{
	cursor:pointer;
}

/* slimscrollable */
.slimscrollable{
	height: auto;
}


/* ----------------------------------------- */
/* ----------------- Fiche ----------------- */
#fiche-content h3{
	display: inline-block;
	margin: 0 0 25px 0;
}

#fiche-content .nav-tabs{
	border-bottom: none;
}
#fiche-content .tab-content{
	border-top: 1px solid #ddd;
}

#fiche-content .panel > .panel-body > .row > div[class^="col-md-"] > label[class^="col-sm"]{
	padding-left: 0;
	padding-right: 0;
}

#fiche-content .tab-content .tab-pane{
	position:relative;
}

#fiche-content .tab-content .tab-pane .onglet-overview{
	z-index:999;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#ffffff;
}

/* --------------------------------------- */
/* ----------------- Nav ----------------- */
.nav-tabs > li{
}
.nav-tabs > li > a{
	padding: 6px 15px;
}
.nav-tabs > li > a > .badge{
	padding: 2px 6px;
	font-size: 11px;
}


/* ----------------------------------------- */
/* ----------------- Panel ----------------- */
.tab-content{
	border: 1px solid #ddd;
	border-top: none;
}

.panel-heading {
	position: relative;
	padding: 5px 10px;
}
.panel-heading > .panel-title {
	display: inline-block;
	padding: 0;
	font-size: 13px;
}
.panel-heading > .panel-options {
	float: right;
}
.panel-heading > .panel-options > a{
	padding-right: 10px;
}
#fiche-content .panel-heading > .panel-options > a{
	padding: 0px;
}
#fiche-content .panel-heading > .panel-options > a.btn-modal-edit{
	padding: 0 3px;
}

.tab-pane{
	padding: 10px;
}


/* ------------------------------------------ */
/* ----------------- Filtre ----------------- */
.filter-container{
	margin-bottom: 5px;
}
.filter-container .panel-heading > .panel-options > a.btn{
	padding: 0 5px;
}
.filter-container .panel-body{
	padding: 5px 15px 0 15px;
}

#ui-datepicker-div{
	z-index: 1500!important;
}


/* ---------------------------------------------- */
/* ----------------- Action bar ----------------- */
#action-top {
	margin-bottom: 0px;
}

.actions-block{
	overflow: visible;
	margin-bottom: 5px;
	padding: 5px 15px 5px 10px;
	background-color: #fff;
	color: #a6a7aa;
}

.action-sep{
	display: inline-block;
	width: 1px;
	margin: 0 15px;
	padding: 7px 0;
	background-color: #949494;
	vertical-align: top;
}

.actions-block .actions-block-buttons{
	display: inline-block;
}
.actions-block .infos-checkbox-selected{
	display: inline-block;
}
.actions-block .infos-checkox-selected-nb{
	display: inline-block;
	padding: 7px 0;
	color: black;
}

.actions-block .btn{
	margin-right: 15px;
}
.actions-block .action-sep{
	margin-left: 0;
}

.img_lot{
	margin-right:5px;
	cursor:pointer;
}

#div_limit{
	margin-right:20px;
	padding-top:6px;
	float:right;
}


/* ---------------------------------------------- */
/* ----------------- Datatables ----------------- */
table.dataTable {
	border-collapse: collapse!important;
}
.fixedHeader-floating .checkbox-replace .cb-wrapper{
	padding-left: 0;
	transition: none;
}
.dataTables_wrapper .dataTables_buttons{
	display: inline-block;
}
.dataTables_wrapper .dataTables_actions{
	display: inline-block;
	float: right;
}
.dataTables_wrapper .dataTables_info.dataTables_info{
	float: none;
	display: inline-block;
	margin-right: 15px;
	padding: 0;
	height: auto;
	border: none;
	background: none;
}

.dataTables_wrapper .dataTables_paginate.dataTables_paginate{
	float: none;
	display: inline-block;
	padding: 0;
	height: auto;
	border: none;
	background: none;
	vertical-align: top;
}
.dataTables_wrapper .dataTables_paginate.dataTables_paginate .pagination{
	margin-top: 4px;
	vertical-align: top;
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers{
	padding-top: 4px;
}

.dataTables_wrapper table + .row{
	margin-bottom: 0;
}

.dataTables_wrapper .dataTables_filter{
	float: none;
	display: inline-block;
	padding: 0;
	height: auto;
	line-height: 30px;
	border: none;
	background: none;
	vertical-align: top;
}
.dataTables_wrapper .dataTables_filter > label{
	margin: 0;
}
.dataTables_wrapper .dataTables_filter > label input{
	padding: 4px 6px;
	height: 26px;
}
.dataTables_wrapper div.dataTables_scrollBody > table{
	width: 99.9%!important;
}

table.dataTable thead th, table.dataTable thead td{
	border-bottom: 1px solid #999;
}


table.dataTable .btn {
	margin-left: 5px;
}

.fht-tbody{
	overflow-x: hidden;
	overflow-y: auto;
}

/* Style du preloader basique*/
.dataTables_processing{
	position: absolute;
	top: 25%;
	left: 50%;
	width: 250px;
	height: 60px;
	margin-left: -125px;
	margin-top: -15px;
	text-align: center;
	background: rgb(255, 255, 255);
	font-size: 16px;
	opacity: 0.7;
	vertical-align: middle;
	padding: 14px 0 2px 0;
	display: none;
}

.dataTables_processing .fa {
	color:#ff7f00;
}

.dataTables_paginate .inp-search-page {
	width: 35px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc{
	background-image: none;
}

.dataTables_scrollBody thead, .dataTables_scrollBody thead * {  height: 0px !important; }
.dataTables_wrapper .dataTables_scrollBody table thead tr th.sorting_asc:before, .dataTables_wrapper .dataTables_scrollBody table thead tr th.sorting_desc:before { display: none; }

/* Style de l'overlay */
.overlay-dt{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:1;
	background:rgba(0,0,0,.08);
	z-index: 50;
}

/* Style du spinner */
.overlay-dt .spinner-dt {
	position: absolute;
	top: 25%;
	width: 54px;
	left: 50%;
	height: 60px;
}

.overlay-dt .spinner-dt > div {
	width: 18px;
	height: 18px;
	background-color: #808080;
	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;
}

.overlay-dt .spinner-dt .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.overlay-dt .spinner-dt .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);
	}
}

/****** Style de la pagination full_numbers ******/
.dataTables_paginate .paginate > li > a,
.dataTables_paginate .paginate > li > span,
.dataTables_wrapper .dataTables_paginate .paginate_button{
	display: inline-block!important;
	padding: 2px 8px!important;
	text-decoration: none!important;
	background: #ffffff!important;
	border: 1px solid #dddddd!important;
	border-radius: 0px!important;
	margin-left: -1px!important;
}
.dataTables_paginate .paginate > li > a:hover,
.dataTables_paginate .paginate > li > span:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #333!important;
	font-weight: 700;
}
.dataTables_paginate .active > a,
.dataTables_paginate .active > a:focus,
.dataTables_paginate .active > a:hover,
.dataTables_paginate .active > span,
.dataTables_paginate .active > span:focus,
.dataTables_paginate .active > span:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	z-index: 2;
	color: #51555D !important;
	background: #F5F5F6 !important;
	border-color: #DDDDDD !important;
	cursor: default!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	text-decoration: none;
	color: inherit;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2b2b2b;
}

table.dataTable > tbody > tr.selected,
table.dataTable > tbody > tr.selected.odd,
table.dataTable > tbody > tr.selected.odd > td,
table.dataTable > tbody > tr.selected.even,
table.dataTable > tbody > tr.selected.even > td{
	background-color : #b0bed9;
}

table.dataTable > tbody > tr.selected:hover,
table.dataTable > tbody > tr.selected.odd:hover,
table.dataTable > tbody > tr.selected.odd:hover > td,
table.dataTable > tbody > tr.selected.even:hover,
table.dataTable > tbody > tr.selected.even:hover > td{
	background-color : #abb9d4;
}

/* ---------------------------------------- */
/* ----------------- Bloc ----------------- */

/* tags */
#blocTags{
	height: 100%;
	margin-bottom: 0;
	box-shadow: none;
}
#blocTags .panel-heading{
	color: #39414e;
}
#blocTags .panel-heading .panel-title{
	padding-right:30px;
}
#blocTags .panel-heading .panel-options{
	position: absolute;
	top: 9px;
	right: 25px;
}
#blocTags .panel-heading .panel-options a{
	color: #39414e;
}

#blocTags .panel-body{
	padding: 7px;
}
#blocTags .panel-body #tags-description{
	margin-bottom: 10px;
}
#blocTags .panel-body .tag-left-foot-content{
	display: inline-block;
	text-align: left;
}
#blocTags .panel-body .checkbox-replace{
	float: right;
	height: 5px;
	padding: 0 0 0 5px;
}
#blocTags .panel-body .checkbox-replace .cb-wrapper{
	width: 12px;
	height: 12px;
	min-height: 12px;
	padding-left: 0;
}

#blocTags label.cb-wrapper {
	border-color:transparent;
}

#blocTags #see-btn.disabled,
#blocTags #see-btn[disabled]{
	color: #c2c3c5 !important;
	cursor: not-allowed;
	pointer-events: none;
	-webkit-opacity: 0.65;
	-moz-opacity: 0.65;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#foot-content.rightfixed #blocTags .panel-body .tag-left-foot-content{
	width: auto;
}

/* onglets */
#blocOnglets{
}

#blocOnglets .tab-content{
	overflow: auto;
}

#blocOnglets .panel{
	display: inline-block;
	width: auto;
	vertical-align: top;
}
#foot-content.rightfixed #blocOnglets .panel{
	display: block;
	width: 100%;
}

#blocOnglets .panel ul{
	list-style: initial;
	margin-left: 15px;
}
#blocOnglets #attributs .panel ul li{
	float: left;
	width: 49%;
}

.form-inline .input-group{ display: inline-table; vertical-align: middle; }
.form-inline .input-group-addon{ width: auto; }

.dropdown-menu.pull-left{ left: auto; right: 0; }


/* -------------------------------------------- */
/* ----------------- Messages ----------------- */
textarea.field_error:focus,
select.field_error:focus,
input.field_error:focus,
textarea.field_error,
select.field_error,
input.field_error{
	border:1px dashed #c00;
}

textarea.entry_error,
select.entry_error,
input.entry_error{
	background:#ffeeee;
}

div.input-group.field_error{
	border:1px dashed #c00 !important;
}

label.label_error,
div.msg_error,
.validate-has-error{
	color:#c00;
}

textarea.entry_validate,
select.entry_validate,
input.entry_validate{
	background:#ddffbb;
}


/* ----------------------------------------- */
/* ----------------- Modal ----------------- */
.modal.custom-width {
	margin-left: auto;
	margin-right: auto;
}
.modal.custom-width .modal-dialog {
	width: 100%;
}

.modal-dialog{
	min-width:450px;
	padding-left: 10px;
	padding-right: 10px;
}
.width-3-4 .modal-dialog { width:75%; }
.width-2-3 .modal-dialog { width:66%; }

.width-100p .modal-dialog{ width: 100%; }
.width-75p .modal-dialog{ width: 75%; }
.width-65p .modal-dialog{ width: 65%; }

.modal-body .error {
	color:red;
}

/* ------------------------------------------ */
/* ----------------- Addons ----------------- */
.label-addon { background: #09a7d6; }


/* -------------------------------------------- */
/* ----------------- Checkbox ----------------- */
.checkbox label, .radio label{
	min-height: 15px;
}
.checkbox-replace,
.radio-replace {
	position: relative;
	padding-left: 0;
	margin: 0;
}
.checkbox-replace input[type="checkbox"],
.radio-replace input[type="checkbox"],
.checkbox-replace input[type="radio"],
.radio-replace input[type="radio"] {
	visibility: hidden;
}
.checkbox-replace .cb-wrapper,
.radio-replace .cb-wrapper {
	position: relative;
	display: inline-block;
	border: 1px solid #ebebeb;
	width: 16px;
	height: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-radius: 3px;
	transition: all 300ms ease-in-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-replace .cb-wrapper input,
.radio-replace .cb-wrapper input {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	visibility: hidden;
}
.checkbox-replace .cb-wrapper.disabled,
.radio-replace .cb-wrapper.disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.checkbox-replace .cb-wrapper .checked,
.radio-replace .cb-wrapper .checked {
	position: absolute;
	background: #ebebeb;
	display: block;
	left: 2px;
	right: 2px;
	bottom: 2px;
	top: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-radius: 2px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition: 250ms all cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-o-transition: 250ms all cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-webkit-transition: 250ms all cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: 250ms all cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
.checkbox-replace .cb-wrapper + label,
.radio-replace .cb-wrapper + label {
	position: relative;
	top: -2px;
	margin-left: 6px;
}
.checkbox-replace:hover .cb-wrapper,
.radio-replace:hover .cb-wrapper {
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,.03);
}
.checkbox-replace.radio-replace .cb-wrapper,
.radio-replace.radio-replace .cb-wrapper {
	background-clip: padding-box;
	border-radius: 16px;
}
.checkbox-replace.radio-replace .cb-wrapper .checked,
.radio-replace.radio-replace .cb-wrapper .checked {
	background-clip: padding-box;
	border-radius: 16px;
}
.checkbox-replace.checked .cb-wrapper .checked,
.radio-replace.checked .cb-wrapper .checked {
	opacity: 1;
	filter: alpha(opacity=100);
}
.checkbox-replace .cb-wrapper,
.radio-replace .cb-wrapper {
	border: 1px solid #d2d2d2;
}
.checkbox-replace .cb-wrapper .checked,
.radio-replace .cb-wrapper .checked {
	background: #d2d2d2;
}
.checkbox-replace:hover .cb-wrapper,
.radio-replace:hover .cb-wrapper {
	box-shadow: 0px 0px 0px 2px rgba(209.5,209.5,209.5,.1);
}


/* ---------------------------------------------------------- */
/* ----------------- Filtres autocompletion ----------------- */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.autocomplete-loading{
	background: url('font-icons/spinner-loader.gif') no-repeat right center;
	background-size: 2em 100%;
}

.page-body .select2-container .select2-choices {
	padding-top: 0;
}
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #C4C4C4 !important;
	border-color: #C4C4C4 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	margin-top: 5px !important;
	line-height: 18px;
}
.page-body .form-inline .select2-container{
	display: inline-block;
	width: 50%!important;
}


/* ------------------------------------------ */
/* ----------------- Wizard ----------------- */
.form-wizard {
	margin-top: 45px;
}
.form-wizard .steps-progress {
	display: block;
	background: #ebebeb;
	width: auto;
	height: 10px;
	margin: 0 70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form-wizard .steps-progress .progress-indicator {
	background: #00a651;
	width: 0%;
	height: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.form-wizard.no-margin .tab-content {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.form-wizard > ul {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-wizard > ul > li {
	display: table-cell;
	width: 1%;
	text-align: center;
	position: relative;
}
.form-wizard > ul > li a {
	position: relative;
	display: block;
	padding-top: 35px;
	font-weight: bold;
	color: #ababab;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.form-wizard > ul > li a span {
	position: absolute;
	display: block;
	background: #ebebeb;
	color: #8e9094;
	line-height: 35px;
	text-align: center;
	margin-top: -57.5px;
	left: 50%;
	margin-left: -17.5px;
	width: 35px;
	height: 35px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.form-wizard > ul > li.completed a {
	color: #00a651;
}
.form-wizard > ul > li.completed a span {
	background: #00a651;
	color: #fff;
	-moz-box-shadow: 0px 0px 0px 5px #00a651;
	-webkit-box-shadow: 0px 0px 0px 5px #00a651;
	box-shadow: 0px 0px 0px 5px #00a651;
}
.form-wizard > ul > li.disabled a {
	color: rgba(142, 144, 148, 0.5);
}
.form-wizard > ul > li.disabled a span {
	background: #f5f5f6;
	color: rgba(142, 144, 148, 0.5);
	-moz-box-shadow: 0px 0px 0px 5px #f5f5f6;
	-webkit-box-shadow: 0px 0px 0px 5px #f5f5f6;
	box-shadow: 0px 0px 0px 5px #f5f5f6;
}
.form-wizard > ul > li.active a,
.form-wizard > ul > li.current a {
	color: #c5c5c5;
	font-weight: bold;
	color: #303641;
}
.form-wizard > ul > li.active a span,
.form-wizard > ul > li.current a span {
	background: #c5c5c5;
	background: #fff;
	color: #525252;
	-moz-box-shadow: 0px 0px 0px 5px #ebebeb;
	-webkit-box-shadow: 0px 0px 0px 5px #ebebeb;
	box-shadow: 0px 0px 0px 5px #ebebeb;
}
.form-wizard .tab-content {
	margin: 0 52.5px;
	margin-top: 35px;
}
.form-wizard .tab-content .pager {
	margin-top: 35px;
}
.form-wizard .tab-content .pager .first a {
	margin-right: 10px;
}
.form-wizard .tab-content .pager .last a {
	margin-left: 10px;
}


/* -------------------------------------------- */
/* ----------------- Nestable ----------------- */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}
.dd-handle,
.dd-content {
	display: block;
	margin: 0px 0;
	padding: 5px 10px;
	background: #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
dd-content,
.dd-content:hover {
	background: #fff;
}
.dd-item .dd-content .cb-wrapper {
	padding-left: 14px;
}
.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: visible;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	outline: 0;
}
.dd-item > button:after {
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: -5px;
	bottom: -6px;
	width: 1px;
	background: #ebebeb;
}
.dd-item > button:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
	content: '-';
}
.dd-placeholder,
.dd-empty {
	margin: 0px 0;
	padding: 0;
	min-height: 30px;
	background: rgba(245, 245, 246, 0.3);
	border: 1px dotted #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
}
.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle,
.dd-dragel > .dd-item .dd-content {
	margin-top: 0;
}
.dd-dragel .dd-handle,
.dd-dragel .dd-content {
	-moz-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.nested-list.with-margins .dd-item .dd-handle,
.nested-list.with-margins .dd-item .dd-content {
	margin: 5px 0;
}
.nested-list.custom-drag-button .dd-handle {
	position: absolute !important;
	margin: 0 !important;
	width: 15px;
	height: 32px;
	padding-left: 5px;
	padding-right: 4px;
	cursor: pointer;
	padding-top: 7px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nested-list.custom-drag-button .dd-handle span {
	display: block;
	line-height: 3px;
	color: rgba(115, 120, 129, 0.7);
}
.nested-list.custom-drag-button .dd-content {
	padding-left: 25px;
}
.nested-list.custom-drag-button button + .dd-handle {
	left: 24px;
}
.nested-list.custom-drag-button button + .dd-handle + .dd-content {
	padding-left: 50px;
}
.nested-list.custom-drag-button.drag-button-on-hover .dd-item > .dd-handle {
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.nested-list.custom-drag-button.drag-button-on-hover .dd-item:hover > .dd-handle {
	zoom: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dd.validate-has-error {
	border-width:1px;
	border-radius:3px;
	border-style: solid;
}

/* ----------------------------------------------------- */
/* ----------------- Wizard dans modal ----------------- */
.modal .form-wizard {
	margin-top: 15px;
}

.modal .form-wizard .tab-content {
	margin: 0;
	margin-top: 20px;
	border: none;
}

.modal .form-wizard > ul > li a {
	padding-top: 25px;
}
.modal .form-wizard > ul > li a span {
	margin-top: -47.5px;
}

.modal .form-wizard .tab-content .pager {
	margin: 0px;
}

/* ------------------------------------------------ */
/* ----------------- Mot de passe ----------------- */
.pwd_very_low,
.pwd_low,
.pwd_average,
.pwd_high,
.pwd_very_high{
	text-align:center;
	font-weight:bold;
}
.pwd_very_low,
.pwd_low{
	color:red;
}
.pwd_average{
	color:orange;
}
.pwd_high,
.pwd_very_high{
	color:#00A651;
}

progress.verifPasswordMeterPrg{width:100%;clear:both;}

progress[value="1"].verifPasswordMeterPrg,progress[value="2"].verifPasswordMeterPrg{background-color:red;}
progress[value="3"].verifPasswordMeterPrg{background-color:orange;}
progress[value="4"].verifPasswordMeterPrg,progress[value="5"].verifPasswordMeterPrg{background-color:#00A651;}

progress[value="1"].verifPasswordMeterPrg::-webkit-progress-value,progress[value="2"].verifPasswordMeterPrg::-webkit-progress-value{background-color:red;}
progress[value="3"].verifPasswordMeterPrg::-webkit-progress-value{background-color:orange;}
progress[value="4"].verifPasswordMeterPrg::-webkit-progress-value,progress[value="5"].verifPasswordMeterPrg::-webkit-progress-value{background-color:#00A651;}

progress[value="1"].verifPasswordMeterPrg::-moz-progress-bar,progress[value="2"].verifPasswordMeterPrg::-moz-progress-bar{background-color:red;}
progress[value="3"].verifPasswordMeterPrg::-moz-progress-bar{background-color:orange;}
progress[value="4"].verifPasswordMeterPrg::-moz-progress-bar,progress[value="5"].verifPasswordMeterPrg::-moz-progress-bar{background-color:#00A651;}

@-moz-document url-prefix() {
	progress.verifPasswordMeterPrg{background-color:transparent !important;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	progress.verifPasswordMeterPrg{background-color:transparent !important;}
}

span.field_error, div.field_error{
	color:red;
	font-weight:bold;
}

.fiche-opened #fiche-content { z-index: 1000; position: relative; background-color: #FFF; }

.dataTables_wrapper table thead tr th.sorting_asc:before, .dataTables_wrapper table thead tr th.sorting_desc:before { display: none; }

.validate-has-error-radio {display: block;}

/* ---------------------------------------- */
/* ---------------- Badge ----------------- */

.badge-step{
	background-color:#f0f0f1;
	color:#303641;
	padding:7px 10px;
	border-radius:15px;
	margin:5px;
}

.panel > .panel-heading > .badge-step{
	position:absolute;
	top:-18px;
	left:-18px;"
}

/* ---------------------------------------- */
/* --------------- Tooltip ---------------- */
.pb-tooltip {
	position: relative;
	display: inline-block;
}
.actions-block .pb-tooltip {
	margin-right : 15px;
}
.actions-block .pb-tooltip > .btn {
	margin-right : 0px;
}

