

/**********************************************++
 * SUBMIT ARTICLE FORM
 */

label:not(.required):after{
    content: ' ';
    font-size: 18px;
}

#submit-article-form textarea,
#submit-article-form select,
#submit-article-form .input-file-wrapper,
#submit-article-form input{
    max-width: 540px;
}

#submit-article-form .minuta-row{
    padding-bottom: 40px;
}

#submit-article-form .buttons{
    border-top:1px solid #B6B6B6;
}

#submit-article-form .buttons .button{
    margin-right: 10px;
}

#submit-article-form .caption,
#submit-article-form .author{
    margin-bottom: 10px;
}

#submit-article-form .authors input{
    /*margin-bottom: 0;*/
}

#submit-article-form .authors .col{
    /*margin-bottom: 0;*/
    max-width: 174px;
}

#submit-article-form .captions .col,
#submit-article-form .authors .col{
    float: left;
    width: 320px;
    margin-right: 10px;
    margin-top: 5px;
}

#submit-article-form .reviser-suggest .authors .col{
    width:226px;
}

#submit-article-form .reviser-suggest .authors .col label.error{
    /*margin-top: 5px;*/
}
#submit-article-form .remove-author-btn{
    float: right;
    background: url(img/icn-remove.png) center no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
}


#submit-article-form .caption:first-child button,
#submit-article-form .author:first-child button{
    display: none;
}

#finish-reviews-form .image-list button,
#article-review-form .image-list button,
#submit-article-form .add-author-btn{
    color:#556272;
    background: #F3F3F3 url(img/icn-add.png) no-repeat 8px 8px;
}


#submit-article-form .current_images_div{

    color:#556272;
    background: #F3F3F3;
}

#submit-article-form .add-author-btn span{
    border-left: 1px solid #EEEEEE;
    margin-left: 8px;
    padding-left: 8px;
}


#submit-article-form .current-file{
    color:#556272;
    margin-bottom: 10px;
    font-weight: bold;
}

#submit-article-form .caption{
    background: #F3F3F3;
    border:1px solid #999999;
    padding:20px;
}

#submit-article-form .captions .input-file-wrapper{
    background: transparent;
    border: 0;
}

#submit-article-form .captions .remove-author-btn{
    float:right;
    margin: 0;
}

#submit-article-form .captions input{
    margin-bottom: 0;
}

#finish-reviews-form .image-list button,
#article-review-form .image-list button,
#submit-article-form .image-list button{
    margin-top: 1px;
    font-weight: normal;
    display: block;
    background-image: url("img/icn-remove.png");
    padding-left: 30px;
}

#submit-article-form .current_images_div{
    margin-top: 1px;
    font-weight: normal;
    display: inline-block;
    padding-left: 30px;
}

#submit-article-form .current_images_div{
    font-size: 16px
}

#submit-article-form .image-list button span{
    padding-left: 5px;
    margin-left: 5px;
}