



.visualsNavigatorCategoryContainer {
    display: inline-block;
}

.visualsNavigator::-webkit-scrollbar {
    display: none;

}



.visualsNavigator {

    height: 53px;
    z-index: 3;
    background-color: #181818;
    border-bottom: 1px solid rgba(74, 74, 74, 0.5);
    width: 100%;
    overflow-y: auto!important;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: center;
    min-width: 1120px;

    padding-left: 1rem;






}

.visualsNavigatorCategoryType {
    display: inline-block;
    border-radius: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid rgb(60,60,60);
    background-color: rgb(45,45,45);
    font-size: 0.8rem;
    margin: 6px;
    margin-left: 0px;
    color: white;

}

.visualsNavigatorCategoryType img {
    height: 16px;
    width: auto;
    float: left;


}

.visualsNavigatorCategorySeperator {
    display: inline-block;
    /*border-right:  1px solid rgb(140, 140, 140);*/
    height: 30px;
    margin-right: 8px;
    margin-left: 8px;
    /*vertical-align: center;*/
    font-size: 20px;
}

.visualsNavigatorCategory a{
    text-decoration: none;
    /*color: rgb(155,155,155)*/
    /*color: rgb(255, 255, 255);*/
    color: white;
}


.visualsNavigatorCategory{
    display: inline-block;
    /*background-color: #818181;*/
    border-radius: 4px;
    /*padding: 0.5rem;*/
    margin-top: 5px;
    /*border:  1px solid rgb(55,55,55);*/
    /*background-color: #111;*/
    margin-left: 0.5rem;
    font-size: 0.8rem;
    /*color: #818181;*/
    color: rgb(170,170,170);
    /*background-color: rgb(33,33,33);*/
    /*background-color: rgb(20 20 20);*/
    padding-left: 8px;
    padding-right: 8px;

}

.visualsNavigatorSubCategory{
    display: inline-block;
    border-radius: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid rgb(60,60,60);
    background-color: rgb(45,45,45);
    font-size: 0.8rem;
    margin: 6px;
    margin-left: 0px;
}

.visualsNavigatorCategory a :hover{
    background-color: rgb(60, 60, 60);
    /*background-color: rgb(70 70 70);*/

}

.visualsNavigatorCategoryFill{
    display: inline-block;
    width: 300px;
}




.selectedVisualsNavigatorSubCategory{
    /*color: #f1f1f1 !important;*/
    /*font-weight: bold ;*/
    /*display: inline-block;*/
    /*background-color: rgb(60 60 60) !important;*/
    /*!*border-radius: 7px;*!*/
    /*backdrop-color: red !important;*/
    display: inline-block;
    border-radius: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    /*border: 1px solid rgb(255, 255, 255);*/
    /*border: 2px solid rgba(1, 100, 148, 0.6) !important;*/
    border: 1px solid  rgb(243 243 243) !important;
    /*background-color: white;*/
    /*background-color: rgba(255, 255, 255, 1) !important;*/
    background-color: rgb(243 243 243) !important ;

    color: black;
    font-size: 0.8rem;
    margin: 6px;
    margin-left: 0px;
}

.selectedVisualsNavigatorSubCategory:hover{
    background-color: rgb(144,144,144) !important;
    border: 1px solid  rgb(144,144,144) !important;

}






/*Scrollbar*/
#visualsNavigatorID::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #898989;
}
#visualsNavigatorID::-webkit-scrollbar
{
    height: 10px;
    background-color: #898989;
}

#visualsNavigatorID::-webkit-scrollbar-thumb
{
    opacity: 0.95;
    background-color: #505050 !important;
}


/*.dropdown-headerBtn{*/
/*    !*color: ;;*!*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    height: 1rem;*/
/*    width: auto;*/
/*    cursor:pointer;*/
/*    z-index: 2;*/
/*    padding: 7px;*/
/*    !*background-color: rgb(21, 24, 28);*!*/
/*    !*background-color:rgb(18,18,18);*!*/
/*    opacity: 0.95;*/
/*    border:  1px solid rgb(65, 65, 65);*/
/*    border-radius: 1px;*/
/*    !*margin-right: 4px;*!*/
/*    font-size: 0.9rem;*/
/*    !*background-color: rgb(45 45 45);*!*/
/*    color: rgb(144,144,144);*/
/*    !*box-shadow:0 1px 1px rgb(0 0 0 / 30%)*!*/

/*}*/


/*.dropbtn-header {*/
/*    color: #ffffff;*/
/*    background: none;*/
/*}*/

/*.dropdown-header {*/
/*    position: relative;*/
/*    display: inline-block;*/


/*}*/

/*.dropdown-content-header {*/

/*    display: none;*/
/*    position: absolute;*/
/*    background-color: #101010;*/
/*    min-width: 160px;*/
/*}*/

/*.dropdown-content-header a {*/
/*    color: white;*/
/*    padding: 12px 16px;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*    border-bottom: 1px solid #414141;*/
/*    border-left: 1px solid #414141;*/
/*    border-right: 1px solid #414141;*/

/*}*/

/*.dropdown-content-header a:hover {background-color: #323232;}*/

/*.dropdown-headerBtn:hover .dropdown-content-header {display: block;}*/

/*.dropdown-headerBtn:hover .dropdown-headerBtn {    background-color: rgb(50,50,50);}*/


.headerBtn-top500 {
    /*color: ;;*/
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
    width: auto;
    cursor:pointer;
    z-index: 2;
    padding: 7px;
    /*background-color: rgb(21, 24, 28);*/
    /*background-color:rgb(18,18,18);*/
    opacity: 0.95;
    border:  1px solid #62add3;
    border-radius: 1px;
    /*margin-right: 4px;*/
    font-size: 0.9rem;
    background-color:rgb(30 78 92);
    color: white;
    /*box-shadow:0 1px 1px rgb(0 0 0 / 30%)*/

    justify-content: center;

}

.headerBtn-top500:hover {
    background-color: rgb(38 127 153);
    color: white;
}


.dropbtn-top-header {
    background-color: transparent;
    color: white;
    border: none;


}

.dropbtn-top-header:hover, .dropbtn-top-header:focus {
    /*background-color: #2980B9;*/
        cursor:pointer;
}

.dropdown-top-header {
    position: relative;
    display: inline-block;
}

.dropdown-content-top-header {




    display: none;
    position: absolute;
    min-width: 71px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -8px;
    margin-top: 6px;

    background-color: rgb(16, 16, 16);
    border:1px solid rgb(65, 65, 65);
    border-top: none;





}

.dropdown-content-top-header a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;

}

.dropdown-content-top-header a:hover {
    background-color: rgb(50,50,50);
    cursor: pointer;
}

.dropdown-top-header a:hover {
    background-color: #323232!important;

}

.show-top-header {display: block;}


.searchbar-autocomplete-image-container img {
    vertical-align: middle;
    height: 16px;
    width: auto;
    z-index: 2;
    font-size: 16px;
    display: inline-block;
    padding: 7px;
    /*border: none !important;*/
    background-color: rgb(18,18,18);
    border-bottom: 1px solid rgb(65, 65, 65);
    border-top: 1px solid rgb(65, 65, 65);
    border-left: 1px solid rgb(65, 65, 65);
    margin-right: -5px;

}

.searchbar-autocomplete-image-container {
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
    width: auto;
    cursor:pointer;
    z-index: 2;
    opacity: 0.95;
    font-size: 0.9rem;
    color: rgb(144,144,144);
    /*border: none !important;*/

}

.searchbar-autocomplete-input-container{
    display: inline-block;
    vertical-align: middle;
    height: 2.5rem;
    width: 100%;
    cursor:pointer;
    z-index: 2;
    opacity: 0.95;
    border-radius: 1px;
    font-size: 0.9rem;
    color: rgb(144,144,144);
    /*border: none !important;*/
    margin-left: 0.5rem;
    margin-right: 0.5rem;


}

.ui-menu-item-wrapper {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

    /*Active*/
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #323232!important;
}

.searchbar-autocomplete-input-container input{
    display: inline-block;
    vertical-align: middle;
    height: 2.5rem;
    width: calc(100% - 32px);
    cursor:pointer;
    z-index: 2;
    padding: 7px;
    padding-right: 0px;
    background-color:rgb(18,18,18);
    border-top:  1px solid rgb(65, 65, 65);
    border-bottom:  1px solid rgb(65, 65, 65);
    border-right:  1px solid rgb(65, 65, 65);
    border-left: 1px solid rgb(65, 65, 65);
    border-radius: 1px;
    font-size: 0.9rem;
    color: rgb(255, 255, 255);
    /*border: none !important;*/

}




.ui-autocomplete {
    /*border:1px solid rgb(65, 65, 65);*/
    width: calc(100% - 32px);;
    list-style: none !important;
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #323232 !important;

}

.ui-autocomplete:hover {
    cursor: pointer;


}



#searchBarLi{
    background: #101010;
    color: white;
    display: table;
    width: 100%;
    border: none !important;
    /*padding: 0px;*/
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;

}

#searchBarLi img{
    width: 25px;
    height: auto;
    vertical-align: middle;
    /*display: table-cell;*/
    border: none !important;
    /*padding: 0px;*/
    margin: 0px;

}


#autocomplete-result-value{
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    width: 100%;
    border: none !important;
}

#autocomplete-result-rank {
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    padding-right: 4px;
    border: none !important;
}












@media screen and (max-width: 1000px) {
    .movetoright {
        display: block !important;
    }




}



@media screen and (max-width: 800px) {
    .visualsNavigator {
        bottom: 52px;
        border-top: 1px solid #323232;
        position: absolute;
        position: fixed;
        padding-left: 0rem;



    }

    .canvasBackground {
        margin-top: 56px;
    }

    /*.searchbar-autocomplete-input-container input{*/
    /*    width: 100%;*/
    /*    margin-left: 0.5rem;*/
    /*    margin-right: 0.5rem;*/
    /*    border-left: 1px solid rgb(65, 65, 65);*/



    /*}*/

    /*.searchbar-autocomplete-input-container {*/
    /*    width: 100%*/

    /*}*/
}




