/* General */
/* Style for the p tag */
td, .btn btn-primary, .wp-die-message, tbody .bdag-todo p {
    font-size: 15px !important;
}

/* Style for a tag */
.bdag-dashboard a, .bdag-versicherungswert a, .bdag-todo a {
    color: #e63735;
    text-decoration: none;
}

/* Style for a tag hover */
.bdag-dashboard a:hover, .bdag-versicherungswert a:hover, .bdag-todo a:hover {
    color: #717171;
}

/* POST TEMPLATE */
.single-bdag_exhibit .entry-footer, .single-bdag_exhibit .logged-in-as, .single-bdag_exhibit .comment-reply-title, .single-bdag_exhibit .comment-form-comment label, .single-bdag_exhibit .comments-title {
    display: none;
}

/* Remove padding from the comments*/
.single-bdag_exhibit #comments {
    padding: unset;
}

/* Archive Page*/
.bdag_category_dropdown {
    min-width: 100%;
    margin: 20px 0px;
}

/* Removes the post text on the archive page */
.archive .bdag_exhibit .entry-content {
    display: none;
}

.bdag-todo-list {
    vertical-align: top;
}

/* DASHBOARD*/

/* MOBILE */
@media screen and (max-width: 1024px) {
    /* style the dashboard in Responsive view */
    .bdag-dashboard .card {
        margin: 10px 0px;

    }

    .auto-fold #wpcontent {
        padding-left: 0px !important;
    }
}

/* VERSICHERUNGSWERT */
.bdag-versicherungswert th {
    padding: 10px 50px 5px 0px;
}

/* Makes the insurance value right-aligned */
.bdag-versicherungswert .bdag-worth {
    text-align: right;
}

/* Style for the button for printing */
.bdag-btn-print {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #858585;
}

/* Style for the button for printing on hover */
.bdag-btn-print:hover {
    background: #717171;
    border-color: #717171;
    color: #fff;
}

/* META Box Details */
.post-type-bdag_exhibit .bdag-details div {
    display: inline-block;
}

.post-type-bdag_exhibit .bdag-details label {
    display: block;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: -15px;
}

.post-type-bdag_exhibit #poststuff .bdag-details h2 {
    min-width: 100%;
    padding-left: unset !important;
    font-weight: 600;
}

.post-type-bdag_exhibit #poststuff .bdag-details .row input {
    min-width: 180px;
    margin: 5px 10px;
}

.post-type-bdag_exhibit #poststuff .bdag-details .row {
    width: 100%;
}

.bdag-details .row {
    display: flex;
    justify-content: space-between;
}

.bdag-details .row div {
    flex-basis: 24%;
}

.bdag-details input {
    margin: 10px 0px;
    min-width: 177px;
}

/* PRINT */
@media print {
    /* Hides all objects that have no useful information in the printer view */
    #adminmenu, #wpadminbar, #wpfooter, .bdag-btn-print, .bdag-versicherungswert hr {
        display: none;
    }

    /* Set the width of the table to 80% */
    .bdag-versicherungswert table {
        width: 80%;
    }

    /* Link color on the print view */
    .bdag-versicherungswert a {
        color: #000000
    }

    /* Removes the text formatting */
    .bdag-versicherungswert .bdag-worth {
        text-align: unset;
    }

    /* Gives the h1 title 20% padding right */
    .bdag-versicherungswert h1 {
        padding-right: 20%;
    }
}