.ctpt_tab_hidden {
    display: none;
}
.ctpt_tbl {
    width: 100%;
    display: table;
}
.ctpt_opsyncbl button {
    float: left;
    margin-right: 20px;
}
.ctpt_opsyncbl p {
    float: left;
    display: none;
    line-height: 1.1em;
    font-weight: 700;
    height: 20px;
    align-content: center;
    margin: 0;
    padding: 7px 0 0 0;
    min-height: 20px;
}
.ctpt_opsyncbl p.g {
    color: #2ac01d;
    display: block;
}
.ctpt_opsyncbl p.r {
    color: #f00;
    display: block;
}

.ctpt_op_element fieldset {
    display: table;
}
.ctpt_op_element input[type=text],
.ctpt_op_element select {
    float:left;
    height: 34px !important;
}
.ctpt_op_element select {
    width: 140px !important;
    margin-right: 20px !important;
}
.ctpt_op_element input[type=text] {
    width: 240px !important;
}
.ctpt_op_element input[type=checkbox] {
    display: inline-block !important;
}

.ctpt_op_element .ctpt_check_wr {
    height: 34px;
    float:left;
    width: 80px;
    margin-right: 20px;
    justify-content: center;
}

.ctpt_check_wr {
    display:flex;
    align-items: center;
}

/* Catapulto Order Page */

.ipol_ctpt_btn {
    align-items: center;
    -webkit-appearance: none;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    margin: 0;
    text-decoration: none;
    transition: 0.5s;

    box-shadow: inset 0 0 0 1px #007cba;
    outline: 1px solid transparent;

    background: transparent;
    color: #007cba;
    white-space: nowrap;

    min-height: 36px;
    padding: 4px 16px;
}
.ipol_ctpt_btn:hover {
    background-color:#007cba;
    color:#fff;
}

.ctpt_ppwinbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    background:#000;
    z-index: 990;
    opacity: 0;
    transition: all 0.5s linear 0.5s;
}
.ctpt_ppwinbg.sh {
    width: 100%;
    opacity: 0.5;
    transition: 0.5s;
}

.ctpt_ppwin {
    position: fixed;
    left: -150%;
    top: 50%;
    transform:translate(-50%,-50%);
    background:#fff;
    border:1px solid #007cba;
    padding: 30px 20px 20px 20px;
    z-index: 991;
    min-width:200px;
    opacity: 0;
    transition: left 0s linear 0.5s, opacity 0.5s linear 0s;
}
.ctpt_ppwin.sh {
    left: 50%;
    opacity: 1;
    transition: left 0s linear 0s, opacity 0.5s linear 0s;
}

.ctpt_ppwin .ipol_ctpt_btn {
    float:left;
    margin-right: 20px;
}

.ctpt_ppwin .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.ctpt_ppwin .close path {
    fill:#000000;
    transition: 0.5s;
}
.ctpt_ppwin .close:hover path {
    fill:#007cba;
}

.ctpt_mpg_table_wrapper {
    overflow-x: scroll;
    width: 100%;
}
.ctpt_mpg_table_wrapper img {
    max-width: 80px;
}


.ctpt_mpg_table_wrapper span.line.hide-if-no-js {
    width: 100%;
    height: 1px;
    background: #999;
    display: block;
    margin: 10px 0;
}

.ctpt_mpg_table_wrapper th#order_id {
    width: 200px;
}

.ctpt_mpg_table_wrapper .row-actions span {
    display: block;
    white-space: nowrap;
}

.ctpt_inputhidden {
    display: none !important;
}

textarea {
    max-width: 700px;
}

.ctpt_operators_h {
    width: 100%;
    display:table;
}

.ctpt_operators_h p {
    display: block;
    float:left;
    font-weight: 600;
}
.ctpt_operators_h p.free_dlv {
    width: 80px !important;
    margin-right: 20px !important;
}
.ctpt_operators_h p.dlv_type {
    width: 140px !important;
    margin-right: 20px !important;
}
.ctpt_operators_h p.term_code {
    max-width: 240px !important;
}

/* Warehouses */
.ctpt_wh_actions p {
    display: flex;
    height: 34px;
    align-items: center;
    float: left;
    margin: 0 20px 0 0;
    margin-top: 0 !important;
}
.ctpt_wh_actions select {
    float:left;
}
.ctpt_wh_actions button {
    float: left;
    margin-left: 30px;
    height: 34px;
}

.ctpt_warehouse {
    border: 1px solid #000;
}
.ctpt_warehouse_after td {
    padding: 8px;
}

.ctpt_sender {
    padding-right: 20px;
    vertical-align: top !important;
}
.ctpt_operators {
    padding-left: 20px;
    vertical-align: top !important;
}
.ctpt_sender label,
.ctpt_operators label {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}
.ctpt_sender fieldset {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.ctpt_sender input[type=text] {
    width: 100% !important;
}
.ctpt_sender fieldset fieldset {

}

.ctpt_operators fieldset {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.ctpt_bl_d4 {
    flex-basis: 25%;
}
.ctpt_operators input[type=text],
.ctpt_operators select {
    width: 100% !important;
}

.ctpt_wh_delete_wr {
    width: 100%;
    display: flex;
    justify-content: end;
}

#ctpt_wh_delete {
    background: #D30000;
}
#ctpt_wh_delete:hover:not(:disabled) {
    background: var(--wc-red);
}

.ctpt_wh_select_dlv_code.hid input {
    display: none;
}

.ctpt_warehouse.new_wh {
    display: none;
}

.ctpt_err {
    border-color: #D30000 !important;
}


/* /Warehouses */


