@font-face {
    font-family: opensans-extrabold;
    font-style: normal;
    font-weight: normal;
    src: url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-extrabold.eot') format('embedded-opentype');
    src: url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'), url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-extrabold.woff2') format('woff2'), url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-extrabold.woff') format('woff'), url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-extrabold.ttf') format('truetype'), url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-extrabold.svg') format('svg')
}

@font-face{
	font-family: opensans-regular;
	font-style:normal;
	font-weight:normal;
	src:url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-regular.eot') format('embedded-opentype');src:url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-regular.woff2') format('woff2'),url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-regular.woff') format('woff'),url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-regular.ttf') format('truetype'),url('https://robincontentdesktop.blob.core.windows.net/css/fonts/opensans-regular.svg') format('svg')
}
	
/* Global */
body {
	color: #141414 !important;
	font-family: opensans-extrabold,sans-serif !important;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased !important;
}
.content{
	background: #f8f8f8 !important;
}
.conversation {
    font-family: opensans-regular,sans-serif !important;
    font-size: 14px;
}
.conversation .watermark {
    line-height: 1.5;
    top: 9px !important;
}

.new.conversation.form,
.content_inner.online tr.form td,
.content_inner tr.existing.form td {
	background-color: #FFF !important;
	border: 0px !important;
}

/* Header */
.content_inner .header{
	background-color: #ED1C24 !important;
}
.content_inner .header h1 {
    color: #FFF !important;
    font-family: opensans-extrabold,sans-serif !important;
    font-size: 16px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-top: -1px !important;
    letter-spacing: 0px !important;
    -webkit-font-smoothing: antialiased !important;
}
.content_inner .header .caption.icon{
	color: #FFF !important;
	margin-top: -4px !important;
}
.content_inner .header .minimize_icon{
	color: #FFF !important;
}
.content_inner .header .minimize_icon:hover{
	color: #495c6f !important;
}
.header .openinghours_back, .header .openinghours_back h1 {
    color: #FFF !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
}
.header.openinghours .openinghours_back .back {
	margin-top: 0px !important;
	color: #FFF !important;
}

/* Inputs */
textarea, input {
	font-family: opensans-regular,sans-serif !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}
.form .message_footer .enter, .form .input .enter{
	margin-top: 5px;
	font-size: 13px !important;
}
.enter .existing_enter_checkbox{
	margin-top: 6px;
}
label.hide_mobile_enter{
	padding-top: 1px;
}
.content_inner.online .message_bubble .bubble textarea, 
tr.existing .message_bubble .bubble textarea {
	height: 37px !important;
    min-height: 37px !important;
}

/* Interactions */
.existing .feedback .message_footer .send_button, 
.existing .question .message_footer .send_button, 
.new.conversation .input .start_button, 
.conversation .close_button{
    font-family: opensans-extrabold,sans-serif !important;
    font-style: normal;
    padding: 5px 11px 5px 11px !important;
    margin-left: 10px !important;
    background: #ED1C24 !important;
    color: #FFF !important;
    font-size: 13px !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
}
.existing .feedback .message_footer .send_button:hover, 
.existing .question .message_footer .send_button:hover, 
.new.conversation .input .start_button:hover, 
.conversation .close_button:hover{
	text-decoration: none !important;
}
.content_inner.chat .conversation .message_footer, .content_inner.chat .conversation li.sendbutton {
    height: 27px !important;
}
.chat .existing .feedback .message_footer .send_button, 
.chat .existing .question .message_footer .send_button, 
.chat .new.conversation .input .start_button{
	font-size: 13px;
	padding-bottom: 1px;
	padding-top: 5px;
}
.chat .conversation .watermark {
    top: 9px !important;
}
.message_footer .end_chat,
.message_footer .close_window{
	color: #495c6f !important;
    margin-top: 8px;
    font-size: 10px !important;
}
.end_chat_text,
.close_window,
.conversation .close_button{
	font-family: opensans-extrabold,sans-serif !important;
    font-style: normal;
}
li.rating .rating .filler{
	margin: 0;
}
/* Bubbles */
.message_bubble.user .bubble:after, .message_bubble.ratingreply .bubble:after, .message_bubble.autoreply .bubble:after{
	border-left-color: #fff;	
}

.message_bubble.user .bubble, 
.message_bubble.ratingreply .bubble, 
.message_bubble.autoreply .bubble{
	background: #FFF;
}
.message_bubble .avatar img, .message_bubble .avatar {
	width: 24px !important;
	height: 24px !important;
}
.message_bubble .bubble{
	color: #012429;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.message_bubble .message_header .from {
    color: #012429 !important;
    margin-top: 4px !important;
    font-size: 14px !important;
    font-family: opensans-extrabold,sans-serif !important;
    font-weight: bold;
}
.message_bubble .message_header .date{
	font-size: 10px;
	padding-top: 3px;
}

/* Rating */
#rating .rating_text{
	font-size: 14px;
    font-weight: 400 !important;
    font-family: opensans-extrabold,sans-serif !important;
    text-transform: none !important;
    color: #012429 !important;
}
li.rating .rating_text,
li.rating .rating .filler {
	background-color: transparent !important;
}

/* Openinghours */
#openinghours,
#openinghours .openinghours_content,
#openinghours .openinghours_content .content{
	background: #FFF !important;
}
#openinghours .webstore_info{
	background-color: #f8f8f8 !important;
}
#openinghours .webstore_info .webstore_name {
    color: #012429 !important;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold !important;
    margin-bottom: -1px !important;
    letter-spacing: 0px;
}
#openinghours .webstore_info .phonenumber.mobile {
   	background: #ED1C24 !important;
    border: 0 !important;
    border-radius: 0px !important;
    font-size: 13px !important;
	font-family: opensans-extrabold,sans-serif !important;    
	padding: 3px 8px 3px 7px !important;
    margin-bottom: 1px;
}
#openinghours .openinghours_content .response_time .right {
    margin-right: 27px !important;
}
#openinghours .webstore_info .phonenumber.mobile:hover {
	text-decoration: underline !important;
}
#openinghours span.address_one {
	margin-top: 4px;
}
#openinghours span.address_one, #openinghours span.address_two{
	font-family: opensans-regular,sans-serif !important;
}
.header.openinghours .openinghours_back h1 {
    margin-top: 1px !important;
}
#openinghours .openinghours_content .content .response_time {
    margin-top: 0px !important;
    margin-bottom: 20px;
}
#openinghours .webstore_info span {
	font-size: 13px;
	font-weight: 400;
}
.openinghours .openinghours_item {
    clear: both !important;
}
#openinghours .openinghours_content .response_time .right .right {
    margin-top: 3px !important;
}
#openinghours .openinghours_content .content .title .time_zone {
	display: none !important;
}
#openinghours .openinghours_content .content .title {
    margin-bottom: 6px;
    font-family: opensans-extrabold,sans-serif !important;
    font-weight: bold !important;
    font-style: normal;
    color: #012429 !important;
    font-size: 16px !important;
    text-transform: none !important;
    letter-spacing: 0px;
}
#openinghours .openinghours_content .content span {
	font-size: 15px !important;
	line-height: 18px !important;
}
#openinghours .openinghours_content .content .response_time span,
#openinghours .openinghours_content .content span.right{
	font-weight: inherit;
	font-family:opensans-regular,sans-serif !important;
}
#openinghours .openinghours_content .content .response_time span.left{
	font-weight: inherit;
	font-family: opensans-regular,sans-serif !important;
}

#openinghours .openinghours_content .content .left{
	font-weight: inherit;
	font-family: opensans-regular,sans-serif !important;
}

/* Footer */
.content_inner .footer{
	background-color: #454545 !important;
	border-top: 1px solid #e0e6e6 !important;
	font-style: normal;
}
.footer .service_rating span.icon {
	color: #FFF !important;	
}
.footer .service_rating li{
    color: #FFF !important;
}
.content_inner.phone .service_rating li .rating.day-percentage.active, .content_inner.phone .service_rating li .rating.day-percentage:hover,
.service_rating li .rating.day-percentage.active, .service_rating li .rating.day-percentage:hover, .service_rating li .rating.day-percentage:hover span.icon, .service_rating li .rating.day-percentage.active span.icon {
	color: #FFF !important
}
.service_rating li span.value {
    font-family: opensans-extrabold,sans-serif !important;
    font-weight: bold !important;
    margin-top: 0px !important;
}
.footer .powered_by{
	color: #ccc !important;
	display: block !important;
	margin-top: 18px !important;
	font-family: helvetica, arial !important;
	font-weight: normal !important;
	font-size: 12px !important;
}