﻿html {
    font-size: 87.5%;
}

body {
    margin: 0;
    padding: 0;
    background: #f2efe8 url('../images/background.jpg') repeat;
    color: #454545;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    /*font-size: 10pt;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.6rem;
}

.clearfix::after, .clearfix::before, hr::after, hr::before {
    content: " ";
    display: table;
}

.clearfix::after, hr::after {
    clear: both;
}

/*div[class*="col-"] {
    margin-bottom: 2em;
}*/

.container-fluid h1:first-child {
    margin-top: 0;
}

.drilldown {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.input-group.date .form-control[readonly] {
    background-color: #ffffff;
}

label[data-caption="required"]::after {
    content: "*";
}

/* Seite */
#page {
    max-width: 1170px;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.6);
}

    #page.container-main {
        margin-bottom: 90px;
        padding: 0;
        background: #ffffff;
        margin-top: 0;
        box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.6);
    }

/* Header */
header {
    border-bottom: 6px solid #dc0018;
    padding: 10px 15px 30px;
    position: relative;
}

/* Navbar Services */
.nav-services {
    font-size: 0.85em;
    padding-top: 5px;
}

.nav-lang {
    border-left: 1px solid #e5e5e5;
    display: block;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
}

    .nav-lang > ul {
        padding: 0;
        margin: 0;
        font-size: 1em;
        line-height: 1.5;
    }

        .nav-lang > ul > li {
            display: inline;
        }

            .nav-lang > ul > li > a {
                padding: 4px;
                color: #454545;
            }

                /*.nav-lang > ul > li > a:hover {
                cursor: pointer;
            }*/

                .nav-lang > ul > li > a.active {
                    background: #e5e5e5;
                }

.nav-service {
    display: block;
    float: right;
}

    .nav-service > ul {
        padding: 0;
        margin: 0;
        padding: 0;
        margin: 0;
        font-size: 1em;
        line-height: 1.5;
    }

        .nav-service > ul > li {
            display: inline-block;
            margin-left: 10px;
        }

            .nav-service > ul > li > a {
                color: #454545;
            }

/* Logos */
#logos > img {
    margin-right: 40px;
    vertical-align: bottom;
}

#logos > a,
#logos > a:hover,
#logos > a:focus,
#logos > a:active {
    text-decoration: none;
}

#logout {
    position: absolute;
    right: 10px;
    bottom: 0;
}

    #logout > p {
        vertical-align: bottom;
        text-align: right;
    }

/* Navbar */
.navbar-default {
    color: #454545;
    background: #e4e4e4;
    background: linear-gradient(to bottom,#e4e4e4 0,#e2e2e2 39%,#ddd 79%,#d5d5d5 91%,#cfcfcf 95%,#bebebe 99%);
    border: none;
    border-radius: 0;
    /*background: -moz-linear-gradient(top, #f4f4f4 70%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#f4f4f4), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top, #f4f4f4 70%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fafafa 70%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #f4f4f4 70%, #e8e8e8 100%);*/
}

    .navbar-default .navbar-nav > li > a {
        color: #454545;
    }

.navbar-header h1 {
    font-size: 18px;
    margin: 0;
}

ul.navbar-language > li > a {
    padding-left: 0;
    padding-right: 16px;
}

ul.navbar-language > li:last-child > a {
    padding-right: 11px;
}

div.navbar-brand > h1 {
    font-size: 16px;
}

    div.navbar-brand > h1 > a {
        text-decoration: none;
        color: #777777;
    }

        div.navbar-brand > h1 > a:hover,
        div.navbar-brand > h1 > a:focus {
            text-decoration: none;
            color: #333333;
        }

div.navbar-brand > h1 {
    height: 50px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
    margin-top: -14px;
}

    div.navbar-brand > h1.active {
        margin-bottom: -1px;
        border-bottom: 1px solid #ffffff;
        background-color: #ffffff;
    }

#navi > ul {
    border-left: 1px solid #b8b8b8;
}


    #navi > ul > li {
        border-right: 1px solid #b8b8b8;
        border-left: 1px solid #ffffff;
    }

        #navi > ul > li > a {
            background: #f4f4f4;
            background: linear-gradient(to bottom,#e8e8e8 0,#f7f7f7 61%,#f7f7f7 89%,#f5f5f5 91%,#ececec 95%,#d7d7d7 100%);
            max-width: 150px;
            height: 70px;
            font-size: 0.8em;
            line-height: 1.2;
            padding: 10px 9px;
        }

            #navi > ul > li > a:hover {
                color: #dc0018;
                background: linear-gradient(to bottom,#f4f4f4 0,#fff 10%,#fff 79%,#fff 91%,#dbdbdb 100%);
            }


        #navi > ul > li.active {
            margin-bottom: -1px;
            border-bottom: 1px solid #ffffff;
        }

            #navi > ul > li.active > a {
                background: #ffffff;
                color: #333333;
                font-weight: 700;
            }


/* Subnavi */
nav.nav-page-list {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    line-height: 1.6;
}

    nav.nav-page-list > ul {
        padding: 0;
        margin: 0;
        font-size: 1em;
        line-height: 1.5;
    }

        nav.nav-page-list > ul > li {
            border-bottom: 1px solid #cccccc;
            display: block;
            margin: 0;
        }

            nav.nav-page-list > ul > li::before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: -15px;
                width: 5px;
            }

            nav.nav-page-list > ul > li.active {
                color: #000000;
                padding: 10px 0;
                position: relative;
                border-bottom: 1px solid #cccccc;
            }

                nav.nav-page-list > ul > li.active::before {
                    background: #dc0018;
                }

            nav.nav-page-list > ul > li > a {
                color: #757575;
                position: relative;
                display: block;
                width: 100%;
                padding: 10px 0;
            }

/* Content */
#content {
    padding: 15px;
}

/* Table */
.table-border-aramis {
    border: none;
}

    .table-border-aramis > thead > tr > th {
        border: none;
        border-bottom: 1px solid #dedede;
        border-bottom: 1px solid rgba(0,0,0,0.1333);
    }

    .table-border-aramis > tbody > tr > td {
        border: none;
        vertical-align: middle;
    }

.table-striped-dual > tbody > .tr-odd {
    background-color: #f9f9f9;
}


/* Buttons */
.btn-add,
.btn-edit,
.btn-safe,
.btn-cancel,
.btn-delete {
    background: none;
}

    .btn-add > img, .btn-edit > img, .btn-safe > img, .btn-cancel > img, .btn-delete > img .btn-folder > img, .btn-remove > img .btn-add-md > img, .btn-edit-md > img, .btn-safe-md > img, .btn-cancel-md > img, .btn-delete-md > img, btn-folder-md > img, .btn-remove-md > img {
        width: 36px;
        height: 36px;
    }

.btn-add-lg > img, .btn-edit-lg > img, .btn-safe-lg > img, .btn-cancel-lg > img, .btn-delete-lg > img, .btn-folder-lg > img, .btn-remove-lg > img {
    width: 48px;
    height: 48px;
}

.btn-add-sm > img, .btn-edit-sm > img, .btn-safe-sm > img, .btn-cancel-sm > img, .btn-delete-sm > img, btn-folder-sm > img, .btn-remove-sm > img {
    width: 24px;
    height: 24px;
}

.btn-add-xs > img, .btn-edit-xs > img, .btn-safe-xs > img, .btn-cancel-xs > img, .btn-delete-xs > img, btn-folder-xs > img, .btn-remove-xs > img {
    width: 18px;
    height: 18px;
}

.btn-expand {
    background: none;
    border: none;
}

.responce-validation-img {
    border-left: none;
}

    .responce-validation-img > img {
        width: 36px;
        height: 36px;
    }

/* Detail List */
.detail-list {
    margin-top: 30px;
    padding: 15px 5px;
}

    .detail-list .row {
        padding: 10px 0;
    }

    .detail-list .row {
        padding-left: 0;
        padding-right: 0;
    }

        .detail-list .row .row:first-child {
            padding-top: 0;
        }

        .detail-list .row .row .row {
            padding: 0;
        }

/* Validation */
.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

/* Footer */
footer {
    border-top: 1px solid #d5d5d5;
    background: #f5f5f5;
    margin-top: 20px;
    padding: 15px 0 0 !important;
}

    footer > address {
        font-style: normal;
        line-height: 1.6;
        display: table-cell;
        width: 10000px;
        border-top: 1px solid #ffffff;
        padding: 10px 15px;
    }

        footer > address div[class*="col-"] {
            margin: 0;
            padding: 0;
        }

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-horizontal {
    padding-left: 0;
    padding-right: 0;
}

.form-group div[class*="col-"] {
    margin-bottom: 0;
}

.control-label {
    padding-top: 6px;
    padding-bottom: 6px;
}

.form-control,
.file-input .input-group .input-group-btn .input-group-btn-child > :first-child .btn,
.file-input .input-group .input-group-btn .input-group-btn-child > :first-child.btn {
    height: 35px;
}

.form-control {
    border-radius: 0;
}

.scheduled-task-image {
    width: 48px;
    height: 48px;
}

.scheduled-task-image-sm {
    width: 32px;
    height: 32px;
}


/* ToolTip */
.tooltip {
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
}

.tooltip-inner {
    color: #fff;
    background-color: #000;
    min-width: 100px;
    max-width: 400px;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
}

.tooltip .tooltip-arrow {
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
}


.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

@media (max-width: 767px) {
    .align-left-xs {
        text-align: left;
    }

    .align-right-xs {
        text-align: right;
    }

    .align-center-xs {
        text-align: center;
    }
}

.form-group-inner-modal {
    padding: 15px;
    margin: 10px 0;
}

.form-control.disabled {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.titleWithButtonInline {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.titleWithButtonInline-title {
    display: inline-block;
    width: 69%;
    vertical-align: middle;
    font-size: 16px;
}

.titleWithButtonInline-button {
    display: inline-block;
    width: 30%;
    text-align: right;
}

@media (max-width: 450px) {
    .titleWithButtonInline-title {
        display: inline;
    }

    .titleWithButtonInline-button {
        display: inline;
    }
}


/* custom-input-group  */
.custom-input-group .input-group-btn {
    font-size: inherit;
}

    .custom-input-group .input-group-btn .modal {
        white-space: normal;
    }

.custom-input-group .form-control {
    height: 35px;
}

.custom-input-group .input-group-btn > :first-child .btn,
.custom-input-group .input-group-btn > :first-child.btn {
    border-radius: 0;
    border: 1px solid #ccc;
    margin-left: -1px;
    background: #ffffff;
    color: #333333;
    height: 35px;
}

    .custom-input-group .input-group-btn > :first-child .btn:focus,
    .custom-input-group .input-group-btn > :first-child.btn:focus {
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }


    .custom-input-group .input-group-btn > :first-child .btn:hover,
    .custom-input-group .input-group-btn > :first-child.btn:hover {
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .custom-input-group .input-group-btn > :first-child .btn:active,
    .custom-input-group .input-group-btn > :first-child.btn:active {
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .custom-input-group .input-group-btn > :first-child .btn img,
    .custom-input-group .input-group-btn > :first-child.btn img {
        margin-top: -4px;
    }

.custom-input-group .input-group-btn:last-child > :first-child .btn,
.custom-input-group .input-group-btn:last-child > :first-child.btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.warning-bar {
    background-color: #ffe8a0;
    margin: 5px 0;
}

    .warning-bar .alert-image {
        display: table-cell;
        vertical-align: middle;
        background-color: #e75e00;
        padding: 10px;
    }

    .warning-bar .alert-message {
        display: table-cell;
        vertical-align: middle;
        padding: 5px 10px;
    }


/* Paging */
.form-group.paging {
    width: 200px;
}

    .form-group.paging .input-group .input-group-btn > span.btn {
        background: #f3f3f3;
    }

        .form-group.paging .input-group .input-group-btn > span.btn:hover {
            cursor: default;
            border-color: #ccc;
        }

        .form-group.paging .input-group .input-group-btn > span.btn:focus {
            cursor: default;
            border-color: #ccc;
        }

        .form-group.paging .input-group .input-group-btn > span.btn:active {
            box-shadow: none;
        }

.paging .input-group:first-child > :first-child.btn,
.paging .input-group:first-child > :first-child .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* Sortierung */
.btn-sort {
    display: inline-block;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 5px;
}


/* Search-Result */
.panel.search-result {
    border: 1px solid #cccccc;
}

    .panel.search-result > .panel-heading {
        background-color: #f5f5f5;
        padding: 20px 15px;
        border-bottom: 1px solid #cccccc;
    }

    .panel.search-result > .panel-body {
        padding: 0;
    }

        .panel.search-result > .panel-body > .keywords,
        .panel.search-result > .panel-body > .brief-description {
            padding: 15px;
        }


        .panel.search-result > .panel-body > .informations {
            border-top: 1px solid #cccccc;
        }

            .panel.search-result > .panel-body > .keywords > .keyword {
                margin: 0 2px;
                padding: 5px 15px;
                display: inline-block;
                background: #eeeeee;
                border: 1px solid #cccccc;
                border-radius: 10px;
            }

        .panel.search-result > .panel-body > .brief-description {
            border-top: 1px solid #cccccc;
        }

        .panel.search-result > .panel-body > .informations > .topic-area,
        .panel.search-result > .panel-body > .informations > .status {
            padding: 15px;
            display: inline-block;
            width: 49%;
            width: calc(50% - 2px);
        }


        .panel.search-result > .panel-body > .informations > .status {
            border-left: 1px solid #cccccc;
        }


/* Document-List */
.container.document-list {
    padding-right: 40px;
}

    .container.document-list .add-document {
        width: 100%;
        text-align: right;
    }


    .container.document-list > .panel {
        border: 1px solid #cccccc;
        margin-top: 10px;
    }

        .container.document-list > .panel > .panel-heading {
            background-color: #f5f5f5;
            padding: 8px 15px;
            border-bottom: 1px solid #cccccc;
        }

            .container.document-list > .panel > .panel-heading .download-button {
                padding-top: 6px;
                padding-bottom: 6px;
            }







.fstElement {
    font-size: inherit;
    width: 100%;
}

.fstMultipleMode .fstControls {
    font-size: inherit;
    width: auto;
    padding: 6px 12px;
}

.fstChoiceItem {
    font-size: inherit;
    margin: 2px;
}

.fstResultItem,
.fstNoResults,
.fstMultipleMode .fstQueryInput {
    font-size: inherit;
}

.input-group.date .input-group-addon {
    border-radius: 0;
}

.tab-pane > .container {
    padding-top: 10px;
}

.responsive-tabs-container .accordion-link.active {
    margin-bottom: 0;
}

/*.responsive-tabs-container .tab-pane {
}

.responsive-tabs-container .accordion-link {
}*/

.factsheet-detail-header, .keyword-detail {
    padding: 15px;
    margin-bottom: 20px;
}

    .factsheet-header div[class*="col-"],
    .factsheet-detail-body div[class*="col-"],
    .keyword-detail div[class*="col-"] {
        margin-bottom: inherit;
    }

.responsive-tabs > li > a {
    color: #555555;
    border-top-width: 3px;
}

.responsive-tabs > li.active > a,
.responsive-tabs > li.active > a:hover,
.responsive-tabs > li.active > a:focus,
.responsive-tabs > li.active > a:active {
    border-top: 3px solid #f7001d;
    color: #000000;
    font-weight: bold;
    border-bottom-color: #ffffff;
}

.factsheet-detail-caption,
.keyword-detail-caption {
    font-weight: bold;
}

.factsheet-detail-row,
.keyword-detail-row {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.keyword-detail-row .keyword {
    margin: 0 2px;
    padding: 5px 15px;
    display: inline-block;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.list-header {
    margin-bottom: 20px;
}

.keyword-list {
    margin: 10px 0;
    padding: 5px 0;
    border: 1px solid #cccccc;
    /*border-radius: 10px;*/
}
    
    
    .keyword-list-text {
        padding: 6px 12px;
    }


.form-control-file {
    width: 100%;
    height: 35px;
}

.evaluationimage {
    text-align: center;
}

    .evaluationimage > img {
        width: 100%;
        height: 100%;
        max-width: 800px;
        max-height: 700px;
        border: solid 1px #666666;
    }

.evaluationinfotext  {
    width: 100%;
    max-width: 800px;
    margin: 15px auto 30px;
}