﻿html {
    height: 100%;
}

* {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: inherit;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow: hidden;
}

.part .selectedItem .selectedItemUl {
    z-index: 9999999;
    position: absolute;
    left: 25px;
    padding: 3px 10px 3px 10px;
    margin-left: 15px;
}

.kuramsoft-ea-transactions-panel {
    margin: 10px 0;
}

.kuramsoft-ea-transactions {
    padding: 10px;
}

    .kuramsoft-ea-transactions h1 {
        margin: 0;
    }

.kuramsoft-ea-transactions-item {
    width: 50px;
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin: 0 2px;
}

    .kuramsoft-ea-transactions-item a {
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: inline-block;
    }

        .kuramsoft-ea-transactions-item a:hover {
        }

    .kuramsoft-ea-transactions-item:hover {
    }

        .kuramsoft-ea-transactions-item:hover .kuramsoft-header-icon, .kuramsoft-ie-icon:hover {
        }

.kuramsoft-ea-transactions-processes {
}

    .kuramsoft-ea-transactions-processes strong {
    }

.kuramsoft-header-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.selectedItemUl .kuramsoft-ea-transactions-item {
    padding: 3px 10px 3px 10px !important;
}


.formItemFirst {
    display: block;
    width: 40%;
    min-width: 120px;
    float: left;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding-top: 7px;
}

.formItemSecond {
    display: block;
    width: 50%;
    float: right;
    padding-left: 10px;
}

    .formItemSecond textarea {
        min-height: 100px;
        width: 100%;
    }

    .formItemSecond input[type=file] {
        padding-top: 7px;
        padding-left: 20px;
        height: 30px;
        width: 90%;
    }

    .formItemSecond input[type=text] {
        min-width: 100px;
        height: 28px;
        width: 75%;
        padding-left: 10px;
    }

    .formItemSecond select {
        width: 92%;
        height: 28px;
        padding-left: 10px;
    }

    .formItemSecond button {
    }

.specialFormPart {
}

.ipane .toolbaritem {
    display: flex !important;
    height: auto !important;
}

.part .toolbaritem:after {
    content: '.';
    position: relative;
    display: table-cell;
    right: -20px;
}

.ipane .cr-panel-group .toolbaritem {
}

    .ipane .cr-panel-group .toolbaritem img {
        max-height: 24px;
    }

.selectedItem {
}

    .selectedItem .cr-page-header h4, .selectedItem > .cr-part-header h4 {
    }

.control-properties {
    width: 100%;
    display: table;
    border-collapse: inherit;
    border-spacing: revert;
    padding-bottom: 15px;
    padding-top: 5px;
}

    .control-properties tr {
        height: 25px;
    }

        .control-properties tr td.control-pname {
            padding-left: 15px;
            line-height: 28px;
        }

        .control-properties tr td.control-pname, .control-properties tr td.control-pcontrol {
        }

            .control-properties tr td.control-pcontrol .control-pid {
                display: block;
                padding: 4px;
                width: 87%;
            }

        .control-properties tr input[type=text] {
            min-width: 100px;
            height: 28px;
            width: 85%;
            padding-left: 10px;
        }


        .control-properties tr input[type=checkbox] {
            margin-left: 10px;
        }

        .control-properties tr textarea {
            min-height: 100px;
            width: 90%;
        }


        .control-properties tr select {
            min-width: 100px;
            height: 28px;
            width: 75%;
            padding-left: 10px;
        }

    .control-properties .control-TaskProp {
    }

        .control-properties .control-TaskProp .control-pname {
            vertical-align: middle;
        }

        .control-properties .control-TaskProp .control-pcontrol a {
            vertical-align: middle;
        }

.control-pcontrol textarea {
    width: 98%;
    min-height: 100px;
    font-weight: 300;
}

.control-pname {
    padding-left: 5px;
    width: 30%;
    white-space: nowrap;
    vertical-align: top;
}

.wrapper div {
    vertical-align: top;
}

.main {
    overflow-x: hidden !important;
}

.part .toolbaritem {
    margin: 4px 5px 3px 5px;
    padding-left: 20px;
}

    .part .toolbaritem.selectedItem {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .part .toolbaritem.required .formItemFirst {
        font-weight: bold;
    }

    .part .toolbaritem.required .formItemSecond {
        font-weight: bold;
    }

.panel-draggable.toolbar {
    top: 350px;
    left: 650px;
    width: 300px;
    height: 500px;
    min-height: 450px;
}

    .panel-draggable.toolbar .cr-panel-group .cr-container {
        min-height: 70px;
        /* padding-top: 5px; */
    }

    .panel-draggable.toolbar .cr-panel-group .toolbaritem, .panel-draggable.toolbar .cr-panel-group .part, .panel-draggable.toolbar .cr-panel-group .page {
        height: 28px;
        margin: 5px;
        display: block;
        padding-left: 13px;
        cursor: alias;
    }

.panel-docked.toolbar {
}

    .panel-docked.toolbar .cr-panel-group .cr-container {
        min-height: 70px;
        padding-top: 5px;
    }

    .panel-docked.toolbar .cr-panel-group .toolbaritem, .panel-docked.toolbar .cr-panel-group .solutionitem, .panel-docked.toolbar .cr-panel-group .part, .panel-docked.toolbar .cr-panel-group .page {
        height: 28px;
        margin: 5px;
        display: block;
        line-height: 20px;
        padding-left: 13px;
        cursor: alias;
    }

    .panel-docked.toolbar .cr-panel-group .solutionitem {
        height: auto !important;
    }


    .panel-docked.toolbar .cr-panel-group .toolbaritem img {
        margin-right: 6px;
    }

    .panel-docked.toolbar .cr-panel-group .solutionitem img {
        margin-right: 6px;
    }



.panel-draggable.history {
    bottom: 50px;
    right: 100px;
    width: 300px;
    height: 200px;
}

.history .content {
    overflow-y: scroll;
    height: 90%;
}


.panel-draggable {
    position: fixed;
    z-index: 99999;
    min-width: 250px;
}

    .panel-draggable .panel-header {
        width: 100%;
    }

        .panel-draggable .panel-header h4 {
            margin: 0px;
            cursor: move;
            padding: 7px 17px 8px 21px;
        }

        .panel-draggable .panel-header .icons {
            float: right;
            top: 6px;
            position: absolute;
            right: 6px;
        }

            .panel-draggable .panel-header .icons a {
                display: block;
                float: left;
                margin-left: 5px;
            }

            .panel-draggable .panel-header .icons #iconpin {
                display: none;
            }

    .panel-draggable .cr-panel-group {
        width: 100%;
    }

        .panel-draggable .cr-panel-group h6 {
            margin: 1px 0px;
            padding: 2px 21px 5px;
        }



.panel-docked {
    width: 100%;
    height: 100%;
    position: relative;
}

    .panel-docked .panel-header {
        color: white;
        width: 100%;
        position: sticky;
        top: 0px;
    }

        .panel-docked .panel-header h4 {
            margin: 0px;
            cursor: move;
            padding: 7px 17px 8px 21px;
        }

        .panel-docked .panel-header .icons {
            float: right;
            top: 6px;
            position: absolute;
            right: 6px;
        }

            .panel-docked .panel-header .icons a {
                display: block;
                float: left;
                margin-left: 5px;
            }

                .panel-docked .panel-header .icons a i {
                }

    .panel-docked .cr-panel-group {
        width: 100%;
    }

    .panel-docked .cr-panel-sub-group {
        display: none;
    }

    .panel-docked .cr-panel-group h6 {
        margin: 1px 0px;
        padding: 2px 21px 5px;
    }

    .panel-docked .cr-panel-group .toolbarapp {
        margin: 1px 0px;
        padding: 2px 21px 5px;
    }

        .panel-docked .cr-panel-group .toolbarapp img {
            padding: 2px 21px 5px;
        }



.main .pages {
    min-height: 200px;
    width: 100%;
}


    .main .pages .page {
        min-height: 250px;
        margin: 15px;
        width: 98%;
        display: inline-block;
    }

        .main .pages .page .cr-page-header {
            width: 100%;
        }

        .main .pages .page .cr-container {
            min-height: 100px;
            padding-bottom: 50px;
        }

        .main .pages .page .cr-page-header h4 {
            margin: 0px;
            padding: 4px;
            padding-left: 9px;
            cursor: move;
        }

        .main .pages .page .parts {
            margin: 10px;
            min-height: 100px;
            height: 100%;
            display: flow-root;
        }

            .main .pages .page .parts .part {
                min-height: 200px;
                margin: 10px;
                width: 48%;
                float: left;
            }

.part {
}

.main .pages .page .parts .part .cr-part-header {
    width: 100%;
}

    .main .pages .page .parts .part .cr-part-header h4 {
        margin: 0px;
        padding: 4px;
        padding-left: 9px;
        cursor: move;
    }

.main .pages .page .parts .part.flowpart {
    min-height: 150px !important;
    width: 99%;
    top: 1px;
    position: inherit;
    margin: 10px;
    overflow: hidden;
}



    .main .pages .page .parts .part.flowpart .cr-form-stages {
        padding: 10px;
    }


.bottom .panel-docked {
    position: relative;
}


.rotated {
    writing-mode: tb-rl;
    transform: rotate(360deg);
    width: 33px;
    display: table-caption;
    min-height: 90px;
    text-align: center;
    position: relative;
    float: left;
    margin-top: 3px;
    cursor: default;
    padding: 2px;
}

.rotated-left {
    left: 0px;
}

.rotated-right {
    left: 3px;
}



.scroll {
    overflow: auto;
}

    .scroll.sc-right {
        direction: rtl;
    }

        .scroll.sc-right * {
            direction: ltr;
        }

    .scroll::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }




.temppane {
    position: absolute !important;
    width: 300px !important;
    height: 100%;
    z-index: 999;
    content: "";
    margin: 0px !important;
    padding: 0px;
    top: 134px;
}

    .temppane.left {
        left: 50px;
    }

    .temppane.right {
        right: 50px;
    }

    .temppane .ui-resizable-handle {
        display: none;
    }


    .temppane .fa-thumbtack {
        color: #babac2 !important;
    }


.tempShow .panel-docked {
    display: none;
}

    .tempShow .panel-docked .fa-thumbtack {
        color: #babac2 !important;
    }

.tempShow .tempHide {
    display: none !important;
}

.propertygroupbutton {
    border: solid 1px gray;
    color: blue;
    margin: 5px;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
}

    .propertygroupbutton img {
        display: none;
    }

    .propertygroupbutton:hover {
        color: red;
    }


.toolbaritem.ui-draggable-dragging {
    min-width: 200px;
    border: dotted 1px red;
    color: red;
}


    .toolbaritem.ui-draggable-dragging img {
        display: none;
    }


.toolbaritem.systembaseditem {
}


.formactions {
    margin: 9px 16px 20px 15px;
    padding: 0 0 0px;
}

    .formactions .actionitem {
        height: 48px !important;
        min-width: 100px;
        float: left;
        border: none;
        margin-left: 4px;
    }

    .formactions .actionNew {
        margin-left: 10px;
        display: inline;
    }


    .formactions .actionitem input {
        width: 100%;
    }


.ipane .filledItem rect {
}

.main.subtask-container {
    margin: 30px;
    max-height: 600px;
}


.cr-rt-dropdown-menu {
    position: absolute;
    min-width: 150px;
    min-height: 80px;
    padding: 6px;
    z-index: 999999;
}

    .cr-rt-dropdown-menu .dropdown-item {
        display: block;
        text-decoration: none;
        margin: 3px;
        padding-left: 17px;
    }

        .cr-rt-dropdown-menu .dropdown-item:hover {
        }



.cr-form-stages {
}

    .cr-form-stages .stagestates {
        width: 100%;
        padding-left: 10px;
    }

    .cr-form-stages .stageitem {
        position: relative;
        display: inline-block;
        height: 32px;
        flex-grow: 0;
        margin: 10px 26px 10px 0;
        padding: 4px 9px 4px 78px;
    }

        .cr-form-stages .stageitem .stageitem-number {
            display: block;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            text-align: center;
            text-decoration: none;
            top: 6px;
            left: 34px;
            position: absolute;
        }

        .cr-form-stages .stageitem:before {
            content: '';
            position: absolute;
            right: -25px;
            top: 0px;
            width: 21px;
            height: 0;
        }

        .cr-form-stages .stageitem:after {
            content: '';
            display: inline-block;
            position: absolute;
            left: -1px;
            top: 0px;
            width: 21px;
            height: 0;
        }

    .cr-form-stages .newstageitem {
        display: inline-block;
        text-align: center;
        width: 19.8px;
        height: 26.8px;
        flex-grow: 0;
        margin: 18px 0 25.3px 12px;
    }

    .cr-form-stages .stageitem.active-stage {
    }

        .cr-form-stages .stageitem.active-stage .stageitem-number {
        }

        .cr-form-stages .stageitem.active-stage:before {
        }

        .cr-form-stages .stageitem.active-stage:after {
        }

    .cr-form-stages .stagestates .stagestate {
        display: inline-block;
        margin: 13px 3px 0;
        padding: 10px 14px 11px 12px;
    }

        .cr-form-stages .stagestates .stagestate input[type="checkbox"] {
            margin-right: 5px;
        }

    .cr-form-stages .stagestate.active-stagestate {
    }

    .cr-form-stages .newstagestate {
        display: inline-block;
        text-align: center;
        width: 19.8px;
        height: 26.8px;
        flex-grow: 0;
        margin: 21px 0 25.3px 12px;
    }

    .cr-form-stages .stagestates .stageItemtype0 {
        border-color: white;
        border-width: 2px;
    }

    .cr-form-stages .stagestates .stageItemtype1 {
        border-color: green;
        border-width: 2px;
    }

    .cr-form-stages .stagestates .stageItemtype2 {
        border-color: red;
        border-width: 2px;
    }

    .cr-form-stages .stagestates .stageItemtype3 {
        border-color: #e4e40f;
        border-width: 2px;
    }

    .cr-form-stages .stagestates .stageItemtype4 {
        background-color: green;
        border-color: #b1f1b1;
        border-width: 2px;
        color: white;
    }

    .cr-form-stages .stagestates .stageItemtype5 {
        border-color: blue;
        border-width: 2px;
    }

.flowpart {
}

    .flowpart .cr-part-header {
    }

        .flowpart .cr-part-header h4 {
            cursor: unset !important;
        }


.active-portal {
}


.not-active-portal {
    height: 21px;
    padding-left: 10px;
    padding-right: 10px;
}

.active-portal-connecting {
    height: 21px;
    padding-left: 10px;
    padding-right: 10px;
}

.active-portal-sheme {
    height: 21px;
    padding-left: 10px;
    padding-right: 10px;
}

.dy-rowprocs-tr {
}

    .dy-rowprocs-tr .dy-rowprocs {
        width: 70px;
        vertical-align: top;
        padding-top: 4px;
    }

        .dy-rowprocs-tr .dy-rowprocs a {
            margin: 2px;
            float: left;
            min-width: 20px;
            border-radius: 50%;
            display: inline-block;
        }

            .dy-rowprocs-tr .dy-rowprocs a.dy-rowprocs-add {
                margin-left: 5px;
            }

            .dy-rowprocs-tr .dy-rowprocs a.dy-rowprocs-remove {
            }





.editor-top-tabs {
    width: 100%;
    display: inline-block;
    margin-top: 6px;
}

    .editor-top-tabs .tab {
        padding: 7px;
        float: left;
        margin-left: 1px;
        cursor: default;
    }


        .editor-top-tabs .tab .span {
            margin-left: 8px;
            display: inline-block;
            text-decoration: none;
        }

            .editor-top-tabs .tab .span:hover {
            }

            .editor-top-tabs .tab .span:focus {
            }



    .editor-top-tabs .selectedTab {
    }


        .editor-top-tabs .selectedTab .span {
        }

            .editor-top-tabs .selectedTab .span:hover {
            }

            .editor-top-tabs .selectedTab .span:focus {
            }







.editor-top-infos {
    height: 22px;
    padding-top: 5px;
}

    .editor-top-infos a {
    }






.editor-bottom-tabs {
    bottom: 0px;
    position: sticky;
}


    .editor-bottom-tabs li {
        float: left;
        position: relative;
        cursor: default;
    }

    .editor-bottom-tabs a {
        float: left;
        padding: 10px 40px;
        text-decoration: none;
        cursor: default;
    }

    .editor-bottom-tabs .selectedTab {
        z-index: 3;
    }

        .editor-bottom-tabs .selectedTab a {
        }

    .editor-bottom-tabs li:before, .editor-bottom-tabs li:after,
    .editor-bottom-tabs li a:before, .editor-bottom-tabs li a:after {
        position: absolute;
        bottom: 0;
    }

    .editor-bottom-tabs li:last-child:after, .editor-bottom-tabs li:last-child a:after,
    .editor-bottom-tabs li:first-child:before, .editor-bottom-tabs li:first-child a:before,
    .editor-bottom-tabs .selectedTab:after, .editor-bottom-tabs .selectedTab:before,
    .editor-bottom-tabs .selectedTab a:after, .editor-bottom-tabs .selectedTab a:before {
        content: "";
    }

    .editor-bottom-tabs .selectedTab:before, .editor-bottom-tabs .selectedTab:after {
        z-index: 1;
    }

    .editor-bottom-tabs li:before, .editor-bottom-tabs li:after {
        width: 10px;
        height: 10px;
    }


    .editor-bottom-tabs li:before {
        left: -10px;
    }

    .editor-bottom-tabs li:after {
        right: -10px;
    }

    .editor-bottom-tabs li a:after, .editor-bottom-tabs li a:before {
        width: 20px;
        height: 20px;
        z-index: 2;
    }

    .editor-bottom-tabs .selectedTab a:after, .editor-bottom-tabs .selectedTab a:before {
    }

    .editor-bottom-tabs li:first-child.selectedTab a:before,
    .editor-bottom-tabs li:last-child.selectedTab a:after {
    }

    .editor-bottom-tabs li a:before {
        left: -20px;
    }

    .editor-bottom-tabs li a:after {
        right: -20px;
    }



    .editor-bottom-tabs:before,
    .editor-bottom-tabs:after {
        content: "";
        display: table;
    }

    .editor-bottom-tabs:after {
        clear: both;
    }

.editor-bottom-tabs {
    zoom: 1;
}

    .editor-bottom-tabs li::marker {
    }






.formactions .actionitem.selectedItem input[type=button] {
}


.formactions .cr-action-header h4 {
    padding: 5px 0px 5px 23px;
    text-align: left;
    margin-top: 0px;
}


.editor-bottom-tabs li:before {
    left: -10px;
}

.editor-bottom-tabs li:after {
    right: -10px;
}

.editor-bottom-tabs li a:after, .editor-bottom-tabs li a:before {
    width: 20px;
    height: 20px;
    z-index: 2;
}

.editor-bottom-tabs .selectedTab a:after, .editor-bottom-tabs .selectedTab a:before {
}

.editor-bottom-tabs li:first-child.selectedTab a:before,
.editor-bottom-tabs li:last-child.selectedTab a:after {
}

.editor-bottom-tabs li a:before {
    left: -20px;
}

.editor-bottom-tabs li a:after {
    right: -20px;
}



.editor-bottom-tabs:before,
.editor-bottom-tabs:after {
    content: "";
    display: table;
}

.editor-bottom-tabs:after {
    clear: both;
}

.editor-bottom-tabs {
    zoom: 1;
}

    .editor-bottom-tabs li::marker {
    }



.formactions .actionNew input[type=button] {
    display: inline-block;
    width: 19.8px;
    height: 26.8px;
    flex-grow: 0;
    margin: 11px 0 25.3px 12px;
    border: none;
    padding: 1px;
}

.formactions .actionitem input[type=button] {
    border: none;
}

.formactions .actionitem.selectedItem input[type=button] {
}

.formactions .cr-action-header {
    width: 100%;
    margin-bottom: 10px;
}



.ui-widget.ui-widget-content {
    border: none;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
}

.ui-widget-header {
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    overflow: auto;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-handle {
    position: absolute;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-widget-content {
}


.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
}

input[type='checkbox']:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
}

input[type='checkbox']:checked:after {
    content: '✔';
}

.part .toolbaritem .item-subform {
    width: 90%;
}

    .part .toolbaritem .item-subform input {
        width: 90%;
    }


.part .toolbaritem .item-gridlist {
    width: 90%;
    border-collapse: collapse;
    margin: 4px 0px 4px 0px;
}

    .part .toolbaritem .item-gridlist tr th {
        border: 1px solid gray;
        text-align: center;
    }

    .part .toolbaritem .item-gridlist tr td {
        border: 1px solid gray;
        padding-left: 5px;
    }

.part .part-gridform {
    width: 97%;
    border-collapse: collapse;
    margin: 4px 0px 4px 7px;
}

    .part .part-gridform tr th {
        border: 1px solid gray;
        text-align: center;
        color: white;
    }

    .part .part-gridform tr td {
        border: 1px solid gray;
        padding-left: 5px;
        text-align: center;
    }

        .part .part-gridform tr td input[type=text] {
            width: 96%;
            box-shadow: 0 4px 20px 0 rgb(26 26 26 / 47%);
            border-style: solid;
            color: var(--mainTextColor);
            border-radius: 5px;
            border: solid 1px rgba(54, 105, 237, 0.42);
            background-color: var(--color13);
            margin: 3px
        }



.part .toolbaritem .item-flow {
    width: 90%;
    margin: 10px;
}

[title-hvr] {
    position: relative;
}

    [title-hvr]:hover:before {
        content: attr(title-hvr);
        padding: 5px 15px;
        position: absolute;
        z-index: 999998;
        width: auto;
        margin-top: 10px;
        bottom: -10px;
    }

    [title-hvr]:hover:after {
        width: 0;
        height: 0;
        content: ' ';
        position: absolute;
        bottom: 18px;
        left: 50%;
        margin-top: 0px;
    }

.ks-home {
    position: fixed;
    background-color: #30333b;
    height: 350px;
    width: 98%;
    z-index: 99999999;
    display: block;
    top: 140px;
    margin-left: 20px;
    margin-right: 40px;
    padding: 3px;
    border-bottom: solid 5px #2c2f36;
}

    .ks-home .main-div {
        width: 100%;
        height: 100%;
        display: flex;
    }

        .ks-home .main-div .m-part-1 {
            height: 100%;
            background-color: white;
            width: 20%;
            display: table-cell;
            margin: 2px;
        }

        .ks-home .main-div .m-part-2 {
            height: 100%;
            background-color: white;
            width: 32%;
            display: table-cell;
            margin: 2px;
        }

        .ks-home .main-div .m-part-3 {
            height: 100%;
            background-color: white;
            width: 32%;
            display: table-cell;
            margin: 2px;
        }

        .ks-home .main-div .m-part-4 {
            height: 100%;
            background-color: white;
            width: 16%;
            display: table-cell;
            margin: 2px;
        }


        .ks-home .main-div .title {
            height: 25px;
            background-color: #252932;
            color: white;
            vertical-align: middle;
            padding-left: 10px;
            padding-top: 5px;
            font-weight: bold;
            border: outset 1px #31343c;
            font-size: 14px;
        }


body.unsaveddoc {
}


    body.unsaveddoc div[id='b9b17a74-24fc-4ef1-9891-1a88f1c3922e'] {
        border: solid 1px #376bf1 !important;
        top: -4px;
    }

    body.unsaveddoc div[id='40b9d5c5-f135-48bf-abed-660ff4058eb1'] .panel-header h4 {
        color: red;
    }

.ipane .main iframe {
    border: none;
}




.ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .panel-header h4 {
    margin-top: 5px;
    font-size: 14px;
    color: red;
}

.ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .content {
    color: white;
    font-size: 11px;
    overflow-y: auto;
    height: 200px;
}

    .ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .content table {
        width: 100%;
        border-collapse: inherit;
        border-spacing: revert;
        padding-bottom: 15px;
    }



        .ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .content table tr {
        }

            .ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .content table tr.cr-err-tr-head {
            }

                .ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .content table tr.cr-err-tr-head th {
                    padding-left: 8px;
                    /* border: 1px solid #6b6b6b; */
                    padding-top: 2px;
                    padding-bottom: 2px;
                    background-color: #D32F2F;
                }

        .ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .content table td {
            border: 1px solid #353131;
            padding: 0px 3px 0px 3px;
        }

            .ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .content table td.cr-err-td-path {
            }

                .ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .content table td.cr-err-td-path a {
                    font-weight: bold;
                }

            .ipane[id='5ae5b16b-4340-40de-b856-2f980ce4d582'] .content table td.cr-err-td-info {
                color: #cfc5c5;
            }




.cr-rb-sol-info {
}

    .cr-rb-sol-info .cr-sol-name {
        color: white;
        padding: 3px;
    }

    .cr-rb-sol-info .cr-compile-info {
        color: white;
        padding: 3px;
    }

        .cr-rb-sol-info .cr-compile-info.scs {
            background: green;
        }

        .cr-rb-sol-info .cr-compile-info.err {
            background: red;
        }





.ai-button-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

    .ai-button-container .ai-button {
        background-color: #376bf1;
        border: solid 5px;
        color: white;
        padding: 0;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        font-size: 24px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4), inset 0 5px 10px rgba(255, 255, 255, 0.4);
        transition: all 0.3s;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .ai-button-container .ai-button::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transition: all 0.5s;
            z-index: 0;
            opacity: 0;
            transform: scale(0.5);
        }

        .ai-button-container .ai-button:hover::before {
            opacity: 1;
            transform: scale(1);
        }

        .ai-button-container .ai-button:hover, .ai-button:focus {
            background-color: #283d28;
            border: solid 5px #2b3557;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), inset 0 5px 10px rgba(255, 255, 255, 0.5);
        }


    .ai-button-container .ai-working {
        background-color: red;
    }


.popup-btn-main {
    background-color: #597edb !important;
    color: white !important;
}

.aipopup {
}

    .aipopup .previousChat {
        overflow-y: auto;
        height: 590px;
        background-color: #2d2828;
    }



        .aipopup .previousChat .ai-message {
            background-color: #373d4f;
            padding: 10px;
        }

            .aipopup .previousChat .ai-message .ai-message-request {
                color: #597edb;
                font-weight: bolder;
                border-bottom: solid 1px gray;
                margin-bottom: 5px;
            }

            .aipopup .previousChat .ai-message .ai-message-response {
            }



    .aipopup .currentChat {
        width: 97%;
        position: absolute;
        bottom: 0px;
        background-color: #597edb;
        padding: 10px 0px 10px 10px;
    }


        .aipopup .currentChat textarea {
            height: 50px;
            width: 97%;
            padding: 5px;
            background-color: #fdf2f2 !important;
            color: black !important;
        }



.ipane.aiasistant {
    background-color: #4d5c82;
}



.page-content-frame {
}

    .page-content-frame .form-horizontal {
    }

        .page-content-frame .form-horizontal .form-group {
        }

            .page-content-frame .form-horizontal .form-group .control-label {
                text-align: left;
                margin-bottom: 5px;
            }



    .page-content-frame .form-actions {
    }

        .page-content-frame .form-actions input[type=submit] {
            color: black;
        }




.ipane .main .ai-analysis {
    display: flex;
    flex-direction: column;
    height: 100%;
}



    .ipane .main .ai-analysis .previousChat {
        flex-grow: 1;
        overflow: auto;
        margin: 2px 2px 2px 2px;
        background-color: #f7f7f7;
    }



        .ipane .main .ai-analysis .previousChat .ai-message {
            background-color: #373d4f;
            padding: 10px;
        }

            .ipane .main .ai-analysis .previousChat .ai-message .ai-message-request {
                color: #597edb;
                font-weight: bolder;
                border-bottom: solid 1px gray;
                margin-bottom: 5px;
            }

            .ipane .main .ai-analysis .previousChat .ai-message .ai-message-response {
            }



    .ipane .main .ai-analysis .currentChat {
        width: 98%;
        bottom: 0px;
        background-color: #3c4d77;
        padding: 1% 1% 1% 1%;
        height: 80px;
        flex-shrink: 0;
    }


        .ipane .main .ai-analysis .currentChat textarea {
            Height: 50px;
            width: 98%;
            padding: 1%;
            background-color: #fdf2f2 !important;
            color: black !important;
        }









#loading-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    z-index: 9999;
}











.dynamiclisttable button {
    background-color: #3a3f58;
    color: #ffffff;
    border: none;
    padding: 6px 12px;
    margin: 2px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
}

    .dynamiclisttable button:hover {
        background-color: #4f5474;
    }

    .dynamiclisttable button:active {
        background-color: #62688f;
    }

/* Tablo Stilleri */
.dynamiclisttable.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background-color: #2a2d3e;
    border-radius: 8px;
    overflow: hidden;
}

.dynamiclisttable table, .dynamiclisttable th, .dynamiclisttable td {
    border: 1px solid #3a3f58;
}

.dynamiclisttable th, .dynamiclisttable td {
    padding: 8px;
    text-align: left;
}

/* Alternatif Satır Renkleri */
.dynamiclisttable tr:nth-child(even) {
    background-color: #333648;
}

.dynamiclisttable tr:nth-child(odd) {
    background-color: #2a2d3e;
}

/* İç İçe Listeler */
.dynamiclisttable tr td table {
    margin-left: 20px;
    width: calc(100% - 20px);
    border: 1px solid #44475a;
}

/* Buton Konumlandırma */
.dynamiclisttable .action-buttons {
    display: flex;
    gap: 5px;
}

/* Input Stilleri */
.dynamiclisttable input {
    background-color: #2a2d3e;
    color: #c9d1d9;
    border: 1px solid #3a3f58;
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}

    .dynamiclisttable input:focus {
        outline: none;
        border-color: #4f5474;
    }

/* İç içe Listeleri Vurgulama */
.dynamiclisttable tr td table tr:nth-child(even) {
    background-color: #41465a;
}

.dynamiclisttable tr td table tr:nth-child(odd) {
    background-color: #3a3f58;
}
