@CHARSET "UTF-8";

a:not(.navbar-brand) {
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px solid #a1a6a8;
}

a:not(.navbar-brand):link, a:not(.navbar-brand):visited {
    color: #242424;
}

a:not(.navbar-brand):hover {
    /*font-size: 12px;*/
    /*line-height: 18px;*/
    /*text-decoration: none;*/
    -webkit-text-shadow: 1px 1px 3px #a1a6a8;
    -moz-text-shadow: 1px 1px 3px #a1a6a8;
    text-shadow: 1px 1px 3px #a1a6a8;
}

body, body .ui-widget {
    font-family: Verdana;
    color: #242424;
}


h1 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 31px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
}

label {
    color: #a1a6a8;
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
}

.ui-icon-bullet {
    background: #2196F3 ! important;
}

.ui-radiobutton .ui-state-active {
    background: white !important;
}

a[data-toggle="collapse"]:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(180deg);
    transition: all linear 0.25s;
}

a[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}

.top-banner {
    background-color: #F5F5F5;
    height: 50px;
    display: flex;
    align-items: center; /* Vertical alignment */
    justify-content: flex-start; /* Align content to the left */
    font-size: 16px;
}

.top-banner img {
    height: 1.5em; /* Adjust the height of the image */
    margin-left: 5em; /* Left margin for the image */
}

.top-banner .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}