/**
 * El CSS para la funcionalidad en el front debe ser incluido en este archivo.
 */

/**
 * Shortcode [dwt_excelup_form]
 */
.dwt-excelup-block-search-form{
    margin-right: auto;
    width: auto;
    margin-top: 4rem;
    margin-left: auto;
    max-width: 80%;
}

.dwt-excel-upload-container-table {
    margin-top: 25px;
    font-size: .8em;
    text-align: center;
}

.dwt-excel-upload-container-table .not-found {
    font-weight: bold;
    color: #4B4B4B;
}

.dwt-excel-upload-table th {
    /*font-size: .8em;*/
    font-weight: bold;
    text-align: center;
}

.dwt-excel-upload-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
    text-align: center;
}

form.search-form input[type=text] {
    border-radius: 0.33rem;
    border: 1px solid grey;
    float: left;
    width: 90%;
}

form.search-form button {
    float: left;
    width: 10%;
    padding: 10px;
    background: #E9F864;
    color: #4B4B4B;
    font-size: 17px;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
}

form.search-form button:hover {
    background: #c3d053;
}

form.search-form::after {
    content: "";
    clear: both;
    display: table;
}

/**
 * Fin Shortcode [dwt_excelup_form]
 */
