.cursor-pointer {
	cursor:pointer;
}
.off {
	display: none;
}
/*.on{display : table-row}*/
.on {
	display: on
}

.green {
	color: green;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.black {
	color: black;
}

.databaseDataColor {
	color: #660000;
}

.italic {
	font-style: italic;
}

.normal {
	font-style: normal;
}

.complementaryFiledFont {
	font: normal 14px Trebuchet MS;
	color: #660000;
	text-decoration: none;
}

.complementaryFiledFont2 {
	font: normal 14px Trebuchet MS;
	color: #00009D;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.buttonBarOut {
	background-color: #ECE8D7;
}

.buttonBarOver {
	background-color: #C3C3C3;
}

.redBold {
	font-weight: bold;
	color: red;
}

.redLink {
	font: bold 16px Trebuchet MS;
	text-decoration: underline;
	color: "#C80F2B";
}

.normalLink {
	font: normal 14px Trebuchet MS;
	text-decoration: none;
	color: black;
}

.normalUnderLineLink {
	font: normal 14px Trebuchet MS;
	text-decoration: underline;
	color: #333399;
}

.listLink {
	text-decoration: none;
}

.listUnderlineLink {
	text-decoration: underline;
}

div.calendarbutton {
	position: absolute;
	width: 16px;
	height: 15px;
}

#CalendarPickerControl {
	background-color: transparent;
	width: 250px;
	height: 200px;
}

#CalendarPickerControl table.calframe {
	width: 100%;
	border: 1px solid black;
	background-color: #FFFFFF;
	text-align: center;
}

#CalendarPickerControl td.monthname {
	width: 100%;
	font: normal 14px Trebuchet MS;
	color: #333399;
	font-weight: bold;
	background-color: #DDE4FF;
}

#CalendarPickerControl table.navigation {
	width: 100%;
	text-align: center;
}

#CalendarPickerControl td.navbutton {
	font: normal 12px Trebuchet MS;
	color: #333399;
	font-weight: bold;
	background-color: #FFEFBF;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0 #A0A0A0 #A0A0A0 #F0F0F0;
	cursor: pointer;
}

#CalendarPickerControl td.navbutton:hover {
	text-decoration: underline;
	border-color: yellow #F0F0F0 #F0F0F0 yellow;
	background-color: #A0A0A0;
}

#CalendarPickerControl span.yearbutton {
	cursor: pointer;
}

#CalendarPickerControl span.yearbutton:hover {
	text-decoration: underline;
}

#CalendarPickerControl td.dayname {
	font: normal 11px Trebuchet MS;
	color: #333399;
	font-weight: bold;
	background-color: #C0C0C0;
}

#CalendarPickerControl td.today {
	font: normal 11px Trebuchet MS;
	background-color: #FFEFBF;
	color: red;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0 #A0A0A0 #A0A0A0 #F0F0F0;
}

#CalendarPickerControl td.today:hover {
	text-decoration: underline;
	border-color: #808080 #F0F0F0 #F0F0F0 #808080;
	background-color: #A0A0A0;
}

#CalendarPickerControl td.current {
	font: normal 11px Trebuchet MS;
	font-weight: bold;
	background-color: #9775B4;
	color: #FFCCFF;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0 #F0F0F0 #F0F0F0 #A0A0A0;
}

#CalendarPickerControl td.current:hover {
	text-decoration: underline;
}

#CalendarPickerControl td.day {
	font: normal 11px Trebuchet MS;
	background-color: #FBFED3;
	color: black;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0 #A0A0A0 #A0A0A0 #F0F0F0;
}

#CalendarPickerControl td.day:hover {
	text-decoration: underline;
	border-color: #808080 #F0F0F0 #F0F0F0 #808080;
	background-color: #A0A0A0;
}

#CalendarPickerControl td.weekend {
	font: normal 11px Trebuchet MS;
	color: buttontext;
	text-decoration: none;
	background-color: #B4B4B4;
	font-style: italic;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0 #808080 #808080 #F0F0F0;
}

#CalendarPickerControl td.weekend:hover {
	background-color: #808080;
	text-decoration: underline;
	border-color: #606060 #F0F0F0 #F0F0F0 #606060;
}

#CalendarPickerControl td.dayothermonth {
	font: normal 11px Trebuchet MS;
	background-color: #E2E2E2;
	color: black;
	border: 1px solid #EEEEEE;
	font-style: italic;
}

#CalendarPickerControl td.weeknumber {
	font: normal 9px Trebuchet MS;
	font-weight: bold;
	background-color: #FFEFBF;
	color: black;
	border-width: 0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Customize the "folder" style here */
a.folder {
	font: normal 14px Trebuchet MS;
	text-decoration: none;
	color: black;
	cursor: pointer;
}

a.folderOver {
	font: normal 14px Trebuchet MS;
	text-decoration: underline;
	color: #333399;
	cursor: pointer;
}

a.folderRed {
	font: normal 14px Trebuchet MS;
	text-decoration: none;
	color: red;
	cursor: pointer;
}

a.folderRedOver {
	font: normal 14px Trebuchet MS;
	text-decoration: underline;
	color: red;
	cursor: pointer;
}
/* Customize the "leaf" style here */
a.leaf {
	font: normal 14px Trebuchet MS;
	text-decoration: none;
	color: black;
	padding: 0px;
	cursor: pointer;
}

a.leafOver {
	font: normal 14px Trebuchet MS;
	text-decoration: underline;
	color: #333399;
	padding: 0px;
	cursor: pointer;
}

a.leafRed {
	font: normal 14px Trebuchet MS;
	text-decoration: none;
	color: red;
	padding: 0px;
	cursor: pointer;
}

a.leafRedOver {
	font: normal 14px Trebuchet MS;
	text-decoration: underline;
	color: red;
	padding: 0px;
	cursor: pointer;
}

BODY {
	scrollbar-face-color: #ECE8D7;
	scrollbar-base-color: #ECE8D7;
	scrollbar-highlight-color: #F8FAEB;
	scrollbar-3dlight-color: #C3C3C3;
	scrollbar-darkshadow-color: #C3C3C3;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #333399;
}

.ColorPicker1_positionnement {
	float: left;
	border: 1px solid #000;
	margin-right: 4px;
}

.ColorPicker1_picker {
	width: 400px;
	height: 600px;
	border: 1px solid #000;
	padding: 4px;
	margin: 20px;
	background-color: #EEE;
}

.ColorPicker1_palette1 {
	cursor: crosshair;
}

.ColorPicker1_palette2 {
	cursor: crosshair;
}

.ColorPicker1_selection {
	cursor: default;
	font: bold 13px Arial;
	vertical-align: middle;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 24px;
	width: 27px;
	height: 24px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.ColorPicker1_couleur_HEX {
	cursor: default;
	font: normal 12px Verdana, Sans-Serif;
	margin-bottom: 4px;
}

a.ColorPicker1_bouton {
	width: 60px;
	height: 17px;
	display: block;
	background-color: #BBB;
	font: bold 12px Verdana, Sans-Serif;
	color: #000;
	line-height: 17px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center
}

.infobulle {
	POSITION: absolute;
	VISIBILITY: hidden;
	background-color: yellow;
	z-index: 1000;
}

#div_liste {
	/*    background-color    : #BCBFFF;*/
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 6px;
}

.btnGray, .btnGrayOver, .btnBlue, .btnBlueOver, .btnRed, .btnRedOver, .btnGreen, .btnGreenOver {
	background-repeat: no-repeat;
	text-align: center;
	width:118px;
	height:32px;
	display:inline-block;
}
.btnGraySmall, .btnGraySmallOver, .btnBlueSmall, .btnBlueSmallOver, .btnRedSmall, .btnRedSmallOver, .btnGreenSmall, .btnGreenSmallOver {
	background-repeat: no-repeat;
	text-align: center;
	width:93px;
	height:27px;
	display:inline-block;
}

.btnGrayLarge, .btnGrayLargeOver, .btnBlueLarge, .btnBlueLargeOver, .btnRedLarge, .btnRedLargeOver, .btnGreenLarge, .btnGreenLargeOver {
	background-repeat: round;
	text-align: center;
	width:143px;
	height:32px;
	display:inline-block;
}

.btnGrayExtraLarge, .btnGrayExtraLargeOver, .btnBlueExtraLarge, .btnBlueExtraLargeOver, .btnRedExtraLarge, .btnRedExtraLargeOver, .btnGreenExtraLarge, .btnGreenExtraLargeOver {
	background-repeat: round;
	text-align: center;
	width:183px;
	height:32px;
	display:inline-block;
}

.btnGray, .btnGraySmall, .btnGrayLarge, .btnGrayExtraLarge {
	background-image: url("/images/KlioSubmitGray.gif");
}

.btnGrayOver, .btnGraySmallOver, .btnGrayLargeOver, .btnGrayExtraLargeOver {
	background-image: url("/images/KlioSubmitGray_f2.gif");
}

.btnBlue, .btnBlueSmall, .btnBlueLarge, .btnBlueExtraLarge {
	background-image: url("/images/KlioSubmitBlue.gif");
}

.btnBlueOver, .btnBlueSmallOver, .btnBlueLargeOver, .btnBlueExtraLargeOver {
	background-image: url("/images/KlioSubmitBlue_f2.gif");
}

.btnRed, .btnRedSmall, .btnRedLarge, .btnRedExtraLarge {
	background-image: url("/images/KlioSubmitRed.gif");
}

.btnRedOver, .btnRedSmallOver, .btnRedLargeOver, .btnRedExtraLargeOver {
	background-image: url("/images/KlioSubmitRed_f2.gif");
}
.btnGreen, .btnGreenSmall, .btnGreenLarge, .btnGreenExtraLarge {
	background-image: url("/images/KlioSubmitGreen.gif");
}

.btnGreenOver, .btnGreenSmallOver, .btnGreenLargeOver, .btnGreenExtraLargeOver {
	background-image: url("/images/KlioSubmitGreen_f2.gif");
}
.btnGraySmall, .btnGraySmallOver, .btnBlueSmall, .btnBlueSmallOver, .btnRedSmall, .btnRedSmallOver, .btnGreenSmall, .btnGreenSmallOver {
	background-size: 93px 27px;
}
.btnGrayLarge, .btnGrayLargeOver, .btnBlueLarge, .btnBlueLargeOver, .btnRedLarge, .btnRedLargeOver, .btnGreenLarge, .btnGreenLargeOver {
	background-size: 143px 32px;
}

.btnGrayExtraLarge, .btnGrayExtraLargeOver, .btnBlueExtraLarge, .btnBlueExtraLargeOver, .btnRedExtraLarge, .btnRedExtraLargeOver, .btnGreenExtraLarge, .btnGreenExtraLargeOver {
	background-size: 183px 32px;
}

.btnGrayText, .btnGrayOverText, .btnBlueText, .btnBlueOverText, .btnRedText, .btnRedOverText, .btnGreenText, .btnGreenOverText {
	padding-top: 7px;
	padding-left: 1px;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:1.5px;
}
.btnGraySmallText, .btnGraySmallOverText, .btnBlueSmallText, .btnBlueSmallOverText, .btnRedSmallText, .btnRedSmallOverText, .btnGreenSmallText, .btnGreenSmallOverText {
	padding-top: 5px;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing:1px;
}
.btnGrayLargeText, .btnGrayLargeOverText, .btnBlueLargeText, .btnBlueLargeOverText, .btnRedLargeText, .btnRedLargeOverText, .btnGreenLargeText, .btnGreenLargeOverText,
.btnGrayExtraLargeText, .btnGrayExtraLargeOverText, .btnBlueExtraLargeText, .btnBlueExtraLargeOverText, .btnRedExtraLargeText, .btnRedExtraLargeOverText, .btnGreenExtraLargeText, .btnGreenExtraLargeOverText {
	padding-top: 7px;
	padding-left: 1px;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:1.5px;
}
.btnGrayText, .btnBlueText, .btnGraySmallText, .btnGrayLargeText, .btnBlueSmallText, .btnGrayExtraLargeText {
	color: #333399;
}
.btnRedText, .btnRedSmallText, .btnRedLargeText, .btnRedExtraLargeText {
	color: #990000;
}
.btnGreenText, .btnGreenSmallText, .btnGreenLargeText, .btnGreenExtraLargeText {
	color: #00822B;
}
.btnGrayOverText, .btnBlueOverText, .btnRedOverText, .btnGreenOverText, .btnGraySmallOverText, .btnBlueSmallOverText, .btnRedSmallOverText, .btnGreenSmallOverText, 
.btnGrayLargeOverText, .btnBlueLargeOverText, .btnRedLargeOverText, .btnGreenLargeOverText,
.btnGrayExtraLargeOverText, .btnBlueExtraLargeOverText, .btnRedExtraLargeOverText, .btnGreenExtraLargeOverText {
	color: #FFFFFF;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	 box-shadow: 3px -4px 5px #666666;
}   

.material-icons.rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
	 box-shadow: -3px 4px 5px #666666;
}   

.material-icons.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	 box-shadow: -4px -3px 5px #666666;
}   

i.material-icons {
		font-size: 24px;
		color: #000;
		position: relative;
		padding: 1px;
		margin: 3px;
		border:1px solid #666;
		border-radius: 7px; 
		box-shadow: 4px 3px 5px #666666;
		transition: all 0.5s ease; 
		background-color: #ECE8D7;
		vertical-align:middle;
		margin-left:-2px
}

i.material-icons:hover {
		background-color: #C5C5C5;
		color:#FFF;
		cursor: pointer;
}
.material-icons.blue, i.material-icons.simple.blue:hover { color:#0060C5; }
.material-icons.red, i.material-icons.simple.red:hover { color:#CF2636; }
.material-icons.green, i.material-icons.simple.green:hover { color:#6EAB40; }
.material-icons.orange, i.material-icons.simple.orange:hover { color:#F08308; }
.material-icons.grey, i.material-icons.simple.grey:hover { color:#666666; }
.material-icons.purple, i.material-icons.simple.purple:hover { color:#6F24CB; }
i.material-icons.simple:hover { color:#000; }

.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { 
	font-size: 18px;
	margin-top:-2px
}
.material-icons.md-21 { 
	font-size: 21px;
	margin-top:-2px
}
.material-icons.md-24 { 
	font-size: 24px;
	margin-top:-3px
}
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

i.material-icons.empty {
		transition:none;
}
i.material-icons.empty:hover {
		background-color: #ECE8D7;
		color:#FFF;
		cursor:default;
}
i.material-icons.simple {
		border:0px solid #666;
		border-radius: 0px; 
		box-shadow: none;
		transition: none; 
		background-color: transparent;
		margin:1px;
}
i.material-icons.simple:hover {
		cursor:default;
}
.ui-datepicker-trigger {
	top : 2px;
	margin-left:-20px;
	position:relative;
}

.module1 {
	background-color: #000000;
	color: #ffffff;
	font: normal 14px Trebuchet MS;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 6px;
	width: 100%;	
	cursor:pointer;
}

.klioListRow {
}

#postit{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

#postit .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	z-index: 1000;
}

#postit .dialogboxwrapper{
	left: 50%;
	top: 50%;
	position: absolute;
}

#postit .dialogboxwrapperurl{
	left: 50%;
	top: 15%;
	position: absolute;
}

#postit .dialogbox{
	font-family: Calibri, Arial;
	background-color: white;
	z-index: 1001;
	position: relative;
	padding: 5px;
	
	-webkit-box-shadow: 0px 0px 17px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 17px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 17px rgba(50, 50, 50, 0.75);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#postit .dialogbox .btn, #postit .dialogbox .fullscreenExpand, #postit .dialogbox .fullscreenCollapse{
	cursor: pointer;
	background-color:#F6A828;
	font-weight: bold;
	float: right;
	padding: 1px 5px;
	margin:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline;
	width:8px;
	height:16px;
}
#postit .dialogbox .btn:hover, #postit .dialogbox .fullscreenExpand:hover, #postit .dialogbox .fullscreenCollapse:hover{
	background-color: #E78F08;
}
#postit .dialogbox .btn{
	background-image: url("/images/KlioCloseDialog.png");
}
#postit .dialogbox .fullscreenExpand{
	background-image: url("/images/KlioFullScreen.png");
}
#postit .dialogbox .fullscreenCollapse{
	background-image: url("/images/KlioCloseFullScreen.png");
}

#postit .dialogbox .btnmsg{
	cursor: pointer;
	background-color: #F6A828;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#postit .dialogbox .title{
	background-color: #F6A828;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	display:inline;
	float:left;
	cursor:move;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#postit .dialogbox .downloadLinkLabel{
	background-color: #FFF;
	color: #00009D;
	padding: 2px 10px;
	display:inline;
	float:left;
	cursor:pointer;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: bold 16px Trebuchet MS;
}

#postit .dialogbox .titlemsg{
	background-color: #F6A828;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	cursor:move;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#postit .dialogbox .message{
	padding: 15px 5px;
	z-index:1500;
}

#postit .cleaner{
	clear: both;
}

div.div-edit {
	width:100%;
	height:100%;
}

div.div-message {
	font-size:2.5em;
	font-weight:bold;
	font-family:"Bauhaus 93", Verdana, Helvetica, sans-serif;
	text-align:center;
	color:#FF0000;
}
div.div-error-message {
	font-size:1em;
	font-weight:normal;
	font-family:"Bauhaus 93", Verdana, Helvetica, sans-serif;
	text-align:center;
	color:#000;
}
img.center-image {
	display:flex;
	margin-left:auto;
	margin-right:auto;
}
img.menu-header-image {
	cursor:pointer;
	position:absolute;
	left:75px;
	top:13px;
}
div.menu-header {
	text-align:left;
}
div.menu-header-list {
	text-align:left;
	font-size:0.9em;
	font-family:Trebuchet MS;
	position:relative;
	top:10px;
}
div.menu-fav-dropzone {
	min-height:50px;
}
input.menu-filter {
	width:210px;
	text-align:left;
	padding-left:3px;
	margin-left:2px;
	margin-right:2px;	
	z-index:1;
	position:relative;
}
input.menu-filter::-ms-clear {  display: none; width : 0; height: 0; }
input.menu-filter::-ms-reveal {  display: none; width : 0; height: 0; }
span.menu-filter-span {
	cursor:pointer;
	display:block;
}
div.menu-favitem {
	cursor:pointer;
	display:block;
	width:calc(100% - 9px);
	padding-left:9px;
}
div.menu-favitem-selected {
	cursor:pointer;
	display:block;
	width:300px;
	padding-left:9px;
	font-weight:bold;
}
span.reinitFilter {
	cursor : pointer;
	margin-left:-32px;
	z-index:2;
	position:relative;
}
div.menu-show-hide {
	text-align:left;
	position:relative;
	left:94px;
	top:12px;
	height:35px;
	width:30px;
}
div.menu-icon {
	position:absolute;
	width:210px;
	margin-right:3%;
	top:172px;
}
div.menu-col-1 {
	width:100%;
	text-align:center;
	float:left;
}
div.menu-col-2 {
	width:50%;
	text-align:center;
	float:left;
}
div.menu-col-3 {
	width:33.33%;
	text-align:center;
	float:left;
}
div.menu-col-4 {
	width:25%;
	text-align:center;
	float:left;
}
span.menu-hotline {
	position:relative;
	left:10px;
	top:40px;
}
span.menu-help {
	position:relative;
	left:35px;
	top:40px;
}
span.menu-anydesk {
	position:relative;
	left:60px;
	top:40px;
}
span.menu-kool {
	position:relative;
	left:85px;
	top:40px;
}
span.menu-restart-service {
	position:relative;
	left:-40px;
	top:80px;
}
body.menu-middle {
	position:absolute;
	top:0px;
}

div.menu-footer {
	position:relative; 
	top:90px;
	left:-15px;
}
div.menu-collapse {
	position:absolute;
	left:16px;
	top:4px;
}
div.menu-expand {
	position:absolute;
	left:215px;
	top:4px;
}
span.menu-welcome {
	cursor: pointer;
	position:absolute;
	left:8px;
	top:124px;
}
span.menu-systeme {
	cursor: pointer;
	position:absolute;
	left:52px;
	top:125px;
}
span.menu-user {
	cursor: pointer;
	position:absolute;
	left:92px;
	top:125px;
	width:350px;
}
hr.menu-hr {
	width:220px;
	text-align:left;
	margin-left:5px;
}
div.filter-progress {
	font-family:Trebuchet MS;
	color:#000;
	font-size:1.1em;
	margin-left:10px;
	font-weight:bold;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    float: left;
    display: none;
    min-width: 400px;   
    height: 110px;
    overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.ui-menu-item {
   	font-family : arial, Helvetica, sans-serif;
	font-size:9pt;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    
   	font-family:Trebuchet MS;
	font-size:14px;
}
.ui-menu-item-wrapper {
   	font-family:Trebuchet MS;
	font-size:14px;
	white-space:nowrap;
}

.upload-area{
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
    width:450px;
	height:75px;
	display:inline;
	float:right;
	background-color:#868686;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-span{
    text-align: center;
    font-weight: normal;
    font-family: Trebuchet MS;
    line-height: 30px;
    color: #333399;
}

#file{
    display: none;
}
.klio-tooltip {
    font-weight: bold;
    font-family: Trebuchet MS;
	font-size:15px !important;
    color: #444 !important;
    border-radius:10px !important;
	max-width:800px !important;
}
.klio-tooltip-content {
    white-space:pre-wrap !important;
	overflow-x:hidden;
}
.contactCliFieldset, .contactFourFieldset, .modeleSaisieFieldset {
 	padding:0 10px 10px;
    border:1px solid #333;
    border-radius:8px;
	padding-top:10px;
 }  
 .contactCliFieldset, .contactFourFieldset {
 	width:680px;
 }
 .modeleSaisieFieldset {
 	width:800px;
 }
.contactCliLegend, .contactFourLegend, .modeleSaisieLegend {
	padding:2px 4px;
	background:#FFF;
	font-family: Trebuchet MS;
	font-size:14px;
	white-space:nowrap;
	color:#333;
}
.contactCliFieldset > .contactCliLegend,
.contactFourFieldset > .contactFourLegend,
.modeleSaisieFieldset > .modeleSaisieLegend {
	float:left;
    margin-top:-20px;
 }
.contactCliFieldset > .contactCliLegend + *,
.contactFourFieldset > .contactFourLegend + *,
.modeleSaisieFieldset > .modeleSaisieLegend + * {
	clear:both;
}

li.docModel {
	padding-left: 25px; 
	margin-left: -15px;
	list-style-type: none;
	cursor: pointer;
	background-image: url("/images/KlioBul01.gif");
	background-repeat: no-repeat;
}

iframe[id="alertFrame"] > body > img {
	overflow:hidden;
	min-height:500px;
	max-height:500px;
}

.material-icons.md-category {
    width: 21px;
    height: 21px;
    background-image: url("/images/materialIcons-category-on.png");
    background-repeat: no-repeat;
 	transition: all 0.5s ease; 
 	padding-bottom:2px;
}
i.md-category:hover {
    background-image: url("/images/materialIcons-category-off.png");    
 	transition: all 0.5s ease; 
}
.material-icons.md-anydesk {
    width: 24px;
    height: 24px;
    background-image: url("/images/materialIcons-anydesk-on.png");
    background-repeat: no-repeat;
 	transition: all 0.5s ease; 
 	padding-right:2px;
 	background-position-x:1px;
 	background-position-y:1px;
}
i.md-anydesk:hover {
    background-image: url("/images/materialIcons-anydesk-off.png");
 	transition: all 0.5s ease; 
}
.material-icons.md-kool,.material-icons.md-kool-disabled, .material-icons.md-restart-service {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
 	transition: all 0.5s ease; 
 	padding-right:2px;
 	background-position-x:1px;
 	background-position-y:1px;
}
.material-icons.md-kool {
    background-image: url("/images/materialIcons-kool-on.png");
}
.material-icons.md-kool-disabled {
    background-image: url("/images/materialIcons-kool-off.png");
}
.material-icons.md-restart-service {
    background-image: url("/images/materialIcons-restart-service.png");
}
i.md-kool:hover, i.md-kool-disabled:hover {
    background-image: url("/images/materialIcons-kool-off.png");
 	transition: all 0.5s ease; 
}
.material-icons.md-hotline {
    width: 26px;
    height: 24px;
    background-image: url("/images/materialIcons-hotline-on.png");
    background-repeat: no-repeat;
 	transition: all 0.5s ease; 
 	padding-right:2px;
 	background-position-x:2px;
}
i.md-hotline:hover {
    background-image: url("/images/materialIcons-hotline-off.png");
 	transition: all 0.5s ease; 
}
.material-icons.md-etatexcel {
    width: 14px;
    height: 14px;
    background-image: url("/images/materialIcons-excel-on.png");
    background-repeat: no-repeat;
 	transition: all 0.5s ease; 
 	padding-right:2px;
 	background-position-x:1px;
 	background-position-y:1px;
}
i.md-etatexcel:hover {
    background-image: url("/images/materialIcons-excel-off.png");
 	transition: all 0.5s ease; 
}
.rowArtTechStockGroup {
	height:36px;
}
.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  padding: 0.4em 0;
  border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
  display: none;
  z-index:10;
}

.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}

.multi-select-button {
  display: inline-block;
  padding: 0.2em 0.6em;
  max-width: 40em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
  font-family:Trebuchet MS;
  font-size:0.9em;
  font-weight: normal;
  color: #000;
  min-width:7em;
}

.multi-select-button:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-ok-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.multi-select-ok-button:hover {
  background-color: #0056b3;
}

.multi-select-ok-button.top {
  border-bottom: 1px solid #ddd;
}

.multi-select-ok-button.bottom {
  border-top: 1px solid #ddd;
}

.multi-select-button-disabled {
  color: light-dark(graytext, rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
  opacity: 0.7;
}

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
  min-width:250px;
}

.multi-select-menuitem {
	display: block;
	white-space: nowrap;
	font-family:Trebuchet MS;
	font-size:0.9em;
	padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
}

.modal-div-multi-select .multi-select-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 50%;
    min-width: 0;
    overflow: auto;
    border: none;
    border-radius: 0.5em;
    box-shadow: 0 1em 3em rgba(0,0,0,0.4);
}

.modal-div-multi-select .multi-select-menuitem {
    font-family:Trebuchet MS;
	font-size:0.9em;
    padding: 1.2em 1.8em 0.7em 3.0em;
    color:#000;
}

.modal-div-multi-select .multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.modal-div-multi-select .multi-select-menuitem input {
    margin-left: -2.5em;
}

.multi-select-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.multi-select-container--open .multi-select-modal {
    display: block;
}

div.div-forme-update-pds {
	font-family:Trebuchet MS;
	font-size:0.8em;
	color: #000;
	position: fixed;
	z-index: 1;
	background-color: #DEDEDE;
	width: 450px;
	border: 3px solid #868686;
	border-radius: 7px;
	padding: 5px 5px 5px;
	overflow: hidden;
	min-height:130px;
}

#divPdsFormeUpdate .btnmsg{
	cursor: pointer;
	background-color: #F6A828;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.7em;
}

#divPdsFormeUpdate .title{
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 1.3em;
    color: #0000FF;
}

#divPdsFormeUpdate .bottom {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

label.labelLink {
	text-decoration:underline;
	cursor:pointer;
}

div.div-palette-detail {
	font-family:Trebuchet MS;
	font-size:0.8em;
	color: #000;
	position: fixed;
	z-index: 1;
	background-color: #DEDEDE;
	width: 450px;
	border: 3px solid #868686;
	border-radius: 7px;
	padding: 5px 5px 5px;
	overflow: hidden;
	min-height:280px;
}

#divDetailPalette .btnmsg{
	cursor: pointer;
	background-color: #F6A828;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.7em;
}

#divDetailPalette .title{
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 1.3em;
    color: #0000FF;
}

#divDetailPalette .bottom {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.docExtPastille {
    background-color: #F6A828;
    font-family:Trebuchet MS;
    font-weight: bold;
    position: absolute;
    color: white;
    border-radius: 50px;
    font-size: 0.8em;
    padding: 1px 4px;
    margin-left: -12px;
    margin-top: -8px;
}

.authorization-column-checkbox {
	appearance: none;
	width: 14px;
	height: 14px;
	border: 2px solid #6EAB40;
	border-radius: 2px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
	position: relative;
	cursor: pointer;
	background-color: white;
}
.authorization-column-checkbox.level1 {
	border: 2px solid #CF2636;
}
.authorization-column-checkbox.level2 {
	border: 2px solid #AB71F2;
}
.authorization-column-checkbox.level3 {
	border: 2px solid #89C7FE;
}

.authorization-column-checkbox:hover {
	box-shadow: 0 0 5px #6EAB40;
}
.authorization-column-checkbox.level1:hover {
	box-shadow: 0 0 5px #CF2636;
}
.authorization-column-checkbox.level2:hover {
	box-shadow: 0 0 5px #AB71F2;
}
.authorization-column-checkbox.level3:hover {
	box-shadow: 0 0 5px #89C7FE;
}

.authorization-column-checkbox:checked {
	background-color: #6EAB40;
	border: 2px solid #6EAB40;
}
.authorization-column-checkbox.level1:checked {
	background-color: #CF2636;
	border: 2px solid #CF2636;
}
.authorization-column-checkbox.level2:checked {
	background-color: #AB71F2;
	border: 2px solid #AB71F2;
}
.authorization-column-checkbox.level3:checked {
	background-color: #89C7FE;
	border: 2px solid #89C7FE;
}

.authorization-column-checkbox:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 3px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	transform: translate(-50%, -50%) rotate(-45deg);
}
