.model-mapping-popup {
    .modal-dialog{
        width: 800px;
    }

    .btn-row {
        margin-bottom: 10px;

        .btn-add, .btn-edit, .btn-delete {
            background: none;
            line-height: 18px;
            outline: none;
            vertical-align: middle;

            * {
                vertical-align: middle;
            }

            .material-icons {
                font-size: 18px;
            }

            .fa-trash {
                font-size: 18px;
            }
        }
    }
}

.add-mapping-popup {
    .modal-dialog {
        width: 450px;

        .form-group {
            label {
                font-weight: normal;
            }

            .form-control {
                width: 80%;
            }
        }
    }
}