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

div#menu {
    background: linear-gradient(to bottom, #ac99d2, #5d37a9);
}
table.tableau th {
	background: linear-gradient(to bottom, #ac99d2, #5d37a9);
}
table.tableau td.empty {
	background: #e6dbff;
}
table.tableaufiche th {
	background: linear-gradient(to bottom, #ac99d2, #5d37a9);
}
table.tableaufiche .groupe {
    background: linear-gradient(to bottom, #ac99d2, #5d37a9);
}

.ui-widget-header {
	background: linear-gradient(to bottom, #ac99d2, #5d37a9);
}

div.divfonction {
    display: block;
    vertical-align: top;
    min-width: 900px;
}
    div.date {
        width: 260px;
        font-size: 10pt;
        display: inline-block;
        vertical-align: top;
        min-height: 226px;
    }
    div.listitem {
	    display: inline-block;
	    width: 16%;
	    min-width: 120px;
	    margin-right: 20px;
	    vertical-align: top;
    }
    div.view {
        display: inline-block;
        vertical-align: top;
    }

table.tableau th {
	font-size: 1.2em;
	padding: 8px 10px 8px 10px;
	border: 2px solid #888;
}
table.tableau tr.thdate th {
    padding: 4px 10px 4px 10px;
    font-size: 1em;
    height: 35px;
}
table.tableau td {
	padding: 4px 10px 4px 10px;
	border: 2px solid #888;
	font-size: 11pt;
}
	table.option td {
		font-size: 12pt;
		padding: 6px 10px 6px 10px;
	}
table.tableau img {
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}
	table.option img {
	    margin: 2px 0px 2px 0px;
	}
table.creneau {
	width: 100%;
	margin:0px;
	border-collapse: collapse;
}
table.creneau td {
	height: 16px;
	max-width: 200px;
	background: #ddd; 
	border-color: #cccccc;
	padding-left:4px;
	text-align:left;
	font-size:90%;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
}
table.plage {
	width: 100%;
	margin:0px;
	border-collapse: collapse;
	table-layout: fixed;
}
table.plage td {
	height: 16px;
	background: #fff; 
	border-color: #cccccc;
	padding-left:4px;
	text-align:left;
	font-size:90%;
	vertical-align: top;
	white-space: nowrap;
	overflow-x: hidden;
}
table.plage td.pointer:hover {
	background: #fff6ce !important;
}
td.caseresultats {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

input[type='radio'], input[type='checkbox'] {
	margin: 6px 0px 6px 0px;
}

.calendar .ui-widget-content td a{
  background: #eee
}
.calendar .ui-widget-content .ui-datepicker-week-end a{
  background: #ccc
}
.calendar .ui-widget-content .ui-state-highlight {
  border: 1px solid #aaa;
}
.calendar .ui-widget-content .ui-state-highlight a{
  background: #fff6ce;
}
.calendar .ui-widget-content .ui-datepicker-today a{
  background: #ffdce3;
}
.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;
}

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

.ui-selectmenu-button.flat {
    box-shadow: inherit;
    border-radius: inherit;
    background: #ffffff;
    font-size: inherit;
    font-weight: inherit;
    padding: 4px 4px 4px 4px;
    margin: 10px 0px 10px 0px;
}