.user-editor.post-type-page .select-lang,
.user-editor.post-type-page .table-heading-languages,
.user-editor.post-type-page .table-langs,
.user-editor.post-type-page .table-langs-edit,
.user-editor.post-type-page .language-panel {
    display: none;
}
.posts-add-new-php .admin-content-editor,
.posts-edit-php .admin-content-editor,
.post_thumbnail,
.admin-post-status,
.admin-post-publish-time {
    display: none;
}


/* Post type */
.user-editor.post-type-isciler .company {
    display: none;
}


/* Work form */
.work-form-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-left: 35px;
    position: relative;
}
.work-form-blocks.labels {
    font-weight: 600;
}
.work-form-block {
    padding: 0 10px 10px;
}
.work-form-person {
    width: 300px;
}
.work-form-quantity, .work-form-note {
    width: 150px;
}
.work-form-service {
    width: calc(100% - 600px);
}
.work-form-note {
    padding-right: 45px;
}
.work-form-block select, .work-form-block input {
    width: 100%;
}
.default-work-blocks {
    display: none;
}
.work-save-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.work-save-button > button {
    margin-right: 15px;
}
button.deactive {
    pointer-events: none;
}
.form-result {
    line-height: 1.5;
    margin-top: 15px;
}
.works .work-form-blocks:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -5px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
}
.work-delete {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: white;
    border-radius: 5px;
    font-size: 13px;
    margin-top: -5px;
    cursor: pointer;
}
.searchBoxElement {
    max-height: 300px;
    width: 500px!important;
}
.searchBoxElement span {
    padding: 5px;
    font-size: 13px;
    line-height: 1.2;
    display: block;
    border-bottom: 1px solid #ccc;
}
.searchBoxElement li:last-child span {
    border-bottom: 0;
}
.searchBoxElement span div {
    display: none;
}


/* Work all */
.site-table th {
    font-weight: 600;
}
.total-price {
    white-space: nowrap;
}



/* Report */
.report-filter-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 10px;
}
.report-filter-block {
    width: calc(100% / 7);
    padding: 0 10px 10px;
}
.report-filter-block label {
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
}
.report-filter-block input, .report-filter-block select {
    width: 100%;
}
.info-blocks {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.info-block-2 {
    order: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.info-block-1 {
    order: 2;
}
.info-stats {
    display: flex;
    flex-wrap: wrap;
}
.info-stat {
    padding-right: 50px;
}
.info-stat-number {
    font-weight: 600;
    font-size: 26px;
}



/* Object form */
.object-form {
    width: 400px;
}



/* Login */
.login-form-element select {
    width: 100%;
    height: 40px;
    padding: 0;
}


/* Main */
.main-title {
    background: #054232;
    display: table;
    color: white;
    padding: 5px 15px;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: -10px;
    border-radius: 5px;
}



/* Post column */
.post-slug {
    display: none;
}
.service-price-area {
    display: flex;
    white-space: nowrap;
}
.service-price-area i {
    width: 30px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.user-administrator .service-price-area i {
    display: none;
}
.user-editor .service-price {
    display: none;
}



/* Work edit */
.work-edit-details {
    margin-bottom: 25px;
}
.work-edit-details > div {
    margin-bottom: 5px;
}


/* Clocks */
.clock-forms,
.file-forms,
.vacation-forms {
    width: 400px;
}
.admin-elements {
    display: flex;
    margin: 0 -10px;
}
.admin-elements .admin-element {
    width: 50%;
    padding: 0 10px;
}
.admin-elements select {
    width: 100%;
}



/* Files */
.post-table th {
    font-weight: 600;
}
.files-file-name {
    font-weight: 600;
    color: #3b3b9e !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}