@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600&display=swap');

html {
    color: #272727;
    font-weight: 400;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-color: #f4f4f7;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
body .ui-widget{
    font-family: 'Titillium Web', sans-serif !important;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
    #CLcontainerTop{
        margin: auto;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
    #CLcontainerTop{
        margin: 0px !important;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
    #CLcontainerTop{
        margin-top: 30px !important;
    }
}

.noborder{
    border: none;
}
body .ui-layout-unit{
    border:none;
    padding: 0px;
}
body .ui-layout-west{
    border: 1px solid #ddd;
}
.ui-widget-content{
    background: #fff no-repeat;
    line-height: 1.2rem;
}
.ui-layout-unit .ui-layout-unit-content{
    padding: 0px;
}
.CLbackg{
    background-color:#e1ebf5 !important;
}
.navbar{
    padding: 0px;
    border-top: 7px solid #2f79bf;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
    font-size: 1.2 rem;
}
#user{
    font-size: 3em; 
    color: Dodgerblue;
} 

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th{
    font-size: 1rem;
}
.tabellaStampa .ui-widget-header{
    background: #2f79bf;
    color: #fff !important;
    font-size: 20px !important;
}

.tabellaStampa .ui-state-default, .tabellaStampa .ui-widget-content .ui-state-default{
    background: #CDD6ED;
    color: #272727 !important;
    font-size: 10px !important;
    border-color: #dddddd;
}
.tabellaStampa [aria-label="Domanda"]{
    background: #EEF1F9 !important;
}
.tabellaStampa .colonnaNoTesto{
    width: 100% !important;
}
.tabellaStampa .colonnaTesto{
    width: 50% !important;
}
.tabellaStampa [aria-label="Risposte"]{
    background: #EEF1F9 !important;
}
.tabellaStampa .panelPrint .ui-datatable tbody td{
    font-size: 14px !important;
}
.sideText{
    display: block;
    width: 100%;
}
#text1{
    font-size: 1.2rem;
    font-weight: bold;
    color: #2f79bf;
}
#text2{
    font-size: 1.2rem;
    font-weight: bold;
    color: #75b425;
}
#text3{
    font-size: 1.2rem;
    font-weight: bold;
    color: #2f79bf;
}
#text4{
    font-size: 1.1rem;
}
#text5{
    font-size: 0.9rem;
}
.sidebox{
    border-top: 4px solid #2f79bf;
    border-bottom: 4px solid #2f79bf;
    padding: 2px;
    border-radius: 1;
}
.CLblu{
    color: #2f79bf;
}
.CLgreen{
    color: #6eb11d;
}
.CLgreenDark{
    color: #497817;
}
.CLgreenBorder{
    border: 1px solid #497817;
}
.CLyellowDark{
    color: #664d03;
}
.CLred{
    color: #c41e2b;
}
.CLbluBack{
    background-color: #2f79bf;
}
.CLgreenBack{
    background-color: #6eb11d;
}
.CLredBack{
    background-color: #c41e2b;
}   
.CLblueBack{
    background-color: #ecf4fc;
}
.CLgrayBack{
    background-color: #f2f3f7;
}
.CLhomebtn{
    background-color: #ffffff;
    border: 3px solid;
}
.CLyellow{
    color: #f7a527;   
}
.CLcardborder{
    border: 3px solid #c41e2b;
}
.CLfooterborder{
    border-top: 20px solid #2f79bf;  
}
.CLheaderborder{
    border-top: 7px solid #2f79bf;       
}
.loginAlert{
    margin-bottom: 1rem;
    display: block;
}
.ui-card-title{
    color: #497817; 
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    background-color: #fff;
    margin-top: 7em;
}
.form-signin .form-floating:focus-within {
    z-index: 2;
}

.loginSubmit{
    color: #497817;
    border: 4px solid #497817;
    font-weight: bold;
}
.logoutSubmit{
    color: #c41e2b;
    border: 4px solid #c41e2b;
    margin-top: 5px;
    font-weight: bold;
}
.list-group-item{
    padding: .6rem 1rem;
}
.list-group-green{
    border:1px solid #497817;
}
.list-group-yellow{
    border:1px solid #664d03;
}
.corso-name{
    margin-bottom: 1rem;
    font-weight: bold;
}
.corso-description{
    padding-right: 2rem;
}

.el_corsi .ui-button {
    background-image: none !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #c41e2b;
    padding: 5px;
    border: 2px solid #c41e2b;
}

.el_corsi .ui-state-active{
    background-color: #c41e2b;
    color: #fff;
}
#top_navigation{
    border-bottom: 2px solid #2f79bf;
}
.link_navigation{
    text-decoration: none !important;
    color: #2f79bf !important;
}
.main-table{
    font-size: 25px !important;
}
.button-primary{
    background: #2f79bf;
    color: #fff !important;
    border: 1px solid #2f79bf;
    margin: 10px 0px 0px 0px;
    outline: 0 none;
    border-radius: 4px;
    padding: 5px 8px;
}