html, body, .lang-en{
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

html {
    position: fixed;
}

.container {
    all: unset;
    height: 100%;
    display: flex;
    padding: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    flex-flow: column;
    height: 100%;
}

body {
    margin: 0;
}

.breadcrumbsContainer, .print, .printContent {
    all: unset;
    display: block;
    position: static !important;
} 

.breadcrumbsContainer, .printContent {
    padding-left: 10px !important;
}

.breadcrumbsContainer {
    min-height: 32px;
    border-bottom: 1px solid #c1cad2;
    flex: 0 0 auto;
    width: unset !important;
}


#breadcrumbs {
    padding: 0 5px;
    max-width: 1024px;
    margin: auto !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (pointer:fine) {
    .breadcrumbsContainer {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1100px) {
    #breadcrumbs {
        padding-right: 50px;
    }
}

.breadcrumbs {
    padding: 0;
}

#topicOuterDiv {
    margin: auto !important;
    padding: 0 5px;
    max-width: 1024px;
}

.printContent {
    flex: 1 1 auto;
    margin: unset !important;
    max-width: unset !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

video {
    max-width: 100%;
    max-height: calc(100vh - 33px) !important;
}

@media only screen and (max-height: 700px) {
    video {
        object-fit: contain; /* Maintain aspect ratio and cover the entire element */
        height: 50vh; /* Set video height to 50% of viewport height */
        max-height: 567px;
    }
}

a {
    text-decoration: none;
}

span.emphasis-guilabel, span.emphasis-guitext, span.emphasis-filepath, span.emphasis-key {
    font-weight: 550;
}

span.emphasis-emphasis {
    font-style: italic;
}

span.emphasis-bolditalic {
    font-weight: bold;
    font-style: italic;
}

span.emphasis-strikethrough {
    text-decoration: line-through;
}

span.emphasis-underline {
    text-decoration: underline;
}

:is(h1, h2, .agtEpTableHeadRow) :is(.emphasis-emphasis, .emphasis-count, .emphasis-filepath, .emphasis-guilabel, .emphasis-guitext, .emphasis-key, .emphasis-bolditalic, .emphasis-strikethrough, .emphasis-underline, sub, sup, i, b, code) {
    font-weight: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    text-decoration: inherit !important;
    font-family: inherit !important;
    color: inherit !important;
}

/* instruction Steps */
/*
.agtEpInstructionList {
    margin-bottom: 10px;
}

.agtEpInstructionPreconditionList {
    padding-left: 2em;
    margin: 0;
}

 .agtEpInstructionPrecondition, .agtEpInstructionAction, .agtEpInstructionSubaction, .agtEpInstructionPrecondition,  .agtEpInstructionResult, .agtEpInstructionVerification, li.agtEpOrderedDataMarker, li.agtEpOrderedDataNoMarker   {
    display: block;
    margin: 0.5em 0;
} 

.agtEpInstructionPrecondition::before {
    content: '\2022';
    position: absolute;
    margin-left: -2em;
}

/* .agtEpInstructionActionList {
    list-style: none;
    counter-reset: agtEpActionCounter;
    padding-left: 2em;
    margin: 0;
}

.agtEpInstructionAction::before {
    content: counter(agtEpActionCounter) '.';
    counter-increment: agtEpActionCounter;
    position: absolute;
    margin-left: -2em;
} 

.agtEpInstructionSubactionList {
    list-style: none;
    counter-reset: agtEpSubActionCounter;
    padding-left: 2em;
    margin: 0;
}

.agtEpInstructionSubaction::before {
    content: counter(agtEpActionCounter) '.' counter(agtEpSubActionCounter) '.';
    counter-increment: agtEpSubActionCounter;
    position: absolute;
    margin-left: -2em;
}
*/

li.agtEpInstructionAction::marker {
    font-weight: bold;
}

li.agtEpInstructionAction {
    margin-bottom: 8px !important;
}

ul.agtEpInstructionSubInterResult,
ul.agtEpInstructionInterResult {
    list-style: '\2713\00A0';
    /* padding: 0; */
}
/*
li.agtEpInstructionSubInterResult,
li.agtEpInstructionInterResult {
    padding-left: 2em;
    margin: 0.5em 0;
}

li.agtEpInstructionSubInterResult::before,
li.agtEpInstructionInterResult::before {
    content: '\1F882';
    padding-right: 1em;
    position: absolute;
    margin-left: -2em;
}

.agtEpInstructionPreconditionList {
    padding-left: 2em;
    margin: 0;
}

.agtEpInstructionPrecondition::before, .agtEpInstructionResult::before, .agtEpInstructionVerification::before {
    content: '\2022';
    position: absolute;
    margin-left: -2em;
}

.agtEpInstructionResultList {
    padding-left: 2em;
    margin: 0;
} */

.agtEpSubinstructionAction {
    list-style-type: lower-latin;
}
/* Lists */

/* Ordered Lists */

.agtEpOrderedList > li >  p {
    margin-block-end: 0px !important;
}

.agtEpOrderedIntro {
    font-weight: bold;
}

li.agtEpOrderedDataMarker::before {
    content: counter(agtEpOrderedListCounter) '.';
    counter-increment: agtEpOrderedListCounter;
    position: absolute;
    margin-left: -2em;
}

.agtEpOrderedIndend {
    padding: auto 7.5px;
}

/* Unordered Lists */

/* .agtEpUnorderedList {
    list-style: none;
    padding-left: 1em;
    margin: 0;
} */

.agtEpSpecialTable {

    .agtEpUnorderedList {
        margin: 0;
    }

    > .agtEpTable {
        margin-top: 5px;
    }

    .agtEpTableBodyData2:has(li) {
        padding: 0;
    }
}

.agtEpUnorderedList > li > p {
    margin-block-end: 0px !important;
}

.agtEpUnorderedIntro {
    font-weight: bold;
}

.agtEpUnorderedDataMarker,
.agtEpUnorderedDataNoMarker {
    margin: 0.5em 0;
}

li.agtEpUnorderedDataMarker::before {
    padding-right: 1em;
    position: absolute;
    margin-left: -1em;
}

.agtEpdisc::before {
    content: '\2022';
}

.agtEpdash::before {
    content: '-';
}

.agtEpSpecialTypeTitel {
    margin-top: 1.5rem;
    font-weight: bold;
}

/* Style the Image Used to Trigger the Modal */
#agtEp-modal-img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #ffffff;
}

#agtEp-modal-img:hover {
    opacity: 0.7;
}

/* The Modal (background) */
#agtEp-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000000;
    /* Sit on top */
    /* padding-top: 100px; */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
#agtEp-modal-content {
    margin: auto;
    display: block;
    width: 1267.5px;
    height: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#agtEp-modal-content > svg {
    background-color: white;
}

#agtEp-modal-img {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 25px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#agtEp-modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
#agtEp-modal-content,
#agtEp-modal-caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
#agtEp-close-modal {
    position: absolute;
    top: 20px;
    right: 7px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#agtEp-close-modal:hover,
#agtEp-close-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    #agtEp-modal-content {
        width: 100%;
    }
}

/*]]>*/

.agtEpMargin {
    position: absolute;
    text-align: right;
    max-width: calc(25% - 10px);
    padding-right: 10px;
    transform: translateX(-100%);
    margin: 0;
}

/* Margin Text with whitespace to the right */
.print {
    position: fixed !important;
    z-index: 999999 !important;
    padding-right: 15px !important;
    max-width: unset;
    width: unset;
    right: 0px;
}

.wPrintButton {
    display: block !important;
    float: right !important;
    max-width: unset;
    width: unset;
    right: 0px;
}

.agtep-instr-safety {
    left: -2rem;
    position: relative;
    width: calc(100% + 2rem);
}

.agtEpSafetyContainer {
    position: relative;
    padding: 0.5em;
    background-color: #ececec;
    margin-top: 8px;
    margin-bottom: 1rem;
}

.agtEpSafetyContainer:has(.agtEpdanger) {
    background-color: #fbd9db;
}
.agtEpSafetyContainer:has(.agtEpwarning) {
    background-color: #fbd9db;
}
.agtEpSafetyContainer:has(.agtEpcaution) {
    background-color: #ffe6bf;
}
.agtEpSafetyContainer:has(.agtEpnotice) {
    background-color: #e2e2e2;
}


.agtEpSafetyTitle {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
    padding: 8px;
    width: max-content;
    color: black;
}

.embeddedSafetySignal {
    font-weight: bold;
}

.agtEpdanger, .agtEpwarning, .agtEpcaution, .agtEpnotice, .agtEpnote_hint {
    color: white;
    position: absolute;
    width: 150px;
    text-align: center;
}

.agtEpdanger, .agtEpwarning {
    background-color: #e70010;
}

.agtEpcaution {
    background-color: #ef9900;
}

.agtEpnotice, .agtEpnote_hint {
    background-color: #b1b3b6;
}

.agtEpSafetyIcon, .agtEPSafteyCause, .agtEPSafteyConsequence {
    margin: 0 0 0.5em 0;
    margin-left: 170px;
}

/* Safety Steaps */

.agtEpSafetyList {
    margin: 0em 0em 2em 2em;
    margin-left: 170px;
}

.agtEpSafetyPrecondition, .agtEpSafetyAction, .agtEpSafetySubaction, .agtEpSafetyPrecondition, .agtEpSafetyResult, .agtEpSafetyVerification {
    /* display: block; */
    margin: 0.5em 0;
}

.agtEpSafetyPrecondition::before, .agtEpSafetyResult::before, .agtEpSafetyVerification::before  {
    content: '\2022';
}

.agtEpSafetyActionList {
    list-style: '— ';
    list-style-position: inside;
    counter-reset: agtEpListCounter;
}

.agtEpSafetySubactionList {
    list-style: none;
    counter-reset: agtEpSubListCounter;
}

.agtEpSafetySubaction::before {
    content: counter(agtEpSubListCounter) '.';
    counter-increment: agtEpSubListCounter;
    position: absolute;
    margin-left: -2em;
}

ul.agtEpSafetySubInterResult,
ul.agtEpSafetyInterResult {
    list-style: none;
    padding: 0;
}

li.agtEpSafetySubInterResult,
li.agtEpSafetyInterResult {
    padding-left: 2em;
    margin: 0.5em 0;
}

li.agtEpSafetySubInterResult::before,
li.agtEpSafetyInterResult::before {
    content: '\1F882';
    padding-right: 1em;
    position: absolute;
    margin-left: -2em;
}

.agtEpSafetyPreconditionList, .agtEpSafetyResultList, .agtEpSafetyActionList, .agtEpSafetySubactionList, .agtEpSafetyPreconditionList {
    padding-left: 0;
    margin: 0;
    margin-left: 170px;
}

@media screen and (max-width: 767px) { 

    .agtEpdanger, .agtEpwarning, .agtEpcaution, .agtEpnotice, .agtEpnote_hint {
        position: relative;
    }

    .agtEpSafetyIcon, .agtEPSafteyCause, .agtEPSafteyConsequence, .agtEpSafetyList, .agtEpSafetyPreconditionList, .agtEpSafetyResultList, .agtEpSafetyActionList, .agtEpSafetySubactionList, .agtEpSafetyPreconditionList {
        margin-left: auto;
    }
}

.agtEpTableContainer {
    width: 100%;
}

.agtEpTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.agtEpTableTitle {
    text-align: left;
    caption-side: top;
    color: #384350;
}

.agtEpTableContainer {
    border-collapse: collapse;
}

.agtEpTableHeadRow {
    background-color: #cecece;
    font-size: 14px;
    font-style: Roboto Regular;
    text-align: left;
    border-top: 2px solid #a9acad;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #a9acad;
}

table:not(.tabletype-noframe) .agtEpTableBody tr:last-child {
    border-bottom: 2px solid #a9acad;
}

.agtEpTableHeadDataDefault {
    padding: 0px;
}

.agtEpTableHeadDataText {
    color: rgb(35, 31, 32);
}

.agtEpTableHeadDataText.text-left {
    text-align: left;
    margin: 8px 8px 8px 0px;
}

.agtEpTableHeadDataText.text-right {
    text-align: right;
    margin: 8px 0px 8px 8px;
}

.agtEpTableHeadDataText.text-center {
    text-align: center;
    margin: 8px;
}

.agtEpTableHeadData {
    padding: 0.5em 0.5em 1em 0.5em;
}

table:not(.tabletype-noframe) .agtEpTableBodyRow:nth-child(even) {
    /* background-color: #f4f3f1; */
    border-top: 1px solid #a9acad;
    border-bottom: 1px solid #a9acad;
}

.agtEpSpecialTable .agtEpTableBodyRow:has(li) {
    border: none !important;
}

.agtep-no-border-bottom {
    border: none !important;
}

.agtEpTableBodyData {
    padding: 0.5em 0.5em 0.5em 0;
}

.agtEpTableBodyData2 {
    padding: 0.5em 0.5em 0.5em 0;
    vertical-align: top;
}

.agtEpTableBodyDataText {
    margin: 0;
    font-style: Roboto Regular;
    text-decoration: none !important;
}

.agtEpTableBodyDataText.text-left {
    color: rgb(35, 31, 32);
    text-align: left;
    font-family: "Roboto Light"; 
    text-decoration: none !important;
    margin: 4px 4px 4px 0;
    margin-bottom: 4px!important;
}

.agtEpTableBodyDataText.text-right {
    color: rgb(35, 31, 32);
    text-align: right;
    font-family: "Roboto Light"; 
    text-decoration: none !important;
    margin: 4px 4px 4px 0;
    margin-bottom: 4px!important;
}

.agtEpTableBodyDataText.text-center {
    color: rgb(35, 31, 32);
    text-align: center;
    font-family: "Roboto Light"; 
    text-decoration: none !important;
    margin: 4px 4px 4px 0;
    margin-bottom: 4px!important;
}


/*Specification Table*/
.agtEpSpecTableContainer {
    padding: 20px;
    border: 1px solid #d0d0ce;
}

.agtEpSpecTable {
    width: 100%;
    border-collapse: collapse;
}

.agtEpSpecTableTitle {
    text-align: left;
    padding-bottom: 20px;
}

.agtEpSpecTableColumn:first-child {
    width: 150px;
    font-size: 14px;
    font-style: Robotomedium;
    text-align: left;
    color: #202020;
    line-height: 18px;
    padding-right: 30px;
}

.agtEpSpecTableHeadRow {
    background-color: #edeff0;
    font-size: 16px;
    font-style: Robotoregular;
    text-align: left;
    color: #202020;
}

.agtEpSpecTableBodyData {
    padding-top: 15px;
}

.agtEpSpecTableBodyDataText {
    margin: 0;
}


/*special Tables*/
.agtEpSpecialTable {
    /* border-collapse: separate;
    border-spacing: 5px 0px;
    margin: 0px -5px; */
}

.agtEpSpecialTableTitle {
    margin-top: 0.5rem;
    font-weight: bold;
}

h3 {
    margin-top: 1rem;
    font-weight: bold;
}

.agtEpSpecialTableBodyData {
    vertical-align: top;
}

.agtEpSpecialTableBodyData:nth-child(1), .agtEpSpecialTableBodyData:nth-child(2) {
    white-space: nowrap;
    width: fit-content;
}

@media screen and (max-width: 767px) { 
    .agtEpSpecialTableBodyData:nth-child(1), .agtEpSpecialTableBodyData:nth-child(2) {
        white-space: wrap;
        width: fit-content;
    }
    .agtEpSpecialTableBodyData:nth-child(2) {
        min-width: 8rem;
    }


}

th:first-of-type, td:first-of-type {
    padding-left: 8px;
}

th:last-of-type, td:last-of-type {
    padding-right: 8px;
}

th > p, td > p {
    margin: 0px !important;
}

.agtEp-tiles {
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
}

.agtEp-tiles .tile {
    border: #057fc8;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    width: 30%;
    min-height: 100px;
}

.tile:has(> .rh-hide) {
    display: none;
}

.tile-box {
    max-height: none !important;
}

@media screen and (min-width: 746px) {
    .breadcrumbsContainer li {
        padding-right: 5px;
    }
}

.accordion-button:not(.collapsed) {
    font-size: inherit;
    color: #000000;
    background-color: #fefffe;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button.collapsed {
    font-size: inherit;
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    border: 0px solid rgba(0, 0, 0, 0.125);
    padding-inline-start: 0px;
    padding-bottom: 5px;
    justify-content: space-between;
    align-items: center;
}

.accordion-collapse collapse show {
    border: 0px solid rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
    position: absolute;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23057fc8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.schema-inline-img {
    max-height: 1em !important;
}

pre.agtEpCodeblock {
    font-family: Consolas !important;
}

pre.agtEpCodeblock:not(:last-of-type) {
    margin-bottom: 0;
}

pre.agtEpCodeblock:not(:first-of-type) {
    margin-top: 0;
}

.number {
    display: inline-block;
}

*:not(.agtEpInstructionAction) > :is(.img_50, .img_80, .img_original) {
    width: 100% !important;
}

.img_50 > * {
    max-width: 50%;
}

.img_80 > * {
    max-width: 80%;
}

.img_original > * {
    max-width: 100%;
}

img {
    width: auto;
}

.agtepFigureTitle {
    font-weight: bold;
}

.agtEpInstructionAction figure {
    width: 50% !important;
}

@media screen and (max-width: 768px) {
    .img_50, .img_80 {
        max-width: 100% !important;
    }
}

svg {
    max-width: 100% !important;
    max-height: calc(100vh - 33px) !important;
}

iframe {
    width: 100% !important;
}

.tile-wrapper {
    width: 100%;
    display: grid !important;
    gap: 30px !important;
    /* grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%/3), 1fr)); */
    grid-template-columns: repeat(auto-fit,minmax(max(260px,(100% - 60px) / 3), 1fr));
    /* flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; */

    &:not(:last-child) {
        margin-bottom: 30px;
    }

}

.tile {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* .tile {
    max-width: calc(33% - 20px) !important;
    min-width: 260px;
} */

/* @media screen and (max-width: 903px) {
    .tile {
        max-width: calc(50% - 15px) !important;
    }
}

@media screen and (max-width: 573px) {
    .tile {
        max-width: 100% !important;
    }
}

.tile-wrapper {
    justify-content: space-between !important;
    gap: 30px;
} */

.tile-box {
    max-width: unset !important;
}

.container .tile-wrapper .tile-box :is(div).heading {
    line-height: 18px;
    padding: 12px 10px 10px;
    font-weight: 700;
    background-size: 100% 4px;
    background-repeat: no-repeat;
}

.tile-box a.heading, .tile-box :is(a,p,div).heading a {
    display: flex !important;
    justify-content: space-between;
    gap: 5px;
    color: #384350 !important;
}

a.heading:hover, div.heading:has(a):hover {
    background-color: #CCE7F7 !important;
    cursor: pointer;
}

div.heading a:hover {
    text-decoration: none;
}

.navArrow {
    display: block;
    height: 24px;
    width: 24px !important;
    min-width: 24px !important;
}

section.linklist-container:not(:has(div.accordion-collapse>div.accordion-body>ul.schema-linklist>li:not(.rh-hide))) {
    visibility: hidden;
}

.breadcrumbsContainer .breadcrumbs li,
.breadcrumbsContainer .breadcrumbs {
    line-height: 1rem;
}

figcaption {
    font-size: 0.8rem;
}