﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif !important;
}

/*barra navigazione*/
.navbar-custom {
	background-color: #2b4c81;
}
.container-custom {
    margin-top: 40px;
}
.nav-link-custom {
    color:white;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/*breadCRumb*/
.breadcrumb {
    margin-top:10px;
    background-color: white;
}



.accordion-button {
    color: #337AB7 !important;
    background-color: #f5f5f5 !important;
    font-weight: bolder;
    padding: 3px;
}

/*ChekBox*/
.check-box-custom label {
    padding-right: 25px;
}
/*intestazione*/
.custom-title-menu {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 4px;
    text-align: center;
    color: black;
    font-weight: bold;
}
.about-border {
    display: block;
    width: 80px;
    height: 3px;
    /*background: #f1cd8f;*/
    background: #f1cd8f;
    margin: 5px auto;
}

/*errori*/
.error {
    color: red;
}

.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
    color: #a94442;
}

/*pannelli*/
.w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}
/*.w3-note{background-color:#f4f4f4;border-left:6px solid #337AB7}*/
.w3-note {
    border-left: 6px solid #337AB7;
	 margin-left:12px;
	
}



.ph-card-header {
	color: #fcfcfc !important;
	background-color: #5b86cc !important;
}
.ph-card-speciale-header {
    color: #000000 !important;
    background-color: #ffa633 !important;
}

.radio label {
    margin-left: 3px !important;
}

.form-check label {
    margin-left: 3px !important;
}