/* style.css */
.active{
	color: green;
}

.inactive{
	color: red;
}

.pn-noteinfo {
    text-align: center;
    font-weight: bold;
    color: red;
}



/* iw_bookings */
div.pn-adminpageicon img 
{	
	float: right;
	margin-bottom: 10px;
}

.bookings h3 {
	font-weight: normal;
	border-bottom: #cccccc 1px solid;
	font: 16px/150% 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;	
	color: #666666;
	padding: 2px;
	padding-bottom: 0px;
}

.bookings table.list td {
	padding: 1px;
}

.bookings .book textarea {
	width: 500px;
}

.bookings .hideshow {
	cursor: pointer;
	color: #8cc63f;
}

.bookings .hideshow:hover {
	text-decoration: underline;
}

table.taula {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

table.taula td.column_title {
	text-align: center;
	background-color: silver;
	width: 5%;
	font-weight: bold;
}

table.taula td.column_title_day {
	text-align: center;
	background-color: silver;
	font-weight: bold;
	width: 13%;
}

table.taula th {
	background: #CCCCFF; 
	color: #000022; 
	padding: 5px;
	text-align: center;
}

table.taula td.cell_field_day {
	text-align: center;
	height: 100% !important;
	color: #000000; 
}

table.taula td.cell_field_day table, 
table.taula td.cell_field_day table tr {
	height: 100%;
}

table.taula td.event_pref {
	background: #ff6666; 
	height: 100%;
}

table.taula td.event_multiple {
	background: #006633; 
	color: #ffffff;
	height: 100%;
}

table.taula td.event_multiple a {
	cursor: pointer;
	text-transform: capitalize !important;
}

table.taula td.event {
	height: 100%;
	background: #ffcc66; 
}

table.taula td.event_empty {
	height: 100%; 
	background: #9dec82; 
}

table.taula td.event_passed {
	height: 100%; 
	background: #FFEEFF; 
}

table.admin-taula,
table.taula {
	font-size: 9pt;
}

table.legend .color {
	width: 50px;
}

table.legend .name {
	padding-left: 10px;
}

.tooltip_event {
	margin: 3px;
	padding: 3px;
}

.bookings .search  {
	float: left;
}

.bookings .search .option {
	float: left;
	clear: left;
	width: 150px;
	margin-bottom: 15px;
	padding-top: 2px;
	font-weight: bold;
}

.bookings .search .data {
	float: left;
	width: 570px;
	margin-bottom: 15px;
}

fieldset.preferential, 
fieldset.legend,
fieldset.reservation {
	border: 1px solid #000000;
}

fieldset.preferential legend,
fieldset.legend legend,
fieldset.reservation legend {
	color: #000000;
}

fieldset.filter .filter_field {
	width: 100px;
	margin-bottom: 10px;
	font-weight: bold;
}

table.table_result .header1 {
	width: 250px;
}

table.table_result .header2 {
	width: 250px;
}

table.table_result .header3 {
	width: 140px;
}

table.table_result .header4 {
	width: 140px;
}

table.table_result .header0 {
	border-bottom: 1px solid #000000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

table.table_result .total {
	border-top: 1px solid #000000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}

table.table_result .value {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.titlenodetails {
	text-align: center;
	width: 50% !important;
}

.bookings .data input.text {
	width: 400px;
}


