input.vFileBrowseField {
    padding-right: 24px !important;
}
input.vFileBrowseField,
textarea,
.vLargeTextField,
.vXMLLargeTextField {
    width: 278px;
}

.fb_show + p.grp-help a {
    display: inline-block;
    padding: 3px;
    font-size: 0;
    line-height: 0;
}
.fb_show + p.grp-help a img {
    margin: 0;
    font-size: 0;
    line-height: 0;
}

a.fb_show {
    background-image: url(/media/fb_show.png);
    position: relative;
    display: inline-block;
    margin: 0 0 0 -25px;
    padding: 0;
    width: 25px;
    height: 25px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    vertical-align: top;
}
a.fb_show:hover,
a.fb_show.related-lookup-hover {
    background-position: 0 1px;
}
body {
    display: flex;
    height: 100%;
    flex-flow: row nowrap;
    margin: 0;
    font-family: Tahoma, sans-serif;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

a.plain,
a.plain2,
.sidebar a {
    color: #252525;
}

section.sidebar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 100%;
    text-align: center;
    font-size: 12pt;
    justify-content: space-evenly;
    background-color: #eee;
}
section.sidebar div {
    padding:10px;
}
section.sidebar div a {
    display: inline-block;
    font-weight: bold;
}

section#user-str {
        background-color: white;
        font-family: Courier, serif;
        display: flex;
        justify-content: flex-end;
        padding: 0 1em;
}

span {
    display: inline-block;
}

header {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    border: solid #23527c 1px;
}

header section#header-img {
    background-color: #337ab7;
    display: flex;
    justify-content: center;
    width: 100%;
}

header img {
    width: 80%;
    margin: auto;
    max-width: 800px;
}


main {
    clear: none;
    display: flex;
    flex-flow: column nowrap;
    flex: 4;
    max-width: 1200px;
    margin: 0 auto;
    min-height: inherit;
}

section.content {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 0em;
    flex: auto;
}

.content,
.content2 {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 1em;
    flex: auto;
}

footer {
    background: #d1d1d1;
    padding: 1em;
    text-align: center;
}

footer div {
    border: 1px solid #ccc;
    padding: 1em;
    word-wrap: break-word;
}

.helptext {
    font-size: 0.75em;
}

.centered {
    text-align: center;
}
.head h1{
    padding-left: 10px;
}
.circle {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    top: 1em;
    left: 0.5em;
    margin-bottom: -10px;
    background: white;
}
.circle .thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.thumbnail {
    width: 190px;
}
.thumbnail-container .thumbnail {
    width: 100%;
    position: relative;
    object-fit: cover;
}
.thumbnail-container {
    width: 100%;
    background: #67a3bd;
    text-align: center;
}
.tab-list {
    font-size: 1em;
    display: flex;
    gap: 8px;
    flex-flow: row wrap;
    justify-content: center;
}
.tab {
    border: 1px solid #ccc;
    height: 400px;
    max-width: 220px;
    background-color: #dadada;
    display: flex;
    gap: 0px;
    flex-flow: column nowrap;
    justify-content: flex-start;
    border-radius: 10px;
}
.flex-content {
    display: flex;
    gap: 0px;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.round-top {
    border-radius: 10px 10px 0 0;
}
.round-bottom {
    border-radius: 0 0 10px 10px;
}
.flex-block {
    flex: 2;
    background-color: #e5e5e5;
    position: relative;
}
.flex-block * {
    min-height: 0;
    word-wrap: break-word;
}
.clip-text {
    max-height: 100%;
    padding: 10px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
}
.flat-font * {
    font-size: inherit;
}
.flat-font iframe {
    max-width: 100%;
    max-height: 100px;
    margin: 0;
    padding: 0;
}
.flat-font img {
    max-width: 100%;
    max-height: 100px;
    width: unset;
}
.scroll-border {
    border-right: 16px solid #f0f0f0;
}
.info-block {
    height: fit-content;
    position: relative;
    background-color: #e5e5e5;
    color: black;
    z-index: 3;
}
.info-block p,
.info-block h2 {
    margin: 0 0.25em;
}
.info-block h2 {
    font-size: 1.4em;
}
.info-block .top-margin {
    margin-top: 0.5em;
}
a.plain:link,
a.plain:visited,
.sidebar a:link,
.sidebar a:visited {
    color: unset;
    text-decoration: none;
}
a.plain2:link,
a.plain2:visited {
    color: unset;
}

@media only screen and (max-width: 1000px) {
    body {
        display: flex;
        flex-direction: column;
        font-size: 0.8em; /* Decrease the font size for smaller devices */
    }
    .sidebar {
        min-width: 100%;
        position: relative;
        padding: 10px 0;
        text-align: center;
        font-size: 1em;
    }
    main {
        margin-left: 0;
        width: 100%;
        font-size: 1.2em;
    }
    header img {
        width: 80%;
        height: auto;
    }
    #user-str div {
        float: none;
        font-size: 1.2em;
        text-align: center;
        margin: 1em 0;
    }
    footer {
        margin-left: 0;
        width: 100%;
    }
}
