#page {
    z-index: 10;
}

.search-cell {
    padding-right: 0;
}

.search-cell > div {
    background: #fff;
    width: 100%;
    height: 100%;
}

.crm-table-head {
    background: #acacac;
    padding: 5px 40px 5px 15px;
    color: #fff;
    top: 0;
    left: 0;
    cursor: pointer;
}

.crm-table-head::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(315deg);
}

.crm-table-head.closed::after {
    top: 10px;
    transform: rotate(135deg);
}

table.crm-table {
    min-width: 1204px;
    margin: 32px 0 0 0;
}

table.crm-table.has-error {
    margin: 53px 0 0 0;
}

table.crm-table.closed {
    display: none;
}

.crm-table-message {
    color: darkred;
    font-size: 14px;
}

table.crm-table, table.crm-table th, table.crm-table td, table.crm-timesheet-table, table.crm-timesheet-table th, table.crm-timesheet-table td,
table.report-project-table, table.report-project-table th, table.report-project-table td {
    border: 1px solid #acacac;
    border-collapse: collapse;
}

table.crm-table tr:first-child th, table.crm-timesheet-table tr:first-child th {
    font-size: 14px;
}

.crm-table-field, .crm-edit-field, .crm-timesheet-field, .crm-projects-field, .crm-processes-field {
    border: 0px transparent;
    padding: 0 15px;
    width: 100%;
    height: 25px;
    font-size: 14px;
}

.crm-table-field:focus-visible, .crm-edit-field:focus-visible, .crm-timesheet-field:focus-visible {
    outline: 0px transparent;
    border-radius: 0px;
}

.crm-table-container {
    margin: 0 0 40px;
}

.crm-table-inner {
    overflow-x: auto;
    margin-left: 248px;
    max-width: calc(100% - 249px);
    width: 100%;
}

/* width */
.crm-table-inner::-webkit-scrollbar, .crm-timesheet-table.crm-pivot-table::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.crm-table-inner::-webkit-scrollbar-track, .crm-timesheet-table.crm-pivot-table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
.crm-table-inner::-webkit-scrollbar-thumb, .crm-timesheet-table.crm-pivot-table::-webkit-scrollbar-thumb {
    background: #acacac;
}

/* Handle on hover */
.crm-table-inner::-webkit-scrollbar-thumb:hover, .crm-timesheet-table.crm-pivot-table::-webkit-scrollbar-thumb:hover {
    background: #acacac;
}

table.crm-table tr th:first-child, table.crm-table tr td:first-child {
    position: absolute;
    width: 200px;
    left: 0;
    z-index: 1;
    background: #fff;
}

table.crm-table thead tr:first-child th:first-child {
    width: 250px;
    text-align: center;
}

table.crm-table thead tr:last-child th:nth-child(2), table.crm-table tr td:nth-child(2) {
    position: absolute;
    width: 50px;
    left: 199px;
    z-index: 1;
    background: #fff;
    min-height: 30px;
}

table.crm-timesheet-table .select2-container .select2-selection--single {
    height: 25px;
    border-radius: 0;
    border: 0px transparent;
}

table.crm-timesheet-table span.select2-selection__rendered {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

table.crm-timesheet-table td:nth-child(2), table.crm-timesheet-table th:nth-child(2) {
    position: relative;
    overflow: hidden;
}

.process-loading {
    background: #fff;
    display: block;
    width: 100%;
    z-index: 1;
    text-align: center;
    position: absolute;
    height: 25px;
}

.process-loading.hidden {
    display: none; 
}

.process-loading img {
    max-height: 24px;
}

table.crm-timesheet-table td > span, .crm-pivot-table th > span {
    padding: 0 15px;
}

.crm-timesheet-table.crm-pivot-table {
    overflow-x: auto;
    max-width: calc(100% - 130px);
    width: 100%;
    margin-left: 130px;
    margin-bottom: 40px;
}

#timesheettabs {
    background: #fff;
    bottom: 0;
    font-size: 0;
    width: calc(100% - 130px);
}

#timesheettabs a {
    padding: 5px 10px 4px;
    display: inline-block;
    color: #acacac;
    cursor: pointer;
    border: 1px solid #acacac;
    font-size: 14px;
}

table.crm-timesheet-table {
    margin-bottom: 100px;
}

.date-range-selector {
    position: absolute;
    top: 25px;
    right: 0;
}

input#daterangefilter {
    min-width: 200px;
    border: 1px solid #acacac;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
input#daterangefilterfrom, input#daterangefilterto, select#pivotuserselector, select#enselect, select#enprocess {
    width: 125px;
    border: 1px solid #acacac;
    padding-left: 5px;
    height: 27px;
    padding-right: 15px;
    text-align: left;
}
button.insert-now-button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0px transparent;
    font-size: 28px;
    line-height: 20px;
    height: 27px;
    padding: 0 5px 4px;
}
button.insert-now-button:hover, button.insert-now-button:focus, button.insert-now-button:focus-visible {
    color: #acacac;
    outline: none;
    text-shadow: 1px 1px 5px #5931fb;
}
table.crm-timesheet-table tfoot td {
    font-size: 14px;
}
table.crm-timesheet-table tfoot td:last-child span {
    font-size: 16px;
}
table.crm-timesheet-table tfoot td[colspan="6"] {
    font-weight: 700;
    padding: 4px 0 3px 8px;
}
.crm-timesheet-message .msg.msg-error {
    color: red;
    display: block;
    margin: 0 0 25px;
}
table.crm-timesheet-table.crm-pivot-table {
    min-width: 4000px;
    margin-bottom: 1px;
    margin-left: 0;
}
.crm-timesheet-message .msg.msg-success {
    color: green;
    display: block;
    margin: 0 0 25px;
}
table.crm-timesheet-table.crm-pivot-table thead tr th:first-child, table.crm-timesheet-table.crm-pivot-table tr td:first-child {
    width: 130px;
    position: absolute;
    left: 0;
    height: 28px;
    background: #fff;
    margin-top: -1px;
}
table.crm-timesheet-table.crm-pivot-table th:nth-child(2), table.crm-timesheet-table.crm-pivot-table td:nth-child(2) {
    border-left: 0px transparent;
}
.crm-pivot-table td > span, .crm-pivot-table th > span, .crm-pivot-table td > span strong {
    white-space: nowrap;
    font-size: 14px;
}
table.crm-timesheet-table tr:first-child th {
    padding-left: 10px;
}
button#addtotimesheet, button#addnewproject, button#addnewprocess {
    height: 26px;
    font-size: 14px;
    width: 100%;
    border: 0px transparent;
    padding: 0;
    font-weight: 700;
}
button#addtotimesheet:focus, button#addnewproject:focus {
    opacity: 0.6;
}
.report-project {
    border: 1px solid #acacac;
    margin: 0 0 50px;
    cursor: pointer;
}
div#maincenter > .center-content .report-project h2 {
    margin: 10px 0;
    padding: 0 10px;
}
div#maincenter > .center-content .report-project h2::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 7px;
    border-left: 2px solid #acacac;
    border-bottom: 2px solid #acacac;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(315deg);
}
.report-project-percentage, .report-project-hours-left {
    padding: 5px 10px;
    border-top: 1px solid #acacac;
}
.project-report-content > div {
    padding: 10px;
    border-top: 1px solid #acacac;
}
table.report-project-table th, table.report-project-table td {
    padding-left: 10px;
    padding-right: 10px;
}
div#maincenter > .center-content .report-project.opened h2::after {
    transform: rotate(135deg);
    top: 13px;
}
.report-project-timesheets table {
    margin: 0;
}
.date-range-selector.dr-en {
    max-width: calc(100% - 480px);
    top: 30px;
    text-align: right;
    position: relative;
    float: right;
    display: inline-block;
}
.egyedi-nezet .date-range-selector.dr-en {
    text-align: right;
    display: inline-block;
    position: static;
    float: none;
    max-width: calc(100% - 600px);
    vertical-align: top;
}
.date-range-selector.dr-en select {
    margin-bottom: 5px;
}
body .date-range-selector span.select2.select2-container {
    display: inline-block;
    width: auto !important;
    vertical-align: top;
    border-radius: 0px;
    min-width: 125px;
    line-height: 20px;
    min-height: 0;
    margin-bottom: 5px;
}
.crm-timesheet-table.crm-en-table {
    margin-top: 10px;
}
body .date-range-selector span.select2-dropdown {
    min-width: 200px;
}
body .date-range-selector .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #acacac;
}
body .date-range-selector span.select2-selection.select2-selection--multiple {
    padding: 0;
    height: auto;
    min-height: 27px;
}
span.select2-selection.select2-selection--multiple {
    border-radius: 0;
}
body .date-range-selector li.select2-selection__choice {
    margin-top: 3px !important;
    margin-bottom: 2px;
}
body .date-range-selector textarea.select2-search__field {
    margin-top: 0px;
    position: relative;
    line-height: 26px;
    top: -4px;
}
h2.en-page-title {
    display: inline-block;
}
table.crm-timesheet-table.crm-pivot-table tr td:first-child span {
    white-space: normal;
    word-wrap: break-word;
}
div#maincenter div#reportsdata > h2 {
    margin-bottom: 40px;
}
div#reportsearch {
    float: right;
}
input#reportinput {
    font-size: 16px;
    min-width: 200px;
}
.select2-dropdown {
    min-width: 200px;
}
button.project-delete-button, button.process-delete-button {
    border: 0px transparent;
    background: transparent;
    color: red;
    font-weight: 700;
}
.date-range-selector.dr-proc {
    max-width: 900px;
    position: relative;
    top: 20px;
    display: inline-block;
    float: right;
}
div#pagination a {
    text-decoration: none;
}
div#pagination a:hover {
    opacity: 0.4;
}
.report-tabs a {
    margin: 0 10px 25px 0;
    display: inline-block;
    color: #000;
    background: #fff;
    padding: 5px 25px;
    font-weight: 700;
    border: 1px solid #e8e8e8;
    position: relative;
    top: -15px;
    text-decoration: none;
}
.report-tabs a:hover {
    text-decoration: none;
    opacity: 0.6;
}
a.reportlink.active {
    background: #e8e8e8;
}
input.support-page-description {
    background: transparent;
    border: 0px transparent;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	padding: 0 10px;
}