﻿/**
* @name common-theme-light.less
* @desc less file for light theme styles
*/
/* Convert to CSS using online tools such as http://less2css.org/ */
/* Color Palette 

Royal red: #B10F1F
Highlight red: #D6001C
Shadow: #522B39

*/
/* custom adds */
/*
    KP Theme Color Overrides
*/
.cx-widget{
	font-family: 'Montserrat',sans-serif !important;
}
.cx-side-button-group{
	position: fixed !important;
    right: 5% !important;
    bottom: 0px !important;
	top: inherit !important;
    z-index: 0!important;
    -webkit-transform: none !important;
}
.cx-widget.cx-theme-kp .cx-widget.cx-theme-kp.cx-webchat-chat-button {
    border: 2px solid #ffffff !important;
}
.cx-widget.cx-webchat-chat-button .cx-chat-button-label {
    vertical-align: middle !important;
}
.cx-widget label {
	font-weight: 400 !important;
}
.cx-common-container .cx-titlebar .cx-title {
	font-size: 20px !important;
}
.cx-widget.cx-theme-kp {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  color: #5a5a5a;
  background-color: #fdfdfd;
  scrollbar-face-color: #cccccc;
  /* WCAG: non-text contrast for UI components - primary button focus state */
  /* loader icon */
  /* Custom KP overrides */
}
.cx-widget.cx-theme-kp .cx-theme {
  background-color: #fdfdfd;
  color: #5a5a5a;
  border-color: #b10f1f !important;
}
.cx-widget.cx-theme-kp .cx-overlay {
  background-color: #fdfdfd;
}
.cx-widget.cx-theme-kp .cx-svg-icon-tone1 {
  fill: #522b39;
}
.cx-widget.cx-theme-kp .cx-svg-icon-tone2 {
  fill: #8c8c8c;
}
.cx-widget.cx-theme-kp .cx-svg-icon-shadow1 {
  fill: #000000;
  opacity: 0.2;
}
.cx-widget.cx-theme-kp .cx-svg-icon-shadow2 {
  fill: #000000;
  opacity: 0.1;
}
.cx-widget.cx-theme-kp * {
  border-color: #b10f1f;
}
.cx-widget.cx-theme-kp .cx-buttons-window-control .cx-svg-icon-tone1 {
  fill: #fdfdfd;
}
.cx-widget.cx-theme-kp .cx-input-icon-overlay .cx-svg-icon-tone1 {
  fill: #98a7b8;
}
.cx-widget.cx-theme-kp .cx-input-group-btn .cx-svg-icon-tone1 {
  fill: #fdfdfd;
}
.cx-widget.cx-theme-kp label {
  color: #5a5a5a;
}
.cx-widget.cx-theme-kp a {
  color: #000000;
}
.cx-widget.cx-theme-kp a:hover {
  color: #000000;
}
.cx-widget.cx-theme-kp .cx-icon-alert-circle {
  color: #f53131;
}
.cx-widget.cx-theme-kp .cx-footer,
.cx-widget.cx-theme-kp .cx-branding {
  color: #d6001c;
}
.cx-widget.cx-theme-kp .cx-footer *,
.cx-widget.cx-theme-kp .cx-branding * {
  fill: #d6001c;
}
.cx-widget.cx-theme-kp .cx-form-control.cx-error {
  border-color: #f53131;
}
.cx-widget.cx-theme-kp .cx-form-control::placeholder {
  color: #5a5a5a;
}
.cx-widget.cx-theme-kp .cx-form-control:-moz-placeholder {
  color: #5a5a5a;
}
.cx-widget.cx-theme-kp .cx-form-control::-moz-placeholder {
  color: #5a5a5a;
}
.cx-widget.cx-theme-kp .cx-form-control:-ms-input-placeholder {
  color: #5a5a5a;
}
.cx-widget.cx-theme-kp .cx-form-control::-webkit-input-placeholder {
  color: #5a5a5a;
}
.cx-widget.cx-theme-kp input:focus,
.cx-widget.cx-theme-kp textarea:focus,
.cx-widget.cx-theme-kp .cx-btn:focus,
.cx-widget.cx-theme-kp .cx-button-group button:focus,
.cx-widget.cx-theme-kp .cx-form-control:not(.cx-error):focus {
  border-color: #b10f1f !important;
}
.cx-widget.cx-theme-kp input[type="text"],
.cx-widget.cx-theme-kp input[type="email"],
.cx-widget.cx-theme-kp input[type="tel"],
.cx-widget.cx-theme-kp select,
.cx-widget.cx-theme-kp textarea {
  background-color: #fdfdfd;
  color: #5a5a5a;
  border-color: #94948a;
  font-weight: 400 !important;
  font-size:12px !important;
}
.cx-widget.cx-theme-kp .cx-btn-default {
  background: none;
  border-color: #b10f1f !important;
  color: #5a5a5a;
  background-color: #fdfdfd;
}
.cx-widget.cx-theme-kp .cx-btn.cx-disabled {
  background: #cccccc;
}
.cx-widget.cx-theme-kp .cx-btn-primary {
  color: #fdfdfd;
  border-color: #b10f1f !important;
  background: #b10f1f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b10f1f 0%, #b10f1f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b10f1f 0%, #b10f1f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b10f1f 0%, #b10f1f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg_color_4', endColorstr='@bg_color_5', GradientType=0);
  /* IE6-9 */
  background-color: #b10f1f;
  /* Old browsers */
}
.cx-widget.cx-theme-kp .cx-button-group .cx-btn-primary:focus,
.cx-widget.cx-theme-kp .cx-btn-primary:focus,
.cx-widget.cx-theme-kp .cx-button-group .cx-btn-default:focus,
.cx-widget.cx-theme-kp .cx-btn-default:focus {
  border-color: #000000 !important;
}
.cx-widget.cx-theme-kp .cx-ac-dropdown-menu {
  background: #fdfdfd;
  border-color: #b10f1f !important;
}
.cx-widget.cx-theme-kp .cx-ac-suggestion:hover,
.cx-widget.cx-theme-kp .cx-ac-suggestion.cx-active {
  background-color: #b10f1f;
  color: #fdfdfd;
}
.cx-widget.cx-theme-kp ::-webkit-scrollbar-thumb {
  background: #939399;
  /* WCAG: Non-text contrast */
}
.cx-widget.cx-theme-kp .cx-smokescreen {
  background-color: #fdfdfd;
  opacity: 0.7;
}
.cx-widget.cx-theme-kp .cx-dialog-container .cx-dialog {
  background-color: #fdfdfd;
  border-color: #b10f1f !important;
}
.cx-widget.cx-theme-kp .cx-theme-background {
  background-color: #fdfdfd;
}
.cx-widget.cx-theme-kp .cx-theme-border {
  border: 1px solid #b10f1f !important;
}
.cx-widget.cx-theme-kp .cx-theme-text {
  color: #5a5a5a;
}
.cx-widget.cx-theme-kp .cx-theme-icon-interactive1 svg .cx-svg-icon-tone1 {
  fill: #5081e1;
}
.cx-widget.cx-theme-kp .cx-theme-icon-positive svg .cx-svg-icon-tone1 {
  fill: #34a84f;
}
.cx-widget.cx-theme-kp .cx-theme-icon-negative svg .cx-svg-icon-tone1 {
  fill: #f53131;
}
.cx-widget.cx-theme-kp .cx-theme-icon-warning svg .cx-svg-icon-tone1 {
  fill: #d47f2f;
}
.cx-widget.cx-theme-kp .cx-warning {
  color: #f53131 !important;
}
.cx-widget.cx-theme-kp .cx-warning .cx-icon svg * {
  fill: #f53131 !important;
}
.cx-widget.cx-theme-kp .cx-countdown {
  color: #5a5a5a;
}
.cx-widget.cx-theme-kp .cx-countdown .cx-icon svg * {
  fill: #5a5a5a;
}
.cx-widget.cx-theme-kp .cx-loading-screen .cx-loading-icon svg g g,
.cx-widget.cx-theme-kp .cx-loading-container .cx-loading-icon svg g g {
  stroke: #2B74FF;
}
.cx-widget.cx-theme-kp .cx-loading-screen .cx-loading-icon svg g:first-child g,
.cx-widget.cx-theme-kp .cx-loading-container .cx-loading-icon svg g:first-child g {
  stroke: #72799D;
}
.cx-widget.cx-theme-kp .cx-widget.cx-theme-kp.cx-webchat-chat-button {
  background-color: #b10f1f;
  color: #ffffff;
  width: 120px;
  text-align: center;
  padding-bottom: 10px !important;
}

.cx-widget.cx-theme-kp .cx-widget.cx-theme-kp.cx-webchat-chat-button .cx-svg-icon-tone1 {
  fill: #ffffff;
}

.cx-widget.cx-theme-kp .cx-titlebar {
    display: inline-flex;
    align-content: center;
    align-items: center;
    width: 100%!important;
    height: 50px!important;
    padding: 0px !important;
    padding-left: 10px !important;
    background-color: #b10f1f;
}

.cx-widget.cx-theme-kp .cx-titlebar .cx-title {
    /*display: inline-flex;
    align-self: center;*/
    margin-bottom: 0px !important;
    margin-left: 15px !important;
    color: #ffffff;
    font-weight: normal;
}

.cx-widget.cx-theme-kp .cx-titlebar .cx-svg-icon-tone1 {
  fill: #ffffff;
}
.cx-widget.cx-theme-kp .cx-transcript {
  font-weight: 400;
}
.cx-widget.cx-theme-kp .cx-transcript .cx-message.cx-participant.cx-you .cx-bubble {
  background-color: #dddddd;
}
.cx-widget.cx-theme-kp .cx-transcript .cx-message.cx-participant.cx-you .cx-bubble-arrow {
  fill: #dddddd;
}
.cx-widget.cx-webchat-chat-button .cx-icon {
    margin-right: 3px !important;
}
