body.framework-bg {
    background: url('../../global/images/bg-dashboard-default2.jpg') no-repeat center bottom fixed;
    background-size: cover;
}

.adp-framework-wrapper .fa.icon-adp {
    font-size: 30px;
    color: #d40f0f;
    margin-left: 15px;
}

.adp-framework-wrapper .page-content {
    margin: 0 auto 15px;
}

.adp-framework-wrapper .notification-wrapper {
    float: right;
    margin-right: 25px;
    margin-top: 25px;
    cursor: pointer;
}

    .adp-framework-wrapper .notification-wrapper .fa {
        color: #808080;
    }

.adp-framework-wrapper .adp-avatar-dropdown {
    margin-top: 9px;
}

    .adp-framework-wrapper .adp-avatar-dropdown ul {
        margin-bottom: 0;
    }

.adp-framework-wrapper .adp-logo-wrapper {
    padding-bottom: 15px;
}

.framework-top-nav {
    background-color: #0e5061;
    padding: 10px 0;
}

    .framework-top-nav .navbar-nav {
        margin: 10px 0 0;
        padding: 0;
    }

    .framework-top-nav .open > .dropdown-menu {
        top: 38px;
    }

.navbar-nav > li {
    list-style: none;
    margin-right: 15px;
}

    .navbar-nav > li > a {
        color: #ffffff;
        text-transform: uppercase;
        position: relative;
        display: block;
        float: left;
        margin: 0 25px 0 0;
        text-decoration: none;
    }

        .navbar-nav > li > a:hover {
            text-decoration: none;
        }

        .navbar-nav > li > a:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid white;
            position: absolute;
            bottom: -22px;
            left: 50%;
            margin-left: -7px;
            display: none;
        }

.navbar-nav li.dropdown.open a:after {
    display: block !important;
}

.adp-mega-menu ul {
    padding: 30px;
}

    .adp-mega-menu ul li {
        line-height: 30px;
        font-size: 16px;
        position: relative;
    }

        .adp-mega-menu ul li a {
            color: #0e5061;
        }

.adp-mega-menu .bg-cyan {
    background: #d0f4fd;
}

.adp-logo {
    font-size: 65px;
}

.adp-mega-menu ul {
    list-style-type: none;
}

@media screen and (min-height: 751px) {
    .adp-masthead .page-container {
        min-height: 536px;
    }
}

.navbar-nav .dropdown .fa-chevron-down {
    font-size: 10px;
    opacity: .5;
    vertical-align: 20%;
}

.navbar-nav .dropdown.open .fa-chevron-down {
    font-size: 10px;
    opacity: 1;
}

@media (min-width: 1200px) {
    .adp-masthead-cover {
        width: 1164px;
        background-color: #fff;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .adp-masthead-cover {
        width: 100%;
        background-color: #fff;
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .adp-masthead-cover {
        width: 970px;
        background-color: #fff;
        padding: 0 15px;
    }
}

.adp-masthead-cover .notification-wrapper .fa {
    font-size: 20px;
}

.adp-mega-menu .nav-tabs > li > a:hover {
    color: #808080;
    font-weight: 400;
    background-color: inherit;
}

.adp-mega-menu .nav-tabs > li.active > a {
    color: #000;
    font-weight: 700;
    background-color: inherit;
}

.adp-mega-menu .nav-tabs > li > a {
    color: #000;
    font-weight: 400;
    background-color: inherit;
}

.adp-mega-menu .nav-tabs > li.active > a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: -12px;
    top: -2px;
}

.tab-pane.active ul li {
    position: relative;
}

    .tab-pane.active ul li a.active,
    .tab-pane.active ul li a.active:hover {
        font-weight: 500;
        color: #000;
        font-size: 14px;
        text-decoration: none;
    }

        .tab-pane.active ul li a.active:before {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            left: -12px;
            top: -2px;
        }

    .tab-pane.active ul li a {
        font-weight: 500;
        color: #086274;
        font-size: 14px;
    }

        .tab-pane.active ul li a:hover {
            text-decoration: underline;
        }
