/*
    Created on : 08-Sett-2020
    Author     : E-Wave Snc
*/

/* CSS PRINCIPALE IN: lib/bootstrap/css/ewave.bootstrap.min.css */

/* SISTEMA BASE */
body {
    font-size: 14px;
}

.table-agem {
    border-collapse: collapse;
}

.table-agem caption {
    caption-side: top;
    color: #000;
    font-size: 1.2rem;
}

.table-agem th, .table-agem td {
    color: #000;
    padding: 0.4rem;
}

.table-agem tr:nth-child(even) {
    background-color: #d5eada;
}

.table-agem tr:nth-child(even) td {
    color: #000;
}

.table-agem tr:nth-child(even) td:hover,
.table-agem tr:nth-child(odd) td:hover {
    color: #fff;
}

.table-agem tr td:not(:nth-child(2)) {
    text-align: center;
}

.table-agem th {
    background-color: #FFF;
    color: #000;
    text-align: center;
}

.tbl-id {
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.2rem 0.4rem;
    text-decoration: none;
}

.tbl-id:hover {
    background-color: #000;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    color: #FFF;
    text-decoration: inherit;
}

.table-text-center th, .table-text-center td {
    text-align: center;
}

._dashboard {
    margin-top: 1rem;
}

._dashboard .card .card-header a {
    display: block;
    font-size: 2.5rem;
    text-align: center;
}

._dashboard .card .card-body {
    min-height: 120px;
}

._dashboard .card .card-body p {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    text-align: center;
}

#form-valutazione input, #form-valutazione select {
    text-align: center;
    height: 100%;
    border: none !important;
    box-shadow: none;
    padding: 2px 0;
    font-weight: 500;
    color: #333;
    font-size: 1em;
}

#form-valutazione input {
    border: none;
}

#form-valutazione h4 {
    text-align: center;
    padding: 0.5rem 0px;
    font-weight: bold;
    font-size: 18px;
}

#form-valutazione td {
    border: 1px solid #a09f9f;
    padding: 5px;
}

#form-valutazione select::after, #form-valutazione select::before {
    border: none;
}

#form-valutazione div[class^="box-tbl-"] {
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#form-valutazione table {
    border: none;
}

.has-tooltip {
    position: relative;
}

.has-tooltip::after {
    content: "\f05a";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -16px;
    top: 6px;
    font-size: 13px;
    color: #0a602c;
}

.tooltip-inner {
    white-space: pre-wrap;
    text-align: left;
    background: #fff;
    color: #333;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    opacity: 1;
    max-width: 280px;
}


.title-with-tooltip.has-tooltip::after {
  right: 0;
  top: 0;
  color: red;
  background: #fff;
  width: auto;
  height: 100%;
  line-height: 275%;
  padding: 0 10px;
  content: "NOTA \f05a";
}

._sub-titolo {
    text-align: center;
}

.filters, .dataTables_wrapper  {
    padding: 15px;
    background: #f7f7f7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.dataTables_wrapper {
    margin: 1rem 0!important;
}

.navbar-brand {
    height: 90px;
}

.navbar-brand img {
    height: 100%;
}