/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
li.woocommerce-MyAccount-navigation-link--name-history:before {
    background: url(../images/light-bulb.svg) no-repeat center;
}

li.woocommerce-MyAccount-navigation-link--name-history.is-active:before,
li.woocommerce-MyAccount-navigation-link--name-history.hovered:hover:before {
    background: url(../images/light-bulb_active.svg) no-repeat center;
    z-index: 100;
    cursor: pointer;
}

/* SUBSCRIPTION AND ORDER TOTALS SECTION */
/* ----------------------------------------------------------------------------- */
.name-search {
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
    padding: 15px 20px 15px 20px;
    margin-bottom: 2px;
}

.name-search h2 {
    font-family: OpenSansRegular;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    float: left;
}

.name-search h2.expanded {
    margin: 0 0 12px 0;
}

.name-search .blank {
    width: 26px;
    float: right;
    display: block;
    height: 1px;
}

.name-search .download-report, .name-search .download-excel-report {
    display: inline-block;
    background-color: #FFD035;
    color: #000000;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.22px;
    padding: 0 5px;
    margin-left: 5px;
    float: right;
    height: 20px;
}

.name-search .download-report img, .name-search .download-excel-report img {
    width: 12px;
    margin-bottom: 2px;
}

.name-search .download-excel-report {
    float: none;
}

.name-search .show-details-button {
    color: #0877B9;
    font-size: 13px;
    line-height: 17px;
    cursor: pointer;
    float: right;
    margin: 0;
}

.name-search .show-details-button:after {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    float: right;
    margin: 0 0 0 5px;
    background-size: contain;
}

.name-search .show-details-button:after {
    background: url(../images/expand_arrow.svg) no-repeat center;
}

.name-search .expanded:after {
    transform: rotate(-180deg);
}

.name-search table {
    border: none !important;
    border-radius: 0 !important;
    border-spacing: 0 !important;
    margin: 0 !important;
}

.name-search table tr {
    display: none;
}

.name-search tbody tr td {
    border: none !important;
    padding: 0 !important;
    height: 27px;
}

.name-search tbody tr td:first-child {
    color: #999999;
    font-size: 12px;
    line-height: 27px;
    width: 20%;
    vertical-align: top;
}

.name-search tbody tr td:last-child {
    font-size: 12px;
    line-height: 27px;
}

.name-search tbody tr td:last-child p {
    line-height: 17px;
    margin: 0;
    padding-bottom: 10px;
}

.name-search tbody tr td:last-child p:last-child {
    padding: 0;
}


.name-search tbody tr.item-price td {
    border-bottom: 1px solid #DEDFE0;
    padding-bottom: 12px;
}

.name-search table.expanded tr {
    display: table-row;
}

.name-search tbody tr td div.tm-check {
    padding-left: 10px;
    margin-top: 15px;
}

.name-search tbody tr td div.tm-check p, .name-search tbody tr td div.tm-check div {
    color: black;
}

.name-search tbody tr td div.tm-check div p.download-excel-report {
    display: inline-block;
}

.name-search tbody tr td div.tm-check div p.download-excel-report:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 17px;
    margin: 0 0 0 5px;
    background-size: contain;
}

.name-search tbody tr td div.tm-check div p.download-excel-report:after {
    background: url(../images/report-available-hover-responsive.svg) no-repeat bottom;
}

.hidden th, .hidden td {

    border-top: none !important;
    padding-top: 0 !important;
}
