﻿

@media screen and (min-width:1400px){
    body {
        color: black;
        overflow-x: hidden;
        font-size: 12px;
        font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
    }

    .calloutNumber {
        font-size: 1.5em;
        font-weight: 600;
    }

    #segmentIntroText{
        font-size:1.2em;
    }

    .subBtnText {
        font-size: 1em;
        font-weight: 600;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    body {
        color: black;
        overflow-x: hidden;
        font-size: 12px;
        font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
    }

    .calloutNumber {
        font-size: 1.5em;
        font-weight: 600;
    }

    #segmentIntroText {
        font-size: 1.2em;
    }

    .subBtnText {
        font-size: 1em;
        font-weight: 600;
    }
}

@media screen and (max-width:1199px) {
    body {
        color: black;
        overflow-x: hidden;
        font-size: 10px;
        font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
    }

    .calloutNumber {
        font-size: 1.5em;
        font-weight: 600;
    }

    #segmentIntroText {
        font-size: 1.1em;
    }

    .subBtnText {
        font-size: 1em;
        font-weight: 600;
    }
}

@media screen and (max-width:1199px) {
    body {
        color: black;
        overflow-x: hidden;
        font-size: 10px;
        font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
    }

    .calloutNumber {
        font-size: 1.2em;
        font-weight: 600;
    }

    .subBtnText {
        font-size: 1.1em;
        font-weight: 600;
    }
}

#ardaNavLogo {
    background-size: cover;
    max-width: 90%;
    height: auto;
}

#region-map.dc-chart{
    width:100%;
}

.filterSelected {
    background: #FFBF00;
    color: white;
    border: 3px solid black;
}

#sizePieNote {
    font-size: .9em;
    text-align: center;
}

.tdSpacerHoriz {
    width: 10%;
    line-height: .5em;
}

.modal-header {
    background: #330B6D;
    color: white;
}

.tdSpacerVert {
    width: 10%;
}

.singleRowSpacer {
    width: 20%;
}

.chartTitle {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.nav-item {
    margin-bottom: .5em;
}

.tdContent {
    width: 50%;
}

.filterBtn {
    padding: .5em;
    font-size: 1em;
}

.filterBtnText {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.btn.btn-primary {
    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;
    }

.callouts {
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    background-color: #6E50FF; /*pale blue*/
    color: black;
    font-weight: 600;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0.5em 0;
}

.dc-chart rect.bar:hover {
    fill-opacity: 1;
}

.dc-chart rect.bar {
    cursor: default;
}

.dc-chart .grid-line, dc-chart .axis .grid-line {
    display: none;
}

/*table properties*/
/*JS charts related CSS do not touch please*/
.dc-chart g.row text {
    fill: black;
    font-size: 0.9em;
    cursor: pointer;
}

.dc-chart g.row rect {
    fill: #D2C8FF;
    fill-opacity: 1;
}

#units-type-row-chart g.row text {
    fill: black;
    font-size: 0.9em;
    cursor: pointer;
}

/*svg g g.axis {
    display: none;
}*/

#occ-row-chart g.axis{
    display:none;
}

#maint-row-chart g.axis{
    display:none;
}

#yearOpened-chart g.axis{
    display:none;
}

#occ-type-row-chart g.axis {
    display: none;
}

#units-type-row-chart g.axis {
    display: none;
}

#maint-type-row-chart g.axis {
    display: none;
}

#priceRowChart g.axis {
    display: none;
}

svg:not(:root) {
    overflow: visible;
}

text {
    color: black;
}

.selected {
    background: #D2C8FF;
    color: black;
}

.totalGeoHeader {
    width: 20%;
    color: #330B6D;
    font-weight: 600;
    text-align: center;
}

.totalGeoHeaderFirst {
    width: 20%;
    color: #330B6D;
    font-weight: 600;
    text-align: left;
}

.tdGeoContent{
    width:20%;
}

.geoTableHeaderFirst {
    width: 50%;
    color: #330B6D;
    font-weight: 600;
    text-align: left;
}

.geoTableHeader {
    width: 50%;
    color: #330B6D;
    font-weight: 600;
    text-align: center;
}

.salesHeaderFirst {
    width: 34%;
    color: #330B6D;
    font-weight: 600;
    text-align: left;
}

.salesHeader {
    width: 33%;
    color: #330B6D;
    font-weight: 600;
    text-align: center;
}

.tdSalesContentFirst{
    width:34%;
}

.tdSalesContent{
    width:33%;
}

.firstCol{
    text-align:left;
}

.secondCol{
    text-align:center;
}

.nextCol{
    text-align:center;
}

.borderRow {
    border-bottom: 3px solid #330B6D;
    font-weight: 600;
}

#yearDisplay{
    float:right;
    width:10%;
    border:3px solid black;
    margin-bottom:.5em;
    padding:.2em .2em .2em .2em;
    border-radius:5px;
    text-align:center;
}

.filterButton {
    padding: 1em;
    border: 3px solid black;
    border-style: hidden;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    color: white;
    /*background: #D0991033;*/
    background: #330B6D;
    vertical-align: middle;
}

.btnLogo {
    background: white;
    padding: 0;
}

    .btnLogo:hover {
        background: white;
        padding: 0;
    }

.segmentSubTitle{
    margin-bottom:0;
    text-align:center;
    font-weight:600;
}

h4 {
    font-family: "Galano Grotesque SemiBold", CenturyGothic, AppleGothic, sans-serif;
}

#logoListItem {
    margin-bottom: 0;
}

.newBadge {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #61CAE1;
    font-size: .9em;
}