@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; /* tg */
    height: 100%;
}

h1, h2, h3,
h4, h5, h6 {
}

h1 {
}

h2 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 20px;
}

h3 {
}

h4 {
}

h5, h6 {
}

a, .btn-link {
    color: #390; /* tg */
}

.mail-link {
    color: #390 !important; /* tg */
}

.text-right {
    justify-content: right;
}
.text {
    width: 40%;
}

.btn, .btn:hover, .btn:active, .btn:visited {
    color: white !important;
    background-color: #390 !important;
    border-color: #390 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    color: white !important;
    background-color: #390 !important;
    border-color: #390 !important;
    outline: none !important;
    box-shadow: none !important;
}

.page {
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}

.main .top-row > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-image: linear-gradient(180deg, #390 10%, #33BB00 80%); /* tg */
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.2); /* tg */
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
        padding-left: 1rem !important; /* tg */
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.clear {
    clear: both;
}

.linktitel {
    float: left;
}

.hilfe-titel {
    float: left;
    font-weight: bold;
    padding-top: 5px;
}

.hilfe-text {
    float: right;
    text-align: left;
    padding-bottom: 5px;
}

.linkdownload a, .linkdownload a:hover, .linkdownload a:visited {
    float: right;
    background-image: url(/Images/dokumente_anschauen.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 50px;
    text-decoration: none;
    color: black;
}

.td-dokumente {
    border-bottom: 1px solid lightgray;
}

.linksymbol {
    background-image: url(/Images/verlinkung.png);
    background-repeat: no-repeat;
    -background-position: 0 7px;
    padding-left: 30px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 940px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 940px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.spinner {
    border: 1em solid silver;
    border-top: 1em solid #390;
    border-radius: 50%;
    width: 5em;
    height: 5em;
    animation: spin 700ms linear infinite;
    top: inherit;
    left: inherit;
    position: relative;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.cursor-wait {
    cursor: progress;
}

/* aus Trainerportal */
.wkv {
    width: 35em;
    float: left;
    margin-right: 1.5em;
}

.wkv-full {
    width: 35em;
    height: 5.7em;
    margin-bottom: 1.5em;
}

.wkv-titel {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1.5em;
}

.wkv-beschreibung {
    font-size: 1.1rem;
    margin-bottom: 1.5em;
}

.wkv-hinweis {
    width: 36.75em;
    height: 6.125em;
    background-color: #C0262C;
    color: white;
    padding: 1.25em;
    margin-bottom: 1.5em;
    font-size: 0.95em;
}

.wkv-hinweis-erledigt {
    width: 36.75em;
    height: 6.125em;
    background-color: #339900;
    color: white;
    padding: 1.5em 1.5em 0.75em 1.5em;
    margin-bottom: 1.5em;
    font-size: 1.25em;
    font-weight: bold;
}

.wkv-hinweis-diplom {
    width: 36.75em;
    height: 6.25em;
    background-color: #339900;
    color: white;
    padding: 0.625em 1.25em 0.625em 1.25em;
    margin-bottom: 1.875em;
    font-size: 1.25em;
    font-weight: bold;
}

.wkv-left {
    float: left;
    width: 16.75em;
    margin-bottom:1.25em;
}

.wkv-right {
    float: right;
    width: 16.75em;
    margin-bottom: 1.25em;
}

.wkv-lo3-left {
    float: left;
    width: 10em;
    height: 7.5em;
    margin-right: 0.95em;
    background: #339900;
    padding: 1.25em;
    color: white;
}

.wkv-lo3-middle {
    float: left;
    width: 10em;
    height: 7.5em;
    margin-right: 0.95em;
    background: #339900;
    padding: 1.25em;
    color: white;
}

.wkv-lo3-right {
    float: right;
    width: 10em;
    height: 7.5em;
    background: #339900;
    padding: 1.25em;
    color: white;
}

.wkv-lo3-titel {
    font-size: 1.25em;
    font-weight: bold;
    padding-bottom: 1.25em;
}

.menu-center a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 11pt;
}

.menu-center {
    margin-top: 9.375em;
    height: 2.5em;
    background-image: url(/Images/start_hintergrund.png);
    text-align: center;
    padding-top: 0.625em;
}

.wkv-box {
    width: 98%;    
}

.wkv-maxbox {
    width: 880px;
}

input {
    height: 2.1em;
    border: solid 2px #339900;
    border-radius: 3px;
    background: #cccccc;
    width: 17.5em;
    padding-left: 1.25em;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.95em;
}


.dropdownlist {
    /*height: 2.1em !important; */
    border: solid 2px #339900 !important;
    border-radius: 3px !important;
    background: #cccccc !important;
    width: 17.5em !important;
    padding-left: 0.6em !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 0.95em !important;
    margin-left: -4px !important;
}

ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

li label {
    width: 15em;
    font-size: 0.95em;
    font-weight: bold;
    height: 1.875em;
    padding-top: 0.75em;
}


#content-left-beschreibung {
    max-width: 640px;
    margin-bottom: 30px;
}

.submitbutton, .submitbutton:hover {
    height: 2.8em;
    border: solid 2px #cccccc;
    border-radius: 3px;
    background: #339900;
    width: 17.5em;
    padding: 0.625em;
    font-size: 0.95em;
    color: white;
    cursor: pointer;
    text-align: center;
}

.content-footer-left {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    font-size: 9pt;
}

.content-footer-right {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    font-weight: bold;
}

.content-footer-right a {    
    font-size: 11pt;
    text-decoration: none;
}

.content-footer-facebook {
    display: inline-block;
}

.content-left-lo3-left {
    float: left;
    width: 240px;
    height: 160px;
    margin-right: 15px;
    background: #339900;
    padding: 20px;
    color: white;
}

.content-left-lo3-middle {
    float: left;
    width: 240px;
    height: 160px;
    margin-right: 15px;
    background: #339900;
    padding: 20px;
    color: white;
}

.content-left-lo3-right {
    float: right;
    width: 240px;
    height: 160px;
    background: #339900;
    padding: 20px;
    color: white;
}

.content-left-lo3-titel {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}


.content-left-hinweis {
    width: 100%;
    height: 200px;
    background-color: #C0262C;
    color: white;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 15px;
}

.content-left-hinweis-erledigt {
    width: 100%;
    height: 110px;
    background-color: #339900;
    color: white;
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
}

#content-hinweis-text {
    padding: 0px 0px 0px 75px;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox input[type=radio] {
    display: none;
}

.checkbox label:before {
    border-radius: 3px;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "\2713";
    -text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    -font-size: 15px;
    color: black;
    text-align: center;
    line-height: 15px;
    font-family: "Arial Black", sans-serif;
}

.checkbox input[type=radio]:checked + label:before {
    content: "\2713";
    -text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    -font-size: 15px;
    color: black;
    text-align: center;
    line-height: 15px;
    font-family: "Arial Black", sans-serif;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    padding-bottom: 15px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    -border-bottom: 1px;
    background-color: white;
    -box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}


.lebenslauf textarea, .statement textarea {
    width: 100%;
    height: 100px;
    border: solid 2px #339900;
    border-radius: 3px;
    background: #cccccc;
    padding: 5px;
    font-size: 15px;
    font-family: Arial;
    -line-height: 25px;
    overflow: auto;
}

.lebenslauf, .statement {
    margin-bottom: 20px;
}

.lebenslauf-titel, .statement-titel {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.artikel input {
    width: 100%;
}

.artikel textarea {
    width: 100%;
    height: 150px;
    border: solid 2px #339900;
    border-radius: 3px;
    background: #cccccc;
    padding: 5px;
    font-size: 15px;
    font-family: Arial;
    -line-height: 25px;
    overflow: auto;
}


.content-kurse-left {
    margin-bottom: 30px;
    height: 210px;
}

.content-kurse-left-left {
    float: left;
    width: 390px;
    background-color: #339900;
    color: white;
    height: 210px;
    padding: 20px;
    font-size: 15px;
}

content-kurse-left-left h2 {
    font-size: 20px;
    font-weight: bold;
}

.content-kurse-left-right a, .content-kurse-left-right a:hover, .content-kurse-left-right a:visited {
    color: black;
    text-decoration: none;
}

.content-kurse-left-right-red a, .content-kurse-left-right-red a:hover, .content-kurse-left-right-red a:visited {
    color: white;
    text-decoration: none;
}

.content-kurse-left-right-white a, .content-kurse-left-right-white a:hover, .content-kurse-left-right-white a:visited {
    color: black;
    text-decoration: none;
}

.content-kurse-left-right {
    float: right;
    width: 238px;
    background-color: #D9EDD4;
    height: 210px;
    color: black;
    padding: 20px 20px 20px 30px;
    font-size: 15px;
}

.content-kurse-left-right-red {
    float: right;
    width: 238px;
    background-color: #C0262C;
    height: 210px;
    color: white;
    padding: 20px 20px 20px 30px;
    font-size: 15px;
}

    .content-kurse-left-right-red ul {
        list-style: square;
        padding: 0px;
        margin: 0px;
        list-style-position: outside;
    }

.content-kurse-left-right-white {
    float: right;
    width: 238px;
    background-color: #eee;
    height: 210px;
    color: black;
    padding: 20px 20px 20px 30px;
    font-size: 15px;
}

    .content-kurse-left-right-white ul {
        list-style: square;
        padding: 0px;
        margin: 0px;
        list-style-position: outside;
    }

.content-kurse-left-right ul {
    list-style: square;
    padding: 0px;
    margin: 0px;
    list-style-position: outside;
}

.content-kurse-left-right h2 {
    font-size: 20px;
    font-weight: bold;
    color: #339900;
}

.content-kurse-bild {
    float: left;
    width: 150px;
}

.content-kurse-bild span {
    background-image: url(/Images/meine_kurse.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#content-kurse-bild-kalender {
    background-position: -71px 0;
    margin-right: 20px;
    width: 10px;
    height: 11px;
}

#content-kurse-bild-dauer {
    background-position: 0px 0;
    margin-right: 20px;
    width: 11px;
    height: 11px;
}

#content-kurse-bild-ort {
    background-position: -11px 0;
    margin-right: 17px;
    width: 13px;
    height: 11px;
}

#content-kurse-bild-teilnehmer {
    background-position: -24px 0;
    margin-right: 18px;
    width: 12px;
    height: 11px;
}

.popup-ansprechpartner {
    position: relative;
    top: -170px;
    left: -300px;
    background: white;
    border: 5px #339900 solid;
    padding: 10px 5px 30px 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #339900;
    z-index: 100;
}
.popup-ansprechpartner h2 {
    font-size: 20px;
    font-weight: bold;
    color: #339900;
    margin-top: 20px;
}
.popup-ansprechpartner-close {
    background-image: url(/Images/x_close.png);
    cursor: pointer;
    width: 12px;
    height: 12px;
    float: right;
}

#content-kurse-bild-fax {
    background-position: -36px 0;
    margin-right: 18px;
    width: 12px;
    height: 11px;
}

#content-kurse-bild-mail {
    background-position: -48px 0;
    margin-right: 17px;
    width: 13px;
    height: 11px;
}

#content-kurse-bild-telefon {
    background-position: -61px 0;
    margin-right: 21px;
    width: 10px;
    height: 11px;
}


.left-banner-Tabelle {
    width: 630px;
    height: 110px;
    padding: 15px;
    background-color: #339900;
    color: white;
    line-height: initial;
}

.div-teilnehmer-pic {
    margin-left: 65px;
    width: 70px;
    background-image: url(/Images/teilnehmer.png);
    height: 60px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#teilnehmer-pic {
    width: 85px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url(/Images/teilnehmer.png);
}

.teilnehmer-email a, .teilnehmer-email a:hover, .teilnehmer-email a:visited {
    color: white;
    text-decoration: none;
}

.teilnehmer-back a, .teilnehmer-back a:hover, .teilnehmer-back a:visited {
    color: white;
    text-decoration: none;
}

.teilnehmer-ics a, .teilnehmer-ics a:hover, .teilnehmer-ics a:visited {
    color: white;
    text-decoration: none;
}

.teilnehmer-anw a, .teilnehmer-anw a:hover, .teilnehmer-anw a:visited {
    color: white;
    text-decoration: none;
}

.teilnehmer-ics {
    cursor: pointer;
    font-size: 12px;
    padding: 5px 0px 0px 15px;
    background-image: url(/Images/ze_firma.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
}

.teilnehmer-back {
    cursor: pointer;
    font-size: 12px;
    padding: 5px 0px 0px 15px;
    background-image: url(/Images/teilnehmer_zurueck.png);
    background-repeat: no-repeat;
    background-position: 0 -3px;
}

.teilnehmer-print {
    cursor: pointer;
    font-size: 12px;
    padding: 5px 0px 0px 15px;
    background-repeat: no-repeat;
    background-image: url(/Images/teilnehmer_ausdrucken.png);
}

.teilnehmer-email {
    cursor: pointer;
    font-size: 12px;
    padding: 5px 0px 0px 15px;
    background-repeat: no-repeat;
    background-image: url(/Images/ze_e-mail.png);
    background-position: 0 7px;
}

.teilnehmer-anw {
    cursor: pointer;
    font-size: 12px;
    padding: 5px 0px 0px 15px;
    background-image: url(/Images/mk_teilnehmer.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
}

.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}
.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}

.honColumn {
    float: left;
    line-height: 37px;
}

/* Clear floats after the columns */
.rowColumn:after {
    content: "";
    display: table;
    clear: both;
}

.honLabel {
    height: 1.75em;
}

.honLabelWide {
    width: 38em;
    height: 1.75em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.honLabelSmall {
    width: 8.5em;
    height: 1.75em;
    padding-top: 2px;
}

.honColumn input {
    height: 2.1em;
    border: solid 1px #339900;
    border-radius: 3px;
    background: #cccccc;
    width: 7em;
    padding: 0.75em;
    font-size: 0.95em;
}

.honColumn div {
    /* margin-bottom: 5px; */
}

.honColumn .dropdownlist {
    border: solid 1px #339900 !important;
    margin-left: 0px !important;
    padding-left: 0em !important;
    width: 10em !important;
}

.honColumn .radio {
    display: flex;
    overflow: hidden;
    height: 2.1em;
    margin-bottom: 3px;
}

.honColumn .radio input {
    margin-right: 2px;
    height: 25px;
    width: 25px;
}

.honColumn .radio label {
    width: 70%;
    font-weight: normal;
    font-size: 0.75em;
    text-align: left;
}

.honColumn .k-datepicker {
    height: 100%;
    width: 10.85em;
}

.honColumn .k-datepicker input {
    font-size: 1.1em;
    padding: 0.7em;
}

.honColumn .k-numerictextbox {
    height: 100%;
    width: 10.85em;
}

.honColumn .k-numerictextbox input {
    font-size: 1.1em;
    padding: 0.7em;
    text-align: right;
}

.honColumn .submitbutton,  .honColumn .submitbutton:hover {
    border: solid 2px #cccccc;
    border-radius: 3px;
    background: #339900;
    width: 13.5em;
    padding: 0em;
    font-size: 0.95em;
    color: white;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

