﻿/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------- custom menu and top bar navigation styles ------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------- */


/* body and html background color */
/* ---------------------------------------------------------------------------------------------------------------------------------- */

        body, html {
            background-color: #E7EAF1;
        }

/* Top navigation, logo, alerts, profile menu background */
/* ---------------------------------------------------------------------------------------------------------------------------------- */

        #topnav .topbar-main {
            background-color: #192C59;
            border-bottom: 1px solid #4f6390;
        }

/* mobile menu toggle */
/* ---------------------------------------------------------------------------------------------------------------------------------- */

        #topnav .navbar-toggle span {
            background-color: #ddd;
        }

        #topnav .navbar-toggle:hover span {
            background-color: #fff;
        }

/* footer background */
/* ---------------------------------------------------------------------------------------------------------------------------------- */

        .footer {
    /*background-color: #C7CEDE;*/
    background-color: #516488;
    padding: 5px;
}

        .text-footer {
    color: #C8CFDF; /*color: #9DA9C6;*/
    font-size: 0.8em; /*text-align: left !important;*/
}

            .text-footer a {
                color: #C8CFDF;
            }

/* menu background */

/*#topnav .navbar-custom {
    background-color: #5D9CEC;
}*/


@media all and (min-width:992px) {
#topnav .navigation-menu > li .submenu {
        background-color: #F9FAFB;
    }
}
