/*
 * geo integration CSS
 */

/* fix to bullet points in product description */
.woocommerce-Tabs-panel ul {
    margin-left: 20px;
}
 
/* info table */
.bz-info-table {
    margin-left: 10px;
}
.bz-info-table td, .bz-info-table th {
    padding: 3px 3px 3px 0px !important;
    height: 30px !important;
    vertical-align: middle !important;
}

/* terms blocks */
.geo-terms {
    float: left !important;
    clear: both !important;
    width: 80% !important;
    margin: 30px 0px 30px 0px !important;
    border-radius: 5px !important;
    padding: 2px 30px 2px 30px !important;
}
.geo-terms + .geo-terms {
    margin-top: 0px !important;
}

/* fix to heading */
#order_review_heading {
    clear: both !important;
    width: 65% !important;
    float: left !important;
}
#order_review {
    clear: both !important;
    width: 65% !important;
    float: left !important;
}

/* bizzby admin */
.column-bizzby_order_info {
    width: 30px !important;
    white-space: nowrap;
    text-align: center !important;
}
.bizzby_clicked .bizzby_clicked_not {
}
.bizzby_clicked_not {
    font-weight: bold;
    color: red;
}

/* inet3 admin */
.column-inet3_order_info {
    width: 40px !important;
    white-space: nowrap;
    text-align: center !important;
}
.inet3_coupon {
    background: #9f248f;
    color: white;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    font-size: 10px;
}

/* Anovo admin */
.column-anovo_order_info {
    width: 30px !important;
    white-space: nowrap;
    text-align: center !important;
}

/* admin icons */
.admin-icon {
    font-size: 18px;
    height: 18px;
    vertical-align: middle;
    line-height: 14px !important;
}

/* hide variation */
.reset_variations {
    display: none !important;
}

/* data export */
.data-export-table {
    margin: 0 20px 30px 20px;
    /*width: calc(100% - 40px);*/
}
.data-export-table table {
    border-collapse: collapse;
    /*width: 100%;*/
    background: #f9f9f9;
}
.data-export-table table, .data-export-table table tr {
    border-collapse: collapse;
    border: 1px solid #BBB;
}
.data-export-table table tr:nth-child(even) {
    background: white;
}
.data-export-table table tr:nth-child(n+2):hover {
    background: #e2e2e2;
    /*cursor: pointer;*/
}
.data-export-table table th {
    text-align: left;
    padding-left: 10px;
}
.data-export-table table td {
    padding: 10px;
    height: 1.2em;
}
.data-export-table table tr td:nth-child(1) {
    font-size: 28px;
    width: 36px;
    text-align: center;
}
.data-export-table table tr td:nth-child(2) {
    font-weight: bold;
    width: 200px;
}
.data-export-table table tr td:nth-child(4) {
    text-align: right;
    width: 40px;
    font-size: 16px;
    text-wrap: none;
    padding: 0 20px 0 10px;
}
/*.data-action-icon:active, .data-action-icon:focus, .data-action-icon:visited  {*/
/*    border: none !important;*/
/*    outline: none !important;*/
/*}*/

/* report window */
#report-head {
    /*border: 1px solid black;*/
}
#report-info {
    border-collapse: separate;
    border-spacing: 15px;
}
#report-info tr td {
    vertical-align: top;
}
#report-info tr td:nth-child(1) {
    font-weight: bold;
}
#report-actions {
    /*border: 1px solid green;*/
    position: absolute;
    bottom: 18px;
    width: calc(100% - 30px);
    text-align: center;
}

#report-options-table tr td {
    vertical-align: middle;
    font-weight: normal !important;
    font-style: italic;
}

#report-status-icon {
    position: absolute;
    bottom: 65px;
    width: calc(100% - 30px);
    text-align: center;
    font-size: 40px;
}

/* icons */
.spin-icon {
    -webkit-animation: do-icon-spin 2s infinite linear;
}
@-webkit-keyframes do-icon-spin {
    0%   {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg)}
}