/**
* @name common-theme-mocean.less
* @desc less file for mocean theme styles
*/
/* Convert to CSS using an online tool */
/* Color Palette */
/*
	Mocean Theme Color Overrides
*/
.cx-widget.cx-theme-mocean {
  font-family: 'Hyundai Sans Text Regular', 'Roboto', sans-serif;
  color: #000000;
  background-color: #F4F4F4;
  scrollbar-face-color: #CCCCCC;
  /* WCAG: non-text contrast for UI components - primary button focus state */
  /* loader icon */
}
.cx-widget.cx-theme-mocean .cx-theme {
  background-color: #F4F4F4;
  color: #000000;
  border-color: #DAE1E8 !important;
}
.cx-widget.cx-theme-mocean .cx-overlay {
  background-color: #F4F4F4;
}
.cx-widget.cx-theme-mocean .cx-svg-icon-tone1 {
  fill: #002f6c;
}
.cx-widget.cx-theme-mocean .cx-svg-icon-tone2 {
  fill: #1babd2;
}
.cx-widget.cx-theme-mocean .cx-svg-icon-shadow1 {
  fill: #000000;
  opacity: 0.2;
}
.cx-widget.cx-theme-mocean .cx-svg-icon-shadow2 {
  fill: #000000;
  opacity: 0.1;
}
.cx-widget.cx-theme-mocean * {
  border-color: #DAE1E8;
}
.cx-widget.cx-theme-mocean .cx-titlebar .cx-title {
  color: #000000;
}
.cx-widget.cx-theme-mocean .cx-side-button-group {
  scale: 1.3;
  bottom: 20%;
}
.cx-widget.cx-theme-mocean .cx-side-button {
  background-color: #002f6c;
  color: #FFFFFF;
}
.cx-widget.cx-theme-mocean .cx-side-button .cx-svg-icon-tone1 {
  fill: #FFFFFF;
}
.cx-widget.cx-theme-mocean .cx-buttons-window-control .cx-svg-icon-tone1 {
  fill: #8795A6;
}
.cx-widget.cx-theme-mocean .cx-input-icon-overlay .cx-svg-icon-tone1 {
  fill: #98A7B8;
}
.cx-widget.cx-theme-mocean .cx-input-group-btn .cx-svg-icon-tone1 {
  fill: #F4F4F4;
}
.cx-widget.cx-theme-mocean label {
  color: #000000;
}
.cx-widget.cx-theme-mocean a {
  color: #000000;
}
.cx-widget.cx-theme-mocean a:hover {
  color: #000000;
}
.cx-widget.cx-theme-mocean .cx-icon-alert-circle {
  color: #FF0000;
}
.cx-widget.cx-theme-mocean .cx-footer,
.cx-widget.cx-theme-mocean .cx-branding {
  color: #66759B;
}
.cx-widget.cx-theme-mocean .cx-footer *,
.cx-widget.cx-theme-mocean .cx-branding * {
  fill: #66759B;
}
.cx-widget.cx-theme-mocean .cx-form-control.cx-error {
  border-color: #FF0000;
}
.cx-widget.cx-theme-mocean .cx-form-control::placeholder {
  color: #6F7491;
}
.cx-widget.cx-theme-mocean .cx-form-control:-moz-placeholder {
  color: #6F7491;
}
.cx-widget.cx-theme-mocean .cx-form-control::-moz-placeholder {
  color: #6F7491;
}
.cx-widget.cx-theme-mocean .cx-form-control:-ms-input-placeholder {
  color: #6F7491;
}
.cx-widget.cx-theme-mocean .cx-form-control::-webkit-input-placeholder {
  color: #6F7491;
}
.cx-widget.cx-theme-mocean input:focus,
.cx-widget.cx-theme-mocean textarea:focus,
.cx-widget.cx-theme-mocean .cx-btn:focus,
.cx-widget.cx-theme-mocean .cx-button-group button:focus,
.cx-widget.cx-theme-mocean .cx-form-control:not(.cx-error):focus {
  border-color: #002f6c !important;
}
.cx-widget.cx-theme-mocean input[type="text"],
.cx-widget.cx-theme-mocean input[type="email"],
.cx-widget.cx-theme-mocean input[type="tel"],
.cx-widget.cx-theme-mocean select,
.cx-widget.cx-theme-mocean textarea {
  background-color: #F4F4F4;
  color: #000000;
  border-color: #94948A;
}
.cx-widget.cx-theme-mocean .cx-btn-default {
  background: none;
  border-color: #002f6c !important;
  color: #002f6c;
  background-color: none;
}
.cx-widget.cx-theme-mocean .cx-btn.cx-disabled {
  background: #CCCCCC;
}
.cx-widget.cx-theme-mocean .cx-btn-primary {
  color: #FFFFFF;
  border-color: #002f6c !important;
  background: #112C5D;
  /* Old browsers */
  background: -moz-linear-gradient(top, #112C5D 0%, #1c3a73 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #112C5D 0%, #1c3a73 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #112C5D 0%, #1c3a73 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: #112C5D;
  /* Old browsers */
}
.cx-widget.cx-theme-mocean .cx-button-group .cx-btn-primary:focus,
.cx-widget.cx-theme-mocean .cx-btn-primary:focus,
.cx-widget.cx-theme-mocean .cx-button-group .cx-btn-default:focus,
.cx-widget.cx-theme-mocean .cx-btn-default:focus {
  border-color: #000 !important;
}
.cx-widget.cx-theme-mocean .cx-ac-dropdown-menu {
  background: #F4F4F4;
  border-color: #DAE1E8 !important;
}
.cx-widget.cx-theme-mocean .cx-ac-suggestion:hover,
.cx-widget.cx-theme-mocean .cx-ac-suggestion.cx-active {
  background-color: #002f6c;
  color: #FFFFFF;
}
.cx-widget.cx-theme-mocean ::-webkit-scrollbar-thumb {
  background: #939399;
  /* WCAG: Non-text contrast */
}
.cx-widget.cx-theme-mocean .cx-smokescreen {
  background-color: #F4F4F4;
  opacity: 0.7;
}
.cx-widget.cx-theme-mocean .cx-dialog-container .cx-dialog {
  background-color: #F4F4F4;
  border-color: #DAE1E8 !important;
}
.cx-widget.cx-theme-mocean .cx-theme-background {
  background-color: #F4F4F4;
}
.cx-widget.cx-theme-mocean .cx-theme-border {
  border: 1px solid #DAE1E8 !important;
}
.cx-widget.cx-theme-mocean .cx-theme-text {
  color: #000000;
}
.cx-widget.cx-theme-mocean .cx-theme-icon-interactive1 svg .cx-svg-icon-tone1 {
  fill: #002f6c;
}
.cx-widget.cx-theme-mocean .cx-theme-icon-positive svg .cx-svg-icon-tone1 {
  fill: #34A84F;
}
.cx-widget.cx-theme-mocean .cx-theme-icon-negative svg .cx-svg-icon-tone1 {
  fill: #FF0000;
}
.cx-widget.cx-theme-mocean .cx-theme-icon-warning svg .cx-svg-icon-tone1 {
  fill: #D47F2F;
}
.cx-widget.cx-theme-mocean .cx-warning {
  color: #FF0000 !important;
}
.cx-widget.cx-theme-mocean .cx-warning .cx-icon svg * {
  fill: #FF0000 !important;
}
.cx-widget.cx-theme-mocean .cx-countdown {
  color: #000000;
}
.cx-widget.cx-theme-mocean .cx-countdown .cx-icon svg * {
  fill: #000000;
}
.cx-widget.cx-theme-mocean .cx-loading-screen .cx-loading-icon svg g g,
.cx-widget.cx-theme-mocean .cx-loading-container .cx-loading-icon svg g g {
  stroke: #2B74FF;
}
.cx-widget.cx-theme-mocean .cx-loading-screen .cx-loading-icon svg g:first-child g,
.cx-widget.cx-theme-mocean .cx-loading-container .cx-loading-icon svg g:first-child g {
  stroke: #72799D;
}
