﻿@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

}

body {
    height: 100%;
    overflow: hidden;
    ^^ margin: 0;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #646464;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input {
    font-family: Roboto, Arial, sans-serif;
}

a, a:visited {
    color: #777;
}

    a:hover {
        color: #999999;
    }

navbar a,
navbar a,
navbar a {
    text-decoration-line: none;
}


.masthead {
    z-index: 1;
    position: relative;
}

    .masthead img {
        width: 100%;
    }

.navbar-right {
    padding-right: 10px;
}

.spacer {
    margin-top: 40px;
}

.spacer10 {
    margin-top: 10px;
}

.spacer60 {
    margin-top: 60px;
}

.spacer80 {
    margin-top: 80px;
}


.loginview {
    padding-right: 10px;
}

.divWizard {
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

.btn-wizard {
    width: 120px;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.borderless tbody tr td, .borderless thead tr th {
    border: none;
}

.repListAnfragen {
    padding: 10px 15px;
    margin-bottom: 30px;
}

    .repListAnfragen .label {
        width: 130px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle;
        display: table-cell;
        font-size: 100%;
    }

    .repListAnfragen td {
        padding: 5px;
    }

    .repListAnfragen .heading {
        padding: 10px;
        font-weight: bold;
    }

.divCheckbox .checkbox .btn,
.divCheckbox .checkbox-inline .btn {
    padding-left: 2em;
    min-width: 11em;
}

.divCheckbox td {
    padding: 3px;
}

.tabFormHorizontal td {
    padding: 3px;
}

.divMsgWizard {
    min-height: 130px;
}

.OrgaListAnfragen .label {
    width: 100px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    display: table-cell;
    font-size: 100%;
}

.divOrgaListMsg {
    min-height: 60px;
}

.divKalenderMsg {
    height: 100px;
    overflow-y: auto;
    margin-bottom: 10px;
}


.gridViewAlignRight {
    text-align: right;
}

.gridViewAlignCenter {
    text-align: center;
}

.GridViewPager span {
    background-color: #cccccc;
    display: block;
    text-align: center;
}

.spanHighlight {
    background-color: #cccccc;
    padding: 1px 15px 1px 15px;
    text-align: center;
}

.GridViewPager table tr td {
    padding: 0;
    min-width: 40px;
    border: 1px #222222 dotted !important;
    text-align: center;
}

.collapsePanel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.collapsePanel-heading a.collapsed:after {
    content: "\e080";
}

.LabelRemark {
    height: 70px;
    overflow-y: auto;
    display: block;
}

.label-Legende {
    display: table-cell;
    width: 75px;
    height: 20px;
    margin: 0px auto;
    vertical-align: middle;
    margin-right: 5px;
}

.label-Legende-Repeater {
    display: table-cell;
    height: 20px;
    margin: 0px auto;
    vertical-align: middle;
    margin-right: 5px;
}

.label-Dunkelrot {
    background-color: #C00000;
}

.label-Rot {
    background-color: #FF0000;
}

.label-Hellgruen {
    background-color: #92D050;
    color: #000000;
}

.label-Gelb {
    background-color: #FFFF00;
    color: #000000;
}

.label-Hellblau {
    background-color: #00B0F0;
}

.label-Lila {
    background-color: #7030A0;
}

.label-Schwarz {
    background-color: #000000;
}

.label-Dunkelgruen {
    background-color: #00B050;
}

.label-Weiss {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px #000000 solid;
}

.label-Orange {
    background-color: #FFC000;
    color: #000000;
}

.divDevelop {
    width: 150px;
    padding: 3px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    font-weight: bold;
    font-size: 16px;
    background: red;
    color: white;
    position: absolute;
    top: 10px;
    left: 20px;
}

.spanDisabled {
    color: #ccc;
}

.divTh {
    font-weight: bold;
    line-height: 1.42857143;
    padding: 8px;
}

.divTd {
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 8px;
}

.gridView tr,
.gridView th,
.gridView td {
    border: 0;
}

table.gridView {
    border-top: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    border-bottom: 0;
    border-left: #DDDDDD 1px solid;
}

.divLogin {
    background-image: url('../img/LoginBack.jpg');
    height: 600px;
    width: 1140px;
    padding: 370px 20px 10px 20px;
    border-bottom: 10px black solid;
}

.divLoginForm {
    background-color: #E7E6E5;
    opacity: 0.95;
    padding: 20px;
    height: 220px;
}

.tabTn td {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}

.tabTn label {
    margin-top: 5px;
    margin-bottom: 0;
}

.sort-up::before {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    margin-right: 5px;
}

.sort-down::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    margin-right: 5px;
}

.bigText {
    font-size: 15px;
}

.bottom-column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.imgBorder {
    border: solid 6px #ebebeb !important;
}

.btn-dark {
    background-color: #222222;
    color: #ffffff;
}

    .btn-dark:hover {
        background: #555555 !important;
        border-color: #555555 !important;
        color: #ffffff !important;
    }

.clickable {
    cursor: pointer;
}

.panel-heading span.clickable {
    margin-top: -20px;
    font-size: 15px;
}

table.gridViewReport {
    border: 1px #bfbfbf solid !important;
}

.gridViewReport th {
    border-top: 1px #bfbfbf solid !important;
}

.col-caption {
    background-color: #F5F5F5;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.progress-template {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

    .progress-template img {
        width: 100px;
        height: 100px;
        position: relative;
        top: calc( (100vh / 2) - 50px);
    }

img.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
}


.center {
    display: flex;
    justify-content: center;
    height: 100%;
}

.center-horizontal {
    display: flex;
    justify-content: center;
}

div.right {
    text-align: right;
    margin-bottom: 20px;
    font-size: 12px;
    color: #808080;
}

div.left {
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
    color: #808080;
}


.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #cccccc;
    margin: 20px 0 15px 0;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #cccccc;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

.div-login {
    margin: 100px auto;
    background-color: #ffffff;
    color: #808080;
    padding: 20px;
    text-align: center;
    height: auto;
    position: relative;
    z-index: 1000;
}


.div-loginX {
    margin: 100px auto;
    background-color: #ffffff;
    color: #808080;
    max-width: 400px;
    width: 90%;
    padding: 20px;
    text-align: center;
    height: auto;
    position: relative;
    z-index: 1000;
}

    .div-login h4 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .div-login input {
        width: 100%;
    }

    .div-login .form-group {
        text-align: left;
    }

        .div-login .form-group label {
            font-size: 12px;
            color: #808080;
        }


    .div-login .right input[type=submit] {
        width: 100px;
    }

    .div-login .card {
        color: #999999;
    }

.typography-h6 {
    font-size: 1.25rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.0075em;
}

.btn-default,
.btn-primary,
.btn-secondary {
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.75;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}

.valSummary {
    margin-top: 15px;
    color: red;
    background-color: #ffffff;
    border: 2px red solid;
    z-index: 100;
    position: inherit;
}

    .valSummary li, valSummaryInner li {
        color: red;
    }

.survey-list-label-row .form-group {
    margin-bottom: 0.1rem;
}

.survey-list-item-row .form-check {
    border-radius: 4px;
    border: 1px #d3d3d3 solid;
    padding: 5px;
}

.survey-list-item-row .form-check-input {
    position: static;
    margin-top: 0;
    margin-left: 0;
}

.table-not-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.nav-link {
    padding-bottom: 0;
}

.check-icon {
    font-size: 2rem;
}

.yes {
    color: green;
}

.no {
    color: darkred;
}

.btn.checkin {
    background-color: #E6E2EB;
}

div.checkin {
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #E6E2EB;
    margin-right: 5px;
    display: inline-block;
    height: 45px;
}
