#lsCriteriabar {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible;
    background: white;
    padding-bottom: 1px;
    border-bottom: solid 1px rgb(230, 232, 236);
    padding-top: 1px;
    padding-right: 5px;
    display: none;
}

.lsShowCriteriaBar #lsCriteriabar {
    display: block;
}

#lsCriteriabar .right {
    position: absolute;
    padding-right: 10px;
    padding-left: 10px;
    right: 0px;
}

#lsCriteriabar .dateorigin {
    font-size: 0.9em;
    color: gray;
    border: 1px solid rgb(208, 212, 214);
    vertical-align: middle;
    padding: 2px;
    padding-left: 24px;
    padding-right: 5px;
    height: 27px;
    background-image: url(../images/Calendar.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 1.0em 1.0em;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

#lsCriteriabar .applyCriteriaButton {
    cursor: pointer;
    width: 27px;
    height: 27px;
    padding: 2px;
    background-image: url(../images/Apply.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

    #lsCriteriabar .applyCriteriaButton.nochanges {
        opacity: 0.4;
    }

.lsComboWrapper {
    z-index: 51;
    background-color: white;
    position: absolute;
    border: 1px solid #d3edff;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0.8em;
}

    .lsCriteriaCombo,
    .lsComboWrapper .setWidth {
        overflow: auto;
        background-color: white;
        position: relative;
        margin: 2px;
        -webkit-overflow-scrolling: touch;
    }

    .lsComboWrapper .setWidth {
        visibility: hidden;
        top: 0px;
        left: 0px;
    }



.lsCriteriaBarItem.open {
    background-color: #d3edff;
    z-index: 51;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}

.lsCriteriaBarItem {
    display: inline-block;
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1px;
    padding-right: 5px;
    height: 32px;
}

.lsCriteriaBarItemInput {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 51;
}

    .lsCriteriaBarItemInput div {
        border: 1px solid rgb(208, 212, 214);
        vertical-align: middle;
        border-radius: 5px;
        padding-left: 2px;
        background-color: #fff;
    }

.lsCriteriaBarItem.open .lsCriteriaBarItemInput div {
    border-color: #d3edff;
}



.lsCriteriaBarItemInput input {
    font-size: 0.8em;
    height: 23px;
    border: none;
    padding-left: 2px;
    padding-right: 2px;
    outline: none;
    margin: 0px;
    border-radius: 5px;
    vertical-align: baseline;
    width: calc(100% - 25px);
    white-space: nowrap;
    background:white;
}


.lsCriteriaBarItemInput .text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px;
    height: 21px;
    vertical-align: middle;
    width: calc(100% - 25px);
    color: gray;
    font-size: 0.8em;
}

.lsCriteriaBarItemInput input:-ms-input-placeholder {
    text-overflow: ellipsis !important;
    overflow: hidden;
    color: gray;
}

.lsCriteriaBarItemInput input::placeholder {
    text-overflow: ellipsis !important;
    overflow: hidden;
    color: gray;
}



.lsCriteriaBarItemInput input:focus::placeholder {
    color: transparent !important;
}

.lsCriteriaBarItemInput input:focus:-ms-input-placeholder {
    color: transparent !important;
}

.lsCriteriaBarItemInput .button {
    display: inline-block;
    background-image: url(../images/ComboBoxArrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1px;
    width: 23px;
    height: 23px;
    vertical-align: top;
    transition: background-color linear 0.15s;
}

.lsCriteriaBarItem.open .lsCriteriaBarItemInput .button.applybutton {
    background-image: url(../images/Apply.svg);
}

.lsCriteriaBarItem.enableSearch .lsCriteriaBarItemInput .button {
    background-image: url(../images/Search.svg) !important;
}

@media (hover:hover) {
    .lsCriteriaBarItemInput .button:hover {
        background-color: #d3edff;
    }
}

.lsDesktop .lsCriteriaBarItemInput .button:hover {
    background-color: #d3edff;
}

.lsCriteriaBarItemCaption {
    background-repeat: no-repeat;
    padding-left: 5px;
    background-size: 20px 20px;
    background-position: left center;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    text-align: right;
    min-width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    font-size: 0.8em;
}

.measureSelector .lsCriteriaBarItemInput .text {
    padding-left: 20px;
}

    .measureSelector .lsCriteriaBarItemInput .text::before {
        content: url(../images/Metadata/Measure.svg);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        vertical-align: middle;
        width: 23px;
        height: 23px;
        display: inline-block;
        left: 2px;
    }


.storedCriteriaSelector .lsCriteriaBarItemCaption span {
    vertical-align: middle;
}

.storedCriteriaSelector .lsCriteriaBarItemInput .text {
    padding-left: 20px;
}

    .storedCriteriaSelector .lsCriteriaBarItemInput .text::before {
        content: url(../images/Filter.svg);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        vertical-align: middle;
        width: 23px;
        height: 23px;
        display: inline-block;
        left: 2px;
    }



.storedCriteriaItem {
    margin-left: 3px;
    margin-right: 3px;
    padding: 2px;
    cursor: pointer;
    background-image: url(../images/Filter.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    vertical-align: middle;
    height: 23px;
}

.lsDesktop .storedCriteriaItem:hover {
    background-color: #d3edff
}

.measureItem {
    margin-left: 3px;
    margin-right: 3px;
    padding: 2px;
    cursor: pointer;
    background-image: url(../images/Metadata/Measure.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    vertical-align: middle;
    height: 23px;
}

.lsDesktop .measureItem:hover {
    background-color: #d3edff
}

.dynamicTimeItem {
    margin-left: 3px;
    margin-right: 3px;
    padding: 2px;
    padding-left: 23px;
    cursor: pointer;
    vertical-align: middle;
    height: 23px;
}

    .dynamicTimeItem .lsText {
        display: none;
    }

    .dynamicTimeItem.group {
        padding-left: 2px;
    }

.lsDesktop .dynamicTimeItem:hover {
    background-color: #d3edff
}

.lsCriteriaTreeItem {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: transparent;
    white-space: nowrap;
    min-width: 100%;
}

    .lsCriteriaTreeItem > div {
        display:inline-block;
        vertical-align: middle;
        padding-right: 5px;
        padding-bottom: 1px;
        
    }

    .lsCriteriaTreeItem > div > span {
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
    }

.lsDesktop .lsCriteriaTreeItem span:hover {
    text-decoration: underline;
}

.lsCriteriaTreeItem span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
}

.lsCriteriaTreeItem .checkbox {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4px;
    margin-left: 4px;
}



.lsCriteriaTreeItem .expand {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/Expand.svg);
    margin-left: -1.2em;
}

.lsCriteriaTreeItem.isExpanded .expand {
    background-image: url(../images/Collapse.svg);
}

.lsCriteriaTreeItem.checked .checkbox {
    background-image: url(../images/CheckboxSelected.svg);
}

.singleSelect .lsCriteriaTreeItem.checked .checkbox {
    background-image: url(../images/RadioSelected.svg);
}

.lsCriteriaTreeItem.partial .checkbox {
    background-image: url(../images/CheckboxPartiallySelected.svg);
}

.singleSelect .lsCriteriaTreeItem.partial .checkbox {
    background-image: url(../images/RadioNotSelected.svg);
}

.lsCriteriaTreeItem.none .checkbox {
    background-image: url(../images/CheckboxNotSelected.svg);
}

.singleSelect .lsCriteriaTreeItem.none .checkbox {
    background-image: url(../images/RadioNotSelected.svg);
}

.lsCriteriaTreeItem.more .checkbox {
    width: 0px;
}

.lsCriteriaTreeItem.filterMatch {
    background-color: #d3edff;
}

.searchsyntax {
    white-space: pre-wrap;
    padding: 5px;
    width: 100%;
    position: absolute;
}

.lsComboFooter {
}

.lsComboWrapper span.showSelected {
    line-height: 0.8em;
    float: left;
    padding: 3px;
    padding-left: 1.2em;
    background-size: 1em 1em;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/ShowSelected.svg);
    margin: 2px;
    opacity: 0.5;
}

.lsComboWrapper.hasSelected span.showSelected {
    opacity: 1;
    display: inline;
    cursor: pointer;
}

.lsDesktop .lsComboWrapper.hasSelected span.showSelected:hover {
    text-decoration: underline;
}

.lsComboWrapper.filterSelected span.showSelected {
    display: none;
}

.lsComboWrapper span.showAll {
    line-height: 0.8em;
    font-size: 1em;
    float: left;
    padding: 3px;
    padding-left: 1.2em;
    background-size: 1em 1em;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/ShowAll.svg);
    margin: 2px;
    opacity: 0.5;
    display: none;
}

.lsComboWrapper.filterSelected span.showAll {
    opacity: 1;
    display: inline;
    cursor: pointer;
}

.lsDesktop .lsComboWrapper.filterSelected span.showAll:hover {
    text-decoration: underline;
}

.lsComboWrapper span.selectAll {
    line-height: 0.8em;
    font-size: 1em;
    float: right;
    padding: 3px;
    padding-left: 1.2em;
    background-size: 1em 1em;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/SelectAll.svg);
    margin: 2px;
    opacity: 0.5;
}

.lsComboWrapper.filtered span.selectAll {
    opacity: 1;
    cursor: pointer;
}

.lsDesktop .lsComboWrapper.filtered span.selectAll:hover {
    text-decoration: underline;
}


.lsListViewItem {
    cursor: pointer;
}

    .lsListViewItem .lsNewIconContainer {
        width: 30px;
        height: 100%;
        display: inline-block;
        padding-right: 10px;
    }

        .lsListViewItem .lsNewIconContainer .lsNewIcon {
            border-radius: 50%;
            width: 6px;
            height: 6px;
            margin: auto;
            float: right;
            background-color: #4D82B8;
        }

    .lsListViewItem .lsDocumentIcon {
        height: 16px;
        width: 16px;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

    .lsListViewItem .lsText {
        display: inline-block;
        vertical-align: middle;
    }

#lsFileBrowser {
    width: 100%;
    height: 100%;
}



.lsThumbnailViewList {
    width: 100%;
    height: calc(100% - 70px);
    display: block;
    overflow: auto;
    white-space: normal;
}


.lsThumbnailViewItem {
    height: 210px;
    width: 207px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    overflow:hidden;
    /* margin:  auto; */
}

    .lsThumbnailViewItem:hover {
        background-color: #d3edff;
    }

    .lsThumbnailViewItem .lsDocumentIcon > img {
        margin: 10px 16px 0 16px;
        width: 175px;
        height: 131.25px;
        object-fit: contain;
    }

    .lsThumbnailViewItem .lsDocumentIcon:not(.lsFolderIcon) > img {
        border: 1px gray solid;
        background: white;
    }


    .lsThumbnailViewItem .lsText {
        text-align: center;        
        display: block;
        margin: 10px 0;
        font-size: 0.8em;
        white-space:normal;
        max-width:100%;
        text-overflow:ellipsis;
    }

    .lsThumbnailViewItem .lsThumbnailViewNewIconContainer {
        position: absolute;
        width: 16px;
        height: 16px;
        top: calc(131.25px - 8px);
        left: 18px;
    }

        .lsThumbnailViewItem .lsThumbnailViewNewIconContainer .lsNewIcon {
            border-radius: 50%;
            width: 10px;
            height: 10px;
            background-color: #4D82B8;
            position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

.lsFileList {
    width: 100%;
    height: calc(100% - 70px);
    border-collapse: collapse;
    text-align: left;
    display: block;    
    position:relative;
}

    .lsFileList table {
        height: 100%;
        margin-top:25px;
    }

        .lsFileList table tbody {
            height: calc(100% - 20px);
            position: absolute;
            top: 5px;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
        }

    .lsFileList table thead {
        position:absolute;
        margin-top:-25px;
    }

        .lsFileList table thead tr {
            background-color: rgb(230, 232, 236);
        }

    .lsFileList tr {
        width: 100%;
        margin-right: 10px;

    }

    .lsFileList tbody tr:hover {
        background-color: #d3edff;
    }

    .lsFileList th {
        padding: 5px 0;
        font-size: 0.8em;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
        cursor: pointer;
        display: inline-block;
        position: relative;
    }

        .lsFileList th:not(:nth-child(1)) {
            padding-left: 10px;
            border-left: 1px solid rgb(162, 169, 180);
        }

        .lsFileList th .ui-icon {
            display: inline-block;
            vertical-align: middle;
            float: right;
        }

        .lsFileList th > span {
            vertical-align: middle;
        }

        .lsFileList th > div {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
        }

    .lsFileList td {
        padding: 10px 10px;
    }

    .lsFileList td, .lsFileList th {
        white-space: nowrap;
        overflow: hidden;
        vertical-align: middle;
    }

        .lsFileList td .lsText, .lsFileList th span {
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .lsFileList td .lsText {
            max-width: 100%;
        }

    .lsFileList thead {
        font-size: 0.8em;
        margin: 0 20px;        
        color: rgb(80,80,80);
    }


    .lsFileList tbody {        
        font-size: 0.8em;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0 20px;
        -webkit-overflow-scrolling: touch;
    }

        .lsFileList tbody tr {
            border-bottom: 1px rgb(230, 232, 236) solid;
        }

    .lsFileList thead {
        width: calc(100% - 40px);
    }

    .lsFileList thead, .lsFileList tbody tr {
        display: table;
        table-layout: fixed;
    }

    .lsFileList td:not(:nth-child(1)) {
        color: rgb(160, 167, 177);
    }


    .lsFileList th:nth-child(1) {
        width: 30%;
        padding-left: 50px;
    }

    .lsFileList td:nth-child(1) {
        padding-left: 20px;
    }

    .lsFileList td:nth-child(1), .lsFileList th:nth-child(1) {
        width: 30%;
    }

    .lsFileList td:nth-child(2), .lsFileList th:nth-child(2) {
        width: 30%;
    }

    .lsFileList td:nth-child(3), .lsFileList th:nth-child(3) {
        width: 10%;
    }

    .lsFileList td:nth-child(4), .lsFileList th:nth-child(4) {
        width: 15%;
    }

    .lsFileList td:nth-child(5), .lsFileList th:nth-child(5) {
        width: 15%;
    }

.lsFileBreadcrumbs {
    white-space: nowrap;
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    margin: auto;
    width: calc(100% - 58px);
    overflow: hidden;
}

    .lsFileBreadcrumbs img {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: 16px 8px 16px 25px;
        vertical-align: middle;
    }

    .lsFileBreadcrumbs .lsText {
        cursor: pointer;
        vertical-align: middle;
        text-overflow: ellipsis;
        overflow: hidden;        
    }

        .lsFileBreadcrumbs .lsText:hover {
            border-bottom: 1px solid black;
        }

        .lsFileBreadcrumbs .lsText:last-child {
            pointer-events: none;
            cursor: initial;
            text-decoration: none !important;
        }

    .lsFileBreadcrumbs .lsDivider {
        content: "/";
        padding: 0 10px;
        cursor: default;
        color: rgb(175, 175, 175);
        border-bottom: 1px solid white;
        vertical-align: middle;
    }


.FileBrowserTop {
    position: relative;
    margin: 4px 25px;
    font-size: 0.8em;
}

.ViewButtons {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .ViewButtons > div {
        display: inline-block;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: 75%;
        vertical-align: middle;
    }

    .ViewButtons .ListViewButton {
        background-image: url(../images/ViewList.svg) !important;
        margin-right: 10px;
    }

    .ViewButtons .ThumbnailViewButton {
        background-image: url(../images/ViewThumbnails.svg) !important;
    }

    .ViewButtons .Active {
        background-color: #d3edff;
    }

.lsThumbnailExpando {
    background-color: white;
}

.lsDocumentIconBookmarkIconContainer {
    position: absolute;
    top: 16px;
    left: 16px;
}

    .lsDocumentIconBookmarkIconContainer > div {
        width: 32px;
        height: 32px;
    }

@media screen and (max-width: 450px) {
    .lsFileList td:nth-child(1), .lsFileList th:nth-child(1) {
        width: 100%;
    }

    .lsFileList td:nth-child(2), .lsFileList th:nth-child(2) {
        width: 0;
    }

    .lsFileList td:nth-child(3), .lsFileList th:nth-child(3) {
        width: 0;
    }

    .lsFileList td:nth-child(4), .lsFileList th:nth-child(4) {
        width: 0;
    }

    .lsFileList td:nth-child(5), .lsFileList th:nth-child(5) {
        width: 0;
    }

    .lsFileList th:not(:nth-child(1)) {
        border-left: 0;
    }
}

@media screen and (max-width: 413px) {
    .lsThumbnailViewItem {
        width: 100%;
    }

        .lsThumbnailViewItem .lsDocumentIcon {
            margin: auto;
            width: 210px;
        }
}

.ui-dialog {
    border: 1px rgb(230, 232, 236) solid;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    padding: 0;
    overflow: visible;
}

    .ui-dialog ::selection {
        background: rgb(194, 224, 244);
    }

    .ui-dialog input[type="text"], .ui-dialog input:not([type]) {
        border: 1px solid rgb(208, 212, 214);
        border-radius: 3px;
    }

    .ui-dialog .ui-dialog-titlebar {
        padding: 0;
        margin: 0;
        background: white;
        border: 0;
    }

        .ui-dialog .ui-dialog-titlebar .DialogAnchorArrow {
            position: absolute;
            width: 32px;
            height: 32px;
            background: white;
            right: 8px;
            top: -16px;
            transform: rotate(45deg);
            display: inline-block;
            border-top: 1px rgb(230, 232, 236) solid;
            border-left: 1px rgb(230, 232, 236) solid;
        }

    .ui-dialog .ui-dialog-title {
        color: rgb(60, 60, 60);
        font-weight: bold;
    }

    .ui-dialog input:focus, .ui-dialog textarea:focus {
        outline-width: 0;
    }

    .ui-dialog .ui-state-hover {
        border: 0;
    }

    .ui-dialog .ui-state-default {
        border: 0;
    }

    .ui-dialog .ui-dialog-title {
        font-family: "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
        font-weight: 300;
        font-size: 1.2em;
        width: 100%;
        text-align: center;
        margin: 1rem 0 0 0;
    }

    .ui-dialog .ui-dialog-content {
        border: 0;
        padding: 0;
        font-size: 0.8em;
        margin: 1rem 0 3rem 0;
        -webkit-overflow-scrolling: touch;
    }

    .ui-dialog .lsCriteriaTreeCheckbox {
        margin-right: 15px;
        padding: 2px;
    }

    .ui-dialog .lsBookmarkNameLabel, .ui-dialog .lsLinkTextLabel {
        font-size: 0.8em;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        vertical-align: middle;
    }

    .ui-dialog .lsLinkTextLabel {
        padding: 0 1.5rem;
    }

    .ui-dialog #lsLinkText {
        width: 30em;
        padding: 0.4em 0.4em 0.4em 0.5em;
        vertical-align: middle;
    }

    .ui-dialog .lsShareDialogLayoutTable {
        margin: 1em;
    }

    .ui-dialog .lsBookmarkNameContainer {
        white-space: nowrap;
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
    }

    .ui-dialog .lsLinkTextContainer {
        white-space: nowrap;
    }

    .ui-dialog #lsBookmarkName {
        padding: 0.4em 0 0.4em 0.5em;
        min-width: 200px;
        width: 100%;
        white-space: nowrap;
    }

    .ui-dialog .bookmarkCheckbox, .ui-dialog .shareCheckbox {
        width: 100%;
        border-top: 1px solid rgb(208, 212, 214);
        padding-top: 1.5em;
        margin-top: 1.5em;
    }

    .ui-dialog .lsCheckbox > div {
        text-align: center;
    }

    .ui-dialog .lsCheckbox img {
        margin-right: 10px;
        padding: 2px;
    }

    .ui-dialog .lsCheckbox span {
        font-size: 0.8em;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .ui-dialog .shareCheckbox {
        display: inline-block;
        margin-top: 10px;
    }

    .ui-dialog .copyToClipboard {
        display: inline-block;
        height: 29.22px;
        width: 29.22px;
        background-image: url(../images/Clipboard.svg) !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: 20px;
        cursor: pointer;
        vertical-align: middle;
        margin-right: 1.5rem;
    }

        .ui-dialog .copyToClipboard:hover {
            background-color: #d3edff;
        }

    .ui-dialog .lsExplainDocument, .ui-dialog .lsDatePicker {
        font-size: 1.1em;
        padding: 0 2em;
    }

        .ui-dialog .lsExplainDocument .lsThumbnail {
            border: 1px solid rgb(230, 232, 236);
            margin-bottom: 30px;
        }

    .ui-dialog .ui-dialog-buttonpane {
        margin: 0;
        border-width: 0 0 0 0;
        background-color: rgb(240, 240, 241);
        padding: 1em 1em;
    }

    .ui-dialog .ui-dialog-buttonset {
        display: flex;
        float: none !important;
        align-items: center;
        justify-content: center;
    }

        .ui-dialog .ui-dialog-buttonset .ui-button {
            margin: 0 2em;
            border: 0;
            background: rgb(208, 212, 214);
            color: black;
            border-radius: 3px;
            font-size: 0.8em;
            width: 175px;
        }

            .ui-dialog .ui-dialog-buttonset .ui-button:hover {
                background: rgb(188, 192, 194);
            }

        .ui-dialog .ui-dialog-buttonset #lsDialogOk, #lsDialogCopy, #lsDialogMail, .lsDialogExport {
            background: #4d82b8;
            color: white;
        }

            .ui-dialog .ui-dialog-buttonset #lsDialogOk:hover, #lsDialogCopy:hover, #lsDialogMail:hover, .lsDialogExport:hover {
                background: #396ea4;
                color: white;
            }

    .ui-dialog .ui-datepicker {
        margin: auto;
    }

        .ui-dialog .ui-datepicker .ui-datepicker-prev-hover, .ui-dialog .ui-datepicker .ui-datepicker-next-hover {
            background: #d3edff;
            border-radius: 0;
        }

        .ui-dialog .ui-datepicker .ui-datepicker-prev {
            top: 4px;
            left: 0;
            border-radius: 0;
        }

        .ui-dialog .ui-datepicker .ui-datepicker-next {
            top: 4px;
            right: 0;
            border-radius: 0;
        }


        .ui-dialog .ui-datepicker .ui-icon-circle-triangle-e, .ui-dialog .ui-datepicker .ui-icon-circle-triangle-w {
            background-image: url(../images/ArrowThinRight.svg) !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
            background-size: 50%;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin: -12px 0 0 -12px;
        }

        .ui-dialog .ui-datepicker .ui-icon-circle-triangle-w {
            transform: rotate(180deg);
        }

    .ui-dialog .lsDynamicDateInput {
        margin: 3em auto 0 auto;
        display: block;
    }

    .ui-dialog .lsAboutDialog {
        padding: 4em 4em;
    }

        .ui-dialog .lsAboutDialog > img {
            margin-bottom: 2em;
        }

        .ui-dialog .lsAboutDialog .lsAboutDialogTable {
            margin: auto;
            margin-top: 64px;
        }

        .ui-dialog.lsAboutDialog .ui-dialog-content {
            margin-top: 0;
        }

    .ui-dialog.saveBoomarkDialog .ui-dialog-content, .ui-dialog.shareDialog .ui-dialog-content {
        margin-bottom: 1.5em;
        overflow: hidden;
    }

    .ui-dialog.saveBoomarkDialog .ui-dialog-content {
        padding: 1em 1.5rem 0 1.5em;
    }

    .ui-dialog .lsInfoDialog {
        padding: 3rem;
        padding-bottom: 0;
    }

    .ui-dialog.lsConfirmDialog .ui-dialog-content {
        margin: 2rem;
        text-align: center;
    }

    .ui-dialog:not(.contextmenudialog) .ui-button .ui-icon {
        position: static;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .ui-dialog:not(.contextmenudialog) .ui-button .ui-button-text {
        position: initial;
        margin: 0;
        display: inline-block;
        padding-left: 1rem;
        vertical-align: middle;
    }

.lsChangePasswordDialog {
}

    .lsChangePasswordDialog .ui-dialog-content {
        padding: 10px 30px;
        margin-bottom: 1rem;
    }

    .lsChangePasswordDialog .lsInputContainer {
        margin: 15px 0;
    }

        .lsChangePasswordDialog .lsInputContainer label {
        }

        .lsChangePasswordDialog .lsInputContainer input {
            border: 0;
            vertical-align: middle;
            color: #737D85;
            background: #F9F7F9;
            padding: 15px;
            box-sizing: border-box;
            margin-top: 10px;
        }




.contextmenudialog {
    border: 1px rgb(230, 232, 236) solid;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    padding: 0;
    overflow: visible;
}

    .contextmenudialog * {
        border-radius: 0;
    }

    .contextmenudialog .ui-dialog-content {
        margin: 0 0;
        padding: 0;
    }

    .contextmenudialog .lsContextMenuHeader {
        padding: 0;
        border: none;
        border-bottom: 1px rgb(230, 232, 236) solid;
    }

    .contextmenudialog .lsContextMenuHeaderButton {
        width: 28px;
        height: 28px;
        text-align: left;
        padding: 5px;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }


        .contextmenudialog .lsContextMenuHeaderButton.ui-button {
            border-color: transparent;
        }

        .contextmenudialog .lsContextMenuHeaderButton .ui-button-text {
            display: none;
        }

    .contextmenudialog .lsDialogContent {
        margin: 0.5em 0;
    }

    .contextmenudialog .lsContextMenuButton {
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 0;
        border: none;
    }

        .contextmenudialog .lsContextMenuButton.ui-button {
            border-color: transparent;
            padding: 0.5em 1.5em;
            display: block;
        }

        .contextmenudialog .lsContextMenuButton .ui-button-text {
            text-align: left;
            font-size: 1em;
            padding: 0;
            padding-left: 0.1em;
        }


    .contextmenudialog .ui-button {
        background: white;
        background-size: 21px;
    }

        .contextmenudialog .ui-button:hover {
            background: #d3edff;
            background-size: 21px;
        }

    .contextmenudialog .ui-dialog-titlebar {
        border: 0;
    }

        .contextmenudialog .ui-dialog-titlebar .DialogAnchorArrow {
            top: -32px;
        }

    .contextmenudialog .ui-dialog-title, .contextmenudialog .ui-dialog-titlebar-close, .contextmenudialog .ui-dialog-buttonpane, .introductionDialog .ui-dialog-titlebar {
        display: none;
    }

.introductionDialog .ui-dialog-content {
    margin-bottom: 1rem;
}

.ToolbarMoreMenu {
    padding: 1em 0;
}

    .ToolbarMoreMenu .lsContextMenuButton {
        padding: .5em 2em .5em 3em !important;
    }

        .ToolbarMoreMenu .lsContextMenuButton .ui-button-icon-primary {
            left: 1.3em !important;
        }

.no-title .ui-dialog-titlebar {
    padding: 0;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-overlay {
    background: #000;
    opacity: .5;
    filter: Alpha(Opacity=50);
    background-image: none;
}

    .ui-widget-overlay.whitetoolbar {
        background: linear-gradient(transparent, transparent) 0px 0px no-repeat, linear-gradient(black, black) 0px 50px no-repeat;
        background-size: 100% 50px, 100% calc(100% - 50px);
    }

.errorDialog .ui-dialog-content {
    text-align: center;
    padding: 0 6em;
}

.transparentOverlay {
    opacity: 0;
}

.combodialog .ui-dialog-title, .combodialog .ui-dialog-titlebar-close {
    display: none;
}

.PreferencesDialog .ui-dialog-content {
    margin-bottom: 5px;
}

.lsPreferencesDialog {
    width: 500px;
    padding: 0 60px;
    margin: auto;
    font-size: 12px;
}

    .lsPreferencesDialog table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 20px;
    }

        .lsPreferencesDialog table tr .subLabel {
            color: darkgrey;
        }


        .lsPreferencesDialog table tr td:last-child {
            float: right;
        }

.layoutSelectorDialog {
    width: 180px;
}

    .layoutSelectorDialog .LayoutButtonContainer {
        overflow: auto;
        margin-bottom: 0;
    }

    .layoutSelectorDialog .LayoutButton {
        height: 150px;
        cursor: pointer;
    }

        .layoutSelectorDialog .LayoutButton.Selected {
            background: rgba(211, 237, 255, 1);
        }

        .layoutSelectorDialog .LayoutButton .LayoutTitleContainer {
            text-align: left;
        }

        .layoutSelectorDialog .LayoutButton .LayoutTitle {
            font-size: 12px;
            padding: 5px;
        }

        .layoutSelectorDialog .LayoutButton .LayoutThumbnailContainer {
        }

        .layoutSelectorDialog .LayoutButton .LayoutThumbnail {
            background: white;
            border: 1px solid black;
            margin-left: auto;
            margin-right: auto;
        }

            .layoutSelectorDialog .LayoutButton .LayoutThumbnail .LayoutIcon {
                position: relative;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }



.noPinnedFolders {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

    .noPinnedFolders > span {
        display: block;
        transform: translateY(-50%)
    }

.PinnedFoldersView {
    width: 100%;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
}

.PinnedFolder {
    width: 350px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid rgb(230, 232, 236);
}



.PinnedFolderList {
    width: 100%;
    height: calc(100% - 96px);
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: overlay;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .PinnedFolderList::-webkit-scrollbar {
        display: none;
    }

    .PinnedFolderList:hover::-webkit-scrollbar {
        display: block;
    }


.PinnedFolderTop {
    padding: 20px 10px 0px 48px;
    font-size: 1.2em;
}

    .PinnedFolderTop .PinnedFolderTopCaptionContainer {
        display: inline-block;
        width: calc(100% - 28px);
        vertical-align: middle;
        overflow: hidden;
    }

    .PinnedFolderTop .PinnedFolderBackButton {
        cursor: pointer;
        float: left;
    }

    .PinnedFolderTop .caption, .PinnedFolderTop .PinnedFolderBackButton {
        letter-spacing: 0.5px;
        color: rgb(77, 130, 184);
    }

    .PinnedFolderTop .caption {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .PinnedFolderTop .ui-icon-folderpreview {
        width: 20px;
        height: 20px;
    }

    .PinnedFolderTop > span {
        cursor: pointer;
    }

    .PinnedFolderTop .PinnedFolderUnpin {
        height: 16px;
        display: inline-block;
        cursor: pointer;
        margin-top: 10px;
    }

        .PinnedFolderTop .PinnedFolderUnpin div {
            margin: 0;
            float: left;
            display: inline-block;
        }

        .PinnedFolderTop .PinnedFolderUnpin span {
            float: left;
            padding-left: 5px;
            font-size: 0.6em;
            display: inline-block;
            color: rgb(173, 180, 189);
        }

.PinnedFolderItem {
    width: 100%;
    table-layout: fixed;
    padding: 15px 0;
}

    .PinnedFolderItem:hover {
        background-color: #d3edff;
    }

    .PinnedFolderItem .lsNewIconContainer {
        height: 100%;
        width: 8px;
        padding: 0 15px 0 30px;
    }

        .PinnedFolderItem .lsNewIconContainer .lsNewIcon {
            border-radius: 50%;
            width: 8px;
            height: 8px;
            background-color: #4D82B8;
        }


    .PinnedFolderItem .explanationButton {
        vertical-align: bottom;
        width: 30px;
    }

        .PinnedFolderItem .explanationButton > div {
            float: right;
            margin-right: 10px;
            margin-bottom: 10px;
        }


    .PinnedFolderItem .ui-icon-explanation {
        background-position: center center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .PinnedFolderItem .ThumbnailIconContainer {
        width: 100%;
    }

    .PinnedFolderItem .lsDocumentIcon {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: relative;
    }

        .PinnedFolderItem .lsDocumentIcon > img {
            height: 80px;
            object-fit: contain;
            display: block;
            margin: auto;
            max-width:100%;
        }

        .PinnedFolderItem .lsDocumentIcon:not(.lsFolderIcon) > img {
            border: 1px gray solid;
            background: white;
        }

    .PinnedFolderItem .lsDocumentIconBookmarkIconContainer {
        position: absolute;
        top: 4px;
        left: 2px;
    }

        .PinnedFolderItem .lsDocumentIconBookmarkIconContainer > div {
            width: 16px;
            height: 16px;
        }

    .PinnedFolderItem .lsText {
        width: 100%;
        height: 100%;
        word-wrap: break-word;
        white-space: normal;
        font-size: 0.8em;
        padding-left: 20px;
        margin-right: 5px;
        text-align: left;
        cursor: pointer;
    }

.SearchView {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .SearchView .SearchResultsCaption {
        margin: 17px 25px 18px 25px;
        padding-left: 40px;
        display: inline-block;
        clear: both;
        float: left;
        color: rgb(77, 130, 184);
    }

    .SearchView .SearchResultLocation {
    }
        .SearchView .SearchResultLocation:hover {
            text-decoration: underline;
            color: black;
        }


    .SearchView .lsFileList table tbody {
        top: 25px;
    }


#lsStartPageContainer, .lsStartPage {
    height: 100%;
    width: 100%;
}

.lsStartPageContent {
    width: 100%;
}



[placeholder] {
    text-overflow: ellipsis;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-overflow: ellipsis;
}

::-moz-placeholder { /* Firefox 19+ */
    text-overflow: ellipsis;
}

:-ms-input-placeholder { /* IE 10+ */
    text-overflow: ellipsis;
}

:-moz-placeholder { /* Firefox 18- */
    text-overflow: ellipsis;
}

body.lsDesktop ::-webkit-scrollbar {
    background: white;
    width: 10px;
    height: 10px;
    -webkit-overflow-scrolling: touch;
}


body.lsDesktop ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

body.lsDesktop ::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 0px;
}

.visibilityHidden {
    visibility: hidden !important;
}

.hiddenCollapsed {
    display: none !important;
    visibility: collapse !important;
}

@media print {
    body {
        overflow: hidden;
        margin: 0;
        page-break-inside: avoid;
    }


        body * {
            -webkit-print-color-adjust: exact;
        }

    .lsViewPort {
        position: static !important;
    }

    #lsAnalysisPage {
        background-color: white !important;
    }

    #lightspeedprint {
        display: block;
        white-space: nowrap;
        overflow: visible;
    }

    #lightspeedwindow {
        position: absolute;
        overflow: visible;
        left: 0;
        top: 0;
    }

    .lsContentArea {
        width: 100%;
    }

    #lsToolbar {
        display: none;
    }
}

@media screen {
    #lightspeedprint {
        display: none;
    }

    body {
        overflow: hidden;
        margin: 0;
    }


    #lightspeedwindow {
        overflow: hidden;
    }
}

body {
}

    body *:not(input) {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-overflow-scrolling: touch;
    }

img:-moz-loading {
    visibility: hidden;
}

.lsHide {
    display: none;
}

button:focus {
    outline: none;
}

input[type=checkbox]:focus {
    outline: none;
}

.lsLoader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 10000;
}

.lsLoaderBg {
    background-color: rgba(255,255,255,0.75);
    width: 100%;
    height: 100%;
}

.lsLoaderContent {
    width: 90px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .lsLoaderContent > div {
        content: " ";
        width: 18px;
        height: 18px;
        background: rgb(255,0,0);
        border-radius: 100%;
        position: absolute;
        animation: cssload-shift 2.6s linear infinite;
    }

        .lsLoaderContent > div:nth-of-type(1) {
            animation-delay: -0.52s;
        }

        .lsLoaderContent > div:nth-of-type(2) {
            animation-delay: -1.04s;
        }

        .lsLoaderContent > div:nth-of-type(3) {
            animation-delay: -1.56s;
        }

        .lsLoaderContent > div:nth-of-type(4) {
            animation-delay: -2.08s;
        }



@keyframes cssload-shift {
    0% {
        left: -54px;
        opacity: 0;
        background-color: rgba(158,155,158,0.99);
    }

    10% {
        left: 0;
        opacity: 1;
    }

    90% {
        left: 90px;
        opacity: 1;
    }

    100% {
        left: 144px;
        background-color: rgb(77,131,184);
        opacity: 0;
    }
}

.lsViewLoaded {
    position: absolute;
    width: 100%;
    height: 100%;
    _background: #FFFFFF;
    opacity: 1;
    -webkit-transition: opacity 1.5s ease-in-out,left 2.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out,left 2.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out,left 2.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out,left 2.5s ease-in-out;
    transition: opacity 1.5s ease-in-out,left 2.5s ease-in-out;
    transform-origin: 0px 0px;
}

.lsViewFitToWidth {
    width: calc(100% + 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

    .lsViewFitToWidth:hover {
        width: calc(100%);
    }

.lsViewFitToHeight {
    height: calc(100% + 100px);
    overflow-y: hidden;
    overflow-x: auto;
}

    .lsViewFitToHeight:hover {
        height: calc(100%);
    }

.lsViewLoading {
    position: absolute;
    width: 100%;
    height: 100%;
    _background: #FFFFFF;
    opacity: 0;
    transform-origin: 0px 0px;
}

.lsViewPort {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background: #FFFFFF;
    transform-origin: 0px 0px;
}

.lsObjectLoading {
    opacity: 0.7;
    cursor: progress;
}

.lsDisabled {
    background: rgba(128,128,128,1);
}


#lightspeedwindow,
#lightspeedwindow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
}

    #lightspeedwindow *:not(input) {
        -webkit-user-select: none;
    }

#lightspeedwindow {
    width: 100%;
    height: 100%;
    position: absolute;
    white-space: nowrap;
}

.lsDocuments {
    vertical-align: top;
}

.lsDocumentList {
    display: inline-block;
    width: 360px;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
    vertical-align: top;
}

    .lsDocumentList:last-child {
        margin-right: 0px;
    }

.lsDocumentListCaption {
    display: block;
    height: 45px;
    padding-left: 5px;
    color: #555;
    font-family: "Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    font-weight: 300;
    font-size: 1.2em;
}

.lsDocumentListContainer {
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 45px;
    vertical-align: top;
    padding-right: 10px;
    border-right: 2px solid #f0f0f0;
}


.lsDocumentListView {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100%;
}

.lsDesktop .lsDocumentListView::-webkit-scrollbar {
    display: none;
}

.lsDesktop .lsDocumentListView:hover::-webkit-scrollbar {
    display: block;
}

.autoHidingScrollbar {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.lsDesktop .autoHidingScrollbar::-webkit-scrollbar {
    display: none;
}

.lsDesktop .autoHidingScrollbar:hover::-webkit-scrollbar {
    display: block;
}


.lsDocumentListView li {
    width: 320px;
    height: 140px;
    background-image: none;
    margin: 10px 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    border: none;
}

    .lsDocumentListView li .icon {
        width: 150px;
        height: 120px;
        margin: 2px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: inline-block;
        clear: none;
        vertical-align: middle;
    }

    .lsDocumentListView li .frame {
        width: 156px;
        height: 126px;
        margin-left: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 7px;
        display: inline-block;
        clear: none;
        border: 1px solid #acacad;
        vertical-align: middle;
        background-color: white;
    }

    .lsDocumentListView li .explainBtn {
        position: absolute;
        width: 28px;
        height: 28px;
        right: 5px;
        bottom: 5px;
        background-image: url(../images/Explanation.svg);
        background-repeat: no-repeat;
    }

    .lsDocumentListView li .isBookmark {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 130px;
        bottom: 10px;
        background-image: url(../images/Bookmark.svg);
        background-repeat: no-repeat;
    }

    .lsDocumentListView li .text {
        width: 130px;
        margin-left: 10px;
        margin-top: 15px;
        vertical-align: top;
        height: 80px;
        overflow: hidden;
        display: inline-block;
        white-space: normal;
        word-wrap: break-word;
        clear: none;
        font-size: 0.8em;
    }

    .lsDocumentListView li .icon img {
        vertical-align: middle;
    }

    .lsDocumentListView li.lsDocumentListFolder {
        width: 320px;
        height: 50px;
        background-image: none;
        margin: 5px 0 5px 0;
        vertical-align: middle;
        cursor: pointer;
    }

        .lsDocumentListView li.lsDocumentListFolder .icon {
            margin-top: 0px;
            width: 60px;
            height: 100%;
            margin-left: 5px;
            background-repeat: no-repeat;
            background-position: left;
            background-size: contain;
            display: inline-block;
            clear: none;
            border: none;
        }

        .lsDocumentListView li.lsDocumentListFolder .text {
            width: 230px;
        }

#lsToolbar {
    font-size: 0.8em;
    position: absolute;
    height: 50px;
    bottom: 0;
    width: 100%;
    background-color: #e8e1e1;
    text-align: right;
    padding: 8px;
    vertical-align: middle;
}

.lsToolbarButton {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.lsDateOrigin {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}

#lsContentArea {
    height: 100%;
}

    #lsContentArea.lsFullScreen {
        padding-bottom: 0;
    }

.lsCriteriaBarSimpleItem {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    white-space: nowrap;
}

.lsCriteriaBarDynTimeItemGroup {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.lsCriteriaBarDynTimeItem {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 25px;
}

.lsCriteriaBarItems {
    width: 100%;
    height: 100%;
}


    .lsCriteriaBarItems .lsCriteriaBarItem {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        position: relative;
        white-space: nowrap;
    }

    .lsCriteriaBarItems .lsCriteriaBarItemClear {
        position: absolute;
        top: 0;
        right: 0px;
        cursor: pointer;
        width: 32px;
        height: 32px;
        display: block;
        border: none;
        background-color: transparent !important;
    }

        .lsCriteriaBarItems .lsCriteriaBarItemClear span {
            display: block;
            background-image: url(../images/Clear.svg);
            background-position: center center;
            background-repeat: no-repeat;
            height: 32px;
            width: 32px;
        }

        .lsCriteriaBarItems .lsCriteriaBarItemClear .ui-button-text {
            padding: 0;
        }

    .lsCriteriaBarItems .lsCriteriaBarItemSearch {
        position: absolute;
        top: 0;
        display: block;
        right: 34px;
        cursor: pointer;
        width: 32px;
        height: 32px;
        border: none;
        background-color: transparent !important;
    }

        .lsCriteriaBarItems .lsCriteriaBarItemSearch span {
            display: block;
            background-image: url(../images/Search.svg);
            background-position: center center;
            background-repeat: no-repeat;
            width: 32px;
            height: 32px;
        }

        .lsCriteriaBarItems .lsCriteriaBarItemSearch .ui-button-text {
            padding: 0px;
        }

    .lsCriteriaBarItems .lsCriteriaBarItemCaption {
        display: block;
        width: 100%;
        padding-right: 66px;
        padding-top: 3px;
        white-space: normal;
        min-height: 32px;
    }

    .lsCriteriaBarItems .lsCriteriaBarItemButton {
        text-align: left;
        width: 100%;
        display: block;
        white-space: normal;
        max-height: 500px;
        overflow: auto;
        margin-top: 2px;
        border-radius: 3px;
    }


#lsCriteriaDialogHeader {
    display: table-row;
    width: 100%;
}

#lsStoredCriteria {
    display: none;
}

#lsCriteriaDialogScroller {
    display: table-row;
    height: 100%;
    width: 100%;
    overflow: auto;
}

#lsCriteriaDialog {
    display: none;
}

#lsDocuments {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: hidden;
    overflow-x: auto;
}

#lsAnalysisPage {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #e8e1e1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.00);
}

.lsDialogContent {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .lsDialogContent * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.lsInfoDialog {
    white-space: pre-wrap;
}

.lsCriteriaGroupCaption {
    width: calc(100% - 5px);
    height: 30px;
    overflow: hidden;
    vertical-align: bottom;
}

    .lsCriteriaGroupCaption span {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

.lsCriteriaBarItems .lsCriteriaTreeItem {
    width: calc(100% - 5px);
    height: 30px;
}

    .lsCriteriaBarItems .lsCriteriaTreeItem span {
        display: inline;
    }

.lsCriteriaTreeCheckbox {
    width: 28px;
    height: 28px;
    border: none !important;
    background-color: transparent !important;
    margin-bottom: 1px;
}


.lsCriteriaTreeExpand {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0px;
    cursor: pointer;
    border: none !important;
    background-color: transparent !important;
}

.lsCriteriaTreeText {
    width: 100%;
    padding-right: 30px;
    display: inline-block;
    overflow: hidden;
}

    .lsCriteriaTreeText:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.lsGridScrollArea {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    box-sizing: content-box !important;
    /*Fix for IE9 scrollbar bug;*/
}

.lsGridScrollContainer {
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
}

.lsDocumentItems {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.lsExplainDocument {
    width: 100%;
    height: 100%;
    overflow: auto;
    font-size: 0.8em;
}

.lsDocumentItemSmall {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    margin: 3px;
}

    .lsDocumentItemSmall .lsIcon {
        height: 32px;
        width: 32px;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .lsDocumentItemSmall .lsBookmark {
        height: 16px;
        width: 16px;
        background-image: url(../images/Bookmark.svg);
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        vertical-align: top;
        position: absolute;
        right: 3px;
        top: 4px;
    }

    .lsDocumentItemSmall .lsText {
        display: inline-block;
        vertical-align: middle;
    }

.lsLoginDialog {
    font-size: 1.3em;
}


#lsLogin {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F2F0F2;
}

    #lsLogin .lsLoginContent {
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 3px;
    }

    #lsLogin .lsLoginForm {
        padding: 50px 40px;
        padding-bottom: 0px;
        box-shadow: 10px 10px 10px -5px rgba(173,168,173,1);
        background: white;
    }

    #lsLogin #lsVersion {
        position: relative;
        bottom: 5px;
        text-align: center;
        color: #BABCC0;
        margin-top: 40px;
        font-size: 0.7em;
    }

    #lsLogin .lsTargitLogo {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 37.5px;
        background-image: url(../images/TARGITlogo.svg);
        background-repeat: no-repeat;
        margin-bottom: 100px;
    }

    #lsLogin .lsInput, #lsLogin .ui-selectmenu-button {
        width: 20em;
        border: 0;
        vertical-align: middle;
        color: #737D85;
        background: #F9F7F9;
        padding: 15px 0;
        padding-left: 32px;
    }

    #lsLogin ::-webkit-input-placeholder /* WebKit, Blink, Edge */ {
        color: #A4B3BF;
    }

    #lsLogin ::-moz-placeholder /* Mozilla Firefox 19+ */ {
        color: #A4B3BF;
    }

    #lsLogin :-ms-input-placeholder /* Internet Explorer 10-11 */ {
        color: #A4B3BF;
    }

    #lsLogin ::-ms-input-placeholder /* Microsoft Edge */ {
        color: #A4B3BF;
    }

    #lsLogin .lsInputContainer {
        position: relative;
        margin-bottom: 15px;
        font-size: 0.6em;
    }

        #lsLogin .lsInputContainer > div {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 8px;
            z-index: 1;
        }

    #lsLogin .ui-selectmenu-text {
        padding: 0;
        line-height: 1.3;
    }

    #lsLogin #LoginButton {
        font-size: 1.0em;
        margin-top: 15px;
        width: 100%;
        color: white;
        background: #4d82b8;
        border-radius: 3px;
        border: 0;
        /*border: 2px solid #737D85;*/
    }

    #lsLogin .lsCheckbox {
        display: inline-block;
        margin-top: 10px;
    }

        #lsLogin .lsCheckbox img {
            width: 16px;
            height: 16px;
        }

        #lsLogin .lsCheckbox span {
            font-size: 0.6em;
            margin-left: 10px;
            color: #737D85;
        }

.lsIOS #lsLogin .lsCheckbox {
    margin-left: 25px;
}

.IdentityProviderList {
    margin: 0 -40px;
}

    .IdentityProviderList .ExpanderContainer {
        text-align: center;
        padding: 10px 0;
        background: #F0F0F1;
        font-size: 10pt;
        color: dimgray;
        vertical-align: middle;
        cursor: pointer;
    }

        .IdentityProviderList .ExpanderContainer .arrowIcon {
            width: 12px;
            height: 12px;
            display: inline-block;
            margin-left: 10px;
            background-repeat: no-repeat;
            background-image: url(../styles/JQuery/images/ui-icons_555555_256x240.png);
            background-position: -65px -16px;
        }

    .IdentityProviderList.Open .ExpanderContainer .arrowIcon {
        background-position: 0px -16px;
    }

        .IdentityProviderList .ExpanderContainer span {
        }

    .IdentityProviderList .providerCardContainer {
        display: none;
        height: 0;
        background: #4d82b8;
        text-align: center;
    }

    .IdentityProviderList.Open .providerCardContainer {
        height: auto;
        display: block;
    }

        .IdentityProviderList .providerCardContainer .RememberMessage {
            max-width: 330px;
            word-wrap: break-word;
            padding: 10px 40px;
            display: block;
            text-align: center;
            white-space: pre-wrap;
            color: white;
            font-size: 9pt;
        }

        .IdentityProviderList .providerCardContainer .IdentityProviderCard {
            background: white;
            border-radius: 5px;
            width: 80%;
            height: 60px;
            display: inline-block;
            text-align: left;
            margin: 10px 0;
            vertical-align: middle;
            text-decoration: none;
            box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.3);
            cursor: pointer;
        }

            .IdentityProviderList .providerCardContainer .IdentityProviderCard img {
                vertical-align: middle;
                height: 48px;
                width: 48px;
                margin: 6px;
            }

            .IdentityProviderList .providerCardContainer .IdentityProviderCard span, .IdentityProviderCard span:link, .IdentityProviderCard span:visited {
                margin: 6px 0;
                vertical-align: middle;
                line-height: 48px;
                text-decoration: none;
                color: black;
            }

.ui-selectmenu-menu #language-menu {
    font-size: 12.48px;
    max-height: 200px;
}

.lsOpenReportPage {
    width: 100%;
    height: 100%;
}

.lsDisabledOverlay {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 10;
    display: block;
}

.lsMultiSelectEnabled {
    z-index: 20 !important;
}

#lsCloseSelect {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 30;
}

.lsObject {
    background-color: #FFFFFF;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out !important;
    overflow: visible;
}

.lsOpenReportButton {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .lsOpenReportButton .lsReportCaption {
        margin-bottom: 10px;
    }

.lsDocumentSearch {
    position: relative;
    width: 100%;
    height: 100%;
}

    .lsDocumentSearch #lsDocumentSearchInput {
        width: 100%;
        padding: 3px;
    }

    .lsDocumentSearch .lsDocumentSearchResults {
        position: absolute;
        top: 40px;
        width: 100%;
        height: calc(100% - 40px);
        overflow: auto;
        padding: 5px;
    }

.lsDocumentItemSearch {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    margin: 0 0 5px 0;
}

    .lsDocumentItemSearch .lsIcon {
        height: 36px;
        width: 36px;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .lsDocumentItemSearch .lsCaption {
        vertical-align: middle;
    }

    .lsDocumentItemSearch .lsText {
        background-position: left center;
        background-repeat: no-repeat;
        vertical-align: middle;
        display: inline-block;
        padding-left: 0px;
    }

    .lsDocumentItemSearch .lsSubText {
        vertical-align: middle;
        font-size: 0.8em;
    }

.lsMaximizedObject {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 10;
}

.lsCriteriaSearch {
    position: relative;
    width: 100%;
    height: 100%;
}

    .lsCriteriaSearch form {
        height: 40px;
        vertical-align: middle;
        padding-left: 3px;
    }

        .lsCriteriaSearch form img {
            vertical-align: middle;
            margin: 2px;
        }

    .lsCriteriaSearch .lsSearchInput {
        border: 1px solid #aaa;
    }

    .lsCriteriaSearch #lsCriteriaSearchInput {
        width: calc(100% - 38px);
        padding: 3px;
        border: none;
        outline: 0;
    }

    .lsCriteriaSearch input[type='submit'] {
        position: absolute;
        left: -5000px;
        width: 1px;
        height: 1px;
        visibility: hidden;
    }

    .lsCriteriaSearch .lsCriteriaSearchResults {
        position: absolute;
        top: 45px;
        width: calc(100% - 3px);
        height: calc(100% - 45px);
        overflow: auto;
        left: 3px;
    }

    .lsCriteriaSearch .lsCriteriaSearchButton {
        width: 32px;
        height: 32px;
        border: none;
        background-color: white !important;
    }

.lsDelayedLoadOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.lsDelayedLoad img:not(.lsDelayedLoadOverlay) {
    opacity: 0.3;
}

.lsDelayedLoad > .lsDelayedLoadOverlay {
    display: block;
}

.lsDelayedLoadOverlay .lsDelayedLoadButton {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

ul.lsExplanationLayoutList {
    padding-left: 20px;
}

.lsExplainDescription {
    margin-bottom: 20px;
}

li.lsExplanationLayout {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 22px;
    min-height: 16px;
    margin-top: 4px;
    list-style-type: none;
}

    li.lsExplanationLayout.ReportLayout {
        background-image: url(../images/ReportLayoutgrey.svg);
    }

    li.lsExplanationLayout.DashboardLayout {
        background-image: url(../images/DashboardLayoutgrey.svg);
    }

li.lsExplanationDocument {
    margin-top: 4px;
    padding: 0;
}

.lsDynamicDateInput {
    width: 150px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
}

.lsDatePickerToday {
    font-size: 0.9em !important;
}

.lsDatePicker .ui-widget-content {
    border: none;
}



.lsCatchEvents {
    background-color: rgba(0,0,0,0);
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}


.lsTooltip {
    position: fixed;
    padding: 3px;
    z-index: 9999;
    font-size: 0.8em;
    white-space: nowrap;
    pointer-events: none;
    border-radius: 3px;
    max-height: 90%;
    max-width: 90%;
}

.lsTooltipText, .lsTooltipContent {
    padding-left: 2px;
    padding-right: 2px;
    white-space: pre;
}

.lsTooltip .lsDefaultTooltip {
    font-size: 12px;
}



.ui-button .ui-icon-targit-search, .ui-button.ui-state-hover .ui-icon-targit-search {
    background-image: url(../images/Search.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 32px;
    height: 32px;
    position: static !important;
    top: 0 !important;
    margin: 0 !important;
}


#lsDialogSearchCriteria {
    border: none;
    background: none;
}

    #lsDialogSearchCriteria .ui-button-text {
        display: none;
    }

.lsOverlay {
    z-index: 9999;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
}


.ui-icon-manage {
    width: 16px;
    height: 16px;
    background-image: url(../images/Manage.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


.ui-icon-clear {
    width: 16px;
    height: 16px;
    background-image: url(../images/Clear.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


.ui-icon-editproperties {
    width: 16px;
    height: 16px;
    background-image: url(../images/Visualization.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


.ui-icon-restore {
    width: 16px;
    height: 16px;
    background-image: url(../images/Restore.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-login-username {
    width: 16px;
    height: 16px;
    background-image: url(../images/LoginUsername.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-login-password {
    width: 16px;
    height: 16px;
    background-image: url(../images/LoginPassword.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-login-language {
    width: 16px;
    height: 16px;
    background-image: url(../images/LoginLanguage.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}



.ui-icon-folderclosed {
    width: 16px;
    height: 16px;
    background-image: url(../images/FolderClosed.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-more {
    width: 16px;
    height: 16px;
    background-image: url(../images/More.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-introduction {
    width: 16px;
    height: 16px;
    background-image: url(../images/Introduction.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-menuicon {
    width: 16px;
    height: 16px;
    background-image: url(../images/MenuIcon.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-home {
    width: 16px;
    height: 16px;
    background-image: url(../images/Home.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-dateorigin {
    width: 16px;
    height: 16px;
    background-image: url(../images/Calendar.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-excel {
    width: 16px;
    height: 16px;
    background-image: url(../images/excel.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-print {
    width: 16px;
    height: 16px;
    background-image: url(../images/Print.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-crosstab {
    width: 16px;
    height: 16px;
    background-image: url(../images/crosstab.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-chart {
    width: 16px;
    height: 16px;
    background-image: url(../images/chartgallery.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-maximize {
    width: 16px;
    height: 16px;
    background-image: url(../images/maximize.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-spin {
    width: 16px;
    height: 16px;
    background-image: url(../images/spin.gif) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-documents {
    width: 16px;
    height: 16px;
    background-image: url(../images/Documents.svg) !important;
}

.ui-icon-back {
    width: 20px !important;
    height: 20px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-share {
    width: 16px;
    height: 16px;
    background-image: url(../images/Share.svg) !important;
}

.ui-icon-cube {
    width: 16px;
    height: 16px;
    background-position: center center !important;
    background-image: url(../images/Metadata/Cube.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px;
}

.ui-icon-database {
    width: 16px;
    height: 16px;
    background-position: center center !important;
    background-image: url(../images/Metadata/Database.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px;
}

.ui-icon-measure {
    width: 16px;
    height: 16px;
    background-position: center center !important;
    background-image: url(../images/Measure.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px;
}

.ui-icon-add {
    width: 16px;
    height: 16px;
    background-position: center center !important;
    background-image: url(../images/Add.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px;
}

.ui-icon-delete {
    width: 16px;
    height: 16px;
    background-position: center center !important;
    background-image: url(../images/Delete.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px;
}

.ui-icon-closeIcon {
    width: 16px;
    height: 16px;
    background-position: center center !important;
    background-image: url(../images/Close.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px;
}

.ui-icon-apply {
    width: 16px;
    height: 16px;
    background-position: center center !important;
    background-image: url(../images/Apply.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px;
}

.ui-icon-mainclose {
    width: 10px;
    height: 10px;
    background-position: center center !important;
    background-image: url(../images/MainClose.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 10px 10px;
}

.lsIcon.ui-icon-explanation, .ui-icon-about {
    width: 16px;
    height: 16px;
    background-image: url(../images/Explanation.svg) !important;
}

.ui-icon-layoutlist {
    width: 16px;
    height: 16px;
    background-image: url(../images/LayoutList.svg) !important;
}

.ui-icon-dashboardlayout {
    width: 24px;
    height: 32px;
    background-image: url(../images/DashboardLayout.svg) !important;
}

.ui-icon-reportlayout {
    width: 24px;
    height: 32px;
    background-image: url(../images/ReportLayout.svg) !important;
}

.ui-icon-criteria {
    width: 16px;
    height: 16px;
    background-image: url(../images/Criteria.svg) !important;
}

.ui-icon-collapse {
    width: 16px;
    height: 16px;
    background-image: url(../images/Collapse.svg) !important;
}

.ui-icon-expand {
    width: 16px;
    height: 16px;
    background-image: url(../images/Expand.svg) !important;
}

.ui-icon-logout {
    width: 16px;
    height: 16px;
    background-image: url(../images/Logout.svg) !important;
}

.ui-icon-drillout {
    width: 16px;
    height: 16px;
    background-image: url(../images/DrillOut.svg) !important;
}

.ui-icon-mobility {
    width: 16px;
    height: 16px;
    background-image: url(../images/Mobility.svg) !important;
}

.ui-icon-favorites {
    width: 16px;
    height: 16px;
    background-image: url(../images/Favorites.svg) !important;
}

.ui-icon-bookmarks {
    width: 16px;
    height: 16px;
    background-image: url(../images/Bookmark.svg) !important;
}

.ui-icon-bookmark-filled {
    width: 16px;
    height: 16px;
    background-image: url(../images/BookmarkFilled.svg) !important;
}


.ui-icon-refresh2 {
    width: 16px;
    height: 16px;
    background-image: url(../images/Refresh.svg) !important;
}

.ui-icon-changepassword {
    width: 16px;
    height: 16px;
    background-image: url(../images/Password.svg) !important;
}

.ui-icon-pin {
    width: 16px;
    height: 16px;
    background-image: url(../images/Pin.svg) !important;
}

.ui-icon-start {
    width: 16px;
    height: 16px;
    background-image: url(../images/Start.svg) !important;
}


.ui-icon-moveleft {
    width: 16px;
    height: 16px;
    background-image: url(../images/MoveLeft.svg) !important;
}

.ui-icon-moveright {
    width: 16px;
    height: 16px;
    background-image: url(../images/MoveRight.svg) !important;
}

.ui-icon-removepinned {
    width: 16px;
    height: 16px;
    background-image: url(../images/RemovePinnedFolder.svg) !important;
}

.ui-icon-folderpreview {
    width: 16px;
    height: 16px;
    background-image: url(../images/FolderPreview.svg) !important;
}

.ui-icon-userpreferences {
    width: 16px;
    height: 16px;
    background-image: url(../images/UserPreferences.svg) !important;
}

.ui-icon-toolbarhelp {
    width: 16px;
    height: 16px;
    background-image: url(../images/Help.svg) !important;
}

ui-icon-angle-right {
    width: 12.788px;
    height: 22px;
    background-image: url(../images/angle-right.svg) !important;
}

ui-icon-angle-left {
    width: 12.788px;
    height: 22px;
    background-image: url(../images/angle-left.svg) !important;
}

.ui-icon-dashboardlayoutgray {
    width: 16px;
    height: 16px;
    background-image: url(../images/DashboardLayoutgray.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-reportlayoutgrey {
    width: 16px;
    height: 16px;
    background-image: url(../images/ReportLayoutgrey.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-print-drillthrough {
    width: 16px;
    height: 16px;
    background-image: url(../images/Print.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.lsContextMenuButton .ui-button-icon-primary {
    left: 1.3em !important;
}

#lsToolbar .lsToolbarButton {
    height: 32px !important;
}

#lsToolbar .ui-button-icon-only {
    width: 32px !important;
}

.lsToolbarButton ui-button-text-icon-primary {
    left: .6em !important;
}

.lsTileLoading {
    background-image: url(../images/spin48.gif);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: wait;
}

.lsGridTile {
    overflow: hidden;
    position: absolute;
}



.lsCheckbox {
    vertical-align: middle;
    margin-top: 10px;
    cursor: pointer;
}

    .lsCheckbox img {
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }


.lsToolbarLeft {
    float: left;
}

.lsPassword {
    margin-top: 2px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.lsAboutDialogLogo {
    width: 200px;
    height: 28px;
    margin-bottom: 10px;
}

.lsAboutDialog {
    text-align: center;
}

    .lsAboutDialog th {
        font-weight: normal;
        text-align: left;
    }

    .lsAboutDialog tr {
        font-weight: normal;
        text-align: right;
    }



.lsDocumentListCaption span {
    float: left;
}


.lsObjectTitle {
    padding: 1px 5px 1px 5px;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.lsObjectWithTitle .lsChartOuterContainer, .lsObjectWithTitle .lsChartObject, .lsObjectWithTitle .lsGaugeContainer {
    position: absolute;
    top: 20px;
    width: 100%;
    height: calc(100% - 20px);
}

.lsMenuObject {
    _position: relative;
    -webkit-overflow-scrolling: touch;
}

.lsMenuObjectHorizontal {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.lsDesktop .lsMenuObjectHorizontal {
    height: calc(100% + 100px);
}

.lsMenuObjectVertical {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

    .lsMenuObjectVertical .lsMenuObjectItem {
        width: 100%;
        display: block;
    }

.lsDesktop .lsMenuObjectVertical {
    height: 100%;
    width: calc(100% + 100px);
}

.lsDesktop .lsMouseOver .lsMenuObject {
    height: 100%;
    width: 100%;
}

.lsVerticalAlign {
    top: 50%;
    transform: translateY(-50%);
}

#wbwa, #lsViewport, #lsOverlay {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lsToggleContainer {
    width: 24px;
    height: 12px;
    text-align: center;
}

    .lsToggleContainer *, .lsToggleContainer *:after, .lsToggleContainer *:before {
        transition: all 0.15s ease-in-out;
    }

.lsToggle {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background: #f8f8f8;
    cursor: pointer;
    box-shadow: inset 0 0 0 0px #4D82B8, 0 0 0 2px #4D82B8;
}

    .lsToggle:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 12px;
        border-radius: 100%;
        top: 0px;
        left: 0px;
        right: auto;
        background: white;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #4D82B8;
    }

    .lsToggle.Checked {
        box-shadow: inset 0 0 0 18px #4D82B8, 0 0 0 2px #4D82B8;
    }

        .lsToggle.Checked:before {
            transform: translateX(12px);
            box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
        }

.lsCrossTabTitle {
    padding: 5px 15px 10px 15px;
    white-space: pre;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.WorkAreaError {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

    .WorkAreaError span {
        text-align: center;
        vertical-align: middle;
        color: #323232;
        font-size: 16px;
    }

.lsMobile .ObjectToolbar {
    visibility: collapse !important;
    opacity: 0 !important;
}

.notransition, .notransition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#wbwa .wbwa-view .wbwa-page .ps-object {
    background-color: transparent !important;
}

.slideshowframe {
    transition:opacity linear 1s;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    border:none;
}

.slideshowframe.hidden {
    opacity:0;
    visibility:hidden;
}


.Toolbar {
    width: 100%;
    height: 50px;
    white-space: nowrap;
    font-size: 0;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

    .Toolbar > div {
        display: inline-block;
        font-size: 16px;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        position: relative;
        z-index: 2;
        background: white;
    }

    .Toolbar .Logo {
        width: 90px;
        border-bottom: 1px rgb(230, 232, 236) solid;
        cursor: pointer;

    }

        .Toolbar .Logo:after, .BackButton:after, .BorderRight75:after {
            content: "";
            background: rgb(230, 232, 236);
            position: absolute;
            bottom: 12.5%;
            right: 0;
            height: 75%;
            width: 1px;
        }

        .Toolbar .Logo > img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 15px;
            width: 60px
        }

    .Toolbar .BackButton {
        border-bottom: 1px rgb(230, 232, 236) solid;
    }

    .Toolbar .RootFolders {
        border-bottom: 1px rgb(230, 232, 236) solid;
        min-width: 0;
        white-space: nowrap;
        flex-grow: 5;
        flex-shrink: 5;
        flex-basis: 0;
        z-index: 1;
    }

        .Toolbar .RootFolders.OnlyIcon .RootFolderItem .lsText {
            display: none;
        }

        .Toolbar .RootFolders.Dropdown > .RootFolderItem {
            display: none;
            position: relative;
        }

        .Toolbar .RootFolders:not(.Dropdown) > .lsDropdown {
            display: none;
        }

        .Toolbar .RootFolders .lsDropdown {
            position: relative;
            top: 1px;
            height: 50px;
            display: inline-block;
            font-size: 16px;
            vertical-align: top;
            width: 100%;
        }

            .Toolbar .RootFolders .lsDropdown .ui-icon {
                position: absolute;
                top: 50%;
                right: 12px;
                transform: translateY(-50%);
            }

            .Toolbar .RootFolders .lsDropdown .RootFolderItem {
                width: 100%;
                transform: translateY(0);
            }

            .Toolbar .RootFolders .lsDropdown.Open {
                top:0px;
                position: absolute;
                z-index: 9999 !important;
                height: auto;
                padding-bottom: 1px;
                box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
            }

                .Toolbar .RootFolders .lsDropdown.Open .RootFolderItem {
                    height: 50px;
                    display: block;
                    background-color: white;
                }


    .Toolbar .RootFolderItem {
        height: 49px;
        border-bottom: 1px rgb(230, 232, 236) solid;
        cursor: pointer;
        color: rgb(173, 180, 189);
        text-align: center;
        font-size: 0.7em;
        padding: 0 30px;
        display: inline-block;
        vertical-align: middle;
        transform: translateY(1px);
        transition: background-color linear 0.1s, color linear 0.1s;
    }

        .Toolbar .RootFolderItem:hover {
            background-color: #d3edff;
            border-bottom-color: rgba(77, 130, 184, 0.2);
            color: rgb(77, 130, 184);
        }

        .Toolbar .RootFolderItem > div {
            position: relative;
            transform: translateY(-50%);
            top: 50%;
        }

        .Toolbar .RootFolderItem .lsIcon {
            height: 20px;
            width: 20px;
            background-position: center center;
            background-repeat: no-repeat;
            display: inline-block;
            vertical-align: middle;
        }

        .Toolbar .RootFolderItem .lsText {
            text-transform: uppercase;
            margin-left: 5px;
            display: inline-block;
            letter-spacing: 0.5px;
            vertical-align: middle;
        }

        .Toolbar .RootFolderItem.Selected {
            border-bottom-color: rgb(77, 130, 184) !important;
            color: rgb(77, 130, 184);
        }





    .Toolbar .Caption {
        border-bottom: 1px rgb(230, 232, 236) solid;
        flex-grow: 5;
        flex-shrink: 5;
        z-index: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .Toolbar .Caption .lsBreadCrumbs {
            position: fixed;
            display: inline-block;
            height: 50px;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px;
            line-height: 100%;
            padding-top: 16px;
        }

            .Toolbar .Caption .lsBreadCrumbs span, .Toolbar .Caption .lsBreadCrumbs img {
                display: inline;
                vertical-align: middle;
            }

            .Toolbar .Caption .lsBreadCrumbs img {
                width: 16px;
                height: 16px;
                margin-right: 5px;
            }

            .Toolbar .Caption .lsBreadCrumbs span:not(.lsDivider) {
                cursor: pointer;
                text-overflow: ellipsis;
                overflow: hidden;
                border-bottom: 1px solid white;
            }

                .Toolbar .Caption .lsBreadCrumbs span:not(.lsDivider):hover {
                    border-bottom: 1px solid black;
                }

                .Toolbar .Caption .lsBreadCrumbs span:last-child {
                    pointer-events: none;
                    cursor: initial;
                    text-decoration: none !important;
                }

            .Toolbar .Caption .lsBreadCrumbs .lsDivider {
                padding: 0 10px;
                cursor: default;
                color: rgb(175, 175, 175);
                border-bottom: 1px solid white;
            }


    .Toolbar .Searchbar {
        width: 50px;
        border-bottom: 1px rgb(230, 232, 236) solid;
        transition: width linear 0.05s, left linear 0.05s;
    }

        .Toolbar .Searchbar.Focused {
            width: 280px;
        }

        .Toolbar .Searchbar:not(.Focused) input {
            color: transparent;
        }

        .Toolbar .Searchbar > div {
            position: relative;
            width: 100%;
            height: 49px;
        }

        .Toolbar .Searchbar input {
            position: absolute;
            width: 100%;
            height: 100%;
            border: 0;
            padding: 5px;
            padding-left: 30px;
            font-size: 0.8em;
            outline: none;
            right: 0;
            top: 0;
            background-color: transparent;
        }

        .Toolbar .Searchbar .SearchbarIcon {
            position: absolute;
            width: 24px;
            height: 24px;
            background-image: url(../images/Search.svg);
            background-position: center center;
            background-repeat: no-repeat;
            display: inline-block;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .Toolbar .Searchbar.Focused .SearchbarIcon {
            left: 0;
            transform: translate(0, -50%);
        }

        .Toolbar .Searchbar input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        .Toolbar .Searchbar input:focus:-moz-placeholder {
            color: transparent;
        }

        .Toolbar .Searchbar input:focus::-moz-placeholder {
            color: transparent;
        }

        .Toolbar .Searchbar input:focus:-ms-input-placeholder {
            color: transparent;
        }

    .Toolbar .ActionButtons {
        white-space: nowrap;
        border-bottom: 1px rgb(230, 232, 236) solid;
    }

        .Toolbar .ActionButtons .ActionButton {
            height: 49px;
            width: 50px;
            display: inline-block;
            cursor: pointer;
            transition: background-color linear 0.1s;
        }

            .Toolbar .ActionButtons .ActionButton.Collapsed {
                display: none;
            }

            .Toolbar .ActionButtons .ActionButton:hover {
                background-color: #d3edff;
            }

            .Toolbar .ActionButtons .ActionButton .lsIcon {
                margin: auto;
                height: 20px;
                width: 20px;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }

        .Toolbar .ActionButtons.DeactivatedButtons .ActionButton:not(.Active) {
            filter: grayscale(100%);
        }


.lsToolbarCaption {
    white-space: nowrap;
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    margin: auto;
    text-overflow: ellipsis;
}

    .lsToolbarCaption img {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: 16px 8px 16px 25px;
        vertical-align: middle;
    }

    .lsToolbarCaption span {
        cursor: pointer;
        vertical-align: middle;
    }

        .lsToolbarCaption span:hover {
            border-bottom: 1px solid black;
        }

        .lsToolbarCaption span::after {
            content: "/";
            padding: 0 10px;
            cursor: default;
            color: rgb(175, 175, 175);
            border-bottom: 1px solid white;
        }

        .lsToolbarCaption span:last-child {
            pointer-events: none;
            cursor: initial;
            text-decoration: none !important;
        }

            .lsToolbarCaption span:last-child::after {
                content: "";
            }