body {
    padding-top: 100px;
    background-color: oklch(97% 0.001 106.424);
    /* background-color:white; */
    /*font-family: "Verdana", "Geneva", sans-serif;*/
    color: #2F4F4F;

}

.row-white{
    background-color: oklch(97% 0.001 106.424);
}
.row-distance{
    height:20px;
}

#empty_table{
    color: grey;
    font-style: italic;
}

.navbar {
    background-color: #008080;
    border-color: #008080;
}

.table .thead-dark th {
    background-color: #008080;

}

.tooltip-inner {
    background-color: #004c4c;
}
/* for arrow color */
.arrow::before{
    border-top-color:#004c4c!important
}

.btn-navbar{
    margin-left:10px;
    color:white;
}

/* User manual */
.manual {
    padding-bottom: 3rem;
}
.manual-hero {
    margin-bottom: 1.5rem;
}
.manual-hero h1 {
    color: #004c4c;
    margin-bottom: 0.5rem;
}
.manual-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1rem;
}
.manual-toolbar .form-control {
    flex: 1 1 16rem;
    max-width: 28rem;
}
.manual-toc {
    background: #fff;
    border: 1px solid #d5e3e3;
    border-radius: 0.25rem;
    padding: 1rem 1.1rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
    .manual-toc {
        position: sticky;
        top: 5.5rem;
        max-height: calc(100vh - 7rem);
        overflow-y: auto;
    }
}
.manual-toc ol {
    margin: 0;
    padding-left: 1.2rem;
}
.manual-toc li {
    margin-bottom: 0.35rem;
}
.manual-toc a {
    color: #004c4c;
}
.manual-toc a:hover {
    color: #008080;
}
.manual-section {
    background: #fff;
    border: 1px solid #d5e3e3;
    border-radius: 0.25rem;
    padding: 1.25rem 1.4rem;
    margin-bottom: 1.25rem;
    scroll-margin-top: 6rem;
}
.manual-section h2 {
    color: #004c4c;
    font-size: 1.45rem;
    margin-bottom: 0.75rem;
}
.manual-section h3 {
    color: #006666;
    font-size: 1.15rem;
    margin-top: 1.25rem;
}
.manual-section .badge {
    font-size: 0.65rem;
    vertical-align: middle;
    margin-left: 0.35rem;
}
.manual-video {
    max-width: 40rem;
    margin: 1rem 0 1.5rem;
}
.manual-video figcaption {
    font-size: 0.9rem;
    color: #5f7373;
    margin-top: 0.4rem;
}
.manual-icon-list {
    list-style: none;
    padding-left: 0;
}
.manual-icon-list li {
    margin-bottom: 0.4rem;
}
.manual-icon-list i {
    width: 1.5rem;
    text-align: center;
    margin-right: 0.35rem;
}
.manual-video-index {
    columns: 1;
}
@media (min-width: 768px) {
    .manual-video-index {
        columns: 2;
    }
}

.manual-help-icon {
    color: #008080;
    font-size: 0.55em;
    vertical-align: middle;
    margin-left: 0.4rem;
}
.manual-help-icon:hover,
.manual-help-icon:focus {
    color: #004c4c;
    text-decoration: none;
}

body.manual-popup {
    padding-top: 1.25rem;
}
body.manual-popup .navbar {
    display: none;
}
body.manual-popup .manual-toc {
    position: static;
    max-height: none;
}

@media print {
    .navbar,
    footer,
    .manual-toolbar,
    .manual-toc-wrap,
    .manual-video,
    .btn {
        display: none !important;
    }
    .manual-section {
        border: none;
        padding: 0;
        break-inside: avoid;
    }
    main.container {
        padding-top: 0 !important;
        max-width: 100%;
    }
    body {
        padding-top: 0;
        background: #fff;
    }
}

.tac-document {
    background: #fff;
    min-height: 12rem;
    max-height: 60vh;
    overflow-y: auto;
}
.tac-document p {
    margin-bottom: 0.75rem;
}

#content + .ck-editor .ck-editor__editable,
.ck-editor__editable_inline {
    min-height: 16rem;
}


