
/*custom old css*/
.backForm {
    direction: rtl;
}

.inputSearch > sf-form {
    padding: 0px !important;
}
label:empty {
    display: none;
}
sf-form-object {
    margin: 4px 0px;
    position: relative;
    display: block;
}

sf-form {
    display: block;
}

sf-form-element {
    display: block;
}

sf-widget-chooser {
    display: block;
}

sf-string-widget {
    display: block;
}

td {
    padding: 0px 6px 3px 0px;
}

.key {
    padding: 0px 6px 3px 0px;
    background-color: #a2efe8;
}

.key.selected {
    background-color: #109488;
    color: white;
}

.listKey {
    margin: 10px 0px;
}

.keyEdit {
    background-color: #e3e3e3;
    padding: 4px 10px;
}

/* .ngClist {
    border: 1px solid #d9d9d9;
} */

/*delete margin for noneGroup object */

.noneGroup > * > * > * > sf-form-object {
    margin: 0px;
    top: -3px;
}
/* margin top for inline form in form*/

.btn-formModal
 .main-form {
    margin-top: 20px;
}

btnformmodal-widget >
 div > .btn {
    background-color: #63c2de;
    color: white;
}


.schemaEdit {
    display: inline-block;
    position: relative;
    width: 100%;
}

/*show button inline in form */

.parent-btn {
    display: inline-block;
    margin: 16px 13px 0px 0px;
}

/* border danger where not valid and show message red */
.danger input {
    border: 1px solid red !important;
}
.success input {
     border: 1px solid #46f546 !important;
}
.danger {
    color: red;
}

.valid-message {
    position: relative;
    margin-bottom: 10px;
}

/* border for warning message show text yellow and border input yellow */

.warning input {
    border: 1px solid yellow !important;
}

.warning {
    color: yellow;
}


.inline-lable label {
    display: inline;
}

.inline-lable label + * {
    /* display: inline-block; */
}

.dp-material .dp-picker-input {
    display: block;
    width: 100%;
    height:34px !important;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    margin:6px auto;
}

dp-date-picker > div + div {
    left: inherit !important;
}

color-picker {
    /* direction: ltr; */
}
/* end custom css*/

/*for datepicker show better disable and enable days*/
 input:disabled, input:disabled, input:disabled, input:disabled::-webkit-file-upload-button, button:disabled, select:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
     font-weight: 100 !important;
     opacity: 0.3;
 }

 .dp-prev-month, .dp-next-month {
     opacity: 0.1 !important;
     font-weight: 100 !important;
 }

/* end edit for datepicker  */

/* disable display for disable field in form builder */
.displaynone {
    display: none;
}

/* add css for table selection lable and input*/

.inputSearch label {
    color: black;
    text-align: center;
    width: 100%;
}

.inputSearch {
    width: 100%;
}

/* .selectTable div > input {
    border: 1px solid #29abe2;
    color: black ;
}

.selectTable div > input:focus {
    border: 1px solid #29abe2;
    color: black ;
}

.selectTable div > select {
    color: black !important;
    border: 1px solid #369086 !important;
}

.selectTable div > label {
    color: #29abe2; 
} */

/* add css for duble list add arrow image */
.selectTable .changes {
    border-width: 0px 1px;
    border-style: solid;
    border-color: lightgray
}
.btn.add-select {
    background-image: url('img/single-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} 

.btn.add-all {
    background-image: url('img/duble-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn.remove-select {
    background-image: url('img/single-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.btn.remove-all {
    background-image: url('img/duble-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    background-size: contain;
}

.btn.remove-select:hover {
    transform: rotate(180deg) scale(1.2);
}
.btn.remove-all:hover {
    transform: rotate(180deg) scale(1.2);
}

fieldset > div {
    /* margin: 3px 0px; */
}

/* end css for form builder */

/* css for treeSelect */

    .keyRefrence {
        padding: 5px;
        height: 24px;
        width: 100%;
        position: relative;
        background-color: white;
        color: #d9d9d9;
        border: 1px solid;
        margin: 10px 0px;
    }

    .inFixedBack {
        padding: 9px;
    }

    .Tree.lebel {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .selectTree {
        position: relative;
        margin-right: 10px;
    }

    .tree-property {
        padding: 7px 14px 7px 7px;
        display: flex;
        position: relative;
        width: -webkit-fill-available;
    }
    .tree-property .switch {
        width: 12px;
        height: 12px;
        right: -7px;
        top: 9px;
        position: absolute;
        background-color: #0e1d28;
    }
    .childObject {
        margin-right: 24px;
    }

    .list > div {
        border-right: 2px solid #29abe2;
        transition-duration: 1s;
    }

    .childObject .value {
        color: #000000;
    }
    
    .tree-property.open {
        width: fit-content;
        border-bottom: 2px solid #29abe2;
    }
/**/

/*css for fieldset */
fieldset.default {
    margin-bottom: 24px;
    background-color: #ffffff1a;
}

.default > legend {
    border-bottom: 2px solid;
    padding-bottom: 11px;
}
/*end css for fieldset*/

/*css for wizard*/
.wzard_steps {
    display: flex;
}

.wzard_steps  legend {
    font-size: 12px;
    cursor: pointer;
    padding-bottom: 5px;
}

.wzard_steps > div {
    width: 100%;
    text-align: center;
}

.wzard_steps  legend.active {
    border-bottom: 2px solid #29abe2;
}

.horizonal {
    display: flex;
}

.wzard_steps.horizonal {
    display: block;
}

.fielsList.horizonal {
    display: block;
    width: 100%;
}
/*end css for wizard*/

/*css for accordion*/
.list-fields {
    position: relative;
    left: 0px;
    margin: 7px 0px;
    display: inline-block;
    width: 100%;
}

.accordion > .label {
    position: relative;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    background-color: #29abe2;
    color: white;
    border-radius: 4px;
    margin: 7px 0px;
    cursor: pointer;
}

.accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    max-height: 48px;
    overflow: hidden;
    transition-timing-function: ease-in-out;
    transition-duration: 2s;
}

.default.accordion.open {
    max-height: 500px;
}
/*end css of accordion*/

/*css for date picker */
.date-picker dp-date-picker {
    width: 100%;
    position: relative;
}
/*end css for date picker*/

/*css for object list edit */
.mainobjlist > table {
    width: 100%;
    color: black;
}

.mainobjlist th {
    /* width: 100%; */
    background-color: #0a4f48;
    color: white;
    border-radius: 2px;
    border: 0;
}

.mainobjlist thead {
    width: 100%;
}

.mainobjlist {
    padding: 5px;
    /* background-color: white; */
    margin: 5px 0px;
}

.mainobjlist tr {
    background-color: #a2efe8;
}

.mainobjlist tr.active {
    background-color: #109488;
    color: white;
}
/*end css for object list edit*/
/*css for keyEdit widget */
.keyInput {
    padding: 15px;
}
.lis-formelement {
    background-color: #0000001c;
    margin: 10px 0px;
    padding: 0px 10px;
}
/*end css for keyEdit widget*/
/*css for object  */
.object.label {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px;
    background-color: #108aca;
    color: white;
    padding: 5px 18px;
}

.ObjectForm.labeled {
    background-color: #ffffff4f;
    padding: 10px;
}
/*end css for object*/

/*css for key Edit in formBuilder */
.keyEdit .listKey {
    background-color: white;
    padding: 1px 4px;
    margin: 5px 0px;
}

.keyEdit .listKey .key {
    background-color: #29abe2;
    padding: 3px;
    margin: 3px 0px;
    cursor: pointer;
}

.keyEdit .editProperty {
    background-color: rgba(0, 0, 0, 0.41);
    padding: 10px;
    margin: 10px 0px;
    border-radius: 4px;
}

.keyEdit .key.selected {
    background-color: #0a4e47;
}
/*end of css for key Edit */
/*css for modal */
td > div > div > sf-form > form > sf-form-element > div > sf-widget-chooser > * > div > label {
    display: none !important;
}

td > div > sf-form > form > sf-form-element > div > sf-widget-chooser > * > div > label {
    display: none !important;
}

.widget.form-group {
    margin: 0px !important;
}

.fixedBack {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.57);
    height: 100%;
    z-index: 1;
    padding: 30px;
    padding-top: 81px;
}

.inFixedBack {
   background-color: white;
   color: black;
   width: 100%;
   height: 100%;
   overflow: auto;
   position: relative;
}

.h120 {
    height: 75px !important;
}
/*end old css for modal*/




/* margin top for inline form in form*/

.btn-formModal
 .main-form {
    margin-top: 20px;
}

/*show button inline in form */

.parent-btn {
    display: inline-block;
    margin: 16px 13px 0px 0px;
}

/* border danger wher not valid and show message red */
/* border for warning message show text yellow and border input yellow */

.warning input {
    border: 1px solid yellow !important;
}

.warning {
    color: yellow;
}


.inline-lable label {
    display: inline;
}

.inline-lable label + * {
    /* display: inline-block; */
}

.date-picker {
    color: black;
    position: relative;
}

.date-picker label {
    color: #373a3c;
    margin: 0;
}

.dp-material .dp-picker-input {
    width: 100% !important;
}

dp-date-picker > div + div {
    left: inherit !important;
    top: inherit !important;
}

color-picker {
    direction: ltr;
}
/* end custom css*/

/*for datepicker show better disable and enable days*/
 input:disabled, input:disabled, input:disabled, input:disabled::-webkit-file-upload-button, button:disabled, select:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
     font-weight: 100 !important;
     opacity: 0.3;
 }

 .dp-prev-month, .dp-next-month {
     opacity: 0.1 !important;
     font-weight: 100 !important;
 }

/* end edit for datepicker  */


/* add css for close icon without use image*/
formmodal > div > .ngCdelete {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 22px;
    top: 23px;
}

.ngCdelete > .left, .ngCdelete > .right {
    width: 2px;
    height: 12px;
    position: absolute;
    background-color: black;
    top: -1px; 
    left: -3px;
}

.ngCdelete > .left {
    transform: rotate(45deg);
}

.ngCdelete > .right {
    transform: rotate(-45deg);
}

/**/

/* theme of selection array in form builder */
.ngCitem {
    /* old */
    /* background-color: #29abe2;
    padding: 2px 4px;
    border-bottom: 1px solid white;
    position: relative;
    padding-left: 24px;
    margin-left: 3px;
    margin-top: 2px;
    display: inline-block;
    color: white;
    width: 100%; */

    background-color: #29abe2;
    padding: 8px 10px 7px 10px;
    position: relative;
    height: 34px;
    color: white;
    width: 100%;

    border-radius: 5px;
    margin-left: 3px;
    display: inline-block;
    border-bottom: 1px solid white;
}
/**/

/* disable display for disable field in form builder */
.displaynone {
    display: none;
}

/* add css for table selection lable and input*/

.inputSearch label {
    color: black;
    text-align: center;
    width: 100%;
}

.inputSearch {
    width: 100%;
}

/* .selectTable div > input {
    border: 1px solid #29abe2;
    color: black ;
} */

/* .selectTable div > input:focus {
    border: 1px solid #29abe2;
    color: black ;
} */

/* .selectTable div > select {
    color: black !important;
    border: 1px solid #369086 !important;
} */

/* .selectTable div > label {
    color: #29abe2;
} */

.ngCselectlist {
    max-height: 196px;
    overflow: auto;
}

/* add css for duble list add arrow image */
/* .selectTable .changes {
    border-width: 0px 1px;
    border-style: solid;
    border-color: #29abe2;
} */
.btn.add-select {
    background-image: url('img/single-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} 

.btn.add-all {
    background-image: url('img/duble-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn.add-select:hover {
    transform: rotate(0) scale(1.2);
}
.btn.add-all:hover {
    transform: rotate(0) scale(1.2);
}

.btn.remove-select {
    background-image: url('img/single-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.btn.remove-all {
    background-image: url('img/duble-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    background-size: contain;
}

.btn.remove-select:hover {
    transform: rotate(180deg) scale(1.2);
}
.btn.remove-all:hover {
    transform: rotate(180deg) scale(1.2);
}
/* end css for form builder */


.ngCdelete {
    position: absolute;
    left: 13px;
    top:10px;
    /* width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    direction: ltr;
    z-index: 99; */
}

.FormBuilder.back-black {
    margin-top: 47px;
}

/*css for height*/
.h75 {height: 75px;}.h80 {height: 80px;}.h85 {height: 85px; margin-bottom: 20px}.h90 {height: 90px;}.h95 {height: 95px;}.h100 {height: 100px;}.h105 {height: 105px;}.h110 {height: 110px;}.h115 {height: 115px;}.h120 {height: 120px;}.h125 {height: 125px;}
/*end css for height*/


/*css for label on formbuilder*/
sf-widget-chooser label {
    position: relative;
    padding: 3px 0px;
    right: 0;
    text-align: right;
    width: 100%;
}
/* end css */


.margin-fix{
    margin: 20px 0 -25px 0!important;
}

.margin--15{
    margin: -15px -12px 15px 0;
}