﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.d-none {
    display: none
}


/*-- Start: Dashboard ---------------------------------------------------------------------------------------------------*/

#dashboard-charts h4 {
    color: #676767;
    font-family: "Titillium Web SemiBold", sans-serif;
}

.dashboard-data canvas {
    height: 365px;
}

    .dashboard-data canvas#lesson-completion {
        height: 205px;
    }

#dashboard-topuser .table-striped th {
    padding: 0.5rem 1rem;
    vertical-align: middle;
    position: sticky;
    top: -1px;
    z-index: 1;
}

#dashboard-topuser .table-responsive {
    max-height: 350px;
    overflow-y: scroll;
    color: rgba(0, 0, 0, 0);
    transition: color 0.3s ease;
}

    #dashboard-topuser .table-responsive:hover {
        color: rgba(0, 0, 0, 0.3);
    }

.time-min {
    font-family: "Playfair Display", serif;
    color: #444444;
    font-size: 60px;
}

.time-unit {
    font-family: "Titillium Web SemiBold", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #444444;
    font-size: 16px;
}

.total-trending span {
    font-family: "Titillium Web SemiBold", sans-serif;
}

.total-trending.up {
    color: #3862af;
}

.total-trending.down {
    color: #bf3c58;
}

/*-- End: Dashboard ---------------------------------------------------------------------------------------------------*/