*:not(input):not(textarea) {
  -webkit-user-select: none; /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}

h6{
  margin-bottom: 0px;
}
/*Scrollbars für Touchdevice*/
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 5px;
}

::-webkit-scrollbar:horizontal {
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0px;
    border: 1px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 0px;  
    background-color: #ffffff; 
}

.hidescrollbar::-webkit-scrollbar { width: 0 !important }


/*Spalten CSS */    
.scroll-wrapper-div {    
    border: solid red 0px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
} 

.scroll-wrapper-text {
    border: solid green 0px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
} 


.fixedmaincontent {
    border: solid blue 0px;
} 

.box, .list-group .list-group-item {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}

.main-sidebar .sidebar {
    overflow-y: auto;
}


                             

/* Hintergrundfarben Headline */  
.skin-purple .main-header .navbar  {
background-color: #003B68;    //#054a71
}

.skin-purple .main-header .logo {
background-color: #003B68;
}
.skin-purple .main-header .logo:hover{
  background-color:#003B68;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover{
  background-color:#003B68;
}



/*Navbar scrollable und kein Linebreak*/  
.scroll {

}
.navbar-nav{
position: absolute;
//border: solid red 1px;

}
.navbar-custom-menu {
//border: solid blue 1px;
   position: absolute;
   left: 40px;
   top: 0px;   
   //float: left;
   width: 700px;
   //overflow-x: auto; //aus, damit Dropdown funktioniert  
   //overflow-y: auto;
   //display: inline;
   //display: block;
   //white-space: nowrap;   
   //-webkit-overflow-scrolling: touch;  
}

/*Tabelle*/
table, th, td {
   border: 0px solid black;
}

/*Formatierung Song Ausgabe   
#ausgabetext{
  font-size: 25px;
  
}
#ausgabeakkord{
 font-size: 25px;
  color: blue;

}    */
#ausgabeheadline{
  background-color: rgb(224,224,224); 

}

#ausgabetextblock{
   margin-left: 5px;
   margin-right: 5px;

}

#horizontalline{
 /*border:solid #ff0000 1px;  */
 height:2px;
 width:100%;
 /*background-color: rgb(0,0,128); */
 margin-bottom: 0px; /* vorher -12px   */
/* margin-left: 10px; */
 margin-right: 20px;
 margin-top: 5px;
 /*margin: 15px 10px; */
}



/*Farbe der aktiven Listenelemente  */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index:2;
  color:#ffffff;
  background-color:#2196f3;
  border-color:#2196f3;
}
 /*CSS für Spalten */
 /* horizontal panel*/
        .panel-container {
            display: flex;
            flex-direction: row;   
            border: 1px solid silver;         
            overflow: hidden;                   
        }
        .panel-left {
            flex: 0 0 auto;  /* only manually resize */
            padding: 0px;
            width: 25%;
            /*min-height: 200px;*/
            min-width: 80px;
            max-width: 500px;
            /*white-space: nowrap;*/
            
            background: #838383;
            color: white;
        }
        
        .panel-middle {
            flex: 0 0 auto;
            /* resizable */
            padding: 0px;
            width: 25%;
           /* min-height: 200px; */
            min-width: 80px;
            max-width: 500px;
            background: #eee;
        }        

        .panel-right {
            flex: 1 1 auto;
            /* resizable */
            padding: 0px;
            /*padding-left: 10px;  */
            width: 100%;
            /*min-height: 200px;*/
            min-width: 200px;
            background: rgb(255,255,255);
        }
        
        .panel-middle-splitter, .panel-left-splitter {
            flex: 0 0 auto;
            width: 10px;
            background: url(../plugins/jquery-resizable-master/assets/vsizegrip.png) center center no-repeat rgb(208,208,208);
            min-height: 200px;
            cursor: col-resize;
        }



/* Style Colorpicker  */
  .colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
  }

  .colorpicker-2x .colorpicker-hue,
  .colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
  }

  .colorpicker-2x .colorpicker-preview,
  .colorpicker-2x .colorpicker-preview div {
    height: 30px;
    font-size: 16px;
    line-height: 160%;
  }

  .colorpicker-saturation .colorpicker-guide,
  .colorpicker-saturation .colorpicker-guide i {
    height: 10px;
    width: 10px;
    border-radius: 10px;
  }





/*Damit die Headline bei der Sidebar enfällt  */
@media (max-width: 767px) {
	.main-sidebar, .left-side, .fixed .content-wrapper, .fixed .right-side {
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	.main-sidebar, .left-side, .control-sidebar {
		padding-top: 50px;
	}
}


@media (max-width: 767px) {
	.fixed .content-wrapper {
		padding-top: 50px;
	}
}


 /* Anamiertes Symbol - Z.b. Add Song to Playlist */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    position: absolute; /* Stay in place */
    height: 50px ;
    width: 50px;
    
    z-index: 10; /* Sit on top */
    top: 45%;
    left: 45%;
    /*overflow-x: hidden;  Disable horizontal scroll */
    /*transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    display: none;
    /*border-style: solid; */
    border: 1px solid rgb(144,144,144);
    border-width: 1px;
    border-radius: 25px;
    background-color: rgb(255,255,255);
    text-align: center;
}
.overlay-innen {
    font-size:40px; 
    position: relative; 
    /*top: 5px;   */
}
 
 /* Add Button */
.overlay2 {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    position: relative; 
    float: left;
    height: 50px ;
    width: 50px;

    margin: 2px;
    /*border-style: solid; */                                                                
    border: 1px solid rgb(144,144,144);  /*   rgb(255,255,255)       */

    border-radius: 25px;
    background-color: rgb(240,240,240);    /*rgb(255,255,255);  #2196f3*/  
    
    text-align: center;
    /*box-shadow: 3px 3px 10px rgb(208,208,208);*/
}
.overlay2-innen {
    font-size:32px; 
    position: relative; 
    /*top: 5px;   */
}

 /* Div Menü rechts unten*/
.overlay3 {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    position: absolute; /* Stay in place */            
   /* width: 100%;   */
    z-index: 10; /* Sit on top */
    bottom: 5px;
    right: 5px;                                                             
    border: 0px solid rgb(208,208,208);  
    
    text-align: center;
    /*box-shadow: 3px 3px 10px rgb(208,208,208);*/
}

 /* The Overlay für Ladesymbol  */
.overlayload {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top - 10*/
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    /*transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    transition-delay: 500ms; /*Ladesymbol nur anzeigen wenn die Ladezeit länger als 0,5 sek ist*/
}

/* Position the content inside the overlay */
.overlayload-content {
    position: relative;
    top: 40%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}


/* Für das x im Suchfeld  */
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

/* Formatierung Text Tabelle  */
.tableformatierung td{
    padding-top: 10px;

}

/*Drop Down Filter */

.context-div {
    /*color: rgb(255, 255, 255); */
    background-color: ;
    box-shadow: 0px 0px 5px #888;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
    max-height: 300px;
    min-width: 210px;
    overflow: auto;
}

/*Menüicons neben den Songtiteln */
.menuiconbeititel {
    border: 0px solid rgb(0,0,0);  
    width: 25px; 
    height: 25px;
    background-color: Transparent;
}

button:focus { 
    outline: none;
    }
    
.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited, .btn-info:focus { 
    background-color: #2196f3;
    }
    



