﻿* {
    border-radius: 0px !important;
}

body {
    overflow: hidden;
    background-color: white;
}

body, html, form, #mainContainer {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    min-width: 773px;
    position: fixed;
}

.cat-panel {
    position: relative;
}

    .cat-panel.center {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .cat-panel.horizontal {
        display: flex;
    }

    .cat-panel.vertical-fill {
        display: flex;
        flex-direction: column;
    }

        .cat-panel.vertical-fill > * {
            flex: 1;
        }

    .cat-panel.horizontal-fill {
        display: flex;
        flex-direction: row;
    }

        .cat-panel.horizontal-fill > * {
            flex: 1;
        }

.cat-icon-with-text-option {
    display: flex !important;
    align-items: center;
}

    .cat-icon-with-text-option .cat-tree-default-icon {
        top: 0px;
        width: auto !important;
    }

    .cat-icon-with-text-option span {
        margin-left: 5px;
    }

.modal-body .cat-bc-comment {
    height: 100%;
}

.list-group-item {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    max-height: 30px;
    display: flex;
}

div.cat-div-with-placeholder:empty:before {
    content: attr(data-placeholder);
    color: #999;
}

div[placeholder]:empty:not(:focus):before {
    content: attr(placeholder);
    color: #999;
}

div[placeholder].cat-hyperlink-editor:not(:focus) > a:empty:before {
    content: attr(placeholder);
    color: #999;
}

.note-editor.cat-makebig {
    position: absolute;
    height: auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: white;
    border: 1px solid #eee !important;
    z-index: 99999;
}

textarea.cat-makebig {
    position: absolute;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: white !important;
    border: 1px solid #eee !important;
    z-index: 99999;
}

.cat-paste-options {
    display: inline-flex;
}

    .cat-paste-options label {
        font-size: 12px;
    }

.cat-progressbar {
    position: relative;
}

    .cat-progressbar .ui-progressbar-value {
        background-color: #517398;
        margin: 0;
    }

    .cat-progressbar .cat-progressbar-label {
        position: absolute;
        color: white;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black;
    }

        .cat-progressbar .cat-progressbar-label.no-data {
            color: black;
        }

.harvey-ball {
    display: inline-block;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    border: 2px solid white;
}

    .harvey-ball.quarter {
        background-image: linear-gradient(00deg, #0e253f 50%, transparent 50%), linear-gradient(90deg, #d1d1d1 50%, transparent 50%);
    }

    .harvey-ball.half {
        background-image: linear-gradient(-90deg, #0e253f 50%, transparent 50%), linear-gradient(90deg, #d1d1d1 50%, transparent 50%);
    }

    .harvey-ball.three-quarter {
        background-image: linear-gradient(180deg, transparent 50%, #d1d1d1 50%), linear-gradient(90deg, #d1d1d1 50%, transparent 50%);
    }

    .harvey-ball.full {
        background: #d1d1d1;
    }



input::-ms-clear {
    display: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
textarea:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

legend {
    margin-bottom: 10px;
    padding-top: 10px;
}
/* IE 10+ */

*[class^='catstyle_'], *[class*=' catstyle_'] .form-control {
    color: inherit;
}

.form-group > div.disabled {
    cursor: not-allowed;
    pointer-events: initial;
}

.cat-context-menu > ul > li > a {
    padding: 10px 5px 10px 5px;
}

    .cat-context-menu > ul > li > a > span {
        padding-left: 40px;
    }

    .cat-context-menu > ul > li > a > i {
        position: absolute;
        top: 8px;
    }

ul.keyPropertySelector, ul.keyTabs {
    height: 350px;
    overflow: auto;
}

.dialog-grid-container.AppConfigInPopup {
    overflow: hidden;
}

.cat-disabled {
    /*padding-top: 7px;*/
    padding-bottom: 0px;
    border: none;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    cursor: not-allowed;
}

    .cat-disabled.left-aligned-value {
        padding-left: 5px;
    }


.cat-link {
    position: relative;
    top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-decoration: underline;
    color: #517398;
}

    .cat-link:hover {
        text-decoration: underline;
    }

.CatGridV3 .cat-link {
    top: 0px;
}

.cat-env-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.cat-hide-elements {
    display: none;
}

.gantt-container {
    position: relative;
    min-height: 36px;
    width: 100%;
}

.cat-gantt1 {
    position: absolute;
    bottom: 10%;
    height: 40%;
    z-index: 1;
}

.cat-gantt2 {
    position: absolute;
    top: 10%;
    height: 40%;
    z-index: 1;
}

.cat-gantt-diamond {
    -webkit-transform: translate(-50%, 25%) rotate(45deg);
    -moz-transform: translate(-50%, 25%) rotate(45deg);
    -ms-transform: translate(-50%, 25%) rotate(45deg);
    -o-transform: translate(-50%, 25%) rotate(45deg);
    transform: translate(-50%, 25%) rotate(45deg);
}

td > div.cat-disabled.catstyle_-30 {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
}

td > div.pmd-textfield > i.catstyle_-30 {
    color: red;
    top: -13px;
    position: absolute;
    transform: rotate(-45deg);
    right: -13px;
}

div.cat-control-container > div.pmd-textfield > i.catstyle_-30 {
    color: red;
    top: 14px;
    position: absolute;
    transform: rotate(-45deg);
    right: 6px;
}

div.cat-disabled.catstyle_-30 > i {
    color: red;
    top: -10px;
    position: absolute !important;
    transform: rotate(-45deg);
    right: -10px;
}

.cat-tam-marker1 {
    background-color: black !important;
}

.cat-tam-marker2 {
    background-color: black !important;
}

.cat-tam-marker-glyphicon1 {
    position: relative;
    bottom: 3px;
    left: -8px;
    font-size: 19px;
}

.cat-tam-marker-glyphicon2 {
    position: relative;
    bottom: 3px;
    left: -8px;
    font-size: 19px;
}

.cat-tam-today-line {
    position: absolute;
    height: 37px;
    z-index: 10;
    background-color: red;
    width: 1px !important;
    font-size: 16px;
}

.timeseries .progress-bar.diamond {
    transform: translate(0, -15%) rotate(-45deg);
    width: unset;
    height: 60%;
    aspect-ratio: 1/1;
}

    .timeseries .progress-bar.diamond .progress-bar-caption.gantt-text-right {
        transform: translate(-15%, 230%) rotate(45deg);
    }

    .timeseries .progress-bar.diamond .progress-bar-caption.gantt-text-left {
        transform: translate(15%, -240%) rotate(45deg);
    }

.timeseries .progress-bar {
    height: 75%;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0px 5px;
}

.timeseries .progress-bar-caption {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .timeseries .progress-bar-caption.gantt-text-right {
        position: absolute;
        left: calc(100% + 5px);
    }

    .timeseries .progress-bar-caption.gantt-text-left {
        position: absolute;
        right: calc(100% + 5px);
    }

.cat-gantt-diamond-container {
    position: absolute;
    z-index: 2;
}

    .cat-gantt-diamond-container.primary {
        top: 10%
    }

    .cat-gantt-diamond-container.secondary {
        top: -10%
    }

.cat-html {
    overflow: auto;
}

.bootstrap-datetimepicker-widget .close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.bootstrap-datetimepicker-widget table td span.disabled {
    color: #555;
    cursor: not-allowed !important;
}

.bootstrap-datetimepicker-widget table td.today {
    background-color: #f4f7fa;
}

.scrollbox {
    width: calc(100% - 6px);
    height: 100%;
    overflow: auto;
    visibility: hidden;
}

    .cat-tree,
    .scrollbox:hover,
    .scrollbox:focus {
        visibility: visible;
    }

.scrollbox_delayed {
    transition: visibility 0.2s;
}

    .scrollbox_delayed:hover {
        transition: visibility 0s 0.2s;
    }

.cat-control-container .input-group-addon {
    padding-top: 2px;
    padding-bottom: 2px;
    pointer-events: none;
}

.cat-control-container button {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-label-left .cat-control-container .form-group {
    white-space: nowrap;
    display: inline-flex;
    margin-top: 18px;
    width: 100%;
}

    .cat-label-left .cat-control-container .form-group input {
        position: relative;
        bottom: 5px;
    }

.cat-label-left label {
    margin-right: 10px;
}

.cat-label-left .cat-link {
    top: -10px;
}

.dropdown-menu .cat-horizontal-button-group {
    margin-top: 10px;
}

.cat-horizontal-button-group {
    float: right;
    white-space: nowrap;
}

    .cat-horizontal-button-group > button {
        width: auto;
        margin-right: 5px;
        padding: 7px;
    }

.checkbox.cat-disabled label, .checkbox.cat-disabled input {
    cursor: not-allowed !important;
}
/* 
*   [SVe, 26.09.2018] pmd-checkbox - replaced through cat-checkbox, because the behavior of .pmd-checkbox was undesired while onchange
*/
/* hide the 'real' checkbox */
.cat-checkbox.cat-checkbox-ripple-effect input {
    visibility: hidden;
}

    /* themes */
    .cat-checkbox.cat-checkbox-ripple-effect input:hover,
    .cat-checkbox.cat-checkbox-ripple-effect input:checked:hover {
        cursor: pointer;
    }

/* create the 'faked' check box */
/*.cat-checkbox [type="checkbox"]:not(:checked) + .cat-checkbox-label:before,
.cat-checkbox [type="checkbox"]:checked + .cat-checkbox-label:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    content: '';
    border: 2px solid rgba(0, 0, 0, .54) !important;
    border-radius: .125rem;
}

.cat-checkbox [type="checkbox"]:checked + .cat-checkbox-label:before {
    background-color: rgba(0, 0, 0, .87);
}*/

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* create the 'faked' check box , 11.03.2019 */
.cat-checkbox input[type="checkbox"]:not(:checked) + .cat-checkbox-label .cat-checkbox-label-before,
.cat-checkbox input[type="checkbox"]:checked + .cat-checkbox-label .cat-checkbox-label-before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, .54) !important;
    border-radius: .125rem;
}

.CatGridV3 .checkbox.disabled .cat-checkbox-label-before {
    background-color: gainsboro !important;
}

.cat-checkbox input[type="checkbox"]:checked + .cat-checkbox-label .cat-checkbox-label-before {
    background-color: rgba(0, 0, 0, .87);
}



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* the check mark */
.cat-checkbox [type=checkbox]:checked + .cat-checkbox-label .cat-checkbox-label-after,
.cat-checkbox [type=checkbox]:not(:checked) + .cat-checkbox-label .cat-checkbox-label-after {
    position: absolute;
    border-image: none;
    border-style: none solid solid none;
    border-width: 0 .125rem .125rem 0;
    content: "";
    height: 12px;
    left: 6px;
    top: 3px;
    width: 6px;
    transition: all .2s;
    border-color: #fff;
    pointer-events: none;
}
/* the check mark visible */
.cat-checkbox [type=checkbox]:checked + .cat-checkbox-label .cat-checkbox-label-after {
    opacity: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* the check mark not visible */
.cat-checkbox [type=checkbox]:not(:checked) + .cat-checkbox-label .cat-checkbox-label-after {
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cat-checkbox.cat-checkbox-ripple-effect input:checked .cat-checkbox-label-after {
    font-size: 14px;
    position: absolute;
    border-width: 0 .125rem .125rem 0;
    top: 0px;
    left: 3px;
    color: #fff;
}

.cat-checkbox-ripple-effect {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-right: 3px;
}

.animated-ripple-effect {
    position: absolute;
    top: -22px;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, .35);
    z-index: 9999999;
}

.cat-checkbox [type='checkbox']:not(:checked) + .cat-checkbox-label,
.cat-checkbox [type='checkbox']:checked + .cat-checkbox-label {
    position: inherit;
    /*padding-left: 14px;*/
}

/* positioning the checkbox in the grid */
td div.checkbox {
    /*top: 7px !important;
    position: relative !important;*/
}

.radio label, .checkbox label {
    padding-left: 0px;
    cursor: inherit;
}

.cat-disabled .cat-checkbox-label-before {
    cursor: not-allowed;
}

.cat-checkbox-label-before {
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
    position: relative;
}

.cat-label-top-center .form-group > .checkbox {
    width: 100%;
}

    .cat-label-top-center .form-group > .checkbox > .cat-checkbox {
        padding-left: 0px;
    }

/* positioning the checkbox in the tree */
.cat-tree-isleaf .checkbox {
    height: 25px;
    vertical-align: middle;
    margin-left: 5px;
}

.cat-faceted-search-container .list-group-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item-header {
    font-weight: bold;
    display: block;
}

/* the text next to the checkboxes in dropdown, if search in the grid */
.list-group .list-group-item span {
    vertical-align: 4px;
}

.cat-number-spinner {
}

    .cat-number-spinner input {
        height: 22px !important;
    }

    .cat-number-spinner button {
        line-height: inherit;
        height: auto;
    }

    .cat-number-spinner i {
        font-size: 17px;
        position: relative;
        top: 3px;
    }
/* positioning the checkbox in the data-form */
.cat-dataform .form-group .checkbox {
    position: relative;
    top: 3px;
}

    .cat-dataform .form-group .checkbox.cat-disabled {
        position: relative;
        top: 3px;
    }

.cat-display-flex {
    display: flex;
}

.checkbox[disabled], .checkbox[disabled] label, .checkbox[disabled] > .cat-checkbox-label {
    cursor: not-allowed !important;
}

.form-group.cat-checkbox-left {
    float: none;
    display: flex;
}

    .form-group.cat-checkbox-left > .checkbox {
        margin-right: 15px;
        top: 0px;
    }

.cat-sub-form-collapsible, .cat-search-item-collapsible {
    cursor: pointer;
    z-index: 999;
}
/* SVe 2019-07 using drag and drop in the fieldchooser */
/* cat-drag-drop-items-counter */
.cat-drag-drop-items-counter {
    position: relative;
    top: -60px;
    left: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid #517398;
    background-color: #eee;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.cat-to-be-added-item {
    background-color: #eee !important;
}

    .cat-to-be-added-item .cat-tree-item {
        position: relative;
        height: 100%;
    }

        .cat-to-be-added-item .cat-tree-item .checkbox {
            margin-left: 15px;
            position: relative;
            top: 5px !important;
        }

        .cat-to-be-added-item .cat-tree-item .cat-treeview-node {
            position: relative;
            top: 5px !important;
        }

.cat-toolbar .nav-pills .checkbox label.cat-checkbox {
    margin: 0 10px;
}

.note-editor.note-frame .note-placeholder {
    pointer-events: none;
}
/* SVe 2019-08 style for textarea, converted to unsorted list */
/* it can also be modified in cat-customization.css */
.cat-unsorted-list-area {
    position: absolute;
    list-style-type: square;
    margin-top: 0px;
    overflow-y: auto;
    overflow-x: visible;
    text-overflow: ellipsis;
    border-bottom: solid 1px #e6e6e6;
}

.manage_styles_preview {
    display: flex !important;
    align-items: center;
}

    .manage_styles_preview > span {
        padding-right: 15px;
        color: black;
    }

span .cat-option-with-icon i {
    position: relative;
    top: 4px;
}

span.cat-option-with-icon .cat-tree-default-icon {
    position: relative;
    left: -3px;
    top: 3px;
}

.cat-mailto {
    text-align: center;
}

    .cat-mailto[disabled] > a {
        text-align: center;
        color: gray;
        cursor: not-allowed;
    }

#keySelectSettingsForField {
    display: none;
}

.cat-unsorted-list-items {
    position: relative;
    left: -20px;
}

.cat-prev-next button {
    color: gray;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px !important;
    padding: 0px;
    height: 100%;
    min-width: inherit;
    line-height: 25px;
}

    .cat-prev-next button > span {
        position: relative;
        top: 5px;
    }

.cat-prev-next .arrow-container {
    position: relative;
    top: -13px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    left: 45%;
    top: 6px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: black;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}
