.rating-choices {
	padding: 10px 5px;
}

.rating-choices a{
	text-decoration: none;
}

.form-group{
	margin-top: 15px;
	margin-bottom: 10px;
}

.form-group-dtl{
	margin-top: 0;
	margin-bottom: 10px;
}

.dtl-comment{
	width: 100%;
}

.compress{
	padding: 0px;
	margin: 0px;
}

.checkbox-rating{
	margin-top: 0px;
	padding-top: 0px;
}

.checkbox-rating label{
	display: block;
	padding-left: 5px;
	font-weight: normal;
	cursor: pointer;
}

#rating-wrapper, #dtl-rating-wrapper{
	margin: 2em 0;
}

#rating-group, #rest-dtl-rating-group{
	margin-top: 5px;
	padding: 5px;
}

#rating-wrapper{
	display: block;
}

#rating-container{
	display: block;
}

#comment-container{
	display: none;
}

#message-container{
	display: none;
}

/* restaurant detail - Modal */
#rest-dtl-rating-wrapper{
	display: block;
}

#rest-dtl-rating-container{
	display: block;
}

#rest-dtl-comment-container{
	display: none;
}

#rest-dtl-message-container{
	display: none;
}

.modal-rtp{
	margin-left: 1.3em;
	margin-right: 1.3em;
}

/* Star ratings in restaurant checklist*/
.radio-rating{
	margin-top: 0px;
	padding-top: 0px;
}

.radio-rating label{
	display: block;
	padding-left: 5px;
	font-weight: normal;
	cursor: pointer;
}

.clear {
  	float: none;
  	clear: both;
}

.hide {
    display: none;
}

.chklst-comments {
	margin-bottom: 15px;
}

.title-question{
	margin-top: 15px;
}

.title-choice{
	text-align: right;
}

.title-comment1{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.title-comment2{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.title-comment3{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.rating-choices-rst {
	padding: 5px;
}

.rating-choices-rst a{
	text-decoration: none;
}

.rating {
    width: 90px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > legend{
	font-size:12px;
	text-align: center;
	padding: 0px;
}

.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
}

 /* the hidden clearer */
.rating > .star-cb-clear ~ label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating > .star-cb-clear ~ label:before {
    width: .5em;
}

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}

/* Small devices (tablets, 768px) ========================================= */
@media screen and (max-width: 768px) {
	.title-comment2{
		margin-top: 15px;
		margin-bottom: 0;
		padding: 0;
	}
	.title-comment3{
		margin-top: 15px;
		margin-bottom: 0;
		padding: 0;
	}
	.dtl-comment{
		width: auto;
	}
}
/* Small devices (tablets, 992px) ========================================= */
@media screen and (max-width: 992px) {
	.title-comment3{
		margin-top: 15px;
		margin-bottom: 0;
		padding: 0;
	}
}
