﻿/* Main styles Planserver/Plattform */
/* ###################################################################### */
html {
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

a {
    color: #B57E00;
    text-decoration: none;
}

a:hover, a:focus {
    color: #D19518;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/* Nav and Footer styles */
/* ###################################################################### */
.nav > li > a {
    color: #787878;
}

footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #efefef;
}

/* count indicator near icons */
.nav > li .count {
    position: absolute;
    bottom: 12px;
    right: 6px;
    font-size: 9px;
    background: rgba(51,200,51,0.55);
    color: rgba(255,255,255,0.9);
    line-height: 1em;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}


/* Text styles */
/* ###################################################################### */
.smalltext {
    font-size: 11px !important;
}

.smalltext2 {
    font-size: 12px !important;
}

.minitext {
    font-size: 9px;
}

.midtext {
    font-size: 14px;
}


.select2-results__options {
    font-size: 12px;
}

select2-results__option {
    padding: 2px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 350px;
}

.form-control {
    border-radius: 4px;
}


.card-header span {
    /* margin-top: -20px; */
    font-size: 15px;
}

.card-header-normal span {
    margin-top: 0px;
    font-size: 15px;
}

.card-header-on-off {
    margin-top: -20px;
}

.plankey {
    font-family: Courier New, Courier, monospace;
    font-weight :bold;
    font-size: 30px;
}



.plankeydescr {
    line-height:10px;
    font-size:11px;
}

.plankeybox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plankeyelement {
    style ="float:left;
}

.plankeyoption {
    line-height:1.5rem;
}

/* Bootstrap modifications */
/* ###################################################################### */
/*.btn {
    font-size: 1em;
}*/
/*.form-check-input {
    margin-left: -2rem;
}*/

.navbar {
    display: inherit;
}

.navbar-brand {
    font-size:2rem;
}


/* Wizardmodifications */
/* ###################################################################### */

.sw-theme-dots > .nav .nav-link.done {
    color: #deb700;
}

    .sw-theme-dots > .nav .nav-link.done::after {
        background-color: #deb700;
    }

.sw-theme-dots > .nav .nav-link.active::after {
    background-color: #ffd000 !important;
}


.sw-theme-dots > .nav .nav-link.active {
    color: #ffd000 !important;
}

.sw-theme-dots .toolbar > .btn {
    color: #000;
    background-color: #deb700;
    border: 1px solid #deb700;
}

.textarea_error {
    border: 5px solid red;
}