﻿@charset "utf-8";
/* Tables General ------------------------------------------------- */
table {
	border-spacing:2px;
	border-collapse: unset;
}
table caption{
	font-size:120%;
	font-weight:bold;
	margin-bottom:5px;
	line-height:20px;
}
table .validation-msg{
	padding-top:2px;
	color:#903;
}
.column_date,
.column_date input,
.column_start_date input,
.column_start_time,
.column_start_time input,
.column_end_time,
.column_end_time input,
.column_duration,
.column_duration input{
	width:80px;
	text-align:center;
}
.column_basic_charging,
.column_distinct_charging{
	width:100px;
	text-align:center;
}
.column_share1{
	width:40px;
	text-align:center;
}
.column_graph{
	height:10px;
	width:200px;
}
.bar_share1{
	fill:#6d9ba5;
}
.text_share1{
	font-size:80%;
}
.bar_share2{
	fill:#7ed37e;
}
.text_share2{
	font-size:80%;
}
.column_km input{
	width:30px;
	text-align:center;
}
.column_cnr input{
	width:20px;
	text-align:center;
}
.column_task input,
.column_price_group input{
	width:200px;
}
.column_prices{
	width:600px;
	text-align:left;
}
.column_overtime input,
.column_multiplier input,
.column_extra_hours input,
.column_price input{
	width:60px;
	text-align:center;
}
.selectInput.column_cid,
.selectInput.column_tid{
	width:130px;
	text-align:center;
}
.column_description,
.column_description textarea{
	width:600px;
	height:15px;
	text-align:left;
}
td.column{
	padding:2px;
	border:#CCC thin solid;
}
/* List Tables  --------------------------------------------------- */
.import-table .row label,
.hours-table .row label,
.list-table .row label{
	display:none;
}
/* Table: Price List  ---------------------------------------------- */
.price-list .valid select,
.price-list .valid input{
	background-color:#CFC;
}
/* Table: Settings  ---------------------------------------------- */
#settings .header{
	display:none;
}
#settings .column-group,
#settings .column{
	display:block;
	width:400px;
	text-align:left;
}
#settings label{
	width:150px;
	display:inline-block;
}
/* Table: Report Hours  -------------------------------------------- */
.report-hours-table .pageNumber{
	display:none;
}
.report-hours-table .validation-msg{
	color:#900;
}
.report-hours-table .column_charge input{
	width:30px;
	text-align:center;
}

/* Table: Selection  -------------------------------------------- */
.selection-table label{
	display:none;
}
.selection-table caption,
.selection-table tbody{
	display:inline-block;
	margin-bottom:0px;
	vertical-align:middle;
}
/* Table: Reported Hours  -------------------------------------------- */
.reported-hours-table .column.selected{
	font-weight:bold;
}
.reported-hours-table .column.proposed .value{
	background:#FF6;
}
.reported-hours-table .column.error{
	color:#900;
}
.reported-hours-table .pageNumber{
	display:none;
}
.reported-hours-table .column_edit,
.reported-hours-table .column_delete{
	font-weight:bold;
	font-size:130%;
	padding:0px;
	padding-left:5px;
	border:none;
	width:20px;
	text-align:center;
	
}

/* Import Table  ------------------------------------------------------- */
.import-table{
}
.column_import textarea{
	width:400px;
	height:200px;
}