/*Comentarios*/
form#user_review_form textarea{
    border: none;
    height: 100px;
    resize: none;
    color: #000000; 
    width: 100%;       
}
div.comment-wrapper{
    border: 0.063rem solid #D2D4D5;
    background: #FFF;
    padding: 10px;
    height: 130px;
    width: 97.5%;
}
.charNum{
    color: #AAAAAA;
    font: normal 12px Arial;
}
.user-vote >  .container_user_reviews{
    float: right;
    width: 50%;
    text-align: center;
    margin-top: 20px;
    display: none;
}
.user-vote >  .container_user_reviews .container_percent_users {
    color: #66696d;
    display: inline-block;
    line-height: 1;
    margin-left: 8px;
    vertical-align: text-bottom;

}
.user-vote > .container_user_reviews .container_percent_users > span {
    display: block;
}
.user-vote > .container_user_reviews .container_percent_users > span.percent_critics{
    font-family: 'Source Sans Pro';
    font-size: 50px;
    font-weight: 700;
    color: #141415;
}
.user-vote > .container_user_reviews .container_percent_users > span.percent_critics:after{
    font-family: 'Source Sans Pro';
    color: #66696d;
    content: "\0025";
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
}
.user-vote > .container_user_reviews .container_percent_users > span.label_percent{
    font-family: "Raleway";
    font-size: 16px;
    padding-left: 4px;
    text-align: left;
    margin-bottom: 10px;
}
.user-vote .message_user_rating > p{
    font: 500 18px 'Raleway';
    color: #000;
    margin-bottom: 10px;
}
.user-vote > .container_header_movie .box.right .container_user_reviews a > p {
    font-size: 1.2rem;
    margin-bottom: 6px;
    margin-top: 10px;
    color:#141415;
    font-weight: 400;
    font-family: 'Raleway';
}
.user-vote > .submit-vote > #eliminate-vote{
    font-family: 'Hind', sans-serif;
    font-size: 13px;
    cursor: pointer;
    clear: both;
    margin: 10px auto;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 15px;
}

/**********		USER VOTE		****************/
 div.user-vote {
    color: #FFFFFF;
    display: inherit;
    height: 171px;
    padding: 0.8125rem 0 1.5rem;
    margin: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
}


/*Estilos para raiting en calificacion de usuario*/
div.users-reviews{
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
    width: 100%;
}
div.users-reviews div.user-vote {
    color: #FFFFFF;
    display: inherit;
    height: 287px;
    width: 97.7%;
    padding: 0;
    margin: 11px 0px 1.3rem;  
    overflow: hidden;
    background: #C51111;
    border-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #D9DCE0;
}

div.users-reviews div.user-vote div.message p{
	margin-top: 9px;
	color: #FFFFFF;
	margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 500;
}

div.users-reviews div.user-vote div.after-vote h2,
div.users-reviews div.user-vote div.after-vote h3,
div.users-reviews div.user-vote div.after-vote a,
div.users-reviews div.user-vote div.after-vote div.user-comment > h1{
	color: #000;
}


/*****************/
/* STARS SCORE */
.voteStar {
	background: url("/images/Red-Star.svg") no-repeat scroll 0 0 transparent;
	background-size: cover;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 40px;
	vertical-align: middle;
}
.voteStar.left {
	width: 20px;
    margin-left: 5px;
}
.voteStar.left.filled {
	background: url("/images/Gold-Star.svg") no-repeat scroll 0 0 transparent;
	background-size: cover;
}
.voteStar.right {
	background-position: 102%;
	width: 20px;
}
.voteStar.right.filled {
	background: url("/images/Gold-Star.svg") no-repeat scroll 0 0 transparent;
	background-size: cover;
	background-position: 102%;
}

/****************/

article#review div.user-vote.afterVote-noEdit{
	height: 120px;	
}
article#review div.user-vote.afterVote-noEdit.user-vote-after-vote{
	display: block;
}
 div.user-vote:before,
 div.user-vote:after{
	display:table;
}
 div.user-vote div.message {
    clear: both;
    margin: 0 auto;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
}
 
div.user-vote div.submit-vote {
   	display: table;
	margin: auto;
	margin-bottom: 10px;
}
#smallStars {
    float: right;
    margin: auto;
    margin-bottom: 28px;
}
div.user-vote div.after-vote-active{
	display:block;		
}
div.user-vote div.after-vote h2{
	font: 24px 'Roboto Condensed';
	color: #F1F4F7;
}
div.user-vote div.after-vote h3{
	font: bold 32px 'Titillium Web';
	color: #F1F4F7;
	margin-top: 5px;
	text-align: center;
}
div.user-vote div.after-vote a{
	font: normal 12px 'arial';
	color: #F1F4F7;	
	cursor: pointer;
}

div.user-vote div.after-vote div.user-comment{
	width: 100%;
	margin: auto;
    display: table;
}
div.user-vote div.after-vote div.user-comment > h1{
	font: 500 18px 'Raleway';
	margin: 15px 0 10px 73px;		
	text-align: center;
}


/**************			BOX COMMENTS		*******************/

form#user_review_form{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 5.5rem);
    float:right;
    height: 193px;
}
form#user_review_form:before {
    background: url('/core/img/general/Master.png') no-repeat -43px -2px;
    width: 18px;
    height: 19px;
    display: block;
    content: "";
    margin: 1rem 0rem 0rem -1rem;
    position: absolute;
}
form#user_review_form textarea:focus{
    outline: none;
}
form#user_review_form input[type=submit] {
        background-color: #C51111;
        border-radius: 3% / 12%;
        border: 2px solid #FFFFFF;
        color: #FFFFFF;
        cursor: pointer;
        display: table;
        float: right;
        text-transform: none;
        margin: 10px 15px;
        padding: 10px 45px;
        white-space: pre;
        text-transform: uppercase;
	}
    form#user_review_form  input[type=submit] .shareInFacebook {
        background: #4267b2;
        border: 1px solid #4267b2;
    }
    form#user_review_form input[type=submit]:disabled{
        background: #ccc;
        cursor: auto;
    }
    .user-comment img{
   		width: 3rem;
		height: 3rem;
		border-radius: 50%;
		position: absolute;
		margin-left: 16px;
        background-image: url(/images/avatars/1.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: 50px;
         
    }
    .user-comment > div{
    	width: 830px;
    	margin: auto;
    }
@media screen and (max-width: 500px) {
    #smallStars .voteStar.left{
        height: 0px;
    }
    #smallStars .voteStar{
        height: 30px;
    }
    #smallStars .voteStar.right{
        width: 25px;
    }
    #smallStars div.message p{
        font-size: 1rem;
    }
    #smallStars  .score_stars {
        margin-left: 20px;
    }
    .user-vote > .container_user_reviews .container_percent_users > span.percent_critics,
    .user-vote > .container_user_reviews .container_percent_users > span.percent_critics:after{
        font-size: 30px;
    }
    .user-vote > .container_header_movie .box.right .container_user_reviews a > p {
        font-size: 1rem;
    }
    .user-vote .message_user_rating > p,
    .user-vote > .container_user_reviews .container_percent_users > span.label_percent{
        font-size: 14px;
    }
    .user-vote > .container_user_reviews .icon_popcorns.fill{
    background-position: -240px -50px;
    height: 45px;
    width: 45px;
    }
    .user-vote >  .container_user_reviews .container_percent_users{
        margin: 0px;
    }
    .user-vote form#user_review_form{
        width: calc(100% - .5rem);
    }
    .user-vote .user-comment img{
        display: none;
    }
    .user-vote form#user_review_form:before{
        display: none;
    }
    div.user-vote div.after-vote div.user-comment > h1{
        margin: 0px;
        margin-bottom: 10px;
    }
    .user-vote > .submit-vote > #eliminate-vote{
        margin-left: 20px;
        margin-right: 50px;
    }
    #smallStars {
    float: none;
    }
}
@media screen and (max-width: 378px) {
    .user-vote > .submit-vote > #eliminate-vote{
        margin-right: 0px;
    }   
}