﻿
:root {
    --mainTextColor: #FFFFFF;
    --color1: #32353d;
    --color2: #2c3658;
    --color3: #385168;
    --color4: #1c3955;
    --color5: #376bf1;
    --color6: #323e4d;
    --color7: rgba(8, 119, 188, 0.51);
    --color9: #343e4a;
    --color10: #313f65;
    --color11: #2d3e6c;
    --color12: #292c34;
    --color13: #292b34;
    --color14: #2f323a;
}

body {
    background-color: var(--color1);
    font-family: 'Roboto','Open Sans', sans-serif;
}

.panel-docked {
    background-color: var(--color12);
    border-bottom: solid 4px var(--color1);
}

.ipane .panel-categories {
    background-color: #385168;
}


.ipane .panel-categories select {
    width: -webkit-fill-available;
    background-color: #385168;
    color: white;
    border: solid 1px #2d3e6c;
    padding: 3px 3px 3px 17px;
}

.ipane .panel-search {
    background-color: #385168;
}


    .ipane .panel-search input[type=text] {
        width: -webkit-fill-available;
        background-color: #385168;
        color: white;
        border: solid 1px #2d3e6c;
        padding: 3px 3px 3px 17px;
    }

        .panel-docked .panel-search input[type=text]:focus {
            border: none;
        }

    .panel-docked .panel-header h4 {
        background-color: var(--color11);
        font-size: 16px;
    }

    .panel-docked .cr-panel-group h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: var(--mainTextColor);
        background-color: var(--color2);
        box-shadow: 0px 4px 20px rgba(26, 26, 26, 0.47);
    }

    .panel-docked .cr-panel-group .toolbarapp {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: var(--mainTextColor);
        background-color: var(--color6);
        box-shadow: 0px 4px 20px rgba(26, 26, 26, 0.47);
    }


    .panel-docked .cr-panel-group {
        color: var(--mainTextColor);
    }

    .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 {
        color: var(--mainTextColor);
    }

    .panel-docked .panel-header h4 {
        color: var(--mainTextColor);
    }

    .panel-docked .panel-header .icons a {
        font-size: 14px;
    }

.main .pages .page .parts .part .cr-part-header h4 {
    background-color: var(--color2);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--mainTextColor);
}

.main .pages .page .cr-page-header h4 {
    background-color: var(--color2);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--mainTextColor);
}

.flowpart {
    border: solid 1px var(--color3) !important;
    box-shadow: none !important;
}

    .flowpart .cr-part-header h4 {
        background-color: #283d28 !important;
        color: var(--mainTextColor) !important;
        font-size: 13px;
    }

.formactions .cr-action-header h4 {
    background-color: var(--color3) !important;
    color: var(--mainTextColor) !important;
    font-size: 13px;
}


.main .pages .page .parts .part .cr-part-header {
}

.cr-form-stages .stageitem {
    color: var(--mainTextColor);
    border: solid 1px var(--color4);
    background-color: var(--color4);
    line-height: 32px;
}

    .cr-form-stages .stageitem.active-stage {
        background-color: var(--color3);
        font-weight: bold;
    }



    .cr-form-stages .stageitem:before {
        content: '';
        position: absolute;
        right: -25px;
        top: 0px;
        width: 21px;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 25px solid var(--color4);
        border-bottom: 22px solid transparent;
    }

    .cr-form-stages .stageitem:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: -1px;
        top: 0px;
        width: 21px;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 25px solid var(--color13);
        border-bottom: 22px solid transparent;
    }


    .cr-form-stages .stageitem .stageitem-number {
        line-height: 25px;
        border: 1px solid var(--mainTextColor);
        color: var(--mainTextColor);
        background: var(--color4);
        box-shadow: 0 0 3px var(--mainTextColor);
        font-size: 15px;
        font-weight: bold;
    }

    .cr-form-stages .stageitem.active-stage .stageitem-number {
        background-color: var(--color5);
    }

    .cr-form-stages .stageitem.active-stage:before {
        border-left-color: var(--color3);
    }

    .cr-form-stages .stageitem.active-stage:after {
    }


    .cr-form-stages .stageitem.adminstageitem {
        background-color: #283d28;
        float: right;
    }

.cr-form-stages .adminstageitem .stageitem-number {
    line-height: 25px;
    border: 1px solid var(--mainTextColor);
    color: var(--mainTextColor);
    background: #283d28 box-shadow: 0 0 3px var(--mainTextColor);
    font-size: 15px;
    font-weight: bold;
}

.cr-form-stages .stageitem.adminstageitem .stageitem-number {
    background-color: #283d28;
}

.cr-form-stages .stageitem.adminstageitem:before {
    border-left-color: #283d28;
}

.cr-form-stages .newstageitem {
    color: var(--mainTextColor);
    background-color: var(--color7);
    font-size: 20px;
    font-weight: bold;
}

.cr-form-stages .newstagestate {
    color: var(--mainTextColor);
    background-color: var(--color7);
    font-size: 20px;
    font-weight: bold;
}

.cr-form-stages .stagestates .stagestate {
    line-height: 24px;
    color: var(--mainTextColor);
    background-color: var(--color6);
}

.cr-form-stages .stagestate.active-stagestate {
    background-color: var(--color3);
    font-weight: 500;
}


.main {
    background-color: var(--color13);
}

.part .toolbaritem[typename=flow] {
    background-color: #283d28;
}

.part .toolbaritem {
    color: var(--mainTextColor);
    border: dotted 1px var(--color4);
    background-color: var(--color9);
}

    .part .toolbaritem.selectedItem {
        background-color: var(--color5) !important;
    }


.formItemFirst {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: var(--mainTextColor);
}

.formItemSecond {
    font-size: 13px;
    font-style: italic;
}


.formactions {
    box-shadow: 0 4px 50px 0 rgb(0 0 0 / 7%);
    background-image: linear-gradient(to bottom, rgb(48 51 58 / 77%) 0%, rgb(32 39 62 / 92%) 100%);
    border: solid 1px var(--color3);
}

    .formactions .actionitem {
        background-color: var(--color10);
    }


    .formactions .actionNew input[type=button] {
        color: var(--mainTextColor);
        text-align: center;
        background-color: var(--color7);
        font-size: 20px;
        font-weight: bold;
    }

    .formactions .actionitem input[type=button] {
        background-color: transparent;
        color: var(--mainTextColor);
    }

    .formactions .actionitem.selectedItem input[type=button] {
        background-color: var(--color5);
        color: var(--mainTextColor);
    }

    .formactions .cr-action-header {
    }



[title-hvr]:hover:before {
    background: var(--color5) bottom: 0px;
    background: var(--color5);
    border-radius: 5px;
    color: var(--mainTextColor);
    font-size: 14px;
}

[title-hvr]:hover:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid var(--color5);
}


.part .selectedItem .selectedItemUl {
    border: 1px solid #00bcf3;
    background-color: #DEEEF2;
}

.kuramsoft-ea-transactions-item {
    border: 1px dashed #b2b2b2;
    text-align: center;
}


.kuramsoft-ea-transactions h1 {
    font-weight: bold;
    color: #555;
    font-size: 12px;
}

.kuramsoft-ea-transactions-item a {
    color: #555;
    text-decoration: none;
}

    .kuramsoft-ea-transactions-item a:hover {
        color: #7fba00;
    }

.kuramsoft-ea-transactions-item:hover {
    border: 1px dashed #7fba00;
}

    .kuramsoft-ea-transactions-item:hover .kuramsoft-header-icon, .kuramsoft-ie-icon:hover {
        background-position: right 0;
        opacity: none !important;
    }

.kuramsoft-ea-transactions-processes strong {
    color: #7fba00;
    font-weight: bold;
}



.formItemSecond textarea {
    border-radius: 5px;
    border: solid 1px rgba(54, 105, 237, 0.42);
    background-color: var(--color13);
}

.formItemSecond input[type=file] {
    border-radius: 30px;
    background-color: var(--color13) border: solid 1px rgba(54, 105, 237, 0.42);
}

.formItemSecond input[type=text] {
    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)
}

.formItemSecond select {
    box-shadow: 0 4px 20px 0 rgb(26 26 26 / 47%);
    border-style: solid;
    color: var(--mainTextColor);
    border-radius: 10px;
    border: solid 1px rgba(54, 105, 237, 0.42);
    background-color: var(--color13)
}

.formItemSecond button {
    background-color: transparent;
    border: none;
}

.specialFormPart {
    /* border-color: red !important; */
}

.part .toolbaritem:after {
    font-size: 20px;
    line-height: 10px;
    color: #ffffff;
    text-shadow: 0 5px #ffffff, 0 10px #ffffff, 5px 0 #ffffff, 5px 5px #ffffff, 5px 10px #ffffff, 10px 0 #ffffff, 10px 5px #ffffff, 10px 10px #ffffff;
}


.selectedItem {
    border: solid 1px rgba(147, 176, 194, 0);
}

    .selectedItem .cr-page-header h4, .selectedItem > .cr-part-header h4 {
        background-color: var(--color5) !important;
        color: var(--mainTextColor) !important;
    }

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #f9f9f9;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #3252a6;
}



.rotated {
    color: var(--mainTextColor);
    line-height: 30px;
    background-color: var(--color2);
}


.control-properties tr {
    color: #ffffff !important;
    border-bottom-color: #00bcf3;
    font-size: 12px;
}

    .control-properties tr td.control-pname {
        line-height: 28px;
    }

    .control-properties tr td.control-pname, .control-properties tr td.control-pcontrol {
    }

        .control-properties tr td.control-pcontrol .control-pid {
            color: var(--mainTextColor);
            font-weight: bold;
            font-style: italic;
            border: solid 1px var(--color11);
            font-size: 11px;
        }

    .control-properties tr input[type=text] {
        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);
    }


    .control-properties tr input[type=checkbox] {
    }

    .control-properties tr textarea {
        border-radius: 5px;
        border: solid 1px rgba(54, 105, 237, 0.42);
        background-color: var(--color13);
    }


    .control-properties tr select {
        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);
    }

.control-properties .control-TaskProp {
    background-color: var(--color1);
}




.panel-draggable {
    border: 2px solid var(--color11);
    background-color: var(--color12);
    border-style: outset;
}

    .panel-draggable .panel-header {
        background-color: var(--color14);
        color: var(--mainTextColor);
    }

        .panel-draggable .panel-header h4 {
            background-color: var(--color11);
            color: #fffeff;
            font-size: 16px;
        }

        .panel-draggable .panel-header .icons {
        }

            .panel-draggable .panel-header .icons a {
                color: #737391;
                font-size: 14px;
            }

    .panel-draggable .cr-panel-group {
        color: var(--mainTextColor);
    }

        .panel-draggable .cr-panel-group h6 {
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 18px;
            color: var(--mainTextColor);
            background-color: var(--color2);
            box-shadow: 0px 4px 20px rgb(26 26 26 / 47%);
        }




.main .pages .page {
    box-shadow: 0 4px 50px 0 rgb(0 0 0 / 7%);
    border: solid 1px var(--color11);
}

    .main .pages .page .cr-page-header {
        background-color: green;
        color: var(--mainTextColor);
    }

    .main .pages .page .cr-container {
        border: solid 1px var(--color11);
    }

    .main .pages .page .cr-page-header h4 {
    }

    .main .pages .page .parts {
    }

        .main .pages .page .parts .part {
            box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.07);
        }




.pane {
    background-color: #ffffff;
}

.center.pane .inner .top {
    background-color: #2a3b57;
}

.ui-resizable-w {
    background-color: #2a3b57;
}

.ui-resizable-e {
    background-color: #2a3b57;
}

.ui-resizable-s {
    /* border: outset; */
    border-width: 3px;
    border-color: #2a3b57;
    background-color: #2a3b57;
}

.cornerfixpane {
    background-color: #2c2f38;
    border-top: 5px solid #376BF1;
    border-image: linear-gradient(to left, #376BF1 50%, transparent 50%) 100% 1;
}



    .cornerfixpane.fixleft {
        border-right: groove;
        border-right-color: var(--color14);
        border-right-width: 2px;
    }

    .cornerfixpane.fixright {
        border-left: inset;
        border-left-color: var(--color14);
        border-left-width: 2px;
    }




#crribbon {
    font-size: 8pt;
}

    #crribbon .cr-ribbon-window-title {
        text-align: center;
        color: #000;
        font-size: 10pt;
    }

    #crribbon .cr-ribbon-tab-header {
        font-size: 8pt;
        color: var(--mainTextColor);
        background: #293251;
        box-shadow: 0px 4px 20px rgb(22 27 43);
        text-align: center;
        border-left: solid 1px #2d3e6c;
    }


        #crribbon .cr-ribbon-tab-header .cr-ribbon-title {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 38px;
            color: var(--mainTextColor);
        }

    #crribbon.backstage .cr-ribbon-tab-header {
        border-bottom: 1px solid #982121;
    }

    #crribbon .cr-ribbon-tab-header:hover {
        background: linear-gradient(180deg, rgba(55, 83, 179, 0.55) 0%, rgba(55, 83, 179, 0.24) 100%);
    }

    #crribbon.backstage .cr-ribbon-tab-header {
        border-bottom: 1px solid #982121;
    }

#cr-ribbon-tab-header-strip {
    box-shadow: 0 4px 20px 0 rgb(26 26 26 / 47%);
    background-color: var(--color2);
}


    #cr-ribbon-tab-header-strip.cr-ribbon-tab-header-strip-waiting {
        background-color: var(--color7);
    }

        #cr-ribbon-tab-header-strip.cr-ribbon-tab-header-strip-waiting * {
            visibility: hidden;
            color: var(--mainTextColor) !important;
        }

#crribbon .cr-ribbon-tab-header.sel, #crribbon .cr-ribbon-tab-header.sel:hover {
    background: #32353d;
    box-shadow: 0px 4px 20px rgba(26, 26, 26, 0.47);
}

#crribbon .cr-ribbon-tab-header.file {
    background: #b32727;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e93333), to(#b32727));
    background: -moz-linear-gradient(#e93333, #b32727);
    -pie-background: linear-gradient(#e93333, #b32727);
    border: 1px solid #982121;
    border-bottom: 1px solid #e93333;
    color: #FFF;
}

    #crribbon .cr-ribbon-tab-header.file:hover {
        background: #e93333;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff3939), to(#e93333));
        background: -moz-linear-gradient(#ff3939, #e93333);
        -pie-background: linear-gradient(#ff3939, #e93333);
        border: 1px solid #982121;
        border-bottom: 1px solid #e93333;
    }

    #crribbon .cr-ribbon-tab-header.file.sel {
        background: #e93333;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b32727), to(#e93333));
        background: -moz-linear-gradient(#b32727, #e93333);
        -pie-background: linear-gradient(#b32727, #e93333);
        border: 1px solid #982121;
        border-bottom: 1px solid #e93333;
    }

#crribbon .cr-ribbon-tab {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, rgba(36, 39, 47, 0.28) 0%, rgba(52, 55, 66, 0) 100%);
}

    #crribbon .cr-ribbon-tab.file {
        border-top: 1px solid #982121;
        background-color: #e93333;
        background-image: -moz-linear-gradient(left, #e93333 15%, #eaeaea 100%);
        background-image: -webkit-linear-gradient(left, #e93333 15%, #eaeaea 100%);
        background-image: -ms-linear-gradient(left, #e93333 15%, #eaeaea 100%);
        background-image: linear-gradient(left, #e93333 15%, #eaeaea 100%);
        background-image: -o-linear-gradient(left, #e93333 15%, #eaeaea 100%);
        background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(15%, #e93333), color-stop(100%, white));
    }

#crribbon.backstage .cr-ribbon-backstage {
    background-color: white;
}

#crribbon .sc-title {
    color: #585b61;
}

#crribbon .cr-ribbon-section {
    border: 0px;
}

#crribbon .cr-ribbon-section-sep {
    background: rgba(55, 107, 241, 0.4);
}

#crribbon .cr-ribbon-button {
    border: 1px solid transparent;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

    #crribbon .cr-ribbon-button .btn-title {
        color: var(--mainTextColor);
    }

    #crribbon .cr-ribbon-button:hover, #crribbon .cr-ribbon-button.sel {
        background: #2c2f36;
    }

    #crribbon .cr-ribbon-button.disabled .cr-ribbon-icon.cr-ribbon-disabled {
        opacity: 0.8;
    }

    #crribbon .cr-ribbon-button.disabled .cr-ribbon-icon.cr-ribbon-implicit-disabled {
        opacity: 0.4;
    }

    #crribbon .cr-ribbon-button.disabled:hover {
        border: 1px solid transparent;
        background: transparent;
    }

    #crribbon .cr-ribbon-button.disabled:active {
        border: 1px solid transparent;
        background: transparent;
    }

    #crribbon .cr-ribbon-button.disabled .btn-title {
        color: #888;
    }


.header-cr-slogan {
    font-weight: bold;
    color: #8d92a4;
}


.cr-ribbon-button[id=f109da89-c80f-43a8-9f12-cc1b07a9a967]:hover {
    background-color: transparent;
}

    .cr-ribbon-button[id=f109da89-c80f-43a8-9f12-cc1b07a9a967]:hover img {
        filter: brightness(0) invert(1);
    }


.ipane .filledItem rect {
    stroke: #339a08 !important;
    stroke-width: 2px !important;
}

.main .pages .page .parts .part.flowpart {
}

.toolbaritem.systembaseditem {
    background-color: var(--color4) !important;
}


.main.subtask-container {
    border: solid 3px #eaeaea;
    background-color: #fdfdfd;
}


.cr-rt-dropdown-menu {
    background-color: #30333b;
    border-radius: 9px;
    margin-left: 17px;
}

    .cr-rt-dropdown-menu .dropdown-item {
        color: var(--mainTextColor);
        font-weight: 400;
        position: relative;
    }

        .cr-rt-dropdown-menu .dropdown-item:hover {
            background-color: #f7f7f7;
            color: black;
        }

            .cr-rt-dropdown-menu .dropdown-item:hover .cr-rt-dropdown-menu-sub {
                display: block;
            }


    .cr-rt-dropdown-menu .cr-rt-dropdown-menu-sub {
        background-color: #30333b;
        border-radius: 9px;
        display: none;
        right: -30px;
        position: absolute;
        top: 0px;
        z-index: 99;
        min-width: 150px;
        min-height: 80px;
        padding: 6px;
        border: solid 1px #ffffff;
    }
        .cr-rt-dropdown-menu .cr-rt-dropdown-menu-sub:hover {
            display: block;
        }

        .cr-rt-dropdown-menu .cr-rt-dropdown-menu-sub .dropdown-item {
        }



.active-portal {
    background-color: green;
    color: var(--mainTextColor);
    font-weight: bold;
}


.not-active-portal {
    background-color: #2e3139;
    color: var(--mainTextColor);
    border-radius: 16px;
    border: solid 1px rgba(54, 105, 237, 0.42);
}

.active-portal-connecting {
    background-color: var(--color5);
    color: var(--mainTextColor);
    border-radius: 16px;
    border: solid 1px rgba(54, 105, 237, 0.42);
}

.active-portal-sheme {
    background-color: var(--color5);
    color: var(--mainTextColor);
    border-radius: 16px;
    border: solid 1px rgba(54, 105, 237, 0.42);
}


.dy-rowprocs-tr {
    border-bottom: solid 1px;
    background-color: #f1f1e5;
}

    .dy-rowprocs-tr .dy-rowprocs {
    }

        .dy-rowprocs-tr .dy-rowprocs a {
            font-size: 25px;
            line-height: 25px;
            vertical-align: middle;
            text-align: center;
            border-radius: 50%;
        }

            .dy-rowprocs-tr .dy-rowprocs a.dy-rowprocs-add {
                background-color: green;
                color: var(--mainTextColor);
            }

            .dy-rowprocs-tr .dy-rowprocs a.dy-rowprocs-remove {
                background-color: blue;
                color: var(--mainTextColor);
            }




.editor-top-tabs {
    background-color: #2c3657;
    border-bottom: solid 2px #2a3b57;
}

    .editor-top-tabs .tab {
        background-color: white;
        color: #2e2e2e;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        line-height: 16px;
        font-size: 14px;
        border: solid 1px #2a3b57;
    }


        .editor-top-tabs .tab .span {
            text-align: center;
            border-radius: 4px;
            color: #2e2e2e;
        }

            .editor-top-tabs .tab .span:hover {
                background-color: #dfdfdf;
            }

            .editor-top-tabs .tab .span:focus {
                background-color: #1f78d1;
                color: var(--mainTextColor);
            }



    .editor-top-tabs .selectedTab {
        background-color: #2a3b57;
        color: var(--mainTextColor);
        font-weight: bold;
        border: solid 1px gray;
    }


        .editor-top-tabs .selectedTab .span {
            color: var(--mainTextColor);
        }




.editor-top-infos {
    padding-left: 12px;
    padding-top: 5px;
    background-color: #376bf1;
    margin-bottom: 14px;
}

    .editor-top-infos a {
        color: #ffffff;
        font-weight: 500;
    }


.editor-bottom-tabs a {
    color: var(--mainTextColor);
    background: #2a3b57;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.editor-bottom-tabs .selectedTab a {
    background: #ffffff;
    color: black;
}

.editor-bottom-tabs .selectedTab:before, .editor-bottom-tabs .selectedTab:after {
    background: #2a3b57;
}

.editor-bottom-tabs li:before, .editor-bottom-tabs li:after {
    background: #2a3b57;
}

.editor-bottom-tabs li a:after, .editor-bottom-tabs li a:before {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #2c3657;
}

.editor-bottom-tabs .selectedTab a:after, .editor-bottom-tabs .selectedTab a:before {
    background: #ffffff;
}

.editor-bottom-tabs li:first-child.selectedTab a:before,
.editor-bottom-tabs li:last-child.selectedTab a:after {
    background: #2c3657;
}

.editor-bottom-tabs {
    background-color: #2c3657;
}

    .editor-bottom-tabs li::marker {
        color: #2c3657;
    }







.formactions .actionitem.selectedItem input[type=button] {
    background-color: var(--color5);
    color: var(--mainTextColor);
}

.editor-bottom-tabs li a:after, .editor-bottom-tabs li a:before {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #2c3657;
}

.editor-bottom-tabs .selectedTab a:after, .editor-bottom-tabs .selectedTab a:before {
    background: #2c3657;
}

.editor-bottom-tabs li:first-child.selectedTab a:before,
.editor-bottom-tabs li:last-child.selectedTab a:after {
    background: #2c3657;
}

.editor-bottom-tabs {
    background-color: #2c3657;
}

    .editor-bottom-tabs li::marker {
        color: #2c3657;
    }

























.formactions .actionNew input[type=button] {
    border: none;
}

.formactions .actionitem input[type=button] {
    border: none;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-widget-header {
    border: none;
    background: #263868;
    color: var(--mainTextColor);
    font-weight: bold;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    background: none;
}


.ui-resizable-handle {
    font-size: 0.1px;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #232734;
    color: var(--mainTextColor);
}

    .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;
        background: transparent;
        font-weight: normal;
        color: #454545;
        background-color: #e5e5e5;
    }

input[type='checkbox']:after {
    line-height: 1.5em;
    background: rgb(56 81 104);
}

input[type='checkbox']:checked:after {
    text-align: center;
    color: green;
    background-color: white;
}

.part .toolbaritem .item-subform input {
    background-color: #323540;
}



.panel-draggable.toolbar .cr-panel-group .toolbaritem, .panel-draggable.toolbar .cr-panel-group .part, .panel-draggable.toolbar .cr-panel-group .page {
    color: var(--mainTextColor);
    line-height: 20px;
}



.kuramsoft_dialog_CssInformation, .kuramsoft_dialog_CssSuccess, .kuramsoft_dialog_CssWarning, .kuramsoft_dialog_CssError, .kuramsoft_dialog_CssValidation {
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 10px 10px 50px;
}

.kuramsoft_dialog_CssInformation {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/applications/kuramportal/Dialog/images/Information.png');
}

.kuramsoft_dialog_CssSuccess {
    background-color: #376bf1;
    color: white;
    background-image: url('/applications/kuramportal/Dialog/images/Success.png');
}

.kuramsoft_dialog_CssWarning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/applications/kuramportal/Dialog/images/Warning.png');
}

.kuramsoft_dialog_CssError {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/applications/kuramportal/Dialog/images/Error.png');
}

.kuramsoft_dialog_CssValidation {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/applications/kuramportal/Dialog/images/Warning.png');
}



.dialog-form input[type=text] {
    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);
}


.dialog-form input[type=checkbox] {
}

.dialog-form textarea {
    border-radius: 5px;
    border: solid 1px rgba(54, 105, 237, 0.42);
    background-color: var(--color13);
}


.dialog-form select {
    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);
}

.notvalidateditem {
    border-color: #e49f39 !important;
}


body.focuseditem .main {
    background-color: #cccccc;
}


body.focuseditem .focusedthis {
    background-color: green !important;
    color: white !important;
    border: 1px solid !important;
}






.darftform {
    position: relative;
    overflow: hidden;
}

    .darftform::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: repeating-linear-gradient( -45deg, rgb(255 255 255 / 12%) 0, rgb(165 146 146 / 12%) 2px, transparent 2px, transparent 80px );
        z-index: 9999;
        pointer-events: none;
    }

    .darftform::after {
        content: "DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT";
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 200%;
        font-size: 75px;
        font-weight: bold;
        color: rgb(137 142 231 / 8%);
        transform: rotate(-45deg);
        white-space: nowrap;
        z-index: 9999;
        pointer-events: none;
    }




#crribbon, .ipane, .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}