
.checklist_page #formbuttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

#attribs-page .prod_attributes,
.checklist_page .prod_attributes .prod_attributes_heatmap,
.checklist_page .prod_attributes .prod_attributes_check {
    display: grid;
    margin-bottom: 15px;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.checklist_page .prod_attributes .prod_attributes_heatmap {
    grid-template-columns: repeat(3, 1fr);
}

.checklist_page .prod_attributes .prod_attributes_heatmap > *,
.checklist_page .prod_attributes .prod_attributes_check > .attributgr {
    padding: 15px 15px;
    border-radius: 12px;
    background: #fff;
}

.checklist_page .prod_attributes .prod_attributes_heatmap > * {
    display: flex;
    flex-direction: column;
}

.checklist_page .prod_attributes .prod_attributes_heatmap .wrap {
    flex-grow: 2;
}

.checklist_page .prod_attributes .prod_attributes_heatmap .attribut,
.checklist_page .prod_attributes .prod_attributes_heatmap .attribute_properties,
.checklist_page .prod_attributes .prod_attributes_heatmap .attributes_img {
    min-height: 100%;
}

.checklist_page .img_thumbs + .img_thumbs {
    margin-top: 25px;
}

.modal .checklist_page .prod_attributes .prod_attributes_heatmap {
    grid-template-columns: repeat(3, 1fr);
}

.modal #attribs-page .prod_attributes,
.modal .checklist_page .prod_attributes .prod_attributes_check {
    grid-template-columns: repeat(1, 1fr);
}

.modal .checklist_page .prod_attributes .prod_attributes_heatmap {
    grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    justify-content: center;
}

.modal .checklist_page .prod_attributes .prod_attributes_heatmap > *,
.modal .checklist_page .prod_attributes .prod_attributes_check > .attributgr {
    padding: 15px 0;

}


.modal .checklist_page .prod_attributes #attributgr__tires-condition {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-column-end: 1;
}

.modal .checklist_page .prod_attributes #attributgr__tires-condition .attribute_properties {
    grid-template-columns: repeat(1, 1fr);
}

#printarea .prod_attributes #attributgr__tires-condition .attrnotes {
    display: none;
}

#printarea.printing .prod_attributes .prod_attributes_heatmap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
}

#printarea.printing .prod_attributes .prod_attributes_heatmap .attributgr {
    flex-basis: 32.3%;
    max-width: 32.3%;
}

#printarea.printing .anotation,
.modal .checklist_page .anotation {
    display: none !important;
}

.checklist_page .checklist_items {
    display: flex;
    flex-direction: column;
}

.checklist_page.normal-checklist .prod_attributes .prod_attributes_check {
    grid-template-columns: repeat(1, 1fr);
}

.checklist_list_history.attributgr {
    margin-bottom: 15px;
}

.checklist_list_history.attributgr ul {
    margin-bottom: 0;
}

.checklist_page .checklist_items #images_block,
.checklist_page .checklist_items #images_block .upload {
    order: -1;
}

.checklist_page .checklist_list_history {
    order: -2;
}


.checklist_page .checklist_items #images_block .images_block_wrap .row:before,
.checklist_page .checklist_items #images_block .images_block_wrap .row:after {
    display: none;
}

.checklist_page .checklist_items #images_block .images_block_wrap .row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.checklist_page .checklist_items #images_block .upload_images {
    padding-top: 0;
}

#attribs-page .prod_attributes,
.checklist_page.simple-mode #checklist {
    max-width: 767px;
}

#attribs-page .prod_attributes,
.checklist_page.simple-mode .prod_attributes {
    grid-template-columns: repeat(1, 1fr);
}

.attributes_value .btn-group-yesno label {
    border: none;
    background: transparent;
}

.attributes_value .btn-group-yesno label,
.prod_attributes .controls input[type='checkbox'] + label,
.prod_attributes .controls input[type='radio'] + label {
    display: flex;
/*    box-sizing: content-box;*/
    width: initial !important;
    min-height: 30px;
    padding-left: 36px !important;
}

.prod_attributes .controls input[type='checkbox']:focus:not(:read-only) + label,
.prod_attributes .controls input[type='radio']:focus:not(:read-only) + label,
.prod_attributes .controls input[type='checkbox']:not(:read-only) + label:hover,
.prod_attributes .controls input[type='radio']:not(:read-only) + label:hover {
    box-shadow: 0 12px 10px -10px rgba(0, 133, 255, .8);
}


.prod_attributes .controls input[type='checkbox'] + label:before,
.prod_attributes .controls input[type='radio']:not(.circle)  + label:before {
    width: 30px;
    height: 30px;
    border: 1px solid #2A3F54;
    border-radius: 0;
}

.prod_attributes .controls input[type='checkbox'] + label:after,
.prod_attributes .controls input[type='radio']:not(.circle)  + label:after {
    width: 26px !important;
    height: 16px !important;
    margin: -8px 0 0 1px !important;
}

.attributes_value .attr_val.selected {
    position: relative;
    display: inline-block;
}


.attributes_value .attr_val.selected:after,
.prod_attributes .controls input[type='checkbox'] + label:after,
.prod_attributes .controls input[type='radio']:not(.circle)  + label:after {
    position: absolute;
    top: 9px;
    left: 4px;
    display: none;
    width: 18px;
    height: 10px;
    margin: -9px 0 0 -2px;
    content: "";
    transform: rotate(135deg);
    border: 2px solid #4458f6;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    background: transparent;
}

.attributes_value .attr_val.selected:after {
    display: block;
    width: 26px !important;
    height: 16px !important;
    margin: -8px 0 0 1px !important;
}

.prod_attributes .controls input[type='checkbox']:checked + label:after,
.prod_attributes .controls input[type='radio']:checked + label:after {
    display: block;
}

.ui-sortable-helper .attributes_value,
.ui-sortable-helper .sortable-handler .icon-menu{
    display: none !important;
}

.attributes_value .controls {
    display: flex;
}

.attributes_value .controls fieldset {
    margin: 0;
}


.attributgr_title  input + label span,
.attributes_value input + label span {
    display: none;
}

.attributes_value .controls .btn-group.btn-group-yesno {
    width: auto;
    padding: 0;
    border: none;
}

.attributes_value .btn-group-yesno label,
.attributes_value input.show + label,
.attributes_value .controls .btn-group.btn-group-yesno > .btn {
    box-sizing: content-box;
    width: initial !important;
    min-width: 32px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #000;
    box-shadow: none;
}

.attributes_value input.show + label {
    margin-right: 5px;
}

.attributes_value input.show + label span {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.checklist_page #images_block {
    flex-grow: 2;
    height: 100%;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}

.checklist_page #search_displaymode label {
    font-weight: normal;
    width: auto;

    padding: 0 12px 0 28px;
    transition: all ease-in .2s;
    color: #848798;
}

#images_block .attributgr_name,
.attributgr .attributgr_head {
    margin-bottom: 15px;
    padding: 15px 15px;
    border-radius: 12px;
    background: #F1F4FF;
}

#images_block .attributgr_name {
    padding: 0;
}

.attributgr .attributgr_name {
    font-size: 18px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 15px;
    padding: 0;
    gap:0 5px;
    font-weight: normal;
}

.print_area .attributgr .attributgr_name {
    margin: 0;
}

.prod_attributes_check .attributgr .attributgr_head {
    margin: 0 0 15px;
}

.prod_attributes_check .attributgr .attributgr_name {
    min-width: 50px;
    margin: 0;
}

.attributgr .attributes_descr {
    line-height: 1.1;
    padding: 8px 15px;
    color: #848798;
    border-radius: 9px;
    background: #fff;
}

.attributgr .attributgr_name .attributgr_image {
    order: -2;
    margin: 0;
}

.attributgr_name .attributgr_image .ico,
.attributgr_name .attributgr_image img {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.attributgr .attributgr_name .attributgr_image .ico {
    background-color: #5078FE;
}

.attributgr .attributes_title,
.attributgr .attributgr_name .attributgr_title {
    line-height: 1.1;
    order: 1;
    margin-right: auto;
    display: flex;
    gap:10px 10px;
    align-items: center;
    flex-grow: 2;
}

.attributgr .attr_class_5 .attributes_title{
    flex-grow:0;
}


.attributgr .attributgr_title .select_all {
    display: flex;
    gap:10px 10px;
    align-items: center;
    margin-left: auto;
}

.attributgr .attributgr_title .select_all .control-label{
    font-size: 14px;
}

.attributgr .attributgr_name .attributes_tasks {

    order: 3;
    margin-left: auto;
}

.attributgr .attribut {
    position: relative;
    padding: 5px 15px;
}

.attributgr .attribut.attr_class_6 {

    padding: 0;
}


.attributgr .attribut label {
    min-width: 0 !important;
    -ms-user-select: none; /* IE 10 and IE 11 */
    -webkit-user-select: none; /* Safari */
    user-select: none; /* Standard syntax */
}

.prod_attributes_check .attributgr .attribut {
    margin-top: 5px;
    padding: 7px 0 2px;
    border-top: 1px solid #CEDCEE;
}

.prod_attributes_check .attributgr .attribut:first-child {
    border-top: 0;
}

.attributgr .attribut .attributes_name {
    line-height: 1;
}

.attributgr .attribut .attributes_name button {
    margin-top: 6px;
}

.attributgr .attribut.attr_class_2 .attributes_title {
    /*margin: 0 15px 0 0;*/
}

.attributgr .attribut.attr_class_3 .attributes_title {
  /*  margin: 0 15px 0 0;*/
}

.attributgr .attribut.attr_class_3 label,
.attributgr .attribut.attr_class_4 label {
    font-weight: normal;
    margin-right: 5px;
}

#adminForm .attribut.attr_class_4 .attributes_value input + label span,
.attributgr .attribut.attr_class_4 .attributes_value input + label span {
    display: inline-block;
}

#adminForm .attribut .btn-group-yesno.radio label,
#adminForm .attribut.attr_class_4 .attributes_value input + label span {
    font-weight: normal;
    padding-right: 10px;
}

#attributgr__check-brakes-measure-front-and-rear-linings #attr-17 .attributes_title,
#attributgr__check-brakes-measure-front-and-rear-linings #attr-18 .attributes_title,
#attributgr__check-brakes-measure-front-and-rear-linings #attr-19 .attributes_title,
#attributgr__check-brakes-measure-front-and-rear-linings #attr-20 .attributes_title {
    width: 30px;
}

#attributgr__check-fluid-levels-and-fill input.attention + label {
    font-weight: normal;
    display: flex;
    align-items: center;
    width: auto;
    min-width: 72px;
}

.attributgr .attribut.attr_class_2 .attr_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 10px;
}

.checklist_page.print .attributgr .attribut.attr_class_2 .attr_wrap {
    justify-content: flex-start;

}

.attributgr .attribut.attr_class_3 .attr_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attributgr .attribut.attr_class_4 .attr_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 15px;
}

.attributgr .attribut.attr_class_4 .attributes_value {
    display: flex;
    align-items: center;
    gap: 15px 15px;
}

.attributgr .attribut.attr_class_5 .attr_wrap {
    display: flex;
    align-items: center;

}
.attributgr .attribut.attr_class_5[data-alias="other"]:not([data-childs]) .attr_wrap {

    align-items: flex-end;
}

.checklist_page.print .attributgr .attribut.attr_class_5[data-alias="other"]:not([data-childs]) .attr_wrap{
    align-items: center
}


.attributgr .attribut.attr_class_5 .attributes_title {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    order:-1;

}


.checklist_page.print  .attributgr .attribut.attr_class_5[data-alias="other"] .showinPCR {
display: none;
}


.attributgr .attribut.attr_class_5 .attributes_value {
    flex-grow: 2;
    padding: 0 ;
    order: 1;


}
.attributgr .attribut.attr_class_5:not([data-childs]) .attributes_value{
    display: flex;
    gap:15px 15px;
}

.checklist_page.print .attributgr .attribut.attr_class_5:not([data-childs]) .attributes_value{
    align-items: center;
}



.attributgr .attribut.attr_class_5 .attributes_value input[type="text"] {
    width: 100%;
    margin: 0;

}

.attributgr .attribut.attr_class_5 .elwrap{
    flex-grow: 2;
}


.attributgr .attribut.attr_class_5 .attributes_value input[type="text"] + .btn-delete{
    margin-left: 5px !important;
}





.prod_attributes label {
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.prod_attributes .attrnotes label {
    min-height: 0;
}

.attributgr_title  .controls,
.prod_attributes .controls {
    display: flex;
}

#addattrlistform  .prod_attributes .controls,
#attributes_list .grid .prod_attributes .controls{
    align-items: center;
    justify-content: center;
}

#attributes_list  .grid  .attr_type,
#attributes_list  .grid .attr_id{
    display: none;
}

#attributes_list  .grid .attributes_value *{
    pointer-events: none;
}

#addattrlistform   .btn-add{

    max-width: 225px;
    margin: 15px auto 0;
}

#addattrlistform #itemList  .options .controls{
    pointer-events: none;
}

#addattrlistform #itemList:not(.readonly)  .sortable-handler{
  display: block !important;
}

#addattrlistform #itemList.readonly .groupname .sortable-handler{
    display: none  !important;
}


#addattrlistform .hidden-modal{
    display: none;
}

#addattrgroup.remove span{
    display: none;
}

#addattrgroup.remove:before{
  background-color: #4562d1;
    margin-right: 0;
}

.prod_attributes .attrnotes .controls {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}


#gallery-thumb + .control-group .controls {
    flex-direction: column;
}

.prod_attributes .controls .btn-group.btn-group-yesno > .btn {
    width: auto;
}

.prod_attributes .attributes_value .control-group {
    margin-bottom: 0;
}

.prod_attributes .btn-group-yesno {
    display: flex;
}

.task_item input[type='checkbox'],
.task_item input[type='radio'],
.prod_attributes .controls input[type='checkbox'],
.prod_attributes .controls input[type='radio'] {
    /* display: none !important; */
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
}

.task_item .task_head input[type='checkbox'] + label,
.task_item input[type='radio'] + label,
.prod_attributes .controls input[type='checkbox'] + label,
.prod_attributes .controls input[type='radio'] + label,
.showinPCR  input[type='checkbox'] + label {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.task_item .task_head input[type='checkbox'] + label {
    width: 22px;
    height: 22px;
    padding-left: 22px;
}

#task_all + label:before,
.task_item .task_head input[type='checkbox'] + label:before,
.task_item .task_head input[type='radio'] + label:before,
.attributes_value .attr_val:before,
.attributgr_title .controls input[type='radio'] + label:before,
.attributgr_title .controls input[type='checkbox'] + label:before,
.prod_attributes .controls input[type='checkbox'] + label:before,
.prod_attributes .controls input[type='radio']:not(.circle) + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin-top: 0;
    content: "";
    border: 1px solid #BEC4C8;
    border-radius: 5px;
    background: #fff;
}

#task_all + label:before,
.task_item .task_head input[type='checkbox'] + label:before,
.task_item .task_head input[type='radio'] + label:before {
    width: 22px;
    height: 22px;
}

.task_item.approval .task_head input[type='checkbox'] + label:before,
.task_item.approval .task_head input[type='radio'] + label:before {
}

.attributes_value .attr_val:before {
    position: static;
}

#task_all + label:after,
.task_item .task_head input[type='checkbox'] + label:after {
    width: 20px;
    height: 10px;
    margin: 0 0 0 5px;
}

input.ok + label:before,
.attributes_value .attr_val_ok:before,
.attributes_notes .attr_val_ok:before,
.prod_attributes__legend .el.ok .mark {
    border: 1px solid #2A3F54;
    background: #ffffff !important;
}

.attributes_img.hasSVG {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.attributes_img.hasSVG .el.m0 .mark,
.prod_attributes__legend:not(.legend_moreattr) .el.ok .mark {
    background: #C5D2FF !important;
}


.checklist_page.extended-checklist .prod_attributes__legend:not(.legend_moreattr) .el.ok .mark {
    background: #3AC638 !important;

}

.checklist_page .checklist_page_wrap .prod_attributes__legend:not(.legend_moreattr) .el.ok .mark {

    background: conic-gradient(#3AC638 0deg 180deg, #C5D2FF 180deg 360deg) !important;
}


i.status_2:before,
.temptasks .task_notes .ttl.val_2 label:before {
    border: 1px solid #eb910b !important;
    background: #eb910b !important;
}

i.status_0:before {
    border: 1px solid #C5D2FF !important;
    background: #C5D2FF !important;
}

input.fine + label:before,
i.status_fine:before,
.temptasks .task_notes .ttl.val_fine label:before,
i.status_1:before,
.el.fine .mark,
.temptasks .task_notes .ttl.val_1 label:before,
.attributes_notes .attr_val_fine:before,
.attributes_value .attr_val_fine:before,
.temptasks .task_notes .ttl.gr_tires-condition.val_2 label:before,
#addtaskform .added-mvi-element  .mvi-element-condition.status_1 {
    border: 1px solid #FFE923 !important;
    background: #FFE923 !important;
}

.service_dashboard .el.fine .mark {
    border: 1px solid #fffacf !important;
    background: #fffacf !important;

}
.service_dashboard .el .mark {
    border-radius: 3px !important;
}

input.normal + label:before,
.el.normal .mark,
.attributes_notes .attr_val_normal:before,
.attributes_value .attr_val_normal:before,
#addtaskform .added-mvi-element  .mvi-element-condition.status_2{
    border: 1px solid #FFBF5F !important;
    background: #FFBF5F !important;
}

input.attention + label:before,
.el.attention .mark,
i.status_attention:before,
.temptasks .task_notes .ttl.val_attention label:before,
i.status_3:before,
.attributes_notes .attr_val_attention:before,
.attributes_value .attr_val_attention:before,
.temptasks .task_notes .ttl.val_3 label:before,
#addtaskform .added-mvi-element  .mvi-element-condition.status_3{
    border: 1px solid #D90000 !important;
    background: #D90000 !important;
}

.service_dashboard .el.attention .mark {
    border: 1px solid #ffdcdc !important;
    background: #ffdcdc !important;
}

input.good + label:before,
.el.good .mark,
.attributes_notes .attr_val_good:before,
.attributes_value .attr_val_good:before {
    border: 1px solid #3AC638 !important;
    background: #3AC638 !important;
}


.prod_attributes .el .mark.attr_val {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #BEC4C8;

    background: #fff;

}

.prod_attributes .el .mark:before {
    display: none;
}

.service_dashboard .el.good .mark {
    border: 1px solid #D5F9D4 !important;
    background: #D5F9D4 !important;
}

.service_dashboard .el.other .mark {
    border: 1px solid #F1F4FF !important;
    background: #F1F4FF !important;
}

.prod_attributes__legend {
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    grid-column-start: 1;
    grid-column-end: -1;
}

.prod_attributes__legend.legend_moreattr {
    display: none;
}

.attributes_notes .attr_val_fine:before,
.attributes_notes .attr_val_ok:before,
.attributes_notes .attr_val_attention:before {
    margin: 0 8px 0 0;
    content: "";
}

.attributes_notes .attr_val_fine:before,
.attributes_notes .attr_val_ok:before,
.attributes_notes .attr_val_attention:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #2A3F54;
}

.attributgr .attribut.attr_class_4 .controls label,
fieldset.btn-group-yesno label {
    display: flex;
    align-items: center;
}

.attributgr .attribut.attr_class_7 .attr_wrap {
    display: flex;
    gap: 15px 5px;
    align-items: center;
}

.attributgr .attribut.attr_class_7 .attributes_value .controls {
   /* margin-right: 15px;*/
}

.attributgr .attribut.attr_class_7 .attributes_title span.colon {
    display: none;
}

.checklist_page.print .attributgr .attribut.attr_class_2 .attributes_value,
.attributgr .attribut.attr_class_7 .attributes_value {
    order: -1;
}

.attributgr .attribut.attr_class_7 .attributes_title label {
    font-weight: normal;
    cursor: pointer;
}

.attr_el .attributes_tasks,
.attr_wrap .attributes_tasks {
    margin-left: auto;
    order: 3;
}
.attributgr .attribut input + label:before {
    box-shadow: none !important;
}

.attributgr .elwrap {
    display: flex;
    margin-bottom: 5px;
}

.attributgr .btn-toolbar {
    width: 26px;
    margin-left: 0 !important;
    padding: 0;
    border: 1px solid #BEC4C8;
    border-radius: 5px;
    background: #fff;
}

.attributgr .btn-delete,
.attributgr .btn-toolbar.btn-add {
    line-height: 30px;
    min-width: 30px !important;
    height: 30px;
    min-height: 30px;
}

.attributgr .btn-toolbar:before {
    margin: 0;
}

.attributgr input[type="text"] {
    height: 30px;
    padding: 0 8px;
    border-radius: 5px;
}

i[class*=status_] {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
}

.img_thumbs i[class*=status_],
#gallery-thumb i[class*=status_],
.file-preview-thumbnails i[class*=status_],
.fancybox-caption__body i[class*=status_] {
    width: auto;
    height: auto;
    display: flex;
    gap: 5px 5px;
    align-items: center;
    justify-content: center;

}

.img_thumbs i[class*=status_] {
    padding: 0 5px;
    font-size: 12px;
}

i[class*=status_]:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    border: 1px solid #2A3F54;
    border-radius: 2px;
}

#images_block.attributgr .krajee-default .file-caption-info {
    height: auto;
}

.file-caption-info i[class*=status_]:before,
.note i[class*=status_]:before {
    margin-right: 5px;
}

.checklist_page .attrnotes .attrnotes_wrap,
.checklist_page_wrap .attrnotes .attrnotes_wrap {
    display: grid;
    text-align: left;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    justify-items: stretch;

}

.checklist_page .attrnotes .attrnotes_wrap + .attrnote,
.checklist_page_wrap .attrnotes .attrnotes_wrap + .attrnote {
    margin-top: 15px;
}


.checklist_page .attrnotes > *,
.checklist_page_wrap .attrnotes > * {
    flex-basis: 100%;

}


.checklist_page .attrnotes [name*="manufacturer"],
.checklist_page_wrap .attrnotes [name*="manufacturer"],
.checklist_page .attrnotes [name*="tire_depth"],
.checklist_page_wrap .attrnotes [name*="tire_depth"] {
    flex-basis: 100%;

}


.checklist_page .attrnotes,
.checklist_page_wrap .attrnotes {
    padding: 15px 0 0;
    /*max-height: 280px;*/
    /*overflow-y: auto;*/
}

#printarea .attrnote,
.checklist_page .printing .attrnote,
.printing .checklist_page_wrap .attrnote {
    flex-direction: column;
    gap: 0 0;
}

.checklist_page .attrnotes .tiredata,
.checklist_page_wrap .attrnotes .tiredata {
    margin-top: 0;
    text-align: left;
}

.checklist_page .attrnotes .tiredata .whellSelect{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap:0 3px;
}

.checklist_page .attrnotes .tiredata .whellSelect .chosen-container,
.checklist_page .attrnotes .tiredata .whellSelect select{
flex-grow: 2;
width: auto !important;
}


.checklist_page .attrnotes .tiredata .control-group,
.checklist_page .attrnotes .tiredata .control-label,
.checklist_page .attrnotes .tiredata .controls,
.checklist_page_wrap .attrnotes .tiredata .control-group,
.checklist_page_wrap .attrnotes .tiredata .control-label,
.checklist_page_wrap .attrnotes .tiredata .controls {
    width: 100%;
}


.checklist_page .attrnotes .tiredata label{
    font-size: 12px;
}



.checklist_page .attrnotes .tiredata .controls > *{
   flex-grow: 2;
}

.checklist_page .attrnotes .tiredata .whellSelect input,
.checklist_page .attrnotes .tiredata .controls .brakePadsSelect input{
width: 100% !important;

    min-height: 26px;
}

.checklist_page .attrnotes label,
.checklist_page_wrap .attrnotes label {
    font-weight: 500;
    line-height: 1.1;
}

.checklist_page .btn-submit:not(.btn-primary):before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    content: "";
    vertical-align: middle;
    -webkit-mask: url(../images/task_todo.svg) no-repeat 100% 100%;
    mask: url(../images/task_todo.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.checklist_page .btn-submit:not(.btn-primary):before {
    background-color: #5078FE;
}


.checklist_page.readonly #checklist .hasSVG,
.checklist_page.readonly #checklist input:not([type="file"]):not([name^="notes"]):not([id*="tire"]),
.checklist_page.readonly #checklist label,
.checklist_page.readonly #checklist .chosen-container:not([id*="tire"]),
.checklist_page.readonly #checklist select,
.checklist_page.readonly #checklist .btn-add,

.checklist_page.readonly #checklist  textarea:not([name="review_text"]){
    pointer-events: none;
}

.checklist_page span.declined{
    color: #FF0C00;
}
.checklist_page span.approved{
    color: #19db22;
}
#printarea .attributgr .attributes_descr,
#printarea .attributgr.schema .attributes_descr {
    display: none;
}

#printarea .attributgr.schema .attributgr {
    border: none;
    box-shadow: none;
}

#printarea .attributgr.schema #attributgr__tires-condition {
    order: 0;
}

#printarea .attributgr.schema #attributgr__body-condition {
    order: 1;
}

#printarea .attributgr.schema #attributgr__interior-condition {
    order: 2;
}

#printarea .attr_class_2 .attributes_title,
#printarea .attr_class_5 .attributes_title,
#printarea .attr_class_7 .attributes_title {
    display: flex;
    align-items: center;
    width: auto !important;
    min-height: 24px;
}

#printarea .prod_attributes_check_anotation,
#printarea .attrnotes {
    display: none;
}

#printarea #images_block .attributgr_name {
    font-weight: normal;
    padding: 15px 15px;
}

.checklist_page_wrap #summary_table {
    overflow-x: auto;
    max-width: 100%;
}

.checklist_page_wrap #summary_table table {
    overflow: hidden;
    width: 100%;
    min-width: 680px;
    border-bottom: 1px solid #d3d6da;
    border-radius: 5px;
}

.checklist_page_wrap #summary_table tr {
    /* border-bottom:1px solid  #d3d6da;*/
}

.checklist_page_wrap #summary_table tr:nth-child(2n+1) {
}

.checklist_page_wrap #summary_table th,
.checklist_page_wrap #summary_table .th {
    font-weight: 500;
    padding: 5px 15px;
    text-align: center;
    background: #F1F4FF;
}

.checklist_page_wrap #summary_table .th {
    font-size: 18px;
}

.checklist_page_wrap #summary_table td {
    position: relative;
    padding: 5px 15px;
    border-bottom: 1px solid #CEDCEE;
    line-height: 1.1;
}

.checklist_page_wrap #summary_table td + td:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    content: "";
    border-left: 1px solid #d3d6da;
}

.checklist_page_wrap #summary_table .attr_el {
    display: flex;
    gap: 5px 5px;
    align-items: center;
}

.checklist_page_wrap #summary_table .attr_el .note {
    order: -1;
}


.prod_attributes_heatmap svg{
    /* width: 348px; */
    max-width: 100%;
    margin: 0 auto;
    min-width: 100%;
    max-height: 620px;
}
.checklist_page .attributes_img {
    text-align: center;
}

.checklist_page svg{
   /* max-width: 380px  !important;
    max-height: 420px;*/
    min-width: 0 !important;
    margin: 0 auto;
}


#attr-78 .attribute_properties  svg{
    max-height: 380px;
}

.nocontrols input,
.nocontrols label{
    pointer-events: none;

}

.attributes_values{
    flex-direction: column;
    gap:15px 15px;
}


#addattrlistform #itemList .groupname .sortable-handler{
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 15px;

}


.showinPCR{
    margin-right: 0;
}
.prod_attributes .controls.showinPCR input[type='checkbox'] + label{

    padding-left: 26px !important;
}
.showinPCR label:before{
    display: inline-block;
    width: 26px !important;
    height: 20px !important;
    margin: -9px 0px 0 0px !important;
    top:50% !important;
    content: "";
    vertical-align: middle;
    background-color: #848798 !important;
    -webkit-mask: url(../images/icons/eye_slash.svg) no-repeat 100% 100%;
    mask: url(../images/icons/eye_slash.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.showinPCR input.negation + label:before{
    -webkit-mask: url(../images/icons/eye.svg) no-repeat 100% 100%;
    mask: url(../images/icons/eye.svg) no-repeat 100% 100%;
}
.showinPCR input:checked +label:before{

    -webkit-mask: url(../images/icons/eye.svg) no-repeat 100% 100%;
    mask: url(../images/icons/eye.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 24px !important;
    height: 20px !important;
    margin: -9px 0px 0 0 !important;
}
.showinPCR  input.negation:checked +label:before{
    -webkit-mask: url(../images/icons/eye_slash.svg) no-repeat 100% 100%;
    mask: url(../images/icons/eye_slash.svg) no-repeat 100% 100%;
}

.showinPCR input.disabled + label:before,
.showinPCR input:disabled + label:before{
    background-color: #b7b8c6 !important;
}

.showinPCR label:after{
    display: none !important;
}


.attributgr .attribut.attr_class_5 .showinPCR{
    margin-left: 0px;
    margin-right: 5px !important;
    order: 0;
}
.attributgr .attribut.attr_class_5[data-childs] .showinPCR{
    margin-left: 0px;
    margin-right: 0px;
}


.attributgr .attribut.attr_class_5:not([data-childs]) .showinPCR{
    margin-left: 5px;
    order: -2;
 }

.attributgr .attribut.attr_class_5:not([data-childs]) .attributes_name{

    margin-right: 5px !important;
}

.attributgr  .showinPCR.disabled label:before {
    opacity: 0;
}

.declined-badge-wrap { pointer-events: none; }
.declined-badge { fill:#fff; paint-order: stroke; }
.declined-bg { fill:#d32f2f; opacity:.95; }