.sct_input_cnt {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sct_input_new_answer_errors_cnt {
    display: none;
    position: absolute;
    width: auto;
    margin-top:-35px;
}
.sct_input_new_comment_errors_cnt {
    display: none;
    position: absolute;
    width: auto;
    margin-top:-35px;
}
.sct_input_comment_edit_errors_cnt {
    display: none;
    position: absolute;
    width: auto;
    margin-top:-35px;
}
.sct_input_new_topic_error_cnt {
    display: none;
    position: absolute;
    width: auto;
    margin-top:-35px;
}
.sct_topic_add_new_input {
    display:inline-block;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:10px;
    border:1px solid #ababab;
    border-radius:3px;
    padding:5px;
}
.sct_topic_edit_input {
    display:inline-block;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:5px;
    border:1px solid #ababab;
    border-radius:3px;
    padding:5px;
}
.sct_input_edit_topic_error_cnt {
    position:absolute;
    display:none;
    width:auto;
    margin-top:-35px;
}
.sct_actions_topic_error_cnt {
    position:absolute;
    display:none;
    width:auto;
    margin-top:5px;
}
.sct_input_comment_add_image {
    display:none;
    position:absolute;
    width:141px;
    min-height:100px;
    border:1px solid #ababab;
    border-radius:3px;
    background-color:#ffffff;
    margin-top:1px;
    margin-left:3px;
    padding:10px 10px 10px 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.sct_input_comment_add_media_footer {
    display:inline-block;
    width:auto;
    float:right;
}

.sct_input_comment_add_image_action {
    display:inline-block;
    width:26px;
    height:23px;
    background:url('image.png') center right no-repeat;
    background-position-y:0px;
    background-size:26px;
    cursor:pointer;
}
.sct_input_comment_add_image_action:hover {
    transition: background 0.5s ease;
    background:url('image_active.png') center right no-repeat;
    background-position-y:0px;
    background-size:26px;
}
.sct_input_comment_add_video {
    display:none;
    position:absolute;
    width:200px;
    min-height:100px;
    border:1px solid #ababab;
    border-radius:3px;
    background-color:#ffffff;
    margin-top:1px;
    margin-left:3px;
    padding:10px 10px 2px 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 1001;
}
.sct_input_comment_add_video_action {
    display:inline-block;
    width:26px;
    height:23px;
    background:url('video.png') center right no-repeat;
    background-position-y:0px;
    background-size:26px;
    cursor:pointer;
}
.sct_input_comment_add_video_action:hover {
    transition: background 0.5s ease;
    background:url('video_active.png') center right no-repeat;
    background-position-y:0px;
    background-size:26px;
}
.sct_input_h2 {
    width:100%;
    font-size:18px;
    font-weight:300;
    color:#727272;
    margin-bottom:10px;
}
.sct_topic_input_description_dlm {
    display:inline-block;
    width:99%;
    height:1px;
    margin:5px 10px 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top:1px dotted #ababab;
}