.manual-identification-check {
    border: 2px dashed #dcdcdc;
    margin-bottom: 10px;
    padding: 5px 20px 0;
}

.manual-identification-body {
    padding: 0 4px 11px 4px;
}

.manual-identification-hint {
    margin: 0 12px 12px;
    padding: 10px;
    background-color: #f2dede;
}

.manual-identification-check__name {
    font-weight: bold;
}

.manual-identification-check textarea {
    resize: vertical;
}

.manual-identification-check .btn-toolbar {
    margin: 5px 0;
}

.manual-identification-check__button {
    float: right !important;
}

.identification-check__edit-action {
    cursor: pointer;
}

.identification-count {
    margin-left: 8px;
    padding: 4px 8px 4px 8px;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #222222;
    background-color: #f4f4f4;
    border-radius: 20px;
}

.edit-identification-check-modal {
    width: 640px;
}

.edit-identification-check-modal .form-group {
    margin-bottom: 15px !important;
}

.main-identification-status {
    font-size: 16px;
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
}

.main-identification-status > * {
    font-size: 16px;
}

a.main-identification-status {
    cursor: pointer;
}

a.main-identification-status:hover {
    opacity: 0.9;
}

.grid-view-header_identification {
    height: auto;
}

.identification-checks .bootstrap-iso .table > thead > tr > td.warning,
.identification-checks .bootstrap-iso .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning,
.identification-checks .bootstrap-iso .table > thead > tr > th.warning, .table > tbody > tr > th.warning,
.identification-checks .bootstrap-iso .table > tfoot > tr > th.warning, .table > thead > tr.warning > td,
.identification-checks .bootstrap-iso .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td,
.identification-checks .bootstrap-iso .table > thead > tr.warning > th, .table > tbody > tr.warning > th,
.identification-checks .bootstrap-iso .table > tfoot > tr.warning > th {
    background-color: #ffe7ab;
}

.identification-checks .bootstrap-iso .table > thead > tr > td.danger,
.identification-checks .bootstrap-iso .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger,
.identification-checks .bootstrap-iso .table > thead > tr > th.danger, .table > tbody > tr > th.danger,
.identification-checks .bootstrap-iso .table > tfoot > tr > th.danger, .table > thead > tr.danger > td,
.identification-checks .bootstrap-iso .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td,
.identification-checks .bootstrap-iso .table > thead > tr.danger > th, .table > tbody > tr.danger > th,
.identification-checks .bootstrap-iso .table > tfoot > tr.danger > th {
    background-color: #ffd2d2;
    color: inherit;
}

.identification-filter-buttons {
    margin: 0 0 8px 24px;
    padding-top: 8px;
}

.identification-filter-buttons button {
    padding: 5px 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 2px;
}

.identification-filter-buttons button.active {
    background-color: #19aa89;
    border-color: #19aa89;
    color: #ffffff;
}

.identification-filter-buttons button:focus {
    outline: none;
}
