.design-content-batch {
    .search-condition {
        margin-bottom: 10px;

        .input-group {
            padding-right: 0;
        }

        input,
        select {
            border-radius: 0;
            color: rgba(0, 0, 0, 0.3);
        }
    }

    .modal-dialog {
        min-width: 800px;

        .modal-header.fe-modal-header {
            border-bottom: 1px solid #f4f4f4;
        }
    }

    .tips-primary {
        font-size: 14px;
        color: #000;
        opacity: .6;
        margin-right: 10px;
    }

    .tips-secondary {
        font-size: 12px;
        margin-top: 3px;
        opacity: .3;
    }

    .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: 30px;
            }

            .data-source-name-select {
                width: 100%;
            }

            .monitor-point-name-select {
                width: calc(100% - 31px);
            }

            .open-monitor-btn {
                height: 30px;
                width: 30px;
                background-color: white;
                border: 1px solid #b5c2ca;
                cursor: pointer;
                float: right;
                margin-left: 0;

                span {
                    color: #3695FF;
                }
            }

            button[disabled] {
                border: 1px solid #C4C6CF;
                background-color: #F2F3F7;
                height: 30px;
            }
        }

        button {
            height: 30px;
            line-height: 30px;
            margin-left: 5px;
        }
    }

    .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: 32px;
            padding: 0 2rem 0 1.25rem;
        }

        .form-control-search {
            position: absolute;
            z-index: 4;
            right: 10px;
            display: block;
            width: 16px;
            height: 16px;
            line-height: 32px;
            text-align: center;
            pointer-events: none;
            color: #aaa;
        }
    }

    select:required:invalid {
        color: gray !important;
    }

    option[disabled] {
        display: none !important;
    }

    option {
        color: black !important;
    }

    .selected-monitoring-point-content {
        width: 100%;
        padding: 10px;
        background: #f2f3f8;
        margin-top: 10px;
        padding-bottom: 0px;
    }

    .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;
        }
    }

    .fa.fcloud-remove.btn-remove {
        cursor: pointer;
    }

    select option {
        color: rgba(0, 0, 0, 0.6);
    }

    .checkbox {
        width: 31px;
    }
    .primeng-datatable-container{
        height: calc(100% - 50px);
        .ui-table-resizable{
            max-height: calc(100% - 50px);
            overflow-x: hidden;
            overflow-y: auto;
        }
    }

}

.design-batch-import-alarm {
    .variable-transverse .variable-title {
        text-align: left;
        display: inline;
    }
    .modal-content {
        border-radius: 0;
        width: 800px;
    }
    .modal-body {
        overflow-y: hidden;
    }
    .variable-transverse {
        width: 484px;
        margin: 1rem 0;
    }
    .variable-input{
        width: 41%;
        display: inline-block;
    }
 .fe-modal-container select {

        width: 90%;
        height: 34px;
    }
    
}