﻿/* 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. */
/* Float four columns side by side */
/* Responsive columns */
.clamp {
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}


.spinner-self {
    display: none;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: no-repeat center #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid darkgreen;
    border-radius: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

.progress{
    width:100%;
    
}
.active {
    color: white;
    background-color: #d0ddd3;
    text-decoration: none;
}

.ImageOnTop {
    /* The image used img_girl .jpg*/
    background-image: url("../images/Anhänger_III.jpg");
    /* Full height */
    height: 50%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-text {
    word-wrap: break-word;
    /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;*/
    hyphens: auto;
}

.imageHeader {
    max-width: 100%;
    height: auto;
}

#WildlisteTable .row{
    content:"";
    display:table;
    clear:both;
}

.Wildlistcolumn {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid darkgreen;
    cursor: pointer;
}

Wildlistcolumn:nth-child(even) {
    background-color: lightgray;
}


    .Wildlistcolumn:hover span.icon {
        display: inline-block;
    }

    .Wildlistcolumn span {
        visibility: hidden;
    }

    .Wildlistcolumn:hover span {
        visibility: visible;
        color: red;
        background: transparent;
    }

    .Wildlistcolumn:hover {
        background-color: #d0ddd3 !important;
    }



.columns {
    float: left;
    width: 33%;
    padding: 0 10px;
    padding-top: 20px;
}

@media screen and (max-width: 600px) {
    .columns {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}



.column {
    float: left;
    width: 33%;
    padding: 0 10px;
    padding-top: 20px;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Remove extra left and right margins, due to padding */
.row {
    margin: 0 -5px;
}

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

.card {
    border: 1px solid transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: #f1f1f1;
    height: 100%;
}

    .card p::before {
        background: darkgreen;
        content: "";
        height: 100%;
        left: -14px;
        position: absolute;
        top: 0;
        width: 27px;
        z-index: -1;
        -moz-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        -o-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
        transform: skewX(30deg);
    }

#progress {
    width: 100%;
    background-color: #ddd;
}

#bar {
    width: 10%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.sidenavNews {
    height: auto;
    width: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    background-color: #d0ddd3;
    /*overflow-x: hidden;
    transition: 0.5s;
    margin-left: 15px;
    padding-top: 60px;*/
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;

    }

        .sidenav a {
            font-size: 18px;
        }
}


.sidenav {
    height: auto;
    width: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    background-color: #d0ddd3;
    overflow-x: hidden;
    transition: 0.5s;
    margin-left: 15px;
    padding-top:60px;
}

.sidenav a 
{
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
}

.sidenav a:hover 
        {
            color: darkgreen;
        }

.sidenav .closebtn {
        position: absolute;
        top: -10px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }




a {
    //color: #343a40 !important;
}
.mb-3, .my-3 {
    margin-bottom: 0rem !important;
}

.border-bottom {
    border-bottom: 2px solid #697d92 !important;
}

.bg-white {
    background-color: #d0ddd3 !important;
}

.d-sm-block {
    /*border-width:0px 2px 2px 0px;
    border-color: darkgreen;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    border-bottom-color: darkgreen;
    border-bottom-style: solid;
    height: 45.5px;*/
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #d0ddd3;
}

.navbar-light .navbar-brand {
    color: darkgreen;
}

.navbar-light .btn-link:hover {
    color:white;
    background-color: #53825d;

}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: darkgreen;
    /*border-color: #1861ac;*/
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: darkgreen;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
}
/*@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: 26px;/* Vertically center the text there */
    background-color: #d0ddd3;
}

/*Hannes*/

input[type=checkbox] {
    /*transform: scale(1.5) !important;*/
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 27px;
    height: 17px;
    border: 1px solid #ededed;
    margin: 1px 0 0;
    cursor: pointer;
}


#IDDeleteTrash a:hover {
    color: red !important;
}

#IDEdit a:hover {
    color: darkgreen !important;
}

#id {
    color: white !important;
}

#employees {
    padding: 0 20px
}

    #employees:last-child {
        border-bottom: 1px solid #BBB;
    }

    #employees > input {
        display: none;
    }

    #employees i {
        display: inline-block;
        float: right;
        padding: 2px;
        width: 40px;
        height: 20px;
        border-radius: 13px;
        vertical-align: middle;
        -webkit-transition: .25s .09s;
        transition: .25s .09s;
        position: relative;
        background: #d8d9db;
        box-sizing: initial;
    }

        #employees i:after {
            content: " ";
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #fff;
            position: absolute;
            left: 2px;
            -webkit-transition: .25s;
            transition: .25s;
        }

    #employees > input:checked + i {
        background: #4bd865;
    }

        #employees > input:checked + i:after {
            -webkit-transform: translateX(20px);
            transform: translateX(20px);
        }

    #employees:hover {
        cursor: pointer;
    }

.table tr {
    cursor: pointer;
}

    .table tr:hover span.icon {
        display: inline-block;
    }

    .table tr span {
        visibility: hidden;
    }

    .table tr:hover span {
        visibility: visible;
        color: red;
        background: transparent;
    }

    .table tr:hover {
        background-color: #d0ddd3;
    }

#side-bar-left {
    /*position: absolute;
        left: 0;
        margin: 0;
        border: 0;
        width: 16%;*/
    border-radius: 5px;
    background-color: #53825d;
}

#main {
    /*width: auto;
        position: absolute;
        left: 16%;*/
}

#TopMenu {
    transition: margin-left .5s;
    padding: 16px;
    /*padding: 1% 1%;*/
    background-color: #53825d;
    border-radius: 5px;
    /*margin-left: 15px;*/
    margin-right: 15px;
    width: 100%;
}

#ContentNews {
    transition: margin-left .5s;
    padding: 16px;
    /*padding: 1% 1%;
    background-color: #d0ddd3;
    border-radius: 5px;*/
    margin-left: 15px;
    margin-right: 15px;
}

#HeaderNews {
    transition: margin-left .5s;
    /*padding: 16px;
    padding: 1% 1%;
    background-color: #d0ddd3;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;*/
    color: #8e8585;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

#TopMenu .row {
    margin-right: 0px;
    margin-left: 0px;
}

#Filter {
    color: white;
    background-color: darkgreen;
    padding: 5px;
    font-weight: bold;
    font-size: large;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 5px;
}

#Print_Button {
    color:#fff;
}

#Filter_Button {
    width: 100%;
    border-radius: 5px;
    background-color: darkgreen;
}

#IconFilter {
    background-color: darkgreen;
}

    #IconFilter .icon-bar {
        background-color: #fff;
    }


th {
    padding: 5px !important;
    text-transform: uppercase !important;
    font-size: 80% !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-color: peachpuff !important;
    text-align: center !important;
    background-color: darkgreen;
    color: white;
}

tr:nth-child(even) {
    background-color: lightgray;
}

td:nth-child(1) {
    font-weight: bold;
    width: 100%;
}

td {
    padding: 5px;
    width: 150px;
}

.container {
    width: auto;
}

.navbar {
    margin-bottom: 0px;
}

#IconMenu .navbar-nav {
    /*height: 45px;
    margin: auto;
    display: flex;
    float: right;*/
}

    #IconMenu .navbar-nav .li {
        font-size: 20px;
    }

#IconMenu li a:hover {
    color: white !important;
    /*border-bottom: 4px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-color: darkgreen;
    border-style: solid;
    border-bottom-width: 4px;
    border-radius: 5px;*/
    background-color: #53825d;
    
    /*border-left-width: 1px;
    
    border-right-width: 1px;
    border-top-width: 1px;*/
}
}
}

.navbar-inverse {
    color: #53825d;
    background-color: white;
    border-color: #53825d;
    border-bottom-width: 2px;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #53825d;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: white;
            background-color: #53825d;
        }

    .navbar-inverse .navbar-brand {
        color: #53825d;
    }

.topHeader {
    margin-top: 80px;
}

.navbar-inverse .btn-link {
    color: #53825d;
    margin-right: 10px;
}

.navbar-light .btn-link:hover {
    color: white !important;
    background-color: #53825d;
    border-radius:0;
}

#Menubutton {
    float: left;
    color: #53825d;
    border-color: #53825d;
    margin-left: 10px;
    z-index: 1030;
}

    #Menubutton:hover {
        background-color: #53825d;

    }

    #Menubutton .icon-bar {
        background-color: #53825d;
    }

        #Menubutton .icon-bar:hover {
            background-color: transparent;
        }





#SecondMenu {
    background-color: white !important;
    display: inline-block !important;
    /*border-color: #53825d;
    border-top-width: 2px;
    border-top-style: solid;*/
}


    #SecondMenu li {
        background-color: white !important;
        display: block !important;
        position: relative !important;
        float: left !important;
        border-width: 2px 2px !important;
        margin-left: -2px !important;
        border-color: darkgreen !important;
        border-style: solid !important;
        margin-top: -2px !important;
    }
        #SecondMenu li:first-child {
            background-color: white !important;
            display: block !important;
            position: relative !important;
            float: left !important;
            border-width: 2px 2px !important;
            margin-left: 0px !important;
            border-color: darkgreen !important;
            border-style: solid !important;
        }

#SecondMenu li a {
            color: darkgreen;
            position: relative;
            display: block;
            padding: 10px 15px;
}

    #SecondMenu li a:active {
        color: white !important;
        background-color: #d0ddd3 !important;
        text-decoration: none !important;
    }



#SecondMenu li a:hover {
                color: white !important;
                background-color: #53825d;
                text-decoration: none;
}
