﻿

/* START UPDATED EDC FORM FIELD LAYOUT  */

.modern-edc-form .form-group-default {
    border: none !important;
}

.modern-edc-form .form-group label:not(.error), .modern-edc-form .form-group label {
    font-family: proxima-soft, sans-serif !important;
    font-size: 15px !important;
    text-transform: none !important;
    font-weight: 700 !important;
    margin: 6px 0 6px 0 !important;
}

    .modern-edc-form .form-group label.form-radio-label {
        margin: 5px 0 5px 0 !important;
    }

.modern-edc-form .form-group-default, .modern-edc-form .form-group-default, .modern-edc-form .form-group {
    padding-top: 0 !important;
    margin: 0 !important;
}

    .modern-edc-form .form-group .checkbox label {
        margin: 6px 0 4px 0 !important;
    }

    .modern-edc-form .form-group-default .form-control, .modern-edc-form textarea.form-control, .modern-edc-form .form-control {
        border-radius: 8px !important;
        color: #191919 !important;
        border: 1px solid #d5d7d9 !important;
        background-color: #fdfeff;
        padding: 6px 12px;
        box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.08);
        font-size: 15px;
        height: 40px;
        margin-top: -2px !important;
    }

.modern-edc-form textarea.form-control {
    padding: 12px 15px !important;
    border-radius: 15px !important;
    min-height: 45px;
}


.modern-edc-form select.edc-quick-select {
    padding: 5px;
    border: 0;
    box-shadow: none;
    line-height: 1.4;
    border: 1px solid #bdbfc1 !important;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.08);
    overflow: hidden;
    border-radius: 8px;
    background: none;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: -2px !important;
}

    .modern-edc-form .form-group-default .form-control:focus, .modern-edc-form .form-control:focus, .modern-edc-form select.edc-quick-select:hover {
        border: 1px solid #f055c0 !important;
        outline: 0;
        transition: all .3s ease;
        box-shadow: none;
    }

.modern-edc-form .select2-container {
    padding: 5px;
    border: 0;
    box-shadow: none;
    line-height: 1;
    border: 1px solid #d5d7d9 !important;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.08);
    /*box-shadow: 1px 2px 0 0 rgba(0,0,0,0.10); BOX SHADOW LIKE POST HOG :)*/
    overflow: hidden;
    height: 40px;
    border-radius: 8px;
    background: none;
    margin-top: -2px !important;
}

    .modern-edc-form .select2-container.select2-dropdown-open {
        border: 1px solid #f055c0 !important;
    }

.modern-edc-form .select2-container-active .select2-choice {
    background: none;
}

.modern-edc-form .select2-dropdown-open.select2-drop-above .select2-choice, .modern-edc-form .select2-container .select2-choice, .modern-edc-form .select2-container-multi .select2-choices {
    border: none !important;
}

.modern-edc-form .edc-modern-btn {
    margin-top: 10px !important;
    margin-left: 12px !important;
}
