/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 16, 2015, 2:11:58 PM
    Author     : SLAFF
*/

/******************************************************************************/
/****************************** INDEX PAGE NAVIGATOR **************************/
/******************************************************************************/
.toppredictions .navigator {
    font-size: 13px;
    margin: 10px 1%;
    -webkit-text-size-adjust: none;
}

    .toppredictions .navigator .label {
        background-color: #f1f1f1;
        padding: 9px;
        font-weight: bold;
        text-align: right;
        text-shadow: 1px 1px #fff;
        overflow: hidden !important;
        text-overflow: ellipsis;
        white-space: nowrap;  
        width: available;
    }
    
    .toppredictions .navigator .value {
        display: none;
        text-align: center;
        padding: 9px 0;
        font-weight: bold;
        width: 115px;
        float: right;
        background-color: #f1f1f1;
        border-left: 1px solid #d0d0d0;
    }
    
    .toppredictions .navigator .menubutton {
        display: none;
        float: right;
        background-color: #a0a0a0;
        width: 33px;
        padding: 9px 0;
        cursor: pointer;
    }
    
        .toppredictions .navigator .menubutton div {
            width: 14px;
            background: url('../../images/common.svg') -297px -78px no-repeat; 
            margin: 0 auto;
        }
    
    .toppredictions .navigator .buttons {
        float: right;
        width: 424px;
    }

        .toppredictions .navigator .buttons a {
            float: left;
            padding: 9px 0;
            background-color: #f1f1f1;            
            width: 105px;
            text-align: center;
            border-left: 1px solid #d0d0d0;
        }

        .toppredictions .navigator .buttons a.pressed {
            font-weight: bold;
            color: #fff;
            background-color: #5ba1cf;
            text-shadow: 1px 1px #787878;
        }  
    
