.faq-answer {
    font-size: smaller;
}

.fs-7 {
    font-size: 0.9rem;
}

.fs-footer {
    font-size: 0.7rem;
}
.btn-nav {
    white-space:normal !important;
    word-wrap: break-word !important;
    max-width:135px !important;
    height: 40px !important;
    max-height: 40px !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    line-height: 0.7rem !important;
    color: black;
    text-align: center !important;
    background-color: #8cf7de;
    border: 3px groove darkgrey !important;

    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-nav.active {
    filter: brightness(120%);
}


.btn-doc {
    white-space:normal !important;
    word-wrap: break-word !important;
    width:140px !important;
    max-width:140px !important;
    height: 30px !important;
    max-height: 40px !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    line-height: 0.7rem !important;
    color: black;
    text-align: center !important;
    background-color: #eff7ad;
    border: 3px groove darkgrey !important;

    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-doc.active {
    filter: brightness(120%);
}

.btn-doc.bookmark {
    background-color: #ffcc00;
    width: 170px !important;
    max-width: 170px !important;
}

.btn-doc.bookmark-remove {
    background-color: #ff3300;
    width: 170px !important;
    max-width: 170px !important;
}

.btn-language {
    white-space:normal !important;
    word-wrap: break-word !important;
    max-width:140px !important;
    height: 25px !important;
    max-height: 25px !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    line-height: 0.7rem !important;
    color: black;
    text-align: center !important;
    background-color: yellow;
    border: 3px groove darkgrey !important;

    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-language.active {
    background-color: orange;
}

.btn-file-select {
    border: 3px groove darkgrey !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    line-height: 0.7rem !important;
}

.btn-select {
    border: 3px groove darkgrey !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    line-height: 0.7rem !important;
}

.btn-call {
    white-space:normal !important;
    word-wrap: break-word !important;
    width:140px !important;
    max-width:140px !important;
    height: 25px !important;
    max-height: 25px !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    line-height: 0.7rem !important;
    color: black;
    text-align: center !important;
    background-color: #69b259;
    border: 3px groove darkgrey !important;

    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-bug-edit {
    white-space:normal !important;
    word-wrap: break-word !important;
    /*width:140px !important;*/
    /*max-width:140px !important;*/
    height: 25px !important;
    max-height: 25px !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    line-height: 0.7rem !important;
    color: black;
    text-align: center !important;
    background-color: lightgray !important;
    border: 3px groove darkgrey !important;

    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-call.bug {
    background: darkorange;
}

.sscdoc-scroll {
    overflow-y: auto;
    height: 80vh
}

.sscdoc-scroll-impersonator {
    overflow-y: auto;
    height: 77vh
}

.sscdoc-scroll-bugs {
    overflow-y: auto;
    height: 75vh
}

.sscdoc-name {
    font-size: larger;
    color: green;
    font-weight: 500;
}

.sscdoc-not-released {
    color: red;
    font-weight: 500;
}

.sscdoc-error {
    font-size: larger;
    color: red;
    font-weight: 500;
}

.sscdoc-change-history-routine {
    color: red;
    font-weight: 500;
}

.sscdoc-high-light-1 {
    color: #CC6600;
}

.sscdoc-name-extra {
    font-size: larger;
    font-weight: 500;
}

.sscdoc-short-description {
    font-weight: 500;
}

.sscdoc-routine-filename {
    color: #CC6600;
}

.sscdoc-routine-introduced {
    color: #CC6600;
}

.sscdoc-routine-component {
    color: #CC6600;
}

.sscdoc-routine-purpose {
    color: #CC6600;
}

.sscdoc-routine-doc {
    color: #CC6600;
    font-size: larger;
}

.sscdoc-routine-call-result-name {
    color: #CC6600;
}

.sscdoc-routine-call-status-code {
    color: red;
    font-weight: bold;
}

.sscdoc-routine-call-result-value {
    font-weight: bold;
}

.sscdoc-routine-call-form-label {
    height: 25px; /* the same height as input */
    color: #CC6600;
}

.sscdoc-routine-call-form-input {
    width: 150px;
    height: 25px;
    border-radius: 0;
    border: black 1px solid;
}

.sscdoc-routine-call-form-input-array {
    width: 350px;
    height: 25px;
    border-radius: 0;
    border: black 1px solid;
}

.table-tips>*>*>* {
    padding: 0 0.5rem !important;
}

.table-tips ul {
    margin-bottom: 0 !important;
}

.bug-title {
    font-size: larger;
    font-weight: 500;
}

.bug-head-label {
    font-weight: 500;
    padding-right: 25px;
}

.bug-textarea {
    height: 200px !important;
}

.bug-textarea-label {
    font-size: larger;
    font-weight: 500;
}

.bug-result-table {
    table-layout: fixed;
    width: 100%
}

.bug-tips-comment {
    overflow-y: auto;
    /*overflow-x: auto;*/
    width: 80vh;
    height: 15vh;
    /*white-space: pre-wrap;*/
    /*white-space: -moz-pre-wrap;*/
    /*white-space: -pre-wrap;*/
    /*white-space: -o-pre-wrap;*/
    /*word-wrap: break-word;*/
    border: 1px solid black;
/*;*/
}
pre {
    margin-bottom: 0 !important;
}
.bug-pre-wrap {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding: 0 0.5rem !important;
    margin-bottom: 0 !important;
}

.sscdoc-hierarchy-list {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 0.1rem !important;
    text-decoration: underline;
    cursor: pointer;
}

.sscdoc-hierarchy-visible {
    display: list-item;
}

.sscdoc-hierarchy-hidden {
    display: none;
}

.sscdoc-hierarchy-closed {
    padding-right: 0;
    margin-right: 0;
    list-style-image:url('/img/web/imx/closedfolder.gif') !important;
}

.sscdoc-hierarchy-opened {
    padding-right: 0;
    margin-right: 0;
    list-style-image:url('/img/web/imx/openfolder.gif') !important;
}

.sscdoc-hierarchy-link {
    padding-right: 0;
    margin-right: 0;
    list-style-image:url('/img/web/imx/page.gif');
}

.tips-select {
    padding-top: 0;
    padding-bottom: 0;
}

.form-label {
    margin-bottom: 0 !important;
}

.tips-btn {
    white-space:normal !important;
    word-wrap: break-word !important;
    max-width:135px !important;
    height: 25px !important;
    max-height: 40px !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    line-height: 0.7rem !important;
    color: black;
    text-align: center !important;
    background-color: lightgrey;
    border: 3px groove darkgrey !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tips-impersonator {
    background: red;
    color: white;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tips-impersonator a {
    color: black;
    font-weight: 500;
}

.reset {
    all: unset;
}

.ficalc-maintenance {
    border: 5px solid #0dbf95;
    background-color: #8cf7de;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.bug-list-opened {
    background-color: #FF5733 !important;
}

.bug-list-answered {
    background-color: #FFE933 !important;
}

.bug-list-fixed {
    background-color: #33FFBB !important;
}

.bug-list-completed {
    background-color: #C7FF33 !important;
}
