/* 11 BankAnalyticsDashboard.html Bank to Bank Analyzer Styles */

        .onelefttab {
            margin-left: 25px;
        }

        .twolefttab {
            margin-left: 35px;
        }

        .threelefttab {
            margin-left: 45px;
        }

        table.offbank1 td:nth-child(3) {
            display: none;
        }

        table.offbank2 td:nth-child(4) {
            display: none;
        }

        table.offbank3 td:nth-child(5) {
            display: none;
        }

        table.offbank4 td:nth-child(6) {
            display: none;
        }

        table.offbank5 td:nth-child(7) {
            display: none;
        }

        table.offcombined td:nth-child(8) {
            display: none;
        }

        table.offcombined td:nth-child(9) {
            display: none;
        }

        table.offbank1 th:nth-child(3) {
            display: none;
        }

        table.offbank2 th:nth-child(4) {
            display: none;
        }

        table.offbank3 th:nth-child(5) {
            display: none;
        }

        table.offbank4 th:nth-child(6) {
            display: none;
        }

        table.offbank5 th:nth-child(7) {
            display: none;
        }

        table.offcombined th:nth-child(8) {
            display: none;
        }

        .page-container {
            padding: 30px 30px;
        }

        .nav.qtr-ytd > li > a {
            padding: 5px 10px;
        }

        .nav-pills ul {
            background-color: #fcfcfc;
            list-style: none;
        }

        .nav-pills > li > a, .nav-pills > li > ul > li > a {
            font-size: 11px;
            border-radius: 0px;
            border: 0px;
        }

        ul.risk-profiles {
            background-color: #ffffff;
            border-bottom: 1px solid #dddddd;
        }

        .nav-pills.risk-profiles > li.active > a {
            color: #555;
            font-weight: bold;
        }

        .btn-group .btn {
            font-size: 12px;
        }

        .table {
            font-size: 11px;
        }

        tr.active {
            border-left: 5px solid #173967;
        }

        tr.clickable-row {
            cursor: pointer;
        }

        tr input.benchmark-input {
            width: 40px;
            border: 0px;
            border-bottom: 1px solid #dddddd;
            padding: 0px 5px;
        }

        .tooltip-inner {
            max-width: 450px;
            /* If max-width does not work, try using width instead */
            width: 450px;
            font-size: 12px;
        }

        .table .form-control {
            display: block;
            width: 100%;
            height: 24px;
            padding: 0px 12px;
            font-size: 12px;
        }

        th.col-gray {
            background-color: rgba(23, 57, 103,0.1);
            border-left: 2px solid #DDDDDD;
            border-right: 2px solid #DDDDDD;
        }

        td.col-gray {
            background-color: rgba(23, 57, 103,0.1);
            border-left: 2px solid #DDDDDD;
            border-right: 2px solid #DDDDDD;
        }

        td.bank-col-default,
        td.bank-col-1,
        td.bank-col-2,
        td.bank-col-3,
        td.bank-col-4,
        td.bank-col-5,
        td.bank-col-6,
        td.bank-col-combined {
            text-align: right;
        }

        td.no-border {
            border-top: none !important;
            border-bottom: none !important;
        }
