﻿
.highlighted {
    background: #ffff99;
    color: #000000;
}

.tree-leaf {
    position: relative;
}

    .tree-leaf .tree-child-leaves-float {
        float: left;
    }

    .tree-leaf .tree-child-leaves {
        display: block;
    }

    .tree-leaf .hidden {
        display: none !important;
    }

    .tree-leaf .tree-expando {
        background: #ddd;
        border-radius: 3px;
        cursor: pointer;
        float: left;
        height: 10px;
        line-height: 10px;
        position: relative;
        text-align: center;
        top: 5px;
        width: 10px;
    }

        .tree-leaf .tree-expando:hover {
            background: #aaa;
        }

    .tree-leaf .tree-leaf-text {
        margin-left: 5px;
    }

    .tree-leaf .lc-icon-Navigation-left {
        cursor: pointer;
    }

    .tree-leaf .tree-leaf-contents {
        /*border-bottom: 1px solid #d0d0d0;*/
        border-top: 1px solid #d0d0d0;
        height: auto;
        padding-top: 7px;
        padding-bottom: 8px;
    }

    .tree-leaf .tree-leaf-content:hover {
        border-top: 1px solid #d0d0d0;
        height: auto;
        padding-top: 7px;
        padding-bottom: 8px;
    }

    .tree-leaf .tree-leaf-content:before, .tree-leaf .tree-leaf-content:after {
        content: " ";
        display: table;
    }

    .tree-leaf .tree-leaf-content:after {
        clear: both;
    }

.tree-leaf--selected {
    border-bottom: 1px solid #57a5c7 !important;
    border-top: 1px double #57a5c7 !important;
    background: #f6fafc;
    cursor: pointer;
}

.lc-read-only-table-thead-tr {
    border-top: 1px solid #c5c3c3;
    border-bottom: 1px solid #c5c3c3;
    height: 35px;
}

.lc-read-only-table-th {
    font-weight: bold;
    background: #eaeaeb;
    text-align: left;
    padding: 8px 6px;
    font-size: 12px;
    vertical-align: middle;
}

.centered {
    width: 470px;
    height: auto;
    position: fixed;
    top: 3%;
    left: calc(50% - 235px);
}

.formLabelPadding {
    display: block;
    margin-bottom: 9px;
    font-size: 12px;
    font-weight: 700;
    color: black;
    line-height: normal;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.lc-container-fluid {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    .lc-container-fluid {
        padding: 0;
    }
}

.lc-deviation-dialog-max-height {
    max-height: 60vh;
}

.lc-table-expandable .lc-icon-Navigation-left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    color: #0E76B7;
    font-size: 2.2rem;
    font-weight: 700;
    vertical-align: middle;
}

.lc-table-expandable .lc-fc-expanded.lc-icon-Navigation-left {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.uiDialog {
    background: #FFFFFF;
    border: 1px solid #b6b6b9;
    display: inline-block;
    padding: 0;
    z-index: 1000;
}

    .uiDialog > .ui-widget-header {
        background: #FFF;
    }

    .uiDialog > .ui-dialog-titlebar {
        background-image: none;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #b6b6b9;
        padding: 22px;
    }

        .uiDialog > .ui-dialog-titlebar > .ui-dialog-title {
            color: #168152;
            overflow: inherit;
            font-style: normal;
            font-weight: normal;
            font-size: 30px;
            display: block;
            cursor: pointer;
            line-height: 40px;
        }

        .uiDialog > .ui-dialog-titlebar > .ui-dialog-titlebar-close {
            display: none;
        }

    .uiDialog > .ui-dialog-content {
        margin: 24px;
        padding: 0;
    }

    .uiDialog .ui-dialog-buttonpanee {
        border: 0;
        padding: 0;
        text-align: left;
    }

        .uiDialog .ui-dialog-buttonpanee .ui-dialog-buttonset {
            text-align: left;
            float: none;
            margin: 24px 70px 24px 24px;
        }

    .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > button,
    .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=button],
    .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=submit] {
        margin: 0 12px 0 0;
        width: 168px;
        font-family: 'Open Sans';
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        background-color: #eaeaeb;
        color: #3c3c3e;
        border: 1px solid #b6b6b9;
        border-radius: 6px;
        padding: 6px 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > button:focus,
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=button]:focus,
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=submit]:focus {
            background-color: #f6fafc;
            border-color: #57a5c7;
        }

        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > button:hover:not(:disabled),
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=button]:hover:not(:disabled),
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=submit]:hover:not(:disabled) {
            background-color: #f6fafc;
            border-color: #abd2e3;
        }

        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > button:active:not(:disabled),
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > button.active:not(:disabled),
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=button]:active:not(:disabled),
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=button].active:not(:disabled),
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=submit]:active:not(:disabled),
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=submit].active:not(:disabled) {
            background-color: #f6fafc;
            border-color: #57a5c7;
        }

        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > button:disabled,
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=button]:disabled,
        .uiDialog > .ui-dialog-buttonpanee > .ui-dialog-buttonset > input[type=submit]:disabled {
            background-color: #f5f5f5;
            color: #b6b6b9;
            cursor: default;
        }

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -ms-opacity: 0.3;
    opacity: 0.3;
    -moz-filter: alpha(opacity=30);
    -o-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
}


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widgets {
    font-family: inherit;
    font-size: inherit;
}

.ui-widgets-content {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}




.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px
    }





    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.lc-description-text {
    display: block;
    font-size: 12px;
    line-height: normal;
}




.lc-filter {
    background-color: white;
    border: 1px solid #b6b6b9;
    border-radius: 6px;
}

    .lc-filter:hover {
        border-color: #abd2e3;
    }

.lc-filter__expander {
    background: whitesmoke;
    border-radius: 6px;
}

.lc-filter__expander--visible {
    border-bottom: solid 1px #b6b6b9;
    border-radius: 6px 6px 0 0;
}

.lc-filter__expander:hover:not(.lc-filter__expander--always-expanded) {
    cursor: pointer;
    background-color: #f6fafc;
    border-color: #abd2e3;
}

.lc-filter__expander-arrow {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 10px;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #0E76B7;
    font-size: 2.2rem;
    font-weight: 700;
    vertical-align: middle;
}

.lc-filter__expander-arrow--expanded {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 10px;
    color: #0E76B7;
    font-size: 2.2rem;
    font-weight: 700;
    vertical-align: middle;
}

.lc-filter__expander-content {
    margin-top: 12px;
    margin-bottom: 12px;
}

.lc-filter__settings {
    margin-top: 12px;
    margin-bottom: 12px;
}

.lc-btn-filter {
    text-transform: none;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 2px 6px 0;
}

.lc-btn-filter-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 12px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 2px;
    background: #3d3c3e;
    color: white;
}

b,
strong,
.strong {
    font-weight: 700;
}

.lc-deviation-readonly {
    background-color: #eaeaeb;
    color: #3c3c3e;
    border-top: 1px solid #b6b6b9;
    border-bottom: 1px solid #b6b6b9;
}

    .lc-deviation-readonly:hover {
        background-color: #eaeaeb !important;
        color: #3c3c3e !important;
        border-bottom: 1px solid #b6b6b9 !important;
        border-top: 1px solid #b6b6b9 !important;
        cursor: not-allowed !important;
    }

input.lc-deviation-readonly-input:read-only {
    background-color: #eaeaeb;
    color: #3c3c3e;
    border: 1px solid #b6b6b9;
}

.validation-error {
    border: 1px solid #c75757 !important;
    padding-left: 9px;
}
