.content_rating{
/*width: 200px;*/
}

#system-message-container{
display: none;
}
#system-message-container.hide{
display: block;
}


#system-message-container.hide .alert-heading , #system-message-container.hide .alert-message{
display: none;
}

.contenttext h3.review-title{
text-align: center;
}


img.star-img{
width: 60px;
height: 60px;
padding: 5px;
}

#rating .controls{
/*visibility: hidden;*/
height: 60px;
border: 0px solid #ccc;
}

.content_rating .starrating{
height: 60px;
border: 0px solid #ccc;
}

#rating:hover .controls{
visibility: visible!important;
}



#rating label {
/*padding-right: 1.7px;*/
display: inline-block;
vertical-align: top;
width:60px;
height:60px;
padding: 0px;
margin: 0px -3.8px 0px 0px;
border: 0px solid #ccc;
text-align: center;
}


#rating{
position:absolute;
left: 0px;
top: 0px;
/*visibility: hidden;*/
padding: 0px;
margin: 0px;
box-sizing: content-box;
}



#rating .radio input{
    width: 0px;
    height: 0px;
 
}

.form-inline {
/*width: 200px;*/
display: block; 
}

.form-inline .radio{
position: relative;
font-size: 5px!important;
font: normal 5px / 5px 'Roboto',Helvetica,Arial,Verdana,sans-serif;
}

.form-inline .radio:before{
    color: #000;
    content: '';
    position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
    
	margin: 5px;
    left: 0px;
/*    background: url(/templates/img/rating_star.svg) no-repeat 0 0;*/
    opacity: 1;
    background-size: 50px 50px;
    background-position: center center;
    cursor: pointer;
}







.form-inline .radio:hover:before, .form-inline .radio.hover:before, .form-inline .radio.active:before
{
background: url('../img/rating_star_hover.svg') no-repeat 0 0;
background-size: 50px 50px;
background-position: center center;
}


.form-inline .btn-mini{
background: rgb(0 136 186);
    border: none;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px 15px;
    margin-top: 20px;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #fff;
    width: 220px;
}

.form-inline .btn-mini:hover{
	background: rgb(14 184 247);
}





.form-inline select {
color:#ff0000;
font-size: 14px;
line-height: 19px;
}

.contentratingall{
position: relative;
    min-height: 260px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.content_rating img{
margin: 0px
}


#rating input[type='radio'] {
    /* Double-sized Checkboxes */
    transform: scale(0);         /* FF 16+, IE 10+ */
    -webkit-transform: scale(0); /* Chrome, Safari 3.5+, Opera 15+ */
    -ms-transform: scale(0);     /* legacy: IE 9+ */
    -moz-transform: scale(0);    /* legacy: FF 3.5+ */
    -o-transform: scale(0);      /* legacy: Opera 10.5 */
	display: none;
	margin: 0px;
  }
  
  
  
  #rating label input{
  display: none;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/*system-message-container*/

#system-message-container{
z-index: 9999;
text-align: center;
position:relative;
}

@media screen and (min-width: 550px) {
#system-message{position: absolute;border: 1px solid #ccc;width: 500px;margin: 0 auto;background-color: rgba(255,255,255,0.98);margin-left: -250px;left: 50%; box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 45%); position: fixed;}

}


.alert  .alert-message{
font-size: 18px;
color: #333;
	
}
.post.block.bc2 .text-review{
font-size: 14px;
color: #000;
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
clear: both;
}


#system-message-container.hide .alert.alert-message{
display: block;
}


@media screen and (max-width: 549px) {


#system-message {
    position: absolute;
    border: 1px solid #ccc;
    max-width: 500px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.98);
    left: 5%;
    right: 5%;
	width: 90%;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 45%);
	position: fixed;
}




}




.alert.alert-message .close{
    border: 1px solid #fff;
    padding: 0px 20px;
    background-color: rgb(0 136 186);
    color: #fff;
    float: right;
    cursor: pointer;
    transition: all .3s ease-out;
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    border-radius: 0px 0px 0px 8px;
}

.alert.alert-message .close:hover{
background-color: rgb(14 184 247);
transition: all .3s ease-out;
}

.alert-heading{
clear: both;
font-weight: bold;
color: rgb(0 136 186);
}



.contenttext  h4.alert-heading{
    color: #0088ba;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	width:100%;
}



.add-review{
margin-bottom: 35px;
}



.closeerror.okbtn {
    clear: both;
    width: 50px;
    height: auto;
    font-size: 18px;
    padding: 5px;
    background-image: none;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
    float: none;
    background: #0088ba;
    color:#fff;
}



/*end system-message-container*/

  
  
  
  
  
  
  
  
  
  
  
  

