/*
.dl-menu.dl-menuopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu{
max-height: 800px;
overflow-y: overlay;
overflow-x: hidden;
}

.dl-menuwrapper:first-child{
	margin-right: 0px!important;
}

.dl-menuwrapper .dl-menu{
	width: 300px!important;
}
*/
.dl-menu {
	overflow-y: auto;
	max-height: 80vh;
}

.dl-menu a {
	text-decoration: none;
}
.dl-submenu a {
	text-decoration: none;
}

.dl-menuwrapper button{
	text-indent: 0px!important;
    /*width:64px;*/
}
.dl-menuwrapper button:after {
	content: none!important;
}


.dl-menuwrapper .dl-menu.dl-menuopen{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    display: block;
}
.dl-menuwrapper .dl-menu{
    margin-top:0px!important;
    display: none;
}
.dl-menuwrapper li a{
    color :#727272;
    font-size:0.75rem;
}
.dl-menuwrapper li:not(.disabled):hover{
    background-color: #eee;
}
.dl-menuwrapper li:not(.disabled):hover>a{
    color :#1d1d1d;
}
.dl-menuwrapper li > a:after:hover{
     color :#1d1d1d;
}
.dl-menuwrapper button{
    height:60px!important;
    /*padding-right: 16px!important;
    padding-left:16px!important;
	*/
}

.dl-menu .dl-menuwrapper button {
    background: rgba(35, 144, 203,1);
    }
.dl-menu .dl-menuwrapper button:hover, .dl-menu .dl-menuwrapper button.dl-active, .dl-menu .dl-menuwrapper ul {
    background: rgba(35, 144, 203,1);
    }

#menuCategory a {
	text-decoration: none;
}
/*
#dl-menu { width:300px;}
#MenuBoard_SearchAPP { position: absolute; left:65px; width:300px;}
#MenuBoard_nav_bar_title{ position: absolute; left:65px; width:300px;}
*/
#nav_bar_edit_title{  
	left:65px; 
	width:40%;
	position: absolute;    
	/*background-color: transparent !important;*/
}
#displayLabel {
	/*left:70px;*/
	/*padding-left:20px;*/
	position:absolute;
	/*width : 75%;*/
	/*color :white;*/
	/*background-color: transparent !important;*/
	
}
.mif-star-empty:focus{outline-style: none;}
.mif-star-full:focus{outline-style: none;}


.dl-menuwrapper li a{
    color :white;
    font-size:0.75rem;
}

@media screen and (max-width: 1401px) {
    .dl-menuwrapper button{
    height:55px!important;
}
}
@media screen and (max-width: 1201px) {
    .dl-menuwrapper button{
    height:50px!important;
}
}
@media screen and (max-width: 800px) {
    .dl-menuwrapper button{
    height:50px!important;
}
}
@media screen and (max-width: 665px) {
    .dl-menuwrapper button{
    height:45px!important;
}
}
