/*StoreLocatorCode*/

/*Remove spinner from input type number*/
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.errorMsg{
    color: #cc0000;
    position: absolute;
    padding-top: 20px;
  }
  .hideMsg{
    display: none;
  }

  .column{
    width: 100%;
    margin-bottom: -10px; 
  }
  
  
  .red-border{
      border: 2px solid #cc0000 !important;
  }

  .red-background{
    background-color: #cc0000 !important;
    color:#fff !important;
  }

  #findStore{
      margin-left: 30px;
      background-color: #ffffff;
      color: #000000;
      border: 1px solid grey;
      padding-left: 10px;
      border-radius: 4px;
      padding-right: 10px;
      padding-top: 5px;
      /* display: block; */
      padding-bottom: 5px;
  }
  #storeZipCode{
     background-color: #ffffff;
     color: black;
     border-bottom: 1px solid grey;
     padding: 5px;
     width: 40%;
 }
  
  .columnL {
      float: left;
      width: 47%;
      margin-right: 10px;
      padding: 10px;
      /* margin-bottom: 10px */
  }
  .columnR {
      float: right;
      width: 47%;
      padding: 10px;
  }
  .column{
   background-color: #ddd; 
    display: inline-table;
    min-height: 100px;
  }
  
  /* Clear floats after the columns */
  .row:after {
      content: "";
      display: table;
      clear: both;
  }
  /* Style the buttons */
  .btn {
      border: none;
      outline: none;
      padding: 12px 16px;
      background-color: #f1f1f1;
      cursor: pointer;
  }
  
  .btn:hover {
      background-color: #ddd;
  }
  
  .btn.active {
      background-color: #666;
      color: white;
  }
  .storeName{
   margin: 0px; 
   padding-bottom: 5px;
  }
  .storeAddress{
   margin: 0px; 
  }

  .elementVal1{
    opacity: 0;    
    width: 35% !important;
    height: 100px;
    min-height: 7.5%;
    /*z-index: -1; */
  }
  
 /* input[type=radio] {
    display: inline-block;
    position: absolute;
    width: 25px;
    margin: auto;
    opacity: 0;
}*/
  /*Storelocator Ends*/
  
  
  .kampyleFormModal{
      height: 100% !important;
  }
  
  html{
      height:100%
  }
  
  body{
      height:100%;
      overflow:initial !important;
  }
  
  .hideTheseElements{
    display: none !important;
  }
  
  .control-label-small
  {
    font-size: 10px;
    margin-bottom: 4px;
    color: #666666;
  }
  
  .kmp_rating
  {
    margin: 5px 0;
  }
  
  .control-label-small {
    font-size: 10px;
    margin-bottom: 4px;
    color: #666666; }
  
  .kmp_radio
  {
    margin-right: 10px;
  }
  
  .kmp_has_error
  {
    color: #ed0700;
  }
  
  /* this is to specificly color the first and last grading labels when using tab.*/
  .force-hover{
      background-color: #cc0000 !important;
      color:#fff !important;
  }
  
  .grading {
    margin-left: -4px;
    margin-top: 10px; }
  
  .grading label {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    /*min-width: 26px;*/
    /*padding: 1.2% 16px;*/
    /*margin-left: 3.5px;*/
    /*line-height: 1.428571429;*/
      text-decoration: none;
      background-color: #ffffff;
      border: 1px solid #888888;
      width: 95%;
      text-indent: -0.7%;
    /*border: 1px solid #dddddd;*/
  }
  
  /* Change background color when hovering */
  .grading label:hover {
      background-color: #cc0000;
      color:#fff;
  }
  
  
  
  
  
  /* Change background color when checked  */
  .grading input[type=radio]:checked + label {
      font-weight: bold;
      background-color: #cc0000 !important;
      color: #ffffff !important;
      text-decoration: underline;
      border: none !important;
      outline: 0 none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }
  
  /* Hide radio button disc */
  .grading input[type=radio] {
      display: inline-block;
      position: absolute;
      width: 25px;
      margin: auto;
      opacity: 0;
  }
  
  /* Change the look+feel of labels (which are adjacent to radiobuttons). Add some margin, padding to label */
  .grading input[type=radio] + label {
      display: inline-block;
      padding: 20% 0 20% 0;
      font-size: 1em !important; /*Fallback font-size*/
      font-size: 2.5vw !important;
  }
  
  input[type="radio"], input[type="checkbox"] {
      margin: 3px 5px 0;
      line-height: normal;
  }
  
  
  #kampyleLogoDiv {
      display: none;
  }
  
  .well {
      margin-bottom: 0px;
      background: #ffffff;
      border: 0;
      overflow: auto;
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  
  .kmp_img {
      margin-bottom: 15px;
      display: block;
      /*margin-left: auto;
      margin-right: auto;*/
      /*float: left;*/
  }
  
  .btn {
      font-size: 16px;
      border-radius: 4px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      border-style: solid;
      border-width: 1px;
      border-color: #888888;
  }
  
  .builder-label a {
      color: #029fdf !important;
      text-decoration: underline;
  }
  
  .builder-label p {
      margin: 0;
  }
  
  .validation-error{
    color: #B85300;
  }
  
  .error-div{
    /*border: 2px solid rgba(255, 0, 0, 0.5);
      border-radius: 5px;*/
      color: #B85300;
  }
  
  .error-div ol {
      margin-bottom: 0;
      padding: 0 0 0 15px;
  }
  
  .error-div ol > li {
     font-size: 12px;
     color: #B85300;
  }
  
  .error-div ol > li > a {
     text-decoration: underline;
     color: #B85300;
  }
  
  .error-title {
    /*color: black;
      font-size: 16px;*/
    font-weight: bold; }
  
  .error-container {
    margin-bottom: 15px; }
  
  legend {
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    line-height: 1.428571429;
    background-color: #ffffff;
    cursor: default;
    display: inline-block;
    border-bottom: 0;
    font-size: 14px;
    margin-bottom: 4px; }
  
  $NEB_FOCUSED: #8e8e93;
  
  .a-outline{
       border: 2px solid $NEB_FOCUSED !important;
       box-shadow: 0 0 7px $NEB_FOCUSED !important;
  }
  
  .clip-check label {
      cursor: pointer;
      display: inline-block;
      margin-right: 15px;
      /*padding-left: 30px !important;*/
      position: relative;
      /*line-height: 23px;*/
      transition: border 0.2s linear 0s, color 0.2s linear 0s;
      /*white-space: nowrap;*/
      /*margin-bottom: 13px;*/
  }
  
  .clip-check label:after {
      display: inline-block;
      font-size: 11px;
      height: 19px;
      left: 4px;
      position: absolute;
      top: -1px;
      transition: border 0.2s linear 0s, color 0.2s linear 0s;
      width: 19px;
  }
  
  textarea {
     resize: none;
     padding: 4px 4px 0 4px;
  }
  
  div#footerSection {
      width: 100%;
      position: absolute;
      /*bottom: 0;*/
  }
  .page-container {
      padding: 30px;
      overflow-x: hidden;
      overflow: auto;
      padding-top: 10px;
  }
  
  button#closeBtn {
      margin-right: 5px;
      background: #ffffff;
      color: #333333;
  }
  
  .row {
      margin-bottom: 10px !important;
      padding-top: 4px;
      display: flex;
  }
  
  .col-sm-12.pull-right {
      padding-right: 30px;
  }
  
  .sectionBreak {
      height: 1px;
      border-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgb(198, 198, 198);
  }
  
  a.close, a.close:hover, a.close:active, a.close:visited {
      float: right;
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      color: #ffffff;
      opacity: 1;
      text-shadow: none;
  }
  /* custom css */
  
  img.kmp_img {
      padding-top:3px;
      /*padding-right:90%;*/
  }
  
  
  
  label.kmp_radio {
      display: block;
      margin-left: 20px;
  }
  
  /* anchor text*/
  legend#legend132845 span, legend#legend132961 span, legend#legend132962 span {
    float: right;
    margin-right: 10%; }
  
  /*to remove the unnecessary bolding*/
  label{
    font-weight: normal;
  }
  
  button#submitBtn, button#closeBtn, button#nextBtn {
  width: 46%;
  display: inline-block;
  text-transform: capitalize;
  }

  #findStore{
    text-transform: capitalize;
  }
  
  button#submitBtn, button#nextBtn {
  border: none;
  }
  
  .btn-primary {
    color: #ffffff;
    background-color: #cc0000 !important;
    background-image: inherit; }
  
  .page-container {
    padding-bottom: 0%; }
  
  .form-control {
    border: 1px solid #888888; }
  
  label#Page_2_text_43227 {
    font-family: Helevetica Neue, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    padding-bottom: 0%; }
  
  element.style {
    color: rgb(0, 0, 0);
    font-family: Helevetica Neue, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
  }
  
  label#lab10132845, label#lab10132961, label#lab10132962 {
    text-indent: -1.5%; }
  
  .required {
    display: none;
  }
  .ul-grading1to10{
      width: 100%;
      padding-left: 0px;
  }
  .li-grading1to10{
      display: inline-block;
      width: 7%;
      margin-right: 1%;
  }
  .ul-grading1to5{
      width: 100%;
      padding-left: 0px;
  }
  .li-grading1to5{
      display: inline-block;
      width: 7%;
      margin-right: 1%;
  }
  .nps-anchor-table {
      width:86%;
  }
  .right-anchor-td {
    float: right;
    text-align: right; }
  
  
  li[data-neb-unique-name="target_wi_nps"] {
    display: none;
  }
  
  
  #screen-capture {
    cursor: pointer;
  }
  
  #disable-screen-capture {
    display: none;
    opacity: 0.8;
    position: absolute;
    top: 3px;
    left: 46px;
  }
  
  .screen-capture {
    display: inline-block;
    float: left;
    margin-left: 15px;
  }
  
  .neb-disabled {
    cursor: not-allowed !important;
  }
  td.nps-anchor-td {
      font-size: 0.8em;
      padding-top: .85%;
  }
  .radio{
      margin-left: 20px;
  }
  .thankyou{
      margin-top:25%;
      text-align: left;
      margin-left: 19%;
      width:61%;
  }
  
  .powerBySection {
    text-align: center !important;
    padding-right: 0px !important;
  }
  
  .powerBySection a {
    font-size: 9px;
    color: #333333;
   }
  
   #spPoweredByText {
     color: #333333 !important;
   }
  
  div[neb-form-id="8771"] .screen-capture, div[neb-form-id="8772"] .screen-capture, div[neb-form-id='7731'] .screen-capture {
    display: none;
  }
  
  div[data-neb-uuid="732d-1d0b-6ad6-49d8-0299-c25a-31fc-a357"], div[data-neb-uuid="b8a4-1c7f-7c85-30e2-899c-b069-4932-43d6"] {
    display: none !important; }
  
  .close-btn-row {
      position: absolute;
      right: 17px;
      margin: -1%
  }
  #btnClose {
      width: 2rem;
      height: 2rem;
      background-color: #b5b5b5;
      border-radius: 50%;
      color: #eee;
      text-align: center;
      cursor: pointer;
      font-size: 1.7rem;
      border: none;
      padding: 0;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
  }
  /*CSS to add images for radio button*/
  input[type=radio] {
       content: url(https://assets.kampyle.com/resources/RC/clients/target/assets/RadioEmpty2x.png); 
      }
  input[type=radio]:checked {
       content: url(https://assets.kampyle.com/resources/RC/clients/target/assets/RadioActive2x.png); 
      .column {
      background-color: #cc0000 !important;
      color:#fff !important;
      }
  }
  label:selected{
      background-color: #cc0000 !important;
      color:#fff !important;
  }

  .col-sm-12.text-center.btnsCol{
    width: 100%;
  }

  
  /*CSS to add images for checkboxes*/
  /*Not tested Yet*/
  input[type=checkbox] {
      content: url(https://assets.kampyle.com/resources/RC/clients/target/assets/CheckBoxEmpty2x.png);}
  input[type=checkbox]:checked {
      content: url(https://assets.kampyle.com/resources/RC/clients/target/assets/CheckBoxActive2x.png);}
  
  .grading-focus-element {
      background-color: #ffffff !important;
      border-color: #66afe9 !important;
      color: rgb(0, 0, 0) !important;
      outline: 0 !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666666 !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #666666 !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #666666 !important;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #666666 !important;
  }
  :focus {
      outline: #666666 dashed 1px !important;
      outline-offset: 2px !important;
      box-shadow: none !important;
      border-color: #888888 !important;
  }
  .btn.focus, .btn:focus{
      text-decoration: underline;
  }
  .h2, :h2{
  margin-top: 1%
  margin-bottom: 1.5%;
  }
  .h3,h3 {
    font-size: 14px;
  }
  h2:focus {
  border: none !important;
  outline: none !important;
  }
  /*body {
      -moz-transform: scale(0.8, 0.8);*/ /* Moz-browsers */
      /*zoom: 0.8;*/ /* Other non-webkit browsers
  }*/
  
  /*Checkbox CSS*/
  /*.clip-check input[type="checkbox"]:checked+label:before {
      border-color: #888 !important;
      background-color: #CC0000 !important;
  }
  .clip-check label:before {
      background-color: #ffffff;
      border: 1px solid #c8c7cc;
      content: "";
      display: inline-block;
      height: 20px;
      left: 0;
      margin-right: 10px;
      position: absolute;
      width: 20px;
      border-radius: 0;
      top: 1px;
      transition: border 0.2s linear 0s, color 0.2s linear 0s;
  }
  input[type="checkbox"]{
      display: none;
  }
  .clip-check input[type="checkbox"]:checked + label:after {
      color: #fff;
      content: "\f00c";
      font-family: "FontAwesome";
  } */
  input[type="checkbox"]{
      height: 20px;
      width:20px;
      margin-left:0px !important;
      display: block !important;
      margin-left: -30px !important;
  }
  .checkbox label{
      margin-left: 10px !important;
  }
  .checkbox.clip-check {
      /*display: inline;*/
      padding-left: 0;
      margin-right: 10px;
      /*margin-top: 5px;*/
      margin-left: 0;
      /*margin-bottom: 10px;
      padding-top: 4px;
      padding-bottom: 4px;*/
      padding-left: 2px;
  }
  
  
@media only screen and (max-width:321px){
  #storeZipCode{
    width:30%;
  }
  .storeLocator label{
    padding-right: 10px !important;
  }
}