﻿/* Absences Style
---------------------------------------- */

#absences {
	width: 1000px;
	padding: 20px;
}

#showAbsences {
	font-size: 12px;
	margin-bottom: 10px;
}

#absences-header {
	position: relative;
	margin-bottom: 20px;
	height: 30px;
}

#absences-header-titre {
	font-size: 18px;
	font-weight: bold;
}

#absences #main-btns {
	position: absolute; top: 0; right: 0;
}

#absences input[disabled ] {
	background: none;
	background-color: #FFF;
	color: #999;
}


#absences-page {
	background-color: #FFF;
	padding: 10px;
	height: 235px;
	overflow: auto;
	font-size: 11px;
	box-shadow: 0px 0px 5px #AAA inset;
	-webkit-box-shadow: 0px 0px 5px #AAA inset;
}

#absences-page textarea {
	width: 300px;
	height: 100px;
}

#absences-page label {
	color: #888;
	padding: 0px;
}

.absences-list, .absence {
	list-style: none;
}

.absences-list > li {
	padding: 5px;
	border-bottom: 1px dashed #CCC;
}

table.t-header tr th {
	font-size: 12px;
}

.absences-list table tr td, .absences-list table tr th {
	text-align: left;
	white-space: normal;
}

td.username, th.username {
	width: 150px;
}

td.date-1, td.date-2, th.date-1, th.date-2 {
	width: 200px;
}

td.description, th.description {
	width: 300px;
}

td.status, th.status {
	width: 100px;
}

td.not-started {
	color: #999;
}

td.in-progress {
	color: #299a0b;
}

td.finished {
	color: #990000;
}


#absences-loading {
	display: none;
	position: absolute;
	top: 0;
	right: 500px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #FFFFC8;
}