body {
    font-family: 'Fira Sans', sans-serif;
}

#container-page {
    min-height: 500px;
}

@media (min-width:992px) {
    #container-page {
        min-height: 500px;
        margin-top: 100px;
    }
}

@media screen and (max-width: 1100px) {
    .titolo-header {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1100px) {
    #container-page {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (min-width: 1500px) {
    #container-page {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (min-width: 1800px) {
    #container-page {
        padding-left: 150px;
        padding-right: 150px;
    }
}

.logo-consorzio {
    max-width: 180px !important;
    max-height: 40px;
}

.consorzio-navbar.scrolled {
    top: 0px !important;
    background-color: #fff !important;
}


.logo-consorzio-top-bar {
    max-width: 80px;
    margin: 10px 0px;
}
.consorzio-navbar.scrolled {
    top: 0px !important;
    background-color: #fff !important;
}

.navbar-fixed-top.scrolled {
        transition: background-color 200ms linear;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.top-bar {
    padding: 20px;
    min-height: 70px;
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 8;
    color: #fff;
    text-align: center;
}

.footer-cobat, .menu-ham {
    background-color: #DAE8F5;
}

.footer-cobat {
    padding-top: 50px !important;
}

.footer-consorzio-ripa {
    background-color: #EB642A;
}

.footer-consorzio-ripa .level-0 {
    padding: 0px !important;
}

.footer-service ul {
    float: left;
}

.footer-consorzio-ripa .level-0 {
    padding: 0px !important;
}

.bg-top-blu {
    background-color: #EB642A;
}

.footer-consorzio-ripa ul li {
    color: #fff;
}
.footer-service ul li {
    float: left;
    padding-right: 40px;
}

.footer-consorzio-ripa a {
    color: #fff;
    font-weight: 600;
}

.consorzio-navbar {
    top: 40px;
    padding-right: 0px !important;
    background-color: #fff;
    /* -webkit-box-shadow: 0px 9px 22px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 22px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 22px -6px rgba(0,0,0,0.75); */
}

.header-intern {
    top: 57px;
}

.dropdown-menu{
    z-index: 2000;
}

.footer-info li {
    color: #0056b3;
    font-size: 1.0em!important;
    margin: 5px 0px 5px 0px;
    font-weight: 400;
}

.consorzio-service-menu li {
    font-size: 1.0rem;
}

.level-0 {
    margin-bottom: 35px;
}

ul li {

	list-style: none !important;
}

.consorzio-navbar.scrolled {
    top: 0px !important;
    background-color: #fff !important;
}


/* Style for new website */

.sottotitolo-principale {
	color: darkgray;
	font-size: 16px;
}

.sottotitolo {
	color: #576471;
	font-size: 22px;
	font-weight: bold;
}

.cobat-logo {
	color: #386dad;
	font-size: 72px;
	font-weight: bold;
	font-family: cursive;
	margin-left: 12%;
}

.image {
	color: blue;
}

.titolo {
	color: #2968aa;
	font-size: 38px;
}

.radio-option {
	font-size: 16px;
	color: gray;
}

.element {
	padding-left: 0px!important;
	color: gray;
}

.btn-cobat {
	background-color: white;
	border: 2px solid #386dad!important;
	text-align: center!important;
	padding: 5px 31px!important;
	font-weight: bold!important;
	color: #386dad!important;
}

.btn-cobat:hover {
	background-color: #386dad!important;
	border: 2px solid white!important;
	padding: 5px 31px!important;
	font-weight: bold!important;
	color: white!important;
}

.footer {
	text-indent: 6%;
	background-color: #386dad;
	text-align: left;
	color: white;
	max-height: 200px;
	padding: 29px 10px;
	margin-left: 0%;
}

.control-label {
	margin-bottom: 0px!important;
}

.hr-cobat {
	border: 2px solid lightgray;
}

.mt-10, .my-10 {
	margin-top: 6rem!important;
}

.checkbox-round{
    width: 1.0em;
    height: 1.0em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
	cursor: pointer;
	margin-right: 20px;
}

.checkbox-round:checked {
    background-color: gray;
}

#iscrizione_produttori_importatori_form input[type=text] input[type=email] input[type=number] {
    border-radius: 0px;
}

#iscrizione_esterna input[type=text] input[type=email] input[type=number] {
    border-radius: 0px;
}

#iscrizione_esterna label {
    color: grey;
}

#iscrizione_produttori_importatori_form label {
    color: grey;
}

.checkbox-borders {
    border-bottom: 1px solid #D1D4DA;
    min-height: 70px;;
}

form label {
    color: #697581;
}

.checkbox-inline {
    color: #5E6B77;
}
