.header-row {
    background-color: #EDEDED;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #CF5D16;
    border-bottom-width: 2px;
}

.header-row2 {
    background-color: #EDEDED;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
}

.date {
    color: gray;
}

.text-aperio-blue {
    color: #233746;
}

.header-logo {
    max-width: 100%;
}

.bg-aperio-blue {
    background-color: #233746;
}

.bg-aperio-green {
    background-color: #62A87C;
}

.bg-aperio-yellow {
    background-color: #C89933;
}

.bg-aperio-red {
    background-color: #E03C56;
}

.row-card {
    width: 100%;
}

.col-card {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}

.card-title {
    color: white;
    margin: 0;
    font-size: 25px !important;
}

.gauge-card-header {
    text-align: center;
    padding: 0;
}

.card-header svg {
    margin: auto;
}

.gauge-card-footer {
    text-align: center;
    height: 80px;
}

.card-pct {
    margin: 0;
}

.team-names {
    font-size: 13px;
}

.pct-gauge {
    height: 100px;
}

.overall-pct-gauge {
    height: 75px;
    max-width: 260px;
    margin: auto;
}

.subtitle {
    font-size: 12px;
}

.btn-aperio {
    background-color: #D26128;
    color: white;
}

table {
    font-size: 14px;
}

svg {
    display: block;
    /*margin: auto;*/
    max-height: 100px;
    max-width: 260px;
}

text {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.loader-frame {
    text-align: center;
    margin-top: 50px;
}

.loader-text {
    margin-top: 10px;
    color: #233746;
}

.loader {
    height: 75px;
    animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
    svg {
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    svg {
        margin: auto !important;
    }
}