  
#sitemapHost {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#sitemapHostBtn a {
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/sitemap_panel_on.svg?token=cd88744d5929e7919e5d849b7f8185aeb2c9fecc44b9ee393fc0e426bbd1e486') no-repeat center center, linear-gradient(transparent, transparent);
}

#sitemapHostBtn a.selected, #sitemapHostBtn a.selected:hover {
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/sitemap_panel_off.svg?token=4ecd6e78f1a632110cade3435342c95e513e8321138b351bef6c2ab58049afde') no-repeat center center, linear-gradient(transparent, transparent);
}

#sitemapHost .pageButtonHeader {
    top: -27px;
}

#sitemapTreeContainer {
    overflow: auto;
    width: 100%;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

.mobileMode #sitemapTreeContainer {
    margin-left: 5px;
    overflow-x: hidden;
}

.sitemapTree {
    margin: 0px 0px 10px 0px;
    overflow:visible;
}

.sitemapTree ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
}

ul.sitemapTree {
    display: inline-block;
    min-width: 100%;
}

.pageSwapInstructions {
    width: 129px;
    font-size: 12px;
    text-align: center;
    color: #8c8c8c;
    margin: 0 auto;
    padding: 12px 0px;
    line-height: 20px;
}

.sitemapMinus, .sitemapPlus {
	vertical-align:middle;
    background-repeat: no-repeat;
	margin-right: 3px;	
    width: 7px;
    height: 8px;
    object-fit: contain;
    display:inline-block;
}
    .sitemapMinus {
        margin-bottom: 0px;
        background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/open_item.svg?token=cd4f1b1ceee2d023482e769035786c5e16f32a1ad865a409ee09d2aac0dfe626') no-repeat center center, linear-gradient(transparent,transparent);
    }
    .sitemapPlus {
        margin-bottom: 2px;
        background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/closed_item.svg?token=8c43bd8cf22b7cf090f654df2b531f9cb93744535471b25480c5c943a96f6015') no-repeat center center, linear-gradient(transparent,transparent);
    }

.mobileMode .sitemapMinus, .mobileMode .sitemapPlus {
    width: 10.5px;
    height: 12px;
    margin-right: 5px;	
    background-size: contain;
}

.sitemapPageLink {
    margin-left: 0px;
}

.sitemapPageIcon {
	margin: 0px 6px -3px 3px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/page_lt_grey.svg?token=275ebf85e971b4d3f9c1885786bc9c378dcc61262846ad3b386871fd73ea9edf') no-repeat center center, linear-gradient(transparent,transparent);
}

.mobileMode .sitemapPageIcon {
    margin-right: 7px;	
    background-size: contain;
}

.sitemapFolderIcon {
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/folder_closed_blue.svg?token=e5396ddfc0e7a7b5b418942a93f36ada8e43e17ca0d3ec2cbf803307ee83d462') no-repeat center center, linear-gradient(transparent,transparent);
}

.mobileMode .sitemapFolderIcon {
    width: 18px;
    height: 18px;
    margin-left: 1px;
    background-position-y: 1px;
    background-size: contain;
}

.sitemapFlowIcon {
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/flow.svg?token=04d40fbf61d08d08efaa641b2722190d6901bbd349be6376b9449ab7ed6b7c8e') no-repeat center center, linear-gradient(transparent,transparent);
}

.sitemapFolderOpenIcon {
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/folder_open.png?token=59b3f5a10cb93bbe9300a1c5c1fa710eb3c6cfcc471e3344eae0a19674433828') no-repeat center center;
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/folder_open.svg?token=9a228d1db6e6bc677c730c478c205e057520012497223ed888f78b531e532a4b') no-repeat center center, linear-gradient(transparent,transparent);
}

.sitemapPageName {
    font-size: 14px;
    line-height: 1.93;
    color: #4a4a4a;
}

.sitemapPageName.mobileText {
    line-height: 1.69;
}

.sitemapNode  {
    white-space:nowrap;
}

.sitemapPageLinkContainer {
    cursor: pointer;
    padding-right: 10px;
}

.mobileMode .sitemapPageLinkContainer {
    margin-bottom: 13px;
}

.sitemapHighlight {
    background-color: #e6e6e6;
}

.sitemapGreyedName
{
	color: #AAA;
}

.sitemapPluginNameHeader {
    margin: 13px 9px 5px 9px;
    font-size: 14px;
    color: #444444;
}

.sitemapHeader {
    padding-top: 7px;
}

.mobileMode .sitemapHeader {
    padding-top: 0px;
}

.sitemapToolbar {
    margin: 0px 3px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sitemapToolbarButton {
    width: 19px;
    height: 18px;
    border: 1px solid transparent;
    cursor: pointer;
    flex: 0 0 auto;
}

.hashover .sitemapToolbarButton:hover {
    border-radius: 3px;
    background-color: #e6e6e6 !important;
}

.sitemapToolbarButton.sitemapToolbarButtonSelected, .sitemapToolbarButton.sitemapToolbarButtonSelected:hover{
    background-color: inherit !important;
}

.leftArrow {
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/left_arrow.svg?token=1b354c35387acdf8f6124b847b3bb571f98a215ed970fd79839bb19f3f0cb4be') no-repeat center center, linear-gradient(transparent,transparent);
    margin-left: 11px;
}

.rightArrow {
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/right_arrow.svg?token=5d7a0d349e037618d36168c1f2c2c07e92b6d72051aef12f000ad440149e4c8a') no-repeat center center, linear-gradient(transparent,transparent);
    margin-left: 3px;
    margin-right: 2px;
}

#searchIcon {
    width: 10px;
    height: 10px;
    object-fit: contain;
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/search_on.svg?token=7cef93245b9dc0e37b6b7d98d27364cff489be4d32e736177ea1e98c7b253c17') no-repeat center center, linear-gradient(transparent,transparent);
    vertical-align: bottom;
    padding: 5px 4px 5px 4px;
    display: inline-block;
}

#searchIcon.sitemapToolbarButtonSelected {
    padding: 5px 3px 5px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/search_off.svg?token=c5319224bee138c6537b1d9408614d532f3109ebd50b5a9acba1130d2032f2d2') no-repeat center center, linear-gradient(transparent,transparent);
    background-color: #FFFFFF !important;
}

.backKeys {
    width: 20px;
    height: 21px;
    object-fit: contain;
    vertical-align: bottom;
    margin: 2px;
    display: inline-block;
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/back_keys.svg?token=1012e83afdc1fba34026feac563196890a361abd819bc975faa186bac6a930ce') no-repeat center center, linear-gradient(transparent,transparent);
}

.forwardKeys {
    width: 20px;
    height: 21px;
    object-fit: contain;
    vertical-align: bottom;
    margin: 2px;
    display: inline-block;
    background: url('https://d1icd6shlvmxi6.cloudfront.net/gsc/EMWVEE/cd/16/e9/cd16e908cd144cfc9a27a9e56248f664/plugins/sitemap/styles/images/forward_keys.svg?token=8bed1a413be41e19c1b7addae94ad7db995d5bd1a9b30f7ea115c81d19aa449b') no-repeat center center, linear-gradient(transparent,transparent);
}

#interfaceAdaptiveViewsListContainer {
    position: absolute;
    display: none;
    width: 220px;
    left: 155px;
    padding: 6px 9px;
    top: 36px;
}

#interfaceScaleListContainer {
    padding: 7.5px 9px 12px 16px;
    margin-top: 9px;
    border-top: solid 1px #bdbcbc;
    order: 10;
}

.adaptiveViewOption, .vpPresetOption, .vpScaleOption {
    padding: 3px 0px 3px 0px;
    color: #3B3B3B;
    display: flex;
}

.projectOptionsScaleRow, .projectOptionsAdaptiveViewRow, .projectOptionsHotspotsRow {
    border-top: solid 1px #c7c7c7;
    display: flex;
    padding: 13px 7px 13px 0px;
}

.adaptiveViewOption:hover, .vpScaleOption:hover, .vpPresetOption:hover, .projectOptionsAdaptiveViewRow:hover, .projectOptionsScaleRow:hover
{ 
	cursor: pointer;
}

.scaleRadioButton, .adapViewRadioButton {
    border: solid 1px #8c8c8c;
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 48px;
    margin-right: 12px;
    top: 2px;
    flex-shrink: 0;
}

.mobileMode .scaleRadioButton, .mobileMode .adapViewRadioButton {
    width: 20px;
    height: 20px;
    border-radius: 60px;
    margin-right: 22px;
    margin-left: 22px;
    top: 0px;
    flex-shrink: 0;
}

.selectedRadioButton {
    border: solid 1px #20aca9;
}

.selectedRadioButtonFill { 
    position: relative;
    display: none;
    background-color: #20aca9;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 2px;
}
    .mobileMode .selectedRadioButtonFill {
        width: 12px;
        height: 12px;
        border-radius: 48px;
        top: 4px;
    }

#searchDiv {
    display: flex;
    margin-right: auto;
    flex: 1;
}

#searchBox {
    display: none;
    width: 0%;
    height: 22px;
    padding-left: 5px;
    border-radius: 0px 5px 5px 0px;
    border-right: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: none;
    -webkit-appearance: none;
}

#searchBox:focus {
    outline-width: 0;
}

.searchBoxHint {
	color: #8f949a;
}

#sitemapHost.popup #searchDiv{
    display: none;
}

#sitemapHost.popup #sitemapHeader{
    display: none;
}

#sitemapHost.popup #changePageInstructions{
    display: none;
}

.mobileMode #sitemapHeader {
    display: none;
}



/* Expo Sitemap
***/

.expoSitemapNode {
    padding: 15px;
    text-align: center;
}

.sitemapPageImg {
    max-width: 90%;
    max-height: 150px;
}

.popup .sitemapPageImg {
    display: none;
}

.popup .expoSitemapNode {
    padding: 0 0 0 10px;
    text-align: left;
}