<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* 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;
    }
}

.k-header {
    background-color: lightgray;
    color: #ec6b0f;
    border-color: #ec6b0f;
}

.filaPar {
    background-color: #f2f2f2;
}

.filaMto {
    background-color: #0bb1b6;
}

.offline {
    background-color: #fec1c1;
    font-weight:bold;
}

.k-grid tbody .k-button {
    min-width: 32px;
}

.alinearDerecha{
    text-align:right;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.gridIcon {
    font-size: 14px;
    color: #ec6b0f;
    cursor: pointer;
}

.toolbarIcon {
    font-size: 14px;
    color: #ec6b0f;
    width: 30px;
    cursor: pointer;
}</pre></body></html>