﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Fonts/OpenSans-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('Fonts/OpenSans-SemiBold.ttf') format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Fonts/OpenSans-Bold.ttf') format('truetype')
}

body.timelined-helpView,
body.timelined-dialogView,
body.timelined-publicView,
body.timelined-privateView {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background-color: #eaedf3;
}

body.timelined-dialogView {
    background-color: white;
    color: #3c4858;
}

.ui-widget {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

input {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important;
}

body.timelined-dialogView form,
body.timelined-publicView form,
body.timelined-privateView form {
    display: flex;
    flex-flow: column;
    height: 100vh;
    overflow: hidden;
    background-color: #eaedf3;
}

.timelined-dialogView-areaButtons input[type=button] {
    margin-left: 5px;
    margin-right: 5px;
}

body.timelined-dialogView form {
    background-color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #001b20;
    background-image: none;
    font-weight: bold;
    color: #001b20;
}

.timelined-privateView .timelined-elevatedStripe .timelined-button {
    font-size: 13px !important;
    height: 24px;
    margin-left: 20px;
}

.timelined-privateView .timelined-elevatedStripe {
    height: 30px;
    background-color: antiquewhite;
}

    .timelined-privateView .timelined-elevatedStripe .elevatedIcon {
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 5px;
    }

    .timelined-privateView .timelined-elevatedStripe .elevationText {
        font-size: 13px;
        margin-left: 5px;
    }

.timelined-publicView .timelined-topStripe,
.timelined-privateView .timelined-topStripe {
    background-color: #1eb5ff;
    align-items: center;
    height: 60px;
}

.timelined-publicView .timelined-fullLogo {
    margin-left: 28px;
}

.timelined-publicView .timelined-topStripe .timelined-etcLogo,
.timelined-privateView .timelined-topStripe .timelined-etcLogo {
    background-image: url('Images/Master-Logo.png');
    background-size: 104px 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 104px;
    height: 40px;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.timelined-publicView .timelined-contents,
.timelined-privateView .timelined-contents {
    overflow: hidden;
    background-color: #eaedf3;
}

.timelined-publicView .timelined-bottomStripe,
.timelined-privateView .timelined-bottomStripe {
    background-image: url('Images/Master-BottomStripe.png');
    background-size: cover;
    height: 6px;
}

.timelined-publicView .timelined-separator {
    height: 1px;
    width: 100%;
    background-color: #eaedf3;
    margin: 0px;
}

.ui-widget-header {
    background-color: blue;
    border: 1px solid blue;
}

.ui-widget-content {
    background-color: #EFEFFF
}

.timelined-hugeLabel {
    color: #3c4858;
    font-size: 15pt;
    font-weight: bold;
}

.timelined-bigLabel {
    color: #3c4858;
    font-size: 20px;
    font-weight: 700;
}

.timelined-smallLabel {
    color: #3c4858;
    font-size: 11pt;
    font-weight: bold;
}

.timelined-tinylabel {
    color: #3c4858;
    font-size: 9pt;
}

.timelined-borderedDiv {
    background-color: white;
}

.timelined-childrenWithLRMargin > div {
    margin-left: 3px;
    margin-right: 3px;
}

.timelined-top {
    background-color: lightskyblue;
    align-items: center;
}

    .timelined-top .timelined-info {
        margin-left: 10px;
        margin-right: 10px;
        color: white;
    }

    .timelined-top .timelined-toolbar {
        flex: auto;
        display: flex;
        margin-left: 25px;
        margin-right: 25px;
        flex-flow: row-reverse;
        align-items: center;
    }

input.timelined-menu {
    background-image: url('Images/Master-Menu.svg');
    margin-left: 10px;
    margin-right: 10px;
}

ul.timelined-popup-menu {
    margin-right: 10px;
    border: 1px solid #a2b0bb;
    width: 235px;
}

    ul.timelined-popup-menu .standard-menu-item {
        cursor: pointer;
        font-weight: 600;
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        border: 0px solid transparent;
    }

    ul.timelined-popup-menu .standard-menu-item-container {
        color: #3c4858;
        background-color: white;
        padding-left: 35px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 0px;
        background-position-x: 4px;
        background-position-y: center;
        background-repeat: no-repeat;
        border-left: 3px solid #a2b0bb;
        border-top: 0px;
        border-bottom: 0px;
        border-right: 0px;
        background-size: 25px;
        min-width: 180px;
    }

    ul.timelined-popup-menu.ui-menu .standard-menu-item.ui-state-focus > .standard-menu-item-container,
    ul.timelined-popup-menu.ui-menu .standard-menu-item.ui-state-active > .standard-menu-item-container {
        background-color: #a2b0bb;
        color: white;
    }


ul.timelined-menu {
    margin-top: 30px;
}

    ul.timelined-menu,
    ul.timelined-menu ul {
        text-align: left;
        border: 0px solid white;
        z-index: 100;
    }

        ul.timelined-menu.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
            margin: 0px;
        }

        ul.timelined-menu.ui-menu .standard-menu-item {
            cursor: pointer;
            font-weight: 600;
            font-size: 16px;
            padding: 0px;
            border: 0px solid transparent;
        }

        ul.timelined-menu.ui-menu .standard-menu-item-container {
            color: #a2b0bb;
            background-color: #053150;
            padding-left: 50px;
            padding-top: 13px;
            padding-bottom: 13px;
            padding-right: 0px;
            background-position-x: 14px;
            background-position-y: center;
            background-repeat: no-repeat;
            border-left: 4px solid transparent;
            border-right: 0px solid transparent;
            border-top: 0px solid transparent;
            border-bottom: 0px solid transparent;
            background-size: 27px;
            min-width: 200px;
        }

        ul.timelined-menu .timelined-menuitem-current {
            border-left: 4px solid #1eb5ff !important;
        }

        ul.timelined-menu.ui-menu .standard-menu-item span.ui-menu-icon.ui-icon {
            background-position-x: center;
            background-position-y: center;
            background-repeat: no-repeat;
            background-image: url("Images/Menu-Right-Gray.svg");
            background-color: transparent;
        }

        ul.timelined-menu.ui-menu .standard-menu-item.ui-state-focus span.ui-menu-icon.ui-icon,
        ul.timelined-menu.ui-menu .standard-menu-item.ui-state-active span.ui-menu-icon.ui-icon {
            background-image: url("Images/Menu-Right-White.svg");
            background-color: transparent;
        }

        ul.timelined-menu.ui-menu .standard-menu-item.ui-state-focus > .standard-menu-item-container,
        ul.timelined-menu.ui-menu .standard-menu-item.ui-state-active > .standard-menu-item-container {
            background-color: #254b66;
            color: white;
            border-left: 4px solid transparent;
            border-right: 0px solid transparent;
            border-top: 0px solid transparent;
            border-bottom: 0px solid transparent;
        }

.timelined-add_person {
    background-image: url('Images/add_person.svg');
}

.timelined-add_person_black {
    background-image: url('Images/add_person_black.svg');
}

.timelined-approve_person {
    background-image: url('Images/approve.svg');
}

.swift-selectcontrol-singleline .swift-selectcontrol-openbtn {
    margin-top: 9px;
}

.swift-selectcontrol-singleline .swift-selectcontrol-addbtn {
    margin-top: 6px;
}


.swift-selectcontrol-multiline {
    height: 110px;
}

.swift-selectcontrol-list {
    background-color: white;
    border: 1px solid #a2b0bb;
    border-radius: 5px;
    overflow-y: auto;
}

.swift-selectcontrol-list-item {
    padding-left: 15px;
    padding-top: 8px;
    font-weight: 400;
    width: auto;
}

.swift-selectcontrol-openbtn {
    background-image: url("Images/SelectControl-Select.svg");
    background-position-x: right;
    width: 14px;
    height: 16px;
    margin-left: 8px;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    margin-top: 5px;
}

    .swift-selectcontrol-openbtn:disabled {
        background-image: url("Images/SelectControl-Select.svg");
        cursor: default;
    }

.swift-selectcontrol-addbtn {
    background-image: url("Images/Glyphs/Glyph-Add-Gray.svg");
    background-position-x: right;
    width: 14px;
    height: 16px;
    margin-left: 8px;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    margin-top: 5px;
}

    .swift-selectcontrol-addbtn:disabled {
        background-image: url("Images/Glyphs/Glyph-Add-Gray.svg");
        cursor: default;
    }


.timelined-change {
    background-image: url('Images/Master-ArrowDown.svg');
}

.timelined-customer_black {
    background-image: url('Images/customer_black.svg');
}

.timelined-customer {
    background-image: url('Images/customer.svg');
}

.timelined-project_black {
    background-image: url('Images/new_copy_black.svg');
}

.timelined-project {
    background-image: url('Images/new_copy.svg');
}

.timelined-button.glyph-download {
    background-image: url("Images/Glyphs/Glyph-Download-Black.svg");
}

.swift-selectcontrol-dlg-button-ok,
.swift-selectcontrol-dlg-button-cancel,
.portia-radiobuttons .button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-collapsed .portia-combobox-open-button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-expanded .portia-combobox-open-button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-loading .portia-combobox-open-button,
.timelined-button {
    height: 42px;
    border-radius: 5px;
    border-width: 0px;
    font-weight: 600;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
}

.timeline-element-labels-manager-toolbar .portia-combobox.state-collapsed .portia-combobox-open-button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-expanded .portia-combobox-open-button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-loading .portia-combobox-open-button {
    height: 30px;
}

.portia-radiobuttons .button:disabled,
.timelined-button:disabled {
    background-color: #eaedf3 !important;
    color: #a2b0bb !important;
    cursor: default !important;
}

.timelined-button.glyphonly {
    padding: 0px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
}

.timelined-button.glyph-contract {
    background-image: url("Images/Glyphs/Glyph-Contract-Gray.svg");
}

    .timelined-button.glyph-contract:hover {
        background-image: url("Images/Glyphs/Glyph-Contract-White.svg");
    }

.timelined-left-stripe .timelined-button {
    background-color: #053150;
    color: #3c4858;
}

    .timelined-left-stripe .timelined-button:hover {
        background-color: #254b66;
    }

.timelined-toolbar .timelined-button {
    background-color: #eaedf3;
    color: #3c4858;
    padding: 5px 10px 5px 36px;
    background-position-x: 4px;
    background-position-y: center;
    background-repeat: no-repeat;
}

    .timelined-toolbar .timelined-button:hover {
        background-color: #3c4858;
        color: white;
    }

.timelined-toolbar .timelined-toolbar-buttons > * {
    margin-left: 8px;
}


.swift-sbdatagrid .timelined-button {
    background-color: white;
}

    .swift-sbdatagrid .timelined-button:hover {
        background-color: #3c4858;
        color: white;
    }

    .swift-sbdatagrid .timelined-button.glyphonly {
        width: 26px;
        height: 26px;
        background-size: 20px;
    }

span.swift-sbdatepicker > img.ui-datepicker-trigger {
    margin-top: 9px;
    background-image: url('Images/Glyphs/Glyph-Calendar-Gray.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
}

.timelined-topStripe .timelined-button {
    background-color: #1eb5ff;
    color: #a2b0bb;
}

    .timelined-topStripe .timelined-button:hover {
        background-color: #66ccff;
        color: #a2b0bb;
    }

    .timelined-topStripe .timelined-button.glyph-profile {
        background-image: url("Images/Glyphs/Glyph-Profile-Black.svg");
    }

    .timelined-topStripe .timelined-button.glyph-administration {
        background-image: url("Images/Glyphs/Glyph-Administration-Black.svg");
    }

.timelined-privateView-collapsedmenu .timelined-left-stripe .timelined-menu > .standard-menu-item > .standard-menu-item-container > .swift-context-help-icon {
    display: none;
}

.timelined-privateView-collapsedmenu .timelined-button.glyph-contract {
    background-image: url("Images/Glyphs/Glyph-Expand-Gray.svg");
}

    .timelined-privateView-collapsedmenu .timelined-button.glyph-contract:hover {
        background-image: url("Images/Glyphs/Glyph-Expand-White.svg");
    }



.swift-selectcontrol-dlg-button-ok,
.swift-selectcontrol-dlg-button-cancel,
.timelined-dialogView .timelined-button {
    width: 130px;
}

.timelined-button.aqua,
.portia-radiobuttons .button {
    background-color: #1eb5ff;
    color: white;
}

    .timelined-button.aqua:hover,
    .portia-radiobuttons .button:hover {
        background-color: #10a4ec;
    }

.timelined-button.google {
    background-color: #ea4335;
    color: white;
}

    .timelined-button.google:hover {
        background-color: #de3123;
    }

.swift-selectcontrol-dlg-button-ok,
.timelined-button.green,
.timeline-element-labels-manager-toolbar .portia-combobox.state-collapsed .portia-combobox-open-button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-expanded .portia-combobox-open-button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-loading .portia-combobox-open-button,
.portia-radiobuttons .button.selected {
    background-color: #27c24c;
    color: white;
}

.timeline-element-labels-manager-toolbar .portia-combobox[disabled] .portia-combobox-open-button {
    background-color: #eaedf3;
    color: #a2b0bb;
}

.swift-selectcontrol-dlg-button-ok:hover,
.timelined-button.green:hover,
.timeline-element-labels-manager-toolbar .portia-combobox.state-collapsed .portia-combobox-open-button:hover,
.timeline-element-labels-manager-toolbar .portia-combobox.state-expanded .portia-combobox-open-button:hover,
.timeline-element-labels-manager-toolbar .portia-combobox.state-loading .portia-combobox-open-button:hover,
.portia-radiobuttons .button.selected:hover {
    background-color: #24b145;
}

.swift-selectcontrol-dlg-button-cancel,
.timelined-button.red {
    background-color: #ed4d5e;
    color: white;
}

    .swift-selectcontrol-dlg-button-cancel:hover,
    .timelined-button.red:hover {
        background-color: #da3f50;
        color: white;
    }

.timelined-button.white {
    background-color: white;
    color: black;
}

    .timelined-button.white:hover {
        background-color: #dddddd;
        color: black;
    }

ul.timelined-menu .glyph-add {
    background-image: url("Images/Glyphs/Glyph-Add-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-add,
ul.timelined-menu .ui-state-active > .glyph-add {
    background-image: url("Images/Glyphs/Glyph-Add-White.svg");
}

ul.timelined-menu .glyph-info {
    background-image: url("Images/Glyphs/Glyph-Info-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-info,
ul.timelined-menu .ui-state-active > .glyph-info {
    background-image: url("Images/Glyphs/Glyph-Info-White.svg");
}

.timelined-toolbar .timelined-button.glyph-add {
    background-image: url("Images/Glyphs/Glyph-Add-Black.svg");
}

    .timelined-toolbar .timelined-button.glyph-add:hover {
        background-image: url("Images/Glyphs/Glyph-Add-White.svg");
    }

.timelined-toolbar .timelined-button.glyph-tree {
    background-image: url("Images/Glyphs/Glyph-Tree-Black.svg");
}

    .timelined-toolbar .timelined-button.glyph-tree:hover {
        background-image: url("Images/Glyphs/Glyph-Tree-White.svg");
    }

ul.timelined-menu .glyph-tree,
ul.timelined-popup-menu .glyph-tree {
    background-image: url("Images/Glyphs/Glyph-Tree-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-tree,
ul.timelined-menu .ui-state-active > .glyph-tree,
ul.timelined-popup-menu .ui-state-focus > .glyph-tree,
ul.timelined-popup-menu .ui-state-active > .glyph-tree {
    background-image: url("Images/Glyphs/Glyph-Tree-White.svg");
}

.timelined-toolbar .timelined-button.glyph-table {
    background-image: url("Images/Glyphs/Glyph-Table-Black.svg");
}

    .timelined-toolbar .timelined-button.glyph-table:hover {
        background-image: url("Images/Glyphs/Glyph-Table-White.svg");
    }

ul.timelined-menu .glyph-appearance {
    background-image: url("Images/Glyphs/Glyph-Appearance-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-appearance,
ul.timelined-menu .ui-state-active > .glyph-appearance {
    background-image: url("Images/Glyphs/Glyph-Appearance-White.svg");
}

ul.timelined-menu .glyph-appearance-set {
    background-image: url("Images/Glyphs/Glyph-AppearanceSet-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-appearance-set,
ul.timelined-menu .ui-state-active > .glyph-appearance-set {
    background-image: url("Images/Glyphs/Glyph-AppearanceSet-White.svg");
}

ul.timelined-menu .glyph-delete,
ul.timelined-popup-menu .glyph-delete {
    background-image: url("Images/Glyphs/Glyph-Delete-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-delete,
ul.timelined-menu .ui-state-active > .glyph-delete,
ul.timelined-popup-menu .ui-state-focus > .glyph-delete,
ul.timelined-popup-menu .ui-state-active > .glyph-delete {
    background-image: url("Images/Glyphs/Glyph-Delete-White.svg");
}

.swift-sbdatagrid .timelined-button.glyph-detail {
    background-image: url("Images/Glyphs/Glyph-Detail-Black.svg");
}

    .swift-sbdatagrid .timelined-button.glyph-detail:hover {
        background-image: url("Images/Glyphs/Glyph-Detail-White.svg");
    }

.timelined-toolbar .timelined-button.glyph-edit {
    background-image: url("Images/Glyphs/Glyph-Edit-Black.svg");
}

    .timelined-toolbar .timelined-button.glyph-edit:hover {
        background-image: url("Images/Glyphs/Glyph-Edit-White.svg");
    }

.swift-sbdatagrid .timelined-button.glyph-edit {
    background-image: url("Images/Glyphs/Glyph-Edit-Black.svg");
}

    .swift-sbdatagrid .timelined-button.glyph-edit:hover {
        background-image: url("Images/Glyphs/Glyph-Edit-White.svg");
    }


ul.timelined-popup-menu .glyph-labels {
    background-image: url("Images/Glyphs/Glyph-Labels-Gray.svg");
}

ul.timelined-popup-menu .ui-state-focus > .glyph-labels,
ul.timelined-popup-menu .ui-state-active > .glyph-labels {
    background-image: url("Images/Glyphs/Glyph-Labels-White.svg");
}

.swift-sbdatagrid .timelined-button.glyph-menu {
    background-image: url("Images/Glyphs/Glyph-Menu-Black.svg");
}

    .swift-sbdatagrid .timelined-button.glyph-menu:hover {
        background-image: url("Images/Glyphs/Glyph-Menu-White.svg");
    }

ul.timelined-menu .glyph-group {
    background-image: url("Images/Glyphs/Glyph-Group-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-group,
ul.timelined-menu .ui-state-active > .glyph-group {
    background-image: url("Images/Glyphs/Glyph-Group-White.svg");
}

ul.timelined-menu .glyph-home {
    background-image: url("Images/Glyphs/Glyph-Home-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-home,
ul.timelined-menu .ui-state-active > .glyph-home {
    background-image: url("Images/Glyphs/Glyph-Home-White.svg");
}

ul.timelined-menu .glyph-label {
    background-image: url("Images/Glyphs/Glyph-Label-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-label,
ul.timelined-menu .ui-state-active > .glyph-label {
    background-image: url("Images/Glyphs/Glyph-Label-White.svg");
}

ul.timelined-menu .glyph-outlook {
    background-image: url("Images/Glyphs/Glyph-Outlook-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-outlook,
ul.timelined-menu .ui-state-active > .glyph-outlook {
    background-image: url("Images/Glyphs/Glyph-Outlook-White.svg");
}

ul.timelined-menu .glyph-logout {
    background-image: url("Images/Glyphs/Glyph-Logout-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-logout,
ul.timelined-menu .ui-state-active > .glyph-logout {
    background-image: url("Images/Glyphs/Glyph-Logout-White.svg");
}

ul.timelined-popup-menu .glyph-logout {
    background-image: url("Images/Glyphs/Glyph-Logout-Gray.svg");
}

ul.timelined-popup-menu .ui-state-focus > .glyph-logout,
ul.timelined-popup-menu .ui-state-active > .glyph-logout {
    background-image: url("Images/Glyphs/Glyph-Logout-White.svg");
}

.timelined-elevatedStripe .glyph-elevate {
    background-image: url("Images/Glyphs/Glyph-Elevate-Black.svg");
}

ul.timelined-popup-menu .glyph-elevate {
    background-image: url("Images/Glyphs/Glyph-Elevate-Gray.svg");
}

ul.timelined-popup-menu .ui-state-focus > .glyph-elevate,
ul.timelined-popup-menu .ui-state-active > .glyph-elevate {
    background-image: url("Images/Glyphs/Glyph-Elevate-White.svg");
}

ul.timelined-popup-menu .glyph-removekey {
    background-image: url("Images/Glyphs/Glyph-RemoveKey-Gray.svg");
}

ul.timelined-popup-menu .ui-state-focus > .glyph-removekey,
ul.timelined-popup-menu .ui-state-active > .glyph-removekey {
    background-image: url("Images/Glyphs/Glyph-RemoveKey-White.svg");
}

ul.timelined-popup-menu .glyph-services {
    background-image: url("Images/Glyphs/Glyph-Services-Gray.svg");
}

ul.timelined-popup-menu .ui-state-focus > .glyph-services,
ul.timelined-popup-menu .ui-state-active > .glyph-services {
    background-image: url("Images/Glyphs/Glyph-Services-White.svg");
}

ul.timelined-popup-menu .glyph-administration {
    background-image: url("Images/Glyphs/Glyph-Administration-Gray.svg");
}

ul.timelined-popup-menu .ui-state-focus > .glyph-administration,
ul.timelined-popup-menu .ui-state-active > .glyph-administration {
    background-image: url("Images/Glyphs/Glyph-Administration-White.svg");
}

ul.timelined-menu .glyph-password {
    background-image: url("Images/Glyphs/Glyph-Password-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-password,
ul.timelined-menu .ui-state-active > .glyph-password {
    background-image: url("Images/Glyphs/Glyph-Password-White.svg");
}

ul.timelined-popup-menu .glyph-password {
    background-image: url("Images/Glyphs/Glyph-Password-Gray.svg");
}

ul.timelined-popup-menu .ui-state-focus > .glyph-password,
ul.timelined-popup-menu .ui-state-active > .glyph-password {
    background-image: url("Images/Glyphs/Glyph-Password-White.svg");
}

ul.timelined-menu .glyph-permission,
ul.timelined-popup-menu .glyph-permission {
    background-image: url("Images/Glyphs/Glyph-Permission-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-permission,
ul.timelined-menu .ui-state-active > .glyph-permission,
ul.timelined-popup-menu .ui-state-focus > .glyph-permission,
ul.timelined-popup-menu .ui-state-active > .glyph-permission {
    background-image: url("Images/Glyphs/Glyph-Permission-White.svg");
}

ul.timelined-menu .glyph-permission-set,
ul.timelined-popup-menu .glyph-permission-set {
    background-image: url("Images/Glyphs/Glyph-PermissionSet-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-permission-set,
ul.timelined-menu .ui-state-active > .glyph-permission-set,
ul.timelined-popup-menu .ui-state-focus > .glyph-permission-set,
ul.timelined-popup-menu .ui-state-active > .glyph-permission-set {
    background-image: url("Images/Glyphs/Glyph-PermissionSet-White.svg");
}

ul.timelined-menu .glyph-person {
    background-image: url("Images/Glyphs/Glyph-Person-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-person,
ul.timelined-menu .ui-state-active > .glyph-person {
    background-image: url("Images/Glyphs/Glyph-Person-White.svg");
}

ul.timelined-menu .glyph-timeline {
    background-image: url("Images/Glyphs/Glyph-Timeline-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-timeline,
ul.timelined-menu .ui-state-active > .glyph-timeline {
    background-image: url("Images/Glyphs/Glyph-Timeline-White.svg");
}

ul.timelined-menu .glyph-user {
    background-image: url("Images/Glyphs/Glyph-User-Gray.svg");
}

ul.timelined-menu .ui-state-focus > .glyph-user,
ul.timelined-menu .ui-state-active > .glyph-user {
    background-image: url("Images/Glyphs/Glyph-User-White.svg");
}

.listpageable-group div.attachment {
    background-image: url("Images/Glyphs/Glyph-Attachment-Black.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.listpageable-group .item.state-selected div.attachment {
    background-image: url("Images/Glyphs/Glyph-Attachment-White.svg");
}

.timelined-a {
    font-weight: 700;
    color: #3c4858;
    cursor: pointer;
    text-decoration: none;
}

    .timelined-a:hover {
        text-decoration: underline;
        color: #1782c5;
    }

.timelined-logoff {
    background-image: url("Images/Master-Logoff.svg");
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-color: #68cafc;
    border-radius: 50%;
}

.timelined-change-organization {
    cursor: pointer;
    height: 34px;
    border-radius: 17px;
    background-color: #68cafc;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    min-width: 70px;
    color: white;
}

    .timelined-change-organization .text-part {
    }

    .timelined-change-organization .image-part {
        width: 10px;
        height: 10px;
        background-image: url("Images/Master-ArrowDown.svg");
        background-position: left center;
        background-repeat: no-repeat;
        margin-left: 8px;
    }

.timelined-wait-indicator {
    width: 200px;
    height: 200px;
    background-color: transparent;
    color: #eeeaed;
}

.timelined-wait-indicator-image {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("Images/Master-WaitIndicator.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

input[type="text"] {
    border: 1px solid #a2b0bb;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 42px;
    background-color: white;
    font-weight: 400;
    color: #3c4858;
    outline: none;
}

    input[type="text"]:read-only {
        background-color: #dddddd;
    }

    input[type="text"]:focus {
        background-color: #fff7d0;
    }

    input[type="text"]::-webkit-input-placeholder {
        color: #7e8a9d !important;
    }

    input[type="text"]::-moz-placeholder {
        color: #7e8a9d !important;
    }

    input[type="text"]:-ms-input-placeholder {
        color: #7e8a9d !important;
    }

.portia-textbox input {
    border: 1px solid #a2b0bb;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 42px;
    background-color: white;
    font-weight: 400;
    color: #3c4858;
    outline: none;
}

    .portia-textbox input:-moz-read-only {
        background-color: #dddddd;
    }

    .portia-textbox input:read-only {
        background-color: #dddddd;
    }

    .portia-textbox input:focus {
        background-color: #fff7d0;
    }

    .portia-textbox input::-webkit-input-placeholder {
        color: #7e8a9d !important;
    }

    .portia-textbox input::-moz-placeholder {
        color: #7e8a9d !important;
    }

    .portia-textbox input:-ms-input-placeholder {
        color: #7e8a9d !important;
    }

.portia-textbox.validation-warning input {
    border-color: #A0A000;
    background-color: white;
}

.portia-textbox.validation-error input,
.portia-textbox.validation-inputerror input,
.swift-selectcontrol-error input[type=text],
.swift-selectcontrol-error .swift-selectcontrol-list,
.portia-colorpicker.validation-error input {
    border-color: #ed4d5e;
    background-color: #FFF0F0;
}

.portia-textpresenter {
    border: 1px solid #a2b0bb;
    border-radius: 5px;
    color: #3c4858;
    outline: none;
    padding: 14px;
    box-sizing: border-box;
}

.portia-textpresenter-textdiv {
}

.ui-dialog {
    padding: 0px;
}

    .ui-dialog.ui-widget-content {
        border-width: 0px;
    }

    .ui-dialog.ui-corner-all {
        border-radius: 0px;
    }

    .ui-dialog .ui-dialog-titlebar.ui-corner-all {
        border-radius: 0px;
        height: 42px;
        box-sizing: border-box;
        background-color: #1eb5ff;
        border-width: 0px;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        align-items: center;
        padding-left: 42px;
        padding-right: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-image: url("Images/Master-TimelinedLogo-White-NoText.svg");
        background-size: 14px;
        background-position: 15px center;
        background-repeat: no-repeat;
    }

    .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-transform: uppercase;
    }

    .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
        position: static;
        margin: 0px;
        border-width: 0px;
        background: transparent !important;
    }

        .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span.ui-icon {
            margin: 0px;
            left: 0px;
            top: 0px;
            position: static;
            background-color: transparent !important;
            background-image: url("Images/Dialog-Close.svg");
            background-position-x: 0px;
            background-position-y: 0px;
            width: 18px;
            height: 18px;
        }

.portia-validation-tooltip {
    width: 360px;
    background-color: #ed4d5e;
    transition: opacity 0.4s;
}


.portia-validation-tooltip-top-arrow::after {
    border-color: #ed4d5e transparent transparent transparent;
}

.portia-validation-tooltip-bottom-arrow::after {
    border-color: transparent transparent #ed4d5e transparent;
}

.portia-validation-tooltip-left-arrow::after {
    border-color: transparent transparent transparent #ed4d5e;
}

.portia-validation-tooltip-right-arrow::after {
    border-color: transparent #ed4d5e transparent transparent;
}

.dataTables_filter {
    text-align: right !important;
}

    .dataTables_filter label input[type=search] {
        border: 1px solid #a2b0bb;
        border-radius: 17px;
        height: 34px;
        width: 240px;
        box-sizing: border-box;
        margin-right: 7px;
        background: url("Images/Grid-Search.svg") 205px center no-repeat;
        color: #3c4858;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .dataTables_filter label input[type=search]:focus {
            background: none;
        }

        .dataTables_filter label input[type=search]:hover {
            background: none;
        }

    .dataTables_filter label {
        font-size: 0px;
    }

.swift-sbdatagrid {
    color: #3c4858;
    background-color: white;
}

    .swift-sbdatagrid .dataTables_scrollHeadInner {
        border-top: 2px solid #eaedf3;
        border-bottom: 2px solid #eaedf3;
    }

    .swift-sbdatagrid .no-footer.dataTables_wrapper .dataTables_scrollBody {
        border-bottom: 1px solid #eaedf3;
    }

    .swift-sbdatagrid table.no-footer.dataTable {
        border-bottom: none;
    }

    .swift-sbdatagrid .dataTables_scrollBody tr {
        background-color: transparent !important;
    }

        .swift-sbdatagrid .dataTables_scrollBody tr.selected {
            background-color: #1eb5ff !important;
            color: white;
        }

        .swift-sbdatagrid .dataTables_scrollBody tr:hover {
            background-color: #eaedf3 !important;
        }

        .swift-sbdatagrid .dataTables_scrollBody tr.selected:hover {
            background-color: #10a4ec !important;
            color: white;
        }

        .swift-sbdatagrid .dataTables_scrollBody tr td {
            border-bottom: 1px solid #eaedf3 !important;
        }

    .swift-sbdatagrid .dataTables_info {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #7e8a9d;
    }

    .swift-sbdatagrid .dataTables_wrapper .dataTables_paginate .paginate_button {
        width: 34px;
        height: 34px;
        padding: 6px 0px 0px 0px;
        border-radius: 17px;
        border: 0px solid transparent;
        background: #eaedf3;
        color: #3c4858;
    }

        .swift-sbdatagrid .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
            display: none;
        }

        .swift-sbdatagrid .dataTables_wrapper .dataTables_paginate .paginate_button.next,
        .swift-sbdatagrid .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
            width: auto;
            height: 34px;
            padding: 6px 10px 0px 10px;
            margin-left: 5px;
            margin-right: 5px;
            border-radius: 5px;
            background: transparent;
        }

        .swift-sbdatagrid .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            background: #a2b0bb;
            color: white !important;
            border: 0px solid transparent;
        }

        .swift-sbdatagrid .dataTables_wrapper .dataTables_paginate .paginate_button.current,
        .swift-sbdatagrid .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            font-weight: bold;
            color: white !important;
            background: #1eb5ff;
            border: 0px solid transparent;
        }

.timelined-icon-accept {
    background-image: url("Images/Icon-Accept.svg");
}

input[type=checkbox].portia-checkbox-readonly:disabled {
    background-color: white;
}

.swift-editformlayouter-fieldheader {
    width: 150px;
    padding-bottom: 6px;
}

.swift-editformlayouter-fieldtd {
    padding-bottom: 6px;
}

.swift-sbcheckbox-stylablebox,
.swift-sbcheckbox-stylablelabel:hover input ~ .swift-sbcheckbox-stylablebox,
.swift-sbcheckbox-stylablelabel input:focus ~ .swift-sbcheckbox-stylablebox {
    border: 2px solid #a2b0bb;
}

.swift-sbcheckbox-stylablebox {
    border-radius: 2px;
}

.swift-sbcheckbox.swift-sbcheckbox-disabled .swift-sbcheckbox-stylablebox,
.swift-sbcheckbox.swift-sbcheckbox-disabled .swift-sbcheckbox-stylablebox:hover {
    border-color: lightgray !important;
    background-color: lightgray !important;
}

.swift-sbcheckbox-stylablelabel input:focus:checked ~ .swift-sbcheckbox-stylablebox,
.swift-sbcheckbox-stylablelabel:hover input:checked ~ .swift-sbcheckbox-stylablebox {
    border: 2px solid #1eb5ff;
}

.swift-sbcheckbox-stylablelabel input:checked ~ .swift-sbcheckbox-stylablebox {
    border-color: #1eb5ff;
    background-color: #1eb5ff;
}

.swift-sbcheckbox-error .swift-sbcheckbox-stylablelabel input:checked ~ .swift-sbcheckbox-stylablebox {
    border-color: #ffb0b0;
    background-color: #ffb0b0;
}

.swift-sbcheckbox-stylabletick {
    left: -2px;
    top: -2px;
}

    .swift-sbcheckbox-stylabletick path {
        stroke: white;
    }

.swift-selectcontrol-dlg-innercontent {
    background-color: white;
    padding: 20px;
    color: #3c4858;
    font-weight: 400;
}

    .swift-selectcontrol-dlg-innercontent .swift-sbdatagrid .dataTables_scrollBody tr {
        cursor: pointer;
    }

table.dataTable thead th,
table.dataTable tbody td {
    padding-right: 3px;
    padding-left: 3px;
}

table.dataTable tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.swift-selectcontrol-dlg-button-cancel {
    margin-left: 10px;
}

.ui-widget-overlay {
    background: none;
    background-color: black;
}

.timelined-logo-aqua {
    height: 50px;
    background-image: url("Images/Master-TimelinedLogo-Aqua-NoText.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.timelined-logo {
    width: 300px;
    height: 22px;
    background-image: url("Images/Master-TimelinedLogo-White-Full.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.timelined-etcLogo {
    width: 70px;
    height: 30px;
    background-image: url("Images/Master-ETCLogo-Gray.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.timelined-privateView-collapsedmenu .timelined-logo {
    width: 50px;
    height: 22px;
    background-image: url("Images/Master-TimelinedLogo-White-NoText.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.timelined-topStripe .timelined-logo {
    display: block;
}

.timelined-left-stripe {
    width: 300px;
}

.timelined-privateView-collapsedmenu .timelined-left-stripe {
    width: 50px;
}

.timelined-privateView-collapsedmenu .hide-on-collapsedmenu {
    display: none;
}

.timelined-privateView-collapsedmenu .timelined-menu > li > .standard-menu-item-container {
    width: 50px !important;
    height: 48px !important;
    min-width: 50px !important;
    background-position-x: 8px !important;
    padding-left: 0px !important;
    box-sizing: border-box !important;
    border-left-width: 0px !important;
}

.timelined-privateView-collapsedmenu ul.ui-menu.timelined-menu .standard-menu-item span.ui-icon.ui-menu-icon {
    background-size: 90% 90%;
}

.portia-colorpicker-browsebox {
    border: 1px solid #a2b0bb;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 42px;
    width: 60px;
    background-color: white;
    font-weight: 400;
    color: #3c4858;
    outline: none;
    padding-top: 5px;
    box-sizing: border-box;
}

    .portia-colorpicker-browsebox:hover {
        filter: brightness(80%);
    }

    .portia-colorpicker-browsebox.darkbackground {
        color: #ffffff;
    }

    .portia-colorpicker-browsebox.lightbackground {
        color: #3c4858;
    }

.timelined-label {
    border-radius: 3px;
    padding: 1px 6px;
    margin: 3px;
    height: 20px;
    background-color: white;
    font-weight: 400;
    font-size: 12px;
    outline: none;
    box-sizing: border-box;
    text-align: center;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

    .timelined-label.darkbackground {
        color: #ffffff;
    }

    .timelined-label.lightbackground {
        color: #3c4858;
    }

.timelined-labels-indirect .timelined-label.darkbackground {
    border: 1px dashed lightgray;
}

.timelined-labels-indirect .timelined-label.lightbackground {
    border: 1px dashed gray;
}

.timelined-labels {
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    align-items: center;
    flex-wrap: wrap;
}

.timelined-labels-direct-indirect {
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

.timelined-labels > .timelined-label {
    flex: 0 0 auto;
}

.swift-autocomplete > select {
    background-color: white;
    border: 1px solid #a2b0bb;
    border-radius: 5px;
}

.timelined-dialog {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: 100%;
}

    .timelined-dialog > .timelined-dialog-row {
        margin: 5px 0px;
    }

    .timelined-dialog.maildetails > .timelined-dialog-row {
        margin: 2px 0px;
    }

.timelined-dialog-row > .timelined-dialog-row-title {
    width: 140px;
}

.mail-details-body-iframe {
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mail-details-attachement {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

    .mail-details-attachement .timelined-button.glyphonly {
        width: 20px;
        height: 20px;
        background-size: contain;
        margin-right: 1px;
        background-color: transparent;
    }

        .mail-details-attachement .timelined-button.glyphonly:focus {
            outline: 0px;
        }

div.jGrowl div.jGrowl-notification {
    background: white;
    border: 1px solid #053150;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 4px solid #053150;
}

div.swift-growl-image-text span {
    font-weight: normal;
}

.swift-growl-image-closecol > button {
    border-radius: 5px;
    border-width: 0px;
    font-weight: 600;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 0px;
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("Images/Glyphs/Glyph-Remove-Black.svg");
    background-size: 16px;
    color: transparent;
}

    .swift-growl-image-closecol > button:hover {
        background-color: #66ccff;
        color: transparent;
        background-image: url("Images/Glyphs/Glyph-Remove-White.svg");
    }

div.swift-growl-image-closecol {
    vertical-align: middle;
}

.timelined-permission-schemes-manage-group-span {
    display: block;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.display-all-button {
    border: 0px;
    cursor: pointer;
    background: none;
    text-align: left;
}

    .display-all-button:hover {
        text-decoration: underline;
    }

    .display-all-button:focus {
        outline: none;
    }


.swift-sbdatagrid .swift-sbcheckbox .swift-sbcheckbox-stylablelabel {
    cursor: default;
}

/*sbdatagrid checkbox - align to center*/
.swift-sbdatagrid .dt-body-center > .swift-sbcheckbox {
    display: inline-block;
}

    .swift-sbdatagrid .dt-body-center > .swift-sbcheckbox .swift-sbcheckbox-stylablelabel {
        padding-left: 0px;
    }

.portia-tabscontrol-headers-header.state-selected label {
    font-weight: bold;
}

.portia-tabscontrol-headers-header:hover {
    background-color: white;
}

label[for]:not([for=""]) {
    cursor: pointer;
}

.portia-treepresenter-tree-node.defaultnode .portia-treepresenter-tree-node-border {
    stroke-width: 0px;
}

.portia-treepresenter-tree-node.groupnode .portia-treepresenter-tree-node-border {
    stroke-width: 0px;
    fill: #eaedf3;
}

.portia-treepresenter-contentelement {
    white-space: nowrap;
    display: flex;
    padding: 0px;
}

.portia-treepresenter-tree-node.groupnode {
    padding: 3px;
}

.portia-treepresenter-tree-groupnode-container .portia-treepresenter-contentelement {
    margin: 2px;
    border: 1px solid black;
}

.portia-treepresenter-tree-groupnode-container {
    padding: 5px;
    border-top: 2px solid #3c4858;
}

.portia-treepresenter-connector.state-selected {
    stroke: #1eb5ff !important;
    stroke-width: 4px !important;
}

.portia-treepresenter-tree-node-collapsebutton {
    width: 15px;
    height: 15px;
    padding: 3px;
}

.lightbackground .portia-treepresenter-tree-node-collapsebutton.state-collapsed {
    background-image: url('Images/Glyphs/Glyph-Expand-Vertical-Black.svg')
}

.lightbackground .portia-treepresenter-tree-node-collapsebutton.state-expanded {
    background-image: url('Images/Glyphs/Glyph-Collapse-Black.svg')
}

.darkbackground .portia-treepresenter-tree-node-collapsebutton.state-collapsed {
    background-image: url('Images/Glyphs/Glyph-Expand-Vertical-White.svg')
}

.darkbackground .portia-treepresenter-tree-node-collapsebutton.state-expanded {
    background-image: url('Images/Glyphs/Glyph-Collapse-White.svg')
}

.portia-treepresenter-contentelement .timelined-label {
    margin: 0px;
    padding: 0px 15px;
}

    .portia-treepresenter-contentelement .timelined-label:focus {
        outline: none;
    }

.portia-treepresenter-tree-node.groupnode .portia-treepresenter-contentelement {
    border: 0px;
}

.portia-treepresenter-connector.connector-direct,
.portia-treepresenter-connector.connector-indirecttodirectlevel,
.portia-treepresenter-connector.connector-indirectwithoutchildren,
.portia-treepresenter-connector.connector-indirect {
    stroke: #3c4858;
}

.timelined-polytree-labelnode:focus {
    outline: none;
}

.timelined-searchbox.portia-textbox {
    background: url("Images/Grid-Search.svg") right center no-repeat content-box;
    padding-right: 5px;
    border: 1px solid #a2b0bb;
    border-radius: 17px;
    height: 34px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
}

    .timelined-searchbox.portia-textbox:focus-within {
        background: none;
    }

    .timelined-searchbox.portia-textbox input {
        border: 0px;
        border-radius: 0px;
        background-color: transparent;
        height: 100%;
    }

.timelined-labels-overview-selectednode {
    flex-grow: 1;
}

    .timelined-labels-overview-selectednode > iframe {
        width: 100%;
        height: 100%;
        border: 0px;
    }

.portia-treepresenter-tree-node.state-selected .timelined-label {
    background-color: #1eb5ff !important;
    color: white !important;
}

.portia-treepresenter-tree-node.groupnode .portia-treepresenter-contentelement.state-selected .timelined-label {
    background-color: #1eb5ff !important;
    color: white !important;
}

.portia-treepresenter-tree-node.state-selected .portia-treepresenter-tree-node-collapsebutton.state-collapsed {
    background-image: url('Images/Glyphs/Glyph-Expand-Vertical-White.svg')
}

.portia-treepresenter-tree-node.state-selected .portia-treepresenter-tree-node-collapsebutton.state-expanded {
    background-image: url('Images/Glyphs/Glyph-Collapse-White.svg')
}

.timelined-labels-overview-sidepanel {
    border-left: 1px solid lightgray;
    margin-left: 15px;
}

    .timelined-labels-overview-sidepanel .left-toolbar {
        padding: 5px;
    }

    .timelined-labels-overview-sidepanel .content-section {
        width: 500px;
        justify-content: center;
        text-align: center;
    }

    .timelined-labels-overview-sidepanel.state-collapsed .content-section {
        display: none;
    }

    .timelined-labels-overview-sidepanel .timelined-button:hover {
        background-color: #3c4858;
        color: white;
    }

    .timelined-labels-overview-sidepanel .timelined-button.glyph-expandcollapse {
        background-image: url("Images/Glyphs/Glyph-Expand-Black.svg");
    }

        .timelined-labels-overview-sidepanel .timelined-button.glyph-expandcollapse:hover {
            background-image: url("Images/Glyphs/Glyph-Expand-White.svg");
        }

    .timelined-labels-overview-sidepanel.state-collapsed .timelined-button.glyph-expandcollapse {
        background-image: url("Images/Glyphs/Glyph-Contract-Black.svg");
    }

        .timelined-labels-overview-sidepanel.state-collapsed .timelined-button.glyph-expandcollapse:hover {
            background-image: url("Images/Glyphs/Glyph-Contract-White.svg");
        }

.timelined-labels-overview-selectedconnector {
    overflow-y: auto;
}

    .timelined-labels-overview-selectedconnector .timelined-label {
        cursor: pointer;
    }

    .timelined-labels-overview-selectedconnector > .section {
        padding: 5px 0px;
    }

        .timelined-labels-overview-selectedconnector > .section.multiple-children {
            align-items: flex-start;
            text-align: left;
        }

        .timelined-labels-overview-selectedconnector > .section.section-parents {
            border-bottom: 2px solid #a2b0bb;
        }

.listpageable {
}

    .listpageable .groupscontainer {
        overflow-y: auto;
        overflow-anchor: none;
    }

        .listpageable .groupscontainer:focus {
            outline: 0px;
        }

    .listpageable .item-no-activity {
        margin-bottom: 10px;
        font-style: italic;
        font-size: 13px;
    }

.listpageable-group {
    margin-bottom: 10px;
}

    .listpageable-group .group-header {
        width: 40px;
    }

        .listpageable-group .group-header > div {
            position: sticky;
            top: 10%;
            left: 50%;
            text-orientation: mixed;
            writing-mode: vertical-lr;
            backface-visibility: hidden;
            transform: rotate(180deg);
            align-items: center;
            margin: 10px 0px 10px 0px;
        }

    .listpageable-group .group-items .item {
        cursor: pointer;
        margin: 0px;
        border-width: 0px 0px 1px 0px;
        border-color: #eaedf3;
        border-style: solid;
        padding: 3px;
        margin-left: 3px;
        margin-right: 3px;
    }

        .listpageable-group .group-items .item:nth-child(odd) {
            background-color: white;
        }

        .listpageable-group .group-items .item:nth-child(even) {
            background-color: white;
        }

        .listpageable-group .group-items .item:hover {
            background-color: #eaedf3;
        }

        .listpageable-group .group-items .item.state-selected {
            background-color: #053150;
            color: white;
        }

            .listpageable-group .group-items .item.state-selected:hover {
                background-color: #053150;
            }

    .listpageable-group .item.state-selected .contenttypeimage {
        background-image: url(Images/Glyphs/Glyph-Mail-White.svg);
    }

    .listpageable-group .item .contenttypeimage {
        background-image: url(Images/Glyphs/Glyph-Mail-Black.svg);
        width: 40px;
        height: 40px;
        background-size: 30px 30px;
        background-position: center;
        background-repeat: no-repeat;
    }

.listpageable .loadmoreitems .loadingmoresection .image-indicator {
    width: 100%;
    height: 20px;
    background-image: url(Images/Master-WaitIndicator.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.listpageable .statuselement {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
}

.listpageable .loadmoreitems .loadingmoresection .text-indicator {
    text-align: center;
}

.listpageable .loadmoreitems .errorsection .text-indicator {
    text-align: center;
}

.listpageable .loadmoreitems .errorsection .image-indicator {
    width: 100%;
    height: 20px;
    background-image: url(Images/Glyph-Error-Red-32.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.listpageable-group.group-day > .group-header {
    background-color: #eaedf3;
}

.listpageable-group.group-week > .group-header {
    background-color: #eaedf3;
}

.listpageable-group.group-month > .group-header {
    background-color: #eaedf3;
}

.listpageable .mailinfo,
.listpageable .preview-section {
    overflow-wrap: break-word;
}

.listpageable .timelined-labels .timelined-label {
    margin-top: 1px;
    margin-bottom: 1px;
}

.listpageable .item {
    font-size: 13px;
}

.listpageable .item-mail .preview-section {
    margin-top: 3px;
    overflow: hidden;
}

.listpageable .item-mail .from-to-section p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-top: 0px;
    margin-bottom: 0px;
}

.listpageable .item-mail .date-section {
    font-weight: bold;
}

.listpageable .item-mail .preview-section p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

.listpageable .item-mail .preview-section .subject p {
    -webkit-line-clamp: 1;
}

.listpageable .item-mail .preview-section .body-preview p {
    -webkit-line-clamp: 2;
}

.listpageable .item-mail .preview-section .subject {
    font-weight: bold;
    margin-bottom: 2px;
}

.listpageable .settings-popup-control {
    position: absolute;
}

.listpageable-group.match_0 .group-header {
    background-color: #053150;
    color: white;
}

.listpageable-group.match_1 .group-header {
    background-color: #335771;
    color: white;
}

.listpageable-group.match_2 .group-header {
    background-color: #617C91;
    color: white;
}

.listpageable-group.match_3 .group-header {
    background-color: #8EA2B2;
    color: white;
}

.listpageable-group.match_4 .group-header {
    background-color: #BCC7D2;
}


.popupwindow .contentcontainer {
    background-color: #f8f8f8;
    border: 1px solid lightgrey;
    padding: 3px;
}

    .popupwindow .contentcontainer:focus {
        outline: 0px;
    }

.timelined-control-settings .timelined-button.glyph-refresh {
    background-image: url(Images/Glyphs/Glyph-Refresh-Black.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-color: transparent;
}

.timelined-control-settings .timelined-button:focus {
    outline: 0;
}

.timelined-control-settings .timelined-button.glyph-refresh.state-refreshing {
    animation: spin 2s linear infinite;
}

.timelineselectedelementscontrol .base-single-element-selected {
    width: 100%;
    height: 100%;
}

    .timelineselectedelementscontrol .base-single-element-selected > iframe {
        width: 100%;
        height: 100%;
        border: 0px;
    }

.timelineselectedelementscontrol .base-no-element-selected {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.timeline .otherlabels {
    max-height: 80px;
    overflow-y: auto;
}

    .timeline .otherlabels .label {
        display: inline-block;
        margin-right: 5px;
        cursor: pointer;
    }

        .timeline .otherlabels .label > input {
            margin: 0px;
            cursor: pointer;
        }

.timeline .toolbar .stripe {
    margin: 5px 0px;
}

    .timeline .toolbar .stripe.options {
        margin: 0px 0px;
        height: 22px;
    }

.timeline .toolbar {
    padding-bottom: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #a2b0bb;
}

.timeline input[type="text"] {
    height: 34px;
}

.timeline .timelined-button {
    height: 30px;
}

    .timeline .timelined-button.state-dirty {
        background-color: #eda04d;
        color: white;
    }

        .timeline .timelined-button.state-dirty:hover {
            background-color: #d39832;
        }


.splitter {
    background-color: #a2b0bb;
    position: relative;
    border-width: 0px 4px 0px 4px;
    border-color: white;
    border-style: solid;
    box-sizing: border-box;
}

    .splitter.state-active {
        background-color: #10a4ec;
    }

    .splitter.orientation-horizontal {
        cursor: col-resize;
        width: 9px;
    }

        .splitter.orientation-horizontal::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            width: 100%;
            height: 24px;
            margin-top: -12px;
            background-color: #bebebe;
        }

    .splitter.orientation-vertical {
        cursor: row-resize;
        height: 10px;
        width: 100%;
    }

.timeline .splitter.orientation-horizontal {
}


.popupcontrol-open-button {
    width: 24px;
    height: 24px;
    background-image: url(Images/Glyphs/Glyph-Menu-Black.svg);
    opacity: 0.7;
}

    .popupcontrol-open-button:hover {
        opacity: 1;
    }

.swift-context-help-icon input {
    background-image: url(Images/Glyphs/Glyph-Help-Black.svg);
    padding-top: 0px;
    padding-bottom: 0px;
}

.timelined-popup-menu .swift-context-help-icon input {
    background-image: url(Images/Glyphs/Glyph-Help-Black.svg);
    width: 20px;
    height: 20px;
}

    .timelined-popup-menu .swift-context-help-icon input:hover {
        background-image: url(Images/Glyphs/Glyph-Help-White.svg);
    }

.swift-context-help-activator-icon input {
    background-image: url(Images/Glyphs/Glyph-Help-Black.svg);
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 5px;
}

    .swift-context-help-activator-icon input:hover {
        background-color: #66ccff;
    }

.swift-context-help-activator-icon.active input {
    background-image: url(Images/Glyphs/Glyph-HelpChecked-Black.svg);
}

.timelined-menu .standard-menu-item .swift-context-help-icon input {
    background-image: url(Images/Glyphs/Glyph-Help-Gray.svg);
}

    .timelined-menu .standard-menu-item .swift-context-help-icon input:hover {
        background-image: url(Images/Glyphs/Glyph-Help-White.svg);
    }

body.timelined-helpView {
    text-align: justify;
    font-size: 13px;
    padding: 8px;
}

    body.timelined-helpView p + p {
        margin-top: 8px;
    }

    body.timelined-helpView p + h1 {
        margin-top: 8px;
    }

    body.timelined-helpView p + h2 {
        margin-top: 8px;
    }

    body.timelined-helpView p,
    body.timelined-helpView ul {
        margin-top: 2px;
        margin-bottom: 6px;
    }

    body.timelined-helpView h1 {
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 2px;
    }

    body.timelined-helpView h2 {
        font-size: 17px;
        margin-top: 14px;
        margin-bottom: 1px;
    }

    body.timelined-helpView h3 {
        font-size: 16px;
        margin-top: 13px;
        margin-bottom: 1px;
    }

    body.timelined-helpView h4 {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 1px;
    }

    body.timelined-helpView h5 {
        font-size: 14px;
        margin-top: 11px;
        margin-bottom: 1px;
    }

    body.timelined-helpView h6 {
        font-size: 13px;
        margin-top: 11px;
        margin-bottom: 1px;
    }

    body.timelined-helpView section {
        margin-left: 7px;
    }

    body.timelined-helpView .section-heading {
        padding-left: 24px;
        cursor: pointer;
        background-position-x: 2px;
        background-position-y: center;
        background-size: 16px;
        background-repeat: no-repeat;
        background-image: url(Images/Glyphs/Glyph-Minus-Gray.svg);
    }

        body.timelined-helpView .section-heading:hover {
            background-image: url(Images/Glyphs/Glyph-Minus-Black.svg);
        }

        body.timelined-helpView .section-heading.collapsed {
            background-image: url(Images/Glyphs/Glyph-Plus-Gray.svg);
        }

            body.timelined-helpView .section-heading.collapsed:hover {
                background-image: url(Images/Glyphs/Glyph-Plus-Black.svg);
            }

            body.timelined-helpView .section-heading.collapsed + section {
                display: none;
            }

.timeline-element-labels-manager {
    min-height: 70px;
    border-bottom: 1px solid #a2b0bb;
    padding-bottom: 5px;
}

    .timeline-element-labels-manager .timelined-label {
        align-items: center;
    }

        .timeline-element-labels-manager .timelined-label .timeline-label-toolbar {
            align-items: center;
        }

        .timeline-element-labels-manager .timelined-label .timelined-button {
            width: 16px;
            height: 16px;
            background-size: 16px;
            background-color: transparent;
            margin-left: 2px;
        }

        .timeline-element-labels-manager .timelined-label .label-status {
            width: 16px;
            height: 16px;
            margin-left: 2px;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }

            .timeline-element-labels-manager .timelined-label .label-status.state-in-progress {
                background-image: url(Images/Master-WaitIndicator.svg);
            }

            .timeline-element-labels-manager .timelined-label .label-status.state-error {
                background-image: url(Images/Glyphs/Glyph-Error-Gray.svg)
            }

            .timeline-element-labels-manager .timelined-label .label-status.state-initial {
                background-color: transparent;
                width: 0;
                height: 0;
            }

        .timeline-element-labels-manager .timelined-label .timelined-button:focus {
            outline: 0px;
        }

        .timeline-element-labels-manager .timelined-label.lightbackground .glyph-delete {
            background-image: url("Images/Glyphs/Glyph-Delete-Black.svg");
        }

            .timeline-element-labels-manager .timelined-label.lightbackground .glyph-delete:hover {
                background-image: url("Images/Glyphs/Glyph-Delete-Black.svg");
            }

        .timeline-element-labels-manager .timelined-label.darkbackground .glyph-delete {
            background-image: url("Images/Glyphs/Glyph-Delete-White.svg");
        }

            .timeline-element-labels-manager .timelined-label.darkbackground .glyph-delete:hover {
                background-image: url("Images/Glyphs/Glyph-Delete-White.svg");
            }

    .timeline-element-labels-manager .portiabutton:focus,
    .timeline-element-labels-manager .timelined-button:focus {
        outline: none;
    }

    .timeline-element-labels-manager .container-loading,
    .timeline-element-labels-manager .container-ignored {
        display: flex;
        justify-content: center;
    }

        .timeline-element-labels-manager .container-loading .part-text {
        }

        .timeline-element-labels-manager .container-loading .part-image {
            width: 20px;
            height: 20px;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(Images/Master-WaitIndicator.svg);
            margin-left: 5px;
        }

.timeline-element-labels-manager-toolbar {
}

    .timeline-element-labels-manager-toolbar .portia-combobox {
        background-color: transparent;
    }

.portia-combobox-overlay.labelsmanager-addlabel {
    /*width: 400px;*/
}

    .portia-combobox-overlay.labelsmanager-addlabel .timelined-label {
        width: 100%;
        margin: 2px;
        padding: 0;
        padding: 0px 5px;
    }

.portia-combobox-selectionbox-item.state-marked, .portia-combobox-selectionbox-item:hover {
    border: 1px solid blue;
    background-color: #053150;
}

.portia-combobox-overlay.labelsmanager-addlabel .portia-combobox-selectionbox-item-content {
    display: flex;
}

.timeline-element-labels-manager .timeline-element-labels-manager-toolbar .timelined-button,
.timeline-element-labels-manager .timeline-element-labels-manager-toolbar .portia-combobox-open-button {
    height: 30px;
}

.timeline-element-labels-manager .timeline-element-labels-manager-toolbar .portia-context-help-container {
    margin-right: 10px;
}

.timeline-element-labels-manager-toolbar .portia-combobox[disabled] .portia-combobox-open-button {
    cursor: default;
}

.timeline-element-labels-manager-toolbar .timelined-button:disabled,
.timeline-element-labels-manager-toolbar .portia-combobox[disabled] {
    background-color: #eaedf3;
}

    .timeline-element-labels-manager-toolbar .timelined-button:disabled:hover,
    .timeline-element-labels-manager-toolbar .portia-combobox[disabled] .portia-combobox-open-button {
        transform: none;
    }

.timeline-element-labels-manager-toolbar .portia-combobox {
    border: 0px;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    outline: 0;
}

    .timeline-element-labels-manager-toolbar .portia-combobox:hover {
        outline: 0;
    }

.timeline-element-labels-manager-toolbar .portia-combobox-open-button {
    padding: 0;
    border: 0;
    outline: 0;
}


.timeline-element-labels-manager-toolbar .portia-combobox-selected-item {
    display: none;
}

.timeline-element-labels-manager .page-error {
    align-items: center;
    justify-items: center;
}

.portia-radiobuttons .button {
    height: 30px;
    margin: 4px 2px 4px 2px;
    padding-left: 17px;
    padding-right: 17px;
}

    .portia-radiobuttons .button.selected {
        background-position-x: 5px;
        background-position-y: center;
        background-size: 16px;
        background-image: url(Images/Glyphs/Glyph-Ok-White.svg);
        background-repeat: no-repeat;
        padding-left: 25px;
        padding-right: 9px;
    }

.timelined-control-settings {
    background-color: #eaedf3;
    border: 1px solid #a2b0bb;
    border-radius: 5px;
}

.timeline-element-labels-manager-toolbar .timeline-button {
    padding-left: 17px;
    padding-right: 17px;
}

.timeline-element-labels-manager-toolbar .portia-combobox.state-collapsed .portia-combobox-open-button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-collapsed .portia-combobox-open-button:hover,
.timeline-element-labels-manager-toolbar .portia-combobox.state-expanded .portia-combobox-open-button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-expanded .portia-combobox-open-button:hover,
.timeline-element-labels-manager-toolbar .portia-combobox.state-loading .portia-combobox-open-button,
.timeline-element-labels-manager-toolbar .portia-combobox.state-loading .portia-combobox-open-button:hover {
    background-image: none;
    width: auto;
    padding-left: 17px;
    padding-right: 17px;
    transform: none;
    transition: none;
}

    .timeline-element-labels-manager-toolbar .portia-combobox.state-loading .portia-combobox-open-button,
    .timeline-element-labels-manager-toolbar .portia-combobox.state-loading .portia-combobox-open-button:hover,
    .timeline-element-labels-manager .refresh-button.state-refreshing {
        background-image: none;
        animation: none;
        border: 0px;
        padding-left: 25px;
        padding-right: 9px;
        background-position-x: 5px;
        background-position-y: center;
        background-size: 16px;
        background-image: url(Images/Master-WaitIndicator.svg);
    }

.ui-datepicker.ui-widget {
    background-color: white;
    border: 1px solid #a2b0bb;
    border-radius: 5px;
}

    .ui-datepicker.ui-widget .ui-widget-header {
        background-color: #053150;
        border: 1px solid #053150;
    }


    .ui-datepicker.ui-widget .ui-state-hover {
        background-color: #254b66;
    }

    .ui-datepicker.ui-widget .ui-icon {
        background-color: transparent;
    }

    .ui-datepicker.ui-widget .ui-datepicker-prev,
    .ui-datepicker.ui-widget .ui-datepicker-next {
        cursor: pointer;
    }

    .ui-datepicker.ui-widget .ui-widget-content .ui-state-default {
        background-color: #053150;
    }

    .ui-datepicker.ui-widget .ui-widget-content .ui-state-hover {
        background-color: #254b66;
        color: white;
    }

    .ui-datepicker.ui-widget .ui-datepicker-calendar td a {
        background-color: #053150;
        color: white;
        border-width: 0px;
    }

        .ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-hover {
            background-color: #254b66;
        }

        .ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-active {
            background-color: #27c24c;
            color: white;
        }

.timelined-menu li ul {
    min-width: 300px;
}

.timelined-elements-container-inner {
    background-color: white;
}

.timelined-elements-container {
    position: relative;
    min-width: 300px;
}

    .timelined-elements-container.expanded {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

.timelined-elements-container .element-control {
    width: 100%;
    height: 100%;
}

.timelined-elements-container.expanded .element-control {
    box-sizing: border-box;
    background-color: white;
    padding: 10px;
}

    .timelined-elements-container.expanded .timelined-elements-container-inner {
        border-radius: 5px;
        border: 1px solid #a2b0bb;
        padding: 5px;
    }

    .timelined-elements-container .expand-collapse-button {
        position: absolute;
        right: 10px;
        top: 10px;
        background-image: url(Images/Glyphs/Glyph-Expand360-Gray.svg);
    }

        .timelined-elements-container .expand-collapse-button:hover {
            background-image: url(Images/Glyphs/Glyph-Expand360-Black.svg);
        }

.timelined-elements-container.expanded .expand-collapse-button {
    position: absolute;
    right: 30px;
    top: 30px;
    background-image: url(Images/Glyphs/Glyph-Collapse360-Gray.svg);
}

    .timelined-elements-container.expanded .expand-collapse-button:hover {
        background-image: url(Images/Glyphs/Glyph-Collapse360-Black.svg);
    }

.timelined-delete-dialog {
    text-align: justify;
}

    .timelined-delete-dialog .info-title {
        font-weight: 600;
        padding-top: 15px;
        padding-bottom: 7px;
    }

    .timelined-delete-dialog .info-delete-prevented {
        font-weight: 600;
        padding-left: 10px;
        padding-bottom: 7px;
        font-size: 14px;
    }

    .timelined-delete-dialog .info-message {
        padding-left: 10px;
        font-size: 13px;
    }

.portia-editdialog-layouter .buttons {
    padding-top: 15px;
    margin-top: 15px;
    margin-right: 15px;
    border-top: 1px solid #a2b0bb;
}

.swift-selectcontrol-singleline {
    display: flex;
}

    .swift-selectcontrol-singleline > input {
        flex: 1 1 0px;
        width: auto;
    }

    .swift-selectcontrol-singleline > div {
        flex-direction: row !important;
    }

    .swift-selectcontrol-singleline .swift-selectcontrol-addbtn {
        margin-left: 10px !important;
    }


.swift-selectcontrol-multiline {
    display: flex;
}

    .swift-selectcontrol-multiline > input {
        flex: 1 1 0px;
        width: auto;
    }

    .swift-selectcontrol-multiline .swift-selectcontrol-addbtn {
        margin-left: 0px !important;
    }

.swift-selectcontrol-addbtn {
    border: 0px !important;
    padding: 0px !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
