#loading {
    position: fixed;
  top: 0;
  left: 40%;
  z-index: 999;
  /*width: 100%;*/
  height: 23px;
} 
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
 
.iconchannelnew3 {
    float: left;
    width: 63px;
    height: 63px;}
	
 
 
.icon-text2 {
    margin: 0px 10px 0px 0px;
    white-space: nowrap;
    font-size: 13px;
}
.panel-pane {
    padding: 5px 0px 39px 20px;
    background-color: #666666
    background: rgba(44,44,44,.3);
    margin: 5px 0px 35px 0px;
}
.pane-title {
    font-size: 24px;
    padding: 1px 0px 17px 0px;
}
.icon-text2 {
    margin: 0px 10px 0px 0px;
    white-space: nowrap;
    font-size: 13px;
}
.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #ddd;
}
 .entry {
 
 
    padding-left: 10px;
    border-left: 1px solid #ccc;
    font-family: verdana, sans-serif;
    text-align: justify;
 }
 
 .Searching
 {
	 margin-top: 20px;
	 top:10px;
	 
}
.Searching input[type=text]  {
    width: 100%;
    padding: 5px;
    padding-right: 40px;
    outline: none;
    border: 2px solid #999999;
    border-radius: 5px;
    background-color: #FBFBFB;
    font-family: Cambria, Cochin, Georgia, serif;
    font-size: 16px;
    background-position: 270px 0px;
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
}
.SearchRes
{
	overflow-y: scroll;overflow: auto; height:500px;width:101%;
}
.SearchRes_fav
{
	display:none;
	overflow-y: scroll;overflow: auto;height:500px;width:101%;
}
.SearchRes_song
{
	display:none;
	overflow-y: scroll;overflow: auto;height:500px;width:101%;
}
 .genres
{
	overflow-y: scroll;overflow: auto; height:500px;width:97%;
}
 .delete_icon
 {
	 display:none;
}