﻿body
{
    font-family: Tahoma;
    font-size: 12px;
    color: #606060;
}

.title
{
    font-family: Tahoma;
    font-size: 13px;
    color: #606060;
}

.content
{
    font-family: Tahoma;
    font-size: 12px;
    color: #606060;
}

div.login_header div.login_title {
    color: #00325D;
    font-family: 'Verdana', 'Calibri', 'Arial';
    font-size: 30px;
    margin-top: 20px;
}
div.login_header div.login_client {
    color: #9FA3AC;
    font-family: 'Verdana', 'Calibri', 'Arial';
    font-size: 20px;
    margin-top: 5px;
}
div.login_header img.logo {
    margin-top: 25px;
}
div.login_header div.login_testumgebung {
    color: #C80000;
    font-family: 'Verdana', 'Calibri', 'Arial';
    font-size: 26px;
    margin-top: 10px;
}

#DivTestumgebungMaster
{
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 5px;
}

.items {
    width: 200px;
}

.ui-draggable-dragging 
{
    background-color: #A0A0A0;
    color: White;
}

.hover 
{
    -webkit-box-shadow: 0 0 15px #000080;
    -moz-box-shadow: 0 0 15px #000080;
    -ms-box-shadow: 0 0 15px #000080;
    box-shadow: 0 0 15px #000080;
}

.breadcrumbs 
{
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
}
.breadcrumbs li {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.breadcrumbs a 
{
    padding: 0 5px 0 0;
}
.breadcrumbs li:not(:first-child)::before {
    content: "»";
    padding-right: 5px;
}

#legendBeurteilungen td {
    padding-right: 50px;
}

#legendBeurteilungen span.kuerzel {
    font-weight: bold;
    padding-right: 10px;
}

/* DevExpress Ribbon fix for Chrome ("Funktionen" tab) */
.dxtc-stripContainer {
  height: 24px !important;
}

h2.dialogsessionexpire {
    font-weight: normal;
    color: #999999;
}