@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,700italic);

html {
    position: relative;
    min-height: 100%;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    padding-top: 87px;
    padding-right: 0 !important;
    background-color: #FFF;
    overflow-y: scroll !important;
    margin: 0;
}

a:not(.btn), a:not(.btn):focus {
    cursor: pointer;
    color: #000;
    border-bottom: dashed 1px rgba(51, 122, 183, 0.34);
}

    a:not(.btn):hover {
        color: #000;
        border-bottom: solid 1px rgba(51, 122, 183, 1.00);
        text-decoration: none;
    }

#contentContainer {
    background-color: #FFF;
    padding-bottom: 8px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 4;
    min-height: 87px;
}

    #header .container {
        padding: 5px 0 0 0;
    }

    #header .row {
        position: relative;
    }

    #header .buttonHolder a, #header .buttonHolder a:hover {
        border-bottom: 0;
    }

    #header hr {
        margin-top: 12px;
        margin-bottom: 0;
        border-color: #172867;
    }

#QSBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 26px;
    background: rgba(248, 102, 102, .5);
    text-align: center;
    padding: 4px 0;
    font-weight: 600;
}

h1 {
    font-size: 235%;
    font-weight: bold;
    margin-bottom: 20px;
}

h2 {
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 20px;
}

h3 {
    font-size: 140%;
    font-weight: bold;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    font-weight: normal;
}

h2.panel-title {
    font-size: 180%;
}

h3.panel-title {
    font-size: 140%;
}

.mainTitle h1, .mainTitle button {
    margin-top: 10px;
    margin-bottom: 20px;
}

.panel-body.seamless {
    padding: 0;
}

.panel-body.seamless-side {
    padding-left: 0;
    padding-right: 0;
}

    .panel-body.seamless-side .row {
        padding-bottom: 5px;
        padding-top: 5px;
    }

.pointer {
    cursor: pointer;
}

.clear {
    clear: both;
}

.table {
    margin-bottom: 0;
}

    .table tbody.middleAlign td, .table tbody.middleAlign th {
        vertical-align: middle;
    }

.panel .table > tbody > tr > td:first-child,
.panel .table > tbody > tr > th:first-child,
.panel .table > thead > tr > td:first-child,
.panel .table > thead > tr > th:first-child,
.panel .table > tfoot > tr > td:first-child,
.panel .table > tfoot > tr > th:first-child {
    padding-left: 15px;
}

.panel .table > tbody > tr > td:last-child,
.panel .table > tbody > tr > th:last-child,
.panel .table > thead > tr > td:last-child,
.panel .table > thead > tr > th:last-child,
.panel .table > tfoot > tr > td:last-child,
.panel .table > tfoot > tr > th:last-child {
    padding-right: 15px;
}

td.iconCell button {
    margin-left: 5px;
}

    td.iconCell button:last-child {
        margin-left: 0;
    }

thead .input-group {
    width: 100%;
}

.noData {
    font-style: italic;
    opacity: 0.8;
}

.table-striped > tbody > tr.selectable {
    cursor: pointer;
}

.table-striped > tbody > tr.st-selected:nth-child(odd),
.table-striped > tbody > tr.st-selected:nth-child(even) {
    background-color: #ffb564;
}

hr {
    border-top: 3px solid;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    margin: 4px 0 4px 0;
    border-radius: 5px;
}

.pmiblue {
    color: #172867;
}

.grey {
    background-color: #f2f2f2;
}

.nav-tabs {
    border: 0;
}

    .nav-tabs li.active {
        background-color: #337AB7;
        cursor: default;
    }

    .nav-tabs li i {
        margin-top: 5px;
    }

    .nav-tabs li.active i {
        color: #FFF !important;
    }

    .nav-tabs li:not(.active):hover {
        background-color: #F5F5F5;
    }

    .nav-tabs li:hover a {
        background-color: transparent;
    }

    .nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
        background-color: transparent;
        border: 0;
        cursor: default;
        color: #FFF;
    }

    .nav-tabs li {
        border-bottom: 1px solid #DDD;
        margin: 0 !important;
    }

        .nav-tabs li a {
            border: 0;
            border-radius: 0;
            margin: 0;
        }

            .nav-tabs li a:hover {
                border: 0;
            }

/*! 
 * Top-Buttons
 */
.topButton {
    cursor: pointer;
    font-size: 1.6em;
}

a.topButton, a.topButton:focus {
    color: #172867;
}

    a.topButton:hover, a.topButton.active {
        color: #2b4aba;
    }

        a.topButton:hover .icon, a.topButton.active .icon {
            color: #FFF;
        }

    a.topButton .icon {
        color: #FFF;
    }

    a.topButton span {
        font-size: 0.4em;
        position: absolute;
        bottom: -65%;
        width: 100%;
        text-align: center;
    }

/* 
 * Help-Button
 */
.helpButton {
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 5px;
}

    .helpButton:hover, .helpButton.active {
        color: #2b4aba;
    }

    .helpButton:focus, .helpButton:focus:active {
        outline: none;
        box-shadow: none;
    }

.nav, .pagination, .carousel {
    cursor: pointer;
}

#mainLogo {
    border: 0;
}

    #mainLogo img {
        width: 110px;
        margin: 4px 0 5px 5px;
        cursor: pointer;
    }

.btn.multiline {
    white-space: normal;
}

.btn.inactive {
    background-color: #CCC;
    border-color: #CCC;
    cursor: default !important;
}

.fullWidth {
    width: 100%;
}

.uc {
    text-transform: uppercase;
}

.control-label {
    text-align: left !important;
}

    .control-label label {
        cursor: pointer;
    }

table th.sortable {
    cursor: pointer;
}

.st-sort-ascent:after {
    content: '\25B2';
}

.st-sort-descent:after {
    content: '\25BC';
}

tbody.capability tr td:first-child {
    white-space: nowrap;
    line-height: 2.2;
}

.errorContainer {
    line-height: 31px;
}

/*
    Selects
*/
option:nth-child(even) {
    background-color: #F9F9F9;
}

/*nz-toggle*/
.nz-toggle {
    line-height: 19px;
    font-size: 15px;
}

.nz-toggle-wrap.false .nz-toggle {
    color: #FFF;
    padding-left: 28px;
}

    .nz-toggle-wrap.false .nz-toggle:before {
        content: "\f00d";
        font-family: FontAwesome;
    }

.nz-toggle-wrap.true .nz-toggle {
    color: #FFF;
    padding-left: 2px;
}

    .nz-toggle-wrap.true .nz-toggle:before {
        content: "\f00c";
        font-family: FontAwesome;
    }


select.form-control {
    padding-left: 4px;
}


/* 
 *  angular-loading-bar
 */
#loading-bar .bar {
    background: #172867;
}

#loading-bar .peg {
    -moz-box-shadow: #172867 1px 0 6px 1px;
    -webkit-box-shadow: #172867 1px 0 6px 1px;
    box-shadow: #172867 1px 0 6px 1px;
}

#loading-bar-spinner .spinner-icon {
    border-top-color: #172867;
    border-left-color: #172867;
}

/* OAuth Refresh-IFrame */
#oauthFrame {
    display: none;
}


.fixed {
    position: fixed;
}

.opacity-50 {
    opacity: 0.5;
}


.noMargin {
    margin: 0;
}

.noPadding {
    padding: 0;
}


.leftMargin-0 {
    margin-left: 0;
}

.leftPadding-0 {
    padding-left: 0;
}

.leftMargin-10 {
    margin-left: 10px;
}

.leftPadding-10 {
    padding-left: 10px;
}

.leftMargin-20 {
    margin-left: 20px;
}

.leftPadding-20 {
    padding-left: 20px;
}


.rightMargin-0 {
    margin-right: 0;
}

.rightPadding-0 {
    padding-right: 0;
}

.rightMargin-10 {
    margin-right: 10px;
}

.rightPadding-10 {
    padding-right: 10px;
}

.rightMargin-20 {
    margin-right: 20px;
}

.rightPadding-20 {
    padding-right: 20px;
}


.topMargin-0 {
    margin-top: 0;
}

.topPadding-0 {
    padding-top: 0;
}

.topMargin-10 {
    margin-top: 10px;
}

.topPadding-10 {
    padding-top: 10px;
}

.topMargin-20 {
    margin-top: 20px;
}

.topPadding-20 {
    padding-top: 20px;
}


.bottomMargin-0 {
    margin-bottom: 0;
}

.bottomPadding-0 {
    padding-bottom: 0;
}

.bottomMargin-10 {
    margin-bottom: 10px;
}

.bottomPadding-10 {
    padding-bottom: 10px;
}

.bottomMargin-20 {
    margin-bottom: 20px;
}

.bottomPadding-20 {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    body {
        padding-top: 132px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .topButton {
        font-size: 2.5em;
    }

    #mainLogo img {
        width: 200px;
        margin: 12px 0 0 0;
    }

    #header hr {
        margin-top: 30px;
    }

    h2 {
        font-size: 150%;
    }

    h3 {
        font-size: 150%;
    }

    h4 {
        font-size: 120%;
    }

        h4.headerInline {
            display: inline;
            padding: 0;
        }

    .row.md-noPadding div {
        padding: 0;
    }

    thead .input-group {
        width: 300px;
    }
}


/**
 * höhen von elementen mit optionalen buttons fixieren
 */
.table-minrowheight tbody tr td {
    line-height: 30px;
}
.panel-heading.panel-heading-optional-button {
    min-height: 55px;
}