.post-type-invoice #misc-publishing-actions,
.post-type-invoice #minor-publishing-actions,
.post-type-invoice .tablenav.top > .bulkactions,
.post-type-invoice .search-box,
.post-type-invoice .updated.notice.notice-success a,
.post-type-invoice #titlediv,

.post-type-reservation #misc-publishing-actions,
.post-type-reservation #minor-publishing-actions,
.post-type-reservation .tablenav.top > .bulkactions,
.post-type-reservation .search-box,
.post-type-reservation .updated.notice.notice-success a,
.post-type-reservation #titlediv{
    display: none;
}

/*ACF*/
@media screen and (min-width: 1250px) {
    /*Campi acf 1/3 width*/
    .post-type-invoice .acf-fields > .acf-field-message ,
    .post-type-invoice .acf-fields > .acf-field-textarea ,
    .post-type-invoice .acf-fields > .acf-field-number ,
    .post-type-invoice .acf-fields > .acf-field-select ,
    .post-type-invoice .acf-fields > .acf-field-true-false ,
    .post-type-invoice .acf-fields > .acf-field-date-picker ,
    .post-type-invoice .acf-fields > .acf-field-text  ,

    .post-type-reservation .acf-fields > .acf-field-message ,
    .post-type-reservation .acf-fields > .acf-field-textarea ,
    .post-type-reservation .acf-fields > .acf-field-number ,
    .post-type-reservation .acf-fields > .acf-field-select ,
    .post-type-reservation .acf-fields > .acf-field-true-false ,
    .post-type-reservation .acf-fields > .acf-field-date-picker ,
    .post-type-reservation .acf-fields > .acf-field-text  {
        display: inline-grid;
        width: 33%;
    }
    .post-type-reservation .acf-fields > .acf-field-664ef07554f01{
        width: 100%;
    }


    .post-type-reservation .acf-fields > .acf-field-message.acf-field-5cb709f4d7c27,
    .post-type-reservation .acf-fields > .acf-field-message.acf-field-5cb709ecd7c26,
    .post-type-reservation .acf-fields > .acf-field-message.acf-field-5cb70b193341f,
    .post-type-reservation .acf-fields > .acf-field-message.acf-field-5cb70b9733427{
        display: block;
    }



    /*Campi messaggi accompagnatori devono essere fullwidth*/
    .post-type-reservation .acf-fields > .acf-field-message.acf-field-5cb709f4d7c27,
    .post-type-reservation .acf-fields > .acf-field-message.acf-field-5cb709ecd7c26,
    .post-type-reservation .acf-fields > .acf-field-message.acf-field-5cb70b193341f,
    .post-type-reservation .acf-fields > .acf-field-message.acf-field-5cb70b9733427{
        display: block;
    }

    /*dummy*/
    .acf-field .acf-label label[for=acf-field_5cc2c827349c5] {
        font-size: 0;
        padding-top: 5px;
    }

    .acf-field-5df1118c6101a,
    .acf-field-5df743c373b6a,
    .acf-field-5df0f564165e6,
    .acf-field-5df0f5fd165e7,
    .acf-field-5df0f64d165e8,
    .acf-field-5df0f679165e9,
    .acf-field-5df0f6fc165ea,
    .acf-field-5df0f724165eb,
    .acf-field-5df0f732165ec{
        display: inline-grid;
        width: 33%;

    }
}
@media screen and (max-width: 1249px) {
    /*dummy*/
    .acf-field.acf-field-5cc2c827349c5{
        display: none;
    }
}

.companion_list{
    list-style: initial;
    margin-top: 0;
}

.tablenav .actions select.custom_post_filer{
    float: none;
    vertical-align: unset;
}
ul.subsubsub > li:first-child{
    display: block;
    font-size: 0;
}
.edit-php.post-type-reservation ul.subsubsub > li:first-child a{
    font-size: 13px;
}
/*@media screen and (min-width: 783px) {*/
/*    .column-vacin_invoice_id .row-actions > span ,*/
/*    .column-vacin_reservation_id .row-actions > span {*/
/*        display: block;*/
/*        margin-bottom: 5px;*/
/*        font-size: 0;*/
/*    }*/
/*    .column-vacin_invoice_id .row-actions > span > a,*/
/*    .column-vacin_reservation_id .row-actions > span > a{*/
/*        font-size: 13px;*/
/*    }*/
/*}*/
.wp-core-ui .button.vacimp_btn {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    text-align: center;
    min-width: 35px;
}
@media screen and(min-width: 783px){
    .wp-core-ui .button.vacimp_btn {
        width: 35px;
    }
}
#the-list > tr.type-invoice:hover,
#the-list > tr.type-reservation:hover{
    background-color: lightgrey;
}

.acf-repeater .acf-row-handle .acf-icon.-duplicate{
    top: 25%;
    left: 20px;
}
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.show-on-shift.-duplicate {
    display: block;
}
#toplevel_page_wp-acf-vc-bridge-settings{display: none!important}