/* Änderungen an dieser Datei dürfen nur durch die Kommunix GmbH Unna vorgenommen werden! */


:root{
/* FARBEN */
    --primary-color: #003865; /*primäre Hintergrundfarbe für Buttons usw. */
    --primary-color-rgb: 0, 56, 101; /*primäre Hintergrundfarbe für Buttons usw. */
    --secondary-color: rgba(0,56,101,0.9);/*rgba(0,56,101,0.9); /* Hover-Focus-Farbe (Hintergrund) für Buttons */
    --accent-color: #003865; /*Farbe für Kreis, Dreieck und Linie bei der Schrittanzeige */

    --border-color-focus: yellow; /* Farbe für Border bei Focus*/
    --border-color-hover: var(--primary-color); /*Farbe für Border bei Hover */
    --border-color-hover-focus: var(--border-color-hover); /*Farbe für Border bei Focus und Hover*/

    --button-font-color: white; /* primäre Schriftfarbe Buttons*/
    --button-border-color: transparent; /*primäre Farbe Border von Buttons*/

    --button-font-color-hover: white; /* Schriftfarbe Buttons bei Hover (= wenn man mit der Maus über das Element fährt)*/
    --button-font-color-hover-focus: var(--button-font-color-hover); /* Schriftfarbe Buttons bei Hover (= wenn man mit der Maus über das Element fährt) und Focus*/
    --button-border-color-hover: transparent; /*Farbe Border von Buttons Hover*/
    --button-border-color-focus: transparent;
    --button-border-color-hover-focus: var(--button-border-color-hover);

    --button-font-color-focus: white; /*Schriftfarbe Buttons bei Focus (= wenn die Tastatur auf diesem Bedienelement liegt)*/
    --button-border-color-focus: var(--border-color-focus); /*Farbe Border von Buttons Focus*/

    --accordion-closed-color: rgba(61,61,61,0.2); /*Farbe Hintergrund Header Accordions geschlossen*/

    --input-border-color: rgba(61,61,61,0.2); /*Border von Eingabeelementen */
    --input-border-color-hover: var(--border-color-hover);/*rgb(25,25,25); /*Border, der erscheint, wenn man mit der Maus über das Eingabeelement fährt*/
    --input-border-color-focus: var(--border-color-focus); /*Border, der erscheint, wenn das Element den Tastaturfokus hat (Eingabe per Tastatur)*/
    --input-border-color-hover-focus: var(--input-border-color-hover);

    --i-border-color-focus: var(--border-color-focus); /*Border von tooltips bei focus*/
    --i-border-color-hover: var(--border-color-hover); /*Border von Tooltips bei Hover*/
    --i-border-color-hover-focus: var(--i-border-color-hover); /*Border von Tooltips bei Hover und Focus*/

    --datepicker-border-hover: rgb(25,25,25); /*Datepicker-Button: Border bei Hover*/
    --datepicker-border-focus: rgb(25,25,25); /*Datepicker-Button: Border bei Focus*/
    --datepicker-border-hover-focus: var(--datepicker-border-hover); /*Datepicker-Button: Border bei Hover und Focus*/

    --color-focus-visible: transparent; /*farbe für den visible-focus*/

    --color-done-info-circle: #e0e0e0;
    --color-active-info-circle: var(--step-accent-color);
    --color-disabled-info-circle:#e0e0e0;
/* für alle möglichen Sachen kann man die Farben auch einzeln festlegen, dieses kann man über die entsprechenden
    root-Variablen im unteren Teil machen. */

/*FONT */
    --font:  'Noto Sans', sans-serif; /*Font*/

/*BORDER-RADIUS*/
    --border-radius: 0px; /*Rundungen*/

/*DEFINIERBARE ROOT-VARIABLEN */

    /*Allgemeines*/
    --links: var(--primary-color); /*Farbe von Links, z.B. Hilfe, Impressum...*/
    --links-focus: var(--secondary-color); /*Farbe von Links bei Focus*/
    --links-hover: var(--secondary-color); /*Farbe von Links bei Hover*/
    --links-hover-focus: var(--links-hover); /*Farbe von Links bei Hover und Focus*/

    --main-background: #eee; /*allgemeine Hindergrundfarbe (body)*/
    --mdt-content-border: rgba(0,0,0,.1); /*Border um den mdt-content */

    --step-accent-color: var(--accent-color); /*Anzeige 1,2,3...5: Umrandung und Pfeil darunter */
    --step-horizontal-line-color: var(--accent-color); /*#e0e0e0;*/ /* Strich unter den Ringen */

    --font-colored: var(--primary-color); /* farbige Schrift, z.B. beim Popup mit erforderlichen Unterlagen*/

    /*Navigationsleiste*/
    --navigation-background-color: var(--main-background);
    --navigation-front-color: var(--main-background); /*Vordergrundfarbe Einstellungsmenü*/
    --navigation-bottom-border: #000; /*Border horizontal unterhalb des des Einstellungsmenü mit Kontrastbutton etc*/
    --navigation-vertical-border-color: transparent; /*vertikale Trennlinie der Einstellungsmenü-Elemente*/
    --navigation-button-color-hover: var(--primary-color); /*Farbe der Elemente des Einstellungsmenüs beim Hover */
    --navigation-button-color-focus: var(--primary-color); /*Farbe der Elemente des Einstellungsmenüs beim Focus */
    --navigation-button-color-hover-focus: var(--button-color-hover); /*Farbe der Elemente des Einstellungsmenüs beim Focus und Hover*/


    /*BUTTONS*/
    --button-color: var(--primary-color); /*Buttons: Hintergrundfarbe*/
    --button-font-color-disabled: #666; /*Buttons: disabled - Schriftfarbe*/
    --plusminus-button-font-color: white; /*Plus und Minus-Button: Schriftfarbe des + und -*/
    --plusminus-button-color: var(--primary-color); /*Plus und Minus-Button: Hintergrundfarbe*/
    --button-color-focus:var(--secondary-color); /*Buttons: Hintergrundfarbe bei Focus*/
    --button-color-hover:var(--secondary-color); /*Buttons: Hintergrundfarbe bei Hover*/
    --button-color-hover-focus: var(--button-color-hover); /*Buttons: Hintergrundfarbei bei Hover und Focus*/
    --button-color-focus-disabled: rgb(25,25,25); /*Buttons: Hintergrundfarbe Disabled bei Focus*/
    --button-color-hover-disabled: rgb(25,25,25); /*Buttons: Hintergrundfarbe Disabled bei Hover*/
    --button-color-hover-focus-disabled: var(--button-color-hover-disabled); /*Buttons: Hintergrundfarbe disabeld bei HOver und Focus*/
    --button-border-radius-left-top: var(--border-radius); /*Buttons: Border-Radius*/
    --button-border-radius-left-bottom: var(--border-radius);
    --button-border-radius-right-top: var(--border-radius);
    --button-border-radius-right-bottom: var(--border-radius);

    /*Accordions: ausklappbare Elemente wie Infobox, Anliegen-Gruppen, Vorschlagscheite: Filter, Terminvorschläge*/
    --accordion-header-color-open: var(--primary-color); /*Accordion geöffnet: Hintergrundfarbe des Headers*/
    --accordion-header-font-color-open: var(--button-font-color); /*Accordion geöffnet: Schriftfarbe Header*/
    --accordion-header-border-color-open: var(--primary-color);/*Accordion offen: Border-Farbe Header*/

    --accordion-header-color-open-hover: var(--secondary-color); /* Accordion geöffnet: Hintergrundfarbe des Headers bei Hover */
    --accordion-header-font-color-open-hover: var(--button-font-color); /* Accordion offen: Schriftfarbe des Headers bei Hover*/
    --accordion-header-border-color-open-hover: var(--button-border-color-hover); /*Accordion geöffnet: Borderfarbe des Headers bei Hover */

    --accordion-header-color-open-focus: var(--secondary-color); /* Accordion geöffnet: Hintergrundfarbe des Headers bei Focus */
    --accordion-header-font-color-open-focus: var(--button-font-color); /* Accordion offen: Schriftfarbe des Headers bei Focus*/
    --accordion-header-border-color-open-focus: var(--button-border-color-focus); /*Accordion geöffnet: Borderfarbe des Headers bei Focus */

    --accordion-header-color-open-hover-focus: var(--accordion-header-color-open-focus); /* Accordion geöffnet: Hintergrundfarbe des Headers bei Hover und Focus */
    --accordion-header-font-color-open-hover-focus: var(--accordion-header-font-color-open-hover); /* Accordion offen: Schriftfarbe des Headers bei Hover und Focus*/
    --accordion-header-border-color-open-hover-focus: var(--accordion-header-border-color-open-hover); /*Accordion geöffnet: Borderfarbe des Headers bei Hover und Focus*/

    --accordion-header-color-closed: var(--accordion-closed-color);/* Accordion geschlossen: Hintergrundfarbe des Headers*/
    --accordion-header-border-color-closed: var(--accordion-closed-color); /*Accordion geschlossen: Border-Farbe Header*/
    --accordion-header-font-color-closed: rgb(25,25,25);/*Accordion geschlossen: Schriftfarbe Header*/

    --accordion-header-color-closed-hover: var(--accordion-closed-color); /* Accordion geschlossen: Hintergrundfarbe des Headers bei Hover */
    --accordion-header-border-color-closed-hover: var(--primary-color); /* Accordion geschlossen: Borderfarbe des Headers bei Hover */
    --accordion-header-font-color-closed-hover: rgb(25,25,25); /*Accordion geschlossen: Schriftfarbe des Headers bei Hover*/

    --accordion-header-color-closed-focus: var(--accordion-closed-color); /* Accordion geschlossen: Hintergrundfarbe des Headers bei Focus */
    --accordion-header-border-color-closed-focus: var(--accordion-header-border-color-closed-focus); /*var(--primary-color);/* Accordion geschlossen: Borderfarbe des Headers bei Focus */
    --accordion-header-font-color-closed-focus: rgb(25,25,25); /*Accordion geschlossen: Schriftfarbe des Headers bei Focus*/

    --accordion-header-color-closed-hover-focus: var(--accordion-header-color-closed-hover); /* Accordion geschlossen: Hintergrundfarbe des Headers bei Focus und Hover */
    --accordion-header-border-color-closed-hover-focus: var(--accordion-header-border-color-closed-hover); /*var(--primary-color);/* Accordion geschlossen: Borderfarbe des Headers bei Focus und Hover*/
    --accordion-header-font-color-closed-hover-focus: var(--accordion-header-font-color-closed-hover); /*Accordion geschlossen: Schriftfarbe des Headers bei Focus und Hover*/

    --accordion-border-radius-left-top: var(--border-radius); /*Accordion: Border-Radius*/
    --accordion-border-radius-left-bottom: var(--border-radius);
    --accordion-border-radius-right-top: var(--border-radius);
    --accordion-border-radius-right-bottom: var(--border-radius);

    /*CHECKBOXEN: Haken, z.B. Mitbringliste, Datenschutz-Erklärungsbox usw.*/
    /*--checkbox-background-color-checked:#34e897; /*Checkboxen: Hintergrundfarbe bei aktivierten Checkboxen*/
    --checkbox-border-color-hover: var(--input-border-color-hover); /*Checkboxen: Border-Farbe Hover */
    --checkbox-border-color-focus: var(--input-border-color-focus); /*Checkboxen: Border-Farbe Focus*/
    --checkbox-border-color-hover-focus: var(--input-border-color-hover); /*Checkboxen: Border-Farbe Focus und Hover*/

    --checkbox-border-radius-left-top: var(--border-radius); /*Checkboxen: Border-Radius*/
    --checkbox-border-radius-right-top: var(--border-radius);
    --checkbox-rorder-radius-right-bottom: var(--border-radius);
    --checkbox-border-radius-left-bottom: var(--border-radius);

    /*SELECT-BOXEN / Drop-Down: Auswahlboxen: z.B. Standortwahl, */
    --selectbox-selected-background: var(--primary-color); /*SelectBoxen: Hintergrund des ausgewählten Elements*/
    --selectbox-selected-font-color: var(--button-font-color);/*SelectBoxen: Schriftfarbe des ausgewählten Elements*/
    --selectbox-selected-border-color: transparent; /*SelectBoxen: Border um das ausgewählte Element*/
    --selectbox-border-color: var(--input-border-color); /*SelectBoxen: Border-Farbe*/
    --selectbox-border-color-hover: rgba(61,61,61,0.2);/*var(--input-border-color-hover); /*SelectBoxen: Border-Farbe bei Hover*/
    --selectbox-border-color-focus: rgb(25,25,25);/*var(--input-border-color-focus); /*SelectBoxen: Border-Farbe bei Focus */
    --selectbox-border-color-hover-focus: var(--selectbox-border-color-hover); /*SelectBoxen: Border-Farbe bei Focus und  hover */
    --selectbox-border-radius-left-top: var(--border-radius);/*SelectBoxen: Border-Radius*/
    --selectbox-border-radius-right-top: var(--border-radius);
    --selectbox-border-radius-right-bottom: var(--border-radius);
    --selectbox-border-radius-left-bottom: var(--border-radius);

    /*KARTE*/
    --locationmap-border-radius: var(--border-radius); /*Karte: Border-Radius*/

    /*INPUT-FELDER*/
    --input-border-radius-left-top: var(--border-radius); /*input-Felder: Border-Radius*/
    --input-border-radius-left-bottom: var(--border-radius);
    --input-border-radius-right-top: var(--border-radius);
    --input-border-radius-right-bottom: var(--border-radius);

    /* Farbe der Hintergrundbilder der Buttons: Zurück-Pfeil, Weiter-Pfeil, OK-Haken, Abbrechen-Kreuz */
    --button-image-pfeil-rechts: url(../images/navigate_right.svg); /* weiß: url(../images/navigate_right.svg); schwarz: url(../images/navigate_right_black.svg);*/
    --button-image-pfeil-links: url(../images/navigate_left.svg); /* weiß: url(../images/navigate_left.svg); schwarz: url(../images/navigate_left_black.svg);*/
    --button-image-abort: url(../images/cross_white.svg); /* weiß: url(../images/cross_white.svg); schwarz: url(../images/cross.svg) */
    --button-image-ok: url(../images/check_white.svg); /*weiß: url(../images/check_white.svg); schwarz: url(../images/check_black.svg) */
}

*:focus-visible{
    outline: 1px dashed transparent !important;
}

.h1like{
    font-weight: 700;
    margin-bottom: 10px;
}

.h3like{
    font-size: 1.143em;
    margin-bottom: 10px;
}

@media (min-width:410px) {
    dl.grid {
        display: grid;
        grid-template-columns: auto 1fr;
    }
}

dt, dd {
    margin-bottom: 0.5em;
    margin-left: 1em;
}
dl.grid dt,
dl.grid dd {
    margin-bottom: 2px;
    margin-left: 0px;
}
@media (min-width: 410px) {
    dl.grid dt {
        text-align: right;
    }
}

dl.grid dd {
    padding-left: 10px;
}
.details-p {
    margin-top:0px;
    margin-bottom:0px;
}

.kontrast *:focus-visible{
    outline: 1px double black !important;
}
.kontrast label:focus,
label:focus{
    text-decoration: underline;
}

.kontrast .redBoldText{
    color: rgba(61,61,61,0.9);
}

.textareaimg{
    margin-top:-9em;
}
.geburtsdatumimg{
    margin-top:31px;
    position:relative;
    margin-left: -35px !important;
}
.validateimg{
    content: url("../images/required_ok.svg");
    width: 1.45em !important;
    margin-left: -31px;
}

.validateokselect{
    background-image: url(../images/required_ok.svg) !important;
    background-size:1.2em !important;
    background-repeat:no-repeat !important;
    background-position-x: calc(100% - 37px) !important;
    background-position-y: 9px !important;
}
.kontrast .validateokselect{
    background-image: url(../images/required_ok_black.svg) !important;
    background-size:1.2em !important;
    background-repeat:no-repeat !important;
    background-position-x: calc(100% - 37px) !important;
    background-position-y: 9px !important;
}
.validatewrongselect{
    background-image: url(../images/required.svg) !important;
    background-size:1.2em !important;
    background-repeat:no-repeat !important;
    background-position-x: calc(100% - 37px) !important;
    background-position-y: 9px !important;
}
.kontrast .validatewrongselect{
    background-image: url(../images/required_black.svg) !important;
    background-size:1.2em !important;
    background-repeat:no-repeat !important;
    background-position-x: calc(100% - 37px) !important;
    background-position-y: 9px !important;
}

.kontrast .validateimg{
    content: url("../images/required_ok_black.svg");
}
.wrongvalidateimg{
    content: url("../images/required.svg");
    width: 1.5em !important;
    margin-left: -31px;
}

.kontrast .wrongvalidateimg{
    content: url("../images/required_black.svg");
}

.wrongvalidateimg_suggest_filter_date{
    content: url("../images/required.svg");
    width: 1.5em !important;
    margin-left: -42px;
    margin-right: 20px;
}

body, html {
    font-family: var(--font) !important;
}
.withTooltip{
    width:90% !important;
    margin-top:10px;
}
.labelConcernSelect
{
    margin-top: 13px;
    min-height: 37px;
}
.labelConcerns{
    min-height: 32px;
    overflow-wrap:break-word;
    margin-right: 6px;
}
.ulConcerns{
    list-style: none;
    margin-left: -40px;
    margin-bottom: -14px;
    margin-top: 5px;
}
.liConcerns{
    display:block;
    margin-bottom: -10px;
}
.liConcernsChecklist{
    display: block;
    margin-bottom: 5px;
}
.containerConcerns{
    max-width: 100%;
    border: 1px solid lightgrey;
}
.checkboxConcerns{
    min-width: 66px;
    padding-right:6px;
    padding-top:3px;

}
.unsichtbar:not(:focus){
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    white-space: nowrap;
}

.redBoldText{
    /*color: rgb(210,0,0);*/
    color: #d50006;
    font-weight: bold;
}
a.schalter_ein {

    color: #fff !important;

}

a.schalter_ein:active {

    color: #fff!important;

}

a.schalter_ein:visited{

    color: #fff !important;

}

a.schalter_ein:hover{

    color: #fff !important;

}


.tvweb_form label {

    position: relative;
    padding: 5px 0 0 40px;
    cursor: pointer;
}


.contrast {
    color: #eee;
    /*margin-left: 20px*/
    width: 100%;
    padding: 0px;
    margin-bottom:0px;
}


a.helplink {

    height: 20px;
    margin-bottom:20px;
}


.content_help {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 900px;
    margin: 60px auto 20px;
    padding: 30px;
    background-color: #fff;
    position: relative;
}


.inputWeek {

    margin-left: 50px;
    position: relative;
}

.deleteWeek {

    margin-left: 10px;
    position: relative;
}




.timeSpanList label {

    margin-top:8px;
}


#divSpanList {

    margin-top:5px;

}

.timeSpanList {
    width:100%;
}


.invisible_text {
    display: block;
    position: absolute;
    left: -10000px;
    font-size: 0px;
    padding: 0;
    margin: 0;
}


hr,
img {
    border: 0
}

body,
figure {
    margin: 0
}

.cal-dow b,
.content__error {
    text-overflow: ellipsis;
    overflow: hidden
}

.invisible,
.tooltip .classic {
    visibility: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:focus,
a:active,
a:hover {
    outline: 0;
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
.btn-number{
    background-color: var(--plusminus-button-color)
}
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.form-control,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.img-responsive,
.img-thumbnail,
.table,
label {
    max-width: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*font-size: 0.875em;*/
    font-size: 1em;
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 1em;
    line-height: 1.42857143
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.img-responsive {
    display: block;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 2.571em; /*36px*/
}

.h2,
h2 {
    font-size: 2.143em; /*30px*/
}

.h3,
h3 {
    font-size: 1.714em; /*24px*/
}

.h4,
h4 {
    font-size: 1.286em; /*18px*/
}

.h5,
h5 {
    font-size: 1em; /*14px*/
}

.h6,
h6 {
    font-size: 0.857em; /*12px*/
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

kbd kbd {
    font-weight: 700
}

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
    line-height: 1.42857143
}

@media (min-width:600px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    /*font-size: 85%*/
    font-size: 0.786em;
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.btn,
.initialism {
    /*text-transform: uppercase*/
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code,
table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address{
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}


@media (min-width:600px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    color: #777
}

legend,
pre {
    display: block;
    color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption,
th {
    text-align: left
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container,
.container-fluid {
    /*padding-left: 15px;*/
    /*padding-right: 15px*/
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btn,
.cal-dow b,
.content__error,
.input-group-btn,
.label,
.pers_data_table td:first-child {
    white-space: nowrap
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/

    margin-left: 0px !important;
    margin-right: 0px !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 100%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:600px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-xs-9,
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.btn-group>.btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:599px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox]{
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control,
output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus{
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: black;/*#66afe9;*/
    outline: 0;
    -webkit-box-shadow: none;/*inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
    box-shadow: none; /*inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)*/

}

.kontrast .form-control:focus {
    border-color: black;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success.checkbox label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox{
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 60px;
    border-radius: 0px;
}

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox]
 {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox{
    margin-top: -5px
}

.checkbox-inline
{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline{
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] input[type=checkbox],
input[type=checkbox].disabled,
input[type=checkbox][disabled]
{
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control,
.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-lg .form-control,
.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    line-height: 1.3333333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning.checkbox label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error.checkbox label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:600px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox{
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:600px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    /*font-size: 14px;*/
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.hover,
.btn:hover
 {
    color: var(--button-font-color-hover);
    text-decoration: none
}
.btn:focus,
.btn:hover {
    color: var(--button-font-color-focus);
    text-decoration: none
}
.btn.hover.focus,
.btn:hover:focus{
    color: var(--button-font-color-hover-focus);
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .45;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0095ff;
    border-color: var(--button-color);
    color: var(--button-font-color-disabled);
}


a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: black;
    color: var(--plusminus-button-font-color);
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: black;
    color: var(--plusminus-button-font-color);
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: var(--button-font-color-hover);
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color:black;
    color: var(--plusminus-button-font-color);
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: black;
    background-color: var(--plusminus-button-font-color)
}

.btn-primary {
    color: white;
    color: var(--button-font-color);
    background-color: #0095ff;
    background-color: var(--button-color);
    border-color: transparent;
    border-color: var(--button-border-color);
}

.btn-primary.focus,
.btn-primary:focus {
    color: white;
    color: var(--button-font-color-focus);
    background-color: #32AEFB;
    background-color: var(--button-color-focus);
    border-color: transparent;
    border-color: var(--button-border-color-focus)
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary.hover,
.open>.dropdown-toggle.btn-primary {
    color: white;
    color: var(--button-font-color-hover);
    background-color: #32AEFB;
    background-color: var(--button-color-hover);
    border-color: transparent;
    border-color: var(--button-border-color-hover)
}

.btn-primary.active:hover,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    background-color: var(--button-color-hover);
    border-color: #32AEFB;
    border-color: var(--button-border-color-hover);
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus {
    color: #fff;
    background-color: var(--button-color-focus);
    border-color: #32AEFB;
    border-color: var(--button-border-color-focus);
}

.btn-primary.active.focus.hover,
.btn-primary.active:focus:hover,
.btn-primary:active.focus.hover,
.btn-primary:active:focus:hover,
.open>.dropdown-toggle.btn-primary.focus.hover,
.open>.dropdown-toggle.btn-primary:focus:hover {
    color: #fff;
    background-color: #204d74;
    background-color: var(--button-color-hover-focus);
    border-color: #32AEFB;
    border-color: var(--button-border-color-hover-focus);
}


.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    background-color: var(--button-color-hover-disabled);
    border-color: #32AEFB;
    border-color: var(--button-border-color-hover);
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus {
    background-color: #337ab7;
    background-color: var(--button-color-focus-disabled);
    border-color: #32AEFB;
    border-color: var(--button-border-color-focus);
}

.btn-primary.disabled.focus.hover,
.btn-primary.disabled:focus:hover,
.btn-primary[disabled].focus.hover,
.btn-primary[disabled]:focus:hover,
fieldset[disabled] .btn-primary.focus.hover,
fieldset[disabled] .btn-primary:focus:hover {
    background-color: #337ab7;
    background-color: var(--button-color-hover-focus-disabled);
    border-color: #32AEFB;
    border-color: var(--button-border-color-hover-focus);
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn .label,
.input-group,
.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 1px;
    padding-right: 2px;
    padding-bottom:2px;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

.input-group-addon,
.label {
    line-height: 1;
    text-align: center
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-radius: var(--input-border-radius-left-top) var(--input-border-radius-right-top) var(--input-border-radius-right-bottom) var(--input-border-radius-left-bottom);
    -webkit-box-shadow: none;/*inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
    box-shadow: none; /*inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)*/
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    border-radius: var(--input-border-radius-left-top) var(--input-border-radius-right-top) var(--input-border-radius-right-bottom) var(--input-border-radius-left-bottom);
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: var(--button-border-radius-right-bottom);
    border-top-left-radius: 0px;
    border-top-left-radius: var(--button-border-radius-right-top)
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.label-kmx {
    background-color: #003865;
}

.label-version {
    letter-spacing: 2px;
    font-size: 18px;
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-left {
    float: left;
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

h1,
h2 {
    /*font-size: 18px*/
    font-size: 1.286em;
}

.affix {
    position: fixed
}

@media (max-width:599px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:600px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!important
    }
}

@media (max-width:599px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:600px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

body,
html {
    /*min-height: 100%;*/
    /*height: 1px;*/
    background-color: #eee;
    background-color: var(--main-background) ;
    color: #3d3d3d;
    font-family: 'Noto Sans', sans-serif
}



h1 {
    font-weight: 700
}

h2,
label {
    font-weight: 400
}

h2 {
    margin-bottom: 1em
}

h1+h2 {
    margin-top: -.4em
}

h3 {
    /*font-size: 16px*/
    font-size: 1.15em;
}

a {
    color: #0095ff;
    color: var(--links);
}

a:hover {
    color: #0084ee;
    color: var(--links-hover);
}
a:focus {
    color: #0084ee;
    color: var(--links-focus);
}

a:focus:hover {
    color: #0084ee;
    color: var(--links-hover-focus);
}

p {
    color: rgba(61, 61, 61, .9)
}

input[type=text],
input[type=number],
input[type=email],
textarea {
    border: 2px solid var(--input-border-color);
    height: 35px;
    margin-bottom: 5px;
    width: 100%;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: border-color .1s;
    -moz-appearance: textfield;
    border-radius: 0;
    border-radius: var(--input-border-radius-left-top) var(--input-border-radius-right-top) var(--input-border-radius-right-bottom) var(--input-border-radius-left-bottom);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    resize: vertical;
    min-height: 75px;
    padding-top: 8px;
    padding-bottom: 8px
}

input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
    border-color: rgba(61, 61, 61, .25);
    border-color: var(--input-border-color-focus) !important;
}

input[type=text]:focus:hover,
input[type=email]:focus:hover,
select:focus:hover,
textarea:focus:hover {
    border-color: rgba(61, 61, 61, .25);
    border-color: var(--input-border-color-hover-focus) !important;
}
input[type=text]:hover,
input[type=email]:hover,
select:hover,
textarea:hover {
    border-color: rgba(61, 61, 61, .25);
    border-color: var(--input-border-color-hover) !important;
}

.custom-select {
    position: relative
}

select {
    border: 2px solid rgba(81, 81, 81, .4);
    background: 0 0;
    padding: 5px 45px 5px 10px;
    height: 35px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
    width: 100%;
    margin-bottom: 10px;
    transition: border-color .1s;
}

.select-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    pointer-events: none;
    background: url(../images/ic_arrow_down.svg) 50% no-repeat #0095ff;
    background: url(../images/ic_arrow_down.svg) 50% no-repeat var(--button-color);
    border-radius:0;
    border-radius: 0px var(--selectbox-border-radius-right-top) var(--selectbox-border-radius-right-bottom) 0px;
    background-size: 16px auto
}

.kontrast .select-icon{
    background-color: black;
}

@media screen and (min-width:0\0) {
    select {
        background: 0 0;
        padding: 5px
    }
    /*    select+span {
            display: none
        }*/
}

.ui-selectmenu-button.ui-button{
    border: 2px solid rgba(61,61,61,0.2);
    border: 2px solid var(--input-border-color);
    border-radius: 0;
    border-radius: var(--selectbox-border-radius-left-top) var(--selectbox-border-radius-right-top) var(--selectbox-border-radius-right-bottom) var(--selectbox-border-radius-left-bottom);
    width: 100%;
    height: 35px;
    background: #FFF;
    outline: 0;
    font-size: 14px;
}
.ui-selectmenu-button.ui-button:hover{
    border-color: rgba(61, 61, 61, .25);
    border-color: var(--selectbox-border-color-hover);
}

.ui-selectmenu-button.ui-button:focus{
    border-color: rgba(61, 61, 61, .25);
    border-color: var(--selectbox-border-color-focus);
}

.ui-selectmenu-button.ui-button:focus:hover{
    border-color: rgba(61, 61, 61, .25);
    border-color: var(--selectbox-border-color-hover-focus);
}

.btn {
    border-radius: 0;
    background-color: #0095ff;
    background-color: var(--button-color);
    border: 0;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    transition: background-color .1s;
    outline: 0!important;
    /*border-bottom:1px solid #fff;*/
    border-radius: 0px 0px 0px 0px;
    border-radius: var(--button-border-radius-left-top) var(--button-border-radius-right-top) var(--button-border-radius-right-bottom) var(--button-border-radius-left-bottom);
}

form#personCount:after {
    clear: both;
    display: block;
    content: '';
    overflow: hidden;
    height: 0;
}

.pull-left {
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: 8px !important;
    background-image: var(--button-image-pfeil-links) !important;
    padding-left: 34px;
    padding-right: 4px;
}
.pull-right {
    background-repeat: no-repeat;
    background-image: var(--button-image-pfeil-rechts) !important;
    background-size: 32px auto;
    background-position: calc(100% - 8px);
    padding-left: 4px;
    padding-right: 34px;
}
.btn-ok {
    background-repeat: no-repeat;
    background-image: var(--button-image-ok) !important;
    background-size: 32px auto;
    background-position: calc(100% - 12px) !important;
    padding-left: 4px;
    padding-right: 44px;
}
.btn-abort {
    background-repeat: no-repeat;
    background-image: var(--button-image-abort) !important;
    background-size: 32px auto;
    background-position: 12px !important;
    padding-left: 44px;
    padding-right: 4px;
}


.btn:active.disabledButton,
.btn:focus.disabledButton,
.btn:hover.disabledButton{
    background-color: var(--button-color-hover-disabled) !important;
    border: var(--button-color) !important;
}

.btn:active:not(.disabledButton),
.btn:focus:not(.disabledButton){
    background-color: #32AEFB;
    background-color: var(--button-color-focus); /*#32AEFB!important;*/
    border-color: transparent !important;
    border-color: var(--button-border-color-focus) !important;
}
.btn:hover:not(.disabledButton) {
    background-color: #32AEFB;
    background-color: var(--button-color-hover); /*#32AEFB!important;*/
    border-color: transparent !important;
    border-color:  var(--button-border-color-hover) !important;
}

.btn--footer,
.tvwebHomeLink {
    margin-top: 30px
}

label {
    position: relative;
    padding: 5px 0 0 0px;
    cursor: pointer;
}

.ui-selectmenu-button.ui-button:focus{
border: 2px solid rgba(61,61,61,0.4);
    border: 2px solid var(--input-border-color-focus);
}

input[type=checkbox] {
    position: absolute;
    left: -200%;
    opacity: .1
}
input[type=checkbox]+span {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: 0;
/*    background-color: #ececec;
    background-color: rgba(61, 61, 61, 0.2);
 */
    transition: background-color .1s;
    border: 2px solid var(--input-border-color);
    /*outline: 1px solid var(--input-border-color) !important;*/
    border-radius: var(--checkbox-border-radius-left-top) var(--checkbox-border-radius-right-top) var(--checkbox-rorder-radius-right-bottom) var(--checkbox-border-radius-left-bottom);
}
input[type=checkbox] + span:focus{
    border-color: var(--checkbox-border-color-focus);
}
input[type=checkbox] + span:hover{
    border-color: var(--checkbox-border-color-hover);
}

input[type=checkbox] + span:hover:focus{
    border-color: var(--checkbox-border-color-hover-focus);
}

input[type=checkbox]:focus + span{
    border-color: var(--checkbox-border-color-focus);
}
input[type=checkbox]:hover + span{
    border-color: var(--checkbox-border-color-hover);
}

input[type=checkbox]:hover:focus + span{
    border-color: var(--checkbox-border-color-hover-focus);
}

.kontrast input[type=checkbox]:hover+span{
    border: 4px solid black;
  /*  border: 1px solid var(--checkbox-border-color-hover);*/
}
input[type=checkbox]:checked+span {
    background-image: url(../images/check-green.svg);
    background-position-x: 60%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
input[type=checkbox]:checked + span:focus{
    border-color: var(--checkbox-border-color-focus);
}
input[type=checkbox]:checked + span:hover{
    border-color: var(--checkbox-border-color-hover);
}

input[type=checkbox]:checked + span:hover:focus{
    border-color: var(--checkbox-border-color-hover-focus);
}

.requiredBadge{
    background-image: url(../images/required.svg);
    background-repeat: no-repeat;
    height:17px;
    width: 17px;
    position: absolute;
    margin-top: -6px;
    margin-left:25px;
    z-index: 5;
}
.requiredBadgeList{
    background-image: url(../images/required.svg);
    background-repeat: no-repeat;
    height:17px;
    width: 17px;
    position: absolute;
    margin-top: -6px;
    margin-left:-11px;
    z-index: 5;
}
.kontrast .requiredBadge{
    background-image: url(../images/required_black.svg);
    background-repeat: no-repeat;
    height:17px;
    width: 17px;
    position: absolute;
    margin-top: -6px;
    margin-left:25px;
    z-index: 5;
}
.kontrast .requiredBadgeList{
    background-image: url(../images/required_black.svg);
    background-repeat: no-repeat;
    height:17px;
    width: 17px;
    position: absolute;
    margin-top: -6px;
    margin-left:-11px;
    z-index: 5;
}

input[type=checkbox]:checked:focus+span {
}

.labelChecklist{
    width: calc(100% - 40px);
}
.checkbox_new {
    float: right;
}
.checkbox_new input[type=checkbox] {
    display: none;
}
.checkbox_new.checkbox_visible input[type=checkbox] {
    display:  inline!important;
}

.checkbox_new input[type=checkbox] + label {
    /*border: 2px solid #FFFFFF;*/
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-bottom: 0px;
    padding: 0px;
    cursor: pointer;
    border: 2px solid rgba(61,61,61,0.2);
    border-radius: var(--checkbox-border-radius-left-top) var(--checkbox-border-radius-right-top) var(--checkbox-rorder-radius-right-bottom) var(--checkbox-border-radius-left-bottom);
    background-color: white;
}
.checkbox_new input[type=checkbox] + label:hover {
    border: 2px solid var(--checkbox-border-color-hover);
    background-color: white;
}
.checkbox_new input[type=checkbox]:focus + label {
    border: 2px solid var(--checkbox-border-color-focus);
    background-color: white;
}

.checkbox_new input[type=checkbox]:hover:focus + label {
    border: 2px solid var(--checkbox-border-color-hover-focus);
    background-color: white;/*#fff;*/
}
.checkbox_new input[type=checkbox]:hover + label {
    border: 2px solid var(--checkbox-border-color-hover);
    background-color: white;
}
.checkbox_new input[type=checkbox] + label:focus {
    border: 2px solid var(--checkbox-border-color-focus);
    background-color: white;
}

.checkbox_new input[type=checkbox] + label:hover:focus {
    border: 2px solid var(--checkbox-border-color-hover-focus);
    background-color: white;/*#fff;*/
}
.checkbox_new input[type=checkbox]:checked + label {
    background-image: url(../images/check-green.svg);
    background-color: white;
    background-position-x:60%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 24px;
    display: inline-block;
    padding: 0px;
}
.checkbox_new input[type=checkbox]:checked + label:focus {
    border: 2px solid var(--checkbox-border-color-focus) !important;
}
.checkbox_new input[type=checkbox]:checked + label:hover:focus {
    border: 2px solid var(--checkbox-border-color-hover-focus) !important;
}
.checkbox_new input[type=checkbox]:checked + label:hover {
    border: 2px solid var(--checkbox-border-color-hover) !important;
}

.checkbox_new .checkbox-text {
    position: relative;
    font-family: Arial;
    font-size: 14px;
    padding: 0px 6px;
    top: -4px;
    cursor: pointer;
}

.kontrast .checkbox_new input[type=checkbox] + label {
    background-color: #FFF;
    border: 2px solid #000 !important;
}

.kontrast .checkbox_new input[type=checkbox]:active + label,
.kontrast .checkbox_new input[type=checkbox]:focus + label,
.kontrast .checkbox_new input[type=checkbox]:hover + label {
    background-color: white !important;
    outline: 3px solid #000 !important;
}
.kontrast .checkbox_new input[type=checkbox]:checked + label {
    background-color: white;
    background-image: url(../images/check.svg);
    background-position-x: 60%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.error {
    border: 2px solid #d50006 !important;
}
/*
input.required {
    border: 2px solid lightgrey !important;
    border: 2px solid var(--input-border-color-required) !important;
}*/
input.required{
    background-image: url(../images/required.svg);
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 1.5em;
}

h1.error {
    padding-top: 2px;
    padding-left: 4px;
}

.kontrast .error {
    border: 3px dashed #000 !important;
}
.kontrast input.required{
    background-image: url(../images/required_black.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

/* old
.mainheader {
    height: 70px;
    width: 100%;
    background-color: #2b2c3d;
    padding-top: 22px
}
*/

/*
.mainheader {
    height: 70px;
    width: 100%;
    background-color: #000;
    background-color: var(--navigation-bottom-border);
    padding-top: 22px
}
*/
.mainheader {
    height: 64px;
    width: 100%;
    padding-top: 14px;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid var(--navigation-bottom-border);
}
.mainheader__logo {
    width: 156px;
    margin: 0 auto;
    display: block
}

.wrapper {
    min-height: 100%;
    /*padding-top: 70px;*/
    padding-top: 0px;
    /*margin-top: -70px*/
    margin-top: 0px;
}

#cal-reservation,
#confirmation,
#mbl_shown {
    margin-bottom: 0
}

.content {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 540px;
    margin: 80px auto 20px;
    padding: 30px;
    background-color: #fff;
    position: relative
}

.content--mdt {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px var(--mdt-content-border);
    width: 100%;
    max-width: 767px;
    margin: 80px auto 20px;
    /*padding: 30px 30px 90px 30px;*/
    background-color: #fff;
    position: relative;

}
.content--rsvmanager {
    width: 100%;
    max-width: 1000px;
}
.content--calendar,
.content--cnc,
.content--personaldata,
.content--reserve {
    max-width: 755px
}
.content--location {
    max-width: 767px;
}

.content--version {
    text-align: center;
}

.content__error {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
    padding: 10px 30px 0px 30px;
    background-color: rgb(210,0,0);/*#ff3d3d;*/
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.content--mdt>p {
    font-size: 22px;
    margin: 0;
    width: 550px;
    height: 100px;
    display: block;
    line-height: 1
}

.infotext {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background-color: #fff;
    display: table;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 13px
}

.content--cnc {
    padding: 0;
    background-color: #fff;
    box-shadow: none;
    padding: 20px;
}

.content--cnc .header {
    margin-bottom: 50px
}

.content--cnc .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px
}

.content--cnc .row {
    margin-left: -5px;
    margin-right: -5px
}

.content--cnc .sel_button__wrapper {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background-color: #f3f3f3;
    display: table;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .2);
}

.content--cnc .sel_button {
    margin-bottom: 10px
}

.content--cnc .sel_button a {
    color: #3d3d3d;
    text-decoration: none!important;
    font-size: 18px;
    line-height: 22px
}

.content--cnc .sel_button span {
    display: block
}

.content--cnc .sel_button span:first-child {
    color: rgba(61, 61, 61, .5);
    font-size: 15px
}

#legende,
.pers_data_table,
.tooltip {
    font-size: 12px
}

.content--reserve table {
    margin-top: 30px;
    margin-bottom: 30px
}

.content--reserve td:first-child {
    padding-right: 10px
}

.header h1 {
    margin-top: 0
}

.cell {
    display: table-cell;
    vertical-align: middle
}

.cal-hour,
.captcha__td,
.pers_data_table td:last-child {
    vertical-align: top
}

.cell--image {
    width: 120px
}

.tvweb_form--check {
    margin: 20px 0 0
}

#footer {
    display: block;
    text-align: center;
}

#session_reset_wrap_wrap {
    outline: none;
    display: inline-block;
}
#session_reset_wrap {
    margin-bottom: 0px;
}
#session_reset_input {
    font-weight: bold;
}

#calAndForm_Container {
    margin-bottom: 20px;
}
#calendar_container {
    position: relative;
    /*margin-top: 40px;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

#calendar_container .tooltip {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-size: 90%
}

#calendar_container>div,
.cal-table {
    width: 100%
}

#calendar_container .tooltip .classic {
    left: 28px;
    right: auto
}

#calendar_container .tooltip .classic:after {
    left: -11px;
    right: auto;
    border-color: transparent #3d3d3d transparent transparent
}

.cal-header,
.cal-hour {
    border-bottom: 1px solid rgba(61, 61, 61, .1);
    border-color: #d0d0d0;
}

.kontrast .cal-header,
.kontrast .cal-hour {
    border-color: #303030;
}

#calendar_container .tooltip .classic p {
    color: #fff
}

#calHeader .timeSpan {
    display: none
}

.cal-table {
    table-layout: fixed
}

.cal-dow small,
.cal-hour,
.cal-minutes {
    color: rgba(61, 61, 61, .5)
}




.cal-dow small {
    margin-bottom: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cal-dow {
    padding: 0 10px;
    text-align: center
}

.cal-dow b {
    display: inline-block;
    max-width: 100%
}

.cal-block,
.cal-dow {
    border-left: 1px solid rgba(61, 61, 61, .1);
    border-color: #d0d0d0;
}

.kontrast .cal-block,
.kontrast .cal-dow {
    border-color: #303030;
}

.cal-block:last-child,
.cal-dow:last-child {
    border-right: 1px solid rgba(61, 61, 61, .2);
    border-color: #d0d0d0;
}
.kontrast .cal-block:last-child,
.kontrast .cal-dow:last-child {
    border-color: #303030;
}

.cal-hour {
    color: #3D3D3D;
    padding-left: 2px;
    line-height: 1.3em;
}
td.cal-hour {
    font-weight: 700
}

.cal-minutes .minutes {
    border-top: 1px solid rgba(61, 61, 61, .05);
    border-color: #d0d0d0;
    line-height: 16px
}
.kontrast .cal-minutes .minutes {
    border-color: #303030;
}

.cal-minutes .minutes:first-child {
    border-top: 0
}

.allocation_block {
    padding-left: 5px;
    border-bottom: 1px solid rgba(52, 232, 151, 0);
    border-top: 1px solid rgba(61, 61, 61, .12);
    border-top-color: #d0d0d0;
    height: 12px;
    transition: background-color .1s, border .1s;
    font-size: 12px;
    cursor: pointer;
    text-indent: -30000px;
    color: #303030;
}
.kontrast .allocation_block {
    border-top-color: #303030;
}

.allocation_block:hover {
    /*background-color: rgba(61, 61, 61, .1);*/
    background-color: #d0d0d0;
    /* box-shadow: 0 12px 0 rgba(61, 61, 61, .1)*/
    text-indent: 0px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

.allocation_block:last-child:hover {
    /*  box-shadow: 0 13px 0 rgba(61, 61, 61, .1)*/
}

.allocation_block--preused,
.allocation_block--preused:hover {
    background-color: transparent;
    box-shadow: none!important;
    cursor: not-allowed;
    text-indent: -30000px;
}

.allocation_block--selected,
.allocation_block--selected:hover {
    /*background-color: #34e897;*/
    background-color: #43e897;
    color: #303030;
    box-shadow: none!important;

    text-indent: 0px;
    font-size: 10px !important;
    line-height: 15px;
    text-align: center;
}

.allocation_block--weeklyRepeat,
.allocation_block--weeklyRepeat:hover {
    background-color: #00CCFF;
}

.highlightCell,
.highlightCell:hover {
    background-color: rgba(144, 144, 144, .3);
    box-shadow: none!important
}

.allocation_block--used,
.allocation_block--used:hover {
    cursor: not-allowed;
    background-color: rgba(255, 61, 61, .5);
    box-shadow: none!important
}

.allocation_block--blocked,
.allocation_block--blocked:hover {
    cursor: not-allowed;
    /*background-color: rgba(61, 61, 61, .1);*/
    /*background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 3px, transparent 4px, transparent 4px, rgba(0,0,0,.5) 5px);*/
    /*background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 3px, transparent 4px, transparent 4px, rgba(0,0,0,.5) 5px);*/
    /*background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 3px, transparent 4px, transparent 4px, rgba(0,0,0,.3) 5px);*/
    /*background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 3px, transparent 4px, transparent 4px, rgba(0,0,0,.3) 5px);*/
    /*-webkit-background-size: 7px 7px;*/
    /*-moz-background-size: 7px 7px;*/
    /*background-size: 7px 7px;*/
    text-indent: -30000px;
    background-color: #7f7f7f;
}

.kontrast .allocation_block--blocked,
.kontrast .allocation_block--blocked:hover {
    background-color: #595959;
}

.allocation_block:first-child {
    border: 0
}

#legende {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.legenditem {
    margin-bottom: 20px
}

.legenditem span {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    height: 20px;
    position: relative;
    top: 4px
}

.legenditem--free span {
    border: 1px solid rgba(61, 61, 61, .75);
    border-color: #303030;
}

.legenditem--selected span {
    /*background-color: #34e897;*/
    background-color: #43e897;
    border: 1px solid rgba(61, 61, 61, .75);
    border-color: #303030;
}

/*.legenditem--reserved {
    margin-bottom: 30px
}*/

.legenditem--reserved span {
    background-color: #ff9e9e;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;

}

/*.legenditem-blocked {
    margin-bottom: 30px
}*/

.legenditem-blocked span {
    /*background-color: rgba(105, 105, 105, 0.1);*/

    /*background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 3px, transparent 4px, transparent 4px, rgba(0,0,0,.5) 5px);*/
    /*background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 3px, transparent 4px, transparent 4px, rgba(0,0,0,.5) 5px);*/
    /*background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 3px, transparent 4px, transparent 4px, rgba(0,0,0,.3) 5px);*/
    /*background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 3px, transparent 4px, transparent 4px, rgba(0,0,0,.3) 5px);*/
    /*-webkit-background-size: 7px 7px;*/
    /*-moz-background-size: 7px 7px;*/
    /*background-size: 7px 7px;*/

    border: 1px solid rgba(61, 61, 61, .75);
    border-color: #303030;
    background-color: #7f7f7f;
}

.kontrast .legenditem-blocked span {
    background-color: #595959;
}

.legenditem--button {
    margin-bottom: 0
}

#pers_data-form {
    margin-top: 20px
}

.pers_data_table {
    width: 100%
}

.pers_data_table td:first-child {
    padding: 0 10px 10px 0;
    color: rgba(61, 61, 61, .6)
}

.pers_data_table .tvweb_label {
    color: rgba(61, 61, 61, .6)
}

.requiredDiv small {
    margin-top: 10px;
    display: block;
    color: #3d3d3d
}

.saveCookie {
    float: left;
    display: block;
    clear: both;
    width: 100%;
    margin: 5px 0px 15px 0px;
}
.saveCookie label {
    color: #3d3d3d
}
.saveCookie span:nth-child(4) {
    padding-left: 45px !important;
    display: inline-block;
    float: left;
}

.captcha__td {
    padding-left: 100px;
    position: relative
}

.captcha__td .tvweb_label {
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 7px 0;
    background-color: rgba(61, 61, 61, .1)
}

.tooltip {
    position: relative;
    width: 20px;
    height: 20px;
    opacity: 1;
    margin-left: 10px;
    background: url("../images/ic_info.svg") 50% 50% no-repeat #FFF;
    border: 1px solid #000;
    border-radius: 10px;
    display: block;
    float: right;
    bottom: 3px;
    right:2px;
    background-size: 15px;
}

.tooltip .classic {
    opacity: 0;
    z-index: -1;
    display: block;
    width: 300px;
    position: absolute;
    right: 28px;
    top: 0;
    background-color: #3d3d3d;
    padding: 10px;
    color: #fff;
    transition: opacity .3s, visibility .3s 0s, z-index .3s 0s
}

.tooltip .classic:after {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 10px;
    right: -11px;
    top: 4px;
    border: 6px solid;
    transition-delay: 0s;
    border-color: transparent transparent transparent #3d3d3d;
}

.tooltip:hover .classic, .tooltip:focus .classic {
    visibility: visible;
    opacity: 1;
    z-index: 1080
}
.tooltipLink {
    position:relative;
}
.tooltipLink:focus {
    border: 1px solid var(--i-border-color-hover-focus) !important;
    padding: 2px 0;
}
.info-circle{
    width: 20px;
    height: 20px;
    background: url("../images/question.svg") 50% 50% no-repeat #FFF;
    background-size: 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: -3px;
}
.info-circle:hover{
    border: 2px solid var(--i-border-color-hover);
}
.info-circle:focus{
    border: 2px solid var(--i-border-color-focus);
}

.kontrast .info-circle:hover,
.kontrast .info-circle:active,
.kontrast .info-circle:focus{
    width: 20px;
    height: 20px;
    background: url("../images/question_black.svg") 50% 50% no-repeat #FFF;
    background-size: 16px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: -3px;
    border: 3px solid black;
}

.info-circle-empty{
    width: 20px;
    height: 20px;
    border-radius: 16px;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: -3px;
}

#chooseTerminButton {
    /*margin-top: 0px*/
}

.allocation_block--preused {
    /*background-color: #ff9e9e;*/
    background-color: #7f7f7f;
    /*background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);*/
    /*background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);*/
    /*background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);*/
    /*background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);*/
    /*-webkit-background-size: 4px 4px;*/
    /*-moz-background-size: 4px 4px;*/
    /*background-size: 4px 4px;*/

}
.kontrast .allocation_block--preused {
    background-color: #595959;
}

div#selectPrevWeek {
    position: relative;
    width: 5%;
    float: left
}

div#selectNextWeek {
    position: relative;
    width: 5%;
    top: 0;
    right: 0;
    float: left
}

div#selectPrevWeek:before {
    content: '<';
    position: absolute;
    left: 0;
    top: 0;
    background: #ececec;
    font-size: 19px;
    padding: 4px 8px;
    cursor: pointer
}

div#selectNextWeek:before {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
    background: #ececec;
    font-size: 19px;
    padding: 4px 8px;
    cursor: pointer
}

div#selectNextWeek:after {
    clear: both;
    display: block;
    content: '';
    overflow: hidden;
    height: 0
}

select#selectWeek {
    /* width: 90%;
    float: left*/
    cursor:pointer
}

.allocation_block.duration-10:hover {
    /*  box-shadow: 0 21.818181818182px 0 rgba(61, 61, 61, .1)*/
}
.duration-5 {height: 20px;font-size: 11px}
.duration-10 {
    height: 15px;
    font-size: 11px
}

.duration-15 {
    height: 15px;
    font-size: 11px
}

.duration-20 {
    height: 15px;
    font-size: 11px
}

.allocation_block.duration-10:hover,
.allocation_block.duration-15:hover,
.allocation_block.duration-20:hover {
    /* box-shadow: 0 15px 0 rgba(61, 61, 61, .1)*/
}

.allocation_block.duration-10:last-child:hover,
.allocation_block.duration-15:last-child:hover,
.allocation_block.duration-20:last-child:hover {
    /*box-shadow: 0 16px 0 rgba(61, 61, 61, .1)*/
}

.duration-30 {
    height: 20px;
    font-size: 11px
}

.allocation_block.duration-30:hover {
    /*  box-shadow: 0 20px 0 rgba(61, 61, 61, .1)*/
}

.allocation_block.duration-30:last-child:hover {
    /*  box-shadow: 0 21px 0 rgba(61, 61, 61, .1)*/
}

.duration-60 {
    height: 40px;
    font-size: 11px
}

.allocation_block.duration-60:hover {
    /*  box-shadow: 0 40px 0 rgba(61, 61, 61, .1)*/
}

.allocation_block.duration-60:last-child:hover {
    /* box-shadow: 0 41px 0 rgba(61, 61, 61, .1)*/
}

.tvweb_label {
    float: left;
    display: block;
    clear:both;
    width: 100%;
    margin-top:10px;
    /*font-size: 14px;*/
    font-size: 1em;
}

.custom-select {
    position: relative;
    float: right;
    width: 100%
}

.calendar_container> div.hidden {
    display: none
}

.calendar_container> div.visuallyhidden {
    opacity: 0
}

.pers_data_table input.textInput.plz {
    width: 100%;
    float: left;
    margin-right: 3%
}

.pers_data_table input.textInput.wohnort {
    width: 100%
}

input[type=password] {
    border: 1px solid rgba(61,61,61, 0.2);
    border: 1px solid var(--input-border-color);
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: border-color .1s;
}

.onehundred {
    width: 100%;

}

.fifty {
    /*width: 48%;*/
    width: 100%;
}

.table-btn{
    height: auto;
    line-height: 1.42857143;
    padding: 5px;
}

@media (min-width:400px) {
    .fifty {
        width: 48%;
    }
}

.tool {
    float: right;
    width: 100%;
}

.wizard {
    margin: 20px auto 10px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    border-bottom-color: var(--step-horizontal-line-color);
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 38px;
    display: block;
    border-radius: 100px;
    background: #fff;
    border: 6px solid var(--color-done-info-circle);
    z-index: 2;
    text-align: center;
    /*font-size: 25px;*/
    font-size: 1.786em;
    margin: -90px auto 0 auto;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 6px solid #0095ff;
    border: 6px solid var(--color-active-info-circle);

}

.wizard li.disabled span.round-tab {
    border: 6px solid var(--color-disabled-info-circle);
}

.wizard li.done span.round-tab {
    border: 6px solid var(--color-done-info-circle);

}
.wizard li.active span.round-tab i{
    color: #0095ff;
    color: var(--color-active-info-circle);
}

span.round-tab:hover {
    color: #444;
    border: 6px solid #e0ddda;
}

.wizard .nav-tabs > li {
    width: 16%;
    margin-bottom:1px;
}

.wizard li:after {
    content: " ";
    opacity: 0;
    margin: 20px auto 0 auto;
    border: 5px solid transparent;
    border-bottom-color: #0095ff;
    border-bottom-color: var(--step-accent-color);
    transition: 0.1s ease-in-out;
    display: block;
    width: 1px;
}

.wizard li.active:after {
    content: " ";
    opacity: 1;
    margin: 20px auto 0 auto;
    border: 10px solid transparent;
    border-bottom-color: #0095ff;
    border-bottom-color: var(--step-accent-color);
    display: block;
    width: 1px;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {


    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 30px;
    }


    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        margin: 30px auto 0 auto !important;
    }
}










/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
/*table td, table th { padding: 9px 10px; text-align: left; }*/


/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

    #calendar_container {

        width: 126% !important;
        margin-left: -30px;

    }

    .fixed_btn {
        position: fixed;
        bottom: 30px;
    }

    .fifty {
        width: 100% !important;
    }
}



/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    #calendar_container {
        width: 126% !important;
        margin-left: -30px;
    }
    .fixed_btn {
        position: fixed;
        bottom: 30px;
    }
    .fifty {
        width: 100% !important;
    }
    .modal-footer .btn-ok {
        background-position: 14px !important;
        padding-left: 46px;
        padding-right: 4px;
    }
}

@media only screen
and (max-device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .modal-footer .btn-ok {
        background-position: 14px !important;
        padding-left: 46px;
        padding-right: 4px;
    }
}


/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #calendar_container {
        width: 113% !important;
        margin-left: -30px;
    }
    .fixed_btn {
        position: fixed;
        bottom: 30px;
    }
    .fifty {
        width: 100% !important;
    }
    .modal-footer .btn-ok {
        background-position: 14px !important;
        padding-left: 46px;
        padding-right: 4px;
    }
}



/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {

    #calendar_container {

        width: 126% !important;
        margin-left: -30px;

    }

    .fixed_btn {
        position: fixed;
        bottom: 30px;
    }

    .fifty {
        width: 100% !important;
    }


    .btn-light {
        color: #fff;
        color: var(--button-font-color);
        background-color: #0095ff !important;
        background-color: var(--button-color) !important;
        border-color: #ffffff;
        border-color: var(--button-border-color);
        width: 60% !important;
    }



}





/* Portrait
@media only screen
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

  #calendar_container {

    width: 126% !important;
    margin-left: -30px;

    }


  .fixed_btn {
    position: fixed;
    bottom: 30px;
    }

 .fifty {
    width: 100% !important;
    }

.btn-light {
    color: #fff;
    background-color: #cccccc;
    border-color: #ffffff;
    width: 60% !important;
}


}

*/

/* Landscape */
@media only screen
and (max-device-width: 480px)
{

    #calendar_container {

        width: 113% !important;
        margin-left: -30px;

    }

    .fixed_btn {
        position: fixed;
        bottom: 30px;
    }

    fifty {
        width: 100% !important;
    }


    .btn-light {
        color: #fff;
        color: var(--button-font-color);
        background-color: #0095ff;
        background-color: var(--button-color);
        border-color: #ffffff;
        border-color: var(--button-border-color);
        width: 100% !important;
    }

    div.input-number-control.input-group.col-xs-3 {
        float: none;
        padding-left: 0;
        padding-right: 0;
        width:100% !important;
    }


}

@media only screen
and (max-device-width: 600px)
{
    .btn-light {
        width: 100% !important;
    }
}


input:focus {
    border: 2px solid var(--input-border-color-focus) !important;
    transition: border-color .3s;
}

textarea:focus {
    border: 2px solid var(--input-border-color-focus);
}

input:hover {
    border: 2px solid var(--input-border-color-hover) !important;
    transition: border-color .3s;
}

textarea:hover {
    border: 2px solid var(--input-border-color-hover);
}

input:focus:hover {
    border: 2px solid var(--input-border-color-hover-focus) !important;
    transition: border-color .3s;
}

textarea:focus:hover {
    border: 2px solid black !important;
    border: 2px solid var(--input-border-color-hover-focus);
}

.kontrast input:focus {
    border: 2px solid black !important;
    transition: border-color .3s;
}

.kontrast textarea:focus {
    border: 2px solid black !important;
}
/*Kontrast css*/

.kontrast input[type=text] {
    border: 2px solid rgba(61, 61, 61, .9);
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: border-color .1s;
}
.kontrast input[type=text]:focus,
.kontrast input[type=text]:active,
.kontrast input[type=text]:hover {
    outline: 3px solid #000;
    background-color: #FFF;
}

.kontrast input[type=number]{
    border: 2px solid rgba(61, 61, 61, .9);
}

.kontrast input[type=password] {
    border: 2px solid rgba(61, 61, 61, .9);
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: border-color .1s;
}

.kontrast .input-number[type=text] {
    height:60px;
    border: 0px;
    margin-bottom: 0px;
}

.kontrast input[type=email] {
    border: 2px solid rgba(61, 61, 61, .9);
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: border-color .1s;
}
.kontrast input[type=email]:focus,
.kontrast input[type=email]:active,
.kontrast input[type=email]:hover {
    outline: 3px solid #000;
    background-color: #FFF;
}

.kontrast textarea {
    border: 2px solid rgba(61, 61, 61, .9);
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: border-color .1s;
}
.kontrast textarea:focus,
.kontrast textarea:active,
.kontrast textarea:hover {
    outline: 3px solid #000;
    background-color: #FFF;
}
.kontrast textarea:focus-visible {
    outline: 3px solid #000 !important;
}

.disabledButton{
    cursor: not-allowed !important;
    opacity: 0.65;
    color: #666;
    color: var(--button-font-color-disabled) !important;
}
.disabledButton:hover{
    background-color: var(--button-color-hover-disabled) !important;
}
.disabledButton:focus{
    background-color: var(--button-color-focus-disabled) !important;
}

.disabled_select{
    cursor: not-allowed !important;
    opacity: 0.65;
    color: #666;
    color: var(--button-font-color-disabled) !important;
}

.kontrast .cal-dow small, .cal-hour, .cal-minutes {
    color: rgba(61, 61, 61, .9);
}
/*
label.required{
    border: 3px solid var(--input-border-color-required);
}

.kontrast label.required{
    border: 3px dashed #000 !important;
}
*/


.kontrast p {
    color: #000;
}




.kontrast .btn {
    border-radius: 0;
    background-color: #000!important;
    height: 60px;
    line-height: 60px;
    transition: background-color .1s;
    color: #fff;
    white-space: normal;
    /*line-height: initial;*/
    line-height: 1;
    border-radius: 0px 0px 0px 0px;
    border-radius: var(--button-border-radius-left-top) var(--button-border-radius-right-top) var(--button-border-radius-right-bottom) var(--button-border-radius-left-bottom);
}

.kontrast .wizard li.active span.round-tab {
    background: #fff;
    border: 6px solid #000 !important;
}

.kontrast .wizard li.done span.round-tab {
    background: #fff;
    border: 6px solid #e0e0e0 !important;
}

.kontrast .wizard li.disabled span.round-tab {
    background: #fff;
    border: 6px solid #e0e0e0 !important;
}

.kontrast .wizard li.active:after {
    content: " ";
    opacity: 1;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #000;
    margin: 20px auto 0 auto;
}


.kontrast .btn:hover:not(.disabledButton) {
    background-color: #333;
}

.kontrast .btn:active:not(.disabledButton),
.kontrast .btn:focus:not(.disabledButton),
.kontrast .btn:hover:not(.disabledButton) {
    background-color: #fff !important;
    color: #000 !important;
    /*border: solid black 1px !important;*/
    outline: 3px solid black !important;
}
.kontrast .tooltipLink:focus{
    outline: 2px solid black;
}
.kontrast .tooltipPersonaldata:focus{
    outline: 2px solid black;
}

.btn.disabled:hover,
.btn[disabled]:hover {
    background-color: #000 !important;
    outline: none !important;
    border-bottom-color: #fff;
    border-color: black !important;
}


/*.kontrast .tooltip {
    position: relative;
    width: 20px;
    height: 20px;
    opacity: 1;
    margin-left: 10px;
    background: url(../images/ic_info.svg) 50% 50% no-repeat #000;
    border-radius: 10px;
    display: block;
    float: right;
    bottom: 3px;
}*/


.kontrast input[type=checkbox] + span {
    background-color: #FFF;
    outline: 3px solid white !important;
    border: 2px solid black;
}

.kontrast input[type=checkbox]:active+span,
.kontrast input[type=checkbox]:focus+span,
.kontrast input[type=checkbox]:hover+span {
    background-color: white !important;
    border: 4px solid #000 !important;
}
.kontrast input[type=checkbox]:checked+span {
    background-color: white;
    border: 2px solid black;
    background-image: url(../images/check.svg);
    background-position-x: 60%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.kontrast .lang_btn {
    background-color: #000 !important;
    color: #FFF !important;
    letter-spacing: 0.05em;
}

.kontrast .panel-heading {
    background-color: #000 !important;
    color: #FFF !important;
}

.kontrast a {
    color:#000;
}

.kontrast #suggest_filter_form{
    border-color: #000 !important;
}

.kontrast .label{
    background-color: #000 !important;
}

.kontrast .colored-title{
    color: #000 !important;
}

.kontrast .ui-selectmenu-button.ui-button{
    border-color: #000 !important;
}
.kontrast .ui-selectmenu-button.ui-button:active,
.kontrast .ui-selectmenu-button.ui-button:focus,
.kontrast .ui-selectmenu-button.ui-button:hover {
    /*border-color: #595959 !important;*/
    background-color: #FFF;
    outline: 2px solid black;
}
.kontrast .ui-selectmenu-button.ui-button.required {
    /*border-color: #ff3d3d !important;*/
    border: 3px dashed #000 !important;
}
.ui-accordion .ui-accordion-content{
    padding-bottom: 20px;
}

.kontrast .ui-accordion .ui-accordion-header{
    margin-top: 4px !important;
}
.kontrast .table-btn{
    height: auto;
    line-height: 1.42857143;
    padding: 5px;
}

.kontrast .suggest_btn{
    height: 30px;
    line-height: 26px;
    padding: 0px 20px;
}
/*.ui-state-active{
    border: 1px solid #0095ff;
    border: 1px solid var(--selectBoxAuswahlHintergrund);
    border-radius: 0;
    border-radius: var(--accordionBorderRadiusLeftTop) var(--accordionBorderRadiusRightTop) var(--accordionBorderRadiusRightBottom) var(--accordionBorderRadiusLeftBottom);
    background: #0095ff;
    background: var(--selectBoxAuswahlHintergrund);
    color: white;
    color: var(--selectBoxAuswahlSchrift);
}*/

.ui-menu-item >.ui-state-active, a.ui-state-default.ui-state-active {
    border: 1px solid #0095ff;
    border: 1px solid var(--selectbox-selected-border-color);
    border-radius: 10px;
    border-radius: var(--selectbox-border-radius-left-top) var(--selectbox-border-radius-right-top) var(--selectbox-border-radius-right-bottom) var(--selectbox-border-radius-left-bottom);
    background: #0095ff;
    background: var(--selectbox-selected-background);
    color: white;
    color: var(--selectbox-selected-font-color);
}

.kontrast .ui-state-active {
    background: #000 !important;
    border-color: #000 !important;
}
.kontrast .ui-state-active:focus,
.kontrast .ui-state-active:hover {
    /*border-color: rgba(61, 61, 61, 0.2) !important;*/
    /*background-color: rgba(61, 61, 61, 0.2) !important;*/
    /*color: #000 !important;*/
    background-color: #fff !important;
    border-color: #000;
    color: #000;
}

.kontrast .ui-menu-item-wrapper.ui-state-active:focus,
.kontrast .ui-menu-item-wrapper.ui-state-active:hover{
    background: #000 !important;
    border-color: #000 !important;
    color: #FFF;
}

.ui-datepicker-today .ui-state-active {
    color: #fff;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:focus,
.ui-datepicker-calendar .ui-state-default:active {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.ui-datepicker-calendar .ui-datepicker-days-cell-over > a {
    border-color: #000;
}

.kontrast .important_info_msg{
    color: #000;
    font-weight: bold;
}

.kontrast .content__error{
    background-color: #fff;
    color: #000;
    border: 3px dashed #000;
}

.kontrast .lang_btn:active,
.kontrast .lang_btn:focus,
.kontrast .lang_btn:hover {
    background-color: #fff !important;
    outline: 1px solid #000 !important;
    color: #000 !important;
}


.kontrast .collapse_btn {
    letter-spacing: 0.05em;
}
.kontrast .collapse_btn:active,
.kontrast .collapse_btn:focus,
.kontrast .collapse_btn:hover {
    background-color: #fff !important;
    outline: 3px solid #000 !important;
    color: #000 !important;
}

.kontrast .modal-header .close {
    padding: 0px 5px;
    opacity: 1;
}
.kontrast .modal-header .close:focus,
.kontrast .modal-header .close:active,
.kontrast .modal-header .close:hover {
    outline: 1px solid #000 !important;
}


/* Addon Locations */
.locationOn.hideWhitoutLocation {
    display:none;
}

.locationOn .pull-left {
    float: none !Important;
}

.locationOn select {
    cursor: pointer
}

.locationOn {
    margin-bottom: 20px;
}




.btn-light {
    color: #fff !important;
    color: var(--button-font-color) !important;
    background-color:#0095ff;
    background-color: var(--button-color);
    border-color: #ffffff;
    border-color: var(--button-border-color);
}

.btn-light.focus,
.btn-light:focus {
    color: #fff;
    color: var(--button-font-color-focus);
    background-color: #0095ff;
    background-color: var(--button-color-focus);
    border-color: black;
    border-color: var(--button-border-color-focus);
}

.btn-light.active,
.btn-light:active,
.btn-light:hover,
.open>.dropdown-toggle.btn-light {
    color: #fff;
    color: var(--button-font-color-hover);
    background-color: #32AEFB;
    background-color: var(--button-color-hover);
    border-color: #32AEFB;
    border-color: var(--button-border-color-hover)
}

.btn-light.active.focus,
.btn-light.active:focus,
.btn-light:active.focus,
.btn-light:active:focus,
.open>.dropdown-toggle.btn-light.focus,
.open>.dropdown-toggle.btn-light:focus {
    color: #fff;
    color: var(--button-font-color-focus);
    background-color: #32AEFB;
    background-color: var(--button-color-focus);
    border-color: #32AEFB;
    border-color: var(--button-border-color-focus)
}

.btn-light.active:hover,
.btn-light:active:hover,
.open>.dropdown-toggle.btn-light:hover {
    color: #fff;
    color: var(--button-font-color-hover);
    background-color: #32AEFB;
    background-color: var(--button-color-hover);
    border-color: #32AEFB;
    border-color: var(--button-border-color-hover)
}

.btn-light.disabled.focus,
.btn-light.disabled:focus,
.btn-light.disabled:hover,
.btn-light[disabled].focus,
.btn-light[disabled]:focus,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light.focus,
fieldset[disabled] .btn-light:focus,
fieldset[disabled] .btn-light:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-light .badge {
    color: #337ab7;
    background-color: #fff
}

.checkbox label:after{
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr{
    position: relative;
    display: inline-block;
    border: 2px solid var(--input-border-color);
    border-radius: 0px;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}


.checkbox .cr .cr-icon{
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.kontrast .checkbox .cr:active,
.kontrast .checkbox .cr:focus,
.kontrast .checkbox .cr:hover {
    background-color: #595959 !important;
    outline: 3px solid #000 !important;
}
.kontrast .checkbox .cr:checked {
    background-color: #000;
    border: 0!important;
    background-image: url(../images/ic_check.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 19px auto;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon{
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr{
    opacity: .5;
}

.input-number-control .btn {
    width: 55px;
    height: 55px;
}
.input-number-control .input-number {
    height: 55px;
/*    border: 1px solid lightgrey;*/
    text-align: center;
    font-weight: 600;
    /*font-size: 22px;*/
    font-size: 1.571em;
    margin-left: 0px;
    margin-right:0px;
    margin-top: 2px;
    width: 100%;
}

.kontrast input:hover,
.kontrast input:focus,
.kontrast input:active{
    transition: border-color .3s;
    outline: 3px solid black !important;
}

.colored-title {
    color: #0095ff;
    color: var(--font-colored) !important;
    font-weight: 600;
}

.colored-title > span {
    color: #3d3d3d !important;
    font-weight: 400;
}

.wrap_geburtsdatum {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: -5px;
}
.tooltipPersonaldata{
    position:relative;
    float:right;
    margin-bottom:3px;
    margin-top:46px;
}

.tooltipPersonaldata:focus {
    outline: 1px solid var(--color-focus-visible);
}
.selectPersonaldata{
    margin-bottom: -15px;
    width: calc(100% - 25px);
    float:left;
}
.privacy_check_span{
    padding-left:45px;
    width: calc(100% - 25px) !important;
}
.gebDatumTooltip{
    margin-top:-39px !important;
}
.geburtstag_head {
    float: left;
    margin-top: 10px;
    margin-bottom: 6px;
}
.gebdatumTag{
    width: 90px;
    margin-top:-12px;
    padding-right:0px;
}
.gebTag{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    outline: none !important;

}
.kontrast .gebTag:focus,
.kontrast .gebTag:hover{
   outline: none !important;
    border: 5px solid black !important;


}

.gebMonat{
    width: 90px !important;
   border-radius:0px !important;
}

.gebJahr{
	border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
	width: 90px !important;
}

.gebTag:focus{
    border-right-width: 4px !important;
    background-image: none !important;
}
.gebMonat:focus{
    border-right-width: 4px !important;
    background-image: none !important;
}

.kontrast .gebMonat:focus,
.kontrast .gebMonat:hover{
    outline: none !important;
    border: 5px solid black !important;

}

.gebJahr:focus{
    background-image: none !important;
}

.kontrast .gebJahr:focus,
.kontrast .gebJahr:hover{
    outline: none !important;
    border: 5px solid black !important;


}

.gebdatumMonat{
    width: 50px;
    margin-top:-12px;
    padding-left:0px;
    padding-right:0px;
    white-space: nowrap;
    display: inline-block;

}
.gebdatumJahr{
    width: 120px;
    margin-top:-12px;
    padding-left:0px;
    width: 16% !important;

}

.personaldataInput{
    width: calc(100% - 25px) !important;
}

.personaldataInput:focus{
    background-image: none !important;

}
.wrap_geburtsdatum_daten {
    float: left;
    clear: left;
    width: 100%;
}
.wrap_geburtsdatum_daten > .tvweb_label {
    clear: none;
    width: 10%;
    margin-right:5px;
   /*margin-right: -2px;*/
}

.privacy_check > label {
    margin-bottom: 0px;
    padding-top: 0px;
}
.privacy_check span:nth-child(3) {
    display: inline-block;
}
.privacy_check_info {
    margin-bottom: 10px;
}
.privacy_check_info span:nth-child(2) {
    display: inline-block;
}

.checkbox_error {
    border-width: 2px;
    border-color: rgb(210,0,0);
    border-style: solid;
}

.kontrast .checkbox_error {
    border: 3px dashed #000 !important;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png");
    margin-left: -6px;
}
.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png");
    margin-left: -3px;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("../images/ui-icons_777777_256x240.png");
}

.error-text{
    color: rgb(210,0,0);
    margin-bottom: 0px;
    clear:both;
}

#grouped_concerns_wrap {
    margin-bottom: 15px;
}
/*#grouped_concerns_wrap * {*/
/*    outline: none;*/
/*}*/
#grouped_concerns_wrap .collapse_btn {
    outline: none;
}
#grouped_concerns_wrap .row {
    margin-left: 0px;
    margin-right: 0px;
}

.panel .panel-heading {
    width: 100%;
    margin-bottom: 1px;
    padding: 0px;
    border: none !important;
    border-radius: 0px;
    background-color: #0095ff;
}
.panel .panel-heading .accordion-toggle {
    padding: 7px 10px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.panel .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #fff;         /* adjust as needed */
}
.panel .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
#grouped_concerns_wrap .grouped_concerns_content {
    /*margin-right: -1px;*/
    padding: 0px 10px;
}
.collapse.in {
    display: inline-block;
    width: 100%;
}

.suggestion_form {
    margin-bottom: 5px;
}
.ul_first_level {
    list-style-type: none;
}
.suggest_times {
    margin-bottom: 10px;
}
.suggest_btn {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    width: 100%;
    text-transform: none;
    /*font-size: 14px !important;*/
    font-size: 1em !important;
    margin-top: 0px !important;
}

/*.suggest_btn:focus {
    border-color: transparent !important;
}*/
.suggest_btn_5 {
    padding: 0px 3px !important;
    letter-spacing: 0em !important;
}
.kontrast .suggest_btn_5 {
    padding: 0px 3px !important;
    border: 1px solid black !important;
}

.container {
    position: relative;
}

#lang_wrap {
    display: inline-block;
    position: absolute;
    top: 71px;
    right: 15px;
}
#lang_wrap .lang_elem {
    margin-bottom: 1px;
}
#lang_wrap .lang_elem:last-of-type {
    margin-bottom: 0px;
}
#lang_wrap .lang_elem a.lang_btn {
    display: block;
    padding: 1px 3px 0px;
    font-size: 11px;
    color: #FFF;
    background-color: #0095ff;
    text-decoration: none;
}
#lang_wrap .lang_elem a.lang_btn:hover {
    background-color: #0095ff;
}

#suggest_filter_form div.checkbox {
    height: 40px;
}
#suggest_filter_form div.checkbox label {
    padding-left: 0px;
}
#suggest_filter_form input.suggest_date {
    width: 130px;
    margin-right: 10px;
}
.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-datepicker-trigger:hover {
    outline: 2px solid var(--datepicker-border-hover) !important;
}
.ui-datepicker-trigger:focus {
    outline: 2px solid var(--datepicker-border-focus) !important;
}
.ui-datepicker-trigger:focus:hover {
    outline: 2px solid var(--datepicker-border-hover-focus) !important;
}


#suggest_filter_form #suggest_date_wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

li.isHidden {
    display: none;
}
#extend_today {
    height: 30px;
    line-height: 28px;
    padding: 0px 20px;

    text-transform: none;
    background-color: transparent !important;
    border: 1px solid #0095ff;
    color: #0095ff;
}

@media (max-width: 600px)
{
    .btn-light {
        width: 100%;
    }
}

 @media (min-width: 768px){
     #captcha_output{
         margin-right: 10px;
     }
}

@media (max-width: 370px){
    .gebdatumJahr{
        max-width: 81px !important;
    }
}

#cookie_msg {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    padding: 30px 0px;
    background-color: #FFF;
    text-align: center;

    -webkit-box-shadow: 0px -25px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -25px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px -25px 15px 0px rgba(0,0,0,0.5);
}
#cookie_msg span {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
#cookie_msg .btn {
    height: 34px;
    margin-right: 20px;
    padding: 0px 20px;
    color: var(--button-font-color);
    border: 2px solid var(--button-border-color) !important;
    text-transform: none;
}
#cookie_msg .btn:hover {
    color: var(--button-font-color-hover);
    border: 2px solid var(--button-border-color-hover) !important;
}

#cookie_msg .btn:focus {
    color: var(--button-font-color-focus);
    border: 2px solid var(--button-border-color-hover) !important;
}

#cookie_msg .btn:focus:hover {
    color: var(--button-font-color-hover-focus);
    border: 2px solid var(--button-border-color-hover-focus) !important;
}

.kontrast #cookie_msg .btn:hover,
.kontrast #cookie_msg .btn:active,
.kontrast #cookie_msg .btn:focus {
    color: #000;
}
.kontrast .btn:hover.disabledButton{
    border: 2px solid black !important;
}

#hunangskrukka {
    display: none;
    width: 0px;
    height: 0px;
    margin: 0px;
    height: 0px;
}

#captcha_output {
    display: inline-block;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
#captcha_control {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    margin-right: -2px;
    padding: 3px 5px 3px 5px;
    background-color: #FFF;

    border: 2px solid rgba(61, 61, 61, .2);
    border-right: none;
    font-size: 0.875em;
}
.kontrast #captcha_control {
    border-color: #000;
}
#captcha_input {
    display: inline-block;
    float: left;
}
#captcha_input > label {
    float: left;
    margin-bottom: 0px;
    padding: 0px;
}

#captcha_image {
    border: 2px solid rgba(61, 61, 61, .2);
}
.kontrast #captcha_image {
    border-color: #000;
}
.captcha_image_personaldata {
    float: left;
}
.captcha_image_rsvmanager {
    border-bottom: none !important;
}

#captcha_image_audio {
    display: none;
}

#captcha_image_audio_controls {
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 0.875em;
}

#captcha_play {
    width: 20px;
    height: 20px;
}
#captcha_loading {
    width: 20px;
    height: 20px;
}
#captcha_reload {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}

#captcha_result {
    clear: left;
    float: left;
    margin-bottom: 0px;
}
.captcha_result_personaldata {
    width: 165px !important;
}

#rsvm_login_tbl {
    margin: 0px auto;
    width: 300px;
}
#rsvm_login_tbl input[type="submit"] {
    width: 25%;
    height: 40px;
    line-height: 40px;
}

img#maintenance{
    display: block;
    margin: 0px auto 30px;
    width: 25%;
}

.btn {
    white-space: normal;
    line-height: 1;
    margin-top:2px;
    border: 1px solid #0095ff;
    border: 1px solid var(--button-border-color);
}
.kontrast button:disabled{
    border-color: black;
    color: white;
}

.important_info_msg {
    margin-bottom: 20px;
    display: inline-block;
    /*font-size: 14px;*/
    font-size: 1em;
    color: #d50006;
}

#footer_dialog {
    text-align: left;
}

/*#footer_link_help,*/
/*#footer_link_imprint,*/
/*#footer_link_privacy {*/
/*    margin-right: 15px;*/
/*}*/

a.btn {
    text-decoration: none;
    padding-top: 15px;
}

.kontrast a.btn {
    text-decoration: none;
    padding-top: 15px;
}

#loc_map {
    width: 100%;
    height: 30vh;
    margin-bottom: 2%;
    position: relative;
    border-radius:0;
    border-radius: var(--locationmap-border-radius);
}
#map_loading {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

#map_agreement_loading {
    width: 32px;
    height: 32px;
    display: none;
}

.map_legend_entry{
    display: contents;
    width: 30%;
}

#map_legend{
    width: 100%;
    display: flex;
}

.map_legend_text{
    font-size: 11px;
    font-size: 0.786em;
    vertical-align: baseline;
    margin-left: 5px;
    margin-right: 10px;
}

.map_legend_text_2_lines{
    /*font-size: 11px;*/
    font-size: 0.786em;
    margin-left: 5px;
    margin-right: 10px;
}

.map_legend_icon{
    width: 12px;
    height: 20px;
}

.map_loc_btn {
    text-transform: inherit;
    text-decoration: none;
    min-width: 150px;
    height: 20px;
    margin-top: 2px;
    padding: 0px 4px !important;
    line-height: 20px;
    color: #FFF !important;
    font-size: 12px;
}
.map_loc_btn:focus {
    border-bottom-color: transparent;
}

#map_agreement{
    border: solid 1px;
    margin: 2% 0% 2% 0%;
    text-align: center;
    padding:8px;
}

#map_agreement_accept{
    height: 34px;
    margin-right: 20px;
    padding: 0px 20px;
    color: var(--button-font-color);
    border: 2px solid var(--button-border-color) !important;
    text-transform: none;
}

#map_agreement_accept:hover {
    color: var(--button-font-color-hover);
    border: 2px solid var(--button-border-color-hover) !important;
}

#map_agreement_accept:focus {
    color: var(--button-font-color-focus);
    border: 2px solid var(--button-border-color-hover) !important;
}

#map_agreement_accept:focus:hover {
    color: var(--button-font-color-hover-focus);
    border: 2px solid var(--button-border-color-hover-focus) !important;
}

.kontrast #map_agreement_accept:hover,
.kontrast #map_agreement_accept:active,
.kontrast #map_agreement_accept:focus {
    color: #000;
}   

.kontrast #loc_map,
.kontrast #map_legend{
    filter: grayscale(100%);
}

.focusinvisible{
    border: none;
    background: transparent;
}
.focusinvisible:focus-visible{
    outline: none !important;
}

#info_box {
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}
#info_box > .panel-heading {
    margin-bottom: 0px;
    padding: .5em .5em .5em .7em;
    line-height: 15px;
}
#info_box > .panel-body {
    border: 1px solid #ddd;
    border-top: none;
}

#info_box_table_wrap {
    border: none;
    margin-bottom: 0px;
}

#info_box_table {
    margin-top: 0px;
    margin-bottom: 0px;
}
#info_box_table {
    width: 100%;
    min-width: 400px;
    color: rgba(61, 61, 61);
}
#info_box_table th {
    width: auto;
    padding: 2px 5px 2px 0px;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}
#info_box_table td {
    width: 100%;
    padding-left: 5px;
}
#info_box_cnc_list {
    margin-left: -25px;
    margin-bottom: 0px;
}

.birthdates {
    float: left;
    margin-top: 5px !important;
}
#geburtsdatumDay,
#geburtsdatumMonth{
    width: 50px;
}
.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index: 999;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 150px;
}

.doclist {
    display: inline-block;
    width: 100%;
}
.doclist_item {
    display: inline-block;
    width: 100%;
    float: left;
    clear: left;
    padding-top: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.doclist_item:last-of-type {
    border-bottom: none;
}
.doclist_checkbox {
    position: relative !important;
    left: 0 !important;
    float: right;
    opacity: 1 !important;
    cursor: pointer;
}
#captcha_reload{
 outline: 2px solid transparent;
}
#captcha_reload:focus{
    outline-color: var(--button-border-color-focus);
}
#captcha_reload:hover{
    outline-color: var(--button-border-color-hover);
}
#captcha_reload:hover:focus{
    outline-color: var(--button-border-color-hover-focus);
}


.captcha_play_button{
    border: 2px solid transparent;
}

.captcha_play_button:hover{
    border-color: var(--button-border-color-hover);
}

.captcha_play_button:focus{
    border-color: var(--button-border-color-focus);
}
.captcha_play_button:focus:hover{
    border-color: var(--button-border-color-hover-focus);
}


.kontrast .captcha_play_button:hover,
.kontrast .captcha_play_button:focus{
    border: 2px solid black;
}

.kontrast #captcha_reload:focus,
.kontrast #captcha_reload:hover{
    outline: 2px solid black;
}
.cnc_modal_cnc_divider {
    border: 1px solid #0095ff;
    border: 1px solid var(--font-colored);/*#32aefb;*/
}
.kontrast .cnc_modal_cnc_divider {
    border: 1px solid #000;
}

#location_infotext {
    display: inline-block;
    padding: 0px 15px;
}

#corona_login_tbl {
    margin: 0px auto;
    width: 480px;
}
#corona_login_tbl input[type="submit"] {
    width: 40%;
    height: 40px;
    line-height: 40px;
}
#corona_captcha_reload {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #FFF;
}
.captcha_image_corona {
    /*border-bottom: none !important;*/
}
.content--corona {
    max-width: 700px;
}
.corona_code_part_wrap {
    padding-left: 5px;
    padding-right: 5px;
}
.corona_code_part_wrap:first-of-type {
    padding-left: 0px;
}
.corona_code_part_wrap:last-of-type {
    padding-right: 0px;
}
.corona_code_part_wrap > input[type=text] {
    text-align: center;
}
#corona_logout_wrap {
    display: inline-block;
    float: right;
    margin-right: 20px;
}
#corona_logout_wrap .btn {
    height: 25px;
    padding: 0px 15px;
    border-bottom: 0px;
}
.kontrast #corona_logout_wrap .btn {
    border: 2px solid #FFF;
}
.ui-widget-content{
    border-radius: var(--accordion-border-radius-left-top) var(--accordion-border-radius-right-top) var(--accordion-border-radius-right-bottom) var(--accordion-border-radius-left-bottom);
}

.select_mdt_btn {
    padding-left: 10px;
    padding-right: 50px;
    background-position: 98%;
}

.popover {
    overflow-x: auto;
}

.ratings {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.rating {
    text-align: center;
    width: 100%;
    float: left;
    clear: left;
}
.rating .rating_name {
    display: inline-block;
    padding-top: 10px;
}
.rating ~ .rating_rc {
    text-align: left;
}
.stars {
    display: inline-block;
}
.stars:not(:checked) > input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 1px;
}
.stars:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 50px;
    color: #ccc;
    margin-bottom: 0px;
    padding-top: 0px;

    text-shadow: -1px 0 #3D3D3D, 0 1px #3D3D3D, 1px 0 #3D3D3D, 0 -1px #3D3D3D;
    -webkit-text-stroke: 2px rgb(61, 61, 61);
}
.kontrast .stars:not(:checked) > label {
    color: #fff;

    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    -webkit-text-stroke: 3px #000;
}
.stars:not(:checked) > label:before {
    content: '★ ';
}
.stars > input:checked ~ label {
    color: #0095ff;
}
.kontrast .stars > input:checked ~ label {
    color: #000;
}
.stars:not(:checked) > label:hover,
.stars:not(:checked) > label:hover ~ label {
    color: #0095ff !important;
}
.kontrast .stars:not(:checked) > label:hover,
.kontrast .stars:not(:checked) > label:hover ~ label {
    color: #000;
}
.stars > input:checked + label:hover,
.stars > input:checked + label:hover ~ label,
.stars > input:checked ~ label:hover,
.stars > input:checked ~ label:hover ~ label,
.stars > label:hover ~ input:checked ~ label {
    color: #0095ff;
}
.kontrast .stars > input:checked + label:hover,
.kontrast .stars > input:checked + label:hover ~ label,
.kontrast .stars > input:checked ~ label:hover,
.kontrast .stars > input:checked ~ label:hover ~ label,
.kontrast .stars > label:hover ~ input:checked ~ label {
    color: #000;
}

/*Einstellungsmenü*/
.disclosure-nav {
    background-color: #eee;
    background-color: var(--navigation-front-color);
    display: flex;
    list-style-type: none;
    padding: 0;
}
.nomenu{
    background-color: transparent;
}
.languageSelect{
    background-color: transparent;
    padding-right: 1em !important;
}

.disclosure-nav ul {
    background-color: #eee;
    background-color: var(--navigation-front-color);
    border: 1px solid rgb(25,25,25);
    border-top-width: 5px;
    border-radius: 0 0 4px 4px;
    display: block;
    list-style-type: none;
    margin: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    z-index: 600;
}

.disclosure-nav li {
    margin: 0;
}

.disclosure-nav ul a {
    border: 0;
    color: rgb(25,25,25) !important;
    display: block;
    margin: 0;
    /*padding: 0.5em 1em;*/
    text-decoration: underline;
    padding: 10px;
}

.disclosure-nav ul a:hover {
    background-color: black; /*#ddd;*/
    background-color: var(--navigation-button-color-hover);
    color: white !important;
    margin-bottom: 0;
    text-decoration: underline;
}
.disclosure-nav ul a:focus {
    background-color: black; /*#ddd;*/
    background-color: var(--navigation-button-color-focus);
    color: white !important;
    margin-bottom: 0;
    text-decoration: underline;
}
.disclosure-nav ul a:focus:hover {
    background-color: black; /*#ddd;*/
    background-color: var(--navigation-button-color-hover-focus);
    color: white !important;
    margin-bottom: 0;
    text-decoration: underline;
}

.kontrast .disclosure-nav ul a:hover,
.kontrast .disclosure-nav ul a:focus {
    background-color: black;
}

.disclosure-nav ul a:focus {
    /*outline: 5px solid rgba(0,0,0,0.75);/*rgba(0, 90, 156, 0.75);*/
    position: relative;
}
.disclosure-nav ul a:hover {
  /*  outline: 5px solid rgba(0,0,0,0.75);/*rgba(0, 90, 156, 0.75);*/
    position: relative;
}

.disclosure-nav button {
    align-items: center;
    border: 1px solid transparent;
    border-right-color: transparent;
    border-right-color: var(--navigation-vertical-border-color);
    display: flex;
    padding: 1em 0.25em 1em 1em;
}


.disclosure-nav button::after {
    content: "";
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    height: 0.5em;
    margin-top: -6px;
    margin-left: 0.75em;
    width: 0.5em;
    transform: rotate(45deg);
}

.nomenu::after{
    content:"" !important;
    border: none !important;
    margin-left: 0.25em !important;
}

.disclosure-nav button:focus {
    border-color: rgb(25,25,25);
    border-color: var(--navigation-vertical-border-color);/*#005a9c;*/
    position: relative;
}
.disclosure-nav button:hover {
    border-color: rgb(25,25,25);
    border-color: var(--navigation-vertical-border-color);/*#005a9c;*/
    position: relative;
}
.disclosure-nav button:hover:focus {
    border-color: rgb(25,25,25);
    border-color: var(--navigation-vertical-border-color);/*#005a9c;*/
    position: relative;
}

.disclosure-nav button:hover,
.disclosure-nav button[aria-expanded=true] {
    background-color: rgb(25,25,25);/*#005a9c;*/
    background-color: var(--navigation-button-color-hover);
    color: #fff;
}
.disclosure-nav button:focus {
    background-color: rgb(25,25,25);/*#005a9c;*/
    background-color: var(--navigation-button-color-focus);
    color: #fff;
}

.disclosure-nav button:focus:hover {
    background-color: rgb(25,25,25);/*#005a9c;*/
    background-color: var(--navigation-button-color-hover-focus);
    color: #fff;
}
.kontrast .disclosure-nav button:hover,
.kontrast .disclosure-nav button[aria-expanded=true] {
    background-color: black;/*#005a9c;*/
    color: #fff;
}
.kontrast .disclosure-nav button:focus,
.kontrast .disclosure-nav button[aria-expanded=true] {
    background-color: black;/*#005a9c;*/
    color: #fff;
}

.disclosure-nav button:hover::after,
.disclosure-nav button[aria-expanded=true]::after {
    border-color: #fff;
}
.disclosure-nav button:focus::after,
.disclosure-nav button[aria-expanded=true]::after {
    border-color: #fff;
}

.visuallyhidden{
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.radio-wrapper{
    margin-top: 0.5rem;
    margin-left: 12px;
    margin-bottom: 5px;
}
input[type='radio']{
    opacity: 0;
}

input[type='radio']:not(.ratingstar) + label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-top: 10px !important;
    padding-left: 10px !important;
}

input[type="radio"]:not(.ratingstar) + label::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -24px;
    border-radius: 50%;
    border: 1px solid #6f686a;
    width: 25px;
    height: 25px;
    top: 6px;
}
input[type="radio"]:not(.ratingstar) + label::after {
    content: '';
    position: absolute;
    display: inline-block;
    left: -24px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: 6px;
}

input[type="radio"]:checked:not(.ratingstar) + label::after {
    background-color: #34e897;
    border: 0!important;
    background-image: url(../images/ic_check.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
input[type="radio"]:not(.ratingstar):hover + label::before,
input[type="radio"]:not(.ratingstar):focus + label::before {
    background:lightblue;
    box-shadow: inset 0 0 0 2px rgb(25,25,25);
}

.ui-datepicker-trigger {
    height: 30px;
    padding-top: 2px !important;
    padding: 0;
}
.ui-datepicker-trigger img{
    width: 25px;
    height: 25px;
    margin-top: -3px;
}
.offscreen {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
button.ui-datepicker-trigger {
    background-color:transparent !important;
    border:none !important;
    margin:auto !important;
}
.margin-left10{
    margin-left: 10px;
}
.bold{
    font-weight: bold;
}
@media (min-width:400px) {
    .infobox_row{
        display:flex;
        padding-bottom:2px;
        padding-top:2px;
    }
    .infobox_col1{
        min-width: 138px;
        max-width: 138px;
    }
    .infobox_col2{
        flex-grow:1;
        float:left;
        margin-left:10px;
        word-break: break-word;
    }
    .infobox_text{
        font-weight: bold;
    }
}
@media (max-width:399px){
    .infobox_text{
        font-weight: bold;
    }
}

.menuEinstellung {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
.NavigationButton img:first-child{
    display: block;
}
.NavigationButton img:last-child{
    display: none;
}

.NavigationButton:hover img:first-child{
    display: none;
}
.NavigationButton:hover img:last-child{
    display: block;
}

.NavigationButton:focus img:first-child{
    display: none;
}
.NavigationButton:focus img:last-child{
    display: block;
}

.languageSelect img:first-child{
    display: block;
}

.languageSelect img:last-child{
    display: none;
}

.languageSelect:hover img:first-child{
    display:none;
}
.languageSelect:hover img:last-child{
    display:block;
}

.languageSelect:focus img:first-child{
    display:none;
}
.languageSelect:focus img:last-child{
    display:block;
}

.languageSelect[aria-expanded=true] img:first-child{
    display:none;
}
.languageSelect[aria-expanded=true] img:last-child{
    display:block;
}
.NavigationButton:focus-visible{
    outline: none;
}
.languageSelect:focus-visible{
    outline:none;
}
.kontrast .pull-right:hover:not(.disabledButton),
.kontrast .pull-right:focus:not(.disabledButton){
    background-image: url("../images/navigate_right_black.svg") !important;
}

.kontrast .pull-right.btn-abort:hover:not(.disabledButton),
.kontrast .pull-right.btn-abort:focus:not(.disabledButton){
    background-image: url("../images/cross.svg") !important;
}

.kontrast .pull-right.btn-ok:hover:not(.disabledButton),
.kontrast .pull-right.btn-ok:focus:not(.disabledButton){
    background-image: url("../images/check.svg") !important;
}

.kontrast .pull-left:hover,
.kontrast .pull-left:focus{
    background-image: url("../images/navigate_left_black.svg") !important;
}

.kontrast .pull-left.btn-abort:hover,
.kontrast .pull-left.btn-abort:focus{
    background-image: url("../images/cross.svg") !important;
}

.kontrast .pull-left.btn-ok:hover,
.kontrast .pull-left.btn-ok:focus{
    background-image: url("../images/check.svg") !important;
}


.ui-state-default {
    border-radius: var(--accordion-border-radius-left-top) var(--accordion-border-radius-right-top) var(--accordion-border-radius-right-bottom) var(--accordion-border-radius-left-bottom);
}
.ui-accordion-header.ui-state-active{
    background-color: var(--accordion-header-color-open) !important;
    border-color: var(--accordion-header-border-color-open) !important;
    color: var(--accordion-header-font-color-open) !important;
    letter-spacing: 0.03em;
}
.ui-accordion-header.ui-state-default:not(.ui-state-active){
    background-color: var(--accordion-header-color-closed) !important;
    border-color: var(--accordion-header-border-color-closed) !important;
    color: var(--accordion-header-font-color-closed) !important;
    letter-spacing: 0.03em;
}

.ui-accordion-header.ui-state-active:hover{
    background-color: var(--accordion-header-color-open-hover) !important;
    border-color: var(--accordion-header-border-color-open-hover) !important;
    color: var(--accordion-header-font-color-open-hover) !important;
    letter-spacing: 0.03em;
}
.ui-accordion-header.ui-state-active:focus{
    background-color: var(--accordion-header-color-open-focus) !important;
    border-color: var(--accordion-header-border-color-open-focus) !important;
    color: var(--accordion-header-font-color-open-focus) !important;
    letter-spacing: 0.03em;
}
.ui-accordion-header.ui-state-active:focus:hover{
    background-color: var(--accordion-header-color-open-hover-focus) !important;
    border-color: var(--accordion-header-border-color-open-hover-focus) !important;
    color: var(--accordion-header-font-color-open-hover-focus) !important;
    letter-spacing: 0.03em;
}

.ui-accordion-header:hover:not(.ui-state-active){
    background-color:var(--accordion-header-color-closed-hover) !important;
    border-color: var(--accordion-header-border-color-closed-hover) !important;
    color: var(--accordion-header-font-color-closed-hover) !important;
    letter-spacing: 0.03em;
}
.ui-accordion-header:focus:not(.ui-state-active){
    background-color:var(--accordion-header-color-closed-focus) !important;
    border-color: var(--accordion-header-border-color-closed-focus) !important;
    color: var(--accordion-header-font-color-closed-focus) !important;
    letter-spacing: 0.03em;
}
.ui-accordion-header:focus:hover:not(.ui-state-active){
    background-color:var(--accordion-header-color-closed-hover-focus) !important;
    border-color: var(--accordion-header-border-color-closed-hover-focus) !important;
    color: var(--accordion-header-font-color-closed-hover-focus) !important;
    letter-spacing: 0.03em;
}

.kontrast .ui-accordion-header.ui-state-active{
    background-color: black !important;
    color: white !important;
    border-style: dashed !important;
    border-color: black !important;
    border-width: 3px;
}
.kontrast .ui-accordion-header.ui-state-default:not(.ui-state-active){
    background-color: white !important;
    border-color: rgba(61,61,61,0.2);
    color: black !important;
    border-width: 3px;
}

.kontrast .ui-accordion-header.ui-state-active:hover{
    background-color: black !important;
    border-style: dashed;
    border-color: white  !important;
}
.kontrast .ui-accordion-header.ui-state-active:focus{
    background-color: black !important;
    border-color: white !important;
    border-style: dashed;
    outline: None !important;
}
.kontrast .ui-accordion-header:hover:not(.ui-state-active){
    background-color: white !important;
    border-color: black !important;
    border-style: solid;
}
.kontrast .ui-accordion-header:focus:not(.ui-state-active){
    background-color: white !important;
    border-color: black !important;
    border-style: solid;
}
.kontrast .wizard .nav-tabs {
    border-bottom-color: #e0e0e0;
}

.custom-a11yselect-container {
    margin-bottom:20px;
    position:relative;
}

.kontrast .custom-a11yselect-container .custom-a11yselect-btn:focus,
.kontrast .custom-a11yselect-container .custom-a11yselect-btn:hover {
    border: 2px solid black;
    outline: 3px solid black;
}

.kontrast .custom-a11yselect-container .custom-a11yselect-btn {
    outline: 2px solid white;
    background:transparent none;
    border:2px solid black;
    display:block;
    font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:normal;
    line-height:20px;
    max-width:100%;
    overflow:hidden;
    padding:7px 35px 7px 15px;
    text-align:left;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:100%;
    border-bottom-left-radius: var(--selectbox-border-radius-left-bottom);
    border-bottom-right-radius: var(--selectbox-border-radius-right-bottom);
    border-top-left-radius: var(--selectbox-border-radius-left-top);
    border-top-right-radius: var(--selectbox-border-radius-right-top);
}
.custom-a11yselect-container .custom-a11yselect-btn {
    background:transparent none;
    border:2px solid var(--selectbox-border-color);
    display:block;
    font-family:Helvetica, Arial, sans-serif;
    /*font-size:14px;*/
    font-size: 1em;
    font-style:normal;
    font-weight:normal;
    line-height:20px;
    max-width:100%;
    overflow:hidden;
    padding:7px 35px 7px 15px;
    text-align:left;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:100%;
    border-bottom-left-radius: var(--selectbox-border-radius-left-bottom);
    border-bottom-right-radius: var(--selectbox-border-radius-right-bottom);
    border-top-left-radius: var(--selectbox-border-radius-left-top);
    border-top-right-radius: var(--selectbox-border-radius-right-top);
}

.custom-a11yselect-container .custom-a11yselect-btn:focus-visible{
    outline: 3px solid black !important;
}
.custom-a11yselect-container .custom-a11yselect-btn:focus{
    border-color: var(--selectbox-border-color-focus);
}
.custom-a11yselect-container .custom-a11yselect-btn:hover{
    border-color: var(--selectbox-border-color-hover);
}
.custom-a11yselect-container .custom-a11yselect-btn:focus:hover{
    border-color: var(--selectbox-border-color-hover-focus);
}

.custom-a11yselect-container .custom-a11yselect-btn .custom-a11yselect-text {
    color:#333;
}
.custom-a11yselect-container i.custom-a11yselect-icon {
    content:'';
    height:0;
    line-height:1;
    pointer-events:none;
    position:absolute;
    right:15px;
    top:15px;
    width:0;
}
.custom-a11yselect-container i.custom-a11yselect-icon.icon-carrat-down {
    border-top:10px solid rgb(25,25,25); /*var(--button-color);*/
    border-left:8px solid transparent;
    border-right:8px solid transparent;
}
.custom-a11yselect-container i.custom-a11yselect-icon.icon-carrat-up {
    border-bottom:10px solid rgb(25,25,25); /*var(--button-color);*/
    border-left:8px solid transparent;
    border-right:8px solid transparent;
}
.kontrast .custom-a11yselect-container i.custom-a11yselect-icon.icon-carrat-down {
    border-top:10px solid black;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
}
.kontrast .custom-a11yselect-container i.custom-a11yselect-icon.icon-carrat-up {
    border-bottom:10px solid black;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
}
.custom-a11yselect-container .custom-a11yselect-menu {
    background:#fff;
    border: 2px solid var(--selectbox-border-color);/*rgb(25,25,25);*/
    display:none;
    left:0;
    margin:0;
    max-width:100%;
    padding:16px 0;
    position:absolute;
    top:100%;
    width:100%;
    z-index:5000;
    border-bottom-left-radius: var(--selectbox-border-radius-left-bottom);
    border-bottom-right-radius: var(--selectbox-border-radius-right-bottom);
    border-top-left-radius: var(--selectbox-border-radius-left-top);
    border-top-right-radius: var(--selectbox-border-radius-right-top);
}
.custom-a11yselect-container .custom-a11yselect-menu.opened {
    display:block;
    padding-top:0px;
    padding-bottom:0px;
}
.custom-a11yselect-container .custom-a11yselect-menu.custom-a11yselect-overflow {
    max-height:235px; /* can be overriden by overlay parameter */
    overflow-x:hidden;
    overflow-y:scroll;
}
.custom-a11yselect-container .custom-a11yselect-menu.custom-a11yselect-hidden {
    display:none !important;
}
.custom-a11yselect-container .custom-a11yselect-menu.custom-a11yselect-reversed {
    /*border-top:1px solid #ccc;
    border-bottom:none;*/
    border-bottom-left-radius: var(--selectbox-border-radius-left-bottom);
    border-bottom-right-radius: var(--selectbox-border-radius-right-bottom);
    border-top-left-radius: var(--selectbox-border-radius-left-top);
    border-top-right-radius: var(--selectbox-border-radius-right-top);
    bottom:100%;
    top:auto;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option {
    display:block;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option button {
    background:#fff;
    border:none;
    color:#333;
    font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:normal;
    line-height:21px;
    padding:10px 18px;
    text-align:left;
    width:100%;
}

.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option button:hover,
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option button:focus,
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option button:focus-visible{
    border: none !important;
    outline:none;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-focused button {
    background: var(--selectbox-selected-background);
    color:var(--selectbox-selected-font-color);
}

.kontrast .custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-focused button {
    background: black;
    color: white;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-selected button {
    font-weight:bold;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-disabled button {
    background:#fff;
    color:#666;
    cursor:default;
}
.custom-a11yselect-container .custom-a11yselect-img {
    background-repeat:no-repeat;
    background-size:contain;
    display:inline-block;
    margin-right:10px;
    height:18px;
    width:18px;
    vertical-align: middle;
}
.custom-a11yselect-container select.custom-a11yselect-mobile {
    display:block !important;
    height:100% !important;
    left:0 !important;
    margin:0 !important;
    opacity:0 !important;
    padding:0 !important;
    position:absolute !important;
    top:0 !important;
    visibility: visible !important;
    width:100% !important;
    z-index:99999;
    -webkit-appearance: menulist-button !important;
    -moz-appearance: menulist-button !important;
    appearance: menulist-button !important;
}

@media (max-width: 550px) {
    th {
        display: none;
    }
}
@media (max-width: 460px) {
    .ui-accordion .ui-accordion-content {
        padding-left: 1em;
        padding-right: 1em;
    }
    th {
        display: none;
    }
    .suggest_btn {
        font-size: 0.857em !important;
    }
}
@media (max-width: 340px) {
    .suggest_btn_5 {
        padding: 0px 2px !important
    }
}

#suggest_filter_timespan,
#suggest_filter_weekday {
    margin-bottom: 15px;
}
/*Chrome: autofill: blauer Hintergrund eliminieren*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#rsv_wish_accordion_location,
#rsv_wish_accordion_weekdays {
    margin-bottom: 15px;
}
#install_logs {
    width: 100%;
    margin-bottom: 15px;
}
#install_logs tr:last-of-type td {
    border-bottom: none;
}
#install_logs td {
    padding: 1px 0px 1px 15px;
    border-bottom: 1px solid lightgrey;
    white-space: nowrap;
    vertical-align: top;
}
#install_logs td:first-of-type {
    padding-left: 0px;
}
#install_logs td:last-of-type {
    white-space: break-spaces;
}

#infobox_content {
    padding: 5px 10px;
}

#details_infobox{
    margin-bottom: 10px;
}

#mandators_as_list{
    margin-top: 15px;
}

.suggest_location_tbl{
    margin-bottom: 9px;
}
.wish_response_tbl {
    display: flex;
}
.wish_response_tbl_col_th,
.wish_response_tbl_col_td {
    flex-grow: 0;
    flex-shrink: 0;
    padding-bottom: 3px;
}
.wish_response_tbl_col_th {
    padding-left: 10px;
    width: 90px;
}
.wish_response_tbl_col_td > ul.response_concerns {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.wish_response_tbl_col_td > ul.response_concerns > li {
    font-weight: 700;
}
#footer_links {
    padding-left: 0px;
}
#footer_links > li {
    display: inline;
    margin-right: 10px;
    /*font-size: 0.9em;*/
}
#footer_links > li:last-of-type {
    margin-right: 0px;
}

#filter_accordion_content{
    overflow:hidden !important;
}

.popover {
    font-size: 1em;
}
.popover-content {
    /*font-size: 1em;*/
}

.suggest_location_single {
    display: inline-block;
    border: none;
    width: 100%;
}
.suggest_location_single .suggest_location_tbl {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.suggest_location_single .suggest_location_tbl > dt:first-of-type,
.suggest_location_single .suggest_location_tbl > dd:first-of-type {
    padding-top: 10px;
}

@media (max-width:410px) {
    .suggest_location_single .suggest_location_tbl > dt:first-of-type,
    .suggest_location_single .suggest_location_tbl > dd:first-of-type {
        padding-top: 0px;
    }
}

.sugg_table th,
.sugg_table td {
    padding-right: 1px;
    padding-bottom: 3px;
}
.sugg_table th {
    text-align:left; white-space: nowrap; padding-right: 10px;
}

.suggest_btn_slots_wrap {
    margin-right: 1px;
    height: 35px;
}
.suggest_btn_slots {
    margin-top: 0px;
    height: 65%;
}
.suggest_btn_span_time {
    font-size: 1.143em;
    height: 65%;
}
.suggest_btn_span_slots {
    clear: left;
    float: left;
    width: 100%;
    height: 35%;
    text-align: center;
    font-size: 0.714em;
    background-color: #ddd;
    color: #000;
    line-height: 1.1;
}
.kontrast .suggest_btn_slots {
    height: 65%;
    line-height: 1;
}

.exception_msg_task {
    font-weight: bold;
    color: #d50006;
}
.kontrast .exception_msg_task {
    color: #000;
}
.modal-footer .btn-abort {
    margin-left: 0px !important;
}

.rsv_wish_location_label {
    margin-top: 9px;
    padding-top: 0px;
    vertical-align: middle;
}
.rsv_wish_location_label span.cnw_skip_translation {
    padding-left: 50px;
    top: -1px;
    position: relative;
    display: inline-block;
}

.rsv_wish_weekday_label {
    margin-bottom: 4px;
    margin-top: 4px;
    vertical-align: middle;
}

.rsv_wish_weekdays_text,
.rsv_wish_weekday_all_times_text,
.rsv_wish_weekday_time_text {
    padding-left: 50px;
    top: -4px;
    position: relative;
    display: inline-block;
}

@media (max-width: 420px) {
    .rsv_wish_weekdays_text {
        margin-top: 0px !important;
    }
}
@media (max-width: 320px) {
    .rsv_wish_weekday_all_times_text {
        margin-top: 0px !important;
    }
}
@media (max-width: 400px) {
    .rsv_wish_weekday_time_text {
        margin-top: 0px !important;
    }
}

.wrapper_anschrift_str {
    float: left;
    display: inline-block;
    width: 70%;
}
.wrapper_anschrift_hno {
    display: inline-block;
    width: 30%;
}
@media (max-width: 500px) {
    .wrapper_anschrift_str {
        width: 100%;
    }
    .wrapper_anschrift_hno {
        clear: left;
        float: left;
        width: 100%;
    }
}