.form > div,
.form #pnlsettings > div {
    margin-bottom: 15px;
}

.form h1 {
    background: #eee;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px;
}

.form .form-item {
    margin-bottom: 5px;
}

    .form .form-item label {
        font-weight: bold;
        width: 150px;
        display: inline-block;
        vertical-align: middle;
    }

    .form .form-item input {
        border-radius: 5px;
        width: 330px;
        margin: 0;
        border: 1px solid #aaa;
        padding: 10px;
    }

        .form .form-item input[type="checkbox"] {
            width: 20px;
        }

    .form .form-item textarea {
        border-radius: 5px;
        width: 330px;
        height: 100px;
    }

    .form .form-item select {
        border-radius: 5px;
        width: 350px;
        margin: 0;
        border: 1px solid #aaa;
        padding: 10px;
    }

.form .btn {
    padding: 8px 20px;
    border-radius: 3px;
    display: inline-block;
    color: #fff !important;
    background: #65c452;
}

    .form .btn.blue {
        background: #68BCFF;
    }

    .form .btn.red {
        background: #d11010;
    }

.form .error {
    color: red;
}

.form button {
    padding: 10px 30px;
    color: #0d004c;
    background-color: #fff;
    width: 100px;
    display: inline-block;
    -webkit-box-shadow: inset 0 -2px 66px -4px rgba(112,188,215,1);
    -moz-box-shadow: inset 0 -2px 66px -4px rgba(112,188,215,1);
    box-shadow: inset 0 -2px 66px -4px rgba(112,188,215,1);
    border-radius: 5px;
}

button.tab {
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 0 #000;
    border: 0;
}

    button.tab:first-child {
        border-right: 1px solid #000;
    }

    button.tab:hover {
        background: #eee;
    }

.CodeMirror {
    border: 1px solid #aaa;
}


.btn {
    border: 0;
    width: auto !important;
    text-decoration: none;
}

.suggestions {
    position: absolute;
    background: #fff;
    margin: 0;
    list-style: none;
    /*left: 160px;*/
    width: 320px;
    border: 1px solid #000;
    border-radius: 0 0 4px 4px;
    z-index: 9999999;
}

.suggestion {
    padding: 3px;
}

    .suggestion:hover {
        background: #eee;
    }

.form button {
    text-decoration: none;
}

    .form button.min-delete {
        padding: 0;
        border: 0;
        color: red;
        width: auto;
        background: transparent;
        font-size: 2em;
        box-shadow: 0 0 0 0;
        vertical-align: middle;
    }

    .form button.min-add {
        padding: 0;
        border: 0;
        color: green;
        width: auto;
        background: transparent;
        font-size: 3em;
        box-shadow: 0 0 0 0;
        vertical-align: middle;
        margin-left: 725px;
    }

.field-mapping-title {
    display: inline-block;
    width: 370px;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}

.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tabs li {
        display: inline-block;
        padding: 10px 10px;
        border: 1px solid #8199ad;
        margin: 0;
        border-bottom: 0;
        background: #fff;
    }

        .tabs li.active {
            background: #8199ad;
        }
