/* ÃÂnderungen an dieser Datei dÃÂ¼rfen nur durch die Kommunix GmbH Unna vorgenommen werden! */


:root{
/* FARBEN */
    --primary-color: #ffe100; /*primÃÂ¤re Hintergrundfarbe fÃÂ¼r Buttons usw. */
    --primary-color-rgb: 255, 225, 0; /*primÃÂ¤re Hintergrundfarbe fÃÂ¼r Buttons usw. */
    --secondary-color: #000000;/*rgba(0,56,101,0.9); /* Hover-Focus-Farbe (Hintergrund) fÃÂ¼r Buttons */
    --accent-color: #ffe100; /*Farbe fÃÂ¼r Kreis, Dreieck und Linie bei der Schrittanzeige */

    --border-color-focus: #eef0f2; /* 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: black; /* 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: #343a3f; /*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: #ffe100; /* Accordion geÃÂ¶ffnet: Hintergrundfarbe des Headers bei Hover */
    --accordion-header-font-color-open-hover: #000000; /* Accordion offen: Schriftfarbe des Headers bei Hover*/
    --accordion-header-border-color-open-hover: #000000; /*Accordion geÃÂ¶ffnet: Borderfarbe des Headers bei Hover */

    --accordion-header-color-open-focus: #ffe100; /* Accordion geÃÂ¶ffnet: Hintergrundfarbe des Headers bei Focus */
    --accordion-header-font-color-open-focus: #000000; /* Accordion offen: Schriftfarbe des Headers bei Focus*/
    --accordion-header-border-color-open-focus: #ffe100; /*Accordion geÃÂ¶ffnet: Borderfarbe des Headers bei Focus */

    --accordion-header-color-open-hover-focus: #ffe100; /* Accordion geÃÂ¶ffnet: Hintergrundfarbe des Headers bei Hover und Focus */
    --accordion-header-font-color-open-hover-focus: #000000; /* Accordion offen: Schriftfarbe des Headers bei Hover und Focus*/
    --accordion-header-border-color-open-hover-focus: #ffe100; /*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: var(--secondary-color); /*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: var(--secondary-color); /*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;
}

div#banner_text {
  text-align: center;
  margin: 60px auto -50px;
  font-size: xx-large;
}

div#plinfo {
  text-align: center;
  margin: 60px auto -50px;
}

div#banner {
  background: url(/styles/web/plauen/images/logo_plauen.png) no-repeat;
  background-size: contain;
  height: 150px;
  margin: 25px auto -50px;
  background-position-x: 50%;
  background-position-y: 100%;
}