/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	/* 07-05-2018: corrections régressions - suite */
	-webkit-user-select: initial !important;
	-moz-user-select: initial !important;
	-ms-user-select: text !important;
	-o-user-select: initial !important;
	user-select: initial !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
canvas {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
ol, ul {
	margin-bottom: 0px !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 02-05-2018: nouvelle structure cellules listes - regressions et compatibilité */
input::-ms-clear {
    display: none;
}
	
	
	
/* -------------------------------- 

Override - Reset Apia defaults styles

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

body{
	background-image: none !important;
}
#gestion {
	position: absolute;
    overflow: auto;
	background-color: transparent;
	bottom: 0 !important;
    left: 0px !important;
    right: 0 !important;
    top: 0px !important;
}

#ui-id-2 {
	/*display: none !important;*/
}
