/* 5 BankAnalyticsDashboard.html Manage Profiles Styles */

        span.twitter-typeahead {
            width: 100%;
        }

        .tt-menu {
            width: 100%;
            display: block;
        }

        .tt-dataset {
            border: 2px solid #ececec;
            border-top: 0px;
            display: block;
            width: 100%;
        }

        .tt-suggestion.tt-selectable {
            background-color: #fcfcfc;
            border-bottom: 2px solid #ccc;
            padding: 10px;
            width: 100%;
        }

            .tt-suggestion.tt-selectable:hover {
                background-color: #ececec;
            }


        .nav-pills ul {
            background-color: #fcfcfc;
            list-style: none;
        }

        .nav-pills > li > a, .nav-pills > li > ul > li > a {
            font-size: 12px;
        }

        .project-title a {
            color: #173967;
        }

        .bank-profile-details {
            padding: 10px;
            margin-bottom: 30px;
            border-left: 5px solid #173967;
        }

            .bank-profile-details h3 {
                margin-top: 5px;
            }

            .bank-profile-details p {
                margin: 0px 0px 0px 0px;
            }

            .bank-profile-details span.cb-bank-info {
                background-color: #fcfcfc;
                padding: 5px;
                color: #173967;
                display: block;
                border-radius: 0px;
                font-size: 10px;
            }

        .peer-group-comparison-table,
        .table-financial-highlights,
        .table-financial-trends {
            font-size: 10px;
        }

            .peer-group-comparison-table > thead > tr > th {
                font-size: 8px;
            }

            .table-financial-trends > tbody > tr > td {
                padding-top: 5px;
                padding-bottom: 5px;
            }

        .row-heading {
            background-color: #ececec;
            text-transform: uppercase;
            font-weight: bold;
        }

        .current-quarter {
            background-color: #446491;
            color: #ffffff;
        }
    
	
        .nav.recent-peer-groups-feed > li > a {
            padding: 0px 15px;
            font-size: 12px;
        }

        .peer-group-comparison-table > thead > tr > th {
            font-size: 8px;
        }

        .table-financial-trends > tbody > tr > td {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .row-heading {
            background-color: #ececec;
            text-transform: uppercase;
            font-weight: bold;
        }

        .current-quarter {
            background-color: #446491;
            color: #ffffff;
        }

        tr.active {
            border-left: 5px solid #173967;
        }

        tr.clickable-row {
            cursor: pointer;
        }
