body {
    background: #3f4654;
    padding: 30px;
    margin: 0;
    overflow-x: hidden;
    color: #FFF;
    font-family: monospace;
    text-shadow: 2px 2px 3px #000;
}
body.player {
	color:#FFF;
    background: #3f4654;
    text-shadow:none;
}
.listamidi{
	/* padding:20px; */
	padding-bottom:0;
	text-align: c;
}
.btn.midifile{
	display:block;
	font-size: 20px;
	line-height: 30px;
	white-space: nowrap;
	margin:0;
	/* margin-bottom:20px; */
	border-radius: 0;
	border: none;
	border-bottom: 1px dashed #666;
	margin: 5px 0;
    text-align: left;
}
.controls {
    position: fixed;
    bottom: 0;
    /* background: #3f4654; */
    display: flex;
    overflow: hidden;
    clear: left;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 5;
    box-shadow: 0px 0px 20px 3px #000000a1;
    text-align: center;
    z-index: 60;
    justify-content: space-between;
}
.btn{
    transition: all 0.2s ease;
    font-family: monospace;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    background: #616161;
    padding: 10px 20px;
    color: #FFF;
    outline: none;
    border: none;
    font-weight: bold;
    font-size: 20px;
    margin: 0 10px;
    border-radius: 10px;
    line-height: 20px;
    padding-top: 12px;
    cursor: pointer;
    box-shadow: 0px 1px 9px -4px #000;
	
}
.list-group-item:focus,
.list-group-item:hover,
.list-group-item:active,
.btn.active,
.btn:focus,
.btn:hover,
.btn:active{
    background-color: #004859!important;
	cursor:"pointer";
}

.controls .btn:focus,
.controls .btn:hover,
.controls .btn:active
.controls .btn.active
.controls .btn:hover {
	background-color:#FFF!important;
	box-shadow: 0 0 9px 1px #7d2626;
}

select {
    max-width: 150px;
}


h5.modal-title {
    font-size: 25px;
    font-weight: bold;
}
.form-check {
    margin-bottom: 20px !important;
}
.form-range {
    height: 40px;
}
.modal-body {
    background: #000;
    font-size: 22px;
}
.modal-header.border-secondary {
    background: #3f4654;
}
.card-body {
    color: #FFF;
    background: #3f4654;
}

body.nopadding {
    padding: 0;
}
.controls > * {
    width: 100%;
    white-space: nowrap;
    height: 70px;
    margin: 0!important;
    font-size: 0;
    background-position: center;
    background-color: #f3c9b4;
    border-radius: 0;
    display: inline-block;
    filter: invert(1);
    overflow: hidden;
}
h1{
	font-size:40px;
	margin-top:0;
    margin-bottom: -15px;
}
h2{
	font-size:30px;
}
.intro{
	margin-top:0;
	max-width:400px;
}
.modal-content.bg-dark.text-light {
    box-shadow: 0px 1px 17px -6px #000;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}
.modal.show .modal-dialog {
    transform: none;
    max-height: calc(100% - 110px);
    display: block;
}
.appflex {
	display:none;
    height: 100%;
    margin: 0;
    padding: 0;
}
.loading {
    text-align: center;
    display: block;
    width: 100%;
    color: #000;
    font-size: 40px;
    display: block;
    overflow: hidden;
    position: fixed;
    top: calc(50% - 100px);
    font-weight: bold;
    color: #FFF;
    text-shadow: 2px 2px 3px #000;
}
.modal-backdrop.fade {
    z-index: 555;
}
body.nopadding.modal-open {
    overflow-y: auto !important;
}
div#fxModal {
    z-index: 66666666666666666666666;
}


.btn{
	/* Centrado perfecto del fondo */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px; 
}


.btn.play {
    background-image: url('../img/play.png');
    background-size: 58px;
}

.btn.play.playing {
    background-image: url('../img/play.png'); 
}

.btn.stop {
    background-image: url('../img/stop.png');
    background-size: 29px;
}

.btn.songs {
    background-image: url('../img/music-list.png');
}

.btn.zoom {
    background-image: url('../img/zoom.png');
}

.btn.speeds {
    background-image: url('../img/speed.png');
    background-size: 47px;
}

.btn.midiout {
    background-image: url('../img/audio-out.png');
}

.btn.midiin {
    background-image: url('../img/midi-in.png');
}

.btn.fx {
    background-image: url('../img/effects.png');
}

.btn.invert {
    background-image: url('../img/invert.png');
}

.btn.togglevert {
    background-image: url('../img/toggle-direction.png');
    background-size: 50px;
}
.btn.reload{
    background-image: url('../img/reload.png');
    background-size: 40px;
}




#paper {
    transition: all 0.3s ease;
    overflow-x: hidden;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    padding: 0;
    box-sizing: border-box;
    margin-top: 0; 
    margin-bottom: 40px; 
    width: max-content !important; 
    min-width: 100%;               
    display: inline-block;      
    height: auto !important;
    position: relative;
    z-index: 55;
    box-shadow: 0px 0px 20px 3px #000000a1;
    background: #FFF;
}
#paper #cursorImg-0 {
    transition: all 0.2s ease;
    box-shadow: none!important;
    filter: invert(1) hue-rotate(250deg);
}


#paper.color1{
    background: #ddd4ba;
}

#paper.color3{
    background: #FFF;
	filter:invert(1);
}
#paper.color3 #cursorImg-0 {
    filter: brightness(1) invert(0) hue-rotate(251deg);
}


#paper.color2 {
    background: #ddd4ba;
    filter: invert(1);
}
#paper.color2 #cursorImg-0 {
    filter: brightness(1) invert(0) hue-rotate(251deg);
}

.form-range::-webkit-slider-thumb {
  width: 40px !important;
  height: 40px !important;
  border-radius: 40px !important;
  margin-top:-15px !important;
}

.form-range,
.form-check-input {
	filter: hue-rotate(321deg);
}
.form-check-input {
	height: 30px !important;
	width: 60px !important;
	margin-right:20px;
  margin-top:0 !important;
}
#osmdCanvasPage1 * {
    font-weight: bold!important;
    font-family: sans-serif!important;
    font-size: 17px;
}

input.btn.midifile {
    background-color: #e1e1e1!important;
    width: 100%;
    color: #000;
    text-shadow: none;
    border: 3px solid #61bcc5;
    margin: 10px 0;
}
footer {
	line-height:20px;
    margin-top: 50px;
}
footer a{
	color:inherit;
}
.modal-header {
    background: #3f4654;
}
#btn-apply-reverb-chorus{
    margin: auto;
    float: none;
    left: 0;
    right: 0;
    display: block;
    margin: 10px auto;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    text-shadow: 2px 2px 3px #000;
}
#btn-apply-reverb-chorus:hover{
	color:#FFF;
}
.alert.alert-warning {
    text-shadow: none;
    line-height: 21px;
}
.modal {
    text-shadow: 2px 2px 3px #000;
}

.logohead{
	text-decoration:none;
	color:inherit;
}

.buttons-module {
    display: none;
}
.circle-of-fifths table {
    width: 100%;
    background: #000;
    color: #FFFF;
    display: table;
    overflow: hidden;
    margin: 30px 0;
    font-size: 25px;
    text-align: center;
    padding: 20px;
    text-shadow: none;
    font-weight: bold;
}
.circle-of-fifths > svg {
    height: 80vh;
    filter: hue-rotate(85deg) contrast(1.2);
}
.intro .btn {
    text-align: center;
}
.block50in > * {
	width: 100%;
	margin: auto!important;
	float: none;
	display: inline-block!important;
	max-width: 49%;
}
select.form-select.btn.midifile.col {
    text-align: left;
    padding-left: 13px;
}
.controls .btn {
    font-size: 0;
    line-height: 0;
    background-color: #cfc2b7;
}