.sidenav a {
    padding: 4px 0px 8px 9px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.bg-white {
    background-color: #111111 !important;
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: normal;
    color: #000;
    background-color: transparent;
    font-size: 13px;
	position:relative;
}

.nav-link1 {
    display: block;
    padding: 0px;
}

.btn_new {
    display: inline-block;
    font-weight: normal;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #e2a500;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 7px;
    line-height: 1.5;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	cursor:pointer;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: #ffffff;
   /* background-color: #ff5000;*/
   background-image: linear-gradient(180deg, #c14c00 0%, #f57522 100%);
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    /*content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");*/
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    /*color: #000;*/
	border:none;
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: 5px 5px 5px 15px;
    margin-top: 0px;
    margin-left: 0px;
    border-bottom: solid 1px #383838;
    color: white;
	width:100% !important;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #313131;
    color: white;
    text-decoration: none;
    border-bottom: solid 1px #383838;
}

.scrollarea {
    overflow-y: auto;
}

.round_count {
    background: #444644;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    font-size: 10px;
    padding: 3px;
    text-align: center;
	color:#fff;
	position: absolute;
    right: 11px;
    top: 9px;
}

.collapse .btn-toggle{
	color:#fff;
	border-bottom: 1px solid #eee;
	/*background: #e2a500 !important;*/
    background-image: linear-gradient(to right, #1a1a1a, #4e4e4e) !important;
}

.list-unstyled .mb-1{
    margin-bottom: 0 !important;
}
.list-unstyled .pb-1{
    padding-bottom: 0 !important;
}

.list-unstyled{
	max-height:75vh;
	overflow-y:auto;
}

.btn-toggle:focus{
	outline:none;
}