﻿

/*
 * Style ana main CSS 1.0.0
 * https://anavn.com.vn
 */


body {
    background-color: #005494;
    overflow: hidden;
}

.navbar {
    min-height: 40px;
}

.navbar-top-links li a {
    padding: 10px 10px;
    min-height: 0;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 18px;
    top: 2px;
}

.minimalize-styl-2 {
    margin: 8px 5px 0 20px;
}

#right-sidebar {
    top: 40px;
}

.navbar-fixed-top,
.navbar-static-top {
    background: #005494;
}

.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
    background: #005494;
}

.text-muted {
    color: #fff;
}

/*.nav {
    border-right: 1px solid #005494;
}*/

    .nav.navbar-right > li > a {
        color: #fff;
    }

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #005494;
}

.nav > li > a {
    color: #fff;
    font-weight: 400;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.navbar-top-links > li > a {
    border-bottom: none !important;
}

.nav-second-level li:last-child {
    margin: 0;
}

.nav-second-level > li.active > a {
    color: #438EB9;
}

.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .submenu li a {
        padding: 7px 0 7px 30px;
        display: block;
        color: #438EB9 !important;
    }

        .submenu li a:hover {
            background-color: #005494;
            color: #fff;
        }

        .submenu li a:before {
            content: " » ";
        }


.nav-second-level li a {
    color: #000000;
    font-weight: 400;
    background-color: #fff;
    border-bottom: 1px dotted #808080;
}

.nav > li.active {
    border-left: 4px solid #005494 !important;
    background: #005494;
}

body.mini-navbar .nav-header {
    padding: 0;
    background-color: #438EB9;
}


#page-wrapper {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .navbar-static-side {
        /*z-index: 2001;
        position: absolute;*/
        width: 190px;
    }

    #page-wrapper {
        margin: 0 0 0 192px;
        min-height: 0;
    }
}

@media (max-width: 768px) {

    #page-wrapper {
        margin: 0;
        min-height: 0;
    }
}


.loginscreen.middle-box {
    width: 100% ;
}

#right-sidebar {
    width: 324px !important;
    right: -324px ;
}

.ANAHeader {
    line-height: 28px;
    margin-bottom: 16px;
    position: relative;
    top: -1px;
    padding: 4px 0;
    background-color: #005494;
    border-bottom: 1px solid #fff;
    color: #FFF;
}


.main-container {
    padding-top: 0;
}
