﻿html {
    overflow: auto;
    user-select: none;
    -webkit-user-select: none;
}

.unsplash {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: lightslategrey;
    /*background-image: url(https://source.unsplash.com/user/karaozgur);*/
    /*background-image: url(https://source.unsplash.com/featured/?texture,wallpaper,nature,animal,earth);*/
}

.h-50 {
    height: 50%;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.mh-100 {
    max-height: 100%;
}
.mw-100 {
    max-width: 100%;
}
.vh-100 {
    height: 100vh;
}
.vw-100 {
    width: 100vw;
}

.pointer {
    cursor: pointer;
}

.group-header {
    padding-left: 8px;
    font-weight: bolder;
    white-space: nowrap;
}
    .group-header:not(:first-child)  {
        margin-top: 8px;
    }

.v-dialog--fullscreen {
    border-radius: 0;
}
.v-expansion-panels {
    margin-top: -20px;
}
.v-expansion-panel--active > .v-expansion-panel-header {
    margin-top: 0px;
}
.v-expansion-panel-header, .v-expansion-panel-content__wrap {
    padding: 0px;
}


.v-timeline:before {
    margin-left: -16px;
}

.v-timeline-item__divider {
    min-width: 32px;
}

.v-timeline-item {
    padding-bottom: 6px;
}

.v-timeline--dense:before {
    left: 32px !important;
}

.v-timeline-item__body > .v-card:before, .v-timeline-item__body > .v-card:after {
    display: none;
}

.v-timeline--dense .v-timeline-item__body {
    max-width: calc(100% - 32px);
}

.v-chip.v-size--default {
    height: 24px;
}
