﻿@charset "UTF-8";

 /*Start Logo*/
i.custom-page-start-logo {
    color: gold;
    text-shadow: 0px 0px 8px rgba(252, 213, 0, 1);
}

.eam-language-selector {
    padding-top: 0.25em;
    outline: 1px solid rgba(255,255,255,.1) !important;
}
.eam-language-selector ul {
    display: inline-flex;
}

.eam-language-selector a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.eam-language-selector a.active {
    color: rgba(255,255,255,.84) !important;
    font-weight: bold !important;
}

.eam-language-selector a:hover {
    background: rgba(255,255,255,.2) !important;
}

.a-icon-pdf:before {
    content: "\f1c1";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 3px;
}
.a-icon-external:before {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 3px;
}
.text-dimmed {
    color: #757575;
}
.logo-home img {
    float: left;
    border-right: 2px solid #e5e5e5;
    padding-right: 20px;
}
.header-edi-bag {
    float: left;
    padding-left: 20px;
}
    .header-edi-bag h2 {
        font-weight: 700;
        font-size: 1em;
        max-width: 310px;
        line-height: 1.3;
        margin: 0;
    }
    .header-edi-bag h3 {
        font-size: 0.85em;
        margin-top: 0px;
    }

/* Systeminformationen */
.system-notification-information {
    background: #fcd3d0;
    border-top: 2px solid #F44336;
    border-bottom: 2px solid #F44336;
    padding: 5px;
    color: #000000;
    margin-top: 8px;
}
/* Paragraph auf dem Dialog zum Download der PDF-Meldungskopie */
.formsaved-dialog-pdf-link a {
    font-weight:bold;
    font-size: 1.1em;
}

/* FAQL */
.faq-display-item-header {
}
.faq-display-item-question {
    margin-bottom: 15px;
    background-color:#f5f5f5;
}
.faq-display-item-answer {
    margin-bottom: 15px;
}
.faq-display-item-footer {
    font-size: 0.8em;
}

/* Collapsible Panels */
.collapsible-panel-heading {
    cursor: pointer;
}

.collapsible-panel-heading h3:after {
    font-family: 'FontAwesome';
    content: "\F077";
    float: right;
    color: grey;
}

.collapsible-panel-heading.collapsed h3:after {
    content: "\F078";
}

/* Warnings */
.conditional-warning {
    display: none;
}

.read-only-warning {
    padding: 10px 10px;
    border: 1px solid red;
    background-color: #FFFBC5;
    margin-bottom: 20px;
}

/* Statistics */
label[for=SelectedQuarter] {
    font-weight:normal;
}
.sentinella-reporting-overview {
    ;
    width: 800px;
}
    .sentinella-reporting-overview caption {
        caption-side: bottom;
    }

/* Home */
#partialDataCollectionNotificationContainer {
    margin-bottom: 8px;
}

#activeTopicsListPanel .mbtCellStatus {
    display: none;
}

.apk-container {
    display: flex;
    flex-wrap: wrap;
}

.apk-item {
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 240px;
}

/* APK Eingabefeld */
#apkCount {
    border: 1px solid #bbb;
    height: 32px;
    border-bottom: 1px solid black;
}

/* User Notifications */
.bs-callout {
    margin: 0 0 10px 0;
    padding: 15px 30px 15px 15px;
    border-left: 10px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.bs-callout-danger h4 {
    color: #B94A48;
}

.bs-callout-warning h4 {
    color: #C09853;
}

.bs-callout-info h4 {
    color: #3A87AD;
}