/* 
    Document   : menu
    Created on : Jan 9, 2013, 11:07:25 AM
    Author     : pedro
    Description:
        Purpose of the stylesheet follows.
*/

//DIREITOS DE AUTOR DOS MENUS
/*Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:

    Taxi by Naomi Atkinson from The Noun Project

If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.*/


body {
    background: url("images/h.png") repeat-x top;
}

#nav {
    float: left;
    width: 858px;
}
#nav p,
#nav li {    color: #fff }
#nav .current-user,
#nav .current-company {
    font-weight: bold;
    margin: 7px 13px 0 50px;
    max-width: 137px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#nav .current-company {
    font-size: 85%;
    color: #a3c7d3;
    margin-top: 0;
}
#nav>ul>li {
    list-style: none;
    border-right: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(255,255,255,0.15);
    min-height: 45px;
    float: left;
}
#nav>ul>li.right {    float: right }
#nav>ul>li ul {
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    border: 1px solid #ddd;
    border-top: 0;
}
#nav>ul>li ul a,
#nav>ul>li ul strong {
    padding: 1em;
    display: block;
    border-bottom: 1px solid #eee;
}
#nav>ul>li ul a:hover,
#nav>ul>li ul strong:hover {    background-color: #e8f1f4 }
#nav>ul>li ul strong {
    background-color: #e8f1f4;
    border-top: 1px solid #1981a8;
    color: #333;
}
#nav>ul>li:hover ul {    display: block }
#nav>ul>li>a {
    color: #fff;
    display: block;
    height: 45px;
    width: 45px;
    vertical-align: center;
    text-indent: -9999px;
    background-image: url("images/navSpritesV3.png");
    background-repeat: no-repeat;
    background-position: -145px 0;
}
#nav #nav-parkings {    background-position: -360px 0 }
#nav #nav-stats {    background-position: -315px -45px }
#nav #nav-users {    background-position: -270px -90px }
#nav #nav-bookings{    background-position: -225px -135px }
#nav #nav-logout {    background-position: -180px -180px }
#nav #nav-accounting {    background-position: -135px -225px }
#nav #nav-institutions {    background-position: -90px -270px }
#nav #nav-dashboard {    background-position: -45px -315px }
#nav #nav-searchEngines,
#nav #nav-book{    background-position: 0px -360px }
#nav #nav-manut { background-position: -360px -361px; }
#nav #nav-templates { background-position: 5px 5px; }
#nav #nav-help { background-position: -180px -317px;}
#nav #nav-transfers { 
    background-image: url("images/transfer.png");
    background-repeat: no-repeat;
    background-position: 7px 8px;
    background-size: 30px 30px;
}
#nav #nav-bonos { 
    background-image: url("images/bonoIcon.png");
    background-repeat: no-repeat;
    background-position: 7px 8px;
    background-size: 30px 30px;
}
#nav #nav-analytics { 
    background-image: url("images/bi-nav.png");
    background-repeat: no-repeat;
    background-position: 7px 8px;
    background-size: 30px;
}
/*Manual simple icon -180px -317px */
/*Manual work icon -271px -179px */

.header {
    margin-bottom: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    background: url("images/h.png") repeat-x scroll center top transparent;
    z-index: 888;
    -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 9px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0px 9px 1px rgba(0, 0, 0, 0.4)
}

.header-content {
    margin: auto;
    width: 960px;
}

.header h1 {
    border-right: 1px solid rgba(0,0,0,0.2);
    padding: 0 !important;
    background: url("images/logo.png") no-repeat left center;
    text-indent: -9999px;
    float: left;
    width: 100px;
    height: 45px;
}
.header h1 a {
    color: #fff;
    display: block;
}
.current-user a {color: white;}

.notIdented {
    text-indent: 0 !important;
    width: auto !important; 
}

.userArea {
    height: 38px;
    max-width: 200px;
}

#nav>ul>li>a#nav-text{
    width: 100%;
    background: none;
    text-indent: 0px;
    color: #fff;
    display: block;
    height: 45px;
}

#nav>ul>li>a#nav-text p{
    padding: 12px 10px 0px 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 137px;
    margin: 0px;
}
