<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    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;
    }
}

header.login-bar {
    background-color: #222;
    color: rgb(157, 157, 157);
    margin-bottom: 20px;
    height: 50px;
    font-size: 18px;
}

    header.login-bar:hover {
        color: white;
    }

.log_panel {
    background-color: #f5f5f5;
    border: 1px solid #a7a7a7;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px #5b8436;
}

.log_container {
    width: 80%;
    padding: 5px;
    margin-left: 35px;
}

.log_title {
    color: #6b6767;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.log_footer {
    padding: 10px 10px;
    border-top: 1px solid #ddd;
}

.container {
    width: 1270px;
    max-width: 1340px;
}

#main-container {
    width: 300px;
}
/***
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
***/

.img-captcha {
    margin-right: 10px;
    width: 200px;
    height: 100px;
}

/***
.img-responsive, .thumbnail &gt; img, .thumbnail a &gt; img, .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
    display: block;
    max-width: 100%;
    height: auto;
}
***/
/***
.container-fluid {
    margin-top:30px;
}
***/
.rememberMe {
    padding-left: 10px;
}

.loginBtn {
    float: right;
}

.carousel-inner {
    height: 450px;
}

.chart-wrapper.mt-3.mx-3 {
    height: 70px;
}

/** Invoked from site.js **/
/** Not using this now, but works without scroll bar **/
.columns.one-col {
    overflow-y: auto;
    height: auto;
    max-height: 100px;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.columns.two-col {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
    width: 500px;
    height: auto;
    max-height: 100px;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.scrollable-menu {
    height: auto;
    max-height: 50vh;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: lightgray;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
}

.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field input:checked + label {
    background-color: #a5dc86;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}
</pre></body></html>