.oggchat_div {
	all: initial;
	min-width: 230px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin: 0 20px;
	z-index: 9999999999;
	display: block !important;
	bottom: 0px;
}
.oggchat_button_div {
	background-color: #006DCC;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding : 8px;
}
.oggchat_button_text_div {
	display: inline;
    font-size: 14px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: 0;
}
.oggchat_button_text_div:after {
	content: "Need Help?  Click to Chat!";
}

.oggchat_button_text_offline_div {
	display: inline;
    font-size: 14px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: 0;
}
.oggchat_button_text_offline_div:after {
	content: "Offline - Leave a Message";
}

.oggchat_buton_actions_div {
	display: inline;
	float: right;
	color: #fff;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.oggchat_button_action_up {
	padding-right: 5px;
}
.oggchat_button_action_close {
	padding-right: 5px;
}
.oggchat_embed_window {
	
}

.oggchat_embed_window_content_area {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #fff;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	overflow: hidden;
}
.oggchat_content_form_area_top_text {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.oggchat_content_form_area_top_text:after {
	content: "Thanks for contacting us!";
}
.oggchat_content_form_area_top_text_offline {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.oggchat_content_form_area_top_text_offline:after {
	content: "We're offline right now.  Please leave a message.";
}
.oggchat_content_form_area_top_text_proactive {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.oggchat_content_form_area_top_text_proactive:after {
	content: "Hello, Can we help you?";
}

.oggchat_transcript_form_area_top_text {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.oggchat_transcript_form_area_top_text:after {
	content: "Your session has ended.  Would you like a transcript of the chat?";
}

.oggchat_transcript_form_area_closed_text {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.oggchat_transcript_form_area_closed_text:after {
	content: "Thanks for using OggFlow!";
}

.oggchat_transcript_form_area_no_thanks {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.oggchat_transcript_form_area_no_thanks:hover {
	text-decoration:underline;
}

.oggchat_transcript_form_area_no_thanks:after {
	content: "No Thanks";
}

.oggchat_transcript_form_area_closed_new_session {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	cursor: pointer;
	text-align:center:
	text-decoration:underline;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.oggchat_content_form_social_login {
	text-align: center !important;
	box-sizing: border-box;
}
.oggchat_content_form_facebook_login_anchor {
	border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 46px;
    margin-left: 4px;
    margin-right: 4px;
    border-width: 0;
    background-color: #428bca !important;
    border-color: #428bca;
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: none !important;
    border: 5px solid #FFF;
    box-shadow: none !important;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center !important;
}
.oggchat_content_form_facebook_login_anchor:hover {
  	background-color: #1b6aaa !important;
  	border-color: #428bca;
    text-decoration: none;
}
.oggchat_content_form_facebook_login_anchor_inner {
	font-size: 24px !important;
    margin: 0;
    text-align: center;
}
.oggchat_content_form_google_login_anchor {
	border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 46px;
    margin-left: 4px;
    margin-right: 4px;
    margin: 0 1px;
    border-width: 0;
    background-color: #d15b47 !important;
    border-color: #d15b47;
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: none !important;
    border: 5px solid #FFF;
    box-shadow: none !important;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center !important;
}
.oggchat_content_form_google_login_anchor:hover {
	background-color: #b74635 !important;
    border-color: #d15b47;
    text-decoration: none;
}
.oggchat_content_form_google_login_anchor_inner {
	font-size: 24px !important;
    margin: 0;
    text-align: center;
}
.oggchat_content_form_linkedin_login_anchor {
	border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 46px;
    margin-left: 4px;
    margin-right: 4px;
    border-width: 0;
  	background-color: #6fb3e0 !important;
  	border-color: #6fb3e0;
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: none !important;
    border: 5px solid #FFF;
    box-shadow: none !important;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center !important;
}
.oggchat_content_form_linkedin_login_anchor:hover {
	background-color: #4f99c6 !important;
    border-color: #6fb3e0;
    text-decoration: none;
}
.oggchat_content_form_linkedin_login_anchor_inner {
	font-size: 24px !important;
    margin: 0;
    text-align: center;
}
.oggchat_content_form_or_no_social_login_div {
	margin-top: 4px;
    text-align: center;
    position: relative;
}
.oggchat_content_form_or_no_social_login_div_text_span {
	display: inline-block;
    padding: 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.oggchat_content_form_or_no_social_login_div_text_span:after {
	content: "One click social chat or manually below:"
}

.oggchat_transcript_form_area_closed_new_session:hover {
	text-decoration:underline;
}

.oggchat_transcript_form_area_closed_new_session:after {
	content: "Start a new chat";
}
.oggchat_content_form_input_text_box:focus {
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
.oggchat_content_form_input_text_box {
	-webkit-appearance: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	-webkit-rtl-ordering: logical;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-property: border, box-shadow;
	-webkit-transition-timing-function: linear, linear;
	-webkit-user-select: text;
	-webkit-writing-mode: horizontal-tb;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(204, 204, 204);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	color: rgb(85, 85, 85);
	cursor: auto;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	letter-spacing: normal;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-height: 30px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	text-align: start;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	transition-delay: 0s, 0s;
	transition-duration: 0.2s, 0.2s;
	transition-property: border, box-shadow;
	transition-timing-function: linear, linear;
	vertical-align: middle;
	width: 100%;
	word-spacing: 0px;
	writing-mode: lr-tb;
}

.oggchat_content_form_input_text_area:focus {
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.oggchat_content_form_input_text_area {
	-webkit-appearance: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	-webkit-flex-direction: column;
	-webkit-rtl-ordering: logical;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-property: border, box-shadow;
	-webkit-transition-timing-function: linear, linear;
	-webkit-user-select: text;
	-webkit-writing-mode: horizontal-tb;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(204, 204, 204);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	color: rgb(85, 85, 85);
	cursor: auto;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	letter-spacing: normal;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-height: 30px;
	overflow-x: auto;
	overflow-y: auto;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	resize: both;
	text-align: start;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	transition-delay: 0s, 0s;
	transition-duration: 0.2s, 0.2s;
	transition-property: border, box-shadow;
	transition-timing-function: linear, linear;
	vertical-align: middle;
	white-space: pre-wrap;
	width: 100%;
	word-spacing: 0px;
	word-wrap: break-word;
	writing-mode: lr-tb;
}

.oggchat_content_form_list_box:focus {
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
.oggchat_content_form_list_box {
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	-webkit-rtl-ordering: logical;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-property: border, box-shadow;
	-webkit-transition-timing-function: linear, linear;
	-webkit-user-select: text;
	-webkit-writing-mode: horizontal-tb;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(204, 204, 204);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	color: rgb(85, 85, 85);
	cursor: auto;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	letter-spacing: normal;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-height: 30px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	text-align: start;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	transition-delay: 0s, 0s;
	transition-duration: 0.2s, 0.2s;
	transition-property: border, box-shadow;
	transition-timing-function: linear, linear;
	vertical-align: middle;
	width: 292px;
	word-spacing: 0px;
	writing-mode: lr-tb;
}
.oggchat_content_form_error {
	margin-bottom: 5px;
    font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}
.oggchat_embed_window_error {
	margin-bottom: 5px;
    font-size: 14px;
    color: #D70000;
	font-weight: normal;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}
.oggchat_content_form_submit_button {
	cursor: pointer;
	position: static;
	color: white;
	height: 28px;
	line-height: 29px;
	background-color: #2672AE;
	font-family: Arial, sans-serif;
	padding-bottom: 0px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	/**font-weight: bold;*/
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2672AE', endColorstr='#FF1E4F7E');
	-webkit-border-radius: 4px; border-radius: 4px 4px 4px 4px; -o-border-radius: 4px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc 0%,#0044cc 100%);
	background-image: -moz-linear-gradient(top, #0088cc 0%,#0044cc 100%);
	background-image: -o-linear-gradient(top, #0088cc 0%,#0044cc 100%);
	background-image: -ms-linear-gradient(top, #0088cc 0%,#0044cc 100%);
	background-image: linear-gradient(top, #0088cc 0%,#0044cc 100%);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.oggchat_content_form_submit_button:hover {
	background-color: #0044cc;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #287BBC), color-stop(100%, #0044cc));
	background-image: -webkit-linear-gradient(top, #287BBC 0%,#0044cc 100%);
	background-image: -moz-linear-gradient(top, #287BBC 0%,#0044cc 100%);
	background-image: -o-linear-gradient(top, #287BBC 0%,#0044cc 100%);
	background-image: -ms-linear-gradient(top, #287BBC 0%,#0044cc 100%);
	background-image: linear-gradient(top, #287BBC 0%,#0044cc 100%);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.oggchat_content_form_submit_button:after {
	content: 'Start Chat';
}
.oggchat_content_form_submit_button_offline {
	width: 95px;
}
.oggchat_content_form_submit_button_offline:after {
	content: 'Leave Message';
}

.oggchat_transcript_form_submit_button {
	cursor: pointer;
	position: static;
	color: white;
	height: 28px;
	width: 115px;
	line-height: 29px;
	background-color: #2672AE;
	font-family: Arial, sans-serif;
	padding-bottom: 0px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	/**font-weight: bold;*/
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2672AE', endColorstr='#FF1E4F7E');
	-webkit-border-radius: 4px; border-radius: 4px 4px 4px 4px; -o-border-radius: 4px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(100%, #0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc 0%,#0044cc 100%);
	background-image: -moz-linear-gradient(top, #0088cc 0%,#0044cc 100%);
	background-image: -o-linear-gradient(top, #0088cc 0%,#0044cc 100%);
	background-image: -ms-linear-gradient(top, #0088cc 0%,#0044cc 100%);
	background-image: linear-gradient(top, #0088cc 0%,#0044cc 100%);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.oggchat_transcript_form_submit_button:hover {
	background-color: #0044cc;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #287BBC), color-stop(100%, #0044cc));
	background-image: -webkit-linear-gradient(top, #287BBC 0%,#0044cc 100%);
	background-image: -moz-linear-gradient(top, #287BBC 0%,#0044cc 100%);
	background-image: -o-linear-gradient(top, #287BBC 0%,#0044cc 100%);
	background-image: -ms-linear-gradient(top, #287BBC 0%,#0044cc 100%);
	background-image: linear-gradient(top, #287BBC 0%,#0044cc 100%);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.oggchat_transcript_form_submit_button:after {
	content: 'Send it to me';
}

.oggchat_embed_window_footer {
	background-color: #006DCC;
	padding: 5px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-align: right;
	/*height: 14px;*/
}
.oggchat_embed_window_footer_item {
	cursor: pointer;
	float: left;
	padding-right: 5px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
}
.oggchat_embed_window_footer_powered_by {
	font-size: 8pt;
	text-align: right;
}
.oggchat_embed_window_footer_powered_by:hover {
	text-decoration: underline;
}
.oggchat_embed_window_footer_powered_by:after {
	color: #fff;
	content: 'Live Chat by OggFlow';
	cursor:pointer;
}
.oggchat_content_chat {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #fff;
}
.oggchat_content_chat_header {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
}
.oggchat_content_chat_header_logo_container {
	display: inline-block;
	height: 64px;
	width: 120px;
	background-repeat: no-repeat;
	background-image: url(/images/oggflow-color-120px.png);
	background-size:100px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.oggchat_content_chat_header_agent_info_container {
	display: inline-block;
	width: 100px;
	height: 64px;
	overflow: hidden;
	vertical-align: top;
	color: #666666;
	padding-left: 10px;
	padding-top:5px;
}
.oggchat_content_chat_header_no_agent {
	text-align: center;
	vertical-align: top;
	font-size: 10pt;
}
.oggchat_content_chat_header_no_agent:after {
	content: "Waiting...";
}

.oggchat_content_chat_header_no_agent_offline {
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
}
.oggchat_content_chat_header_no_agent_offline:after {
	content: "";
}
.oggchat_content_chat_header_countdown {
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
}
.oggchat_content_chat_header_icon_container {
	display: inline-block;
	float: right;
	width: 64px;
	height: 64px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.oggchat_content_chat_header_icon_face {
	width: 64px;
	height: 64px;
}
.oggchat_content_chat_header_icon_source {
	position: absolute;
	left: 46;
	top: 46;
	width: 16px;
	height: 16px;
}
.oggchat_content_chat_title {
	padding-left: 5px;
	display: inline-block;
    width: 225px;
}
.oggchat_content_chat_title_name {
	color: rgb(59,89,152);
	font-weight: 500;
	font-size: 13px;
	word-wrap: break-word;
	text-align: center;
}
.oggchat_content_chat_title_rating_container {
	text-align: center;
}
.oggchat_content_chat_title_rating_high {
	padding: 2px;
	display: inline;
	font-size: 13px;
	cursor:pointer;
}
.oggchat_content_chat_title_rating_low {
	padding: 2px;
	display: inline;
	font-size: 13px;
	cursor:pointer;
}
.oggchat_selected {
	font-weight: bold;
	font-size: 15px;
}
.oggchat_content_chat_title_subject {
	color: gray;
	font-weight: bold;
	font-size: 13px;
	word-wrap: break-word;
}
.oggchat_content_chat_title_post_text_container {
	margin-top: 2px;
	margin-left: 2px;
	color: rgb(0,0,0);
	font-size: 13px;
}
.oggchat_content_chat_title_subject {
	color: gray;
	font-weight: bold;
	font-size: 13px;
	word-wrap: break-word;
}
.oggchat_content_chat_title_name_text {
	display: inline;
	color: rgb(59,89,152);
	font-weight: bold;
	font-size: 13px;
}
.oggchat_content_chat_title_post_text {
}
.oggchat_content_chat_title_post_action_container {
	color: rgb(109,132,180);
	border-bottom: 1px solid #eeeeee;
	margin-left: 2px;
}
.oggchat_content_chat_title_post_action_type_icon {
	display: inline;
	width: 12px;
	height: 12px;
}
.oggchat_content_chat_title_post_action {
	display: inline;
	color: rgb(109,132,180);
	margin-left: 4px;
	margin-right: 4px;
	font-size: 12px;
	cursor: pointer;
}
.oggchat_content_chat_title_close_action {
	display: inline;
	color: rgb(109,132,180);
	margin-left: 4px;
	margin-right: 4px;
	font-size: 12px;
	cursor:pointer;	
}
.oggchat_content_chat_title_close_action:after {
	content:"Close Chat";
}
.oggchat_content_chat_title_post_action_separator {
	display: inline;
	font-size: 11px;
}
.oggchat_content_chat_post_comments_container {
}
.oggchat_content_chat_post_comments_container_iscroll_height {
	height: 150px;
}
.oggchat_content_chat_title_post_comment {
	padding-bottom: 3px;
	font-size: 10pt;
	background-color: #ffffff;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #eeeeee;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 2px;
	margin-top: 1px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 4px;
	padding-top: 5px;
	width: 292px;
}
.oggchat_content_chat_title_post_comment_user_picture_container {
   display: inline-block; position:relative; vertical-align: top;
   margin-right: 6px;
}
.oggchat_content_chat_title_post_comment_user_picture_container_not_user {
	float: left;
	margin-right: 0px;
	margin-right: 6px;
}
.oggchat_content_chat_title_post_comment_user_picture {
	height: 28px;
	width: 28px;
}
.oggchat_content_chat_title_post_comment_content {
    display: inline-block; position:relative; vertical-align: top;
	margin-top: 4px;
}
.oggchat_content_chat_title_post_comment_action_container {
	color: rgb(109,132,180);
	float: right;
}
.oggchat_content_chat_title_post_comment_content_not_user {
	float: left;
}
.oggchat_content_chat_title_post_comment_status {
	font-size: 13px;
	max-width: 246px;
}
.oggchat_content_chat_title_post_comment_action_container_not_user {
	float: right;
}
.oggchat_content_chat_title_post_comment_hidden_label {
}
.oggchat_content_chat_title_post_comment_user_name {
    display: inline;
	color: #6D84B4;
	text-decoration: none;
}
.oggchat_content_chat_title_post_comment_text {
    display: inline;
	margin-left: 6px;
}
.oggchat_content_chat_comment_input_text_area {
	margin-left: 8px;
	width: 245px;
	resize: none;
	-webkit-appearance: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	-webkit-flex-direction: column;
	-webkit-rtl-ordering: logical;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-property: border, box-shadow;
	-webkit-transition-timing-function: linear, linear;
	-webkit-user-select: text;
	-webkit-writing-mode: horizontal-tb;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(204, 204, 204);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	color: rgb(85, 85, 85);
	cursor: auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow-x: auto;
	overflow-y: auto;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	text-align: start;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	transition-delay: 0s, 0s;
	transition-duration: 0.2s, 0.2s;
	transition-property: border, box-shadow;
	transition-timing-function: linear, linear;
	vertical-align: middle;
	white-space: pre-wrap;
	word-spacing: 0px;
	word-wrap: break-word;
	writing-mode: lr-tb;
}
.oggchat_content_chat_title_post_comment_hidden_label {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 34px;
	font-size: 11px;
	float: left;
	white-space: nowrap;
}
.oggchat_content_chat_title_post_comment_editor {
	padding-top: 4px;
}

.oggchat_embed_window_footer_item_envelope {
	
}
.oggchat_embed_window_footer_item_facebook {
	
}
.oggchat_embed_window_footer_item_twitter {
	
}
.oggchat_embed_window_footer_item_google {
	
}
.oggchat_content_time_label_second:after
{
	content: " second ago";
}
.oggchat_content_time_label_seconds:after
{
	content: " seconds ago";
}
.oggchat_content_time_label_minute:after
{
	content: " minute ago";
}
.oggchat_content_time_label_minutes:after
{
	content: " minutes ago";
}
.oggchat_content_time_label_hour:after
{
	content: " hour ago";
}
.oggchat_content_time_label_hours:after
{
	content: " hours ago";
}
.oggchat_content_chat_title_post_action_show_all:after
{
	content: "show all";
}
.oggchat-chat-btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  border-radius: 25px;
  margin: 0px 20px 20px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999999999;
  display: block !important;
  color: white;
  background-color: #006DCC;
  cursor: pointer; 
}
.oggchat-chat-btn-circle:hover {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%); 
  -o-filter: grayscale(50%); 
}
.oggchat-chat-btn-circle .fa-comment { padding-top: 10px; }
.oggphone-btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  border-radius: 25px;
  margin: 0px 20px 20px;
  position: fixed;
  bottom: 0px;
  right: 60px;
  z-index: 9999999999;
  display: block !important;
  color: white;
  background-color: #006DCC;
  cursor: pointer; 
}
.oggphone-btn-circle:hover {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%); 
  -o-filter: grayscale(50%); 
}
.oggphone-btn-circle .fa-phone { padding-top: 13px; }
.mic-btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  border-radius: 25px;
  margin: 0px 20px 20px;
  position: fixed;
  bottom: 0px;
  right: 60px;
  z-index: 9999999999;
  display: block !important;
  color: white;
  background-color: #006DCC;
  cursor: pointer; 
}
.mic-btn-circle:hover {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%); 
  -o-filter: grayscale(50%); 
}
.mic-btn-circle .fa-microphone { padding-top: 13px; }
.mic-btn-circle .fa-microphone-slash { padding-top: 13px; }

@media all and (max-width: 640px) {
    .oggchat_maximize {width: 240px;}
	.oggchat_content_form_input_text_box{width:222px ;}
	.oggchat_content_chat_comment_input_text_area {width:185px ;}
	.oggchat_content_form_input_text_area {width:222px ;}
	.oggchat_content_chat_title_post_comment {width:222px ;}
	
}
@media all and (min-width: 641px) {
    .oggchat_maximize {width: 320px;}
    .oggchat_content_chat_comment_input_text_area {width:245px ;}
	
}
/* Only iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.oggchat_maximize {width: 240px;}
	.oggchat_content_form_input_text_box{width:222px ;}
	.oggchat_content_form_input_text_area {width:222px ;}
	.oggchat_content_chat_comment_input_text_area {width:185px;}
	.oggchat_content_chat_title_post_comment {width:222px ;}
	
	
}
@media
only screen and (-webkit-min-device-pixel-ratio : 2) and (device-width: 640px),
only screen and (min-device-pixel-ratio : 2) and (device-width: 640px) {
	.oggchat_maximize {width: 240px;}
	.oggchat_content_form_input_text_box{width:222px ;}
	.oggchat_content_chat_comment_input_text_area {width:185px ;}
	.oggchat_content_form_input_text_area {width:222px ;}
	.oggchat_content_chat_title_post_comment {width:222px ;}
	
}

@media
only screen and (device-width: 320px) and (device-pixel-ratio : 1) {
	.oggchat_maximize {width: 240px;}
	.oggchat_content_form_input_text_box{width:222px ;}
	.oggchat_content_chat_comment_input_text_area {width:185px ;}
	.oggchat_content_form_input_text_area {width:222px ;}
	.oggchat_content_chat_title_post_comment {width:222px ;}
	
	
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {
    .oggchat_maximize {width: 320px;}
    .oggchat_content_form_input_text_box{width:292px;}
	.oggchat_content_form_input_text_area {width:292px;}
	.oggchat_content_chat_comment_input_text_area {width:245px ;}
	.oggchat_content_chat_title_post_comment {width:292px ;}
	
}
		
.oggchat_content_form_area_top_text:after { content: "Welcome to OggSync!  If you have a technical issue with version 10.1.0, please send an email to support@oggsync.com, include: OggSync version, screenshot of configuration, description of problem, thank you.  If you need help with registration issues fill out the chat request form below, or click one of the social media integrations to start chatting."; }
