.like_pro {
	margin-left: 10px;
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.like_pro:hover {
	color: #fff;
	background-color: #288ad6;
	border-color: #288ad6;
}
.like_pro.active {
	color: #fff;
	background-color: #288ad6;
	border-color: #288ad6;	
}
.cq-rating-star {
    width: 80px;
    background-image: url('../images/gray.png');
    height: 15px;
    display: inline-block;
    position: relative;
}
.cq-rating-base {
    background-image: url('../images/orange.png');
    height: 15px;
}
.cq-rating-base a {
    width: 15px;
    height: 15px;
}
.cq-rating-star a {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 0;
}
.cq-rating-star.is-show a {
	cursor: unset;
}
.cq-rating-star a:nth-child(1) {
    top: 0px;
    left: 0px;
}
.cq-rating-star a:nth-child(2) {
    left: 1px;
}
.cq-rating-star a:nth-child(3) {
    left: 16px;
}
.cq-rating-star a:nth-child(4) {
    left: 33px;
}
.cq-rating-star a:nth-child(5) {
    left: 49px;
}
.cq-rating-star a:nth-child(6) {left: 65px;}
.cq-status span:first-child {
    margin-right: 30px;
}
.cq-point {
    color: #FF4400;
    font-weight: bold;
}
.cm-name {
	color: red;
    font-weight: bold;
}
.buy-status {
    color: #27C351;
}
.rc-info {
    font-weight: bold;
}
.rc-info span {
    font-weight: normal;
}
.cq-useful img {
    width: 14px;
}
.rc-info-more p {
    text-align: center;
}
.cq-useful a {
	text-decoration: none;
    margin-left: 20px;
    padding: 5px;
    background: #ff4400;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.cq-useful.active a {
	pointer-events: none;
    background: #cdcdcd;
}
.cq-view-more a {
	cursor: pointer;
    font-weight: bold;
    color: #ff4400;
}
.q-info {
    font-weight: bold;
}
.q-info span {
    font-weight: normal;
}
.q-user-name {
    font-weight: bold;
}
.q-user-status {display: inline-block;color: #27C351;}
.question-time {
    display: inline-block;
}
.cm-item, .q-item {
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0px;
}
.rc-info-more {
    padding: 10px 0px;
}
.te-pagination {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
.te-pagination a, .te-pagination strong {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #cdcdcd;
	text-align: center;
	line-height: 30px;
	margin-right: 3px;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 5px;
}
.te-pagination a:hover {
	background: #FF4400;
}
.te-pagination strong {
	background: #FF4400;
}
.cq-title {
	font-size: 30px;
    background: #FF4400;
    color: #fff;
    margin: 0px 0px 20px;
    padding: 5px;
}
.cq-title a {
    display: inline-block;
    width: 60px;
    text-align: center;
    border-right: 1px solid #de1212;
}
.cq-title a img {
    height: 20px;
    margin-bottom: 7px;
}
.level-rating-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.level-rating {
    text-align: center;
    margin-bottom: 20px;
}
.create_question, .admin_reply_rating {
	margin-top: 20px;
}
.form-rating textarea, .create_question textarea, .admin_reply_rating textarea {
    width: 100%;
    height: 120px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}
.rating-choose-image {
    margin-bottom: 20px;
    text-align: center;
}

.rating-choose-image label img {
    max-width: 50px;
}
.rating-choose-image {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.rating-choose-image label img {
    max-width: 50px;
}

.form-rating button, .create_question button, .admin_reply_rating button {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    height: 40px;
    background: #ff4400;
    color: #fff;
    border: 0px;
    font-weight: bold;
}
.rating-choose-image label {
    cursor: pointer;
}
.cq-list-img img {
	margin: auto;
}
.cq-useful {
	margin-top: 10px;
}
.cm-item .cm {
	margin-bottom: 10px;
}
.repling-user {
	display: inline-block;
    margin-top: 25px;
    font-size: 12px;
    font-style: italic;
    color: #e40000;
    visibility: hidden;
}
.repling-user.active {
	visibility: visible;
}
.repling-user span {
    text-decoration: underline;
    cursor: pointer;
}
.send-reply-question {
    font-weight: bold;
    color: #ff4400;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}
.cm-content {
	margin: 0px;
}
.repling-user i {
    font-weight: bold;
    color: #000;
}
.create_question button[type="submit"].active, .admin_reply_rating button[type="submit"].active {
	background: #CDCDCD;
	pointer-events: none;
}
.name-rep {
	color: red;
}
#require_confirm_email .modal-dialog {
    border: 5px solid #737271;
    text-align: center;
}

#require_confirm_email .modal-title {
    margin-bottom: 20px;
}

#require_confirm_email .close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background: #FF4400;
    opacity: 1;
    font-size: 25px;
    font-weight: normal;
    padding: 1px 6px;
}

#require_confirm_email form input {
    border: 3px solid #FF4400;
    width: 60%;
    height: 35px;
    vertical-align: middle;
}

#require_confirm_email form button {
    height: 35px;
    border-left: 0px;
    vertical-align: middle;
    color: #fff;
    background: #FF4400;
    border: none;
}

#require_confirm_email form input:focus,
#require_confirm_email form button:focus,
#require_confirm_email .close:focus {
	outline: none;
}

#require_confirm_email form button:hover {
    background: #de3b00;
}
.fancybox-active {
    margin-right: 0px;
}
#require_confirm_email .modal-dialog {
	top: 40%;
    transform: translateY(-40%) !important;
}
.cq-rating-title {
    font-weight: bold;
}
@media all and (min-width: 1200px){
	.rating_question {
		width: 600px;
		margin: 0px auto;
	}
}
@media all and (max-width: 767px) {
	#require_confirm_email .modal-title {
		margin-top: 15px;
	}
	#require_confirm_email form input {
	    width: 100%;
        margin-bottom: 10px;
	}
}
@media all and (max-width: 450px) {
	.cq-useful a {
		display: inline-block;
		margin-left: 0px;
	}
}