
body>nav.navbar{
    height:50px;
}
nav a>i{
    width:22px;
}
ul {
    list-style: none;
    padding-left:0px;
}

.link-unstyled, .link-unstyled:link,  .link-unstyled:visited,  .link-unstyled:hover, .link-unstyled:active,  .link-unstyled:active:hover {
     text-decoration: none;
     color: inherit;
 }
.user-dashboard .item {

    background-color:inherit;
    border:none;
    color: white;
}
.user-dashboard  .item a {
    background-color: #e10614;
    border-radius: 10px;

    padding: 20px;
    font-size: 20px;
    border: 2px solid #e10614;
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.45);
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.45);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.45);
}
.user-dashboard  .item a:hover {
    background-color: #e10614;

    border: 2px solid black;
    padding: -2px;
}
.pager {
    min-height: 22px;
    min-width: 300px;
    padding-top: 0px;
    position: relative;
}
.pager .pager-navigator {
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.pager .arrow, .pager .page-number-list {
    float: left;
    margin-right: 6px;
}

.pager .page-info {
    display: block;
    float: left;
    margin-right: 60px;
    padding-top: 1px;
    vertical-align: top;
}
.pager .arrow .button {
    border: 1px solid #555555;
    padding: 2px 6px;
    text-decoration: none;
}
.pager .arrow.inactive  {
    opacity: 0.5;

    pointer-events: none;
    cursor: default;
    text-decoration: none;

}
.pager .page-number-list a {
    display: block;
    float: left;
    padding: 1px 3px;
}
.pager .page-number-list a.current-page {
    color: #000000;
    text-decoration: underline;
}
.pager .entities-per-page {
    float: right;
}
#flashes{

}
#flashes .Success{
    background-color: #108310;
    color:white;
    text-align:center;
    position:absolute;

}

#flashes .Failed{
    background-color: red;
    color:white;
    text-align:center;
    position:absolute;

}
 .bootstrap-autocomplete .dropdown-item{
     border-bottom:1px solid lightgray;
     cursor:pointer;
 }
form label, form legend{
    font-weight: bold;

}
form .col-form-label{
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom: .5rem;
}
form label.form-check-label{
    font-weight: normal;
}


tr.OpenModalForm{
    cursor:pointer;
}
tr.openByModal, tr.openByWidthModal{
    cursor:pointer;
}
.form-signin label{
    font-weight: normal;
}
table thead.grey{
    background-color: #e10614 ;
    color: #e5d9d9;
}

table tr.actionRow{
    cursor:pointer;
}
#page-headline{
    margin-top:25px;
    margin-bottom:25px;
}

.loader {
    color: white;
    display: none;
    position: absolute;
    width: 80px;
    height: 80px;
    left:50%;
    z-index:99;
    top:50%;
}
.loader div {
    transform-origin: 40px 40px;
    animation: loader 1.2s linear infinite;
}
.loader div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #a53131;
}
.loader div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.loader div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.loader div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.loader div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.loader div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.loader div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.loader div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.loader div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.loader div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.loader div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.loader div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.loader div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes loader {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@font-face {
    font-family: 'AppIcons';
    src: url('font/fontello.eot?60538351');
    src: url('font/fontello.eot?60538351#iefix') format('embedded-opentype'),
    url('font/fontello.woff2?60538351') format('woff2'),
    url('font/fontello.woff?60538351') format('woff'),
    url('font/fontello.ttf?60538351') format('truetype'),
    url('font/fontello.svg?60538351#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.AppCheckbox {
    cursor:pointer;
    border: 1px solid #a0a4ab;
    background-color: #f5b3b3;
    background-image: linear-gradient(to top, #a0a4ab, #f5b3b3);
    background-image: -moz-linear-gradient(bottom, #a0a4ab, #f5b3b3);
    background-image: -ms-linear-gradient(bottom, #a0a4ab, #f5b3b3);
    background-image: -o-linear-gradient(bottom, #a0a4ab, #f5b3b3);
    background-image: -webkit-linear-gradient(bottom, #a0a4ab, #f5b3b3);
    color: #54575f;
    border-radius: 4px;
    padding: 2px;
    line-height: 19px;
    margin-right: 4px;
    width:100%;
    height:2em;
}

.AppCheckbox:before {
    font-family: "AppIcons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    float: left;
    overflow: hidden;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    font-size: 14px;
    width: 16px;
    text-align: left;
    line-height: 19px;
    padding-left: 2px;
    margin-right: 5px;
}

.AppCheckbox:before {
    content: '\e801';
    color: #EF1C21;
}

.AppCheckbox.CheckboxActive:before {
    content: '\e800';
    color: #4EBF51;
}

.AppCheckbox.CheckboxActive {
    border: 1px solid #4EBF51;
    background-color: #4EBF51;
    background-image: linear-gradient(to top, #e4e5e7, #4EBF51);
    background-image: -moz-linear-gradient(bottom, #e4e5e7, #4EBF51);
    background-image: -ms-linear-gradient(bottom, #e4e5e7, #4EBF51);
    background-image: -o-linear-gradient(bottom, #e4e5e7, #4EBF51);
    background-image: -webkit-linear-gradient(bottom, #e4e5e7, #4EBF51);
    color: #000;
}

/*** Entity Filter **/

.Entity-Filter{
    font-size:16px;
    margin:5px 0px 5px 0px;

    float: right;
    border-bottom:1px solid white;

}
.Entity-Filter select{
    background-color: #e10614;
    border: 1px solid #e10614;
    color:white;
}
table.user-table tr.disabled td{
    text-decoration:   line-through;
}
.isUndo{
    text-decoration:   line-through;
    color:grey;
}
.checkAll{
    border-bottom:2px solid grey;
}
form .bootstrap-select{
    padding:0px;
    width:100%;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

#sidebarMenu .nav-item{}
#sidebarMenu .nav-link{
    font-size:1.0rem;
    color: #9a9c9d;
}
#sidebarMenu .nav-link{
    border:1px solid grey;
    border-radius:20px;
    margin-top:20px;
    text-align:center;
}
#sidebarMenu .nav-link:hover, #sidebarMenu .nav-link.active{
    border:1px solid white;
    border-radius:20px;
    background-color: #e00614;
    color:white;
}

a {
    color: #445788;
}
.list-action li{
    min-height: 1.5em;
    float:right ;
    text-align:center;
    min-width:25px;
}

.bg_primary{
    background-color: #de0614;
}
/* Project Documents view */
#projectDocuments .category-headline {

    color: white;
    padding: 4px;
    font-weight: bold;
    cursor:pointer;
    background: linear-gradient(300deg, transparent 1rem, #454a54 0) top right;
}
#projectDocuments .category-headline.noDocuments a.openList {
    color: #808080;
}
#projectDocuments .documents{
    padding-left:20px;
    padding-right:20px;

}
#projectDocuments .table-documents .download {
    text-decoration: none;
    color: black;
}

#projectDocuments .table-documents .fa-star {
    color: #de0614;
}

#projectDocuments #projectDocuments table.table {
    margin-bottom: 0rem;
}

#projectDocuments .category-headline h4 {
    margin: 0px;
}

#projectDocuments .category-headline .btn {
    border: 1px solid #dadada;
    color: white;
}

#projectDocuments a[aria-expanded=false] .fa-angle-double-up {
    display: none;
}

#projectDocuments a[aria-expanded=true] .fa-angle-double-down {
    display: none;
}
#projectDocuments table{
    margin-bottom:0px;
}
/* End of Project Documents view */


/* Checkbox On OFF*/
.CheckBoxOnOff {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.CheckBoxOnOff label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #cd3c3c;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.CheckBoxOnOff label:after {

    display: block;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
    z-index: 1;

}
.CheckBoxOnOff label:before {
    content: '';
    width: 8%;
    height: 34px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.CheckBoxOnOff input:checked + label {
    background: #378b2c;
    text-indent: 8px;
}
.CheckBoxOnOff input:checked + label:after {

    color: #ffffff;
}
.CheckBoxOnOff input:checked + label:before {
    left: 90%;
}

/* xs */
.width-modal {
    min-width: 100%;

}
/* sm */
@media (min-width: 768px) {
    .width-modal {
        min-width: 75%;
    }
}
/* md */
@media (min-width: 992px) {
    .width-modal {
        min-width: 75%;
    }
}
/* lg */
@media (min-width: 1200px) {
    .width-modal {
        min-width: 75%;
    }
}
.dropdown-divider{
    margin: .1rem 0;
    background-color: #212529;
}
.dropdown-menu[data-bs-popper]{

    padding: 0;
    -webkit-box-shadow: 7px 7px 15px -6px rgba(0,0,0,0.81);
    box-shadow: 7px 7px 15px -6px rgba(0,0,0,0.81);
}
.dropdown-item{
    margin-top:3px;
    padding-top:10px;
    padding-bottom:10px;

}
tr.openByModal:hover{
    background-color: rgba(61, 55, 55, 0.53);
}
.border-right-1{
    border-right:1px solid ;
    border-bottom:none
}

tr.lastRowUpdate {
    background-image: none;
    -o-animation: fadeIt 2s ease-in-out;
    animation: fadeIt 2s ease-in-out;
}
@keyframes fadeIt {
    0% {
        background-color: inherit;
    }
    50% {
        background-color: #108310;
    }
    100% {
        background-color: inherit;
    }
}

.icon-green{
    color: #3c913c;
}

.icon-red{
    color:red;
}
.icon-grey{
    color:#4e4e4e;
}
.icon-lightgrey{
    color: #a3a3a3;
}
.icon-blue{
    color:darkblue;
}

table.address-attribute .attribut-col{
    width:150px;
}
table.address-attribute .project-choice{
    min-width:200px;
}
table.address-attribute thead{
    color:white;
}
table.address-attribute th select{
    background-color:#e10614;
    border:0px;
    color:white;
    text-align:center;
    border-radius:0px;

}
table.address-attribute thead tr th{
    border:1px solid #e10614;
    padding-bottom:0px;
    padding-top:0px;
}
table.address-attribute .attribut-select{
    border:1px solid #e32631;

}
table.address-attribute .attribut-select:has(option[selected="selected"]){
    background-color: #ba0815;

    border:1px solid black;
    color: white; /* Optional, um den Text der ausgewählten Option sichtbar zu machen */
}


.attribute-custom-select {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin-top:-5px;
    margin-bottom:10px;
}

.attribute-custom-select .arrow {
    font-size: 18px;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #807474;
    color: white;
    border: none;
    transition: background-color 0.3s ease;
    user-select: none;
    width:auto;
}
.attribute-custom-select .left-arrow{
    position:absolute;
    left:0px;
}
.attribute-custom-select .right-arrow{
    position:absolute;
    right:0px;
}

.attribute-custom-select .arrow:hover {
    background-color: #a39696;
}


.attribute-custom-select .selected-option {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 5px 20px;
    background-color: #f9f9f9;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width:80%;
    text-align: center;
    cursor: pointer;
    user-select: none;


    transition: background-color 0.3s ease;
}

.attribute-custom-select .selected-option:hover {
    background-color: #f1f1f1;
}
.address-attribute .icons .icon-green{
    color:green;
}
.address-attribute .icons .icon-red{
    color:red;
}


/* Infocenter */

#displayModeMenu .tile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}{

}
#displayModeMenu .tile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#displayModeMenu .tile-menu li {
    margin-bottom: 1rem;

}

#displayModeMenu .tile-menu a {
    text-decoration: none;
    color: inherit;
}

#displayModeMenu .tile-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color:#e10614;
    color:white;
}

#displayModeMenu .tile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    background: #E3000E; /* Fallback-Farbe */
    background: -webkit-linear-gradient(bottom, #E3000E, #FF535B); /* Für ältere WebKit-Browser */
    background: linear-gradient(to top, #E3000E, #FF535B); /* Standard-Syntax */
}

.icon-wrapper {
    position: relative;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s;
}
.icon.hover {
    opacity: 0;
}
.icon-wrapper:hover .hover {
    opacity: 1;
}
.icon-wrapper:hover .default {
    opacity: 0;
}
.openGallery :hover{
    color:red;
}