.common {
  color: white;
  font-weight: bold; }

.modal-container {
  position: relative; }

.modal-container .modal, .modal-container .modal-backdrop {
  position: absolute; }

.m20 {
  margin: 20px; }

.textBox {
  width: 250px; }

.title {
  font-weight: bold;
  font-style: italic;
  font-size: 20;
  font-family: fantasy; }

html,
body {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1; }

a,
button {
  cursor: pointer; }

.site-header {
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #184fa1; }

.site-header .logo {
  padding: 10px 0;
  font-size: 22px;
  font-weight: bold;
  float: left;
  color: #1428a0;
  letter-spacing: -0.05em;
  font-size: 0; }
  .site-header .logo i {
    width: 106px;
    height: 35px;
    background-image: url("/ops-web/cs/images/samsung-workbench-logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block; }

.site-header-holder {
  min-height: 120px;
  max-width: 1440px;
  margin: auto;
  float: none; }

.main {
  background-color: #f6f6f6;
  height: 100%; }

.site-header-holder .navbar {
  float: right;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  min-height: 54px; }

.site-header-holder .navbar > ul li > a {
  line-height: 24px;
  color: white; }

.site-header-holder .navbar > ul li > a.active {
  background-color: white;
  color: white; }

.site-header-holder .navbar li li > a {
  line-height: 24px; }

.site-header-holder .navbar li:last-child .dropdown-menu {
  left: auto;
  right: 0px; }

.site-header-holder .navbar li a:hover {
  color: #333;
  background-color: white; }

.site-header-holder .navbar li a:focus {
  color: #fff; }

.site-header-holder .navbar .dropdown-menu .divider {
  margin-top: 3px;
  margin-bottom: 3px; }

.dropdown-menu {
  background-color: #184fa1; }

.dropdown-menu li a:focus {
  text-decoration: none; }

.secondary-section {
  padding: 0 15px 0;
  background-color: #f6f6f6; }

.secondary-navs,
.content-holder {
  max-width: 1440px;
  margin: auto;
  float: none; }

.secondary-navs .nav-tabs {
  border: 0; }

.secondary-navs .nav-tabs li {
  margin-right: 5px; }

.secondary-navs .nav-tabs li a,
.secondary-navs .nav-tabs li a:focus {
  border: 0;
  color: white; }

.secondary-navs .nav-tabs li a:hover {
  border: 0;
  background-color: #fff; }

.secondary-navs .nav-tabs li a:hover {
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.05); }

.secondary-navs .nav-tabs li.active a {
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.05);
  color: #1428a0;
  font-weight: bold; }

.content-holder {
  padding-top: 30px;
  padding-bottom: 30px; }

.btn,
.btn-primary,
.btn-secondary {
  font-family: Arial, Tahoma, sans-serif; }

button:focus {
  outline: none; }

.btn-primary,
.btn-default {
  background-color: #33bc8c;
  font-family: Arial, Tahoma, sans-serif;
  border: 1px solid #33bc8c;
  border-radius: 21px;
  padding: 0 20px;
  box-shadow: none;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  transition: all .35s ease-in-out; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-default:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover {
  background-color: #0b9866;
  border-color: #0b9866; }

.btn-secondary {
  background-color: #fff;
  font-family: Arial, Tahoma, sans-serif;
  border: 1px solid #323232;
  border-radius: 21px;
  box-shadow: none;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 20px;
  transition: all .35s ease-in-out; }

.btn-secondary:hover,
.btn-secondary:active {
  color: #fff;
  background-color: #323232;
  border-color: #323232; }

.btn-ok {
  background-color: #33bc8c;
  border: 1px solid #33bc8c;
  color: #fff; }

.btn-ok:hover,
.btn-ok:focus,
.btn-ok:active {
  color: #fff; }

.btn-remove {
  background-color: #e85b5e;
  border: 1px solid #e85b5e;
  color: #fff; }

.btn-remove:hover,
.btn-remove:focus,
.btn-remove:active {
  color: #fff; }

.btn + .btn {
  margin-left: 5px; }

.btn-pricing {
  background-color: #1428a0;
  border-color: #1428a0; }

.btn-pricing:hover, .btn-pricing:focus, .btn-pricing:active, .btn-pricing:active:focus, .btn-pricing:active:hover {
  background-color: #363636;
  border-color: #363636;
  color: #fff; }

.pagination > li > a {
  color: #333; }

.pagination > li > a:hover {
  color: #1428a0; }

.pagination > .active > a {
  background-color: #33bc8c;
  border-color: #33bc8c; }

.pagination > .active > a:hover,
.pagination > .active > a:active,
.pagination > .active > a:focus {
  background-color: #0b9866;
  border-color: #0b9866; }

.form-control:focus {
  border-color: #999;
  outline: 0;
  box-shadow: none; }

.react-grid-HeaderCell,
.react-grid-Cell {
  font-size: 13px;
  white-space: normal !important;
  line-height: normal; }

.react-grid-Cell .react-grid-Cell__value {
  font-size: 13px;
  white-space: normal !important;
  line-height: normal;
  overflow: auto !important;
  height: 30px !important; }

.react-grid-checkbox:checked + .react-grid-checkbox-label:before {
  box-shadow: none;
  content: '\E013';
  font-family: 'Glyphicons Halflings';
  color: #1428a0;
  background: #fff;
  line-height: 17px;
  text-align: center; }

.react-grid-Row.row-selected .react-grid-Cell {
  background-color: #fff9e2;
  border-right-color: #ddd; }

.react-grid-Row.row-context-menu .react-grid-Cell, .react-grid-Row:hover .react-grid-Cell {
  background-color: #f5f5f5; }

.react-grid-Cell:not(.editing) .react-grid-Cell__value {
  white-space: normal !important;
  line-height: normal; }

.react-grid-Container {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  padding: 10px !important; }

.green {
  color: green; }

.red {
  color: red; }

.orange {
  color: orange; }

.blue {
  color: blue; }

.msg-center {
  text-align: center; }

.mb10 {
  margin-bottom: 10px; }

.lh40 {
  line-height: 40px; }

.export-pagination {
  margin: 0 20px 0 0; }

.request-title {
  padding-left: 15px; }

.orderTabs .tab-content {
  min-height: 150px; }

.offer-form .orderTabs .tab-content {
  min-height: 50px; }

.offer-form .nav.nav-tabs {
  border-radius: 10px 10px 0px 0px;
  padding: 6px;
  background-color: #187adb;
  box-shadow: 0px 0px 17px 4px #888888;
  border: 3px solid #d3d3d3; }
  .offer-form .nav.nav-tabs li a {
    background-color: transparent;
    color: white;
    font-weight: bold; }
  .offer-form .nav.nav-tabs li.active > a {
    color: white;
    cursor: default;
    border: 2px solid white;
    font-weight: bold;
    background-color: transparent; }

.lh25 {
  line-height: 25px; }

.offer-spinner {
  margin: auto;
  width: 70px;
  text-align: center; }

.offer-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.offer-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.offer-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50; }

.no-padd {
  padding: 0; }

.displayFlex {
  display: flex; }

.alignItemsBase {
  align-items: baseline; }

.blackBorder {
  border: 1px solid #9a9595; }

.boxShadow {
  background-color: white;
  box-shadow: 3px 3px 10px 0px #999;
  border-radius: 4px;
  padding: 19px;
  margin-bottom: 20px; }

.margin5 {
  margin: 5px; }

.flexColumn {
  flex-direction: column; }

.fontBold {
  font-weight: bold; }

.width300 {
  width: 300px; }

.envDisp {
  float: left;
  padding: 0;
  margin: 6px 49px;
  color: #fff; }

.skuselector-container {
  font-style: normal;
  position: absolute;
  padding: 20px 40px;
  left: 10%;
  right: 10%;
  top: 30px;
  bottom: 30px;
  overflow-y: auto;
  color: #333; }
  .skuselector-container p, .skuselector-container span {
    font-size: 14px;
    font-weight: 400; }
  .skuselector-container label {
    margin-bottom: 0;
    font-weight: 400; }
  .skuselector-container input {
    font-weight: 400; }
  .skuselector-container h2 {
    color: #1428a0;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 22px; }
  .skuselector-container .search-header {
    background: #eee;
    font-size: 18px;
    padding: 10px;
    display: table;
    width: 100%; }
  .skuselector-container .filter-setting {
    padding-top: 20px; }
    .skuselector-container .filter-setting__title {
      font-size: 16px;
      font-weight: 400;
      display: inline-block;
      vertical-align: middle; }
    .skuselector-container .filter-setting__title + div div {
      font-size: 14px; }
    .skuselector-container .filter-setting__searchinput {
      margin-left: 0;
      margin-right: auto;
      width: 30%;
      margin-top: 15px;
      display: inline-block; }
    .skuselector-container .filter-setting__resetbtn {
      background-color: white;
      border: 1px #1428a0 solid;
      text-transform: uppercase;
      font-weight: bold;
      font-family: monospace;
      vertical-align: middle;
      width: auto;
      height: auto;
      cursor: pointer;
      text-align: center;
      color: #1428a0;
      text-decoration: none;
      height: 24px;
      margin-right: 20px;
      float: right; }
      .skuselector-container .filter-setting__resetbtn:hover {
        border-color: transparent;
        background-color: #4169e1;
        color: white;
        text-decoration: none; }
    .skuselector-container .filter-setting__alt {
      display: flex;
      justify-content: space-around; }
      .skuselector-container .filter-setting__alt__inner {
        width: 33%;
        text-align: center;
        cursor: pointer; }
        .skuselector-container .filter-setting__alt__inner > p {
          background: #eee;
          margin: 0;
          padding: 10px;
          text-align: center;
          font-weight: bold; }
        .skuselector-container .filter-setting__alt__inner td {
          border-bottom: 1px solid #f5f5f5;
          font-size: 13px;
          text-align: left;
          text-transform: uppercase; }
        .skuselector-container .filter-setting__alt__inner__container {
          border: 1px solid #e0e0e0;
          min-height: 203px; }
  .skuselector-container-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50; }
  .skuselector-container .search-result-section {
    display: inline-block;
    width: 48%;
    margin: 1%;
    vertical-align: top;
    border: 1px solid #dfdfdf; }
    .skuselector-container .search-result-section.wide {
      width: 100%; }
  .skuselector-container .offer-btn, .skuselector-container .offer-btn:disabled {
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    font-family: monospace;
    color: white;
    padding: 10px;
    vertical-align: middle;
    border: 1px #1428a0 solid;
    background-color: #1428a0;
    border-radius: 15px;
    width: auto;
    min-width: 250px;
    height: auto;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    color: white;
    text-decoration: none;
    margin: 10px; }
    .skuselector-container .offer-btn:hover {
      transition: 0.5s;
      background-color: #4169e1;
      color: white;
      text-decoration: none; }
    .skuselector-container .offer-btn:disabled {
      cursor: not-allowed !important;
      background-color: #7ba9d0;
      border: none; }
    .skuselector-container .offer-btn-white {
      background-color: white;
      display: inline-block;
      color: #1428a0;
      border: 1px #1428a0 solid;
      text-transform: uppercase;
      font-weight: bold;
      font-family: monospace;
      padding: 10px;
      vertical-align: middle;
      width: auto;
      min-width: 250px;
      height: auto;
      border-radius: 25px;
      cursor: pointer;
      text-align: center;
      margin: 10px;
      color: #1428a0;
      text-decoration: none; }
      .skuselector-container .offer-btn-white:hover {
        transition: 0.5s;
        border-color: transparent;
        background-color: #4169e1;
        color: white;
        text-decoration: none; }

.sku-select-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50; }

.offer-spinner {
  margin: auto;
  width: 70px;
  text-align: center; }

.offer-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.offer-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.offer-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.tablePointer {
  cursor: pointer; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

body {
  font-family: 'SamsungOneLatinWeb'; }

/* CSS Document */
/* Fonts 
// -------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, legend {
  display: block; }

div, table, ul, ol, menu, h1, h2, h3, p, fieldset, input, textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  position: relative;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  font-family: "InterfaceR", Arial, Helvetica, "San-Serif";
  color: #212428;
  margin: 20; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0; }

.container {
  padding-left: 5px;
  padding-right: 5px; }

@media (min-width: 768px) {
  .container {
    padding-left: 1.5em;
    padding-right: 1.5em; } }

@media screen and (min-width: 1168px) {
  .container {
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto; } }

.contact-customer a {
  color: #172E9D;
  text-decoration: none; }

.contact-customer a:hover,
.contact-customer a:active {
  text-decoration: underline; }

.contact-customer .title {
  margin: 25px auto 10px; }

.contact-customer .title h2 {
  border-bottom: 2px solid #1428A0;
  padding-bottom: 10px; }

.contact-customer .title h2 {
  text-transform: none;
  margin: 0;
  font-size: 27px; }

.contact-customer h5.subtitle {
  font-size: 18px;
  margin-bottom: 20px; }

.contact-customer h3.group-title {
  font-size: 24px;
  margin-bottom: 20px; }

.contact-customer a.technical-contact {
  font-size: 18px;
  margin-bottom: 20px;
  display: block; }

.contact-customer .required {
  color: #1428A0;
  display: block;
  font-size: 14px; }

.contact-customer .note {
  color: #1428A0;
  display: block;
  font-size: 14px;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .col-12, .col-6, .col-3 {
    width: 90%;
    margin: auto; }
  .col-9 {
    width: 90%; }
  .file-field {
    margin-left: 4%; }
  .contact-customer .note {
    color: #1428A0;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    float: right;
    margin-right: 10%; }
  .contact-customer .copyRight {
    color: grey;
    font-size: 12px;
    float: right;
    margin-top: 5px;
    margin-right: 28%; }
  .contact-customer .required {
    color: #1428A0;
    display: block;
    font-size: 14px;
    margin-left: 5%; } }

@media (min-width: 768px) {
  .contact-customer .title {
    margin: 25px auto; } }

@media (min-width: 1024px) {
  .contact-customer .title h2 {
    font-size: 38px; }
  .contact-customer h3.group-title {
    font-size: 27px; }
  .contact-customer h5.subtitle {
    font-size: 21px; }
  .contact-customer .note {
    font-size: 16px; } }

.contact-customer label {
  font-family: "InterfaceR", Arial, Helvetica, san-serif;
  font-size: 16px;
  margin-bottom: 5px; }

textarea,
input[type="text"],
input[type="email"],
select {
  border: 1px solid #DADEE2;
  font-family: "InterfaceR", Arial, Helvetica, "San-Serif"; }

textarea,
input[type="text"],
input[type="email"],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.contact-customer textarea,
.contact-customer input[type="text"],
.contact-customer input[type="email"] {
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  outline: none;
  height: 50px;
  padding: 8px 48px 8px 10px !important;
  font-size: inherit; }

.selectDiv input[type="text"] {
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 90%;
  outline: none;
  height: 30px !important;
  font-size: inherit; }

.contact-customer textarea {
  width: 100%;
  min-height: 120px;
  resize: none;
  outline: none; }

.contact-customer input[type="text"]:focus,
.contact-customer input[type="email"]:focus,
.contact-customer select:focus,
.contact-customer textarea:focus {
  border: solid 1px #1428a0; }

.contact-customer .field.error input,
.contact-customer .field.error textarea,
.contact-customer .field.error select {
  background-color: #FFF3F3;
  border: 1px solid #FFA9A9; }

.contact-customer .error-text {
  display: none;
  color: #FF5B5B;
  font-size: 14px; }

@media (min-width: 768px) {
  .col-12, .col-9, .col-6, .col-3 {
    float: left;
    position: relative;
    min-height: 1px;
    background-clip: content-box; }
  .col-6 {
    padding-right: 25px; }
  .contact-customer .col-12 {
    width: 100%;
    padding-right: 20px; }
  .contact-customer .col-9 {
    width: 75%; }
  .contact-customer .col-6 {
    width: 50%; }
  .contact-customer .col-3 {
    width: 25%; }
  .no-padding {
    padding-right: 5px; }
  .right-align {
    text-align: right; }
  .field-group:first-child {
    margin-top: 0; } }

.row:after,
.row:before {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.field-group {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.field-group:first-child {
  margin-top: 20px; }

.field {
  margin-bottom: 20px; }

.no-padding {
  margin-bottom: 5px; }

.contact-customer .button {
  font-family: "InterfaceB", Arial, Helvetica, "San-Serif";
  line-height: 1.4em;
  text-align: center;
  padding: 10px 25px;
  transition: all 0.2s ease;
  letter-spacing: 0.5px;
  display: inline-block;
  border-radius: 0;
  background-clip: padding-box;
  cursor: pointer;
  height: 50px;
  background-color: #FFF;
  border: 1px solid #1428A0;
  color: #1428A0;
  text-transform: uppercase; }

.contact-customer .button {
  font-family: "InterfaceB", Arial, Helvetica, "San-Serif";
  line-height: 1.4em;
  text-align: center;
  padding: 10px 25px;
  transition: all 0.2s ease;
  letter-spacing: 0.5px;
  display: inline-block;
  border-radius: 0;
  background-clip: padding-box;
  cursor: pointer;
  height: 50px;
  background-color: #FFF;
  border: 1px solid #1428A0;
  color: #1428A0;
  text-transform: uppercase; }

.contact-customer .button:hover,
.contact-customer .button:active,
.contact-customer .button:focus {
  background-color: #1428a0;
  color: white;
  border-color: #1428a0; }

.contact-customer .button-browse {
  position: absolute; }

.contact-customer .button-plus {
  position: absolute;
  line-height: 1em;
  padding: 3px 15px;
  transition: all 0.2s ease;
  letter-spacing: 0.5px;
  height: 40px;
  margin-top: 5px; }

.contact-customer input.file-browse {
  position: absolute;
  height: 50px;
  width: 117px;
  display: inline;
  cursor: pointer;
  opacity: 0;
  margin-left: 0px;
  margin-right: 5px; }

.contact-customer input.file-browse:hover {
  background-color: #1428a0;
  color: white;
  border-color: #1428a0; }

.contact-customer .button-add-file {
  margin-left: 120px; }

.contact-customer .button-submit {
  float: right;
  color: #FFF;
  border-color: #1428A0;
  background-color: #1428A0; }

.contact-customer .button-submit:hover,
.contact-customer .button-submit:active,
.contact-customer .button-submit:focus {
  background-color: #0c1861;
  color: white;
  border-color: #0c1861; }

p.signup {
  padding-top: 20px; }

/* icons
-------------------------------------------------- */
.icon {
  font-family: 'samsung_support';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-plus:before {
  content: "\E615"; }

.icon-search:before {
  content: "\E60D"; }

select {
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  outline: none;
  height: 30px !important;
  padding: 8px 8px 8px 8px !important;
  font-size: inherit; }

select {
  outline: none;
  height: 30px !important;
  padding: 8px 8px 8px 8px !important;
  font-size: inherit; }

.contact-customer .copyRight {
  color: grey;
  font-size: 12px;
  float: right;
  margin-top: 5px;
  margin-right: 200px; }

.contact-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #dadada;
  margin: 0px 0px 20px;
  font-family: "SamsungOneLatinWeb", "SamsungSans", "Interface_bd", Arial, Helvetica, "San-Serif"; }

.contact-wrapper .group-title {
  font-size: 13px !important;
  font-family: 'SamsungOneLatinWeb', Arial;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #dadada;
  padding: 0 0 10px;
  margin: 40px 0 15px; }

.contact-wrapper .contact-customer label {
  font-weight: normal; }

.contact-wrapper .contact-customer .button {
  line-height: 30px; }

.contact-wrapper .contact-customer .note {
  margin-top: 10px; }

@font-face {
  font-family: 'SamsungOneLatinWeb';
  src: url("/in/web/dist/fonts/SamsungOneLatinWeb-400.99e950a.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

.GreForm .btm_line {
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px; }

.GreForm h2 {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  padding: 0px 0px 10px;
  border-bottom: none;
  margin: 0px 0px 5px;
  font-family: "SamsungOneLatinWeb", "SamsungSans", "Interface_bd", Arial, Helvetica, "San-Serif"; }

.form-horizontal .control-label {
  text-align: left;
  width: 19%; }

.date-picker-only {
  background: white;
  border-radius: 0;
  background-clip: padding-box;
  width: 100%;
  outline: none;
  height: 50px;
  padding: 8px 48px 8px 10px !important;
  font-size: inherit;
  border: 1px solid #DADEE2; }
  .date-picker-only > div {
    padding-bottom: 14px !important; }
  .date-picker-only hr {
    display: none !important; }
