/* instrument widget */
#instrumentsWidget .table thead th {
    background-color: #1C1C1B;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#instrumentsWidget .table td,
#instrumentsWidget .table th {
    border: none;
}

#instrumentsWidget .table td {
    font-size: 14px;
    line-height: 1.4;
}

#instrumentsWidget .table {
    margin-bottom: 0;
}

#instrumentsWidget .instrument-name {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

#instrumentsWidget .instrument-name img {
    display: inline-block;
    height: var(--pds-size-300, 24px);
    width: var(--pds-size-300, 24px);
    border-radius: var(--pds-border-radius-50, 4px);
    vertical-align: middle;
    margin-right: 8px;
}

#instrumentsWidget .down {
    color: #E30513;
}

#instrumentsWidget .up {
    color: #3EB642;
}

#instrumentsWidget .bhoechie-tab-content {
    border: 1px solid #EAEEF1;
    width:100%;
}

#instrumentsWidget .table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

#instrumentsWidget .table-striped tbody tr:nth-of-type(even) {
    background-color: #EAEEF1;
}

#instrumentsWidget .instrument-row {
    width: 16.66%;
}

/* Tabs */
div.bhoechie-tab-container {
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    font-family: var(--font-family-sans, 'XTBSans'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

div.bhoechie-tab-menu div.list-group > a,
div.bhoechie-tab-menu div.list-group > .list-group-item {
    margin-bottom: 0;
    cursor: pointer;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

div.bhoechie-tab-content .panel {
    padding: 0px;
}

div.bhoechie-tab-container .list-group-item {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #e9eef3;
}

div.bhoechie-tab-container .list-group-item.active {
    border-bottom: 2px solid #E30513;
    background-color: white;
}

div.bhoechie-tab-container .list-group-item.active a {
    color: #E30513;
}

div.bhoechie-tab-container .list-group-item a {
    color: black;
}

div .bhoechie-tab-content {
    width: 100%;
}
