
a.disabled {
    opacity: .2;
    cursor: initial;
}

div#focus-sub-div a.filter img {
    height: 50px;
    margin-bottom: 2ex;
    background-color: white;
    padding: 0px;
}

tr.secondary>th.head-settings {
    background-color: #b8daff;
}

tr.sumrow .nosum {
    display: none;
}

body,
body div.control-grid#controls>div
{
    background-color: #fff;
    transition: background-color 1s ease-in;
}

.sumrow {
    background-color: white
}

body.overview-shopify {
    background-color:
}

body.overview-shopify,
body.overview-shopify tr.sumrow,
body.overview-shopify div.control-grid#controls>div
{
    background-color: #e6e5f5;
}

body.overview-amazon,
body.overview-amazon tr.sumrow,
body.overview-amazon div.control-grid#controls>div
{
    background-color: #f5f1e5;
}

.data-table a {
    padding-left: 1ex;
    padding-right: 1ex;
}

div#additional-resources {
    padding-top: 1em;
}

div.control-middle-right a.side-over.btn {
    margin-top: 4ex;
}

div#additional-resources a {
    border-radius: 3px;
    border: 1px solid grey;
    background-color: #9FADBD;
    padding: 1ex;
    margin: 1em;
    color: black;
}

div#additional-resources a:hover {
    border: 1px solid grey;
    background-color: #8F9DAD;
    padding: 1ex;
    margin: 1em;
    color: black;
    text-decoration: none;
}

.below-row div a svg {
    height: inherit;
}

.fivesquares {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fivesquares span {
    margin-top: 3.2ex; 
    font-weight: 1000;
    font-size: 160%;
}

.fivesquare-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    color: black;
}

.fivesquare-box {
    font-size: 16px;
}

.overview-amazon #cumu_middle,
.overview-amazon #daily_middle,
.overview-amazon #monthly_middle {
    background-color: #f5f1e5;
}
.overview-shopify #cumu_middle,
.overview-shopify #daily_middle,
.overview-shopify #monthly_middle {
    background-color: #e6e5f5;
}

#fan-YearBox .fivesquare.active .fivesquare-box,
#Cumulative-Box .fivesquare.active .fivesquare-box {
    background-color: steelblue;
    color: white; 
}

#fan-YearBox .fivesquare-box,
#Cumulative-Box .fivesquare-box {
    background-color: #9FADBD;
}

#fan-MonthBox .fivesquare.active .fivesquare-box,
#Monthly-Box .fivesquare.active .fivesquare-box {
    background-color: #3D8D46;
    color: white;
}

#fan-MonthBox .fivesquare-box,
#Monthly-Box .fivesquare-box {
    background: #A1AFA0;
}

#fan-DayBox .fivesquare.active .fivesquare-box,
#Daily-Box .fivesquare.active .fivesquare-box {
    background-color: #C85B60;
    color: white;
}

#fan-DayBox .fivesquare-box,
#Daily-Box .fivesquare-box {
    background: #BFA5A4;
}

.below-row {
    display: flex;
    align-items:center;
    justify-content: center;
}

#cumu_left {
    
}

div.fivesquare#total div.fivesquare-extra {
    justify-content: center;
}
div.fivesquare#total div.fivesquare-extra a {
    margin-left: 1ex;
    margin-right: 1ex;
}

.fivesquare-extra a:before {
    content: "• ";
}

.fivesquare-extra a {
    text-transform: lowercase;
    font-weight: bolder;
    font-size: 10px;
    color: black;
    border-radius: 2px;
    border-bottom: 2px solid transparent;
    padding-top: .5ex;
    /*padding-left: 2.5ex;*/
    padding-right: .5ex;
    white-space: nowrap;
}

.fivesquare-extra a.active {
    color: black;
    border-bottom: 2px solid gold;
    background-color: rgb(255 215 0 / 12%);
    border-radius: 2px;
}

.fivesquare-extra {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    /*align-items: flex-end;*/
    padding-top: 1ex;
    width: 100%;
    padding-right: 2px;
}

.fivesquare {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 0em 1em;
    flex-grow: 1;
    /* padding-top: 1.5ex; */
}

.fivesquare .fivesquare-box {
    border: 1px solid black;
    height: 4em;
    min-width: 5em;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.table-cat-pad {
    text-align: left;
    padding-left: calc(2em + 33px);
}

tr.table-indicator td {
    font-size: 25px;
}
.current-highlight {
    font-weight: 600 !important;
}
.data-table {
    font-size: 110%;
}
.option_all {
    font-size: 120%;
    font-weight: 600;
}
.option_group {
    font-size: 110%;
    font-weight: 400;
}
.option_product {
    font-size: 100%;
}
.option_asin {
    font-size: 80%;
    font-weight: 200;
    color: #99b;
}

.side-over-off {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 1ex !important;
    background-color: transparent !important;
    border-bottom: 1px solid slategrey;
}

.side-over-off:hover {
    text-decoration: none;
    cursor: default;
}

.side-over {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 1ex !important;
}

#focus-side-div a.sub-filter {
    margin-left: 1em;
}
#focus-overflow-div a.toggle {
    margin-right: 1em;
}

#focus-side-div a,
.toggle,
a.side-over {
    margin-bottom: 1.5ex;
    background-color: #eee;
    border-radius: 3px;
    padding .4ex;
    border: 3px solid transparent;
    border-bottom: 3px solid slategrey;
    cursor: pointer;
}

.is-active-filter, .isActive {
    border-bottom: 3px solid gold !important;
    background-color: rgb(255 215 0 / 12%) !important;
}

div.focuses {
    display: flex;
    flex-direction: row;
    /* padding-bottom: 5em; */
    justify-content: space-evenly;
    font-size: 10px;
}

div#focus-sub-div div{
    z-index: 2000;
}

a.not-selected {
    opacity: .5;
}

a.indicator {
    color: white;
}

div.control-grid#controls {
    display: grid;
    background-color: black;
    grid-template-columns: 15ex 1fr 15ex;
    grid-template-rows: 4em 1fr 2em;
    /* grid-gap: 1.5px; */
}

.regions {
    display: flex;
    justify-content: space-around;
}

div.control-grid#controls>div {
    padding: .3ex;
    padding-bottom: 1em;
    display: flex;
}
div.control-grid#controls>div.control-lower-left {
    text-align: right;
}

div.control-grid#controls>div.control-middle-left {
    flex-direction: column;
    text-align: right;
    justify-content: start;
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

div.control-grid#controls>div.control-middle-right {
    flex-direction: column;
    text-align: left;
    justify-content: start;
    border-right: 2px solid black;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

div.control-grid>div.control-middle-center {
    flex-direction: column;
    align-items: center;
    border: 2px solid black;
}

div.fivesquare-prediction {
    font-size: 80%;
    /* color: #fffc; */
    /* height: 0px; */
}

div.control-grid>div.control-lower-center {
    justify-content: space-evenly;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    height: 8em;
}

.toggle:before {
    content: "☐";
    margin-right: 1ex;
}

.toggle.isActive:before {
    content: "☑";
}

div.control-grid>div.control-middle-center div.reset-products>a {
    padding: 1ex 4em;
    cursor: pointer;
    border: 1px solid #343;
    border-radius: 4px;
    
}
div.control-grid>div.control-middle-center div.reset-products>a:hover {
    background-color: #cdc;
}


div.control-grid>div.control-middle-center div.reset-products {
    height: fit-content;
    /*margin-top: 2em;*/
    display: flex;
    padding-bottom: 3.5em;
    justify-content: center;
    flex-direction: row;
}

div.control-grid#controls>div.control-upper-center {
    flex-direction: row;
    text-align: center;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 0px;
    padding-top: 1ex;
    padding-bottom: .5ex;
    display: flex;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    min-width: 35em;
}


div.team-hide {
    opacity: 0;
}

#cumu_middle, #daily_middle, #monthly_middle {
    opacity: 0;
    position: absolute;
    background-color: white;
    transition: background-color 1s ease-in;
    width: 66%;
}

.fs-toggle {
    /*
    width: 0px;
    bottom: 0px;
    top: -7px;
    */
    position: absolute;
    right: -1em;
    color: black;
    text-align: end;
}

.toggle-units {
    display: none;
    position: relative;
    right: 15px;
    top: 24px;
    height: 0em;
    width: 0em;
    font-weight: 300;
    font-size: 80%;
    transform: rotate(-90deg);
}

.fivesquare>.titlediv {
    position: relative;
    /* width: 8.5em; */
    /* height: 5em; */
    font-size: 85%;
    text-align: center;
}

.fivesquare>.titlediv>a {
    display: block;
    white-space: nowrap;
}

.range-year #cumu_middle {
    opacity: 1 !important;
}

.range-day #daily_middle {
    opacity: 1 !important;
}

.range-month #monthly_middle {
    opacity: 1 !important;
}

#low-fs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-top: -6em;
    margin-bottom: 20em;
    /*
    flex-direction: column;
    margin-left: 9em;
    */
}

div.control-grid#controls>div.control-upper-center>div {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-evenly;
    padding: 0px;
    padding-bottom: .5ex;
    max-width: 15em;
}

.data-bar {
    overflow-x: scroll;
}

a.control-sub-focus {
    height: 50px;
    width: 50px;
    line-height: 47px;
    text-align: center;
    border: 1px solid black;
    border-radius: 25px;
    opacity: 1;
    /*
    background-color: #3d8d46;
    color: white;
    */
    color: black;
}

a.control-sub-focus.faded {
    background-color: white;
    opacity: .3;
    /* color: black; */
}

.toggle.isActive {
    background-color: #8671 !important;
    border-bottom: 2px solid grey !important;
}

.toggle {
    height: fit-content;
    color: black;
}
