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

div#menu {
    color: #eee;
    background: linear-gradient(to bottom, #4c4c4c, #1f2020);
}
table.tableau th {
    color: #eee;
	background: linear-gradient(to bottom, #4c4c4c, #1f2020);
}
table.tableaufiche th {
    color: #eee;
	background: linear-gradient(to bottom, #4c4c4c, #1f2020);
}
table.tableaufiche .groupe {
    color: #eee;
    background: linear-gradient(to bottom, #4c4c4c, #1f2020);
}
table.inside {
	width: 100%;
    border-style: none;
	border-collapse: collapse;
}
.ui-widget-header {
    color: #eee;
	background: linear-gradient(to bottom, #4c4c4c, #1f2020);
}

input[type=checkbox] {
	margin: 6px 0px 6px 0px;
}
input[type=text]:read-only, textarea:read-only {
	background-color: #ddd;
    cursor: default;
}

#interv p {
    padding: 2px 0px;
}
#interv img.edit {
    vertical-align: text-bottom;
}

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

.ui-datepicker-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.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 #f00;
}
.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: bold;
    padding: 0em;
}

.file_drop {
  position: relative;
  height: 40px;
  background: white;
  margin: 20px 10px 20px 10px;
  padding: 30px 30px;
  border: 3px dashed #888;
  cursor: pointer;
}
.dragover {
	border: 3px dashed green;
	background: #e6ffe6;
}
.dz-message{
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #aaa;
	margin: 10px; 
	pointer-events: none;
}
.dz-image{
	position: absolute;
    top: 15px;
    left: 200px;
	margin: 30px; 
}
.ui-progressbar .ui-progressbar-value {
	background: yellowgreen;
}