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

/* Couleur */
div#menu {
    background: linear-gradient(to bottom, #f5dd32, #946d00);
}
table.tableau th {
    background: linear-gradient(to bottom, #f5dd32, #946d00);
}
	body.precedent table.tableau th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche th {
    background: linear-gradient(to bottom, #f5dd32, #946d00);
}
	body.precedent table.tableaufiche th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche .groupe {
    background: linear-gradient(to bottom, #f5dd32, #946d00);
}
.ui-widget-header {
    background: linear-gradient(to bottom, #f5dd32, #946d00);
}

/* Particularités */
table.tableau tr.done td {
    background: #bbb;
}
table.tableau tr.disabled td, table.tableau td.disabled {
    background: #e8e8e8 !important;
}

.calendar .ui-widget-content .ui-datepicker-week-end a {
  background: #bbb
}
.calendar .ui-widget-content .ui-state-highlight {
    border: none;
}
.calendar .ui-widget-content .ui-state-highlight a{
  background: #fff6ce;
}
.calendar .ui-widget-content .ui-datepicker-today a{
  background: #ffb7c4;
}
.calendar .ui-widget-content .ui-datepicker-current-day a{
  background: #ffffff;
}
.calendar .ui-widget-content .selected {
    border: none;
}
.calendar .ui-widget-content .selected a{
  background: #60ff69;
}
.ui-datepicker{
    box-shadow: 6px 6px 4px #555555;
}
.ui-datepicker td {
    width: 14.3%;
}

.cycle .ui-datepicker td a span {
    content: "";
    display: block;
    text-align: left;
    color: Blue;
    font-size: small;
    font-weight: bold;
}

#menujour {
    width: auto;
}
#menujour > li {
    float: left;
}
#menujour .ui-menu-item-wrapper {
    padding: .4em .5em .4em .5em;
}
