@import "../../css/base.css";

div#menu {
    background: linear-gradient(to bottom, #bdb7a8, #837a63);
}
table.tableau th {
	background: linear-gradient(to bottom, #bdb7a8, #837a63);
}
table.tableaufiche th {
	background: linear-gradient(to bottom, #bdb7a8, #837a63);
}
table.tableaufiche .groupe {
    background: linear-gradient(to bottom, #bdb7a8, #837a63);
}
.ui-widget-header {
	background: linear-gradient(to bottom, #bdb7a8, #837a63);
}

table.new td {
    background: #eceae3;
}
table.tableau table.tableau {
    box-shadow: none;
}
table.tableau.high td {
    height: 36px;
}
table.tableau tr.new td {
    background: #bbb;
}
table.tableau tr.progress td{
	background: #ffc0a0;
}
input[type='checkbox'] {
	margin: 6px 0px 6px 0px;
}

div#buttontabs button {
    padding: 0.4em 0.6em;
}
#interv p {
    padding: 2px 0px;
}
#interv img.edit {
    vertical-align: text-bottom;
}