.adjustPage{
	padding-top: 64px;
}
.adjustHeader{
	position: fixed;
    z-index: 1002;
}
@media only screen and (min-width: 992px) {
	.adjustPage, .adjustHeader{
		padding-left: 300px;
	}
	.containerBig{
		margin-left: 3em;
	}
}


.notAllowed{
	cursor:not-allowed
}
.musicLoader{
	min-height: 100%;
    z-index: 10000000;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
}