
@font-face {
	font-family: "Muli";
	src: url('https://assets.prod05.1qx.org/assets/fonts/Muli/Muli-Regular.ttf');
}
@font-face {
	font-family: "Muli";
	font-style: italic;
	src: url('https://assets.prod05.1qx.org/assets/fonts/Muli/Muli-Italic.ttf');
}
@font-face {
	font-family: "Muli";
	font-weight: bold;
	src: url('https://assets.prod05.1qx.org/assets/fonts/Muli/Muli-Bold.ttf'); 
}
.model{
	display:none;
}
.hide{
	display:none;
} 
.inactive,
.inactive:focus
{
	pointer-events: none;
	background-color: #e0e0e0;
	color: #c0c0c0;
	cursor:  not-allowed;
	outline: none;
	border: initial;
}
.ar{
	text-align: right;
}
.b
{
	font-weight: bold;
}
.euro, .percent
{

    white-space: nowrap;
}
.euro::after{
	content: " €";
	font-weight: normal;
	font-size: 0.9em;
	color: #444;
}
.percent::after{
	content: " %";
	font-weight: normal;
	font-size: 0.9em;
	color: #444;
}

/** drag n drop fichiers */

body
{
	overflow: hidden;
	margin:0;
	padding:0;
	font-family: "Muli", "Verdana";
}
.tnpage
{
	_overflow: hidden;
	_position: fixed;
	_left: 0;
	_right: 0;
	_top: 0;
	_bottom: 0;
}
.tnpage.dragfocused
{
	background-color:	rgba(255,0,0,0.1)!important;
    cursor: 			move; /* fallback: no `url()` support or images disabled */
}
.tnpage.dragfocused .dropable
{
	opacity:			0.4;
    cursor: 			pointer;
    cursor: 			move; /* fallback: no `url()` support or images disabled */
    cursor: 			url(images/grab.cur); /* fallback: Chrome 1-21, Firefox 1.5-26, Safari 4+, IE, Edge 12-14, Android 2.1-4.4.4 */
    cursor: 			grab; /* W3C standards syntax, all modern browser */
	
	background-color:	rgba(0,255,0,0.2)!important;
}
#list #product, #list #category
{
	_border-top: solid 2px #aaa;
}
.moveable
{
	_padding-left: 2em;
}
#list .moveable > div
{
	float : left;

}
#list .right
{
	float: right;
}

.model{
	display:none;
}
.hide{
	display:none;
}

#bg_grayed
{
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0, 0.8);
	z-index: 1000;
	pointer-events: all;  
}
#bg_grayed	#bg_message
{
	color: white;
	font-size:2em;
	font-family: arial;
	text-align: center;
	
	position: absolute;
	width: 100%;
	top: CALC(50% - 0.5em);
	 
	 
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*==================================================
  Pnotify
==================================================== */
/* -- Notice */
.ui-pnotify {
  top: 25px;
  right: 25px;
  position: absolute;
  height: auto;
  /* Ensures notices are above everything */
  z-index: 9999;
}
.ui-pnotify .alert {
  border-radius: 0;
}
/* Hides position: fixed from IE6 */
html > body > .ui-pnotify {
  position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}
.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0;
}
.ui-pnotify-text {
  display: block;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
}
/* Alternate stack initial positioning. */
.ui-pnotify.stack_top_left,
.ui-pnotify.stack_bottom_left {
  left: 15px;
  right: auto;
}
.ui-pnotify.stack_bottom_right,
.ui-pnotify.stack_bottom_left {
  bottom: 25px;
  right: 8px;
  top: auto;
}
.ui-pnotify.stack_bottom_right {
  right: 12px;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}
.ui-pnotify.stack_bar_top {
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 0;
}
.ui-pnotify.stack_bar_top .alert {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.ui-pnotify.stack_bar_bottom {
  right: auto;
  top: auto;
  left: auto;
  margin-left: 15%;
  bottom: 0;
  border-radius: 0;
}
/*wrapper */
.ui-pnotify {
  top: 70px;
  right: 8px;
}
/*with icon*/
.ui-pnotify-icon,
.ui-pnotify-icon span {
  font-size: 30px;
  min-height: 40px;
  line-height: 40px;
  padding-right: 3px;
}
.dropzone
{
	cursor:	grabbing
}
