/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/04/2017, 02:56:02 PM
    Author     : jhoan lafaux
*/

#commentComponent .answer-comment span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
    cursor: pointer;
}


/** ESTILOS NUEVOS CVILLADA **/

#commentComponent {
    margin-top: 3em;
}
#commentComponent p {
    word-break: break-word;
}
#commentComponent .form-control {
    border-radius: 0;
}
.commentBox {
    margin-bottom: 2em;
}
.commentBox #comment-form legend {
    color: #215A9A;
    font-weight: bold;
    border-bottom: 0;
}
.commentBox #comment-form #sendComment, #commentComponent .botones button {
    background: #00AEEF;
    border: 0;
    color: #fff;
    opacity: initial;
    margin-top: 20px;
    padding: 10px 20px;
}
#commentComponent .admin-options, #commentComponent .btn.answer-comment {
    display: inline-block;
}
.commentBox #commentCompt-captcha > div, #commentComponent #answer-recaptcha > div {
    margin: auto;
}
#commentComponent .botones button#canelAnswer {
    opacity: 0.7;
}

#commentComponent .cantComments {
    background: #eee;
    width: 100%;
    display: block;
    padding: 5px 15px;
}
#commentComponent .cantComments span {
	color: #215A9A;
	font-weight:bold;
}

#commentComponent .comentario {
    border-left: 2px solid #205a9a;
    padding-left: 20px;
    margin-bottom: 10px;
}
#commentComponent h2 .comment-date , #commentComponent h2 .answer-date {
    font-size: 0.750em;
    color: #898989;
}
#commentComponent .respuesta-comentario h2 {
    font-size: 1.3em;
}
#commentComponent .respuesta-comentario .comentario {
    border-left: 0;
    padding-left: 0;
}
#commentComponent answer-comment-box {
	margin-top: 15px;
}
#commentComponent .comentario legend {
    padding-top: 20px;
}
#commentComponent #btn-show-comments button, #commentComponent .Btn-showMoreAnswers {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-color: #ddd;
    font-weight: bold;
}
#commentComponent .Btn-showMoreAnswers {
    display: block;
    margin-top: 15px;
}
#commentComponent #btn-show-comments button span, #commentComponent .Btn-showMoreAnswers span { display: block; }
#commentComponent #btn-show-comments button:hover, #commentComponent .Btn-showMoreAnswers:hover {
    background: none;
    box-shadow: none;
    color: #00AEEF;
}
@media only screen and (min-width: 290px) and (max-width: 329px){
   #commentComponent #commentCompt-captcha iframe, #commentComponent #answer-recaptcha iframe {
       transform: scale(0.85);
       transform-origin: 4% 0;
   }

}
@media screen and (max-width: 991px){
	#commentComponent #commentName.form-control, #commentComponent #answerName.form-control {
		margin-bottom: 15px;
	}
}