.app-menu-sidebar {
  background-color: #ececec;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 220px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
}
.app-menu-logo {
  background-color: #ececec;
}
.app-menu-logo a {
  display: block;
  height: 70px;
  width: 100%;
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.app-menu-items {
  height: 100%;
  overflow-y: auto;
  width: 220px;
}
.app-contenedor-enlaces-rapidos {
  background-color: transparent;
  bottom: 0;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  width: 40px;
}
.app-contenedor-enlaces-rapidos .app-menu-logo {
  background-color: #ececec;
}
.app-contenedor-enlaces-rapidos .app-menu-logo a {
  display: block;
  height: 40px;
  width: 100%;
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.app-enlaces-rapidos {
  background-color: transparent;
  display: block;
  height: 50px;
  position: relative;
}
ul.mtree {
  margin-bottom: 0px;
  margin-left: 0;
  margin-top: 0px;
  padding-left: 0px;
}
ul.mtree ul {
  margin-left: 0px;
}
ul.mtree li {
  list-style: none;
}
ul.mtree a {
  display: block;
  position: relative;
}s
ul.mtree a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
ul.mtree ul {
  margin-left: 0;
}
ul.mtree ul li {
  font-size: 13px;
}
ul.mtree li.mtree-node > a:after {
  color: transparent;
  font-size: 16px;
  font-weight: normal;
  margin-top: -11px;
  position: absolute;
  right: 20px;
  top: 50%;
}
ul.mtree > li {
  border-bottom: 0px solid transparent;
}
ul.mtree > li:last-child {
  border-bottom: none;
}
ul.mtree li:last-child > a {
  border: none;
}
ul.mtree > li.mtree-open > a {
  background: #DDD;
}
ul.mtree li > a:hover {
  background: transparent;
  color: transparent;
}
ul.mtree li.mtree-active > a {
  background: transparent;
  color: transparent;
}
ul.mtree a {
  padding: 12px 10px;
}
ul.mtree li li > a {
  padding-left: 10px;
}
ul.mtree li li li > a {
  padding-left: 3em;
}
ul.mtree li li li li > a {
  padding-left: 4em;
}
ul.mtree li li li li li > a {
  padding-left: 5em;
}
ul.mtree li.mtree-node > a span.icon,
ul.mtree li > a span.icon {
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
ul.mtree li.mtree-node > ul > li > a span.icon {
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
ul.mtree li.mtree-node > a > span.icon:after,
ul.mtree li > a > span.icon:after {
  border-radius: 100%;
  border: 1px solid transparent;
  content: '';
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
ul.mtree li.mtree-node > ul > li > a span.icon:after {
  border: 0px;
}
/*.....::::: TEMA DEFAULT :::::.....*/
ul.mtree.menu-default ul {
  margin-left: 0;
  padding-left: 0px;
}
ul.mtree.menu-default a {
  color: #687282;
}
ul.mtree.menu-default li > a:hover,
ul.mtree.menu-default li > a:focus {
  background-color: #242c38;
  color: #fff;
}
ul.mtree.menu-default li.mtree-open > a:after {
  color: #fff;
  content: "\f106";
  font-family: 'FontAwesome';
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
ul.mtree.menu-default li.mtree-closed > a:after {
  color: #687282;
  content: "\f107";
  font-family: 'FontAwesome';
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
ul.mtree.menu-default li.mtree-node > a:focus:after,
ul.mtree.menu-default li.mtree-node:hover > a:after {
  color: #fff;
}
ul.mtree.menu-default li.mtree-open > a,
ul.mtree.menu-default li.mtree-active > a {
  background: #242c38;
  color: #fff;
}
ul.mtree.menu-default li.mtree-node > a > span.icon:after,
ul.mtree.menu-default li > a > span.icon:after {
  border-color: #687282;
}
ul.mtree.menu-default li.mtree-node > a:hover > span.icon:after,
ul.mtree.menu-default li.mtree-node > a:focus > span.icon:after,
ul.mtree.menu-default li.mtree-open > a > span.icon:after,
ul.mtree.menu-default li > a:hover > span.icon:after,
ul.mtree.menu-default li > a:focus > span.icon:after {
  border-color: #fff;
}
ul.mtree.menu-default li.mtree-node > ul > li {
  background-color: #3c485a;
}
ul.mtree.menu-default li.mtree-node > ul > li > a {
  color: #8292ab;
}
ul.mtree.menu-default li.mtree-node > ul > li > a:hover,
ul.mtree.menu-default li.mtree-node > ul > li > a:focus {
  background-color: #3c485a;
  color: #fff;
}
ul.mtree.menu-default li.mtree-node > ul > li.mtree-open > a,
ul.mtree.menu-default li.mtree-node > ul > li.mtree-active > a,
ul.mtree.menu-default li.mtree-node > ul > li.mtree-submenu-node-active > a {
  background: #2a3748;
  color: #fff;
}
ul.mtree.menu-default .badge {
  background-color: transparent;
  border-radius: 4px;
  font-size: 10px;
  margin-right: 10px;
  margin-top: 2px;
  padding: 3px 7px;
}
ul.mtree.menu-default .bg-primary {
  color: #fff;
  background-color: #46b7e4;
}
ul.mtree.menu-default .bg-success {
  background-color: #67c985;
}
ul.mtree.menu-default .bg-info {
  background-color: #d9edf7;
}
ul.mtree.menu-default .bg-warning {
  background-color: #fcf8e3;
}
ul.mtree.menu-default .bg-danger {
  background-color: #f2dede;
}
@media (min-width: 768px) {
  .app-menu-sidebar {
    z-index: 1003;
  }
  .sidebar-close .app-menu-sidebar {
    margin-left: -180px;
  }
  .sidebar-close .app-contenedor-enlaces-rapidos {
    display: block;
  }
}