@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes placeholder-gradient {
    from {
        left: 0%;
    }
    to {
        left: 100%;
    }
}

#body{
	overflow-y: visible;
}
.ke-header-wrap-dyn .ke-header-inner .iconwrap .ke-header-icon .user-icon-reveal{
	z-index: 99 !important;
}
.ke-page-head{
	color: #4d4d4d !important;
}
.primary-link{
	display: inline-block;
    cursor: pointer;
    outline: none;
    color: #039be5;
    text-decoration: none;
    font-weight: 400
}

.second-nav-toggle-btn-wrap{
	cursor:pointer
}
.second-nav{
    width: 100%;
    background-color: #e5f5f1;
    transition: all 1s ease;
    max-height: 0px;
    z-index: 12;
    overflow:hidden;
}

#second-nav-wrap{
    padding-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: start;
}

.secondary-link{
    margin-left: 10px;
    margin-top: 1px;
}

.second-nav-close{
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 10px;
}

.active-second-nav{
    max-height: 100px;
}
#second-nav-contents {
    display: flex;
    flex-direction: column;
}


.ke-home-link{
	background-color: unset !important;
	border: none !important;
	margin: 15px 0 !important;
	width: min(90%, 1300px);
}
.ke-home-link:hover{
	background-color: unset !important;	
}
.fe-home-link-name{
    background-color: unset !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.fe-home-link-name{
	background-color: unset !important;
}
.fe-home-link-name i{
    font-size: 2rem !important;
}
.fe-home-link-name-ll{
	width: calc(50% - 100px);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 25%,rgba(225,225,225,1) 75%,rgba(225,225,225,1) 100%);
    display: inline-block;
    height: 3px;
    vertical-align: middle;
    margin-right: 20px;
}
.fe-home-link-name-txt{
	font-size: 18px;
    font-weight: 600;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fe-home-link-name-rl{
	width: calc(50% - 100px);
    background: linear-gradient(to right, rgba(225,225,225,1) 0%, rgba(225,225,225,1) 25%,rgba(241,241,241,1) 75%, rgba(255,255,255,1) 100%);
    display: inline-block;
    height: 3px;
    vertical-align: middle;
    margin-left: 20px;
}
.home-link-addlinks{
	margin-top: 20px;	
	justify-content: space-between;
}
.fe-home-sublink{
	border-radius: 2px !important;
	margin: unset !important;
}
.fe-home-sublink a{
	color: #4d4d4d !important;
}
.fe-home-sublink-header{
	background-color: #ccc !important;
	color: #4d4d4d !important;
    font-size: 16px !important;
    float: unset !important;
	text-transform: unset !important;
}
.home-cmp-btn-wrap{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}

.home-cmp-btn-wrap .cmp-btn-cntnr {
	flex: 0 0 30%;
    max-width: 450px;
    min-width: 325px;
}
.home-cmp-btn-wrap .cmp-btn {
	width: 100%;
	font-size: 15px !important;
	box-shadow: 1px 1px 3px 1px #ccc !important;
	font-weight: 500 !important;
}
.sw-primary-nav-zindex-override {
    z-index: 1 !important;
}
#comresult{
	display: none;
}
.add-NEXT{
	text-align: center;
}
.search-features-jsp .fsearchbox{
	display: none;
}
.expByFeaSelNEXT{
	cursor: pointer;
}
.search-features-jsp .flistbox, .search-features-jsp .sflbox{
	height: 80vh;
}
.search-features-jsp .sflbox{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.search-features-jsp .expand-wrap{
	line-height: 30px;
}
.expAllNEXT, .colAllNEXT {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    display: inline-block;
    margin: 0 5px;
}
table.treetable{
	margin-top: 0;
}
table.treetable thead tr th{
	height: 36px;
	position: sticky;
    top: 0;
    z-index: 1;
}
.fe-treetable td.mergedfname{
	border-top: none !important;
}
.fe-treetable th{
	background-color: #333;
    color: #fff !important;
    border: none;
    font-size: 15px;
    padding: 10px !important;
}
#comresult{
	margin-top: 20px;
}
.expand-wrap{
    line-height: 24px;
}
.flist{
	width: 100%;
}
.fe-treetable tr[data-isleaf="1"] .fname span:last-child, .treetable tr[data-isleaf="1"] .fname span:last-child, .flist .exbyfea-fname{
	cursor: pointer;
	font-weight: 500;
}
.fe-treetable .fname{
	width: 45%;
}
.fe-treetable .fname.pfname{
	width: 100%;
}
.fe-treetable .fname .link-external-icon{
	width: 15px;
    padding-left: 10px;
    cursor: default;
}
.treetable .fname .link-external-icon{
	width: 15px;
    padding-left: 5px;
    cursor: default;
}
.fe-treetable .fname.pfname .ftext, .treetable .fname.pfname .ftext{
    font-weight: 400;
    cursor: pointer;
}
.treetable .fname .ftext{
    max-width: calc(90% - 90px);
    display: inline-flex;
    word-break: break-word;
    line-height: 16px;
    align-items: baseline;
    font-variant-ligatures: no-common-ligatures;
}
.fe-treetable .introRel, .fe-treetable .reference{
	width: 15%;
}
.fe-treetable .introRel span{
	padding-left: 0px !important;
    line-height: 22px;
}
.fe-treetable .prereqs{
	padding-top: 10px;
}
.fe-treetable .licinf, .fe-treetable .usagenotes{
	line-height: 16px;
}
.fe-treetable .introRelCmp{
	width: 25%;
}
.fe-ls-close-icon{
	float: right;
    line-height: 20px;
    padding: 4px 7px;
    font-size: 16px;
    color: #808080;
    cursor: pointer;
}
.fe-ls-close-icon:hover{
	color: #4d4d4d;
}
.fname span:last-child{
    display: inline-block;
}
.ls-filter-nxt{border: 1px solid #ccc;border-radius: 3px;padding: 5px 20px 5px 30px;width:300px;-webkit-appearance:textfield;-ms-appearance:textfield;box-sizing: content-box;}
.ls-filter-nxt:focus{outline:none !important;}

table.treetable tbody tr td {
    border-top: 2px solid #fafafa !important;
}
.modal-fea-name{
	font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 24px;
    width: 98%;
    clear: both;
    padding-top: 10px;
}
.fea-modal-table{
	border: none !important;
	margin-top: 10px;
}
.fea-modal-table tbody tr td{
	border: none !important;
	border-top: 2px solid #fafafa !important;
}
.fea-modal-table th, .fea-modal-table td{
	padding: 5px !important;
}
.fea-modal-table th{
	background-color: #333;
	font-size: 14px;
    color: #fff !important;
    border: none;
}
.modal-fea-desc{
	display: block;
    font-variant-ligatures: no-common-ligatures;
    width: 98%;
}
.fea-modal-table .platform, .fea-modal-table .introRel{
	width: 25%;
}
.fea-modal-table .reference{
	width: 15%;
}
.fea-modal-table td.mergedplatname{
	border-top: none !important;
}
.fe-treetable .prereqs{
	padding-top: 10px;
}
.fe-treetable .licinf, .fe-treetable .usagenotes{
	line-height: 16px;
}
.finfo-breadcrumb{
	display: none;
    clear: both;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.finfo-breadcrumb .modal-fea-name{
	font-size: 16px;
    font-variant-ligatures: no-common-ligatures;
}
.finfo-breadcrumb .link-external-icon, .dialogBreadcrumbs .link-external-icon{
	padding-left: 5px;
	display: none;
}
.finfo-breadcrumb .bcSprtr, .dialogBreadcrumbs .bcSprtr{
	font-size: 12px;
	line-height: 22px;
	margin: 0 10px;
    padding-top: 2px;
}
.dialogBreadcrumbs{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.dialogBreadcrumbs .bc-wrap, .finfo-breadcrumb .bc-wrap{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.fe-page-desc{
    margin: 10px 0 10px 0;
    width: 100%;
    float: left;
    font-variant-ligatures: no-common-ligatures;
}
.finfo-fe-title{
 	color: #333 !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    font-variant-ligatures: no-common-ligatures;
    margin: 5px 0 !important;
}
.finfo-page-desc{
	display: none;
	float: left;
	font-variant-ligatures: no-common-ligatures;
    margin: 10px 0;
    width: 100%;
}
.finfo-table-wrap{
	display: none;
	float: left;
    margin-top: 10px;
    width: 100%;
}
.finfo-table-wrap .treetable-title-wrap{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 35px;
    width: 100%;
}
.finfo-table-wrap .treetable-title-wrap.finfo-title-wrap-pos-adjust{
    margin-top: -40px;
}
.no-match-tree-row{
	display: none;
	border-bottom: 2px solid #fafafa !important;
}
.fcount-ls-wrap{
	width: 100%;
    float: left;
    padding: 5px 0;
}
.fea-count-container{
	display: inline-block;
	padding: 10px 0 !important;
}
.ls-placeholder{
	position: relative;
    float: right;
}
.local-search-wrap-next{
	padding: 5px 0 0;
}
#comresult .innerTabs, .display-features-jsp .innerTabs{
	width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}
.innerTabon{
	cursor: default;
}
.innerTaboff{
	background: none repeat scroll 0 0 #d3d3d3;
}
.innerTabs .innerTab:last-child{
	margin-left: 10px;
}
.finfo-fea-doc{
	display: none;
	width: 100%;
    margin-top: 10px;
    float: left;
}


.search-input-clearable input[type=text] {
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
}
.clearable__clear {
    display: none;
    position: absolute;
    right: 30px;
    top: 3px;
    padding: 0 10px;
    font-style: normal;
    font-size: 1.5em;
    user-select: none;
    cursor: pointer;
}
.ke-search-results {
    z-index: 99 !important;
    border: none !important;
}

.fe-link-animate {
    color: #4d5259 !important;
    font-weight: 500;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(#000, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline !important;
    -webkit-transition: background-size .5s;
    transition: background-size .5s;
    padding-bottom: 2px;
}
.fe-link-animate:hover {
    text-decoration: none;
    box-shadow: 0;
    background-size: 100% 2px;
}
.fe-link-animate:focus {
    outline: 0;
}

body[data-page="display-platform-features"] .pagetitleinfo, body[data-page="display-prodfamily-features"] .pagetitleinfo{
	color: #4d4d4d !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    margin: 0;
    width: 100%;
    float: left;
    text-transform: none;
}
.search-res-wrap{
	display: flex;
    flex-direction: column;
}
.squareList li{
   	margin-bottom: 5px;
}
.modal-fea-doc{
	width: 90%;
    margin-bottom: 10px;
    float: left;
}
.prd-rel-sel-meta{
	color: #ccc;
	float: right;
    font-size: 14px;
    margin-right: 5px;
    border-bottom: 1px solid #ccc;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.head-expand .prd-rel-sel-meta{
	display: none;
}

.resTitleWrap{
	width: 100%;
	margin-bottom: 5px;
	float: left;
}
.resTitleWrap #resultTitle{
	width: calc(100% - 150px) !important;
	float: left;
}
.exprtCtrlsWrap{
	width: 100px;
	float: right;
	display: flex;
    justify-content: flex-end;
}

.all-fea-sup-rel-table{
	border: none;
}
.all-fea-sup-rel-table th {
    background-color: #333;
    font-size: 14px;
    color: #fff !important;
    border: none;
}
.all-fea-sup-rel-table td{
	border: none;
}
.all-fea-sup-rel-table .sup-rel-plat{
	width: 20%;
}
.all-fea-sup-rel-table .sup-swrel{
	width: 80%;
}
.all-fea-sup-rel-table .sup-swrel .sup-rel-wrap{
	margin-top: 10px;
}
.uniqAWrap, .uniqBWrap{
	display: none;
}
.uniqANoFeaturesLabel, .uniqBNoFeaturesLabel, .commonNoFeaturesLabel{
	display: none;
}

.srch-sugg-tag{
	background-color: #e5f5f1 !important;
	display: inline-block;
    margin-bottom: 0;
    margin-right: 7px;
    margin-top: 2px;
    padding: 2px 5px 3px 5px;
    border-radius: 2px;
    line-height: 1.3;
    cursor: default;
}
.srch-sugg-tag span{
	font-size: 10px;
    font-weight: 500;
    letter-spacing: .3px;
    color: #4d4d4d;
    line-height: 1.3;
}
.srch-sugg-tag span em{
	font-style: normal;
    font-weight: 600;
    color: #000;
}

.link-res-container .meta-tags-wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 5px;
}
.popover-select-product{
	background-color: #f6f9fb !important;
    border: 1px solid #f1f1f1 !important;
    color: #4d4d4d !important;
}
.plorrel:has(.av-newpdt, .av-newrel) { 
  background-color: #fcf0e5 !important;
}
.plorrel .plBtn{
	color: #4d4d4d !important;
}
.plBtn.selected{
	background-color: #84b135 !important;
    color: #fff !important;
    font-weight: 600;
}
.av-newpdt, .av-newrel{
	color: orangered !important;
    font-family: Lato, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 0 2px !important;
    display: inline;
    transform-origin: left top;
    position: absolute;
    right: 8px;
    top: 2px;
    transform: translate(14px, -9px) scale(0.75);
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    background-color: #fff;
    text-transform: uppercase;
    background: rgb(252,240,229);
	background: linear-gradient(0deg, rgba(252,240,229,1) 0%, rgba(255,255,255,1) 100%);
	width: 30px !important;
	cursor: default;
}
.av-newfea {
	color: darkorange !important;
	cursor: default;
}
.av-newfea sup{
	color: orangered !important;
    font-family: Lato, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 8px;
    line-height: 1.4375em;
    letter-spacing: 0.5px;
    padding: 0 2px !important;
    cursor: default !important;
    user-select: none;
    text-transform: uppercase;
}
.relCmpTag.relSelected, .prdCmpTag.prdSelected{
	background-color: #84b135 !important;
}
.relCmpTag.relSelected i, .prdCmpTag.prdSelected i, .mp-select-product.mp-selected i{
	color : #fff !important;
	font-weight: 600;
}
.relCmpTag.relSelected .compRelBox span, .prdCmpTag.prdSelected .compRelBox span{
	color : #fff !important;
	font-weight: 600;
}
.relCmpTag.relSelected .compRelBox span.av-newpdt, .prdCmpTag.prdSelected .compRelBox span.av-newpdt, .relCmpTag.relSelected .compRelBox span.av-newrel{
	color: #4d4d4d !important;
}
.mp-select-product.mp-selected{
	background-color: #84b135 !important;
	color: #fff !important;
}
.swList .plorrel .selected{
	background-color: #84b135 !important;
    color: #fff !important;
    font-weight: 600;
}
.pdtHcParentTag.prdHcParentSelected{
	background-color: #84b135 !important;
}
.plorrel.lcSelected{
    background-color: #84b135 !important;
}
.plFmlyBtn {
	color: #039be5;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 0px;
}
.chwsrs .plFmlyBtn.selected{
    color: #fff !important;
    background-color: #84b135 !important;
    padding: 4px 10px;
    border-radius: 2px;
}
#hcfeatureMult{
	margin-right: 5px;
    margin-bottom: 4px;
}
.introRelCmpMult span{
	padding-left: 0px !important;
	font-size: 13px;
}
.cmp-mult-res-loading{
	display: none;
	margin-top: 20px;
}
.cmTitlePlat{
	font-size: 15px;
    font-weight: 500;
}
.fe-leaf-icon{
	color: #4d4d4d;
	cursor: default;
    margin-right: 5px;
    opacity: 0.9;
}
.finfo-breadcrumb a{
	color: #4d4d4d !important;
}
.finfo-breadcrumb a:hover{
	color: #333 !important;
}
.display-flex{
	display: flex;
}
.fea-meta-wrap{
	display: none;
	float: left;
    width: 100%;
    padding: 15px 10px 20px 40px;
    border-top: 1px solid #ccc;
    background-color: #e5f5f1;
}
.modalTitle .prmlnk{
	width: auto;
    position: absolute;
    top: 6px;
    right: 30px;
}
.docTitleList li{
	display: flex;
    align-items: center;
    padding: 0 5px;
    line-height: 20px;
}
.docTitleList li::before{
	content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4d4d4d;
    margin-right: .5rem;
}
.all-fea-wrap{
	width: 60%;
}
.sel-fea-wrap{
	width: calc(100% - 60% - 10px);
    margin-left: 10px;
}
.sup-rel-action-wrap{
	background-color: #f9f9f9;
	border-top: 1px solid #f1f1f1;
	text-align: left;
    width: 100%;
    position: sticky;
    bottom: 0;
    padding-left: 10px;
}
.sup-rel-action-wrap input{
	padding: 8px 10px;
}
.fitem .remove i{
    cursor: pointer;
}
body[data-page="all-features"] #feResult{
	margin-top: 25px;
}
.sfeats .ke-table-head{
	height: 30px;
} 
.sfeats .ke-table-head .fTitle{
	font-size: 14px;
	padding: 6px 10px;
}
.sel-fea-count{
	display: none;
	margin-left: 5px;
    font-weight: 600;
    color: #e5f4f1;
}
.sfeats #noftitle{
	padding-left: 10px;
}

.reference{
    word-break: break-word;
}
.reference .link-animate{
	display: inline !important;
    padding-bottom: 2px;
    white-space: nowrap;
}
.reference .comma{
	padding: 0 5px 0 0 !important;
}
.allFeaSrchClear{
	display: none;
}

/* FE Next Home page changes */

.fe-home-links {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}

.fe-home-links:last-of-type {
	margin-bottom: 0;
}

.fe-home-links-action-tag {
	align-items: center;
    font-weight: 600;
    /*display: flex;*/
    flex-direction: row;
    position: relative;
    top: 6px;
    color: #333;
    padding: 2px 5px;
    border-radius: 2px 2px 0 0;
    left: 0px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    width: fit-content;
    z-index: 1;
    box-shadow: -1px -1px 2px -1px rgba(0, 0, 0, 0.25);
    display: none;
}

.fe-home-links-action-tag i {
	margin-right: 2px;
	font-size: 8px;
	color: #4d4d4d;
}

.fe-home-links-action-tag i.fa-balance-scale {
	font-weight: 600;
}

.fe-home-link-card-wrap {
	flex: 0 0 30%;
	height: 240px;
	max-width: 450px;
	min-width: 325px;
}

.fe-home-link-card {
	display: flex;
    height: 225px;
    border-radius: 0 5px 5px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.fe-home-link-card .card-left {
	width: 45%;
	height: 130%;
	border-top-right-radius: 60%;
	border-bottom-right-radius: 60%;
}

.fe-home-links:nth-child(even) .fe-home-link-card-wrap .fe-home-links-action-tag,
	.fe-home-links:nth-child(even) .fe-home-link-card-wrap .card-left
	{
	background: linear-gradient(0deg, rgba(255,240,229,.75) 0%, rgba(252,240,229,0.5) 100%);
}

.fe-home-links:nth-child(odd) .fe-home-link-card-wrap .fe-home-links-action-tag,
	.fe-home-links:nth-child(odd) .fe-home-link-card-wrap .card-left
	{
	/*background: linear-gradient(0deg, rgba(229, 242, 248,.75) 0%, rgba(229, 242, 248,0.5) 100%);*/
	background: linear-gradient(0deg, rgba(255,240,229,.75) 0%, rgba(252,240,229,0.5) 100%);
}

.fe-home-link-card .card-meta {
	width: 80%;
	height: 75%;
	padding: 10px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	opacity: 0.9;
}

.fe-home-link-card .card-meta h2 {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	display: none;
}

.fe-home-link-card .card-meta .exp-btn-cntnr{
    width: 100%;
}

.fe-home-link-card .card-meta .exp-btn-cntnr .exp-btn{
	font-size: 13px !important;
	font-weight: 500;
	letter-spacing: .2px;
  	min-height: 40px;
    padding: 8px 5px;
    min-width: auto;
    height: fit-content !important;
    width: 100%;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.fe-home-link-card .card-right {
	width: 55%;
	height: 100%;
}

.fe-home-link-card .fe-home-link-container {
	padding-left: 10%;
	display: flex;
	flex-direction: column;
	height: calc(100% - 30px);
	flex-wrap: nowrap;
	padding-top: 15%;
}

.fe-home-link-card .fe-home-link {
	line-height: 22px;
	width: fit-content;
}

.fe-home-link-card .fe-home-link span {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	color: #333 !important;
}
.fe-home-link-card .fe-home-viewmore-wrap {
	display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}
.fe-home-view-toggle{
	font-size: 12px;
	font-weight: 600;
    color: #039be5;
    cursor: pointer;
    letter-spacing: .5px;
}
.fe-home-vl-toggle{
	display: none;
}
.fe-home-link.more-link{
	visibility: hidden;
	opacity: 0;
  	transition: visibility 0s linear 300ms, opacity 300ms;
}
.fe-home-link.more-link.show-link{
	visibility: visible;
	opacity: 1;
  	transition: visibility 0s linear 0s, opacity 300ms;
}



.treetable .branch[data-pfk="99999"] td{
	background-color: #E5E4E2;
	border-top: 0 !important;
}
[data-page="all-features"] .treetable .branch[data-pfk="99999"] td{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 0px;
	z-index: 1;
}
.fe-treetable .branch[data-pfk="99999"] td{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 36px;
	z-index: 1;
}
.treetable .branch[data-pfk="99999"] td span.ftext{
	font-weight: 500 !important;
	color: #333;
}
.fea-not-found{
	display: none;
	margin-top: 20px;
}
.licinf {
    padding: 2px 0 4px 0;
    white-space: pre-line;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}
.usagenotes {
    padding: 2px 0 4px 0;
    white-space: pre-line;
    display: inline-block;
}
.usagenotes a{
	padding: 0 3px;
}
.pr-tick{
	color: #A0A0A0;
	margin-right: 5px;
	padding: 0 !important;
}
.ke-tabs-nav-container{
	/*border-bottom: none !important;*/
}
.mp-results table.fe-treetable thead th{
	height: 85px;
}
.mp-results .fe-treetable .branch[data-pfk="99999"] td{
	top: 85px;
}
#featuresTableByFFCommonNEXT.fe-treetable thead th{
	height: 50px;
}
#featuresTableByFFCommonNEXT.fe-treetable .branch[data-pfk="99999"] td{
	top: 50px;
}
.pdtHcParentTag{
	color: #4d4d4d;
}
.mp-action .button{
	background-color: #333 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
}
.mp-search-box .chosen-container .chosen-results li.highlighted{
    background-color: #fafafa !important;
    background-image: none !important;
    color: #4d4d4d !important;
    font-weight: 500;
}
.modalTitle .prmlnk{
	display: flex;
    align-items: center;
}
.modalTitle .prmlnk .link-external-icon, .docTitleList .link-external-icon, .docTitleList li i{
	margin-left: 3px;
	padding-top: 3px;
}
.pf-anc-link{
	font-weight: 500 !important;
    color: #333 !important;
}
.ke-search-item-hover {
    background-color: #f2f2f2 !important;
}
.srchResWrapper .ke-search-item-hover .ke-search-link, .srchResWrapper .ke-search-item-hover .ke-search-link-desc{
	color: #333 !important;
}
.srchResWrapper .ke-search-item-hover {
    background-color: #f2f2f2 !important;
}
.srchResWrapper .ke-search-item-hover .ke-search-match {
    color: #ec5e38 !important;
}
.ke-search-item-hover .ke-search-link-desc .srch-sugg-tag{
	border: 1px solid #fafafa;
}
.webui-popover-content .multi-popover{
	display: flex !important;
    flex-direction: column;
    align-items: center;
}
.webui-popover-content .multi-popover .plorrel{
	margin-right: 0 !important;
}
.plorrel.lcSelected .lcSelectedShowMeta {
    color: #fff !important;
}
.ke-progress{
	z-index: 1023 !important;
}
#tabNavWrapper li.tb.on span {
    color: #4d4d4d !important;
    font-weight: 500;
    cursor: default;
}
.finfo-fe-title sup, .modal-fea-name sup{
    color: orangered !important;
    font-family: Lato, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 8px;
    line-height: 1.4375em;
    letter-spacing: 0.5px;
    padding: 0 2px !important;
    cursor: default !important;
    user-select: none;
    text-transform: uppercase;
}
.finfo-fe-title sup{
	top: -18px;
}
.modal-fea-name sup{
	top: -12px;
}
body.ke-mod[data-page="feature"] .ke-main{
	min-height: max(100vh - 400px, 350px);
}
.plorrel span.popover-select-product.selected{
	background-color: #84b135 !important;
	color: #fff !important;
	cursor: default !important;
    pointer-events: none !important;
}
.hcFtrWrap{
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.ke-header-wrap-dyn .ke-header-inner .search-wrap .kesearch .search-input{
    width: calc(100% - 50px) !important;
}
#cmp-single-rel-note{
    color: orangered;
    clear: both;
    padding-top: 20px !important;
}
.dpf-release-filter-wrap{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
label[for="dpf-rel-filter"]{
	font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}
#dpf_rel_filter_chosen{
	width: 300px !important;
    font-size: 14px !important;
}
#dpf_rel_filter_chosen .chosen-single{
	border: 1px solid #ccc;
    box-shadow: none;
}

@media only screen and (max-width: 821px) {
    .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .search-wrap {
        width: 40% !important;
        max-width: 400px;
    }
    .ke-header-wrap-dyn .ke-header-inner .app-menu{
   	    order: 6 !important;
   	    flex-grow: initial !important;
   	    width: 50% !important;
    }
    .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .app-menu .flexbox {
        justify-content: space-between !important;
    }
    [data-page="all-features"] .fsearch-filter, [data-page="all-features"] .allFeaSrchClear{
		position: relative;
	}
	[data-page="all-features"] .fsearch-filter{
		width: 60%;
	}
	[data-page="all-features"] .f-explore-search{
		position: absolute;
	}
}
@media only screen and (max-width: 480px) {
    .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner {
        min-height: 100px !important;
        padding-bottom: 10px;
    }
    .ke-responsive .ke-header-wrap-dyn .ke-header-inner .app-menu {
        display: none;
    }
    .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .search-wrap{
        justify-content: flex-start !important;
        margin-left: 20px !important;
        margin-right: 0 !important;
        max-width: calc(100% - 20px) !important;
    }
    .ke-responsive.ke-mod .ke-header-wrap-dyn .ke-header-inner .search-wrap .kesearch {
        width: calc(100% - 25px);
    }
    .ke-bottom-navitem .ke-navicon{
		font-size: 2em;
    	padding: 2rem 1.6rem;
	}
	.ke-responsive.ke-mod .ke-bottom-nav {
        background-color: #f6f9fb !important;
    }
    .sinner .halfWidth {
	    width: 100% !important;
	    padding-left: 0px !important;
	}
	table.treetable{
		width: 200%;
	}
	#comresult .flist{
		width: 100%;
    	overflow-x: auto;
	}
	.dialogBreadcrumbs{
        margin-top: 20px;
        width: 100% !important;
        border-top: 1px solid #fafafa;
        padding-top: 5px !important;
	}
	.ke-tabs-nav-container {
	    display: flex;
	    flex-wrap: wrap;
	}
	.prd-rel-sel-meta{
		display: none;
	}
	.ls-placeholder{
		width: 100%;
	}
	.ls-filter-nxt{
		width: 85%;
	}
	[data-page="compare-platforms"] #tabNavWrapper, [data-page="compare-softwares"] #tabNavWrapper{
		margin: 5px 0 30px 0px;
	}
	[data-page="all-features"] #body #modulePF{
		display: flex;
    	flex-direction: column;
	}
	[data-page="all-features"] .fsearch-filter, [data-page="all-features"] .allFeaSrchClear{
		position: relative;
	}
	[data-page="all-features"] .fsearch-filter{
		width: 100%;
	}
	[data-page="all-features"] .f-explore-search{
		position: absolute;
	}
	.sfeats .ke-table-head{
		height: 75px;
	}
	.mp-results .flist{
		width: 100%;
    	overflow-x: scroll;
	}
	.mp-action{
		bottom: 71px !important;
        padding-left: 10% !important;
	}
	.finfo-breadcrumb .bcSprtr, .dialogBreadcrumbs .bcSprtr{
		margin: 0 3px;
	}
	.home-cmp-btn-wrap{
		flex-direction: column !important;
	}
}

@media screen and (min-width: 1729px) {
  .ke-mod .ke-main {
    min-height: max(100vh - 600px, 350px) !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .fe-home-link-card-wrap{
  	height: 325px;
  	max-width: 500px;
    min-width: 450px;
  }
  .fe-home-link-card{
  	height: 300px;
  }
  .home-cmp-btn-wrap .cmp-btn-cntnr {
    max-width: 500px;
    min-width: 450px;
  }
}

.ke-tabs-nav-container{
	border: 1px solid #ccc;
    background-color: #fff !important;
    border-radius: 5px;
    padding: 2px;
    height: fit-content;
    display: flex;
}
.ke-tabs-nav-container .ke-tab-nav{
	color: #4d4d4d !important;
	padding: 10px 15px;
	min-width: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}
.ke-tab-nav.ke-tab-nav-selected{
	background-color: #333;
    color: #fff !important;
    border-bottom: none !important;
    border-radius: 3px;
    font-weight: 500;
}
.fe-prd-note-wrap .note:not(:first-child) .note-title{
    visibility: hidden;
}
#feResult .noresult{
	background-color: #ffffe0;
    border: 1px solid #f1f1f1;
    display: block;
    width: 100%;
    padding: 10px;
}
#feResult .noresult i{
	margin-right: 5px;
}


/*Compare multiple toggle style - Start*/

.toggle-switch-outer-wrap {
    position: relative;
    margin-top: 10px;
    float: left
}
.common-tooltipIcon {
    margin-right: 5px
}
.toggle-text {
    float: left
}
.toggle-switch {
    float: left;
    margin-left: 5px;
    margin-top: 2px
}
.custom-switch .input:checked+.slider:before {
    transform: translate(22px);
    background: #84b135;
    border: 1px solid #84b135 !important;
}
.custom-switch .slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    border-radius: 20px;
    bottom: -3px;
    z-index: 2;
    left: -2px;
    background-color: #fff !important;
    transition: .4s;
    border: 1px solid #e1dede;
}
.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0
}
.custom-switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 16px;
    --color: #3a3a3a
}
.custom-switch .input:checked+.slider {
    background-color: #84b135
}
.custom-switch .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #e1dede;
    transition: .4s;
    border-radius: 300px
}

/*Compare multiple toggle style - End*/

.finfo-page-desc p, .modal-fea-desc p{
	margin: 10px 0 0 0;
}
.finfo-page-desc b, .modal-fea-desc b{
	font-weight: 600;
}
.finfo-page-desc ol, .finfo-page-desc ul, .modal-fea-desc ol, .modal-fea-desc ul{
    margin-left: 40px;
    margin-top: 10px;
}
.finfo-page-desc ol li, .modal-fea-desc ol li{
	list-style: decimal;
}
.finfo-page-desc ul li, .modal-fea-desc ul li{
	list-style: disc;
}

.fea-doc-sec-wrap{
	display: none;
	clear: both;
}
.finfo-doc-wrap{
	width: 100%;
    align-items: flex-start;
    padding-top: 15px;
    display: flex;
}
.modal-fea-doc-wrap{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 99%;
    padding: 10px 5px;
    background-color: #fafafa;
    margin-top: 10px;
    border-radius: 5px;
}
.finfo-doc-wrap .finfo-doc-label, .modal-fea-doc-wrap .finfo-doc-label{
    font-weight: 600;
    color: #666;
    line-height: 25px;
    min-width: 120px;
}
.finfo-doc-wrap .finfo-fea-doc-link, .modal-fea-doc-wrap .finfo-fea-doc-link{
    margin-left: 20px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: flex-start;
}
.finfo-doc-wrap .finfo-fea-doc-link a{
    font-weight: 500;
    color: #333 !important;
    line-height: 20px;
}
.modal-fea-doc-wrap .finfo-fea-doc-link a{
	color: #333 !important;
    font-weight: 500;
}
.finfo-doc-wrap .finfo-fea-doc-link i.link-external-icon{
    color: #333 !important;
    margin-left: 6px;
}
.modal-fea-doc-wrap .finfo-fea-doc-link i.link-external-icon{
	color: #4d4d4d !important;
	margin-left: 6px;
}
.finfo-doc-link-loading{
    background: #ccc;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    width: 250px;
    display: inline-block;
    height: 20px;
    opacity: 0.5;
}
.finfo-doc-link-loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(90deg, #ccc, #d3d3d3, #ccc);
    animation: placeholder-gradient 1s infinite ease-in-out;
}
.hz-sep{
	border-top: 1px solid;
    border-image: linear-gradient(to right, #ccc 15%, #e5f4f1 75%) 100% 1;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.single-fdoc li:before {
  content:none
}
.pdf-gen-suc-msg, .excel-gen-suc-msg{
	padding: 50px 20px;
    font-size: 16px;
    background-color: #f1f1f1;
}
[data-page="display-prodfamily-features"] table.fe-treetable .introRel{
	display: none;
}

.feaLinksByRelTableNEXT{
	margin-top: 10px;
}
.feaLinksByRelTableNEXT th{
	background-color: #333;
    color: #fff !important;
    border: none;
    font-size: 15px;
    padding: 10px !important;
    position: sticky;
    top: -1px;
    z-index: 1;
}
.feaLinksByRelTableNEXT td{
    font-size: 14px;
    padding: 5px 10px !important;
}
.feaLinksByRelTableNEXT .link-external-icon{
    margin-left: 5px;
    opacity: .75;
}

.ke-header-wrap-dyn .ke-header-inner .iconwrap .ke-header-icon .pf-subsc-icon-reveal {
	z-index: 100 !important;
}
	
.fe-home-appdesc-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	padding: 1em 0;
}

.fe-home-appdesc-wrap .ke-appdesc {
	padding: 0 !important;
}

@media
only
screen
and
(max-width:
480px)
{
.fe-home-appdesc-wrap {
	align-items: flex-start !important;
	flex-direction: column !important;
}
