[class*=" custom-icons-"] {
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.custom-icons-gmb {
  background: url('/images/svg/google_my_business.svg') 50% 50% no-repeat;
  height: 16px;
  width: 17px;
}

.custom-icons-bot {
  background: url('/images/svg/chatbot.svg') 50% 50% no-repeat;
  height: 16px;
  width: 17px;
}

i.fa-facebook {
  color: #3b5998;
}

i.fa-sms {
  color: #97bf57;
}

html.soci_modal_open {
	overflow: hidden;
}

html.ui_dialog_open {
	overflow: auto !important;
}

body {
	margin: 0;
	font-family: sans-serif;
}

input[type=button], input[type=submit] {
	cursor: pointer;
}
.clearfix {
	clear: both;
}
.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.selectable {
    -moz-user-select: -moz-auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    -o-user-select: auto;
    user-select: auto;
}

.rounded_2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.rounded_3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.rounded_4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.rounded_5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.not_rounded_topleft {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}
.not_rounded_bottomleft  {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.not_rounded_bottomright {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}



.tweet_button_wrapper {
	width: 96px;
	height: 20px;
	position: relative;
}
.tweet_button_wrapper a {
	padding: 0;
}
.tweet_button_wrapper .tweet_button {
	width: 55px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/images/btn_tweet.png');
}
.tweet_button_wrapper .tweet_button:hover {
	background-position: 0 -21px;
	cursor: pointer;
	text-decoration: none;
}
.tweet_button_wrapper .tweet_count {
	display: block;
	position: absolute;
	left: 58px;
	top: 0;

	width: 38px;
	height: 20px;
	background-color: transparent;
	background-image: url('/images/btn_tweet.png');
	background-position: 0 -145px;
}
.tweet_button_wrapper .tweet_count:hover {
	background-position: 0 -166px;
	cursor: pointer;
	text-decoration: none;
}
.tweet_button_wrapper .tweet_count span {
	display: block;
	color: #2A7090;
	font: bold 12px Arial,Helvetica,sans-serif;
	margin-left: 6px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	background-color: transparent;
	background-image: url('/images/btn_tweet.png');
	background-position: right -145px;
}
.tweet_button_wrapper .tweet_count:hover span  {
	background-position: right -166px;
}

a, a:visited{
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




.background_avatar {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.standard_button {
	position: relative;
	background: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	border: none;
	color: white;
	text-decoration: none;
	cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
	margin: 3px;
	white-space: nowrap;
	font-family: "Open Sans", sans-serif;
	text-shadow: none;
	font-weight: normal;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	height: 37px;
}
.standard_button .btn_background_left {
	position: absolute;
	top: 0;
	left: 0;
	right: 5px;
}
.standard_button .btn_background_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.standard_button .btn_text {
	color: white;
	text-decoration: none;
	display: block;
	margin: 7px 14px 0 14px;
}
a.standard_button:hover { text-decoration: none; }


.standard_button .btn_background_left {
	height: 37px;
	background: url('/images/buttons.png') 0 0;
}
.standard_button .btn_background_right {
	height: 37px;
	background: url('/images/buttons.png') right 0;
}
.standard_button:hover .btn_background_left {
	background-position: 0 -37px;
}
.standard_button:hover .btn_background_right {
	background-position: right -37px;
}
.btnl_white .btn_text { color: #222222; }
.btnl_white .btn_background_left { background-position: 0 -74px; }
.btnl_white .btn_background_right { background-position: right -74px; }
.btnl_white:hover .btn_background_left { background-position: 0 -111px; }
.btnl_white:hover .btn_background_right { background-position: right -111px; }

.btnl_cyan .btn_text { color: #222222; }
.btnl_cyan .btn_background_left { background-position: 0 -148px; }
.btnl_cyan .btn_background_right { background-position: right -148px; }
.btnl_cyan:hover .btn_background_left { background-position: 0 -185px; }
.btnl_cyan:hover .btn_background_right { background-position: right -185px; }

.btnl_red .btn_background_left { background-position: 0 -296px; }
.btnl_red .btn_background_right { background-position: right -296px; }
.btnl_red:hover .btn_background_left { background-position: 0 -333px; }
.btnl_red:hover .btn_background_right { background-position: right -333px; }

.small_button {
	font-size: 12px;
	height: auto;
}
.small_button .btn_text { margin: 3px 6px 4px 6px; }
.small_button .btn_background_left {
	height: 24px;
	background: url('/images/colorbuttons_small.png') 0 -72px;
}
.small_button .btn_background_right {
	height: 24px;
	background: url('/images/colorbuttons_small.png') -295px -72px;
}
.small_button:hover .btn_background_left {
	background-position: 0 -96px;
}
.small_button:hover .btn_background_right {
	background-position: -295px -96px;
}

.btn_darkblue .btn_background_left { background-position: 0 0; }
.btn_darkblue .btn_background_right { background-position: -295px 0; }
.btn_darkblue:hover .btn_background_left { background-position: 0 -24px; }
.btn_darkblue:hover .btn_background_right { background-position: -295px -24px; }

.btn_lightgreen .btn_background_left { background-position: 0 -144px; }
.btn_lightgreen .btn_background_right { background-position: -295px -144px; }
.btn_lightgreen:hover .btn_background_left { background-position: 0 -168px; }
.btn_lightgreen:hover .btn_background_right { background-position: -295px -168px; }

.btn_darkred .btn_background_left { background-position: 0 -216px; }
.btn_darkred .btn_background_right { background-position: -295px -216px; }
.btn_darkred:hover .btn_background_left { background-position: 0 -240px; }
.btn_darkred:hover .btn_background_right { background-position: -295px -240px; }

.admin_dialog { display: none; }
.admin_dialog label { display: block; }
.admin_dialog label.inline { display: inline; width: auto; }
.admin_dialog label span { font-size: smaller; display: block; }
.admin_dialog input[type=text], .admin_dialog textarea { width: 95%; }
.admin_dialog input, .admin_dialog select, .admin_dialog textarea, .admin_dialog label { padding: 3px; }


/***
 ** fileuploader
 */
.qq-upload-list { display: none; }
.qq-upload-drop-area { display: none; }
/*
 * end file uploader
 ***/

.ui-widget { font-size: 13px; }

.superscript{font-size:xx-small; vertical-align:top;}
.subscript{font-size:xx-small; vertical-align:bottom;}

.miniColors-trigger {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin: 0 .25em;
	display: inline-block;
	outline: none;
}
.miniColors-trigger.white-color {
	background: url("/images/padding-icons.png") no-repeat -13px -151px;
}

.miniColors-selector {
	position: absolute;
	width: 175px;
	height: 150px;
	background: #FFF;
	border: solid 1px #BBB;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	z-index: 999999;
}

.miniColors-selector.black {
	background: #000;
	border-color: #000;
}

.miniColors-colors {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 150px;
	background: url(/images/colors.png) right no-repeat;
	cursor: crosshair;
}

.miniColors-hues {
	position: absolute;
	top: 5px;
	left: 160px;
	width: 20px;
	height: 150px;
	background: url(/images/colors.png) left no-repeat;
	cursor: crosshair;
}

.miniColors-colorPicker {
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
.miniColors-colorPicker-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	border: 1px solid #000;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.miniColors-huePicker {
	position: absolute;
	left: -3px;
	width: 24px;
	height: 1px;
	border: 1px solid #fff;
	border-radius: 2px;
	background: #000;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/* Css for fontselector */

div.fontSelector {
    border: 1px solid #fff;
    border-radius: 3px;
    background: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
    background: -moz-linear-gradient(top, #fafafa, #f5f5f5);
    background: linear-gradient(top, #fafafa, #f5f5f5);
    height: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin-right: 5px;
    position: relative;
    width: 115px;
	float:left;
}

div.fontSelector ul.fonts {
    float: left;
    width: 184px;
    margin: 0;
    padding: 0;
    margin-left: -1px;
    display: none;
    background-color: #fafafa;
    border: 1px solid #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 32px;
}

div.fontSelector ul.fonts li, div.fontSelector h4.selected {
    display: block;
    line-height: 19px;
    min-height: 19px;
    padding: 3px 5px;
    margin: 0;
    font-size: 100%;
    cursor: pointer;
}

div.fontSelector ul.fonts li:hover, div.fontSelector ul.fonts li.selected {
    background-color: #fefefe;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	border: 1px solid;
}

div.fontSelector h4.selected {
    float: left;
    width: 80px;
    font-weight: inherit;
	overflow:hidden;
}

div.fontSelector span.handle {
    float: left;
    width: 24px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: -webkit-linear-gradient(top, #f0f0f0, #ebebeb);
    background: -moz-linear-gradient(top, #f0f0f0, #ebebeb);
    background: linear-gradient(top, #f0f0f0, #ebebeb);
    border-left: 1px solid #fff;
    text-shadow: 0 2px 0 #fff;
    font-size: 70%;
    cursor: pointer;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}

div.fontSelector span.handle:hover {
    color: #aaa;
}

.layer {overflow:visible!important}

.rotating:not(.btn_refresh_feed),
.btn_refresh_feed.rotating::before {
	-webkit-animation: rotating-function 1.25s linear infinite;
	   -moz-animation: rotating-function 1.25s linear infinite;
	    -ms-animation: rotating-function 1.25s linear infinite;
	     -o-animation: rotating-function 1.25s linear infinite;
		    animation: rotating-function 1.25s linear infinite;
	display: block;
}



@-webkit-keyframes rotating-function {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotating-function {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rotating-function {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rotating-function {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotating-function {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.soci-green-loading-spinner {
	background-image: url('/images/spinner-large.gif');
	background-repeat: no-repeat;
	height: 90px;
	width: 90px;
	margin: 0 auto;
}

.soci_loader {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	padding: 20px;
	font-family: FontAwesome;
	font-style: normal;
	color: #666;
}

.soci_loader_component {
	width: 100%;
}

.soci_loader:before {
	content: "\e62a";
	animation: fa-spin 1s infinite steps(8);
}

.soci_grey_scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.soci_grey_scrollbar::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.soci_grey_scrollbar::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategray;
}

.system_wrapper_inner {
	padding-bottom: 25px;
}

#header, #crumbs, #content, #footer {
	width: 1167px;
}

#crumbs {
	top: 1px;
}
#crumbs.content_editor,
#content.content_editor,
#footer.content_editor,
#header.content_editor {
	width: 1205px;
}

#footer hr {
	border: 0;
	border-bottom: 1px dashed #a7a7a7;
	margin: 0 auto 15px;
	background: transparent;
}

.system_contents {
	float: left;
	position: relative;
}

@media(max-width: 1023px) {
	#header {
		width: auto;
	}

	#crumbs {
		width: auto;
	}

	#content {
		width: auto;
		position: inherit;
		margin-left: 10px;
		margin-right: 10px;
	}

	#footer {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}

	#footer hr {
		width: auto;
	}

	.system_contents {
		float: none;
		position: relative;
		width: auto;
	}
}

@media (min-width: 1024px) {
	.layout_simplified .system_contents {
		width: 915px;
	}

	.system_contents {
		width: calc(100% - 270px);
	}
}
