span.twitter-typeahead {
    width: 100% !important;
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    /*max-width: 800px;
    height: 30px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;*/
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    max-width: 800px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 15px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}


.delete_item {
    font-size: 0.95em !important;
    margin-left: 5px;
}

ul {
    padding-inline-start: 35px !important;
}

ul.list-varianti {
    padding-inline-start: 25px !important;
}

.elem-list{
    font-size: 0.85em !important;
    font-weight: bolder !important;
}

.elem-list label{
    font-size: 0.7em;
    color: #1e7e34;
    margin-right: 3px;
    font-weight: bolder;

}

.lable-crea-menu-pietanza{
    font-size: 1.1em;
    font-weight: bold;
    color: #2e3136;
    border: 1px solid #2e3136;
    border-radius: 5px;
    padding: 2px 10px;
    box-shadow: 1px 1px 2px #666666;
    background-color: #BBBBBB;
}

.select_object {
    cursor: pointer;
}

.form-table {
    width: 100%;
    padding: 10px !important;
    margin: auto;
    background-color: #ffffff;
    position: relative;
    border-radius: 15px;
    box-shadow: 1px 1px 30px #0a0a0a;
}

#data_today{
    font-weight: bolder;
}

.choice_or {
    color:red;
    font-size: 0.7em;
}

.but-mode {
    width: 60px;
    margin: 2px;
    font-size: 0.7em;
}

/* Pulsanti e selettori di tabella */
.dataTables_length {
    margin-bottom: 10px;
}
.dt-button {
    padding: 0.3em 0.5em !important;
}