/*
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 : Sep 29, 2016, 6:19:29 PM
    Author     : adriano.caetano
*/
.app-btn {
  color: #FFFFFF !important;
  padding: 15px 0 !important;
  text-align: center;
}
.app-btn:hover {
  color: #ececec;
}
.app-btn:focus {
  color: #fbfbfb;
}
.app-btn .app-btn-icon {
  font-size: 30px;
}
.app-btn .app-btn-title {
  display: block;
  font-size: 12px;
  white-space: normal;
}

.navbar-nav .user-menu .menu-applications {
  top: 60px !important;
  right: 25% !important;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .navbar-nav .user-menu .menu-applications {
    right: 18% !important;
  }
}
@media (max-width: 767px) {
  .navbar-nav .user-menu .menu-applications {
    right: 9% !important;
    top: 110px !important;
  }

  .menu-applications:after {
    top: 150px !important;
    left: initial;
    right: 90px !important;
  }

  .menu-applications:before {
    top: 150px !important;
    left: initial;
    right: 88px !important;
  }
}
@media (max-width: 650px) {
  .navbar-nav .user-menu .menu-applications {
    right: 10% !important;
    top: 110px !important;
  }
}
@media (max-width: 480px) {
  .navbar-nav .user-menu .menu-applications {
    right: 13% !important;
    top: 110px !important;
  }
}
.menu-applications:after {
  position: fixed;
  top: 50px;
  left: initial;
  right: 170px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  content: '';
}

.menu-applications:before {
  position: fixed;
  top: 50px;
  left: initial;
  right: 168px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/*# sourceMappingURL=modules-header.css.map */
