.object-list-table td {
    background-color: white;
    border: 1px #c4c7c5 solid;
    padding: 5px 12px;
    white-space: nowrap;
}

.object-list-table th {
    background-color: white;
    border: 1px #c4c7c5 solid;
    padding: 6px 12px;
    line-height: 1.2;
    min-height: 40px;
}


.object-list-table td:last-child, .object-list-table th:last-child,
.create-object-main-page table th:last-child, .create-object-main-page table td:last-child,
.create-object-table th:last-child, .create-object-table td:last-child,
.details-object-table table th:last-child, .details-object-table table td:last-child {
    width: 100% !important;
}

.child .object-list-table td, .child .object-list-table th {
    background-color: #ffffee;

}

.child .object-list-table {
    border: 2px solid darkgrey;
    border-radius: 5px;

}


.object-list-table tr:hover > td {
    background-color: #FC3F3F2B !important;

}

.data-card {
    background-color: white;
    border: 1px solid lightgrey;
    margin-top: 8px;
    margin-bottom: 8px;
}

.data-card th {
    width: 30%;
    max-width: 30%;
    text-align: left;
    font-size: 0.95em;
    border: none;
    line-height: 1.1;
    padding: 3px 6px !important;
    font-weight: 300;
    border-bottom: #d2d2d2 1px solid;

}


.data-card td {
    width: calc(100% - 100px);
    min-width:  calc(100% - 100px);
    overflow: hidden;
    text-align: left;
    line-height: 1.1;
    padding: 3px 8px !important;
    border-bottom: #d2d2d2 1px solid;
    }

.pk-td {
    max-width: 60px;
}

.action-td {
    max-width: 70px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.w3-dropdown-hover:first-child {
    width: 100%;
    background-color: transparent !important;
}

.page-top-bar {
    /*max-height: 105px;*/
}

.page-main-content.child  {
    height: calc(100vh - 380px) !important;
    overflow: auto;
}
.page-main-content {
    height: calc(100vh - 220px);
    overflow: auto;
}


.page-main-content .tab {
    max-width: 600px;
}

.page-main-content .tab > td {
    text-wrap: inherit;
}


.top-bar-element-height {
    height: 40px !important;
}

.search-input {
    width: 100% !important;
    border: 1px solid #c4c7c5;
    height: 48px;
    padding-left: 180px;
    border-radius: 5px;
}

.page-footer {
    height: 46px;
    max-height: 46px;
    padding: 6px 3px;
    overflow: hidden;
}

.step-links {
    letter-spacing: -1px;
}

.step-link {
    height: 34px;
    background-color: #d2d2d2;
    margin: 0 2px;
    border-radius: 5px;
    padding: 7px 11px !important;
}

.step-link > img {
    margin: 0 2px;
}

.step-links .current {
    padding: 8px 6px !important;
}

.child-action-button {
    border: 1px solid gray !important;
}

.child-add-button {

}

.td-link {
    color: #115a95;
}

@media (max-width: 601px) {
    .search-form {
        margin-top: 8px !important;
    }

    .search-form select {
        max-width: 70px !important;
    }

    .search-form .search-input {
        width: 100% !important;
        padding-left: 80px;
    }
}
