.alertsys-count {
    position: absolute;
    margin-top: -20px !important;
    width: 20px;
    color: #d34539;
    text-align: center;
}

.alertsys-icon {
    width: 20px;
}

.alertsys-items {
    width: 400px;
    max-height: 545px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.alertsys-icon .alertsys-items .item {
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.alertsys-icon .alertsys-items .item .icon {
    border-radius: 50%;
    height: 20px;
    margin-left: 5px;
    width: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}

.alertsys-icon .alertsys-items .item .app-icon {
    border-radius: 50%;
    height: 35px;
    margin: auto;
    width: 35px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}

.alertsys-icon .show-more {
    width: 100%;
    background-color: #e5e5e5;
    text-align: center;
    margin-bottom: -5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.alertsys-app-icon {
    height: 75px;
    border-radius: 50%;
    width: 75px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}
.alertsys-icon .app-icon i{
    padding: 6px 0;
}
.alertsys-icon .app-icon{
    margin-left: 10px;
}
.alertsys-icon .span1 i{
    padding: 16px 0;
}
.alertsys-icon .span2 {
    padding-left: 5px;
}
.alertsys-item-counts {
    padding: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    color: #444444;
}
.top-profile-nav div.alertsys-item-counts{
    margin: 0;
    margin-right: 5px;
}
.alertsys-item-counts span {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    left: -2px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 24px;
    z-index: 200;
}

.alertsys-overview {
    padding: 1px !important;
    border: none !important;
    border-radius: 2px;
}
.alertsys-overview-header {
    height: 80px;
    padding: 5px;
    color: #FFFFFF;
    font-size: 16px;
}

.alertsys-overview a{
    color: #FFFFFF;
}

.alertsys-overview ul {
    list-style-type: none;
    margin-right: 20px;
}

.alertsys-overview ul li {
    padding: 5px;
}

.alertsys-overview-total {
    float: right !important;
    margin-top: 10px;
}

.alertsys-overview-totalcount {
    font-size: 28px;
    float: right !important;
    color: #FFFFFF;
    margin-right: 30px;
    margin-top: 28px;
    width: 70px;
    text-align: right;
}

.alertsys-overview-footer {
    background-color: #F4F4F4;
    padding: 5px;
}

.alertsys-overview-footer a {
    color: #95A5A6;
}

.alertsys-dropped #messages .alert {
    width: 100%;
    float: none;
    box-sizing: border-box;
}

.alertsys-dropped #holder {
    width: 100%;
    text-align: center;
    box-sizing: content-box;
}

.alertsys-dropped #holder #messages {
    display: inline-block;
    float: none;
    box-sizing: content-box;
    width:90%;
}

.alertsys-item-align .fa{
    font-size: 18px;
}

.alertsys-item-align .alertsys-setread{
    position: relative;
    top: 2px;
}