﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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);
}

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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.switch-field {
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: #e4e4e4;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #a5dc86;
        box-shadow: none;
    }

    .switch-field input:nth-child(3):checked + label {
        background-color: red;
        box-shadow: none;
    }

    .switch-field input:nth-child(5):checked + label {
        background-color: blue;
        color:white;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;

    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }


    .switch-field.greyout input:checked + label {
        background-color: lightgray !important;
    }

.dwabsoluteright {
    position: absolute;
    right: 0;
}

.smalltext {
    font-size: 12px;
}

.smalltext:after {
    content: ", ";
}

.smalltext:last-child:after {
    content: "";
}

.dwnestedsortable li {
    padding-right: 0;
}

.dwnestedsortable .row {
    padding-bottom: 10px;
}

.dwnestedsortable button {
    z-index: 10;
}

.viewstate-Excluded {
    display: none;
}

.hasexclusives .viewstate-Normal {
    display: none;
}

.hierlist {
    display: none;
}

.hierlist.level-0{

}

.hierlist.level-1 {
  
}

.hierlistview {
    display: flex;
    justify-content: flex-start;
}

.hierlistviewblock {
   flex-grow: 1;
    flex: 1;
    position: relative;
}

.hierlistview input{
    display: none;
}

.hierlistFullwrapper input[type="radio"]:checked + label {
    font-weight: bold;
    background-color: lightblue;
}

input[type="radio"]:checked + label {
    font-weight: bold;
}

.hieraddbutton {
    display:none
}

.hiertag {
    min-width: 60px;
    margin-right: 5px;
    margin-bottom: 5px;

}

.badge {
    margin-left: 10px;
}

.hieraddbutton {
    width: 100%;
    position: absolute;
    bottom: -40px;
}

.hierblocktarget {
    height: 150px;
    border: 1px solid lightgray;
    padding: 5px;
    padding-left: 15px;
    overflow-y: scroll;
}

.hierblocktarget label {
    width: 100%;
}

.hierblocktarget label:hover {
    background-color: lightblue;
}

.dwrequired:after {
    color: red;
    content: "*";
}

.dwformfields label.dw-title{
    font-weight: bold;
}

.fieldrow {
    margin-bottom: 30px;
    padding: 5px 10px;
}

.dwhiddenvalue {
    display: inline-block;
    width: 1px;
    height: 1px;
    border: none;
}

.dwodd {
    background-color: #efefef;
}

.nofloat .form-check-inline {
    display: block;
}

.dw-minwidth-200 {
    min-width: 200px;
}

.dwsmalltext {
    font-size: 12px;
}

.dwpulsing {
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-name: dwcolorpulse;
}

.dwhidden {
    display: none;
}

.dwimage {
    max-width: 100%;
}

.dwimgmini {
    max-width: 75px;
}

.dwpictabelle {
    width: 75px;
}

.dwflexwrap {
    display: flex;
    flex-wrap: wrap;
}

.dwcenterimage {
    margin-top: 7px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.dwflexwrap .card {
    flex: 1 0 22%; /* explanation below */
    margin: 7px;

}

.togglechildoptions {
    cursor: pointer;
}

.fa-arrows-alt {
    cursor: grab;
}

.dwscale95 {
    transform: scale(0.95);
}


.navbar-brand {
    min-width: 150px;
    text-align: left !important;
}

.filterhead {
    margin-top: 8px;
    font-weight: bold;
}

.dwvorschlag {
    cursor: pointer;
    border: 1px solid lightgray;
    padding: 2px 5px;
    border-radius: 3px;
}

.nav-link.active {
    text-decoration: underline;
}

.dwflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.dwflex.dwflex2-2 > * {
    width:45%;
}

.dwflex.dwflex3-3 > * {
    width: 30%;
}

.sumalert{
    width:100% !important;
}

@keyframes dwcolorpulse {
    0% {
        background-color: #222;
    }

    100% {
        background-color: #4285f4;
    }


}