﻿ N/**********************************************************************************
* shoutbox.css                                                           		  *
***********************************************************************************
*                                                                                 *
* SMFPacks Shoutbox Pro v2.0                                             		  *
* Copyright (c) 2015-2019 by NIBOGO. All rights reserved.          	  			  *
* Powered by www.smfpacks.com                                                     *
* Developed by NIBOGO for SMFPacks.com                                            *
*                                                                                 *
***********************************************************************************
* THIS IS A PAID PRODUCT. YOU CANNOT USE IT WITHOUT A LICENSE OR YOUR WEBSITE	  *
* IS GOING TO BE REPORTED. PLEASE CONTACT US IF YOU GOT THIS MOD IN A PAGE		  *
* DIFFERENT THAN WWW.SMFPACKS.COM: contact@smfpacks.com 						  *
**********************************************************************************/

/* Responsive shoutbox */
@media screen and (min-width: 641px) {
	#shoutbox_animation{
	    left: 35%;
	}
}

.shoutbox_main_container {
	margin: 12px 0;
	padding: 12px 0;
}

.shoutbox_mini_avatar > img{
	border-radius: 100%;
    height: 24px;
	margin-right: 0.25rem;
    vertical-align: middle;
	width: 24px;
}
.shoutbox_row{
	padding: 5px 12px;
}
.shoutbox_row:nth-child(odd){
	background-color: #f6f6f6;
}
.shoutbox_row:nth-child(even){
	background-color: #dbdbdb;
}
.shoutbox_dark_mode .shoutbox_row:nth-child(odd){
	background-color: #1e1e1e;
}
.shoutbox_dark_mode .shoutbox_row:nth-child(even){
	background-color: #454545;
}
.shoutbox_row blockquote {
	margin-top: 0.25rem;
}
.shoutbox_text_left{
	text-align: left;
}
.shoutbox_text_right{
	text-align: right;
}
.shoutbox_icons_row img{
	vertical-align: middle;
}
.whisper_icon{
	vertical-align: middle;
}
.padding_right_input_bar{
	padding-right: 1ex;
}
.font_option{
	text-align: left;
	padding: 6px 8px;
	width: 145px;
	overflow: auto;
	height: 150px;
	max-height: 150px
}
#shoutbox_banned{
	margin: 0 0.6em;
	padding-right: 0.6em;
	overflow: auto;
	resize: vertical;
}
#shoutbox_banned > table, #shoutbox_table {
	width: 100%;
}
.shoutbox_no_padding{
	padding: 0;
	margin: 0;
}

/* All the modal stuff! */
#modal-overlay {
  background: #fff;
  filter: alpha(opacity=60);
  height: 100%;
  left: 0;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
}

#modal-container {
  background: #fff;
  border: 1px solid #ababab;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 10px;
  font-family: arial,sans-serif;
  font-size: 14px;
  position: absolute;
  z-index: 998;
}

#modal-header {
  height: 20px;
  overflow: hidden;
  clear: both;
}

#modal-close {
  background: #fff url('../scripts/shoutbox/images/modal-close.png') no-repeat center center;
  cursor: pointer;
  display: block;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  opacity: 0.6;
  float: right;
  height: 20px;
  width: 20px;
}
#modal-close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -ms-filter: alpha(opacity=100);
  opacity: 1.0;
}

#modal-content {
  display: block;
  padding: 0 20px 10px 20px;
  z-index: 999;
}

#modal-container.modal-loading {
  background: #fff url('../scripts/shoutbox/images/loading.gif') no-repeat center center;
}

#shoutbox{
    position: relative;
}
#shoutbox_animation{
	float: left;
    position: absolute;
    bottom: 40px;
}
.shoutbox_video_icon{
	vertical-align: middle;
	width: 12px;
	height: 12px;
}
#mainframe{
	margin: 0;
	width: 100%;
}
.sbox_full_width{
	width: 100%;
}
.sbox_collapse{
	float: right;
	margin: 10px 5px 0 1em;
	height: 31px;
	line-height: 31px;
}
.sbox_ajax_loader{
	margin-right: 0.5em;
	float: left;
}
#shoutbox_message{
	text-decoration: underline;
	padding: 2px 0;
	width: 90%;
	transition: all 0.5s linear;
}
#shoutbox_faces, #colorpicker{
	right: 0;
    border: 1px solid #cccccc;
    border-radius: 2px;
    position: absolute;
	margin-top: 2rem;
}
.shoutbox_faces_div{
	padding: 2px 0;
	display: block;
}
#sbox_color_greyscale{
	width: 90px;
}
#colorpicker_select, #colorpicker_sample{
	background-color: #fff;
	width: 100px;
	height: 20px;
}
#colorpicker_select{
	border-bottom: 0;
}
#colorpicker_sample{
	border-top: 0;
}
#colorpicker_hexa{
	padding: 2px;
	width: 96px;
}
.sbox_smiley{
	cursor: pointer;
	margin: 3px;
}
.sbox_panel{
	margin: 5px;
}
.sbox_panel .windowbg{
	padding: 0.5em 0.6em;
	text-align: right;
}
.sbox_panel .windowbg2{
	margin-top: 1px;
	padding: 0.4em 0;
}
.sbox_margin20{
	margin: 20px;
}
#shoutbox_pageindex{
	margin: 0 0.6em 0.4em 0.6em;
	padding-right:0.6em;
}
#shoutbox_content{
	margin: 0 0.6em;
	padding-right: 0.6em;
	overflow: auto;
	resize: vertical;
}
#shoutbox_content div{
	padding: 3px 2px;
}
.sbox_panel_message{
	padding-left: 6px;
	text-align: left;
}
.sbox_padding_top8{
	padding-top: 8px;
}
.sbox_width_250{
	width: 250px;
}
.sbox_width_350{
	width: 350px;
}
.sbox_width_50{
	width: 50px;
}
#shoutbox_settings tr{
	height: 25px;
}
#shoutbox_settings .windowbg2{
	padding: 8px;
	border-radius: 15px;
}
#shoutbox_settings textarea{
	width: 280px;
	height: 80px
}
#shoutbox_error{
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin: 10px 0px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#shoutbox_msgs{
	display: none;
}
#shoutbox_gif_search img {
	max-width: 20%;
}
#shoutbox_gif_search img:hover {
	cursor: pointer;
}
#shoutbox_gif_results img:hover {
	outline: 5px solid #75aaff;
}
#shoutbox_gif_search_input {
	width: 200px;
	max-width: 80%;
	padding: 5px;
	margin: 10px 0px;
}
.shoutbox_focus_border {
	border: 1.5px solid #75aaff !important;
}
.shoutbox_images img {
	max-width: 100%;
	max-height: 10rem;
}

.shoutbox_input_bar{
	flex: 1 1 0;
	margin-left: 10px;
}
.shoutbox_postbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.shoutbox_buttons_bar{
	align-items: center;
    background: #ddd;
    border-bottom: 1px solid #aaa;
    border-radius: 3px;
	display: flex;
    margin: 1px 5px 1px 0;
    padding: 1px;
	text-align: right;
}

.shoutbox_buttons_bar_button {
	float: left;
    cursor: pointer;
    padding: 3px 5px;
    border-radius: 3px;
    background-clip: padding-box;
}

.shoutbox_buttons_bar_button:hover, .shoutbox_buttons_bar_button:active, .shoutbox_buttons_bar_button.active {
	background: #fff;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.3), inset -1px 0 rgba(0,0,0,.3), inset 0 -1px 0 rgba(0,0,0,.2);
}

.shoutbox_icons_row{
	margin-bottom: 10px;
}

.shoutbox_icons_row img{
	margin: 2px;
}

.shoutbox_attachments_file {
	display: flex;
	flex-direction: column;
	margin-right: 0.5rem;
	width: 20%;
}

.shoutbox_attachments_file_details_top {
	align-items: center;
	display: flex;
}

.shoutbox_attachments_file_details_top > a {
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 640px) {
	.shoutbox_time{
		display: none;
	}
	.shoutbox_mini_avatar{
		display: none;
	}
	.whisper_icon{
		display: none;
	}
	.shoutbox_input_bar{
		width: 100%;
		display: flex;
	}
	#shoutbox_message {
		flex: none;
		width: 85%;
		margin-right: 10px;
	}
	.shoutbox_buttons_bar{
		justify-content: space-between;
		margin: 10px 1rem 0 1rem;
		text-align: left;
		width: 95%;
	}
	#shoutbox_animation{
	    left: 0;
	}

	#shoutbox_gif_results img {
		width: 100%;
		max-height: 100px;
		max-width: 100%;
	}

	.shoutbox_postbar {
		flex-direction: column;
	}

	.shoutbox_attachments_file {
		width: 33%;
	}
}

.shoutbox_actions {
	cursor: pointer;
	margin: 0 0.25rem;
	position: relative;
    top: 2px;
}

.shoutbox_actions ul {
	display: none;
	padding-inline-start: 0;
}

.shoutbox_actions:hover ul {
	border: 1px solid #ccc;
	display: flex;
	position: absolute;
	top: 0;
	left: 1rem;
	background: #fff;
	border-radius: 0.25rem;
	min-width: 130px;
	width: auto;
	z-index: 10;
}

.shoutbox_actions_top_distance ul {
	top: 1rem;
}

.shoutbox_actions:hover ul li {
	align-items: center;
	border-bottom: 1px solid #ccc;
	display: flex;
	padding: 0;
	width: 100%;
}

.shoutbox_actions:hover ul li a {
	align-items: center;
	display: flex;
	color: rgb(36, 36, 36);
	height: 2rem;
	justify-content: center;
	padding: 3px 6px;
	white-space: nowrap;
	width: 100%;
}

.shoutbox_actions:hover ul li a:hover {
	background: #f5f5f5;
	text-decoration: none;
}

.shoutbox_actions:hover ul li a:hover:first-child, .shoutbox_actions:hover ul li:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.shoutbox_actions:hover ul li a:hover:last-child, .shoutbox_actions:hover ul li:last-child {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.shoutbox_ban_form {
	display: flex;
	flex-direction: column;
	min-width: 300px;
}

.shoutbox_ban_form > input {
	margin: 0.25rem 0;
	width: 100%;
}

.shoutbox_ban_form > input[type="submit"] {
	cursor: pointer;
}

#colorpicker > div, #shoutbox_faces > div {
	position: relative;
	z-index: 100;
}

.shoutbox_poster_row {
	align-items: center;
	display: inline-flex;
}

.shoutbox_poster_row .shoutbox_time {
	margin: 0 2px;
}

.shoutbox_blink_me {
	animation: shoutbox_blinker 1s linear infinite;
}
  
@keyframes shoutbox_blinker {
	50% {
		opacity: 0.3;
	}
}

.shoutbox_attachments {
	margin-top: 0.5rem;
	display: flex;
	overflow-x: auto;
	width: 100%;
	font-size: 0.9em;
}

.shoutbox_attachments_file_icon {
	display: inline;
	width: 16px;
}

.shoutbox_attachments_file_details {
	display: flex;
	flex-direction: column;
}


.shoutbox_attached_image {
	height: auto;
	width: 100px;
}

.shoutbox_admin_settings {
	display: flex;
	flex-direction: column;
}

.shoutbox_admin_settings_row {
	align-items: center;
	display: flex;
	background-color: #f0f4f7;
	padding: 0.85rem 3rem;
}

.shoutbox_admin_settings_row:nth-child(odd) {
	background-color: #fdfdfd;
}

.shoutbox_admin_settings_row:hover {
	background-color: #e2eef8;
}

.shoutbox_admin_settings_row_left {
	display: flex;
	flex-direction: column;
	width: 40%;
}

.shoutbox_admin_settings_row_name {
	align-items: center;
	display: flex;
}

.shoutbox_admin_settings_row_title {
	font-weight: bold;
	font-size: 1rem;
	justify-content: center;
}

.shoutbox_admin_settings {
	color: black;
}