@font-face {
    font-family: 'bulgaria';
    src: url('https://melodypedia.com/css/fonts/bulgariamodernav3-00r9-webfont.woff2') format('woff2'),
         url('https://melodypedia.com/css/fonts/bulgariamodernav3-00r9-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.tune-is-in-list{
    color:green !important;
    background-color: yellow;
}
.tune-is-in-list:before{
    font-family: FontAwesome;
    color: green;
    content: '\f00c';
}



		* {
			transition: background-color 300ms ease, color 300ms ease;
		}
		*:focus {
			
			outline: none;
		}

        .hidden{display:none;}

		html, body {
			color: rgba(33, 37, 41, 1);
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
			font-size: 10pt;
			margin: 0;
			padding: 0;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			text-rendering: optimizeLegibility;
		}
		header {
			background-color: cornsilk;
			padding: 0;
            
		}
        
		.menu {
			padding: 3px 0;
            border-bottom: solid 1px darkgray;
            margin-bottom: .4rem;
            background-color:dimgray;
            color: white;
		}
		header ul {
			
			list-style-type: none;
			margin: 0;
			overflow: hidden;
			padding: 0;
			text-align: right;
		}
		header li {
			display: inline-block;
		}
		header li a {
			border-radius: 5px;
			color: rgba(0, 0, 0, .5);
			display: block;
			height: 44px;
			text-decoration: none;
		}
		header li.menu-item a {
			border-radius: 5px;
			margin: 5px 0;
			height: 38px;
			line-height: 36px;
			padding: .4rem .65rem;
			text-align: center;
		}
		header li.menu-item a:hover,
		header li.menu-item a:focus {
			background-color: rgba(221, 72, 20, .2);
			color: rgba(221, 72, 20, 1);
		}
		header .logo {
			float: left;
			height: 44px;
			padding: .4rem .5rem;
		}


    .select {
    background-color: #FCF9BB;
    box-shadow: 0 0 1px black;
    }

    #search_filter{
        background-image: url("https://melodypedia.com/img/leaves_sm.png");

    }

		#search_filter .menu-toggle {
			display: none;
			float: right;
			font-size: 2rem;
			font-weight: bold;
		}
		#search_filter .menu-toggle button {
			background-color: rgba(221, 72, 20, .6);
			border: none;
			border-radius: 3px;
			color: rgba(255, 255, 255, 1);
			cursor: pointer;
			font: inherit;
			font-size: 1.3rem;
			height: 36px;
			padding: 0;
			margin: 11px 0;
			overflow: visible;
			width: 40px;
		}
		#search_filter .menu-toggle button:hover,
		#search_filter .menu-toggle button:focus {
			background-color: rgba(221, 72, 20, .8);
			color: rgba(255, 255, 255, .8);
		}
		v {
			margin: 0 auto;
		}
		#search_filter h1 {
			font-size: 2.5rem;
			font-weight: 500;
		}
		#search_filter h2 {
			font-size: 1.5rem;
			font-weight: 300;
		}
        #search_filter .img{float: left;}

        #found_tunes_alert{background: palegoldenrod; color: darkblue;}

		section {
			margin: 0 auto;
			max-width: 1100px;
			padding: 2.5rem 1.75rem 3.5rem 1.75rem;
		}
		section h1 {
			margin-bottom: 2.5rem;
		}
		section h2 {
			font-size: 120%;
			line-height: 2.5rem;
			padding-top: 1.5rem;
		}
		section pre {
			background-color: rgba(247, 248, 249, 1);
			border: 1px solid rgba(242, 242, 242, 1);
			display: block;
			font-size: .9rem;
			margin: 2rem 0;
			padding: 1rem 1.5rem;
			white-space: pre-wrap;
			word-break: break-all;
		}
		section code {
			display: block;
		}
		section a {
			color: rgba(221, 72, 20, 1);
		}
		section svg {
			margin-bottom: -5px;
			margin-right: 5px;
			width: 25px;
		}
		.further {
			background-color: rgba(247, 248, 249, 1);
			border-bottom: 1px solid rgba(242, 242, 242, 1);
			border-top: 1px solid rgba(242, 242, 242, 1);
		}
		.further h2:first-of-type {
			padding-top: 0;
		}
		footer {
			background-color: rgba(221, 72, 20, .8);
			text-align: center;
		}
		footer .environment {
			color: rgba(255, 255, 255, 1);
			padding: 2rem 1.75rem;
		}
		footer .copyrights {
			background-color: rgba(62, 62, 62, 1);
			color: rgba(200, 200, 200, 1);
			padding: .25rem 1.75rem;
		}
        

.bdiv{  width:794px; margin: 0 auto;   }

#data, #newsetting, #register, #newscore, #edit {min-height: 400px; padding: 1rem;}

.data-tab label, .data-tab input, .data-tab select,.data-tab button {height: 1.2rem; width: 100%;}


        #setting-select-wrap{
          width: 100%; 
          height: 96px; 
          background-image: url('https://melodypedia.com/img/celticHorizontal.png'); 
          background-position: center;
          background-size: contain;
          display: flex;
          justify-content: center;
          background-color: rgba(44,77,77,.22);

        }

        #setting_setter{
            width:88%;
            min-height:37px;
            padding-top:8px;
            margin: auto;
            background: cornsilk;
            z-index: 100;
        }

#setting-select-wrap>span{
        padding: 0 1rem;
        background: coral;
        position: absolute;
        border: 1px solid gray;
        color: whitesmoke;
        opacity:0.88;
         }


        #centerpiece{ position: absolute; left: 47%;}
        .avatar {
          width: 26px;
          height: 26px;
          border-radius: 50%;
          
        }

        .heading-username{
            font-size: 7pt;
            font-weight: 400; 
            color: white; 
            position: relative;
            top: -5px; }

        .logouticon{position: relative;top: -19px; right: -1px; color: white;}
        .headerlogo{position: relative; top: -10px;}
        .img-header-li{text-align:center;width: 50px;}
        .header-menu{height: 40px;}
        .header-el{display: block; margin: 1rem auto; }
        .fa-sign-in{color:white;}
        
        .col-left{float:left; width: 45%; height: 230px; background-color: #ffffff9e;}
        .col-right{float:right; width: 48%; height: 230px; padding-left: 8px; background-color: #ffffff9e;}
        
        .right-0{right:0;}
        .left-0{left:0;}

.notes{background: transparent; border:none;font-size:8pt; font-family:serif;}
.tartarian{ font-size:8pt;}
.data-attrs{font-family: serif; font-size: 9pt; padding-left: .3rem;}

label{margin-top: 5px;}
.fs5{font-size:5pt;}
.fs7{font-size:7pt;}
.fs9{font-size:9pt;}

.efter-codes{margin-bottom: 0.93rem; position: relative;  top: 7px;}
.efter-codes input{position: relative; top: 4px; margin-right: .1rem; margin-left: .5rem }


.tab-pane {
  padding:2rem 0;
}

.nav-link {
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(3,3,37,0.1) 100%);
}
.nav-link.active {
  font-weight: bold;
  background:#fff;
}
#body_nav{background: cornsilk;}
.body-nav-tabs{ width: 19%; background: cornsilk; color: yellowgreen; font-weight: 800; font-size: 14pt; font-family: bulgaria; text-align:center; cursor: pointer;}
.body-nav-tabs.active{background: yellow; color: darkblue; }
.form-input{height: 29.98px; width: 100%;}

.mymodal{
    height: 100vh; 
    width: 100vw; 
    position: fixed; 
    top:0; 
    left:0; 
    z-index:200; 

}
.mymodal div.inner{
    background-color:ivory;
    padding: .4rem 0 0;
    background-image: url("https://melodypedia.com/img/leaves_sm.png"); 
    display: flex; 
    flex-direction:column; 
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.mymodal label{width: 8rem; background: ivory; font-family: bulgaria;}

#add_item_modal_input:focus{background: white !important;}
#itemAddButton:focus{background: white; }
#itemAddButton{cursor: pointer;}

.spacerrow{border-bottom: 0.7px solid teal; margin-top: 1rem; margin-bottom: 2rem;}

.tartarian p{margin-bottom:8px;}

        @media (min-width: 630px) {
            .col-left{padding-left: 94px; padding-right:10px; width:45.5%;}
            .col-right{padding-right: 89px; width:48%;}
            
            .frontespieces{position:absolute; top: 50px; width: 87px;}
            
        }


.w45{width: 47%;}
.ml4p{margin-left: 4%;}

.w100{width: 100%;}

.edit-attr-btn{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 4px;
    background: green;
    color: white;
    cursor: pointer;
}
.delete-attr-btn{
    position: absolute;
    bottom: -1rem;
    right: 0;
    padding: 2px 3px;
    background: saddlebrown;
    color: white;
    cursor: pointer;
}
.abcjs-lyric{font-family:sans-serif; font-size:10px; font-weight:600;}
.abcjs-inline-audio{width: 100%;}

.status{padding:3px 7px; margin-left: 5px; color: teal; background: salmon; border-radius:2px; border: solid thin blue;}
.status-preparing{color:white; background: darkorange;}
.status-ready{color:white; background: green;}
.note-right{float:right; font-size:9pt; color: darkgray; font-style:italic; font-weight:800;}
.note-left{font-size:7pt; color: darkgreen;  font-weight:600;}
#paper1{overflow:visible !important;}
.abcjs-debug-msg{display:none;}

.midi {margin: 4px 0 9px 9px;}
#radio_chords{margin-left: 8px; font-size:9pt;}

button.download, button.midi,  span#radio_chords, #instrument-picker{margin-top:15px; margin-bottom:15px;} 
.abcjs-download-midi a{color:black;}
.abcjs-download-midi a:hover{text-decoration:none;}
		main {
			max-width: 770px;
			margin: 0 auto;
		}
		.feedback {
			height: 600px;
			font-family: Arial, "sans-serif";
		}
		.highlight {
			fill: #0a9ecc;
		}
		.abcjs-cursor {
			stroke: red;
		}
		.click-explanation {
			color: red;
			font-style: italic;
		}
		.beat {
			font-weight: bold;
		}
		.label {
			color: #888888;
    }
		
		.seek-controls {
			margin-top: 5px;
		}
		.seek-controls.disabled {
			background-color: #cccccc;
			opacity: 0.5;
		}


#userspace, #score{min-height: 400px;}




.modal-image-selector{margin:2rem auto; max-width:300px;}
.modal-form{overflow:scroll;}

















        @media (max-width: 1200px){
            .data-attrs{font-size:11px;}
             #centerpiece{ left: 46.1%;}
        }

        @media (max-width: 990px){
            .data-attrs{font-size:11px;}
             #centerpiece{ left: 45.4%;}
        }



		@media (max-width: 629px) {
            #setting_setter{min-height:18px;}
            .tartarian p{margin-bottom:7px;}
            #setting-select-wrap>span{font-size:7px;}
            .tartarian {font-size: 6px;}
            .data-attrs{font-size: 7px; font-family: Serif;}
            select{font-size:7px;}
            
			header ul {
				padding: 0;
			}
			header .menu-toggle {
				padding: 0 1rem;
			}
			header .menu-item {
				background-color: rgba(244, 245, 246, 1);
				border-top: 1px solid rgba(242, 242, 242, 1);
				margin: 0 15px;
				width: calc(100% - 30px);
			}
			header .menu-toggle {
				display: block;
			}
			header .hidden {
				display: none;
			}
			header li.menu-item a {
				background-color: rgba(221, 72, 20, .1);
			}
			header li.menu-item a:hover,
			header li.menu-item a:focus {
				background-color: rgba(221, 72, 20, .7);
				color: rgba(255, 255, 255, .8);
			}
            #search_filter .img {width: 17%;}
            .frontespieces{display:none;}
            #centerpiece{display:none;}
            .col-left{padding-left: 8px;}
            .body-nav-tabs{font-size: 9pt;}
            
      
		}