.bg-primary {
    background-color: #1f232b !important;
}
.overflowauto{
	overflow: auto;
}
.btn.btn-sm{
	font-size: 10px;
}
.iris-picker.iris-border {
    margin: 0 auto;
}
nav#accordionSidenavPages button {
    margin: 5px 0px;
	font-size: 17px;
}
.sidenav .sidenav-menu .nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 5px 0;
	font-size: 15px;
}

.topnav .navbar-brand img, #sidenavAccordion > ul > li > div > h6 > img {
    height: auto;
    width: 40px;
    margin: 0px 15px 0 0;
    /* background-color: #242d36; */
    border-radius: 5px;
    /* border: 1px solid #242d36; */
}

.scelta_periodico_si, .scelta_orario_si, .scelta_multiple_si {
	display:none;
}

.form-select {
    text-align: left;
}
.dropdown-menu.show {
    width: 100%;
}

.dselect-items .dropdown-item {
    padding: 10px !important;
}

.myc-date-number {
    font-size: 1em !important;
}

#myc-prev-week, #myc-next-week {
    line-height: 40px;
}

.titleStats {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
}
.cursor{
	cursor:pointer;
}
#clientiList {
	display:none;
	min-height: 70px;
	max-height: 300px;
	overflow: auto;
	border: 1px solid #d6d6d6;
    border-radius: 5px;
    position: absolute;
    width: 95%;
    background: #fff;
    padding: 0;
    z-index: 1;
}
.rowCliente{
	padding: 10px;
	list-style: none;
	clear: both;
}
.rowCliente:hover{
	background-color: #00ac69;
	color: #fff;
}

@media only screen and (max-width: 768px){
	.chart-pie, .chart-line, .chart-bar {
		height: 25rem;
	}
}

@media only screen and (max-width: 390px){
	.myc-date-header {
		font-size: 10px;
	}
	a.myc-available-time {
		font-size: 10px;
	}
	div#myc-nav-container {
		font-size: 11px;
	}
	input.btn.btn-secondary,.d-flex {
		width: 100% !important;
	}
}