input{color:white;}
.divLogNen{
  width:270px;
  background:rgba(150,150,150,0.6);
  margin: auto; text-align:center; padding:25px;
/*  border-width:1px; border-style:solid;border-color: black;
  border-left-color: rgba(170,170,170,1);
  border-top-color: rgba(170,170,170,1);*/
}
.divLogBlk{
  /*width:250px;  height:180px;*/
  width:93%;  height:180px;
  /*width:91%;  height:180px;*/
  background:rgba(0,0,0,1);
  border-radius: 10px;  border-width:1px; border-style:solid;
  border-bottom-color: rgba(255,255,255,0.7);
  border-top-color: rgba(150,150,150,0.5);
  border-left-color: rgba(150,150,150,0.5);
  border-right-color: rgba(255,255,255,0.7);
  margin: auto; text-align:center; padding:5px;
}
.div3cham{
  width:250px;  height:30px;
  background:rgba(150,150,150,0.3);
  border-radius: 6px 6px 0px 0px ;
  border-width:1px; border-style:solid;
  border-top-color: rgba(255,255,255,0.5);
  border-bottom-color: rgba(150,150,150,0.3);
  border-left-color: rgba(255,255,255,0.6);
  border-right-color: rgba(0,0,0,1);
  margin: auto;  text-align: center;
  display: inline-flex;
  display: -webkit-inline-box;
}
.divLog3{
  width:250px; height:148px;
  background:rgba(150,150,150,0.6);
  border-radius: 0px 0px 6px 6px ;
  border-left-width:1px; border-left-style:solid;
  border-left-color: rgba(255,255,255,0.5);
}
.divRed{
  width:8px;  height:8px;
  background:rgba(255,0,0,1);border-radius: 50%;
  margin-left:6px; margin-top:10px;
}
.divVang{
  width:8px;  height:8px;
  background:rgba(255,255,0,1);border-radius: 50%;
  margin-left:6px; margin-top:10px;
}
.divXanh{
  width:8px;  height:8px;
  background:rgba(0,255,0,1);border-radius: 50%;
  margin-left:6px; margin-top:10px;
}
.userB{
  height:32px; margin-top:20px; font-size:16px; width:220px;color:rgba(255,255,255,0.7);
  background:rgba(0,0,0,0.6);
  border-radius:8px 8px 0px 0px;  border-width:1px;
  border-color:rgba(0,0,0,0.4);
  border-top-color:rgba(0,0,0,1);
  border-bottom-color:rgba(150,150,150,0.3);
  border-right-color: rgba(255,255,255,0.6);
}
#id_pasB{
  height:32px;font-size:16px;width:220px;color:rgba(255,255,255,0.7);
  background:rgba(0,0,0,0.6);
  border-radius:0px 0px 8px 8px; border-width:1px;
  border-color:rgba(0,0,0,0.4);
  border-bottom-color:rgba(200,200,200,0.9);  
  border-right-color: rgba(255,255,255,0.7);
}
/*#id_pas1{
  height:32px;font-size:16px;width:220px;color:rgba(255,255,255,0.7);
  background:rgba(0,0,0,0.6) !important;
  border-width:1px;
  border-color:rgba(0,0,0,0.5);
  border-bottom-color:rgba(150,150,150,0.3);
  border-right-color: rgba(255,255,255,0.6);
}*/
#div_nutden{
  width: 220px;text-align:center;margin: auto;
  display: -webkit-box;    /*OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;   /*TWEENER - IE 10 */
  display: -webkit-flex;  /*NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;          /*NEW, Spec - Firefox, Chrome, Opera*/ 
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.btnBlack{
  height:32px;font-size:16px;  
  background:rgba(0,0,0,1); color:rgba(200,200,200,1);  
  border-radius: 8px;border-width:1px;
  border-left-color: rgba(255,255,255,0.5);border-right-color: rgba(0,0,0,1);
  border-top-color: rgba(255,255,255,0.8);border-bottom-color: rgba(0,0,0,1);
  background:linear-gradient(to top, rgba(0,0,0,1), rgba(255,255,255,0.1));
  background:linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,1));
  background:-webkit-linear-gradient(rgba(105,105,105,0.9) 1%, black);
}
.btnBrown{
  height:32px;font-size:16px;  
  background:rgba(0,0,0,1); color:rgba(200,200,200,1);  
  border-radius: 8px;border-width:1px;
  border-left-color: rgba(255,255,255,0.5);border-right-color: rgba(0,0,0,1);
  border-top-color: rgba(255,255,255,0.8);border-bottom-color: rgba(0,0,0,1);
  background:linear-gradient(to top, rgba(0,0,0,1), rgba(255,255,255,0.1));
  background:linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,1));
  background:-webkit-linear-gradient(rgba(95,60,0,0.9) 1%, black);
}
.btnGreen{
  height:32px;font-size:16px;  
  background:rgba(0,0,0,1); color:rgba(200,200,200,1);  
  border-radius: 8px;border-width:1px;
  border-left-color: rgba(255,255,255,0.5);border-right-color: rgba(0,0,0,1);
  border-top-color: rgba(255,255,255,0.8);border-bottom-color: rgba(0,0,0,1);
  /*background:linear-gradient(to top, rgba(0,0,0,1), rgba(255,255,255,0.1));*/
  background:linear-gradient(to bottom, rgba(240,255,160,0.4), rgba(0,0,0,1));
  background:-webkit-linear-gradient(rgba(125,155,20,0.9) 1%, black);
}
/*.btnHrf{
  font-family: sans-serif;font-size:16px;
  text-decoration:none; color:rgba(200,200,200,1);
  background:linear-gradient(to top, rgba(0,0,0,1), rgba(255,255,255,0.1));
  background:-webkit-linear-gradient(rgba(105,105,105,0.9) 1%, black);
  border-radius:8px;border-width:1px;
  border-color: rgba(0,0,0,1);border-style:solid;
  border-left-color: rgba(255,255,255,0.5);border-right-color: rgba(0,0,0,1);
  border-top-color: rgba(255,255,255,0.8);border-bottom-color: rgba(0,0,0,1);
  height:18px;
}*/
.btnHrf_green{
  font-family: sans-serif;font-size:16px;
  text-decoration:none; color:rgba(200,200,200,1);
  background:linear-gradient(to top, rgba(0,0,0,1), rgba(255,250,180,0.9));
  background:-webkit-linear-gradient(rgba(130,125,0,0.9) 1%, black);
  border-radius:8px;border-width:1px;
  border-color: rgba(0,0,0,1);border-style:solid;
  border-left-color: rgba(255,255,255,0.5);border-right-color: rgba(0,0,0,1);
  border-top-color: rgba(255,255,255,0.8);border-bottom-color: rgba(0,0,0,1);
  height:18px;
}
.btnHrf{
  font-family: sans-serif;font-size:16px;
  text-decoration:none; color:rgba(200,200,200,1);
  background:linear-gradient(to top, rgba(0,0,0,1), rgba(250,245,200,0.9));
  background:-webkit-linear-gradient(rgba(145,85,40,0.9) 1%, rgba(0,0,0,1));
  border-radius:8px;border-width:1px;
  border-color: rgba(0,0,0,1);border-style:solid;
  border-left-color: rgba(255,255,255,0.5);border-right-color: rgba(0,0,0,1);
  border-top-color: rgba(255,255,255,0.8);border-bottom-color: rgba(0,0,0,1);
  height:18px;
}
.hien_tip1{
  transform: translateY(115px); -webkit-transform:translateY(115px);
  transition: 0.6s; -webkit-transition: 0.6s;
  visibility: visible;
}
.hien_tip2{
  transform: translateY(145px); -webkit-transform:translateY(145px);
  transition: 0.6s; -webkit-transition: 0.6s; opacity: 1;
  visibility: visible;
}
.hide_xuong{background:rgba(255,255,0,0.1);}
.show_len{background:rgba(255,255,0,0.7);}
.pop_text{
  background:rgba(200,200,200,0.7);color:rgb(100,0,20); padding:4px 6px;
  border-radius:6px;
  display:block; position:relative;
  width:160px;margin-left:41%;
  margin-top:-260px;
  /*visibility: collapse;*/
  /*opacity: 0.3;*/
  }
.pop_text_nhon{  
  border: solid;border-color: rgba(200,200,200,0.7) rgba(0,0,0,0) pink rgba(0,0,0,0);
  border-width: 10px 10px 0px 0px;    
  left: 3%;top: 100%;   
  content: "";        
  position: absolute; 
}
.thg_bao{
  font-size:20px; font-style:italic; text-align:center; color:blue; padding:2px 6px 2px 6px;
  margin-left:-16px; width:260px; border-radius:20px 20px 20px 20px;  transition: 0.6s;
} 