/* 
 * Author: Christian Röhl
 * Revision: $Rev$
 * Date: 09.06.2016
 * Edit: $LastChangedDate$
 */
html
{
    /*overflow: hidden;*/
}
body
{
    background-color: #E9EBEE;
}

label.progressbar
{
    line-height: 15px;
    padding-top: 0px;
}

/*******************************************
******                               *******
******    Kopf Bereich               *******
******                               *******
*******************************************/
img.HeadLogo
{
    position: absolute;
    left: 0px;
    max-height: 100%;
    width: 18%;
}

header.BigHead, header.SmallHead
{
    height: 35px;
}
header.BigHead span, header.SmallHead span
{
    font-size: 30px;
    margin-left: 5%;
}


main
{
    padding-top: 30px;
}

p.DeviceType, p.DeviceTypeData, p.DeviceName, p.DeviceNameData, p.DevicePlace, p.DevicePlaceData
{
    width: auto;
    position: initial;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
}
/*******************************************
******                               *******
******    Menü                       *******
******                               *******
*******************************************/

aside.HideMainMenu img.MenuIcon
{
    position: fixed;
    right: 0;
    top: 0;
    height: 34px;
    background: initial;
    left: initial;
    border: initial;
    box-shadow: initial;
    border-left: 1px solid rgba(0,0,0,0.3);
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

aside.HideMainMenu img.MenuIcon, aside.ShowMainMenu img.MenuIcon
{
    display: block;
}

aside.HideMainMenu, aside.ShowMainMenu
{
    top: 1%;
    height: 95%;
    right: -255px;
    z-index: 20;
    width: 310px;
}

aside.HideMainMenu nav.MainNavMenu
{
    display: none;
}

aside.ShowMainMenu
{
    display: block;
    right: 0px;
}

nav.MainNavMenu
{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    width: 250px;
}


.container
{
    position: relative !important;
    width: 100%;
    border-radius: 0px;
    border-left: 0px !important;
    border-right: 0px !important;
    margin: 0px;
    height: 100% ;
    margin-top: 10px;
    overflow-y: hidden;
    
}

input[type=text],
input[type=password] 
{
    width: 85%;
}

.DeviceListTable
{
    font-size: 10px;
}

.DeviceListTd
{
    padding: 5% 1%;
}

.DeviceListTdArrowDown img
{
    width: 18px;
}

.linkButton
{
    padding: 2% 21%;
    margin-top: 3%;
    display: block;
}

.DeviceListTdOptions
{
    padding-top: 0px;
}


.cookieFooter button
{
    width: 100%;
    line-height: 20px;
    margin: 0px;
}

/*******************************************
******                               *******
******    legende                    *******
******                               *******
*******************************************/
.LegendTable
{
    font-size: 8px;
}

tr.LegendTableTR, tr.LegendTableTRTop, tr.LegendTableTRBottom
{
    line-height: 10px;
}
