﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
	margin: 0 auto;
padding: 20px;
	margin-top: 10px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  font-weight: 700;
  padding: 10px 20px;
  border: 0;
}
.btn-secondary {
  color: #1b6ec2;
  background-color: #FFE44C;
  font-weight: 700;
  padding: 10px 20px;
  border: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.card {
	border: 0px;
}
.card-body {
  padding: 25px;
}
.paginatore-volantino .navbar-nav .nav-link{
  background: #F2F2F2;
  border-radius: 20px;
  padding: 3px 15px;
  font-weight: 700;
}
.paginatore-volantino .navbar-nav .nav-link:hover{
	background: #dedede;
}
.paginatore-volantino .container-fluid{
  padding: 14px 20px !important;
}
.paginatore-volantino .navbar-nav .active .nav-link{

  background: #FFE44C;
color:#035092;

}
.paginatore-volantino .navbar-nav .nav-item {
margin: 0 2px;
}
.nome-volantino {
	font-size: 14px;
	color: #717171;
	font-weight: 500;
}
.nome-volantino h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0px;
	color: #1b6ec2;
	argin-bottom: -4px;
}
.aree {
	font-size: 14px;
	
}
.aree .card:hover {
	border:3px solid #A0DCF2;
}
.aree h4{
	font-size: 17px;
	color: #0063B2;
	font-weight: 700;
	margin: 0px;
}
.aree .card {
	margin-bottom: 5px;
	border:3px solid #fff;
}
.aree .card-body {
  padding: 15px 25px;
	
}

.dettaglio_area .btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  font-weight: 700;
  padding: 7px 30px;
}
.dettaglio_area .btn-outline-primary {
  color: #1b6ec2;
  border-color: #1b6ec2;
  font-weight: 700;
  padding: 6px 24px;
}
.dettaglio_area .btn-outline-primary:hover {
	color: #fff;
	background: #1b6ec2
}
.dettaglio_area .accordion-body {
  min-height: 490px;
}
.dettaglio_area .accordion-item .accordion-button {
	font-weight: 700;
font-size: 19px;
color: #0063B2;
	background: #FBFBFB;
}
.dettaglio_area .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.dettaglio_area .accordion-item {
  margin-bottom: 7px;
	border: 0px;
}
.dettaglio_area .accordion-button:not(.collapsed) {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #f4f4f4;
}
.dettaglio_area .nav-pills {
	border-bottom: 1px solid #dedede;
}
.dettaglio_area .nav-pills .nav-link {
	font-weight: 600;
	border-radius: 0;
	color: #1b6ec2;
	margin: 0 13px;
	padding-left: 0;
	padding-right: 0;
}
.dettaglio_area .nav-pills .nav-item:first-child .nav-link {
	margin-left: 0px;
}
.dettaglio_area .nav-pills .nav-link.active {
	background: none;
	border:0px;
	color: #F1102A;
	border-bottom: 2px solid #F1102A;
}
.carica_foto {
	background: #1b6ec2;
color: #fff;
width: 80px;
height: 80px;
font-size: 36px;
padding: 12px;
}
.carica_foto:hover {
	background: #FFE44C;
color: #1b6ec2;

}
.form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label   {
  transform: scale(.75) translateY(-.5rem) translateX(.15rem) ;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
	
}
h1 {

  font-weight: 800;
  color: #0063B2;
  font-size: 30px;
	margin-bottom: 15px;

}
h2 {
	font-weight: 800;
  color: #0063B2;
  font-size: 24px;
	margin-bottom: 15px;

}
.table > :not(caption) > * > * {
  padding: .9rem .8rem !important;
	vertical-align: middle;
}
.table th {
  color: #085699;
  font-size: 13px;
	 padding: .5rem .8rem !important;
}
.btn-table {
  font-size: 13px;
  background: #fff;
  color: #1b6ec2;
  padding: 5px 10px;
  border: 1px solid #1b6ec2;
  font-weight: 600;
}
.btn-table:hover {
	background: #1b6ec2;
	color: #fff;
}
.btn-table-danger {
  font-size: 13px;
  background: #fff;
  color: #F1102A;
  padding: 5px 10px;
  border: 1px solid #F1102A;
  font-weight: 600;
}
.btn-table-danger:hover {
	background: #F1102A;
	color: #fff;
}
.badge {
	text-transform: uppercase;
font-size: 11px;
font-weight: 500;
border-radius: 20px;
}

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #F3F3F3;
	padding: 0px;
	padding-left: 110px !important;
	margin: 0px;
}
body.admin {
    font-family: 'Poppins', sans-serif;
    background: #F3F3F3;
	padding: 0px;
	padding-left: 0px !important;
	margin: 0px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px !important;
    background: #fff;
    border: none;
    border-radius: 0;
   
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
                SIDEBAR STYLE
            ----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
     background: rgb(1,77,143);
background: linear-gradient(177deg, rgba(1,77,143,1) 0%, rgba(19,100,167,1) 100%); 
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
                CONTENT STYLE
            ----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s; 
}
.img_vol {
        cursor: pointer;
    }

    .img_fade {
        animation: fadeinout;
        animation-duration: 3s;
    }

    .align_center {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .img_vol > div img.plus_icon {
        opacity: 0;
        animation: fadeOut ease 2s;
    }
.carousel-inner {
	cursor: default !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
	padding: 3px;
}

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
		background: none;
        background-color: #0063B3;
		border-radius: 50%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        background: none;
        border: none;
    }

    .carousel-control-prev {
        margin-left: -30px;
        width: 45px;
    }
.carousel-control-prev .carousel-control-prev-icon::before {
font-family: 'Font Awesome 6 Pro';
	content: "\f053";
	color:#fff;
	font-size: 26px;
	font-weight: 300;
}

    .carousel-control-next {        
        margin-right: -30px;
        width: 50px;
    }
.carousel-control-next .carousel-control-next-icon::before {
font-family: 'Font Awesome 6 Pro';
	content: "\f054";
	color:#fff;
	font-size: 26px;
	font-weight: 300;
}
   

    .carousel-control {
        width: 0%;
    }

    .glyphicon-chevron-left, .glyphicon-chevron-right {
        color: grey;
        font-size: 40px;
    }
	#sideNav {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 110px;
  height: 100vh;
		 background: rgb(1,77,143);
background: linear-gradient(177deg, rgba(1,77,143,1) 0%, rgba(19,100,167,1) 100%); 
}
#sideNav .navbar-collapse {
  width: 100%;
	align-items: flex-start;
		
}
	#sideNav .navbar-collapse .navbar-nav {
  flex-direction: column;
  width: 100%;
		margin-top: 50px;
		
}
#sideNav .navbar-collapse .navbar-nav i{
  font-size: 30px;
}
.navbar-nav .nav-link {
  padding: 22px;
	font-size: 13px;
}
.navbar-nav .nav-link i{
	margin-bottom: 5px;
}
.navbar-nav button {
background: none;
border: 0;
padding: 20px !important;
}
.navbar-nav .nav-link.active {
  background: #04467F;
}
	#Main {
	display: flex;
flex-direction: column;
height: 100vh;
align-items: center;
justify-content: center;
		}
.bottom-controls {
	position: absolute !important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
padding-left: 70px;
bottom: 15px;
}
.controls {
display: flex;
    background: #fff;
    border-radius: 50px;
    
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .09) !important;

}
.controls .input-page {
  width: 120px;
  background: #E5E5E5;
  border: 0;
  border-radius: 10px;
  text-align: center;
	height: 33px;
margin-top: 4px;

}
.zoom-btn {
padding: 10px 20px 5px;
	border-radius: 0px !important;
}
.zoom-btn i{
	color: #0F5FA1;
	font-size: 20px;
}
.arrow-page {
	color: #0F5FA1;
	display: block;
	padding: 10px 20px 5px;
	cursor: pointer;
}
.arrow-page i {
	color: #0F5FA1;
	font-size: 20px;
}
.page-img {
	max-height: calc(100vh - 70px);
	width: 100%;
	height: auto;
	margin-bottom: 70px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .09) !important;
}
.vArea {
	cursor: pointer;
}
.vArea:hover {
	background: rgba(255,255,255,0.7);
}
.dropzone {
  min-height: 150px;
  border: 0px solid rgba(0,0,0,.8) !important;
  border-radius: 10px !important;
  padding: 20px 20px;
  background: #f9f7ec;
}
.dropzone .dz-preview.dz-image-preview {
  background: none !important;
	  margin: 5px !important;
}
.dropzone .dz-preview .dz-image {
  border-radius: 10px !important;
  overflow: hidden;
  width: 90px !important;
  height: 90px !important;
  position: relative;
  display: block;
  z-index: 10;
  border: 2px solid #ffe44c;
}
.dropzone .dz-preview .dz-image img {
  display: block;
  width: 90px !important;
  width: 90px !important;
}
.dropzone {
  min-height: auto !important;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  font-weight: 700 !important;
  color: #1060a3 !important;
}
dropzone.dz-clickable .dz-message::before {
	content: "\f055";
	font-family: 'Font Awesome 6 Pro';
}
.card-button {
	text-align: center;
	font-weight: 700;
	color: #0063B2;
	font-size: 18px;
	border:4px solid #fff;
	padding: 30px 20px;
	border-radius: 12px;
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .05) !important;
}
.card-button:hover {
border:4px solid #FFE44C;
	color: #0063B2;
}
.card-button i{
	font-size: 80px;
	margin-bottom: 10px;
}


.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.stampOff {
    opacity: 0.6;
	background: none !important;
  border: 1px solid #ccc !important;
}

.bollini_prodotto .alimentari img{
	border: 1px solid #ccc;
  border-radius: 7px;
  padding: 10px;
  height: 100px;
	margin-bottom: 7px;
	background: none;
}
.bollini_prodotto .commerciali img{
	border: 1px solid #ccc;
  border-radius: 7px;
  padding: 10px;
  height: 85px;
	margin-bottom: 7px;
	background: none;
}
.bollini_prodotto img.stamp {
	border: 3px solid #F0D226;
  background: #fff9d5;
}



@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* ---------------------------------------------------
                MEDIAQUERIES
            ----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}