body,
html {
    height: 100%;
    width: 100%;
    font-family: “Roboto”, -apple-system, BlinkMacSystemFont, “Segoe UI”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

#frame_loader {
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: +9999;
    background: url(/images/loading_blue.gif) center no-repeat #ffffff8a;
}

#wrap {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

/*LOGIN*/
.cp-layout-login {
    height: 100%;
    width: 100%;
    background-color: #F2F4F4;
    color: #828D99;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-layout-login-container {
    width: 432px;
    height: 442px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    background-color: #1A233A;
}

.cp-layout-login-logo {
    padding: 20px;
    height: 50px;
    background-image: url('/images/sb_logo.png');
    background-position: center;
    background-size: 85%;
    background-repeat: no-repeat;
}

.cp-layout-login-form {
    padding: 20px;
}

.cp-layout-login-form input {
    display: block;
    width: -webkit-fill-available;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

.cp-layout-login-form button {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    /* color: #212529; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #2C6DE9;
    border-color: #2C6DE9;
    width: 100%;
}

.cp-layout-login-form button {
    cursor: pointer;
}

.cp-layout-login-forgot {
    padding: 20px;
    text-align: center;
}

.cp-layout-login-forgot a {
    color: #fff;
}

.cp-layout-page {
    min-height: 100%;
    height: auto;
}

/*LEFT MENU NAVI*/
.cp-layout-main-menu {
    /*min-width: clamp(240px,14.8vw,320px);
    max-width: clamp(240px,14.8vw,320px);*/
    min-width: 300px;
    border-right: 0;
    z-index: 1032;
    /*background-color: #08193e;
    background-color: #1A233A;*/
    background-color: #0e172e;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.cp-layout-main-logo {
    width: 100%;
    height: 60px;
}
.cp-layout-main-logo img {
    width: 255px;
    margin-top: 18px;
    margin-left: 23px;
}

/*SEARCH MAIN*/
.cp-layout-main-search {
    text-align: center;
    width: auto;
    height: 60px;
    padding: 5px;
}

.cp-layout-main-search input {
    padding: 5px;
    width: 156px;
}

.cp-layout-main-search button {
    padding: 5px;
}


/*PARENT MENU*/
.cp-layout-main-holder-menuitems {
    clear: both;
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: var(--cp-tertiary, #1a243a) rgba(var(--cp-tertiary-rgb, 32, 38, 84), 0.1)
}

.cp-layout-main-menuitems {
    height: 110%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    color: #b3bccf;
    overflow: hidden;
}

/* config project */
.cp-layout-main-menuitem-footer {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 10px;
    text-align: right;

}

.cp-layout-main-menuitem-footer a {
    padding: 5px;
    color: #b3bccf;
    text-decoration: none;
    font-size: 30px;
}

.cp-layout-main-menuitem-footer a:visited {
    text-decoration: inherit;
    color: #b3bccf;
    cursor: pointer;
}

.cp-layout-main-menuitem-footer a:hover {
    background-color: #3a8cff;
}


.cp-layout-main-menuitems>li {
    margin-bottom: 20px;
}

.cp-layout-main-menuitems>li>a {
    border-left: 2px solid transparent;
    color: #b3bccf;
    text-decoration: none;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0rem 1.25rem;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.cp-layout-main-menuitems>li>a:hover,
.cp-layout-main-menuitems>li>a.ui-state-active {
    border-left: 2px solid #0773ba;
    background-color: #1f2c48;
    width: 90%;
}

.cp-layout-main-menuitems>li>a>i:nth-of-type(1) {
    width: 20px;
    margin-right: 10px;
}

.cp-layout-main-menuitems>li>a>span {
    font-weight: 400;
}

/* CREATE Button*/
.cp-layout-main-menuitems>li>a>.add_project_item {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    right: 10px;
    top: 4px;
    z-index: +1;
    position: absolute;
    border-radius: 6px;
    padding: 6px;
}

.cp-layout-main-menuitems>li>a.ui-state-active .add_project_item {
    visibility: visible;
    opacity: 1;
    color: cyan;
}

.cp-layout-main-menuitems>li>a.ui-state-active .add_project_item:hover {
    color: #3087d9;
    cursor: pointer;
    background-color: #cccccc1f;
}

/*-------------*/

.cp-layout-main-menuitems>li>div.ui-accordion-content {
    padding: 0px !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
    overflow: hidden;
}

.ui-accordion .ui-accordion-header .svg-inline--fa {
    max-width: 23px;
    padding-right: 10px;
}

.class_inbound_endpoint_menu_holder,
.class_outbound_endpoint_menu_holder,
.class_datatable_menu_holder,
.class_connection_menu_holder,
.class_workflow_menu_holder {
    padding: 0px !important;
    overflow: hidden;
}

.class_inbound_endpoint_menu_holder>div,
.class_outbound_endpoint_menu_holder>div,
.class_datatable_menu_holder>div,
.class_connection_menu_holder>div,
.class_workflow_menu_holder>div {
    padding: 0px;
    padding-left: 0px;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.class_inbound_endpoint_menu_holder>div>span,
.class_outbound_endpoint_menu_holder>div>span,
.class_datatable_menu_holder>div>span,
.class_connection_menu_holder>div>span,
.class_workflow_menu_holder>div>span {
    display: block;
    font-size: 14px;
    color: #f0f8ff80;
    cursor: unset;
    margin-bottom: 5px;
    border-left: 3px solid #0a72bb;
    padding-left: 5px;
}




/*SUB MENU*/
.cp-layout-main-menuitems-sub {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    color: #b3bccf;
    overflow: hidden;
    padding-left: 10px;
}

.cp-layout-main-menuitems-sub li {
    padding: 0px;
}

.cp-layout-main-menuitems-sub li a {
    color: #b3bccf;
    text-decoration: none;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0rem 1.25rem;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px;
    border-left: 3px solid transparent;
}

.cp-layout-main-menuitems-sub li a:hover,
.cp-layout-main-menuitems-sub li a.active {
    border-left: 3px solid rgb(49, 135, 25);
    background-color: #1f2c48;
}





/*
//////////////////////////////////////////////////////////////////////////////////////

FROM HERE the MAIN body 

//////////////////////////////////////////////////////////////////////////////////////

*/
.cp-layout-wrapper {
    background-color: #F2F4F4;
    margin-left: 300px;
    min-width: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* HEADER*/
.cp-layout-header {
    position: sticky;
    z-index: +1;
    top: 0;
    height: 30px;
    background: rgb(241 243 244);
    ;
    padding: 10px;
}

.cp-layout-header-left-section {
    font-size: 11px;
    width: 45%;
    float: left;
    padding: 10px;
}

.cp-layout-header-right-section {
    width: auto;
    text-align: right;
    float: right;
    padding: 10px;
}

.cp-layout-header-topmenu {
    float: right;
    cursor: pointer;
}

.cp-layout-header-topmenu-account {
    font-weight: 700;
    font-size: 20px;
    padding: 7px;
    border: 1px solid #979797;
    color: #979797;
}

.cp-layout-header-topmenu-ul {
    display: none;
    padding: 10px !important;
    margin-top: 10px !important;
    background-color: #fff;
    border: 1px solid rgb(170, 170, 170);
}

.cp-layout-header-topmenu-ul li {
    text-align: left;
    width: 180px;
}

.cp-layout-header-topmenu-ul a {
    font-size: 14px;
    color: #082956;
    text-decoration: none;
    padding: 5px !important;
    display: block;
    border-left: 2px solid #ffffff;
}

.cp-layout-header-topmenu-ul a:hover {
    padding: 5px !important;
    background-color: #1a243a;
    color: #fff;
    border-left: 2px solid #4cba00;
}



/*MAIN CONTENT CONTAINER */
.cp-layout-content {
    height: 100%;
    padding: 25px;
}

.cp-layout-content-header {
    position: static;
    width: auto;
    height: auto;
    padding: 10px;
    background-color: white;
    border: 1px solid #e0dddd;
    margin-bottom: 20px;
    overflow: hidden;
}

.cp-layout-content-header-left {
    float: left;
    padding: 5px;
}

.cp-layout-content-header-title {
    padding: 5px;
    clear: both;
}

.cp-layout-content-header-subtitle {
    padding: 5px;
    clear: both;
    margin-left: 47px;
}

.cp-layout-content-header-title span:nth-child(1) {
    font-weight: 500;
    padding-right: 5px;
}

.cp-layout-content-header-title span:nth-child(2) {
    font-weight: 400;
    text-decoration: none;
}

.cp-layout-content-header-title span:nth-child(2) a {
    color: #3a8cff !important;
    font-weight: 500;
    padding-right: 5px;
    text-decoration: none;
}

.cp-layout-content-header-title span:nth-child(2) a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.cp-layout-content-header-subtitle span:nth-child(1) {
    font-weight: 700;
    padding-right: 5px;
}

.cp-layout-content-header-subtitle span:nth-child(2) {
    float: inherit;
    font-weight: 400;
}

.cp-layout-content-header-right {
    margin-top: 0.3%;
    width: auto;
    float: right;
}



/* TABS */
.content-tab-holder {
    overflow: hidden;
    min-height: 400px;
    padding: 10px !important;
    border-radius: 4px;
    border: none;
    background-color: #fff;
    border: 1px solid #e0dddd;
}

.content-tab-holder ul.ui-tabs-nav {
    display: flex;
}

.content-tab-holder li.ui-tabs-tab {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.content-tab-holder li {
    margin: 0px !important;
}

.content-tab-holder li.ui-tabs-tab a {
    width: -webkit-fill-available;
    padding: 20px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 4px 4px 0px 0px;
    color: #393939;
    border-bottom: 2px solid #d7d7d7;
}

.content-tab-holder li.ui-tabs-active a {
    font-weight: 600;
    background-color: #ffffff;
    cursor: default !important;
    border-bottom: 2px solid #2673BE;
}

.content-tab-holder div.ui-tabs-panel {
    border-top: none;
    margin-top: 20px;
}





/*ACTIVITY HOLDER*/
.cp-layout-activity-variables-holder {
    clear: both;
    overflow: hidden;
    padding: 20px;
    padding-top: 30px;
    margin: 0px;
    margin-top: 38px;
    background-color: #fff;
    border: 1px solid #e0dddd !important;
}

.cp-layout-activity-variables-holder .cp-layout-activity-variables {
    overflow: hidden;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.cp-layout-activity-variables-holder .cp-layout-activity-variables li {
    float: none;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}


.cp-layout-activity-variables-holder .cp-layout-activity-variables li.newholder {
    float: none;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}

.cp-layout-activity-variables-holder .cp-layout-activity-variables li.newholder span {
    color: #E4E4E5;
}

.cp-layout-activity-variables-holder .cp-layout-activity-variables li.newholder input,
.cp-layout-activity-variables-holder .cp-layout-activity-variables li.newholder select {
    border: 1px dashed #CED4DC;
    color: #E4E4E5;
}

.cp-layout-activity-variables-holder .cp-layout-activity-variables li.newholder input::placeholder,
.cp-layout-activity-variables-holder .cp-layout-activity-variables li.newholder select {
    color: #E4E4E5;
}

.cp-layout-activity-variables-holder .cp-layout-activity-variables li.newholder .remove_variable {
    display: none;
}


.cp-layout-activity-variables-holder .cp-layout-activity-variables-save-holder {
    text-align: right;
    padding: 45px;
    padding-bottom: 30px;

}


.cp-layout-activity-container {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.cp-layout-activity-container li {
    float: left;
    width: 325px;
    height: 180px;
    background-color: #fff;
    border: 1px solid #e0dddd !important;
    border-radius: 2px;
    border: none;
    margin: 30px;
    margin-left: 0px;
}

.cp-layout-activity-container li a:link {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.cp-layout-activity-container li a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.cp-layout-activity-container li.create {
    background-color: #f2f4f4;
    border: 1px dashed #bfbaba !important;
    cursor: pointer;
}

.cp-layout-activity-container li.create div {
    position: relative;
    left: 43%;
    top: 25%;
    width: 40px;
    height: 40px;
    font-size: 60px;
    color: #dfdddd;
}

.cp-layout-activity-container .seq-activity-card {
    float: left;
    margin-left: -3px;
    margin-top: -3px;
    background-color: #2e3e6b;
    width: 40px;
    height: 21px;
    color: #cfcccc;
    padding-top: 6px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px 3px 3px 4px;
}

.cp-layout-activity-container .type-activity-card {
    overflow: hidden;
    width: auto;
    height: 16px;
    color: #cfcccc;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-weight: 500;
    color: #2e3e6b;
}

.cp-layout-activity-container .title-activity-card {
    clear: both;
    padding: 3px;
    margin-top: 5px;
    font-size: 12px;
}

.cp-layout-activity-container .stats-activity-card {
    padding: 3px;
    margin-top: 5px;
    font-size: 12px;
    float: left;
    width: 47%;
}

.cp-layout-activity-container .stats-activity-card span:nth-child(1) {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: block;
}

.cp-layout-activity-container .stats-activity-card span:nth-child(2) {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.cp-layout-activity-container .stats-activity-card .stats_success {
    color: green;
}

.cp-layout-activity-container .stats-activity-card .stats_warning {
    color: rgb(167, 159, 16);
}

.cp-layout-activity-container .stats-activity-card .stats_error {
    color: rgb(193, 26, 11);
}

.cp-layout-activity-container li:hover {
    cursor: pointer;
    background-color: #3087d9;
}



/* DATATABLE*/
.datatable_field_list {
    width: 900px;
}

.datatable_field_list input,
.datatable_field_list select {
    padding: 0rem 0.75rem;
}

.datatable_field_list thead tr th {
    width: 175px;
}

.datatable_field_list thead tr th:first-child,
.datatable_field_list thead tr th:last-of-type {
    width: 55px;
}

.datatable_field_list tbody tr td {
    text-align: center;
    padding: 10px;
}

.datatable_field_list input {
    width: 90%;
}

.datatable_field_list select {
    width: 105%;
}

.datatable_field_footer {
    padding: 15px;
    margin-top: 60px;
}

.datatable_field_footer .first_block {
    float: left;
    text-align: left;
    margin-bottom: 40px;
    width: 300px;
}

.datatable_field_footer .second_block {
    float: right;
    text-align: right;
    margin-bottom: 40px;
    width: 300px;
}

.datatable_field_list input:disabled,
.datatable_field_list select:disabled {
    background-color: #f6f6f6;
    color: #c5c5c5;
}

.remove_datatable_column {
    cursor: pointer;
}





/* ACTION */
.content-tab-action-container {
    padding: 0px !important;
    margin: 0px !important;
}

.content-tab-action-container .ui-tabs-nav {
    padding: 0px !important;
}

.content-tab-action-container .ui-tabs-panel {
    padding: 0px !important;
}

.content-tab-action-container>ul li.ui-tabs-tab a,
.content-tab-action-container>ul li.ui-tabs-tab a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.content-tab-action-container>ul li.ui-tabs-tab a {
    position: inherit;
    bottom: -2px;
    padding: 20px;
    padding-bottom: 20px !important;
    background-color: rgb(240 240 240);
    border: 1px solid #e0dddd;
    border-bottom: none;
    width: 300px;
    text-align: center;
    margin-bottom: 0px;
}

.content-tab-action-container>ul li.ui-tabs-active a {
    position: inherit;
    bottom: -2px;
    padding: 20px;
    padding-bottom: 20px !important;
    background-color: white;
    border: 1px solid #e0dddd;
    border-bottom: none;
    width: 300px;
    text-align: center;
    margin-bottom: 0px;
    z-index: +1;
}









/* CREATE PROJECT ELEMENTS*/
.createActionType {
    clear: both;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
    list-style-type: none;
}

.createActionType>li {
    float: left;
    margin: 10px;
    padding: 0px;
}

.createActionType>li>label {
    display: block;
    border: 2px solid #e9f5ff;
    background-color: #f1f3f4;
    padding: 10px;
    width: 250px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.createActionType>li>label>svg {
    font-size: 21px;
    margin-right: 10px;
}

.createActionType .createWorkflowRadioButton {
    display: contents;
    width: 0px;
    height: 0px;
}

.createActionType .createWorkflowRadioButton:checked {
    cursor: unset;
}

.createActionType>li>label:hover {
    cursor: pointer;
    border: 2px solid #1a5bff;
}

.createActionType>li>label:has(> .createWorkflowRadioButton:checked) {
    border: 2px solid #232a3c;
    cursor: unset;
}

/* CREATE PROJECT ELEMENTS TABS */
.connectiontype_tabholder {
    overflow: hidden;
    min-height: 400px;
    border: none;
}

.connectiontype_tabholder ul.ui-tabs-nav {
    display: flex;
}

.connectiontype_tabholder li.ui-tabs-tab {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.connectiontype_tabholder li {
    margin: 0px !important;
}

.connectiontype_tabholder li.ui-tabs-tab a {
    width: -webkit-fill-available;
    background-color: #fbfbfb;
    padding: 20px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 4px 4px 0px 0px;
    color: #393939;
    border-bottom: 2px solid #d7d7d7;
}

.connectiontype_tabholder li.ui-tabs-active a {
    background-color: #ffffff;
    cursor: default !important;
    border-bottom: 2px solid #2673BE;
}

.connectiontype_tabholder div.ui-tabs-panel {
    border-top: none;
    padding: 0px;
    padding-top: 20px;
}



/*SAVE button for all elements*/
.saveProjectElement {
    clear: both;
    text-align: right;
    margin-top: 30px;
    padding: 20px;
}




.cp-layout-homepage-holder {
    width: 100%;
    height: 100%;
}

.cp-layout-homepage-holder ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}

.cp-layout-homepage-holder ul li {
    width: 665px;
    height: 320px;
    float: left;
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 5px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 34px;
}

.cp-layout-homepage-holder ul li.half {
    width: auto !important;
}

.cp-layout-homepage-holder ul li canvas {}




/*loggin*/
.content-log-holder {
    padding: 10px;
}

.logs_list.dataTable tbody tr.odd {
    background-color: #fafafa;
}

.logs_list.dataTable thead th,
.logs_list.dataTable thead td,
.logs_list.dataTable tbody th,
.logs_list.dataTable tbody td {
    font-size: 13px;
    color: #535455;
}

.logs_list.dataTable thead th:nth-child(1),
.logs_list.dataTable tbody td:nth-child(1) {
    text-align: left;
    width: 240px;
}

.logs_list.dataTable thead th:nth-child(2),
.logs_list.dataTable tbody td:nth-child(2) {
    text-align: left;
    width: 150px;
}

.logs_list.dataTable thead th:nth-child(3),
.logs_list.dataTable tbody td:nth-child(3) {
    text-align: left;
    width: 150px;
}

.logs_list.dataTable thead th:nth-child(4),
.logs_list.dataTable tbody td:nth-child(4) {
    text-align: left;
    width: 150px;
}

.logs_list.dataTable thead th:nth-child(5),
.logs_list.dataTable tbody td:nth-child(5) {
    text-align: left;
    width: auto;
}

.content-log-holder .dataTables_length {
    margin-bottom: 20px;
}

.content-log-holder .dataTables_filter {
    margin-bottom: 20px;

}

.content-log-holder .dataTables_info {}

.content-log-holder .dataTables_paginate {}




.cp-layout-action-element {
    padding-left: 20px;
    margin-top: 5px;
    overflow: hidden;
    background-color: #1b233a03;
}

.activity-variable-body {
    color: rgb(13, 166, 21);
    display: unset !important;
    font-weight: 600;
}

.activity-variable-body-notfound {
    color: orangered;
    display: unset !important;
    font-weight: 600;
}

/*ACTIONS MAPPINGS*/
.cp-layout-action-mappings-holder {
    overflow: hidden;
    padding-top: 30px;
}

.cp-layout-action-mappings {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
}

.cp-layout-action-mappings li {
    float: none;
}

.cp-layout-action-mappings li label {
    display: none;
}

.cp-layout-action-mappings li:first-of-type label {
    display: block;
}

.cp-layout-action-mappings li .remove_mapping {
    cursor: pointer;
}

.cp-layout-action-mappings-save-holder {
    text-align: right;
    padding-top: 30px;
    padding-right: 30px;
}

.cp-layout-action-mappings-save-holder .mapping-conditions {
    display: none;
}

.cp-layout-action-mappings li.newholder input,
.cp-layout-action-mappings li.newholder select {}

.cp-layout-action-mappings li.newholder {
    float: none;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}

.cp-layout-action-mappings li.newholder span,
.cp-layout-action-mappings li.newholder i {
    color: #E4E4E5;
}

.cp-layout-action-mappings li.newholder input,
.cp-layout-action-mappings li.newholder select {
    border: 1px dashed #CED4DC;
    color: #E4E4E5;
}

.cp-layout-action-mappings li.newholder input::placeholder,
.cp-layout-action-mappings li.newholder select {
    color: #E4E4E5;
}

.cp-layout-action-mappings li.newholder .remove_mapping {
    display: none;
}

/*AUTOCOMPLETER VARIABLES*/

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background-color: white;
    border: 1px solid #e0dddd;
}

.ui-autocomplete .ui-state-active {
    background-color: #0a72bb;
    color: #fff;
}


/*ACTIONS MAPPINGS*/
.cp-layout-records-holder {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e0dddd;
    padding: 20px;
    padding-top: 30px;
}

.cp-layout-records {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
}

.cp-layout-records li {
    float: none;
}

.cp-layout-records li label {
    display: none;
}

.cp-layout-records li:first-of-type label {
    display: block;
}

.cp-layout-records li .remove_mapping {
    cursor: pointer;
}

.cp-layout-records-save-holder {
    text-align: right;
    padding-top: 30px;
    padding-right: 30px;
}

.cp-layout-records-save-holder .subrow {
    display: none;
}

.cp-layout-records li.newholder input,
.cp-layout-records li.newholder select {}

.cp-layout-records li.newholder {
    float: none;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}

.cp-layout-records li.newholder span,
.cp-layout-records li.newholder i {
    color: #E4E4E5;
}

.cp-layout-records li.newholder input,
.cp-layout-records li.newholder select {
    border: 1px dashed #CED4DC;
    color: #E4E4E5;
}

.cp-layout-records li.newholder input::placeholder,
.cp-layout-records li.newholder select {
    color: #E4E4E5;
}

.cp-layout-records li.newholder .remove_record {
    display: none;
}

































/* MENU SETTINGS TOP-MENU */

.save-workflow {
    display: none;
}

.edit-mode-workflow.active {
    background-color: #07ba3779;
}



.top_config_menu {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #FFF;
    border: 1px solid #e0dddd;
    top: 110.2578px;
    left: 1431px;
    list-style-type: none;
    z-index: +2;
    padding: 10px;
    margin: 0px;
}

.top_config_menu li {
    border-bottom: #ebf1f5 1px solid;
}

.top_config_menu li.space {
    height: 60px;
}

.top_config_menu li a {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
    display: block;
    padding: 10px;
    width: auto;
    font-size: 14px;
}

.top_config_menu svg {
    margin-right: 10px;
}

.top_config_menu li a:hover {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
    background-color: #317cad;
    color: #fff;
}


/* WORKFLOW NAME EDITOR */
.workflow_name_editor_holder {
    display: contents;
}

.workflow_name_editor_holder input {
    font-size: 13px;
    width: 400px;
    padding: 3px 10px 3px 10px;
}

.workflow_name_editor_holder button {
    padding: 3px 10px 3px 10px;
}

.workflow_name_editor_message {
    margin-left: 10px;
    font-size: 12px;
    color: red;
}



.col-auto {
    width: auto;
    float: left;
}

.col-1 {
    width: 9%;
    float: left;
}

.col-2 {
    width: 19%;
    float: left;
}

.col-3 {
    width: 29%;
    float: left;
}

.col-4 {
    width: 39%;
    float: left;
}

.col-5 {
    width: 49%;
    float: left;
}

.col-6 {
    width: 59%;
    float: left;
}

.col-7 {
    width: 79%;
    float: left;
}

.col-8 {
    width: 89%;
    float: left;
}

.col-10 {
    width: 99%;
    float: left;
}

.form-row {
    overflow: hidden;
    float: none;
    width: 100%;
}

.form-group {
    padding: 5px;
    padding-left: 0;
    padding-right: 10px;
    margin-bottom: 10px;
}

.form-group label {
    font-size: 0.874rem;
    display: block;
    margin-bottom: 0.5rem;
}

.form-group span {
    padding-top: 8px;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

pre.form-control {
    margin: 0px;
    width: auto;
    overflow: auto;
    height: 385px;
    border: 1px solid #e0dddd;
    padding: 20px;
}

input[type="checkbox"].form-control {
    width: 20px !important;
    height: 20px !important;
}


.cp-layout-button {
    background-color: #2f87d9;
    color: #fff;
    min-width: 120px;
    border: none;
    /*box-shadow: 1px 1px 4px 1px #b9adad;*/
    padding: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.cp-layout-button:disabled,
.cp-layout-button:disabled:hover {
    background-color: #c5c5c5;
    color: #fff;
    box-shadow: none;
}

.cp-layout-button.create {
    background-color: #17b85fe8;
}

.cp-layout-button.light {
    background-color: #f1f3f4;
    color: #000;
}

.cp-layout-button.remove {
    background-color: #d14242;
}

.cp-layout-button:hover {
    box-shadow: 1px 1px 4px 1px #0b0b0b;
}


.error {
    /*background-color: #f40808b5;*/
    color: #fff !important;
    background: linear-gradient(9deg, #ff2200, #e89c9c);
    background-size: 1800% 1800%;
    -webkit-animation: rainbow 18s ease infinite;
    -z-animation: rainbow 1s ease infinite;
    -o-animation: rainbow 1s ease infinite;
    animation: rainbow 1s ease infinite;
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 0% 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0% 82%
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 0% 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0% 82%
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 0% 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0% 82%
    }
}

@keyframes rainbow {
    0% {
        background-position: 0% 82%
    }

    50% {
        background-position: 100% 19%
    }

    100% {
        background-position: 0% 82%
    }
}





/* ACTION */
.darf-holder {
    min-height: 600px;
}

.darf-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(/images/loading_blue.gif);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: block;

}

.darf-count {
    position: absolute;
    top: 46%;
    left: 48%;
    font-size: 40px;
}

.darf-response-holder {
    width: 1045px !important;
}

.darf-response-header-title {
    padding: 10px;
}

.darf-response-header {
    padding: 10px;
    height: 100px;
    overflow: scroll;
    border: 1px solid #ced4da;
    margin-bottom: 20px;
}

.darf-response-body-title {
    padding: 10px;
}

.darf-response-body-title-type {
    float: right;
    font-weight: 500;
}

.darf-response-body-title-type span {
    color: #377abc;
    text-transform: uppercase;
}

.darf-response-body {
    padding: 10px;
    overflow: scroll;
    height: 475px;
    border: 1px solid #ced4da;
    margin: 0px;
    margin-bottom: 40px;
}

/*PRETTY VIEW*/
.darf-pretty-holder {
    width: 1045px !important;
    height: 745px;
    overflow: hidden;
}

.darf-pretty-title {
    padding: 10px;
}

.darf-pretty-body {
    border: 1px solid #ced4da;
    height: 655px;
    padding: 10px;
    margin: 0px;
    overflow: scroll;
    white-space: initial;
}

/*DECALARATION*/
.darf-declaration-holder {
    width: 1045px !important;
    height: 745px;
    overflow: hidden;
}

.darf-declaration-title {
    padding: 10px;
}

.darf-declaration-body {
    border: 1px solid #ced4da;
    height: 655px;
    padding: 10px;
    background-color: aliceblue;
    margin: 0px;
    overflow: scroll;
    white-space: initial;
}

.darf-scroll-frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.darf-scroll-frame::-webkit-scrollbar:vertical {
    width: 11px;
}

.darf-scroll-frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.darf-scroll-frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}














/* CREATE PROJECT POPUP*/
.create_project_order_container {
    clear: both;
    height: 800px;
    overflow: hidden;
}

.create_project_order_container>div>label {
    clear: both;
    margin-bottom: 10px;
    float: none;
    line-height: 35px;
}

.create_project_order_container>div>input {
    width: 94%;
}

.create_project_order_container>div:nth-of-type(2) {
    padding-top: 40px;
}

.create_project_order_container>div:nth-of-type(2) ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    height: 100%;
    overflow: hidden;
}

.create_project_order_container>div:nth-of-type(2) ul li {
    float: left;
    height: 100%;
    cursor: pointer;
}

.create_project_order_container>div:nth-of-type(2) ul li:nth-of-type(even) {
    background-color: #f8f8f8;
    border-left: 1px dashed grey;
    border-right: 1px dashed grey;
}


.create_project_order_container ul li label {
    cursor: pointer;
}

.create_project_order_container ul li input[type="radio"] {
    display: none;
}

.create_project_order_container ul li input[type="radio"]:checked+label {
    display: block;
    background-color: #0773ba;
    color: #fff;
}

.create_project_order_container>div:nth-of-type(2) ul li label>div:nth-of-type(1) {
    /*NAME*/
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding: 24px;
    padding-bottom: 10px;
    text-align: center;
    color: #34e515;
}

.create_project_order_container>div:nth-of-type(2) ul li label>div:nth-of-type(2) {
    /*PRICE*/
    text-align: center;
    line-height: 30px;
    height: 35px;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dashed grey;
}

.create_project_order_container>div:nth-of-type(2) ul li label>div:nth-of-type(3) {
    /*PROMO TEXT*/
    text-align: center;
    line-height: 30px;
    height: 35px;
}

.create_project_order_container>div:nth-of-type(2) ul li label>div:nth-of-type(4) {
    /*FUTURES*/
    text-align: left;
    line-height: 30px;
    height: 365px;
    padding: 10px;
    padding-top: 40px;
}

s,
strike {
    text-decoration: none;
    position: relative;
    font-size: small;
}

s::before,
strike::before {
    top: 50%;
    /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background: red;
    /*this is the color of the line*/
    opacity: .7;
    content: '';
    width: 110%;
    position: absolute;
    height: .1em;
    border-radius: .1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

s.straight::before,
strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}

.jconfirm {
    background-color: #646668d9 !important;
}

.confirm_project_order_container {
    display: none;
    clear: both;
    height: 800px;
    overflow: hidden;
}


.global_settings_menu {
    margin-bottom: 20px;
    text-align: right;
}


/* Tabs*/
.dt-layout-end button.create_global_project_element {
    background-color: #07ba37;
    margin-right: 50px;
    padding: 6px;
    border: 0px;
    color: #fff;
    height: 24px;
    transition: width 2s;
    width: 24px;
    cursor: pointer;
    box-shadow: 1px 2px 5px 2px #bfbfbfee;
    border-radius: 3px;
}

.dt-layout-end button.create_global_project_element i,
.dt-layout-end button.create_global_project_element svg {
    margin-right: 5px;
    float: left;
}

.dt-layout-end button.create_global_project_element span {
    display: block;
    width: 175px;
}

.dt-layout-end button.create_global_project_element:hover {
    background-color: #070dba;
}

.dt-layout-end button.create_global_project_element:hover {
    width: 200px;
}

.project_manager_datatables {
    margin-top: 30px;
}

.global_project_elements_new_element_label {
    font-size: xx-small;
    top: -10px;
    position: relative;
    background-color: #019966;
    padding: 2px;
    color: #fff;
}



/* GLOBAL VARIABLES */
.global_project_variables {
    overflow: hidden;
    padding: 10px;
    padding-top: 30px;
    margin: 0px;
}

.global_project_variables ul {
    overflow: hidden;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.global_project_variables ul li {
    float: none;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}

.global_project_variables ul li input,
.global_project_variables ul li select {
    padding: 0px;
    padding-left: 5px
}


.global_project_variables ul li.newholder {
    float: none;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}

.global_project_variables ul li.newholder span {
    color: #E4E4E5;
}

.global_project_variables ul li.newholder input,
.global_project_variables ul li.newholder select {
    border: 1px dashed #CED4DC;
    color: #E4E4E5;
    padding: 0px;
    padding-left: 5px;
}

.global_project_variables ul li.newholder input::placeholder,
.global_project_variables ul li.newholder select {
    color: #E4E4E5;
}

.global_project_variables ul li.newholder .remove_variable {
    display: none;
}


.global_project_variables .global_project_variables_save {
    text-align: right;
    padding: 45px;
    padding-bottom: 30px;

}

.global_project_variables_remove {
    cursor: pointer;
}




/* GLOBAL PROJECT ELEMENT CREATE POPUP */
.global_project_element_create_fist_column {
    width: 35%;
    float: left;
    overflow: hidden;

}

.global_project_element_create_last_column {
    width: 63%;
    overflow: hidden;
    float: right;
    border-left: 1px solid grey;
    min-height: 400px;
    height: calc(100vh - 200px);
    padding-left: 15px;
}

.global_project_element_create_last_column h3 {
    margin: 0px;
}


.global_project_element_create_last_column .connectiontype_tabholder {
    overflow: hidden;
    min-height: 400px;
    border: none;
}

.global_project_element_create_last_column .connectiontype_tabholder ul.ui-tabs-nav {
    display: flex;
}

.global_project_element_create_last_column .connectiontype_tabholder li.ui-tabs-tab {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.global_project_element_create_last_column .connectiontype_tabholder li {
    margin: 0px !important;
}

.global_project_element_create_last_column .connectiontype_tabholder li.ui-tabs-tab a {
    width: -webkit-fill-available;
    background-color: #fbfbfb;
    padding: 20px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 4px 4px 0px 0px;
    color: #393939;
    border-bottom: 2px solid #d7d7d7;
}

.global_project_element_create_last_column .connectiontype_tabholder li.ui-tabs-active a {
    background-color: #ffffff;
    cursor: default !important;
    border-bottom: 2px solid #2673BE;
}

.global_project_element_create_last_column .connectiontype_tabholder div.ui-tabs-panel {
    border-top: none;
    padding: 0px;
}

.remove_global_element_confirm {
    display: none;
    margin-top: 5px;
    margin-left: 5px;
}

.remove_global_element_confirm button {
    cursor: pointer;
}














/* DATATABLES DESIGN (SB class)*/
table.dataTable.sb thead th,
table.dataTable.sb tfoot th {
    font-weight: 100 !important;
}

table.dataTable.sb>thead>tr>th,
table.dataTable.sb>thead>tr>td {
    padding: 15px !important;
    border-bottom: 1px solid rgba(176, 174, 174, 0.3) !important;
}

table.dataTable.sb>thead>tr>th,
table.dataTable.sb>thead>tr>td,
table.dataTable.sb>tbody>tr>td {
    text-align: center;
}

table.dataTable.sb>thead>tr>th:first-child,
table.dataTable.sb>thead>tr>td:first-child,
table.dataTable.sb>tbody>tr>td:first-child {
    text-align: left;
}

table.dataTable.sb>thead>tr>th:last-child,
table.dataTable.sb>thead>tr>td:last-child,
table.dataTable.sb>tbody>tr>td:last-child {
    text-align: right;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: 1px solid rgba(176, 174, 174, 0.3) !important;
}

div.dt-containers.sb .dt-search input {
    border: 1px solid #cdcbcb !important;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
    width: 424px !important;
}

table.dataTable.sb>tbody>tr:nth-child(even)>* {
    border-top: 1px dashed #d4d5d5;
    border-bottom: 1px dashed #d4d5d5;
}

table.dataTable.sb>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
    cursor: pointer;
}

table.dataTable.sb>tbody>tr>th,
table.dataTable>tbody>tr>td {
    padding: 15px 10px !important;
}












.chart-top-header {
    text-align: right;
}

.cp-chart-container {
    display: contents;
    overflow: scroll;
    height: 100%;
    width: 100%;
}

/* VERTICAL CHART DESIGN */
.cp-layout-activity.vertical-chart+.cp-layout-wrapper {
    overflow: scroll;
}

.cp-layout-activity.vertical-chart {
    width: 100%;
    height: 100%;
}

.cp-layout-activity.vertical-chart ul {
    max-width: 400px;
    margin: 0 auto;
    list-style-type: none;
    counter-reset: steps;
    margin: 0;
    margin-top: 30px;
    font-family: sans-serif;
}

.cp-layout-activity.vertical-chart li ul {
    margin-left: 50px;
}



.cp-layout-activity.vertical-chart ul li {
    padding: 0 0 70px 50px;
    position: relative;
    margin: 0;
}

.cp-layout-activity.vertical-chart ul li div.title {
    background-color: #fff;
    border: 1px solid grey;
    padding: 10px;
    width: 200px;
    height: 70px;
    z-index: +1;
    position: relative;
}

.cp-layout-activity.vertical-chart ul li:before {
    position: absolute;
    left: 13px;
    top: -31px;
    content: "";
    height: 100%;
    width: 36px;
    border-left: 2px solid #000;
    border-radius: 0 0 0 34px;
    border-bottom: 2px solid #000;
}

.cp-layout-activity.vertical-chart ul li:last-of-type:before {
    border-left: none;
    border-bottom: none;
}

.cp-layout-activity.vertical-chart ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(steps);
    counter-increment: steps;
    border: 2px solid #2b84c8;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #2b84c8;
}

.cp-layout-activity.vertical-chart ul li:last-child:after {
    /*content:'';*/
}






/* HORIZONTAL CHART DESIGN */
.cp-layout-activity.horizontal-chart {
    width: 100%;
    min-width: 8900px;
    height: 100%;
}

.cp-layout-activity.horizontal-chart ul {
    max-width: 100%;
    margin: 0 auto;
    list-style-type: none;
    counter-reset: steps;
    margin: 0;
    margin-top: 30px;
    font-family: sans-serif;
}

.cp-layout-activity.horizontal-chart ul li {
    float: left;
    padding: 10px 45px 0px 15px;
    position: relative;
    margin: 0;
}

.cp-layout-activity.horizontal-chart ul li div.title {
    width: 200px;
    height: 60px;
    background-color: #fff;
    margin-top: 30px;
    margin-left: 10px;
    padding: 10px;
    border: 1px solid grey;
    z-index: +1;
    display: block;
    position: relative;
}

.cp-layout-activity.horizontal-chart ul li:before {
    /*position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    width: 100%;
    height: 70px;
    border-top: 2px dashed #000;
    border-left: 2px dashed #000;
    border-radius: 0px 0px 0px 25px;*/
    position: absolute;
    left: 12px;
    top: -68px;
    content: "";
    width: 100%;
    height: 152px;
    border-top: 2px double #000;
    border-left: 2px double #000;
    border-radius: 0px 0px 0px 25px;
}

.cp-layout-activity.horizontal-chart ul li:last-of-type:before {
    border-top: none;
}

.cp-layout-activity.horizontal-chart>ul>li:before {
    border-top: 4px solid #2b84c8;
    top: -20px;
    height: 100px;
}

.cp-layout-activity.horizontal-chart ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(steps);
    counter-increment: steps;
    border: 2px solid #2b84c8;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #2b84c8;
}

/*
.cp-layout-activity.horizontal-chart ul li:last-child:after{
    content:'';
    border-radius: 0%;
}
*/



























#names {
    display: inline-block;
    vertical-align: top;
}

#title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #393C44;
    margin-bottom: 0px;
}

#subtitle {
    font-family: Roboto;
    color: #808292;
    font-size: 14px;
    margin-top: 5px;
}

#leftside {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

#centerswitch {
    position: absolute;
    width: 222px;
    left: 50%;
    margin-left: -111px;
    top: 15px;
}

#leftswitch {
    border: 1px solid #E8E8EF;
    background-color: #FBFBFB;
    width: 111px;
    height: 39px;
    line-height: 39px;
    border-radius: 5px 0px 0px 5px;
    font-family: Roboto;
    color: #393C44;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}

#rightswitch {
    font-family: Roboto;
    color: #808292;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #E8E8EF;
    height: 39px;
    width: 102px;
    display: inline-block;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    margin-left: -5px;
}

#discard {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #A6A6B3;
    width: 95px;
    height: 38px;
    border: 1px solid #E8E8EF;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    transition: all .2s cubic-bezier(.05, .03, .35, 1);
}

#discard:hover {
    cursor: pointer;
    opacity: .7;
}

#publish {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #FFF;
    background-color: #217CE8;
    border-radius: 5px;
    width: 143px;
    height: 38px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 38px;
    margin-right: 20px;
    transition: all .2s cubic-bezier(.05, .03, .35, 1);
}

#publish:hover {
    cursor: pointer;
    opacity: .7;
}

#buttonsright {
    float: right;
    margin-top: 15px;
}







#actions_container {
    padding-top: 0px !important;
    padding-right: 20px !important;
    padding-left: 5px !important;
    border: none;
    margin: 0px;
}

#actions_container ul {
    padding: 0px;
}

#actions_container ul li.ui-tabs-tab a {
    padding: 4px !important;
    font-size: 14px;
}




.menu_flow_container {
    width: calc(100% - 340px);
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 321px;
    overflow: hidden;
}

.menu_arrow_button {
    cursor: pointer;
    position: relative;
    width: 115px;
    float: right;
    background-color: #fff;
    text-align: left;
    border: 1px solid #E8E8EF;
    border-bottom: none;
    margin-bottom: -2px;
    z-index: +1;
    padding: 15px;
}

.menu_arrow_button span {
    font-family: Roboto;
    color: #393C44;
    font-size: 24px;
}

.menu_arrow_button .arrow {
    font-size: 24px;
}

.menu_flow_container.open>.menu_arrow_button>.arrow {
    rotate: 180deg;
}

.menu_flow_header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.menu_flow_title {
    position: relative;
    padding: 18px;
    padding-left: 10px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #393C44;
    width: 300px;
    float: left;
}

.menu_flow_search {
    position: relative;
    padding-top: 11px;
    float: right;
    margin-right: 10px;
}

.menu_flow_search img {
    position: absolute;
    margin-top: 10px;
    width: 18px;
    margin-left: 12px;
}

.menu_flow_search input {
    width: 318px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #E8E8EF;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(34, 34, 87, 0.05);
    border-radius: 5px;
    text-indent: 35px;
    font-family: Roboto;
    font-size: 16px;
}

.menu_flow_content {
    clear: both;
    width: 100%;
    overflow: auto;
    height: 300px;
}

.menu_flow_container.open .menu_flow_content {
    display: block;
}


::-webkit-input-placeholder {
    /* Edge */
    color: #C9C9D5;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C9C9D5
}

::placeholder {
    color: #C9C9D5;
}

.leftcard {
    clear: both;
    background-color: #FFF;
    border: 1px solid #E8E8EF;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    height: inherit;
}



#subnav {
    border-bottom: 1px solid #E8E8EF;
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: 10px;
}

.navdisabled {
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
}

.navdisabled:hover {
    cursor: pointer;
    opacity: .5;
}

.navactive {
    color: #393C44 !important;
}

#triggers {
    margin-left: 20px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #808292;
    width: calc(88% / 3);
    height: 48px;
    line-height: 48px;
    display: inline-block;
    float: left;
}

.navactive:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #217CE8;
    margin-top: -4px;
}

#actions {
    display: inline-block;
    font-family: Roboto;
    font-weight: 500;
    color: #808292;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    width: calc(88% / 3);
    text-align: center;
    float: left;
}

#loggers {
    width: calc(88% / 3);
    display: inline-block;
    font-family: Roboto;
    font-weight: 500;
    color: #808292;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}


.blockelem:first-child {
    /*margin-top: 20px */
}

.blockelem {
    float: left;
    padding-top: 10px;
    width: 318px;
    height: 90px;
    border: 1px solid transparent;
    transition-property: box-shadow, height;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.05, .03, .35, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(22, 33, 74, 0);
    box-sizing: border-box;
}

.blockelem:hover {
    box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
    border-radius: 5px;
    background-color: #FFF;
    cursor: pointer;
}

.blockelem.block {
    height: unset;
}

.grabme,
.blockico {
    display: inline-block;
}

.grabme {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: -14px;
    width: 15px;
}

#blocklist {
    height: calc(100% - 220px);
    overflow: auto;
}

#proplist {
    height: calc(100% - 305px);
    overflow: auto;
    margin-top: -30px;
    padding-top: 30px;
}

.blockin {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

.blockico {
    width: 36px;
    height: 36px;
    background-color: #F1F4FC;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
}

.blockico span {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}

.blockico img {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.blocktext {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    margin-left: 12px
}

.blocktitle {
    margin: 0px !important;
    padding: 0px !important;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #393C44;
}

.blockdesc {
    margin-top: 5px;
    font-family: Roboto;
    color: #808292;
    font-size: 14px;
    line-height: 21px;
}

.blockdisabled {
    background-color: #F0F2F9;
    opacity: .5;
}

#canvas_build {
    position: absolute;
    width: auto;
    height: auto;
    min-width: calc(100% + 800px);
    min-height: calc(100% + 800px);
    z-index: 0;
    overflow: auto;
    background-image: url('/images/assets/tile.png');
    background-repeat: repeat;
    background-size: 30px 30px;
}

#propwrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 311px;
    height: 100%;
    padding-left: 20px;
    overflow: hidden;
    z-index: -2;
}

#properties {
    position: absolute;
    height: 100%;
    width: 311px;
    background-color: #FFF;
    right: -150px;
    opacity: 0;
    z-index: 2;
    top: 0px;
    box-shadow: -4px 0px 40px rgba(26, 26, 73, 0);
    padding-left: 20px;
    transition: all .25s cubic-bezier(.05, .03, .35, 1);
}

.itson {
    z-index: 2 !important;
}

.expanded {
    right: 0 !important;
    opacity: 1 !important;
    box-shadow: -4px 0px 40px rgba(26, 26, 73, 0.05);
    z-index: 2;
}

#header2 {
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #393C44;
    margin-top: 101px;
}

#close {
    margin-top: 100px;
    position: absolute;
    right: 20px;
    z-index: 9999;
    transition: all .25s cubic-bezier(.05, .03, .35, 1);
}

#close:hover {
    cursor: pointer;
    opacity: .7;
}

#propswitch {
    border-bottom: 1px solid #E8E8EF;
    width: 331px;
    margin-top: 10px;
    margin-left: -20px;
    margin-bottom: 30px;
}

#dataprop {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #393C44;
    width: calc(88% / 3);
    height: 48px;
    line-height: 48px;
    display: inline-block;
    float: left;
    margin-left: 20px;
}

#dataprop:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #217CE8;
    margin-top: -4px;
}

#alertprop {
    display: inline-block;
    font-family: Roboto;
    font-weight: 500;
    color: #808292;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    width: calc(88% / 3);
    text-align: center;
    float: left;
}

#logsprop {
    width: calc(88% / 3);
    display: inline-block;
    font-family: Roboto;
    font-weight: 500;
    color: #808292;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.inputlabel {
    font-family: Roboto;
    font-size: 14px;
    color: #253134;
}

.dropme {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #E8E8EF;
    box-shadow: 0px 2px 8px rgba(34, 34, 87, 0.05);
    font-family: Roboto;
    font-size: 14px;
    color: #253134;
    text-indent: 20px;
    height: 40px;
    line-height: 40px;
    width: 287px;
    margin-bottom: 25px;
}

.dropme img {
    margin-top: 17px;
    float: right;
    margin-right: 15px;
}

.checkus {
    margin-bottom: 10px;
}

.checkus img {
    display: inline-block;
    vertical-align: middle;
}

.checkus p {
    display: inline-block;
    font-family: Roboto;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

#divisionthing {
    height: 1px;
    width: 100%;
    background-color: #E8E8EF;
    position: absolute;
    right: 0px;
    bottom: 80;
}

#removeblock {
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    font-family: Roboto;
    font-size: 14px;
    text-align: center;
    width: 287px;
    height: 38px;
    line-height: 38px;
    color: #253134;
    border: 1px solid #E8E8EF;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
}

#removeblock:hover {
    cursor: pointer;
    opacity: .5;
}

.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, Opera and Firefox */
}

.blockyname {
    font-family: Roboto;
    font-weight: 500;
    color: #253134;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 16px;
}

.blockyleft img {
    display: inline-block;
    vertical-align: middle;
}

.blockyright {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 10px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    text-align: center;
    background-color: #FFF;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
    z-index: 10;
}

.blockyright:hover {
    background-color: #F1F4FC;
    cursor: pointer;
}

.blockyright img {
    margin-top: 12px;
}

.blockyleft {
    display: inline-block;
    margin-left: 20px;
}

.blockydiv {
    width: 100%;
    height: 1px;
    background-color: #E9E9EF;
}

.blockyinfo {
    font-family: Roboto;
    font-size: 14px;
    color: #808292;
    margin-top: 15px;
    text-indent: 20px;
    margin-bottom: 20px;
}

.blockyinfo span {
    color: #253134;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #D3DCEA;
    line-height: 20px;
    text-indent: 0px;
}

.block {
    background-color: #FFF;
    margin-top: 0px !important;
    box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.05);
}

.selectedblock {
    border: 2px solid #217CE8;
    box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
}

@media only screen and (max-width: 832px) {
    #centerswitch {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    #names {
        display: none;
    }
}













/* ACTION EDITOR CONTAINER */

.action_holder {
    display: none;
    overflow: hidden;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #d2d1d12f;
    z-index: -50;
}

.action_parent_frame {
    position: inherit;
    width: 0px;
    height: 100%;
    background: rgb(255, 255, 255);
    right: 0;
    border: 1px solid #ced4da;
    transition: all .25s cubic-bezier(.05, .03, .35, 1);
}

.action_parent_header {
    height: 50px;
    margin: 10px;
    float: none;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.header_title {
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #393C44;
}

#close_action_details {
    position: relative;
    float: right;
    width: 15px;
    right: 20px;
    /* z-index: 9999; */
    /* transition: all .25s cubic-bezier(.05,.03,.35,1); */
    cursor: pointer;
}

.action_editor_wrap {
    margin: 10px;
    width: 900px;
    height: 92%;
    border: 0px;
}









/*DATATABLE RECORDS*/
.datatable_records_table_style {
    font-size: 12px;
}

.datatable_records_table_style thead tr th:nth-child(1),
.datatable_records_table_style thead tr th:nth-child(2),
.datatable_records_table_style tbody tr td:nth-child(1),
.datatable_records_table_style tbody tr td:nth-child(2) {
    text-align: left;
}


.datatable_import_menu {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #FFF;
    border: 1px solid #e0dddd;
    list-style-type: none;
    z-index: +1;
    padding: 0px;
    margin: 0px;
}

.datatable_import_menu li a {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
    display: block;
    padding: 10px;
    width: auto;
}

.datatable_import_menu li a:hover {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
    background-color: #317cad;
    color: #fff;
}

.datatable_drag_drop_zone {
    height: 300px;
    width: 896px;
    border: 2px dashed grey;
    display: flex;
}

.error_message_datatable_import {
    color: red;
    font-weight: 700;
}

.success_message_datatable_import {
    color: rgb(26, 183, 14);
    font-weight: 700;
}


/* FILEUPLOAD */

.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px
}

.ajax-file-upload-filename {
    width: 300px;
    height: auto;
    margin: 0 5px 5px 0px;

}

.ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;

}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;

}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    height: 25px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 6px 10px 4px 10px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
    vertical-align: middle;
}

.ajax-file-upload:hover {
    background: #3396c9;
    -moz-box-shadow: 0 2px 0 0 #15719f;
    -webkit-box-shadow: 0 2px 0 0 #15719f;
    box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {

    border: 2px dotted #A5A5C7;
    width: 420px;
    color: #DADCE3;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
}

.state-hover {
    border: 2px solid #A5A5C7;
}

.ajax-file-upload-container {
    margin: 20px 0px 20px 0px;
}







.connection_types_sub_holder ul {
    display: none;
    margin: 0px;
    padding: 0px;
}

.connection_types_sub_holder ul.show {
    display: block;
}

.connection_types_sub_holder li {
    text-align: center;
    list-style: none;
    margin: 0px;
    margin-left: 6px;
    float: left;
    padding: 20px 6px 20px 6px;
    /* background: aliceblue; */
    border: 1px solid #efefef;
    margin: 5px 5px 10px 10px;
    width: 150px;
    font-size: 15px;
    height: 90px;
}

.connection_types_sub_holder li:hover {
    cursor: pointer;
    background-color: #ba07b7;
    color: #fff;
}

.connection_types_sub_holder li.active {
    cursor: default;
    background-color: #239cd4;
    /*#019966;*/
    color: #fff;
}

.connection_types_sub_holder li.disabled {
    cursor: default;
    background-color: #f0efef;
    color: #d3d5d6;
}

.connection_types_sub_holder li.disabled img {
    opacity: 0.1;
}

.connection_types_sub_holder li.disabled.active {
    cursor: default;
    background-color: #239cd4;
    /*#019966;*/
    color: #fff;
}

.connection_types_sub_holder li.disabled.active img {
    opacity: 1;
}

.connection_types_sub_holder li img {
    height: 20px !important;
    width: auto !important;
}

.connection_types_sub_holder li p {
    clear: both;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container_types {
    overflow: auto;
}


.variable_popup_holder {
    font-size: 12px;
    height: 200px;
    padding: 10px;
    width: 300px;
    position: absolute;
    z-index: 999999999;
    background-color: #f7f7f7;
    border: 1px solid #E8E8EF;
    box-shadow: 4px 4px 7px 1px #e3e3e3;
}

.variable_popup_holder {
    font-family: “Roboto”, -apple-system, BlinkMacSystemFont, “Segoe UI”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif;
    font-size: 14px;
    color: #9b59b6;
}

.variable_popup_holder ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    max-height: 200px;
}

.variable_popup_holder ul li {
    padding: 6px;
    font-size: 14px;
}

.variable_popup_holder ul li:hover,
.variable_popup_holder ul li.highlight {
    background-color: #2f87d9;
    cursor: pointer;
    color: #fff;
}

/*CUSTOM INPUT FIELD*/
.custom_input_field {
    width: 100%;
    max-height: calc(1.5em + 0.75rem + 2px);
    padding: 0px 0px 0px 7px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    white-space: nowrap;
    overflow: scroll;
    box-sizing: content-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.custom_input_field::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.custom_input_field>var.global_variable.valid {
    color: #9b59b6;
    font-style: normal;
}

.custom_input_field>var.global_variable.invalid {
    color: #ff0526;
    font-style: normal;
}

#custom_text_field {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
}





/* WORKFLOW VARIABLES EDITOR */
.workflow-variables-editor-holder {
    overflow: scroll;
    max-height: 760px;
    height: 760px;
}

.workflow-variables-editor {
    list-style: none;
}

.workflow-variables-editor li {
    float: none;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}


.workflow-variables-editor li.newholder {
    float: none;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}

.workflow-variables-editor li.newholder span {
    color: #E4E4E5;
}

.workflow-variables-editor li.newholder input,
.workflow-variables-editor li.newholder select {
    border: 1px dashed #CED4DC;
    color: #E4E4E5;
}

.workflow-variables-editor li.newholder input::placeholder,
.workflow-variables-editor li.newholder select {
    color: #E4E4E5;
}

.workflow-variables-editor li.newholder .remove_variable {
    display: none;
}


.workflow-variables-editor-save-holder {
    text-align: right;
    padding: 45px;
    padding-bottom: 30px;

}

/*CUSTOM INPUT FIELD*/
.custom_fields.inputfield {
    width: 95%;
    max-height: calc(1.5em + 0.75rem + 2px);
    padding: 0px 0px 0px 7px;
    font-weight: 400;
    line-height: 2.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    white-space: nowrap;
    overflow: scroll;
    box-sizing: content-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    display: inline-block;
    white-space: nowrap;
}

.custom_fields.inputfield::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.custom_fields.bodyfield {
    margin: 0px;
    width: 100%;
    overflow: auto;
    height: 385px;
    font-weight: 400;
    line-height: 1.4;
    border: 1px solid #e0dddd;
    padding: 20px;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block;
    white-space: nowrap;

}

.custom_fields var.global_variable.valid {
    color: #9b59b6;
    font-style: normal;
}

.custom_fields var.global_variable.invalid {
    color: #ff0526;
    font-style: normal;
}

#custom_text_field {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
}

.variables-save-button:disabled {
    background-color: #d1d4d5 !important;
}











/* NEW STYLE CONTAINER HOLDER */
.action_container_holder {
    display: flex;
    flex-direction: row;
    position: relative;
    width: auto;
    z-index: +1;

}

.action_container_holder.active {
    /*width: 550px;*/
}

.action_container_holder .action_elements {
    width: 0px;
    height: 760px;
    border-width: 1px 1px 1px 1px;
    border-color: #dadada;
    border-style: solid;
    background-color: #f1f3f4;
    float: left;
    transition: width 1.5s;
}

.action_container_holder.active .action_elements {
    width: 400px;
}

.action_container_holder .action_elements_button {
    cursor: pointer;
    width: 90px;
    float: right;
    margin-left: -1px;
    border-width: 1px 1px 1px 0px;
    border-color: #dadada;
    border-style: solid;
    height: 19px;
    padding: 10px;
    background-color: #f1f3f4;
}

.action_container_holder .action_elements_button_icon {
    color: #000;
}

.action_container_holder .action_elements_button_icon::after {
    content: '>>';
}

.action_container_holder.active .action_elements_button_icon::after {
    content: '<<';
}



.multifieldrow input:nth-child(2){ 
    width: 79%;
    float: left;
    margin-right: 10px;
}

.multifieldrow input:nth-child(3){ 
    width:10%;
    float: left;
}





/* TOOLS CHART */
.tools_chart_holder {
    position: relative;
    margin-bottom: -100px;
    z-index: +1;
    min-width: 400px;
    width:auto;
    height: 30px;
}
.tools_chart_holder .section_label_left { 
    width: 159px;
    float: left;
    background-color: #fff;
    border:1px solid #e0dddd;
    padding: 10px;
    margin-right: 10px;
}
.tools_chart_holder .section_label_right { 
    width: auto;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
.tools_chart_holder .title_label_zoom {
    display: inline-block;
    width: 63px;
}
.tools_chart_holder .title_label_edit {
    display: inline-block;
    width: 90px;
}
.tools_chart_holder select {
    padding: 4px 6px 4px 6px;
    width: 87px;
}

.main-chart-container {
    position: absolute;
    width: calc(100% - 340px);
    height: calc(100% - 150px);
    margin-top: 65px;
    overflow: scroll;
    white-space: nowrap;
}

.main-chart-container::-webkit-scrollbar {
    -webkit-appearance: none;
}

.main-chart-container::-webkit-scrollbar:vertical {
    width: 11px;
}

.main-chart-container::-webkit-scrollbar:horizontal {
    height: 11px;
}

.main-chart-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}





















.project_settings_section_holder {
    margin-top: 30px;
}
.project_settings_section_holder h3{
    margin-top: 5px;
}


/* TABS ACTION DETAILS */
.content-tab-holder-project-elements  {
    overflow: hidden;
    min-height: 400px;
    height: calc(100% - (75px));
    border: none;
    background-color: #fff;
}

.content-tab-holder-project-elements  ul.ui-tabs-nav {
    display: flex;
}

.content-tab-holder-project-elements  li.ui-tabs-tab {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.content-tab-holder-project-elements  li {
    margin: 0px !important;
}

.content-tab-holder-project-elements  li.ui-tabs-tab a {
    width: -webkit-fill-available;
    padding: 20px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 4px 4px 0px 0px;
    color: #393939;
    border-bottom: 2px solid #d7d7d7;
}

.content-tab-holder-project-elements  li.ui-tabs-active a {
    font-weight: 600;
    background-color: #ffffff;
    cursor: default !important;
    border-bottom: 2px solid #2673BE;
}

.content-tab-holder-project-elements  div.ui-tabs-panel {
    border-top: none;
    margin-top: 20px;
    padding:0px;
}




/* TWO column */
.two_column_holder_header {
position: sticky;
    width: 100%;
    height: 40px;
}
.two_column_holder_header div:first-of-type {
    position: absolute;
    left: 2px;
}
.two_column_holder_header div:last-of-type {
    position: absolute;
    right: 10px;
}

.two_column_holder_row {
    position: sticky;
    width: 100%;
    height: 40px;
    margin-top: 10px;
}
.two_column_holder_row div:first-of-type {
    position: absolute;
    left: 0px;
}
.two_column_holder_row div:last-of-type {
    position: absolute;
    left: 575px;
}
.two_column_holder_row label {
    font-size: 0.874rem;
    display: block;
    margin-bottom: 0.5rem;
}


.global_user_access_roles_search {

}
.global_user_access_roles_holder {
    display: block;
    width: 100%;
    height: 240px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.global_user_access_roles_holder span {
    float: left;
    width: fit-content;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 13px;
    padding: 4px;
    margin: 3px;
}
.global_user_access_roles_holder span:has(.delete_role:hover) {
    /*you may replace this with an explicit className, e.g. :has(.child1)*/
    background: #d14242;
    cursor: pointer;
    color: #fff;
}
.global_user_access_roles_holder span.new_added_role {
    background-color: #95e6ab;
}
