/**
*
* @package JVA - phpBB Shoutbox
* @version $Id$
* @author 2011-2020 KillBill
* @copyright (c) 2014-2020 https://jv-arcade.com/ - https://jv-arcade.com/contact
* @license https://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

.from_forum {
	background: rgba(0,0,0,0.4);
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
padding: 5px 5px 5px 20px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
background-image: url('../../../../../../ext/vse/abbc3/images/icons/quote.png');
background-repeat: no-repeat;
background-size: 17px;
}


span.jv_shoutbox_date {
	font-size: 8px;
	color: #666;
}

.link {
	padding: 5px;
	cursor: pointer;
}

#jv-shoutbox .inner .topiclist .header dl dt > span {
	opacity: 0;
	pointer-events: none;
}

.page-body:not(.simple) #jv-shoutbox {
	margin-top: 10px;
}

#portal-body #jv-shoutbox {
	margin-top: 0;
	margin-bottom: 10px;
}

#jv-shoutbox li.header dt:first-child {
	padding-left: 10px;
	padding-right: 50px;
}

#jv-shoutbox-copyright img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.jv_shoutbox_sound_on {
	background-image: url("./images/sound_on.png");
}

.jv_shoutbox_sound_off {
	background-image: url("./images/sound_off.png");
}

.jv_shoutbox_loading {
	background-image: url("./images/loading.gif");
}

.jv_shoutbox_load_ok {
	background-image: url("./images/ok.png");
}

.jv_shoutbox_msg_edit {
	background-image: url("./images/edit.png");
}

.jv_shoutbox_msg_delete {
	background-image: url("./images/delete.png");
}

.jv_shoutbox_msg_ip {
	background-image: url("./images/ip.png");
}

.jv_shoutbox_msg_quote {
	background-image: url("./images/quote.png");
}

.jv_shoutbox_msg_pm {
	background-image: url("./images/pm.png");
}

.jv_shoutbox_error {
	background-image: url("./images/error.png");
}

.jv_shoutbox_bbcode_help {
	background-image: url("./images/bbcode_help.png");
}

.jv_shoutbox_sound_on,
.jv_shoutbox_sound_off,
.jv_shoutbox_loading,
.jv_shoutbox_load_ok,
.jv_shoutbox_error,
.jv_shoutbox_msg_edit,
.jv_shoutbox_msg_delete,
.jv_shoutbox_msg_ip,
.jv_shoutbox_msg_quote,
.jv_shoutbox_msg_pm,
.jv_shoutbox_bbcode_help {
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	height: 16px;
	width: 15px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.25s ease-in-out;
}

.jv_shoutbox_sound_on,
.jv_shoutbox_sound_off {
	cursor: pointer;
	height: 20px;
	width: 20px;
}
#jv-shoutbox-smilie-palette a img,
img.smilies {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  box-shadow: 0 1px 3px #000;
}

.jv_shoutbox_sound_on:hover,
.jv_shoutbox_sound_off:hover,
.jv_shoutbox_msg_edit:hover,
.jv_shoutbox_msg_delete:hover,
.jv_shoutbox_msg_ip:hover,
.jv_shoutbox_msg_quote:hover,
.jv_shoutbox_msg_pm:hover,
.jv_shoutbox_bbcode_help:hover {
	opacity: 0.8;
	transition: all 0.25s ease-in-out;
}

.jv_shoutbox_avatar img {
	float: left;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	margin: 2px 2px 0 0!important;
}

.jv_shoutbox_round_avatar img{
	border-radius: 35px;
}

.jv_shoutbox_user {
	padding-bottom: 5px;
}

.jv_shoutbox_user_msg {
	padding-left: 40px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.jv_shoutbox_user_msg blockquote {

	border-radius: 5px;
	margin: 0 0 10px 0px;
}

.jv_shoutbox_user_msg blockquote cite {
	padding: 5px 5px 5px 5px!important;
	margin-bottom: 0px!important;
}

.show div {
	padding: 5px 0px;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
}

#jv_shoutbox_content.more0 div:nth-child(n+10),
#jv_shoutbox_content.more1 div:nth-child(n+20),
#jv_shoutbox_content.more2 div:nth-child(n+30),
#jv_shoutbox_content.more3 div:nth-child(n+40),
.show #more1.hidden,
.show #more2.hidden,
.show #more3.hidden,
#jv_shoutbox_loadafter, #jv_shoutbox_loadafter dd {
	display: none;
}

.show #more1,
.show #more2,
.show #more3 {
	display: block;
}

.jv_shoutbox_post_top li.row {
	border-top-color: transparent;
	border-bottom-color: #00608f;
}

.jv_shoutbox_post_bottom li.row {
	border-bottom-color: transparent;
	border-top-color: #00608f;
}

.jv_shoutbox_post_top ul dt, .jv_shoutbox_post_bottom ul dt {
	width: 95%;
	padding: 3%;
}

.jv_shoutbox_post_top ul dd, .jv_shoutbox_post_bottom ul dd {
	float: right;
	padding: 0;
	min-height: 20px;
	min-width: 25px;
}

.jv_shoutbox_post_top li.row dd, .jv_shoutbox_post_bottom li.row dd {
	border-left-color: #ffffff;
}

#jv_shoutbox_loadafter li.row {
	border-top-color: #00608f;
}

#jv_shoutbox_loadafter dl.bg3, .jv_shoutbox_post_top li.row, .jv_shoutbox_post_bottom li.row {

}

#jv_shoutbox_scroll {
	/* min-height: 135px; */
	/* max-height: 500px; */
	height: auto;
	overflow-y: auto;
}

.jv_shoutbox_message_box {
	overflow: hidden;
	padding: 2px 0;

	border-top-color: #ffffff;
}

.jv_shoutbox_message_box:last-child {
	border-bottom: none;
}


.bg1.jv_shoutbox_message_box {
	background-color: #262a31;
}
.bg1.jv_shoutbox_message_box:hover {
	background-color: none!important;
}
.bg2.jv_shoutbox_message_box {
}
.bg2.jv_shoutbox_message_box:hover {
	background-color: none!important;
}
.jv_shoutbox_message_box_data {
	float: left;
	padding-left: 3px;
	margin: 2px -100px 2px 2px;
	width: 98%;
	font-size: 0.9em;
	line-height: 1.2em;
}

.jv_shoutbox_message_box_action {
	float: right;
	margin: 0 4px 0 0;
	text-align: right;
	width: auto;
}

.jv_shoutbox_message_box_action form {
	display: inline;
}

.jv_shoutbox_edit_count  {
	font-style: italic;
	font-size: 0.9em;
	padding-top: 2px;
}

.phpbb_alert.jv_shoutbox {
	border: 1px solid #000;
	border-radius: 10px;
}

#jvshoutbox-colour-palette  {
	display: none;
}

#jvshoutbox-colour-palette table {
	margin: 5px auto 0;
	border-collapse: separate;
	border-spacing: 1px;
}

#jv-shoutbox-bbcode-palette, #jv-shoutbox-smilie-palette {
	display: none;
	margin: 5px 10px 5px 0;
	text-align: center;
}

.jv_shoutbox_smilie_scroll_box  {
	overflow-y: auto;
	max-height: 15em;
}

.jv_shoutbox_msg_icon {
	/*padding: 20px*/
}

#jv_shoutbox_msg {
	vertical-align: top;
	resize: none;
	height: 37px;
	max-height: 45px;
	max-width: 600px;
	padding: 3%;
	margin: 0;
	width: 93%;
}

.jv_shoutbox_action_buttons {
	display: inline-block;
	padding-top: 1px;
}

.jv_shoutbox_rmb
{
	margin-bottom: 0 !important;
}

.jv_shoutbox_open, .jv_shoutbox_close {
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
	background-image: url("./images/icons_button.png");
	background-color: #fff;
	opacity: 0.7;
	border-radius: 4px;
	height: 15px;
	width: 16px;
	float: right;
}

.jv_shoutbox_close {
	background-position: 283px 2px;
}

.jv_shoutbox_open {
	background-position: 263px 2px;
}

.jv_shoutbox_open:hover, .jv_shoutbox_close:hover {
	opacity: 1;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	#jv_shoutbox_msg {
		max-width: initial;
		width: 90%;
	}

	.jv_shoutbox_post_top ul dt, .jv_shoutbox_post_bottom ul dt {
		margin-right: -40px !important;
	}

	.jv_shoutbox_post_top ul dd, .jv_shoutbox_post_bottom ul dd {
		display: block;
	}

	.jv_shoutbox_message_box_data {
		margin-right: -100px;
	}
}

@media only screen and (max-width: 450px), only screen and (max-device-width: 450px) {
	.jv_shoutbox_sep {
		display: none;
	}

	#jv_shoutbox_msg {
		width: 80%;
	}

	.jv_shoutbox_post_top ul dt, .jv_shoutbox_post_bottom ul dt {
		width: 84%;
		margin-right: 0 !important;
	}

	.jv_shoutbox_post_top ul dd, .jv_shoutbox_post_bottom ul dd {
		border-left: 1px solid #ffffff !important;
	}

	.jv_shoutbox_date {
		display: block;
	}
}


/* ============================================================
   XL Oldies: Shoutbox sauber für Gäste und eingeloggte Benutzer
   Gäste lesen nur; eingeloggte Benutzer schreiben wie bisher.
   ============================================================ */

#jv-shoutbox {
    box-sizing: border-box;
    overflow: hidden;
}

#jv-shoutbox .inner {
    box-sizing: border-box;
    overflow: hidden;
}

#jv-shoutbox-table {
    box-sizing: border-box;
    overflow: hidden;
}

#jv_shoutbox_scroll {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: auto !important;
    max-height: 520px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 6px 8px 6px !important;
    background: transparent !important;
    border: 0 !important;
}

#jv_shoutbox_content {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
}

.jv_shoutbox_message_box {
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    overflow: hidden !important;
    margin: 0 0 6px 0 !important;
    padding: 8px !important;
    border-radius: 9px !important;
}

.jv_shoutbox_message_box_data {
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
}

.jv_shoutbox_avatar {
    float: left !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    margin: 0 8px 4px 0 !important;
}

.jv_shoutbox_avatar img {
    float: none !important;
    display: block !important;
    width: 35px !important;
    height: 35px !important;
    margin: 0 !important;
    border-radius: 50px !important;
}

.jv_shoutbox_user_msg {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 4px 3px 46px !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

.jv_shoutbox_user {
    padding: 0 0 3px 0 !important;
    line-height: 1.15 !important;
}

.jv_shoutbox_user span,
.jv_shoutbox_user a {
    line-height: 1.15 !important;
}

.jv_shoutbox_date {
    display: inline-block !important;
    line-height: 1.1 !important;
}

.jv_shoutbox_message_box_action {
    float: none !important;
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    width: auto !important;
    margin: 0 !important;
    text-align: right !important;
}

.xl-shoutbox-readonly {
    display: block !important;
    box-sizing: border-box !important;
    width: calc(100% - 12px) !important;
    margin: 6px 6px 8px 6px !important;
    padding: 8px 10px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(214,179,90,.28) !important;
    background: linear-gradient(180deg, rgba(31,41,55,.92), rgba(15,23,42,.92)) !important;
    color: #dbeafe !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

.xl-modern-shoutbox-notice {
    box-sizing: border-box !important;
    width: calc(100% - 12px) !important;
    margin: 6px !important;
    padding: 6px 8px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
}

/* Schreibbereich nur für eingeloggte Benutzer sauber halten */
#jv-shoutbox-post {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 0 8px 0 !important;
}

#jv-shoutbox-post .jv_shoutbox_msg_icon {
    box-sizing: border-box !important;
    width: 100% !important;
}

#jv_shoutbox_msg {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
    #jv_shoutbox_scroll {
        max-height: 460px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .jv_shoutbox_message_box {
        padding: 7px !important;
        margin-bottom: 6px !important;
    }

    .jv_shoutbox_user_msg {
        padding-left: 44px !important;
        padding-right: 2px !important;
        font-size: 12px !important;
        line-height: 1.22 !important;
    }

    .jv_shoutbox_avatar {
        width: 36px !important;
        min-width: 36px !important;
        margin-right: 7px !important;
    }

    .jv_shoutbox_avatar img {
        width: 34px !important;
        height: 34px !important;
    }

    .xl-shoutbox-readonly {
        font-size: 11px !important;
        margin: 6px 5px 8px 5px !important;
        width: calc(100% - 10px) !important;
    }
}
