/* Your CSS code here */
.spinner.is-active {
    background: url('/wp-includes/images/spinner.gif') no-repeat;
    visibility: visible;
    float: none;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}


#wpb_calculator_results {
    /*text-align: center;*/
    position: relative;
}
#pnl_breakdown_dropdown {
    width: 100%;
}
/* Style for two-column layout */
.wpb_column-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wp_bold {
    font-weight: bold;
}
.wp_italics {
    font-style: italic;
}
.wpb_border_top {
    border-top: 1px solid #000; /* 1px wide, solid, black border */
}
.wpb_column {
    flex: 1;
    margin: 0;
    padding: 20px 0;
    /*border: 1px solid #ccc;*/
    border: none;
}

.employee_taxes_etc {
    white-space: normal;
}
@media (min-width: 768px) {
    .employee_taxes_etc {
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

.wpb_column_content {
    flex: 1;
    margin: 0;
    padding: 20px 0;
    /*border: 0 solid #ccc;*/
    border: none;
}


/* Left column: 75% width */
.wpb_column_content--left {
    flex: 3;
}

/* Right column: 25% width */
.wpb_column_content--right {
    flex: 1;
}


.wpb_column_content > div, .wpb_column > div {
    min-height: 23px !important; /* Sets a minimum height */
    height: 23px !important;
}
.wpb_column_content .wpb_empty_row {
    height: 15px !important;
    min-height: 15px !important; /* Sets a minimum height */
}

@media (max-width: 767px) {

    .wpb_column_content > div {
        padding-top: 5px !important;
        line-height: 20px;
    }
    .wpb_column_content > div.employee_taxes_etc, #employee_taxes_etc {
        height: 50px !important;
        line-height: 20px;
        padding-top: 10px;
    }
}

@media (max-width: 400px) {
    .wpb_column_content > div.employee_taxes_etc, #employee_taxes_etc {
        height: 50px !important;
        line-height: 20px;
        padding-top: 10px;
    }
}

.wpb_column_content:last-child {
    font-family: 'Courier New', monospace;
    text-align: right;
}

/* Remove right border from the left column */
.wpb_column:first-child {
    border-right: none;
    padding-right: 0;
    padding-left: 20px !important;
}

.wpb_left_label {
    padding-left: 5px;
}
/* Remove left border from the right column */
.wpb_column:last-child {
    font-family: 'Courier New', monospace;
    border-left: none;
    text-align: right;
    padding-left: 0 !important;
}

.wpb_column:last-child > div {
    padding-right: 20px !important;
}
/* Zebra striping */
.wpb_column div:nth-child(odd) {
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
    .wpb_column-container {
        flex-direction: row;
    }
}

.wpb_border_3_sides_left {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: none;
    line-height: 5px;
    padding: 8px 0 !important;
    height: 33px !important;
}
.wpb_border_3_sides_right {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-left: none;
    line-height: 5px;
    padding: 8px 0 !important;
    height: 33px !important;
}

@media (max-width: 767px) {
    .wpb_column_content > div.wpb_border_3_sides_right, .wpb_column_content > div.wpb_border_3_sides_left {
        min-height: 23px !important;
        height: 28px !important;
        line-height: 15px !important;
    }

    .wpb_column_content > div {
        line-height: 15px !important;
    }

    .wpb_column_content > div.waste_yield_loss_column {
        line-height: 20px !important;
        margin-bottom: 5px !important;
    }

}

#wpb_error_message {
    color: red;
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    margin: 20px 0;
}
.wpb_column_content > div.wpb_content_input, .wpb_column > div.wpb_content_input {
    min-height: 30px !important; /* Sets a minimum height */
    height: 30px !important;
}

.wpb_input {
    height: 30px !important;
    text-align: right;
    padding-right: 1px !important;
    width: 90px !important;
    font-family: 'Courier New', monospace;
}
