
.no-gutter,
    .no-gutter [class^='col-xs-'],
    .no-gutter [class^='col-sm-'],
    .no-gutter [class^='col-md-'],
    .no-gutter [class^='col-lg-'] {
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
    }
.workflow .workflow-leftmenu{
    width: 171px;
}
.workflow .contentleft,
.workflow .contentright {
    margin: 5px;
    width: 330px;
    display: inline-block;
    vertical-align: top;
    background: white;
    margin-bottom: 35px;
    margin-right:30px; 
}
.workflow .body-header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.zoom-range{
    transform: rotate(270deg);
    width: 54px;
    position: absolute;
    top: 44px;
    left: -14px;
    outline:none;
}
.workflow .overscroll {
    overflow-x: auto;
    overflow-y: auto;
     transition: all 500ms ease;
    width: 87.75%;
    display: inline-block;
   height: 900px;
}
.workflow .contentheader {
    background: #1E88E5;
    height: 51px;
    cursor: pointer;
    font-size: 15px;
}

.workflow .contentright {
    margin-left: 5px;
    position: relative;
    display: block;
    
}

.workflow .contentheader span {
    color: white;
    padding: 15px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.workflow .contentleft li,
.workflow .contentright li {
    
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    background-color: white;
    position: relative;
    width: 328px;
}
.workflow .contentleft .ui-sortable-handle{
    
}

.workflow .contentbody {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 70px;
    background-color: #fff;
}

.workflow .contentleft .contentbody {
    padding-bottom: 75px;
    min-height: 540px;
}

.workflow .addnew-remove {
    position: absolute;
    bottom: 1px;
    width: 169px;
    min-width: 169px;
    background-color: #E0E0E0;
}

.workflow .zoomin-out {
    display: inline-block;
}

.workflow .leftmenu {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all 500ms ease;
}

.workflow .leftmenu {
    border: 1px solid #ccc;
    background-color: white;
    border-top: 0;
    min-width: 100%;
    position: relative;
    left: 0px;
}
.workflow .workflow-right-fileds{
    width: 175px;
    display: inline-block;
}
.workflow .leftmenu li {
    
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    font-family: robotomedium;
    height: 42px;
}

.workflow .leftmenu button {
    border: 0;
    width: 43px;
    background-repeat: no-repeat;
    height: 30px;
    background-color: transparent;
    border-right: 1px solid #ccc;
}

.workflow .dragdropcontent {
    display: inline-block;
    margin-bottom: 20px;
}

.workflow .divconatiner input {
    display: block;
    border: 0;
    background: transparent;
    outline: none;
    padding-left: 0;
}

.workflow .divconatiner input[type=text]:focus {
    border: 0;
    box-shadow: none;
}

.workflow .addjob {
    border: 1px solid #ccc;
    border-top: 0;
    display: block;
    background: cadetblue;
    color: white;
}

.workflow .addjob span {
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.workflow span .add {
    padding-right: 20px;
    border-right: 1px solid #fff;
}

.workflow .ui-sortable-handle {
    height: inherit;
}

.workflow .divconatiner {
    width: 100%;
}
.workflow .contentleft{
    position: relative;
    top: 6px;
}
.workflow .field-properties {
    background-color: white;
  width: auto;
    display: inline-block;
    height: 900px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    transition: all 500ms ease;
    position: relative;
    margin-bottom:15px;
}

/*.workflow .field-properties ul {
    border: 1px solid #ccc;
    
    border-top: 0;
}

.workflow .field-properties li {
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
    width: 221.5px;
    transition: all 500ms ease;
}*/

/*.workflow .field-properties li:nth-child(4) {
    border-right: 0;
}*/

.workflow .super-field {
    pointer-events: none;
}

#panzoom {
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
}
.workflow .zoomin-out{
    display: none;
}
.workflow .zoom-in {
    margin-bottom: 54px;
    display: block;
    margin-top: 5px;
    width: 25px;
    background: transparent;
    border: 0;
    height: 25px;
    background-image: url("../images/workflow-images/svg/zoomout.svg");
    cursor: pointer;
}

.workflow .zoom-out {
    background-image: url("../images/workflow-images/svg/zoomin.svg");
    width: 25px;
    height: 25px;
    border: 0;
    display: block;
    cursor: pointer;
}

.workflow .adders,
.workflow .ganrate {
    background-image: url("../images/workflow-images/svg/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 300px center;
    position: absolute;
    right: -1px;
    
    height: 100%;
    width:320px;
    transform: translateY(-50%);
    top: 50%;
}

.workflow .contentheader {
    background-image: url("../images/workflow-images/svg/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.workflow .zoomin-out {
    position: fixed;
    top: 130px;
    cursor: pointer;
    z-index: 99;
    left: 183px;
}

.workflow .backimage {
    padding: 2% 2%;
}

.workflow .mainRight {
    background-image: url("../svg/grid-workflow.svg");
    overflow: hidden;
    z-index: 1;
}

.workflow .subMenuHold{
    display: none;
}
.workflow .mainRight{
    margin: 0;
    padding: 0;
    background-color: #f4f5f6;
}

.workflow .btbootom {
    width: 326px;
    position: absolute;
    border: 0;
    height: 50px;
    bottom: 0;
    background: #04D1FF;
    color: #fff;
}

.workflow .contentright .btbootom {
    bottom: 0px;
    width: 328px;
    background: #BDBDBD;
}

.workflow .add,
.workflow .remove {
    outline: none;
}

.workflow .text-hedaing,
.workflow .main-opiation {
    display: inline-block;
}

.workflow .mainbody-header {
    padding: 5px;
    height: 50px;
}

.workflow .main-opiation {
    float: right;
    position: absolute;
    right: 7px;
    top: 10px;
}

.workflow .text-hedaing h3 {
    font-size: 18px;
    line-height: 35px;
}

.workflow .edit,
.workflow .connect,
.workflow .del-fie,
.workflow .add-fie {
    border: 0;
    width: 100px;
    height: 32px;
    outline: none;
    vertical-align: text-bottom;
}

.workflow .edit,
.workflow .del-fie {
    background: #CECCCA;
    border-radius: 4px;
}

.workflow .add-fie {
    float: right;
    position: relative;
    padding-right: 20px;
}

.workflow .connect,
.workflow .add-fie {
    background: #228ce6;
    color: white;
    border-radius: 4px;
}

.workflow .contfullscreen {}

.workflow .canvas-container {
    display: none;
}

.workflow .button-input-field .formDropDown {
    display: block;
}

.workflow .styled-select {
    width: 170px;
    display: inline-block;
}

.workflow .button-input-field,
.workflow .field-input-field {
    
    border-top: 0;
    min-height: 813px;
    background-color: white;
    display: none;
}

.workflow .field-input-field {
    display: none;
}

.workflow .button-name {
    margin-top: 20px;
}

.workflow .field-input-header {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    height: 80px;
}

.workflow .button-name input {
    display: block;
    width: 32%;
    border-radius: 4px;
}

.workflow .onclick-navigation {
    margin-top: 40px;
}

.workflow .ok {
    cursor: pointer;
   display: inline-block;
   vertical-align: top;
    margin-left: -55px;
    margin-top: 55px;
}

.workflow .firstbt {
    width: 162px;
    bottom: 0px;
}

.workflow .secondbt {
    width: 162px;
    right: 0px;
    bottom: 0px;
}

.workflow .bt2 {
    display: none;
}

.workflow .border-circle {
    display: none;
}

.workflow .contentbody div.active {
    background-color: #B3F1FF;
    border: 1px solid #4d90fe;
    position: relative;
    z-index: 3;
}

/*.workflow .field-properties div.active {
    background-color: #EFFBFC;
    border: 0;
    border-right: 1px solid #ccc;
}*/

.workflow .removethis-iteam,.workflow .removethis-iteam1 {
    background-image: url("../images/workflow-images/svg/remove.svg");
    width: 25px;
    height: 25px;
    border: 0;
    display: block;
    position: absolute;
    top: -15px;
    left: 46%;
    display: none;
}

.workflow div.active .removethis-iteam,
.workflow div.active .border-circle {
    display: block;
}

.workflow .circle-one,
.workflow .circle-two,
.workflow .circle-three,
.workflow .circle-four {
    position: absolute;
    background-image: url("../images/workflow-images/svg/circle-control.svg");
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    z-index: 2;
}


.workflow .circle-one {
    top: -5px;
    left: -5px;
}

.workflow .circle-two {
    top: -5px;
    right: -5px;
}

.workflow .circle-three {
    bottom: -5px;
    left: -5px;
}

.workflow .circle-four {
    bottom: -5px;
    right: -5px;
}

.workflow .bt1 {
    position: relative;
    height: 52px;
    
    border: 1px solid #4d90fe;
}

.workflow .activefull .bt1 .border-circle,
.workflow .activefull .bt2 .border-circle,
.workflow .activefull .buttondone .border-circle {
    display: block;
}
.workflow .composite .border-circlefull1{
    display: none;
}
.workflow .bt2 {
    position: relative;
    height: 52px;
    bottom: -6px;
    width: 328px;
    border: 1px solid #4d90fe;
}

.workflow .buttondone {
    position: relative;
    top: 76px;
    height: 49px;
}
.workflow .buttondone .btbootom{
    width: 328px;
}
.workflow .composite {
    position: absolute;
    top: 0px;
    left: 345px;
    margin-left: 30px;
    transition: all 500ms ease;
     opacity: 1;
}

.workflow .divconatiner input {
    pointer-events: none;
    cursor: pointer;
    font-style: italic;
    padding: 0;
}
.workflow-page-properties{
position: relative;
right: 0;
transition: all 500ms ease 0s;

}
.workflow .form-properties{
    width: 270px;
    transition: all 500ms ease 0s;
    position: relative;
}
.workflow .field-properties input {
    display: block;
    border-radius: 4px;
    width: 240px;
}

.workflow .field-properties .formDropDown {
    display: block;
}

.workflow .topmagin {
    margin-top: 15px;
    margin-left: 20px;
}

.workflow .list-of-fields li {
    display: block;
}

.workflow .seletd-fields {
    margin: 20px;
}

.workflow .seletd-fields label {

}
.workflow .fields{
    display: none;
}
.workflow .list-header {
    background-color: #f1f1f1;
    padding: 5px;
    width: 240px;
    padding-left: 10px;
}

.workflow .seletd-fields ul {
    width: 240px;
    border: 0;
    overflow-x: hidden;
}

.workflow .seletd-fields li {
    width: 240px;
    border: 0;
    text-align: start;
    padding-left: 10px;
}

.workflow .list-of-fields {
    border: 1px solid #ccc;
    width: 242px;
    border-radius: 4px;
}

.workflow .list-of-fields input {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    vertical-align: baseline;
}


.workflow li.sub-list-fields {
    padding: 5px;
    background-color: #EEEEEE;
}

.workflow li.sub-list-heding {
    padding: 5px;
    font-weight: 600;
    background-color: #F6F6F6;
}

.workflow .aout-fill-lead {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px 15px;
    background-color: #C6CF66;
    color: #fff;
    border-radius: 2px;
}

.workflow .icon-cross::before{
    content: '';
}

.workflow .addfield-popup {
    position: fixed;
    right: 0%;
    top: 99px;
    width: 175px;
    opacity: 1;
    min-width: 175px;
    border-left: 1px solid #ccc;
    padding: 0;
    transition: all 500ms ease 0s;
}
.workflow .addfield-content .col-md-4{
    width: 100%;
}
.workflow .addfield-header {
    font-weight: 600;
    background-color: #EBE9E9;
    padding: 5px;
}

.workflow .addfield-sub-div {
    width: auto;
    background-color: #fff;
    margin-right: 10px;
    height: 35px;
    margin-bottom: 10px;
    cursor: pointer;
}

.workflow .addfield-single-line-text div {
    background-image: url('../images/workflow-images/svg/singlelinetext.svg');
}

.workflow .addfield-number div {
    background-image: url('../images/workflow-images/svg/number.svg');
}

.workflow .addfield-paragraph div {
    background-image: url('../images/workflow-images/svg/para.svg');
}

.workflow .addfield-phone div {
    background-image: url('../images/workflow-images/svg/phone.svg');
}

.workflow .addfield-email div {
    background-image: url('../images/workflow-images/svg/email.svg');
}

.workflow .addfield-date-time div {
    background-image: url('../images/workflow-images/svg/datetime.svg');
}

.workflow .addfield-dropdwon div {
    background-image: url('../images/workflow-images/svg/dropdown.svg');
}

.workflow .addfield-media div {
    background-image: url('../images/workflow-images/svg/media.svg');
}

.workflow .addfield-location div {
    background-image: url('../images/workflow-images/svg/loaction.svg');
}

.workflow .addfield-Calculator div {
    background-image: url('../images/workflow-images/svg/calculator.svg');
}

.workflow .addfield-Buttons div {
    background-image: url('../images/workflow-images/svg/buttons.svg');
}

.workflow .addfield-composite div {
    background-image: url('../images/workflow-images/svg/composite.svg');
}

.workflow .addfield-Repetitive div {
    background-image: url('../images/workflow-images/svg/repetitive.svg');
}

.workflow .addfield-send-emi-pri div {
    background-image: url('../images/workflow-images/svg/send-email-print.svg');
}

.workflow .addfield-mediaplay div {
    background-image: url('../images/workflow-images/svg/meadiaplay.svg');
}

.workflow .addfield-Section-break div {
    background-image: url('../images/workflow-images/svg/sectionbreak.svg');
}

.workflow .addfield-section-title div {
    background-image: url('../images/workflow-images/svg/sectiontitle.svg');
}
.workflow .addfield-data-fetch div {
    background-image: url('../images/workflow-images/svg/datafetch.svg');
}
.workflow .rating div {
    background-image: url('../images/svg/star-black.svg');
}

.workflow .addfield-background {
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-position: center 8px;
    background-size: 20px;
    display: inline-block;
}

.workflow .addfield-content {
    background-color: #F7F7F7;
    padding: 0;
}

.workflow .addfield-body {
    padding: 10px;
    background-color: #F7F7F7;
    display: inline-block;
    padding-right: 0;
    width: 100%;
}
.workflow .addfield-content span{
    vertical-align: top;
    padding: 5px 0;
    display: inline-block;
    text-transform: capitalize;
}


.workflow .button-input-field {
    padding: 20px;
    padding-top: 0;
}

.workflow .activetext {
    color: #69C7E3;
}

.workflow .assigmentcard {
    display: none;
}


.workflow .conetting2 {
    transform: rotate(450deg);
    top: -7px;
    background-size: 86px;
    left: 94%;
    z-index: -1;
}
/*.workflow .conetting3 {
    background-image: url('../images/test2.png');
    position: absolute;
    z-index: 99;
    width: 85px;
    height: 115px;
    top: 319px;
    left: 96%;
    background-size: 100px;
    background-repeat: no-repeat;
}*/
.workflow .startpoint {
    background-image: url('../images/workflow-images/svg/start-connect.svg');
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.workflow .endpoint {
    background-image: url('../images/workflow-images/svg/end-connect.svg');
    width: 25px;
    background-repeat: no-repeat;
    height: 25px;
}

.workflow .genratequote {
    position: absolute;
    left: 372px;
    top: 80px;
}

.workflow .contentright.workflow .genratequote li {
    border: 0;
}

.workflow .grouped-items {
    border: 1px solid #C6CF66;
    margin: 2px;
}
.workflow .pro-comp li{
    border: 0;
    background-color: transparent;
}
.workflow .genratequote .contentbody {
    border-top: 1px solid #ccc;
}
.workflow .aout-fill-assigment{
    background-color: #A5D6A7;
}
.workflow .grouped-items2{
     border-color: #A5D6A7;
}
.workflow .grouped-items4{
    border-color: #E1BEE7;
}
.workflow .pro-comp{
    display: none;
}
.workflow .showthisinpro{
    display: block;
}
.workflow .activemood{
    
}
.workflow .aout-fill-joball{
    background-color: #E1BEE7;
}
.workflow .contentheader-menu {
    background-image: url('../images/workflow-images/svg/button-select.svg');
    width: 25px;
    background-repeat: no-repeat;
    height: 25px;
}
.workflow .dinam{
    height: 460px;
}
.workflow .loaderFull{
    width: 67.9%;
    left: 171px;
    top: 50px;
    z-index: 999;
}
.workflow .job-allocation,.workflow .pro-comp {
    position: relative;
    outline: 1px solid #4d90fe;
    top: 10px;
    left: 120%;
}
.workflow .job-allocation{
    display: none;
}
.workflow .job-allocation .contentbody,.workflow .pro-comp .contentbody{
position: static;
}
.workflow .activefull .border-circle.workflow .activemood{
    display: block;
}
.workflow .select-someone li{
    border: 0;
    background-color: transparent;
}
.workflow .select-someone div.active{
    outline: 1px solid #4d90fe;
    background-color: #B3F1FF;
}
.workflow .sub-someone div.active{
    background-color: #B3F1FF;
}
hr{
    margin: 0;
}
.workflow .job-allocation .grouped-items li{
    border:0;
    background-color: transparent;
}
.workflow .lead-properties{
    display: none;
    padding: 20px;
    height: 843px;
}
.workflow .card-propertis{
    display: none;
    padding: 20px;
    height: 850px;
}
.workflow .page-propertis{
    display: block;
    padding: 20px;
    height: 850px;
}
.workflow .warninginput{
    border-color: red;
}
.workflow .textcolor::-webkit-input-placeholder{
    color: red;
}
.workflow .super-field::-webkit-input-placeholder{

}
.workflow .contentright .genratequote .quote div.active{
    border: 1px solid #4d90fe;
}
.workflow .grouped-items .workflow div.active{
    background-color: transparent;
}
.workflow .activeul{
    background-color: #B3F1FF;
        position: relative;
}
.workflow .activeul .removethis-iteam,.workflow .activeul .border-circle{
    display: block;
}
.workflow .show-in-assigment,.workflow .show-in-job-allocation,.workflow .show-in-project{
    display: none;
}
.workflow .border-circlefull,
.workflow .border-circleful2{
    display: none;
}
.workflow .border-circlefull .circle-one,.workflow .border-circlefull .circle-two{
    top: -59px;
}

.workflow .form-active{
    outline: 1px solid #4d90fe;
}
.workflow .contentleft.workflow .activefull{
    position: relative;
    top: 6px;
    outline: 1px solid #4d90fe;
}
.workflow .contentright.workflow .activefull{
    outline: 1px solid #4d90fe;
}
.workflow .send-emi-pri .lineconnect1{
    width: 900px;
    display: block;
}
.workflow .showcompositefields{
    display: none;
}


/*.workflow .activefull .composite{
    outline: 1px solid #4d90fe;
}*/
.workflow .removethis-iteam1,.workflow .border-circle3{
    display: none;
}
.workflow .composite li .removethis-iteam,.workflow .composite li .border-circle{
    display: none;
}

.workflow div.activethis{
   background-color: #B3F1FF;
    border: 1px solid #4d90fe;
}
.workflow .client-name div.active{
    background-color: #B3F1FF;
    border: 1px solid #4d90fe;
}
.workflow .field-1{
    margin-top:20px;
}
.workflow .newone .contentbody{
    padding: 0;
}
.workflow .dinamiadded{
    min-height: 547px;
}
.workflow .field-propertie{
    display: none;
    margin-bottom:15px;
}
.workflow .clickright{
    display: none;
}
@media all and (min-width:1264px) and (max-width:1366px){
   .overscroll {
    overflow-x: auto;
    overflow-y: auto;
    width: 610px;
}
}

.workflow .workflow-field-properties{
    width: auto;
    position: fixed;
    right: 0px;
    top: 99px;
    transition: all 500ms ease;
}
.UsersProperties-area.workflow .workflow-field-properties{
width: 525px;
}

.workflow .add-wifi-field,.workflow .add-wifi-field1 {
    background-image: url("../images/workflow-images/svg/zoomout.svg");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    position: fixed;
    
    right: 26%;
    top: 13%;
    
    cursor: pointer;
}

.workflow .az_1 .composite{
    left: 780px;
}
.workflow .lineconnect1,.workflow .lineconnect2,.workflow .lineconnect3{
    background-image: url("../images/workflow-images/lineconnectnew.png");
    transition: all 500ms ease;
    position: absolute;
    top: 20px;
    z-index: -1;
}
.workflow .fortwo{
    position: absolute;
    left: 98%;
    z-index: -1;
    top: 24px;
}
.workflow .lineconnect1{
    height: 12px;
    width: 500px;
}
.workflow .az_1 .lineconnect1{
    display: block;
}
.workflow input .cmn-toggle-round + label:after{
    width: 10px;
}
.workflow input .cmn-toggle-round + label{
    width: 34px;
    height: 13px;
}
.workflow .field-header-propertie{
    padding: 10px;
    padding-left: 20px;
    background-color: #F5F5F5;
    font-family: robotobold;
}
.workflow .buttondisplay .bt{
    padding: 0 10px;
}
.workflow .number2,.workflow .number3,.workflow .number4{
    display: none;
}
.workflow .activebt{
    background: #228ce6;
    color: white;
}
.workflow .buttondisplay .bt:hover{
     background: #228ce6;
}
#sortable2{
    min-height: 547px;
}
#sortable1{
    min-height: 547px;
}
.workflow .datd-fetch-propertie{
    display: none;
    height: 1000px;
}
.workflow .datd-fetch-propertie .field-header-propertie{
    margin: 0;
}
.workflow .sub1,.workflow .sub2{
    display: inline-block;
    width: 50%;
    padding: 5px;
}
.workflow .repe-header{
    background-color: #8DD9FC;
    margin: -10px;
    margin-bottom: 0;
    padding: 5px;
    /* color: #fff; */
    font-family: robotobold;
    padding-left: 15px;
    background-image: url('../images/workflow-images/svg/icon-add.svg');
    background-repeat: no-repeat;
    background-position: 300px;
}
.workflow .repeating-field-propertie{
    display: none;
    height: 1000px;
}
.workflow .repeating-field-propertie .list-of-fields{
   
}
.workflow .repeating-field-propertie ul{
    border: 0;
    height: auto;
}
.workflow .repeating-field-propertie .show-in-lead li {
    position: relative;
    padding-left: 30px;
}
.workflow .repeating-field-propertie .show-in-lead li .menuicon{
    background-image: url('../images/workflow-images/svg/moveable.svg');
    background-repeat: no-repeat;
    position: absolute;
    background-position: 5px 19px;
    width: 18px;
    height: 30px;
    top: -3px;
    left: 5px;
    display: none;
}
.workflow .repeating-field-propertie .show-in-lead .workflow div.activereli .menuicon{
    display: block;
}
.workflow .repeating-field-propertie .show-in-lead .workflow div.activereli{
    background-color: #B7D8F9;
}
.workflow .fields-type .formDropDown select{
    position: relative;
    padding-left: 30px;
}
.workflow .select-backgroud{
    position: absolute;
    background-image: url('../images/workflow-images/svg/moveable.svg');
    width: 18px;
    height: 30px;
    background-repeat: no-repeat;
    top: 85px;
    left: 27px;
    z-index: 1;
    background-size: 18px;
    background-position: center 3px;
    display: none;
}
.workflow .section-title-field-properties{
    display: none;
    height: 1000px;
}
.workflow .section-break-field-properties{
    display: none;
    height: 1000px;
}
.workflow .send-emi-prin-field-properties{
    display: none;
    height: 1000px;
}
.workflow .send-emi-prin-field-properties .seletd-fields{
    margin: 0;
}
.workflow .send-emi-prin-field-properties .list-of-fields{
    border: 0;
}
.workflow .send-emi-prin-field-properties .list-of-fields li{
    padding-left: 0;
}
.workflow .add{
    background-image: url("../images/workflow-images/svg/add-big.svg");
    background-position: 10px;
}
.workflow .remove{
    background-image: url("../images/workflow-images/svg/remove-big.svg");
    background-position: 10px 15px;
}

.workflow .field-input-header{
    display: none;
}
.workflow .removethisiteam{
    position: absolute;
    width: 20px;
    height: 20px;
    top: -12px;
    left: 150px;
    z-index: 999;
}
.workflow .button-input-field .topmagin{
    margin-left: 0;
}

.workflow .send{
    background-image: url("../images/workflow-images/svg/send-email.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 50px;
    right: 12px;
    background-position: center;
}
.workflow .print{
    background-image: url("../images/workflow-images/svg/print.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 50px;
    right: 45px;
    background-position: center;
}
.workflow .send-emi-pri-card .grouped-items div.active{
background-color: #B3F1FF;
}
.workflow .send-emi-pri-card .activemood{
    display: block;
}
.workflow .send-emi-pri-card .contentbody{
    position: static;
}
.workflow .repetative div.active .removethis-iteam2, .repetative div.active .border-circle2{
    display: block;
}
.workflow .send-emi-pri-card div.active .removethis-iteam2, .send-emi-pri-card div.active .border-circle2{
    display: block;
}
.workflow .border-circle2{
    display: none;
}
.workflow .removethis-iteam2{
    background-image: url("../images/workflow-images/svg/remove.svg");
    width: 25px;
    height: 25px;
    border: 0;
    display: block;
    position: absolute;
    top: -15px;
    left: 46%;
    display: none;
}
.workflow .options .seletd-fields ul{
    height: 102px;
}
.workflow .send-emi-prin-field-properties .seletd-fields.datafeatch-part{
    margin: 20px;
    margin-top:0; 
}
.workflow .send-emi-prin-field-properties .datafeatch-part .list-of-fields li{
    padding-left: 10px;
}
.workflow .send-emi-prin-field-properties .datafeatch-part .list-of-fields{
    border: 1px solid #ccc;
}

.workflow .checkdis{
    pointer-events: none;
    opacity: 0.5;
}
.workflow .add-wifi-field{
    
}
.workflow .userslist{
    display: none;
}
.workflow .previewcontent.workflow .composite{
    position: fixed;
    top: 6px;
}

.workflow .defultview .composite,.workflow .defultview .repetative1,.workflow .defultview .send-emi-pri-card{
    position: absolute;
    top: -57px;
}
.workflow .showelements{
    left: -25px;
    top: 6px;
    z-index: 1;
}
.workflow .previewelements .send-emi-pri-card{
    position: fixed;
    top: 0;
    width: 333px;
}
.workflow .previewelements .showelements1{
    left: 0;
}
.workflow .previewelements .showelements2{
    left: -3px;
    top: 6px;
    z-index: 1;
}
.workflow .previewelements .repetative1{
    position: fixed;
    top: 6px;
    z-index: 1;
}
.workflow .defultview .shoewwdith{
    display:  none;
}
.workflow .previewelements .shoewwdith{
    display:  none;
}
.workflow .previewelements .conetting,.workflow .previewelements .repetative1 .conetting{
    display: none;
}
.workflow .defultview .conetting{
    display: block;
}
.workflow .add-wifi-field{
    display: none;
}
.workflow .az_1 .conetting{
    display: none;
}
.workflow .az_1 .previewelements .composite{
    left: 780px;
}
.workflow .az_1 .previewelements .showelements5{
    left: 0px;
}

.workflow .az_0 .previewelements .composite{
    left: 330px;
}

.workflow .send-emi-pri-card .btbootom{
    display: none;
}
.workflow .previewofpage div.active .removethis-iteam, .previewofpage div.active .border-circle,.workflow .border-circleful2,.workflow .previewofpage .border-circlefull, .border-circleful2{
    display: none;
}
.workflow .previewofpage .border-circle{
    display: none;
}
.workflow .dn{
    display: none;
}
.workflow .licomps{
    background-color: #EFFBFC !important;
    display: inline-block;
}
.workflow .sub{
    margin: 5px;
    width: 46%;
    font-family:robotobold;
}
.workflow .composite-field-properties{
    display: none;
}
.workflow .composite-field-properties ul{
    border: 0;
    height: auto;
}
.workflow .composite-field-properties .show-in-lead li {
    position: relative;
    padding-left: 30px;
}
.workflow .composite-field-properties .show-in-lead li .menuicon{
    background-image: url('../images/workflow-images/svg/moveable.svg');
    background-repeat: no-repeat;
    position: absolute;
    background-position: 5px 19px;
    width: 18px;
    height: 30px;
    top: -3px;
    left: 5px;
    display: none;
}
.workflow .composite-field-properties .show-in-lead div.activereli .menuicon{
    display: block;
}
.workflow .composite-field-properties .show-in-lead div.activereli{
    background-color: #B7D8F9;
    height: 42px;
}
.workflow .previewbg{
    display: none;
    z-index: 1;
    background-color: black;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@keyframes mymove {
    0% {
        left: -300px;
    }
    10%{
        left: -270px;
    }
    20% {
        left: -240px;
    }
    30%{
        left: -210px
    }
    40%{
        left: -180px;
    }
    50%{
        left: -150px;
    }
    60%{
        left: -120px;
    }
    70%{
        left: -90px;
    }
    80%{
        left: -60px;
    }
    90%{
        left: -30px;
    }
    100%{
        left: -0px;
    }
}
.workflow .previewcontent1{
    position: absolute;
    left: 36%;
    top: 83%;
    z-index: 2;

}

.workflow .send-emi-pri-card .grouped-items2{
    border: 0;
    background-color: #E9F3F4;
}
.workflow .send-emi-pri-card .grouped-items2 li{
    border: 0;
    background-color: transparent;
}
.workflow .send-emi-pri-card .aout-fill-assigment{
    display: block;
}
.workflow .table > thead > tr > th.id{
    width: 10%;
}
.workflow th.name,.workflow th.designations{
    width: 45%;
}
.workflow .add-wifi-field2{
    width: 25px;
    height: 25px;
    background: transparent;
    position: absolute;
    left: 53%;
    z-index: 1;
    top: -20px;
    cursor: pointer;
}
.workflow .usersearch .bt{
    margin-bottom: 15px;
}
.workflow .addUsers{
    display: inline-block;
    position: relative;
    top: 15px;
    left: 30px;
}
.workflow .addUsers .searchHold,.workflow  #usersHoldDiv .addUsers{
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
}
.workflow .addUsers .icon-add_user{
    display: inline-block;
}
.workflow .addUsers .searchHold input{
    display: inline-block;
    border: 0;
    width: 222px;
}
.workflow .addUsers .vLine{
    top: 5px;
    height: 27px;
    position: absolute;
    left: 261px;
}
.workflow .addUsers .icon-add_user_list{
    position: absolute;
    top: 1px;
    right: 24px;
}
.workflow .popupHold .btClose{
    position: absolute;
    top: 15px;
    left: initial;
    right: 20px;
}
.workflow .select-backgroud1{
    width: 190px;
    height: 29px;
    top: 80px;
    background-position: 1px;
    background-color: #F4F4F4;
    padding-left: 25px;
    padding-top: 5px;
    pointer-events: none;
}
.workflow .licomps .subelements div:nth-child(4){
    display: none;
}
.workflow .licomps .subelements div:nth-child(5){
    display: none;
}
.workflow .licomps .subelements div:nth-child(6){
    display: none;
}
.workflow .licomps .subelements div:nth-child(7){
    display: none;
}
.workflow .licomps .subelements div:nth-child(8){
    display: none;
}
.workflow .licomps .subelements div:nth-child(9){
    display: none;
}
.workflow .licomps .subelements div:nth-child(10){
    display: none;
}
.workflow .licomps .subelements div:nth-child(11){
    display: none;
}
.workflow .licomps .subelements div:nth-child(12){
    display: none;
}
.workflow .addfield-popup input{
    width: 100%;
    height: 41px;
    background-color: #F7F7F7;
    padding-right: 25px;
    border: 0;
}
.workflow .field-properties li.users{
    border-right: 0;
    margin-left: -3px;
}
.workflow .field-properties ul{
    border-left: 0;
    border-right: 0;
    transition: all 500ms ease;
}
.workflow .table > thead:first-child > tr:first-child > th{
    border-top: 0;
}
.workflow .usersearch{
    border-bottom: 1px solid #ccc;
}
.workflow .table-body{
    overflow: auto;
}
.workflow .lidata{
    display: inline-block;
}

.workflow .datafrom{
    display: none;
}
.workflow .inputfeild input{
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
.workflow .composite .contentheader{
    pointer-events: none;
}
.workflow .addfield-scroll{
    overflow: auto;
    height: 900px;
        margin-top: -6px;
        background-color: #F7F7F7;
        overflow-x: hidden;
    width: 100%;
}
.workflow .lidata{
    background-color: #E9F3F4 !important;
    margin-bottom: -6px;
}
.workflow .subul.workflow .az_0 .conetting{
    display: none;
}
.workflow .subul.workflow .az_0 .lineconnect1 {
    display: block;
    width: 100px;
}
.workflow .lidata .col-md-12{
    margin: 5px;
    font-family:robotobold;
}

.workflow .close{
     background-image: url("../images/workflow-images/svg/close-white.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 50px;
    right: 22px;
    background-position: center;
    top: 53px;
    opacity: 1;
    z-index: 1;
    display: none;
}
.workflow .previewtext{
    position: absolute;
    top: 45px;
    z-index: 999;
    display: none;
    left: 10px;
}
.workflow .previewtext h3{
    font-size: 25px;
    color: #fff;
}
.workflow .previewtext span{
    color: #4C96D2;
}
.workflow .app-icon{
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    
}
.workflow .text-hedaing{
    vertical-align: top;
    margin-left: 15px;
}
.workflow .list span{
    font-family: robotobold;
}
.workflow .loaderFull{
    width: 329px;
    height: 550px;
    left: 0;
    top: 51px;
    position: absolute;
}
.workflow .ui-sortable-placeholder {
    border: 3px dashed #aaa;
    height: 45px;
    width: 344px;
    background: #ccc;
}
.workflow .multi-page{
    height: 50px;
    background-color: #74DEF6;
    overflow: hidden;
}
.workflow .multi-page span{
    display: inline-block;
    padding: 15px 35px;
    padding-bottom: 11px;
    opacity: 0.5;
}
.workflow .multi-page span.activeform{
    border-bottom: 3px solid #0884C4;
    opacity: 1;
}
.workflow .icon-cross {
    background-image: url("../images/workflow-images/svg/close-black.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    left: 0px;
    margin-left: 10px;
    top: 13px;
    left: -4px;
}
.workflow .icon-cross a{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.workflow .multi-page{
    display: none;
    position: absolute;
    left: 5px;
    top: 62px;
    z-index: 1;
    width: 330px;
    cursor: pointer;
}
.workflow .icon-search{
   background-image: url("../images/workflow-images/svg/search.svg");
   right: -15px;
   top: 12px;
   background-size: 15px;
   width: 38px;
   background-repeat: no-repeat;
}
.workflow .outlinenone{
    outline: none !important;
}
.workflow .gear{
    background-image: url("../images/workflow-images/svg/gear.svg");
    display: inline-block;
    width: 40px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
input[type=text]:focus{
    box-shadow: none;
}
.workflow .propertyList-width{

}
.workflow .fieldList-width{
    width: auto;
}
.addfield-scroll div.addfield-header:nth-of-type(3) {
    margin-top: -6px;
}
.addfield-scroll div.addfield-header:nth-of-type(5) {
    margin-top: -6px;
}
.page-title{
    padding: 20px;
}
.pageProperties-area .overscroll{
    width: 87.75%;
}
.formProperties-area .overscroll{
    width: 101.75%;
}
.workflow .contentleft li>div,
.workflow .contentright li>div{
    padding: 10px;
    padding-left: 10px;
}
.workflow .leftmenu li>div{
    padding: 10px;
}
.workflow .leftmenu{
    height: 900px;
}
.panzoom{
    margin-left: 20px;
}
.subelements{
    padding: 0 10px;
}
.workflow.workflow_edit .btCreateList{
    left: inherit;
    right: -30px;
    top: -10px;
}
.new-popup {
    width: 1030px;
    height: 600px;
    background-color: #fff;
}
.new-popup-header{
    background-color: #1b9ce2;
    padding: 10px;
    color: #fff;
    font-size: 15px;
}
.new-popup-body-header{
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #ebebeb;
}
.visible-rules li{
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.visible-rules .form-group{
    margin: 0;
}
.visible-rules select.form-control{
    box-shadow: none;
    -webkit-appearance: none;
    background-color: #fafafa;
    background-position: 94% 53%;
    background-image: url("../images/arrow-dropdown2.png");
    background-repeat: no-repeat;
    width: 140px;
    font-size: 13px;
    border-radius: 2px;
    padding: 5px;
    line-height: 23px;
    height: auto;
    border-color: #d7d7d7;
}
.visible-rules{
    padding: 10px;
}
.visible-if-for{
    font-size: 14px;
    padding: 0 5px;
    min-width: 30px;
    vertical-align: middle !important;
}
.workflowCreatePage .lead-body .Data-Fetch div.list{
    padding: 0;
    border: 0;
    background-color: transparent;
}
.inline-popup-body{
    z-index: 999;
}
.drop-down-body .list-item {
    background-color: #fff;
    padding:5px;
}
.element-group-next{
    display: inline-block;
}
.addNewPopupBt.bt{
    margin-left: 20px;
    border-radius: 3px !important;
    background-color: #e6e9ea;
    border: solid 1px #d7d7d7 !important;
    color: #626262;
    margin-top: 20px;
    margin-bottom: 20px;
}
.addNewPopupBt.bt.loader{
    background-position: 98% 50%;
    background-size: 15px;
    opacity: 0.5;
}
.visible-default-setting{
    border-bottom: 1px solid #ebebeb;
}
.visible-settings .visible-rules{
    border-bottom: 1px solid #ebebeb;
}
.visible-settings .no-data{
    display: none;
}
.visible-rules{
    position: relative;
}
.delete-visible-rule{
    background-image: url(../svg/delete_red.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.workflow .contentleft li>div.visibility:after{
    background-image: url("../images/svg/field_visibility-setting.svg");
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: block;
    width: 20px;
    position: absolute;
    right: 40px;
    top:0;
    bottom: 0;
    margin: auto;
    height: 20px;
    background-size: 100%;
}
.new-popup-body{
    height: calc(100% - 100px);
    overflow: scroll;
}
.visible-Filter-input input{
    box-shadow: none;
    line-height: 20px;
}
.new-popup-footer{
    padding: 10px;
    text-align: right;
    border-top: 1px solid #d7d7d7;
}
.new-popup-footer .bt{
    background-color: transparent !important;
}
.new-popup-footer .bt.btBlue{
    color: #1b8bd2;
}
.popup-close{
    float: right;
    position: relative;
    top: -3px;
}
.popup-close:hover{
    color: #fff !important;
}
.addUsers .new-popup-body {
    height: calc(100% - 45px);
    overflow: hidden;
}

.workflow .select-stars{
    margin-bottom : 15px;
    margin-top: 0px !important;
}
.add-biometrics-users .leaderboardView .leader-board-body{
    height: calc(100% - 114px);
}
.workflowCreatePage .add-biometrics-users .app-configuration-view{
    width: calc(100% - 40px);
    margin: 20px;
    height: calc(100% - 120px);
}
.select-biometrics-location .leaderboardView ul{
    height: calc(100% - 78px);
}
.element-systemRoles{
    height: calc(100% - 62px);
}

.workflow .hideStageName .workflow-leftmenu{
    display: none !important;
}
.hideStageName .pageProperties-area{
    margin-left: 0 !important;
}

.hideStageName .spotlight{
    left: 0 !important;
    right: 175px !important;
    width: auto !important;
}