/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 06-10-2020, 18:15:51
    Author     : saez_
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 06-10-2020, 17:52:07
    Author     : saez_
*/
.icon-bar {
  width: 40px;
  height: 4px;
  background-color: #0061a0;
  display: block;
  transition: all 0.1s;
  margin-top: 7px;
}
.navbar-toggler {
  position: absolute;
  top: 0px;
  margin-top: -15px !important;
  padding-bottom: 0px;
  z-index: 901;
  -webkit-border-radius: 15px 0px 15px 0px;
  -moz-border-radius: 15px 0px 15px 0px;
  border-radius: 15px 0px 15px 0px;
  background-color: transparent !important;
}
.navbar-toggler .top-bar {
  transform: translate(0px, 11px) rotate(45deg);
}
.navbar-toggler .middle-bar {
  opacity: 0;
  height: 4px;
}
.navbar-toggler .bottom-bar {
  transform: translate(0px, -10px) rotate(-45deg);
  height: 4px;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
/*# sourceMappingURL=navbar.css.map */