@CHARSET "UTF-8";

#comments-section .quick-comment-container.add {
    border-top: 0px;
}

.quick-comment-prompt,
.quick-comment-loading-container {
    color:#999;  
    margin-left: 18px;  
    padding-top: 5px;
}

.quick-comment-loading-container {
    padding-left: 5px;
}

.quick-comment-error-box {
    margin-left: 18px;
    width: 100%;
}

.quick-comment-prompt {
    border: 1px #DDD solid;
    height: 42px;
    width: 100%;
}

.quick-comment-prompt:active {
    border: 1px #69C solid;
    color: #69C;
}

.quick-comment-prompt span {
    padding-left: 5px;    
}

.quick-comment-loading-container {
    background-color: #F0F0F0;    
    border: 1px solid #BBB;
    display: none;
    height: 211px;   
    width: 100%;
}

.quick-comment-loading-message {
    background-image: url(/s/es_ES/3287/421/4.2.7/_/download/resources/com.atlassian.confluence.plugins.quickcomments:quick-comment-initial/../../../images/icons/wait.gif);
    background-position: .5em 50%;
    background-repeat: no-repeat;
    color:#999;
    display: none;
    padding-left: 28px;
    padding-top: 5px;
    margin: 0px;
}

/* Height here should match the height of the quick-comment-loading-container (including borders and padding) */
.quick-comment-vertical-spacer {
    display: none;
    float: left; 
    height: 262px; 
    left:-69px;
    position: relative; 
    width: 1px; 
}
