﻿.fixed {
    position: fixed;
}

.bold {
    font-weight: bold;
}

.float-right{
    float:right;
}

.row-fluid {
    display: flex;
    justify-content: center;
}

.sitemap-path-node {
    font-size: 1.2em;
    color: #03a9f4;
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
    padding-top: 10px;
    font-style: italic;
}

    .sitemap-path-node .last-node {
        font-weight: 700;
    }

.loading-animation {
    z-index: 10000;
    border: 1px solid #d7d7d7;
    padding: 4px;
    width: 60px;
    height: 60px;
    display: none;
    box-sizing: border-box;
    position: fixed;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 0;
    top: 150px;
    right: 0;
    background-color: #f7f7f7;
    background-image: url('/images/loading.gif');
    background-size: cover;
}

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 99999;
    display: block;
    width: 90px;
    height: 90px;
    border: 10px solid #dee4e8;
    border-radius: 50%;
    border-top-color: #3b86a8;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    background-color: #f3f5f6;
    color: red;
}

div#browser_notification {
    height: 30px;
    width: 100%;
    background-color: #fa9f9f;
    border: 1px solid #cc6969;
    color: #3f2323;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    display: none;
}

.header .navbar-brand {
    font-family: 'Titillium Web', Geneva, sans-serif;
    font-weight: 700;
    font-size: 23px;
}

.header a {
    color: white;
}

.header .nav > a:hover,
.header .nav > a:focus {
    text-decoration: none;
    background-color: #60aee0;        
}

.header a.nav-account:hover,
.header a.nav-account {
    background-color: transparent;
    padding-right: 2px;
    font-size: 16px;
}

.header .nav > a.nav-off {
    font-size: 16px;
}

.header .nav > img.nav-logo {
    padding: 6px;
    padding-left: 35px;
    margin-right: 20px;
}


.content-wrapper {
    display: flex;
    width: 100vw;
    max-height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    overflow: hidden;
    overflow-x:auto;
}

div#nav-col {
    flex: 1;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    max-height: calc(90vh - 100px);
    height: calc(90vh - 100px);
    min-height: calc(90vh - 100px);
    overflow: auto;
    overflow-x: hidden;
    vertical-align: top;
    border-right: 1px solid silver;
}

/*div.header {
    background-color: #3b86a8;
    display: flex;
    align-items: center;
    justify-content: center;
}

    div.header .left {
        flex: 1;
        min-width: 300px;
        max-width: 300px;
        padding: 15px;
        font-size: 23px;
        color: #FFFFFF;
    }

    div.header .right {
        flex: 1;
        text-align: right;
        padding-right: 20px;
    }*/


.content {
    flex: 1;
    background-color: #f9f9f9;
}

    .content .main {
        flex: 1 1 0;
        flex-direction: column;
    }

    .content .content-header {
        background-color: #f3f5f6;
        padding: 10px;
        border-bottom: 1px solid #dee4e8;
        padding-top: 6px;
        flex: 1 1 auto;
        min-height: 50px;
        margin-bottom: 15px;
    }

    .content .main-content {
        flex: 1 1 auto;
        max-height: calc(90vh - 190px);
        min-height: calc(90vh - 190px);
        overflow: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

        .content .content-header .left-area {
            height: 45px;
            padding-right: 10px;
            overflow: hidden;
        }

        .content .content-header .right-area {
            float: right;
            height: 45px;
            overflow: hidden;
            line-height: 45px;
        }

    .content .extra-padding-right {
        padding-right: 212px;
    }

    .content .content-content {
        padding-top: 70px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 12px;
    }

        .content .content-content .message-panel {
            word-break: break-all;
            display: none;
            padding: 5px;
        }

            .content .content-content .message-panel .panel-heading {
                padding: 2px;
            }

            .content .content-content .message-panel .panel-body {
                padding: 2px;
            }

                .content .content-content .message-panel .panel-body ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }

.header {
    flex-shrink: 1;
    height: 60px;
    background-color: #6485AC;
    }


    .header-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    .header-content .branding {
        flex-shrink: 1;
        display: flex;
        align-items: center;
    }

    .header-content .app-name {
        flex-shrink: 1;
        color: white;
        display: flex;
        align-items: center;
        font-size: 24pt;
        padding: 20px;
    }
    .header-content .app-name .app-label
    {
        color: white;
    }

.app-label-env {
    color: white;
}
    .app-label-env .env {
        color: darkorange;
        font-size: 23px;
    }


.header-content .right-area {
    display: flex;
    flex-direction: row;
    flex-shrink: 1;
}

    .header-content .right-area .navigation {
        flex-grow: 1;
        display: flex;
        align-items: center;
        padding-right:10px;
    }
        .header-content .right-area .navigation > button, a {
            margin-right: 5px;
        }

        .header-content .right-area .navigation > .navbar {
            height: 60px;
        }

        .header-content .right-area .navigation > .navbar.nav-link
        {
            color: white;
            background-color: #008641;
            border: 1px solid #01b156;
            margin-right: 1px;
        }

        .header-content .right-area .navigation .nav-link.active {
            background-color: #005c2c;
        }

        .header-content .right-area .navigation.nav-link:hover {
            background-color: #005c2c;
        }




.footer {
    height: 25px;
    flex-shrink: 1;
    background-color: #6485AC;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: silver solid 1px;
    }

    .footer .build-info .info-link
    {
        color: #cccccc;
    }

    .footer-left {
        float: left;
        padding-left: 2px;
    }
    .footer-left .info-link
    {
        color: #cccccc;
    }


.footer .footer-center {
    text-align:center;
}

.footer-center .info-link {
    color: #cccccc;
}



.footer-right {
    text-align: right;
    padding-right: 5px;
}
    .footer-right .info-link {
        color: #cccccc;
    }


/* Loading */
input.loading {
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

money.loading {
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

button.loading {
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

select.loading {
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-position-x: 5%;
    background-repeat: no-repeat;
}

div.loading {
    z-index: 10000;
    border: 1px solid #d7d7d7;
    padding: 4px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50%;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: cover;
    background-position: center center;
    background-position-x: 5%;
    background-repeat: no-repeat;
}

/* cursor */

.cursor-pointer {
    cursor: pointer;
}
/* Message-Panels */

.message-panel,
.modal-msg {
    display: none;
    border: 1px solid silver;
    max-height: 22px;
    overflow: hidden;
    margin-top: 2px;
    padding-left: 2px;
}

    .message-panel ul,
    .modal-msg ul {
        padding-left: 17px;
    }

.modal-msg {
    margin-bottom: 10px;
}

.message-danger {
    background-color: #f5d6d6;
    color: #513e3e;
}

.message-success {
    background-color: #ceefc7;
    color: black;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: whitesmoke;
}

.nav-pills > li > a {
    border-radius: 0;
}

#sidebar-nav .nav > li > a > span {
    margin-left: 0px;
    font-size: 0.875em;
    font-weight: 700;
}

#sidebar-nav {
    padding: 0;    
    width: 218px;
}

    #sidebar-nav .nav > li > a:hover {
        background-color: whitesmoke;
        border-color: #03a9f4;
        border-bottom-color: #e7ebee;
        color: #484848;
    }

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

#sidebar-nav .nav li a.dropdown-toggle > .drop-icon {
    color: #868b98;
    font-size: 10px;
    margin-top: -6px;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: transform 0.2s ease-in-out 0.1s;
}

#sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon {
    transform: rotate(180deg);
}

#sidebar-nav .nav > li.nav-header {
    border-top-color: #e7ebee;
    color: #a6a6a6;
    font-size: 0.85em;
    padding: 12px 15px 6px 3px;
}

#sidebar-nav .nav li .submenu {
    display: none;
    background: #253443;
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

.nav-pills > li > a {
    color: #484848;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #484848;
    background-color: #ebebeb;    
}

#sidebar-nav .nav li .submenu,
#nav-col-submenu .submenu {
    background-color: whitesmoke;
}

#sidebar-nav .nav li a {
    line-height: 1;
    width:220px;
    margin:0px;
}

#sidebar-nav .nav li.open a {
    background-color: whitesmoke;
    color: #484848;
}

#sidebar-nav .nav li .submenu > li > a {
    display: block;
    font-size: 0.875em;
    line-height: 2.3;
    padding-left: 20px;
    color: white;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}

#sidebar-nav .nav li .submenu > li > .submenu > li > a {
    padding-left: 30px;
}

#sidebar-nav .nav li .submenu > li > .submenu > li > .submenu > li > a {
    padding-left: 35px;
    line-height: 1.9;
}

#sidebar-nav .nav li .submenu > li > a:hover,
#sidebar-nav .nav li .submenu > li > a.active,
#sidebar-nav .nav li .submenu > li.active > a,
.nav-small #nav-col-submenu .submenu > .open > a,
.nav-small #nav-col-submenu .submenu > .active > a,
.nav-small #nav-col-submenu .submenu > li > a:hover,
.nav-small #nav-col-submenu .submenu > li > a.active,
.nav-small #nav-col-submenu .submenu > li.active > a {
    background-color: #ebebeb;
}


#sidebar-nav .nav li > a:hover,
#sidebar-nav .nav li > a.active,
#sidebar-nav li.active > a {
    background-color: #ebebeb !important;
}

#sidebar-nav .nav > .open .submenu > li a,
#sidebar-nav .nav > .active .submenu > li a {
    position: relative;
}

#sidebar-nav .nav > .open .submenu > li a,
#sidebar-nav .nav > .active .submenu > li a {
    position: relative;
}

#sidebar-nav .nav li .submenu > li:first-of-type > a {
    border-top: 0;
}

#sidebar-nav .nav li .submenu > li > a,
.nav-small #nav-col-submenu .submenu > li > a {
    color: #16191c;
}
/*General*/

.cursor-pointer {
    cursor: pointer;
}

.nopadding {
    padding: 0;
}



.italic {
    font-style: italic;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
}

.word-break {
    word-break: break-all;
}
/* Glyphicons */

.glyphicon-info-sign {
    color: #2286e8;
}
/* GridViews */

/* Edit-Button */

.grid-button {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    color: black;
    background-color: transparent;
    font-size: 15px;
}

.grid-button-add {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    color: black;
    background-color: transparent;
    font-size: 15px;
    color: #428bca;
}

.grid-button-remove {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    color: black;
    background-color: transparent;
    font-size: 15px;
    color: #c52828;
}
/* Formulars */

.form-group.required .control-label:after {
    content: " *";
    color: #dd0000;
}
/*Bootbox*/

.bootbox .modal-footer {
    margin-top: 0;
}
/* _GridResponsibleDepartment */

.add-ze-button {
    font-size: 12px;
    padding: 3px;
}

body.modal-open {
    margin-right: 0;
}

.modal.fade,
.modal.fade .modal-dialog {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/* /EuProject/Costtype/Index.cshtml */

.table-costtypes {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
}

    .table-costtypes .group-row {
        background-color: #e7e7e7;
    }

    .table-costtypes .caption-layer-0 {
        padding-left: 5px;
    }

    .table-costtypes .caption-layer-1 {
        padding-left: 30px;
    }

    .table-costtypes .caption-layer-2 {
        padding-left: 60px;
    }

    .table-costtypes .readonly-cell {
        background-color: #efefef;
    }
/* /EuProject/Status/Index */

.status-index .panel-heading {
    padding: 1px 15px;
    color: white;
}

.status-index a {
    color: white;
}

.status-index .projectdata-wrench {
    color: black;
}

.status-index .calldata-wrench {
    color: black;
}

    .status-index .calldata-wrench i {
        margin-left: 6px;
    }

.status-index .table-consortiumdata td.header {
    padding-left: 5px;
    font-weight: bold;
    color: #959595;
    background-color: #f3f3f3;
}
/* Boostrap overload */

/*label {
    font-weight: normal !important;
}*/

label {
    font-weight: normal;
}

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}
/* Bootstrap typeahead */

.typeahead-spinner {
    display: none;
    position: absolute;
    top: 2px;
    right: 4px;
    height: 30px;
    width: 30px;
}
/* Reporting/Report/Index */

nav.interval-nav li a {
    height: 50px;
}

#report-table-container .c-input,
#report-table-container .h-input {
    font-size: small;
    width: 70px;
    text-align: right;
}

#report-table-container .table-responsive {
    background-color: #eeeeee;
}

#report-table-container table {
    table-layout: fixed;
}

    #report-table-container table tr {
        display: inline;
    }

    #report-table-container table tr,
    #report-table-container table td,
    #report-table-container table th {
        height: 40px;
    }

    #report-table-container table.staff-table tbody tr,
    #report-table-container table.staff-table tbody td {
        height: 60px;
    }

    #report-table-container table tbody {
        background-color: #f3f3f3;
    }

    #report-table-container table thead {
        color: #428bca;
    }

#report-table-container .col-option {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
}

#report-table-container .col-wp {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

    #report-table-container .col-wp select {
        width: 100%;
        box-sizing: border-box;
    }

#report-table-container .col-month {
    text-align: right;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

#report-table-container .table-responsive {
    overflow-x: scroll;
    width: 100%;
}

#report-table-container input[type='text'] {
    box-sizing: border-box;
    width: 100%;
}

/* General */
.bold-label {
    font-weight: bold !important;
}

.compact input.form-control {
    height: 24px;
    padding: 1px 6px;
    line-height: 24px;
    margin: 0;
}

.compact label {
    line-height: 100%;
    margin-bottom: 2px;
}

.compact .well {
    margin-bottom: 10px;
    padding: 15px;
}

.compact span.btn {
    padding: 2px 6px;
}

.compact table.dxeButtonEditSys {
    height: 24px;
    line-height: 24px;
}

/*No spacing zwischen Columns*/
.padding-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-5 {
    padding-left: 5px;
}

/*Margin*/
.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.padding-right-20 {
    padding-right: 20px;
}

/* White Tooltip */
.white-tooltip + .tooltip > .tooltip-inner {
    background-color: #ffffff;
    color: #000000;
    max-width: 800px !important;
}

.white-tooltip + .tooltip.top .tooltip-arrow {
    border-top-color: #ffffff !important;
}

.white-tooltip + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffffff !important;
}

.white-tooltip + .tooltip.right .tooltip-arrow {
    border-right-color: #ffffff !important;
}

.white-tooltip + .tooltip.left .tooltip-arrow {
    border-left-color: #ffffff !important;
}

/* vue-toasted extensions */

.toasted-container.top-right {
    top: 120px !important;
    right: 20px !important;
    color: red;
    padding: 20px;
}

.toasted .primary,
.toasted.toasted-primary {
    color: #FFFFFF !important;
    padding: 10px !important;
    padding-left: 20px !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

/* Modal Block*/

.modal-mask {
    /*position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    /*background-color: rgba(0, 0, 0, .5);*/
    /*display: table;
    transition: opacity .3s ease;
    pointer-events: none;*/
    /*position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    background-color: #000;
    opacity: 0.5;*/
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    position: relative;
    width: 900px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
    overflow-y: auto;
    max-height: calc(100vh - 5vh);
}

    .modal-container .modal-error {
        padding: 3px;
    }

.modal-header h3 {
    margin-top: 0;
    font-weight: bold;
}

.modal-body {
}

.modal-footer {
    text-align: right;
}

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

    .modal-enter .modal-container,
    .modal-leave-active .modal-container {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.modal-scroll-container {
    overflow-y: initial;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.modal-scroll-container .scroll-area {
    position: relative;
    flex-grow:1;
    overflow: auto;
    min-height: 0;
}

.modal-block {
    /*
    display: block;
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    vertical-align: center;
    color: #FFFFFF;
    padding-top: 20px;*/
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    background-color: #000;
    opacity: 0.5;*/
    display: block;
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    vertical-align: center;
    color: #FFFFFF;
    padding-top: 20px;
}

    .modal-block .loader {
        position: relative;
        text-align: center;
        margin: 15px auto 35px auto;
        z-index: 99999;
        display: block;
        width: 90px;
        height: 90px;
        border: 10px solid #dee4e8;
        border-radius: 50%;
        border-top-color: #3b86a8;
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        background-color: #f3f5f6;
        color: red;
    }

/* DevExtreme-Grid loading-indicator overwrite */

.dx-loadindicator-icon {
    position: relative;
    text-align: center;
    z-index: 99999;
    display: block;
    width: 25px;
    height: 25px;
    border: 5px solid #dee4e8;
    border-radius: 50%;
    border-top-color: #3b86a8;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    background-color: #f3f5f6;
    color: red;
}

.dx-loadindicator-segment {
    display: none;
}

.input-dx-datestyle {
    width: 120px;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 4px;
    height: 24px;
    font-size: 12px;
    padding: 4px;
    line-height: 15px;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* DevExtreme Tooltip-Hintergrund im Chart + Padding entfernen */
/* .dxc-tooltip {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
  } */

/*Startseite*/

#homecontentcontainer {
    display: flex;
    overflow-x: auto;
    align-items: center;
    justify-content: center;
}

.homecontent {
    flex: 0 0 830px;
}


/*Infoportal*/
div.flex-infoportalContainer {
    display: flex;
    align-items: center;
}

div.flex-infochildt {
    margin: 10px;
}

    div.flex-infochildt:first-child {
        margin-left: 10px;
    }

div.infoportalImgContainer{
    width:872px;
}

div.infoportalImgContainer img {
    width: 100%;
}



    