#page-header {
	display: none;
}

#page-submenu {
	display: none;
}

#page-footer {
	display: none;
}

div.buttons {
	display: none;
}

div.search {
	display: none;
}

td.td_buttons img {
	display: none;
}

#booking_view_navigation, .booking_checkbox {
	display: none;
}

.btn-group {
	display: none;
}

th {
	color: #000 !important;
}

table.table {
	border-radius: 0;
}

.no-print, .noprint {
	display: none;
}

#div-maximized {
	width: 100%;
}

#debug_info { display: none; }

/*  AGENDA PRINT */

.status_0 {
}

.status_5 {
    background-color: #fa0;
}

.status_10 {
    background-color: #afa;
}

.status_15 {
    background-color: #afa;
}

.status_20 {
    background-color: #aaa;
}

.status_99 {
    background-color: #faa;
}

.day_available {
    background: #800080;
}
.day_unavailable {
    background: #f88;
}
.day_available.day_unavailable {
    background: #800080; /* Old browsers */
    background: -moz-linear-gradient(-60deg,  #800080 0%, #800080 50%, #ff8888 50%, #ff8888 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#800080), color-stop(50%,#800080), color-stop(50%,#ff8888), color-stop(100%,#ff8888)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-60deg,  #800080 0%,#800080 50%,#ff8888 50%,#ff8888 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-60deg,  #800080 0%,#800080 50%,#ff8888 50%,#ff8888 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-60deg,  #800080 0%,#800080 50%,#ff8888 50%,#ff8888 100%); /* IE10+ */
    background: linear-gradient(135deg,  #800080 0%,#800080 50%,#ff8888 50%,#ff8888 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800080', endColorstr='#ff8888',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.has_work:after {
    content: '';
    position: absolute;
    border: 6px solid #000;
    border-radius: 6px;
    top: 11px;
    left: 50%;
    margin-left: -6px;
    z-index: 0;
    box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff;
}

.has_work {
    position: relative;
}
.div_day {
    width: 100%;
    height: 40px;
}


.hour_field.has_work {
    background: #afa !important;
}
.hour_field.has_planned {
    background: #ccc;
}
.hour_field.has_planned.has_worked {
    background: #afa;
}

.hour_field.has_work:after {
    display: none;
}