/*//Copy this css*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;

}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}


.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}

.main_body{
    /*padding-top: 60px !important;*/
}

.rpe-toolbar{
    padding: 0px !important;
    width: auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: fixed !important;
    top: 44px;
    z-index: 1040;
}
.rpe-toolbar button{
    box-shadow: 0px 0px 1px #999;
    padding: 0 10px;
    z-index: 2000;
}
@media (max-width: 991.98px) {
   /*minimenuscroll*/
    #topmainmenu_list{
        overflow: auto;
        max-height: 400px;
    }
}