
html{
  font-size:16px !important;
}

span.bs-caret{
  display:none !important;
}



.bg-colore1{
	background-color:#2e7192 !important;
}
.text-colore1{
	color:#2e7192 !important;
}
.btn-navbar-colore1{
	background-color:#fff !important;
	color:#2e7192 !important;
}
.btn-1{
	background-color:#2e7192 !important;
	color:#fff !important;
}

.btn-colore1{
	background-color:#2e7192 !important;
	color:#fff !important;
}
.btn-colore1:hover{
	background-color:#fff !important;
	color:#2e7192 !important;
}

.btn-falcon-colore1,.btn-falcon-colore1:hover {
    color: #2e7192 !important;
    background-color: #fff;
    border-color: #fff;
}

.btn-colore2{
	background-color:#62a2c2 !important;
	color:#fff !important;
}
.bg-colore2{
	background-color:#62a2c2 !important;
}
.text-colore2{
	color:#62a2c2 !important;
}

.bg-colore3{
	background-color:#569d4fa8 !important;
}
.text-colore3{
	color:#569d4fa8 !important;
}

.bg-colore4{
	background-color:#285b23 !important;
}
.text-colore4{
	color:#285b23 !important;
}

.bg-colore5{
	background-color:#922727 !important;
}
.text-colore5{
	color:#922727 !important;
}
.btn-colore5{
	background-color:#922727 !important;
	color:#fff !important;
}

.bg-colore6{
	background-color:#e86d6dd1 !important;
}
.text-colore6{
	color:#e86d6dd1 !important;
}

.bg-colore7{
	background-color:#f7daa0d1 !important;
}
.text-colore7{
	color:#f7daa0d1 !important;
}

.btn-colore7{
	background-color:#f7daa0d1 !important;
	color:#fff !important;
}

.bg-colore8{
	background-color:#813708d1 !important;
}
.text-colore8{
	color:#813708d1 !important;
}

.text-colore9{
	color:#2e7192 !important;
}
.text-colore10{
	color:#777777 !important;
}
.bg-colore10{
	background-color:#777777 !important;
	color: #fff !important;
}
.text-colore11{
	color:#cf4848 !important;
}
.btn-filtri{
	background-color:#2e7192 !important;
	color:#fff !important;
}
.btn-filtri:hover{
	background-color:#f53e3ed1 !important;
	color:#fff !important;
}

.accordion.width {
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
}

.accordion.width .card {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: min-content;
}

.accordion.width .card .card-header {
  cursor: pointer;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.accordion.width .card .card-header:not(.collapsed) {
  pointer-events: none;
}

.collapsing.width {
  transition: width 0.35s ease;
  height: auto;
  width: 0;
}

.vr{
	display: inline-block;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentColor;
	opacity: .25;
}


.messaggio_success {
	width: auto;
	height: auto;
	padding:10px;
	margin-top:85px;
	margin-right:10px;
	background: #ffff00;
	animation: mymove 5s;
	animation-fill-mode: forwards;
    position: fixed;
    z-index: 1030;
	top: 0;
	right: 0;
	animation-delay: 3s;
	
  }
  
  .messaggio_danger {
	width: auto;
	height: auto;
	padding:10px;
	margin-top:85px;
	margin-right:10px;
	background: #ff0000;
	animation: mymove 5s;
	animation-fill-mode: forwards;
    position: fixed;
    z-index: 1030;
	top: 0;
	right: 0;
	animation-delay: 3s;
	
  }
  
  @keyframes mymove {
	from { right: 0; }
	to   { right: 500px;
	  	   visibility:hidden;
	  	   opacity:0;
	  	   transition:visibility 0.3s linear,opacity 0.1s linear;}
  }
