
.forum_container_wrapper {
    width: 100%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    max-width: 1065px;
    margin: 0 auto;
}
.forum_container {
    width: 100%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

.forum_ajax_load {
    width: 22px;
    height: 22px;
    background-image: url(../img/forum_loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-right: 5px;
}

.forum_container a, .forum_container a:link, .forum_container a:visited {
    color: #7fb8e4;
}

.forum_button_oben {
    background-image: url(../img/up-white.png);
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-size: 10px;
    float: right;
    font-size: 10px;
    padding: 5px;
    margin: 10px;
    width: 30px;
    background-color: #7fb8e4;
    text-align: left;
    border-radius: 2px;
    box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
}

.forumtable {
    border: 5px solid #CCC;
    border-spacing:0px;
    /* font-family:Verdana, Geneva, sans-serif; */
    font-size:12px;
}

.forumtable thead {
    background-color:#CCC;
}

.forumtable tbody tr {
    margin:0;
    padding:0;
    background-color:#EEE;
}

.forumtable tbody tr:hover{
    background-color:#FFF;
}

.forum_subtext {
    font-size:12px;
    line-height: 14px;
    width: 100%;
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
}

.forum_supertext {
    font-size:16px;
    font-weight:bold;
    line-height: 20px;
    width: 100%;
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
}

.forum_supertext a {
    font-size:16px;
    font-weight:bold;
}

.forum_contenttext {
    /* font-size: 14px;
    line-height: 16px; */
    width: 100%;
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
}

.forum_subtext .username {
    font-weight: 900;
    font-size: 12px;
}

.forumtable td  {
    margin:0;
    padding:3px;
    padding-top:6px;
    padding-bottom:6px;
    border-bottom: 1px solid #CCC;
    font-size:14px;
}

.forumtable th  {
    margin:0;
    padding:3px;
    padding-bottom:6px;
    font-size:14px;
}

.forum_title {
    font-size:18px;
}

.forum_thread_post {
    background-color:#fff;
    min-height:100px;
    margin-bottom:10px;
    /* font-family:Verdana, Geneva, sans-serif; */
    font-size:12px;
    /*    border:1px solid gray;*/
    border-top: 5px solid #c3d5e3;
    border-radius: 0!important;
}

.forum_thread_post td {
    font-size:12px;
}

.forum_button {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato","Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 3px;
    text-align: center;
    /*    text-transform: uppercase;*/
    width: 100px;
    background-color: #7fb8e4;
    border-radius: 2px;
    margin: 10px;
    float: left;
    box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
}

.sbsforum_ajax {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    float: left;
    background-color: #7fb8e4;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    border: 1px solid #d3d3d3;
}

.sbsforum_ajax.rewind {
    background-image: url(../img/rewind.png);
}
.sbsforum_ajax.back {
    background-image: url(../img/back.png);
}
.sbsforum_ajax.next {
    background-image: url(../img/next.png);
}
.sbsforum_ajax.fast-forward {
    background-image: url(../img/fast-forward.png);
}



.pagination {
    margin: 10px 0;
}
.pagination_inner {
    float: left;
    padding: 0 5px;
    border: 1px solid #d3d3d3;
    text-align: center;
    font-size: 11px;
    line-height: 20px;

}

.notice {
    background-image: url(../img/notice.png);
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-color: #fff;
    padding: 3px 10px 3px 25px;
    color: #999;
    font-size: 12px;
    line-height: 14px;
    float: left;
    margin: 0 0 10px 0;
}

#submit_new {
    background-color: #7fb8e4;
    border-radius: 2px;
    box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "Lato","Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 10px;
    margin-left: 0;
    padding: 3px;
    text-align: center;
    width: 150px;
}

.form_label {
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px
}

/*.forum_thread_post_title .both{
    width: 80px;
    padding: 5px 20px 5px 0;
    text-align: left;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 16px;
    font-family: "Lato",sans-serif;
    display: table-cell;
}*/
.forum_thread_post_title input{
    width: 100%;
    display: table-cell;
    border: 1px solid #ccc;
    line-height: 20px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
    font-family: "Lato",sans-serif;
}

/*.forum_thread_post_text {
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px
}*/

.form_label .both{
    width: 106px;
    padding: 5px 20px 5px 0;
    text-align: left;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 16px;
    font-family: "Lato",sans-serif;
    display: table-cell;
}
.forum_thread_post_text #id_post_content_parent{
    box-sizing: border-box;
    display: table-cell;
}

.forum_submit {
    float:left; 
}
.forum_inform {
    float:right;
    padding-right: 20px;
}

.forum_inform label {
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px;
    float: left;
}

.forum_inform input {
    margin-right: 5px;
    float: left;
}

#tinymce {
    line-height: 20px!important;
    font-size: 16px!important;
}

.forum_contenttext blockquote{
    border-left: 1px solid lightgray;
    padding-left: 8px;
}

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }