/* Sales By State */

.top {
    font-size: 1.618em;
    line-height: 1.2em;
    color: #464646;
    font-weight: 400;
    display: block;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;
}

.head-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.head-bar div{
    width:24%;
    text-align: left;
}

.head-bar span.woocommerce-Price-amount.amount{
    display:initial;
}

.states {
    display: flex;
    flex-direction:column;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
}

.header {
    display: flex;
    justify-content: flex-start;
    padding:0 1.5rem 0 0;
    border-bottom:1px solid #c3c4c7;
    height: 2.8rem;
}

.header h2{
    font-size: 1.2em;
    line-height: 1.2em;
    color: #464646;
    font-weight: 600;
    display: block;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;
}

.state-col {
    width: 5%;
    border-right: 1px solid #c3c4c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

#q1, #q2, #q3, #q4, #avg, #yearly {
    width: 14.2%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
    border-right: 1px solid #c3c3c7;
}

#yearly{
    border-right:0;
    padding-right:0;
}

#title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 90%;
}

.total-col {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.states span.woocommerce-Price-amount.amount {
    width:14.2%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
    border-right: 1px solid #c3c3c7;
}

.states span.woocommerce-Price-amount.amount:last-child {
    border-right:0;
    padding-right:0;
}

.state {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #c3c4c7;
    padding: 0 1.5rem 0 0;
    height: 2.8rem;
}

.state:nth-of-type(even) {
    background: #f1f1f1;
}

.inner-wrap {
    display: flex;
}

.order-col {
    width: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right:1px solid #c3c4c7;
}

.sales-by-state .count {
    width:4rem;
    display: flex;
    flex-direction: column;
}

#state {
    width: 5%;
    border-right:1px solid #c3c4c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sales-by-state input[type="date"]{
    height: 2.4rem;
}

/* .sales-by-state input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  } */

  /* form.sales-by-state input::-webkit-datetime-edit {
    display: none;
    } */

  /* input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  } */

.sales-by-state input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
    font-weight: 600;
    margin-left: 1.6rem;
}
