﻿/* Page defaults
----------------------------------------------------------*/

body   
{
	font-size: .80em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

/* Timetrak default elements
----------------------------------------------------------*/

.tt-table, .tt-table-100, .tt-table-fill, .tt-table-center, .tt-table-right {
	border-spacing: 0px;
	border-collapse: collapse;
}

.tt-table-100 {
	width: 100%;
	border-collapse: collapse;
}

.tt-table-fill {
	width: 100%;
	height: 100%;
}

.tt-table-right {
	float: right;
}

.tt-table-center {    
	margin-left: auto;
	margin-right: auto;
}

.tt-cell {
	padding: 0px;
}

/* Common page elements
----------------------------------------------------------*/
.header-bar
{
	height:  38px;
	color: #4d4d4f;
	background: #ececec;    
	border-bottom: 1px solid #868b91;
}

/* Form
----------------------------------------------------------*/

.form-label
{
	width: 90px;
	min-height: 22px;
	padding-top: 4px;
	vertical-align: top;	
	padding-right: 10px;
	white-space: nowrap;
}

.form-label-nowidth
{
	min-height: 22px;
	padding-top: 4px;
	vertical-align: top;	
	padding-right: 10px;
	white-space: nowrap;
}

.form-field
{       
	min-height: 22px;
	vertical-align: top;
	padding-bottom: 3px;
}

.form-error 
{
	color: Red;
	padding-top: 4px;
	vertical-align: top;    
}

.form-note
{
	color: #4B79AD;
	padding-top: 4px;
	vertical-align: top;    
}

.form-buttons
{
	padding-top: 10px;
}

.form-header
{
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.form-selection 
{
	width: 200px; 
	vertical-align: top; 
	background-color: #FFFFFF; 
	border: 1px solid #9E9E9E;
}

.form-content
{
	padding-left: 20px;
	vertical-align: top;
}

/* Notification bar
----------------------------------------------------------*/

.notification-table 
{    
	height: 35px;    
	color: #353738;
	font-weight: bold;
	background-color: #FBFF91;
	border: 2px solid #353738;    
}

/* Layout
-----------------------------------------------------------*/

.eclipse
{
	overflow: hidden;
	white-space: nowrap;    
	text-overflow: ellipsis;    
}

.clip
{
	overflow: hidden;
	white-space: nowrap;    
	text-overflow: clip;    
}

/* Page
-----------------------------------------------------------*/
.page-content {
	margin: 20px;
}

/* Layout
-----------------------------------------------------------*/

.content-table {
	width: 100%;
	border-collapse: collapse;
}

.content-header {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid silver;
}

.content-subheader {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;    
}

/* Component
-----------------------------------------------------------*/
.component-content {   
	top: 0px; 
	width: 100%;
	bottom: 31px;
	position: absolute;    
}

.component-buttons {    
	bottom: 0px;
	width: 100%;
	height: 33px;
	position: absolute;    
}

/* Text
-----------------------------------------------------------*/
.header-panel {
	height: 48px;
	vertical-align: top;
}

.header-text {
	font-size: 18pt;
	font-weight: bold;    
	vertical-align: top;
	font-family: 'Roboto Condensed', sans-serif;
}

.header-subtext {

}

.subtext {
	color: #A4A3A3;
	font-size: 10px;
}

/* Text
-----------------------------------------------------------*/
.text-link, .text-link:link, .text-link:visited {
	color: black;
	text-decoration: none;
}

/* Exception
-----------------------------------------------------------*/
.ex-table {
	width: 100%;
	border-collapse: collapse;    
}

.ex-table .ex-image {
	width: 20px;
	padding-top: 2px;
}

.ex-table .ex-label {
	vertical-align: top;
}

/* Override devexpress styles
-----------------------------------------------------------*/
.dxeHyperlink_Office2010Silver:link, .dxeHyperlink_Office2010Silver:visited {
	color: #5a9ddb !important;
}

.dxscHorizontalResourceHeader_Office2010Silver, .dxscVerticalResourceHeader_Office2010Silver {
	padding: 0px;
}

.loading-panel img {
	font-size: 10pt;
	padding-right: 10px;
}