body
{
	margin: 0px;
}

.page
{
}

.content
{
	margin: auto;
	width:1000px;
}

.sysPopup
{
	position:absolute;
	left:100px;
	top:250px;
	width:360px;
	background-color: #ffffff;
	border: 2px solid #808080; padding:00px;
	overflow: hidden;
	padding: 20px;
}


.timeMenuTopFloatright{
	float:right;
}

.timeMenuTopFloatleft{
	float:left;
}


.timeMenuTop
{
	font-weight: bold;
	font-size: 18px;
	color:white;
	height:50px;
	background: linear-gradient(#909090, #606060);
}

.timeTrackTopMagin
{
	margin-bottom: 20px;
}

.timeMenuTopNav
{
	margin: auto;
	width:995px;
}

.timeMenuButton
{
	cursor: pointer;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	height:35px;
}

.timeMenuButton:hover
{
	background: linear-gradient(#959595, #707070);
}

.timeMenuButtonSelected
{
	background: linear-gradient(#a0a0a0, #808080);
}

.timeMenuButtonSelected:hover
{
	background: linear-gradient(#b0b0b0, #909090);
}

#ModuleTimeTrackInvoiceTopMenu.timeMenuTop,
#ModuleTimeTrackAdminTopMenu.timeMenuTop
{
	font-size: 14px;
	font-weight: normal;
	color:black;
	background: white;
}

#ModuleTimeTrackInvoiceTopMenu > .timeMenuButton,
#ModuleTimeTrackAdminTopMenu > .timeMenuButton
{
	cursor: pointer;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	height:23px;
	background: #e0e0e0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border:1px #a0a0a0 solid;
}

#ModuleTimeTrackInvoiceTopMenu > .timeMenuButton:hover,
#ModuleTimeTrackAdminTopMenu > .timeMenuButton:hover
{
	background: #e8e8e8;
}

#ModuleTimeTrackInvoiceTopMenu > .timeMenuButtonSelected,
#ModuleTimeTrackAdminTopMenu > .timeMenuButtonSelected
{
	height:25px;
	padding-top:7px;
	background: #d0d0d0;
}

#ModuleTimeTrackInvoiceTopMenu > .timeMenuButtonSelected:hover,
#ModuleTimeTrackAdminTopMenu > .timeMenuButtonSelected:hover
{
	background: #d8d8d8;
}

.invEditBox
{
	padding:2px;
	width:40px;
	text-align: right;
}

.timeAdminCont
{
	height:60px;
}

.timeAdminButton
{
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
	background: linear-gradient(#f0f0f0, #c0c0c0);
	border-radius: 3px;
	padding:10px;
	cursor: pointer;
}

.timeReportButton
{
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	font-size: 13px;
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #808080;
	padding:4px;
	cursor: pointer;
}

.timeTypeSelector
{
	float:right;
	width:100px;
	margin-top:5px;
	margin-right:131px;
}

.coreEdit input[disabled],
.coreEdit select[disabled]
{
	background-color: #f0f0f0;
}


.coreEditButton input[type=submit],
.coreEditButton input[type=button]
{
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
	background: linear-gradient(#f0f0f0, #c0c0c0);
	border-radius: 3px;
	padding:10px;
	cursor: pointer;
	height:auto;
	width:auto;
}

.coreEditField select
{
	height: 37px;
	padding:6px;
}

input, select, textarea
{
	border-radius: 5px;
	padding:10px;
	height:auto;
	width:330px;
}
.coreEdit 
{
	line-height: 25px;
}

#ModuleTimeTrackAdminTaskEdit,
#ModuleTimeTrackAdminClientEdit,
#ModuleTimeTrackUserEdit,
#ModuleTimeTrackAdminCustOption
{
	width: 355px;
}
#ModuleTimeTrackInvoiceEdit select
{
	width: 355px;
}

.coreEditField, .coreEditButton
{
	width:100%;
}

.coreEditButtonPadding, .coreEditTitle
{
	font-size: 16px;
	width:250px;
	font-weight: normal;
}

.coreDBListHeader 
{
	background-color: #f0f0f0;
}

.coreDBListLine td
{
	line-height: 25px;
}

.coreDBListTable tbody > tr:nth-child(even) {background-color:#ffffff}
.coreDBListTable tbody > tr.selectedLine:nth-child(even) {background-color: #e9e9e9;}
.coreDBListTable tbody > tr.selectedLine:nth-child(odd) {background-color: #e9e9e9;}

.core_module_top 
{
    color: #000000;
    font-weight: bold;
    font-size: medium;
    padding: 5px;
    border-bottom: 1px solid #dddddd;
    border-top: none;
    background-color: #f0f0f0;
    vertical-align: top;
    margin-top: 0px;
}	

#ModuleTimeTrackInvoiceActiveList
{
	margin-top: 25px;
}
.coreDBListCell
{
    border-bottom: 1px solid #f0f0f0;
}

.coreEdit .timeTitle
{
	font-size: 36px;
	line-height:normal;	
}

.timeinput
{
	min-height:440px;
}

.timeCurrency
{
	width:100px;
}
.timeProjCCType
{
	float:none;
	margin-left:30px;
	width:220px;
	height:37px;
}

.coreEditDoubleField
{
	width:610px;
}

.coreEditSearchListTitle
{
	border-bottom: 1px #707070 solid;
	color:#707070;
	font-size: 18px;
	line-height: auto;
	padding: 10px 5px 0px 5px;
}

.coreEditSearchListLine
{
	line-height: 25px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
	font-size: 16px;
}

.coreEditSearchListAdd
{
	padding: 5px;
}

input[type=radio]
{
	margin-top:6px;
	margin-right:10px;
}

.ie input[type=checkbox],
.chrome input[type=checkbox],
.opera input[type=checkbox],
.gecko input[type=checkbox]
{
	-webkit-appearance: none;
	margin-top:3px;
	margin-right:10px;
	display: inline-block;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	border-radius: 3px;
	padding:8px;
}

.ie input[type=checkbox]:checked ,
.chrome input[type=checkbox]:checked ,
.opera input[type=checkbox]:checked ,
.gecko input[type=checkbox]:checked 
{
	background-image: url('../../img/timetrack/check16.png');
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.timeinput
{
	float:left;
	width:600px;
}

.timeWeekDelete
{
	float:right;
	cursor:pointer;
}

.timeWeekEditSum
{
	padding:5px;
	display: inline-block;
	text-align: center;
	width:42px;
	margin-right: 7px;
}

.timeWeekEdit 
{
	padding:5px;
	text-align: right;
	width:45px;
	margin-right: 7px;
}

.timeWeekEditFull
{
	position:relative;
	padding:0px;
	text-align: center;
	width:50px;
	margin-right: 7px;
	float:left;
}
.timeWeekEditFull input[type=checkbox]
{
	vertical-align: middle;
	margin-top:0px; 
}

.timeWeekEdit::placeholder
{
	text-align: center;
	color:#E0E0E0;
}

.timeWeekEdit[disabled]
{
	background-color: #f8f8f8;
}

.timeWeekEditRunningTimer
{
	background-color: #98ecd3;
}

.timeWeekTitle1
{
	line-height:18px;
	font-size: 14px;
}

.timeWeekTitle2
{
	color:#606060;
	font-style: italic;
}

.timeWeekOneRow
{
	margin-top:5px;
	border: 1px solid #e8e8e8;
	padding:4px;
	width:510px;
}

.timeWeekSummary
{
	margin-top:5px;
	border: 1px solid #e0e0e0;
	background-color: #f8f8f8;
	padding:4px;
	width:510px;
}

.timeWeekSummary .timeWeekTitle1
{
	font-weight: bold;
}

.timeWeekSumTitle
{
	line-height: normal;
	float:left;
	padding:0px;
	text-align: center;
	width:57px;
	margin-right: 7px;
	overflow: auto;	
}

.timeWeekSumValues
{
	font-weight: bold;
	float:left;
	padding:0px;
	text-align: center;
	width:57px;
	margin-right: 7px;	
}
#timeWeekSumTitle_7,
#weekHeaderValue_7
{
	width:52px;
}
.smallWeekHeader
{
	font-size: 10px;
	font-style: italic;
}

.datepicker
{
	float:right;
	width:340px;
}

.timeDatePicker
{
	margin-top:10px;
}

.timeDatePickerTitle
{
	vertical-align: middle;
	font-size: 18px;
	text-align:center;
	height:30px;
}

.timeDatePickerHeaderWeek,
.timeDatePickerHeaderDate
{
	text-align:center;
	margin: 0px;
	font-size: 14px;
	padding:12px;
	float:left;
	width: 16px;
	height:16px;
}

.timeDatePickerHeaderDate
{
	border-bottom: 1px solid #e0e0e0;
}

.timeDatePickerRow 
{
	
}

.timeDatePickerCurWeek
{
	border-right: 1px solid #e0e0e0 ;
}

.timeDatePickerCurWeek
, .timeDatePickerDate
{
	text-align:center;
	margin: 0px;
	font-size: 14px;
	padding:12px;
	cursor: pointer;
	float:left;
	width: 16px;
}

.timeDatePickerCurWeek:hover
, .timeDatePickerDate:hover
{
	background-color: #f0f0f0;
}

.timeDatePickerSelected
{
	color:#0070e0;
	font-weight: bold;
	background-color: #f8f8f8;
}

.timeDatePickerSelected:hover
{
	background-color: #e8e8e8;
}

.timeDatePickerRedDay
{
	color:#e00000;
}

.timeDatePickerRedDay.timeDatePickerSelected
{
	color:#ff0000;
}

.timeDatePickerFaded
{
	color:#b0b0b0;
}

.timeDatePickerOffDays
{
	background-color: #ececec;
}

.timeDatePickerOffDays:hover
{
	background-color: #e4e4e4;
}

.timeDatePickerSelected.timeDatePickerOffDays 
{
	background-color: #e4e4e4;
}

.timeDatePickerSelected.timeDatePickerOffDays:hover
{
	background-color: #dcdcdc;
}

.timeDatePickerArr
{
	margin-left:10px;
	margin-right:10px;
	cursor: pointer;
}	

#ModuleTimeTrackMain .coreEditField { width:550px; }
#ModuleTimeTrackMain .coreEditField select { width:470px; }
#ModuleTimeTrackMain .coreEditButtonPadding { display:none; }
#ModuleTimeTrackMain .coreEditButton { text-align: left; }

.timeComment
{
	font-size:12px;
	padding:5px;
	float:left;
	height:70px;
	width:301px;
}


.timeDateSel
{
	margin-left:10px;
	float:left;
	cursor:pointer;
	display:none;
}

.timeEntryDate
{
	display:none;
	margin-left:10px;
	font-size:12px;
	width:80px;
	height:70px;
	float:left;
	text-align: center;
}

.timeClockSel
{
	margin-left:10px;
	float:left;
	cursor:pointer;
}

.timeFullDayTask
{
	position:relative;
	margin-left:10px;
	width:80px;
	float:left;
	text-align: center;
	padding-top: 25px;
}

.timeFullDayTask input[type=checkbox]
{
	vertical-align: middle;
	margin-top:0px; 
}

.timeAmount
{
	margin-left:10px;
	font-size:24px;
	font-weight: bold;
	width:80px;
	height:70px;
	float:left;
	text-align: center;
}

.timeAmount::-webkit-input-placeholder
{
	font-size:16px;
	text-align: center;
}

.timeAmount::-moz-placeholder
{
	font-size:16px;
	text-align: center;
}

.timeAmount:-ms-input-placeholder
{
	font-size:16px;
	text-align: center;
}

.timeAmount:-moz-placeholder
{
	font-size:16px;
	text-align: center;
}

.timeReporterFilter
{
	line-height: 25px;
	text-align: left;
	vertical-align:top ;
    border: 1px solid #f0f0f0;
	border-radius: 6px;
	background-color: #f8f8f8;
}

.timeReporterTop
{
	border-radius: 6px;
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ccc));
	background-image: linear-gradient(#f4f4f4, #ccc);
    border: 1px solid #ccc;
	padding: 5px 6px 5px 10px;
	font-size: 18px;
	margin-bottom: 10px;
}

.timeReportTable
{
	border-spacing: 0; 
	table-layout: fixed; 
	width:100%;
}

.timeReportTable td:first-child 
{
    border-left: 1px solid #ccc;
}

.timeReportTable td:last-child 
{
    border-right: 1px solid #ccc;
}

.timeReportLayout td:first-child ,
.timeReportLayout td:last-child 
{
	border-left:inherit;
    border-right: inherit;
}

.timeReportTitle
{
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ccc));
	background-image: linear-gradient(#f4f4f4, #ccc);
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.timeReportTitle td
{
	padding: 7px 10px 5px 10px;
	height:30px;
}

.timeReportTitle td span
{
	padding-top:3px;
	display:inline-block;
	height:23px;
}

.timeReportHeader td
{
	background-image: linear-gradient(#fff, #e4e4e4);
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 6px 10px;
    text-shadow: 0 1px 0 #fff;
    vertical-align: top;
	margin:0px;
}

.timeReportGroup
{
	background: #f0f0f0;
	color: #444;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

.timeReportGroup td
{
	padding: 6px 10px;
	border-bottom: 1px solid #ddd; 
}

.timeReportDataRow
{
	
}

.timeReportDataRowInvoiced
{
	background: #fafafa;
	font-style: italic;
}

.timeReportDataRow td 
{
	color: #333333;
    font-size: 12px;
	padding: 6px 10px;
	line-height: 20px;  
	vertical-align: middle; 
	overflow:hidden;
}

.timeReportCommentRow td
{
	padding: 0px 6px 0px 10px;
	color: #909090;
	font-style: italic;
    font-size: 12px;
	border-bottom: 1px solid #ddd; 
	vertical-align: middle; 
}
.timeReportUnderline
{
	border-bottom: 1px solid #ddd; 
}

.timeReportGrandTotal
{
	background: #e0e0e0;
	color: #444;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.timeReportGrandTotal td
{
	padding: 6px 10px;
	border-bottom: 1px solid #ddd; 
}

.sub_login_form .login {padding:5px 0px 5px 10px;}
.sub_login_form .submit {padding:5px 0px 5px 0px;}

.filterDate
{
	width:100px;
	margin-right:40px;
}

#fromDate_lineid
{
	display:none;
}

.OutUserLicence,
.UserLicence
{
	font-size:16px;
	padding:5px;
}
.timeDeactivatedUser{font-style: italic; color:#707070;}

.picdateimg, 
.timeMenuSelected{
	display:none;
}

.timeUserName
{
	margin-left: 12px;
	font-size: 18px;
    line-height: normal;
}

.timeUserInfoOtherUser
{
	font-weight: bold;
	color:#e00000;
}
.timeRemoveAccess
{
	cursor: pointer;
}

.timtSummaryABT
{
	max-height: 70vh;
	overflow-y:auto;
}

.timeSummaryTitle
{
	background-color:  #f0f0f0;
	text-align: center;
	font-size: 24px;
	padding: 5px;
}
.timeSummaryWeek
{
	padding:0px;
	font-size: 16px;
	background-color:  #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}

.timeSummaryWeekHead
{
	padding:5px;
	width:30%;
	float:left;
}
.timeSummaryWeekSum
{
	padding:5px;
	width:64%;
	float:left;
}

.timeSummaryDate
{
	padding:0px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}
.timeSummaryDateTitle
{
	padding:5px;
	width:30%;
	float:left;
}
.timeSummaryDateSum
{
	padding:5px;
	width:64%;
	float:left;
}
.timeSummaryButton
{
	text-align: center;
}

.timeSummaryButton input[type=button]
{
	padding:0px;
}

#ModuleTimeTrackUserViewName
{
	font-size: 16px;
	padding: 0px 0px 10px 7px;
}

.favregicon
{
	width:24px;
	height:24px;
	padding-top:10px;
	padding-right:130px;
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {
	.content
	{
		margin: auto;
		width:100%;
	}
	
	.sysPopup
	{
		width:90%;
		padding:10px;
	}
	
	.timeMenuTopFloatRight{
		float:left;
	}

	.timeMenuSelected
	{
		font-weight: bold;
		font-size: 18px;
		color:white;
		height:auto;
		background: linear-gradient(#909090, #606060);
		display:block;
		vertical-align: middle;
		padding-left:10px;
		padding-right:10px;
		padding-top:15px;
		height:35px;
	}	
	
	.timeMenuTop
	{
		height:auto;
	}

	.timeMenuTopNav
	{
		display:none;
		margin:0px;
		width:100%;
	}

	#ModuleTimeTrackInvoiceTopMenu.timeMenuTop,
	#ModuleTimeTrackAdminTopMenu.timeMenuTop
	{
	}
	
	#ModuleTimeTrackInvoiceTopMenu > .timeMenuTopNav,
	#ModuleTimeTrackAdminTopMenu > .timeMenuTopNav
	{
		display:block;
	}
	
	.timeMenuButton
	{
		width: 100%;
	}
	
	#ModuleTimeTrackInvoiceTopMenu > .timeMenuTopNav > .timeMenuButton,
	#ModuleTimeTrackAdminTopMenu > .timeMenuTopNav > .timeMenuButton
	{
		width:auto;
	}
	
	.datepicker
	{
		display:none;
		position:absolute;
		background-color: white;
		border: 1px #808080 solid;
		left: 5px;
		top: 138px;
	}	
	
	.timeSubTitle
	{
		font-size:18px;
	}
	
	.picdateimg
	{
		display:inline;
		width:18px;
	}
	.timeinput{
		width:97%;
		padding-left:5px;
	}
	#ModuleTimeTrackAdminTaskEdit,
	#ModuleTimeTrackAdminClientEdit,
	#ModuleTimeTrackUserEdit,
	.coreEdit{
		width:97%;
	}
	#ModuleTimeTrackMain .coreEditField{
		width:100%;
	}
	#ModuleTimeTrackMain .coreEditField select {
		width: 100%;
	}
	.timeComment{
		width: calc(100% - 172px);
	}
	.coreEditDoubleField
	{
		width:100%;
	}
	input, select, textarea
	{
		width:100%;
	}
	.timeProjCCType{margin-left:0; float:right;}

	.timeTypeSelector
	{
		margin-right:2px;
	}
	
	.timeWeekSumTitle,
	.timeWeekSumValues
	{
		margin-right: 2.0%;
		width:10%;
		font-size:10px;
		line-height: 14px;
	}
	
	.timeWeekEditFull,
	.timeWeekEdit 
	{
		margin-right: 2%;
		width:calc(10% - 12px);
		font-size:10px;
	}
	
	.chrome .timeWeekEditFull input[type=checkbox],
	.ie .timeWeekEditFull input[type=checkbox],
	.opera .timeWeekEditFull input[type=checkbox],
	.gecko .timeWeekEditFull input[type=checkbox]
	{
		border-radius:2px;
		padding:6px;
	}

	.chrome .timeWeekEditFull input[type=checkbox]:checked
	.ie .timeWeekEditFull input[type=checkbox]:checked
	.opera .timeWeekEditFull input[type=checkbox]:checked
	.gecko .timeWeekEditFull input[type=checkbox]:checked
	{
		background-image: url('../../img/timetrack/check13.png');
	}
	
	.timeWeekSummary
	{
		line-height: normal;
		width:99%;
	}
	
	.timeWeekSummary,
	.timeWeekOneRow
	{
		width:100%;
	}
	
	.timeUserName
	{
		display:none;
	}

	.favregicon
	{
		padding-right:0px;
	}
	
	
}
