button{
  cursor: pointer;
}
.select-frame{
  position: relative;
  width: 100%;
  height: 100%;
}
a{
  text-decoration: none;
}
.search-frame{
  position: absolute;
  width: 350px;
  height: 50px;
  top:40px;
  right: 90px;
  background-color: rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}
.search-button{
  float: left;
  background: url("images/search1.png");
  cursor: pointer;
  border-radius: 5px;
  width: 55px;
  height: 40px;
  margin: 5px 0;
}
.search-button:hover{
  background: url("images/search2.png");
}
.search-input{
  overflow: hidden;
  padding: 0 0 0 10px;
  margin: 5px 5px;
  border-radius: 5px;
  border: 0px;
  float: left;
  width: 280px;
  height: 40px;
  background: rgba(255, 255, 255, 0.85);
}
.search-input:hover{
  background: rgb(255, 255, 255);
}
.list-frame .list-child{

  margin: 10px 5px;
  height: 120px;
  width: 98%;
  color: white;
  border-radius: 10px;
  box-shadow:4px 2px 5px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.list-child:hover{
  background: rgba(0, 0, 0, 0.06);
}
.list-frame{
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  overflow-y: scroll;
  right: 90px;
  top: 100px;
  position: absolute;
  max-height: 700px;
  width: 700px;
}
.select-it{
  box-shadow:0px 2px 4px rgba(0, 0, 0, 0.22);
  color: white;
  float: right;
  border-radius: 5px;
  height: 40px;
  width: 80px;
  background-color: #1f1d1c;
  margin: 40px 2px 40px 2px;
  border: 0px;
  transition: all 0.3s;
}
.select-it:hover{
  width: 100px;
}
.name{
  background-color: #d1373d;
  float: left;
  height: 60px;
  border-radius: 0px 5px 5px 0px;
  width: 100px;
  margin: 30px 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}
.the-name{
  display: block;
  height: 30px;
  width: 80px;
  margin: 15px 0px 15px 12px;
  font-size: 18px;
  color: white;
  vertical-align: middle;
}
.count-select{
  cursor: pointer;
  position: absolute;
  width: 150px;
  top: 100px;
  left: 20px;
  transition: all 0.3s;
}
.count-select:hover{
  top: 80px;
}
.select-blank{
  display: none;
}
.count-select:hover .select-blank{
  display: block;
  transition: height 1s;
  height: 400px;
  background-color: #252323;
  width: 95%;
  margin:0px 5px;
}
.count-select .selected-info{
  width: 100%;
  color: white;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background-color: #d1373d;
  border-radius: 5px 5px 0px 0px;
  height: 60px;
  border-bottom:1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}
.count-select .selected-bottom{
  border-top:1px solid rgba(228, 118, 118, 0.31);
  transition: all 1s;
  width: 100%;
  height: 60px;
  background-color: #d1373d;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}
.other-msgs{
  font-size: 11px;
  float: left;
  width: 380px;
  height: 90px;
  margin: 15px 0 15px 30px;
}
.other-msgs .one-msg{
  float:left;
  padding-left: 10px;
  margin: 5px 2px;
  width: 45%;
  height:20px;
  background-color: rgba(0, 0, 0, 0.78);
  border-radius: 10px;
  transition: all 0.3s;
}
.one-msg:hover{
  background-color: rgba(39, 39, 39, 0.78);
}