﻿body {
}

.margin-top {
    margin-top: 5px;
}

.margin-top-10px {
    margin-top: 10px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.notice_block {
    padding: 1px 2px;
}

    .notice_block a {
        text-decoration-style: none;
        color: #020e65;
    }

        .notice_block a:hover {
            color: #0078ff;
        }

.scrollbar {
    height: 360px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

.panelColor {
    background-color: #86bc42 !important;
}


#scrlta::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#scrlta::-webkit-scrollbar {
    width: 7px;
    background-color: #242c42 !important;
}

#scrlta::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgba(134, 188, 66, 0.34)), color-stop(0.72, rgba(134, 188, 66, 0.36)), color-stop(0.86, rgba(134, 188, 66, 0.48)));
}

.scrollbar .hr {
    border-top: 1px solid #efa2a8 !important;
    margin: 1px auto;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #eee !important;
}
