@charset "utf-8";

.tiles-container{
    padding: 0.2rem;
}

@media (max-width: 1500px) {
    .tiles-container{
        flex-wrap: wrap;
    }
}

.tile{
    background: #fff;
    color: #000;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}

.tile input[type="search"]{
    width: 100%;
    margin-bottom: 0.5rem;
}

.tile.orange{
    background: #ff600f;
    color: #fff;
    padding: 1rem;
    max-height: fit-content;
}

.tile.white{
    background: #fff;
    padding: 1rem;
}


.tile-head,
.tile-content{
    padding: 1rem;
    position: relative;
}

.tile-content.sold-vehicles a{
    font-size: 30px;
    color: #ff600f;
}

.tile-content.sold-vehicles.year:before,
.tile-content.sold-vehicles.month:before,
.tile-content.sold-vehicles.day:before{
    background: #ff600f;
    padding: 1.2rem;
    border-radius: 100%;
    color: #fff;
    align-items: center !important;
    font-weight: 600;
    font-size: 27px;
    width: 20px;
    justify-content: center !important;
    display: flex;
    height: 20px;
    font-weight: 600;
    position: absolute;
    top: -1.2rem;
    left: -0.6rem;
}

.tile-content.sold-vehicles.year:before{
    content: "Y";
}

.tile-content.sold-vehicles.month:before{
    content: "M";
}

.tile-content.sold-vehicles.day:before{
    content: "D";
}

.tile a{
    color: #000;
}

.tile a.btn{
    color: #fff;
}

.tile input{
    border: 1px solid #dadada;
}

.tile label{
    font-weight: 600;
    font-size: 16px;
}

.tile .tile-head{
    font-size: 16px;
    font-weight: 600;
    padding: 1rem 0;
    border-top: 1px solid #f1f1f1;
    margin: 0 1rem;
}

.tile .chart-tile-head .text-muted {
    font-size: 12px;
    text-wrap: nowrap;
    color: #888!important;
}

.verkauf-statistik .tiles-container {
    padding: 0.5rem;
}