﻿/************************************************************************************************************************************************************************************************** 
                    Style New WorkFlow
************************************************************************************************************************************************************************************************* */

.centered-content {
  display: inline-block;
  text-align: left;
  /*padding: 20px;*/
  /*background: #fff;//DEBUG*/
  /* border: 1px solid #000;*/ }


.WF_WRAPPER {
    flex-flow: row wrap;
    width: 100%
}

.WF_WRAPPER .box {
  min-height: calc(100vh - 100px);
}
.WF_WRAPPER .box-widget {
    min-height: calc(100vh - 150px);
    margin-bottom: 60px;
     /*max-height: calc(100vh - 200px); 
     overflow-y: auto;*/ 
}
#BuilderDesigner {
    display:flex;
    flex-flow:row wrap;
}

/*#ViewWrapper .box-body {
    min-height: calc(100vh - 200px);
}*/
.box-footer button {
    margin: 0.5em;
}

.form-empty {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin:50px auto;
    padding:1.5em;
    background-color:rgba(0,0,0,0.05);
    border-radius:0.5em;
}
.WF_DESINGER_TABLE_PROP {
  height: 50px;
  vertical-align: top;
  border: 1px solid black; }

.WF_DESINGER_TABLE_DESIGNER {
  vertical-align: top;
  border: 1px solid black;
  padding: 5px; }

.WF_DESINGER_TABLE_COMMAND {
  width: 100%;
  /*background-color:aquamarine;*/
  padding-top: 10px; }

.WF_PROP {
  width: 285px;
  margin: 4px;
  height: 600px;
  overflow-x: auto; }

.WF_PROP_Table_TAB {
  display: flex;
padding: 0;
  list-style: none;
  margin: 0;}

.WF_PROP_Table_TAB_TD {
    width: 40%;
    padding: 15px;
    text-align: center;
    cursor: default;
    text-align: center ;
    transition: 300ms ease-out;
}

    .WF_PROP_Table_TAB_TD:hover,
    .WF_PROP_Table_TAB_TD:focus {
        background: rgba(0, 0, 0, 0.05);
        
    }

.WF_PROP_Table_TAB_TD_SELECTED {
    background: rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    width: 60%;
    color: #fff;
    font-weight: bold;
    transition: 300ms ease-in;
}

.WF_PROP_Table_PROP_WRAPPER {
    background-color: rgba(0,0,0,0.05);
    border-radius:0 0 5px 5px;
    list-style: none;
    padding: 0 0 10px;
    margin:0;
}

.WF_PROP_Table_PROP {
    display: flex;
    list-style: none;
    margin:10px;
    padding: 1px;
    align-items: center;
}

.WF_PROP_Table_UIACL, .WF_PROP_Table_ITEM {
    display: flex;
    list-style: none;
    margin: 10px;
    padding: 5px;
    align-items: center;
    background-color: #dfdfdf;
    border-radius: 2px;
}

.WF_PROP_Table_PROP li {
padding:10px 5px;
margin:5px 0;
}

.WF_PROP_Table_PROP_HEADER {
    background-color: rgba(0,0,0,0.1);
    font-size: small;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 5px;
}
.WF_PROP_Table_PROP_HEADER p {
  align-self: center;
  font-weight: bold;
  width: 130px;
  padding: 4px;
  margin:0;
}

.WF_PROP_Table_PROP p{
    align-self: center;
    width: 130px;
    padding: 4px;
    margin: 0;
    text-align:start;
}

.WF_PROP_Table_UIACL p, .WF_PROP_Table_ITEM p {
    align-self: center;
    width: 100px;
    padding: 4px;
    margin: 0;
    text-align: start;
}

/*.WF_PROP_Table_PROP label {
    padding:5px;
}*/

.WF_PROP_Table_PROP_CELL {
  font-size: x-small;
  width: 140px;
  padding: 4px; }

  .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
  }
  
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }
  
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
  }
  
  .form-check-label {
    margin-bottom: 0;
  }
  
  .form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
  }
  
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }
  
.TOOTL_BOX {
  width: 100%;
padding: 0;
}

.TOOTL_BOX li {
display: flex;
list-style: none;
}
.TOOTL_BOX_TD {
  /*background-color: #66b3ff;*/
  width: 50%;
  /*text-align: center;
    vertical-align: middle;*/ }

    .TOOTL_BOX_TD>a {
      width: 90%;
      margin: 0 10px 1em;
          }
.TOOTL_BOX_BTN {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #ddd;
  color: #ddd;
  text-decoration: none;
  margin: 0px 10px 10px 0;
  transition: all .6s;
  min-width: 80px;
  text-align: center; }

.TOOTL_BOX_FORM {
  /*background-color: #f5f289;*/
  width: 120px;
  height: 50px;
  margin: 0 5px 10px 0;
  padding: 0;
  vertical-align: central;
  line-height: 30px;
  font-weight: bold; }

.TOOTL_BOX_BTN:hover {
  background: #ddd;
  color: #fff; }

.TOOTL_BOX_BTN.color-1 {
  border-color: #2980B9;
  color: #2980B9; }

.TOOTL_BOX_BTN.color-1:hover {
  background: #2980B9;
  color: #fff; }

/************************************************************************************************************************************************************************************************** 
                    Style Dialog
************************************************************************************************************************************************************************************************* */
#Dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.3);
  display: none; }

#DialogPanel {
  position: relative;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  /*height: 300px;*/
  width: 600px;
  margin: 200px auto;
  text-align: left;
  border-radius: 5px; }

#LoadDialog {
  padding: 10px;
  display: none; }

#SaveDialog {
  padding: 10px;
  display: none; }

#UpdateDialog {
  padding: 10px;
  display: none; }

#PromptLoadingDialog {
  padding: 10px;
  display: none; }

#PromptLoadingDialog img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto; }

#PromptSaveCompleteDialog {
  padding: 10px;
  display: none; }

#PromptSaveCompleteDialog img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto; }

#PromptNameExistDialog {
  padding: 10px;
  display: none; }

#PromptNameExistDialog h3 {
  color: red; }

#AddNewActionSetting {
  padding: 10px;
  display: none; }

#WorkFlowValidationResult {
  padding: 10px;
  display: none; }

.OPEN_MODAL {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 237, 237, 0.5);
  z-index: 1002; }

.OPEN_MODAL_PANEL {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #0646aa;
  height: 530px;
  width: 670px;
  margin: 100px auto;
  text-align: left;
  border-radius: 10px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, rgba(246, 246, 246, 0.91) 47%, rgba(237, 237, 237, 0.81) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, rgba(246, 246, 246, 0.91)), color-stop(100%, rgba(237, 237, 237, 0.81)));
  background: -webkit-linear-gradient(top, white 0%, rgba(246, 246, 246, 0.91) 47%, rgba(237, 237, 237, 0.81) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(246, 246, 246, 0.91) 47%, rgba(237, 237, 237, 0.81) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(246, 246, 246, 0.91) 47%, rgba(237, 237, 237, 0.81) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(246, 246, 246, 0.91) 47%, rgba(237, 237, 237, 0.81) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  padding: 20px; }

.MODAL_PANEL_CONTROL {
  vertical-align: top;
  height: 280px;
  width: 250px;
  /*border: 1px solid rgba(230, 229, 223, 0.81);*/ }

.MODAL_PANEL_BROWSER {
  vertical-align: top; }

.MODAL_PANEL_DETAILS {
  height: 280px;
  width: 250px;
  border: 1px solid #0646aa; }

.MODAL_PANEL_LABEL {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'Arial';
  font-weight: bold; }

.LIST_CONTAINER {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 640px;
  height: 420px;
  overflow-y: auto; }

.LIST-ITEM {
  box-sizing: border-box;
  border: 3px solid rgba(120, 177, 193, 0.81);
  margin: 5px 3px;
  width: 300px;
  height: 200px;
  float: left;
  position: relative; }

.LIST-ITEM:hover {
  box-sizing: border-box;
  border: 3px outset #0646aa;
  margin: 5px auto;
  margin: 5px 3px;
  width: 300px;
  height: 200px; }

.LIST-ITEM-SELECTED {
  box-sizing: border-box;
  border: 3px outset #0646aa;
  margin: 5px auto;
  margin: 5px 3px;
  width: 300px;
  height: 200px;
  float: left;
  position: relative; }

.ITEM-CONTINER {
  box-sizing: border-box;
  padding: 5px; }

.ITEM-CONTAINER-BUTTON {
  position: absolute;
  bottom: 5px;
  right: 5px; }

.ITEM-CONTINER-NAME {
  box-sizing: border-box;
  font-size: large;
  font-weight: bold; }

.ITEM-CONTINER-TITLE {
  box-sizing: border-box;
  font-size: small;
  font-weight: bold; }

.ITEM-CONTINER-DESCRIPTION {
  box-sizing: border-box;
  font-size: small;
  font-weight: bold; }

.LIST_CONTAINER-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.LIST_CONTAINER-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.LIST_CONTAINER-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

.INPUT-VALIDATION {
  border: 1px solid #000;
  padding: 2px; }

.INPUT-VALIDATION-VALID {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACnUlEQVQ4T6WTX0hTcRTHv3f3zu3e5lJ3mzbtjyCNNYukVIzZJO1xPdRDmG8JPYT0IMHeYvQ2CB8iegiqhzCLKMKIogxKRRFcT8mwHIVubuqcfzZ/d7u7u7/Yv9oSeunAeTrn+zm/c37nMPhPY3bpR0QLWOYCGOY0KD2YizPMIiidQoa+RG90uVRTDngmuvRa3aDVYm06JB6oMegMegpgJ5lI/owuxubD3xZS6dQQLkVfFyF/AE9El5E3errsnTYOHK8oStnjWJaFjLT0eW7Cn0gmPLich+QBD0SLTtAO95zobleSCk9ptm65xeNx6PV6cLxW+vR1fCYtpfvQH13OAx6aBpobj7prDbUNsizvEhNCMNvzAY+WnuJx+DmCm8Hg91DAiyvrd/OA+9Ujzpau81KcCJIkged5yGkZWSHZIZg68wYMw4DjOBx/64SxxkgCq4FRXN3ozQPuVU2ebe3uWImsaHznxtD0qhVEJqAZCp9zLCfMuv2dA2ABgRfUUDQ4jWubjjzgTtWks62ro39vr+ak2gyz2Ywj79vh6ygRf3QAunx3FVyFuhKMTON6EXDbOGJvOXY+vBURJqyj0Gq1v6vmKo87AEPJaNKUbATWR3Fju9CC1zhgOiy6NbVcg7KuwNdSUnnaAVSXzzW5lAhKkaQX7u3CEL2ChWW0w2JbXXtar/B0lWLu1CTssw7AXC5WExlp+0tshtJMH9yk8I3ZnJuCixM4T6XDZGMqNTwNUaD+L/GWIsWnYn6VqB7cIiWLVMy7qHMxjcygzranqcIq1LBVnD4bymwqSXmexFL+nQX6gw7hRWrXKnMATABE1KMONk0n9lE7WM3+HDujhrHGzMGvTiCEVQBrAKIAlOItaAAIBc/C/mWZ7H0BIADUXygLDCDt4gemAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right;
  border: 1px solid #000;
  padding: 2px; }

.INPUT-VALIDATION-EXCLAMATION {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACm0lEQVQ4T6WST0gUcRTHv+ PO / nO2VTfXaq3AVqlF2ENmg38CBUFEdg91CPNW0CGkg0TeYum2EB4iOgR1M + lQBzsoHlRIlE2wg + QiKpK7bssqo / vHmZ3dnfnF79eObdKtB8O8mffe5 / 3l8J/CnY6fBDwm4DYHdBLgMrVzwC4BljTg0xCQqIz5C/ABCJjt9tErfn+ zp6XFZXc6bYQQKJlMPrG5Ke2srW0VFWX8LvDZgJwA3gMBobY2JA4O + gjP20ulEiRJYn4ulws8z0NTVWVlejqqpNOhe2UIA7wFPILNNtEZDIpKsWjXdR3pdBri / DwDRHp7UVNTA47jwBOirMzMRGRVHX4AJBjgHTByra1tTGhouKiqKgvK5XLojUSYPi + KcDgcTDebzZBisfiP9fXwfeAVA7wBJjv6 + 4MHR0fVRm/ZbBY35+aQyWSw2NUFXdOYibZSX1cnJzY2ph4CQwzwGljsGhjoSKVSVVqxiOzhIeTjY7TOzrKM33p66CZORHA49FQstvwI6Gb/X1JAX19Hcne3SpYkEE1DCUDrwgIEQcDX9nbwFQCz1arHksnlxwbgBTB5w+ 8P5uLxahBy4pora7+7 / yNFjpO3JWnqidFCGBhpcrufnuO4S7QFKgqAtmgUFosFy14v7BWAWD4fTypKeMwYYhjwcCbThOh2i9ZCwU6roNmvb2 + zsFWvF0YVOV1XVjOZCCFkeMxYI3V6BgSqeT7U7XT6zgAMslfO2lh + p3VdWcpmo7Kuh55XHpJR3R0g0MRxoz6rtfmqxeKqNZls1HakafmNQkGKqurWDiHjH / 9xynTIZwHUNwLnfcAtN9BqAi5QgAb83Ae+R4Eve0AKwD6AAwAlY71VAOgR0adyY6fmzz7pRR0DkAHovwCHWAUgaLcTQwAAAABJRU5ErkJggg ==");
  background-repeat: no-repeat;
  background-position: right;
  border: 1px solid #000;
  padding: 2px; }

.INPUT-VALIDATION-MESSAGE {
  color: #820d0d;
  font-weight: bold;
  font-size: small;
  padding-left: 10px; }

  .loading{
    text-align: center;
    padding-top: 25vh;
  }
.loading h1 {
  width: 100%;
  color: #0078d7; }

.loading .dots {
  position: relative;
  width: 100%;
  -webkit-animation: move-2 3s linear infinite;
  animation: move-2 3s linear infinite;
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms; }

.loading .dot {
  display: inline-block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: #0078d7;
  -webkit-animation: move 3s cubic-bezier(0.1, 0.8, 0.9, 0.1) infinite;
  animation: move 3s cubic-bezier(0.1, 0.8, 0.9, 0.1) infinite; }

.loading .dot:nth-of-type(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms; }

.loading .dot:nth-of-type(3) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms; }

.loading .dot:nth-of-type(4) {
  -webkit-animation-delay: -300ms;
  animation-delay: -300ms; }

.loading .dot:nth-of-type(5) {
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms; }

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-10em);
    transform: translateX(-10em);
    opacity: 0; }
  10%, 70% {
    opacity: .9; }
  80%, 100% {
    -webkit-transform: translateX(10em);
    transform: translateX(10em);
    opacity: 0; } }

@keyframes move {
  0% {
    -webkit-transform: translateX(-10em);
    transform: translateX(-10em);
    opacity: 0; }
  10%, 70% {
    opacity: .9; }
  80%, 100% {
    -webkit-transform: translateX(10em);
    transform: translateX(10em);
    opacity: 0; } }

@-webkit-keyframes move-2 {
  0% {
    -webkit-transform: translateX(4em);
    transform: translateX(4em); }
  100% {
    -webkit-transform: translateX(-4em);
    transform: translateX(-4em); } }

@keyframes move-2 {
  0% {
    -webkit-transform: translateX(4em);
    transform: translateX(4em); }
  100% {
    -webkit-transform: translateX(-4em);
    transform: translateX(-4em); } }


.spinner3 {
    margin: 25vh auto 0;
    width: 70px;
    text-align: center;
}

    .spinner3 > div {
        width: 18px;
        height: 18px;
        background-color: #0078d7;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner3 .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner3 .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/*=====================Wizard Loading ==========================*/
.Wizard_loading,
.Wizard_loading::before,
.Wizard_loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #0078d7;
  border-left-color: red;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px; }

.Wizard_loading {
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite; }

.Wizard_loading::before {
  content: "";
  margin: -23px 0 0 -23px;
  height: 44px;
  width: 44px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite; }

.Wizard_loading::after {
  content: "";
  margin: -29px 0 0 -29px;
  height: 56px;
  width: 56px;
  -webkit-animation: animation-rotate 2000ms linear infinite;
  -moz-animation: animation-rotate 2000ms linear infinite;
  -o-animation: animation-rotate 2000ms linear infinite;
  animation: animation-rotate 2000ms linear infinite; }

@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes animation-rotate {
  100% {
    -moz-transform: rotate(360deg); } }

@-o-keyframes animation-rotate {
  100% {
    -o-transform: rotate(360deg); } }

@keyframes animation-rotate {
  100% {
    transform: rotate(360deg); } }

.sys-Designer-Control {
  border: 1px solid #0c2ee7;
  min-width: 1000px;
  min-height: 600px;
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: auto; }

/********************* Global Component *********************/
/* =============================================
* RADIO BUTTONS
=============================================== */

.radio-group label {
    cursor: pointer;
    position: relative;
    margin:0 2.5px;    
}

.WF_PROP_Table_PROP_WRAPPER input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.WF_PROP_Table_PROP_WRAPPER input[type="radio"] + i {
    color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 7px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.WF_PROP_Table_PROP_WRAPPER input[type="radio"]:checked + i {
    color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.2);
}

.WF_PROP_Table_PROP_WRAPPER input[type="radio"]:hover:not(:checked) + i,
.WF_PROP_Table_PROP_WRAPPER input[type="radio"]:focus:not(:checked) + i {
    color: #000;
}

/* ================ TOOLTIPS ================= */

.WF_PROP_Table_PROP_WRAPPER .radio-group label:hover::before {
    content: attr(aria-label);
    font-family: Roboto, -apple-system, sans-serif;
    text-transform: capitalize;
    font-size: 11px;
    position: absolute;
    top: 110%;
    opacity: 0.75;
    background-color: #323232;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    display: block;
}

.WF_FORMCTRLS {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 80px;
    padding: 0.1em;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.2)
}

body[dir=ltr] .WF_FORMCTRLS {
    right: 5px;
    left: unset;
}

body[dir=rtl] .WF_FORMCTRLS {
    right: unset;
    left: 5px;
}

body[dir=rtl] input[name='align'] + i {
    transform: rotateY(180deg)
}
.WF_FORMCTRLS a {
    color: rgba(0,0,0,0.2);
    border-radius: 50%;
    padding: 0.3em 0.6em;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.WF_FORMCTRLS a:hover,
.WF_FORMCTRLS a:focus{
    cursor:pointer;
    background-color: rgba(0,0,0,0.1);
}

.sys-component {
    display: flex;
    flex-direction: column;
    font: 100%/150% calibri,helvetica,sans-serif;
    padding: 0;
    margin: 0;
    max-width:100%;
    /*pointer-events: none;
    cursor: default;*/
}

.sys-component-View {
    display: flex;
    flex-direction: column;
    font: 100%/150% calibri,helvetica,sans-serif;
    padding: 0;
    margin: 0;
    /*pointer-events: none;
    cursor: default;*/
}

.sys-component-init {
    display: flex;
    flex-direction: column;
    padding: 0.5em;
}

.sys-component-select {
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.sys-component-hover {
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.sys-component-move {
    display: flex;
    flex-direction: column;
    border: 1px solid #000000;
    margin-top: 50px;
}

.sys-component-frm {
    padding: 0;
    margin: 1px;
}
.sys-component-frm div {
    display: inline-flex;
    flex-direction: column;
}
.sys-frm-row {
    flex-direction:row !important;
    flex-wrap:wrap;
    margin-bottom: 5px; }

.sys-component-frm-col-1, sys-component-frm-col-2, sys-component-frm-col-3 {
  margin-right: 30px; }

.sys-component-title {
  width:100%;
  margin-top: 0;
}

.sys-component-label {
  display: inline-flex;
  padding:5px;
  align-items:center;
}

.sys-component-spLabel {
  display: inline-block;
  margin: 0;
  padding: 0; }


body[dir=ltr] .sys-component-label-required {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1RDREQTMwNzEyMzdFNDExQTc2REEzMUVCMkExQTlDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMkI4MkJEODM3MTIxMUU0OEU1QTlEM0E2NTIxNzIwRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMkI4MkJENzM3MTIxMUU0OEU1QTlEM0E2NTIxNzIwRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVENERBMzA3MTIzN0U0MTFBNzZEQTMxRUIyQTFBOUMyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVENERBMzA3MTIzN0U0MTFBNzZEQTMxRUIyQTFBOUMyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xdasPgAAAr5JREFUeNq8VU1IG0EUfqZJ02rzD0k0oogKiqUHCUZIAgUDJWoP4kEUoYIV8eBfD9KDlxxCKx4KYg8VanspvSQVJOChomBqqFJsUYqJCDUaxf+wiamJCb7ujnTbIaSXNR2YZd98HzvffPvmPUBEyDjjcQmurNzDREL8T56AmRmMRnPRZvOgVPoTGxtdrAjJ/xUwPW0n8O/p9ZqyIUAEmUY4rKJihlFCFsaVAL+/DEIhPYVUVq6zT7xiiVJQXByk8ONjNRweagQrwK6uMRSLE6hQnODg4DOSeJw9FxdirKhYJfaXl3/nc+D8/Cb29o6iRrOPavUBTkw8EpYDf/9nbjY0uHkRAwMjZK27e4zfvL7eTfFLSjbw8lKAAIvlY5qItrZJQpibs5LY43lA4paWt2nc1tY3whw4OlKyJ32ORUWb1Ifb21+j31+C+flBXF8vxY6OVxReULCF/f0jGInkCRGQQ1Rw4+zsNqyu3oXl5RpYWLCy8z6o1YeQSOSCXB6GYLAMamo+g9n8CaxWLxiNX0GpjApPwkzq3O56lMlOyGn1+iDOzpqzUQf+OLC2Vgk+Xy0sLlpYF0wQCFRBXZ0H9vYKQavdh6UlK1RXfwGTaQlqazknfGAwHAh3YGdHj01N71EkuqD+scPxFHd3tajT7bAcHfb0vKBwpfKIrMVit4QlodHoTctsp/MJIUxNNZJ4ZsZG4s7Ol2ncvr7R660DQ0MOnsDdBG6NKzxcnErlYHPzO4pvNPqECXA6B1Gr3cXCwh84Pv6YBxnmDmt/iGxSVfWN3VzEixgeHkaDYYu9otvocj0U3g1PTxVp93l+3sKfUiKJYyBQSuEMk4fhsOx6uqFKxYBMFqOyc2OjnH9PJqWwuVlK4XJ57DrqQOZ2LJdHqFilOs1GO85sD5cDdvsHtlPG2Xo/icnkjWwUol8CDABuUR6k7K5FVwAAAABJRU5ErkJggg==');
    background-size: 1em;
    background-repeat: no-repeat;
    background-position-x: left;
    padding-left: 20px !important;
}

body[dir=rtl] .sys-component-label-required {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1RDREQTMwNzEyMzdFNDExQTc2REEzMUVCMkExQTlDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMkI4MkJEODM3MTIxMUU0OEU1QTlEM0E2NTIxNzIwRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMkI4MkJENzM3MTIxMUU0OEU1QTlEM0E2NTIxNzIwRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVENERBMzA3MTIzN0U0MTFBNzZEQTMxRUIyQTFBOUMyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVENERBMzA3MTIzN0U0MTFBNzZEQTMxRUIyQTFBOUMyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xdasPgAAAr5JREFUeNq8VU1IG0EUfqZJ02rzD0k0oogKiqUHCUZIAgUDJWoP4kEUoYIV8eBfD9KDlxxCKx4KYg8VanspvSQVJOChomBqqFJsUYqJCDUaxf+wiamJCb7ujnTbIaSXNR2YZd98HzvffPvmPUBEyDjjcQmurNzDREL8T56AmRmMRnPRZvOgVPoTGxtdrAjJ/xUwPW0n8O/p9ZqyIUAEmUY4rKJihlFCFsaVAL+/DEIhPYVUVq6zT7xiiVJQXByk8ONjNRweagQrwK6uMRSLE6hQnODg4DOSeJw9FxdirKhYJfaXl3/nc+D8/Cb29o6iRrOPavUBTkw8EpYDf/9nbjY0uHkRAwMjZK27e4zfvL7eTfFLSjbw8lKAAIvlY5qItrZJQpibs5LY43lA4paWt2nc1tY3whw4OlKyJ32ORUWb1Ifb21+j31+C+flBXF8vxY6OVxReULCF/f0jGInkCRGQQ1Rw4+zsNqyu3oXl5RpYWLCy8z6o1YeQSOSCXB6GYLAMamo+g9n8CaxWLxiNX0GpjApPwkzq3O56lMlOyGn1+iDOzpqzUQf+OLC2Vgk+Xy0sLlpYF0wQCFRBXZ0H9vYKQavdh6UlK1RXfwGTaQlqazknfGAwHAh3YGdHj01N71EkuqD+scPxFHd3tajT7bAcHfb0vKBwpfKIrMVit4QlodHoTctsp/MJIUxNNZJ4ZsZG4s7Ol2ncvr7R660DQ0MOnsDdBG6NKzxcnErlYHPzO4pvNPqECXA6B1Gr3cXCwh84Pv6YBxnmDmt/iGxSVfWN3VzEixgeHkaDYYu9otvocj0U3g1PTxVp93l+3sKfUiKJYyBQSuEMk4fhsOx6uqFKxYBMFqOyc2OjnH9PJqWwuVlK4XJ57DrqQOZ2LJdHqFilOs1GO85sD5cDdvsHtlPG2Xo/icnkjWwUol8CDABuUR6k7K5FVwAAAABJRU5ErkJggg==');
    background-size: 1em;
    background-repeat: no-repeat;
    background-position-x: 100%;
    padding-right: 20px !important;
}
.sys-component-control {
    display: inline-block;
    cursor: default;
    max-width:100%;}
.sys-component input:disabled,
.sys-component textarea:disabled,
.sys-component select:disabled,
.sys-component input:read-only,
.sys-component textarea:read-only,
.sys-component select:read-only {
    background-color: #fff;
    cursor: default;
}

/*.sys-component-control[required] {
    background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
    background-size: 2em 2em;
    background-position: right top;
    background-repeat: no-repeat;
}*/
.sys-component-control-xsm {
  display: inline-block;
  width: 50px; }

.sys-component-control-sm {
  display: inline-block;
  width: 100px; }

.sys-component-control-md {
  display: inline-block;
  width: 400px; }

.sys-component-control-lg {
  display: inline-block;
  width: 550px; }

.sys-component-control-select {
    display: inline-block;
    width: 100%;
    top: 0;
    max-width: unset;
}

.sys-component-list {
    padding: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
}

.sys-component-list-header {
    display: flex;
    padding: 1em;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    justify-content: center;
}

.sys-component-list-header p {
    margin: 0;
    font-weight: bold;
}

.sys-component-list-item {
    display: flex;
    padding: 0.5em;
    align-items: center;
}

.sys-component-person {
    margin: 0;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}
/*===============Format Forms Widget==================*/
.sys-frm-Table {
    display: table;
    width: 100%;
    padding: 2px;
    border-collapse: collapse;
}


.sys-frm-LableCell {
  display: table-cell;
  padding:0 2px;
  margin: 5px; }

.sys-frm-ValueCell {
  display: table-cell;
    max-width:unset;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 2px; }

/*===============Format Rating Widget==================*/
.sys-Rating {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  line-height: 1em; }

.sys-Rating:not(:checked) > input {
  display: none; }

#fldRateValue:not(:checked) > label {
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  display: block;
  color: rgba(0, 135, 211, 0.4);
  line-height: 33px;
  text-align: center; }

#fldRateValue > input:checked ~ label {
  color: #0087d3; }

.designe-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  /*background-color: #099008;*/ }

#_dmenu {
  /*float: left;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

#_dpanel {
  /*float: left;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

#_wfDesigner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ca6d1f;
  height: 100%;
  width: 100%;
  padding: 10px; }

.DEBUG-DIV {
  border: 1px solid #ff0000;
  height: 100%;
  width: 100%; }

/* Create two equal columns that floats next to each other */
.d-prop-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  float: left;
  width: 300px;
  height: 600px;
  padding: 10px;
  border: 1px solid #000000; }

.d-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  float: left;
  width: 1000px;
  height: 600px;
  /*padding: 10px;*/
  overflow: auto;
  border: 1px solid #000000; }

/* Clear floats after the columns */
.d-row:after {
  content: "";
  display: table;
  clear: both; }

#outer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center; }

#inner {
  padding-top: 50px;
  display: inline-block; }


.Activitydesign {
  padding-left: 25px;
  margin-top: 1em !important;
  background: url("../images/wf/Task.png") no-repeat top left;
  display: inline-block;
  height: 60px;
  width: 60px !important;
  /*zoom: 1;*/
  *display: inline;
  background-size: contain; }

.Activitydesign:before {
        content: "+"; 
        font-size: 1.0em; 
        display: block; 
    }

.Activitydesign:hover {
  /*padding-left: 25px;*/
  background: url("../images/wf/Task.png") no-repeat top left;
  display: inline-block;
  height: 60px;
  width: 60px;
  /*zoom: 1;*/
  *display: inline;
  background-size: contain;
  border: 1px solid rgba(10, 10, 10, 0); }

.Decisiondesign {
  padding-left: 25px;
  margin-top: 1em !important;
  background: url("../images/wf/Decision.png") no-repeat top left;
  display: inline-block;
  height: 60px;
  width: 60px !important;
  /*zoom: 1;*/
  *display: inline;
  background-size: contain; }

    .Decisiondesign:before {
        content: "+";
        font-size: 1.0em;
        display: block;
    }
.Decisiondesign:hover {
  /*padding-left: 25px;*/
  background: url("../images/wf/Decision.png") no-repeat top left;
  display: inline-block;
  height: 60px;
  width: 60px;
  /*zoom: 1;*/
  *display: inline;
  background-size: contain;
  border: 1px solid rgba(10, 10, 10, 0); }

