@font-face {
    font-family: ringsideNarrow;
    src: url(ringsidenarrow-light.woff);
}
@font-face {
    font-family: ringsideNarrow-Thin;
    src: url(RingsideNarrow-Thin.woff);
}
@font-face {
    font-family: ringsideRegular-Thin;
    src: url(RingsideRegular-Thin.woff);
}
@font-face {
    font-family: ringsideNarrow-Bold;
    src: url(RingsideNarrow-Bold.woff);
}


.ExperimentDescription {
    margin-top: 1rem;
}

.package-symbol{
    pointer-events: none;
    cursor: default;
}

.code-description{
    font-family: 'Source Sans Pro', Arial, sans-serif;}

.instrument-table table{
    table-layout: fixed;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

.instrument-table{
    border-collapse: collapse;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    border: 1px solid rgb(75, 75, 75);
}

.instrument-table img{
    max-height: 140px;
}

.instrument-table th{
    font-size: 12px;
    font-weight: 500;
    font-family: ringsideNarrow-Bold;
    border: 1px solid rgb(75, 75, 75);
    padding: 4px;
}

.instrument-table tr, .instrument-table td{
    border: 1px solid rgb(75, 75, 75);
    font-size: 12px;
    font-weight: 500;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    white-space: normal;
}
.instrument-table-header td{
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    color: black;
}

.instrument-table td{
    padding: 4px;
    text-align: center;
    color: grey;
}

h4.Subsubsubsection{
    margin: 1rem 0 0 1rem;
}

.functionList .Bullet{
    margin: 1rem 0 0 2rem;
}

.functionList .Text{
    margin: 1rem 0 0 1rem;
    /* font-family: ringsideRegular-Thin; */
    font-size: 16px;
}

.functionList .clipboard-input{
    margin-left: 1rem;
}

.functionList .Figure{
    margin-left: 1rem;
}

.functionList .Message{
    margin-left: 7rem;
}

/* ========================================================================== */
/* Alter of main helpfiles styling for Types documentation                    */
/* ========================================================================== */
main .docs-top-bar-upper {
    width: 100%;
    height: 42px;
    background: #f4f7f8;
}

main .docs-top-bar-upper .inner {
    display: flex;
    align-items: center;
    height: 100%;
}

main .docs-top-bar-upper .inner a {
    color: #31353b;
    font-size: 18px;
    font-weight: bold;
}

main .docs-top-bar-upper .inner a:hover {
    color: #31353b;
    text-decoration: underline;
}

main .docs-top-bar-divider {
    border-top: 2px solid #3e454c;
}

main .docs-top-bar-lower {
    margin-bottom: 30px;
}

main .docs-top-bar-lower .inner .ecl-guide-tag-wrapper {
    width: 71px;
    height: 27px;
    background: #3e454c;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}


main.types .inner {
    padding: 0;
}

main.types .modified-wrapper {
    margin: 0;
}

main.types .modified-wrapper .inner {
    border-top: 1px solid #dde0e2;
}

main.types .type-description .inner {
    padding: 0 0 0 4px;
}

.type-title {
    color: #31353b;
}

.type-description {
    color: #31353b;
    margin-top: 1rem;
    font-size: 18px;
}

section.category:first-of-type {
    margin: 1.7rem auto 0;
}

/* Target last section.category when there are multiple sections */
main.types section:nth-last-child(3) {
    margin: 0.75rem auto 0;
}

/* Overwrite media queries */
section.category .ExLine {
    border-top: 1px solid #dde0e2;
    margin: 4px 0 2px 0;
}

/* Modified from #DetailsAndOptions */
section.category ul.functionList:last-of-type {
    margin: .44rem 0 0 0.2rem;
}

section.category ul.functionList ul.functionList {
    margin: .44rem 0 0 0.8rem;
}

section.category .toggle:before,
section.category .toggle:hover:before,
section.category .toggle.open:before,
section.category .toggle.open:hover:before {
    border-color: #b1bac2;
}

.toggle.category-text {
    color: #697c8d;
    font-weight: 600;
    border-top: 1px solid #dde0e2;
    padding-top: 9px;
}

.toggle.multiple-field {
    color: #31353b;
}

.toggle.category-text:hover,
.toggle.multiple-field:hover {
    color: #b1bac2;
}

.toggle.multiple-field em {
    font-weight: 400;
}

.field-container {
    display: flex;
}

#ref .field-container .Subsubsection {
    color: #31353b;
}

.field-container .Subsubsection {
    flex: 0 0 16rem;
    font-size: 1rem;
    margin: 0.5rem 0 0.5rem;
    padding-right: 1.25rem;
    word-break: break-word;
    scroll-margin-top: 3.5rem;
}

.field-container .field-info .hideable {
    margin: 0 0 0.44rem;
}

.field-container.guide-entry .Text {
    font-size: 14px;
}

.field-container.guide-entry .Text a {
    color: #1ea7f2;
    font-size: 14px;
    font-weight: bold;
}

.field-container.guide-entry .Text a:hover {
    color: #1ea7f2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.field-info {
    margin: -0.5rem 0 0.5rem;
    color: #31353b;
}

.field-info ul.functionList {
    color: #31353b;
}

.field-info .Bullet a {
    color: #1ea7f2;
}

.field-info .Bullet a:hover {
    color: #1ea7f2;
    text-decoration: underline;
}

.field-info .Text {
    font-size: 1rem;
}

.field-info .toggle {
    border-top: 0px;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 1rem;
    padding: 0.75rem 0 0;
}

.field-title {
    color: #697c8d;
}

/* ========================================================================== */

.site-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    font-family: 'ringside-narrow-book', Arial, Helvetica, sans-serif;
    line-height: 1.3;
    display:block;
    box-sizing: border-box;
}

.site-branding {
    display: flex;
    height: 50px;
}

.site-branding a{
    display: flex;
    transition: opacity .5s ease-in-out;
    opacity: .8;
    text-decoration: none;
}

.site-logo {
    display: flex;
    padding-right: 10px;
}
.site-logo img {
    margin: auto;
    display: none;
}
.separator {
    display: flex;
    border-left: 1px solid #575b5a;
    margin: 18px 0px;
    opacity: 0.2;
}
.site-title {
    display: inline-flex;
    padding-left: 10px;
    color: #575b5a;
    font-size: 20px;
    font-family: 'ringside-narrow-bold';
    font-weight: 900;
    letter-spacing: 0px;
    margin: auto;
    text-decoration: none;
}

.ecl-header {
    height: 46px;
    width: 100%;
    border-bottom: 1px solid lightgray;
    font-family: ringsideNarrow;
    margin: -8px 0 0 0;
    position:fixed;
    background: white;
    z-index: 100;
    padding-top: 2px;
}

.ecl-header img{
    height: 32px;
}

.ecl-header span{
    font-size: 18px;
    vertical-align:0.52em;
    margin-left: 6px;
    color: #575b5a;
    border-left: 1px solid grey;
    padding-left: 8px;

}

.ecl-footer {
    background-color: #16191c;
    color: #7b8690;
    padding: 1rem 0 2rem 0px;
    max-height: 288px;
}

.ecl-footer a {
    color: #b1bac2 !important;
    font-family: ringsideNarrow;
    font-size: 14px;
    font-weight: 500;
    line-height: 3rem;
    text-decoration: none;
}

.ecl-footer a:hover {
    color: rgba(177,186,194, 0.6) !important;
    text-decoration: none;
    margin-top: 2rem;
}

.ecl-container {
    width: 90%;
    margin: 8px 4% 0 2rem;
}

.ecl-footer-container {
    width: 90%;
    margin: 8px 4% 0 0;
}

.ecl-address {
    font-family: ringsideNarrow;
    font-size: 14px;
    font-weight: 300;
    line-height: 1rem;
}

.ecl-copyright {
    font-family: ringsideNarrow;
    font-size: 14px;
    font-weight: 300;
    margin-top: 1rem;
}

.related-guides-spacer {
    border-top: 1px solid #dde0e2;
    height: 20px;
}
.related-guides {
    color: #b1bac2;
    font-size: 18px;
    height: 22px;
}
.guides-list {
    padding-left: 20px;
}
.guides-list li {
    display: list-item;
    list-style: disc;
    color: #b1bac2;
    padding-top: 10px;
}
.guides-list li a {
    color: #1ea7f2;
    font-size: 14px;
}
.guides-list li a:hover {
    color: #1ea7f2;
    text-decoration: underline;
}
/* reserved words */
.TI {
    color: #0cbd96;
}

/* ========================================================================== */
/* Alter of WRI classes                                                       */
/* ========================================================================== */

.Figure {
    font-style: italic;
}

.Bullet {
    font-family: 'Open Sans', sans-serif;
    display: list-item;
    list-style-type: square;
    list-style-position: outside;
    margin: 1em 0 0 2em;
}

.Bullet::marker {
    margin: 1em 0 0 2em;
    color: #b1bac2;
}

.Subsubsection {
    font-size: 18px;
    margin: 1rem -1rem 0.5rem;
    font-weight: 600;
    /* color: black; */
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
