﻿ 
/**********************************************************
 * This is Generated Code
 * You should not modify this code as it may be overwritten.
 * Generated By Generative Objects 
 *********************************************************/
.image-field {
    width: 100px;
    height:100px;
}


/* HEADER */
.header-image {
    /* Spacing around the logo */
    margin: 10px;
    /* I usually host the logo on imgur to gain some time, it will not work offline */
    background-image: url('../Images/Logo MF.png');
    /*background-size: cover;*/
    /* Adjust the size depending of the image size */
    width: 111px;
    height: 111px;
    box-sizing: border-box;
    background-repeat : no-repeat;
}

header {
	background: #CAEAF4; /*#B6E1F0; /*#ACDBFF*/
	
}

.breadcrumbs
{
background-color : #9CCBFF;
    border-color : #9CCBFF;
box-shadow: none;

}

.data-grid tbody tr.currenttr {
background-color: #f99898;
}

h2
{
color:  #008AE8;
}

.command-button:hover {
background:  #35A5FF;
}
.command-button{
background: #008AE8;
}

a, a:visited {text-decoration:none;color: blue}

/*.navigation-menu ul.ui-widget-content .ui-widget-content a {
    color:  #f99898;
}*/

.data-grid tbody tr:hover {
background-color : #ACDBFF;
}

canvas{

width : 200px;
height : 100px;
}

/* 2 colonnes de largeur égale */
.form-column.half {
max-width: 50%;
}

body {
	background-color: #CAEAF4;/*#B6E1F0;*/
}  