#pap_widget .wall {
    display: block;
    padding: 0px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    height: 65px;
    position: relative;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 680px) {
    #pap_widget .wall {
        height: auto;
    }
}

#pap_widget .wall .wall-label {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    align-items: center;
    display: flex;
    height: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 680px) {
    #pap_widget .wall .wall-label {
        display: block;
        flex: none;
        width: 100%;
    }
}

#pap_widget .wall .wall-label div {
    width: 100%;
    text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 680px) {
    #pap_widget .wall .wall-label div {
        text-align: left;
        padding: 10px;
    }
}

#pap_widget .wall .lnk-remove-wall {
    position: absolute;
    right: 10px;
    top: 10px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

#pap_widget .wall .lnk-remove-wall span {
    font-size: 18px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 680px) {
    #pap_widget .wall .lnk-remove-wall {
        color: #fff;
    }
}

#pap_widget .wall .lnk-remove-wall:hover {
    color: rgba(0, 0, 0, 0.7);
}

#pap_widget .wall .unit-entry {
    padding: 10px;
}

#pap_widget .row-units, #pap_widget .total-area, #pap_widget .pap-summary, #pap_widget .pap-wastage {
    padding: 0px;
    margin-top: 20px;
}

#pap_widget input.unit {
    background-color: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 680px) {
    #pap_widget input.unit {
        width: 70px !important;
    }
}

#pap_widget span.suffix {
    opacity: 0.6;
}

#pap_widget input[name='pap_total_area'] {
    display: inline-block;
    margin: 0 10px;
}

#pap_widget .pap-summary {
    border-top: 1px solid #dadada;
    padding-top: 20px;
}

#pap_widget #pap-link-add-wall {
    color: #777;
}

#pap_widget #pap-link-add-wall i {
    margin-right: 6px;
}

#pap_widget.normal {
    background-color: #f1f1f1;
    border: 1px solid #999;
}

#pap_widget.normal .header {
    display: grid;
    grid-template-columns: auto auto;
}

#pap_widget.normal .header .options {
    text-align: right;
    position: relative;
}

#pap_widget.normal .title {
    font-weight: bold;
    text-transform: uppercase;
}

#pap_widget.normal .conversion-options {
    background-color: white;
    border: 1px solid #999;
    border-bottom: none;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 99;
}

#pap_widget.normal .conversion-options .unit {
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    color: #111;
}

#pap_widget.normal .conversion-options .unit.selected {
    font-weight: bold;
}

#pap_widget.normal .conversion-options.buttons {
    border: 1px solid #999 !important;
    background-color: #676767;
}

#pap_widget.normal .conversion-options.buttons .unit {
    color: #fff;
}

#pap_widget.normal .widget-content {
    padding: 20px;
}

#pap_widget.normal .widget-content .total-area, #pap_widget.normal .widget-content .row-units {
    margin: 0;
}

#pap_widget.normal .widget-content .row-units {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

#pap_widget.normal .widget-content .row-units .unit-entry label {
    display: block;
    text-align: left;
}

#pap_widget.normal .widget-content .row-units .unit-entry .input-wrapper {
    position: relative;
}

#pap_widget.normal .widget-content .row-units .unit-entry .input-wrapper .suffix {
    position: absolute;
    right: 10px;
    top: 10px;
}

#pap_widget.normal .widget-content .row-units .unit-entry input {
    width: 100% !important;
    height: 45px;
    line-height: 45px;
    margin: 0;
}

#pap_widget.normal .widget-content .total-area label {
    text-align: left;
    display: block;
}

#pap_widget.normal .widget-content .total-area .field {
    width: 100%;
    position: relative;
}

#pap_widget.normal .widget-content .total-area input[type='text'] {
    margin: 0;
    width: 100% !important;
    height: 45px;
    line-height: 45px;
    background-color: white;
}

#pap_widget.normal .widget-content .total-area .suffix {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 45px;
    line-height: 45px;
}

#pap_widget.normal .wastage-option {
    display: inline-block;
    margin-right: 15px;
}

#pap_widget.normal .pap-summary label {
    display: inline-block !important;
    font-weight: bold;
}

/*# sourceMappingURL=pap.css.map */

#pap_widget .mode-selector {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
}

#pap_widget .btn-mode {
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

#pap_widget .btn-mode.selected {
    color: white;
    background-color: black;
}