
.design-content-batch {
    .modal-dialog {
        min-width: 800px;
    }
    
    .modal .modal-content .modal-body {
        padding: 16px;
        padding-bottom: 0px;
    }
    
    .border-bottom {
        border-bottom: 1px solid #F4F4F4;
    }
    
    .checkbox {
        width: 31px;
    }
    
    .search-condition {
        margin-bottom: 10px;
    
        .input-group {
            padding-right: 0;
        }
    
        input,
        select {
            height: 32px;
            border: 1px solid #C4C6CF;
            padding: 0 10px;
            line-height: 32px;
            width: 100%;
        }
    
        input {
            padding-right: 35px;
        }
    }
    
    input,
    select {
        color: rgba(0, 0, 0, 0.6);
    }
    option {
        color: rgba(0, 0, 0, 0.6)
    }
    .variable-transverse {
        width: 484px;
        margin: 1rem 0;
        .variable-title,
        .variable-input {
            float: left;
        }

        .variable-title {
            line-height: 30px;
            text-align: right;
            padding-right: 20px;

            .star {
                color: red;
            }
        }

        .variable-input {
            width: 41%;

            input {
                width: 100%;
                height: 30px;
            }

            select {
                height: 32px;
            }

            .data-source-name-select {
                width: 100%;
                border: 1px solid #C4C6CF;
                height: 30px;
            }

            .monitor-point-name-select {
                width: calc(100% - 31px);
            }

            .open-monitor-btn {
                height: 30px;
                width: 30px;
                background-color: white;
                border: 1px solid #b5c2ca;
                cursor: pointer;

                span {
                    color: #3695FF;
                }
            }

            button[disabled] {
                border: 1px solid #C4C6CF;
                background-color: #F2F3F7;
                height: 30px;
            }
        }

        button {
            height: 30px;
            line-height: 30px;
            margin-left: 5px;
        }
    }
}
.searchInput-variableName{
    width: 100% !important;
}
.margin-right-15 {
    .var-btn:not(:last-child) {
        margin-right: 15px;
    }
}

.var-btn {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    min-width: 80px;
    padding: 0 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.var-btn:hover {
    cursor: pointer;
}

.var-btn-default {
    height: 34px;
    line-height: 34px;
}

.var-btn-save {
    color: white;
    background-color: #3695FF;
    border: 1px solid #3695ff;
}

.input-group {
    .form-control {
        padding-right: 16px;
    }

    .var-form-control {
        height: 34px;
        padding: 0 2rem 0 1.25rem;
    }

    .form-control-search {
        position: absolute;
        z-index: 4;
        right: 10px;
        display: block;
        width: 16px;
        height: 16px;
        line-height: 34px;
        text-align: center;
        pointer-events: none;
        color: #aaa;
    }

    ::ng-deep {
        .ng-select {
            width: 100%;

            .ng-select-container {
                height: 32px;
            }
        }
    }
}

select:required:invalid {
    color: gray !important;
}

option[disabled] {
    display: none !important;
}

option {
    color: black !important;
}

.tips-primary {
    font-size: 14px;
    color: #000;
    opacity: .6;
    margin-right: 10px;
}

.tips-secondary {
    font-size: 12px;
    margin-top: 3px;
    opacity: .3;
}

.selected-monitoring-point-content {
    width: 100%;
    background: #f2f3f8;
    margin-top: 10px;
    padding: 10px 10px 0;
}

.selected-monitoring-point {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    position: relative;
    float: left;
    background: #E2E4E8;
    margin-right: 10px;
    margin-bottom: 10px;

    span {
        float: left;
        margin-right: 5px;
    }
}

.fcloud-cancel {
    float: left;
    line-height: 30px;
    color: #A0A2AD;
    cursor: pointer;
}

.fcloud-cancel:before {
    color: #A0A2AD;
}