/*
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 : 24-ago-2019, 10.02.08
    Author     : admin_2
*/

/*@media (min-width: 992px) { was before 24/08/2019 MGN */
@media (min-width: 768px) {
  .dropdown-hover .dropdown-menu {
    margin: 0;
  }
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-hover > .dropdown-toggle:not(.forwardable):active {
    pointer-events: none;
  }
}