#panel-navbar {
  position: fixed;
  top: -4px;
  left: 0;
  width: 100%;
  z-index: 2501;
  display: none;
  background: var(--panel-main-color);
}

.logo-animation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

drawer-toggle {
  display: block;
}

.hm-menu-mini {
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin-top: 1px !important;
  background: transparent !important;
}

.mobile-menu li > ul > li {
  background-color: #eee;
  border-top: 1px solid #bbb;
  border-top-color: #ddd;
}

.mobile-menu li > ul > li > ul > li {
  background-color: #ddd;
  border-top-color: #aaa;
}

.mobile-menu li > ul > li > ul > li > ul > li {
  background-color: #ccc;
  border-top: 1px solid #aaa;
  border-top-color: #aaa;
}

.mobile-menu li {
  background-color: #FFF;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
  font-size: 16px;
}
.mobile-menu .li-logo {
  background-color: #FFF;
  font-size:22px;
  padding-top:2px;
  height:64px;
}
.mobile-menu li a {
  color: #444;
  font-family: inherit;
  font-size: 0.7EM !important;
}
.mobile-menu > li:hover {
  background-color: #ededed;
  color: #FFF;
}

.mobile-menu > li > ul > li:hover {
  background-color: #EEE;
}

.mobile-menu > li > ul > li > ul > li:hover {
  background-color: #DDD;
}

.mobile-menu > li > ul > li > ul > li > ul li:hover {
  background-color: #CCC;
}

.drawer--right .drawer-nav {
  background-color: #fff;
}
.toggle-open {
  background-color: #f1f1f1;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-top-width: 0px;
}

.toggle-closed {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  border-top-width: 0px;
}


.li-logo {
  text-align: center;
  height: 45px;
}

.li-logo-img {
    max-height: 40px;
    max-width: 75%;
    margin-left: 10%;
    margin-top: 5px;
}

.hm-logo-mini {
  margin-top: 5px !important;
  margin-bottom: 2px !important;
  max-height: 100%;
}

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-panel-navbar .drawer-hamburger {
    left: 0;
   /* margin-top: -2px;*/
    margin-top: 0;
	border: 1px solid #ddd;
}

.drawer-hamburger {
  /*margin-top: -1px !important;*/
    margin-top: 0;
}

.drawer-hamburger:hover {
    cursor: pointer;
}
.drawer-nav ul{
	padding-left:0;
}

@media only screen and (max-width: 999px) {
	#panel-navbar {
		display: inline-table;
	}
	/*#panel-hm-logo {
	  margin: 4px 0 2px 60px;
	  height: 40px;
	  margin-top: 3px;
	}*/
	.mobile-menu {
		display: inherit !important;
		padding:0;
	}
	#topdiv-adm {
		display: none;
	}
	#footer-adm-main {
 		height: auto;
	}
}

@media only screen and (max-width: 479px) {
	#footer-adm-main .col-md-3 {
    	width: 100%;
		padding: 5px 10px !important;
		text-align:left !important;
	}
	
}