
html,body,div,span,applet,object,iframe,code,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0; padding:0; border:0; font-size: 11px; font-weight:normal; font-style:normal; font-family:verdana, sans-serif;text-align:left;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
q:before,q:after,blockquote:before,blockquote:after {content:"";}
html {margin:0;padding:0;width:100%}
* {outline:none}
a {text-decoration:underline;color:#505050}
a:hover {text-decoration:none}
img {border:none}
span.decode,#filtersform .right_bottomfilter span.decode{background:none}
/* classes generiques */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden}
.clearfix {display:inline-block}
/* Hides from IE-mac \*/
* html .clearfix {height:1%}
.clearfix {display:block}
/* End hide from IE-mac */
.clear, a.button span.clear{clear:both;height:0;width:0}
.hide {display:none}
.col {position:relative;float:left;}
.left {float:left}
.right {float:right}
.m3 { margin: 3px; }
li {  margin:0 0 0 12px; }


html, body {
	-moz-osx-font-smoothing: grayscale;
}

.tbl {}
.tbl td { padding: 3px; border: 1px solid #e7e7e7; }
.w100o { width: 100%; box-sizing: border-box; }


.dselect { padding: 3px 2px;}
.dselect option {
	padding: 2px;
}
/* shades light/medium/hard */
.lshade {
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.27);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.27);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.27);
}

body {
	padding: 0;
	margin: 0;
	background: #ececec;
	/* background-size: auto 100%; */
}
#maindiv {
	margin: 40px auto 0 auto;
	width: 1180px;
	background-color: #fff;
	min-height: 800px;
	padding-top: 0;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}
#mainblock {
	margin: 20px;
	min-height: 400px;
}

#maindivpop {
	background: #fff;
}



/* popup */

#captor {
	cursor: move;
	width:100%;
	height:25px;
	border-bottom:1px solid #888888;
	background: #cccccc url(/app/img/fond-ligne4.gif);
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#captor #statusInfo {
	font-family: verdana, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #777777;
	display: inline-block;
	height: 16px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	margin: 5px 2px 2px 5px;
}
#captor #closeBox {
	float: right;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 5px 5px 2px 2px;
	cursor: pointer;
}

#coverit {
	position: absolute;
	display: none;
	opacity:0.10 !important;
	filter:alpha(opacity=10);
	background-color: #777777;
	z-index:100;
}
#myWin {
	z-index: 50010;
	border-radius: 6px;
	position:absolute;
	display: none;
	background-color:#ffffff;
	width:100px;
	height:100px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
}
#WinHelp {
	position:absolute;
	left:10px;
	top:10px;
	width:350px;
	height:420px;
	border: 2px solid #cccccc;
	background-color: #fafafa;
	z-index: 50001;
	display: none;
	border-radius: 7px;
}
#WinFond {
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	opacity:0.20 !important;
	filter:alpha(opacity=20);
	background-color:#000;
	z-index:50000;
}
#hselector {
	width: 276px;
	height: 30px;
	border-bottom: 1px solid #cccccc;
	background-color: #feecaa;
	padding:2px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#winHelp-coverit {
	position: absolute;
	width:480px;
	height:411px;
	background-color: #fff;
	opacity: 0.10;
	filter:alpha(opacity=10);
	display: none;
}
#hselector table {
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#hselector td {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #777777;
	font-weight: bold;
}
#hselector .title_help {
	display: inline-block;
	margin: 5px 0 0 7px;
	color: #777;
	font-size: 14px;
}
#hselector .close_help {
	margin: 5px 7px 5px 7px;
}

#WaitBox {
	background-color: #fff;
	position: fixed;
	border-radius: 8px;
	padding: 20px 26px 20px 26px;
	text-align: center;
	display: none;
}
#WaitBox img {
	display: inline-block;
}
#WaitBox span {
	font-size: 11px;
	color: #777;
	display: inline-block;
	margin-top:5px;
}

.dshadow {
	-webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.2);
}
.dshadowl {
	-webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
}
#dialogFrame {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.ishade {
	-moz-box-shadow: inset 1px 1px 6px 0 #656565;
	-webkit-box-shadow: inset 1px 1px 6px 0 #656565;
	-o-box-shadow: inset 1px 1px 6px 0 #656565;
	box-shadow: inset 1px 1px 6px 0 #656565;
}

.text-right { text-align: right; }

/* end popup */

.width-all { width: 100%; }
.width-20 { width: 20px; }
.width-40 { width: 40px; }
.width-60 { width: 60px; }
.width-80 { width: 80px; }
.width-100 { width: 100px; }
.width-120 { width: 120px; }
.width-140 { width: 140px; }
.width-160 { width: 160px; }
.width-180 { width: 180px; }
.width-200 { width: 200px; }
.width-220 { width: 220px; }
.width-240 { width: 240px; }
.width-260 { width: 260px; }
.width-280 { width: 280px; }
.width-300 { width: 300px; }
.width-320 { width: 320px; }
.width-340 { width: 340px; }
.width-360 { width: 360px; }
.width-380 { width: 380px; }
.width-400 { width: 400px; }
.width-420 { width: 420px; }
.width-440 { width: 440px; }
.width-460 { width: 460px; }
.width-480 { width: 480px; }
.width-500 { width: 500px; }

.center { text-align: center; }
.l { text-align: left; }
.r { text-align: right; }
.b { font-weight: bold; }
.ws { white-space: nowrap; }
.ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/* couleur chartée : bleu */
.cch1 { color: #31b7f1; }
.bch1 { background: #31b7f1; }

/* position */
.relative { position: relative; }
.absolute { position: absolute; }
.textcenter,.center { text-align: center; }
.txtleft { text-align: left; }
.txtright { text-align: right; }

/* typography */
.bold { font-weight: bold; }
.italic { font-style: italic; }

.ws { white-space: nowrap; }
.wsi { white-space: initial !important; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
/* radius */
.brtl { border-top-left-radius: 7px; -moz-border-top-left-radius: 7px; -webkit-border-top-left-radius: 7px;  }
.brtr { border-top-right-radius: 7px; -moz-border-top-right-radius: 7px; -webkit-border-top-right-radius: 7px;  }
.brbl { border-bottom-left-radius: 7px; -moz-border-bottom-left-radius: 7px; -webkit-border-bottom-left-radius: 7px;  }
.brbr { border-bottom-right-radius: 7px; -moz-border-bottom-right-radius: 7px; -webkit-border-bottom-right-radius: 7px;  }
.rad4 {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.rad5 {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.rad6 {-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;}

.brd-l { border-left-width: 1px; }
.brd-r { border-right-width: 1px; }
.brd-t { border-top-width: 1px; }
.brd-b { border-bottom-width: 1px; }
.brd-color-ccc { border-color: #ccc; }

.pt4 { padding-top: 4px; }
.pb4 { padding-bottom: 4px; }
.pl4 { padding-left: 4px; }
.pr4 { padding-right: 4px; }

.pt7 { padding-top: 7px; }
.pb7 { padding-bottom: 7px; }
.pl7 { padding-left: 7px; }
.pr7 { padding-right: 7px; }

.csp { cursor: pointer; }
.zh { z-index: 1000; }
.zh { z-index: 10000; }
.nosel, .nosel * { user-select: none; -moz-user-select: none; -webkit-user-select: none; }
/* float */
.clearall { clear: both; }
.fleft { float: left; }
.fright { float: right; }

.debug { border: 1px dotted red; }

/* display */
.inbl { display: inline-block }
.in { display: inline; }

.font-9  { font-size:  9px; }
.font-10 { font-size: 10px; }
.font-11 { font-size: 11px; }
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }
.font-16 { font-size: 16px; }
.font-18 { font-size: 18px; }
.font-20 { font-size: 20px; }
.font-24 { font-size: 24px; }
.font-28 { font-size: 28px; }
.font-32 { font-size: 32px; }

/* margin - padding */

.ma { margin: auto; }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }
.mr10 { margin-right: 10px; }

.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
.ml20 { margin-left: 20px; }
.mr20 { margin-right: 20px; }

.pt10 { padding-top: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }
.pr10 { padding-right: 10px; }


.mt1 { margin-top: 1px; }
.mb1 { margin-bottom: 1px; }
.ml1 { margin-left: 1px; }
.mr1 { margin-right: 1px; }

.mt2 { margin-top: 2px; }
.mb2 { margin-bottom: 2px; }
.ml2 { margin-left: 2px; }
.mr2 { margin-right: 2px; }

.mt4 { margin-top: 4px; }
.mb4 { margin-bottom: 4px; }
.ml4 { margin-left: 4px; }
.mr4 { margin-right: 4px; }

.mt5 { margin-top: 5px; }
.mb5 { margin-bottom: 5px; }
.ml5 { margin-left: 5px; }
.mr5 { margin-right: 5px; }

.pt1 { padding-top: 1px; }
.pt2 { padding-top: 2px; }
.pt3 { padding-top: 3px; }
.pt4 { padding-top: 4px; }
.pt5 { padding-top: 5px; }
.pt7 { padding-top: 7px; }

.pb1 { padding-bottom: 1px; }
.pb2 { padding-bottom: 2px; }
.pb3 { padding-bottom: 3px; }
.pb4 { padding-bottom: 4px; }
.pb5 { padding-bottom: 5px; }
.pb7 { padding-bottom: 7px; }

.pl1 { padding-left: 1px; }
.pl2 { padding-left: 2px; }
.pl3 { padding-left: 3px; }
.pl4 { padding-left: 4px; }
.pl5 { padding-left: 5px; }
.pl7 { padding-left: 7px; }

.pr1 { padding-right: 1px; }
.pr2 { padding-right: 2px; }
.pr3 { padding-right: 3px; }
.pr4 { padding-right: 4px; }
.pr5 { padding-right: 5px; }
.pr7 { padding-right: 7px; }

.pt20 { padding-top: 20px; }
.pb20 { padding-bottom: 20px; }
.pl20 { padding-left: 20px; }
.pr20 { padding-right: 20px; }

.p1 { padding: 1px; }
.p2 { padding: 2px; }
.p3 { padding: 3px; }
.p4 { padding: 4px; }
.p5 { padding: 5px; }
.m5 { margin: 5px; }
.p10 { padding: 10px; }

.m1 { margin: 1px; }
.m2 { margin: 2px; }
.m3 { margin: 3px; }
.m4 { margin: 4px; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.p20 { padding: 20px; }
.m20 { margin: 20px; }

/*sizes */
.w90 { width: 90%; }
.w100 { width: 100%; }
.w50 { width: 50%; }
.w33 { width: 33%; }
.w66 { width: 66%; }
.w25 { width: 25%; }

.w10p { width: 10px; }
.w16p { width: 16px; }
.w20p { width: 20px; }
.w30p { width: 30px; }
.w50p { width: 50px; }
.w70p { width: 70px; }
.w80p { width: 80px; }
.w90p { width: 90px; }
.w100p { width: 100px; }
.w110p { width: 110px; }
.w120p { width: 120px; }
.w160p { width: 160px; }
.w170p { width: 170px; }
.w180p { width: 180px; }
.w150p { width: 150px; }
.w200p { width: 200px; }
.w220p { width: 220px; }
.w250p { width: 250px; }
.w240p { width: 240px; }
.w280p { width: 280px; }
.w300p { width: 300px; }
.w350p { width: 350px; }
.w400p { width: 400px; }
.w420p { width: 420px; }
.w450p { width: 450px; }
.w500p { width: 500px; }
.w555p { width: 555px; }
.w600p { width: 600px; }
.w800p { width: 800px; }
.h5p { height: 5px; }
.h10p { height: 10px; }
.h15p { height: 15px; }
.h25p { height: 25px; }
.h30p { height: 30px; }
.h50p { height: 50px; }
.h80p { height: 80px; }
.h100p { height: 100px; }
.h150p { height: 150px; }
.h180p { height: 180px; }
.h200p { height: 200px; }
.h250p { height: 250px; }
.h300p { height: 300px; }
.h350p { height: 350px; }
.h400p { height: 400px; }

.mw150p { min-width: 150px; }

.td-p2 td { padding: 2px; }
.td-p3 td { padding: 3px; }
.td-p4 td { padding: 4px; }
.td-p4 td { padding: 5px; }

.nopm { margin:0 !important; padding:0 !important; }

/* borders*/
.bx  { box-sizing: border-box; }
.bn { border: none; }
.noborder { border: 0; }
.border-1-lgray, .border-1-ccc { border: 1px solid #ccc; }
.brd-2-gray, .border-2-ccc { border: 2px solid #ccc; }
.border-2-777 { border: 2px solid #777; }
.border-1-888 { border: 1px solid #888; }
.border-1-ddd { border: 1px solid #888; }
.border-1-blue { border: 1px solid #336699; }

/* top */
.brdt-1-gray { border-top: 1px dotted #ccc; }
.border-1-dotted-lgray { border-top: 1px dotted #dddddd; }

/* right */
.brd-1-gray { border-right:1px dotted #cccccc; }
.brd-1-grey { border-right: 1px solid #ccc; }
.border-right-dot-ccc { border-right: 1px dotted #ccc; }
.border-1-f7 { border: 1px solid #f7f7f7; }
.border-1-f { border: 1px solid #fff; }
/* bottom */
.brdb { border-bottom: 1px solid #ccc; }
.bbd-1-gray { border-bottom: 1px dotted #ccc; }

/* background */
.bg-white, .bg-w { background-color: #fff; }
.bg-eee, .bg-e { background-color: #eee; }
.bg-ddd, .bg-d { background-color: #ddd; }
.bg-ccc, .bg-c { background-color: #ccc; }
.bg-ef { background-color: #efefef; }
.bg-f7 { background-color: #f7f7f7; }
.bg-eef { background-color: #eeeeff; }
.bg-777 { background-color: #777; }
.bg-888 { background-color: #889; }
.bg-999 { background-color: #999; }
.bg-aaa { background-color: #aaa; }
.bg-369 { background-color: #369; }

/* text */
.c0 .c-000 { color: #000; }
.c3, .c-333 { color: #333; }
.c4 { color: #444; }
.c5 { color: #555; }
.c7 { color: #777; }
.c8 { color: #888; }
.c9 { color: #999; }
.ca { color: #aaa; }
.cb { color: #bbb; }
.cc { color: #ccc; }
.cd { color: #ddd; }
.cf { color: #fff !important; }
.c-green {color: green; }
.c-black {color: black; }
.c-lblue { color: #69c; }
.c-dblue { color: #225491; }
.c-blue { color: #369; }
.c-red { color: red; }
.c-navy { color: #225491; }
.c-white { color: white !important; }
.c-orange { color: #E76C12; }

.biggest { font-size: 18px; }
.bigger { font-size: 16px; }
.big { font-size: 14px; }
.normal { font-size: 12px; }
.small { font-size: 11px; }
.smaller { font-size: 10px; }
.smallest { font-size: 9px; }




.it-table {
	border: 2px solid #ddd;
}
.it-table td.std {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 12px;
	color: #656565;
}
.it-table td.std a {
	font-size: 12px;
}

.it-table td.std a.clotrd {
	font-weight: bold;
	color: green;
	text-decoration: none;
}
.it-table td.std a.clotrd:hover {
	text-decoration: underline;
}
.it-table td.std a.opn {
	font-weight: normal;
	color: #555;
	font-style: italic;
	text-decoration: none;
}
.it-table td.std a.opn:hover {
	text-decoration: underline;
}

.it-table td.std a.todel {
	font-weight: normal;
	color: red;
	font-style: italic;
	text-decoration: none;
}
.it-table td.std a.todel:hover {
	text-decoration: underline;
}

.it-table-form .shead {
	background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#fbfbfb),
			to(#e7e7e7)
	);
	background: -webkit-linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	background: -moz-linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	background: -o-linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	background: linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	border-bottom: 1px solid #ddd;
	padding: 4px 8px 4px 8px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.it-table-form .shead div {
	font-size: 14px;
	color: #777;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
}

.it-table a.link {

	color: #369;
	text-decoration: none;
}
.it-table a.link:hover {
	text-decoration: underline;
}

.gen-title {
	font-size: 20px;
	font-weight: 700;
	margin: 5px 0 5px 0;
	color: #444;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
}
.gen-title .blue {
	font-weight: bold;
	color: #369;
}

.gen-title a {
	font-size: 20px;
	font-weight: 700;
	color: #369;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
}

.gen-infos {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	margin: 5px 0 5px 0;
	color: #777;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#fbfbfb),
			to(#e7e7e7)
	);
	background: -webkit-linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	background: -moz-linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	background: -o-linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	background: linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
}

.gen-describe {
	font-size: 14px;
	font-weight: 400;
	margin: 8px 0 8px 0;
	color: #58859b;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
	padding: 10px;
	border-radius: 8px;
	background-color: #e9edf2;
}
.gen-describe > * {
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size: 14px;
}


.bg-deg1 {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#fbfbfb),
			to(#e7e7e7)
	);
	background: -webkit-linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	background: -moz-linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	background: -o-linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
	background: linear-gradient(
			top,
			#fbfbfb,
			#e7e7e7
	);
}

button {
	font-size: 12px;
	font-weight: 700;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
	background: -moz-linear-gradient(top , #F6F6F6, #DFDFDF) no-repeat scroll 0 0 transparent;
	border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 3px #bbbbbb;
	margin-bottom: 6px;
	margin-right: 4px;
	padding: 4px 7px;
	color: #555;
	cursor: pointer;
}

button:hover {
	border: 1px solid #777777;
	box-shadow: 0 0 3px #999999;
	color: #125170;
}
button[disabled],
button[disabled]:hover {
	opacity: 0.30;
	filter: alpha(opacity=30);
}

button.current {
	background: #fff;
	border: 1px solid #369;
	box-shadow: none;
	color: #125170;
}
button.current:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

button.option {
	background: -moz-linear-gradient(top , #F6F6F6, #EEEEEE) repeat scroll 0 0 transparent;
	color: #333;
	font-weight: 300;
	font-style: italic;
	border: 1px solid #bbb;
}


button.blue {
	font-size: 12px;
	font-weight: 700;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
	background: -moz-linear-gradient(top , #e2e8fc, #c4cdea) repeat scroll 0 0 transparent;
	border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 3px #bbbbbb;
	margin-bottom: 6px;
	margin-right: 4px;
	padding: 4px;
	color: #555;
	cursor: pointer;
}
button.blue:hover {
	border: 1px solid #555;
	box-shadow: 0 0 3px #777;
	color: #369;
}




.mess-green {
	border: 1px solid #84C488;
	background-color: #CFF2CE;
	border-radius: 5px;
	padding: 8px;
	color: green;

}

.bg-cred { background-color: #CFF2CE; }
.bg-debi { background-color: #feecaa; }
.bg-lgray { background-color: #eee; }
.bg-neut { background-color: #d7d7d7; }


div.it-table-message {
	border: 1px solid #c3c3ec;
	background-color: #eeeeff;
	border-radius: 5px;
}
table.it-table-message {
	margin: 10px;
}
table.it-table-message td {
	padding: 4px;
}
table.it-table-message td.label {
	background-color: #eeeeff;
	font-weight: bold;
	color: #369;
}
.it-table-message .shead div {
	font-size: 14px;
	color: #777;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
}

.it-table-message .shead {
	background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#fbfbfb),
			to(#ddddff)
	);
	background: -webkit-linear-gradient(
			top,
			#fbfbfb,
			#ddddff
	);
	background: -moz-linear-gradient(
			top,
			#fbfbfb,
			#ddddff
	);
	background: -o-linear-gradient(
			top,
			#fbfbfb,
			#ddddff
	);
	background: linear-gradient(
			top,
			#fbfbfb,
			#ddddff
	);
	border-bottom: 1px solid #c3c3ec;
	padding: 4px 8px 4px 8px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}



/* table form */
div.it-table-form {
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	border-radius: 5px;
}
table.it-table-form {
	margin: 10px;
}
table.it-table-form td {
	padding: 4px;
}
table.it-table-form td.label {
	font-weight: bold;
	color: #6699CC;
	white-space: nowrap;
}

/* survol de ligne avec changement de teinte */
tr.it-line {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
}
tr.it-line:hover {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #d7d7d7 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #d7d7d7 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #d7d7d7 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #d7d7d7));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #d7d7d7 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #d7d7d7 100%);
}


/* survol de ligne avec changement de teinte */
tr.it-line.it-green {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #f2faf2 0%, #d6ecd6 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #f2faf2 0%, #d6ecd6 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #f2faf2 0%, #d6ecd6 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2faf2), color-stop(1, #d6ecd6));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #f2faf2 0%, #d6ecd6 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #f2faf2 0%, #d6ecd6 100%);
}
tr.it-line.it-green:hover {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #e5f4e5 0%, #c5e2c4 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #e5f4e5 0%, #c5e2c4 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #e5f4e5 0%, #c5e2c4 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5f4e5), color-stop(1, #c5e2c4));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #e5f4e5 0%, #c5e2c4 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #e5f4e5 0%, #c5e2c4 100%);
}



tr.it-line.it-blue {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #d9e3ee 0%, #c0d0e1 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #d9e3ee 0%, #c0d0e1 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #d9e3ee 0%, #c0d0e1 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9e3ee), color-stop(1, #c0d0e1));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #d9e3ee 0%, #c0d0e1 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #d9e3ee 0%, #c0d0e1 100%);
}


tr.it-line.it-blue:hover {
   /* IE10 Consumer Preview */
   background-image: -ms-linear-gradient(top, #ccd8e6 0%, #b5c8db 100%);
   /* Mozilla Firefox */
   background-image: -moz-linear-gradient(top, #ccd8e6 0%, #b5c8db 100%);
   /* Opera */
   background-image: -o-linear-gradient(top, #ccd8e6 0%, #b5c8db 100%);
   /* Webkit (Safari/Chrome 10) */
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccd8e6), color-stop(1, #b5c8db));
   /* Webkit (Chrome 11+) */
   background-image: -webkit-linear-gradient(top, #ccd8e6 0%, #b5c8db 100%);
   /* W3C Markup, IE10 Release Preview */
   background-image: linear-gradient(to bottom, #ccd8e6 0%, #b5c8db 100%);
}


.toclick { cursor: pointer; }

tr.hd {
	background-color: #ddd;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select: none;
	background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#eee),
			to(#ccc)
	);
	background: -webkit-linear-gradient(
			top,
			#eee,
			#ccc
	);
	background: -moz-linear-gradient(
			top,
			#eee,
			#ccc
	);
	background: -o-linear-gradient(
			top,
			#eee,
			#ccc
	);
	background: linear-gradient(
			top,
			#eee,
			#ccc
	);
}
tr.hd td {
}
tr.hd td div.hd-reodir {
	position: relative;
	float: right;
	width: 1px;
	height: 1px;
}
div.hd-reodir-sign {
	position: absolute;
	right: 0;
	width: 10px;
	height: 16px;
}
div.hd-reodir-sign.asc {
	background: url(/app/img/rig0.png) no-repeat 0 2px;
}
div.hd-reodir-sign.desc {
	background: url(/app/img/rig1.png) no-repeat 0 2px;
}
tr.hd td.ordercol {
	/*background-color: #feecaa;*/
	color: #369;
	cursor: pointer;
	background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#d9e0ea),
			to(#fff)
	);
	background: -webkit-linear-gradient(
			top,
			#d9e0ea,
			#fff
	);
	background: -moz-linear-gradient(
			top,
			#d9e0ea,
			#fff
	);
	background: -o-linear-gradient(
			top,
			#d9e0ea,
			#fff
	);
	background: linear-gradient(
			top,
			#d9e0ea,
			#fff
	);
	box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2) inset;
}

tr.hd td .hd-title {
	color: #555;
	font-weight: bold;
	display: inline-block;
}
tr.hd td .hd-title.sort {
	margin-right: 25px;
}


.grad-1 {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
}
.grad-2 {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #A7CDDE 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #A7CDDE 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #A7CDDE 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #A7CDDE));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #A7CDDE 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #A7CDDE 100%);
}
input[type=text],input[type=number],textarea {
	padding: 5px;
	border: 1px solid #69c;
	border-radius: 4px;
}
input[type=file] {
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-radius: 4px;
}

.ngrad-1 {
	background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#eceff3),
			to(#d6e0e9)
	);
	background: -webkit-linear-gradient(
			top,
			#eceff3,
			#d6e0e9
	);
	background: -moz-linear-gradient(
			top,
			#eceff3,
			#d6e0e9
	);
	background: -o-linear-gradient(
			top,
			#eceff3,
			#d6e0e9
	);
	background: linear-gradient(
			top,
			#eceff3,
			#d6e0e9
	);
}

.ngrad-2 {
	background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#e5eaf0),
			to(#cedce5)
	);
	background: -webkit-linear-gradient(
			top,
			#e5eaf0,
			#cedce5
	);
	background: -moz-linear-gradient(
			top,
			#e5eaf0,
			#cedce5
	);
	background: -o-linear-gradient(
			top,
			#e5eaf0,
			#cedce5
	);
	background: linear-gradient(
			top,
			#e5eaf0,
			#cedce5
	);
}


/* -------------------------------------------------- */

#mainmenu {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;
	height: 42px;
	margin:0;
	background: #000;
}
#mainmenu-div {
	width:1180px;
	margin:0 auto;
	height: 50px;

	position: relative;
}
#mainsub {
	background-color: #eee;
	height:50px;
	margin:0;
	padding:0;
}

#mainmenu-div .mainmenu-container {
	position: absolute;
	left: 0;
	top: 18px;
}



/* -------------------------------------------------- */

.std_pagination {
	display: block;
}
.std_pagination a {
	text-decoration: none;
	display: inline-block;
	padding: 1px;
	border-radius: 3px;
	border: 1px solid #fff;
	margin: 0 1px 0 0;
	min-width: 12px;
	text-align: center;
	background-color: #fff;
}
.std_pagination a:hover {
	background-color: #aaa;
	border: 1px solid #aaa;
	color: #fff;
}
.std_pagination span.active {
	text-decoration: none;
	display: inline-block;
	padding: 1px;
	border-radius: 3px;
	border: 1px solid #69c;
	margin: 0 1px 0 0;
	min-width: 12px;
	text-align: center;
	background-color: #69c;
	color: #fff;
}
.std_pagination span.inactive {
	text-decoration: none;
	display: inline-block;
	padding: 1px;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin: 0 1px 0 0;
	min-width: 12px;
	text-align: center;
	background-color: #eee;
	color: #ccc;
}

.std-pagination-block {
	border-radius: 5px;
	border: 1px solid #adc9d7;
	margin: 2px 0 5px 0;
	padding: 3px;
	background-color: #e5eaf0;
}
.std-pagination-block table td {
	color: #729db3;
}

/* filters */

.std-filters-block {
	border-radius: 5px;
	/* border: 1px solid #adc9d7; */
	box-shadow: 0 2px 3px #96bbce inset;
	min-height: 20px;
	margin: 2px 0 10px 0;
	padding: 4px 6px 4px 6px;
}

.std-filters-title {
	margin: 0 0 3px 0;
	color: #487992;
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
}

.std-filter-bar-buttons {
	margin: 4px 0 0 0;
}
.std-filter-bar-buttons button {
	height: 22px;
	padding: 2px 5px;
	font-size: 11px;
	background: -moz-linear-gradient(top , #ddebf7, #b7c4ce) repeat scroll 0 0 transparent;
	color: #255c89;
}

.std-filters-input-text {
	border: 1px solid #aabfd0;
	border-radius: 4px;
	background-color: #e8f0f7;
	float: left;
	margin-right: 2px;
}
.std-filters-input-text table {
	border-collapse: collapse;
}
.std-filters-input-text table td {
	padding: 2px;
}
.std-filters-input-text td.label {
	color: #555;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	white-space: nowrap;
}
.std-filters-input-text td input[type=text] {
	border: 1px solid transparent;
	border-radius: 4px;
	height: 18px;
	padding: 1px;
}
.std-filters-input-text td select {
	border: 1px solid transparent;
	border-radius: 4px;
	height: 22px;
	padding: 1px;
}



.std_dess-action-dv {
	height: 22px;
	margin-bottom: 3px;
}
.std_dess-action-dv .sp-arrow {
	background: url(/app/img/arw.png) no-repeat -140px -170px;
	width: 24px;
	height: 16px;
	margin: 4px 0 0 30px;
	float: left;
}
.std_dess-action-dv .sp-selector {
	min-width: 120px;
}

/* menu selector block */
.std_dess-menusel-dv {
	display: inline-block;
	position: relative;
	border: 1px solid #777;
	padding: 0;
	cursor: pointer;
	background-color: #eee;
}


.std_dess-menusel-dv .sp-title {
	font-size: 12px;
	color: #555;
	font-weight: bold;
	margin: 4px 32px 4px 4px;
}


.std_dess-menusel-dv-std {
	border-radius: 5px;
}

.std_dess-menusel-dv-top {
	background-color: #222;
	height: 27px;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.std_dess-menusel-dv-top .sp-title {
	border-color: #aaa;
	color: #ccc;
	margin-left: 8px;

}

.std_dess-menusel-dv ul.sp-items-list {
	position: absolute;
	z-index:1000;
	border: 1px solid #888;
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-width: 150px;
	max-width: 250px;
	background-color: #fff;
}
.std_dess-menusel-dv ul.sp-items-list li {
	margin: 2px;
	padding: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid transparent;
}
.std_dess-menusel-dv ul.sp-items-list li:hover {
	/* background-color: #f7f7f7; */
	border: 1px solid #69c;
	background-image: linear-gradient(top, rgb(247,247,247) 5%, rgb(218,226,240) 53%);
	background-image: -o-linear-gradient(top, rgb(247,247,247) 5%, rgb(218,226,240) 53%);
	background-image: -moz-linear-gradient(top, rgb(247,247,247) 5%, rgb(218,226,240) 53%);
	background-image: -webkit-linear-gradient(top, rgb(247,247,247) 5%, rgb(218,226,240) 53%);
	background-image: -ms-linear-gradient(top, rgb(247,247,247) 5%, rgb(218,226,240) 53%);
	color: #369;
}
.std_dess-menusel-dv ul.sp-items-list li a {
	text-decoration: none;
	display: block;
}
.std_dess-menusel-dv ul.sp-items-list li a:hover {
	text-decoration: none;
}

.std_dess-menusel-dv .ico-arrow {
	position: absolute;
	width: 14px;
	height: 12px;
	right: 5px;
	top: 5px;
	background: url(/app/img/arw.png) no-repeat -194px -141px;
}

/* rows */

.std_dess-row-div {
	border: 1px dashed transparent;
}
.std_dess-row-div .label {
	float: left;
	font-weight: bold;
	color: #6699CC;
	white-space: nowrap;
	margin: 5px 7px 0 0;
}
.std_dess-row-div .dataset {
	float: left;
	margin: 0 5px 0 0;
}
.std_dess-row-div .data {
	float: left;
	margin: 0 5px 0 0;
}
.std_dess-separator {
	margin: 5px 0 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.fdinset {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 0 30px rgba(0, 0, 0, 0.07) inset;
}

input.barcode {
	font-size: 16px;
	border: 2px solid #69c;
	border-radius: 4px;
	width: 220px;
}
.pop-barcode-input {
	font-size: 16px;
	border: 2px solid #69c;
	border-radius: 4px;
	width: 180px;
}
.pop-barcode-input-name {
	font-size: 16px;
	border: 2px solid #69c;
	border-radius: 4px;
	width: 180px;
}
/* catrubrics */
.DF-cat-level {
	height: 16px;
	min-width: 16px;
	display: block;
	background: url(/app/img/coloricons.png) no-repeat 0 -80px;
}
.DF-cat-level .DF-cat-ico {
	float: right;
	width: 16px;
	height: 16px;
	background: url(/app/img/coloricons.png) no-repeat 0 0;
}

.DF-catselector {
	border: 1px solid #69c;
	width: 300px;
	display: inline-block;
	position: relative;
	height: 24px;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.DF-catselector .DF-selt {
	display: block;
	float: left;
	max-width: 270px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 4px 0 0 6px;
	color: #369;
	font-weight: bold;
}
.DF-catselector .DF-selbox {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	border-left: 1px solid #ccc;
	border-radius: 4px;
	background: url(/app/img/arw.png) no-repeat -189px -135px;
}
.DF-catrubric-selector-list {
	position: absolute;
	z-index:100;
	left: -1px;
	width:400px;height:150px;
	overflow-y:scroll;border:1px solid #ccc;
	background-color: #fff;
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
}

.DF-catselector:hover .DF-selbox {
	background-color: #f7f7f7;
}

.DF-catrubric-line {
	cursor: pointer;
	background-color: #fff;
}
.DF-catrubric-line:hover {
	background-color: #eee;
}

table.DF-catrubric-list {
	border-collapse: collapse;
}
table.DF-catrubric-list td {
	padding: 2px;
}

table.DF-catrubric-list td .ico
{
	width: 16px;
	height: 16px;
	background: url(/app/img/coloricons.png) no-repeat 0 0;
}
table.DF-catrubric-list td .ico.root {
	background-position: 0 -64px;
}
table.DF-catrubric-list td .sub-ico
{
	width: 16px;
	height: 16px;
	background: url(/app/img/coloricons.png) no-repeat 0 -80px;
}

table.DF-cat-level-table td {
	border: none;
}

table.DF-cat-level-table td.cat-level-label {
	font-weight: bold;
	color: #369;
	padding: 1px 0 0 6px;
}
table.DF-cat-level-table td.cat-level-label a {
	text-decoration: none;
	font-weight: bold;
	color: #369;
}
table.DF-cat-level-table td.cat-level-label a:hover {
	text-decoration: underline;
}


/* --------------- DIALOG ----------------- */

#std-dialog-form {
	display: none;
}
#std-dialog-iframe {
}

/* --------- barcode list ---------- */

.barcode_detlist {
	border-collapse: collapse;
	width: 100%;
}
.barcode_detlist td {
	border: 1px solid #ccc;
	padding: 3px;

}
.barcode_detlist td .cell {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	color: #555;
	font-family: tahoma, geneva, sans-serif;
}
.barcode_detlist tr:hover {
	background-color: #eee;
	cursor: pointer;
}
.barcode_detlist tr.check {
	background-color: #69c;
}
.barcode_detlist tr.check td .cell {
	color: #fff;
}

.barcode_detlist tr.lock,
.barcode_detlist tr.lock.check,
.barcode_detlist tr.lock:hover{
	background-color: #feecaa;
}
.barcode-results-none {
	border-bottom: 1px solid #ccc;
	padding: 4px;
	background-color: #eee;
	font-size: 11px;
	color: #333;
	font-family: tahoma, geneva, sans-serif;
}


/* std */

table.std-list-elems {
	border-collapse: collapse;
	width: 100%;
}
table.std-list-elems tr {
	background-color: #f7f7f7;
}
table.std-list-elems tr.hdr {
	background-color: #eee;
	color: #555;
	font-weight: bold;
}
table.std-list-elems tr.hdr td {
	border-right: 1px solid #ccc;
}
table.std-list-elems tr:hover {
	background-color: #f2f2f2;
}
table.std-list-elems td {
	padding: 4px;
	border-bottom: 1px solid #ddd;
}
table.std-list-elems td button {
	vertical-align: middle;
	margin: 0;
}


/* popup */

#monpopupprint {
	position: relative; background-color: #fff;width: 480px;height:250px;
}
#monpopupprint .cover-popup {
	position: absolute;
	left: 50px;
	top: 50px;
	width:380px;height:100px; z-index:100000;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
#monpopupprint .cover-popup > div {
	width: 290px;
	margin: 0 0 0 20px;
	padding: 30px;
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	border-radius: 8px;
	color: #111;
}



#monpopupprintcustomid {
	display:none; position: relative; background-color: #fff;width:400px;height:250px;
}
#monpopupprintcustomid .cover-popup {
	position: absolute; width:400px;height:250px; z-index:100000;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
#monpopupprintcustomid .cover-popup > div {
	width: 250px;
	margin: 80px auto;
	padding: 30px;
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	border-radius: 8px;
	color: #111;
}





#monpopupmatcharticle {
	display:none; position: relative; background-color: #fff;width:400px;height:250px;
}
#monpopupmatcharticle input[type=text] { width: 220px; }
#monpopupmatcharticle .tblrattach td { padding: 4px; }

/* ------------------- */

.std-elem-list {
	float:left;
	margin:2px;
	border: 1px solid #69c;
	background-color: #eeeeff;
	padding: 2px;
	font-size: 11px;
	font-family: tahoma,verdana,sans-serif;
	border-radius: 4px;
	color: #369;
}
.std-elem-list:hover {
	background-color: #e3e3f9;
	text-decoration: underline;
}

.std-elem-serial {
	float:left;
	margin:2px;
	border: 1px solid #eee;
	background-color: #f7f7f7;
	padding: 2px;
	font-size: 11px;
	font-family: tahoma,verdana,sans-serif;
	border-radius: 4px;
	color: #555;
}

.pop-title {
	border-radius: 5px;
	margin-bottom: 8px;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size: 15px;
	color: #369;
	padding: 5px;
	background: -moz-linear-gradient(top , #F6F6F6, #DFDFDF) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.list-ico {
	width: 16px;
	height: 16px;
	background: url(/app/img/ico-status.png) no-repeat;
	margin: 0 4px 0 0;
}
.list-ico.ico-ENTR {
	background-position: 0 0;
}
.list-ico.ico-MOVE {
	background-position: 0 -16px;
}
.list-ico.ico-ORDR {
	background-position: 0 -32px;
}
a.histolist {
	color: red;
}
a.histolist:hover {
	color: #777;
}

input.adm-ck {
	display: inline-block;
	border: 1px solid #ccc;
}
label.adm-right-lbl {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	display: inline-block;
	margin: 0 0 0 4px;
	border: 1px solid transparent;
	vertical-align:top;
	cursor: pointer;
}
label.adm-right-lbl.ck {
	color: green;
	font-weight: bold;
}

.adm-info-grp {
	background-color: #dfdfdf;
	display: block;
	padding: 3px 8px;
	color: #444;
	border-radius: 7px;
	font-weight: bold;
}

input.infotxt {
	font-weight:bold;
	color: #369;
	border:1px solid transparent;
	user-select:none;
	width:300px;
}


/* cssmenu */
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size: 14px;
}
#cssmenu {
	line-height: 1;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #141414;
	background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
	background: -o-linear-gradient(top, #333333 0%, #141414 100%);
	background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
	background: linear-gradient(to bottom, #333333 0%, #141414 100%);
	border-bottom: 2px solid #0fa1e0;
	width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	background: #141414;
	background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
	background: -o-linear-gradient(top, #333333 0%, #141414 100%);
	background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
	background: linear-gradient(to bottom, #333333 0%, #141414 100%);
	color: #ffffff;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 15px 20px;
	text-decoration: none;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu > ul > li {
	display: inline-block;
	float: left;
	margin: 0;
	border-right: 1px dotted #888;
}
#cssmenu.align-center {
	text-align: center;
}
#cssmenu.align-center > ul > li {
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > a {
	color: #ffffff;
	font-size: 12px;
}
#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #0fa1e0;
	margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
	color: #ffffff;
	box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	background: #070707;
	background: -moz-linear-gradient(top, #363636 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363636), color-stop(100%, #070707));
	background: -webkit-linear-gradient(top, #363636 0%, #070707 100%);
	background: -o-linear-gradient(top, #363636 0%, #070707 100%);
	background: -ms-linear-gradient(top, #363636 0%, #070707 100%);
	background: linear-gradient(to bottom, #363636 0%, #070707 100%);
}
#cssmenu .has-sub {
	z-index: 1;
}
#cssmenu .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;
}
#cssmenu.align-right .has-sub ul {
	left: auto;
	right: 0;
}
#cssmenu .has-sub ul li {
	*margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	background: #0fa1e0;
	border-bottom: 1px dotted #31b7f1;
	font-size: 11px;
	filter: none;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
	background: #0c7fb0;
}
#cssmenu ul ul li:hover > a {
	color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
	left: auto;
	right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #0c7fb0;
	border-bottom: 1px dotted #31b7f1;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background: #0a6d98;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
	border-bottom: 0;
}


a.icon {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0 2px;
}
a.icon:hover {
    border: 1px solid #69c;
    background: #ffffee;
    color: #69c;
}

.dess-title002 {
    color: #777;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
}

.dess-form-table {
    border-collapse: collapse;
}
.dess-form-table td {
    padding: 4px;
}
.dess-form-table select {
    padding: 3px;
}
.dess-form-table select option {
    padding: 2px;
}
.dess-form-table .form-label {
	color:#369;font-weight:bold;
    width: 180px;
    vertical-align: top;
}

/* dessgrid */
.dess-grid {
    border: 1px solid #ccc;
    height: 500px;
    overflow: scroll;
}
.dess-grid table {
    border-collapse: collapse;
}

.dess-grid table td {
    padding: 3px;
    border: 1px solid #eee;
    font-size: 11px;
    color: #555;
}
.dess-grid table tr.hd {
    background-color: #eee;
    font-weight: bold;
    color: #555;
}
.dess-grid table td a {
    color: #336699;
    text-decoration: none;
}
.dess-grid table td a:hover {
    color: #6699cc;
    text-decoration: underline;
}
.rowd {
    cursor: pointer;
}
.rowd.over {
    background-color: #eee;
}

.rowd.selected, .rowd.over.selected {
    cursor: pointer;
    background-color: #69c;
    color: #fff;
}

.rowd.selected td {
    color: #fff;
}

.dess-info001 {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin: 5px 0 5px 0;
    color: #777;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e7e7e7));
    background: -webkit-linear-gradient(top, #fbfbfb, #e7e7e7);
    background: -moz-linear-gradient(top, #fbfbfb, #e7e7e7);
    background: -o-linear-gradient(top, #fbfbfb, #e7e7e7);
    background: linear-gradient(top, #fbfbfb, #e7e7e7);
}

.dess-info001err {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    margin: 5px 0 5px 0;
    color: red;
	font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff7df), to(#feecaa));
    background: -webkit-linear-gradient(top, #fff7df, #feecaa);
    background: -moz-linear-gradient(top, #fff7df, #feecaa);
    background: -o-linear-gradient(top, #fff7df, #feecaa);
    background: linear-gradient(top, #fff7df, #feecaa);
}



.dess-table {
    border-collapse: collapse;
}

.dess-table td {
    padding: 3px;
    border: 1px solid #eee;
    font-size: 11px;
    color: #555;
}
.dess-table tr.hd {
    background-color: #eee;
    font-weight: bold;
    color: #555;
}

.tblinfos {
    width:700px;
    margin:auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: #fff;
}
.tblinfos td {
    padding: 3px;
    border-bottom: 1px solid #e7e7e7;
    color: #333;
    font-family: verdana, sans-serif;
    font-size: 12px;
}
.tblinfos td.label {
    background-color: #eee;
}

/* arbo */
.dess-arbo {
    border: 1px solid #ccc;
    height: 500px;
    overflow: scroll;
}
.dess-arbo.no-gap {
	height: initial;
	overflow: initial;
}
.dess-arbo table {
    border-collapse: collapse;
    width: 100%;
}

.dess-arbo table td {
    padding: 3px;
    border: 1px solid #eee;
    font-size: 11px;
    color: #555;
}
.dess-arbo table tr.hd {
    background-color: #eee;
    font-weight: bold;
    color: #555;
}

table.std {

}
table.std td {
	padding: 4px;
}

.rowd.devis {
	background: repeating-linear-gradient(
			45deg,
			#f7f7f7,
			#f7f7f7 10px,
			#ffffff 10px,
			#ffffff 20px
	);
}
.rowd.devis.selected {
	background: repeating-linear-gradient(
			45deg,
			#6699cc,
			#6699cc 10px,
			#77aadd 10px,
			#77aadd 20px
	);
}
.alert-pad {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 4px;
	font-size: 10px;
	background: #ffffff;
	margin-right: 2px;
	box-shadow: 1px 0 5px 1px rgba(125, 125,125, 0.2) inset;
}
.alert-pad.done {
	box-shadow: none;
	background: #69c;
	color: #fff;
}


.tag-promise-devis {
	display: inline-block;
	padding: 4px 7px;
	background: #125ec2;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}
.tag-promise-presta {
	display: inline-block;
	padding: 4px 7px;
	background: #007b00;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}

td.col-type-renew { text-align: center; background: #31b7f1; color: #fff !important;  }
td.col-type-contract { text-align: center; background: #e4b9b9; }
td.col-prtype-presta { text-align: center; background: limegreen; color: #fff !important; }
td.col-prtype-devis { text-align: center; background: orangered; color: #fff !important; }
td.col-status-paid { text-align: center; background: limegreen; color: #fff !important; }
td.col-status-wait { background-color: #bbd6f2; text-align: center; color: #fff !important; }
td.col-status-load { background-color: #ffd863; text-align: center; color: #fff !important; }
td.col-status-need { background-color: #cc0000; text-align: center; color: #fff !important; }
td.col-status-done { background-color: #f7f7f7; text-align: center; color: #fff !important;}

.div-col-type-renew { text-align: center; margin: 0 3px 0 0; border-radius:4px;float:left; padding: 7px; display:inline-block; background: #31b7f1; color: #fff !important;  }
.div-col-type-contract { text-align: center; margin: 0 3px 0 0;border-radius: 4px;float:left;padding:7px; display:inline-block; background: #e4b9b9; }

.lineclk { color: #369; font-weight: bold;}

.status-wait { background-color: #bbd6f2; color: #777 !important; }
.status-load { background-color: #ffd863; color: #777 !important; }
.status-need { background-color: #cc0000; color: #fff !important; }
.status-paid { background-color: #b7ff71; color: #777 !important; }
.status-done { background-color: #f7f7f7; color: #777 !important; }
.t-right { text-align: right; }

.flicon { width: 32px; height: auto; display: inline-block; vertical-align: -1px; }

.info {
	color: #69c;
}
.vam { vertical-align: middle; }
.mtb { margin-top: 2px;}
.fileitems li {
	float:left;
	margin: 0 2px 2px;
    border-radius: 5px;
	padding: 4px 7px;
	font-size: 10px;
	background: #d9e6f2;
	color: #369;
	text-align: center;
	font-family: arial, sans-serif;
}
.fileitems li:hover {
	background: #69c;
	color: #fff;
}
.fileitems li a,
.fileitems li a:hover {
    text-decoration: none;
}
.fileitems li a:hover {
    color: #fff;
}
.fileitems li a i {
    font-size: 14px;
}

.a-action {
	color: #369;
	cursor: pointer;
	padding: 2px 4px;
	border-radius: 3px;
	background: #d3e9fc;
}
.a-action:hover {
	color: #368cc2;
	text-decoration: underline;
}
.a-action.right {
	float: right;
}

.filter-btn-clear {
	padding: 0 4px !important;
	cursor: pointer;
}