html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 35px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/**
 * Digital FenX - Begin CSS section
 */

/*.dfenx_marchietto{
    color: #ff0000;
    margin-right: 5px;
    vertical-align: center;
}*/
.dfenx_icon_command {
    font-size: 24px;
    //padding: 5px 6px 7px 8px;
    margin: -3px 0px 0px 0px;
    /*padding: 0px 10px 0px 0px;*/
}

.dfenx_icon_command:hover {
    text-decoration: none;
}

.dfenx_command_create, .dfenx_command_update {
    color: #444;
}
.dfenx_command_view, .dfenx_command_index {
    color: #444;
}
.dfenx_command_delete {
    color: #444;
}

.dfenx_form_link_item {
    font-weight: bold;
    border-top: solid 1px #888;
    border-right: solid 2px #888;
    border-radius: 0px 5px;

}

.dfenx_pagination_summary {
    text-align: right;
    margin-top: -45px;
}


#id_spazio > a:hover {
    background-color: transparent;
    cursor: default;
    text-decoration: none;
    border: transparent;
}
.dfenx_tab_spazio_command {
    width: 32px;
}

.dfenx_btd_description {
    padding-left: 2px;
    padding-top: 5px;
    padding-right: 14px;
    margin-bottom: 10px;
    text-align: justify;
}

.dfenx_btd_title {
    font-size: 20px; 
    margin-top: 13px;   
}

.dfenx_btd_label {
    float: right; 
    padding: 0.4em 0.6em 0.5em;
}


.dfenx_p1 {
    font-size: 15px;
    text-align: justify;
 
}
.dfenx_antigone{
    font-family: palatino;
    font-size: 18px;
}

.dfenx_label_md {
    font-size: 18px;
}


/*a:hover span{
    display: inline-block; <-- this is the trick 
    text-decoration:none !important;
    padding: 0.4em 0.6em 0.5em;

}*/


/**
 * Digital FenX - End CSS Section
 */