﻿#__asptrace{
    float:none;
    position:relative;
    top:1000px;
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v7/_aijTyevf54tkVDLy-dlnD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), url(https://fonts.gstatic.com/s/ubuntu/v7/_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(https://fonts.gstatic.com/s/ubuntu/v7/OsJ2DjdpjqFRVUSto6IffD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v7/0ihfXUL2emPh0ROJezvraD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


body {
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}

a {
    text-decoration: none;
    color: rgb(0, 102, 204);
}

    a img {
        border: none;
    }

.MainMenuItem a:link {
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.MainMenuItem a:visited {
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

table.MainMenuItem {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-spacing: 0px;
    height: 35px;
}

.MainMenuItem td {
    height: 25px;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    padding-left: 5px;
    margin-right: 20px;
}

.MainMenuItemSelected {
    background-color: #1a2a42;
}

    .MainMenuItemSelected tr {
        background-color: #1a2a42;
    }

    .MainMenuItemSelected td {
        background-color: #1a2a42;
        text-align: left;
    }

.SubMenuItem td {
    background-color: #6f7792;
    height: 25px;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    
}
.displayNone {
    display: none;
}
.lbCaption {
    color: #CC0033;
    font-size: 20px;
}
#menuContainer {
    position: fixed;
    background: #E9E9E9;
    width: 100%;
    z-index: 100;
    top: 115px;
    height: 70px;
}
#headLogo {
    height: 34px;
    background: #1A2A42;
}
#headOben {
    width: 100%;
    height: 34px;
}
#headButtons {
    float: right;
    padding-right: 15px;
    padding-top: 7px;
}
#headButtons > * {
    padding-left: 10px;
}
#headUnten {
    width: 100%;
    height: 34px;
    position: relative;
}
#headUnten > * {
    position: absolute;
    bottom: 0px;
}
#headCaption {
    left: 0px;
}
#headAction {
    padding-left: 15px;
    left: 30%;
}
#headNotificationContainer {
    border-left: 1px solid #112238;
    margin-right: 5px;
    padding-left: 10px;
    width: 300px;
    height: 100%;
    right: 0px;
}
#headNotification {
    bottom: 0px;
    position: absolute;
    color: #CC0033;
    font-size: 14px;
}
table.StdTbl {
    border-spacing: 0px 5px;
}
.StdTbl > tbody > tr > td,th {
    border-right: 1px solid black;
}
.StdTbl > tbody > tr > td:last-child,th:last-child {
    border-right: none;
}
.StdTbl td, th {
    border-bottom: 1px solid black;
    padding-bottom: 2px;
    padding-right: 15px;
    padding-left: 10px;
}
.StdTbl a {
    text-decoration:none;
    color: #1a2a42;
}
.StdTbl th {
    text-align: left;
}



.bgGrey {
    background-color: #E9E9E9;
}
.accordionHeader {
    cursor: pointer;
    height: 18px;
    background-color: #E9E9E9;
    padding: 10px;
    margin-top: 5px;
    font-weight:bold;
    vertical-align: middle;
}
.accordionHeader img {
    vertical-align: middle;
    padding-right: 5px;
}
.accordionContent {
    background-color: #E9E9E9;
    padding: 5px 5px 5px 10px;
}
    .accordionContent td {
        background-color: #FFFFFF;
        margin: 2px 5px 2px 5px;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding-right: 10px;
    }

.actionHeader {
    cursor: pointer;
    height: 18px;
    background-color: #E9E9E9;
    padding: 10px;
    margin-top: 5px;
    font-weight: bold;
    vertical-align: middle;
    background-image: url('/images/Pictos/aktionen.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 37px;
}
.actionLink {
    height: 18px;
    padding: 10px;
    margin-top: 5px;
    font-weight: bold;
    vertical-align: middle;
    background-image: url('/images/Pictos/gehe_zu.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 37px;
    color: #000000;
    width:80%;
    float: left;
}

    .actionLink[disabled] {
        background-image: none;
        color: #A9A9A9;
    }

table.internalList {
    width: 200px;
    padding: 0px;
    margin: 0px;
}

    table.internalList td {
        border: 1px solid darkgray;
        padding: 2px 2px 2px 2px;
    }

    table.internalList th {
        text-align: left;
        font-weight: normal;
    }

    table.internalList input[type=checkbox] {
        padding: 0px;
        margin: 0px;
    }
#AlertDiv {
    top: 25%;
    left: 25%;
    position: absolute;
    border: red 1px solid;
    padding: 5px;
    z-index: 100;
    width: 50%;
    height: 50%;
    background-color: #F1F1F1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -moz-opacity: 0.75;
    text-align: left;
    display: none;
}

#AlertButtons {
    position: absolute;
    right: 15%;
    bottom: 15%;
}

.tablesorter-header-inner {
    cursor: pointer;
}
.nowrap {
    white-space:nowrap;
}

input[type=text].err {
    border: 1px solid red;
}

.imgRole {
    margin-left: 20px;
}
fieldset {
    border: 1px solid #101010;
}
fieldset legend {
    padding: 0px 10px 0px 10px;
}
input{
    border-color:inherit;
}
input[disabled]{
    color: #000000;
    background-color: #000000;
    border-color: green !important;
}
