/*
 * Author:	Petteri Hakala
 *			Sentatel Oy
 *			petteri.hakala@oyk.fi
 */


.report_year_total_Coll
{
	background: PeachPuff;
}

.level_2_ws
{
	font-weight: bold;
	padding-left: 20px;
}

.level_3_ws
{
	padding-left: 40px;
}

.task
{
	color: blue;
}

div#project_worksteps
{
	padding: 5px;
	min-width: 170px;
	max-height: 300px;
	min-height: 50px;
	background: white;
	border: solid grey 1px;
	overflow-y: scroll;
}

div#project_worksteps td
{
	white-space: nowrap;
}

td.active_step
{
	background: #0A246A;
	color: white;
}

td.ws1_selected
{
	background: lightgrey;
}

/*table.timesheet_table
{
	border-spacing: 10px;
}*/

.expired_works, .session_worktimes
{
	background: white;
	border: solid grey 1px;
	height: 20px;
}

.expired_works table, .session_worktimes table
{
	width: 100%;
}

.expired_works td, .session_worktimes td
{
	vertical-align: top;
	white-space: nowrap;
}

.session_worktimes td
{
	cursor: pointer;
}

.session_worktimes tr:hover td
{
	text-decoration: underline;
}

div#timesheet_content
{
	/*min-width: 600px; /*-Responsive-*/
	display: table-cell;
	background: #F9F9F9;
	border: solid grey 1px;
	padding: 10px;
	float:left; /*-Responsive-*/
}

div#timesheet_bulletinboard
{
	text-align: center;
	min-width: 400px;
	display: table-cell;
	border: solid lightgrey 1px;
	padding: 10px;
}

div#timesheet_openprojects
{
	display: table-cell;
	border: solid lightgrey 1px;
	padding: 10px;
	float:none; /*-Responsive-*/
    align:none;
}

div#timesheet_openprojects table
{
	border-spacing: 0px 20px;
}

div#timesheet_openprojects td
{
	padding: 10px;
	background: #F9F9F9;
	border-top: solid 1px lightgrey;
	color: #545454;
}

div#timesheet_openprojects b
{
	
}


/* ---- RESPONSIVE DESIGN ---- */
/* ------- NAVI-MENU --------- */
.navi-menu>li{
	float:left; 
	height:26px; 
	display:inline-block;
}
.navi-menu{
	float:none;
	overflow:hidden;
	display:block;
}
.navi-menu .timesheet-logout{
	display:inline-block;
    cursor:pointer;
}
/* ------ OTHERS -------- */
#additional_info-container {
	display:inline-block;
	float:left;
	clear:both;
}

/*#timesheet_content{
    float:left;
//    clear:both;
}*/

#timesheet_td  {
	float:left;
	display:inline-block;
}
#reported_hours_td {
	margin-left:auto;
    margin-right:auto;
	float:left;
	display:inline-block;
}

#tasks_div {
    width:100%;
	margin-left:auto;
    margin-right:auto;
    clear:both;
	float:left;
	display:inline-block;
}
#messages_div {
    width:100%;
	margin-left:auto;
    margin-right:auto;
	clear:both;
	float:left;
	display:inline-block;
}
#employee_worktimes_div {
    width:100%;
	margin-left:auto;
    margin-right:auto;
	clear:both;
	float:left;
	display:inline-block;
}
.session_worktimes{
    overflow-x:auto;
}

div#get_images_div div.image_bank_image, div#timesheet_images_div div
{
	float: left;
	margin: 10px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

div#get_images_div .image_bank_image img, div#timesheet_images_div img, div#get_images_div div.selected img
{
	max-width: 100px;
	max-height: 100px;
}

div#get_images_div
{
	width: 100%;
}

div#get_images_div div.selected
{
	float: left;
	margin: 10px;
	padding: 6.5px;
	text-align: center;
	vertical-align: middle;
	border: solid 4px orange;
}

div#get_images_div div.image_bank_image, div#get_images_div div.selected
{
	cursor: pointer;
	min-width: 120px;
	max-height: 120px;
}

.image_bank_folders
{
	text-align: left;
	background: lightgrey;
	min-width: 200px;
	min-height: 200px;
	max-height: 200px;
	overflow-y: auto;
}

.image_bank_files
{
	text-align: left;
	min-width: 100%;
	background: siam;
	
}

.image_bank_files .container
{
	max-height: 165px;
	overflow-y: auto;
	border-bottom: solid 1px lightgrey;
}

.image_bank_folder td
{
	cursor: pointer;
	margin: 0px;
	padding: 2px;
}