.Ajax_Shoutbox_Widget .error_message {
	margin-bottom: 4px;
	padding: 3px;
	border: 1px solid #B36462;
	color: #B36462;
	background-color: #EEDBDB;
	text-align: center;
}

.Ajax_Shoutbox_Widget .no-messages {
	font-weight: bold;
	text-align: center;
}

.Ajax_Shoutbox_Widget #sb_form .resizable {
	width: 100%;
	max-width: 100%;
	min-width: 100%;	
	height: 4em;
	margin: 2px 0 1ex;
}

.Ajax_Shoutbox_Widget .sb_input {
	width: 100%;
	height: 100%;
	padding: 0;
	resize: none;
}

.Ajax_Shoutbox_Widget #sb_form .resizable .ui-resizable-s {
	background: url("data:image/svg+xml;utf,<svg viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'><g style='stroke:rgb(128,128,128);stroke-width:1'><line x1='0' y1='8' x2='8' y2='0' /><line x1='4' y1='8' x2='8' y2='4' /></g></svg>") no-repeat right bottom;
	background-size: 6px 6px;
	cursor: se-resize;
	height: 12px;
	width: 12px;
	left: auto;
	right: 2px;
	bottom: 2px;
} 

.Ajax_Shoutbox_Widget #sb_addmessage:before {
	font-family: "dashicons";
	margin-right: 0.4em;
	content: "\f101";
}

.Ajax_Shoutbox_Widget .sb_placeholder {
	color:#808080;
}

.Ajax_Shoutbox_Widget .confirm:before {
	font-family: "dashicons";
	margin-left: 0.4em;
	content: "\f147";
}

.Ajax_Shoutbox_Widget .confirm {
	display: none;
}

#sb_smiles {
	margin-top: 4px;
	display: none;
	text-align: center;
}

#sb_messages {
	padding: 2px;
	overflow: auto;
	height: 250px;
	text-align: left;
	margin-bottom: 0.25em;
}

#sb_showsmiles {
	cursor: pointer;
	float: right;
	margin-top: 0.7ex;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}

.Ajax_Shoutbox_Widget .wp-smiley {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	margin:1px;
	cursor:pointer;
}

#input_area {
	text-align: left;
}

.Ajax_Shoutbox_Widget {
	position: relative;
}

.Ajax_Shoutbox_Widget .icons {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}

.sb_rss_link {
	display: inline-block;
	width: 1.0em;
	height: 2.3ex;
	overflow: hidden;
	margin-left: 0.3em;
}

.sb_rss_link:before {
	font-family: "dashicons";
	margin-right: 0.4em;
	content: "\f303";
}

.Ajax_Shoutbox_Widget .icons .spinner {
	display: none;
	-webkit-background-size: 2.5ex 2.5ex;
	background-size: 2.5ex 2.5ex;
	width: 2.5ex;
	height: 2.59ex;
	float: left;
	margin-left: 0;
}

.Ajax_Shoutbox_Widget .icons .warning {
	float: left;
	display: none;
}

.Ajax_Shoutbox_Widget .icons .warning:before {
	font-family: "dashicons";
	margin-right: 0.1em;
	content: "\f534";
}

.Ajax_Shoutbox_Widget .icons .speaker {
	float: left;
}

.Ajax_Shoutbox_Widget .icons .active.speaker:before {
	content: "\f521";
	color: #727272;
}

.Ajax_Shoutbox_Widget .icons .speaker:before {
	cursor: pointer;
	font-family: "dashicons";
	margin-left: 0.1em;
	content: "\f520";
	color: #a6a6a6;
}

.Ajax_Shoutbox_Widget .icons .lock {
	float: left;
	display: none;
}

.Ajax_Shoutbox_Widget .icons .lock:before {
	font-family: "dashicons";
	margin-right: 0.1em;
	content: "\f160";
}

.sb_message {
	clear: left;
	margin-bottom: 1ex;
}

.sb_message_header {
	position: relative;
}

.sb_message_header .avatar {
	height: 32px;
	width: 32px;
	background-size: 32px 32px;
	float: left;
	display: inline-block;
	border: 1px solid lightgray;
	margin-right: 0.5em;
	margin-top: 0.5ex;
}

.sb_message_header .username {
	font-weight: bold;
}

.sb_message_header .info {
	margin-top: -0.4ex;
	display: block;
}

.sb_message_body {
	clear: left;
}

.sb_message_body a {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	vertical-align: top;
}

.sb_message_body .reply {
	font-size: inherit;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: inherit;
}

.sb_message_body .reply:before {
	content: "@";
}

.sb_message_body img,
.sb_message_body embed,
.sb_message_body iframe,
.sb_message_body object,
.sb_message_body video,
.sb_message_body video.wp-video-shortcode {
	max-width: 100%;
	margin: 0;
}

.sb_message_body img,
.sb_message_body video.wp-video-shortcode {
	height: auto;
}

.sb_message_body div.wp-video {
	max-width: 100% !important;
	height: auto !important;
}

.sb_message_body audio.wp-audio-shortcode {
	visibility: visible !important;
}

.Ajax_Shoutbox_Widget .spinner {
	background: url('../../../../wp-admin/images/spinner.gif') no-repeat 0 1px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 20px;
	height: 20px;
	margin: 0 5px;
	overflow: none;
	vertical-align: top;
}

.sb_message_body span[class$="-embed-video"] {
	display: block;
	position: relative;
	width: 100%;
	max-width: 640px;
	background-size: 100% auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.sb_message_body span[class$="-embed-video"]:before {
	content: "";
	display: block;
	padding-top: 56.25%; 	/* 16:9*/
}

.sb_message_body span[class$="-embed-video"] .play-button {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 25% auto;
}

.sb_message_body span[class$="-embed-video"] .play-button:focus,
.sb_message_body span[class$="-embed-video"] .play-button:active:focus {
	outline: none;
}

.sb_message_body .youtube-embed-video .play-button {
	background-image: url("data:image/svg+xml;utf,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><g><path d='M31.67,9.179c0,0-0.312-2.353-1.271-3.389c-1.217-1.358-2.58-1.366-3.205-1.443C22.717,4,16.002,4,16.002,4   h-0.015c0,0-6.715,0-11.191,0.347C4.171,4.424,2.809,4.432,1.591,5.79C0.633,6.826,0.32,9.179,0.32,9.179S0,11.94,0,14.701v2.588   c0,2.763,0.32,5.523,0.32,5.523s0.312,2.352,1.271,3.386c1.218,1.358,2.815,1.317,3.527,1.459C7.677,27.919,15.995,28,15.995,28   s6.722-0.012,11.199-0.355c0.625-0.08,1.988-0.088,3.205-1.446c0.958-1.034,1.271-3.386,1.271-3.386s0.32-2.761,0.32-5.523v-2.588   C31.99,11.94,31.67,9.179,31.67,9.179z' fill='%231f1f1e' fill-opacity='0.81'/><polygon fill='%23FFFFFF' points='12,10 12,22 22,16'/></g></svg>");
}

.sb_message_body .youtube-embed-video .play-button:hover {
	background-image: url("data:image/svg+xml;utf,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><g><path d='M31.67,9.179c0,0-0.312-2.353-1.271-3.389c-1.217-1.358-2.58-1.366-3.205-1.443C22.717,4,16.002,4,16.002,4   h-0.015c0,0-6.715,0-11.191,0.347C4.171,4.424,2.809,4.432,1.591,5.79C0.633,6.826,0.32,9.179,0.32,9.179S0,11.94,0,14.701v2.588   c0,2.763,0.32,5.523,0.32,5.523s0.312,2.352,1.271,3.386c1.218,1.358,2.815,1.317,3.527,1.459C7.677,27.919,15.995,28,15.995,28   s6.722-0.012,11.199-0.355c0.625-0.08,1.988-0.088,3.205-1.446c0.958-1.034,1.271-3.386,1.271-3.386s0.32-2.761,0.32-5.523v-2.588   C31.99,11.94,31.67,9.179,31.67,9.179z' fill='%23E02F2F'/><polygon fill='%23FFFFFF' points='12,10 12,22 22,16'/></g></svg>");
}

.sb_message_body .vimeo-embed-video .play-button {
	background-image: url("data:image/svg+xml;utf,<svg viewBox='0 0 67 42' xmlns='http://www.w3.org/2000/svg'><g><rect x='1' y='1' rx='5' ry='5' width='65' height='40' fill='%231f1f1e' fill-opacity='0.81' /><polygon fill='%23FFFFFF' points='26,10 44,21 26,31'/></g></svg>");
}

.sb_message_body .vimeo-embed-video .play-button:hover {
	background-image: url("data:image/svg+xml;utf,<svg viewBox='0 0 67 42' xmlns='http://www.w3.org/2000/svg'><g><rect x='1' y='1' rx='5' ry='5' width='65' height='40' fill='%2300adef' /><polygon fill='%23FFFFFF' points='26,10 44,21 26,31'/></g></svg>");
}

.sb_message_body .vidme-embed-video .play-button {
	background-image: url("data:image/svg+xml;utf,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><g><circle cy='50%' cx='50%' r='50%' fill='%231f1f1e' fill-opacity='0.81'/><polygon fill='%23FFFFFF' points='24,16 9,22 12,16 9,10 '/></g></svg>");
}

.sb_message_body .gallery-embed-rajce {
	display: none;
}

.sb_message_body .gallery-embed-rajce-mini-preview {
	display: block;
}

.sb_message_body .gallery-embed-rajce-mini-preview .gallery-item a {
	overflow: visible;
}

.Ajax_Shoutbox_Widget .button {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	
	border-color: #ccc;
	background: #f7f7f7;
	-webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
	vertical-align: top;
}

.Ajax_Shoutbox_Widget .button.disabled {
	 pointer-events: none;
	 cursor: default;
	 color: lightGray;
}

.Ajax_Shoutbox_Widget .button:hover {
	text-decoration: none;
	background: #fafafa;
	border-color: #999;
	color: #222;
}

.Ajax_Shoutbox_Widget .button:active {
	background: #eee;
	border-color: #999;
	color: #333;
	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
	box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
}

.sb_message_header .menu {
	position: absolute;
	display: none;
	left: 15px;
	top: 20px;
	border: 1px solid black;
	padding: 0.3ex 0.7em;
	background: white;
	color: black;
	z-index: 1000;
}

.sb_message_header:hover .menu,
.sb_message_header .menu:hover {
	display: block;
}

.sb_message_header .menu .command {
	display: block;
	font-size: inherit;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
}

.sb_message_header .menu .infos *:first-child {
	border-top: 1px solid black;
	margin-top: 2px;
	padding-top: 3px;
}

.sb_message_header .menu .info {
	display: block;
	padding: 2px 0 2px 18px;
}

.sb_message_header .menu .ip-address {
	background: url("data:image/svg+xml;utf,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 20.234 20.234'><g><path style='fill:%23030104;' d='M6.776,4.72h1.549v6.827H6.776V4.72z M11.751,4.669c-0.942,0-1.61,0.061-	2.087,0.143v6.735h1.53V9.106c0.143,0.02,0.324,0.031,0.527,0.031c0.911,0,1.691-0.224,2.218-0.721c0.405-0.386,0.628-0.952,0.628-1.621c0-0.668-0.295-1.234-0.729-1.579C13.382,4.851,12.702,4.669,11.751,4.669z M11.709,7.95c-0.222,0-0.385-0.01-0.516-0.041V5.895c0.111-0.03,0.324-0.061,0.639-0.061c0.769,0,1.205,0.375,1.205,1.002C13.037,7.535,12.53,7.95,11.709,7.95z M10.117,0C5.523,0,1.8,3.723,1.8,8.316s8.317,11.918,8.317,11.918s8.317-7.324,8.317-11.917S14.711,0,10.117,0z M10.138,13.373c-3.05,0-5.522-2.473-5.522-5.524c0-3.05,2.473-5.522,5.522-5.522c3.051,0,5.522,2.473,5.522,5.522C15.66,10.899,13.188,13.373,10.138,13.373z'/></g></svg>") no-repeat 0px 6px;
	background-size: auto 1em;
}

#sb-reply {
	display: none;
	background: white;
	padding: 2px;
	border: 1px solid gray;
	position:absolute;
	box-sizing: border-box;
}

.sb_message_body div[class$="-embed"] {
	margin: 2px 2px 2px 0;
	border: 1px solid gray;
	padding: 2px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: right 2px bottom 0;
	position: relative;
}

.sb_message_body div[class$="-embed"] a {
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	display: block;
}

.sb_message_body div[class$="-embed"] .url {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sb_message_body div[class$="-embed"] img {
	max-height: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	box-shadow: none;
}

.sb_message_body div[class$="-embed"] span {
	display: block;
}

.sb_message_body div.ebay-embed {
	background-image: url(http://viewider.com/services/files/max@come2list.com/1000px-EBay_logo.svg.png);
}

.sb_message_body div.fb-event-embed {
	background-image: url(https://www.facebook.com/favicon.ico);
	background-position: right 1px bottom 1px;
}

.sb_message_body div.amazon-embed {
	background-image: url(http://www.amazon.com/favicon.ico);
	background-position: right 1px bottom 1px;
}

.sb_message_body div[class$="-embed"] .excerpt {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 6ex;
	margin-bottom: 1ex;
}

.sb_message_body div[class$="-embed"] .site {
	margin: 0;
	padding: 0;
	display: inline-block;
	box-shadow: none;
	background-color: inherit;
	color: inherit;
}

.sb_message_body div[class$="-embed"] .site:before {
	background-color: inherit;
	color: inherit;
	width: 0;
}

.sb_message_body div[class$="-embed"] .site .siteicon {
	display: inline;
	margin-right: 0.4em;
	width: 1.25em;
	height: auto;
}

.sb_message_body div[class$="-embed"] .comments {
	display: inline-block;
	position: absolute;
	right: 0;
	margin-right: 0.2em;
	padding-left: 1.7em;
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%2382878c%27%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
}