﻿/* CSS used here will be applied after bootstrap.css */

.dropdown-notif {
    display: inline-block;
    margin-left: 2px;
    padding: 10px;
    padding-top: 12px !important;
}


.glyphicon-bell {
    font-size: 1.5rem;

}

.notifications {
    min-width: 400px;
    
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.menu-title {
    color: #656565;
    font-size: 1.5rem;
    display: inline-block;
}

.glyphicon-circle-arrow-right {
    margin-left: 10px;
    
}


.notification-heading, .notification-footer {
    padding: 2px 10px;
    
}


.dropdown-menu.divider {
    margin: 5px 0;

}

.item-title {
    font-size: 1.5rem;
    color: #656565;
}

.notifications a.content {
    text-decoration: none;
    background: #ccc;
}

.notification-item {
    padding: 10px;
    margin: 5px;
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #CCC;
    color: #BBB;
}

.notification-item-leido {
    padding: 10px;
    margin: 5px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCC;
    color: #BBB;
}

.alertacampana {
    background-color: #d90000;
    border: 1px solid #ff0059;
    color: #fff;
    line-height: 14px;
    padding: 0 2px;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    text-indent: 0;
    text-align: center;
    border-radius: 4px;
    min-width: 15px;
    height: 15px;
    z-index: 1;
    /*background-image: url('img/circulo.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 3px 10px;*/
}
.cantnotif {
  /*  position: absolute;
    top: 17px;
    left: 11px;
    z-index: 1;*/
    font-weight: bold;
}

.dropnotif {
    background-color: transparent !important;
}

.todasnotif {
    background-color: transparent;
    color: #555 !important;
    text-decoration: none;
}