.ectComponent {
    font-family: Ubuntu, Tahoma, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

.ectComponent .clearfix:after {
    content: "";
    clear: both;
    display: table
}

.ectComponent .defaultFontColor {
    color: #333
}

.ectComponent .defaultErrorAlert {
    display: block;
    padding: .75rem 1.25rem;
    color: #721c24;
    background-color: #f8d7da!important;
    border-color: #f5c6cb;
    font-size: 85%
}

.ectComponent .syntaxErrorAlert {
    display: block;
    padding: .75rem 1.25rem;
    color: #004085;
    background-color: #cce5ff!important;
    border-color: #b8daff;
    font-size: 85%
}

.ectComponent .overflowBox {
    overflow: auto
}

.ectComponent .browserContent {
    height: 85vh
}

.ectComponent .browserBodyLeft,
.ectComponent .browserBodyRight {
    overflow: auto;
    height: 80vh
}

.ectComponent .embeddedBrowser .browser,
.ectComponent .embeddedBrowser .browserBody,
.ectComponent .embeddedBrowser .browserBodyLeft,
.ectComponent .embeddedBrowser .browserBodyRight,
.ectComponent .embeddedBrowser .browserContent {
    height: inherit;
    max-height: inherit
}

.ctw-eb-window .embeddedBrowserSearchbox {
    width: 30%;
    margin-left: 20px;
    height: 30px
}

.ctw-eb-window .popupModeResults {
    margin-left: 20px
}

.ectComponent .popupMode {
    position: relative
}

.ectComponent .popupMode .popupModeResults {
    position: absolute;
    z-index: 100002;
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 40%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    height: auto
}

.ectComponent .popupMode .entityLoading {
    margin-left: 6px
}

.ectComponent #ctwFlexContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.ectComponent .ctwFlexItem25 {
    width: 25%
}

.ectComponent .ctwFlexItem50 {
    width: 50%
}

.ectComponent .ctwFlexItem75 {
    width: 75%
}

.ectComponent .ctwFlexItem100 {
    width: 100%
}

.ectComponent .ctwFlexItemPadding {
    padding-left: 10px;
    padding-right: 10px
}

.ectComponent .entityHead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.ectComponent .entityTheCode {
    -ms-flex-preferred-size: 7em;
    flex-basis: 7em;
    cursor: pointer;
    color: #555;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ectComponent .entityTitleAndIcons {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.ectComponent .entityTheCodeInDetails {
    cursor: pointer;
    color: #555;
    font-weight: 600;
    margin-right: 10px
}

.ectComponent .entityTitle {
    width: 100%
}

.ectComponent .entityTitlePointer {
    cursor: pointer
}

.ectComponent .entityPv {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.ectComponent .entityDetails {
    margin-top: 10px;
    margin-bottom: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fef6e8!important
}

.ectComponent .entityDetailsError {
    margin-bottom: 13px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.ectComponent .entityDetails .entityDetailsContentAfterHead {
    font-size: 85%;
    margin-top: 4px
}

.ectComponent .entityDetails .entityDetailsContent {
    padding: 4px 8px 8px
}

.ectComponent .entityDetails .entityDetailsContent .propertyHeader {
    font-weight: 700
}

.ectComponent .entityDetails .entityDetailsContent .property {
    margin-left: 10px;
    margin-bottom: 8px
}

.ectComponent .entityLoading {
    font-weight: 700
}

@-webkit-keyframes blink {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

@keyframes blink {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

.ectComponent .entityLoading span {
    margin-left: 2px;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ectComponent .entityLoading span:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ectComponent .entityLoading span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ectComponent .elementToFadeOut {
    -webkit-animation: fadeOut 10s linear forwards;
    animation: fadeOut 10s linear forwards;
    border-radius: 2px;
    padding-bottom: 1px
}

@-webkit-keyframes fadeOut {
    0%,
    90% {
        background-color: #fbdaa0
    }
    to {
        background-color: transparent
    }
}

@keyframes fadeOut {
    0%,
    90% {
        background-color: #fbdaa0
    }
    to {
        background-color: transparent
    }
}

.ectComponent .foundationCodingTool .ulDescendants {
    padding-left: 30px
}

.ectComponent .ulDescendants .entityDetails .entityHead:hover,
.ectComponent .ulDescendants .entityDetailsContent:hover {
    background-color: #eee
}

.ectComponent .ulDescendants .entityDetails .entityDetailsContent:hover {
    background-color: transparent
}

.ectComponent .browser.browserModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)!important
}

.ectComponent .browser.browserModal .browserContent {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff!important;
    margin: 3% 5%;
    padding: 10px
}

.ectComponent .browser .browserBodyTitle {
    font-weight: 700;
    font-size: 1.2em;
    color: #404040;
    margin-bottom: 6px;
    margin-right: 0;
    border-bottom: 1px solid #ccc
}

.ectComponent .browser .browserBody {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.ectComponent .embeddedBrowser .browser .browserBody {
    margin-top: 0
}

.ectComponent .browser .browserBodyLeft {
    width: 35%;
    border-right: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px
}

.ectComponent .browser .browserBodyRight {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px
}

.ectComponent .browser .propertyHeader {
    font-weight: 700;
    margin-bottom: 8px
}

.ectComponent .browser .property {
    margin-left: 10px;
    margin-bottom: 15px
}

.ectComponent .browser .subproperty {
    font-size: 85%;
    font-style: italic;
    padding-right: 8px
}

.ectComponent .browser .parentcode {
    font-weight: 700;
    margin-right: 4px
}

.ectComponent .browser .propertyHeaderCodingNote,
.ectComponent .browser .propertyHeaderPostcoordination {
    background-color: #e8e8f0;
    padding: 2px 10px 4px
}

.ectComponent .browser .propertyHeaderCodingNoteSub {
    margin-left: 10px
}

.ectComponent .browser .idclass {
    color: #606060;
    font-style: italic;
    margin-right: 2px;
    font-size: .8em;
    vertical-align: bottom
}

.ectComponent .browser .orangetextbutton {
    font-size: .8em;
    color: #df7030;
    margin-left: 8px;
    text-decoration: none;
    vertical-align: bottom
}

.ectComponent .browser .markdownDefinition li {
    list-style-type: disc
}

.ectComponent .browser .markdownDefinition table td {
    border-bottom: 1px solid #ddd;
    padding: 4px 20px 4px 0
}

.ectComponent .browser .markdownDefinition table th {
    border-bottom: 1px solid #ddd;
    padding: 4px 20px 4px 0;
    text-align: left
}

.ectComponent .browser .markdownDefinition table ul {
    margin-left: 0;
    padding-left: 0
}

.ectComponent .browser .markdownDefinition table li {
    list-style: none
}

.ectComponent .openicon {
    margin-right: 4px
}

.ectComponent .entityHead:hover>.openicon {
    display: inline
}

.ectComponent .closeicon {
    font-size: smaller;
    color: #777;
    cursor: pointer;
    margin-right: 4px;
    vertical-align: text-top
}

.ectComponent .closeicon:hover {
    color: #333;
    background-color: #eee
}

.ectComponent .dimensionicon {
    font-size: smaller;
    color: #777;
    cursor: pointer;
    margin-right: 4px;
    margin-left: 6px;
    vertical-align: top
}

.ectComponent .dimensionicon:hover {
    color: #333;
    background-color: #eee
}

.ectComponent .dimensionicon2 {
    font-size: 120%;
    color: #777
}

.ectComponent .showlink {
    font-size: 85%
}

.ectComponent .showlink,
.ectComponent .showlinkNormalSize {
    color: #4169e1!important;
    cursor: pointer;
    font-weight: 400;
    margin-left: 6px
}

.ectComponent .showlinkNormalSize {
    font-size: 100%
}

.ectComponent .showlink:hover,
.ectComponent .showlinkNormalSize:hover {
    color: #4169e1;
    text-decoration: none
}

.ectComponent .showdetails {
    font-size: 85%;
    padding-right: 2px;
    vertical-align: 2px;
    word-break: keep-all
}

.ectComponent .unicodeicon {
    color: #4169e1;
    font-size: larger;
    cursor: pointer
}

.ectComponent .mandatoryPostcoord {
    color: #d45800
}

.ectComponent .smallericon {
    font-size: 85%
}

.ectComponent .pacolor {
    background: #eee;
    border: 1px solid #ccc;
    padding-right: 3px!important;
    font-weight: 700
}

.ectComponent .prcolor {
    background: #facdac;
    border: 1px solid #f8b687;
    padding-right: 3px!important;
    font-weight: 700
}

.ectComponent .mlcolor {
    background: #f8ee69;
    border: 1px solid #f0f00f;
    font-weight: 700
}

.ectComponent .cncolor {
    background: #ace259;
    border: 1px solid #9ac754;
    padding: 1px 2px!important;
    font-weight: 700
}

.ectComponent .circleicon {
    cursor: pointer;
    vertical-align: 1px
}

.ectComponent .circleicon,
.ectComponent .circleiconWithinDetails {
    font-family: DejaVu Sans Mono;
    font-size: 9.8px;
    color: #424242;
    border-radius: 50%;
    padding: 1px 4px;
    margin-left: 2px
}

.ectComponent .circleiconWithinDetails {
    cursor: default;
    vertical-align: 2px
}

.ectComponent .circleiconWithinDetailsHeaders {
    font-family: DejaVu Sans Mono;
    font-size: 9.8px!important;
    color: #424242;
    border-radius: 50%;
    padding: 1px 4px;
    margin-left: 6px;
    cursor: default;
    vertical-align: 2px
}

.ectComponent .hierarchy ul {
    list-style: none;
    padding-left: 0
}

.ectComponent .hierarchy ul ul {
    padding-left: 18px
}

.ectComponent .hierarchy .topul li {
    margin-bottom: 3px
}

.ectComponent .hierarchy .collapsed,
.hierarchy .expanded {
    cursor: pointer;
    width: 16px;
    display: inline-block;
    font-size: .8em
}

.ectComponent .hierarchy .collapsed {
    vertical-align: top
}

.ectComponent .hierarchy .expanded {
    vertical-align: top;
    position: relative;
    top: 2px
}

.ectComponent .hierarchy .empty {
    width: 16px;
    display: inline-block
}

.ectComponent .hierarchy .codeinh {
    font-weight: 600
}

.ectComponent .hierarchy .nodeWindow .codeinh,
.ectComponent .hierarchy .nodeWindow .titleinh {
    color: #668
}

.ectComponent .hierarchy .nodeAdoptedChild .codeinh,
.ectComponent .hierarchy .nodeAdoptedChild .titleinh {
    color: #999
}

.ectComponent .hierarchy .nodeResidual .codeinh,
.ectComponent .hierarchy .nodeResidual .titleinh {
    color: maroon
}

.ectComponent .hierarchy .nodeAdoptedResidual .codeinh,
.ectComponent .hierarchy .nodeAdoptedResidual .titleinh {
    color: rgba(128, 0, 0, .6)
}

.ectComponent .hierarchy .hideNodeWindow {
    display: none
}

.ectComponent .hierarchy .labelinh {
    cursor: pointer;
    width: calc(100% - 16px);
    display: inline-block
}

.ectComponent .hierarchy .selected {
    background-color: #fef6e8!important
}

.ectComponent .hierarchy .labelinh:hover {
    background-color: #eee
}

.ectComponent .hierarchy .rtitle {
    color: #2e45b1
}

.ectComponent .hierarchy .rsubtitle {
    font-style: italic;
    color: #505050
}

.ectComponent .browserBodyLeft .hierarchy .rtitle {
    font-weight: 600;
    color: #505050
}

.ectComponent .hierarchy .nodeError {
    border-radius: 3px;
    margin-right: 10px
}

.ectComponent .postcoordinatedCodeLeft {
    float: left
}

.ectComponent .postcoordinatedCodeRight {
    float: right
}

.ectComponent .postcoordColored {
    font-style: normal;
    color: #d45800
}

.ectComponent .postcoordAction {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: .9em;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    border-left: thin solid #03038d;
    background-color: #f8f8f8
}

.ectComponent .postcoordAction .hierarchy {
    max-height: 300px;
    overflow: auto
}

.ectComponent .postcoordActionClickable {
    cursor: pointer
}

.ectComponent .highlightedEntity,
.ectComponent .postcoordActionClickable:hover {
    background-color: #eee
}

.ectComponent .highlightedEntityPv {
    background-color: #eee;
    border-right: 2px solid #eee!important;
    border-bottom: 2px solid #eee!important
}

.ectComponent .highlightedParent {
    position: relative
}

.ectComponent .highlightedEntityArrow {
    left: -15px;
    position: absolute;
    color: #d45800
}

.ectComponent .icdcodewpc .stemcodestyle {
    font-weight: 500
}

.ectComponent .icdcodewpc .simplifiedcode {
    text-decoration: underline;
    display: inline-block;
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

.ectComponent .icdcodewpc .codedelimamp {
    display: inline-block;
    margin: 0 1px;
    color: #8080e0;
    font-weight: 500;
    font-size: .9em
}

.ectComponent .icdcodewpc .codedelimsl {
    display: inline-block;
    margin: 0 3px;
    color: #df7030;
    font-weight: 700;
    font-size: .9em
}

.ectComponent .icdcodewpc .xchaptercodestyle {
    font-size: .9em;
    color: #666
}

.ectComponent .postcoordSticky {
    position: -webkit-sticky;
    position: sticky;
    top: -10px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    z-index: 100001
}

.ectComponent .postcoordForSelection {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fef6e8!important;
    padding: 10px
}

.ectComponent .postcoordForSelection .postcoordCode {
    font-size: 110%;
    cursor: pointer
}

.ectComponent .postcoordForSelection button {
    color: #4169e1;
    background-color: #fff;
    border: 1px solid #7a7a7a
}

.ectComponent .postcoordForSelection .postcoordForSelectionLeft {
    float: left
}

.ectComponent .postcoordForSelection .postcoordForSelectionRight {
    float: right
}

.ectComponent .propertyPostcoordinationSummary .pccodeset {
    list-style-type: none;
    margin: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0
}

.ectComponent .propertyPostcoordinationSummary .liFlex {
    display: -ms-flexbox;
    display: flex
}

.ectComponent .propertyPostcoordinationSummary .axis {
    width: 200px;
    color: #505050;
    font-size: .9em;
    font-weight: 400;
    color: #2e45b1
}

.ectComponent .propertyPostcoordinationSummary .axisWithName {
    margin-top: 10px
}

.ectComponent .propertyPostcoordinationSummary .values {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ectComponent .propertyPostcoordinationSummary .pccode {
    font-weight: 600;
    color: #444;
    font-size: .9em;
    margin-right: 10px
}

.ectComponent .propertyPostcoordinationSummary .pctitle {
    color: #444;
    font-size: .9em;
    margin-right: 10px
}

.ectComponent .propertyPostcoordinationSummary .pcdelete {
    font-size: .8em;
    cursor: pointer
}

.ectComponent .postcoordSearch .rtitle {
    color: #2e45b1
}

.ectComponent .postcoordSearch .rsubtitle {
    font-style: italic;
    color: #505050
}

.ectComponent .postcoordSearchInput input {
    margin-right: 10px;
    width: 40%
}

.ectComponent .postcoordSearchInputToResult {
    position: relative
}

.ectComponent .postcoordSearchResult {
    position: absolute;
    z-index: 100000;
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-width: 40%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    max-height: 300px;
    overflow-y: auto
}

.ectComponent .postcoordSearchResult .closeSearch {
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.ectComponent .postcoordSearchResult ul {
    list-style: none;
    padding-left: 0
}

.ectComponent .postcoordSearchResult ul ul {
    padding-left: 18px
}

.ectComponent .postcoordSearchResult .postcoordFlex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.ectComponent .postcoordSearchResult .labelinh {
    cursor: pointer;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 4px
}

.ectComponent .postcoordSearchResult .codeinh {
    -ms-flex-preferred-size: 7em;
    flex-basis: 7em;
    font-weight: 600;
    color: #505050;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ectComponent .postcoordSearchResult .titleinh {
    width: 100%
}

.ectComponent .postcoordSearchResult .postcoordPvs {
    font-size: small;
    background-color: #fef6e8;
    z-index: 1002;
    overflow: auto;
    margin-left: 7em;
    cursor: auto
}

.ectComponent .postcoordSearchResult .clickinh:hover {
    background-color: #eee
}

.ectComponent .postcoordSearchResult .searchError {
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px
}

.ectComponent .messageright {
    float: right
}

.ectComponent .messageleft {
    float: left
}

.ectComponent .wordlist ul {
    list-style: none;
    margin-left: -40px
}

.ectComponent .wordlist li {
    cursor: pointer;
    width: 140px;
    text-indent: -10px;
    padding-left: 10px
}

.ectComponent .wordlist li:hover {
    background-color: #eee
}

.ectComponent .wordlist .dontChangeResult {
    color: #b0a0a0
}

.ectComponent .browser ul.toplevel,
.ectComponent .entitylist ul.toplevel {
    list-style: none;
    margin-left: -40px
}

.ectComponent .browser em.foundpc,
.ectComponent .entitylist em.foundpc {
    font-weight: 700;
    font-style: normal;
    color: red
}

.ectComponent .browser em.found,
.ectComponent .browser em.found em.wbe,
.ectComponent .entitylist em.found,
.ectComponent .entitylist em.found em.wbe {
    font-weight: 700;
    font-style: normal;
    color: #d45800
}

.ectComponent .browser em.found em.nonwbe,
.ectComponent .entitylist em.found em.nonwbe {
    font-weight: 400;
    font-style: normal;
    color: #d45800
}

.ectComponent .browser em.foundpc em.wbe,
.ectComponent .entitylist em.foundpc em.wbe {
    font-weight: 700;
    font-style: normal;
    color: red
}

.ectComponent .browser em.foundpc em.nonwbe,
.ectComponent .entitylist em.foundpc em.nonwbe {
    font-weight: 400;
    font-style: normal;
    color: red
}

.ectComponent .browser em.wbe,
.ectComponent .entitylist em.wbe {
    font-weight: 700;
    font-style: normal;
    color: #d45800
}

.ectComponent .browser em.nonwbe,
.ectComponent .entitylist em.nonwbe {
    font-weight: 400;
    font-style: normal;
    color: #d45800
}

.ectComponent .searchresults h5 {
    color: #d45800
}

.ectComponent .searchresults h4 {
    color: #d45800;
    margin-bottom: 0;
    font-size: 18px;
    font-family: Ubuntu, Tahoma, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

.ectComponent .detailsicon {
    font-size: smaller;
    color: #728ead;
    cursor: pointer
}

.ectComponent .detailsiconatpv {
    color: #728ead;
    cursor: pointer;
    margin-left: 44px
}

.ectComponent .browsericon {
    font-size: smaller;
    color: #d45800;
    cursor: pointer
}

.ectComponent a.browsericon {
    text-decoration: none
}

.ectComponent a.browsericon:visited {
    color: #d45800
}

.ectComponent .pvs {
    font-size: small;
    background-color: #fef6e8;
    z-index: 1002;
    overflow: auto;
    margin-left: 8em
}

.ectComponent .foundationCodingTool .pvs {
    margin-left: 1.4em
}

.ectComponent .destinationentitiesdiv .toplevel li {
    margin-bottom: 3px
}

.ectComponent .toplevel li {
    list-style: none
}

.ectComponent .searchresults .title {
    text-align: left;
    margin-left: 10px
}

.ectComponent .searchresults ul dt.thecode {
    font-weight: 700;
    color: #606060;
    text-align: left;
    cursor: pointer
}

.ectComponent .searchresults ul dt.thecode-4 {
    width: 3em
}

.ectComponent .searchresults ul dt.thecode-5 {
    width: 3.4em
}

.ectComponent .searchresults ul dt.thecode-6 {
    width: 3.9em
}

.ectComponent .searchresults ul dt.thecode-7 {
    width: 4.6em
}

.ectComponent .searchresults ul dt.thecode-8 {
    width: 4.9em
}

.ectComponent .searchresults ul dt.thecode-9 {
    width: 5.2em
}

.ectComponent .searchresults ul dt.thecode-10 {
    width: 5.9em
}

.ectComponent .searchresults ul dt.thecode-11 {
    width: 6.5em
}

.ectComponent .searchresults ul dt.thecode-12 {
    width: 7em
}

.ectComponent .searchresults dl {
    margin-top: 0;
    margin-bottom: 3px
}

.ectComponent .sortoption {
    position: relative;
    float: right;
    font-size: .9em;
    color: #4169e1
}

.ectComponent .listhead {
    margin-bottom: 30px
}

.ectComponent .chdistro {
    margin-left: -40px;
    list-style: none
}

.ectComponent .ch01 {
    background-color: #f7c3b5
}

.ectComponent .ch02 {
    background-color: #e5cbf8
}

.ectComponent .ch03 {
    background-color: #beeb9f
}

.ectComponent .ch04 {
    background-color: #79bd8f
}

.ectComponent .ch05 {
    background-color: #d0fcff
}

.ectComponent .ch06 {
    background-color: #ededed
}

.ectComponent .ch07 {
    background-color: #f2e088
}

.ectComponent .ch08 {
    background-color: #95c3c7
}

.ectComponent .ch09 {
    background-color: #ffff9d
}

.ectComponent .ch10 {
    background-color: #c6f4d5
}

.ectComponent .ch11 {
    background-color: #e3d2b4
}

.ectComponent .ch12 {
    background-color: #fff7ea
}

.ectComponent .ch13 {
    background-color: #7da626
}

.ectComponent .ch14 {
    background-color: #bcd952
}

.ectComponent .ch15 {
    background-color: #eefec3
}

.ectComponent .ch16 {
    background-color: #6dbcdb
}

.ectComponent .ch17 {
    background-color: #ff9c47
}

.ectComponent .ch18 {
    background-color: #facdac
}

.ectComponent .ch19 {
    background-color: #f2e088
}

.ectComponent .ch20 {
    background-color: #94e5d5
}

.ectComponent .ch21 {
    background-color: #d1dbbd
}

.ectComponent .ch22 {
    background-color: #91aa9d
}

.ectComponent .ch23 {
    background-color: #bdd4de
}

.ectComponent .ch24 {
    background-color: #f2ebbf
}

.ectComponent .ch25 {
    background-color: #c3cfeb
}

.ectComponent .ch26 {
    background-color: #d7d8dc
}

.ectComponent .ch27 {
    background-color: #d9cb9e
}

.ectComponent .chapter {
    font-size: .9em;
    vertical-align: central
}

.ectComponent .freq {
    font-style: italic;
    font-size: .9em;
    position: absolute;
    right: 8px;
    top: 0
}

.ectComponent .chtitlediv {
    position: relative;
    margin-left: 10px;
    padding-right: 24px;
    padding-left: 20px;
    text-indent: -20px
}

.ectComponent .chaptertitle,
.ectComponent .showallbutton {
    cursor: pointer;
    text-decoration: underline
}

.ectComponent .showallbutton {
    position: absolute;
    top: -20px;
    white-space: nowrap
}

.ectComponent #chapters {
    position: relative
}

.ectComponent .important {
    margin-left: 6px;
    cursor: default
}

.ectComponent .importantlabel {
    background-color: #dbf2fe!important
}

.ectComponent .importantlabelInDetails {
    background-color: #cde8f6!important
}

.ectComponent #flexisearchbtn {
    background-color: #03038d;
    color: #eee;
    padding: 1px 8px;
    cursor: pointer;
    margin-right: 2px;
    display: inline-block
}

.ectComponent .flexisearchwarning {
    position: absolute;
    top: 30px;
    right: 6px;
    color: #03038d;
    font-weight: 300
}

.ectComponent .flexi {
    color: #03038d;
    font-weight: 300
}

.ectComponent .clipboard {
    color: #777;
    font-weight: 300
}

.ectComponent .pcicon {
    color: #4169e1;
    font-size: .8em;
    font-weight: 300
}

.ectComponent .notleaf {
    background-color: #ececec;
    color: #555;
    font-weight: 400;
    padding-left: 2px;
    font-size: 1.1em;
    padding-right: 2px
}

.ectComponent .chopped {
    color: #d45800
}

.ectComponent select {
    color: #4169e1
}

.ectComponent .filterSwitch {
    position: relative;
    display: inline-block;
    top: 2px;
    right: 1px;
    width: 43px;
    height: 17px
}

.ectComponent .filterSwitch input {
    opacity: 0;
    width: 0;
    height: 0
}

.ectComponent .filterSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.ectComponent .filterSwitch .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.ectComponent .filterSwitch input:checked+.slider {
    background-color: #9acbb1
}

.ectComponent .filterSwitch input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #9acbb1;
    box-shadow: 0 0 1px #9acbb1
}

.ectComponent .filterSwitch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.ectComponent .filterSwitch .slider.round {
    border-radius: 34px
}

.ectComponent .filterSwitch .slider.round:before {
    border-radius: 50%
}

.ectComponent .filterSwitchLabel {
    margin-right: 6px;
    margin-left: 6px;
    color: #777
}

.ectComponent .filterSwitchStar {
    color: #d45800;
    cursor: help
}

.ectComponent #statusFlexContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.ectComponent .statusFlexWords {
    text-align: left;
    color: #777
}

.ectComponent .statusFlexInfo {
    text-align: center
}

.ectComponent .statusFlexFilter {
    text-align: right
}

.ectComponent .statusError {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.ectComponent .textNotFound {
    color: #777
}

.ectComponent .browser,
.ectComponent .entityTheCode,
.ectComponent .postcoordCode,
.ectComponent .statusFlexInfo .clipboard {
    direction: ltr
}

.rtl .ectComponent .browserBodyLeft,
.rtl .ectComponent .browserBodyRight,
.rtl .ectComponent .chapterdistributionandfilterdiv,
.rtl .ectComponent .destinationentitiesdiv,
.rtl .ectComponent .statusFlexFilter,
.rtl .ectComponent .statusFlexInfo,
.rtl .ectComponent .statusFlexWords,
.rtl .ectComponent .wordlistdiv {
    direction: rtl
}

.rtl .ectComponent .chapterdistributionandfilterdiv .chdistro,
.rtl .ectComponent .entitylist ul.toplevel,
.rtl .ectComponent .wordlist ul {
    padding-right: 0;
    padding-left: 40px
}

.rtl .ectComponent .browser .hierarchy .topul {
    padding-right: 0
}

.rtl .ectComponent .browser .postcoordAction,
.rtl .ectComponent .wordlist li {
    padding-right: 10px
}

.rtl .ectComponent .chapterdistributionandfilterdiv .freq {
    right: auto;
    left: 8px
}

.rtl .ectComponent .entityTheCodeInDetails {
    margin-right: 0;
    margin-left: 10px
}

.rtl .ectComponent .pvs {
    margin-left: 0;
    margin-right: 8em
}

.rtl .ectComponent .entityPv {
    border-right: 0 solid #fff;
    border-left: 2px solid #fff
}

.rtl .ectComponent .highlightedEntityPv {
    border-right: 0 solid #eee!important;
    border-left: 2px solid #eee!important
}

.rtl .ectComponent .postcoordSearchResult .postcoordPvs {
    margin-left: 0;
    margin-right: 7em
}

.rtl .ectComponent .postcoordSearchResult ul.messageleft {
    float: none
}

.rtl .ectComponent .showlink,
.rtl .ectComponent .showlinkNormalSize {
    margin-left: 0;
    margin-right: 6px
}

.rtl .ectComponent .browser .subproperty {
    padding-right: 0;
    padding-left: 8px
}

.rtl .ectComponent .browser .parentcode {
    margin-right: 0;
    margin-left: 4px
}

.ctw-eb-window.rtl .embeddedBrowserSearch {
    text-align: right
}

.ctw-eb-window.rtl .embeddedBrowserSearchbox {
    margin-left: 0;
    margin-right: 20px;
    direction: rtl
}

.ctw-eb-window.rtl .popupMode .popupModeResults {
    right: 20px
}

.ctw-eb-window.rtl .popupMode .popupModeResults .entityLoading {
    float: left
}


/* Custom CSS  */

.ectComponent span {
    color: #2b717f;
    line-height: var(--bs-body-line-height);
}

.ectComponent {
    font-family: var(--bs-body-font-family);
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2b717f;
}

.ectComponent .browser .browserBodyTitle {
    font-weight: 700;
    font-size: 1.2em;
    color: var(--bs-body-color);
    margin-bottom: 6px;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
}

.ectComponent .browser .propertyHeaderPostcoordination {
    color: var(--bs-body-color);
    padding: 2px 10px 4px;
}

.ectComponent .browser .propertyHeader {
    color: var(--bs-body-color);
    
}
