﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    /*white-space: normal;
  text-align: center;
  word-break: break-all;*/
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    /* box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);*/
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Calibri, sans-serif;
    background-color: #f5f5f5;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.logo {
    float: left;
    width: 90px;
    height: auto;
}

.white {
    background-color: white;
}

.jumbotron-main {
    background-image: url("../res/Standort_Zwettl_Luftaufnahme.jpg");
    background-size: cover;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.text-kastner {
    color: #e10024;
}

.text-biogast {
    color: #fb942b;
}

.login-container {
    max-width: 500px;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../res/spinner.svg);
    background-color: rgba(0,0,0,0.75);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10000;
}

.button-icon-startseite {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .button-icon-startseite i {
        font-size: 24px;
    }


.button-text-startseite {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: start;
    text-align: left;
    line-height: 16px;
}

input.no-input-arrows::-webkit-outer-spin-button,
input.no-input-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.no-input-arrows[type=number] {
    -moz-appearance: textfield;
}

label {
    font-size: 14px;
    color: #808080;
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: .5rem;
}

.bootstrap-select .dropdown-toggle {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.form-check-label {
    font-size: 16px;
    color: rgb(33, 37, 41);
}


/* Unterschriftenfeld */
/*#signature {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
}*/
.signature-pad-wrapper{
    position: relative;
}
.signature-pad-delete{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.signature-pad {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.signature-pad--body canvas {
    width: 100%;
}
/*
.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}

    .signature-pad::before,
    .signature-pad::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .signature-pad::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }

    .signature-pad::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }
    */