﻿/*
 * Syncfusion-Anpassungen unabhängig vom Medium (nicht in screen.css oder so, damit auch in Print-Version und auf handheld sichtbar)
 */

ul.office2007blue,
ul.office2007silver,
ul.office2007black,
ul.vista,
ul.marble,
ul.midnight,
ul.vs2010
{
	padding: 0 0 2px 0 !important;
}

/* verhindern, dass die Gridfilter so komisch gerendert werden */

.Syncfusion-Grid-Core .FilterBarCell,
.Syncfusion-Grid-Core .FilterBarCellDisabled
{
	padding: 0 1px 0 3px !important;
	height: 23px !important;
	overflow: hidden;
}

.Syncfusion-Grid-Core .RowCell.BulkEditCell input,
.Syncfusion-Grid-Core .RowCell.BulkEditCell select
{
	width: 100% !important;
	margin: 0 !important;
}

.Syncfusion-Grid-Core .FilterBarCell input
{
	width: 100% !important;
	margin: 0 0 0 -2px !important;
}


.Syncfusion-Grid-Core .ScrollOn
{
	overflow: auto !important;
	overflow-x: auto !important;
	overflow-y: auto !important;
}
	

.sfOffice2007Blue .ui-dialog .ui-dialog-titlebar
{
	padding: .2em 1em !important;
	height: 20px !important;
}


.Syncfusion-Grid-Core,
.schedule_Blue,
ul.office2007blue a
{
	font-family: inherit !important;
}

.sf-right-align
{
	text-align: right;
}

.sf-center-align
{
	text-align: center;
}


.sf-bold,
.sf-matchcode
{
	font-weight: bold;
}
	
	

.ui-widget-content,
.ui-widget input,
.Syncfusion-Grid-Core,
.schedule_Office2007Blue,
.schedule_Office2007Black,
.schedule_Office2007Silver,
.schedule_Vista,
.schedule_Midnight,
.schedule_Sandune,
.schedule_VS2010,
.schedule_Blend,
.schedule_Almond,
.schedule_Blueberry,
.schedule_Olive,
.schedule_Turquoise,
.schedule_Marble,
.schedule_Monochrome
{
	font-family: inherit !important;
	font-size: inherit !important;
}

.FilterBarCellDisabled,
tr.FilterBar th.TopRightCell
{
	background-image: none !important;
}

.Syncfusion-Grid-Office2007Blue .FilterBarCellDisabled,
.Syncfusion-Grid-Office2007Blue tr.FilterBar th.TopRightCell
{
	background-color: #DEECFF !important;
}

.Syncfusion-Grid-Office2007Black .FilterBarCellDisabled,
.Syncfusion-Grid-Office2007Black tr.FilterBar th.TopRightCell
{
	background-color: #F0F1F2 !important;
}

.Syncfusion-Grid-Office2007Silver .FilterBarCellDisabled,
.Syncfusion-Grid-Office2007Silver tr.FilterBar th.TopRightCell
{
	background-color: #F0F1F2 !important;
}


.Syncfusion-Grid-Vista .FilterBarCellDisabled,
.Syncfusion-Grid-Vista tr.FilterBar th.TopRightCell
{
	background-color: #C7E9E9 !important;
}

.Syncfusion-Grid-Midnight .FilterBarCellDisabled,
.Syncfusion-Grid-Midnight tr.FilterBar th.TopRightCell
{
	background-color: #2E2E2E !important;
}

.Syncfusion-Grid-Sandune .FilterBarCellDisabled,
.Syncfusion-Grid-Sandune tr.FilterBar th.TopRightCell
{
	background-color: #F3EDDD !important;
}

.Syncfusion-Grid-VS2010 .FilterBarCellDisabled,
.Syncfusion-Grid-VS2010 tr.FilterBar th.TopRightCell
{
	background-color: #B6BDCE !important;
}

.Syncfusion-Grid-Blend .FilterBarCellDisabled,
.Syncfusion-Grid-Blend tr.FilterBar th.TopRightCell
{
	background-color: #414141 !important;
}

.Syncfusion-Grid-Marble .FilterBarCellDisabled,
.Syncfusion-Grid-Marble tr.FilterBar th.TopRightCell
{
	background-color: #E4E4E4 !important;
}


#Tagesansicht .ViewStripCont,
#Wochenansicht .ViewStripCont
{
	display: none;
}

#Wochenansicht td.cellHover
{
	opacity: 0; /* Double-Click-Text unsichtbar (lässt sich ja nich übersetzen) */
}

#Tagesansicht td.cellHover
{
	opacity: 0; /* Double-Click-Text unsichtbar (lässt sich ja nich übersetzen) */
}

.sfMarble .ui-widget-content a,
.sfMarble .ui-widget-content a:hover,
.sfMarble .ui-widget-content a:link,
.sfMarble .ui-widget-content a:visited
{
	/* das hier funktioniert noch nicht ... */
	color: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
}

.Syncfusion-Grid-Core .HeaderCell
{
	height: 1.5em !important;
}


.Syncfusion-Grid-Core .RowCell,
.Syncfusion-Grid-Core .EmptyCell,
.Syncfusion-Grid-Core .HeaderCell,
.Syncfusion-Grid-Core .HeaderCellHover
{
	height: auto !important;
	padding: 0.1em 0.2em !important;
	line-height: 1.2em !important;
}
	
/*
.schedule_Blue .WorkCellDown, .schedule_Blue .WorkCellUp 
{
	background-color: #66A8ff !important; 
}

	
.schedule_Blue .AppointmentContentCell, .schedule_Blue .AppointmentTextBox
{
	background-color: #BFD5EF !important; 
}
*/

.schedule_Blue .WorkCellDown.BusinessHour,
.schedule_Blue .WorkCellUp.BusinessHour
{
	background-color: #ffffff !important;
}