#filter-form {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    background-color: whitesmoke;
    margin: 10px;

    .form-group {
        margin-bottom: 10px;

        .control-label {
            width: 15%;
        }
    
        .form-control {
            width: 85%;
            border-radius: 4px;
        }
    }
    .btn {
        float: right;
        margin: auto;
    }
}

.modal-body {
    input[type='text'] {
        width: 100%;
        height: 70%;
        font-size: small;
    }

    .form-group {
        margin: 10px auto;
        .control-label {
            width: 25%;
            margin-right: 10px;
        }
        .form-control {
            margin: auto 10px;
            width: 75%;
            border-radius: 4px;
        }

        .content-label {
            margin-bottom: 10px;
        }

        .hint-text {
            font-size: 10px;
            float: left;
        }
    }

    .key-value-group, .display-flex {
        margin: 10px auto;
        display: flex;

        .control-label {
            width: 25%;
            margin: auto 5px;
        }

        .value {
            margin: auto 5px;
            width: 75%;
            font-size: small;
        }
    }
}

.btn-create {
    float: right;
}

.btn {
    font-size: small;
}

@media screen and (max-width: 690px) {
    .btn-top {
        margin-top: 5px;
    }
}
