/*sezione personalizzata fte */

/* grid */
.fte-grid-title {
    float:left;

}
.ea-category {

    font-size: 1.2em;
    /* font-weight: normal; */
    padding: 12px;
    font-style: italic;
    border-radius: 16px;
    height: 100px;
    margin: 6px;
    background-color: lightgrey;
    width: 100%;
}

/*elemento della ricerca*/
.fte-src-token {
    float: left;
    font-size: 1.6em;

    border: 1px solid lightslategrey;
    border-radius: 6px;
    padding-left: 5px;

    display: flex;
    height: 42px;
}

.src-fld {
    font-weight: normal;
    font-size: 1.0em;
}

.src-value {
    font-weight: bold;
}

.fte-token-del {
    padding-left: 6px;
}
    .fte-token-del:hover{
        background-color:aliceblue;
    }


.fte-src-and {
    float: left;
    color: darkslategray;
    font-weight: normal;
    padding-left: 6px;
    padding-right: 6px;
    /*Vertical center per i figli*/
    display: flex;
    height: 42px;
}
.src-info {
    margin:auto;
}


.fte-sect {
    margin-bottom: 10px
}
.fte-row {
    padding-left:20px;
}
.fte-title-sect {
    float:left;
}
.fte-sub-title-sect {
    text-align:right;
    padding-top:10px;
}
.fte-lbl-btn {
    /*label di bottoni allineano il bottone a DX*/
    float: left;
    padding-right: 12px;
}
.size-a {
    width: 180px;
}
.size-b {
    width: 280px;
}
.size-btn {
    width: 80px;
}

.fte-esito-good {
    /*Esito elaborzione */
    background-color:limegreen;
    border-radius:10px;
}

.fte-cnt-rsp {
/*contenitore dei responsi di elaborazione*/
    padding-top:6px;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.fte-filter {
    z-index: 1000;
    position: absolute;
    zoom: 0.8;
    border: solid 1px;
    padding: 5px;
    border-radius: 6px;
}
