/* ### HIDE CHILD PAGES BY DEFAULT ### */
#children-section {display:none !important;}
/* ### TOP NAV SEARCH FIELD PLACEHOLDER TEXT COLOR FIX ### */
.aui-header .aui-quicksearch input[type="text"]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.6) !important;
opacity: 1 !important;
}
.aui-header .aui-quicksearch input[type="text"]:-moz-placeholder { /* Firefox 18- */
color: rgba(255, 255, 255, 0.6) !important;
opacity: 1;
}
.aui-header .aui-quicksearch input[type="text"]::-moz-placeholder { /* Firefox 19+ */
color: rgba(255, 255, 255, 0.6) !important;
opacity: 1 !important;
}
.aui-header .aui-quicksearch input[type="text"]:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6) !important;
opacity: 1 !important;
}
/* ### FIX ANNOUNCER ADD-ON TOP BANNER VERTICAL HEIGHT/OVERLAP ISSUE ### */
#ap-com.wittified.atl-announcer-confluence__general-web-panel-banner-display ~ #page #full-height-container .ia-splitter .ia-splitter-left .ia-fixed-sidebar {top:102px !important;}
/*TOC Macro Styles*/
#ProductTOC {background:#f0f0f0; padding:20px 25px 6px 25px; color:#aaa; margin:0 18px 10px 0; -moz-border-radius: 12px;-webkit-border-radius: 12px; border-radius: 12px; -khtml-border-radius: 12px; text-align: center;}
#ProductTOC h3 {color:#222; font-weight:normal; font-size:18px;margin:0 !important;padding:0 !important;line-height:.9em !important; font-style:italic;} |