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

div#menu {
    color: #fff;
    background: linear-gradient(to bottom, #4a89d7, #103967);
}
table.tableau th {
    color: #fff;
	background: linear-gradient(to bottom, #4a89d7, #103967);
}
table.tableaufiche th {
    color: #fff;
	background: linear-gradient(to bottom, #4a89d7, #103967);
}
table.tableaufiche .groupe {
    color: #fff;
    background: linear-gradient(to bottom, #4a89d7, #103967);
}
.ui-widget-header {
    color: #fff;
	background: linear-gradient(to bottom, #4a89d7, #103967);
}

.ui-tooltip {
	max-width: none;
	white-space: nowrap;
}
.ui-state-disabled.ui-button.ajouter {
    background: #ccc;
}
input[type="radio"] {
    margin-right: 4px;
}
table.tableau tr.disabled td {
    background: #bbb !important;
}
table.pret tr.disabled td {
    font-style: italic;
    color: #888;
    background: #ddd !important;
}
