﻿/**
 * RevDatum: 04.12.2014
 */
 
*
{
    font-family: Verdana, Sans-Serif;
    /*margin: 1px;
    padding: 1px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html, body
{
    margin: 0px, 0px, 0px, 0px;
    padding: 0px;
    width: auto;
    height:99.5%;  
}

.wrapper
{
    font-family:Verdana,Sans-Serif;
    font-size:10px;
    min-width:1000px;
    width: auto;
    background-color:#fff;
    position:relative;
    height:auto!important;
    height:100%;
    min-height:100%;
    /*margin: 0 2px 0 2px !important;*/ 
    margin: 5px !important;
    padding: 5px !important;
}

.page
{
    /*padding-bottom:15px;*/
}

.login
{
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    border: 1px solid #A4A4A4;
    width: 300px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin: -50px 0 0 -150px;
    /*padding: 10px 10px 10px 0;*/
    margin: 10px !important;
    padding: 5px !important;
}

.headerTitle
{
    font-size: 20px;
    font-weight: bold;
    /*padding-left: 1px;
    padding-bottom: 2px;*/
}

.headerMandant
{
    font-size: 14px;
    font-weight: normal;
    /*padding-left: 10px;*/
}

.header
{
    /*margin: 0;
    padding: 0;*/
    background: #1886B5;
    width: 100%;
    height: 60px;
}

.headlineTextColor
{
    color:#1886B5;
}

.ribbon
{
    background-color: #1886B5;
    color: #ffffff;
    font-size: x-small;   
}

.subribbon
{
    background-color: #555555;   
}

.tableCell
{
    border-color: #1886B5;
    border-width:1px;
    /*padding: 2px;*/
    margin: 10px !important;
    padding: 5px !important;
}

.tableCellEmpty
{
	margin: 5px !important;
    padding: 5px !important;
}

.tableRowEmpty 
{
    height: 3px;
}

.dxgvEmptyDataRow
{
    height: 154px;
}

.footer
{
    position:absolute;
    width:99.5%;
    left: 5px;
    right: 5px;
    bottom:0;
    padding: 0px, 5px, 0px, 5px;
    background-color: #1886B5;   
    font-size: 10px;
    color: #ffffff;
}

.footerLink 
{
    color: White;
}