.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;
}

<!--
Customize link style here -->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;
}

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

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

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

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

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

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

.btnGreenOver, .btnGreenSmallOver {
	background-image: url("/images/KlioSubmitGreen_f2.gif");
}
.btnGraySmall, .btnGraySmallOver, .btnBlueSmall, .btnBlueSmallOver, .btnRedSmall, .btnRedSmallOver, .btnGreenSmall, .btnGreenSmallOver {
	background-size: 93px 27px;
}

.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;
}
.btnGrayText, .btnBlueText, .btnGraySmallText, .btnBlueSmallText {
	color: #333399;
}
.btnRedText, .btnRedSmallText {
	color: #990000;
}
.btnGreenText, .btnGreenSmallText {
	color: #00822B;
}
.btnGrayOverText, .btnBlueOverText, .btnRedOverText, .btnGreenOverText, .btnGraySmallOverText, .btnBlueSmallOverText, .btnRedSmallOverText, .btnGreenSmallOverText {
	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{
	cursor: pointer;
	background-color: #F6A828;
	color: white;
	font-weight: bold;
	float: right;
	padding: 1px 5px;
	margin:3px;
	display:inline;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#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 .btn:hover{
	background-color: #E78F08;
}

#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:table-cell;
	text-align:center;
}
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:300px;
	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;
}
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-help {
	position:relative;
	left:98px;
	top:40px;
}
body.menu-middle {
	position:absolute;
	top:0px;
}
div.menu-list {
	width:500px;
}
div.menu-footer {
	width:500px;
	position:relative; 
	top:60px;
	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-face:Trebuchet MS;
	color:#000;
	font-size:1.1em;
	margin-left:10px;
	font-weight:bold;
}