.navbar { min-height:60px; }
.navbar-brand { padding:10px; }
.navbar-top-links li a { padding: 28px 15px 15px; min-height: 70px; }
.panel-group .panel-heading { cursor:pointer; }
.panel-group .panel-heading:hover h4 { text-decoration:underline; }
textarea.form-control { height:100px; }

.clickable_row { cursor:pointer; }
.m-b { margin-bottom:10px; }
.m-t { margin-top:20px; }
.m-t-25 { margin-top:25px;}
.m-t-40 { margin-top:40px; }
.m-l-5 { margin-left: 5px; }
.p-t { padding:10px; }
.p-a { padding:10px; }

.dl-horizontal dt { width:220px; }
.dl-horizontal dd { margin-left:230px; }

.thumbs-dl dt { width:160px; }
.thumbs-dl dd { margin-left:180px; }

/* utile per datepicker dentro a modal */
.datepicker {z-index:1151 !important;}
/* se il modal avesse molti dati, uso scroll verticale */
.modal-body { max-height:400px; overflow-y:auto; }

.chat-panel .panel-body {
    height: 500px;
    overflow-y: scroll;
}
.logo{
    max-height: 50px;
}
.powered-by{
    font-size: 11px;
    margin-top: 65px;
    color: #000;
    font-weight: bold;
}
.clickable-row{
    cursor: pointer;
}
.bordeaux{
    color: #800000 !important;
}
.default{
    color: #0e4772 !important;
}
.blue-outlook{
    color: #0171c5 !important;
}
.dark-grey{
    color: #666666 !important;
}
.gold{
    color: #B9A277 !important;
}
.wpink_noleggiare{
    color: #e2007a !important;
}

.wpink_noleggiare_inverted{
    color: #e2007a !important;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{
    background-color: #e6e6e6;
}
.table-striped>tbody>tr:nth-child(odd).success>td, .table-striped>tbody>tr:nth-child(odd).success>th{
    background-color: #dff0d8;
}
.table-striped>tbody>tr:nth-child(odd).warning>td, .table-striped>tbody>tr:nth-child(odd).warning>th{
    background-color: #fcf8e3;
}
.overflow-x{
    overflow-x: auto;
    white-space: nowrap;
}
.star-gold{
    color: #FFD700 !important;
}
