html {
    background-color: transparent;
    background-image: none;
}
#emf-container {
    background-color: transparent;
    border:none;
}

#emf-form li.highlight-field, #emf-container .emf-field-list tbody tr:hover, #emf-container .emf-field-grid tbody tr:hover {
    background-color: transparent;
    background-image: none;
}

#emf-container ul li label.emf-label-desc {
    font-weight:400;
    font-size:14px;
}

label.emf-label-desc, div.emf-div-field label {
    font-size:12px
     }

/* -- Buttons -- */


#emf-container div.emf-div-field input, /* field text */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select
{
    color: #041e41;
    border: solid 1px gray;
    padding: 14px 10px 16px 10px;
    height: auto;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
#emf-container-outer {width: 100%; padding-top: 0; padding-bottom: 0;}

span.emf-field-datetime-month {width: 29%;}
span.emf-field-datetime-day { width: 29%;}
span.emf-field-datetime-year {width: 29%;}

.emf-banding-head th:first-child {width: 14%;}


.emf-field-grid th, .emf-field-grid td {    color: gray;}
.emf-field-grid td input {
    margin: 0 10px;
    width: 90%!important;
    color: #666;
    border: 1px solid #ccc;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}



#emf-container ul li {
    }
#emf-form-shadows {display: none;    }
    #emf-form-description {font-size: 1.8rem; font-weight: 700; color: #808080;}
#emf-container ul li label.emf-label-desc span {color: #478817;}

footer {
    padding-bottom: 400px;
}
#emf-container #emf-li-post-button {position:relative;}
#emf-li-post-button:after {content:"";    display:block;
top:11px; right:18px;
    position:absolute;
    width:30px;
    height:30px;
    background-image:url(https://upideas.us/emf/img/flecha.png);
    background-repeat:no-repeat; background-position:center;
}

#emf-form > ul {position:relative; margin-top:30px;}
#emf-form #emf-li-post-button {}
#emf-form #emf-li-post-button:after {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background-image: url(https://pruebas.upideas.us/joshua-sussman/wp/wp-content/uploads/2026/02/icon-6-wp.webp);
    position: absolute;
    top: calc(50% - 28px);
    left: 0px;
    background-repeat: no-repeat;
    background-color: #478817;
    background-position: center;
    border-radius: 50px;
    border: 2px solid #91c774;
    }

#emf-li-post-button.left {    padding-left: 44px;    text-align: left;}    

#emf-li-post-button input  {
    background: #478817;
    border: none;
    padding: 14px 42px 14px 30px;
    font-size: 14px;
    font-weight: 400;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    color: white;
    transition: all 0.3s ease;
    margin-top: 0;
    cursor: pointer;
}

#emf-li-post-button input:hover
    {background: #478817;
    color: #fff;
    border-color: #478817!important;}

    input[type="checkbox"] {border: solid #478817 1px;       max-width: 22px!important;}

    @media screen and (max-width: 400px) {
    #emf-container ul li.emf-li-half-width {
        width: 50%;
}
    }