/* More Tab */
.fg-data-more-tab.nav{
    display: block;
    width:100%;
}   
.fg-data-more-tab {
    opacity:0;
}

.fg-data-more-tab .fg-hide {
    display:none;
}
.fg-data-more-tab .fg-show {
    display:block;
}
.fg-data-more-tab.fg-menu-show{
    opacity:1;
}
.fg-data-more-tab .dropdown-menu{
    left:auto;
    right: 0;
    z-index: 9999999;
    max-height: 300px;
    overflow: auto;
}
.fg-data-more-tab .dropdown-menu    li a{

    padding:8px 12px;

}
.fg-data-more-tab .dropdown:hover .dropdown-menu{
    display: block;
}
.fg-data-more-tab li:hover > a:not(.active){

    border-color : rgba(0,0,0,0);
    background-color: #eee;
}
.fg-events-overview .fg-data-more-tab > li {
    margin-left: -1px;
}
.fg-events-overview .fg-data-more-tab > li.active {
    border: 1px solid #8c8c8c;
    z-index:2;
}
.fg-events-overview .fg-data-more-tab > li a {
    color: #333;
    background-color: #e7e7e7;
    margin-right: 0;
    padding: 6px 12px;
    
}
.fg-events-overview .fg-data-more-tab > li.active a {
    background-color: #dbdbdb;
    
}
 
.fg-events-overview .fg-data-more-tab > li.active:before {
    content: '';
    background: #818181;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #818181), color-stop(35%, #b6b6b6), color-stop(100%, #dbdbdb));
    background: -o-linear-gradient(top, #a6a6a6 0%, #b6b6b6 35%, #dbdbdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), color-stop(35%, #b6b6b6), to(#dbdbdb));
    background: linear-gradient(to bottom, #a6a6a6 0%, #b6b6b6 35%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#fefefe', GradientType=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    z-index: 1;
  }
.fg-more-items-wrapper  {
    width:100%;
    display: inline-block;
    position: relative;
}
.fg-more-items-wrapper .fg-title-items {
    float: left;
}
.fg-more-items-wrapper > div {
    float: left;
}
.fg-more-menu-BS4 .fg-data-more-tab > li {
    float: left;
}
.fg-more-menu-BS4 .fg-data-more-tab > li a {
display: block;
position: relative;
text-decoration: none;

}
.fg-more-menu-BS4 .fg-data-more-tab > li a.active:after {

    content: '';
    position: absolute;
    bottom: -2px;
    background-color: #fff;
    height:2px;
    left:0;
    right:0;

}
.fg-more-menu-BS4 .nav-tabs {
    float: left;
    margin-bottom: 0px;
    border-bottom: none;
}
.fg-more-menu-BS4.fgMoreMenu-with-underline .nav-tabs{
    border-bottom: 1px solid #dee2e6;
}
.fg-more-items-wrapper .fgMoreMenu-underline {
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
    display:block;
    content:" ";
    bottom: 0;
    position: absolute;
}
.fg-more-items-wrapper .fgMoreMenu-underline.fg-hide {
    opacity:0;
}
.fg-more-menu-BS4  .dropdown-menu li:hover{
    background-color: #eee;
}
.fg-events-overview  .dropdown-menu li a{
     max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.fg-events-overview .fg-data-more-tab > li.first a{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.fg-events-overview .fg-data-more-tab > li.last a{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.fg-events-overview .fg-data-more-tab > li a{
    border: 1px solid #bfbfbf;
    border-radius: 0;
}
.fg-events-overview .fg-data-more-tab > li a:hover{
    border-color:#bfbfbf;
}
.fg-events-overview .fg-data-more-tab > li a.active{
    background: linear-gradient(to bottom, #939393 0%, #c4c4c4 20%);
    border: 1px solid #cbcbcc;
}
.fg-events-overview .fg-data-more-tab > li a.active:after{
    background-color: transparent !important;
}
.fg-events-overview .fg-data-more-tab .dropdown .dropdown-menu li a {
    border: none !important;
    border-radius: 0 !important;
}
.fg-events-overview .fg-data-more-tab .dropdown.show .dropdown-toggle{
    background-color: #e7e7e7;
}