body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #000
}

.body-content {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    background-color: red
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%
}

#qrCode {
    margin: 15px
}

@media screen and (max-width:450px) {
    .carousel-caption {
        display: none
    }

    .sidebar {
        padding-top: 15px
    }

        .sidebar a {
            font-size: 18px
        }

    .sideBarClass {
        padding-top: 50px
    }

        .sideBarClass button {
            font-size: 18px
        }
}

.div-body-content {
    padding-left: 0;
    padding-right: 5px;
    color: #fff;
    background-color: #222
}

.scrollablePanel {
    max-height: 500px;
    overflow: auto;
    color: #fff;
    background-color: red
}

a, a:link, a:active, a:focus {
    text-decoration: none;
    color: #818385
}

    a:hover {
        text-decoration: underline;
        color: #fff
    }

.navbar-inverse {
    background-color: #000
}

    .navbar-inverse .navbar-text {
        color: #fff;
        font-family: Tahoma;
        font-size: large
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-family: Tahoma;
        font-size: medium
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #818385;
            background-color: #fff0
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #818385;
        background-color: #000
    }

.input {
    background-color: #ff0
}

.panel-default {
    border-color: #757575
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #222;
        border-color: #757575
    }

.panel-body {
    padding: 15px;
    background-color: #222
}

.dropdown-menu {
    background-color: #000
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #818385;
            background-color: #000
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

    .switch input {
        display: none
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

input:checked + .slider {
    background-color: #04cb20
}

input:focus + .slider {
    box-shadow: 0 0 1px #04cb20
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

    .slider.round:before {
        border-radius: 50%
    }

.sliderGreen {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

    .sliderGreen:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

input:checked + .sliderGreen {
    background-color: #04cb20
}

input:focus + .sliderGreen {
    box-shadow: 0 0 1px #04cb20
}

input:checked + .sliderGreen:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.sliderGreen.round {
    border-radius: 34px
}

    .sliderGreen.round:before {
        border-radius: 50%
    }

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 200px
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s
    }

        .sidebar a:hover {
            color: #f1f1f1
        }

    .sidebar .closebtn {
        position: absolute;
        top: 110px;
        right: 0;
        font-size: 36px;
        margin-left: 0;
        padding-top: 20px
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: #fff;
    padding: 10px 15px;
    border: none
}

    .openbtn:hover {
        background-color: #444
    }

#main {
    transition: margin-left .5s;
    padding: 16px
}

.sideBarClass {
    height: 100%;
    z-index: 10;
    width: 0;
    transition: 0.5s;
    position: fixed;
    top: 0;
    padding-top: 20px;
    left: 0;
    background-color: #111;
    overflow-x: hidden
}

    .sideBarClass button {
        padding: 7px 7px 7px 31px;
        font-size: 24px;
        display: block;
        transition: 0.25s;
        color: lightgreen
    }

.button {
    font-size: 21px;
    background-color: purple;
    cursor: pointer;
    color: silver;
    border: none;
    padding: 11px 16px
}

.sideBarClass button:hover {
    color: pink
}

.sideBarClass .hideButton {
    position: absolute;
    font-size: 37px;
    top: 0;
    margin-left: 55px;
    right: 26px;
    color: #ff0
}

.clickClass {
    padding: 16px;
    transition: margin-left .5s
}

.table-hoverOwn > tbody > tr:hover {
    background-color: #818385;
    color: #000
}

.input-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

span.Header {
    font-size: 9pt;
    font-weight: 700;
    font-family: Arial
}

span.ItemValue {
    font-size: 9pt;
    font-family: Arial
}

label.bodyItemBoldItalic9Yellow {
    font-size: 9pt;
    font-weight: 700;
    font-family: Arial;
    color: #ff0;
    font-style: italic
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        top: 140%;
        left: 12%;
        margin-left: -80px
    }

        .popup .popuptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 #fff0 #fff0 #fff0
        }

    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.popover-title {
    background-color: lightgray;
    color: #000
}

.popover {
    border: 0;
    border-radius: 15px;
    background: #39A5DB;
    color: whitesmoke
}

    .popover.right .arrow:after {
        border-right-color: #39A5DB
    }

body.A > .popover {
    background-color: blue
}

.SearchHeader {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 60px;
    z-index: 10
}

.SiteLinks {
    padding-left: 15px;
    padding-bottom: 5px;
    background-color: #222;
    color: #818385;
    border: none
}

.SiteUpdateButton {
    font-size: large;
    width: 100px;
    background-color: #358b13;
    color: #fff;
    border-color: #358b13
}

.SitePageLabels {
    color: #818385
}

.SiteHeaderLinks {
    padding-left: 15px;
    padding-bottom: 5px;
    background-color: #222;
    color: #FFF;
    border: none
}
