﻿/* 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-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;
    }
}

.bg-yoyo {
    background-color: #97bc68 !important;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wait {
    cursor: wait;
}
.form-group {
    margin-bottom: 0.2rem;
}
.form-control-sm {
    height: calc(1.5rem + 2px);
    font-size: 12px;
}
label {
    margin-bottom: 0 !important;
    font-size: 12px;
}

.row-striped {
    background-color: #f2f2f2;
}



.table-header-YOYO {
    background-color: #97bc68;
    color: white;
}


.feather {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.feather.red {
    fill: red;
    margin-top: 8px;
}

.feather.yellow {
    fill: yellow;
    margin-top: 8px;
}
.feader.green {
    fill: green;
    margin-top: 8px;
}


dd, address, dl {
    margin-bottom: 0px !important;
}

.card-body {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;

    font-size: 14px;
}

.card-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

.black-link {
    color: black !important; 
}

.navbar-brand small {
    display: block;
    font-size: 10px;
}