/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Ekis
Author URI:   https://www.ekis.it
Template:     generatepress
Version:      0.1
*/

.powered_by_link {
    visibility: hidden;
    position: absolute;;
}

#form-candidatura {
    width: 100%;
    margin: 50px 0 0 0;
}

#form-cancellazione {
    width: 100%;
    margin: 25px 0 0 0;
}

#form-candidatura input,
#form-candidatura select,
#form-candidatura textarea,
#form-cancellazione input,
#form-cancellazione select {
    margin: 0 0 10px 0;
    border-radius: 5px;
    font-size: 14px;
}

#form-candidatura input[type="text"],
#form-candidatura select,
#form-cancellazione input[type="text"],
#form-cancellazione select {
    width: 100%;
}

#form-candidatura input[type="submit"],
#form-cancellazione input[type="submit"] {
    background-color: #387935;
}

#form-candidatura input[readonly="readonly"] {
    background-color: #eee;
    cursor: default;
}

#form-candidatura input[type="submit"]:hover,
#form-cancellazione input[type="submit"]:hover {
    background-color: #2a6333;
}

#form-candidatura label.label-1,
#form-candidatura label.label-2,
#form-cancellazione label.label-3 {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#form-candidatura label.label-2 {
    margin-top: 25px;
}

#tabella-candidature {
    font-size: 14px;
    margin: 25px 0 0 0;
}

#tabella-candidature .even {
    background-color: #f6f6f6;
}

#tabella-candidature img {
    width: 18px;
    float: right;
    cursor: pointer;
}

#tabella-candidature .riga_note {
    visibility: collapse;
}

#tabella-candidature .riga_note td {
    text-align: center !important;
    padding: 25px 8px 25px 25px;
}

.testo-nota {
    float: left;
    width: 90%;
}

#no-candidature {
    width: auto;
    background-color: #eee;
    padding: 50px;
    text-align: center;
    margin: 25px 0 0 0;
    border-radius: 5px;
    font-size: 14px;
}

#frequenza {
    width: auto;
    background-color: #89b68b;
    padding: 50px;
    text-align: center;
    margin: 25px 0 0 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

#profilo-mancante {
    width: auto;
    background-color: #9f4747;
    padding: 50px;
    text-align: center;
    margin: 30px 0 0 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

#profilo-mancante-top {
    width: auto;
    background-color: #9f4747;
    padding: 20px;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

#profilo-mancante-top a {
    color: #fff;
    text-decoration: underline;
}

#table_1 {
    font-size: 14px;
}




/* custom ultimate member */

#post-104 .um-header {
    border-bottom: 0px !important;
    margin: 0 0 0 0;
}

#post-104 .um-field {
    margin: 0 0 20px 0;
    background: #f5f5f5;
    padding: 20px !important;
    border-radius: 5px;
}

#post-104 .um-field-label {
    border-bottom: 0px !important;
    text-transform: uppercase;
}

#post-104 .um-field-label label {
    font-size: 14px !important;
    font-weight: bold;
}

#post-104 .um-field-area {
    font-size: 16px !important;
}
