
@media print {
    .header, .header-top, #breadcrumb, .back-button a {
        display: none;
    }

    th {
        background: white !important;
        color: black;
        border: 2px solid white;
    }
}

/*
.vertikal_helper_wrapper {
    color: #000 !important;
}

.fc-title {
    font-weight: bold;
}


.page-wrapper {
    max-width: 100%;
  }

.fc-title {
    font-weight: bold;
}

.block-views-block-job-calendar-block-2 {
    border: 1px solid red;
    width: 230px;
    height: 1000px;
    position: relative;
    display: block;
    float: left;
}

.view-job-calendar .view-header,
.view-job-calendar .fc-toolbar {
    display: none;
}*/

#edit-delete, .tabledrag-toggle-weight-wrapper {
    display: none !important;
  }


#edit-field-job-date-wrapper .tabledrag-cell,
#edit-field-job-date-wrapper tabledrag-cell-content,
#edit-field-job-date-wrapper tabledrag-handle {
  display: none;
}


.draggable table {
   border-collapse: unset !important;
}

.draggable td{
    height: 1px;
}

.field--name-field-prior-job-dates {
    font-size: 1.3rem;
    font-weight: bold;
}

.add-date {
    font-weight: bold;
}

#data-drupal-messages, .data-drupal-messages {
    background-color:yellow;
    color: black;
    font-weight: bold;
    font-size: 1.5rem;
}

#edit-field-prior-job-dates4-value,
.form-item--field-prior-job-dates4-value label {
    display: none;
}

#edit-field-ship-date-0-value-time {
    display: none;
   }