/*partnervorschau*/

#rpg_preview_show {
    width: 100%;
    display: block;
    float: left;
    margin-bottom:20px;
}

p.preview {
    width:100%;
    display:block;
    float:left;
}

#new-post p {
    width:100%;
    display:block;
    float:left;
}

/* charakterauswahl in der szene  */

.rpg_collected_characters {
    display: flex;
    flex-wrap: wrap;
    height: 29px;
    margin: 0 10px;
}

.rpg_collected_characters span {
    font-size: 10px !important;
    display: flex;
    border: 1px solid rgba(0,0,0,0.2);
    margin-right: 4px;
    padding: 0 15px 0 10px;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

.rpg_collected_characters span:hover {
    border: 1px solid red;
}

.rpg_collected_characters span:after {
    content: 'x';
    position: absolute;
    top: -5px;
    right: 2px;
}

#rpg_bbp_characters {
    visibility:  hidden;
}

.ui-autocomplete {
    min-width: 161px !important;
    width: auto !important;
    box-sizing: border-box;
}

/*Szenenliste*/

#rpg_scenes_drop_content {
    display:none;
    list-style-type:none;
    width:100%;
    float:left;
}

.rpg_unread, .rpg_read {
    padding-left: 40px;
}

/*rpg_button*/

.rpg_button {
    padding:10px;
    background:#C39F8E;
    width: 180px;
    float: left;
    height: 15px;
    text-align:center; 
    margin:0px 5px 5px 0px;
    text-transform:uppercase;
    list-style-type:none;
    font-weight:200;
    text-decoration:none;
    font-family: 'Quattrocento', serif !important;
}



/*Allgemein*/

.rpg_1-3 {
    width:30%;
    display:block;
    float:left;
    padding:10px;
}

.rpg_2-3 {
    width:60%;
    display:block;
    float:left;
    padding:10px;
}

/*notifications*/

.rpg_notification {
    width:100%;
    float:left;
    display:block;
}


/*-----------------*/

#bbpress-forums img + .bbp-author-avatar img.avatar  {
    display:none;
}

.rpg_signatur {
    padding-top:15px;
    text-align:center;
}

#rpg_add_button {
    width:100px;
    height:16px;
}

.rpg_information {
    height: 40px;
    border-top: 2px solid #c39f8e;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: 20px;
    padding-top: 10px;
}

input#rpg_collects_characters {
    width:300px;
}

#lze_wrapper #bbpress-forums div.bbp-the-content-wrapper {
    float: left;
    width: 100%;
}

/*datepicker provisorisch*/

#ui-datepicker-div {
    background: white;
}

.ui-datepicker-calendar {
    width: 250px;
    background: white;
}

.ui-datepicker-next {
    float:right;
}

/* Forenübersicht Anzeige letzter Poster */

.bbp-forum-freshness > a, .bbp-forum-freshness .bbp-topic-meta, .bbp-topic-freshness > a, .bbp-topic-freshness .bbp-topic-meta {
    display: none;
}

/* Liste mit Szenen */

.rpg_unread::before {
    position: absolute;
    content: '';
    margin-left: -70px;
    width: 60px;
    height:60px;
    background:url('http://siebentuermen.ch/dev2/wp-content/uploads/2017/03/on.gif');
    background-size:100%;
}


/* EXTRAFELDER IM FORUM 
-----------------------*/


.rpg_not_ready {
    text-decoration: line-through;
}

/*.rpg_feld.rpg_bbp_own_character {
    width: 50%;
    float: left;
}

.rpg_bbp_date, .rpg_bbp_location, .rpg_bbp_time {
    width: 30%;
    float: left;
    margin-right: 3%;
}*/

/* partnerboards*/ 
textarea.lze_partner {
    width:100%;
    height: 100px;
    border:0px;
}

#partnercode {
    display:none;
}

/* ausblenden Userava in Charastuff */

body.charastuff #lze_wrapper .bbp-author-avatar {
    display:none;
}

/*wanted*/

.hidden_s {
    display:none;
}

.bbp-forum-freshness > * {
    display:none;
}

#lze_wrapper .rpg_keine_themen {
    display:inline !important;
    font-size: 10px;
}
.rpg_ingame_topic_information {
    display:block !important;
 }

