:root {
    --s-sidebar-band-width: 50px;
    --s-sidebar-pane-width: 250px;
    --s-sidebar-width: calc(var(--s-sidebar-band-width) + var(--s-sidebar-pane-width));
    --tl-comment-header-bg: #f6f8fa;
}

.nav {
  --bs-nav-link-disabled-color: #ccc;
}

:root.theme-azure-light {
    --s-column-header: #416a8f;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

body.modal-open {
    padding-right: 0 !important;
}

body[data-bs-overflow=hidden] {
    overflow-y: auto !important;
}

@media (min-width: 1200px) {
  section.content {
    min-height: calc(100vh - 48px);
  }
  .full-height-page section.content {
    height: calc(100vh - 48px);
  }
}

.category-title {
  color: var(--s-category-title);
  font-weight: 500;
}

#toast-container > div {
  opacity: 1;
}

.background-lightgray .slick-cell a {
    background-color: lightgray;
}

.background-lightgray .slick-cell {
    background-color: lightgray;
}

.slick-row.background-inactive {
  filter: opacity(0.5);
}

.slick-header {
    background-color: #e3eff9;
    border-bottom: 1px solid #bdd0e1;
}

.s-mobile-header {
    background-color: #064e8c;
    box-shadow: 0 2px 5px #0002;
}

.s-mobile-header-branding {
    margin-left: 10px;
}

.s-mobile-header-logo {
    width: auto;
}

.s-mobile-header-actions {
    align-items: center;
}

.s-mobile-header-user-image,
.s-profile-menu-user-image {
    border-radius: 50% !important;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    background-color: var(--s-card-bg);
    flex-shrink: 0;
    box-shadow: 0 0 0 2px var(--s-sidebar-band-link);
    border-style: none;
    overflow: hidden;
}

#layoutMeetingPartial a,
.s-NotificationWidget > a {
    color: var(--s-sidebar-band-link);
}

.start-meeting-div {
    margin: 0 1.5rem;
}

.started-meeting-infos {
    margin: 0 0.5rem;
}

@media (min-width: 1200px) {
    .s-sidebar {
        top: 48px;
        transform: translateX(0);
    }

    .s-mobile-header {
        display: flex !important;
    }

    .s-sidebar-toggler {
        display: none;
    }

    section.content {
        min-height: calc(100vh - 48px);
    }
}

.ui-tabs-panel[aria-hidden=false] {
  display: flex !important;
}

.ui-tabs-panel:not(.ui-tabs-panel-active):not([aria-hidden=false]) {
  display: none !important;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

a {
    text-decoration: none;
}

.fa.fa-square-o:before {
    content: "\f04d";
}

.s-YesNoCheckEditor label {
    margin-right: 8px;
}

.s-YesNoCheckEditor input[type=checkbox] {
    margin-right: 4px;
    height: 1.5em;
    width: 1.5em;
    margin-top: 0;
}

.field .s-YesNoCheckEditor {
    margin-top: 6px;
}

.quick-filter-item input[type=checkbox]~label {
    margin-left: 3px;
    margin-right: var(--s-col-gap);
}

a.inline-action.paper-clip-count {
    font-size: 11px;
}

a.inline-action.paper-clip-count i {
    font-size: 1.2rem;
    margin-right: -3px;
}

@media (min-height: 820px) {
    .s-ProjectsDialog.s-Panel, .s-TaskDialog.s-Panel {
        height: calc(100vh - 48px - 2.5rem);
    }
}

.s-ProjectsDialog .ui-tabs-nav a {
    padding-top: 0rem;
    padding-bottom: 0.5rem;
}

.s-ProjectsDialog .nav-link {
    padding: 0.2rem 0.7rem;
}

.s-ProjectsDialog .ui-tabs .tab-pane {
    padding-top: 1rem;
}

.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
    box-sizing: content-box;
}

.s-Administration-LanguageDialog > .size {
    width: 450px;
}

.s-Administration-LanguageDialog .caption {
    width: 120px;
}

.s-Administration-RoleDialog > .size {
    width: 450px;
}

.s-Administration-RoleDialog .caption {
    width: 120px;
}

.s-Administration-UserDialog > .size {
    width: 920px;
    height: 750px;
}

.s-Administration-UserDialog .caption {
    width: 135px;
}

.s-Administration-UserDialog .s-PropertyGrid .categories {
    height: 450px;
}

.s-TranslationGrid input.custom-text {
    width: 100%;
    height: 23px;
    padding: 0 3px;
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size,
.s-UserRoleDialog > .size {
    min-width: 670px;
    width: 670px;
    min-height: 450px;
    height: 450px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid,
.s-UserRoleDialog .s-DataGrid {
    height: 100%;
}

.s-UserPermissionDialog .ui-dialog-content,
.s-RolePermissionDialog .ui-dialog-content,
.s-UserRoleDialog .ui-dialog-content {
    padding: 8px;
}

.s-EmailTemplatesGrid .check-box {
    width: 14px;
}

.s-PermissionCheckEditor .check-box {
    background-image: url(../serenity/images/tick-empty.png);
    background-position: center center;
    width: 22px;
    height: 22px;
    margin: 0;
}

.s-PermissionCheckEditor .check-box.checked {
    background-image: url(../serenity/images/tick-green.png);
    background-position: center center;
}

.s-PermissionCheckEditor .check-box.checked.revoke {
    background-image: url(../serenity/images/tick-red.png);
    background-position: center center;
}

.s-PermissionCheckEditor .check-box.partial {
    opacity: 0.8;
}

.s-PermissionCheckEditor .check-box.checked.partial {
    background-image: url(images/tick-green-partial.png);
}

.s-PermissionCheckEditor .check-box.checked.revoke.partial {
    background-image: url(images/tick-red-partial.png);
}

.s-PermissionCheckEditor .effective-permission {
    cursor: default;
    padding-left: 22px;
    background-image: url(../serenity/images/check2.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.s-PermissionCheckEditor .effective-permission.partial {
    background-image: url(../serenity/images/checkbox-null.png);
}

.s-PermissionCheckEditor .effective-permission.deny {
    background-image: url(../serenity/images/slash.png);
}

.s-Administration-DataClassesDialog > .size {
    width: 650px;
}

.s-Administration-DataClassesDialog .caption {
    width: 150px;
}

.s-Administration-DataFieldsDialog > .size {
    width: 650px;
}

.s-Administration-DataFieldsDialog .caption {
    width: 150px;
}

.s-Administration-TypesDialog > .size {
    width: 650px;
}

.s-Administration-TypesDialog .caption {
    width: 150px;
}

.s-Administration-CostUnitsDialog > .size {
    width: 650px;
}

.s-Administration-CostUnitsDialog .caption {
    width: 150px;
}

.s-Administration-KeyWordsDialog > .size {
    width: 650px;
}

.s-Administration-KeyWordsDialog .caption {
    width: 150px;
}

.s-Administration-SettingsDialog > .size {
    width: 650px;
}

.s-Administration-SettingsDialog .caption {
    width: 150px;
}

.s-Administration-StatusDialog > .size {
    width: 650px;
}

.s-Administration-StatusDialog .caption {
    width: 150px;
}

.s-Administration-DeletionsDialog > .size {
    width: 650px;
}

.s-Administration-DeletionsDialog .caption {
    width: 150px;
}

.s-Administration-CountriesDialog > .size {
    width: 650px;
}

.s-Administration-CountriesDialog .caption {
    width: 150px;
}

.s-Administration-ProjectRolesDialog > .size {
    width: 650px;
}

.s-Administration-ProjectRolesDialog .caption {
    width: 150px;
}

.s-Administration-MonthDialog > .size {
    width: 650px;
}

.s-Administration-MonthDialog .caption {
    width: 150px;
}

.s-Administration-ReportingCostTypeDialog > .size {
    width: 650px;
}

.s-Administration-ReportingCostTypeDialog .caption {
    width: 150px;
}

.s-Administration-UserSessionLogDialog > .size {
    width: 650px;
}

.s-Administration-UserSessionLogDialog .caption {
    width: 150px;
}

.s-Administration-UserDeputyDialog > .size {
    width: 650px;
}

.s-Administration-UserDeputyDialog .caption {
    width: 150px;
}

.s-Administration-StatusLogDialog > .size {
    width: 650px;
}

.s-Administration-StatusLogDialog .caption {
    width: 150px;
}

.s-Administration-HelpEntriesDialog > .size {
    width: 650px;
}

.s-Administration-HelpEntriesDialog .caption {
    width: 150px;
}

.s-Administration-HelpEntriesDialog .CodeMirror {
    min-height: 300px;
}

.s-Administration-HelpEntriesLangDialog > .size {
    width: 650px;
}

.s-Administration-HelpEntriesLangDialog .caption {
    width: 150px;
}

.s-Administration-HelpEntriesLangDialog .CodeMirror {
    min-height: 300px;
}

.s-HelpAboutDialog > .size {
    width: 1200px;
    height: 650px;
}

.s-HelpAboutDialog .tabs-container {
    margin: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.s-HelpAboutDialog .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
    height: 545px;
}

.s-HelpAboutDialog .tab-pane {
    height: 100%;
}

.s-HelpAboutDialog .nav-tabs {
    margin-bottom: -1px;
    border-bottom: 1px solid #ddd;
    flex-direction: row;
}

.s-HelpAboutDialog .help-chapter {
    display: none;
}

.s-HelpAboutDialog .help-directory-content {
    height: 100%;
    display: flex;
    flex-direction: row;
}

.s-HelpAboutDialog .topic-list {
    flex: 0 0 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
}

.s-HelpAboutDialog .topic-list ul {
    padding-left: 30px;
    list-style: none;
}

.s-HelpAboutDialog .topic-list > ul {
    padding-left: 0;
}

.s-HelpAboutDialog .topic-list a {
    display: inline-block;
    padding: 2px 4px;
    font-size: 14px;
}

.s-HelpAboutDialog .topic-list .fa-angle-right {
    font-size: 16px;
    line-height: 18px;
    padding: 0 2px;
    font-weight: bold;
}

.s-HelpAboutDialog .topic-list .help-item-active > .fa-angle-right {
    transform: rotate(90deg);
}

.s-HelpAboutDialog .topic-list a.help-chapter-link {
    color: #000;
    font-size: 15px;
}

.s-HelpAboutDialog .topic-list a > i {
    color: black;
}

.s-HelpAboutDialog .topic-list .help-item-active > a.help-topic-link {
    font-weight: bold;
}

.s-HelpAboutDialog .topic-content {
    padding: 5px 10px 10px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
}

.s-HelpAboutDialog .topic-content h1 {
    margin-top: 0px;
    color: mediumpurple;
    font-size: 28px;
}

.s-HelpAboutDialog .topic-content h2 {
    color: cornflowerblue;
    margin-top: 20px;
    font-size: 21px;
}

.s-HelpAboutDialog .topic-content h4 {
    font-size: 18px;
}

.s-HelpAboutDialog .topic-content h1:first-child,
.s-HelpAboutDialog .topic-content h2:first-child {
    margin-top: 0;
}

.s-HelpAboutDialog .topic-content img {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    max-width: 60%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.s-HelpAboutDialog .lang-link,
.s-HelpAboutDialog .lang-link:hover {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}

.s-HelpAboutDialog .lang-en {
    background-image: url(images/GB.png);
}

.s-HelpAboutDialog .lang-de {
    background-image: url(images/DE.png);
}

.s-Administration-FunctionalUnitsDialog > .size {
    width: 920px;
    height: 700px;
}

.s-Administration-FunctionalUnitsDialog .caption {
    width: 100px;
}

.s-Administration-FunctionalUnitsDialog .s-DataGrid .grid-container {
    min-height: 350px;
}

.s-Administration-FunctionalUnitsLangDialog > .size {
    width: 650px;
}

.s-Administration-FunctionalUnitsLangDialog .caption {
    width: 150px;
}

.s-Administration-FunctionalUnitUsersDialog > .size {
    width: 650px;
    height: 400px;
}

.s-Administration-FunctionalUnitUsersDialog .caption {
    width: 130px;
}

.s-Administration-UserFunctionalUnitsDialog > .size {
    width: 650px;
    height: 400px;
}

.s-Administration-UserFunctionalUnitsDialog .caption {
    width: 130px;
}

.s-Administration-EngagementsDialog > .size {
    width: 650px;
}

.s-Administration-EngagementsDialog .caption {
    width: 150px;
}

.s-Administration-OrganizationalUnitsDialog > .size {
    width: 950px;
}

.s-Administration-OrganizationalUnitsDialog .caption {
    width: 150px;
}

.s-Administration-OrganizationalUnitsDialog .s-BusinessUnits-EmploymentsGrid {
    min-height: 350px;
}

.s-Administration-EmailTemplatesDialog > .size {
    width: 650px;
}

.s-Administration-EmailTemplatesDialog .caption {
    width: 150px;
}

.s-Administration-FunctionalRolesDialog > .size {
    width: 650px;
}

.s-Administration-FunctionalRolesDialog .caption {
    width: 150px;
}

.s-Administration-AbsencesDialog > .size {
    width: 650px;
}

.s-Administration-AbsencesDialog .caption {
    width: 150px;
}

.s-Administration-BankHolidaysDialog > .size {
    width: 650px;
}

.s-Administration-BankHolidaysDialog .caption {
    width: 150px;
}

.s-Administration-ProjectAvailableFactorsDialog > .size {
    width: 650px;
}

.s-Administration-ProjectAvailableFactorsDialog .caption {
    width: 150px;
}

.view-switch {
    position: relative;
    top: 0px;
}

.card-container {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ecf0f5;
}

.card-container .card-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card-container .card-item {
    flex: 0 1 calc(100% - 4px);
    padding: 8px;
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    height: 160px;
    overflow: hidden;
    margin: 6px;
}

.card-container .card-item table {
    width: 100%;
    table-layout: fixed;
}

.card-container .card-item td {
    padding: 4px;
}

.card-container .card-item td.img {
    width: 116px;
}

.card-container .card-item td.img img {
    width: 100px;
}

.card-container .card-item .name {
    font-weight: bold;
}

@media (min-width: 900px) {
    .card-container .card-item {
        flex-basis: calc(50% - 12px);
    }
}

@media (min-width: 1600px) {
    .card-container .card-item {
        flex-basis: calc(33% - 12px);
    }
}

.s-BusinessUnits-BusinessUnitsDialog > .size {
    width: 650px;
}

.s-BusinessUnits-BusinessUnitsDialog .caption {
    width: 150px;
}

.s-BusinessUnits-ContactsDialog > .size {
    width: 1000px;
}

.s-BusinessUnits-ContactsDialog .caption {
    width: 150px;
}

.s-BusinessUnits-ContactsDialog .s-Comments-CommentsEditor {
    min-height: 400px;
}

.s-BusinessUnits-BusinessUnitDialog > .size {
    width: 650px;
}

.s-BusinessUnits-BusinessUnitDialog .caption {
    width: 150px;
}

.s-BusinessUnits-ContactsProjectGrid .grid-container {
    min-height: 400px;
}

.s-BusinessUnits-EmploymentsDialog > .size {
    width: 650px;
}

.s-BusinessUnits-EmploymentsDialog .caption {
    width: 150px;
}

.s-BusinessUnits-EmploymentDeltaHourDialog > .size {
    width: 650px;
}

.s-BusinessUnits-EmploymentDeltaHourDialog .caption {
    width: 150px;
}

.s-Projects-ProjectsDialog > .size {
    width: 1400px;
}

.s-Projects-ProjectsDialog .caption {
    width: 160px;
}

.s-Projects-ProjectsPhasesDialog > .size {
    width: auto;
}

.s-Projects-ProjectsPhasesDialog .caption {
    width: auto;
}

.s-Projects-PenaltiesDialog > .size {
    width: 650px;
}

.s-Projects-PenaltiesDialog .caption {
    width: 150px;
}

.s-Projects-PhasesDialog > .size {
    width: 1400px;
}

.s-Projects-PhasesDialog .caption {
    width: 150px;
}

.s-Projects-PhasesDialog .caption {
    width: auto;
}

.s-Projects-ProjectMembersDialog > .size {
    width: 650px;
}

.s-Projects-ProjectMembersDialog .caption {
    width: 150px;
}

.s-Default-ProjectMembersDialog > .size {
    width: 650px;
}

.s-Default-ProjectMembersDialog .caption {
    width: 150px;
}

.s-Default-CommentsDialog > .size {
    width: 650px;
}

.s-Default-CommentsDialog .caption {
    width: 150px;
}

.s-Default-DocumentsDialog > .size {
    width: 700px;
}

.s-Default-DocumentsDialog .caption {
    width: 110px;
}

.s-Projects-DocumentationDataDialog > .size {
    width: 650px;
}

.s-Projects-DocumentationDataDialog .caption {
    width: 150px;
}

.s-Projects-ProductionDataDialog > .size {
    width: 650px;
}

.s-Projects-ProductionDataDialog .caption {
    width: 150px;
}

.s-Projects-ShipmentDataDialog > .size {
    width: 650px;
}

.s-Projects-ShipmentDataDialog .caption {
    width: 150px;
}

.s-Projects-CommissioningDataDialog > .size {
    width: 650px;
}

.s-Projects-CommissioningDataDialog .caption {
    width: 150px;
}

.s-Projects-ChecklistDataDialog > .size {
    width: 650px;
}

.s-Projects-ChecklistDataDialog .caption {
    width: 150px;
}

.s-Projects-EquipmentsDialog > .size {
    width: 650px;
}

.s-Projects-EquipmentsDialog .caption {
    width: 150px;
}

.s-Projects-CostUnitsDialog > .size {
    width: 650px;
}

.s-Projects-CostUnitsDialog .caption {
    width: 150px;
}

.s-Projects-CostTypesDialog > .size {
    width: 650px;
}

.s-Projects-CostTypesDialog .caption {
    width: 150px;
}

.s-MonthlyReportWizard .grid-container {
    min-height: 100px;
}

.s-ProjectsDialog .s-DialogToolbar {
    min-height: unset;
}

.s-Projects-ProjectPreAssemblyDateDialog > .size {
    width: 650px;
}

.s-Projects-ProjectPreAssemblyDateDialog .caption {
    width: 150px;
}

.s-Projects-ProjectChecklistDialog > .size {
    width: 650px;
}

.s-Projects-ProjectChecklistDialog .caption {
    width: 150px;
}

.s-Projects-ProjectChecklistItemDialog > .size {
    width: 650px;
}

.s-Projects-ProjectChecklistItemDialog .caption {
    width: 150px;
}

.ProjectsChecklistItemSortNoGridCell {
    margin-left: 20px;
}

.projectCheckListBlocked .slick-cell {
    color: darkgray;
}

.s-Projects-ProjectDocumentTemplatesDialog > .size {
    width: 650px;
}

.s-Projects-ProjectDocumentTemplatesDialog .caption {
    width: 150px;
}

.s-Projects-ProjectFolderTemplatesDialog > .size {
    width: 650px;
}

.s-Projects-ProjectFolderTemplatesDialog .caption {
    width: 150px;
}

.s-Projects-ProjectTemplatesDialog > .size {
    width: 650px;
}

.s-Projects-ProjectTemplatesDialog .caption {
    width: 150px;
}

.s-Projects-SimulationProjectTemplatesDialog > .size {
    width: 650px;
}

.s-Projects-SimulationProjectTemplatesDialog .caption {
    width: 150px;
}

.s-Projects-SimulationProjectsCapacityNeedsTemplatesDialog > .size {
    width: 950px;
}

.s-Projects-SimulationProjectsCapacityNeedsTemplatesDialog .caption {
    width: 150px;
}

.s-Projects-SimulationProjectsDialog > .size {
    width: 650px;
}

.s-Projects-SimulationProjectsDialog .caption {
    width: 150px;
}

.s-Projects-SimulationProjectsCapacityNeedsDialog > .size {
    width: 880px;
}

.s-Projects-SimulationProjectsCapacityNeedsDialog .caption {
    width: 150px;
}

.simulationprojectGrid-grayout .slick-cell {
    color: darkgray;
}

.simulationProfileColumnWidth {
    max-width: 150px;
}

.s-Projects-ProjectPoCDialog > .size {
    width: 650px;
}

.s-Projects-ProjectPoCDialog .caption {
    width: 150px;
}

.s-Projects-ProjectPoCsDialog > .size {
    width: 650px;
}

.s-Projects-ProjectPoCsDialog .caption {
    width: 150px;
}

.s-Projects-ProjectChecklistItemGrid .grid-toolbar .tool-buttons .tool-filter {
    float: left;
    margin-top: -2px;
}

.s-Projects-ProjectChecklistItemGrid .grid-toolbar .tool-buttons .tool-button {
    margin-top: 18px;
}

.s-ImportFromProjectWizard .summary-row {
    display: flex;
    width: 100%;
}

.s-ImportFromProjectWizard .summary-cell {
    width: 200px;
    padding: 4px;
    border-bottom: 1px dotted #eee;
}

.s-ImportFromProjectWizard .summary-cell:last-child {
    flex-grow: 1;
}

.s-Payments-PaymentsDialog > .size {
    width: 650px;
}

.s-Payments-PaymentsDialog .caption {
    width: 150px;
}

.s-MonthlyReportCommentsEditor {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.s-MonthlyReportCommentsEditor ul {
    padding: 0;
    min-height: 110px;
    overflow-y: auto;
    list-style: none;
}

.s-MonthlyReportCommentsEditor li {
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #C3C2C2;
    background-color: #F5E7DC;
    padding: 8px;
    position: relative;
}

.s-MonthlyReportCommentsEditor .note-text {
    padding-right: 24px;
    white-space: pre-wrap;
    display: block;
}

.s-MonthlyReportCommentsEditor .note-delete {
    background-image: url('../serenity/images/delete2.png');
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 6px;
    top: 6px;
    opacity: 0.4;
}

.s-MonthlyReportCommentsEditor .note-delete:hover {
    opacity: 1;
}

.s-MonthlyReportCommentsEditor .note-date {
    margin-top: 6px;
    display: block;
    text-align: right;
    color: #2a4084;
    font-style: italic;
}

.s-MonthlyReportCommentsEditor .s-Toolbar {
    background-color: #eee;
    padding: 4px;
}

.s-CommentsEditor {
    border: 1px solid var(--s-card-border);
    border-radius: 6px;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.s-CommentsEditor .tl-comment-list-wrap {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.tl-comment-item,
.tl-comment-box {
    display: flex;
    position: relative;
    padding: 16px 0;
    margin-left: 16px;
}

.tl-comment-box {
    flex-direction: column;
}

.tl-comment-item:first-child {
    padding-top: 0;
}

.tl-comment-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--s-card-border);
    display: block;
    width: 2px;
    content: "";
}

.tl-comment-item-body {
    min-width: 0;
    max-width: 100%;
    flex: auto;
}

.tl-avatar-side {
    position: absolute;
    left: -71px;
    z-index: 1;
}

.tl-comment-box .tl-avatar-side {
    left: -42px;
}

.tl-avatar-image {
    border-radius: 50% !important;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    background-color: var(--s-card-bg);
    flex-shrink: 0;
    box-shadow: 0 0 0 1px var(--s-card-border);
    border-style: none;
}

.tl-comment {
    position: relative;
    background-color: var(--s-card-bg);
    border: 1px solid var(--s-card-border);
    border-radius: 6px;
    margin-left: -16px !important;
}

.tl-comment::before,
.tl-comment-box .simple-mde-container::before {
    position: absolute;
    top: 11px;
    right: 100%;
    left: -9px;
    display: block;
    width: 8px;
    height: 16px;
    pointer-events: none;
    content: " ";
    background-color: #ededee;
    display: block;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.tl-comment-box .simple-mde-container::before {
    left: -8px;
}

.tl-comment-box .simple-mde-container {
    position: relative;
}

.tl-comment.current-user {
    border-color: rgba(84, 174, 255, 0.4);
}

.tl-comment.current-user::before {
    background-color: rgba(84, 174, 255, 0.4);
}

.tl-comment-header {
    display: flex;
    align-items: center;
    padding-right: 16px;
    padding-left: 16px;
    color: var(--color-fg-muted);
    flex-direction: row-reverse;
    background-color: var(--tl-comment-header-bg);
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid var(--s-card-border);
}

.tl-comment.current-user .tl-comment-header {
    background-color: rgba(84, 174, 255, 0.15);
}

.tl-comment-header-text {
    min-width: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 1px;
    flex: 1 1 auto;
    font-weight: normal;
}

.tl-comment-timestamp,
.tl-comment-edited {
    color: #2f88a3;
}

.tl-comment-body {
    width: 100%;
    overflow: visible;
    font-size: 14px;
    padding: 16px;
}

.tl-comment-edit .simple-mde-container {
    margin-left: -16px !important;
}

.s-Comments-CommentsEditor .editor-preview {
    padding: 14px;
}

.markdown-body {
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}

.markdown-body > *:last-child {
    margin-bottom: 0 !important;
}

.markdown-body > *:first-child {
    margin-top: 0 !important;
}

.markdown-body img {
    max-width: 100%;
}

.s-CommentsEditor .s-Toolbar {
    padding: 6px 6px 0 6px;
}

.s-CommentsEditor textarea {
    padding: 6px;
    flex: 1 1 auto;
    border-radius: 10px;
    outline: none;
}

.s-CommentsEditor .attachment-section {
    margin-top: 5px !important;
}

.s-Comments-CommentsEditor .editor-toolbar {
    opacity: 1;
    background-color: var(--s-card-bg);
    border-color: #ddd;
}

.s-CommentsEditor .editor-toolbar a {
    font-size: 20px;
    font-weight: var(--s-icon-solid);
    color: #666 !important;
}

.s-CommentsEditor .editor-toolbar::before,
.s-CommentsEditor .editor-toolbar::after {
    margin-top: 0;
    margin-bottom: 0;
}

.s-CommentsEditor .CodeMirror {
    min-height: 9rem;
    height: 9rem;
}

.s-CommentsEditor .CodeMirror-scroll {
    min-height: unset;
}
/*
.s-CommentsEditor .note-text {
    padding-right: 24px;
    margin-top: 6px;
    display: block;
    white-space: pre-wrap;
}

.s-CommentsEditor .note-delete {
    background-image: url('../serenity/images/delete2.png');
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 6px;
    top: 6px;
    opacity: 0.4;
}

.s-CommentsEditor .note-delete:hover {
    opacity: 1;
}

.s-CommentsEditor .note-date {
    margin-top: 6px;
    display: block;
    text-align: right;
    color: #2a4084;
    font-style: italic;
}

*/
.s-NoteDialog > .size {
    width: 465px;
}

.s-NoteDialog .ui-dialog-content {
    padding-bottom: 10px;
}

.s-Default-ProjectMembersDialog > .size {
    width: 650px;
}

.s-Default-ProjectMembersDialog .caption {
    width: 150px;
}

.s-Default-CommentsDialog > .size {
    width: 650px;
}

.s-Default-CommentsDialog .caption {
    width: 150px;
}

.s-Default-BusinessUnitDialog > .size {
    width: 650px;
}

.s-Default-BusinessUnitDialog .caption {
    width: 150px;
}

.s-Default-VPenalityStatusDialog > .size {
    width: 650px;
}

.s-Default-VPenalityStatusDialog .caption {
    width: 150px;
}

.s-Default-VPenalityTypeDialog > .size {
    width: 650px;
}

.s-Default-VPenalityTypeDialog .caption {
    width: 150px;
}

.s-Default-VPhaseTypeDialog > .size {
    width: 650px;
}

.s-Default-VPhaseTypeDialog .caption {
    width: 150px;
}

.s-Default-VActivityStreamDialog > .size {
    width: 650px;
}

.s-Default-VActivityStreamDialog .caption {
    width: 150px;
}

.s-Default-PurchaseOrderLinesDialog > .size {
    width: 650px;
}

.s-Default-PurchaseOrderLinesDialog .caption {
    width: 150px;
}

.s-Default-VLongLeadTypeDialog > .size {
    width: 650px;
}

.s-Default-VLongLeadTypeDialog .caption {
    width: 150px;
}

.s-Default-VWbsLongLeadStatusDialog > .size {
    width: 650px;
}

.s-Default-VWbsLongLeadStatusDialog .caption {
    width: 150px;
}

.s-Default-VWbsPlanStatusDialog > .size {
    width: 650px;
}

.s-Default-VWbsPlanStatusDialog .caption {
    width: 150px;
}

.s-Default-VTaskStatusDialog > .size {
    width: 650px;
}

.s-Default-VTaskStatusDialog .caption {
    width: 150px;
}

.s-Default-VTaskTypeDialog > .size {
    width: 650px;
}

.s-Default-VTaskTypeDialog .caption {
    width: 150px;
}

.s-Default-VProjectMemberTypeDialog > .size {
    width: 650px;
}

.s-Default-VProjectMemberTypeDialog .caption {
    width: 150px;
}

.s-Default-VMeetingMinuteTypeDialog > .size {
    width: 650px;
}

.s-Default-VMeetingMinuteTypeDialog .caption {
    width: 150px;
}

.s-Default-VWbsElementStatusDialog > .size {
    width: 650px;
}

.s-Default-VWbsElementStatusDialog .caption {
    width: 150px;
}

.s-Default-VWbsElementTypeDialog > .size {
    width: 650px;
}

.s-Default-VWbsElementTypeDialog .caption {
    width: 150px;
}

.s-Default-JobLogsDialog > .size {
    width: 650px;
}

.s-Default-JobLogsDialog .caption {
    width: 150px;
}

.s-Default-VMonthlyReportStatusDialog > .size {
    width: 650px;
}

.s-Default-VMonthlyReportStatusDialog .caption {
    width: 150px;
}

.s-Default-VMonthStatusDialog > .size {
    width: 650px;
}

.s-Default-VMonthStatusDialog .caption {
    width: 150px;
}

.s-Default-VReportingCostTypeTypeDialog > .size {
    width: 650px;
}

.s-Default-VReportingCostTypeTypeDialog .caption {
    width: 150px;
}

.s-Default-ReportDistributionTemplateCostUnitDialog > .size {
    width: 650px;
}

.s-Default-ReportDistributionTemplateCostUnitDialog .caption {
    width: 150px;
}

.s-Default-ReportDistributionTemplatesDialog > .size {
    width: 650px;
}

.s-Default-ReportDistributionTemplatesDialog .caption {
    width: 150px;
}

.s-Default-VAbsenceTypeDialog > .size {
    width: 650px;
}

.s-Default-VAbsenceTypeDialog .caption {
    width: 150px;
}

.s-ProjectMemberMailDialog > .size {
    width: 650px;
    min-width: 650px;
}

.s-Default-ValueCategoriesDialog > .size {
    width: 650px;
}

.s-Default-ValueCategoriesDialog .caption {
    width: 150px;
}

.s-Default-ProjectInternalCostDialog > .size {
    width: 650px;
}

.s-Default-ProjectInternalCostDialog .caption {
    width: 150px;
}

.s-Default-ValueCategoriesCostPerYearDialog > .size {
    width: 650px;
}

.s-Default-ValueCategoriesCostPerYearDialog .caption {
    width: 150px;
}

.s-Default-ValueCategoryCostTypeDialog > .size {
    width: 650px;
}

.s-Default-ValueCategoryCostTypeDialog .caption {
    width: 150px;
}

.s-DocumentOlderVersionsGrid .title-text {
    padding: 4px 8px 0 4px;
    font-size: 14px;
}

.s-DocumentOlderVersionsGrid .slick-pane-header {
    display: none;
}

.s-DocumentOlderVersionsGrid .grid-container {
    min-height: 450px;
}

.s-Default-WbsElementRequirementsDialog > .size {
    width: 650px;
}

.s-Default-WbsElementRequirementsDialog .caption {
    width: 150px;
}

.s-Default-NotificationRuleDialog > .size {
    width: 650px;
}

.s-Default-NotificationRuleDialog .caption {
    width: 150px;
}

.s-Default-MonthlyReportExternalDetailedCostsDialog > .size {
    width: 650px;
}

.s-Default-MonthlyReportExternalDetailedCostsDialog .caption {
    width: 150px;
}

.s-Default-MonthlyReportInternalDetailedCostsDialog > .size {
    width: 650px;
}

.s-Default-MonthlyReportInternalDetailedCostsDialog .caption {
    width: 150px;
}

.s-TimeTracking-MailDialog > .size {
    width: 650px;
}

.s-TimeTracking-MailDialog .caption {
    width: 150px;
}

.s-TimeTracking-MailAttachmentDialog > .size {
    width: 650px;
}

.s-TimeTracking-MailAttachmentDialog .caption {
    width: 150px;
}

.s-TimeTracking-TaskDialog > .size,
.s-TimeTracking-ProjectTaskDialog > .size,
.s-TimeTracking-WbsElementTaskDialog > .size {
    width: 1200px;
}

.s-TimeTracking-TaskDialog .caption,
.s-TimeTracking-ProjectTaskDialog .caption,
.s-TimeTracking-WbsElementTaskDialog .caption {
    width: 120px;
}

.s-TimeTracking-WbsElementDialog > .size {
    width: 1200px;
}

.s-TimeTracking-WbsElementDialog .caption {
    width: 150px;
}

.s-TimeTracking-WbsElementDialog .s-DropEmailPanel {
    height: 450px;
}

.s-TimeTracking-WbsElementDialog .s-TimeTracking-WbsElementPurchaseOrderGrid .grid-container,
.s-TimeTracking-WbsElementDialog .s-TimeTracking-WbsElementDocumentGrid .grid-container,
.s-TimeTracking-WbsElementDialog .s-TimeTracking-WbsElementTaskGrid .grid-container {
    min-height: 420px;
}

.s-TimeTracking-WbsElementDialog .s-CommentsEditor > div > ul {
    height: 460px;
    overflow-y: auto;
}

.s-TimeTracking-MailComposeDialog > .size {
    width: 950px;
}

.s-TimeTracking-ProjectMailGrid .grid-container,
.s-TimeTracking-TaskMailGrid .grid-container,
.s-TimeTracking-WbsElementMailGrid .grid-container,
.s-TimeTracking-WorkingPackageTaskGrid .grid-container {
    min-height: 400px;
}

.s-TimeTracking-MailDialog > .size,
.s-TimeTracking-ProjectMailDialog > .size,
.s-TimeTracking-WbsElementMailDialog > .size,
.s-TimeTracking-TaskMailDialog > .size {
    width: 950px;
}

.s-TimeTracking-MailDialog .Attachments .s-Toolbar,
.s-TimeTracking-ProjectMailDialog .Attachments .s-Toolbar,
.s-TimeTracking-WbsElementMailDialog .Attachments .s-Toolbar,
.s-TimeTracking-TaskMailDialog .Attachments .s-Toolbar {
    display: none;
}

.s-TimeTracking-PurchaseOrderLineDialog > .size {
    width: 650px;
}

.s-TimeTracking-PurchaseOrderLineDialog .caption {
    width: 150px;
}

.s-TimeTracking-PurchaseOrderLinesDialog > .size {
    width: 650px;
}

.s-TimeTracking-PurchaseOrderLinesDialog .caption {
    width: 150px;
}

.s-TimeTracking-MeetingAgendaDialog > .size {
    width: 650px;
}

.s-TimeTracking-MeetingAgendaDialog .caption {
    width: 150px;
}

.s-TimeTracking-MeetingMemberDialog > .size {
    width: 650px;
}

.s-TimeTracking-MeetingMemberDialog .caption {
    width: 150px;
}

.s-TimeTracking-MeetingMinuteDialog > .size {
    width: 1200px;
    height: 700px;
}

.s-TimeTracking-MeetingMinuteDialog .caption {
    width: 105px;
}

.s-TimeTracking-MeetingDialog > .size {
    width: 650px;
}

.s-TimeTracking-MeetingDialog .caption {
    width: 150px;
}

.s-MeetingMemberEditor .inplace-button {
    margin-top: 3px;
    height: 27px;
    width: 26px;
}

.s-MeetingMemberEditor .s-Toolbar .s-LookupEditor {
    float: left;
    width: 300px;
}

.s-MeetingMemberEditor .s-Toolbar .has-inplace-button {
    margin-right: 1px;
}

.s-MeetingMemberEditor .slick-cell select {
    padding: 0;
}

.s-TimeTracking-LongLeadDialog > .size {
    width: 650px;
}

.s-TimeTracking-LongLeadDialog .caption {
    width: 150px;
}

.s-TimeTracking-WbsLongLeadDialog > .size {
    width: 650px;
}

.s-TimeTracking-WbsLongLeadDialog .caption {
    width: 150px;
}

.s-TimeTracking-WbsPlanDialog > .size {
    width: 650px;
}

.s-TimeTracking-WbsPlanDialog .caption {
    width: 150px;
}

.editable-data-grid .slick-cell input[type=text] {
    border-radius: 0;
    width: 100%;
    padding: 0 2px;
    border: 1px solid #e7e7e7;
}

.editable-data-grid .slick-cell input[type=text].integer,
.editable-data-grid .slick-cell input[type=text].decimalQ {
    text-align: right;
}

.editable-data-grid .slick-cell input[type=text].s-DateEditor {
    width: calc(100% - 16px);
}

.editable-data-grid .slick-cell select {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.editable-data-grid .slick-cell .dirty {
    background-color: #ffe0e0;
}

.editable-data-grid .slick-cell img.ui-datepicker-trigger {
    float: none;
    zoom: 0.8;
    display: inline-block;
    margin-top: -2px;
}

.longLeadNameGridCell {
    margin-left: 20px;
}

.s-TimeTracking-MonthlyReportDialog > .size {
    width: 650px;
}

.s-TimeTracking-MonthlyReportDialog .caption {
    width: 150px;
}

.s-TimeTracking-MonthlyReportInternalCostDialog > .size {
    width: 650px;
}

.s-TimeTracking-MonthlyReportInternalCostDialog .caption {
    width: 150px;
}

.s-TimeTracking-MonthlyReportExternalCostDialog > .size {
    width: 650px;
}

.s-TimeTracking-MonthlyReportExternalCostDialog .caption {
    width: 150px;
}

.s-TaskKanbanBoard .quick-filters-bar {
    border-radius: 6px;
    background-color: #f7f7f7;
}

.s-TaskKanbanBoard .quick-filter-label {
    margin-bottom: 4px;
}

.kanban-board {
    display: flex;
    flex-direction: row;
    padding: 16px 0;
}

.kanban-column {
    flex: 1 1 16%;
    margin-right: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.kanban-column:last-child {
    margin-right: 0;
}

.kanban-header {
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: white;
    line-height: 15px;
}

.kanban-header i {
    font-size: 15px;
    margin-right: 4px;
    font-weight: normal;
}

.kanban-new .kanban-header {
    background-color: dodgerblue;
}

.kanban-assigned .kanban-header {
    background-color: mediumslateblue;
}

.kanban-started .kanban-header {
    background-color: mediumvioletred;
}

.kanban-onhold .kanban-header {
    background-color: darkslategray;
}

.kanban-done .kanban-header {
    background-color: limegreen;
}

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

.kanban-count {
    float: right;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-right: 4px;
    margin-top: -2px;
    padding: 4px 7px;
    background-color: white;
    color: black;
}

.kanban-column {
    display: flex;
    flex-direction: column;
}

.kanban-tasks {
    flex: 1 1 100%;
    overflow-y: auto;
    background-color: #f7f7f7;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.kanban-task {
    border: 1px solid #eee;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    background-color: white;
    cursor: move;
    position: relative;
    padding-bottom: 25px;
}

.kanban-task.dont-move {
    cursor: not-allowed;
}

.kanban-task-info {
    position: absolute;
    bottom: 5px;
}

.kanban-task-info > div {
    display: inline-block;
    margin-right: 10px;
}

.kanban-task-on-hold {
    background-color: #efefef;
}

.kanban-task-on-hold.kanban-task-on-hold-overdue {
    border: 1px solid var(--s-input-border-error);
}

.kanban-task-on-hold.kanban-task-on-hold-overdue .kanban-task-reminder-date {
    color: var(--s-input-border-error);
}

.kanban-task-priority > svg {
  width: 12px;
}

.kanban-task-priority.prio-1 > svg > circle {
    fill: red;
}

.kanban-task-priority.prio-2 > svg > circle {
    fill: yellow;
}

.kanban-task-priority.prio-3 > svg > circle {
    fill: green;
}

.kanban-task-priority.prio-4 > svg > circle {
    fill: gray;
}

.kanban-task-priority.prio-5 > svg > circle {
    fill: lightgray;
}

.kanban-task-no {
    font-style: italic;
    font-size: 11px;
    text-align: right;
    margin-bottom: 6px;
}

.kanban-task-no a {
    color: royalblue;
    cursor: pointer;
}

.kanban-task-no i {
    color: lightskyblue;
}

.kanban-task-name {
    font-weight: 600;
    margin-top: 6px;
}

.kanban-task-name a {
    color: #000;
}

.kanban-task-detail {
    font-size: 12px;
    margin-top: 6px;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.kanban-task-user {
    margin-top: 6px;
    text-align: right;
    color: #666;
}

.kanban-task-user i {
    color: mediumpurple;
}

.kanban-task-date {
    margin-top: 6px;
    color: #666;
}

.kanban-task-date i.fa-calendar-o {
    color: lightseagreen;
}

.kanban-task-date i.fa-calendar-times-o {
    color: red;
}

.kanban-task-date i.fa-calendar-check-o {
    color: green;
}

a.kanban-add-task {
    color: yellow;
    float: right;
    margin-right: 6px;
}

a.kanban-add-task i {
    font-size: 20px;
    font-weight: 900;
    line-height: 17px;
}

.s-TimeTracking-TaskDialog div.s-Form,
.s-TimeTracking-ProjectTaskDialog div.s-Form,
.s-TimeTracking-WbsElementTaskDialog div.s-Form {
    padding-bottom: 15px;
}

.s-TimeTracking-TaskDialog div.s-Form .field.Description,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field.Description,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field.Description {
    padding-left: 20px;
}

.s-TimeTracking-TaskDialog div.s-Form .field.Description textarea,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field.Description textarea,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field.Description textarea {
    height: 195px;
}

.s-TimeTracking-TaskDialog div.s-Form .field.Description,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field.Description,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field.Description,
.s-TimeTracking-TaskDialog div.s-Form .field.CheckList,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field.CheckList,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field.CheckList {
    flex-wrap: wrap;
    align-content: flex-start;
    padding-bottom: 10px;
}

.s-TimeTracking-TaskDialog div.s-Form .field.Description label.caption,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field.Description label.caption,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field.Description label.caption,
.s-TimeTracking-TaskDialog div.s-Form .field.CheckList label.caption,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field.CheckList label.caption,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field.CheckList label.caption {
    margin-bottom: 4px;
    text-align: left;
    flex-basis: 100%;
}

.s-TimeTracking-TaskDialog div.s-Form .field .tool-button,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field .tool-button,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field .tool-button {
    border: 1px solid #ddd;
    padding: 5px 7px;
    border-radius: 0;
}

.s-TimeTracking-TaskDialog div.s-Form .field .tool-button .button-outer,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field .tool-button .button-outer,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field .tool-button .button-outer {
    border: none;
    padding: 0;
}

.s-TimeTracking-TaskDialog div.s-Form .field .tool-button:hover,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field .tool-button:hover,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field .tool-button:hover {
    background: #fcfcf0;
}

.s-TimeTracking-TaskDialog div.s-Form .field .tool-button:hover .button-outer,
.s-TimeTracking-ProjectTaskDialog div.s-Form .field .tool-button:hover .button-outer,
.s-TimeTracking-WbsElementTaskDialog div.s-Form .field .tool-button:hover .button-outer  {
    background: transparent;
}

.wbs-common-grid .slick-header-columns {
    white-space: normal;
    height: 44px;
}

.wbs-common-grid .slick-header-column {
    height: 100%;
    line-height: 18px;
    padding: 4px 2px 4px 2px;
}

.wbs-common-grid .slick-cell,
.wbs-common-grid .slick-footerrow-column{
    padding-left: 3px;
    padding-right: 3px;
}

.s-TaskAndCommentItems {
    background-color: #fff;
    overflow-y: auto;
    margin: 0 8px 8px 8px;
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    height: 334px;
}

.s-TaskAndCommentItems .list-item {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    background-color: beige;
}

.s-TaskAndCommentItems .comment-item {
    background-color: #F5E7DC;
}

.s-TaskAndCommentItems .task-no {
    font-style: italic;
    font-size: 12px;
    float: right;
    text-align: right;
    margin-bottom: 6px;
}

.s-TaskAndCommentItems .task-no a {
    color: royalblue;
    cursor: default;
}

.s-TaskAndCommentItems .task-no i {
    color: lightskyblue;
}

.s-TaskAndCommentItems .task-name {
    font-weight: 600;
    margin-bottom: 6px;
}

.s-TaskAndCommentItems .task-name a {
    color: #000;
    cursor: default;
}

.s-TaskAndCommentItems .task-detail {
    font-size: 12px;
    margin-top: 6px;
}

.s-TaskAndCommentItems .task-user,
.s-TaskAndCommentItems .comment-user {
    text-align: right;
    color: #666;
    float: right;
}

.s-TaskAndCommentItems .task-user i,
.s-TaskAndCommentItems .comment-user i {
    color: mediumpurple;
}

.s-TaskAndCommentItems .task-date,
.s-TaskAndCommentItems .comment-date {
    color: #666;
    float: left;
}

.s-TaskAndCommentItems .task-date i.fa-calendar-o,
.s-TaskAndCommentItems .comment-date i.fa-calendar-o {
    color: lightseagreen;
}

.s-TaskAndCommentItems .task-date i.fa-calendar-times-o,
.s-TaskAndCommentItems .comment-date i.fa-calendar-times-o {
    color: red;
}

.s-TaskAndCommentItems .task-date i.fa-calendar-check-o,
.s-TaskAndCommentItems .comment-date i.fa-calendar-check-o {
    color: green;
}

.wbs-blue-shade {
    background-color: rgba(116, 149, 222, 0.12);
}

.monthlyGrid-blue-color .slick-cell {
    color: blue;
}

.monthlyGrid-orange-color .slick-cell {
    color: orange;
}

.monthlyGrid-grey-color .slick-cell {
    color: grey;
}

.bluebg .slick-cell {
    background-color: aliceblue;
}

.yellowbg .slick-cell {
    background-color: lightgoldenrodyellow;
}

.s-TimeTracking-MonthlyReportActivateMailsDialog > .size,
.s-TimeTracking-MonthlyReportReminderMailsDialog > .size,
.s-Default-MonthlyReportMailsDialog > .size {
    width: 950px;
}

.s-TimeTracking-MonthlyReportActivateMailsDialog .caption,
.s-TimeTracking-MonthlyReportReminderMailsDialog .caption,
.s-Default-MonthlyReportMailsDialog .caption {
    width: 70px;
}

.s-TimeTracking-MonthlyReportActivateMailsDialog .s-MailBodyViewer,
.s-TimeTracking-MonthlyReportReminderMailsDialog .s-MailBodyViewer,
.s-Default-MonthlyReportMailsDialog .s-MailBodyViewer {
    height: 320px !important;
    margin-bottom: 10px;
}

.s-TimeTracking-MonthlyReportWizard .s-Administration-MonthlyReportWizardStatusLogGrid .grid-container {
    min-height: 200px;
}

.s-TimeTracking-MonthlyReportWizard .s-DataGrid.editor.s-Administration-MonthlyReportWizardStatusLogGrid {
    margin-left: 6px;
    padding: 10px;
}

.s-TimeTracking-TaskCheckListDialog > .size {
    width: 650px;
}

.s-TimeTracking-TaskCheckListDialog .caption {
    width: 150px;
}

.s-TimeTracking-TaskTemplateDialog > .size {
    width: 850px;
}

.s-TimeTracking-TaskTemplateDialog .caption {
    width: 150px;
}

.s-TimeTracking-TaskTemplateCheckListDialog > .size {
    width: 650px;
}

.s-TimeTracking-TaskTemplateCheckListDialog .caption {
    width: 150px;
}

.s-TimeTracking-WbsElementValueCategoryDialog > .size {
    width: 650px;
}

.s-TimeTracking-WbsElementValueCategoryDialog .caption {
    width: 150px;
}
/*
.s-TimeTracking-TextInputDialog {
    width: 520px;
}
*/
.s-TimeTracking-WorkAreaDialog > .size {
    width: 990px;
    height: 500px;
}

.s-TimeTracking-WorkAreaDialog .caption {
    width: 150px;
}

.s-TimeTracking-WorkAreaDialog .s-TimeTracking-StatusPickerEditor {
    min-height: 250px;
}

.s-TimeTracking-TaskPickerDialog > .size {
    height: 500px;
}

.s-TimeTracking-TaskPickerDialog .s-TimeTracking-TasksCheckGrid {
    height: 410px;
}

.s-TimeTracking-WorkAreaStatusDialog > .size {
    width: 650px;
}

.s-TimeTracking-WorkAreaStatusDialog .caption {
    width: 150px;
}

.workarea-select {
    position: absolute;
    right: 30px;
    width: 100%;
    text-align: right;
}

.workarea-select .caption {
    margin-right: 5px;
}

.workarea-select .select2-container {
    text-align: left;
    min-width: 150px;
}

.s-Profis-TimeTracking-TaskDialog > size {
    min-height: 800px;
}

.s-Profis-TimeTracking-TaskDialog .s-TaskDocumentGrid .grid-container {
    min-height: 500px;
}

.s-Profis-TimeTracking-TaskDialog .s-TimeTracking-PredecessorsGrid {
    min-height: 300px;
}

.s-TimeTracking-StatusPickerEditor .slick-cell.disabled .check-box {
    background-position: -60px 0px;
}

.s-TimeTracking-StatusPickerEditor .slick-cell.disabled .check-box.checked {
    background-position: -75px 0px;
}

.s-TimeTracking-TaskRelationDialog > .size {
    width: 650px;
}

.s-TimeTracking-TaskRelationDialog .caption {
    width: 150px;
}

.s-TimeTracking-WbsElementTemplateDialog > .size {
    width: 650px;
}

.s-TimeTracking-WbsElementTemplateDialog .caption {
    width: 150px;
}

.s-TimeTracking-WbsElementTemplateChecklistDialog > .size {
    width: 650px;
}

.s-TimeTracking-WbsElementTemplateChecklistDialog .caption {
    width: 150px;
}

.s-TimeTracking-WbsElementChecklistDialog > .size {
    width: 650px;
}

.s-TimeTracking-WbsElementChecklistDialog .caption {
    width: 150px;
}

.s-TimeTracking-WbsElementTaskPickerDialog > .size {
    height: 600px;
    width: 950px;
}

.s-TimeTracking-WbsElementTaskPickerDialog .s-TimeTracking-WbsElementTaskPickerGrid {
    height: 410px;
}

.s-ResourcePlanning-DeviceDialog > .size {
    width: 650px;
}

.s-ResourcePlanning-DeviceDialog .caption {
    width: 150px;
}

.s-ResourcePlanning-ExecutionTypeDialog > .size {
    width: 650px;
}

.s-ResourcePlanning-ExecutionTypeDialog .caption {
    width: 150px;
}

.s-ResourcePlanning-InternalOrderDialog > .size {
    width: 650px;
}

.s-ResourcePlanning-InternalOrderDialog .caption {
    width: 150px;
}

.s-ResourcePlanning-OperationDialog > .size {
    width: 700px;
}

.s-ResourcePlanning-OperationDialog .caption {
    width: 170px;
}

.s-ResourcePlanning-ResourceDialog > .size {
    width: 650px;
}

.s-ResourcePlanning-ResourceDialog .caption {
    width: 150px;
}

.s-ResourcePlanning-ResourceRequirementDialog > .size {
    width: 650px;
}

.s-ResourcePlanning-ResourceRequirementDialog .caption {
    width: 150px;
}

.s-ResourcePlanning-ResourceGroupDialog > .size {
    width: 650px;
}

.s-ResourcePlanning-ResourceGroupDialog .caption {
    width: 150px;
}

.s-ResourcePlanning-ResourceGroupPhaseTypeDialog > .size {
    width: 650px;
}

.s-ResourcePlanning-ResourceGroupPhaseTypeDialog .caption {
    width: 150px;
}

.s-ResourcePlanning-ProjectOperationDialog > .size {
    width: 650px;
}

.s-ResourcePlanning-ProjectOperationDialog .caption {
    width: 150px;
}

.s-CheckList-ChecklistItemTemplateDialog > .size {
    width: 650px;
}

.s-CheckList-ChecklistItemTemplateDialog .caption {
    width: 150px;
}

.s-CheckList-ChecklistTemplateDialog > .size {
    width: 650px;
}

.s-CheckList-ChecklistTemplateDialog .caption {
    width: 150px;
}

.ChecklistItemTemplateSortNoGridCell {
    margin-left: 20px;
}

.s-TaskTodoListEditor .todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    user-select: none;
}

.s-TaskTodoListEditor .todo-list > li {
    border-radius: 2px;
    padding: 3px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

.s-TaskTodoListEditor .todo-list > li.todo-item > span > i {
    font-size: 14px;
}

.s-TaskTodoListEditor .todo-list > li:last-of-type {
    margin-bottom: 0;
}

.s-TaskTodoListEditor .todo-list > li > input[type='checkbox'] {
    margin: 0 10px 0 5px;
}

.s-TaskTodoListEditor .todo-list > li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    user-select: auto;
}

.s-TaskTodoListEditor .todo-list > li .label {
    margin-left: 10px;
    font-size: 9px;
}

.s-TaskTodoListEditor .todo-list > li .tools {
    display: none;
    float: right;
    color: #dd4b39;
}

.s-TaskTodoListEditor .todo-list > li .tools > .fa,
.s-TaskTodoListEditor .todo-list > li .tools > .glyphicon,
.s-TaskTodoListEditor .todo-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}

.s-TaskTodoListEditor .todo-list > li:hover .tools {
    display: inline-block;
}

.s-TaskTodoListEditor .todo-list > li.done {
    color: #999;
}

.s-TaskTodoListEditor .todo-list > li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}

.s-TaskTodoListEditor .todo-list > li.done .label {
    background: #d2d6de !important;
}

.s-TaskTodoListEditor .todo-list .danger {
    border-left-color: #dd4b39;
}

.s-TaskTodoListEditor .todo-list .warning {
    border-left-color: #f39c12;
}

.s-TaskTodoListEditor .todo-list .info {
    border-left-color: #00c0ef;
}

.s-TaskTodoListEditor .todo-list .success {
    border-left-color: #00a65a;
}

.s-TaskTodoListEditor .todo-list .primary {
    border-left-color: #3c8dbc;
}

.s-TaskTodoListEditor .todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

.s-TaskTodoListEditor .todo-list > .todo-item > input[type="text"] {
    display: none;
}

.s-TaskTodoListEditor .todo-list > .todo-item.edit > input[type="text"] {
    display: inline;
}

.s-TaskTodoListEditor .todo-list > .todo-item > span.text {
    display: inline;
}

.s-TaskTodoListEditor .todo-list > .todo-item.edit > span.text {
    display: none;
}

.s-TaskTodoListEditor > input {
    width: 100%;
    margin-bottom: 5px;
}

.s-Shared-GeneralLinksDialog > .size {
    width: 650px;
}

.s-Shared-GeneralLinksDialog .caption {
    width: 150px;
}

.s-NotificationWidget {
    margin: 0 1.5rem;
}
.s-NotificationWidget > ul > li > div.notification-item {
    width: 300px;
    padding-left: 12px;
    padding-right: 10px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
.s-NotificationWidget > ul > li > div.notification-item > .description {
    font-size: 0.9em;
}
.s-NotificationWidget > ul > li > div.notification-item > .time {
    font-size: 0.7em;
    float: right;
}
.s-NotificationWidget > ul > li > div.notification-item:hover {
    background-color: #eee;
}

.s-NotificationWidget > ul > li > div > .title {
    font-weight: 600;
    display: block;
    padding-top: 20px;
    cursor: pointer;
    color: #1f7ece;
}

.s-NotificationWidget > ul > li > div.unread {
    border-left: 2px solid #4294d5;
    padding-left: 10px;
    padding-right: 10px;
}

.s-NotificationWidget > ul {
    max-height: 600px;
    overflow: auto;
    min-width: 300px;
}

.s-NotificationWidget .notification-more,
.s-NotificationWidget .notification-empty {
    text-align: center;
}

.s-NotificationWidget .notification-more {
    cursor: pointer;
    user-select: none;
}

.s-NotificationWidget .notification-empty {
    min-height: 50px;
    margin-top: 25px;
}

.s-NotificationWidget .notification-more:hover {
    color: green;
}

.s-NotificationWidget .notification-mark-as-read {
    text-align: right;
    width: 55px;
    float: right;
    cursor: pointer;
    color: green;
    user-select: none;
    font-size: 0.85em;
}

.s-NotificationWidget .badge {
    position: absolute;
    top: -9px;
    right: -17px;
    font-size: 12px;
    text-align: center;
    width: 18px;
    height: 18px;
    color: #fff;
    background: #ff1515;
    background-clip: padding-box;
    border-radius: 50%;
    padding: 3px 0 0 0;
    display: none;
}

.s-NotificationWidget .badge.show {
    display: block;
}

.s-NotificationWidget .notification-mark-all-as-read {
    float: right;
    cursor: pointer;
}

.s-NotificationWidget .notification-show-all {
    float: left;
    cursor: pointer;
}

.s-NotificationWidget .notification-toolbox {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    color: #207dce;
    cursor: pointer;
}
/* custom notification scrollbar */
.s-NotificationWidget ::-webkit-scrollbar {
  width: 7px;
}
.s-NotificationWidget ::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.s-NotificationWidget ::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid #4294d5;
  background-clip: content-box;
}
.s-NotificationWidget ::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.s-Activity,
.s-StatusLogWidget {
    background-color: #fff;
    min-height: 100%;
    padding: 10px;
}

.s-Activity .refresh-button,
.s-StatusLogWidget .refresh-button {
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    border-radius: 3px;
    color: #1f7ece;
    font-size: 20px;
    text-align: center;
    align-self: end;
}

.s-Activity .empty,
.s-StatusLogWidget .empty {
    text-align: center;
    font-size: 16px;
}

.s-Activity .timeline,
.s-StatusLogWidget .timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.s-Activity .timeline:before,
.s-StatusLogWidget .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #f4f8fb;
    left: 173px;
    margin: 0;
}

.s-Activity .timeline > li,
.s-StatusLogWidget .timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.s-Activity .timeline > li .time,
.s-StatusLogWidget .timeline > li .time {
    color: #444;
    display: block;
    margin-top: 5px;
    position: absolute;
    left: 17px;
    width: 134px;
}

.s-Activity .timeline > li > .timeline-item,
.s-StatusLogWidget .timeline > li > .timeline-item {
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 200px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.s-Activity .timeline > li > .timeline-item > .user,
.s-StatusLogWidget .timeline > li > .timeline-item > .user {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}

.s-Activity .timeline > li > .timeline-item > .timeline-header,
.s-StatusLogWidget .timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

.s-Activity .timeline > li > .timeline-item > .timeline-header > a,
.s-StatusLogWidget .timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}

.s-Activity .timeline > li > .timeline-item > .timeline-body,
.s-StatusLogWidget .timeline > li > .timeline-item > .timeline-body,
.s-Activity .timeline > li > .timeline-item > .timeline-footer,
.s-StatusLogWidget .timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
}

.s-Activity .timeline > li > .fa,
.s-StatusLogWidget .timeline > li > .fa,
.s-Activity .timeline > li > .glyphicon,
.s-StatusLogWidget .timeline > li > .glyphicon,
.s-Activity .timeline > li > .ion,
.s-StatusLogWidget .timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #7e7e7e;
    background: #f4f8fb;
    border-radius: 50%;
    text-align: center;
    left: 160px;
    top: 0;
}

.s-Activity .timeline > .time-label > span,
.s-StatusLogWidget .timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
}

.s-Activity .timeline-inverse > li > .timeline-item,
.s-StatusLogWidget .timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
}

.s-Activity .timeline-inverse > li > .timeline-item > .timeline-header,
.s-StatusLogWidget .timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
}
/* For now hide column picker, to be reverted later. */
.CodeMirror {
    border: 1px solid #ddd;
}

.grid-toolbar .column-picker-button {
    display: none !important;
}

.s-QReportsGrid .grid-toolbar .column-picker-button {
  display: block !important;
}

.text-dark-gray {
    color: #666;
}

.quick-filter-item .ms-drop input[type=radio],
.quick-filter-item .ms-drop input[type=checkbox] {
    position: initial;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 6px;
}

.quick-filter-item .s-DateEditor,
.quick-filter-item .s-DateTimeEditor.dateQ,
.quick-filter-item .range-separator,
.quick-filter-item img.ui-datepicker-trigger {
    display: inline-block;
    float: none;
}

.tooltip-inner {
    min-width: 300px;
    text-align: left;
    background-color: darkslategray;
}

.s-Comments-Chat {
    width: 100%;
    max-width: 768px;
    margin: auto;
}

.s-Comments-Chat .nav {
    padding-left: 10px;
}

.s-Comments-Chat .comments-list ul {
    padding: 0;
    min-height: 110px;
    overflow-y: auto;
    list-style: none;
}

.s-Comments-Chat .comments-list li {
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #C3C2C2;
    background-color: #F5E7DC;
    padding: 8px;
    position: relative;
    list-style: none;
}

.s-Comments-Chat .comments-list li.active {
    box-shadow: 0 0 5px #276cfa;
}

.s-Comments-Chat .note-text {
    padding-right: 24px;
    display: block;
    white-space: pre-wrap;
}

.s-Comments-Chat .note-reply {
    display: block;
    position: absolute;
    right: 6px;
    padding: 0 4px;
    font-size: 16px;
    top: 6px;
    opacity: 0.9;
    cursor: pointer;
}

.s-Comments-Chat .custom-menu-icon {
    display: block;
    position: absolute;
    right: 54px;
    padding: 0 4px;
    font-size: 16px;
    top: 6px;
    opacity: 0.9;
    cursor: pointer;
}

.s-Comments-Chat .external-link {
    padding: 0 4px;
    font-size: 14px;
    opacity: 0.9;
    cursor: pointer;
}

.s-Comments-Chat .item-link {
    opacity: 0.9;
    cursor: pointer;
}

.s-Comments-Chat .note-reply:hover .external-link:hover .item-link:hover .custom-menu-icon:hover {
    opacity: 1;
}

.s-Comments-Chat .note-delete {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 6px;
    top: 6px;
    opacity: 0.4;
}

.s-CommentsEditor .note-delete:after {
    content: "\f00d";
    font-family: var(--s-icon-font);
    font-size: 1.3rem;
    line-height: 0.5rem;
    color: red;
}

.s-Comments-Chat .note-delete:hover {
    opacity: 1;
}

.s-Comments-Chat .note-date {
    margin-top: 6px;
    display: block;
    text-align: right;
    color: #2a4084;
    font-style: italic;
}

.s-Comments-Chat .note-participant {
    margin-top: 6px;
    display: block;
    text-align: right;
    color: lightcoral;
}

.s-Comments-Chat .tasks-list .task-link {
    opacity: 0.9;
    cursor: pointer;
    font-weight: bold;
    color: #30a6ea;
}

.s-Comments-Chat .tasks-list .task-date {
    color: #666;
    float: left;
    position: absolute;
    bottom: 9px;
    left: 10px;
}

.s-Comments-Chat .tasks-list .task-name {
    font-weight: 600;
    margin-bottom: 6px;
}

.s-Comments-Chat .tasks-list .task-name a {
    color: #000;
    cursor: pointer;
}

.s-Comments-Chat .tasks-list .task-name a:hover {
    color: #5eb9ee;
    cursor: pointer;
}

.s-Comments-Chat .tasks-list .task-no {
    font-style: italic;
    font-size: 12px;
    float: right;
    text-align: right;
    margin-bottom: 6px;
}

.s-Comments-Chat .tasks-list .task-no a {
    color: royalblue;
    cursor: pointer;
    font-weight: bold;
}

.s-Comments-Chat .tasks-list .task-no a:hover {
    color: lightskyblue;
    cursor: pointer;
    font-weight: bold;
}

.s-Comments-Chat .tasks-list .task-no i {
    color: lightskyblue;
}

.s-Comments-Chat .tasks-list .task-detail {
    padding-bottom: 24px;
}

.s-Comments-Chat .tasks-list .task-user {
    text-align: right;
    color: #666;
    float: right;
    position: absolute;
    bottom: 9px;
    right: 10px;
}

.s-Comments-Chat .tasks-list .task-user i {
    color: mediumpurple;
    margin-top: 10px;
}

.s-Comments-Chat .tasks-list ul {
    padding: 0;
    min-height: 110px;
    overflow-y: auto;
    list-style: none;
}

.s-Comments-Chat .tasks-list li {
    margin: 10px;
    min-height: 80px;
    border-radius: 4px;
    border: 1px solid #C3C2C2;
    background-color: #F5F3DC;
    padding: 8px;
    position: relative;
    list-style: none;
}

.s-Comments-Chat .tasks-list li.active {
    box-shadow: 0 0 5px #276cfa;
}

.s-Comments-Chat .s-Toolbar {
    background-color: #eee;
    padding: 4px;
}

.s-Form .quick-filter-item .ui-datepicker-trigger {
    display: inline-block;
    float: none;
    margin: 1px 6px 0 1px;
}

.editor-toolbar i.separator {
    float: none;
}

.editor-toolbar.fullscreen,
.CodeMirror-fullscreen,
.editor-preview-side {
    z-index: 10000 !important;
}

body > .ui-widget-overlay {
    top: 60px;
}

.popup-text-editor {
    z-index: 50;
    display: inline-block;
    border: 1px solid #999;
    padding: 10px;
    background: #efefef;
    box-shadow: 0px 0px 15px black;
    position: absolute;
}

@keyframes fa-blinking {
    50% {
        opacity: 0;
    }
}

.fa-blinking {
    -webkit-animation: fa-blinking 1s linear infinite;
    -moz-animation: fa-blinking 1s linear infinite;
    -ms-animation: fa-blinking 1s linear infinite;
    -o-animation: fa-blinking 1s linear infinite;
    animation: fa-blinking 1s linear infinite;
}

.ui-datepicker-week-col {
    text-align: center;
}

.ui-menu .ui-menu-item a.ui-state-active {
    margin: 0;
    background: #1b6eea;
}

.property-panes > .tab-pane:not(.active) .lazy-loading-element {
    display: none !important;
}

.select2-chosen .deleted-record,
.select2-disabled .deleted-record {
    display: none;
}
/* Slider */
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn {
    font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer hr {
    margin-top: 40px;
    margin-bottom: 5px;
}

.s-Toolbar .buttons-inner {
    margin-left: 1px;
    border: none;
}

.s-Toolbar .tool-button {
    border: 1px solid #ddd;
}

.category > .field > .caption > .caption-btn {
    margin-left: 10px;
    font-size: 11px;
    line-height: 1.2;
}

.s-TextAreaWithUrlEditor + .editor {
    min-height: 78px;
}
.slick-row .deleted .slick-cell {
  text-decoration: line-through;
}

.show-add-icon:not(.icon-tool-button) .button-inner:before {
    content: "\f067";
    color: #3d9970;
}

.s-TaskActivityPanel .activities .timeline {
    margin-left: 28px;
}

.s-TaskActivityPanel .refresh-button {
    text-align: end;
}

.s-TaskActivityPanel .refresh-button > i {
    cursor: pointer;
}

.s-TaskActivityPanel .activities {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.grid-container {
    display: block;
}

.category-links {
    display: none;
}

i.fas.fa-circle::before {
  border-radius: 50%;
  background: currentColor;
}

.s-TaskDescriptionMarkdownEditor .editor-preview,
.s-TaskDescriptionMarkdownEditor .editor-preview-side {
  background: #fff;
}

.s-TaskDescriptionMarkdownEditor .editor-toolbar:not(.disabled-for-preview) {
  border-top: 1px solid var(--s-sidebar-link-active);
  border-left: 1px solid var(--s-sidebar-link-active);
  border-right: 1px solid var(--s-sidebar-link-active);
}

.s-TaskDescriptionMarkdownEditor .editor-toolbar:not(.disabled-for-preview) + .CodeMirror {
  background: #fff;
  border: 1px solid var(--s-sidebar-link-active);
}

:is(.tl-comment-item[data-type="WBSReview"],.tl-comment-item[data-type="ProjectWBSReview"]) .tl-comment.current-user .tl-comment-header,
:is(.tl-comment-item[data-type="WBSReview"],.tl-comment-item[data-type="ProjectWBSReview"]) .tl-comment-header {
  background-color: #c0f5d0;
}

:is(.tl-comment-item[data-type="WBSReview"],.tl-comment-item[data-type="ProjectWBSReview"]) .tl-comment::before {
  background-color: #b4e7c3;
}

.profis-svgIcon-circle {
  transition: filter 0.2s ease-in-out;
}

.profis-svgIcon-circle:hover {
  filter: brightness(0.8);
}

.wizard-horz ul.property-tabs li.complete {
    cursor: pointer;
}

/* REPORTS */



.s-Profis-Dashboard-ProjectBoardWidget .engineering-project {
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 10px;
  flex: 1;
  background-color: #f4f8fb;
  margin: 0;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project:last-child {
  border-left: 1px solid #fff;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project-explorer {
  min-height: 500px;
  background-color: #fff;
  display: flex;
  margin-top: 5px;
  border: 1px solid #eee;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-project-widget {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .flex-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-requirement .document-triangle,
.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-general-link .document-triangle {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 50px solid #eeeeee;
  border-right: 50px solid transparent;
  float: right;
  position: relative;
  top: -10px;
  right: -60px;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-requirement:before,
.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-general-link:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 50px solid #f4f8fb;
  border-left: 50px solid transparent;
  float: right;
  top: -10px;
  right: -10px;
  position: relative;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task,
.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-requirement,
.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-general-link {
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 8px;
  box-shadow: -2px 2px 5px #eee;
  background-color: #fefefe;
  width: 190px;
  min-height: 150px;
  margin-left: 10px;
  position: relative;
  padding-bottom: 25px;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-requirement {
  background-color: yellow !important;
  color: #333 !important;
  overflow: hidden;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-requirement .fa {
  color: #808080;
  font-size: 80px;
  position: absolute;
  bottom: -15px;
  opacity: 0.2;
  transform: rotate(45deg);
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task.bg-light-green {
  background-color: lightgreen !important;
  color: #333 !important;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task.bg-orange {
  background-color: orange !important;
  color: #333 !important;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task.bg-light-grey {
  background-color: lightgray !important;
  color: #333 !important;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task.bg-light-blue {
  background-color: lightblue !important;
  color: #333 !important;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-requirement-detail {
  height: 62px;
  overflow: hidden;
  width: 100% !important;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-no {
  font-style: italic;
  font-size: 11px;
  text-align: right;
  margin-bottom: 6px;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-no a {
  color: royalblue;
  cursor: pointer;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-no i {
  color: lightskyblue;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-name,
.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-requirement-name {
  font-weight: 600;
  margin-top: 6px;
  max-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-name a,
.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-requirement-name a {
  color: #000;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-detail {
  font-size: 12px;
  margin-top: 6px;
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-user {
  margin-top: 6px;
  text-align: right;
  color: #666;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-user i {
  color: mediumpurple;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-date {
  margin-top: 6px;
  color: #666;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-date i.fa-calendar-o {
  color: lightseagreen;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-date i.fa-calendar-times-o {
  color: red;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-task-date i.fa-calendar-check-o {
  color: green;
}

.s-Profis-Dashboard-ProjectBoardWidget .engineering-project .engineering-requirement-wbs {
  font-style: italic;
  font-size: 11px;
  margin-bottom: 6px;
}

.s-Profis-Dashboard-ProjectBoardWidget .s-Profis-Dashboard-ProjectBoardWbsWidget {
  border: none;
  background-color: #fff;
}

.s-KanbanWidget .kanban-board {
  flex: 1 1 100%;
  flex-direction: column;
  padding: 0;
}

.s-KanbanWidget .kanban-header, .s-KanbanWidget .kanban-row {
  display: flex;
}

.s-KanbanWidget .kanban-header {
  flex-grow: 1;
  padding: 0;
  margin-top:5px;
  position: sticky;
  top: 40px;
  z-index: 2;
}

.s-KanbanWidget .kanban-cell:first-child, .s-KanbanWidget .kanban-left-title {
  margin-left: 0 !important;
}

.s-KanbanWidget .kanban-cell:last-child {
  margin-right: 0 !important;
}

.s-KanbanWidget .kanban-header .kanban-cell {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 0;
}

.s-KanbanWidget .kanban-cell, .s-KanbanWidget .kanban-left-title {
  flex: 1 1 100%;
  padding: 8px;
  margin: 8px;
  min-width: 50px;
}

.s-KanbanWidget .kanban-row .kanban-cell {
  background-color: #f7f7f7;
  margin-top: 0;
  box-shadow: inset 0 0 1px #000;
}

.s-KanbanWidget .kanban-row {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
}

.s-KanbanWidget .btn .btn-medium {
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.s-KanbanWidget.s-ApprovalBoard .kanban-task {
  max-width: 315px;
  flex: 1 1 100%;
  margin-right: 5px;
  margin-left: 5px;
  cursor: default;
}

.s-KanbanWidget .kanban-row .btn.load-more {
  width: 100%;
  height: 20px;
  padding: 0;
  font-size: 12px;
}

.s-KanbanWidget.s-ApprovalBoard .kanban-cell {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 8px;
  padding-right: 8px;
}

.s-KanbanWidget.s-ApprovalBoard .kanban-header {
  display: none;
}

.s-KanbanWidget .kanban-row .kanban-row-description {
  font-weight: 400;
  font-size: 11px;
  font-style: italic;
}

.s-KanbanWidget .kanban-row .kanban-row-link {
  font-weight: 400;
  font-size: 11px;
  font-style: italic;
  text-decoration: underline;
  color: blue;
  display: block;
  cursor: pointer;
}

.s-DashboardFilter .refresh-button {
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #1f7ece;
  font-size: 20px;
  text-align: center;
}

.s-Dashboard .quick-filter-item {
  align-self: end;
}

.s-KanbanWidget .completed-progress,
.s-ProjectBoardWidget .completed-progress {
  position: inherit;
  width: 40px;
  height: 40px;
  float: right;
  margin: 0;
}

.s-KanbanWidget .completed-progress > .round,
.s-ProjectBoardWidget .completed-progress > .round {
  transform: rotate(-90deg);
  transition: all 1s ease-in-out;
  fill: none;
  stroke: green;
  stroke-width: 8;
  stroke-linecap: round;
}

.s-KanbanWidget .completed-progress > .text,
.s-ProjectBoardWidget .completed-progress > .text {
  position: absolute;
  font-size: 11px;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  top: 12px;
}

.s-KanbanWidget .kanban-task > .badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  background: #00b8ff;
  background-clip: padding-box;
  border-radius: 50%;
  padding: 3px 0 0 0;
  display: none;
}

.s-KanbanWidget .kanban-task > .badge.show {
  display: block;
}


/* ======================== GANTT ============================ */

    .s-GanttChart {
  background: white;
}
.gantt-chart {
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
  height: 100%;
}
.gantt-header-panes,
.gantt-data-panes {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.gantt-left,
.gantt-right {
  flex: 0 0 auto;
}
.gantt-center {
  flex: 1 1 auto;
}

.highlightgantt {
    background-color:lightyellow;
}

.gantt-chart table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.gantt-center th.scroll-pad {
  padding: 0;
  border: none;
}
.gantt-header.gantt-center table {
  table-layout: auto;
}
.gantt-header {
  border-bottom: 1px solid #999;
  overflow: hidden;
  height: 40px;
}
.gantt-header th {
  height: 40px;
}
.gantt-header.gantt-left {
  border-right: 2px solid #999;
}
.gantt-header.gantt-right {
  border-left: 2px solid #999;
}
.gantt-toolbar button {
    border-width: 1px;
}
.gantt-data.gantt-left {
  overflow: hidden;
  border-right: 2px solid #999;
}
.gantt-data.gantt-right {
  overflow: hidden;
  border-left: 2px solid #999;
}
.gantt-data.gantt-center {
  overflow: scroll;
}
.gantt-chart th > div {
  white-space: nowrap;
  overflow: hidden;
}
.gantt-chart td > div {
  height: 19px;
  white-space: nowrap;
  overflow: hidden;
}
.gantt-left th,
.gantt-right th {
  padding: 4px 3px 4px 4px;
  color: #000;
  border: 1px solid #eee;
  border-left: 0;
  border-top: 0;
}
.gantt-left td,
.gantt-left td {
  padding: 4px 3px 4px 4px;
  border: 1px solid #eee;
  border-left: 0;
  border-top: 0;
}
.gantt-pane td input:not([type=checkbox]) {
    padding: 2px;
    border: none;
    border-radius: 0;
    width: 100%;
    box-shadow: inset 0 0 1px 1px rgb(0 0 0 / 7%);
}

.gantt-pane td input:not([type=checkbox]):focus,
.gantt-pane td input:not([type=checkbox]):focus-visible {
    box-shadow: inset 0 0 1px 1px rgb(0 0 0 / 25%);
    outline: none;
}

.gantt-data td {
  height: 28px;
}
.gantt-center tr.month-year th {
  width: auto;
  padding: 0 0;
  height: 19px;
  border-bottom: 1px solid #eee;
}
.gantt-center tr.month-year th > div {
  padding: 0 0;
  height: 18px;
  width: 100%;
  text-align: left;
}
.gantt-center tr.month-year span {
  display: inline-block;
  border-right: 1px solid #eee;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: steelblue !important;
}
.gantt-center tr.weeks th {
  width: auto;
  padding: 0 0;
  height: 20px;
  color: #000;
}
.gantt-center tr.weeks th > div {
  padding: 0 0;
  height: 20px;
  width: 100%;
  text-align: left;
}
.gantt-center tr.weeks span {
  display: inline-block;
  width: 27px;
  text-align: center;
  font-size: 9px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  border-left: 0;
  border-top: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.gantt-center tr.days span {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 9px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    border-left: 0;
    border-top: 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.gantt-center tr.month-year th.h-scroll-pad,
.gantt-center tr.weeks th.h-scroll-pad {
  width: 18px;
  padding: 0;
  border: none;
}
.gantt-center tr.month-year th.h-scroll-pad > div,
.gantt-center tr.weeks th.h-scroll-pad > div {
  width: 300px;
}
.gantt-center th sup {
  color: palevioletred;
  font-style: italic;
}
.gantt-center table {
  width: 100%;
}
.gantt-center td {
  padding: 0 0;
  border-bottom: 1px solid #eee;
  width: 27px;
}
.gantt-center td > div {
  height: 27px;
  width: 100%;
  position: relative;
}
.gantt-center td > div > span {
  display: inline-block;
  border-right: 1px solid #eee;
  overflow: hidden;
  height: 100%;
  width: 27px;
}
.gantt-chart .bar {
  border: 1px solid #000;
  height: 11px;
  position: absolute;
  background-repeat: repeat-x;
}
.gantt-chart tr.scroll-pad td {
  border: none;
  background-color: transparent;
}
.gantt-chart tr.scroll-pad div {
  height: 8px;
}
.gantt-header.gantt-center table {
  width: auto;
  table-layout: fixed;
}
.gantt-data.gantt-center {
  position: relative;
  user-select: none;
}
.gantt-bar {
  position: absolute;
  height: 20px;
  border-radius: 4px;
  background-color: dodgerblue !important;
  border: 1px solid #666;
  line-height: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.gantt-bar.beyond-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
}
.gantt-bar.beyond-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}
.gantt-bar-text {
  position: absolute;
  color: #000;
  white-space: nowrap;
  width: auto;
}
.gantt-milestone {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: orangered !important;
  border: 1px solid #666;
  transform: rotate(45deg);
  transform-origin: center;
  cursor: pointer;
}
.gantt-chart td.bars {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}
.gantt-chart td.bars > div {
  position: relative;
  overflow: visible;
  height: 100%;
}

.resource-gantt-bar-linear-gradient {
    background-image: repeating-linear-gradient( 45deg, transparent,rgba(255,255,255,0.7) 5px);
    color: black !important;
}

.project-gantt-chart .ContractNo > div {
  width: 74px;
}
.project-gantt-chart .Keyword > div {
  width: 70px;
}
.project-gantt-chart .Phase > div {
    width: 115px;
}

.project-gantt-chart .WorkType > div {
    width: 155px;
}
.project-gantt-chart .startDate > div {
    width: 73px;
}
.project-gantt-chart .endDate > div {
    width: 73px;
}
.project-gantt-chart .gantt-bar.Project {
  background-color: cornflowerblue !important;
}
.project-gantt-chart .gantt-bar.EngineeringProduction {
  background-color: deepskyblue !important;
}
.project-gantt-chart .gantt-bar.PreAssemblyStartDate {
  background-color: palegreen !important;
  color: black !important;
}
.project-gantt-chart .gantt-bar.PreAssemblyAtAld {
  background-color: palegreen !important;
  color: black !important;
}
.project-gantt-chart .gantt-bar.PreCommissioningStartDate {
  background-color: lightcoral !important;
}

.project-gantt-chart .gantt-bar.PhaseHasOperation {
    background-color: #01fd0f !important;
    color: black !important;
}


.project-gantt-chart .gantt-bar.PreProcessStartDate {
    background-color: greenyellow !important;
}
.project-gantt-chart .gantt-bar.PackagingStartDate {
  background-color: mediumslateblue !important;
}
.project-gantt-chart .gantt-bar.ShipmentStartDate {
  background-color: moccasin !important;
  color: black !important;
}
.project-gantt-chart .gantt-bar.AssemblyStartDate {
  background-color: lavender !important;
  color: black !important;
}
.project-gantt-chart .gantt-bar.CommissioningStartDate {
  background-color: skyblue !important;
}
.project-gantt-chart .gantt-bar.ProcessStartDate {
  background-color: hotpink !important;
}
.project-gantt-chart .gantt-milestone.PreAcceptanceTestStartDate {
  background-color: turquoise !important;
}
.project-gantt-chart .gantt-milestone.RevenueDate {
  background-color: blueviolet !important;
}

.project-gantt-chart .resource-bar {
    overflow: hidden;
}

.project-gantt-chart .resource-bar.Normal, .resource-gantt-chart .gantt-bar.Normal {
    background-color: dodgerblue !important;
}

.project-gantt-chart .resource-bar.Absence, .resource-gantt-chart .gantt-bar.Absence {
    background-color: #666 !important;
}

.wbs-gantt-chart .gantt-bar, .wbs-gantt-chart .gantt-milestone.wbs-gantt-docu-nodeviation {
    background-color: #2e9a18 !important;
}

.wbs-gantt-chart .gantt-bar.wbs-gantt-has-pols {
    background-color: #004fd4 !important;
}

.wbs-gantt-chart .gantt-bar.wbs-gantt-no-pols, .wbs-gantt-chart .gantt-milestone.wbs-gantt-docu-future {
    background-color: #8a8a8a !important;
}

.wbs-gantt-chart .gantt-milestone.wbs-gantt-docu-noengact {
    background-color: red !important;
}

.wbs-gantt-chart .gantt-milestone.wbs-gantt-docu-deviation {
    background-color: orange !important;
}

.project-gantt-chart .resource-bar.Device, .resource-gantt-chart .gantt-bar.Device {
    background-color: #c8a2c8 !important;
}

.resource-gantt-chart .ResourceName > div {
  width: 140px;
}

.resource-gantt-chart .Phase > div {
  width: 120px;
}
.resource-gantt-chart .startDate > div {
  width: 80px;
}

.gantt-data tr.ui-droppable-hover {
    background-color: rgba(232, 234, 27, 0.5);
}

.gantt-number-circle, .gantt-circle-planned, .gantt-circle-unplanned, .employment-gantt-chart .add-delta {
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 15px;
    position: relative;
    top: -2px;
    padding: 0;
    margin-right: 3px;
    background: yellow;
    border: 1px solid #000;
    color: black;
    text-align: center;
    font-size: 9px;
}

.gantt-circle-planned {
    background: white;
}

.gantt-circle-unplanned {
    background: red;
}

.resource-bound {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: not-allowed;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,255,255,.5) 5px, rgba(255,255,255,.5) 10px);
    background-color: #858585 !important;
}

.absence-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: orange !important;
}

.gantt-overlap {
    position: absolute;
    height: 18px;
    top: 0;
    background-color: rgba(255, 105, 180, 0.7) !important;
}

.gantt-wbs-engineering-delay, .gantt-wbs-delivery-delay, .gantt-wbs-delivery-to-assembly-base, .gantt-wbs-delivery-planned-to-actual, .gantt-wbs-start-actual-delay, .gantt-wbs-start-actual-faster, .gantt-wbs-end-actual-faster {
    position: absolute;
    height: 18px;
    top: 0;
}

.gantt-wbs-assembly-date {
    position: absolute;
    top: 0;
    width: 1px;
    border-left: 2px dashed rgba(0, 208, 255, 0.68);
}

.gantt-wbs-eng-plan-date {
    position: absolute;
    top: 0;
    width: 1px;
    border-left: 2px solid rgba(255, 127, 0, 0.68);
}

.gantt-wbs-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    text-align:center;
    background: transparent;
}

.gantt-wbs-week-bar {
    position: absolute;
    top: 0;
    opacity: 0.5;
}

.gantt-wbs-engineering-delay {
    background-color: #ff5d5d !important;
}

.gantt-wbs-delivery-delay {
    background-color: #a12c2c !important;
}

.gantt-wbs-start-actual-delay {
    background-color: #fb6e6e !important;
}

.gantt-wbs-delivery-to-assembly-base, .gantt-wbs-delivery-planned-to-actual {
    background-color: lightgreen !important;
}

.gantt-wbs-start-actual-faster {
    background-color: #00ff55 !important;
}

.gantt-wbs-end-actual-faster {
    background-color: #00ff55 !important;
}

.gantt-wbs-dlz-small-in-time {
    background-color: dimgray !important;
    height: 2px;
    top: 8px;
    position: absolute;
}

.gantt-wbs-dlz-small-delay {
    background-color: #d80101 !important;
    height: 7px;
    top: 5px;
    position: absolute;
    border-radius:4px;
}

.gantt-center tr.weeks.capacity-counts th,
.gantt-center tr.days.capacity-counts th {
    height: 28px;
}

.gantt-center tr.weeks.capacity-counts th > div,
.gantt-center tr.days.capacity-counts th > div {
    height: 28px;
    overflow: visible;
}

.gantt-center tr.weeks.capacity-counts span,
.gantt-center tr.days.capacity-counts span
{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

.wbs-gantt-chart .ContractNo > div {
    width: 140px;
}

.wbs-gantt-chart .ProjectContract > div {
    width: 200px;
}

.wbs-gantt-chart .FunctionalUnit > div {
    width: 120px;
}

.wbs-gantt-chart .FunctionalRole > div {
    width: 180px;
}

.wbs-gantt-chart .ProjectFunctionalRole > div {
    width: 220px;
}

.wbs-gantt-chart .Keyword > div {
    width: 120px;
}

.wbs-gantt-chart .Description > div {
    width: 200px;
}

.wbs-gantt-chart .WbsElementNo > div {
    width: 60px;
}

.wbs-gantt-chart .PurchaseOrderLineCount > div {
    width: 40px;
    text-align: right;
}

.wbs-gantt-chart .AddToMeeting > div {
    width: 16px;
}

.wbs-gantt-chart .startDate > div {
    width: 80px;
}

.wbs-gantt-chart .endDate > div {
    width: 80px;
}

.wbs-gantt-chart .Status > div {
    width: 120px;
}

.wbs-gantt-chart .Type > div {
    width: 120px;
}

.eng-calc-gantt-chart .gantt-left th,
.eng-calc-gantt-chart .gantt-left td {
    padding-left: 1px;
    padding-right: 1px;
}

.eng-calc-gantt-chart input {
    background-color: lightyellow;
}

    .eng-calc-gantt-chart input:disabled {
        background-color: lightgray;
    }

.eng-calc-gantt-chart.overallmode input:disabled {
    background-color: unset;
}

.eng-calc-gantt-chart .gantt-left table {
    padding-left: 4px;
    padding-right: 4px;
}


.eng-calc-gantt-chart .WbsElementNo > div {
    width: 55px;
}

.eng-calc-gantt-chart .Description > div {
    width: 170px;
}

.eng-calc-gantt-chart .EngStartActual > div {
    width: 55px;
}

.eng-calc-gantt-chart .PlanQuantity > div {
    width: 50px;
}

.eng-calc-gantt-chart .AdditionalQuantity > div {
    width: 55px;
}

.eng-calc-gantt-chart .ActualQuantity > div {
    width: 50px;
}


.eng-calc-gantt-chart .RestQuantity > div {
    width: 50px;
}

.eng-calc-gantt-chart .Fte > div {
    width: 35px;
}

.eng-calc-gantt-chart .EngReleaseActual > div {
    width: 55px;
}

.eng-calc-gantt-chart .gantt-milestone {
    border-radius: 20px;
    transform: rotate(0deg);
    transform-origin: center;
}

.eng-calc-gantt-chart .EngStartPlanned > div {
    width: 110px;
}

.eng-calc-gantt-chart .EngReleasePlanned > div {
    width: 110px;
}


.eng-calc-gantt-chart .ValueCategory > div {
    width: 130px;
}


.eng-calc-gantt-chart .ProjectContractNo > div {
    width: 80px;
}

.eng-calc-gantt-chart .wbs-gantt-bar-wbs-status-notdefined {
    background-color:white !important;
    border: 0px solid;
}

.eng-calc-gantt-chart .wbs-gantt-bar-wbs-status-definition {
    background-color: dimgray !important;
}

.eng-calc-gantt-chart .wbs-gantt-bar-wbs-status-ordered-deliveryconfirmed {
    background-color: dodgerblue !important;
}

.eng-calc-gantt-chart .fremdl {
    background-color: #ff851b !important;
}

.eng-calc-gantt-chart .wbs-gantt-bar-wbs-status-ordered-deliveryconfirmed .workpackage-bar {
    background-color: orange !important;
}

.eng-calc-gantt-chart .workpackage-bar {
    background-color: orange !important;
}

.eng-calc-gantt-chart .wbs-not-initialized-with-plan {
    background-color: #FFCF5F !important;
}

.eng-calc-gantt-chart .wbs-not-initialized-no-plan {
    background-color: #BCBCBC !important;
}

.eng-calc-gantt-chart .wbs-gantt-bar-not-active-valcat {
    background-color: darkgrey !important;
}

.eng-calc-gantt-chart .wbs-gantt-bar-wbs-status-delivered-closed {
    background-color: limegreen !important;
}

.eng-calc-gantt-chart > .gantt-data-panes > .gantt-left {
    font-size: 11px;
    line-height: 20px;
}

.disposable-resource-gantt-chart .FunctionalUnitName > div {
    width: 165px;
}

.disposable-resource-gantt-chart .OrganizationalUnitName > div {
    width: 165px;
}

.disposable-resource-gantt-chart .StartDate > div {
    width: 78px;
}

.disposable-resource-gantt-chart .EndDate > div {
    width: 79px;
}

.disposable-resource-gantt-chart .Fte > div {
    width: 104px;
}

.disposable-resource-gantt-chart .gantt-left > div {
    width: 157px;
}

.disposable-resource-gantt-chart .OrganizationalUnitName > div {
    width: 165px;
}

.disposable-resource-gantt-chart .deltaHour-bar {
    background-color: #92d6fb !important;
}

.available-employees-gantt-chart .ContactFullName > div {
    width: 135px;
}

.available-employees-gantt-chart .MainFunctionalUnitName > div {
    width: 150px;
}

.available-employees-gantt-chart .StartDate > div {
    width: 85px;
}

.available-employees-gantt-chart .EndDate > div {
    width: 85px;
}

.available-employees-gantt-chart .WeeklyHours > div {
    width: 100px;
}

.simulation-project-gantt-chart .projectNo > div {
    width: 90px;
}
.simulation-project-gantt-chart .keyword > div {
    width: 235px;
}
.simulation-project-gantt-chart .productType > div {
    width: 100px;
}
.simulation-project-gantt-chart .projectType > div {
    width: 100px;
}
.simulation-project-gantt-chart .endDate > div {
    width: 70px;
}
.simulation-project-gantt-chart .startDate > div {
    width: 70px;
}

.simulation-project-gantt-chart .time-range1-blue {
    background-color: #63B8FF !important;
}

.simulation-project-gantt-chart .time-range2-blue {
    background-color: #5CACEE !important;
}

.simulation-project-gantt-chart .time-range3-blue {
    background-color: #4F94CD !important;
}

.simulation-project-gantt-chart .time-range4-blue {
    background-color: #4682B4 !important;
}

.simulation-project-gantt-chart .time-range5-blue {
    background-color: #36648B !important;
}

.simulation-project-gantt-chart .time-range1-orange {
    background-color: #feb142 !important;
}

.simulation-project-gantt-chart .time-range2-orange {
    background-color: #fea72b !important;
}

.simulation-project-gantt-chart .time-range3-orange {
    background-color: #fe9e14 !important;
}

.simulation-project-gantt-chart .time-range4-orange {
    background-color: #e48e12 !important;
}

.simulation-project-gantt-chart .time-range5-orange {
    background-color: #cb7e10 !important;
}

.simulation-project-gantt-chart .time-range-bar {
    position: absolute;
    height: 18px;
    top: 0;
    border-radius: 4px;
}

.simulation-project-gantt-chart .no-gantt-bar-wbs-notdefined {
    background-color: white !important;
    border: 0px solid;
}

.invisble-gantt-chart-bar {
    background-color: transparent !important;
    border-color: transparent !important;
}

.gantt-absence-time {
    position: absolute;
    height: 18px;
    top: 0;
    background-color: darkgrey !important;
}

.project-gantt-chart .gantt-bar.no-operations {
    background-color: lightgrey !important;
}

.employment-gantt-chart .ContactFullName > div {
    width: 135px;
}

.employment-gantt-chart .delta-bar-plus {
    background-color: palegreen !important;
}

.employment-gantt-chart .delta-bar-minus {
    background-color: orangered !important;
}

.employment-gantt-chart .add-delta {
    position: absolute;
    left: 3px;
    top: 0px;
    background: white;
}

.engineering-capacity-ressources-gantt-chart .EmploymentContactFullName > div {
    width: 165px;
}

.engineering-capacity-ressources-gantt-chart .FunctionalUnitName > div {
    width: 165px;
}

.engineering-capacity-ressources-gantt-chart .StartDate > div {
    width: 78px;
}

.engineering-capacity-ressources-gantt-chart .EndDate > div {
    width: 78px;
}

.engineering-capacity-ressources-gantt-chart .WeeklyHours > div {
    width: 100px;
}

.engineering-capacity-gantt-absence-bar {
    height: 18px;
    top: 0;
    background-color: darkgrey !important;
}


.gantt-today-date-line {
    position: absolute;
    top: 0;
    width: 1px;
    border-left: 3px dotted black;
}

.gantt-weekend-date-line {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    pointer-events: none;
}

.gantt-date-line {
    position: absolute;
    top: 0;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.gantt-current-week {
    background-color: orange;
}

.gantt-weekend {
    background-color: lightgray;
}

.s-PrintingDialog {
    width: 420px !important;
}

.gantt-toolbar {
  position: relative;
  min-height: 24px;
}

.gantt-toolbar.collapsed .quick-filter-item {
  display: none;
}

.gantt-toolbar .collapser {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 2px 4px;
}

.select2-primary-choice .select2-choice {
  background-color: var(--bs-primary);
  color: #fff;
}

.phase-data-title {
  display: block;
  position: absolute;
  padding-right: 0;
  left: 6px;
  top: 6px;
  text-align: right;
  color: #d99000;
  font-size: 13px;
  font-weight: 600;
  width: 164px;
}

.drag-helper {
  position: absolute;
  display: inline-block;
  padding: 4px;
  background-color: var(--s-card-bg);
  border: 1px solid gray;
  opacity: 0.7;
  z-index: 99999;
  border-radius: 4px;
}

.drag-helper::before {
  font-size: 24px;
  vertical-align: -7px;
  font-family: var(--s-icon-font);
  font-weight: 900;
  content: "\f058";
  color: green;
  margin-right: 4px;
}

.drag-helper.reject::before {
  content: "\f05e";
  color: red;
}

.select2-result:has(.select2-hide-result) {
  display: none;
}

.navbar:has(~ .modal),
.s-sidebar:has(~ .modal) {
  z-index: 100000;
  pointer-events: none;
}

.navbar:has(~ .modal) #helpEntriesPartial,
.s-sidebar:has(~ .modal) li:has(.show-impressum) {
  pointer-events: all !important;
}

.s-sidebar-band-link.show-impressum {
  cursor: pointer;
}

.show-inlineblock {
    display:inline-block;
}

.select2-search-choice:has(.select2-hide-choice) {
  display: none;
}

.s-Profis-MultiSelectMenuEditor  {
  height: calc(var(--s-input-inner-height) + 2px) !important;
}

.tl-comment-item.highlighted .tl-comment-header
{
  background: #ffdd33 !important;
}

.tl-comment-item.highlighted .tl-comment::before
{
  background: #ccaa00 !important;
}

.tl-comment-item.highlighted .tl-comment-responsible-completed
{
  filter: brightness(0.5);
}

.s-MeetingMinuteGrid .card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  min-height: 250px;
}

.s-MeetingMinuteGrid .tl-avatar-side {
  display: none !important;
}

.s-MeetingMinuteGrid .tl-comment,
.s-MeetingMinuteGrid .tl-comment-item,
.s-MeetingMinuteGrid .card > div {
  height: 100%;
}

.s-MeetingMinuteGrid .tl-comment {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;

}

.s-MeetingMinuteGrid .tl-comment-item {
  margin: 0 0 0 1px;
  padding: 0;
}

.s-MeetingMinuteGrid .tl-comment-body {
  flex-grow: 1;
  overflow-y: auto;
}

.s-MeetingMinuteGrid .tl-comment-body img {
  cursor: pointer;
}

.s-MeetingMinuteGrid .tl-comment::before {
  display: none !important;
}

.s-MeetingMinuteGrid .view-container.card-container .de-associate-button,
.s-MeetingMinuteGrid .view-container.card-container .visit-comment {
  position: absolute;
  right: 15px;
  top: 10px;
}

.s-MeetingMinuteGrid .view-container.card-container .visit-comment {
  top: 30px;
}

@media (max-width: 1540px) and (min-width: 1410px) {
  .s-MonthlyReportWizard .upper-top-right-buttons {
    font-size: 0.7vw;
  }

  .s-MonthlyReportWizard .upper-top-right-buttons .btn {
    --bs-btn-font-size: 0.7vw;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }
}

@media (max-width: 1410px) and (min-width: 1215px) {
  .s-MonthlyReportWizard .upper-top-right-buttons {
    top: -6px !important;
    font-size: 0.7rem;
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .s-MonthlyReportWizard .upper-top-right-buttons div:first-child  {
    order: 2;
    margin-top: 6px;
  }

  .s-MonthlyReportWizard .upper-top-right-buttons button:last-child  {
    order: 3;
  }

  .s-MonthlyReportWizard .upper-top-right-buttons .btn {
    --bs-btn-font-size: 0.7rem;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
    margin-right: 0 !important;
  }

  .s-MonthlyReportWizard .s-Form.wizard-horz > form > .s-PropertyGrid > .property-panes {
    padding-top: 24px;
  }
}


@media (max-width: 1215px) {
  .s-MonthlyReportWizard .upper-top-right-buttons {
    top: 52px !important;
    font-size: 0.7rem;
  }

  .s-MonthlyReportWizard .upper-top-right-buttons .btn {
    --bs-btn-font-size: 0.7rem;
  }

  .s-MonthlyReportWizard .s-Form.wizard-horz > form > .s-PropertyGrid > .property-panes {
    padding-top: 24px;
  }
}

.s-Serenity-RadioButtonEditor.s-RadioButtonEditor > label:not(:first-child) {
  margin-left: 0.5rem;
}

.s-Serenity-RadioButtonEditor.s-RadioButtonEditor > label > input[type="radio"] {
  margin-right: 0.2rem;
}