﻿/**********************************************************************************
* shoutbox.css                                                           		  *
***********************************************************************************
*                                                                                 *
* SMFPacks Shoutbox Pro v1.4.4                                             		  *
* 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%;
	}
}

.sbox_smiley:hover,
.shoutbox_buttons_bar img:hover {
	filter: brightness(2);
}

.shoutbox_mini_avatar > img{
	max-width: 16px;
    max-height: 16px;
    vertical-align: middle;
}
.shoutbox_row{
	padding: 3px 2px;
}
.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;
}
.shoutbox_input_bar{
	width: 70%;
	float: left;
}
.shoutbox_buttons_bar{
	width: 30%;
	float: right;
	text-align: right;
}
.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_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;
}

.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;
	z-index: 10;
}
.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;
}
tr#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;
}

@media screen and (min-width: 240px) and (max-width: 640px) {
	.shoutbox_time{
		display: none;
	}
	.shoutbox_mini_avatar{
		display: none;
	}
	.shoutbox_icons_row{
		margin-bottom: 10px;
	}
	.whisper_icon{
		display: none;
	}
	.shoutbox_input_bar{
		width: 100%;
		display: block;
	}
	.shoutbox_buttons_bar{
		width: 100%;
		display: block;
		text-align: left;
		margin-top: 10px;
	}
	.shoutbox_icons_row img{
		margin: 2px;
	}
	#shoutbox_animation{
	    left: 0;
	}

	#shoutbox_gif_results img {
		width: 100%;
		max-height: 100px;
		max-width: 100%;
	}
}
