

/* Start:/local/components/dev/commercialoffer.add/templates/.default/style.css?17714922549499*/
ol.sortable, ol.sortable ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

.production-range {
    display: flex;
    align-items: center;
    gap: 8px;
}

.production-range input[type="number"] {
    width: 100%;
    max-width: 100px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.production-range .dash {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    line-height: 1;
}

ol.sortable {
    margin: 4em 0;
}

.sortable li {
    margin: 5px 0 0 0;
    padding: 0;
}

body .not_send_amo {
    width: 100% !important;
    gap: 10px;
    padding-top: 10px;
}

body .not_send_amo .not_send_amo-input {
    width: 20px !important;
    height: 20px !important;
}

.not_send_amo span {
    font-size: 17px;
}

.sortable li .item {
    background-color: #fff;
    border: 0px;
}

.sortable li.mjs-nestedSortable-leaf textarea {
    border: 0px;
}

.sortable li .item .glyphicon {
    color: #000;
}


.sortable li.mjs-nestedSortable-collapsed > ol {
    display: none;
}

.sortable li.mjs-nestedSortable-branch > div > .disclose {
    display: inline-block;
}

.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
    content: '+ ';
}

.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
    content: '- ';
}

.page-setup .setup-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-setup .setup-sort-item {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px;
    margin: 0;
    cursor: move;
    color: #000;
    display: flex;
    align-items: center;
    /*height: 100px;*/
}

.page-setup .setup-sort-item .page-sort-item-image {
    height: 100%;
    width: 100px;
    text-align: center;
}

.page-setup .setup-sort-item .page-sort-item-image img {
    height: 100%;
    max-height: 150px;
    width: 100px;
    object-fit: contain;
}

.setup-sort-item-wrapper {
    padding-left: 15px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.sortable .setup-sort-item-delete {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    line-height: 0.7;
    color: #f30a0a;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
    width: unset;
    padding: 0;
}

.sortable .setup-sort-item-delete-text {
    font-size: 12px;
}

.page-setup .setup-sort-item-title {
    font-size: 20px;
    min-width: 200px;
}

.page-setup .setup-sort-item-subtitle {
    font-size: 16px;
    color: #10c96c;
}

.page-setup .setup-sort-actions {
    display: flex;
    align-items: center;
}

.page-setup .setup-sort-inputs {
    display: flex;
    align-self: center;
    gap: 5px;
    margin-bottom: 10px;
}

.page-setup .setup-sort-inputs input {
    width: 45px;
    height: 5px;
}

.page-setup .setup-sort-inputs-item {
    width: 100px;
    white-space: nowrap;
}

.page-setup .setup-sort-inputs-item .setup-sort-inputs-percent {
    margin-left: 5px;
}

.page-setup .setup-sort-inputs-field {
    padding: 5px 0;
}

.page-setup .setup-sort-inputs-field.total {
    font-weight: bold;
}

.page-setup .setup-sort-markup .btn {
    font-size: 12px;
    line-height: 23px;
    padding: 5px;
    height: unset;
    border-radius: 3px;
}

.page-setup .setup-sort-markup .setup-sort-markup-item span {
    font-size: 25px;
    vertical-align: middle;
    margin-left: 4px;
    cursor: pointer;
}

.page-setup .setup-btn {
    margin-top: 20px;
}

.page-setup .setup-btn a {
    display: block;
}

.page-setup .setup-btn .btn-big {
    width: 340px;
}

#add_item .popup_window > div {
    padding: 60px 130px;
}

#add_item .popup_content {
    opacity: 0;
}

#add_item.popup_window_wrap:target .popup_content {
    opacity: 1;
}

.page-setup .page-props-group {
    margin-bottom: 15px;
}

.page-setup .page-props-group select {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 16px;
    padding: 11px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: transparent;
    transition: .2s all;
}

.page-setup input[disabled] {
    cursor: not-allowed;
    background: #e4e4e4;
}

.page-setup label {
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: 140px;
}

.page-setup .page-props-group input[type=checkbox] {
    margin-right: 3px;
}

.page-setup .page-props-group label span {
    vertical-align: top;
}

.page-setup .js-service-input {
    margin-bottom: 15px;
}

.page-setup .page-props .input-subtitle {
    margin-top: 10px;
    margin-left: 5px;
}

.page-setup .btn {
    width: unset;
    padding: 12px 30px;
}

.page-setup .setup-sort-top {
    text-align: right;
}

.page-setup .setup-sort-top-item {
    display: inline-block;
    text-align: left;
    margin-left: 20px;
}

.page-setup .setup-sort-top .btn {
    display: inline-block;
    font-size: 12px;
    line-height: 23px;
    padding: 5px;
    height: unset;
    border-radius: 3px;
    vertical-align: top;
}

.page-setup .setup-sort-top input {
    height: 5px;
    width: 70px;
}

/*****/

#add_item .upload-area {
    width: 100%;
    height: 130px;
    padding: 10px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    overflow: auto;
}

#add_item .upload-area:hover {
    cursor: pointer;
}

#add_item .upload-area .btn {
    font-size: 12px;
    width: 120px;
    height: 30px;
    line-height: 6px;
}

#add_item .upload-area.pastable-focus {
    box-shadow: 0 0 3px black;
}

#add_item .upload-area .upload-image {
    position: relative;
}

#add_item .upload-area .upload-image .js-remove-image {
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 24px;
    line-height: 16px;
    background-color: red;
    color: #fff;
    padding: 1px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#add_item .upload-area .upload-image img {
    height: 120px;
}

#add_item #file {
    display: none;
}

#add_item .thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

#add_item .size {
    font-size: 12px;
}

#add_markup .popup_window > div {
    max-width: 600px;
}

#add_markup .popup_window select {
    font-size: 14px;
    color: #2f2f2f;
    line-height: 16px;
    padding: 11px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: transparent;
    transition: .2s all;
    text-decoration: none;
}

#add_markup .cart_inp_container {
    display: block;
}

#add_markup .cart_left_negative_label {
    position: unset;
    display: block;
    transform: unset;
    text-align: left;
    margin: 0;
    margin-bottom: 4px;
}

#add_markup .contact_fields_full_width {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

.js-markup-type {
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .page-setup .setup-sort-item {
        height: auto;
    }
    .setup-sort-item-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .page-setup .setup-sort-inputs {
        align-self: flex-start;
        flex-wrap: wrap;
    }
    .sortable .setup-sort-item-delete {
        position: absolute;
        right: 0;
        top: 0;
    }
    .page-setup .setup-sort-actions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .page-setup .setup-sort-inputs-item {
        width: auto;
    }
}

@media screen and (max-width: 1007px) {
    .page-setup .setup-sort-item {
        height: auto;
    }
    .page-setup .setup-sort-inputs-item {
        width: auto;
    }
    .setup-sort-item-wrapper {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .page-setup .setup-sort-inputs {
        display: block;
    }
    .page-setup .setup-sort-inputs-title, .page-setup  .setup-sort-inputs-field {
        display: inline-block;
    }
    .page-setup .setup-sort-top {
        text-align: left;
    }
    .page-setup .setup-sort-top-item {
        margin-bottom: 10px;
        margin-left: 0;
        display: block;
    }
    .page-setup .sortable .setup-sort-inputs-title {
        width: 100px;
    }
    .page-setup .setup-sort-inputs input {
        margin-bottom: 5px;
    }
    .sortable .setup-sort-item-delete {
        top: 0;
        right: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .setup-sort ol {
        overflow: scroll;
    }

    .setup-sort ol li {
        min-width: 390px;
    }
}

/* End */
/* /local/components/dev/commercialoffer.add/templates/.default/style.css?17714922549499 */
