.animated-25 {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-50 {
  -webkit-animation-duration: .50s;
  animation-duration: .50s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-75 {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 992px) {
  .navbar.navbar-toggleable-md .navbar-nav {
    width: 40%;
  }
  .sidebar-profile-space {
    margin: 0;
    padding: 0;
  }
  .sidebar-header-container {
    /* min-height: 200px; */
    width: 100%;
    padding: 24px;
    /*background-image: url('/themes/caiata/assets/images/side-nav-bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;*/
  }
  .no-fixed ul.navbar-nav {
    z-index: 991;
  }
  /*.sidebar-bg img {
        position: absolute;
        top: 100px;
        left: 25%;
    }*/
}

@media (max-width: 576px) {
  .navbar.navbar-toggleable-md .navbar-nav {
    width: 80%;
  }
}

#mobile-header .navbar-brand > img {
  width: 220px;
}

#mobile-header .nav-link {
  font-size: 1.2rem;
}

.divider {
  width: 90%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#mobile-header .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}

#mobile-header .dropdown-item:hover, .dropdown-item:active {
  background-color: transparent;
}

.bg-dark-transparent {
  background-color: rgba(52, 58, 64, 0.9) !important;
}

.overlay-panel-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #000;
  z-index: 98;
  opacity: 0.1;
  filter: alpha(opacity=10);
  /* For IE8 and earlier */
  cursor: pointer;
  display: none;
}

.close-menu {
  background: none;
  border: none;
  float: right;
  cursor: pointer;
  margin-top: 5px;
  font-size: 2rem;
}

.external-menu-panel {
  background: var(--secondary);
  width: 100%;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.external-menu-panel {
  background-color: var(--secondary);
  position: fixed;
  right: 0;
  display: none;
  z-index: 99;
  height: 100vh;
  top: 0;
}

.menu-panel-container {
  padding: 25px 0;
}

nav.lateral-menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.menu-border {
  border-left: 4px solid #FFF;
  position: relative;
}

.menu-border:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 4px;
  height: 100%;
  border-left: 4px solid red;
}

ul.menu-list li {
  list-style-type: none;
  margin-bottom: 1rem;
  cursor: pointer;
}

ul.subnav {
  display: none;
  padding: 10px;
}

.subnav li a {
  font-size: 1rem;
}

.menu-list a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
}

.menu-list span {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
}

.menu-list .active a {
  color: lightgrey;
}

.external-menu-panel ::-webkit-scrollbar-track {
  background-color: var(--secondary);
}

.external-menu-panel ::-webkit-scrollbar {
  width: 7px;
  background-color: var(--secondary);
}

.external-menu-panel ::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.menu-panel-container .social-bar {
  float: none;
}

.menu-panel-container .top-bar-container .social-bar li {
  margin-right: 0;
}

.menu-panel-container {
  height: 90vh;
}

.top-bar-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.row-menu {
  padding-top: 8vh;
}

.row-logo img {
  width: 100px;
}

.action-container {
  border-right: solid 1px #fff;
}

.action-container img {
  width: 30px;
  margin-bottom: 10px;
}

.social-container i {
  font-size: 26px;
  margin-bottom: 10px;
  color: #fff;
}

.col-logo-panel {
  background-size: cover;
  background-position: 47% 85%;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=side-panel.css.map */