﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

* {
    padding: 0;
    margin: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}


body {
    background-color: #fafbfe;
    font-family: Roboto,Arial,Verdana,sans-serif;
}

ul.fancytree-container {
    font-family: Roboto,Arial,Verdana,sans-serif;
    font-size: inherit;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}





input.error {
    border: 1px solid red;
}

label.error {
    color: red;
}

.input-validation-error {
    border: 1px solid red
}


.progress-line, .progress-line:before {
    height: 3px;
    width: 100%;
    margin: 0;
}

.progress-line {
    background-color: #ffa9a3;
    display: -webkit-flex;
    display: flex;
}

    .progress-line:before {
        background-color: #e11304;
        content: '';
        -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
        animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    }

@-webkit-keyframes running-progress {
    0% {
        margin-left: 0px;
        margin-right: 100%;
    }

    50% {
        margin-left: 25%;
        margin-right: 0%;
    }

    100% {
        margin-left: 100%;
        margin-right: 0;
    }
}

@keyframes running-progress {
    0% {
        margin-left: 0px;
        margin-right: 100%;
    }

    50% {
        margin-left: 25%;
        margin-right: 0%;
    }

    100% {
        margin-left: 100%;
        margin-right: 0;
    }
}

ul, ol {
    list-style-type: none;
}

.ppTree ul li {
    padding-left: 20px;
}

:focus {
    outline: none;
}


ul.fancytree-container {
    border: none;
}



/*.select2-container .select2-selection--single {
    height: 31px;
}*/

.form-control {
    padding: 0 5px 0 5px;
}

.pp-control-container .form-control {
    font-size: inherit;
}



span.fancytree-selected span.fancytree-title, span.fancytree-active span.fancytree-title {
    background-color: royalblue;
    color: white;
}

.pp-control-container .radioButtonContainer.horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pp-control-container .radioButtonContainer.vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ignoreMouseEvent {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#controlsContainer input[type="checkbox"],
#controlsContainer input[type="radio"] {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.controlsContainer input[type="checkbox"],
.controlsContainer input[type="radio"] {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

#designContainer input[type="checkbox"],
#designContainer input[type="radio"] {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}


.radioButtonContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .radioButtonContainer.textLeft {
        justify-content: space-between;
    }

        .radioButtonContainer.textLeft input {
            margin-left: 5px;
        }

    .radioButtonContainer.textRight input {
        margin-right: 5px;
    }

    .radioButtonContainer.textRight {
        justify-content: flex-start;
    }
/*
.radioItemContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.textLeft .radioItemContainer {
    justify-content: space-between;
}

.textRight .radioItemContainer {
    justify-content: flex-start;
}

    .textRight .radioItemContainer input {
        margin-right: 10px;
    }

.textLeft .radioItemContainer input {
    margin-left: 10px;
}*/

.pp-control-container table th {
    color: #636262;
    text-align: center;
    vertical-align: middle;
}


.pp-control-container table td {
    text-align: center;
    vertical-align: middle;
}

.jsgrid-table {
    table-layout: auto;
}

.width100 {
    width: 100%
}

.gridDesignRow {
    background-color: #eeeeee;
    margin: 5px 0px;
    border-radius: 8px;
}

.jsgrid-header-row > .jsgrid-header-cell {
    border-top: 1px solid #e9e9e9
}

.jsgrid-filter-row > .jsgrid-cell, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-insert-row > .jsgrid-cell {
    border-bottom: 1px solid #e9e9e9
}

.drawer-nav {
    overflow: auto
}

.jsgrid-cell {
    padding: 0.2em;
}

th.jsgrid-header-cell.jsgrid-control-field {
    width: 70px !important;
}

.pointerCursor {
    cursor: pointer;
}

.formCaption {
    text-align: center;
    border: 3px solid #55558d;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #75bd10;
}

.ui-widget.ui-widget-content {
    z-index: 3000;
}

.drawer-nav {
    z-index: 49;
}

.drawer-overlay.drawer-toggle {
    z-index: 48;
}


.jsgrid-grid-body th {
    font-size: 0.8rem;
}

.pp-control-container {
    position: absolute;
}

#toast-container > div {
    opacity: 0.95;
}

/*.ui-sortable-placeholder{
    width:100px;
}*/

.ui-sortable-placeholder {
}

.jsgrid-custom-selected-row > .jsgrid-cell {
    background: #98f6cd !important;
    border-color: #98f6cd !important;
}

.jsgrid-align-right, .jsgrid-align-right input, .jsgrid-align-right select, .jsgrid-align-right textarea {
    text-align: left;
}

.jsgrid-insert-button {
    background-position: 0 -336px;
}





kbd {
    padding: 0.2rem 0.6rem;
    font-size: 0.8rem;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
    margin-left: 30px;
}



span.fancytree-focused span.fancytree-title {
    outline: 1px dotted white;
}

.validation-summary-errors {
    border: 1px solid red;
    padding: 10px;
    background-color: mistyrose;
}

.validationSummary ul {
    margin-bottom: 0;
}

.validationSummary li {
    color: red;
    font-size: 16px;
}

input[type='checkbox'].input-validation-error, input[type='radio'].input-validation-error {
    outline: 1px solid red;
}



.hasPlan .headerBtn {
    line-height: 1
}

.headerBtn {
    /*  max-width: 200px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;*/
}

.ui-widget-overlay {
    opacity: 0.7;
    background: black;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em 1em;
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: inherit;
    }


.ui-widget-header {
    color: #61491d;
    display: flex;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

ul.fancytree-container {
    background-color: transparent;
}

span.fancytree-selected span.fancytree-title {
    font-style: normal;
}

/*.select2-container table {
    width: 100%;
    border-collapse: collapse;
}*/


/*.select2-dropdown {
    width: auto !important;
    min-width: 300px;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}

.select2-container tr.select2-results__option:nth-child(2n+1) {
    background-color: #eeeeee;
}
*/

/*
.select2-container td {
    padding: 6px;
    border: 1px solid #dddddd;
    width: 200px;
    color: black;
    white-space: nowrap;
    word-break: keep-all;
}*/

.SearchableComboItem {
    width: 150px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.formField li.select2-results__option {
    display: flex;
    flex-direction: row;
}

.select2-dropdown {
    min-width: 300px;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}
/*.SearchableComboItem.header {
    background-color: lightblue;
    text-align: center;
}*/
/*.select2-results {
    max-height: 300px;
    overflow-y: auto;
}*/
/*.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb !important;
    color: white !important;
}*/
.drawer-nav {
    width: 700px;
}

.drawer--left .drawer-nav {
    left: -700px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bab9b9 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bab9b9 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #bab9b9 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #bab9b9 !important;
}

.inProgressQuestionnierIcon {
    color: darkorange;
}

.completedQuestionnierIcon {
    color: lawngreen;
}



.hasActionInTopContainer {
    position: relative;
    top: 58px;
    z-index: 9;
}


.jsgrid-cell {
    padding: 5px 10px;
    font-size: 14px;
}


.jsgrid-alt-row > .jsgrid-cell {
    background: #cbecff;
}

.jsgrid-selected-row > .jsgrid-cell {
    background-color: #a0fe9f !important;
}



/*#rightSideContainer {
    z-index: 5;
    position: absolute;
    top: 70px;
    left: 300px;
    right: 0;
    bottom: 0;
    overflow: auto;
}*/



.messagesContainer {
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 13px;
    right: -300px;
    width: 252px;
    height: 102px;
    background-color: #fff492;
    border: 1px solid red;
    visibility: hidden;
    z-index: 30;
    transition: right 0.5s;
}

    .messagesContainer.open {
        right: 25px;
        visibility: visible;
    }

.pp-group-child {
    position: absolute;
}

    .pp-control-container[data-pptype="Label"] div.cnt, .pp-group-child[data-pptype="Label"] div.cnt {
        padding: 5px;
        width: 100%;
        height: 100%;
    }

.pp-control-container[data-pptype="Button"] input {
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}

.simulateTextBox {
    border: 1px solid gray !important;
    background-color: white !important;
    padding-left: 5px !important;
    border-radius: 3px !important;
}


#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

    .notfound .notfound-404 {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 140px;
        height: 140px;
        background-image: url('../images/emoji.png');
        background-size: cover;
    }

        .notfound .notfound-404:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-transform: scale(2.4);
            -ms-transform: scale(2.4);
            transform: scale(2.4);
            border-radius: 50%;
            background-color: #f2f5f8;
            z-index: -1;
        }

    .notfound h1 {
        font-family: 'Nunito', sans-serif;
        font-size: 65px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #151723;
        text-transform: uppercase;
    }

    .notfound h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 21px;
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
        color: #151723;
    }

    .notfound p {
        font-family: 'Nunito', sans-serif;
        color: gray;
        font-size: 21px;
    }

    .notfound a {
        font-family: 'Nunito', sans-serif;
        display: inline-block;
        font-weight: 700;
        border-radius: 40px;
        text-decoration: none;
        color: #388dbc;
    }


.pp-card-container {
    border: 1px solid #cccccc
}

.pp-card-header {
    background-color: #eeeeee;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding: 5px
}

.pp-card-body {
    padding: 15px;
}


.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}

/*.ui-widget-content {
    border: 1px solid #dddddd;
    background-color:#cccccc!important;
    color: #333333;
}*/

.grid_add_btn_container {
    white-space: nowrap
}

    .grid_add_btn_container button {
        margin-left: 5px;
    }

.ui-menu .ui-menu-item {
    white-space: nowrap;
}

#rightMobileMenuContainer {
    background-color: #313a46;
    padding: 10px;
    border-left: 1px solid #cccccc;
    width: 80%;
    position: fixed;
    top: 70px;
    right: 0;
    overflow: auto;
    z-index: 5;
    bottom: 0;
    display: none;
    font-size: 14px;
    color: #cecece;
}


.summary-row td {
    background-color: lightgray !important;
}

.completed-workflow-step {
    background-color: lightgreen;
}

input[type='radio']:focus, input[type='checkbox']:focus {
    outline: 1px solid #007bff
}

.bootstrap-tagsinput .tag {
    color: black;
    background-color: lightblue;
    padding: 1px 7px;
    margin: 5px;
    display: inline-block;
    font-size: 13px;
}

    .bootstrap-tagsinput .tag [data-role="remove"] {
        margin-left: 8px;
        cursor: pointer;
        background-color: #cccccc;
    }

#AddEditAction_inputContainer .bootstrap-tagsinput {
    width: 100%
}


.formDesignerHelpButton {
    position: fixed;
    bottom: -300px;
    right: 15px;
    visibility: hidden;
    z-index: 100;
    transition: bottom 0.5s;
    font-size: 55px;
}

    .formDesignerHelpButton.open {
        bottom: 15px;
        visibility: visible;
    }


.toolboxItemsSection .fa-angle-right {
    display: none;
}

.toolboxItemsSection.collapsed .fa-angle-right {
    display: inline-block;
}

.toolboxItemsSection.collapsed .fa-angle-down {
    display: none;
}

.toolboxItemsSection.collapsed .toolboxItem {
    display: none;
}

.toolboxItemSectionHeader {
    cursor: pointer
}

.toolboxContainer.collapsed .toolboxItem {
    padding: 5px;
}

.toolboxContainer.collapsed .toolboxItemSectionHeader span {
    display: none;
}

.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 */
}

.availableStatusContainer li {
    padding: 3px;
    cursor: pointer;
}

    .availableStatusContainer li:hover {
        background-color: #dddddd;
    }

.pp-load-shader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    opacity: .5;
    filter: alpha(opacity=50);
    display: none;
}

.pp-load-panel:before {
    content: ' ';
    position: absolute;
    top: .5em;
    left: 50%;
    margin-left: -1em;
    width: 2em;
    height: 2em;
    border: 2px solid #009a67;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: indicator 1s linear infinite;
    animation: indicator 1s linear infinite;
}

.pp-load-panel {
    width: 15em;
    height: 5em;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding-top: 3em;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -120px;
    display: none;
}



.pp-load-shader.show {
    display: block;
    z-index: 3001;
}

.pp-load-panel.show {
    display: block;
    z-index: 3002;
}

.btnLoading.disabled i {
    display: none;
}

.btnLoading span {
    display: none;
}

.btnLoading.disabled span {
    display: inline-block;
}

.jsgrid-form-field span.select2-container {
    width: 100% !important;
}

.select2-results__option[aria-selected=true] {
    background-color: #98f6cd !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: black;
}




g.workflow-step.hovered .createLineHelper {
    display: inline-block !important;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.selectEnable {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}



.fancytree-node.readonly .fancytree-title {
    color: gray;
}

div[data-ppType='List'], div[data-ppType='Grid'] {
    overflow: auto;
}

div[data-pptype='AmountField'] input[type='text'].form-control,
div[data-pptype='NumberField'] input[type='text'].form-control,
div[data-pptype='CalculationField'] input[type='text'].form-control {
    text-align: right;
}

#Reportview_table_container .jsgrid-row td {
    white-space: nowrap;
}

#Reportview_table_container th {
    white-space: nowrap;
}

#drawer-main-body {
    height: calc(100vh - 34px);
    overflow: auto;
    padding: 10px;
}

.global-search {
    outline: none;
    border: none;
    padding-left: 10px;
}

.global-search-result {
    position: absolute;
    top: calc(100% + 1px);
    background-color: white;
    left: 0;
    border: 1px solid gray;
    border-radius: 5px;
    display: none;
    max-height: 600px;
    overflow: auto;
    max-width: 800px;
}


    .global-search-result .message {
        width: 300px;
        padding: 10px;
        text-align: center;
    }


    .global-search-result td, .global-search-result th {
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .global-search-result th {
        top: 0;
        position: sticky;
        background-color: lightblue;
    }

    .global-search-result tbody tr:nth-child(2n+2) {
        background-color: #eeeeee;
    }

    .global-search-result tbody tr:hover {
        background-color: lightgreen;
    }

    .global-search-result table {
        width: 100%;
    }


.jsgrid {
    overflow: unset;
}

.jsgrid-grid-body {
    overflow-x: unset;
    overflow-y: unset;
}

.jsgrid-header-row th {
    position: sticky;
    top: 0;
}

.action-button-container {
    display: flex;
    gap: 3px;
    white-space: nowrap;
}

.maintenance-mode {
    position: fixed;
    top: 2px;
    z-index: 10;
    background-color: gold;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    font-weight: bold;
    border-radius: 5px;
}

.jqx-grid-cell .status-1 {
    color: red;
}

.jqx-grid-cell .status-2 {
    color: orange;
}

.jqx-grid-cell .status-3 {
    color: red;
}

.jqx-grid-cell .status-4 {
    color: blue;
}

.jqx-grid-cell .status-5 {
    color: green;
}

.info-container {
    background-color: lightyellow;
    padding: 10px;
    text-align: center;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}






.navbar {
    display: flex;
    height: 90px;
}

.navbar__left {
    display: flex;
    position: relative;
    z-index: 2;
}

.navbar__right {
    z-index: 1;
    position: relative;
    display: flex;
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
}


.btn-success {
    color: #fff !important;
}

.btn-sm {
    font-size: 0.875rem !important;
}

.btn-primary {
    color: #fff !important;
}

.btn {
    white-space: nowrap;
}

.wfTemplatesLegend {
    height: calc(100vh - 250px);
    overflow: auto;
}

.taskRow:hover {
    background-color: #dddddd;
}

.my-drawer-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.my-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 700px;
    background-color: white;
    transform: translateX(-100%);
    z-index: 10;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    overflow: auto;
}

    .my-drawer.open {
        transform: translateX(0);
    }

.camera-container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    height: 300px;
    z-index: 20;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    box-shadow: 0px 0px 11px 4px #cccccc;
    text-align: center;
}

    .camera-container video {
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .camera-container .close2 {
        position: absolute;
        bottom: 10px;
        z-index: 2;
        left: 10px;
    }

    .camera-container .take {
        position: absolute;
        bottom: 10px;
        z-index: 2;
        right: 10px;
    }


.img-container {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.pp-control-img-container {
    position: relative;
    border: 1px solid #cccccc;
}

    .pp-control-img-container button {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .pp-control-img-container img {
        max-width: 100%;
        max-height: 100%;
    }

.SearchableComboItem.header {
    background-color: #bab9b9;
}
/*
.formField li.select2-results__option:nth-child(2n) {
    background-color: #eee;
    color: black;
} */


.drop-zone {
    border: 1px dashed #cccccc;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
}

    .drop-zone.hover,
    .drop-zone:hover {
        background-color: #eeeeee;
    }

.drop-zone__icon {
    width: 50px;
}

.drop-zone * {
    pointer-events: none;
}

.drop-zone__file-input {
    display: none;
}

.ps__rail-x {
    opacity: 1;
}

#clientScrollsContainer {
    justify-content: flex-start;
    height: 100%;
    display: flex;
    position:relative;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    width:calc(100% - 300px);
    padding-bottom:10px;
}

/*@media print {
    .pagebreak {
        page-break-before: always;
    }
}*/
.pagebreak {
    page-break-before: always;
}

/*div[data-pptype] {
    page-break-inside: avoid;
}
*/
/*.pp-control-container {
    page-break-inside: avoid;
}*/

[data-pptype="Label"] ul {
    padding-left: 40px;
    list-style-type: disc;
}

[data-pptype="Label"] ol {
    padding-left: 40px;
    list-style-type: decimal;
}

.pp-control-container .card {
    background-color: transparent;
}

.new-message-badge-icon {
    position: absolute;
    left: 22px;
    top: -13px;
    background-color: #8cffba;
    border-radius: 100%;
    display: inline-block;
    width: 22px;
    text-align: center;
    height: 22px;
    color: black;
    font-weight: bold;
    line-height: 1.7;
    font-size: 14px;
}

.new-message-animation {
    animation-name: ring-bell;
    animation-duration: 200ms;
    animation-timing-function: linear;
    animation-delay: 3s;
    animation-iteration-count: 10;
    transform-origin: center top;
}

@keyframes ring-bell {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(25deg);
    }

    50% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(-25deg);
    }

    100% {
        transform: rotate(0);
    }
}

.message-body-divider {
    height: 1px;
    background-color: #cccccc;
}

.message-body {
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 7px;
}

.form-row > .pp-control-container {
    position: static;
}

    .form-row > .pp-control-container[data-pptype="List"] {
        width: auto;
        height: auto;
    }


.w-50px {
    width: 50px
}

.w-50px {
    width: 50px;
}

.w-200px {
    width: 200px;
}


#MainContainerWithoutTree {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}




#clientsCount {
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}

.main-header__profile-icon {
    left: initial !important;
    right: 0 !important;
    transform: translate3d(0, 31px, 0px) !important;
}

.header-top {
    height: 57px;
}

.desktop-header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}


.mainTreeViewContainer span.fancytree-title {
    font-size: 15px;
    color: #cecece
}

.mainTreeViewContainer ul.fancytree-container {
    background-color: #313a46
}

#actionButtonsContainer {
    padding: 10px;
    background-color: #d5ecf1;
    border: 1px solid deepskyblue;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    height: 53px;
}


#rightSideContainer,
.mainTreeViewContainer,
#actionButtonsContainer,
#MainContainerWithoutTree,
.formDesignerTreeViewContainer,
.toolboxContainer,
#formDesignerRightSideContainer,
#formDesignerActionButtonsContainer {
    top: 70px;
}

#rightSideContainer {
    z-index: 4;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.mainTreeViewContainer {
    background-color: #313a46;
    padding: 10px;
    border-right: 1px solid #cccccc;
    width: 300px;
    position: fixed;
    left: 0;
    overflow: auto;
    border: 0;
    z-index: 5;
    bottom: 0;
    display: none;
}


.main-header {
    border-bottom: 1px solid white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
}


.cursor-pointer {
    cursor: pointer;
}

.e-grid td.e-cellselectionbackground {
    background: lightgreen;
}

[data-ppType='DateField'] input.datepicker,
[data-ppType='DateAndTimeField'] input.datetimepicker {
    width: calc(100% - 23px);
    display: inline-block;
}

img.ui-datepicker-trigger {
    cursor: pointer;
}

table.fancytree-ext-table tbody tr.fancytree-active {
    background-color: lightblue;
}

.paste-cursor .e-spreadsheet .e-table {
    cursor: copy;
}



#headerNavigationMenu.e-menu {
    background-color: transparent;
    color: white;
}

#headerNavigationMenu .e-menu-item .e-caret, #headerNavigationMenu .e-menu-item .e-caret {
    color: white;
    margin-left: 20px;
}

#headerNavigationMenu .e-menu-item {
    padding-left: 30px;
    font-family: Roboto,Arial,Verdana,sans-serif;
    font-size: 16px;
}

    #headerNavigationMenu .e-menu-item.e-focused,
    #headerNavigationMenu .e-menu-url {
        color: white;
    }

    #headerNavigationMenu .e-menu-item.e-selected {
        background-color: transparent !important;
        color: white;
    }

        #headerNavigationMenu .e-menu-item.e-selected .e-caret {
            color: white !important;
        }


@media print {
    .no-print {
        display: none !important;
    }
}


.json-key {
    font-weight: bold;
}

.json-value {
    color: #3A33D1;
}


.global-search::placeholder {
    color: gray !important;
}

.show-all-plan-switch {
    white-space: nowrap;
}

.is-watermark {
    opacity: 0.15;
    pointer-events: none;
    /*transform:rotate(-45deg);*/
}

.pdf-container .pp-control-container,
.pdf-container .pp-group-child {
    position: static;
    width: 100% !important;
    height: auto !important;
    margin-top: 10px;
    page-break-inside: avoid;
}

.pdf-container .form-control,
.pdf-container .btn {
    width: auto !important;
}

.pdf-container input,
.pdf-container select,
.pdf-container textarea {
    min-height: 30px;
}


[data-pptype="CheckBox"] p, [data-pptype="Label"] p, [data-pptype="Link"] p, [data-pptype="RadioButton"] p, [data-pptype="RadioItem"] p {
    margin-bottom: 0;
}

.unselectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, and Safari */
}

.vis-hidden {
    visibility: hidden;
}

.inline-block {
    display: inline-block !important;
}

.note-field-control-simulation {
    border: 1px solid #cccccc;
    background-color: white;
    padding: 5px;
    min-height: 100px;
    border-radius: 10px;
}

.e-richtexteditor .e-content ol {
    list-style-type: decimal;
}

[data-ppType='MaskedTextBox'] .e-control-wrapper.e-mask.e-input-group {
    height: 100%
}

.d-none {
    display: none
}

.free-drawing-pane {
    border: 1px solid black;
    width: 100%;
    height: 100%;
    touch-action: none;
}

fieldset {
    border: 2px solid #007BFF; /* Blue border */
    border-radius: 8px; /* Rounded corners */
    padding: 0 15px; /* Spacing inside the box */
    font-size: 15px;
}

legend {
    font-weight: bold;
    color: #007BFF;
    width: auto !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}

.filters-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.header-status-color-container {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top:10px;
}

/*.e-popup.e-popup-open.e-dialog {
    width: auto !important;
    min-width:400px!important;
}*/

.e-dialog.e-popup {
    width: auto;
}

.e-popup.e-popup-open.e-dialog {

    max-height: 100% !important;
}


.select2-dropdown {
    z-index:200000;
}
/*
.form-label {
    color: #212529;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap
}*/

.e-pagerexternalmsg {
    font-weight: bold;
    color: red;
    font-size: 14px;
}



.select2-selection__rendered::before {
    content: "\f002"; /* کد یونیكد سرچ */
    font-family: "Font Awesome 5 Free"; /* از نام فونتی که لود کردی */
    font-weight: 900; /* برای آیکن‌های Solid */
    color: gray;
    margin-right: 5px;
}

.select2-container .select2-selection--single {
    height: 32px;
}


.header-bottom__left-container{
    display:flex;
    flex-direction:row;
    align-items:center;
}