﻿body {
    color: black;
    overflow-x: hidden;
    font-size: 12px;
    font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
}

.tdSpacerHoriz {
    width: 10%;
    line-height: .5em;
}

.tdSpacerVert {
    width: 10%;
}

#ardaNavLogo {
    background-size: cover;
    max-width: 90%;
    height: auto;
}

#logoListItem {
    margin-bottom: 0;
}

#historicalTable {
    color: black;
    width: 100%;
}

h4 {
    font-family: "Galano Grotesque SemiBold", CenturyGothic, AppleGothic, sans-serif;
}

.dc-table-head {
    text-align: center;
    font-size: 1em;
    padding-top: 1.5em;
    border-bottom: 3px solid #330B6D;
}

.chartTitle {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.nav-item {
    margin-bottom: .5em;
}

.tdContent {
    width: 45%;
}

.btn.btn-primary {
    /*width: 125px;*/
    width: 100%;
}

.btn {
    border-color: white !important;
    background: #330B6D;
    color: white;
    width: 100%;
    font-weight: 600;
    font-size: 0.9em;
    padding: 1em;
}

    .btn:hover {
        background: #D2C8FF;
        color: #000000;
    }

.dc-chart .grid-line, dc-chart .axis .grid-line {
    display: none;
}

.dc-chart rect.bar {
    fill: #D2C8FF;
}

.dc-chart path.line{
    stroke:#5B2BCB;
}

.dc-chart circle.dot{
    fill:#5B2BCB;
}

text {
    color: black;
}

.selected {
    background: #D2C8FF;
}

.dc-table-column._0 {
    width: 10%;
    padding: 0;
    text-align:center;
}

.dc-table-column._1 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.dc-table-column._2 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.dc-table-column._3 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.dc-table-column._4 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.dc-table-column._5 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.dc-table-column._6 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.dc-table-column._7 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.dc-table-column._8 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.dc-table-column._9 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.dc-table-column._10 {
    width: 9%;
    padding: 0;
    text-align: center;
}

.firstColTable {
    text-align: left;
}

.dc-table-head {
    padding: 0;
    color: #330B6D;
}

.x.axis text {
    text-anchor: end !important;
    transform: rotate(-45deg);
}

.newBadge {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #61CAE1;
    font-size: .9em;
}

.btnLogo {
    background: white;
    padding: 0;
}

    .btnLogo:hover {
        background: white;
        padding: 0;
    }