/* custom navbar */

.custom-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    } 
    
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

/* colore */

.hr-color {color: #528ADA}

.gcf-color{color: #005DA8}

.gcf-bg{background-color: #005DA8; color: #fff}

.margin-top-body{ margin-top: 30px;}

.hover-btn .btn:hover{ color: #fff}

/* date */
input[type="date"]{
border: none;
margin-left: 1em;
}

.head-div .form-control{
width:auto;
}

input[type="date"]:focus-visible{
outline: none;
}
/* fine date */

tbody tr{
    border-bottom: 1px solid #dee2e6!important;
}

.fa-arrow-right:hover,
.fa-pen:hover{
    color: #528ADA
}

.bg-inserito {
	background-color: rgb(0 93 168 / 25%) !important;
	border-bottom: 1px solid #005DA8 !important;
}

::-webkit-input-placeholder {
    color: rgba(173,173,173,0.7)!important;
    font-size: 14px;
  }
::-moz-placeholder {
    color: rgba(173,173,173,0.7)!important;
    font-size: 14px;
  }
:-ms-input-placeholder {
    color: rgba(173,173,173,0.7)!important;
    font-size: 14px;
  }
::placeholder {
    color: rgba(173,173,173,0.7)!important;
    font-size: 14px;
  }
  
@media(min-width: 501px) {
	
	.a-capo-azioni {
		display: none;
	}
	
}
  
  
@media( max-width: 500px ) {
  
	.data-titolo-azioni {
		margin-left: 47px;
	}
	
}
.tab-regolazioni {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 20px;
}