main > .container {
    padding: 70px 0px 20px;
}
.container {
	max-width: 1240px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.btn-info{
	color: #fff;
}
.btn-edit{
	color: #198754;
}
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    min-height: 150px;
    padding: 0px 10px;
}
.article-mini-pic{
	width: 200px;
}
.zoom-in-span{
	display: inline-block;
}
.zoom-in-span:hover {
	cursor: pointer;
}
.zoom-in-span:hover .article-mini-pic{
	-webkit-filter: blur(5px);
  	-moz-filter: blur(5px);
  	-o-filter: blur(5px);
  	-ms-filter: blur(5px);
  	filter: blur(5px);
}
.zoom-in-span:hover .fiche-mini-pic{
	-webkit-filter: blur(5px);
  	-moz-filter: blur(5px);
  	-o-filter: blur(5px);
  	-ms-filter: blur(5px);
  	filter: blur(5px);
}
.zoom-in-pic{
	position: relative;
	display:none;
	top: 50%;
    left: 43%;
    transform: translate(-50%, 30%);
    z-index: 10;
    width: 0px;
    height: 25px;
    font-size: 30px !important;
}
.zoom-in-span:hover .zoom-in-pic{
	display: inline-block;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-wc-completed {
  color: #fff;
  background-color: #28a745;
}
.badge-danger,.badge-trash{
	color: #fff;
	background-color: #f44336;
}
.badge-wc-cancelled{
	color: #fff;
	background-color: #9b9797;
}
.badge-wc-processing{
	color: #fff;
	background-color: #00acc1;
}
.badge-wc-on-hold,.badge-wc-pending{
	color: #fff;
	background-color: #ff9800;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}
.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.n-montant {
	text-align: right;
    padding-right: 6px !important;
}
.status-ok{
	color: #198754;
	font-weight: bold;
}
.status-nok{
	color: #f44336;
	font-weight: bold;
}
.btn-round{
	position: relative;
	top: -2px;
	cursor: pointer;
	padding: 6px 8px;
    width: 11px;
    height: 11px;
    font-size: 11px;
	min-width: 60px;
	border-radius: 25px;
	box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
	background-color: #4caf50;
	color: #FFFFFF;
	border: none;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: center;
	font-weight: 400;
	will-change: box-shadow, transform;
	line-height: 1.42857143;
	white-space: nowrap;
	touch-action: manipulation;
	text-transform: uppercase;
	letter-spacing: 0px;
	vertical-align: middle;
	text-decoration: none;
}
.btn-round-sm{
	font-size: 15px;
	padding: 3px 5px;
}

.btn-round span.fa{
	display: inline;
}

.alert{
	color: white;
}
.btn-round-primary,.alert-info{
	box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
	background-color: #00acc1;
}
.btn-round-success,.alert-success{
	box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
	background-color: #4caf50;
}
.btn-round-warning,.alert-warning{
	box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
	background-color: #ff9800;
}
.btn-round-danger,.alert-danger{
	box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
	background-color: #f44336;
}
.form-group.has-feedback .btn-round span {
	display: inline-block !important;
}
.btn-round:hover{
	box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
	color: #FFFFFF;
	text-decoration: none;
}
.row_red_stock_negatif .table > :not(caption) > * > *{
	color: #f44336;
}
.table-bordered .row_red_reglement_error td{
	color: #f44336;
}
.table-bordered .row_warning_delivery td{
	background-color: #ff9800;
	color: #fff;
}
.wd-autocomplete .has-error + .inpt-autocomplete-span .btn-round{
	top: -27px;
}

.ui-front {
	z-index: 100;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
    max-height: 200px;
    max-width: 600px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
	
}
/* .ui-autocomplete-input { */
/* 	background: url("../images/search.png") no-repeat scroll 99%, #fff; */
/*     background-size:16px; */
    
/* } */
.wd-autocomplete .inpt-autocomplete{
	display: inline-block;
	width: 90%;
}
.wd-autocomplete .inpt-autocomplete-span{
	display: inline-block;
	width: 3px;
}
.wd-autocomplete span.form-control-feedback{
	margin-top: 26px;
  	right: 11% !important;
}
.ui-autocomplete-loading:focus{
	background: url("../images/autocomplete-loading.gif") no-repeat scroll 97% , #fff;
}
.ui-autocomplete-loading:focus + span.form-control-feedback::BEFORE{
    content:none;
}
.form-control.ui-autocomplete-input {
    padding-right: 40px;
}
span.right {
  float: right;
  font-size: 14px !important;
}
.form-control-feedback.right {
  border-left: 1px solid #ccc;
  right: 13px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
	font-weight:bold;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu li.ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons li.ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-menu table.ui-menu-item {
	font-weight: normal;
}
.ui-menu li.ui-menu-item:hover,.ui-menu li.ui-menu-item:focus,.ui-menu li.ui-state-focus,.ui-menu-item-wrapper .ui-state-active {
/* 	background: #26B99A; */
	background: #00acc1;
/*	border-color:white;*/
	color: white;
	
} 
/*
.ui-menu .ui-menu-item-wrapper:hover,.ui-menu .ui-menu-item-wrapper:focus,.ui-menu li.ui-state-focus{
	/* 	background: #26B99A; * /
		background: #00acc1;
		border-color:white;
		color: white;
		
}
.ui-menu table.ui-state-focus,.ui-menu table.ui-state-active{
	background: #fff;
	font-weight: normal;
	border: 1px solid #ddd;
	margin: 0px;
}*/
.ui-menu tr.ui-state-focus{
	background: #fff;
	font-weight: normal;
}
.ui-menu tr.ui-menu-item:hover,.ui-menu tr.ui-menu-item:focus{
/* 	background: #26B99A; */
	background: #00acc1;
	border-color:white;
	color: white;
	font-weight: normal;
	cursor: pointer;
}
.ui-helper-hidden-accessible{
	display: none;
}
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
	z-index: 99999;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #dadada;
	font-weight: bold;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

li.ui-menu-item .ui-state-active {
    background: #00acc1 !important;
    font-weight: bold !important;
	color: #ffffff !important;
	border: none !important;
} 

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.help-block{
	color: rgb(215, 64, 58);
}
button.btn.btn-imp,a.btn.btn-imp {
	margin-top: 10px;
}
button.btn.btn-add,a.btn.btn-add {
	margin-top: 0px;
  	margin-bottom: 5px;
  	padding: 0px 10px 3px;
  	font-weight: bold;
}
.table-bordered th,.table-bordered td{
	padding: 3px;
}
.err-liv th,.err-liv td{
	color: #f44336;
}
.table-bordered textarea{
	width: 120px;
}
.modal.show .modal-dialog{
	max-width: 600px;
}
.table-recap td{
	min-width: 80px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #eee;
	opacity: 1;
}
.mvt-remboursement-zone,.mvt-avoir-zone{
	display: none;
}
.ln_solid {
    border-top: 2px solid #000;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}
.form-group{
	display: inline-block;
	width: 100%;
}
.del-pic {
	position: absolute;
    top: 15px;
  	left: 27%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 30px;
    color: #e23e55;
}
.loading-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1040;
}
.loading-panel {
    background-color: #ffffff;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}
.scan-loading-panel {
    width: 100%;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    top: 50%;
    overflow: hidden;
    display: none;
    z-index: 2000;
}
.showbox {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}
.loading-panel h2 {
    font-weight: 300;
    font-size: 26px;
    color: #555;
    margin-top: 32px;
    text-align: center;
}
.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.path1 {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color1 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color1 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

@-webkit-keyframes color1 {
  100%,
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%,
  90% {
    stroke: #fff;
  }
}
@keyframes color1 {
  100%,
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%,
  90% {
    stroke: #fff;
  }
}

@media (min-width: 1400px){
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
	  max-width: 1700px;
	}
	main > .container {
    padding: 70px 15px 20px;
}
}
