﻿body, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 14px;*/
    line-height: 1.42857143;
    color: #333;
}

.page-header.navbar {
    background-color: #0e0f10;
}

    /*.page-sidebar.navbar-collapse.collapse {
    background-color: #0e0f10;
}*/
    .page-header.navbar .menu-toggler.sidebar-toggler {
        margin: 0 0;
    }

ul.nav.navbar-nav.navbar-right {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

/*ul.nav navbar-nav .navbar-right {
    color: white;
}*/

.user-login-5 .login-container > .login-content p {
    color: #2f353b;
    font-size: 20px;
    line-height: 30px;
}

a#loginLink {
    color: black;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
}

.page-header.navbar .page-logo {
    padding-left: 20px;
    padding-right: 30px;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    margin-top: 15px;
}

.AgingList {
    margin-top: 20%;
}

/*ul.notifications {
    list-style: none;
    padding-left: 0;
}

    ul.notifications > li {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }

        ul.notifications > li:last-child {
            border-bottom: none;
        }

        ul.notifications > li .highlight {
            font-weight: bold;
        }*/


.NotificationsOverflow {
    overflow-y: auto;
    min-height: 550px;
    height: 700px;
    width: 800px;
}


.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
    min-width: 160px;
    max-width: 500px;
    width: 500px;
    z-index: 9995;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 33px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    font-family: "Open Sans",sans-serif;
    position: absolute;
    top: 4px;
    right: 9px;
    font-weight: 300;
    padding: 3px 6px;
}

ul.notifications > li {
    border-bottom: 1px solid #ddd;
    padding: 5px 5px;
    list-style: none;
    margin-left: -30px;
}

    ul.notifications > li:last-child {
        border-bottom: none;
    }

/*.page-content-wrapper .page-content {
    padding: 2px 12px 10px;
}*/
.page-content-white .page-title {
    margin: 15px 0;
}

.dateAlert {
    font-weight: bold;
}