﻿.fg-el-container {
    padding: 0 15px;
}

.comboTreeInputBox {
    padding: .375rem .75rem;
    height: calc(2.25rem + 2px);
    border-radius: .25rem;
}
/*condition form*/
.operatorVar {
    position: relative !important;
    margin-left: 5px !important;
    float: left !important;
    max-width: 100px;
}

    .operatorVar a.delete {
        position: absolute;
        left: 0px;
        top: -13px;
    }
/*combo tree*/
.tab-content.tab-content-modal.clearfix {
    overflow: visible;
}

body {
    overflow-y: overlay;    
}

.comboTreeDropDownContainer {
    top: 100%;
    z-index: 110002;
}
/*full modal*/
.modal-maxlg {
    width: 99% !important;
    min-height: 90%;
}
/*Combo Tree*/
.rtl-Combo .comboTreeDropDownContainer li {
    text-align: right !important;
}

.comboTreeDropDownContainer {
    min-width: 100%;
    width: auto !important;
}

.comboTreeParentPlus {
    width: 10px !important;
}

.comboTreeDropDownContainer li:hover {
    background-color: transparent !important;
}
/*validation error*/
.help-block.error {
    color: #B94A48;
}
/*combo search width*/
.input-group .select2 {
    width: 100%;
}

.input-group.combo-search {
    width: 100%;
}

input[data-isvariablecombotree] {
    text-align: left;
}

/*CodeMirror*/
.CodeMirror {
    width: 100%;
}

/*validation error color*/
.field-validation-error {
    color: red;
}

.align-btn-end {
    margin-top: 25px;
}
.line-through {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.invisibleControl
{
    display: none !important;
}

.disabledInputs input {
    pointer-events: none;
    opacity: 0.8;
}


/*Json result*/
.json-string {
    color: green;
}

.json-number {
    color: blue;
}

.json-boolean {
    color: red;
}

.json-null {
    color: gray;
}

.json-key {
    color: purple;
}