﻿
#adm-TopLevelNavigation{
    display:none;
}

.feature-reports-top-level-navigation{
	font-size:13px;
}
.feature-reports-navigation-section{
    font-family:work-sans-medium, Arial, sans-serif;
    border-bottom: 1px solid gainsboro;
    position: fixed;
    width: 100%;
    top: 80px;
    height: auto;
    z-index: 60;
}
.feature-reports-navigation-section-wrapper{
    width: 100%;
    /* height: 30px; */
    height: 34px;
    position: relative;
    /* border-bottom: 1px solid grey; */
    overflow: hidden;
}
#frNavFirstLevelWrapper{
  background-color: #e4f0ff; /*#eff3f8; /*#ecf8ff*/
  padding: 3px 0;
  backdrop-filter: blur(0px);
  height: 35px;
}
#frNavSecondLevelWrapper{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding-top: 1px;
}
#frSecondNavLevel{
  padding: 3px 0;
}
.feature-reports-navigation-section-divider::after{
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgb(220, 220, 220);
  bottom: 0;
}
.feature-reports-navigation-second-section-wrapper{
   background-color: white;
}
.fr-nav-items{
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: 7px solid transparent;
  user-select: none;
  z-index: 7;
  /* font-size: 0.93em; */
  font-size: 1em;
  padding:  3px 8px;
  padding-bottom: 5px;
  cursor: pointer;
  position:relative;
  color: #4e4e4e;
  background: #eff5ff;
  margin: 0px 4px 0px;
  border-radius: 2px 2px 0px 0px;
}

#frFirstNavLevel .fr-nav-items:first-child {
  color: #0078d4;
}
#frFirstNavLevel .fr-nav-items:nth-child(2) {
  color: #0078d4;
}
#frFirstNavLevel .fr-nav-items:nth-child(3) {
  color: #4750b3;
}
#frFirstNavLevel .fr-nav-items:nth-child(4) {
  color: #038387;
}
#frFirstNavLevel .fr-nav-items:nth-child(5) {
  color: #0f78d4;
}
#frFirstNavLevel .fr-nav-items:nth-child(6) {
  color: #4b53bc;
}
#frFirstNavLevel .fr-nav-items:nth-child(7) {
  color: #1174d1;
}
#frFirstNavLevel .fr-nav-items:nth-child(8) {
  color: #d29f06;
}
#frFirstNavLevel .fr-nav-items:nth-child(9) {
  color: #d63d70;
}

.fr-Solutions-nav #frFirstNavLevel .fr-nav-items:nth-child(8) {
    color: #006fba;
}

.fr-Solutions-nav #frFirstNavLevel .fr-nav-items:nth-child(9) {
    color: #00a080;
}

#frFirstNavLevel .fr-nav-items:first-child i:after {
    background: #0078d4;
}
#frFirstNavLevel .fr-nav-items:nth-child(2) i:after {
  background: #0078d4;
}
#frFirstNavLevel .fr-nav-items:nth-child(3) i:after {
  background: #4750b3;
}
#frFirstNavLevel .fr-nav-items:nth-child(4) i:after {
  background: #038387;
}
#frFirstNavLevel .fr-nav-items:nth-child(5) i:after {
  background: #0f78d4;
}
#frFirstNavLevel .fr-nav-items:nth-child(6) i:after {
  background: #4b53bc;
}
#frFirstNavLevel .fr-nav-items:nth-child(7) i:after {
  background: #1174d1;
}
#frFirstNavLevel .fr-nav-items:nth-child(8) i:after{
  background: #d29f06;
}
#frFirstNavLevel .fr-nav-items:nth-child(9) i:after{
  background: #d63d70;
}


.fr-nav-items i{
  display: inline-block;
  vertical-align: bottom;
  position: inherit;
}
.fr-nav-items i.svg-icon{
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.fr-nav-items.fr-nav-active i.svg-icon:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -1px;
  width: 22px;
  height: 2px;
  background: #295186;
}
.fr-nav-items p{
  display: inline; /*inline-block;*/
  vertical-align: middle;
  margin-left: 5px;
  font-family: work-sans-medium, Arial, Helvetica, sans-serif;
}
.fr-nav-items:hover{
  color: #2389da;
  transition: all 0.2s ease;
}
.fr-nav-items.fr-nav-active{
  color: #2389da;
  background-color: white;
  /* border: 1px solid rgb(220, 220, 220); */
  /* border-bottom: 5px solid rgb(98, 164, 240); */
  border-bottom: 5px solid white;
  transition:all 0.2s ease-in;
  font-family: work-sans-semibold, Arial, sans-serif;
  border: 1px solid #c5c5c5;
  /* border-radius: 5px 5px 0px 0px;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
  padding-top: 3px; */
}

.fr-nav-parent{
  display: inline-block;
  padding:0 6px 0 0;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
}
.fr-nav-category-wrapper{
  display: inline-block;
}
.fr-nav-parent:first-child .fr-nav-category-wrapper{
  display:  block;
}
.fr-second-nav-items{
    display: inline-block;
    font-size: 0.89em;
    margin-right: 2px;
    color: #838383;
    border-radius: 2px;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    padding: 1px 8px 2px 4px;
}
.fr-second-nav-items i:not(.place-inline-block){
    vertical-align:middle;
    margin-right:3px;
    font-size: 1.2em;
}
.fr-second-nav-items i.svg-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.fr-second-nav-items p{
    display:inline;
    vertical-align: middle;
}
.fr-second-nav-items p.place-inline-block{
  display: inline-block;
}
.fr-second-nav-items:hover {
  background: whitesmoke;
    color: rgb(90, 90 ,90);
}

.feature-reports-navigation-level-wrapper{
  position: absolute;
  box-sizing: border-box;
  padding: 0 5px;
  width: max-content;
}

.fr-second-nav-items.fr-nav-active{
  color: white;
  background-color: #2389da;
  transition:all 0.2s ease;
  /*box-shadow:0px 3px 15px 0px #d3d3d3;*/
  /* padding: 2px 8px; */
  padding: 4px 10px;
}

.fr-nav-parent::after {
    content: '';
    height: 200%;
    border-right: solid 1px rgb(210, 210, 210);
    position: absolute;
    right: 0;
    top: -35%;
    z-index: 1;
}
.fr-nav-parent::after,
.fr-nav-tab-split::after{
  content: '';
  position: absolute;
  right: 0;
 z-index: 1;
  top: 0;
   height: 100%;
  border-right: solid 2px rgb(210, 210, 210);
}
.fr-nav-parent:last-child::after{
  border: 0;
}
/* .fr-nav-parent::after{
  top: 0%;
  height: 100%;
} */
.fr-second-nav-title{
    font-size: 0.9em !important;
    margin:0 2px;
    padding-bottom: 2px;
    color: #4ea3b7;
    position: relative;
}

.fr-nav-dominant{
  font-size: 0.95em;
  margin-left: 5px;
  color: #227487;
}
.fr-second-nav-title.fr-nav-active{
  color: white;
  background-color: #2389da;
}
.fr-nav-parent:first-child .fr-second-nav-title{
 
}
/* .fr-second-nav-title span::after{
  content: "";
  position: absolute;
  width: 30%;
  border-bottom: 1px solid rgb(155, 155, 155);
  top: 50%;
  left: 100%;
  z-index: -1;
} */
.nav-slider-button{
  position: absolute;
  top: 5px;
  display: none;
  padding: 1px 5px;
  font-size: 1.2em;
  color: #898989;
  background-color: white;
  cursor: pointer;
  z-index: 7;
  height:100%;
}
#frNavFirstLevelWrapper .nav-slider-button{
  background-color: #eff3f8;
  top:3px;
}
.nav-slider-button i{
    position: relative;
    transition: all 0.2s ease;
}
.nav-left-slider{
  left: 0;
  padding-left: 8px;
}
.nav-right-slider{
  right: 0;
  padding-right: 15px;
}
.nav-slider-button i:hover{
  opacity: 0.8;
}
.nav-right-slider i{
    animation: rightArrowMovement 1s 5s ease-in;
    animation-iteration-count:2;
    display: inherit;
}
.nav-left-slider i{
    animation: leftArrowMovement 1s 5s ease-in;
    animation-iteration-count:2;
     display: inherit;
}
.feature-reports-navigation-section::-webkit-scrollbar {
        width: 5px;
    }
.feature-reports-navigation-section::-webkit-scrollbar-track {
        background: whitesmoke;
    }
.feature-reports-navigation-section::-webkit-scrollbar-thumb {
        background: rgb(163, 163, 163);
    }
.feature-reports-navigation-section::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
@keyframes rightArrowMovement {
  0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(10px);
    }  
}
@keyframes leftArrowMovement {
  0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(-10px);
    }  
}
.fr-nav-parent .fr-nav-exp-col{
    display: none;
    font-size:1.4em;
    position: absolute;
    top: 0px;
    color: #4ea3b7;
    padding: 10px 10px 5px;
    right: 0px;
    z-index: 7;
    opacity: 0.5;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.3s ease;

}

.fr-nav-parent .arrow-rotate{
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.fr-nav-mobile-back{
  display: none;
  width: fit-content;
  font-size: 0.7em;
   color: #3e3e3e;
   opacity: 0.7;
  left:0;
  top: -70%;
}
.fr-nav-mobile-back span{
  margin-left: 5px;
  font-family:open-sans-bold, Arial, sans-serif;
}
.fr-nav-items i::before{
  vertical-align: middle;
}
.fr-nav-first-close{
  display:none;
  opacity: 0.7;
  cursor: pointer;
  position:absolute;
  top: 10px;
  right: 14px;
  z-index: 8;
  font-size: 1.5em;
}

.fr-bread-crumbs-section{
  user-select: none;
  min-height: 40px;
  padding-left: 10px;
  top: 79px;
  width: 100%;
  left: 0;
  z-index: 50;
  position: fixed;
  font-family:work-sans-medium, Arial, sans-serif;
  font-size: 0.9em;
  background-color: #eff3f8;
  border-bottom: 1px solid #e6e6e6;
  backdrop-filter: blur(0px);
}
.fr-bc-wrappers{
  color: #8c8c8c;
  cursor: pointer;
  position: relative;
  vertical-align: sub;
  padding:10px 2px;
  display: inline-block;
}
.fr-bc-wrappers p,.fr-bc-wrappers i:not(.disp-none){
  display: inline-block;
  vertical-align: middle;
}
.fr-bc-nav-items-wrapper{
  width: calc(100% - 75px);
}
.fr-bc-wrappers .fa-chevron-right{
  margin-right: 5px;
  font-size: 0.8em;
  vertical-align: middle;
  color: #b5b5b5;
}
.fr-bc-show-all{
  color: #333333;
  position: absolute;
  background: #eff3f8;
  padding:11px 3px;
  padding-right: 15px;
  text-decoration: underline;
  right: 0;
  top: 0;
}
.fr-bc-drop-down-menu{
    position:absolute;
    background-color:white;
    width:max-content;
    top:100%;
    left:0;
    display:none;
    max-height: 420px;
    overflow-y: auto;
    padding:5px;
    font-size: 11px;
    z-index: 1;
    border-radius:3px;
    box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.22);
}
.fr-bc-drop-down-list p{
    font-size:1.5em;
    padding:10px 15px 10px 10px;
    display:block;
    border-radius:3px;
    color:#757575;
    text-decoration:none !important;
}
.fr-bc-drop-down-list p:hover{
    background-color:#2389da;
    color:white;
}
.fr-bc-drop-down-menu-icon ,.fr-bc-drop-down-list p span{
    vertical-align: baseline; /* top; */
    min-width:28px;
    text-align:left;
}
.fr-nav-first-close:hover, .fr-bc-wrappers:hover{
  color: #333333;
}
.fr-bc-wrappers p:hover{
  text-decoration: underline;
}
.fr-bc-wrappers-highlight{
  color: #333333;
}
.fr-bc-wrappers:empty{
  display: none;
}
.hide-visibility{
  visibility: hidden;
}
@keyframes upwardReveal {
  0%{
    top: 100%;
  }
  100%{
    top: 0;
  }
}
.right-arrow-hierachy{
   margin-right: 15px;
}
.right-arrow-hierachy::after{
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    right: -10px;
    top: 30%;
    z-index: 1;
    border-right: solid 2px rgb(210, 210, 210);
    border-top: solid 2px rgb(210, 210, 210);
    transform: rotate(45deg);
}
.fr-bread-crumbs-section .fr-bc-wrappers-dummy{
    cursor:default;
    text-decoration:none;
}
.fr-bread-crumbs-section .fr-bc-wrappers-dummy:hover{
    text-decoration:none;
}
.fr-first-level-only:not(.fr-Features-nav) #frNavFirstLevelWrapper {
  height: 33px;
}
.fr-first-level-only #frNavFirstLevelWrapper a.fr-nav-items {
  padding-top: 5px;
}
.fr-first-level-only .feature-reports-navigation-section #frNavSecondLevelWrapper{
    height:auto;
    display:none;
}

/* @media screen and (max-device-width : 768px){
    .fr-nav-items p{
  display: none;
}
.nav-second-level-button{
  display: none;
}
} */

@media screen and (max-width:900px) {
  .feature-reports-navigation-section{
    background-color: rgb(255 255 255 / 92%);
    backdrop-filter: blur(10px);
    height: 100%;
    display: none;
    padding-top: 10px;
    width: 75%;
    right: 0;
    padding-bottom: 10%;
    overflow-y: auto;
    box-shadow: 0 0 1.5em 0 rgb(0 ,0, 0, 0.2);
}
  .feature-reports-navigation-section-wrapper{
    overflow: visible;
    display: inline-block;
    vertical-align: top;
  font-size: 1.2em;
  width: 50%;
  right: 0;
  height: auto;
    z-index: 1;
  }
  .feature-reports-navigation-level-wrapper{
    width: auto;
    position: relative;
    padding: 20px 5px;
    background-color: transparent;

  }
  #frNavFirstLevelWrapper{
    background-color: transparent;
    left: 0;
    border: 1px solid whitesmoke;
    width: 44%;
  }
  #frNavSecondLevelWrapper{
    box-shadow: none;
  }
  .fr-nav-items{
    width: 100%;
    border-bottom: 0;
    padding:14px 0;
    padding-left:8px;
    margin-bottom: 2px;
    font-size: 0.9em;
    border-radius: 2px;
    border: 1px solid transparent;
  }
   .fr-nav-items:hover{
    border-color: #f4f4f4;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    transition: border-color .167s linear,box-shadow .167s linear;
   }
   .fr-nav-items i{
    font-size: 1em;
    width: 15px;
    display: inline;
   }
.fr-nav-items.fr-nav-active{
  border: 1px solid rgb(230, 230, 230);
 transition:all 0.2s ease;
}
.fr-nav-items.fr-nav-active:hover{
  box-shadow: none;
  cursor: default;
}
.feature-reports-navigation-second-section-wrapper{
  background-color: transparent;
  width: 54%;
  right: 0;
}
.feature-reports-navigation-second-section-wrapper .feature-reports-navigation-level-wrapper{
  position: relative;
  background-color: transparent;
  padding: 0px 10px ;
  padding-bottom: 5px;
  height: auto;
}
.fr-nav-parent{
  display: block;
  margin: 5px 10px;
  padding: 0;
}
.fr-nav-parent:first-child{
  margin: 0px;
}
.fr-nav-parent::after{
  border: 0;
}
.fr-second-nav-items{
  display: block;
  color:#818181;
  margin-left: 15px;
  margin-right: 0;
  font-size: 0.8em;
  border-left: 3px solid transparent;
  border-radius:0;
  padding: 8px;
}
.fr-second-nav-items:hover{
  background-color: white;
  text-decoration: underline;
}
.fr-second-nav-items.fr-nav-active{
  border-left:3px solid #2389da;
  border-radius: 0;
  background-color: aliceblue;
  color: #2389da;
  box-shadow:none;
  transition:all 0.2s ease-in;
}
.fr-second-nav-title{
    padding:10px 5px;
    margin: 0;
    border-left: 3px solid transparent;
    border-radius: 2px;
    color:#448b9f;
}
.fr-second-nav-items.fr-nav-active{
  padding: 10px 5px;
}
.fr-nav-dominant{
  margin: 0;
  padding: 8px;
  font-size:1em;
  color:#1e6479;
}
.fr-second-nav-title::after{
  border: 0;
}
#frSecondNavLevel{
  margin-top: 30px;
} 
.fr-nav-parent .fr-nav-exp-col, .fr-nav-mobile-back, .fr-nav-first-close{
    display: inline-block;
}
.fr-nav-category-wrapper{
 display: block;
}
.fr-bread-crumbs-section{
  display: block;
}
 
.feature-reports-navigation-section-divider::after{
  content: none;
}
.fr-first-level-only .feature-reports-navigation-section{
    width:auto;
    max-width:400px;
}
.fr-first-level-only .feature-reports-navigation-section #frNavFirstLevelWrapper{
    width:100%;
}
.nav-slider-button{
    display:none !important;
}
}
@media screen and (min-width:900.5px) {
  .feature-reports-navigation-section{
    display: block !important;
  }
  .feature-reports-navigation-section-wrapper{
    display: block !important;
  }
  .fr-nav-category-wrapper{
  display: inline-block !important;
}
.fr-bread-crumbs-section{
  display: none;
}
.fr-nav-items.fr-nav-active{
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
  padding-top: 3px;
  padding-bottom: 8px;
}
.fr-Solutions-nav a.fr-nav-items {
  padding: 5px 8px 10px;
}

.fr-second-nav-items.fr-nav-active {
    transition: all 0.2s ease;
    /*background-color: #1f5896;*/
    /*box-shadow: 0px 3px 13px 1px #adadad;*/
    box-shadow: 0px 2px 6px 2px #adadad;
    padding: 6px 10px;
    border-radius: 5px 5px 0px 0px;
}

div#frNavSecondLevelWrapper:before {
    content: '';
    background: #ffffff;
    /* background: #386cdc; */
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 2px;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .30);
}



}

@media screen and (max-width:600px) {
 .feature-reports-navigation-section{
    width: 100%;
    padding: 0;
    padding-bottom: 20%;
    padding-top:10px;
}
  #frNavFirstLevelWrapper{
    padding: 0;
  }
}
