﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif !important;
    font-size:14px
}

/*barra navigazione*/
.navbar-custom {
    background-color: #145f76;
}
.container-custom {
    margin-top: 40px;
}
.nav-link-custom {
    color: #fff !important;
}
.navbar-custom .nav-link,
.navbar-custom .navbar-text,
.navbar-custom .navbar-text a,
.navbar-custom .dropdown-toggle {
    color: #fff !important;
}
a, a:hover, a:focus {
    color: inherit;
    transition: all 0.3s;
}
a:not(.btn):not(.nav-link):not(.dropdown-item) {
    text-decoration: underline;
}
.btn,
.nav-link,
.dropdown-item {
    text-decoration: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.btn:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible {
    outline: 3px solid #111;
    outline-offset: 2px;
}
.progress-spincar2 .progress-bar.bg-info {
    color: #000;
}
.btn-outline-info {
    color: #0b5c6f;
    border-color: #0b5c6f;
}
.btn-outline-warning {
    color: #7a4d00;
    border-color: #7a4d00;
}
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 2000;
    padding: .5rem 1rem;
    background: #fff;
    color: #000;
    border: 2px solid #000;
}
.skip-link:focus,
.skip-link:focus-visible {
    left: .5rem;
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
ol {
    list-style-type: none;
    margin-top: 3px !important;
}
.radio label {
    margin-left: 3px !important;
 }
    /*nome standard*/
    .w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}
.w3-note {
    border-left: 6px solid #2483a2
}
.w3-question {
    padding: 0.01em 16px;
    border-left: 2px solid #2483a2;
    margin-top: 20px;
    margin-bottom: 20px
}

.w3-question-sub {
	padding: 0.01em 50px;	
	margin-top: 20px;
	margin-bottom: 20px
}

.w3-help {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}



/*Menu laterale*/




.navbar-card-body-laterale {
    background-color: #aeabab;
    color: white;
}

.navbar-card-header-laterale {
    background-color: #2483a2;
    color: white;
}

/*breadCRumb*/
.breadcrumb {
    margin-top: 10px;
    background-color: white;
}


/*ChekBox*/
.check-box-custom label{
    padding-left:5px;
}
/*intestazione*/
.custom-title-menu {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 4px;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.35;
}
h1.custom-title-menu {
    margin-top: .5rem;
}
.custom-title-small {
    /*width: 100%;
    text-align: center;
    font-size: 2vh;
    margin-bottom:10px;
    color:black;
    font-weight:bold;*/
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 5px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: center;
    color: black;
    font-weight: bold;
}
.about-border {
    display: block;
    width: 80px;
    height: 3px;
    /*background: #f1cd8f;*/
    background: #2483a2;
    margin: 5px auto;
}

/*errori*/
.error {
    color: red;
}

.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
    color: #a94442;
}
