/* HEADER */
.navbar.navbar-default {
    background-color: #72bfc5;
    border-radius: 0;
}

.navbar .navbar-header > a {
    /*height: 65px;*/
    line-height: 1;
    padding-bottom: 5px;
    padding-top: 10px;
    color: #FFFFFF;
}

.navbar .navbar-header > a:hover {
    color: #EEEEEE;
}

.navbar .navbar-header > a > h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
}

.navbar .navbar-header > a > span {
    font-size: 12px;
    line-height: 1;
}

ul.nav.navbar-nav > li > a {
    color: #FFFFFF;
}

/* HEADER END*/

.selected {
    background-color: #d9ffde;
}

.risposta-errata {
    background-color: #ffddd6 !important;
}

.risposta-errata .error-message-container {
    border-top: 1px solid grey;
    margin-top: 10px;
}

.ammissibile {
    background-color: #d6ffd4;
}

.non-ammissibile {
    background-color: #ffd6db;
}

li.sommario-risposta-errata {
    /*background-color: rgb(255, 208, 208);*/
    color: rgb(255, 65, 65);
}

li.sommario-risposta-errata > div {
    font-style: italic;
    padding: 5px 5px 15px 25px;
}

.user-voce-glossario {

}

.user-voce-glossario .panel {
    margin-bottom: 5px;
}

.user-voce-glossario .panel-heading {
    cursor: pointer;
}

.user-voce-glossario .panel-title {
    pointer-events: none;
    cursor: pointer;
}

.user-table-misure {
    border: 1px solid #dddddd;
}

.user-table-misure th {
    font-weight: normal;
    background-color: rgb(221, 221, 221);
}

.user-table-misure > tbody > tr {
    border: 1px solid #dddddd;
}

.user-table-misure > tbody > tr > td {
    border: 1px solid #dddddd;
    vertical-align: middle;
}

.user-table-misure > tbody > tr > td.no-padding {
    padding: 0;
}

.user-table-misura-sottomisura {
    width: 100%;
}

.user-table-misura-sottomisura > tbody > tr {
    border-bottom: 1px solid #dddddd;
}

.user-table-misura-sottomisura > tbody > tr:last-child {
    border-bottom: none;
}

.user-table-misura-sottomisura > tbody > tr > td {
    padding: 10px;
}

.user-table-misura-sottomisura > tbody > tr > td.no-warp {
    white-space: nowrap;
}

/* FOOTER */

.footer .logo-ue > img {
    max-height: 45px;
    padding-left: 6px;
    padding-right: 6px;
}

.footer .logo-lazio > img {
    max-height: 45px;
    padding-left: 6px;
    padding-right: 6px;
}

.footer > div {
    border: 2px solid #72bfc5;
    padding: 3px 3px 3px 12px;
    font-size: 10px;
    margin-bottom: 8px;
}

.footer > div:first-child {
    padding-left: 0;
}

/* FINE FOOTER */

/* GUIDA*/

.guida-sezione-header {
    font-weight: bold;
    color: rgb(160, 160, 160);
    cursor: pointer;
}

.guida-sezione-data {

}

.guida.table {
    font-size: 12px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.guida.table tr > td {
    vertical-align: middle;
}

.guida.table tr > td:last-child {
    border-left: 1px solid #dddddd;
}

.guida.table .no-padding {
    padding: 0;
}

.guida.inside.table {
    margin: 0;
}

.guida.inside.table {
    border-right: none;
    border-top: none;
    border-bottom: none;
    height: 100%;
    border-left: none;
}

.guida.inside.table tr:first-child > td {
    border-top: none;
}

.guida.inside.table tr > td {
    border-left: none;
}

.opzione-risposta {
    cursor: pointer;
}

.bando-attivo {
    width: 100%;
    height: 100%;
    background-color: #D1FD90;
    cursor: pointer;
}

.bando-attivo i {
    font-size: 22px;
}

/* a hot fix to show boostrap modal backdrop */
.modal-backdrop {
    bottom: 0;
    position: fixed;
}

@media print {
    .no-print {
        display: none;
    }
}

table.table.border-inside-only {
    border: none;
}

table.table.border-inside-only > tbody > tr:first-child > td {
    border-top: none;
}

table.table.border-inside-only:last-child > tbody > tr:last-child > td {
    border-bottom: none;
}

table.table.border-inside-only > tbody > tr > td:first-child {
    border-left: none;
}

table.table.border-inside-only > tbody > tr > td:last-child {
    border-right: none;
}
