﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 0.9em;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*    max-width: 280px;*/
}

.table > thead > tr > td.annullato,
.table > tbody > tr > td.annullato,
.table > tfoot > tr > td.annullato,
.table > thead > tr > th.annullato,
.table > tbody > tr > th.annullato,
.table > tfoot > tr > th.annullato,
.table > thead > tr.annullato > td,
.table > tbody > tr.annullato > td,
.table > tfoot > tr.annullato > td,
.table > thead > tr.annullato > th,
.table > tbody > tr.annullato > th,
.table > tfoot > tr.annullato > th {
    /*background-color: #f2dede;*/
    background-color: khaki;
}

.table-hover > tbody > tr > td.annullato:hover,
.table-hover > tbody > tr > th.annullato:hover,
.table-hover > tbody > tr.annullato:hover > td,
.table-hover > tbody > tr:hover > .annullato,
.table-hover > tbody > tr.annullato:hover > th {
    /*background-color: #ebcccc;*/
    background-color: indianred;
}

.table-hover > tbody > tr.annullato:hover > td > a {
    color: #fff;
}

.corretta {
    background-color: green;
    width: 50px;
    height: 50px;
    display: block;
    padding-left: 17px;
    padding-top: 15px;
    border: dashed 1px gray;
}

.errata {
    width: 50px;
    height: 50px;
    display: block;
    padding-left: 17px;
    padding-top: 15px;
    border: dashed 1px gray;
}

.selected-row > div {
    background-color:orange !important;
    /*color: tomato;*/
}

.table-hover tbody tr:hover td {
    background-color: #c8c8c8;
    color: #ffffff;
}

.checked {
    border: outset 1px black;
    background-image: url(/Immagini/check_v1.png);
    background-repeat: no-repeat;
    background-size: 48px;
}

#btnGoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: lightgray;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#btnGoTop:hover {
    background-color: #555;
}

label{
    font-weight: bolder;
}

.field-validation-error{
    color: red;
}