
#searchBox{
  background-color: transparent; 
  width: 100%;  font-size: 20px;
  padding: 2px 1px 2px 10px; border: 2px solid white;border-radius: 10px;
  color: white;
}

.table_play{width: 40px;height: 20px;}
.table_update{width: 40px;height: 20px;}
.table_download{width: 40px;height: 20px;}
#com{width: 150px; -webkit-column-max-width: 150px;}
#pub{width: 70px; -webkit-column-max-width: 70px;}
#lyr{width: 150px; -webkit-column-width: 150px;}
#art{width: 150px; -webkit-column-width: 150px;}
#fil{width: 150px; -webkit-column-width: 150px;}

.combo{
  background-color: #1abc9c; font-size: 14px;
  color: white;
  text-align: center;
  border: 2px groove #1abc9c;
  border-radius: 5px;
  height: 28px;
  max-width: 250px !important;
}

.replace{
  background-color: cornflowerblue; font-size: 14px;
  color: white;
  text-align: center;
  border: 2px groove #1abc9c;
  border-radius: 5px;
  height: 28px;
}

.menustyle{
  background-color: #1abc9c; font-size: 15px;
  color: white;
  text-align: center;
  border: 2px groove #1abc9c;
  border-radius: 5px;
  height: 28px;
  padding: 2px 0px 2px 0px;
}

.btn-play{
  background: url(play.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius:5px;
  width: 40px;height: 30px;
}
.btnp{
  background: url(img/playing.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius:5px;
  width: 40px;height: 30px;
}
.btn-download{
  background: url(download.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius:5px;
  width: 40px;height: 30px;
}

.btn_delete{
  background: url(img/close.png);
  color: black; background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  border-radius:5px;
  width: 40px;height: 30px;
}


.update{
  color: white; background-color: #4f4f4f;
  border: 3px solid lightsteelblue;
  border-radius:15px;
  padding: 4px;
  width: 90px;height: 32px;
  float: right;

}
.update:hover{
  background-color: green;
  border: 4px solid black;
  color: black;
}
.btn_close{
  background: url(img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;height: 20px;
  float: right;
}

.btn_login{
  width: 100px;height: 40px;
  float: right;
  color: white; font-size: 25px;
  background: transparent;
}

.btn_insert{
  color: white;background: #1abc9c;
  padding: 2px;
  border: 2px groove #1abc9c;
  border-radius:5px;
  text-decoration: none;
  float: right;
  margin-right:5px;
}
.btn_replace{
  color: white;background: cornflowerblue;
  padding: 2px;
  border: 2px groove #1abc9c;
  border-radius:5px;
  text-decoration: none;
  float: left;
  margin-right:5px;
}
.btn_replace:hover{
  background-color: limegreen;
}
.btn_insert:hover{
  background: #b0cc7f;
  color: black;
  border: 2px groove #1abc9c;
}
.btn_noti{
  color: white;background: #1abc9c;
  padding: 2px;
  border: 2px groove #1abc9c;
  border-radius:5px;
  text-decoration: none;
  float: right;
  margin-right:5px;
}
.btn_noti:hover{
  background: #b0cc7f;
  color: black;
  border: 2px groove #1abc9c;
}

.table_download{width: 40px;height: 20px;}
#loading{
  background-color: transparent; height: 8%; left: 40%; position: absolute; width: 6%; top: 50%;
  padding: 6px; display: none;
}



#result .page ul li{
  list-style: none;
  float: left;
  border:1px solid #bababa;
  padding: 2px 16px 2px 16px;
  margin: 3px 1px 3px 1px;
  font-family: arial;
  font-size: 13.5px;
  color:black;
  font-weight: bold;
  background-color:#ededed;
  border-radius:5px;
}
#result .page ul li:hover{
  background-color: coral;
  color: #006699;
  border: 1px solid #006699;
  cursor: default;
}

#orderByL{
  list-style: none;
  background-color: transparent;  
  color: #2891ff;
  float: left;
  left: 0px;
  margin-top: 10px;
}

#orderByL li{
  list-style: none;
  float: left;
  border:1px solid white;
  padding: 2px 2px 2px 1px;
  margin: 0 ;
  font-family: arial;
  font-size: 20px;
  color:white;
  font-weight: bold;
  background-color:transparent;
  border-radius:5px;
  margin-top: 4px;
}
#orderByL li:hover{
  background-color: coral;
  color: #006699;
  border: 1px solid #006699;
  cursor: default;
}

#myaudio{
  height: 45px; width: 250px;
}

#del_inf{
  display: none;
  padding: 3px 2px 3px 3px;
  width: 96.5%; top: 13%; height: 40px;left: 1.7%;position: absolute;


}
#ins_inf{
  display: none;
  padding: 3px 2px 3px 3px;
  width: 75%; top: 17%; height: 37px; right: 7%;position: absolute;
  border: 1px dotted white;

}

#edit_table{
  position: relative;
  width: 100%; margin: 0%;
}


.signup_form{
  width: 320px;
  position: relative;
  padding: 10px;
  overflow: hidden;
  left: 65%; top: 0%;

  padding: 10px 40px 40px;
  background-color: rgba(187, 255, 184, 0.65);
  border: 15px solid white;
  box-shadow: 0 0 10px;
  border-radius: 2px;
  font-size: 13px;
  z-index: 99;
}
.login_form{
  width: 270px;
  position: relative;
  padding: 10px;
  overflow: hidden;
  left: 68%; top: 0%;

  padding: 10px 40px 40px;
  background-color: rgba(187, 255, 184, 0.65);
  border: 15px solid white;
  box-shadow: 0 0 10px;
  border-radius: 2px;
  font-size: 13px;
  z-index: 99;
}

.login_text_box {
  width: 150px;
  height: 34px;
  padding-left: 5px;
  margin-bottom: 20px;
  margin-top: 8px;
  box-shadow: 0 0 5px #00F5FF;
  border: 2px solid #00F5FF;
  color: #4f4f4f;
  font-size: 16px;
}

label{
  color: white;
  text-shadow: 0 1px 0 #fff;
  font-size: 20px;
  font-weight: bold;
}

#register {
  font-size: 20px;
  margin-top: 15px;
  background: cornflowerblue;
  border: 1px solid #0F799E;
  padding: 7px 35px;
  color: white;
  text-shadow: 0px 1px 0px #13506D;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
  width: 100%;
  border-radius:15px;
}

#register:hover{
  background-color: coral;
  color: #006699;
  border: 1px solid #006699;
  border-radius:15px;
}

#menu_old{
  width: 35%; left: 60%;top: 0%; height: 8%; position: absolute;background: transparent;padding: 10px;margin: 2px;
  display: none;
}
/*Old manu item class m */
.m{
  float: right;
  border: 1px solid gray;
  width: auto;
  padding: 6px;
  border-radius: 5px;
  text-decoration: none;
  margin: 2px;
}
.m:hover{
  background: white;
}


#loading_img {
  position: absolute;
  top: 30%;
  left: 40%;
  margin: -50px 0px 0px -50px;
  display: none;
  z-index: 999;
}

#overlay_form{
  background: #1abc9c;
  position: absolute;
  border: 2px solid gray;
  padding: 10px;
  border-radius: 5px;
  width: 90%;
  height: 90%;
  z-index: 9999;
}
#pop_close{
  text-decoration: none;border: 1px solid red;color: red;
  border-radius:5px;
  padding: 2px;
  position: relative; top: 0%; left: 90%;
}
.table_td{
  background-color: #D5EAF0;
}
.table_td_se{
  background-color: #528CC3;
}


