/*.app-menu-sidebar,
.app-menu-items {
  -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;
}*/
.app-menu-sidebar {
  -webkit-animation-delay: 1.8s;
     -moz-animation-delay: 1.8s;
       -o-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.app-menu-sidebar .animated {
  animation-duration: 0.5s;
}
.app-menu-sidebar {
  background-color: #fff;
  height: 100%;
  left: 0px;
  padding-top: 70px;
  position: fixed;
  top: 0px;
  width: 220px;
}
.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;*/
  width: 100%;
}
.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::before,
ul.mtree li.mtree-active > a::before,
ul.mtree.menu-default li.mtree-node > ul > li::before,
ul.mtree.menu-default li.mtree-node > ul > li > a::before,
ul.mtree.menu-default li.mtree-node > ul > li > a::before {
  background-color: transparent;
  content: '';
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 0px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
ul.mtree li.mtree-node > a::before,
ul.mtree.menu-default li.mtree-node > ul > li::before {
  width: 4px;
}
ul.mtree li.mtree-active > a::before,
ul.mtree.menu-default li.mtree-node > ul > li.mtree-active > a::before,
ul.mtree.menu-default li.mtree-node > ul > li > a:hover::before,
ul.mtree.menu-default li.mtree-node > ul > li > a:focus::before {
  background-color: #00BAF1;
  width: 4px;
}
ul.mtree.menu-default li.mtree-node > ul > li::before {
  background-color: #9fe9ff;
}
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,
ul.mtree li.mtree-node > a span.txt-menu,
ul.mtree li > a span.txt-menu,
ul.mtree li.mtree-node > ul > li > a span.txt-submenu,
ul.mtree li.mtree-node > ul > li > a span.txt-submenu-iniciales {
  display: inline-block;
}
ul.mtree li.mtree-node > a span.icon,
ul.mtree li > a span.icon {
  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: #00BAF1;
  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: #00BAF1;
  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: #fff;
  position: relative;
}
ul.mtree.menu-default li.mtree-node > ul > li > a {
  color: #595959;
  padding-left: 50px;
}
ul.mtree.menu-default li.mtree-node > ul > li > a:hover,
ul.mtree.menu-default li.mtree-node > ul > li > a:focus {
  background-color: #9fe9ff;
  color: #595959;
}
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: #9fe9ff;
  color: #595959;
}
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;*/
    width: 65px;
  }
  .sidebar-close ul.mtree.menu-default li.mtree-node > ul > li > a {
    padding-left: 20px;
  }
  .sidebar-close .app-contenedor-enlaces-rapidos {
    /*display: block;*/
  }
  ul.mtree li.mtree-node > a:after {
    right: 10px;
  }
  .app-menu-sidebar ul.mtree.menu-default li.mtree-node > ul > li > a > .txt-submenu-iniciales {
    display: none;
  }
  .sidebar-close .app-menu-sidebar ul span.txt-menu,
  .sidebar-close .app-menu-sidebar ul span.txt-submenu {
    display: none!important;
  }
  .sidebar-close .app-menu-sidebar ul.mtree.menu-default li.mtree-node > ul > li > a > .txt-submenu-iniciales {
    display: inline-block!important;
  }
}
.app-menu-items .fa-lg {
  font-size: 22px;
}