﻿/*Nhận xét*/
@import url('ketquaRatingStar.css');
.KhachNhanxet {
/*height:auto;
background-color:white;
width:100%;*/
border-top:1px solid #e3e3e3;
}
label#Quality{
    color:red;
    display:block;
}
#SoSao {
display:none
}


#SendQuestion{
    float:right;
    border:0px; color: #fff;
    background-color: #d0021b;padding: 10px 25px;font-size: 14px;
}
.btn-primary {
    text-align: center;
    height: 60px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.23);
    cursor: pointer;
        color: #fff;
    background: #d0021b;
    border: solid 1px #d0021b;
    width:100%;
}
#ContentCTSP-left {
    width:70%;
      height:auto; 
    float:left;
    background-color:white;
}
#ContentCTSP-right {
    width:27.6%;
     border-top: 20px solid #f2f2f2;
    height:1620px; 
    float:right;
    background-color:white;
    
}

@media screen and (max-width: 768px) {
    #ContentCTSP-left {
        width: 100%;
        float: none;
    }

    #ContentCTSP-right {
        padding-top: 60px;
        width: 100%;
        height: auto;
        float: none;
    }
     a.btn {  width: 31%;
        float:none;
    }
    #SendQuestion{
      width: 31%;
        float:none;
    }
    .KhachNhanxet {
    height: auto;
    }
}

#KQdanhgia {
  
    width:100%;
        height: 200px;
}
#KQdgleft {
float:left;
width:49%;
height:200px;
 text-align: center;
 border-right: 1px solid #ccc;
}
#KQdgright {
    float:right;
    width:49%;
    height:200px;
    
}
@media only screen and (max-width:730px) {
    #KQdanhgia{
        height:auto;
    }
    #KQdgleft {
        float: none;
        width: 100%;
    }
    #KQdgright {
        float: none;
        width: 100%;
    }

}



/*progress for chat user*/
#myProgress1, #myProgress2, #myProgress3, #myProgress4, #myProgress5  {
  width: 70%;display: inline-block;
  background-color: #ddd;
}

#oneStar, #twoStar, #threeStar, #fourStar, #fiveStar {

  height: 16px;
  background-color: #4CAF50;
 
}


#lbl1,#lbl2,#lbl3,#lbl4,#lbl5{ color:#7d7979 }
#GStar1, #GStar2, #GStar3, #GStar4, #GStar5{width:300px;}





#myProgress1_sl, #myProgress2_sl, #myProgress3_sl, #myProgress4_sl, #myProgress5_sl  {
  width: 70%;display: inline-block;
  background-color: #ddd;
}

#oneStar_sl, #twoStar_sl, #threeStar_sl, #fourStar_sl, #fiveStar_sl {

  height: 16px;
  background-color: #4CAF50;
 
}
#lbl1_sl,#lbl2_sl,#lbl3_sl,#lbl4_sl,#lbl5_sl{ color:#7d7979 }
#GStar1_sl, #GStar2_sl, #GStar3_sl, #GStar4_sl, #GStar5_sl{width:300px}






#left{float:left; width:50%;height:300px; background-color:aqua}
#right{float:right; width:50%;height:300px; background-color:blue}

/*Star method one for average count star*/

.container{
    margin: 5px auto;
   
}

input[type="checkbox"]{
	/*width:100%;*/
	/*height:100%;*/
	opacity:0;
	cursor:pointer;	
        display: none;
}
label.check{
	position:relative;
	width: 50px;
    height: 50px;
    display: inline-block;	
}
.check::before, .rated::after{
	content:'\2605';
	font-size:60px;
	/*position:absolute;*/
	color:#777;
	/*left:0;
	bottom:0;*/
    color:#ffe000;
    line-height: 50px;	
}
.check_sl::before{
	content:'\2605';
	font-size:21px;
    color:#ffe000;
}
.rated::after{
	color:orange;
}



