﻿/* 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);
    /*background-color: #EFEFEF;
    border-radius: 10px;*/  
}

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 */
}

/* Table
-------------------------------------------------- */
table.table {
    border-collapse: separate;
    border-spacing: 0 5px;
}
table.table tbody td {
    /*border-right: 1px solid white;*/
}


    table.table thead th {
        background-color: #d7562a; /*#006DCC*/
        color: white;
        background-image: var(--bs-gradient);
        /*border-right: 1px solid white;*/
        /*text-align: center;*/
    }
table.table tr {
    border: 1px solid lightgray;
}
table.table tbody td {
    background-color: #EEEEEE;
    background-image: var(--bs-gradient);
}

table.table tr td:first-child,
table.table tr th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

table.table tr td:last-child,
table.table tr th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/* Table
-------------------------------------------------- */
table.simple td {
    padding-right: 15px;
}

/* ----  accordeon -------*/

div[aria-expanded=true] .fa-chevron-right {
    display: none;
}

div[aria-expanded=false] .fa-chevron-down {
    display: none;
}

.card-header {
    background-color: #d7562a; /*#4875b4*/
    color: white;
    /*border-color: #d8dbe0*/
}
    .card-header .collapsed {
        background-color: #d7562a; /*#4875b4*/
        color: white;
    }


.accordion-button:not(.collapsed) {
    color: white;
    background-color: cornflowerblue;
}
    .accordion-button:not(.collapsed)::after {
         background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    }
.accordion-button::after {
}

.accordion-button {
    color: black;
    background-color: whitesmoke;
}

.accordion-collapse {
}
.accordion-button:focus {
   box-shadow: none;
}
.accordion-body {
}

/*  */

a.collection {
    vertical-align: middle;
    display: inline-block;
}

/* font-awesome */
.fa-sort{
    color:cornflowerblue;
}
.fas,.far{
    margin-left: 4px;
    margin-right:4px;
}
.fas.mono, .far.mono {
        color: gray;
    }
.fa-plus-circle.color {
    color: limegreen;
}
.fa-arrow-alt-circle-left {
    color: yellowgreen;
}
.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

button.active {
    /*background-color: royalblue !important;*/
}

.filename {
    font-size: x-small;
    line-height: normal;
    display: block;
    /*padding-top: 0.2rem;*/
}

.check-card {
  
}

.check-card:hover .card-body{
    background-color: whitesmoke;
    border-radius: 5px; 
}

.check-card button {
    display: none;
}
.check-card:hover button {
    display: initial;
    position: absolute;
    right: 2px;
    top: 2px;
}

.check-card img {
    height: 8rem;
    object-fit: contain;
}

.check-card input[type=checkbox]:checked ~ .card-body {
    background-color: Highlight;
    color: white;
    border-radius: 5px;
}

.tree-li {
    margin: 4px;
    padding: 4px;
}
.tree-ul {
    /*list-style-type:none;*/
}

.wfix-80 {
    width: 80px !important;
    max-width: 80px !important;
}

.wfix-100 {
    width: 100px !important;
    max-width: 100px !important;
}

.wfix-120 {
    width: 120px !important;
    max-width: 120px !important;
}
.wfix-150 {
    width: 150px !important;
    max-width: 150px !important;
}
.wfix-180 {
    width: 180px !important;
    max-width: 180px !important;
}
.wfix-220 {
    width: 220px !important;
    max-width: 220px !important;
}

.trans-text-block {
    width: 150px;
    height: 300px;
    position: relative;
}
.trans-text-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trans-text-block .content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    height: 35%;
    padding: 10px; /* Some padding */
    font-size: small;
}
.configurator {
    position: relative;
    width:450px;
    height:500px;
    /*border: 5px solid red; */
}
    .configurator img {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

