@font-face {
    font-family: "ProximaNova";
    font-weight: 400;
    src: url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-regular.eot?#iefix") format("embedded-opentype"), url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-regular.woff") format("woff"), url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-regular.ttf") format("truetype"), url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-regular.svg") format("svg");
}
@font-face {
    font-family: "ProximaNova";
    font-weight: 600;
    src: url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-semibold.eot?#iefix") format("embedded-opentype"), url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-semibold.woff") format("woff"), url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-semibold.ttf") format("truetype"), url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-semibold.svg") format("svg");
}
@font-face {
    font-family: "ProximaNova";
    font-weight: 700;
    src: url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-bold.eot?#iefix") format("embedded-opentype"), url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-bold.woff") format("woff"), url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-bold.ttf") format("truetype"), url("https://robincontentdesktop.blob.core.windows.net/css/msmode/fonts/proxima-nova-bold.svg") format("svg");
}

/* Global */
body {
	color: #032f40;
	font-family: "ProximaNova",Verdana !important;
    font-weight: 400;
}

.conversation {
	font-family: "ProximaNova",Verdana !important;
}

.new.conversation.form,
.content_inner.online tr.form td,
.content_inner tr.existing.form td {
	background-color: #f2fbfe;
}

/* Header */
.content_inner .header{
	background-color: #FFF;
}
.content_inner .header h1 {
	color: #032f40;
	font-family: "ProximaNova",Verdana !important;
	font-weight: 600;
}
.content_inner .header .caption.icon{
	color: #00A7E5 !important;
}
.content_inner .header .minimize_icon{
	color: #032f40;
}

.content_inner .header .minimize_icon:hover{
	color: #00A7E5;
}
.header.openinghours .openinghours_back,
.header.openinghours .openinghours_back h1{
    color: #032f40 !important;
    font-weight: 600;
}

.header.openinghours .openinghours_back:hover,
.header.openinghours .openinghours_back h1:hover{
    color: #00A7E5 !important;
}

/* Inputs */
textarea, input {
	font-family: "ProximaNova",Verdana !important;
	border-color: #dddddd !important;
}
.form .message_footer .enter, .form .input .enter{
	margin-top: 2px;
}

.enter .existing_enter_checkbox{
	margin-top: 6px;
}

label.hide_mobile_enter{
	padding-top: 1px;
}
/* Interactions */

.existing .feedback .message_footer .send_button, 
.existing .question .message_footer .send_button, 
.new.conversation .input .start_button, 
.conversation .close_button{
	background-color: #00A7E5 !important;
	border: 0px !important;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	font-family: "ProximaNova",Verdana !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{
	background: #00B8FC !important;
}

.chat .existing .feedback .message_footer .send_button, 
.chat .existing .question .message_footer .send_button, 
.chat .new.conversation .input .start_button{
	font-size: 13px;
	font-size: 11px\9;
}


.message_footer .end_chat,
.message_footer .close_window{
	color: #032f40 !important;
}
.end_chat_text,
.close_window,
.conversation .close_button{
	font-family: "ProximaNova",Verdana !important;
}

.chat .send_button, .chat .start_button {
	padding: 3px 8px 2px 8px;
}

/* Bubbles */
.message_bubble.user .bubble:after,
.message_bubble.ratingreply .bubble:after,
.message_bubble.autoreply .bubble:after{
	border-left-color: #032f40;	
}

.message_bubble.user .bubble,
.message_bubble.ratingreply .bubble,
.message_bubble.autoreply .bubble {
    background-color: #032f40;
    border: 0px solid #D1D1D1;
    color: #fff;
}

.message_bubble.user .message_header .from,
.message_bubble.ratingreply .message_header .from,
.message_bubble.autoreply .message_header .from{
    color: #fff;    	
	font-size: 14px;
	font-family: "ProximaNova",Verdana !important;
}
/* Rating */
#rating .rating_text{
	font-size: 14px;
	font-weight: 400;
}

li.rating .rating_text,
li.rating .rating .filler {
	background-color: #FFF;
}

/* Openinghours */
#openinghours,
#openinghours .openinghours_content,
#openinghours .openinghours_content .content{
	background-color: #f2fbfe !important;
}

#openinghours .webstore_info .phonenumber.mobile{
	background-color: #00A7E5 !important;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	font-family: "ProximaNova",Verdana !important;
}
#openinghours .webstore_info .phonenumber.mobile:hover{
	background: #00B8FC !important;
}
#openinghours .openinghours_content .content span.title{
	font-weight: 600;
	font-family: "ProximaNova",Verdana !important;
}
/* Footer */

.content_inner .footer{
	display: none !important;
}

li.input.sendbutton {
    margin-bottom: 30px !important;
}