/* #region TODO
TODO:
- 
#endregion
*/

/* #region IMPORTS */
@import '/resources/css/wk-fonts.css';
@import "/resources/css/wk-colors.css";
/* #endregion */


html {
    -ms-overflow-style: scrollbar;
 }

 ::placeholder { /* Most modern browsers support this now. */
    color:    #B1B1B1;
 }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 940px) {  
    .wh_publication_toc { display: none !important} 
    #wh_topic_body { 
        width: 95%;
        margin-top: -50px;
    };
}



/*#region ========== .loader ========== */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background: url('/resources/img/loading/bookshelf.gif') 50% 50% no-repeat rgba(31,109,199, 1); */
    background: url('/resources/img/loading/colors-loader.svg') 50% 50% no-repeat rgba(255, 255, 255,0.5);
} 
/* #endregion */

body,
.wh_topic_content, 
.wh_content_area {
    width: 95%;
    font-family: "Fira Sans";
    font-size: 18px;
    line-height: 1.5em;
    /* visibility: hidden; */
}

.wh_content_area > .row {
    flex-wrap: nowrap !important;
}

.wh_content_area > .row > .col-sm-12 {
    display: contents;
}

/* #wh_topic_body {
    width: auto;
} */

@media (min-width: 768px) {
    body {
        overflow-x: hidden;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 13px;
    }
    
}

.wh_logo_and_publication_title{
    align-items: normal;
}

.wh_logo,
.wh_search_input {
    visibility: hidden;
    display: none;
}

.button1 {
    background-color: white;
    color: #007ac3;
    border: 2px solid #007ac3;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
}
.button1:hover {
    background-color: #007ac3;
    color: white;
    border-radius: 4px;
}

/*#region  ===== Survey Button feature ===== */
.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
	z-index: 1000;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	font-family: 'Fira Sans', sans-serif;
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #ffffff; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #474747;}
.corner-ribbon.blue{background: #007ac3;}
.corner-ribbon.darkblue{background: #241866;}
.corner-ribbon.green{background: #85bc20;}
.corner-ribbon.darkgreen{background: #009881;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #940c72;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #ea8f00;}
.corner-ribbon.yellow{background: #ec0;}
/*#endregion  ===== End of Survey Button feature ===== */



.wh_breadcrumb {
    display: inline-block;
    font-family: "Fira Sans";
    font-weight: normal;
    color: #4a4a4a;
}

.wh_right_tools {
    font-size: 1.25em;
}


.wh_header {
    /* background-color: rgb(110, 187, 31); */
    background-color: #ffffff;
    color: rbg(51,51,51);
    height: 96px;
}

.wh_header_flex_container {
    margin-left: 6px;
    margin-right: 10px;
}

.wh_logo {
    display: inline-block;
    vertical-align: baseline;
    /* padding-right: 30px; */
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
 .wh_logo_and_publication_title {
    justify-content: normal;
}

 .wh_logo_and_publication_title_container {
    width: 100%;
    margin-left: -40px;
 }

 /* .wh_logo {
     display: none;
 } */

 .wh_publication_title > a {
    color:rbg(51, 51, 51) !important;
    font-size: 24px;
}

.wh_publication_title {
    position: relative;
    /* padding-top: 10px; */
    color: rbg(51,51,51);
    font-family: "Fira Sans", sans-serif;
    width: 100%
}

.wkfs_title > a {
    color: rgb(51, 51, 51);
    float: left;
}







/*#region ===== Publication TOCs ===== */
 .wh_publication_toc {
    border-radius: 10px;
    padding: .5em;
    background-color: #e4e4e4;
    font-size: 16px;
    /* overflow: auto !important; */
    top: 190px !important;
}
.wh_publication_toc span,
.wh_publication_toc a,
.wh_publication_toc a:visited,
.wh_publication_toc a:hover {
    color: #000000;
}
/* .active {
    color: #ffffff;
    background-color: #adadad;
} */

div.topicref > div.title {
    display: inline-flex !important;
}
.wh_publication_toc .active > .topicref a {
    color: #007AC3;
    font-weight: 500;
}
/* #endregion */

/*#region ===== Topic TOCs ===== */
.wh_topic_toc {
    font-size: 16px;
}
/* #endregion */


/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumbs bar
 *  
 */
.wh_tools {
    background-color: #f1f1f1;
    margin: 1em 0 2em;
    font-size: .8em;
    padding: 5px;
    min-height: 25px;
}
.wh_breadcrumb ol {
    color: #adadad;
}
.wh_breadcrumb ol a {
    color: inherit;
}
.wh_breadcrumb ol .active {
    color: #007AC3;
}
.breadcrumb-sticky {
    position: sticky;
    z-index: 998;
    top: 96px !important;
}





/*
 * ------------------------------------------------------------------
 *
 * Menu
 *
 */
.wh_top_menu {
    margin: .4em 0;
    font-size: 0.9em;
    display: none !important;
}
.wh_top_menu a{
    color: #fff;
    line-height: 2em;
}

@media only screen and (min-width: 993px){
    .wh_top_menu {
        display: inline-block;
    }
}

/* The submenus */
.wh_top_menu ul ul {
    background-color: rgba(0,122,195,.95);
}
.wh_top_menu ul li:hover {
    background-color: rgba(0,122,195,.95);
}
.wh_top_menu ul ul li a:hover {
    background: rgba(0,122,195,.95);
}
.wh_top_menu ul ul li {
    border-top-color: #fff;
    width: 270px;
    text-transform: capitalize;
}

.FeedbackBtn {
    font-family: 'Calibri', sans-serif;
}

.wh_content_area {
    padding-bottom: 100px;
}

/*#region USER GUIDE NAME */
#ug-name {
    margin: auto;
		margin-bottom: 10px;
    color: #ffffff;
    /*width: 530px;*/
    max-width: 1000px;
		min-height: 74px;
    font-size: 2.9em;
    font-family: "Calibri", sans-serif;
    font-weight: 300;
    background-position: 0 50%;
    padding-left: 2.5em;
    line-height: 1.2em;
		/*background: url(https://documentation.wolterskluwerfs.com/Help/resources/img/app-icons/WK.png) no-repeat;*/
    background-size: 74px 74px;
    background-position: left center;
    display: none;
}
/* #endregion */

/*#region SEARCH */
 .searchButtonOff {
    background: url("/resources/img/icons/black/search.png") no-repeat center/50%;
    /* border: 2px solid #007ac3;
    border-radius: 5px; */
 }
 .searchButtonOn {
    /* background: url("/resources/img/icons/white/search.png") #85bc20 no-repeat center/50%; */
    background: url("/resources/img/icons/white/search.png") #007ac3 no-repeat center/50%;
    border-radius: 5px;
 }
 #searchButton {
     width: 0px;
     height: 0px;
     padding: 20px;
     margin: 0 16px;
     visibility: hidden;
 }
 #searchButton:hover {
    cursor: pointer;
}
 #textToSearch {
     height: 48px;
     /* border-radius: 0px; */
     font-weight: lighter;
 }
 #searchForm {
    /* margin-top: 48px;
    margin-bottom: 48px; */
    /* margin-right: 64px;
    margin-left: 64px; */
    display: -webkit-inline-flex;
    width: 350px;
    float: right;
    margin-right: -30px;
 }
 #searchForm > div {
     width: 100%;
     max-width: -webkit-fill-available;
 }
 @media only screen and (max-width: 1010px){
    #searchForm {
        width: 270px;
    }
    #btnSearchTips {
        visibility: hidden;
    }
    #btnSearchWebHelp {
        border-radius: 5px;
        right: 0px;
    }
 } 
 @media only screen and (max-width: 917px){
    .wh_logo {
        margin-top: -15px;
    }
 }
 @media only screen and (max-width: 845px){
    #searchForm {
        width: 210px;
    }
 }



.wh_search_button {
    border: solid 1px #CCC;
    border-radius: 5px 0 0 5px;
    padding: 0 .5em;
    color: #fff;
    background-color: #007ac3;
    height: 30px;
    right: 40px;
    top: 20px;
    width: 2.4em
}
.wh_search_button:after {
    /* font-family: "Glyphicons Halflings", serif; */
    content: "\e003";
    /* display: none;
    font-family: "Fira Sans", sans-serif;
    content: " ";
    background: #007ac3 url("/resources/img/icons/white/search.png") no-repeat center/75%; */
}
.wh_search_button>span {
    display: none;
    font-family: "Fira Sans";
    font-size: 16px;
    font-weight: lighter;
}


/* #region Keyboard buttons */
span.kbd{
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%), 0 2px 0 0 rgb(255 255 255 / 70%) inset;
    color: #333;
    display: inline-block;
    font-size: .85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    /* white-space: nowrap; */
}
/* #endregion */



/* ======= SEARCH TIPS CONTAINER ======= */
#SearchButtons {
    float: right;
    border-radius: 0;
}
#btnSearchTips {
    float: right;
    position: absolute;
    right: 0px;
    top: 2px;
    /* right: 110px; */
    border: solid 1px #CCC;
    border-radius: 0px 5px 5px 0px;
    /* border-radius: 0px; */
    padding: 0 .5em;
    color: #fff;
    background-color: #007ac3;
    /* background-color: #E5202E; */
    height: 30px;
}

#searchTipsIcon {
    /* margin-top: .72em; */
    margin-right: .16em;
}

#SearchTipsGlyph {
    top: 12px;
    padding: 0 5px 0 5px;
}

.SearchTipsContainer {
    height: 250px;
    z-index: 900;
    position: fixed;
    right: -400px;
    top: 200px;
    display: none;
}

.st-one {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 35px;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    background-color: #007ac3;
    border-radius: 5px 0px 0px 5px;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    cursor:pointer;
}

/* .wth-one:hover {
    right: 50px;
} */

.st-two {
    position: absolute;
    right: -400px;
    width: 400px;
    z-index: -1;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    border-radius: 5px 0px 0px 5px;
}

#st-twotitlebar {
    background-color: #007ac3;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    display: block;
    /* text-align: right; */
}

#st-twotitle {
    display: block;
}

#st-close {
    cursor:pointer;
    /* display: inline-block; */
    float: right;
    margin-top: -20px;
}

#st-twobody {
    background-color: #fff;
    background-color: #fff;
    border-left: #007ac3 solid 4px;
    border-right:  #007ac3 solid 4px;
    border-bottom:  #007ac3 solid 4px;
    border-radius: 0 0 5px 5px;
    padding: 10px;
        height: 360px;
    overflow-y: auto;
}

#st-twofooter {
    text-align: right;
    padding: 5px 20px 0 0;
}

#st-textbox {
    max-width: 372px;
    min-width: 372px;
    min-height: 64px;
    height: 100px;
}

#st-send {
    position: relative;
    left: 300px;
}

/* #wth-input {
    display: none;
} */

.st-tip {
    margin-bottom: 15px;
}
.st-tipicon {
    color: #007ac3;
}
.st-tiptitle {
    font-weight: bold;
    margin-top: 10px;
    font-size: .8em;
}
.st-tipbody {
    font-size: .8em;
    margin-left: 20px;
    margin-top: -10px;
}
.st-hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 122, 195, 0.75), rgba(0, 0, 0, 0));
    height: 1px;
}
#st-ty-container {
    display: none;
    height: 313px;
}

#st-ty-head {
    font-weight: bold;
}

#st-ty-close {
    position: relative;
    left: 300px;
    bottom: -200px;
}

@media only screen and (max-width: 768px){
    #btnSearchTips {
        right: 0;
        border-radius: 0 5px 5px 0;
    }
    #SearchTipsGlyph {
        top: 10px;
    }
}
/* ======= END SEARCH TIPS CONTAINER ======= */

/* #endregion */

/* #region WH_TOPIC_BODY */
/* #wh_topic_body {
    padding-left: 28% !important;
} */
/* #endregion */





#ug-video {
    position: absolute;
    width: 100%;
    left: 0;
    height: 185px;
    background-color: #D9ECFF;
	text-align: center;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid:nth-of-type(1) {
    margin-right: 0;
}

.container-fluid {
    margin: 0px 50px 0px 25px;
    max-width: 100%;
}

/*
.hidden-print {
	visibility: collapse;
}


.wh_breadcrumb ol {
    color: #878787;
    visibility: collapse;
}
*/

/* .home {
	visibility: collapse;
} */
.wh_right_tools {
	padding: 8px 15px;
}


.wh_tile {
    min-height: 0px;
    /* font-family: 'Calibri'; */
    /* border-radius: 5px; */
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

    /* background-color: #ECF2F9;
    border-radius: .3rem;
    font-weight: 400;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 0 0 1em 0; */
}

.wh_tile_title {
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;
}

.wh_tile_title a {
    color: #337ab7;
    font-weight: 400;
    font-family: "Fira Sans", sans-serif;
}

.wh_tile_shortdesc {
    margin-top: 1em;
    text-align: center;
    color: #0D1A2B;
    font-size: 1em;
}

.wh_main_page_toc {
    border: 0px;
}

/* .wh_tile_title a {
    color: #fff;
} */

/* Side TOC */
.wh_side_toc {
    border-radius: 10px;
    padding: 1.5em 2em;
    background-color: #007ac3;
}
.wh_side_toc .active {
    color: #fff;
    font-weight: bold;
}
.wh_side_toc a, .wh_side_toc a:visited, .wh_side_toc a:hover {
    color: #d3d3d3;
}

.wh_side_toc .active > .topicref a {
    color: #fff;
}

.wh_side_toc span, .wh_side_toc a, .wh_side_toc a:visited, .wh_side_toc a:hover {
    color: #d9edf7;
}

.topictitle1 {
    color: #007AC3;
    font-family: 'Franziska', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 32px !important;
}
.sectiontitle {
    color: #007AC3;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.section_title {
    color: #007AC3;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;

}
.section_title:after {
    content: ' ';
    clear: right;
    display: block;
}

.permalink {
    display: none;
}

.wh_expand-collapse {
    margin-right: 6px;
}





/*
 * ------------------------------------------------------------------
 *
 * TABLES
 *
 */
.tablenoborder {
    overflow-wrap: break-word;
}

.entry {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 300px;
}

.breakline {
    display:block; float:left;
}

table {
    border: none;
    /* margin-bottom: 40px !important; */
}
tr {
    border: none;
}
th {
    border: none !important;
    /* border-bottom: #000 2px solid !important;  removed 02/04/2020 */
}
td {
    border: none !important;
    /* border-bottom: #000 1px solid !important; */
}
.GrayBackground {
    background-color: #EEEEEE;
}



/*
 * ------------------------------------------------------------------
 *
 * FOOTER
 *
 */
.wh_footer {
    /* text-align: center; */
    /* padding: 1em; */
    /* position: fixed; */
    /* bottom: 0; */
    /* width: 100%; */
    color: #ffffff;
    background-color: #474747;
    /* margin-top: 2em; */
    height: 96px;
}

.footer-container {
	text-align: left;
}

/* Remove Short Description */
.shortdesc {
	display: none;
}

/* FOOTER */
.footer-logo{
    margin-left: 20px;
    /* margin-top: -10px; */
}

.footer-tagline {
    padding: 10px;
    float: right;
    font-family: "Fira Sans";
    font-size: 20px;
    padding-right: 20px;
    /* padding-top: 35px; */
    /* padding-bottom: 30px; */
    display: none;
}






/*
 * ------------------------------------------------------------------
 *
 * TASKS
 *
 */

.prereq:before, .context:before, .postreq:before{
    color: #007ac3;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    display: block;
}

.prereq:before {
  content: "Before you begin: ";
}

.context:before{
    content: "About this task: ";
}

.postreq:before{
    content: "What to do next:";
}


/*
 * ------------------------------------------------------------------
 *
 * LISTS
 *
 */
 /* li {
    display: list-item !important;
} */

.wh_breadcrumb ol li {
    display: inline-flex !important;
}





/*
 * ------------------------------------------------------------------
 *
 * Notes
 *
 */
 .note {
    border-radius: 10px;
    border: 3px solid #8abf2a;
    padding: 16px;
}

.conbody>.section {
    display:flow-root;
}

.conbody>.section>.note{
    margin-right: 20px;
}

.warning {
    border: 3px solid #e62a2a;
}




/*
  * ------------------------------------------------------------------
  *
  * Outputclass Styles
  *
  */
.hidden {
	display: none;
}
.highlight-green{
    background-color: green;
}
.highlight-lightblue{
    background-color: lightblue;
}
.highlight-lightgreen{
    background-color: lightgreen;
}
.highlight-lightred{
    background-color: #e62a2a;
}
.highlight-yellow{
    background-color: yellow;
}
.noborder {
    border: none !important;
}
.SmallCaps {
    font-variant: small-caps;
    font-size: smaller;
    padding-left: 20px;
    /* display: block; */
}


 /*
  * ------------------------------------------------------------------
  *
  * Top FAQs Styles
  *
  */
	@media only screen and (min-width: 994px){
		#topfaqs_tile {
			border-radius: 10px;
			border: solid 4px #007ac3;
			background-color: #007ac3;
			width: 64%;
		}
	}
	@media only screen and (max-width: 1270px){
		#topfaqs_tile {
			border-radius: 10px;
			border: solid 4px #007ac3;
			background-color: #007ac3;
			width: -webkit-fill-available;
		}
	}

	.wh_content_flex_container {
    display: flex !important;
	}

	.wh_tiles_topfaqs {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: stretch;
	    align-content: stretch;
	    flex-wrap: wrap;
		max-width: 20%;
    }
    
	.topfaqs_tile.div.wh_tile_title {
		color: #ffffff;
    }
    
	.wh_tiles {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-evenly;
	    align-items: stretch;
	    align-content: stretch;
        flex-wrap: wrap;
        padding: 0 50px 0 50px;
    }
    
	#topfaqs_shortdesc {
        color:#ffffff;
        text-align: left;
	}


/*
 * ------------------------------------------------------------------
 *
 * Back To Top
 *
 */
#go2top {
    position: fixed;
    z-index: 999;
    height: 44px;
    width: 44px;
    bottom: 70px !important;
    right: 25px;
    /* background: #8abf2a url("/resources/img/icons/white/backtotop.png") no-repeat center/75%; */
    background-color: #8abf2a;
    padding: 10px;
    border: 0px;
    border-radius: 0.25em;
    /* border-radius: 0px; */
}
#go2top:hover {
    background-color: #474747;
    border: 5px;
    border-radius: 0.25em;
    /* border-radius: 0px; */
    outline: white solid 5px;
}


/*
 * ------------------------------------------------------------------
 *
 * Release Note specific styles
 *
 */
.cl_section {
	/* margin-top: 60px;
    padding-top: 20px; */
    border-top: 4px solid;
    border-color: rgb(0,122,195);
    border-radius: 5px 0px;
}
/* div .cl_section:nth-child(1n +2) {
	border-top: 4px solid rgb(0,122,195);
} */
.cl_section p {
	margin:0;
}
.btn_revision {
   border-radius: 5px;
   background: rgb(0,122,195);
   font-family: 'Calibri',arial, helvetica, sans-serif;
   color: white;
   font-weight: bold;
   padding: 4px 6px 4px 6px;
   margin-right: 20px;
   width: 200px;
   height: 20px;
   border-top: 2px solid;
   border-color: rgb(0,122,195);
}
.simpletable {
  background-color: rgb(255, 255, 255);
  margin-top: 30px;             /* Added 02/04/2020 */
  margin-left: 25px;
  /* margin-top: 25px; */
  border-top: none;
  border-right: none;
  border-bottom: 2px solid rgb(0,122,195);
  border-left: none;
  width: 95%;
}
th.rntitle,
.table thead tr th.rntitle {
   background-color: transparent;
   color: rgb(0, 122, 195);
   border: none;
   font: 'Calibri','Segoe UI Light', 'Segoe UI', Helvetica, Garuda, Arial, sans-serif;
   font-weight: bold;
   text-align: left;
   /* padding-top: 40px;             Removed 02/04/2020 */
}

.table>tbody>tr>td {
    vertical-align: text-top;
}
.Left20 {
    margin-left: -20px;
}


/*
 * ------------------------------------------------------------------
 *
 * Quotes
 *
 */
.lq {
    font-size: 14px;
}










/*
 * ------------------------------------------------------------------
 *
 * Questions and Answers
 *
 */
 .QA_ {
	 	border: 2px solid #007ac3;
  	border-radius: 10px;
		margin-top: 40px;
		padding: 10px;
 }

.QA_q {
	font-size: 16px;
	font-weight: bold;
	color: #007ac3;
	padding-left: 22px ;
  text-indent: -22px ;
}

.QA_q::before {
    content: "Q: ";
}

.QA_a {
	padding-left: 18px;
	padding-top: 10px;
}

.QA_a::before {
    content: "A: ";
}

ul.ul_more-space li{
    margin:0 0 10px 0;
}


/* ===== SURVEY ===== */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #007ac3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-left: 2px solid white;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 105px;
    right: 15px;
    font-size: 36px;
    /*margin-left: 50px;
		float:left;*/
}

/* Do not display any element that has a data-product attribute.
    This will be controlled by the .js code in "wkfs-resp_head.js"*/
*[data-product] {
    display: none;
}


/* ===== WAS THIS HELPFUL ===== */
#feedbackPod:not(.ccl-feedback):not(.support-hub) {
    position: absolute;
    right: 0;
    background: #007ac3;
    text-align: center;
    top: auto;
    bottom: 0;
    margin-right: 100px;
}
#helpful-thankyou {
    position: absolute;
    right: 0;
    background: #007ac3;
    text-align: center;
    top: auto;
    bottom: 0;
    margin-right: 100px;
    margin-bottom: 20px;
		z-index: 5;
}
.helpful {
    padding: 5px 20px;
    position: absolute;
    right: 100px;
    margin-bottom: 20px;
    overflow: visible;
    z-index: 5;
    width: 370px;
    height: 255px;
    color: #fff;
    background-color: #333;
    display: block;
    bottom: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
}
/*#iframe-container {
	position: absolute;
	right: 10px;
	bottom: 70px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	border: 6px solid #555;
	border-style: solid;
	height: 255px;
	width: 370px;
	background-color: #555;
	display:block;
	overflow: hidden;
	z-index: 5;
}*/

#helpful-iframe {
		position: absolute;
		right: 10px;
		bottom: 70px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
		border: 6px solid #555;
		height: 255px;
		width: 370px;
		background-color: #555;
		display:block;
		overflow: hidden;
}
#helpful-pod {
    padding: 5px 20px;
    position: relative;
    overflow: visible;
    z-index: 5;
    width: 100%;
    display: block;
    bottom: 0;
}
#helpful-closebutton {
	display: block;
	text-align: right;
}
.radiobuttons {
    font-weight: 400;
    color: #ededed;
}
#feedbackPod:not(.ccl-feedback):not(.support-hub) #helpful-pod #yes-container {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
}
#helpful-pod #no-container {
    display: inline-block;
    text-align: right;
}
#helpfulTitle {
    width: 100%;
    margin-bottom: 10px;
}
#helpfulTitleArea {
    margin-bottom: 10px;
}
#helpfulTitleText {
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
}
#helpfulCloseButton {
    float: right;
    cursor: pointer;
    margin-bottom: 10px;
}
#feedbacktext {
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    resize: none;
    color: #000;
}
.helpfulButton #submitButton{
    background-color: #007ac3; /* Blue */
    border: none;
    border-radius: 4px;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    display: none;
}
#submitButton {
    float: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}





/* ===== LOGOUT BUTTON ===== */
#btnLogout {
    position: absolute;
    right: 50px;
    display: none;
    background-color: #007ac3;
    height: 30px;
    padding: 6px;
    margin-top: 10px;
}


/*
 * ------------------------------------------------------------------
 *
 * SIDEBAR
 *
 */
 .sidebarBtn {
    background-color: #007AC3;
 }

#Sidebar a {
    position: fixed;
    right: -95px;
    transition: 0.3s;
    padding: 10px;
    width: 130px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    border-radius: 5px 0px 0px 5px;
    /* border-radius: 0px; */
}

#Sidebar a:hover {
    right: -15px;
}
.SidebarMouseEnter {
    right: -15px;
}
.SidebarMouseOut {
    right: -95px;
}


#feedback,
#helpful,
#print {
    position: relative;
    /* background-color: #666; */
}
#feedback {
    top: 270px;
}
#helpful {
    top: 220px;
}
#print {
    top: 320px;
}
.sidebar-icon {
    height: 18px;
    width: 18px;
    color: #ffffff;
    fill: #ffffff;
}


/* Remove original print icon */
.wh_print_link {
    display: none;
}

@media print {
    #feedback {display:none;}
    #collapse {display:none;}
    #print {display:none;}
}
/* ======================== */




/* ======= SIDEBAR CHAT ======= */
#chat {
    position: relative;
    /* background-color: #666; */
}
#chat {
    top: 370px;
}
#chatNoticeBtn {
    top: 370px;
    right: -130px;
}

/* ======= FEEDBACK CONTAINER ======= */
#closeFeedback {
    color: rgb(110, 187, 31);
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    font-size: 20px;
    font-weight: bold;
}
#closeFeedback::before {
    content: "Feedback \00a0\00a0\00a0\00a0 ";
    width:20px;
    height:20px;
    margin-left:-20px;
}
.closeFBPane::before{
    content: '';
    background:url('/resources/img/icons/green/close_pane_28px.png');
    background-size:cover;
    background-position: right;
    position:absolute;
    margin-left: 125px;
    width:28px;
    height:28px;
}



.feedbackBox {
    top: 270px;
    right: -290px;
    width: 290px;
    padding: 2px 10px 2px 10px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 10px 0px 0px 10px;
    display: block;  
    background: #fff;
    border-top: solid 5px rgb(110, 187, 31);
    border-left: solid 5px rgb(110, 187, 31);
    border-bottom: solid 5px rgb(110, 187, 31);
    margin-bottom: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 1000;
}
.feedbackBox.show {
    opacity: 1;
    right: 0px;
}
#FeedbackBoxTitleBar {
    display: block;
    margin-left: 20px;
}
#FeedbackboxTitle {
    display: block;
}
#FeedbackBoxBody {
    display: block;
}
#FeedbackBodyText {
    font-size: small;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: normal;
}
.FeedbackPostMsg{
    font-size: 10px;
    line-height: normal;
}



#FeedbackBoxTitleBar {
    display: block;
}
#FeedbackboxTitle {
    display: block;
}
#FeedbackBoxBody {
    display: block;
}



/* ======= WAS THIS HELPFUL CONTAINER ======= */
/* #region */
.wthcontainer {
    height: 250px;
    z-index: 900;
    position: fixed;
    right: 0;
    top: 220px;
    display: none;
}

.wth-one {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 35px;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    background-color: #007AC3;
    border-radius: 5px 0px 0px 5px;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    cursor:pointer;
}

/* .wth-one:hover {
    right: 50px;
} */

.wth-two {
    position: absolute;
    right: -400px;
    width: 400px;
    z-index: -1;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
}

#wth-twotitlebar {
    background-color: #007AC3;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    display: block;
    /* text-align: right; */
}

#wth-twotitle {
    display: block;
}

#wth-close {
    cursor:pointer;
    /* display: inline-block; */
    float: right;
    margin-top: -20px;
}

#wth-twobody {
    background-color: #fff;
    background-color: #fff;
    border-left: #007AC3 solid 4px;
    border-right:  #007AC3 solid 4px;
    border-bottom:  #007AC3 solid 4px;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

#wth-twofooter {
    text-align: right;
    padding: 5px 20px 0 0;
}

#wth-textbox {
    max-width: 372px;
    min-width: 372px;
    min-height: 64px;
    height: 100px;
    font-size: 1.5rem;
}

#wth-send {
    position: relative;
    left: 300px;
}

/* #wth-input {
    display: none;
} */

#wth-intropara {
    font-weight: bold;
    margin-top: 10px;
}

#wth-ty-container {
    display: none;
    height: 313px;
}

#wth-ty-head {
    font-weight: bold;
}

#wth-ty-close {
    position: relative;
    left: 300px;
    bottom: -200px;
}
/* #endregion */
/* ======= END WAS THIS HELPFUL CONTAINER ======= */





/* ======= LIVE CHAT NOTIFICATION ======= */
/* #region */
.slidecontainer {
    /* overflow:hidden; */
    height: 250px;
    /* position: relative;
    bottom: 197px; */
    z-index: 900;
    position: fixed;
    right: 0;
    top: 370px;
    display: none;  /* REMOVE THIS LINE ON MONDAY 4/16 */
}
.one {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 35px;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    background-color:  rgb(110, 187, 31);
    border-radius: 5px 0px 0px 5px;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    cursor:pointer;
}
.two {
    position: absolute;
    right: -400px;
    
    width: 400px;
    z-index: -1;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
}
#twotitlebar {
    background-color:  rgb(110, 187, 31);
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    cursor:pointer;
}
#twobody {
    background-color: #fff;
    background-color: #fff;
    border-left:  rgb(110, 187, 31) solid 4px;
    border-right:  rgb(110, 187, 31) solid 4px;
    border-bottom:  rgb(110, 187, 31) solid 4px;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    cursor:pointer;
}

#twofooter {
    text-align: right;
    padding: 5px 20px 0 0;
}
/* #endregion */
/* ==== END LIVE CHAT NOTIFICATION =========== */


/* ======= LIVE CHAT ======= */
/* #region */
/* .confirmEnv {
    top: 535px;
    right: -150px;
    height: 150px;
    width: 150px;
    padding: 10px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 5px 0px 0px 5px;
    display: block;  
    background: rgb(110, 187, 31);
    margin-bottom: 1em;
    z-index: 1000;
} */
/* .confirmEnv.show {
    opacity: 1;
    right: 0px;
} */
#confEnvTitle {
    font: bold;
}
#chat {
    display: none;
}

#ChatBoxTitleBar {
    display: block;
    margin-left: 20px;
}
#ChatboxTitle {
    display: block;
}
#ChatBoxBody {
    display: block;
}
/* div.btn-group {
    display: none;
} */
.glyphicon-remove-circle {
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
}
#closeChat {
    color: rgb(110, 187, 31);
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    font-size: 20px;
    font-weight: bold;
}
#closeChat::before {
    content: "Live Chat \00a0\00a0\00a0\00a0 ";
    width:20px;
    height:20px;
    margin-left:-20px;
}

.closeLCPane::before{
    content: '';
    background:url('/resources/img/icons/green/close_pane_28px.png');
    background-size:cover;
    background-position: right;
    position:absolute;
    margin-left: 125px;
    width:28px;
    height:28px;
}


.chatBox {
    top: 370px;
    right: -290px;
    height: 290px;
    width: 290px;
    padding: 2px 10px 2px 10px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 10px 0px 0px 10px;
    display: block;  
    background: #fff;
    border-top: solid 5px rgb(110, 187, 31);
    border-left: solid 5px rgb(110, 187, 31);
    border-bottom: solid 5px rgb(110, 187, 31);
    margin-bottom: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 1000;
}
.chatBoxNotice {
    top: 430px;
    right: -290px;
    width: 290px;
    padding: 2px 10px 2px 10px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 10px 0px 0px 10px;
    display: block;  
    background: #fff;
    border-top: solid 5px rgb(110, 187, 31);
    border-left: solid 5px rgb(110, 187, 31);
    border-bottom: solid 5px rgb(110, 187, 31);
    margin-bottom: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 1000;
}
.glyphicon-arrow-up {
    color: #007ac3;
    font-size: 300%;
}
#ChatBoxNoticeTitle {
    color: #007ac3;
    font-weight: bold;
}
#ChatBoxNoticeBodyMsg {
    margin-left: 15px;
    font-size: 14px;
    line-height: 140%;
}
.chatBox.show {
    opacity: 1;
    right: 0px;
}
#chatLogo a:link,
#chatLogo a:visited {
    text-decoration: none;
}
#chatLogo a:hover {
    color: #000;
}

#EnvOpt1 {
    width: 100px;
}

#ContinueButton {
    display: block;
    margin-top: 20px;
    float: right;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color:  rgb(110, 187, 31);;
    border-color: #525b4e;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid 
    #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}

.chatTextbox {
    margin-top: 10px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

#provideName,
#provideCustNum {
    display: none;
}

.credReminder {
    font-size: 11px;
    color: red;
}
/* #endregion */
/* ======================== */












/* ===== CHATBOT ===== */
#collect-chat-frame-container {
    z-index: 3;
    overflow: auto!important;
    display: none;
    position: fixed!important;
    bottom: 85px;
    right: 20px;
    max-height: 600px;
    min-height: 280px;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
}
#collect-chat-launcher-container.collect-chat-launcher-enabled #collect-chat-launcher {
    visibility: visible;
    transform: translateY(150px);
    animation: launcher-frame-appear .25s ease forwards;
}
#collect-chat-launcher-container.collect-chat-launcher-enabled.collect-chat-avatar-launcher #collect-chat-avatar-text {
    display: block;
}
#collect-chat-launcher-container.collect-chat-avatar-launcher {
    bottom: 15px;
		z-index: 3;
		margin-right: 300px;
}
/* #collect-chat-launcher-container {
    position: fixed;
    right: 300px;
    z-index: 3;
} */
#collect-chat-launcher-container.collect-chat-avatar-launcher .collect-chat-launcher-button {
    background-image: url(https://s3.amazonaws.com/collectchat/avatars/a23.png);
    width: 55px;
    height: 55px;
    background-size: 55px;
    border-radius: 50%;
    margin: 4px;
    bottom: -25px;
    position: fixed;
    z-index: 3;
    border-style: solid;
    border-color: rgb(123, 180, 61);
    border-width: 4px;
}
#collect-chat-launcher-container.collect-chat-avatar-launcher .collect-chat-launcher-button:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2ecc71;
    bottom: 0px;
    right: -5px;
}
#collect-chat-launcher-container #collect-chat-avatar-text {
    font-family: Open Sans,sans-serif;
    font-size: 15px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    background-color: #fff;
    color: #666;
    padding: 10px;
    border-radius: .625rem;
    white-space: normal;
    text-overflow: ellipsis;
    max-width: 270px;
    margin: 0 15px;
    display: none;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    animation: launcher-frame-appear .25s ease forwards;
    right: 60px;
}

@media (min-width: 1092px){
    .navbar-toggle {
        display: none;
    }
}

@media only screen and (min-width: 1092px){
    .wh_top_menu ul li a {
        display: none;
        padding: 0.5em 1em;
        text-decoration: none;
    }
}

@media only screen and (max-width: 1092px){
    .wh_toggle_button {
        float: none;
        line-height: 1em;
        margin: 10px 0;
    }
}









/*
 * ------------------------------------------------------------------
 *
 * CHANGELOG STYLES
 *
 */
/* .ChangelogNav {
    display: block;
    float: right;
    width: 40%;
    background-color: #9c9c9c !important;
    border-radius: 10px;
    padding: 20px;
}
.ChangelogNavHeading {
    font-size: 1.2em;
}
.ChangelogNav > * {
    color: black;
}
.ChangelogNav .xref {
    color: #d9edf7;
    line-height: .1em;
} */
.ChangelogReleaseDate {
    margin-left: 20px;
    font-size: 16px;
    font-style: italic;
}
/* ====================================== */






/* ========== FIXES ========== */
/*Remove the chain link icon following expandable items*/
.dt[id]::after, .section[id] .sectiontitle::after, .title.topictitle2[id]::after, table[id] .tablecap::after{
    background: none !important;
}


/* ========== EZConfig ========== */
[data-audience="installed"] {
    display: none;
}
[data-audience="hosted"] {
    display: none;
}
*[data-rev] {
    display: none;
}



/* ========== Profiling Test ========== */
[data-audience="novice"] {
    display: none;
}
[data-audience="expert"] {
    display: none;
}



/* ========== Expere Release Notes ========== */
table.ExpereRN tr td:first-child {
    width: 200px;;
    
}



/* ========== Target Highlight ========== */
:target {
	-webkit-animation: target-fade 2.5s;
	-moz-animation: target-fade 2.5s;
	-o-animation: target-fade 2.5s;
	animation: target-fade 2.5s;
}
@-webkit-keyframes target-fade {
	from { background-color: #ffff99; } /* [1] */
	to { background-color: transparent; }
}
@-moz-keyframes target-fade {
	from { background-color: #ffff99; } /* [1] */
	to { background-color: transparent; }
}
@-o-keyframes target-fade {
	from { background-color: #ffff99; } /* [1] */
	to { background-color: transparent; }
}
@keyframes target-fade {
	from { background-color: #ffff99; } /* [1] */
	to { background-color: transparent; }
}


/* ========== Tooltips ========== */
/* .tooltip {
    opacity: 1;
}
.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} */


/* ========== General Topic Images ========== */
#wh_topic_body img {
    border: 1px black solid;
    margin-bottom: 20px;
}

/* Figures */
figure{
    margin-top: 1rem;
}
.figtitleprefix{
    display:none;
}
.fig--title{
    font-weight: bold;
    font-style: italic;
    font-size: medium;
}
figure>br{
    display:none;
}


/* #region ========== COOKIES ========== */
.cookie-container{
    position: fixed;
    bottom: -100%;
    height: 165px;
    width: 520px;
    right: 0;
    background-color: #2f3640;
    color: #f5f6fa;
    padding: 20px;
    padding-bottom: 10px !important;
    border-top-left-radius: 20px 20px;
    transition: 400ms;
    z-index: 999;
}

.cookie-container.active{
    bottom: 0px;
}

.cookie-container a{
    color: #f5f6fa;
}

.cookie-container > .content > span{
    font-size: large;
}

.cookie-container > .content > p{
    font-size: smaller;
    line-height: 20px;
}

.cookieBtn{
    padding: 2px 16px !important;
    /* margin-left: 10px; */
    border-radius: 6px;
}
/* #endregion */


/* @media (prefers-color-scheme: dark) 
{
    html {
        background-color: #1e1e1e;
    }
    
    body, 
    header.navbar, 
    .wh_main_page_toc,
    .wh_expand_btn,
    .expanded::before {
		background-color: #1e1e1e;
    }

    #wth-main, #wth-twobody {
        color: #fff;
        background-color: #474747;
    }

    .wh_main_page_toc_accordion_header,
    .wh_main_page_toc_entry,
    .wh_main_page_toc_accordion_header expanded,
    .wh_main_page_toc_accordion_header::before,
    .wh_main_page_toc .expanded {
        background-color: #1e1e1e;
    }

    .wh_main_page_toc_entry:hover,
    .wh_main_page_toc_accordion_header:hover {
        background-color: #474747 !important;
    }

    .wh_main_page_toc_accordion_entries,
    .wh_main_page_toc_accordion_header expanded {
        background-color: #1e1e1e !important;
    }

    .sthead,
    .stentry,
    td.entry{
        background-color: #1e1e1e;
        border-bottom: #CCC 1px solid !important;
    }

    .expanded {
        background-color: #1e1e1e;
    }
    
    .wkfs_title>a {
        color: #CCC;
    }

    .p, 
    .title>a,
    span::before,
    .wh_topic_content, 
    .wh_content_area
     {
        color: #CCC;
        background-color: #1e1e1e;
    }

    .wh_publication_toc {
        background-color: rgb(51, 51, 51);
    }

    .wh_tools {
        background-color: #111;
        border: 2px solid dimgray;
        border-radius: 6px;
        margin-right: 40px;
    }

    .wh_search_textfield {
        background-color: dimgray;
    }

    .sidebarBtn,
    .wh_search_button,
    #btnSearchTips,
    .reset,
    .increaseFont,
    decreaseFont {
        background-color: dimgray;
    }

    .wh_publication_toc a, .wh_publication_toc a:visited, .wh_publication_toc a:hover {
        color: gray;
    }

    .ChangelogNav>ul>li::marker {
        color: #000;
    } 

}*/
