/*sezione personalizzata fte */
.cookie-cnt{
    position: fixed;
    background-color: white;
    
    height: 50px;
    text-align: center;
    padding: 10px;
    width: 100%;
    bottom: 0px;
    display: flex;
    box-shadow: 5px 10px 8px #bdbdbd;
}

.cookie-acpt{
    margin-left: 10px;
    padding-bottom: 10px;
}

/* grid */
.fte-grid-title {
    float:left;

}
.fte-src-dsc {
    float: left;
    font-size: 1.2em;
    font-weight: normal;
    padding-right: 12px;
    font-style: italic;

    display: flex;
    height: 42px;
}
.fte-grid-src {
    padding: 8px;
    border-radius: 8px;
    float: right;
    background-color: lightgreen;
    margin-bottom: 5px;
}

/*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;
    color: #d0ff01;
 
}

.page-container{
    margin-top: 5px;
    margin-left: 5px;
    width: 100%;
}
