﻿/**
 * RevDatum: 04.12.2014
 */
.ribbon
{
    text-align:right;
    /*padding-right: 3px;*/
    padding: 5px !important;
}

.PlanIstZeiten
{
    background-color: #909CAB;
    color: White;
    text-align:right;
    padding-right: 3px;
    margin-right: 5px;
}

.Bereiche
{
    border-bottom: 1px solid #909CAB;
    padding: 5px !important;
    margin: 5px !important;
}

.BereicheWithoutBorder
{
    padding: 5px !important;
    margin: 5px !important;
}

.BereicheRowMargin 
{
	margin-bottom: 5px;
    background: red;
}

.PointerButton
{
    cursor: pointer;
    cursor: hand;    
}

.dxgvBatchEditModifiedCell
{
    background-color: White !important;
    color: Black !important;
}