.postpress {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.postpress__title {
    color: #000;
    font: 14px 'GilroyBold', sans-serif;
}
.postpress .input {
    opacity: 0;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
}
.postpress__form {
    position: absolute;
    width: 250px;
    background: white;
    border: 1px solid #B1BFC3;
    z-index: 500;
    border-radius: 3px;
    left: 30px;
    padding: 15px;
    padding-top: 0px;
}
.postpress__form-close {
    width: 100%;
    text-align: end;
    margin-top: 10px;
}
.postpress__form-close > span {
    margin:5px;
    cursor: pointer;
    width: 15px;
    font-weight: 900;
}
.postpress__form-close > span:before {
    content: "x";
}
.postpress__form-btn {
    cursor: pointer;
}
.input:checked + .radio__psevdo {
    background: #E41D23;
    border: 1px solid #E41D23;
}
.input:checked + .radio__psevdo:after {
    opacity: 1;
}
.postpress__form .radio__psevdo {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 18px;
    width: 18px;
    top: 0;
    -webkit-transform: scale(.99999);
    -moz-transform: scale(.99999);
    transform: scale(.99999);
    background: #fff;
    border: 1px solid #b1bfc3;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.postpress__form .radio__psevdo:after {
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    transition: opacity .1s ease 0s;
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
    top: 3px;
    left: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.postpress__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dotted #B1BFC3;
}
.postpress__desc {
    color: #999d9e;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
}
.postpress__wrap-disabled .postpress__label, .postpress__wrap-disabled .checkbox .input {
    cursor: default!important;
    color: #999d9e!important;
}
.postpress__label {
    cursor: pointer;
}
.postpress__label-text {
    background-color: white;
    top: 0.25em;
    position: relative;
}

.postpress__wrap .form-param__label {
    width: auto;
}
.postpress__label-title {
    margin-left: 30px;
}
.postpress__wrap .checkbox {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
}
.postpress__wrap .checkbox.checkbox__box {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: 18px;
    margin: 2px -18px 0 0;
    position: relative;
    z-index: 0;
}
.postpress__wrap .checkbox .input {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        -moz-appearance: none!important;
        -webkit-appearance: none!important;
        cursor: pointer;
}
.postpress__wrap .checkbox .checkbox__psevdo {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
}

.input:checked + .checkbox__psevdo:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 8px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -4px;
    background: url("../img/checkmark_83735.svg") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
.postpress__wrap .checkbox .checkbox__psevdo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #B1BFC3;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
}
.input:checked + .checkbox__psevdo:before {
    background: #E41D23;
    border: 1px solid #E41D23;
}

.input:disabled + .checkbox__psevdo:before {
    background: #B1BFC3;
    border: 1px solid #999d9e;
}

.postpress__input-number {
    display: flex;
    height: 30px;
    margin: 10px;
    color:#B1BFC3;
}

.postpress__input-number input {
    width: 30px;
    border-top: 1px solid #B1BFC3;
    border-bottom: 1px solid #B1BFC3;
    font-size: 16px;
    text-align: center;
}

.postpress__input-number div {
    border: 1px solid #B1BFC3;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 900;
}

.postpress__input-number div.disabled {
    background: #999d9e;
    cursor: default!important;
}

.postpress__input-number div:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.postpress__input-number div:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pjax-loading .column {
    opacity: 0.2;
    pointer-events: none;
}
