/*#notification-header {
  text-align: right;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 10px;
}

#notification-count{
	position: absolute;
	left: -1px;
  top: -6px;
  font-size: 14px;
  font-weight: bold;
  color:#FFFFFF;
}

#notification-count-resp{
	position: absolute;
	left: -1px;
  top: -6px;
  font-size: 14px;
  font-weight: bold;
  color:#fff;
}

#notificacion-img-3{
  background: url(../../icons/notificacion2.png);
}

form .btn-submit-notifica {
  padding: 0 10px;
  height: : 15px;
  line-height: 15px;
  color: #000000;
  background: #EDEDF8;
  border-radius: none;
  font-family: sans-serif;
  font-size: 12px;
  cursor: pointer;
  transition: .3s ease all;
}

form .btn-submit-notifica:hover {
  background: rgba(255,165,0,.5);
}

.notificacion-active, .notificacion-active:hover{
  box-shadow: inset 0 -3px 6px #d64a4a !important;
  background: #ff8127 !important;
  background: -moz-linear-gradient(top,  #ff8127 0%, #a44400 47%, #8c3a00 50%, #481e00 100%) !important;
  background: -webkit-linear-gradient(top,  #ff8127 0%,#a44400 47%,#8c3a00 50%,#481e00 100%) !important;
  background: linear-gradient(to bottom,  #ff8127 0%,#a44400 47%,#8c3a00 50%,#481e00 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8127', endColorstr='#481e00',GradientType=0 );
}

#notification-count{font-size: 12px; font-weight: bold;}*/