/*-- Override/aggiunte Bootstrap --*/


.it-right-zone span{font-weight: bold;}

.it-nav-wrapper {background: rgb(3,49,96);
    background: linear-gradient(36deg, rgba(3,49,96,1) 0%, rgba(0,102,204,1) 100%);
}
.it-nav-wrapper::after{background-image: url('../img/logosfo.png'); background-repeat: no-repeat;
    background-position: center bottom ; margin: auto;  content: ""; position: absolute; top: 0; left: -300px; width: 100%; height: 100%; opacity: 0.05; z-index: 0; }

.it-header-slim-wrapper{border-bottom:1px solid rgba(255,255,255,0.3);}
.it-header-navbar-wrapper{background-color: transparent; z-index: 1;}
.it-header-center-wrapper{background-color: transparent; z-index: 1;}

ul.link-list li {position: relative;}
ul.link-list li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 2.8em;
    text-align: center;
    color: rgba(255,255,255,0.1);
    width: 100%;
    line-height: 1em;
  }

.tooltip-inner { background: #9d0000 !important; font-size: 1em }
input:invalid { }

.callout-title {
    margin-bottom: 0.5rem !important
}

/* Specifiche */
#cph_gwPazienti tbody th a:link, #cph_gwPazienti th a:visited {
    color: white !important;
    text-decoration: none;
}
#cph_gvUtenti tbody th a:link, #cph_gvUtenti th a:visited {
    color: white !important;
    text-decoration: none;
    font-weight: light
}

.pager td table tbody tr td {
    border: none !important;
}
.pager td table tbody tr td:first-child:before {
    content: "Pagina: "; padding-right: 30px
}
#cph_gwPazienti th, .tableCentered th {vertical-align:middle; text-align:center}
#cph_gwPazienti td, .tableCentered td { vertical-align: middle; text-align: center }
/* Classi */
.statistiche td, .statistiche th {
    text-align: center;
}
/* SB-ADMIN  */
.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}
.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}
.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}
.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}
.text-gray-100 {
    color: #f8f9fc !important;
}

.text-gray-200 {
    color: #eaecf4 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.text-gray-600 {
    color: #858796 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
.align-items-center {
    align-items: center !important;
}
.h-100 {
    height: 100% !important;
}
.py-2 {
    padding-bottom: 0.5rem !important;
}
/* SB-ADMIN  */