/* Newmark Theme Overrides - Only unique styles that differ from base.css */

/**********************
    HEADER - Newmark Theme
*********************/
#header {
    background: #ffffff;
    color: #004785;
}

    #header .nav > li > a {
        color: #004785;
    }

        #header .nav > li > a:hover {
            background: #004785;
            color: white;
        }

    #header .nav > li > button:hover {
        background: #004785;
    }

    #header .navbar-inverse .navbar-nav > .open > a, 
    .navbar-inverse .navbar-nav > .open > a:hover, 
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #004785;
        background-color: #f5f5f5;
    }

    .navbar-header {
        width: 120px;
    }

/**********************
    NAVIGATION - Newmark Theme
*********************/
#topNav > ul.navbar-nav > li > a {
    color: #004785 !important;
    font-weight: normal;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    #topNav > ul.navbar-nav > li > a:hover {
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        background: #004785;
        color: white !important;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #004785;
        color: white !important;
    }

    ul .nav.navbar-nav > li > a:hover {
        background-color: #004785 !important;
        color: white;
    }

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #004785;
    border-bottom-color: #004785;
}

/**********************
    SUBHEADER - Newmark Theme
*********************/
#subheader, #title {
    background: #004785;
}

#title {
    background-color: #004785;
}

/**********************
    ACTIVE MENU ITEM - Newmark Theme
*********************/
li.active-menu-item > a {
    border-left: 5px solid #004785 !important;
}

/**********************
    DASHBOARD STATS - Newmark Theme (smaller icons)
*********************/
.dtx-building-staticon {
    border-radius: 50%;
    display: block;
    float: left;
    font-size: 50px !important;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 10px 0;
    text-align: center;
    width: 50px;
}

/**********************
    WINDOW STYLING - Newmark Theme
*********************/
.newmaster-window-bg {
    background-color: white !important;
}

.newmaster-window-title {
    color: black !important;
}