.workflowCreatePage .leftmenu {
    display: inline-block;
    height: 1026px;
    border-right: 1px solid #adb4b8;
    background-color: #F4F5FA;
}

.workflowCreatePage .header-tab {
    padding: 9px 20px;
    display: inline-block;
    padding-left: 50px;
    width: 250px;
    font-size: 17px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px center;
    background-color: #F4F5FA;
}

.workflowCreatePage .standard-Application li>div, .workflowCreatePage .custome-application li>div,.workflowCreatePage .addNewApp {
    padding: 7px 20px;
    padding-left: 50px;
    width: 250px;
    cursor: pointer;
    background-color: #F4F5FA;
}
.workflowCreatePage .standard-Application li>div:after,
.workflowCreatePage .custome-application li>div:after{
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 35px;
    top: 0;
    left: 10px;
    z-index: 2;
}
.workflowCreatePage .custome-application li>div:hover{
    /*background-color: rgba(232, 228, 251,.7);*/
    cursor: pointer;
}
.workflowCreatePage .custome-application li>div.active{
    background-color: rgba(232, 228, 251, 1);
    pointer-events: none;
    font-family: robotobold;
}

.workflowCreatePage .cle-pro, .workflowCreatePage .status {
    background-image: url("../images/svg/circle-green.svg");
}
.workflowCreatePage .appli22 {
    background-image: url("../images/svg/circle-grey.svg");
}

.workflowCreatePage .marketing {
    background-image: url("../images/svg/circle-yellow.svg");
}

.workflowCreatePage .comdatbas {
    background-image: url("../images/svg/circle-red.svg");
}

.workflowCreatePage .appli22, .workflowCreatePage .testapp>div:after {
    background-image: url("../images/svg/circle-grey.svg");
}

.workflowCreatePage .quick-view-app {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    border-right: 1px solid #e8eaee;
    height: 1026px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: scroll;
    border-left: 1px solid #adb4b8;
}

.workflowCreatePage .app-header {
    border-bottom: 1px solid #e8eaee;
    padding-top: 27px;
}

.workflowCreatePage .app-icon {
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    padding: 10px;
    background-size: 25px;
    background-position: center center;
    background-color: #fff;
    border-radius: 52px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 20px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}

.workflowCreatePage .app-name {
    display: inline-block;
    padding: 10px;
    padding-top: 0;
    vertical-align: super;
    width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.workflowCreatePage .app-name h3 {
    font-size: 21px;
    font-family: roboto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #455a64;
}

.workflowCreatePage .status {
    background-repeat: no-repeat;
    background-size: 10px;
    padding-left: 15px;
    background-position: 1px center;
}

.workflowCreatePage .status, .workflowCreatePage .users, .workflowCreatePage .vline {
    display: inline-block;
    font-family: robotobold;
    border: 0;
}

.workflowCreatePage .vline {
    border-right: 2px solid #ccc;
    height: 15px;
    vertical-align: middle;
    padding: 0 2px;
    display: none;
}
.workflowCreatePage .users{
    display: none;
}

.workflowCreatePage .users {
    padding-left: 4px;
    cursor: pointer;
}

.workflowCreatePage .edit-app {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 4px 10px;
    margin-right: 15px;
    cursor: pointer;
    width: auto;
    min-width: 1px;
    line-height: 20px;
    border: 0;
    background-color: transparent;
    color: #6B6B6B;
    position: absolute;
    top: 5px;
    right: -5px;
}
.workflowCreatePage .edit-app:after{
    content: "\e800";
    font-family: eiris-fonts;
    font-size: 18px;
    top: 2px;
    position: relative;
}
.workflowCreatePage .edit-app:hover{
    color: #323232;
    box-shadow: none !important;
}

.workflowCreatePage .about-app {

}

.workflowCreatePage .app-type, .workflowCreatePage .creater, .workflowCreatePage .app-date {
    display:block;
   width: 260px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 8px;
    vertical-align: top;
    border-bottom: 1px solid #e8eaee;
    padding: 30px 0px;
}
.workflowCreatePage .app-date{
    border: 0;
}

.workflowCreatePage .app-type {
   display: none;
}

.workflowCreatePage .creater {

}

.workflowCreatePage .about-app label {
    font-family: robotolight;
    display: block;
    opacity: 0.8;
}

.workflowCreatePage .about-app span {
    font-family: robotobold;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    display: inline-block;
}

.workflowCreatePage .form-header {
    background-color: transparent;
    border: 0;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 30px;
    opacity: 0.8;
}

.workflowCreatePage .edit-form {
    background-color: #fff;
    position: absolute;
    padding: 4px;
    top: 0;
    right: 0;
}

.workflowCreatePage .formsmenu li>div:first-child {
    padding: 15px 20px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 10px center;
    cursor: pointer;
    position: relative;
    border: 0;
    color: #626262;
}
.workflowCreatePage .formsmenu li:last-child>div .lineconnect {
    display: none;
}

.workflowCreatePage .formsmenu li>div.active {
    color: #323232;
    background-repeat: no-repeat;
    border-bottom: 4px solid #1E88E5;
    /* margin-bottom: -5px; */
    padding-bottom: 11px;
    font-family: robotobold;
}

.workflowCreatePage .lineconnect {
    background-image: url("../images/svg/line.svg");
    position: absolute;
    height: 30px;
    width: 1px;
    left: 14px;
    top: 21px;
    z-index: -1;
    display: none;
}

.workflowCreatePage .rightpart {
    display: block;
    vertical-align: top;
    background-color: #F2F4F4;
    padding: 20px;
    width: auto;
    position: absolute;
    top: 50px;
    right: 300px;
    left: 251px;
    height: auto;
    bottom: 0;

}

.workflowCreatePage .lightbulb {
    background-image: url("../images/lightbulb.png");
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    display: inline-block;
}

.workflowCreatePage .getstarhelp {
    display: inline-block;
    vertical-align: top;
    width: 1172px;
}

.workflowCreatePage .getstarhelp h1 {
    font-size: 31px;
    margin: 25px 30px;
    color: #05B2D9;
    display: inline-block;
}

.workflowCreatePage .getstarhelp span {
    font-size: 25px;
    font-family: robotolight;
    float: right;
    margin: 25px 10px;
}

.workflowCreatePage .rightpart-header .searchInputHold {
    padding: 0 20px;
}

.workflowCreatePage .searchInputHold {
    vertical-align: middle;
    display: block;
}

.workflowCreatePage .searchInputHold {
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.workflowCreatePage .rightpart-header .searchInputHold input {
    width: 100%;
    border-radius: 2px;
    background-color: #E4E6E6;
}

.workflowCreatePage .question {
    background-color: #fff;
    margin: 20px;
    padding: 20px;
}

.workflowCreatePage .question-header {
    font-size: 25px;
    margin-bottom: 20px;
}

.workflowCreatePage .downarrow {
    background-image: url("../images/svg/arrowdown.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.workflowCreatePage .showdash .form-body{
    padding: 10px;
}

.workflowCreatePage .edit-app-name label, .edit-app-type label, .edit-app-icon label, .edit-app-description label {
    font-family: robotobold;
    margin-bottom: 10px;
    display: block;
}

.workflowCreatePage .botom-marg {
    margin-bottom: 20px;
}

.workflowCreatePage .defult-icon {
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    padding: 10px;
    background-size: 25px;
    background-position: center center;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #e8eaee;
    display: inline-block;
    cursor: pointer;
}

.workflowCreatePage .select-icon {
    position: absolute;
    background-color: #F8F8F8;
    width: 270px;
    border-radius: 4px;
    padding: 10px;
    padding-right: 0;
    transition: all 500ms ease;
    opacity: 0;
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

.workflowCreatePage .defult-icon1 {
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    padding: 10px;
    background-size: 25px;
    background-position: center center;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #e8eaee;
    display: inline-block;
    cursor: pointer;
    margin: 10px 10px;
}

.workflowCreatePage .edit-app-description textarea {
    width: 400px;
    height: 150px;
    border-color: #e8eaee;
    padding: 5px;
    border: 1px solid #e8eaee;
}

.workflowCreatePage .subMenuHold {
    display: none;
}

.workflowCreatePage .mainRight {
    margin-left: 0;
    padding: 0;
    transition: none;
}

.workflowCreatePage .formsmenureports {
    display: none;
}
.workflowCreatePage.show-main-menu .left {
    left: 0px;
    width: 250px !important;
}
.workflowCreatePage .mainMenuHold {
    width: 250px;
}

.workflowCreatePage .left {
    left: -250px;
}

.workflowCreatePage .edit-app-name {
    width: 100%;
}

.workflowCreatePage .edit-app-name .searchInputHold {
    display: inline-block;
    width: 100%;
    overflow: visible;
}

.workflowCreatePage .edit-app-name .searchInputHold input {
    width: 400px;
    border-color: #e8eaee;
}

.workflowCreatePage .addNewApp {
    background-image: url(../images/svg/icon_add_circle.svg);
    background-color: #E8E7EA;
    width: 170px;
    /* height: 33px; */
    margin: 12px auto;
    background-position: 20px center;
    border-radius: 5px;
    padding: 0;
    padding: 5px;
    text-align: center;
    border: 1px solid #e8eaee;
    margin-top: 0;
    background-size: 15px;
    background-repeat: no-repeat;
}

.seletedthis {
    background-image: url("../images/svg/icon-tick-blue.svg");
    position: absolute;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    left: 40px;
    bottom: -7px;
    display: none;
}

.active .seletedthis {
    display: block;
}

.defult-icon1.active {
    border-color: #5B89E2;
    background-color: #FFF9C1;
    border-width: 2px;
    position: relative;
}

.workflowCreatePage .edit-app-footer {
    position: fixed;
    bottom: 0;
    padding: 1%;
    /* padding-left: 0; */
    background-color: #f1f1f1;
    width: auto;
    right: 0;
    left: 594px;
    border-top: 1px solid #e8eaee;
}

.workflowCreatePage .edit-app-footer div {
    float: right;
}

.workflowCreatePage .searchInputHold.OpenInput input:focus {
    border: #4d90fe solid 1px;
}

.workflowCreatePage .select-icon {
    opacity: 1;
    z-index: 999;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    top: 40px;
    left: 80px;
    transition: none;

}

.edit-app-icon {
    position: relative;
}

.select-icon::after {
}

.select-icon::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 50%;
    box-sizing: border-box;
    left: 6px;
    border: 10px solid black;
    border-color: transparent transparent #F8F8F8 #F8F8F8;
    top: 10px;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.workflowCreatePage .lead-preview {
    width: 330px;
    background-color: #fff;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.workflowCreatePage .lead-header {
    height: 52px;
    background-image: url("../svg/arrow-left2.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #1E88E5;
    text-align: center;
    color: #fff;
    width: 330px;
}

.workflowCreatePage .lead-header span {
    padding: 16px 0;
    display: block;
}

.workflowCreatePage .lead-body div {
    padding: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #e8eaee;
    cursor: default;
    background-color: white;
    position: relative;
}

.workflowPreview {
    background-color: #D3D3D3;
    height: 100%;
    position: absolute;
    width: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10.8%;
}

.workflowPreview h3 {
    color: #323232;
    font-size: 17px;
    font-family: robotolight;
    margin: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.workflowPreview input {
    border: 0;
    padding-left: 0;
    font-style: italic;
    width: 100%;
}

.workflowCreatePage .right .rHeader {
    margin-bottom: 10px;
    height: 42px;
}

.workflowCreatePage .nav-tabs {
    border: 0;
    margin-top: 0;
    margin-right: 20px;
    float: right;
}

.workflowCreatePage .nav-tabs > li.active > a {
    background-color: transparent;
}

.workflowCreatePage .nav-tabs > li > a:hover {
    background-color: transparent;
    color: #323232;
}

.workflowCreatePage .nav-tabs > li > {
    margin-right: 10px;
}

.workflowCreatePage .lead-body {
    height: 93%;
    overflow: auto;
    background-color: #fff;
    overflow-x: hidden;
}

.workflowPreview input:focus {
    outline: none;
    border: 0;
}

.workflowCreatePage .defult-icon.as-badge {
    background-image: url("../images/svg/badge.svg");
}

.workflowCreatePage .app-icon.as-badge {
    background-image: url("../images/svg/badge.svg");
}

.workflowCreatePage .defult-icon.as-star {
    background-image: url("../images/svg/star.svg");
}

.workflowCreatePage .app-icon.as-star {
    background-image: url("../images/svg/star.svg");
}

.workflowCreatePage .defult-icon.as-bulb {
    background-image: url("../images/svg/bulb.svg");
}

.workflowCreatePage .app-icon.as-bulb {
    background-image: url("../images/svg/bulb.svg");
}

.workflowCreatePage .defult-icon.as-key {
    background-image: url("../images/svg/key.svg");
}

.workflowCreatePage .app-icon.as-key {
    background-image: url("../images/svg/key.svg");
}

.workflowCreatePage .defult-icon.as-cart {
    background-image: url("../images/svg/chart.svg");
}

.workflowCreatePage .app-icon.as-cart {
    background-image: url("../images/svg/chart.svg");
}

.workflowCreatePage .holiday .nav > li > a {
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
    height: auto;
    min-width: inherit;
    padding: 10px 15px;
}

.workflowCreatePage .holiday .nav > li > a:hover {
    background-color: transparent;
}

.workflowCreatePage .right .rHeader {
    margin-bottom: 20px;
}

.workflowCreatePage .tabSection .table-header {
    background-color: transparent;
}

.workflowCreatePage #usersHoldDiv .addUsers {
    top: 10px;
    background-color: #fff;
}

.workflowCreatePage .table .table {
    background-color: transparent;
}

.workflowCreatePage .line-table tbody {
    background-color: #ffffff;
}

.workflowCreatePage .edit-app-details {
    display: inline-block;
    width: 300px;
    border-right: 1px solid;
}

.workflowCreatePage .edit-app-details .app-header {
    margin: 0;
}

.workflowCreatePage .edit-app-details .about-app {
    margin: 0;
}

.leaveNewScreen .inputDiv {
    width: 30%
}

.leaveNewScreen .inputDiv input {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}

.leaveNewScreen .inputDiv textarea {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border-color: #ccc;
    padding: 5px;
    font-size: 14px;
}

.leaveNewScreen .crateLeaveNewDiv-hearer {
    padding: 5px;
    background-repeat: no-repeat;
    background-position: 20px center;
    border-radius: 2px;
    font-family: robotomedium;
    line-height: 30px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}
.leaveNewScreen .formDropDown .crateLeaveNewDiv-hearer{
    padding: 0 10px;
}
.leaveNewScreen .crateLeaveNewDiv-body .date-setting span{
    display: block;
    font-family: Roboto;
}
.leaveNewScreen .formDropDown textarea{
    height: 70px;
    width: 500px;
    vertical-align: text-top;
    padding: 5px;
    border: 1px solid #CFD8DC;
}
.leaveNewScreen .formDropDown input{
    width: 300px;
}
.leaveNewScreen .crateLeaveNewDiv-box {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.leaveNewScreen .crateLeaveNewDiv-box.Othersetting{
    border: 0;
}
.leaveNewScreen select{
    -webkit-appearance: none;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center right 8px;
    background-color: #fff;
    border: 1px solid #bcbcbc;
    background-image: url(../images/svg/down_arrow_small.svg);
    width: 150px;
}
.leaveNewScreen .crateLeaveNewDivItems div {
    display: inline-block;
    vertical-align: top;
}
.leaveNewScreen .crateLeaveNewDivItems div.dn {
   display: none;
}

.leaveNewScreen .crateLeaveNewDiv-body {
    padding: 20px;
    display: inline-block;
    padding-top: 10px;
    min-width: 500px;
}

.leaveNewScreen .crateLeaveNewDiv-body input[type=radio] {
    border-color: #ccc;
    background-color: #fff789;
}

.leaveNewScreen .crateLeaveNewDiv-body span {
    margin-bottom: 10px;
    font-size: 13px;
    font-family: robotomedium;
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}

.leaveNewScreen .crateLeaveNewDivItems {
    padding-bottom: 10px;
    margin-bottom: 20px;

}
.leaveNewScreen .type-details .crateLeaveNewDivItems.nb{
    margin-left: 100px;
}
.leaveNewScreen .nested-div .crateLeaveNewDiv-body{
    margin-left: 50px;
}

.leaveNewScreen .nb {
    border: 0;
}

.leaveNewScreen .day-range span {
    margin-bottom: 0px;
    min-width: inherit;
}

/*.leaveNewScreen .day-range select {
    background-image: url("../images/arrow-dropdown2.png");
    padding-right: 20px;
    padding-left: 5px;
    background-repeat: no-repeat;
    background-position: 105px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 125px;
    height: 30px;
    font-size: 16px;
    border-radius: 2px;
    background-color: #E0E0E0;
}*/

.leaveNewScreen .crateLeaveNewDivItems div.day-range {
    width: 190px;
}
.leaveNewScreen .crateLeaveNewDivItems div.day-range.dn {
    display: none;
}

.leaveNewScreen .day-range input, .leaveNewScreen .setting .Items1 input[type=text] {
    width: 50px;
    margin-right: 20px;
    font-size: 14px;
    padding: 5px;
    background-color: #fff;
}

.leaveNewScreen .day-range label {
    font-size: 14px;
    font-family: roboto;
}

.leaveNewScreen .crateLeaveNewDivItems div.data-shown {
    width: 300px;
    padding: 8px;
    font-size: 12px;
}

.leaveNewScreen .crateLeaveNewDivItems.Items1 div {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.leaveNewScreen .crateLeaveNewDivItems.Items1 div input[type="checkbox"] {
    vertical-align: text-top;
}

.leaveNewScreen .crateLeaveNewDivItems.Items1 {
    margin: 0;
    padding: 0;
}

.leaveNewScreen .Items1 label {
    font-size: 13px;
}

.leaveNewScreen .setting p {
    padding-left: 35px;
    display: inline-block;
    font-size: 13px;
}

.leaveNewScreen .other-setting span {
    margin-bottom: 10px;
}

.leaveNewScreen .other-setting .crateLeaveNewDivItems div {
    width: 20%;
}

.leaveNewScreen .crateLeaveNewDivFooter {
    margin-top: 20px;
    padding: 20px;
    padding-left: 0;
    border-top: 1px solid #ccc;
}

.leaveNewScreen .crateLeaveNewDivFooter button {
    margin-right: 20px;
}

.leaveNewScreen .mainRight {

}

.leaveNewScreen .crateLeaveNewDivItems.Items1 div.squaredThree {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.leaveNewScreen .crateLeaveNewDiv-body .Items div.squaredThree {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.leaveNewScreen .left {

}

.leaveNewScreen.show-main-menu .left {

}

.leaveNewScreen .subMenuHold {

}
.leaveNewScreen .nested-div .crateLeaveNewDiv-hearer{
    display: block;
}
.date-setting{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.leaveNewScreen .squaredThree label:after{
    top: 7px;
}
.leaveNewScreen .setting .Items1 input[type=text] {
    margin-left: 5px;
}
.leaveNewScreen .right .rHeader h3{
    margin-left: 50px;
}
.leaveNewScreen .crateLeaveNewDiv .formDropDown{
    margin-top: 20px;
    margin-bottom: 30px;
}
.leaveNewScreen .crateLeaveNewDiv{
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
    height: 700px;
}
.crateLeaveNewDiv .formDropDown{
    display: block;
    height: auto;
}


.leaveNewScreenEditPage .inputDiv {
    width: 30%
}

.leaveNewScreenEditPage .inputDiv input {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}

.leaveNewScreenEditPage .inputDiv textarea {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border-color: #ccc;
    padding: 5px;
    font-size: 14px;
}

.leaveNewScreenEditPage .crateLeaveNewDiv-hearer {
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #EEEEEE;
    border-radius: 2px;
    font-family: robotobold;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
}

.leaveNewScreenEditPage .crateLeaveNewDiv-box {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.leaveNewScreenEditPage .crateLeaveNewDivItems div {
    width: 10%;
    display: inline-block;
}
.leaveNewScreenEditPage .crateLeaveNewDivItems div.dn {
   display: none;
}

.leaveNewScreenEditPage .crateLeaveNewDiv-body {
    padding: 20px;
    display: inline-block;
}

.leaveNewScreenEditPage .crateLeaveNewDiv-body input[type=radio] {
    border-color: #ccc;
    background-color: #fff789;
}

.leaveNewScreenEditPage .crateLeaveNewDiv-body span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: robotobold;
}

.leaveNewScreenEditPage .crateLeaveNewDivItems {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;

}

.leaveNewScreenEditPage .nb {
    border: 0;
}

.leaveNewScreenEditPage .day-range span {
    margin-bottom: 10px;
}

.leaveNewScreenEditPage .day-range select {
    background-image: url("../images/arrow-dropdown2.png");
    padding-right: 20px;
    padding-left: 5px;
    background-repeat: no-repeat;
    background-position: 105px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 125px;
    height: 30px;
    font-size: 16px;
    border-radius: 2px;
    background-color: #E0E0E0;
}
.date-setting input{
    background-image: url("../svg/calendar-new.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 20px;
}

.leaveNewScreenEditPage .crateLeaveNewDivItems div.day-range {
    width: 20%;
}
.leaveNewScreenEditPage .crateLeaveNewDivItems div.day-range.dn {
    display: none;
}

.leaveNewScreenEditPage .day-range input, .leaveNewScreenEditPage .setting .Items1 input[type=text] {
    width: 36px;
    margin-right: 20px;
    font-size: 14px;
    padding: 5px;
    background-color: #fff;
}

.leaveNewScreenEditPage .day-range label {
    font-size: 14px;
    font-family: roboto;
}

.leaveNewScreenEditPage .crateLeaveNewDivItems div.data-shown {
    width: 300px;
    background-color: #F0F0F0;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.leaveNewScreenEditPage .crateLeaveNewDivItems.Items1 div {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.leaveNewScreenEditPage .crateLeaveNewDivItems.Items1 div input[type="checkbox"] {
    vertical-align: text-top;
}

.leaveNewScreenEditPage .crateLeaveNewDivItems.Items1 {
    margin: 0;
    padding: 0;
}

.leaveNewScreenEditPage .Items1 label {
    font-size: 15px;
}

.leaveNewScreenEditPage .setting p {
    padding-left: 35px;
    display: inline-block;
    font-size: 15px;
}

.leaveNewScreenEditPage .other-setting span {
    margin-bottom: 10px;
}

.leaveNewScreenEditPage .other-setting .crateLeaveNewDivItems div {
    width: 20%;
}

.leaveNewScreenEditPage .crateLeaveNewDivFooter {
    margin-top: 20px;
    padding: 20px;
    padding-left: 0;
    border-top: 1px solid #ccc;
}

.leaveNewScreenEditPage .crateLeaveNewDivFooter button {
    margin-right: 20px;
}

.leaveNewScreenEditPage .mainRight {
    overflow: auto;
    overflow-x: hidden;
    margin-left: 0;
}

.leaveNewScreenEditPage .crateLeaveNewDivItems.Items1 div.squaredThree {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.leaveNewScreenEditPage .crateLeaveNewDiv-body .Items div.squaredThree {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.leaveNewScreenEditPage .left {
    left: -225px;
}

.leaveNewScreenEditPage.show-main-menu .left {
    left: 0;
}

.leaveNewScreenEditPage .subMenuHold {
    display: none;
}
.leaveNewScreenEditPage .squaredThree label:after{
    top: 7px;
}
.leaveNewScreenEditPage .setting .Items1 input[type=text] {
    margin-left: 5px;
}
.leaveNewScreenEditPage .right .rHeader h3{
    margin-left: 50px;
}
.leaveNewScreenEditPage .crateLeaveNewDiv .formDropDown{
    margin-top: 20px;
}
.leaveNewScreenEditPage .crateLeaveNewDiv{
    width: 80%;
    margin: 0 auto;
}
.workflowCreatePage .edit-app-footer div.saveButton{
  float: left;
}
.publishButton button:nth-child(1){
    margin-right: 10px;
}
.workflowCreatePage .loaderFull{
left: 0;
position: fixed;
}
#createPageParent .des{
    border-bottom: 1px solid #e8eaee;
}
#createPageParent.workflow-fullScreen .des .form-header{
 background-color: #EBEBEB;
    padding: 4px;
    padding-left: 10px;
    position: relative;
    border-bottom: 1px solid #e8eaee;
    opacity: 1;
}
.workflowCreatePage .des p{
  margin: 20px;
    margin-top: 0;
    font-weight: 900;
}
.workflowCreatePage #createPageParent.workflow-fullScreen .des p{
    margin: 10px;
}
#createPageParent.workflow-fullScreen .des{
    display: block;
}
.get-started{
    margin-top: 15px;
    margin-left: 15px;
}
.workflowCreatePage textarea:focus{
    outline: #4d90fe solid 1px;
}
.workflowCreatePage .leftmenu{
    overflow: auto;
}
.main-opiation button.loader{
    background-image: url(../images/svg/loader-black.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center right;
}
.workflowCreatePage .loader{
    background-image: url(../images/svg/loader-black.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
}
.workflowCreatePage .app-name .loader.users{
    opacity: 0.5;
}
.workflowCreatePage .users.loader{
    padding-left: 25px;
}
.workflowCreatePage .workflow-fullScreen .edit-app#editButton{
    display: none;
}
.select-icon>div > div{
    display: inline-block;
}
.workflowCreatePage .rightpart .showuser .editDetailsScroll{
    margin-right: -20px;
    overflow: scroll;
}

.leftmenu::-webkit-scrollbar { display: none; }
.quick-view-app::-webkit-scrollbar { display: none; }
.workflowCreatePage .lead-body::-webkit-scrollbar,#pageList::-webkit-scrollbar { display: none; }

.workflowCreatePage .workflow-fullScreen .app-name{

}
.workflowCreatePage .lead-body div.Composite{
    background-color: #EFFBFC;
    background-image: url(../images/workflow-images/svg/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 300px center;
}
.workflowCreatePage .lead-body div input{
    background-color: transparent;
    pointer-events: none;
    padding: 0;
}
.workflowCreatePage .lead-body div.Data-Fetch{
    background-color: #E9F3F4;
    position: relative;
    min-height: 30px;
}
.workflowCreatePage .lead-body div.Data-Fetch span{
    position: absolute;
    bottom: -1px;
    right: -1px;
    padding: 1px 15px;
    background-color: #C6CF66;
    color: #fff;
    border-radius: 2px;
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.workflowCreatePage .lead-body div.Data-Fetch input,.workflowCreatePage .lead-body div.Section-Break input{
    display: none;
}
.workflowCreatePage .lead-body div.Repeatitive span{
    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;
    width: auto;
}
.workflowCreatePage .lead-body div.Section-Break{
    font-weight: 600;
    background-color: #F6F6F6;
    font-family: robotobold;
}
.workflow .uploadOptionBar{
    margin-top: 15px;
}
.workflow .uploadOptionBar .lable01,.workflow .uploadOptionBar .checkList{
    margin: 4px 0 5px 15px;
}
.leaveNewScreen .crateLeaveNewDivItems.Items1 div.dn{
    display: none;
}
.leaveNewScreen .crateLeaveNewDivItems.Items1 div input[type="checkbox"]{
    width: auto;
    display: inline-block;
    margin-right: 4px;
    vertical-align: baseline;
}
.leaveNewScreen .crateLeaveNewDivItems.Items1 div#max_applicableSelected{
    display: inline-block;
    width: auto;
    margin: 0;
    margin-left: 10px;
}
.leaveNewScreen .crateLeaveNewDivItems.Items1 div#max_applicableSelected .day-range{
    margin: 0;
}
.leaveNewScreen .crateLeaveNewDivItems.Items1 .invalid div.dn.errorTxt,.leaveNewScreen .crateLeaveNewDivItems .invalid div.dn.errorTxt{
    display: inline-block;
    width: auto;
    margin: 0;
}
.crateLeaveNewDiv-box.setting .crateLeaveNewDiv-body .Items.Items1 input[type="checkbox"]{
    display: inline-block;
    width: auto;
}
.crateLeaveNewDiv-box.setting .crateLeaveNewDiv-body .Items.Items1 .day-range{
    display: inline-block;
    margin-left: 10px;
}
.crateLeaveNewDiv-box.setting .crateLeaveNewDiv-body .Items.Items1 .day-range input[type=text]{
    margin-left: 0;
}
.crateLeaveNewDiv-box.setting .crateLeaveNewDiv-body .Items.Items1 .day-range .errorTxt{
    width: auto;
}
.leaveNewScreen .right .rHeader{

}
.leaveNewScreen .nav-back{

}
.leaveNewScreen .hide-link{

}
/* .workflow .ui-sortable-placeholder{
    visibility: visible !important;
    border: 1px dashed #2196F3;
    height: 74px;
    background-color: #ccc !important;
}*/
.workflowCreatePage .testapp>div.published-app:after,.workflowCreatePage .status.published-app{
    background-image: url(../images/svg/circle-green.svg);
}
.workflowCreatePage .status{
    background-image: url(../images/svg/circle-grey.svg);
}
.workflowCreatePage .standardApps-View .quick-view-app,.workflowCreatePage .standardApps-View .rightpart{
    display: none;
}
.workflowCreatePage .standardApps-View #mainPage{
    position: absolute;
    margin-left: 250px;
    top: 0;
    width: auto;
    padding: 0 20px;
    height: 100%;
    left: 0;
    right: 0;
}
.workflowCreatePage .standardApps-View #mainPage .rHeader{
    height: 47px;
}
.workflowCreatePage .standardApps-View #mainPage .rHeader h3{
    height: 47px;
    line-height: 47px;
}
.workflowCreatePage .standardApps-View #mainPage .rHeader .nav-tabs{
    margin-top: 5px;
}
.standardApps-View .leaves .headerTab .breadcrumb{
    height: 50px;
}
.standardApps-View .reimbursements .headerTab .breadcrumb{
    height: 50px;
}
.workflowCreatePage .reimbursements .right .rHeader{
margin: 0;
}
.workflowCreatePage .standard-Application li>div:hover {
    cursor: pointer;
}
.workflowCreatePage .standard-Application li>div.active {
    background-color: rgba(232, 228, 251, 1);
     font-family: robotobold;
     pointer-events: none;
}
.workflowCreatePage .CreatWorkflowApp{

}
.workflowCreatePage .hide-link{
    display: none;
}
.workflowCreatePage .standard-Application.collapseApp #workflow-standardApps{
    position: absolute;
    z-index: -1;
    top: -2000px;
}
.workflowCreatePage .standard-Application #workflow-standardApps{
    transition: all 500ms ease;
}
.workflowCreatePage .custome-application.collapseApp #workflow-customApps{
    position: absolute;
    z-index: -1;
    top: -2000px;
}
.workflowCreatePage .custome-application #workflow-customApps{
    transition: all 500ms ease;
}
.workflowCreatePage .custome-application .header-tab{
    position: relative;
}
.workflowCreatePage .searchAppWorkflow{
    position: absolute;
    top: 3px;
    right: 0px;
    padding: 5px;
}
.workflowCreatePage .searchAppWorkflow .SearchIcon{
     background-image: url(../images/svg/searchBlack.svg);
     width: 30px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.searchAppWorkflow .searchHold{
    float: none;
    position: static;
    position: relative;
    left: 0px;
    height: 25px;
}
.searchAppWorkflow .searchHold input{
    width: 30px;
    height: 27px;
    border: 0;
    background-color: transparent;
}
.searchAppWorkflow .searchHold .OpenInput input{
    width: 240px;
    background-color: #fff;
    animation-name: openup;
    animation-duration: 500ms;
}
.searchAppWorkflow .searchHold .icon-search{
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}
.workflowCreatePage #mainPage #loaderRegion .loaderFull{
    left: 250px;
}
.workflowCreatePage #mainPage .tableFoot{
    position: fixed;
    bottom: 20px;
    right: 0;
    width: auto;
    left: 0;
    padding: 0 20px;
    margin-left: 250px;
}
.workflowCreatePage #mainPage .line-table .tableFoot{
    position: static;
    bottom: 20px;
    right: 0;
    width: auto;
    left: 0;
    padding: 13px;
    margin-left: 0px;
}
.workflowCreatePage .addNewApp:hover{
    background-color: #ccc;
    box-shadow: 2px 3px 10px -3px #313131;
    border-color: #ccc;
}
.notiAlertHold{
    height: 40px;
    min-height: inherit;
    position: relative;
    width: 100%;
    opacity: 1;
    animation: fadetop 500ms;
    top: 0;
    left: 0;
    color: #fff;
    border-radius: 0;
}
.success .icon-alert{
        font-size: inherit;
    position: relative;
    top: 5px;
}
.success .icon-alert:before {
    content: "\e00e";
    background: transparent;
    font-size: 28px;
    padding: 5px;
}
.notiAlertText > h5{
    display: inline-block;
    font-size: 15px;
    margin: 0;
    font-family: robotobold;
    margin-right: 10px;
    line-height: 40px;
}
.notiAlertText p{
    margin: 0;
    line-height: 40px;
    padding: 0;
    display: inline-block;
}
.notiAlertHold .btClose{
    color: #fff;
}
.notiAlertHold .btClose:hover {
    color: #fff;
}
.mainNotification{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 99999;
    width: 100%;
}
.notification{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 100%;
     z-index: 99999;
}
.notiAlertHold.error .icon-alert{
    display: inline-block;
    float: left;
    width: 40px;
    height: 100%;
    position: absolute;
    top: -1px;
    border-radius: 2px;
    background-position: center;
    background-color: transparent;
}
.notiAlertHold.success,.success{
    background-color: #92CD00;
    border-color: #92CD00;
}
.notiAlertHold.error{
    background-color: #d96a26;
}
@keyframes fadetop {
    from {
        top: 48px;
    }
    to {
        top: 0px;
    }
}
.workflowCreatePage .attendance .app-studio-page{
    margin-top: 10px;
    padding-right: 20px;
    overflow: scroll;
}
.workflowCreatePage .app-studio-page{
    margin-top: 10px;
    padding-right: 20px;
}
.workflowCreatePage .trip_meter .app-studio-page{
    margin-top: 10px;
}
.workflowCreatePage .leaves .app-studio-page{

}
.workflowCreatePage .leaves .change-newUI-holiday{

}
.workflowCreatePage .reimbursements .change-newUI-holiday{

}
.workflowCreatePage .leaves .headerTab{

}
.workflowCreatePage .reimbursements .app-studio-page{
    margin-top: 0;
}
.workflowCreatePage .reimbursements .change-newUI-holiday{

}
.workflowCreatePage .reimbursements .headerTab{

}
.workflowCreatePage .reimbursements .workflow-TempBreadCrumb.dn{
    display: block;
    position: absolute;
    top: 0;
    height: 47px;
    line-height: 47px;
}
.workflowCreatePage .leaves .workflow-TempBreadCrumb.dn{
    display: block;
    position: absolute;
    top: 0;
    height: 47px;
    line-height: 47px;
}
.workflowCreatePage .leaves .workflow-TempBreadCrumb li{
    list-style: none;
    background-image: url("../images/svg/arrow_white.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px center;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
}
.workflowCreatePage .reimbursements .workflow-TempBreadCrumb li{
    list-style: none;
    background-image: url("../images/svg/arrow_white.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px center;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
}
.workflowCreatePage .reimbursements .actionBtHold .vLine:nth-child(2){
    display: none;
}
.leaves .addUsersSection{
    margin-top: 20px;
}
.reimbursements .addUsersSection{
    margin-top: 20px;
}
.workflowCreatePage.createNewNode-popup .newNode  .btHold{
    bottom: 0;
    position: fixed;
    width: 100%;
}
.workflowCreatePage .leaves .personal-edit-user{
    margin: 0;
}
.workflowCreatePage .mainMiniLoader.loaderFull {

}
.edit-app:focus {
    outline: none;
}
.workflowCreatePage #mainPage .tableFoot button#cancelButton{
    display: none;
}
.workflow .uploadOptionBar .lable01.DT{
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: 6px;
}
#noResult{
    text-align: center;
    margin-top: 50%;
}
.customAppHeaderParent{
    position: relative;
}
.welcomeText{
    background-color: #fff;
    text-align: center;
    padding-bottom: 150px;
}
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}
.welcomeText h2{
    font-size: 20px;
    color: #7D8990;
    padding-top: 100px;
    padding-bottom: 20px;
    display: none;
}
.welcomeText h3{
    font-size: 20px;
    color: #415660;
    padding-bottom: 20px;
}
.welcomeText p{
    color: #75848B;
    width: 60%;
    margin: 0 auto;
}
.welcomeText .Logo{
    font-size: 25px;
    color: #007AE4;
    padding-bottom: 50px;
}
.welcomeText .Logo div{
    background-image: url("../images/svg/appstudio-main.svg");
    background-repeat: no-repeat;
    width: 200px;
    margin: 0 auto;
    background-position: 1px center;
    padding-top: 10px;
}
.CardPart{
    margin: 0px 25px;
}

.CardPart .row{
    margin: 0;
}
.cardOne{
    border-top: 20px solid;
    border-color: #7FDE94;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 20px;
    height: 472px;
    margin-right: 0% !important;
}
.cardTwo{
    border-top: 20px solid;
    border-color: #FFE8A0;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 20px;
    height: 472px;
    margin-right: 3% !important;
    margin-left: 3% !important;
}
.cardThree{
    border-top: 20px solid;
    border-color: #F79C82;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 20px;
    height: 472px;
    margin-left: 0% !important;
}
.ImageBox{
   margin-bottom: 20px;
    margin-top: 100px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 70px;
    top: 120px;
    position: relative;
    z-index: 1;
    animation-name: slideUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.cardOne .ImageBox{
    background-image: url("../images/png/standard_apps.png");
}
.cardTwo .ImageBox{
    background-image: url("../images/png/custom_app.png");
}
.cardThree .ImageBox{
    background-image: url("../images/png/reports.png");
}
.welcomePageApp .col-md-12{
    background-color: #7DBCF0;
    padding: 50px;
}
.HeadingBox{
    font-size: 15px;
    padding-bottom: 20px;
    position: relative;
    z-index: 99;
    background-color: #fff;
}
.AboutBox{
     color: #75848B;
    position: relative;
    z-index: 99;
    background-color: #fff;
}
.workflowCreatePage .standardApps-View .table-container .loaderFull{
    position: fixed;
    left: 251px;
    height: 100%;
    bottom: 0;
    opacity: 1;
    background-color: transparent;
    top: 95px;
}
.workflowCreatePage .table-container .loaderFull{
    position: fixed;
    left: 300px;
    height: 100%;
    bottom: 0;
    opacity: 1;
    background-color: transparent;
    top: 110px;
}
.workflowCreatePage .lead-body div.Repeatitive span{
    display: block;
}
.workflowCreatePage .litext{
    display: block;
}
.workflowCreatePage .lead-body div>label{
    margin: 5px;
    width: 46%;
    font-family: robotobold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.workflowCreatePage .lead-body div.Data-Fetch>label{
    display: block;
    width: 100%;
    margin: 10px 5px;
}
.workflow .contentleft li.removed-item {
    animation: removed-item-animation .8s cubic-bezier(.65,-0.02,.72,.29);
}

@keyframes removed-item-animation {
   0% {
        opacity: 1;
        transform: translateX(0);
    }

    30% {
        opacity: 1;
        transform: translateX(50px);
    }

    80% {
        opacity: 1;
        transform: translateX(-800px);
    }

    100% {
        opacity: 0;
        transform: translateX(-800px);
    }
}
.DiscussionFromStages .switch label{
    display: inline-block;
}
.DiscussionFromStages .switch span{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.workflow .disable{
    opacity: 0.5;
}
.workflow .zoom-in{
    outline: none;
}
.workflow .zoom-range{
    transform: rotate(270deg);
    width: 54px;
    position: absolute;
    top: 44px;
    left: -14px;
    outline:none;
}
.workflow .zoom-out{
    outline: none;
}
#panzoom{
    margin-left: 20px;
}
.orgChartRootUsers .tableHold .loaderFull{
    height: auto;
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 0;
    width: auto;
    left: 250px;
    background-position: 50% 40%;
    top: 165px;
}
.select2-search--dropdown{
    background-color: #F2EEEE;
}
.workflowCreatePage .searchHold .clearable{
    background-position: 148% 50%;
    transition: none;
}
@keyframes openup {
    from {
        width: 30px;
    }
    to {
        width: 240px;
    }
}
@keyframes closeup {
    from {
        width: 240px;
    }
    to {
        width: 30px;
    }
}
.workflowCreatePage .leftmenu .customeAppsBody{
    background-color: #F4F5FA;
}
.customAppHeaderParent{
    border-top: 1px solid #e8eaee;
}
.formsmenu{
    position: fixed;
    top: 48px;
    left: 250px;
    z-index: 9;
}
#stageDetails ul li{
    display: inline-block;
}
.workflowCreatePage .formsmenu .form-header{
    display: none;
}
.get-started{
    position: absolute;
    /* right: 80px; */
    bottom: 30px;
    text-align: center;
    width: 100%;
    margin: 0;
}
.get-started button.bt{
    background-color: #1E88E5;
    color: white;
    padding: 0 40px;
}
.workflowCreatePage  .creater{

}
.workflowCreatePage .workflow-fullScreen .creater, .workflowCreatePage .workflow-fullScreen .app-date{
    margin: 0;
    width: 100%;
    padding-left: 30px;
}
.workflowCreatePage .workflow-fullScreen .app-date{
     border-bottom: 1px solid #e8eaee;
}
.workflowCreatePage .about-app span.userName{
    color: #4197E8;
}
.workflow.preview-workflow ul li .active > .contentleft.this{

}
.workflow.preview-workflow .active .contentleft.this.Repetitive{

}
.workflow.preview-workflow .composite-active.this{
    left: -5px !important;
    position: fixed;
    top: 5px;
    box-shadow: none;
    z-index: 9;
}
.workflow.preview-workflow .contentleft.this{
    left: -5px !important;
    position: fixed;
    top: 5px;
    box-shadow: none;
    z-index: 9;
}
.preview-workflow .actionButtonMask{
    display: none;
}
.preview-workflow .hide-link{
  z-index: 9999999999;
}
.workflow.preview-workflow .composite{
    transition: none;
}
.workflow.preview-workflow .composite-active.this.form-active{
    left: 345px !important;
    position: absolute;
    top: 6px;
    box-shadow: none;
    z-index: 0;
    display: none;
}
.preview-workflow .workflowActionsButtons{
  display: none;
}
.workflow.preview-workflow .active .contentleft.RepetitiveNewCard{

}
.workflow.preview-workflow  .contentleft.RepetitiveNewCard{

}
.workflow .dragdropcontent{
    position: relative;
}
.workflow .dragdropcontent .hide-link{
    position: absolute;
    height: 52px;
    right: 30px;
    width: auto;
    top: 10px;
    left: 25px;
    margin: 0;
    padding: 0;
    display: none;
}
.workflow.preview-workflow .dragdropcontent .hide-link{
    display: block;
}
.workflow .divconatiner{
    position: relative;
}
.preview-workflow .page-head:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
}
.workflow.preview-workflow .contentleft:hover{
    z-index: 1 !important;
}
.workflow.preview-workflow .active .contentleft.this{
    left: -5px !important;
    position: fixed;
    top: 6px;
    box-shadow: none;
    z-index: 9;
}
.workflow.preview-workflow .contentleft.this.Repetitive{
    display: none;
}
.workflow .contentbody.Repetitive .bt{

}
.workflow.preview-workflow .contentleft.RepetitiveNewCard .contentbody{
    height: 555px;
}
.Action-Part li{
    text-align: center;
    height: 48px;
    line-height: 48px;
    background-color: #04D1FF;
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    border: 1px solid #fff;
    border-right: 0;
    border-top: 0;
    min-width: 65px;
    flex-grow: 1;
}
.workflowCreatePage .action-one div{
    width: 330px;
    border: 0;
}
.workflowCreatePage .action-two div{
    width: 164.5px;
}
.workflowCreatePage .action-three div{
    width: 109px;
}
.workflowCreatePage .action-four div{
    width: 81.7px;
}
.workflowCreatePage .action-five div{
    width: 65.2px;
}
.Action-Part li:last-child{

}
.lead-preview div.Action-Part{
    height: auto;
        position: relative;
    bottom: 45px;
    left: 0;
}
.lead-body ul{
    padding-bottom: 70px;
}
.workflowCreatePage .lead-preview{
    position: relative;
}
.workflow .formulaItems{
    margin: 10px;
  height: 40px;
    margin-top: 0;
    position: relative;
    top: 50px;
}
.workflow .RepetitiveNewCard .LeftFormulaItems,.workflow .RepetitiveNewCard .RightFormulaItems{
    display: inline-block;
     width: 49%;
    float: left;
    color: #fff;
    padding: 3px;
    border: 1px dashed #C7DA85;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.workflow .RepetitiveNewCard .LeftFormulaItems:hover,.workflow .RepetitiveNewCard .RightFormulaItems:hover{
    border: 1px dashed #fff;
    background-color: #40b0e2;
}
.workflow .RepetitiveNewCard .LeftFormulaItems.active,.workflow .RepetitiveNewCard .RightFormulaItems.active{
    background-color: #03A9F4;
}
.workflow .LabelName{
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    /* text-align: left; */
    line-height: 29px;
    position: relative;
    padding-right: 5px;
}
.workflow .activetext{

}
.workflow .RepetitiveNewCard .LabelName{
    padding-right: 0;
}
.workflow .contentleft.RepetitiveNewCard .contentheader{
    height: 100%;
    background-position: 10px 8px;
    height: 97px;
}
.workflow .RepetitiveNewCard {
    position: absolute;
    top: 0px;
    left: 345px;
    margin-left: 30px;
    opacity: 1;
    cursor: default;
    z-index: 1;
}
.workflow .RightFormulaItems{
    margin-left: 5px;
}
.workflow .RightFormulaItems.activetext{
    position: relative;
    border: 1px dashed #C7DA85;
}
.workflow .LeftFormulaItems.activetext{
    position: relative;
     border: 1px dashed #C7DA85;
}
.workflow .RightFormulaItems.activetext .border-circleRe{
   display: block;
}
.workflow .LeftFormulaItems.activetext .border-circleRe{
    display: block;
}
.workflow .RightFormulaItems .border-circleRe{
   display: none;
}
.workflow .LeftFormulaItems .border-circleRe{
    display: none;
}
.workflow .contentbody.Repetitive .bt{
    width: 100%;
    pointer-events: none;
}
.workflow .contentbody.Repetitive .bt:focus{
    outline: none;
}
.AddItems{
    padding: 10px;
}
.workflow .SummaryPart{
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    padding: 10px;
    height: 90px;
    position: relative;
}
.workflow .SummaryHeader{
    font-weight: 600;
    color: #6DABEC;
}
.workflow .SummaryPartLeft,.SummaryPartRight{
    width: 50%;
    float: left;
}
.workflow .SummaryPart .btClose::before{
    content: '';
}
.workflow .SummaryPart .icon-cross{
    position: absolute;
    right: 8px;
    left: inherit;
    background-size: 7px;
    background-color: #ccc;
    background-position: center;
    border-radius: 45%;
    top: 8px;
    display: none;
}
.workflow .fields-type .formDropDown .noIcon select{
    text-transform: none;
}
.workflow .lineconnect1 {
  background-image: none;
  right: -38px;
    width: 1px;
}
.workflow .lineconnect1::before{
    background-image: url("../svg/circle.svg");
    content: '';
   width: 8px;
    height: 8px;
    display: inline-block;
    left: -23px;
    position: absolute;
    top: -3px;
}
.workflow .lineconnect1::after{
    background-image: url("../svg/circle.svg");
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: -19px;
    bottom: -3px;
}
.JointLine1{
    width: 20px;
    height: 1px;
    background-color: #687E89;
    position: absolute;
    right: 0;
}
.JointLine2{
    width: 20px;
    height: 1px;
    background-color: #687E89;
    bottom: 0;
    position: absolute;
}
.workflow .RepetitiveNewCard.contentleft .contentbody{
    min-height: 495px;
    cursor: default;
    pointer-events: none;
}
@keyframes boxOpen {
    from {

        opacity:0;
    }
    to {

        opacity: 1;
    }
}
@keyframes boxOpen2 {
    from {

        opacity:1;
    }
    to {

        opacity: 0.8;
    }
}
.appFieldDiv{
animation-name: boxOpen;
    animation-duration: 1s;
}
.field-propertie .switch.topmagin{
    margin-bottom: 15px;
}
.clear{
    clear: both;
}
.top,.bottom{
    display: none;
}
.boxThick#larger{
    height: 50px;
}
.boxThick#smaller{
    height: 5px;
}
#thin .top{
    display: block;
}
#thin .middle{
    display: none;
}
#thin .bottom{
    display: none;
}
.generalContent label.thin{
    padding: 8px 5px;
}
.generalContent label.noLine{
    padding: 8px 5px;
}
.boxThick#thin{
    height: 5px;
}
.boxThick#nobackground{
    background-color: transparent;
}
.workflowCreatePage .switch {
    margin-top: 3px;
}
.workflowActions label.actionHeader,.generalContent, .collaborateContent{
    padding-bottom: 0;
}
.workflowActions .generalActions label.actionHeader{
    padding-bottom: 15px;
}
.actionHeader input{
    width: auto !important;
    display: inline-block !important;
    margin-right: 10px;
}
.generalContent label {
    padding-bottom: 0;
    padding: 5px;
    width: 230px;
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.generalContent label input{
    margin-right: 10px !important;
    width: auto;

}
.generalContent label label{
    border: 0;
    height: 31px;
    width: 100px;
    margin: 0;
    display: inline-block;
    background-color: #dbdbdb;
    vertical-align: top;
    pointer-events: none;
}
.generalContent label label span{

}
.formulaItems label{
    cursor: pointer;
    line-height: 29px;
}
.workflow .LabelName::after{
    content: ':';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.workflow .RepetitiveNewCard .contentheader span{
    position: absolute;
    height: 97px;
    width: 330px;
    padding: 10px;
    z-index: 1;
}
.workflow.actionButton-present .spotlight {
    opacity: 0.8;
    display: block;
    background-color: #FFFFFF;
    pointer-events: none;
    left: 171px;
    top: 109px;
    right: 446px;
    width: auto !important;
}
.actionButton-present.workflow .contentleft li > .js-item:hover {
    position: relative;
    z-index: 4;
}
.actionButton-present.workflow .contentleft .contentheader:hover {
    position: relative;
    z-index: 4;
}
.actionButton-present.workflow .contentleft li > .js-item:hover .actionButtonMask{
    z-index: -1;
}
.workflow.actionButton-present .contentleft li > .js-item:hover {
    border: 1px dashed #2196F3;
}
.workflow.actionButton-present .LeftFormulaItems, .workflow.actionButton-present .RightFormulaItems{
    z-index: 0;
}
.workflow.component-scroll-right .LeftFormulaItems, .workflow.component-scroll-right .RightFormulaItems{
    z-index: 0;
}
.workflow.component-scroll-right .RepetitiveNewCard:hover .LeftFormulaItems, .workflow.component-scroll-right .RepetitiveNewCard:hover .RightFormulaItems{
    z-index: 2;
}
.workflow.actionButton-presen.component-scroll-right.stageSidePanel-close .spotlight{
  left: 10px;
}
.workflow.actionButton-present.stageSidePanel-close .spotlight{
  left: 10px;
}
.workflowCreatePage .lead-body div.list>label{
    width: 100%;
}
.workflowCreatePage .lead-body div.Section-Break.underline{
    background-color: transparent;
    border-bottom: 5px solid #dbdbdb;
    padding-bottom: 0;
}
.operatorsHold .operator{
    width: 36px;
}
.workflowCreatePage .lead-body div.Section-Break.none{
    background-color: transparent;
}
.ms-options-wrap > .ms-options > .ms-selectall.global{
    width: 100%;
    background-color: #e0e0e0;
    margin: 0;
    padding: 4px 5px;
}
.fileNameHolder{
    margin-bottom: 10px;
}
.userFile{
    background-image: url("../images/svg/arrow-thin.svg");
    background-repeat: no-repeat;
    background-position: center right 45%;
    background-size: 25px;
}
.SelectAllLabel{
    width: 100%;
    padding: 5px 5px;
}
.workflow .field-properties .ms-options-wrap .SelectAllLabel input{
    margin-right: 8px;
    vertical-align: initial;
}
.ButtonRulesPresent .fullScreenPopupbg.dn{
    display: block;
}
.ButtonRulesPresent .fullScreenPopup>div{
    width: 1100px;
    height: auto;
    min-height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    border-radius: 4px;
    margin: 0 auto;
}
.ButtonRuelsHeader{
    padding: 10px;
    background-color: #EBEBF1;
    font-family: robotobold;
}
.RuleName label{
    display: block;
}
.RuleButtons .addOver.buttonActionName {
     border-right: none;
 }
.RuleName{
    padding: 20px;
}
.RuleName input{
    width: 155px;
    border-radius: 4px;
}
.RuleFilter{
   margin: 0 20px;
    padding-bottom: 10px;
}
.ButtonRuels select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f7f7f7 url(../images/arrow-dropdown2.png) no-repeat scroll 96% 49%;
    padding: 5px;
    width: 100px;
}
.RuleFilter label{
    padding: 0 5px;
}
.ButtonRuelsItems{
    padding: 5px;
    height: 36px;
    cursor: pointer;
}
.ButtonRuelsItems.active{
    background-color: #F8F8F8;
}
.ButtonRuelsList.active{
    background-color: #F8F8F8;
}
.RuleItems{
    margin: 0 20px;
    border: 1px solid #ccc;
    min-height: 40px;
    border-radius: 4px;
}
.ButtonRuelsItems div.addOver{
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.RuleButtons{
    margin: 20px;
    border: 1px solid #ccc;
    margin-top: 0;
    border-radius: 4px;
}
.ButtonRuelsList{
    padding: 5px;
    cursor: pointer;
    height: auto;
}
.ButtonRuelsList.activeButton{
    position: relative;
}
.RuleButtons .addOver{
    width: auto;
    display: inline-block;
    float: left;
    border-radius: 4px;
}
.AddRule,.RemoveRule{
        width: 20px;
    height: 20px;
    display: inline-block;
    margin: 5px 5px;
    border: 1px solid #ccc;
    border-radius: 100%;
    vertical-align: middle;
    cursor: pointer;
    background-size: 11px;
    background-position: center;
     background-repeat: no-repeat;
}
.RemoveRule{
    background-image: url(../images/workflow-images/svg/close-black.svg);
    background-size: 10px;
}
.AddRule{
    background-image: url(../images/workflow-images/svg/add-blue.svg);
    border-color: #07B0EF;
}
.ButtonRuelsItems select,.ButtonRuelsItems input{
    border-radius: 0;
    width: 168px;
    border-color: #ccc;
   height: 25px;
    font-size: 12px;
    line-height: 25px;
    padding: 0 5px;
    border-radius: 4px;
}
.ButtonRuelsItems div.addOver.AddRemoveRule{
        margin-left: 10px;
    float: right;
    margin-top: -2px;
    margin-right: 0;
}
.AppRuels select{

}
.RuleButtons .addOver.bt{
    height: 30px;
    line-height: 30px;
    width: 168px;
    text-align: start;
    padding-left: 5px;
    background-color: #FFFFFF;
}
.ButtonRuelsFooter .bt.btColor{
    background-color: #1891E2;
    color: #fff;
}
.ButtonRuelsFooter .bt{
    background-color: #fff;
}
.ButtonRuelsFooter{
    background-color: #E3E3E3;
    padding: 10px;
}
.ButtonRuelsFooter div{
    text-align: right;
}
.closeButtonRule{
    background-image: url(../images/workflow-images/svg/close-black.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}
.ButtonRuelsName{
    display: inline-block;
}
.labelButtons{
    padding: 0 20px;
    padding-top: 20px;
}
.ButtonRuelsItems .AppFields select{
    background-color: #fff;
}
.RuleButtons .addOver.bt.Assign{
    background-image: url(../images/workflow-images/svg/gear.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}
.field-propertie .DateTimePro .switch.topmagin{
    margin: 0;
}
.DateTimePro .cmn-toggle + label{
    display: inline-block;
    width: 39px;
    height: 18px;
}
.DateTimePro input.cmn-toggle-round + label:after{
    width: 15px;
}
.DateTimePro .switch span{
    vertical-align: super;
    margin-left: 10px;
}
.No-of-day{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.No-of-day>div{
    width: 45px;
    float: left;
}
.workflow .field-properties .No-of-day input{
    width: 100%;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    text-align: center;
}
.Date-range select{
    -webkit-appearance: none;
    border-radius: 2px;
    padding: 5px;
    width: 150px;
    background: #f7f7f7 url(../images/arrow-dropdown2.png) no-repeat scroll 96% 49%;
    cursor: pointer;
}
.DateTimePro .fields-type{
    margin-top: 10px;
    margin-bottom: 20px;
}
.No-of-day div.plusmins{
    width: 21px;
    position: relative;
    border: 1px solid #ccc;
    border-right: 0;
    cursor: pointer;
}
.No-of-day div.plusmins input.minusValue{
    display: none;
}
.Arrow .No-of-day div.plusmins input.minusValue{
    display: block;
}
.Arrow .No-of-day div.plusmins input.plusValue{
    display: none;
}
.workflow .field-properties .No-of-day div.plusmins input{
    width: 20px;
    border:0;
    text-align: center;
    cursor: pointer;
}
.workflow .field-properties .No-of-day input[type=number]::-webkit-inner-spin-button,
.workflow .field-properties .No-of-day input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ArrowInc{
    width: 20px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
}
.Date-range label{
    min-width: 30.5px;
}
.timepart{
    margin-top: 20px;
    width: 270px;
    border-top: 1px solid #ccc;
    margin-left: -15px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.Date-range,.defaultValue{
    width: 240px;
}
.form{
    margin-bottom: 10px;
    margin-top: 10px;
}
.defaultValue{
    margin: 20px 0;
}
.workflow .field-properties .defaultValue input{
    line-height: inherit;
}
.workflow .field-properties .showOnlyinCustom input{
    line-height: inherit;
}
.workflow .field-properties .TimeValue input{
    line-height: inherit;
}
.showOnlyinCustom{
    display: none;
    width: 240px;
    margin: 10px 0;
}
.TimeValue{
    width: 240px;
     margin: 10px 0;
}
.ButtonType{
    position: absolute;
    width: 232px;
    background-color: #fff;
    max-height: 130px;
    overflow: auto;
    border: 1px solid #ccc;
    top: 35px;
    z-index: 1;
    border-radius: 4px;
    border-top-right-radius: 0;
    left: 6.4px;
    display: none;
}
.ButtonType li{
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.ButtonType ul{

}
.ButtonType li:last-child{
    border: 0;
}
.RuleButtons .activeButton .AddRemoveRule .AddRule{
    border-radius: 50% 50% 0% 0%;
    background-color: #fff;
    position: relative;
    border-color: #ccc;
}
.RuleButtons .activeButton .AddRule{
    border-radius: 50% 50% 0% 0%;
    background-color: #fff;
    position: relative;
    border-color: #ccc;
}
.ButtonRuelsList.activeButton .ButtonType{
    display: block;
    left: inherit;
    top: 31px;
    right: 3px;
}
.RuleButtons .addOver.ButtonRuelsType{
    position: relative;
}
.activeButton .AddRemoveRule .AddRule::after{
    content: '';
    display: block;
    width: 20px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 16.4px;
    z-index: 2;
    left: -1px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.activeButton .AddRemoveRule .AddRule::before{
    content: '';
    display: block;
    width: 20px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 21.4px;
    z-index: 2;
    left: -1px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.activeButton .AddRule::after{
    content: '';
    display: block;
    width: 20px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 16.4px;
    z-index: 2;
    left: -1px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.activeButton .AddRule::before{
    content: '';
    display: block;
    width: 20px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 21.4px;
    z-index: 2;
    left: -1px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.ButtonRuelsList.activeButton.AddConditions .ButtonType{
    left: 3px;
    top: 31px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
}
.RuleButtons .addOver.er{
    margin-left: 3px;
}
.RuleButtons .er .AddRule{
        left: 4px;
    position: relative;
}

.ButtonRulesPresent .fullScreenPopup > div{
    display: block;
}
.QRdisplay img{
   margin: 58px auto;
    width: auto;
    padding: 27px;
    transform: scale(0.78);
    background-color: #fff;
}
.QRdisplay canvas{
    margin: 58px auto;
    padding: 27px;
    transform: scale(0.78);
    background-color: #fff;
}
.qr-loader .LoderIcon{
    background-image: url(../svg/rolling.svg);
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    height: 425px;
    position: absolute;
    width: inherit;
    z-index: 9;
}
#qrParent.qr-refresh .LoderIcon{
    height: 258px;
    position: absolute;
    width: 258px;
    background-color: #3494E8;
    opacity: 0.8;
    top: 84px;
    margin: 0 26px;
    pointer-events: none;
    z-index: 9;
    transform: scale(0.78);
    display: block;
}
.re-fresh{
   display: none;
}
#qrParent.qr-refresh .re-fresh{
    display: block;
     height: 425px;
    position: absolute;
    width: inherit;
    text-align: center;
    margin-top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}
.qr-refresh#qrParent{
    pointer-events: auto;
    cursor: pointer;
}
#qrParent.qr-refresh span{
    width: 90px;
    height: 80px;
    margin: 0 auto;
    color: #fff;
    display: block;
}
#qrParent.qr-refresh span p{
    margin-top: 10px;
    font-family: roboto;
}
.android,.ipone{
    width: auto;
    display: inline-block;
    color: #4A4C50;
}
.android,.ipone{
 padding: 10px 30px;
}
.DowIcon{
    background-image: url('../svg/andriod.svg');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.ipone .DowIcon{
     background-image: url('../svg/iphone.svg');
}
.DownloadOptions{
    margin-bottom: 30px;
    font-size: 12px;
    color: #47494D;
}
.re-icon{
    background-image: url('../svg/refresh.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 34px;
    display: inline-block;
    background-size: 100%;
}
.error-msg .errorTxt{
    display: block;
}
.error-msg.fieldHold{
  position: relative;
}
.errorTxt.OverAllErrors{
    position: absolute;
    width: 20px;
    height: 30px;
    right: 30px;
    top: 30px;
}
.errorTxt.OverAllErrors{
    background: url(../images/svg/notification.svg) no-repeat scroll left center transparent;
    background-size: 20px;
    background-position: right;
    cursor: pointer;
}
.errorTxt.OverAllErrors:hover::before{
    content: "Error";
    width: 40px;
    display: block;
    background-color: #EA4C41;
    position: absolute;
    left: -17px;
    top: -27px;
    z-index: 9;
    border-radius: 4px;
    padding: 0px 4px;
    color: #fff;
}
.errorTxt.OverAllErrors:hover::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #EA4C41 transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: 5px;
}
.js-minGreaterThanMax .errorTxt.OverAllErrors{
    top: 3px;
}
.js-minGreaterThanMax .errorTxt.OverAllErrors:hover::before{
    content: 'Select valid Date';
    width: 215px;
    left: -192px;
}
.MinLengthBox .errorTxt.OverAllErrors:hover::before{
    content: 'Enter valid min lenght';
    width: 155px;
    left: -132px;
}
.MaxLengthBox .errorTxt.OverAllErrors:hover::before{
    content: 'Enter valid max lenght';
    width: 157px;
    left: -134px;
}
.edit-hashtag .errorTxt.OverAllErrors:hover::before{
    content: 'Enter valid hash tag';
    width: 141px;
    left: -118px;
}
.js-minGreaterThanMax .errorTxt.OverAllErrors:hover::before{
    top: -31px;
}
.fieldHold.invalid{
    position: relative;
}
.workflowCreatePage .right .rHeader{
    border-color: #e8eaee;
}
.DateTimePro{
    margin: 0 15px;
}
.orgChartRootUsers .bulkUploadButton{
    left: 10px;
    background-image: none;
    padding: 0 20px;
    background: #e0e0e0;
    border-color: #cccccc;
    color: #323232;
}
.orgChartRootUsers .bulkUploadButton:hover{
    background-color: #cecece;
    cursor: pointer;
}
.orgChartRootUsers .addUs{
    margin-right: 5px;
}
.workflow .form-properties .DateTimePro .errorTxt{
    right: -28px;
}
.No-of-day.invalid{
    position: relative;
}
.workflow .form-properties .DateTimePro .form [data-tooltip]:hover:before{
    left: -117px;
    top: -4px;
}
.workflow .form-properties .DateTimePro .form [data-tooltip]:hover:after{
    top: 18px;
}
.workflow .form-properties .DateTimePro .to [data-tooltip]:hover:before{
    left: -114px;
    top: 57px;
}
.workflow .form-properties .DateTimePro .to [data-tooltip]:hover:after{
    top: 49px;
    transform: rotate(180deg);
}
.element-container.invalid{
    position: relative;
}
.editUser .errorTxt{
    position: absolute;
}
.DateIcon{
    position: absolute;
   width: 187px;
    height: 34px;
    top: 10px;
    margin-right: 33px;
    display: none;
}
.timepart .invalid{
    position: relative;
}
.workflow .field-properties .timepart input{
    width: 220px;
    background-color: #fff;
    cursor: pointer;
    background-image: url('../svg/clock.svg');
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 20px;
    display: inline-block;
}
.workflow .form-properties .DateTimePro .timepart .errorTxt{
    right: -5px;
}
 .workflow .form-properties  .timepart [data-tooltip]:hover:before{
    left: -110px;
}
.popover.top>.arrow{
    bottom: -11px;
    border-top-color: #ccc;
}
.timepart .DateIcon{
    top: 0;
}
.as-bug{
    background-image: url(../images/workflow-images/appicon/as-bug.svg);
}
.as-check{
 background-image: url(../images/workflow-images/appicon/as-check.svg);
}
.as-clean{
 background-image: url(../images/workflow-images/appicon/as-clean.svg);
}
.as-contact_app{
 background-image: url(../images/workflow-images/appicon/as-contact_app.svg);
}
.contentbody ul{
    min-height: 300px;
}
.subSection .loaderFull{
    top: 5px;
}
.editUser .formHold input{
  line-height: inherit;
    padding: 5px 5px 5px 5px;
    height: 33px;
}
.editUser .icon-cross:before{
  top: 7px;
}
.editUser .fullScreenPopup>div, .fieldpopup>div{
   overflow: initial;
    overflow-x: initial;
}
.considerHoliday{
    margin-top: 10px;
}
.locationPart input.cmn-toggle-round:checked + label:before,.considerHoliday input.cmn-toggle-round:checked + label:before {
    background-color: #5ed876;
    border: 1px solid #5ed876;
}
.workflowCreatePage input:focus {
    border: #4d90fe solid 1px;
}
.signin .login-block{
    width: 40%;
    padding: 85px 35px;
    float: left;
    display: none;
    background-color: #FAFAFA;
}
.QRdisplay{
    pointer-events: none;
}
.qr-refresh .QRdisplay{
    pointer-events: auto;
}
.quick-view-app #description{
    max-height: 130px !important;
}
.workflow .active div.lineconnect1{
    opacity: 1;
}
.workflow .active .contentleft  div.lineconnect1{
    opacity: 0.5;
}
.workflow .composite-active .lineconnect1{

}
.workflow .contentleft li > .js-item:hover .lineconnect1{

}
.AssignButtonRules{
    position: absolute;
    width: 800px;
    top: 0;
    right: -870px;
    height: 100%;
    background-color: #fff;
    transition: all 500ms ease;
}
.OpenAssignRules.AssignButtonRules{
    right: 0;
    z-index: 9;
}
.GoBackToRules{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../svg/arrow-right2.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    position: relative;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
}
.AssignButtonRules .ButtonRuelsHeader{
    padding: 7px;
}
.AdvanHeader{
    background: #fff url(../images/arrow-dropdown2.png) no-repeat scroll 96% 49%;
    font-family: robotobold;
    width: 130px;
}
.UserImageIcon{
    background-image: url(../svg/profile-user.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: bottom;
}
.AddUserPart{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px;
    margin-left: 10px;
    background-color: #F9F9F9;
}
div.AddUserPart:first-child{
    margin: 0;
}
.SettingContainer.UserPart span{
    display: inline-block;
    padding: 3px;
    border: 1px solid #ccc;
    width: 615px;
    overflow: auto;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
}
.designationName{
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: initial;
    width: 77px;
}
.designationName .UserNamePart{
    font-family: robotobold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.DeleteThisUser{
    background-image: url(../images/workflow-images/svg/close-black.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 11px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
}

.AddUserPart.WithText{
    vertical-align: bottom;
    width: 106px;
    border:0;
    background-color: #fff;
    margin: 0;
}
.AddUserPart.WithText input{
    border: 0;
    width: 100%;
}
.SettingContainer.UserPart span.showUsersDropdown{
    position: absolute;
    width: 180px;
    right: 1px;
    border-top: 0;
}
.SettingContainer.UserPart span.showUsersDropdown.dn{
    display: none;
}
.showUsersDropdown .AddUserPart{
    display: block;
    margin: 0;
    cursor: pointer;
}
.SettingContainer.UserPart{
    position: relative;
}
.showUsersDropdown .designationName{
    width: 100%;
}
.SelectUserlist{
    position: absolute;
    right:1px;
    color: #77B5EE;
    cursor: pointer;
}
.AssignButtonRules .ButtonRuelsFooter{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.AppUserList{
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 96%;
    height: 91%;
    top: 0;
    opacity: 1;
    margin: 2%;
}
.addUserCls .AppUserList{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideUpReturn;
}
.selectUserCls .AppUserList{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideUpTwo;
    display: block;
}
.AppUserList.dn{

}
.workflow .buttonShowPart.dn{
    display: block;
}
.ShowUserList.AppUserList{
    top: 0px;
}
.SearchPArt .actionBtHold{
    margin: 10px;
}
.SearchPArt .searchHold{
    left: 152px;
    float: none;
}
.closeButtonRuleUser{
    background: hsla(0, 0%, 100%, 0.01) url(../images/arrow-dropdown2.png) no-repeat;
    width: 20px;
    height: 10px;
    display: inline-block;
    float: right;
    margin-top: 3px;
    transform: rotate(180deg);
    cursor: pointer;
}
.AddUserPart.WithText.plusUser button{
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 10px;
    min-width: 40px;
    position: absolute;
    top: 0px;
    left: 210px;
    display: none;
}
.AddUserPart.WithText.plusUser{
    width: auto;
}
.AddUserPopup{
    position: absolute;
    right: -1000px;
    z-index: 9;
    transition: all 500ms ease;
    top: 0px;
    width: 100%;
}
.showUnSelect .AddUserPopup{
    display: block;
    right: 0px;
    transition: all 500ms ease;
    background-color: #fff;
}
.AddUserPopup .ButtonRuelsHeader{
    border-top: 1px solid #ccc;
}
.AddUserPopup .line-table{
    background-color: #fff;
}

.newheight{
    transition: all 500ms ease;
}
.configPart.SettingContainer select{
    width: 100px;
    border-radius: 2px;
    background-color: #fff;
    border-color: #ccc;
}
.SettingContainer.Radio span.Depth label{
    width: 70px;
}
.SettingContainer.Radio span.Depth{
    display: inline-block;
    background-color: #F5F5F5;
    padding-left: 5px;
    border: 1px solid #ccc;
    margin-left: 10px;
}
.SettingContainer.Radio span.Depth input{
    border:0;
    border-left: 1px solid #ccc;
    width: 40px;
    text-align: center;
}
.SettingContainer.Radio span.Depth select{
    border:0;
    border-left: 1px solid #ccc;
    border-radius: 0;
}
.SettingItems{
    display: inline-block;
    width: 575px;
    border: 1px solid #ccc;
    padding: 3px;
}
.SettingContainer .Removeconfi{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 100%;
    vertical-align: middle;
    cursor: pointer;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/workflow-images/svg/close-black.svg);
    float: right;
}
.SettingContainer .AddRule{
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}
.LineDepth{
    position: absolute;
    height: 100%;
    left: 111px;
    top: 25px;
}
.LineH{
    width: 1px;
    height: 77.5%;
    background-color: #ccc;
    position: absolute;
    left: 110px;
    margin: 25px 0;
}
.LineV{
    width: 15px;
    height: 1px;
    background-color: #ccc;
}
.LineV:after{
    background-image: url(../svg/circle.svg);
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -4px;
}
div.listTD.userConfi .LineDepth{
    top: 40px;
}
.configPartUser .SelectUserlist{
    width: auto !important;
    top: -13px;
    font-size: 11px;
    right: 0px;
}
.RuleButtons .addOver.buttonActionName{
    width: 150px;
    height: 25px;
    background-color: #fff;
    border:1px solid #ccc;
    padding-left: 5px;
}
.ButtonRuels .buttonGoToPage select{
    padding: 0;
    border-radius: 0;
    border: 0;
    height: 23px;
    padding-left: 5px;
    width: auto;
    padding-right: 20px;
    font-family: robotomedium;
    border-radius: 4px;
    width: 120px;
}
.buttonGoToPage{
    border: 1px solid #ccc;
    margin-right: 20px;
}
.avtionLevel{
    margin-right: 10px;
}
.buttonGoToPage label{
    padding-left: 5px;
    padding-right: 10px;
    background-color: #fff;
}
.RuleButtons .addOver.avtionLevel{
    position: relative;
    width: auto;
}
.avtionLevel .AddRule{
    margin: 0;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.ButtonRuelsList .AddRule,.ButtonRuelsList .RemoveRule{
    margin: 3px;
    vertical-align: sub;
}
.AddRemoveRule{
    height: 25px;
}
.RuleButtons .addOver.AddRemoveRule{
    float: right;
}
.avtionLevel span{
    vertical-align: top;
}
.assignAs{
    position: absolute;
    width: 150px;
    left: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
    animation-name: openAction;
    animation-duration: 500ms;
}
.assignAs li{
    border-bottom:1px solid #ccc;
    padding: 3px;
}
.assignAs li:last-child{
    border: 0;
}
.addActionLevel{
    border: 1px dashed #ccc;
    background-color: #fff;
    height: 25px;
    padding-left: 5px;
    border-radius: 2px;
    position: relative;
}
.buttonShow .manager,.buttonShow .custom{
    border: 1px solid #ccc;
    height: 25px;
    padding-left: 20px;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center left 3px;
    display: inline-block;
    width: 120px;
    position: relative;
}
.buttonShow .manager:hover,.buttonShow .custom:hover{
    background-image: url(../svg/draggable.svg);
}
.buttonShow .active .manager,.buttonShow .active .custom{
    background-image: url(../svg/draggable.svg);
}
.buttonShow{

}
.RuleButtons .addOver.ButtonRuelsType{
    width: 100%;
    float: none;
}
.activeButton .addActionLevel .AddRule::before{
    display: none;
}
.activeButton .addActionLevel .AddRule::after{
    display: none;
    background-color: #F8F8F8;
}
.avtionLevel .LineH{
    left: -23px;
    margin: 10px 0;
    top: 3px;
    height: auto;
    bottom: 0;
}
.avtionLevel .LineDepth{
    left: -23px;
    top: 12px;
}
.Obc{
    position: relative;
}
.avtionLevel .addActionLevel .LineDepth{
    top: 13px;
}

.closeThisLevel{
    width: 20px;
    height: 23px;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #ebe9e9;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/workflow-images/svg/close-black.svg);
    background-size: 11px;
    cursor: pointer;
}
.buttonShow .manager:hover .closeThisLevel,.buttonShow .custom:hover .closeThisLevel{
    display: block;
}
.buttonShow .active .closeThisLevel{
    display: block;
}
.ShowThisLevelUser{
    color: #209AE7;
    height: 23px;
    text-align: center;
    padding: 0 5px;
    line-height: 23px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    font-family: robotobold;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
}

.assignFilter{
    margin: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.assignFilter label{
    width: 120px;
}
.assignFilter select{
    -webkit-appearance: none;
    background: #f7f7f7 url(../images/arrow-dropdown2.png) no-repeat scroll 96% 49%;
    height: 35px;
    width: 150px;
    border-radius: 2px;
    padding: 5px;
    padding-right: 25px;
}

.buttonGoToPage input{
    height: 23px;
    border: 0;
    border-left: 1px solid #ccc;
}
.tagShow{
    float: left;
}
.tagShow{
    border: 1px solid #ccc;
    width: 179px;
}
.tagShow li{
    height: 23px;
    border-bottom: 1px solid #fff;
    padding-left: 5px;
    position: relative;
}
.tagShow .closeTagView li{
    margin-left: 10px;
    background-color: #d7d7d7;
}
.tagShow .closeTagView li:after{
    background: #fff;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #d7d7d7;
    border-top: 12px solid transparent;
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
}
.tagShow .closeTagView li:before{
    background: #fff;
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.tagShow .closeTagView li:last-child{
    margin-bottom: 10px;
}
.labelTag{
    height: 23px;
}
.tagShow input{
    border-color: transparent;
    height: 23px;
    width: 100%;
}
.tagShow li:hover .closeThisLevel{
    background-color: transparent;
   display: block;
}
.designation .bulkUploadButton{
    top: -61px;
    left: 0;
}
.department .bulkUploadButton{
    top: -61px;
    left: 0;
}
.dpage .bulkUploadButton{
    top: -61px;
    left: 0;
}
.designation .select-box{
    left: 235px;
}
.department .select-box{
    left: 235px;
}
.dpage .select-box{
    left: 235px;
}
.workflow .cmn-toggle + label {
    display: inline-block;
    width: 39px;
    height: 18px;
    margin-right: 20px;
    float: left;
}
.dateRange{
    display: inline-block;
    float: left;
}
.workflow input.cmn-toggle-round + label:after {
    width: 15px;
}
#mappingCloseButton{
    display: none;
}
.bulkUpload-view #mappingCloseButton{
    display: inline-block;
}
.workflow .dropDownSelect .popupHold{
    left: 0;
    background-color: transparent;
    right: 0;
    width: 600px;
    margin: 8% auto;
}
.workflow .dropDownSelect .popupHold{
    top: -1000px;
}
.ms-options-wrap > button{
    display: none;
}
.workflow .boxBody .list-of-fields{
    width: 100%;
}
.workflow .seletd-fields .boxBody .dropDownSummary ul{
    width: 100%;
}
.workflow .field-properties .seletd-fields .boxBody li{
    width: 100%;
}
.boxBody .menuicon{
    display: none;
}
.boxBody .list-of-fields li:hover{
    background-image:none;
}
.quickAdd{
    display: inline-block;
}
.searchAddedUser{
    display: inline-block;
    float: right;
    margin: 5px;
    position: relative;
}
.buttonUserSearch {
    padding: 10px 20px;
    background-color: #F3F3F3;
}
.quickAdd label{
    font-size: 12px;
    font-family: robotobold;
}
.buttonUserSearch input{
    height: 33px;
    width: 350px;
}
.labelright{
    display: inline-block;
    vertical-align: top;
}
.UserLi{
    border-bottom: 1px solid #ccc;
    margin: 0px 10px;
    padding: 5px;
    display: inline-block;
    width: 206px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 55px;
    margin-left: 0;
    margin-bottom: 0;
}
.buttonUsersDisplay{
    height: 170px;
    overflow: scroll;
}
.delete-user{
    background-image: url(../images/workflow-images/svg/close-black.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
    position: relative;
    right: 5px;
    top: 15px;
}
.nameDispaly{
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.designationDisplay {
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.AddFliter{
    padding: 10px;
    background-color: #F3F3F3;
    position: relative;
}
.filterRuelsHeader{
    font-family: robotobold;
    display: inline-block;
}
.addFromList{
    font-family: robotobold;
    float: right;
    display: inline-block;
    color: #209AE7;
    cursor: pointer;
}
.filterDisplay{
    height: 65px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    background-color: #fff;
    overflow: scroll;
}
.filterDisplay li{
    width: 100px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #F3F3F3;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 5px;
}
.filterDisplay li .closeButtonRule{
    background-size: 10px;
    background-position: center right;
    height: 21px;
}
.filterHeader{
    margin-bottom: 5px
}
.filterDisplay li.enterFilter{
    border: 0;
    background-color: transparent;
    float: right;
}
.filterDisplay li.enterFilter input{
    width: 100%;
    border: 0;
}
.filterDisplay ul{
    display: inline-block;
}
.profilePic{
    background-image: url(../svg/profile-user.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 100%;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top:6px;
}
.dropDownSelect .appBox .leftBoxArea{
    vertical-align: top;
}
.workflow.selectFieldsPopup-view .show-WorkFlow-Menu{
    z-index: 2;
}
.dropDownSelect .appBox .buttonF{
    float: right;
}
option {
    width: 100%;
}
.bulkResponse{
    overflow: scroll;
    height: 380px;
    padding: 20px;
}
.success-view .bulkResponse{
    height: auto;
}
.successRes{
    color: #65BF3C;
}
.failRes{
    color: #DE1B1C;
}
.failResponse lable{
    color: #DE1B1C;
}
.successResponse lable{
    color: #65BF3C;
}
.RuleButtons div div:nth-child(odd) .ButtonRuelsList {

}
.RuleButtons div div:nth-child(odd) .ButtonRuelsItems{
    background: #F8F8F8;
}
.AddRule:hover{
    background-color: #07B0EF;
    background-image: url(../images/workflow-images/svg/add-white.svg);
}
.RemoveRule:hover{
    background-color: #cccccc;
}
.userFieldHolder{
    font-weight: normal;
    font-size: 13px;
}
.DropdownBody{
    height: 300px;
    background-color: #FFFFFF;
}
.RuleButtons .AddConditions .addOver.ButtonRuelsType,.RuleButtons .AddConditions .addOver.buttonActionName{
    width: 170px;
}
.AddConditions.ButtonRuelsItems div.AppFields.addOver{
    border: 1px solid #ccc;
    width: 170px;
    padding-left: 5px;
}
.DropdownBox .ButtonRuelsHeader{
    border-radius: 4px 4px 0px 0px;
}
.DropdownBox .ButtonRuelsFooter{
    border-radius: 0px 0px 4px 4px;
}
.popupHold .footer .bt {
    float: right;
    margin-left: 10px;
}
.popupHold .footer{
    height: 60px;
    padding: 10px;
}
.newNode .bt{
    float: right;
}
.bt.bt2{
    background-color: #228ce6;
    color: #fff;
}
.RuleButtons .addOver.dn{
    display: none;
}
.attendanceLocation-Popup .fullScreenPopupbg.dn{
    display: block;
}
.actionType-close .buttonGoToPage{
    margin: 0;
    border: 0;
}
.actionType-close .buttonGoToPage.comment-last{
    border: 1px solid #ccc;
}
.actionButton-present .tagShow{
    margin-right: 10px;
    background-color: #f8f8f8;
}
.actionType-close .comment-part .buttonGoToPage{
    border-right: 1px solid #ccc;
}
.RuleButtons .actionType-submit .addOver.buttonActionName.switchCase{
    border-right: 1px solid #ccc;
}
.RuleButtons .actionType-close .addOver.buttonActionName{
    border-right: 1px solid #ccc;

}
.RuleButtons .addOver.buttonActionName{
    text-align: center;
    padding-left: 0;
}
.app-properties-harder{
    position: fixed;
    top: 60px;
    left: 250px;
    width: auto;
    right: 250px;
    text-align: center;
    z-index: 0;
}
.workflow .app-properties-harder ul{
    font-size: 0;
    display: inline-block;
    border-radius: 15px;
    padding: 2px;
    background-color: #e5e5e5;
    position: relative;
}
.workflow .app-properties-harder li{
    display: inline-block;
    font-size: 13px;
    padding: 3px 30px;
    border-radius: 14px 14px 14px 14px;
    cursor: pointer;
    width: auto !important;
    margin: 0;
    border: 0;
    position: relative;
    z-index: 2;
}
.workflow .app-properties-harder li:first-child{

}
.workflow .app-properties-harder li.active{
    color: #FFFFFF;
    pointer-events: none;
}
.workflow .app-properties-harder li.active:hover {


}
.workflow .app-properties-harder li:hover {


}
.actionType-assign .comment-part .buttonGoToPage{
    width: 140px;
}
.ButtonRuelsList .invalid.Obc{
    border: 0;
}
.ButtonRuelsList .invalid.Obc .manager{
    border: 1px solid red;
}
.ButtonRuelsList .invalid.Obc .errorTxt{
    position: absolute;
    right: 25px;
    z-index: 9;
    top: 1px;
}
.workflow.ButtonRulesPresent .fullScreenPopup .popupHold.popupDelete{
    top: -100px;
    position: absolute;
    transition: all 500ms ease 0s;
}
.workflow.ButtonRulesPresent .fullScreenPopup .popupHold.popupDelete.top65{
    top: 73px !important;
    transition: all 500ms ease 0s;
}
.workflow.ButtonRulesPresent .fullScreenPopup .popupBg {
    top: 41px;
    display: none !important;
}
.ButtonRulesPresent .fullScreenPopup>div .ButtonRuelsFooter{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.butoonUsrerList #usersComponentRegion>div{
    height: 248px;
}
.butoonUsrerList .line-table tbody{
    height: 140px !important;
}

.fullScreenPopup>div .butoonUsrerList .tableHold{
    padding-left: 15px;
    overflow: hidden;
    margin-top: 0px;
}
.attendance-location-list {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.attendance-location-list ul li{
    border-top: 1px solid #ccc;
}
.workflow .butoonUsrerList .firstTimeHold{
    height: 230px;
    position: relative;
    top: 10px;
    background-color: transparent;
}
.workflow .butoonUsrerList #usersHoldDiv .addUsers .vLine{
    display: none;
}
.workflow .butoonUsrerList .addUsers .icon-add_user_list{
    display: none;
}
.workflow .butoonUsrerList .addUsers .icon-add_user{
    display: none;
}
.workflow .butoonUsrerList .searchHold .clearable.x{
    background-position: 98% 50% !important;
}
.workflow .butoonUsrerList .searchHold .loader{
    background-position: 92% 5px;
    height: 23px;
    background-size: 16px;
}
.butoonUsrerList .ftrDv,.butoonUsrerList .hding{
    display: none;
}
.butoonUsrerList .mnDv{
    border: 0;
}
.buttonUserSearch{
    position: absolute;
    width: 100%;
}
.workflow .butoonUsrerList .addUsers .searchHold{
    height: 27px;
    border-radius: 0;
}
.workflow .butoonUsrerList #usersHoldDiv .addUsers .searchHold input{
    height: 25px;
}
.workflow .butoonUsrerList .btTrans {
    right: 0px;
    width: 19px;
    height: 27px;
}

.actionType-assign .ButtonRuelsType{
    position: relative;
}
.actionType-assign .AddRemoveRule{
    position: absolute;
    right: 0;
}
.butoonUsrerList .addUsers .holdSrch{
    width: 270px;
    top: 26px;
 }
.ButtonRuelsList.actionType-assign{

}
.butoonUsrerList #usersHoldDiv .actionBtHold .searchHold{
    max-width: 420px;
    overflow: visible;
    position: fixed;
    top: 48px;
    height: 27px;
    right: 10px;
    left: inherit;
}
.butoonUsrerList .moreOption .searchInputHold input{
    border-radius: 0;
    height: 27px;
}
.workflow .butoonUsrerList .actionBtHold .icon-search{
    width: 20px;
    height: 20px;
    right: 0;
    line-height: inherit;
}
.butoonUsrerList #myDropdown,.butoonUsrerList .hover-search{
    display: none;
}
.workflow .butoonUsrerList .tableHold .loaderFull{
    height: 230px !important;
    top: 0;
    background-size: 40px;
    width: 100%;
}
.content-none .avtionLevel .addActionLevel .LineDepth{
    display: none;
}
.content-none .avtionLevel .LineH{
    display: none;
}
.workflow .field-properties .app-properties-harder li.dn{
    display: none;
}
.styled-select select,.ButtonRuels select{
    background-image: url("../images/svg/down_arrow_small.svg");
}
.ButtonRuels select{
    background-position: center right 5px;
}
.c3-bars path{
    transition: fill 500ms ease;
}
.filterDisplay .selection{
    position: absolute;
    width: 1070px;
    top: 50px;
    left: 10px;
    right: 10px;
}
.workflow .filterDisplay .loaderFull{
    width: auto;
    height: 63px;
    left: 11px;
    right: 11px;
    top: 37px;
    border-radius: 4px;
    opacity: 1;
    background-size: 40px;
}
#filterDisplaySelectTo .select2-container--default .select2-results__option[aria-selected=true]{
    display: none;
}
#filterDisplaySelectTo .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f8f8f8;
    color: #323232;
}
.workflow .butoonUsrerList .tabSection .divHold .popupHold.popupDelete .header{
    display: none;
}
.workflow .butoonUsrerList .tabSection .divHold .popupHold.popupDelete p{
}
.workflow .dn.AppUserList{

}
.AppUserList div{

}
.butoonUsrerList .new-ui-table{
    height: 240px !important;
}
.workflow .contentleft .workflowActionsButtons li div .errorTxt{
    background: url(../images/svg/notification_white.svg) no-repeat scroll left center rgba(0, 0, 0, 0);
    background-size: 15px;
    position: absolute;
    background-position:center left 5px;
    color: #fff;
    cursor: pointer;
    transform: translateX(-50%);
    background-color: #EA4C41;
    right: 0px;
    left: 50%;
    top: -100px;
    width: 100%;
    float: right;
    z-index: -1;
    padding-left: 27px;
    line-height: 31px;
    border-radius: 4px;
    transition: all 1s ease;
    display: block;
    opacity: 0;
}
.workflow .contentleft .workflowActionsButtons li div.invalid .errorTxt{
    opacity: 1;
    top: 50px;
    z-index: 1;
}
.workflow .contentleft .workflowActionsButtons li div .errorTxt:after {
    border-radius: 0.2em;
    content: attr(title);
    background-color: #EA4C41;
    margin-top: -2.5em;
    padding: 0.3em;
    margin-top: -25px;
    right: -10px;
    width: auto;
    white-space: nowrap;
    height: 25px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    top: 53px;
    position: absolute;
    right: -27px;
    display: none;
}
.workflow .contentleft .workflowActionsButtons li div .errorTxt:before {
    content: '';
    margin-top: -2.1em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #EA4C41;
    border-width: 0.5em 0.5em 0 0.5em;
    top: 45px;
    margin-left: 2px;
    transform: rotate(180deg);
    display: none !important;
}
.workflow .buttonShowPart .switchCase .cmn-toggle + label{
    float: none;
    margin-right: 0;
}
/* invoice part*/
.invoiceDetailsHeader{
    padding: 10px 20px !important;
    background-color: #EDEDED;
    font-family: robotomedium;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0;
    color: #323232 !important;
    outline: none;
}
.invoiceDetails{
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom:30px;
}
.invoiceDetailsbody{
    padding: 20px !important;
    border: 0;
}
.invoiceDetailslist{
    width: 380px;
    margin-bottom: 20px;
}
.invoiceDetailslist label{
    font-family: robotomedium;
    display: block;
}
.invoiceDetailslist input{
    border: 1px solid #DEDEDE;
    padding: 5px 10px;
    border-radius: 3px;
    height: 35px;
    font-style: normal;
}
.invoiceDetailslist input:focus{
    border: #4d90fe solid 1px;
}
.invoiceDetailsliste input[type="file"]{
    width: 100%;
    height: 150px;
    cursor: pointer;
}
.invoiceDetailsliste{
    width: 350px;
    margin-bottom: 20px;
}
.logodiv{
    position: relative;
}
.showLogo{
    width: 100%;
    height: 150px;
    top: 21px;
    background-color: #E3EAF3;
    pointer-events: none;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border: 1px solid #DEDEDE;
    background-position: center !important;
    position: absolute;
}
.invoiceDetails .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    display: none;
}
.invoiceDetailslist.PhoneNumber{
    width: 405px;
    position: relative;
}
.invoiceDetailslist input{
    width: 90%;
}
.invoiceDetailslist .AddRule{
    position: absolute;
    margin: 8px 5px;
}
.invoiceDetailslist select{
    display: block;
    width: 340px;
    height: 35px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
}
.viewMode .invoiceDetailslist input,.viewMode .invoiceDetailslist select{
    border: 0;
    padding-left: 0;
    background-color: transparent;
    pointer-events: none;
}
.viewMode .invoiceDetailsliste input{
    border: 0;
    padding-left: 0;
    background-color: transparent;
    pointer-events: none;
}
.viewMode .invoiceDetailslist .AddRule{
    display: none !important;
}
.viewMode .invoiceDetailslist .RemoveRule{
    display: none !important;
}
.viewMode .invoiceDetailslist select{
    -webkit-appearance: none;
}
.viewMode .invoiceDetailsbody{
    background-color: transparent;
}
.viewMode .invoiceDetails{
    background-color: transparent;
}
.invoiceDetails.viewMode{
    background-color: #FCFCFC;
}
.viewMode .ButtonRuelsFooter{
    display: none;
}
.editmode{
    position: absolute;
    right: 30px;
    top: 20px;
    color: #4C97E3;
    display: none;
    cursor: pointer;
}
.viewMode .editmode{
    display: block;
}
.app-setting-body{
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    position: relative;
    height: calc(100% - 50px);
    overflow: scroll;
}
.invoiceDetailslist .Days{
    width: 45px;
    display: inline-block;
    float: left;
}
.invoiceDetailslist .Day{
    width: 100px;
    display: inline-block;
    float: left;
}
.invoiceDetailslist .Day input{
    width: 100%;
    border: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0;
    background-color: #F9F9F9;
    text-align: center;
}
.invoiceDetailslist .Days input{
    width: 100%;
    padding: 0;
    text-align: center;
    border: 0;
    border-radius: 0;
}
.invoiceDetailslist .plusmins{
    width: 30px;
    display: inline-block;
    float: left;
    height: 35px;
}
.invoiceDetailslist .plusmins input{
    width: 30px;
    padding: 0;
    text-align: center;
    position: absolute;
    border: 0;
    border-radius: 0;
    background-color: #F9F9F9;
}
.day-configure{
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
}
.invalid .day-configure{
    border-color: red;
}
.workflowCreatePage .invoiceDetailslist .day-configure .errorTxt{
    position: absolute;
    right: -30px;
}
.app-setting-body .invoiceDetailslist{
    width: 252px;
    margin-bottom: 30px;
}
.invoice-date .invoiceDetailslist {
    margin-left: 50px;
    width: 235px;
}
.app-setting-body .switch{
    margin: 0;
}
.app-setting-body .ButtonRuelsFooter{
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.invoiceDetailslist.PhoneNumber input{
    width: 340px;
    margin-bottom: 10px;
}
.link-app .buttonGoToPage{
    border-left: 1px solid #cccccc;
}
.workflow .ButtonRuelsList .edit-action{
    float: none !important;
    line-height: 18px;
}
/*.popup-container{
    width: 1100px;
    height: 75%;
    min-height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    border-radius: 4px;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    overflow: hidden;
}*/
.editor-left,.editor-right{
    padding: 15px;
    background-color: #FFFFFF;
    display: inline-block;
    overflow: scroll;
    height: calc(100% - 97px);
}
.editor-left{
    background-color: #F8F8F8;
    width: 440px;
    overflow: scroll;
}
.invoice-app-editor{
    position: relative;
    height: 100%;
}
.editor-right{
    position: absolute;
    left: 440px;
    width: auto;
    right: 0;
}
.editor-right-header-left,.editor-right-header-right{
    width: 304px;
    display: inline-block;
    vertical-align: top;
}
.editor-right-header-left{
    width: 300px;
}
.editor-right-body{
    padding: 10px;
    border: 1px dashed #ccc;
}
.invoice-information{
    width: auto;
    display: inline-block;
    padding: 10px;
    text-align: right;
    vertical-align: top;
}
.invoice-information span{
    display: block;
    font-family: robotomedium;
    font-size: 25px;
}
.invoice-information label{
    display: block;
    font-size: 14px;
    font-family: robotomedium;
}
.invoice-information.data-configure{
    padding: 10px;
    width: 182px;
    text-align: inherit;
    margin-bottom: 10px;
    cursor: pointer;
}
.company-logo{
    background-image: url("../img/favicon.png");
    background-repeat: no-repeat;
    height: 100px;
    background-size: contain;
    background-position: center left;
}
.company-address label{
    display: block;
    font-family: robotobold;
    font-size: 15px;
}
.company-address span{
    display: block;
    font-size: 14px;
    font-family: robotomedium;
}
.editor-right-header-right .company-address-to label{
    font-family: robotobold;
    font-size: 15px;
}
.editor-right-header-right .company-address-to span{
    font-size: 14px;
    font-family: robotomedium;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.company-address-to .invoice-information .to-address{
    width: 96px;
    font-family: robotomedium;
}
.company-address{
    margin-top: 10px;
}
.invoice-list table{
    width: 100%;
}
.invoice-list{
    margin-top: 20px;
    height: 150px;
    font-size: 14px;
}
.invoice-table{
    padding: 5px;
    border: 1px dashed #ccc;
    cursor: pointer;
}
.invoice-total .invoice-information{
    text-align: inherit;
}
.invoice-total .invoice-information.data-configure{
    text-align: right;
    width: auto;
    float: right;
    border: 0;
    cursor: auto;
}
.discount-part{
    width: auto;
    border: 1px dashed #cccccc;
}
.company-address-to,.invoice-date-part{
    border: 1px dashed #cccccc;
}
.invoice-date-part{
    margin-bottom: 10px;
}
.payment-to{
    display: inline-block;
    width: auto;
}
.thanks-part{
    display: inline-block;
    width: 330px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px;
    border: 1px dashed #ccc;
    font-style: italic;
    cursor: pointer;
    text-align: right;
}
.invoice-footer{
    position: relative;
}
.editor-left .invoiceDetailslist{
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 395px;
    margin-bottom: 10px;
}
.editor-left .invoiceDetailslist:last-child{
}
.editor-left .invoiceDetailslist label{
    display: inline-block;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
}
.editor-left .invoiceDetailslist select{
    display: inline-block;
    width: 269px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/arrow-dropdown2.png) no-repeat scroll 96% 49%;
    padding-left: 5px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.over-all-configure{
    margin-top: 20px;
}
.workflow .editor-left .switch span{

}
.workflow .editor-left .switch{
    margin-bottom: 10px;
}
.editor-right-body.active{
    position: relative;
    border-color: #87C2F3;
}
.editor-right-body.active{
    position: relative;
    border-color: #87C2F3;
}
.invoice-table.active{
    position: relative;
    border-color: #87C2F3;
}
.thanks-part.active{
    border-color: #87C2F3;
}
.invoice-information.data-configure.active{
    position: relative;
    border-color: #87C2F3;
}
.workflow .thanks-part .border-circle{
    display: none !important;
}
.workflow .thanks-part.active .border-circle{
    display: block !important;
}
.invoice-information label{
    cursor: pointer;
}
.date-all-configure,.address-all-configure,.field-all-configure,.tax-all-configure,.thanks-all-configure {
    margin-top: 20px;
}
.invoice-information.discount-part.active{
    position: relative;
    border-color: #87C2F3;
}
.cover-image{
    display: block;
    width: 100%;
    height: 37%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #228ce6;
    top: 0;
}
.Action-Part{
    width: 100%;
    position: relative;
    bottom: 48px;
    left: 0;
}
.Action-Part{

}
.Action-Part ul{
    background-color: #04D1FF;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #fff;
}
.comboButtonPresent{
    display: flex !important;
    flex-wrap: wrap;
}
.comboButtonPresent #previewButtonPane{
    flex-grow: 1;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 5px;
}
.comboButtonPresent #previewButtonPane:last-child{
}
.buttonActionName{
    margin-right: 15px;
}
.separate-the{
    float: left;
    height: 23px;
    text-align: center;
    margin-right: 20px;
    line-height: 23px;
}
.RuleButtons .addOver.buttonActionName.switchCase{
    margin-left: 50px;
}
.workflow .field-properties ul .ShowMess.errorTxt{
    display: none !important;
}
.invoiceDetailslist textarea{
    border: 1px solid #ccc;
    padding: 5px;
    width: 90%;
}
.viewMode .invoiceDetailslist textarea{
    border: 0;
    padding: 0;
    height: 40px;
    pointer-events: none;
}
.userDetails .headerMenu li#logout{
    background-image: url("../images/png/icon_logout_96.png");
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 35px;
    background-position: center left 5px;
}
.leaveProfileEdit .empty-list .bdyDv{
    background-image: url("../images/png/newIcon/empty-onleave.svg");
    background-repeat: no-repeat;
    background-size: 85px;
    padding-top: 95px;
    background-position: center top 10px;
}
.holidayProfileEdit .empty-list .bdyDv{
    background-image: url("../images/png/newIcon/empty-leaves.svg");
    background-repeat: no-repeat;
    background-size: 85px;
    padding-top: 95px;
    background-position: center top 10px;
}
.reimbursementProfileEdit .empty-list .bdyDv{
    background-image: url("../images/png/newIcon/icon-reimbursment.svg");
    background-repeat: no-repeat;
    background-size: 55px;
    padding-top: 95px;
    background-position: center top 20px;
}
.addUsersSection .bdyDv{
    background-image: url("../images/png/newIcon/empty-customer.svg");
    background-repeat: no-repeat;
    background-size: 85px;
    padding-top: 95px;
    background-position: center top 10px;
}
#usersHoldDiv .bdyDv{
    background-image: url("../images/png/newIcon/empty-customer.svg");
    background-repeat: no-repeat;
    background-size: 85px;
    padding-top: 95px;
    background-position: center top 10px;
}
.mnDv{
    width: 400px;
}
.app-studio-page #usersHoldDiv{

}
.app-studio-page #usersHoldDiv .addUsers .searchHold input[type=text]:focus{
    outline: none;
}
.switch span{
    vertical-align: top;
}
.appsetting .cmn-toggle + label {
    display: inline-block;
    width: 39px !important;
    height: 18px !important;
    margin-right: 20px;
    float: left;
}
.appsetting input.cmn-toggle-round + label:after {
    width: 15px;
    height: 16px;
}
.appsetting input.cmn-toggle-round:checked + label::after{
    margin-left: 22px;
}
.appsetting .formHold{
    margin-bottom: 20px;
}
.app-studio-page .textHold{
    margin-left: 0;
}
.app-studio-page{

}
.office-address .loaderFull{
    position: absolute;
    opacity: 1;
    background-size: 40px;
}
.workflowCreatePage .invoice .app-studio-page.invoice-displayRegion{
    overflow: scroll;
}
.workflowCreatePage .invoice .app-studio-page.invoice-displayRegion>div{
    height:calc(100% - 100px);
}
.action-button.invalid{
    position: relative;
}
.ShowThisLevelUser.loader{
    opacity: 0.5;
    background-image: url(../images/svg/loader-black.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 90% 50%;
    width: 50px;
    text-align: start;
    transition: all 200ms ease
}
.butoonUsrerList .notiAlertHold{
animation: none;
}
.RuleButtons div div:nth-child(odd) .ButtonRuelsList{

}
.ButtonRuelsList.AddConditions{
    border-radius: 4px;
}
.buttonGoToPage label{
    border-radius: 4px 0 0 4px;
    text-transform: lowercase;
}
.chkboxHolder input{
    cursor: pointer;
}
.editUser #mobile{
    padding-left: 32px;
}
.countrycode{
    z-index: 9;
    border-right: 1px solid #ccc;
    height: 33px;
    line-height: 33px;
}

.workflow .addfield-popup input[type=text]:focus{
    border: #4d90fe solid 1px;
}
.ButtonRuelsItems div.addOver.AppRuelsName{
    margin: 0;
    position: relative;
}
.styled-select.button-type{
    border: 0;
}
.styled-select.button-type select{
    background-image: none;
    opacity: 1;
}
.RuleButtons .activeButton .AddRule:hover{
    background-image: url(../images/workflow-images/svg/add-blue.svg);
}
.workflow .invalid .styled-select.Dropdown{
    border-color: #bcbcbc;
}
.workflow .form-properties .formDropDown.js-formDropDown.invalid .Dropdown.tooltip-warning[data-tooltip]:hover:before{
    left: -160px;
}
.react-mis .create-pivot-container table tr:first-child td:first-child:before{
    content: 'FORMAT';
    display: inline-block;
    font-family: robotomedium;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
    background-color: #E2E2E2;
    font-size: 11px;
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    border-radius: 4px 4px 0 0;
}
.react-mis .create-pivot-container table .pvtVals:before{
    content: 'VALUES';
    display: inline-block;
    margin-right: 10px;
    font-family: robotomedium;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    text-align: center;
    line-height: 80px;
    background-color: #E2E2E2;
    border-right: 1px solid #ccc;
    font-size: 11px;
    border-radius: 4px 0 0 4px;
}
.react-mis .create-pivot-container table tr:first-child .pvtHorizList{
    position: relative;
    padding-left: 100px;
}
.react-mis .create-pivot-container table tr:first-child .pvtHorizList:before{
    content: 'SELECTED FIELDS';
    display: inline-block;
    font-family: robotomedium;
    background-color: #E2E2E2;
    position: absolute;
    top: 0px;
    height: 81px;
    line-height: initial;
    font-size: 11px;
    left: 0px;
    text-align: center;
    width: 100px;
    padding: 30px 10px;
    border-right: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}
.react-mis .create-pivot-container table tr:nth-child(2) .pvtAxisContainer{
    position: absolute;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 100px;
    right: 0;
    height: 81px;
    overflow: scroll;
    border: 0;
    border-radius: 0 4px 4px 0;
    top: 0;
}
.react-mis .create-pivot-container table .pvtRows:before{
    content: 'ROWS';
    display: inline-block;
    font-family: robotomedium;
    background-color: #E2E2E2;
    position: absolute;
    top: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    left: 0px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}
.react-mis .create-pivot-container table tr:nth-child(2) td:nth-child(2):before{
    content: 'COLOUMNS';
    display: inline-block;
    font-family: robotomedium;
    background-color: #E2E2E2;
    position: absolute;
    top: 0px;
    width: 100px;
    left: 0px;
    line-height: 81px;
    text-align: center;
    height: 100%;
    border-right: 1px solid #ccc;
    font-size: 11px;
    border-radius: 4px 0 0 4px;
}
.react-mis .create-pivot-container table .pvtRows{
    position: relative;
    padding-top: 35px;
}
.react-mis .create-pivot-container table.pvtUi{
    border-spacing: 5px;
    border-collapse: initial;
}
@keyframes arrow-top {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-90deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.PhoneNumber .AddRule{
    display: none;
}
.PhoneNumber div div>div:last-child .AddRule{
    display: inline-block;
    right: 5px;
}
.PhoneNumber div div>div:last-child .RemoveRule{

}
.invoiceDetailslist .RemoveRule{
    position: absolute;
    margin: 8px 5px;
}
.workflowCreatePage .invoiceDetailslist .errorTxt{
    background: url(../images/svg/notification.svg) no-repeat scroll left center transparent;
    background-size: 20px;
    position: relative;
    right: 0px;
    top: 2px;
    background-position: right;
    width: 20px;
    height: 32px;
}
.workflowCreatePage .invoiceDetailslist .errorTxt[data-tooltip]:hover:before {
    border-radius: 0.2em;
    content: attr(title);
    background-color: #EA4C41;
    padding: 0.3em;
    margin-top: 2px;
    width: auto;
    white-space: nowrap;
    height: 25px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    margin-left: 28px;
    color: #fff;
}
.workflowCreatePage .invoiceDetailslist .errorTxt[data-tooltip]:hover:after {
    content: '';
    margin-top: -2.1em;
    margin-left: 1em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #EA4C41;
    border-width: 0.5em 0.5em 0 0.5em;
    top: 35px;
    left: 10px;
    transform: rotate(90deg);
}
.workflowCreatePage .invoiceDetailslist.PhoneNumber div div>div:last-child .errorTxt{
    right: -60px;
}
.workflowCreatePage .invoiceDetailslist.PhoneNumber .errorTxt{
    right: -30px;
}
.ButtonRuelsItems div.addOver.AppRuelsName .loader{
    background-image: url(../images/svg/loader-black.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 25px;
    top: 0px;
    right: 15px;
}
.datepicker{
    padding: 0;
}
.datepicker table thead tr:nth-child(2){
    background-color: #9B88D0;
    color: #fff;
}
.datepicker table thead tr:nth-child(2) th{
    background-color: #9B88D0 !important;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.datepicker td.day:hover {
    background: rgba(155, 136, 208,0.5);
    cursor: pointer;
}
.clockpicker-popover .popover-title span{
    width: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.clockpicker-popover .popover-title span.text-primary{
    background-color: #fff;
    border: 1px solid #0e94ff;
    color: #323232;
}
.popover{
    padding: 0;
    font-family: Roboto;
    border: 1px solid #ccc;
    border-top: 0;
}
.clockpicker-popover .popover-title {
    background-color: #48BC9C;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}
.clockpicker-am-pm-block .clockpicker-button{
    background-color: #48BC9C;
    color: #fff;
    border-color: #48BC9C;
    font-weight: normal;
    line-height: normal;
    text-shadow: none;
}
.clockpicker-button {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.as-invoice {
    background-image: url(../images/workflow-images/appicon/as-invoice.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.invoice .as-clock{
    background-image: url(../images/workflow-images/appicon/as-invoice.svg);
}
.invoiceDetailslist .RemoveRule{

}
.appBox .buttonF.loader{
    position: relative;
    opacity: 0.5;
}
.appBox .buttonF.loader:after{
    content: '';
    background-image: url(../images/svg/loader-black.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 25px;
    top: 0px;
    right: -12px;
}
.appBox .buttonF.bt-dup.loader:after{
    right: -14px;
}
.enabel-discount{
    margin-bottom: 10px;
}
.workflow .rightBoxArea input.no-border:focus {
    box-shadow: none;
    border: 1px solid #4d90fe !important;
}
.appBox .rightBoxArea .boxFooter{
    text-align: right;
}
.no-list-part{
    text-align: center;
    margin-top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/png/newIcon/nolist.png);
    background-repeat: no-repeat;
    background-size: 50px;
    height: 100px;
    background-position: center top;
    padding-top: 60px;
}
.appBox .buttonF{
    background-image: none;
    background-color: #e0e0e0;
    text-shadow: none;
    border-color: #ccc;
    color: #323232;
    font-weight: normal;
    font-family: robotomedium;
}
.appBox .boxFooter{
    background-color: #E3E3E3;
}
.appBox .buttonF:hover{
    background-image: none;
    background-color: #cecece;
}
.appBox .buttonF.disable.bt-edit{
    opacity: 0;
}
.appBox .buttonF-select.disable.bt-select,.appBox .buttonF.disable.bt-dup {
    opacity: 0;
}
.appBox .buttonF.bt-edit{
    background-color: #fff;
    border-color: #ccc;
}
.appBox .buttonF-select.bt-select{
    background-color: #1891E2;
    border-color: #1891E2;
    color: #fff;
    background-image: none;
    text-shadow: none;
}
.appBox .buttonF.bt-new{
    background-color: #fff;
}
.appBox .buttonF.bt-save{
    float: right;
    background-color: #1891E2;
    color: #fff;
    margin-right: 15px;
}
.appBox .buttonF.bt-save:after{
    right: -21px;;
}
.appBox .buttonF.bt-cancel{
    background-color: #fff;
}
.appBox .boxHeader{
    background-color: #EBEBF1;
    border-color: #ccc;
}
.appBox{
    border-radius: 4px;
}
.appBox .leftBoxArea .leftBoxItem:hover, .leftHover {
    background-color: #d1edfb;
    font-family: robotomedium;
}
.appBox .leftBoxArea .leftBoxItem.selected{
    font-family: robotomedium;
    background-color: #bbdefb;
}
.appBox .buttonF.bt-dup{
    background-color: #3DA8E0;
    border-color: #3DA8E0;
    color: #fff;
}
.delete-message .bt:first-child{
    background-color: #1891E2;
    border-color: #1891E2;
    color: #fff;
}
.delete-message .bt:nth-child(2){
    background-color: #fff;
    border-color: #ccc;
}
.delete-message .bt{
    float: right;
    margin-top: 3px;
}
.delete-message{
    display: inline-block;
    margin-top: 0;
}
.addUsersSection .searchAddedUser .icon-search:before{
content: '';
}
.workflow .addUsersSection .searchAddedUser .icon-search{
    width: 20px;
    background-repeat: no-repeat;
    position: static;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    height: 30px;
    background-color: #fff;
    cursor: pointer;
    transition: all 200ms ease 0s;
}
.header .searchAddedUser input{
    width: 0px;
    background-color: transparent;
    z-index: 0;
    pointer-events: none;
    transition: all 500ms ease;
    padding: 0;
    border: 0;
    border-color: #ccc;
}
.header .searchAddedUser input.OpenSearch{
width: 220px;
    left: 0;
    pointer-events: auto;
    background-color: #fff;
    z-index: 1;
    padding: 0 5px 0 15px;
    border: 1px solid #ccc;
}
.workflow .addUsersSection .searchAddedUser .icon-search.OpenSearch{
    background-image: url("../images/workflow-images/svg/close-black.svg");
    background-size: 10px;
}
.female.profilePic{
    background-image: url(../svg/profile-female.svg);
}
.buttonUsersDisplay .UserLi:nth-child(5n+5){
    margin-right: 0;
}
.workflow .RepetitiveNewCard.formula-active .actionButtonMask{
    display: none;
}
.workflowCreatePage .errorTxt{
    background: url(../images/svg/notification.svg) no-repeat scroll left center transparent;
    background-size: 20px;
    position: absolute;
    right: 20px;
    top: 2px;
    background-position: right;
    width: 20px;
}
.workflowCreatePage [data-tooltip]:hover:before {
    border-radius: 0.2em;
    content: attr(title);
    background-color: #EA4C41;
    padding: 0.3em;
    margin-top: -25px;
    width: auto;
    white-space: nowrap;
    height: 25px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    display: block;
    position: absolute;
    color: white;
}
.workflowCreatePage [data-tooltip]:hover:after {
    content: '';
    margin-top: -2.1em;
    margin-left: 1em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #EA4C41;
    border-width: 0.5em 0.5em 0 0.5em;
    top: 21px;
    left: -5px;
    display: block;
    position: absolute;
    font-size: 0.8em;
    color: white;
}
.workflowCreatePage .edit-app-name .searchInputHold .errorTxt{
    position: relative;
    right: -5px;
}
.workflowCreatePage  .errorTxt.left-tool[data-tooltip]:hover:after{
    top: 35px;
    left: 10px;
    transform: rotate(90deg);
}
.workflowCreatePage  .errorTxt.left-tool[data-tooltip]:hover:before{
    margin-top: 2px;
    margin-left: 27px;
}
.workflowCreatePage  .left-tool[data-tooltip]:hover:after{
    top: 35px;
    left: 10px;
    transform: rotate(90deg);
}
.workflowCreatePage  .left-tool[data-tooltip]:hover:before{
    margin-top: 2px;
    margin-left: 27px;
}
.invoiceDetailslist.invalid input,.invoiceDetailslist.PhoneNumber .invalid input,.invoiceDetailslist.invalid textarea{
    border-color: red;
    animation: shake .5s linear;
}
.workflowCreatePage .invoiceDetailslist.invalid textarea:focus{
    outline: none;
}
.workflowCreatePage .PhoneNumber .AddRule[data-tooltip]:hover:before{
    background-color: #07B0EF;
    margin-top: -3px;
    z-index: 9;
}
.workflowCreatePage .PhoneNumber .AddRule[data-tooltip]:hover:after{
    border-top-color: #07B0EF;
    top: 30px;
}
.workflow .summaryCard .contentheader {
    height: 180px;
    background-position: top left 5px;
    cursor: auto;
    transition: all 500ms ease;
}
.workflow .LeftFormulaItems .js-monitorPanel,.workflow .RightFormulaItems .js-monitorPanel{
    display: inline-block;
    width: 49.4%;
    float: left;
    color: #fff;
    padding: 3px;
    border: 1px dashed #C7DA85;
    cursor: pointer;
    position: relative;
    z-index: 0;
    animation-name: boxOpen;
    animation-duration: 550ms;
}
.RightFormulaItems .js-monitorPanel{
    margin-left: 5px;
}
.workflow .LeftFormulaItems .js-monitorPanel:hover,.workflow .RightFormulaItems .js-monitorPanel:hover{
    border: 1px dashed #fff;
    background-color: #40b0e2;
}
.workflow .LeftFormulaItems .js-monitorPanel.formula-active,.workflow .RightFormulaItems .js-monitorPanel.formula-active{
    background-color: #03A9F4;
}
.formulaItemsTop .js-monitorPanel{
    margin: 10px;
    padding: 5px;
    border: 1px dashed #C7DA85;
    margin-bottom: 2px;
    border-radius: 2px;
    margin-top: 0;
    color: #fff;
    position: relative;
    z-index: 99;
    cursor: pointer;
    animation-name: boxOpen;
    animation-duration: 550ms;
}
.formulaItemsTop .js-monitorPanel.formula-active{
    background-color: #03A9F4;
}
.formulaItemsTop .js-monitorPanel:hover{
    border: 1px dashed #fff;
    background-color: #40b0e2;
}
.workflow .formulaItemsTop .LabelName {
    display: inline-block;
    width: auto;
    max-width: none;
}
.formulaItemsTop label {
    font-size: 24px;
    display: block;
    cursor: pointer;
}
.SummaryDate {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #87949a;
}
.workflow .summaryCard .formulaItems {
    top: 0;
}
.attendanceLocation-Popup .officeaddress-input.clearable {
    /* background-color: #f3f3f3; */
    transition: background 0.4s ease 0s;
    background-position: center right 5px;
}
.invoiceDetailslist.invalid .day-configure input{
    animation: none;
}
.invoiceDetailslist.invalid .day-configure{
    animation: shake .5s linear;
}
.invoice .ButtonRuelsFooter{
    position: fixed;
    width: auto;
    bottom: 0;
    left: 251px;
    right: 0;
}
.attendanceLocation-Popup .ButtonRuelsHeader{
    border-bottom: 1px solid #ccc;
}
@keyframes type{
    from { width: 0; }
}
.workflow .contentbody div.active.RightFormulaItems:hover,.workflow .contentbody div.active.LeftFormulaItems:hover{
    border: 1px dashed #fff;
    background-color: #62cdfd;
}
.workflow .contentbody div.active.RightFormulaItems,.workflow .contentbody div.active.LeftFormulaItems{
    border: 1px dashed #fff;
    background-color: #62cdfd;
}
.invalid .errorTxt.page-error-tip{
    position: absolute;
    right: 23px;
    top: 5px;
    background: url(../images/svg/notification.svg) no-repeat scroll left center transparent;
    background-size: 15px;
    background-position: right;
    width: 15px;
}
.workflow .activetext{
    position: relative;
}
.workflow .errorTxt.page-error-tip[data-tooltip]:hover:before {
    border-radius: 0.2em;
    content: attr(title);
    background-color: #EA4C41;
    padding: 0.3em;
    margin-top: 31px;
    left: -15px;
    width: auto;
    white-space: nowrap;
    height: 25px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    display: block;
    position: absolute;
    color: white;
    z-index: 9;
}
.workflow .errorTxt.page-error-tip[data-tooltip]:hover:after {
    content: '';
    margin-top: -2.1em;
    margin-left: 1em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #EA4C41;
    border-width: 0.5em 0.5em 0 0.5em;
    top: 48px;
    left: -4px;
    display: block;
    position: absolute;
    font-size: 0.8em;
    color: white;
    transform: rotate(180deg);
}
.over-all-configure .errorTxt{
    position: absolute;
    right: 33px;
    top: 5px;
    background: url(../images/svg/notification.svg) no-repeat scroll left center transparent;
    background-size: 20px;
    background-position: right;
    width: 20px;
    height: 35px;
}
.over-all-configure .errorTxt[data-tooltip]:hover:before {
    border-radius: 0.2em;
    content: attr(title);
    background-color: #EA4C41;
    padding: 0.3em;
    margin-top: 34px;
    left: -35px;
    width: auto;
    white-space: nowrap;
    height: 25px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    display: block;
    position: absolute;
    color: white;
    z-index: 9;
}
.over-all-configure .errorTxt[data-tooltip]:hover:after {
    content: '';
    margin-top: -2.1em;
    margin-left: 1em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #EA4C41;
    border-width: 0.5em 0.5em 0 0.5em;
    top: 52px;
    left: -4px;
    display: block;
    position: absolute;
    font-size: 0.8em;
    color: white;
    transform: rotate(180deg);
}
.editor-left .invoiceDetailslist.invalid select{
    border-color: red;
}
.editor-left .invoiceDetailslist.invalid {
    position: relative;
}
.workflow .leftmenu li > div.edit-able-div.invalid input:focus {
    border-color: #4d90fe;
}
.save-the-stage-name,.revert-the-stage-name{
    display: inline-block;
    width: 11px;
    height: 15px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.save-the-stage-name{
    background-image: url(../svg/tick.svg);
    margin-left: 5px;
}
.revert-the-stage-name{
    background-image: url(../images/workflow-images/svg/close-black.svg);
}
.edit-stage-name{
    display: none;
}
.edit-able-div .edit-stage-name{
    display: block;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: swashIn;
}
.edit-stage-icon{
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    top: 13px;
    position: absolute;
    background-image: url("../images/png/icon_edit_48 copy.png");
    right: 20px;
    background-size: 10px;
    border-radius: 4px;
    display: none;
}
.workflow .leftmenu li > div:hover .edit-stage-icon{
    display: inline-block;
}
.workflow .leftmenu li > div.edit-able-div:hover .edit-stage-icon{
     display: none;
 }

.invalid .edit-stage-icon{
right: 39px;
}
.edit-able-div .edit-stage-icon{
    display: none;
}
.tagShow ul{
    max-height: 81px;
    overflow: scroll;
    transition: height 500ms ease;
}
.tagShow ul {
    -ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.tagShow ul::-webkit-scrollbar {
    display: none;
}
.UserLi .labelright .designationDisplay span:last-child label{
display: none;
}
.fullScreenPopup>div.invoice-popup{
    width: 1100px;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    border-radius: 4px;
}
.workflowCreatePage .standardApps-View #mainPage.invoice{

}
.workflow-page-properties .app-properties-harder{
display: none;
}
.LabelHeading{
    padding: 3px;
    position: relative;
    width: 395px;
    margin: 8px;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    font-family: robotobold;
}
.editor-left .switch {
    margin-bottom: 10px;
}
.over-all-configure>div>div>div:first-child .LabelHeading{
    border-top: 0;
}
.workflow .contentleft .workflowActionsButtons ul li{
    display: inline-block;
    border: 0;
    vertical-align: top;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    width: 65px;
    text-align: center;
    margin-bottom: 2px;
    flex-grow:2;
    background-color: #1E88E5;
}
.workflowActionsButtons .action-button{
    background-color: #04D1FF;
}
.workflowCreatePage .standardApps-View #mainPage.attendance{
    overflow: hidden;
}
.editor-left .invoiceDetailslist.message{
    border: 1px solid #ccc;
}
.editor-left .invoiceDetailslist.message input{
    width: 100%;
}
.invoiceDetailsliste label {
    font-family: robotomedium;
    display: block;
}
.c3-tooltip td.name{
border: 0;
}
.c3-tooltip td{
    border-style: solid !important;
}
.c3-tooltip tr{
    display: block;
}
.c3-tooltip th{
    width: 100%;
    display: block;
}
.invoiceDetailslist.taxFields>label{
    display: inline-block;
}
.taxFields .invoice-swith{
    display: inline-block;
    float: left;
}
.workflowCreatePage .invoice-swith .cmn-toggle + label{
    margin-right: 5px;
}
.taxCls{
    margin-top: 5px;
}
.viewMode .invoice-swith{
    display: none;
}
.invoiceDetailslist .taxCls label{
    font-family: Roboto;
}
.invoiceDetailslist .taxCls.Vat label{
    display: none;
}
.downloadbulk{
    padding: 0;
    min-width: inherit;
    height: auto;
}
.downloadbulk a{
    width: 150px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
}
.subMenuHold #menuSub > ul li.icon-sharedWithMe{
    display: none;
}
.over-all-configure .select2-search__field{
    top: 2px !important;
    padding-left: 5px !important;
    height: auto;
    margin: 3px !important;
    position: relative;
}
.over-all-configure .select2-container--default .select2-search--inline .select2-search__field{
    width: 261px !important;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}
.over-all-configure .select2-selection__rendered{
    padding: 0 !important;
}
.over-all-configure .select2-selection__rendered li{
    width: 100%;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
.over-all-configure .select2-container{
    border: 0px solid #ccc;
    background-color: #fff;
    padding: 0;
    top: 0;
    max-width: 100% !important;
}
.over-all-configure .select2-selection--multiple{
    border: 1px solid #ccc !important;
}
.PhoneNumber .onePhoneNumber .RemoveRule{
    display: none;
}
.PhoneNumber div.onePhoneNumber div>div:last-child .AddRule{
    right: 35px;
}
.workflowCreatePage .invoiceDetailslist.PhoneNumber div.onePhoneNumber div>div:last-child .errorTxt{
    right: -30px;
}
.viewMode .taxFields>label{
display: none;
}
.taxFields{
    margin-bottom: 5px;
}
.workflowActionsButtons.buttonSortCls{

}
.react-mis .create-pivot-container table tr:nth-child(2) > td.pvtTotal.colTotal:nth-child(2),.react-mis .create-pivot-container table tr:nth-child(2) > td:nth-child(2).pvtGrandTotal{
    background-color: #fff;
    border-radius: 0;
    padding: 5px;
}
.react-mis .create-pivot-container table tr:nth-child(2) > td.pvtTotal.colTotal:nth-child(2):before,.react-mis .create-pivot-container table tr:nth-child(2) > td:nth-child(2).pvtGrandTotal:before{
    content: '';
    display: none;
}
.mis_reports .subMenuHold{
    display: none;
}
.mis_reports .left{
    left: -250px;
    transition: all 500ms ease;
}
.mis_reports.show-main-menu .left{
    left: 0px;
}
.mis_reports .mainRight{
    margin: 0;
}
.Action-Assign span{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.invoice-app-editor .select2-selection__rendered{
    max-height: 150px;
    overflow: scroll;
}
.invoice-table{
    min-height: 33px;
}
.actionType-linkApp .buttonGoToPage{
    margin-right: 0;
}
.react-mis .create-pivot-container table tr:nth-child(2) ul.pvtAxisContainer{
    background-color: #F8F8F8;
}
.mis_reports .t-right.back-to-tabel{
    text-align: inherit;
}
.react-mis .pivot-table-button.back-to-tabel button{
    background-color: #E2E2E2;
    color: #2880C1;
    margin-left: 0;
}
.react-mis .nav-tabs > li a{
    background-color: #fff;
}
.workflowActionsButtons.action-one{
    margin: 0;
}
.workflowActionsButtons.action-one .action-button > div:nth-child(1){
    margin: 0;
}
#filterDisplaySelectTo .select2-results__option{
    width: 100%;
    margin: 0;
    border: 0;
    background-color: #fff;
}
.workflow .butoonUsrerList #filterDisplaySelectTo .select2-container{
    margin-left: 75px;
    margin-top: 32px;
}
#filterDisplaySelectTo .select2-container--default .select2-results>.select2-results__options{
    max-height: 125px;
    width: 100%;
}
.summaryCard  .errorTxt {
    background: url(../images/svg/notification.svg) no-repeat scroll left center transparent;
    position: absolute;
    background-position: right;
    width: 20px;
    bottom: 0px;
    background-size: 15px;
    right: 3px;
    top: 3px;
}
.summaryCard  .errorTxt:hover::before {
    content: "Error";
    width: 40px;
    display: block;
    background-color: #EA4C41;
    position: absolute;
    left: -14px;
    top: 31px;
    z-index: 9;
    border-radius: 4px;
    padding: 0px 4px;
    color: #fff;
}
.summaryCard  .errorTxt:hover::after {
    display: block;
    position: absolute;
    font-size: 0.8em;
    color: white;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #EA4C41 transparent transparent transparent;
    position: absolute;
    top: 26px;
    transform: rotate(180deg);
    left: 5px;
}
.summaryCard .formulaItems{
    z-index: 9;
}
.summaryCard .formulaItemsTop .errorTxt{
    top: 53px;
}
.workflowCreatePage .invoice .loaderFull{
    position: fixed;
    left: 250px;
    right: 0px;
}
#workflow-monitorDisplayArea .spotlight{
    width: auto !important;
    left: 0;
    right: 270px;
    z-index: 0;
}
.workflow .summaryCard.contentleft .contentbody{
min-height: inherit;
    padding: 10px;
    padding-bottom: 98%;
}
/*.line-table .table > tbody > tr > td{
    transition: transform 500ms ease;
}
.line-table .table > tbody > tr > td.overflow-presnt:hover{
    transform: scale(1.5);
    overflow: auto;
    text-overflow: inherit;
    background-color: #fff;
    padding: 7px;
    white-space: normal !important;
    line-height: initial;
    box-shadow: 0px 0px 4px 0px #b1b1b1;
    border-radius: 4px;
    font-size: 8px;
    position: relative;
    z-index: 9;
    text-align: center;
    vertical-align: middle;
}*/
.workflowCreatePage.attendanceLocation-Popup .loaderFull{
    position: absolute;
    z-index: 99;
}
.workflow .invoice-popup .loaderFull{
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    top: 0;
    height: 100%;
    opacity: 0.5;
}
.loaderFull.opacity-half{
    opacity: 0.5 !important;
}
.loaderFull.opacity-full{
    opacity: 1 !important;
}
.loaderFull.opacity-half-withbg{
    opacity: 0.5 !important;
    background-color: #fff;
}
.loaderFull.opacity-full-whitoutbg{
    opacity: 1 !important;
    background-color: transparent;
}
@keyframes bigpopup {
    from {
        transform: rotateX(-90deg);
        opacity: 0;
    }
    to {
        transform: rotateX(0deg);
        opacity: 1;
    }
}
.workflow .appBox .loaderFull{
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: auto;
    opacity: 1;
    border-radius: 4px;
}
.workflow #workflow-monitorDisplayArea .fieldList-width .field-header-propertie{
display: none;
}
.monitor-field-properties-switch{
    margin-top: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.workflow .summaryCard.enable-monitor .contentheader{
    height: 50px;
    transition: all 500ms ease;
    overflow: hidden;
}
.workflow .summaryCard.enable-monitor .contentheader div{
    display: none;
}
.workflowActionsButtons .actionBtnCls:last-child .action-button > div:nth-child(1){
    border-right: 0;
}
.discount-part{
    max-width: 355px;
    text-overflow: ellipsis;
}
.discount-part.invoice-information label label{
    display: inline-block;
    font-family: robotobold;
}
.discount-part.invoice-information label{
    font-family: robotomedium;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    display: none;
}
.actionType-linkApp .loader{
    background-image: url(../images/svg/loader-black.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right;
    width: 15px;
    height: 24px;
    display: inline-block;
}
.actionType-linkApp .loader.dn{
    display: none;
}
.workflowCreatePage #mainPage.invoice #loaderRegion .loaderFull{
    left: 0;
    position: absolute;
}
.workflow .field-properties.monitor-field-properties{
    height: auto;
    display: block;
    width: 270px;
    border: 0;
}
.workflow .field-properties.monitor-field-properties.dn .fieldList-width{
    display: none;
}
.workflow .field-properties.summary-field-properties{
    height: auto;
}
.monitor-parent{
    width: 270px;
    background-color: #fff;
    overflow: scroll;
    overflow-x: hidden;
}
.summaryCard .summaryList{
    padding: 5px;
    border: 1px dashed #C7DA85;
}
.summaryCard .summaryList:hover{
    border-color: #1c90ec;
}
td:nth-child(n+2).sorted{
    animation: bigpopup 0.5s ease;
    background-color: rgba(0, 184, 212, .05);
}
/*.line-table .table > tbody > tr:first-child > td.overflow-presnt:hover{
    top: 20px;
}*/
.text-m-bold{
    font-family: robotomedium;
}
.workflowCreatePage .edit-app-name .searchInputHold input:focus{
    border: #4d90fe solid 1px;
}
.ms-search{
    transition: all 500ms ease;
}
.opensearch.ms-search{
width: 400px;
    z-index: 9;
}
.workflow .field-properties .ms-options-wrap .SelectAllLabel input{
    position: relative;
}
.workflow .field-properties .ms-options-wrap .SelectAllLabel input.checked:before{
    content: "\e902";
    color: #228ce6;
    font-family: 'ec-chkbox';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* line-height: 1; */
    -webkit-font-smoothing: antialiased;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 3;
    top: -4px;
    left: -4px;
    text-align: center;
    font-size: 25px;
    background-color: #fff;
    pointer-events: none;
}
.quickAdd-fromlist{
    display: inline-block;
    left: 360px;
    font-size: 12px;
    font-family: robotobold;
    color: #1891E2;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    display: none;
}
.user-from-list-part{
    position: absolute;
    width: 400px;
    top: 0;
    right: -450px;
    border: 1px solid #ccc;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    transition: all 500ms ease;
}
.quickAdd-fromlist label{
    cursor: pointer;
}
.user-from-list-part.openlist{
    right: 0;
}
.workflowActionsButtons.buttonSortCls .errorTxt{
   display: none !important;
}
.workflow .app-properties-harder li.movingli{
    position: absolute;
    width: 156px !important;
    left: 2px;
    pointer-events: none;
    height: 27px;
    z-index: 1;
    transition: all 500ms ease;
}
.workflow .app-properties-harder li.movingli:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    background-color: #1086E8;
    height: 100%;
    border-radius: 14px 14px 14px 14px;
    z-index: 1;
}
.workflow .app-properties-harder li.movingli.active-monitors{
    width: 166px !important;
    left: 160px;
}
.workflow .app-properties-harder li.movingli.active-users{
    left: 326px;
    width: 94px !important;
}
.workflow .form-properties .formDropDown.invalid-warning .errorTxt.tooltip-warning {
    right: 35px;
    background: url(../images/svg/notification-Orange.svg) no-repeat scroll left center transparent;
    background-size: 20px;
    display: inline-block;
}
.workflow .field-properties .formDropDown.invalid-warning{
    position: relative;
}
.workflow .form-properties .formDropDown.invalid-warning [data-tooltip]:hover:before{
    background-color: #EEB526;
    right: 0;
}
.workflow .form-properties .formDropDown.invalid-warning [data-tooltip]:hover:after{
    border-top-color: #EEB526;
}
.bulkUpload .notiAlertHold .btClose{
    color: #fff;
    position: relative;
}
.over-all-configure .select2-selection__rendered li.select2-search--inline{
    position: relative;
}
.over-all-configure .select2-selection__rendered li.select2-search--inline:before{
    content: 'Enter name or email to add';
    opacity: 0.4;
    position: absolute;
    left: 10px;
    top: 5px;
    width: auto;
    right: 0;
    height: 100%;
    display: block;
    z-index: 1;
    pointer-events: none;
}
.over-all-configure .select2-container--open .select2-selection__rendered li.select2-search--inline:before{
    display: none;
    content: '';
}
.invoice-popup .back-action.dn{
    display: none;
}
.editor-left .invoiceDetailslist .select2-selection__choice label{
    width: 30px;
    height: 30px;
    margin-right: 2px;
    white-space: normal;
    vertical-align: top;
    background-size: 100%;
    border-radius: 50%;
}
.editor-left .invoiceDetailslist .select2-selection__choice label.noPic{
    width: 30px;
    height: 30px;
    margin-right: 2px;
    white-space: normal;
    vertical-align: top;
    background-size: 100%;
    border-radius: 50%;
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    padding-left: 0;
    color: #fff;
}
.select2-selection__choice span{
    vertical-align: middle;
}
.editor-left .invoiceDetailslist .select2-results__option label{
    width: 30px;
    height: 30px;
    margin: 0;
    white-space: normal;
    vertical-align: top;
    background-size: 100%;
    border-radius: 47%;
    position: relative;
    left: -3px;
    top: -2px;
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    padding-left: 0;
    color: #fff;
}
.over-all-configure .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    top: 1px;
}
.formHold .ActionHeader {
    display: inline-table;
    padding: 5px;
    padding-left: 15px;
    background-color: #CDF0F7;
    padding-right: 15px;
    width: 270px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    text-align: inherit;
}
.rtPanel .txtHeadRP.Leave{
    background-image: url(../images/svg/leave_mgt.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}
.rtPanel .txtHeadRP.Holiday{
    background-image: url(../images/svg/holiday.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}
.rtPanel .txtHeadRP.Working{
    background-image: url(../images/svg/working-days.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}
.rtPanel .txtHeadRP.Reimbursement{
    background-image: url(../images/svg/reimbursement.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}
.rtPanel .txtHeadRP.Tracking{
    background-image: url(../images/svg/timeline-black.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
    background-size: 20px;
}
.datepicker td.day.testhis{
background: #d1c3fb;
    border-radius: 50%;
}
.datepicker td.day.testhis{
    background: #d1c3fb;
    border-radius: 50%;
}
#Paragraph path{
    transform:translate(-2090.5px,-211.5px);
}
#Paragraph svg{
    width: 40px;
    position: absolute;
    left: 20px;
    top: 10px;
}
.rtPanel .name.pic{
    width: 40px;
    height: 40px;
    background-size: 100%;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.rtPanel .designation{
    width: 110px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rtPanel .name.pic.icon-general{
    border: 1px solid #ccc;
    background-position: center top 2px;
    background-size: 82%;
}
.workflow.ButtonoverRulesPresent.ButtonRulesPresent .fullScreenPopup>div{
    top: 0;
    right: 423px;
    position: fixed;
    -webkit-animation: scaleTwo 300ms linear 0s;
    -moz-animation: scaleTwo 300ms linear 0s;
    -o-animation: scaleTwo 300ms linear 0s;
    animation: scaleTwo 300ms linear 0s;
    animation-iteration-count: 1;
    width: 830px;
    min-height: inherit;
    transform: inherit;
    height: auto;
    overflow-y: hidden;
    left: inherit;
}
.workflow.ButtonoverRulesPresent.ButtonRulesPresent .fullScreenPopupbg.dn{
    display: none;
}
.workflow.ButtonoverRulesPresent.ButtonRulesPresent .fullScreenPopup#dummyPopup>div{
    display: block;
    display: none;
    -webkit-animation: scaleOne 300ms linear 0s;
    -moz-animation: scaleOne 300ms linear 0s;
    -o-animation: scaleOne 300ms linear 0s;
    animation: scaleOne 300ms linear 0s;
    animation-iteration-count: 1;
}
.workflow.ButtonRulesPresent .fullScreenPopup#dummyPopup>div{
    display: none;
}
#descriptionValue:hover{
    cursor: pointer;
}
/*#descriptionValue:hover:after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 0.01px solid #8e8c8c;
    position: absolute;
    transform: rotate(45deg) scale(0.56);
    left: -8px;
    top: 0;
    background-color: #ccc;
    border-left: 0;
    border-bottom: 0;
}
#descriptionValue.active-lable:after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 0.01px solid #8e8c8c;
    position: absolute;
    transform: rotate(45deg) scale(0.56);
    left: -8px;
    top: 0;
    background-color: #ccc;
    border-left: 0;
    border-bottom: 0;
}*/
/*
.li-slider{
    width: 250px;
    height: 41px;
    background-color: rgba(0, 184, 212, .4);
    position: fixed;
    display: block;
    transition: all 300ms ease;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
*/
/*.show-only-in-tabel{
    display: none;
    width: 55px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    float: right;
    top: 6px;
}
.description .show-only-in-tabel{
    display: inline-block;
 }
.editor-left .invoiceDetailslist.description select{
    width: 200px;
}

.quantity .show-only-in-tabel{
    display: inline-block;
}
.editor-left .invoiceDetailslist.quantity select{
    width: 200px;
}

.pricePerUnit .show-only-in-tabel{
    display: inline-block;
}
.editor-left .invoiceDetailslist.pricePerUnit select{
    width: 200px;
}

.total .show-only-in-tabel{
    display: inline-block;
}
.editor-left .invoiceDetailslist.total select{
    width: 200px;
}
.show-only-in-tabel .AddRule,.show-only-in-tabel .RemoveRule{
    margin: 0;
    top: 0;
    position: relative;
}
.show-only-in-tabel .AddRule{
    margin-left: 5px;
}*/
.workflowCreatePage .logodiv .loader{
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: 50px;
}
.invoiceDetailsliste input[type="file"]:hover:before{
    content: 'Update Logo';
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    right: 0;
    top: 0px;
    background-color: #E3EAF3;
    background-image: url("../images/svg/upload.svg");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 190px;
}
.invoiceDetailsliste input[type="file"]:hover{
    position: relative;
    z-index: 9;
}
@keyframes scaleOne {
    from {
        opacity: 0;
        right: 500px;
    }
    to {
        opacity: 1;
        right: 530px;
    }
}
@keyframes scaleTwo {
    from {
        opacity: 0;
        right: 500px;
    }
    to {
        opacity: 1;
        right: 530px;
    }
}
@-webkit-keyframes scaleOneSa {
    from {
        opacity: 0;
    }
    to {
       opacity: 1;
    }
}
@-webkit-keyframes scaleTwoSa {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.invoiceDetailslist textarea.termsAndConditions{
    width: 100%;
    height: 100% !important;
    min-height: 400px;
}
#termsAndConditions.invoiceDetailslist{
    width: 100%;
}
.viewMode .invoiceDetailslist textarea.termsAndConditions{
    min-height: inherit;
}
.tagShow input{
    pointer-events: none;
    background-color: transparent;
}
.tagShow .editMode input{
    pointer-events: auto;
}
.tagShow .editMode input:focus{
    border: 0;
    outline: none;
}
.tagShow input#tagName{
    pointer-events: auto;
    width: 100%;
}
.edit-tag{
    width: 15px;
    height: 15px;
    background-image: url("../images/png/icon_edit_48 copy.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: middle;
    display: none;
}
.tagShow li:hover .edit-tag{
    display: inline-block;
}
.editMode .edit-tag{
    display: none !important;
}
.workflow .addNewFunctions .topmagin.addnewFunbt:hover{
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);
}
.workflow .saveAndpublish-js .connect{
   padding: 0 20px;
    width: auto;
}
.workflow .RepetitiveNewCard.formula-active{
    z-index: 4;
}
.workflow .RepetitiveNewCard.formula-active .contentleft{
    z-index: 9;
}
.workflow .field-properties .FixedPart input{
    width: 221.8px;
    margin-right: 0;
}
.FixedPart #fixedDetails{
    display: inline-block;
    vertical-align: top;
}
.workflow .form-properties #validationDetailsRegion input[type="checkbox"]:checked:after{
    content: "\e902";
    color: #228ce6;
    font-family: 'ec-chkbox';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 9;
    font-size: 22px;
    background-color: #fff;
    top: -6px;
    left: -3px;
    pointer-events: none;
}
.workflow .field-properties .checkList input.checkbox:checked:after{
    content: "\e902";
    color: #228ce6;
    font-family: 'ec-chkbox';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 9;
    font-size: 22px;
    background-color: #fff;
    top: -3px;
    left: -3px;
    pointer-events: none;
}
.workflow .field-properties .checkList input[type=checkbox][disabled] {
    cursor: default;
    opacity: 0.5;
}
.viewMode .invoiceDetailslist .note-editor{
    display: none;
}
.noteBook-js{
    display: none;
}
.viewMode .invoiceDetailslist .noteBook-js{
    display: block;
}
.viewMode .invoiceDetailslist .termsAndConditions{
    display: none;
}
.tremsAndConditions.editor-right{
    left: 0;
    overflow: hidden;
    height: auto;
}
.appBox .rightBoxArea .edit-mode .rightBoxItem:hover .closeIcon{
    display: inline-block !important;
}


.tagShow .ShowThisLi li:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 103%;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    top:0;
    pointer-events: none;
    animation: showLi 500ms;
}
@keyframes showLi {
    0%{
        opacity: 0;
        background-color: transparent;
    }
    100%{
        opacity: 0.3;
        background-color: #000;
    }
}
.tagShow  li{
    position: relative;
}
.tagShow .ShowThisLi li{
    position: relative;
}
.tagShow .ShowThisLi li.editMode:after{
    display: none;
}
.tagShow .ShowThisLi li.editMode{
    border: 1px solid #4d90fe;
}
.workflow .app-properties-harder li.invalid{
    position: relative;
}
.workflow .app-properties-harder li .errorTxt{
    background: url(../images/svg/notification-headerli.svg) no-repeat scroll left center transparent;
    background-size: 20px;
    position: absolute;
    right: 5px;
    background-position: right;
    width: 20px;
    top: -1px;
    pointer-events: none;
}
.uploadOptionBar .checkList .camIcon{
    vertical-align: middle;
}
.testing.loaderFull{
    left: 0;
    z-index: 99;
}
.testing.loaderFull .url-erorr{
    display: none;
}
.testing.loaderFull  .wdt-loading-screen{
    display: none !important
}
.show-only-in-hover{
    display: none;
}
.show-rules-only-in-hover{
    display: none;
}
#list-container>div>div:hover .show-rules-only-in-hover{
    display: block;
    position: fixed;
    right: 423px;
    /* left: 0; */
    width: 1000px;
    background-color: #fff;
    transform: translateY(-47px);
    z-index: 9999;
}
.show-rules-only-in-hover .ButtonRuels .buttonGoToPage select{
    display: none;
}
.show-rules-only-in-hover .show-only-in-hover{
    display: inline-block;
}
.show-rules-only-in-hover .buttonGoToPage{
    border: 0;
}
.workflow .field-properties .buttonShow ul{
    border: 0;
    max-width: 350px;
    pointer-events: none;
}
.show-rules-only-in-hover .ButtonRuelsBody{
    height: 400px;
    overflow: scroll;
}
.workflow .field-properties .buttonShow li{
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    border: 0;
    text-align: inherit;
}
/*#descriptionValue:hover:before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    !* border: 0.01px solid #8e8c8c; *!
    position: absolute;
    transform: scale(0.8);
    left: -20px;
    top: 0;
    background-color: #fff;
    border-left: 0;
    border-bottom: 0;
    z-index: 5;
}*/
.header .logo{
    width: 200px;
    vertical-align: super;
    background-size: contain;
    height: 48px;
    background-position: left center;
}
.themeSelect .loaderFull{
    display: none;
}
.color-pickerNew{
    height: auto !important;
}
#iffd{
    display: none;
}
.js-item.active.holeOut{
    -webkit-animation-name: spaceOutLeft !important;
}
.overscroll.stop{
    overflow: hidden;
}
#conditionList div>div{
    animation-name: none;
}
#conditionList div>div:last-child{
    animation-name: tinUpIn;
}
.workflow .active .sub{
    animation-name: none;
}
.workflow .active .sub:last-child{
    animation-name: slideRightReturn;
}
#usersHoldDiv .addUsers.opend{
    right: 60px !important;
    animation-duration: 600ms;
}
#usersHoldDiv .actionBtHold .searchHold.opend{
    max-width: 210px !important;
}
.tagShow li{

}
.empty-image{
    padding-left: 8px;
}
.workflow .field-properties .seletd-fields li{
    padding: 0;
}
.workflow .field-properties .seletd-fields li label{
    padding: 10px;
    padding-right: 5px;
}
.workflow .datepicker,.workflow .popover{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: tinUpIn;
}
.messageDisplay{
    position: relative;
    background: url(../images/svg/notification-Orange.svg) no-repeat scroll left center transparent;
    background-size: 20px;
    margin-left: 5px;
    min-width: 20px;
    height: 20px;
    top: 3px;
}
.messageDisplay:before{
    border-radius: 0.2em;
    content: attr(title);
    background-color: #EEB526;
    padding: 0.3em;
    width: auto;
    white-space: nowrap;
    height: 25px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    display: block;
    margin-left: 30px;
    color: #fff;
    top: -2px;
    position: relative;
}
.messageDisplay:after{
    content: '';
    border-style: solid;
    border-color: transparent;
    border-top-color: #EEB526;
    border-width: 0.5em 0.5em 0 0.5em;
    position: absolute;
    left: 21px;
    top: 7px;
    transform: rotate(90deg);
}
.hide-message.messageDisplay:before{
   display: none;
}
.hide-message.messageDisplay:after{
   display: none;
}
.hide-message.messageDisplay:hover:before{
    border-radius: 0.2em;
    content: attr(title);
    background-color: #EEB526 !important;
    margin-top: 0 !important;
    padding: 0.3em;
    width: auto;
    white-space: nowrap;
    height: 25px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    display: block;
    margin-left: 30px;
    color: #fff;
    top: -2px;
    position: relative !important;
    left: auto !important;
}
.hide-message.messageDisplay:hover:after{
    content: '';
    border-style: solid;
    border-color: transparent;
    border-top-color: #EEB526 !important;
    border-width: 0.5em 0.5em 0 0.5em;
    position: absolute;
    left: 21px;
    top: 7px !important;
    transform: rotate(90deg);
    display: block;
    margin: 0 !important;
}
.invalid .hide-message.messageDisplay:before{
    border-radius: 0.2em;
    content: attr(title);
    background-color: #EEB526;
    padding: 0.3em;
    width: auto;
    white-space: nowrap;
    height: 25px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    display: block;
    margin-left: 30px;
    color: #fff;
    top: -2px;
    position: relative;
}
.invalid .hide-message.messageDisplay:after{
    content: '';
    border-style: solid;
    border-color: transparent;
    border-top-color: #EEB526;
    border-width: 0.5em 0.5em 0 0.5em;
    position: absolute;
    left: 21px;
    top: 7px;
    transform: rotate(90deg);
    display: block;
}
.appFieldHold .headerHold{
    position: relative;
}
.headerHold .messageDisplay{
    position: absolute;
    left: 66px;
    top: 4px;
    pointer-events: none;
}
.headerHold .messageDisplay.hide-message{
    pointer-events: auto;
    cursor: pointer;
}
.headerHold .messageDisplay.hide-message:hover:after{
    left: 23px !important;
}
.ButtonRuelsItems input#dateValue{
    background: url(../svg/calendar-new.svg);
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 17px;
    cursor: pointer;
}
.workflow .styled-select.Data-Fetch{
    opacity: 1;
    border: 0;
}
.workflow .styled-select.Data-Fetch select{
    background-image: none !important;
}

.workflow .styled-select.Composite{
    opacity: 1;
    border: 0;
}
.workflow .styled-select.Composite select{
    background-image: none !important;
}


.workflow .styled-select.Repetitive{
    opacity: 1;
    border: 0;
}
.workflow .styled-select.Repetitive select{
    background-image: none !important;
}


.workflow .styled-select.Formula{
    opacity: 1;
    border: 0;
}
.workflow .styled-select.Formula select{
    background-image: none !important;
}
.workflow .monitor-present .summaryCard .contentheader{
    background-position: top 10px left 5px;
}
.c3-chart-bar,.c3-area{
    animation-name: slideDownReturn;
    animation-duration: 2s;
    animation-fill-mode: both;
}

.c3-line {
    stroke-dasharray: 200%;
    stroke-dashoffset: 200%;
    animation: dashc3-line 2s linear forwards;
}

@keyframes dashc3-line {
    to {
        stroke-dashoffset: 0;
    }
}
.show-empty,.show-empty-summary{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    height: 100%;
    background-image: url("../images/png/newIcon/form-512.png");
    background-repeat: no-repeat;
    z-index: 99;
    background-size: 100px;
    background-position: center;
    line-height: 460px;
}
.show-empty-summary{
    line-height: 35px;
    background-size: 50px;
    top: 0;
    background-position: center top 30px;
    background-color: #fff;
    background-image: url("../images/png/newIcon/summary-512.png");
}
td .squaredThree label.checked:after{
    animation-name: twisterInUp;
    animation-duration: 500ms;
    animation-fill-mode: both;
}
td .squaredThree label{
   position: relative;
    top: 0;
}
td .squaredThree label:after{
    top: 50%;
}
td .squaredThree label:hover::after{
    top: 35%;
}
td .squaredThree label.checked:hover::after{
    top: 50%;
}

.addMember td .squaredThree label {
    position: relative;
    top: 0px !important;
    left: 0 !important;
}

.addMember td .squaredThree label:after{
    top: 50% !important;
    left: 2px !important;
}
.addMember td .squaredThree label:hover::after{
    top: 29% !important;
}
.addMember td .squaredThree label.checked:hover::after{
    top: 50% !important;
}
.userdivHolder{
    position: relative;
    top: -30px;
}
.ownerInfoHold .peopleImg{
    background-color: #fff;
    background-size: cover;
}
.peopleImg.icon-general, .peopleImg.icon-male, .peopleImg.icon-female{
    background-size: 70%;
    background-position: center top 5px;
}
.ownerInfoHold{
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ownerInfoHold .peopleImgHold{
    width: 80px !important;
    height: 80px !important;
    padding: 4px;
    background-color: #fff;
}
.ownerInfoHold .peopleImg{
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
}
.labelFormulaItems{
    position: relative;
}
.show-date-monitor{
    position: absolute;
    width: 50px;
    height: 60px;
    right: 20px;
    top: 10px;
    background-color: #fff;
    z-index: 99999;
    border-radius: 4px;
    text-align: center;
}
.show-date-monitor .month{
    height: 25px;
    background-color:#E0DBE2;
    border-radius: 4px 4px 0px 0px;
    color: #797979;
}
.workflow .Repetitive .SummaryPart .sub:nth-child(1){
    display: block;
    width: 100%;
    color: #2886C6;
    font-family: robotobold;
    font-size: 16px;
    margin-bottom: 0;
}
.show-date-monitor .day{
    line-height: 35px;
    color: #2886C6;
    font-family: robotobold;
}
.workflow .compositeField .sub{
    margin-left: 0;
}
.header .logo.logo-name{
    width: auto;
    line-height: 40px;
}
.logo-name{
    padding: 0;
}
.welcome-View #mainPage>div:nth-child(1){
    height: 100%;
}
.welcomePageApp{
    height: 100%;
}
.boxParent{
    height: calc(100% - 215px);
    width: 100%;
}
.CardPart{
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 80Vmax;
    margin: 0 auto;
}
.svg-container svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.svg-container {
    display: inline-block;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
    bottom: -25px;
    left: 0px;
}
.cardOne .svg-container{
    transform: rotateX(180deg);
}
.cardTwo .svg-container{
    transform: rotateX(180deg);
}
.cardThree .svg-container{
    transform: rotateX(180deg);
}
.workflowCreatePage .app-icon.as-star{
    box-shadow: 0px 0px 10px rgba(255, 213, 79,0.3);
}
.workflowCreatePage .app-icon.as-bulb{
    box-shadow: 0px 0px 10px rgba(245, 124, 0,0.3);
}
.workflowCreatePage .app-icon.as-key {
    box-shadow: 0px 0px 10px rgba(235, 96, 41,0.3);
}
.workflowCreatePage .app-icon.as-cart{
    box-shadow: 0px 0px 10px rgba(204, 70, 60,0.3);
}
.workflowCreatePage .app-icon.as-badge{
    box-shadow: 0px 0px 10px rgba(76, 175, 80,0.3);
}
.workflowCreatePage .app-icon.as-bug{
    box-shadow: 0px 0px 10px rgba(121, 85, 72,0.3);
}
.workflowCreatePage .app-icon.as-check{
    box-shadow: 0px 0px 10px rgba(67, 160, 71,0.3);
}
.workflowCreatePage .app-icon.as-clean{
    box-shadow: 0px 0px 10px rgba(95, 135, 234,0.3);
}
.appListSection .appIconView{
    height: 140px !important;
    width: 140px !important;
    border-radius: 50%;
}
.appIconView .appIcon{
    height: 100%;
    border-radius: 50%;
}
/*@keyframes testLine {
    from{
        letter-spacing: 29px;
    }
    to{
        letter-spacing: 0;
    }
}*/
/*.subMenuHold ul .active, .subMenuHold ul .active:hover{
    position: relative;
    transition:color 0.25s ease;
}
.subMenuHold ul li.active::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 184, 212, .4);
    transform-origin:left;
    animation-name: testLine;
    z-index:-1;
}
.subMenuHold ul li::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width:0%;
    height: 100%;
    background-color: rgba(0, 184, 212, .4);
    transform-origin:left;
    z-index:-1;
    animation-duration: 1s;
    animation-fill-mode: both;
}*/
/*
.workflowCreatePage .js-appItem.active::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(232, 228, 251, 1);
    transform-origin:left;
    animation-name: testLine;
    z-index:999;
}
.workflowCreatePage .js-appItem::after{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width:0%;
    height: 100%;
    background-color: rgba(232, 228, 251, 1);
    transform-origin:left;
    z-index:-1;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes testLine {
    from{
        width: 0;
    }
    to{
        width: 100%;
    }
}
.workflowCreatePage .custome-application li>div.active{
    position: relative;
}*/
.workflow .contentleft:hover{
    z-index: 4;
}
/*.workflow .contentheader:after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    height: 100%;
    width: auto;
    right: 0;
    z-index: 1;
}
.workflow .contentheader.page-header:after{
    display: none;
}
.workflow .contentleft .active li{
    z-index: 3;
}*/
.RuleButtons .addOver.avtionLevel{
    margin-left: 10px;
    border-radius: 0;
}
.workflow .contentleft li > div.dataFetch .invalid .errorTxt{
    display: block;
    right: 105px;
    top: -1px;
}
.RuleButtons .addOver.additional-settings-part{
    border: 0;
    margin-right: 5px;
}
.additional-settings{
    position: absolute;
    top: 25px;
    display: none;
    z-index: 99;
    background-color: #fff;
}

.RuleButtons .addOver.avtionLevel #AddActionLevel{
    border: 1px dashed #ccc;
    border-radius: 0;
    position: relative;
    margin-top: 10px;
    width: 120px;
}
.buttonShow .ShowThisLevelUser{
    border: 0;
    vertical-align: middle;
}
.buttonShow li{
    position: relative;
}
.assignAs{
z-index: 9999;
}
.avtionLevel #AddActionLevel .LineDepth{
    top: 13.8px;
}
.comment-last .switch{
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 3px;
}
.workflow .comment-last .cmn-toggle + label{
    margin-right: 10px;
}
.ButtonoverRulesPresent .RuleButtons .addOver.avtionLevel{
    width: 150px !important;
    margin-left: 25px;
}
.workflow.ButtonoverRulesPresent .ButtonRuelsList .edit-action{
    display: none;
}
.ButtonoverRulesPresent .additional-settings{
    visibility: visible;
    width: auto;
    position: static;
    display: inline;
    border: 0;
}
.ButtonoverRulesPresent .comment-last .switch{
    display: inline;
}
.ButtonoverRulesPresent.workflow .comment-last .cmn-toggle + label{
    display: none;
}
.RuleButtons .additional-settings-part .addOver.comment-last{
    margin-right: 0;
}
.actionType-close .buttonGoToPage label.labelTag{
    padding-left: 0;
}
.RuleButtons .activeButton .avtionLevel .AddRule{
    border-radius: 100%;
    border-color: #07B0EF;
}
.RuleButtons .activeButton .avtionLevel .AddRule:after{
    display: none;
}
.RuleButtons .activeButton .avtionLevel .AddRule:before{
    display: none;
}
.ButtonRuels .buttonShow select{
    display: inline-block;
    padding: 0;
    height: 23px;
    padding-left: 5px;
    width: auto;
    padding-right: 20px;
    font-family: robotomedium;
    border-radius: 4px;
}
.workflow.ButtonRulesPresent .buttonShow .select2-container{
    vertical-align: middle;
    top: 0px;
    min-width: 168px;
    max-width: 168px;
}
.workflow .buttonShow .select2-container .select2-selection--single{
    height: 25px;
}
.bg-image{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    border-radius: 50%;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.buttonShow .select2-selection__rendered label{
    display: none;
}
.ButtonRulesPresent  .noPic{
    width: 30px;
    height: 30px;
    margin-right: 2px;
    white-space: normal;
    vertical-align: top;
    background-size: 100%;
    border-radius: 50%;
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    padding-left: 0;
    color: #000;
    display: inline-block;
}
.ButtonRuelsType .buttonShow .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
/*.buttonTwo,.buttonOne {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 11px;
    background-repeat: no-repeat;
    background-color: #04D1FF;
    margin-left: -3px;
    width: 80.4px;
    min-height: 48px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}
.buttonOne,.buttonTwo{
    background-color: #E6E6E6 !important;
}*/
.workflow .contentleft .workflowActionsButtons.action-two li {
    width: 162px;
}

.workflow .contentleft .workflowActionsButtons.action-three li {
    width: 108px;
}

.workflow .contentleft .workflowActionsButtons.action-four li {
    width: 81px;
}

.workflow .contentleft .workflowActionsButtons.action-five li {
    width: 65px
}
.workflow .contentleft .workflowActionsButtons.action-one li {
    width: 324px;
}
.comboButton{
    background-color: #E6E6E6 !important;
    height: 50px;
}
.workflowActionsButtons .action-button{
    width: 100%;
}
.activeAction .comboButton{
    box-shadow: 0px 0px 0px 1px #4d90fe;
    height:auto;
}
.action-button{
    border-top: 0 !important;
}
.buttonOne,.normal-button{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.normal-button{
    padding: 0 5px;
    height: 50px;
}
/*.activeAction .buttonTwo{
    position: static;
}
.buttonTwo{
    transition: all 500ms ease;
    position: absolute;
    background-color: #E6E6E6 !important;
    top: 0px;
    width: 100%;
    z-index: -1;
}*/
#comboButtonsDisplay>div>div{
    width: 50%;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0px 5px;
    min-width: 64px;
}
#comboButtonsDisplay{
    height: 50px;
}
#comboButtonsDisplay>div>div:last-child{
    border: 0;
}
.additional-settings{
    position: fixed;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    top: 0px;
    margin: 20px auto;
    min-width: 315px;
    width: 450px;
    right: 0;
    padding: 0;
    height: 438px;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.closeCommentPopUp .additional-settings{
    animation-name: slideUpTwo;
    display: block;
}
#commentSelectParent{
    margin-top: 20px;
}
/*.additional-settings:after{
    content: '';
    width: 9px;
    height: 5px;
    background: url(../images/sprite_v1.png) -83px -47px;
    display: inline-block;
}*/
.mandatory{
    display: block;
    padding-left: 0px !important;
}
.additional-settings .No-of-day{
   margin-left: -3px;
}
.additional-settings .No-of-day div.plusmins{
    border-left: 0;
}
.additional-settings .plusmins input{
    width: 100%;
    border: 0;
    height: 31px;
}
.additional-settings .Days input{
    width: 100%;
    height: 33px;
    border: 1px solid #ccc;
}
.due-date-part{
    padding: 15px 10px;
    border-top: 1px solid #ccc;
}
.comment-part{
    padding: 15px 10px;
    padding-top: 0;
}
.ButtonRuels .due-date-part select.select-date-range{
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 5px;
    border: 1px solid #ccc;
}
.due-date-confi{
    margin-left: 60px;
    width: 210px;
}
.ButtonRuels .buttonGoToPage select.display-select-part{
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    vertical-align: top;
    border-color: #ccc;
    pointer-events: none;
    height: auto;
    width: 100px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #ccc;
}
.No-of-day-label {
    margin-top: 4px;
    font-family: robotomedium;
}
.buttonGoToPage .mandatory input{
    height: auto;
}
.workflow .contentleft .workflowActionsButtons.action-three li.comboButtonPresent{
    width: 216px;
}
.workflow .contentleft .workflowActionsButtons.action-five li.comboButtonPresent{
    width: 130px;
}
.workflow .contentleft .workflowActionsButtons li.comboButtonPresent{
    width: auto;
}
.workflow .contentleft .workflowActionsButtons.action-four li.comboButtonPresent{
    width: 243px;
}
.workflow .contentleft .workflowActionsButtons.action-five li.comboButtonPresent{
    width: 324px;
}
.workflow .contentleft .workflowActionsButtons .combo-five#comboButtonsDisplay>div>div{
    width: calc(100%/5);
}
.workflow .contentleft .workflowActionsButtons .combo-four#comboButtonsDisplay>div>div{
    width: calc(100%/4);
}
.workflow .contentleft .workflowActionsButtons .combo-three#comboButtonsDisplay>div>div{
    width: calc(100%/3);
}
.RuleButtons .addOver.avtionLevel.noLevel #AddActionLevel{
    margin: 0;
}

.avtionLevel.noLevel #AddActionLevel .LineDepth{
    display: none;
}
.avtionLevel.noLevel .LineH{
    display: none;
}
.RuleButtons .addOver.avtionLevel.noLevel{
    margin-left: 0;
}
.workflowActionsButtons ul{
    flex-wrap: wrap;
    display: flex;
}
.ColorPick{
    padding-top: 10px;
}
.ownersBg{
    background-size: 100%;
    background-position: 0;
}
.buttonGoToPage .customDate input{
    width: 65px;
    box-shadow: none;
    height: 33px;
    border-radius: 0;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: normal;
}
.due-date-confi .customDate{

}
.ButtonRuels .buttonGoToPage select.display-rang-part{
    border-radius: 0;
    vertical-align: top;
    border-color: #ccc;
    height: auto;
    width: 98px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #ccc;
}
.max-min-part{
    display: inline-block;
    width: 88px;
}
.max-min-part:first-child{
    margin-right: 10px;
}
.min-max-div{
    margin-left: 60px;
    width: 190px;
}
.max-min-part input{
    width: 60%;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    line-height:  normal;
}
.hint-part input{
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    line-height:  normal;
}
.flow-chart{
    background-color: #fff;
    position: absolute;
    z-index: 99;
}
.flow-chart>div{
    display: inline-block;
    position: relative;
}
.text-show-flow{
    position: absolute;
}
.ButtonoverRulesPresent .ButtonRuels .buttonShow select{
    display: none;
}
.workflow.ButtonoverRulesPresent .dn.AppUserList{
    display: none;
}
.ButtonoverRulesPresent .addOver.ur{
    display: none !important;
}
.ButtonoverRulesPresent .separate-the.ur{
    display: none !important;
}
.ButtonoverRulesPresent .RuleButtons .show-only-in-hover{

}
.ButtonoverRulesPresent .RuleButtons{
    position: relative;
}
.ButtonoverRulesPresent .ActionsOver{
    max-height: none !important;
}
.ButtonoverRulesPresent .RuleButtons .addOver{
    position: relative;
}
.ButtonoverRulesPresent .RuleButtons .show-to-go-to .show-only-in-hover {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    color: #1787E0;
}
.addOver svg{
    display: none;
}
.ButtonoverRulesPresent .addOver svg{
    display: block;
}
.ButtonoverRulesPresent .addOver .ur{
    display: none;
}
.show-only-in-two{
    display: none;
}
.ButtonoverRulesPresent .addOver svg.show-only-in-two{
    display: none;
}
.ButtonoverRulesPresent .RuleButtons div div:nth-child(n+2) .ButtonRuelsList .show-only-in-two{
    display: block !important;
    position: relative;
}
.RuleButtons div div:nth-child(n+2) .ButtonRuelsList .show-only-in-one{
    display: none !important;
}
.RuleButtons div div:nth-child(n+2) .ButtonRuelsList .action-type-flow{
    position: relative;
    top: 53px;
}
.ButtonoverRulesPresent .additional-settings-part{
    pointer-events: none;
}
.ButtonoverRulesPresent .RuleButtons .actionType-linkApp .show-only-in-hover{
    width: 80px;
}
.ButtonoverRulesPresent .RuleButtons .actionType-linkApp .show-only-in-hover#fieldlinkAppSelectShow{
    left: 0;
    transform: inherit;
    top: 15px;
}
.show-in-hover{
    display: none !important;
}
.ButtonoverRulesPresent .show-in-hover{
    display: block !important;
}
.ButtonoverRulesPresent .RuleButtons .actionType-next .show-only-in-hover{
    width: 85px;
}
/*.ButtonoverRulesPresent .RuleButtons:before{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 90%;
    background-color: #89C2EE;
    left: 9px;
}*/
.ButtonoverRulesPresent.ButtonRulesPresent .ButtonRuelsBody{
    height: 385px;
    overflow: scroll;
}
.ButtonoverRulesPresent .RuleButtons div div:nth-child(n+2) .ButtonRuelsList{
    margin-left: 30px;
}
.ButtonoverRulesPresent .RuleButtons div div:nth-child(n+2) .ButtonRuelsList .ButtonRuelsType:before{
    content: '';
    display: block;
    /* background-image: url(../images/svg/lineEleven.svg); */
    background-repeat: no-repeat;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 3px;
    top: -105px;
    background-color: #89C2EE;
    /* z-index: 99; */
    background-size: 70px;
}
.ButtonoverRulesPresent .RuleButtons div div div:nth-child(1) .ButtonRuelsList .ButtonRuelsType {
    z-index: 999;
}
.ButtonoverRulesPresent .RuleButtons .actionType-assign .action-type-flow,.ButtonoverRulesPresent .RuleButtons .actionType-assign .show-only-in-assign{
    position: relative;
    top: 35px;
}
.ButtonRulesPresent .ButtonRuelsBody{
    max-height: 380px;
    overflow: scroll;
}
.workflow.ButtonRulesPresent .buttonShow .select2-container{
    outline:none;
}
.workflow.ButtonoverRulesPresent .buttonShow .select2-container{
    display: none;
}
.actionType-submit .additional-settings{
    left: -25px;
}
.ButtonoverRulesPresent .ButtonRuelsList.actionType-linkApp{
    min-width: 380px;
}
.action-type-flow{
    position: relative;
    top: 20px;
}
.ButtonoverRulesPresent .tagShow li{
    border: 1px solid rgb(23, 135, 224);
    margin: 4px 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px;
    position: relative;
    color: #1787E0;
    background-color: #E4F3FF;
}
.ButtonoverRulesPresent .tagShow li:before{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    left: 10px;
    top: 5px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.ButtonoverRulesPresent.actionButton-present .tagShow{
    border: 0;
    background-color: transparent;
}
.ButtonoverRulesPresent .tagShow input#tagName{
    display: none;
}
.ButtonRuelsList .invalidComment>div.errorTxt{
    display: block;
    position: absolute;
    right: -20px;
    top: 2px;
}
.ButtonRuelsList .noLevel.invalid>div.errorTxt{
    position: absolute;
    top: 1px;
}
.workflow #comboButtonActions .icon-cross{
    float: right;
    margin: 0;
    left: initial;
    right: -10px;
    top: 3px;
}
.workflow .form-properties #actionArea .addNewFunctions .js-lengthParent.invalid .errorTxt{
    right: 20px;
}
#previewButtonPane{
    display: inline-block;
}
.ButtonRuelsList.action-loading .loader{
    background-image: url(../images/svg/loader-black.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right;
    width: 15px;
    height: 24px;
    display: inline-block;
}
.ButtonRuelsList.action-loading{
    opacity: 0.5;
    pointer-events: none;
}
.actionType-linkApp .loader.button-list-loader{
    display: none;
}
.users-present #workflow-formDisplayArea,.users-present #workflow-monitorDisplayArea{
display: none;
}
#workflow-usersDisplayArea{
    display: none;
    background-color: #fff;
}
.users-present #workflow-usersDisplayArea{
    display: block;
    padding: 20px;
}
.userMgmtPeople .user-dropdown{
    width: 100%;
    border-top: 1px solid #ccc;
}
.user-dropdown-hader.btCreateNewField{
    border-top: 1px solid #ccc;
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    font-family: roboto;
    background-color: #ECEFF1;
    cursor: default;
    position: relative;
    padding-left: 45px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.user-dropdown .searchHold{
    float: none;
    position: absolute;
    width: 40px;
    right: 30px;
    height: 37px;
    left: inherit;
    padding: 5px;
    cursor: pointer;
    text-align: center;
}
.user-dropdown .searchHold:before{
    content: "\e00c";
    display: block;
    font-family: 'eiris-fonts';
    position: relative;
    font-size: 15px;
    top: 3px;
    color: #999999;
}
.openSearchPart .btCreateNewField .icon-add2{
    transform: rotate(45deg);
    right: 5px;
    font-size: 20px;
}
.user-dropdown .openSearchPart .searchHold:before{
    display: none;
}
.user-dropdown .searchHold.select-box input{
    height: 29px;
    width: 30px;
    border: 0;
    background-color: transparent;
    background-position: 148% 50%;
    transition: none;
}
.user-dropdown .openSearchPart .searchHold{
    width: auto;
    padding-left: 10px;
    left: 0;
    right: 0;
}
.openSearchPart .btTrans{
    display: block !important;
    right: 0px;
}
.user-dropdown .openSearchPart .searchHold.select-box input{
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all 0.4s ease 0s;
 }
.user-dropdown .searchHold .icon-search{
    height: 29px;
    line-height: 29px;
    right: 40px;
}
.user-dropdown .searchInputHold{
    width: 100%;
}
.user-dropdown .icon-search:before{
    display: none;
}
.user-dropdown li{
    width: 100%;
    position: relative;
    cursor: pointer;
    height: 40px;
}
.user-dropdown li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    padding: 1px 0 0 65px;
    color: inherit;
    font-family: roboto;
    height: 40px;
    line-height: 38px;
    padding-right: 20px;
    background-image: url(../svg/circle-node.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 20px;
}
.user-dropdown .ArrowOpen{
    height: 100%;
    transform: rotate(0deg);
}
.user-dropdown .new-node-part li {
    background-image: none;
}
.additional-settings .buttonGoToPage{
    border: 0;
}
.createdCircles li:hover .iconAdded{
    background: url(../images/svg/gear02.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.createdCircles li:hover{
    background-color: rgba(0, 184, 212, .2);
    cursor: pointer;
}
.subMenuHold ul .delete-bin {
    width: 11px;
    height: 11px;
    position: absolute;
    left: 90%;
    top: 10px;
    padding: 10px;
    cursor: pointer;
    display: none;
    background-color: transparent;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.delete-bin svg{
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
}
.delete-bin:hover svg path:first-child{
    transition: all 400ms ease;
    transform: translateY(-7px);
}
.delete-bin svg path:first-child{
    transition: all 500ms ease;
    transform: translateY(0px);
}
.createdCircles li:hover .delete-bin{
    display: inline-block;
}
.createdNodes li:hover .delete-bin{
    display: inline-block;
}
.createNewNode-popup.popup-box-editNode .fullScreenPopup>div{
}
.createNewNode-popup.popup-box-editNode .fullScreenPopup>div .newNode .fieldHold{
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
}
.createNewNode-popup.popup-box-editNode .fullScreenPopup>div .newNode  .btHold{
    margin: 0 !important;
    padding-top: 20px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: 10px !important;
    padding-right: 10px !important;
    border-top: 1px solid #ccc !important;
}
.createNewNode-popup.popup-box-editNode .fullScreenPopup>div .editNewNode .switch{
    margin-left: 0 !important;
}
.buttonShow li{
    animation-duration: 500ms;
    animation-fill-mode: both;
    animation-name: slideDownReturn;
}
.createNewNode-popup.popup-box-nodeDelete .fullScreenPopup>div{
    width: 500px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.createNewNode-popup.popup-box-nodeDelete .fullScreenPopup>div .popupHold{
    width: 100%;
    top: 0 !important;
}
.createNewNode-popup.popup-box-nodeDelete .fullScreenPopup#dummyPopup>div{
    display: none;
}
.createNewNode-popup.popup-box-nodeDelete .fullScreenPopup>div .popupBg{
    display: none !important;
}
.createNewNode-popup.popup-box-editNode .switch{
    margin-left: 0!important;
}
.addCommentDueDateView .additional-settings{
    display: block;
    animation-name: slideUpReturn;
}
.buttonRule-bg{
    position: fixed;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    height: 100%;
    z-index: 5;
    animation-name: fadeInNew;
    animation-duration: 900ms;
    animation-fill-mode: forwards;
}
@-webkit-keyframes fadeOutNew {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 0;
        display: none;
    }
}
@-webkit-keyframes fadeInNew {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}
.buttonRule-bg.hideBG{
    animation-name: fadeOutNew;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    display: block;
}
.closeThisLevel.hvr-icon-pop{
    position: absolute;
    background-image: none;
    padding: 0;
    box-shadow: none;
}
.closeThisLevel.hvr-icon-pop:before{
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/workflow-images/svg/close-black.svg);
    background-size: 11px;
    width: 100%;
    height: 100%;
    right: 0;
}
.edit-tag.hvr-icon-pop{
    background-image: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}
.edit-tag.hvr-icon-pop:before{
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/png/icon_edit_48 copy.png");
    background-size: 11px;
    width: 100%;
    height: 100%;
    right: 0;
    padding: 0;
    top: -2px;
    background-size: 12px;
}
.groupUser.userLoader .loader{
    background-image: url(../images/svg/loader-black.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right;
    width: 15px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 103px;
}
.Action-Part li:nth-child(n+6){
    display: none !important;
}
.Action-Part li:nth-child(5){
    position: relative;
}
.Action-Part li:nth-child(5):before{

}
.Action-Part li.comboButtonPresent{
    background-color: #E6E6E6;
    color: #323232;
}
.action-two.Action-Part li{
    width: 50%;
}
.action-three.Action-Part li{
    width: calc(100%/3);
}
.createNewNode-popup.popup-box-Circle .fullScreenPopup>div{
    height: 222px;
}
.popup-box-editNode.createNewNode-popup .fullScreenPopup>div{
    height: 292px;
}
.popup-box-editCircle.createNewNode-popup .fullScreenPopup>div{
    height: 212px;
}
.createNewNode-popup.popup-box-editCircle .fullScreenPopup>div .newNode .fieldHold.dn{
    display: block !important;
}
.createNewNode-popup.popup-box-editCircle .fullScreenPopup>div .newNode .fieldHold.edit-node-type.dn{
    display: none !important;
}
.nodeHeader{
    margin-bottom: 10px;
}
.createNewNode-popup.popup-box-editNode .fullScreenPopup>div .newNode .fieldHold{
    margin-bottom: 20px;
}
.mainMenuHold .sidebar-elements > ul li.active{
    pointer-events: none;
}
.createNewNode-popup.popup-box-editCircle .fullScreenPopup>div .newNode  .btHold{
    margin: 0 !important;
    padding-top: 20px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: 10px !important;
    padding-right: 10px !important;
    border-top: 1px solid #ccc !important;
}
/*
.createNewNode-popup.popup-box-nodeDelete .fullScreenPopup>div{
    left: 10px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideLeftReturn;
}
.createNewNode-popup.popup-box-nodeDelete .fullScreenPopup>div .popupHold .header{
    display: none;
}*/

.user-dropdown .searchHold .icon-search:before {
    content: "\e00c";
    display: block;
}
.fullScreenPopup > div{
}
.workflow .field-properties .addNewFunctions li{
    width: inherit;
    border: 0;
    text-align: inherit;
    padding: 0;
    display: block;
}
.workflow .field-properties .addNewFunctions  ul{
    border: 0;
}
.workflow .field-properties .addNewFunctions li:hover{
    background-color: transparent;
}
.workflow .datafetch-elements{
    font-family: Roboto;
}
.edit-stage-name{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 448px;
    background-color: #fff;
    z-index: 99999;
    height: 305px;
    padding: 24px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
    background-color: #fafafa!important;
    cursor: default;
}
.stageBg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    background-color: #000;
    z-index: 9999;
    height: 100%;
    padding: 24px;
    opacity: 0.5;
    display: none;
    cursor: default;
}
.edit-able-div .stageBg{
    display: block;
}
.Stage-header{
    font-size: 20px;
    margin: 0 32px 16px 0;
    position: relative;
}
.edit-stage-name-part label{
    color: rgba(0,0,0,0.54);
    display: block;
    font-size: 13px;
    padding-bottom: 8px;
}
.edit-stage-name-part input{
    background-color: white;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 transparent inset, 0 0 0 1px #e0e0e0 inset;
    box-sizing: border-box;
    color: rgba(0,0,0,0.87);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    max-width: 100%;
    outline: 0;
    padding: 8px!important;
    transition: box-shadow .15s;
    vertical-align: middle;
    -webkit-appearance: none;
    width: 250px;
    max-height: 36px;
}
.save-the-stage-name{
    display: none;
}
.edit-stage-name-part{
    padding-bottom: 40px;
}
.edit-stage-footer{
    padding-top: 40px;
    float: right;
}
.converging{
    color: rgba(0,0,0,0.54);
    display: block;
    font-size: 13px;
}
.edit-stage-footer .bt.save{
    color: rgb(255,255,255);
    background-color: rgb(3,155,229);
}
.edit-stage-footer .bt{
    line-height: normal;
}
.hide-stage-setting{
    position: absolute;
    right: -20px;
    width: 24px;
    height: 24px;
    background-image: url(../images/workflow-images/svg/close-black.svg);
    background-position: center;
    top: 0;
    background-size: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#clearUser{
    display: none;
}
.buttonShow #clearUser{
    display: block;
    position: absolute;
    right: 5px;
    width: 14px;
    height: 14px;
    background-image: url(../images/workflow-images/svg/close-black.svg);
    background-position: center;
    top: 5px;
    background-size: 11px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    padding-left: 5px;
}
.Action-Part ul{
    height: 50px;
    overflow: hidden;
}
.more-than-five-buttons:before{
    content: "+5 Button";
    display: block;
    position: absolute;
    width: 65px;
    height: 47px;
    background-color: #00a8ff;
    color: #fff;
    right: 1px;
    top: 1px;
    text-align: center;
    line-height: 47px;
    z-index: 99;
}
.selected-text.dn{
    display: none;
}
.selected-text{
    display: inline-block;
    color: #fff;
}
.selected-cross{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/workflow-images/svg/close-white.svg);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-right: 20px;
}
.user-dropdown .openSearchPart .searchHold .icon-search{
    right: -20px;
}
.workflow #workflow-usersDisplayArea .addUsers.dn{
    display: none;
}
.user-dropdown .searchInputHold{
    display: none;
}
.user-dropdown .openSearchPart .searchInputHold{
    display: inline-block;
    animation-name: slideLeftReturn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.due-date-part{
 display: none;
}
.actionType-assign .due-date-part{
    display: block;
}
.actionType-submit .due-date-part{

}
.workflow .form-properties #comboButtonActions [data-tooltip]:hover:before, .workflow .workflow-page-properties #comboButtonActions [data-tooltip]:hover:before{
    left: -210px;
}
.TextDisplay label{
    padding-left: 20px !important;
}
.TextDisplay:hover {
    background-position: center left 3px;
    background-repeat: no-repeat;
    background-image: url(../svg/draggable.svg);
    background-size: 11px;
}
.edit-stage-name-part .errorTxt{
    background: url(../images/svg/notification.svg) no-repeat scroll left center transparent;
    background-size: 20px;
    right: 30px;
    top: 3px;
    background-position: right;
    width: 20px;
    position: relative;
}
.edit-stage-name-part.invalid .errorTxt{
    display: inline-block;
}
.edit-stage-name-part  .errorTxt:hover::before {
    content: attr(title);
    width: auto;
    display: block;
    background-color: #EA4C41;
    position: absolute;
    left: -14px;
    top: 31px;
    z-index: 9;
    border-radius: 4px;
    padding: 0px 4px;
    color: #fff;
}
.edit-stage-name-part  .errorTxt:hover::after {
    display: block;
    position: absolute;
    font-size: 0.8em;
    color: white;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #EA4C41 transparent transparent transparent;
    position: absolute;
    top: 26px;
    transform: rotate(180deg);
    left: 5px;
}
.createdCircles,.createdNodes{
    min-height: 60px;
}
.user-dropdown .ui-accordion .ui-accordion-header{
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    color: #323232;
}
.user-dropdown .ui-accordion .ui-accordion-content{
    padding: 0;
    border: 0;
}
.ui-state-default .ui-icon{
    display: none;
}
.user-dropdown-hader.btCreateNewField{
    height: inherit !important;
    line-height: 40px !important;
}
.user-dropdown .ui-corner-all .ArrowOpen{
    transform: rotate(-90deg);
}
.circle-part{
    min-height:inherit !important;
}
.new-node-part{
    min-height:inherit !important;
}
.user-dropdown .ui-accordion .ui-accordion-header:focus{
    outline:none !important;
}
#comboButtonSlider>div:first-child>div.addNewFunctions #comboActionContent{
    display: block;
}
#comboButtonSlider>div>div.addNewFunctions #comboActionContent{
    display: none;
}
.addNewFunctions .ActionHeader{
    position: relative;
    padding-left: 25px !important;
}
.addNewFunctions .ActionHeader .ArrowOpen{
    width: 25px;
    height: 100%;
}
.arrowSetter .ArrowOpen{
    transform: rotate(0deg);
}
.user-dropdown .ui-accordion .ui-accordion-content{
    overflow: visible;
}
.addNewFunctions .ActionHeader{
    cursor: pointer;
}
.addNewFunctions .arrowSetter .ActionHeader{
    cursor: default;
}
.filter-popup{
    position: fixed;
    right: 190px;
    transform: translateY(10px);
    width: 480px;
    height: 230px;
    background-color: #fff;
    z-index: 99;
}
.filter-popup .ButtonRuelsFooter{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.addFilterPart{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 30px;
    background-image: url(../svg/filter.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    cursor: pointer;
}
.summaryFieldHeader{
    position: relative;
}
.popup-box-Circle .errorTxt{
    background: url(../images/svg/notification.svg) no-repeat scroll left center transparent;
    background-size: 20px;
    right: 35px;
    top: 33px;
    background-position: right;
    width: 20px;
    position: absolute;
}
.popup-box-Circle.invalid .errorTxt{
    display: inline-block;
}
.popup-box-Circle  .errorTxt:hover::before {
    content: attr(title);
    width: 170px;
    display: block;
    background-color: #EA4C41;
    position: absolute;
    left: -14px;
    top: 31px;
    z-index: 9;
    border-radius: 4px;
    padding: 0px 4px;
    color: #fff;
}
.popup-box-Circle  .errorTxt:hover::after {
    display: block;
    position: absolute;
    font-size: 0.8em;
    color: white;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #EA4C41 transparent transparent transparent;
    position: absolute;
    top: 26px;
    transform: rotate(180deg);
    left: 5px;
}
.workflow .monitor-parent .addnewFunbt {
    margin-left: 0;
    border-style: dashed;
    background-image: url("../svg/filter.png");
}
.workflow .field-properties input.dn{
    display: none;
}
.critical-icon{
    width: 60px;
    margin: 10px auto;
    margin-top: 20px;
    background-repeat: no-repeat;
    height: 150px;
    background-size: 100%;
    background-position: center;
    transform: scale(1.5);
}
.critical-part{
    border: 1px solid #ccc;
    margin-bottom: 30px;
    background-color: #fff;
}
.critical-name{
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.critical-name span{
    border: 1px solid #ccc;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 20px;
    z-index: 3;
    background-color: #fff;
    position: relative;
    font-size: 35px;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-part{
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    top: 50%;
    z-index: 2;
}
.critical-value{
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 70px;
    margin-bottom: 20px;
}
.critical-icon.enrolled{
    background-image: url("../svg/cart.svg");
}
.critical-icon.leads{
    background-image: url("../svg/leads.svg");
}
.critical-icon.asp{
    background-image: url("../svg/Rs.svg");
    background-size: 100px;
    background-position: 1px;
}
.critical-icon.meeting{
    background-image: url("../svg/thumb down.svg");
}


.view-yashNetworks .critical-icon.asp{
    background-image: url("../svg/thumb down.svg");
    background-size: 100%;
    background-position: center;
}
.view-yashNetworks .critical-icon.meeting{
    background-image: url("../svg/location-feasibilit.svg");
}

.view-cleanproDashboard .critical-icon.asp{
    background-image: url("../svg/leads.svg");
    background-size: 100%;
    background-position: center;
}
.mis_reports .react-mis  h1.reports-header{
    text-align: center;
    font-size: 70px;
    border: 0;
    line-height: initial;
    height: auto;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 40px;
}
.react_for_echarts{
    padding: 15px;
    margin-bottom: 20px;
}
.react_for_echarts>div{
    background-color: #fff;
    padding: 20px;
}
.mis_reports .main-header{

}
.filter-popup .ButtonRuelsItems select,.filter-popup .ButtonRuelsItems input{
    width: 130px;
}
.addButtonfilter,.DeleteButtonfilter{
    width: 20px !important;
    height: 25px;
    background-image: url(../images/svg/icon-tick-blue.svg);
    background-size: 20px;
    margin-left: 11px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.DeleteButtonfilter{
    background-image: url("../svg/delete_red.svg");
}
.thin-popup .ButtonRuelsItems select,.thin-popup .ButtonRuelsItems input{
    width: 130px;
    -webkit-appearance: none;
    border-radius: 0 !important;
}
.filterSelect .summaryFieldHeader{
    padding-left: 40px;
}
.filterSelect .AddRule{
    float: right;
    margin-top: 0;
}
.addNewFilter{
    position: fixed;
    width: 440px;
    padding: 0px;
    background-color: #E3E3E3;
    z-index: 99;
    height: 36px;
    right: 55px;
    bottom: 10px;
    border-radius: 4px;
    animation-duration: 500ms;
    animation-fill-mode: both;
    animation-name: swashIn;
}
.addNewFilter::after {
    display: block;
    font-size: 0.8em;
    color: white;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #E3E3E3 transparent transparent transparent;
    position: absolute;
    top: 15px;
    transform: rotate(270deg);
    right: -12px;
}
.filterSelect .list-of-fields span{
    display: inline-block;
    max-width: 55px;
    width: auto;
}
.filterSelect .list-of-fields span.deletefilter,.filterSelect .list-of-fields span.editfilter{
    width: 20px;
    height: 20px;
    margin-top: 0;
    float: right;
    cursor: pointer;
}
.editfilter{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/png/icon_edit_48 copy.png");
    background-size: 15px;
}
.filterSelect .list-of-fields li:hover{
    background-color: #fff !important;
    cursor: auto;
    background-image: none;
}
/*.addNewFilter.dn{
    display: block;
    right: 188px;
    width: 475px;
    border-radius: 0;
}*/
.editCondition .addNewFilter.dn:after{
    display: none;
}
.workflow .list-of-fields .editCondition input{
    margin: 0 !important;
}
.workflow .field-properties .filterSelect.seletd-fields li{
    padding: 10px;
    height: auto;
    padding-right: 0;
}
.thin-popup .ButtonRuelsItems div.addOver{
    margin: 0;
    border-radius: 0;
}
/*.workflow .form-properties .operatorsHold{
    height: 74px;
}*/
.st0ff {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1;
    stroke-miterlimit: 10;
}
.tablerow .table > tbody > tr > td{
    line-height: normal;
    padding: 35px 2%;
}
.tablerow .table > tbody > tr > td .personName{
    font-family: robotobold;
    font-size: 55px;
}
.tablerow .table > tbody > tr > td .personCity{
    font-size: 45px;
}
.personImage{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 15px;
}
.userInformationPart{

}
.tablerow .table > thead:first-child > tr:first-child > th{
    border-top: none;
    font-size: 30px;
    line-height: 70px;
    padding: 0 1%;
}
.due-date-rule-used strong{
    font-weight: 700;
    font-family: robotomedium;
}
.due-date-rule-used{
    margin-bottom: 10px;
    padding: 20px;
}
.showonlyinDuedate,#panelRegion{
    display: none;
    width: 270px;
}
.dueDatePresent .showonlyinDuedate,.dueDatePresent #panelRegion{
    display: block;
}
.dueDatePresent .addNewFunctions .ActionHeader{
    padding-left: 20px !important;
    background-color: transparent;
    border-top: 0;
}
.react-mis  .tablerow>div{
    background-color: #fff;
    min-height: 400px;
    height: 1110px;
}
.react-mis  .tablerow{
    margin-top: 30px;
    padding: 0;
}
.mis_reports .react-mis .tablerow h1{
    padding-left: 10px;
    font-size: 50px;
    line-height: 140px;
    height: 120px;
}
.configPartUser .AddUserPart.WithText input{
    padding-left: 5px;
}
.configPartUser{
    position: relative;
}
.configPartUser .showUsersDropdown{
    border-top: 0;
    position: absolute;
    right: -4px;
    top: 41px;
    background-color: #fff;
    z-index: 1;
}
.configPartUser .showUsersDropdown .AddUserPart.V{
    border-top: 0;
}
.configPartUser .showUsersDropdown .AddUserPart{
    width: 170px;
}
.configPartUser .showUsersDropdown .designationName{
    width: auto;
}
.reminder.ButtonRuelsList{
    height: 48px;
}
.reminder .buttonGoToPage{
    border-left: 1px solid #ccc;
    margin-right: 5px;
    margin-top: 7px;
    border-radius: 4px;
}
.reminder .buttonGoToPage label{
    border-radius: 4px;
}
.systemPart .designationName{
    line-height: 30px;
}
.AddUserPart.systemPart{
    font-size: 13px;
}
.UserImageIcon{
    background-image: url(../svg/profile-user.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: bottom;
}

.designationName{
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: initial;
    width: 77px;
}
.designationName .UserNamePart{
    font-family: robotobold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.designationName .designation{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
configPartUser .AddUserPart.WithText.plusUser{
    width: auto;
}
.configPartUser .AddUserPart.WithText{
    padding: 3px 0;
    font-size: 11px;
    position: relative;
}
.configPartUser .AddUserPart.WithText input{
    padding-left: 5px;
}
#selectedUser{
    display: inline-block;
}
.reminder.buttonActionName{
    display: inline-block;
}
.ButtonRuelsList.actionType-reminder{
    padding-bottom: 5px;
}
.workflow.ButtonRulesPresent .reminder .select2-container{
    width: auto !important;
    max-width: none;
    top:0;
}
.workflow.ButtonRulesPresent .reminder .reminderDropDown .select2-container{
    left: inherit !important;
    right: 0px;
    width: 200px !important;
    top: 0 !important;
}
.reminder{
    display: inline-block;
    position: relative;
}
.reminderDropDown{
    position: absolute;
    width: 250px;
    top: 46px;
    right: 5px;
}
.reminderDropDown .select2-dropdown{
    width: inherit !important;
}
.reminder .select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 5px;
    padding-right: 10px;
    margin-bottom: 0;
    max-width: 87px;
    max-height: 42px;
    min-width: 80px;
    line-height: 12px;
}
.reminder .empty-image{
    padding: 0;
}
.reminder .select2-container .select2-search--inline{
    width: 200px;
    height: 25px;
    border: 1px solid #ccc;
}
.reminder .select2-container--default .select2-search--inline .select2-search__field{
    height: 100%;
    padding-left: 5px;
}
.reminder .select2-container.select2-container--open .select2-search--inline{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.RuleButtons .actionType-linkApp .addOver.additional-settings-part{
    display: none;
}
.hover-condition{

}
.tablerow .table > tbody > tr > td:nth-child(n+2){
    line-height: 115px;
    font-size: 45px;
}
.tablerow .table > thead:first-child > tr:first-child > th:nth-child(n+2){
    width: 290px;
}
.tablerow .table > tbody > tr > td:last-child{
    text-align: center;
}
.workflow .thin-popup .select2-container{
    width: 130px !important;
    max-width: inherit;
    min-width: inherit;
}
.thin-popup .addNewFilter .ButtonRuelsItems{
    padding: 2px;
    padding-left: 5px;
}
.workflow .thin-popup .addNewFilter .select2-container .select2-selection--single{
    border-radius: 0;
    height: 25px;
    border-right: 0;
}
.thin-popup .addNewFilter .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 25px;
}
.workflow .thin-popup .addNewFilter .select2-container .select2-selection--single:last-child{
    border-right: 1px solid #ccc;
    border-color: #ccc;
}
#dueDateReminder{
    margin-top: 20px;
}
.ButtonRulesPresent.dueDatePresent .fullScreenPopup>div{
    width: 850px;
    overflow: visible;
}
.actionType-reminder .buttonActionName,.actionType-reminder .AddRemoveRule{

}
.actionType-reminder .bg-image.noUser{
    display: none;
}
.workflow .addNewFilter .seletd-fields{
    margin-top: 0;
}
.addNewFilter .addButtonfilter{
    margin-top: 3px !important;
    cursor: pointer;
}
.reminder .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(n+3){
    min-width: 150px;
    max-width: 150px;
    border-radius: 0;
    transform: translateX(2px)translateY(-2px);
    display: none;
    left: 87px;
    z-index: 9999;
}
.reminderMoreUser.reminder .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(n+3){
    display: block;
}
.reminder.moreThenThreeUser .select2-container .select2-search--inline{
    margin-left: 60px;
}
.moreThenThreeUser .AddUserPart.WithText.plusUser button {
    display: block;
    z-index: 9999;
}
.addNewFilter.edit-floatingCondition{
    right: 70px;
}
.showonlyinDuedate .field-header-propertie{
    background-image: url(../svg/due_date.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 40px;
}
.workflow #form-header .contentheader .dueDateCls{
    background-image: url(../svg/due_date_color.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    width: 40px;
    height: 45px;
}
.ButtonRuelsItems div.addOver#dueDateConditionText{
    margin-left: 10px;
    margin-top: 3px;
}
.workflow .seletd-fields.filterSelect{
    margin-top: 15px;
}
.workflow .formulaSection{
    padding-bottom: 0;
}
.ButtonRuelsItems input.dueDateConditionValue{
    width: 40px;
}
.ButtonRuelsItems select.dueDateConditionValueType{
    width: 50px;
}
.workflow.dueDatePresent .field-properties{
    border-left: 1px solid #ccc;
}
.actionType-reminder .buttonRule-bg{
    display: none;
}
.actionType-addFollowers .buttonRule-bg{
    display: none;
}
.reminderMoreUser .buttonRule-bg{
    left: 0;
    top: 0;
    background-color: transparent;
    display: block;
    cursor: default;
}
.ButtonRuels .buttonGoToPage select.display-rang-part.reminderPartSelect{
    width: 40px;
}
.buttonGoToPage label.reminderPartLabel{
    vertical-align: -webkit-baseline-middle;
}
.workflow .field-properties .ms-options-wrap li.cardItem-disable{
    pointer-events: none;
    opacity: 0.5;
}
.cardItem-disable{
    pointer-events: none;
    opacity: 0.5;
}
.workflow .field-properties .formDropDown{
    width: 240px;
}
#workflow-usersDisplayArea .moreOption .icon-search.x{
    right: -40px !important;
}
.workflow #workflow-usersDisplayArea .moreOption .btTrans{
    right: 0;
}
.workflow #workflow-usersDisplayArea .searchHold.moreOption .clearable.x{
    background-position: 99% 50% !important;
}
.tablerow .no-data{
    font-size: 60px;
    text-align: center;
    line-height: 900px;
}
.echartsParts{
    position: relative;
}
.YAxis{
    position: absolute;
    top: 50%;
    text-orientation: inherit;
    left: 20px;
    -ms-transform:translateY(-50%) rotate(180deg); /* IE 9 */
    -webkit-transform: translateY(-50%) rotate(180deg); /* Chrome, Safari, Opera */
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    font-size: 22px;
}
.selectColorred{
background-color: #c62828 !important;
}
.selectColorGreen{
    background-color: #31b150 !important;
}
.selectColorblue{
    background-color: #1e88e5 !important;
}
.selectColorPriple{
    background-color: #7e57c2 !important;
}
.selectColorPink{
    background-color: #d81b60 !important;
}
.selectColorBrown{
    background-color: #8d6e63 !important;
}
.selectColorMagentha{
    background-color: #0097a7 !important;
}
.workflow .field-properties .addNewFunctions .SelectColorPart li div,.workflow .field-properties .addNewFunctions .SelectShowPart li div{
    width: 40px;
    height: 20px;
    display: inline-block;
    border-radius: 8px;
}
.workflow .field-properties .addNewFunctions .SelectColorPart li,.workflow .field-properties .addNewFunctions .SelectShowPart li{
    width: 238px;
    padding: 5px;
    height: 32px;
}
.workflow .field-properties .addNewFunctions .SelectShowPart li{
    width: 240px;
    border: 1px solid #ccc;
    padding: 5px;
    height: 33px;
}
.workflow .field-properties .addNewFunctions .SelectColorPart li:hover{
    background-color: #ecf2f7 !important;
}
.workflow .field-properties .SelectColorPart input,.workflow .field-properties .SelectShowPart input{
    position: absolute;
    visibility: hidden;
}
.SelectColorPart{
    position: absolute;
    background-color: #fff;
    z-index: 9;
    border: 1px solid #ccc !important;
    border-top: 0 !important;
    width: 240px;
    top: 33px;
    left: 0;
    animation: colorPicker 500ms;
    display: none;
}
.colorOption{
    position: relative;
}
.colorPickPart{
    position: relative;
}
.SelectShowPart .colorOption{
    background-image: url(../images/svg/down_arrow_small.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
}
.colorTextDiv{
    vertical-align: super;
    margin-left: 5px;
}
@keyframes colorPicker {
    from{
        height: 0;
        overflow: hidden;
    }
    to{
        height: 225px;
        overflow: hidden;
    }
}
.todaydatePart{
    text-align: center;
    margin-bottom: 60px;
    font-size: 50px;
}
.ButtonRulesPresent.dueDatePresent .ButtonRuelsBody{
    overflow: visible;
}
.dueDatePresent .select2-container--default .select2-results>.select2-results__options{
    max-height: 170px;
}


.customerList{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    padding-left: 60px;
    width: 500px;
    margin:20px 0;
    background-color: #F8F9FC;
    height: 70px;
    transition: all 500ms ease;
    overflow: hidden;
    cursor: pointer;
    background-image: url("../images/svg/import-grey.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 15px 15px;
}
.customerList.active{
    background-color: #EFF1F9;
    height: 193px;
}
.no-of-imports{
    font-family: robotobold;
    font-size: 16px;
    color: #455B65;
}
.by-name{
    color: #4D9EEC;
    font-family: robotomedium;
}
.file-name-label{
    color:#7F8E98
}
.by-date{
    color: #86949E;
}
.file-name{
    font-family: robotobold;
}
.imported-by{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.file-name-label{
    padding-top: 20px;
    line-height: initial;
}
.bt.downloadBt{
    margin-top: 10px;
    background-color: #BDDDFC;
    color: #4190DA;
    border-color: #BDDDFC;
}
.customerList.exported{
    background-color: #FAF8F0;
    background-image: url("../images/svg/export-grey.svg");
}
.bt.import{
    background-color: #318AE0;
    color: #fff;
    border-color: #318AE0;
    float: right;
}
.mapinSelect{
    display: block;
    width: 220px;
    height: 32px;
    border-radius: 0;
    -webkit-appearance: none;
    line-height: 32px;
    padding: 0 5px;
    background-image: url(../images/svg/down_arrow_small.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
}
.showsusceeselectedoption .showinsuscces{
    display: block;
    padding: 0;
    height: 286px;
    overflow: visible !important;
}
.app-configuration{
    background-color: #F5F5F7;
    padding: 10px;
    width: 500px;
    border-radius: 4px;
}
.app-name-label,.display-name-part{
    padding: 5px;
}
.app-name-label{
    font-family: robotomedium;
}
.display-name-part{
    font-family: robotobold;
}
.ddFilterConditionPopup .addNewFilter{
    right: 230px;
}
.selectBoxOpend .select2-dropdown{
    width: 200px !important;
    left: 259px;
    top: -6px;
}
.app-configuration{
    background-color: #F5F5F7;
    padding: 10px;
    width: 500px;
    border-radius: 4px;
    margin: 30px;
    margin-left: 60px;
}
.app-name-label,.display-name-part{
    padding: 5px;
}
.app-name-label{
    font-family: robotomedium;
}
.display-name-part{
    font-family: robotobold;
}
.edit-app-name-app{
    background-image: url('../images/png/icon_edit_48 copy.png');
    background-repeat: no-repeat;
    float: right;
    width: 15px !important;
    height: 15px;
    background-size: 15px;
    cursor: pointer;
    background-position: right top;
}
.edit-app-mode-app .app-text{
    display: none;
}
.edit-app-mode-app input.dn{
    display: inline-block !important;
    width: 90%;
    font-style: normal;
    vertical-align: text-bottom;
}
.edit-app-mode-app .display-name-part{
    margin-left: -25px;
    padding: 10px;
    width: 530px;
    margin-right: -25px;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}
.edit-app-mode-app .save-app-name{
    background-image: url(../images/workflow-images/svg/icon-tick-blue.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 3px;
    cursor: pointer;
}
.buttonGoToPage.Followers label{
    background-color: #f8f8f8;
}
.operatorsHold{
height: 74px;
}
.tetsone,.tetstwo{
    background-color: #dbf5f9;
    flex-grow: 1;
}
.displayHold>div{
    display: flex;
    flex-wrap: wrap;
}
.workflow .formulaSection .displayHold>div>div {

}
.workflow .formulaSection .displayHold div div.field{
    text-align: center;
    display: block;
}
.tetsone{
    border-top-left-radius: 4px;

}
.tetsone .openbraket.operator{

}
.tetstwo{
    border-bottom-right-radius: 4px;
}
.tetstwo .closebrakets.operator{
    float: right;
}
.workflow .formulaSection .displayHold .insideBraket{
    background-color: #dbf5f9;
    flex-grow: 1;
}
.workflow .formulaSection .displayHold .insideBraket .number{
    background-color: #dbf5f9;
}
.workflow .formulaSection .displayHold .insideBraket div.field{
    background-color: transparent;
}
[data-cmd="insertVideo"]{
    display: none;
}
.workflowCreatePage .leftmenu .customeAppsBody{
    height: auto !important;
}
.reminder .select2-container--default .select2-search--inline .select2-search__field{
    top:0;
}
.reminder .bg-image{
   display:none;
}
.ButtonRulesPresent .reminder  .noPic{
    display: none;
}
.workflowCreatePage .standard-Application li>div{
    text-transform: capitalize;
}
.filterSelect .list-of-fields span.deletefilter, .filterSelect .list-of-fields span.editfilter{
    visibility: hidden;
}
.filterSelect .list-of-fields .conditionLi:hover span.deletefilter, .filterSelect .list-of-fields .conditionLi:hover span.editfilter{
    visibility: visible;
}
.floating-condition .filterSelect .list-of-fields span.editfilter{
    visibility: visible;
}
#closeTags input#closeTagName{
    width:100%;
}
.ButtonRuelsList .closeTagRegion.tagShow{
    border:0;
}
.ButtonRuelsList .closeTagRegion ul li{
    padding: 5px;
}
.ButtonRuelsList .closeTagRegion ul li input[type="checkbox"]{
    width: inherit !important;
    pointer-events: auto;
    margin: 0;
    height: auto;
}
.ButtonRuelsList .closeTagRegion ul li input[type="text"]{
    vertical-align: super;
    width: 380px;
}
.tagShow.closeTagRegion  .edit-tag{
    vertical-align: baseline;
}
.tagShow.closeTagRegion  .closeThisLevel{
    height: 35px;
    right: 5px;
}
.mailtemplate.mis_reports .main-header{
    display: none;
}
.mailtemplate.mis_reports .mainRight{
    top:0;
    overflow: scroll;
    height: initial !important;
}

.ButtonRuelsList .viewMode .ButtonRuelsFooter{

}

.percentage-label{
    float: right;
    margin-right: 60px;
}
.tax-type-name,.tax-percentage,.delete-tax{
    display: inline-block;
    vertical-align: top;
}
.taxpopup{
    position: fixed;
    top: 0;
    left: 0;
    width: 420px;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 500px;
    z-index: 9;
}
.tax-popup-bg{
    position: fixed;
    width:100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    top:0;
    left: 0;
    z-index: 9;
}
.tax-popup-container{
    position: relative;
    background-color: #fff;
    z-index: 99;
    border-radius:4px;
}
.tax-popup-container .invoiceDetailslist{
    width: 100%;
    padding: 20px;
    margin:0;
}
.tax-popup-container .tax-details.invoiceDetailslist{

}
.tax-header-label{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
.tax-popup-container .tax-list.invoiceDetailslist{
    padding: 0;
    margin: 10px 0;
}
.invoiceDetailslist .tax-percentage input{
    padding-right: 40px;
    width: 80px;
}
.invoiceDetailslist .tax-type-name input{
    width: 250px;
}
.viewMode .invoiceDetailsbody  .CreatWorkflowApp{
    display: none;
}
.delete-tax{

 }
.viewMode .delete-tax{
    visibility: hidden;
}
.delete-tax{
    width: 15px;
    height: 15px;
    background-image: url("../images/svg/close-black.svg");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 10px;
    left: 10px;
    cursor: pointer;
}
.add-new-type.invoiceDetailslist{
    padding: 0;
}
.workflowCreatePage .add-new-type .addNewApp{
    height: 33px;
    line-height: 23px;
    font-family: robotomedium;
    background-image: url(../images/svg/icon_add_circle.svg);
    background-size: 16px;
    margin-top: 10px;
}
.tax-popup-container .ButtonRuelsHeader{
    background-color: #B8C6D7;
    border-radius: 4px 4px 0 0;
}
.tax-popup-container .tax-label.invoiceDetailslist{
    background-color: #E6EBF1;
}
.tax-details.invoiceDetailslist{
    background-color: #F2F6FA;
}
.tax-popup-container .ButtonRuelsFooter{
    background-color: #D9E0E8;
    border-radius: 0 0 4px 4px;
    position: static;
}
.tax-header-label label{
    font-family: Roboto;
}
.invoiceDetailslist .tax-percentage:after{
    content: '%';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.tax-percentage{
    position: relative;
}
.invoiceDetailslist.tax-label input{
    width: 250px;
    display: block;
}
.ButtonRuelsHeader .delete-tax{
    position: static;
    float: right;
}
.fr-toolbar{
    z-index: 999999 !important;
}
.fr-popup{
    display: none;
}
.tax-popup-container .invoiceDetailslist label{
    display: inline-block;
}
.workflowCreatePage .invoiceDetailsbody .addNewApp{
    margin: 10px 0;
}

.availableTaxes .ms-options-wrap > .ms-options > ul input[type="checkbox"]{
    width: auto;
    height: auto;
    position: static;
    margin-left: 0;
    margin-right: 10px;
}
.availableTaxes .ms-options-wrap > button,.availableTaxes .ms-options-wrap > button:focus{
    display: inline-block;
    width: 269px;
    border: 1px solid #ccc;
    color: #323232;
    background: #ffffff url(../images/arrow-dropdown2.png) no-repeat scroll 96% 49%;
    background-position: center right 10px;
}
.availableTaxes .ms-options-wrap{
    display: inline-block;
}
.editor-left .invoiceDetailslist .multiselect-container label{
    padding-left: 40px;
}
.editor-left .btn-default{
    width: 269px;
    text-align: initial;
    background-color: #ffffff;
    border-radius: 2px;
    border-color: #ccc;
    text-shadow: none;
    box-shadow: none;
    padding-left: 5px;
    font-size: 13px;
    font-family: robotomedium;
}
.availableTaxes .ms-options-wrap > .ms-options{
    height:auto;
    min-height: inherit !important;
    border: 1px solid #ccc;
}
.availableTaxes .ms-options-wrap > .ms-options > ul label{
    padding-left: 5px !important;
}
.editor-left .caret{
    float: right;
    position: relative;
    top: 9px;
    background: #ffffff url(../images/arrow-dropdown2.png) no-repeat scroll 96% 49%;
    border: 0;
    width: 10px;
    height: 6px;
    background-color: transparent;
}
.editor-left .multiselect-container{
    max-width: none;
    width: 269px;
    border-radius: 2px;
    border-color: #ccc;
}
.editor-left .open>.dropdown-toggle.btn-default{
    background-color: #ffffff;
    border-color: #ccc;
    box-shadow: none;
}
.email-popup>div{
    height: 100%;
}
.email-popup .invoice-app-editor{
    height: calc(100% - 96px);
}
.emailOptionsCls .logoPosition .whichPosition ul{
    z-index: 9999999;
}
.ButtonRulesPresent .fullScreenPopup>div.email-popup .ButtonRuelsFooter{
    z-index: 999999;
}
.email-popup .editor-left,.email-popup .editor-right{
    height: calc(100% - 0px);
}
.workflow .field-properties .locationMoreFields input{
    display: inline-block;
    width: auto;
}
.workflow .field-properties .locationMoreFields span{
    margin-left: 10px;
}
.set-as-home{
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/svg/home.svg);
    background-size: 15px;
    top: 10px;
    right: 3px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 9;
    visibility: hidden;
}
.workflow .leftmenu li:hover .set-as-home{
    visibility: visible;
}
.workflow .leftmenu li .set-as-home.startStage{
    visibility: visible;
    pointer-events: none;
}


.fullScreenPopup.dropdown-popup>div{
    padding: 0;
    width: 650px;
    height: 600px;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
}
.dropdown-left,.dropdown-right{
    width: 325px;
    display: inline-block;
    float: left;
    height: 100%;
}
.dropdown-list-header{
    padding: 5px;
}
.dropdown-app{
    height: calc(100% - 40px);
}
.dropdown-list{
    height: calc(100% - 99px);
    overflow: scroll;
}
.dropdown-list li>div{
    padding: 10px;
    cursor: pointer;
}
.fr-toolbar.fr-top .fr-popup.fr-active{
    display: block;
}
.popupHold p{
    display: block;
}
.ButtonRulesPresent .fullScreenPopup>div{
    animation: none;
}
.workflow.ButtonRulesPresent .editPage{
    margin: 0;
}
.workflowCreatePage .element-container .errorTxt{
    width: auto;
    background-image: none;
    position: relative;
    right: 0;
    top: 0;
}
.Ratings .mandatory{
    margin-left: 15px;
    margin-bottom: 5px;
}
.reating-stars li{
    display: inline-block;
    margin-right: 23px;
}
.reating-stars li:last-child{
    margin: 0;
}
.reating-stars{
    position: relative;
}
.filled{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
.reating-stars li span{
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url("../images/svg/star-grey.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}
.reating-stars .filled li span{
    background-image: url("../images/svg/star-active.svg");
    pointer-events: none;
}
ul .rating-part{
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}
.rating-parent{
    margin: 15px;
}
.reating-stars ul{
    padding: 10px;
}
.workflow .field-properties .rating-part input{
    width: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-top: 0;
}
.rating-part .Ratings .mandatory{
    margin-left: 0;
}
.delete-eligibility{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #d06f19;
    background-image: url("../images/svg/bin-white.svg");
    top: -7px;
    right: -7px;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.rating-part  input + .separator{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00A551;
    bottom: 0;
    transition: all 300ms ease 0s;
    transform: scaleX(0);
}
.rating-part   input:focus + .separator{
    transform: scaleX(1);
}
.rating-label{
    position: relative;
}
.attendance-location-list ul li{
    display: inline-block;
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.attendance-list{
    padding: 20px;
    padding-right: 0;
}
.workflowCreatePage .right .rHeader .attendance-list h3{
    color: #323232;
}
.attendanceLocation-Popup .location-header{
    border-bottom: 1px solid #ccc;
}
.attendanceLocation-Popup .sub-address{
    border-bottom: 0 !important;
}
.config-bssid span{
    cursor: pointer;
    float: right;
    display: block;
}
.config-bssid span em{
    font-family: robotomedium;
    color: #00a8ff;
}
.config-bssid{
    line-height: 20px;
    padding: 20px;
    height: 50px;
}
.bssid-hover-popup{
    position: absolute;
    width: 300px;
    height: 250px;
    right: 20px;
    top: 46px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border-radius: 4px;
    z-index: 99;
    visibility: hidden;
}
.config-bssid span:hover  .bssid-hover-popup{
    visibility: visible;
}
.bssid-hover-popup .ButtonRuelsHeader{
    border-radius: 4px 4px 0 0;
}
.attendance-location-list ul li ul li{
    margin: 0;
    border: 0;
    width: 100%;
    padding: 10px;
}
.bssid-name{
    font-family: robotomedium;
}
.bssid-edit-popup{

}
.bssid-body{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    bottom: 0;
    height: 381px;
    background-color: #fff;
}
.attendanceLocation-Popup .bssid-body li input{
    display: block;
    margin-bottom: 10px;
    width: 86%;
}
.attendanceLocation-Popup .bssid-body li input:last-child{

}
.attendanceLocation-Popup .bssid-body li{
    border-bottom: 1px solid #ccc;
}
.bssid-list{
    height: 285px;
    overflow-x: scroll;
}
.bssid-hover-popup ul{
    height: calc(100% - 41px);
    overflow-x: scroll;
    border-radius: 0 0 4px 4px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.bssid-edit-popup .ButtonRuelsFooter{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.down-arrow{
    display: block;
    position: absolute;
    right: 20px;
    width: 22px;
    height: 15px;
    background-image: url(../images/svg/down-arrow-shadow.svg);
    bottom: -13px;
    z-index: 1;
}
.attendanceLocation-Popup .bssid-body li{
    position: relative;
    padding-bottom: 0;
}
.attendanceLocation-Popup .bssid-body ul:nth-child(2) li{
    padding-bottom: 10px;
}
/*
.workingDay_editProfile .line-table .table > tbody > tr > td{
    width: auto !important;
}
.workingDay_editProfile .table-container{
    margin-top: 50px;
}
.workingDay_editProfile select.workingDay-select{
    -webkit-appearance: none;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    border-radius: 4px;
    vertical-align: middle;
    display: block;
    width: 100%;
    margin-top: 8px;
    background-repeat: no-repeat;
    background-position: center right 8px;
    background-color: transparent;
    border-color: #fff;
    background-image: none;
}
.workingDay_editProfile tr:hover select.workingDay-select{
    background-color: #f7f7f7;
    border: 1px solid #bcbcbc;
    background-image: url(../images/svg/down_arrow_small.svg);
}
.daterangepicker .calendar.left{
    position: initial;
    height: auto;
    box-shadow: none;
    width: auto;
}
.daterangepicker .prev,.daterangepicker .next{
    background-image: none;
}
.workingDay_editProfile tr input{
    margin-top: 7px;
    border-color: #fff;
    background-image: url("../svg/calendar-new.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 20px;
}
.workingDay_editProfile .daterangepicker .calendar-table{
    display: none;
}
.workingDay_editProfile tr:hover input{
    border: 1px solid #CFD8DC;
}*/

.mainMenuHold .sidebar-elements > ul li.icon-workflowPage{
    display: none;
}
.visibility-settings .fullScreenPopup>div{
    padding: 0;
    width: 1030px;
    height: 600px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.visibility-settings .fullScreenPopupbg.dn{
    display: block;
}
.paginated-table .table{
    height: calc(100% - 100px) !important;
}
.addUsers .paginated-table .table{
    height: 100% !important;
}
.add-small-popup{
    height: calc(100% - 96px);
}
.workflowCreatePage .addUsers.new-popup .new-popup-container{
    height: calc(100% - 55px);
}
.workflowCreatePage .mainMenuHold .sidebar-elements > ul{
    width: 250px !important;
}
.workflow-field-copy li.duplicate-field{
    background-image: url("../svg/duplicate-icon.svg");
}
.workflow-field-copy li.copy-field{
    background-image: url("../svg/fieldcopy.svg");
}
.workflow-field-copy li.paste{
    background-image:url("../svg/paste.svg")
}
.workflow .searchHold .loader{
    right: 50px;
}
.workflow .editPage{
    margin-top: 0;
}
.header{
    z-index: 998;
}
.add-biometrics-users .line-table{
    height: calc(100% - 55px) !important;
}
.profile-card-display .profile-card{
    height: calc(100% - 180px);
}
#countryCodeRegion .SumoSelect>.CaptionCont{
    box-shadow: 0 0 0 transparent inset, 0 0 0 1px #e0e0e0 inset;
    border: 0;
}
.close-settings-part{
    padding: 15px 10px;
    border-top: 1px solid #ccc;
    display: none;
}
.actionType-close .close-settings-part{
    display: block;
}
.workflowCreatePage .edit-app-name .searchInputHold .SelectBox input{
    width: 398px;
    border-radius: 0;
}
.workflowCreatePage .edit-app-name .SumoSelect label{
    margin-bottom: 0;
}

.invoice-popup-popup .invoice-payment ul ul li ul {
    white-space: nowrap;
}
.fr-box ol,.fr-box ul{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.fr-box ol{
    list-style-type: decimal;
}
.fr-box ol li{
    display: list-item;
}
.fr-box ul{
    list-style-type: disc;
}
.fr-box em{
    font-style: italic;
}


.previewTextArea ol,.previewTextArea ul{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.previewTextArea ol{
    list-style-type: decimal;
}
.previewTextArea ol li{
    display: list-item;
}
.previewTextArea ul{
    list-style-type: disc;
}
.previewTextArea em{
    font-style: italic;
}
.userDetails .userImage{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.workflow .popupHold .tableHold{
    padding-bottom: unset !important;
}


