section {
  background-color: #070707;
}

.text-white {
  color: #FCFCFC;
}

.js-form ::placeholder {
  color: #F8F8F8;
  opacity: 1; /* Firefox */
}

.js-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #F8F8F8;
}

.js-form ::-ms-input-placeholder { /* Microsoft Edge */
 color: #F8F8F8;
}

.js-form input, .js-form select, .js-form textarea {
  background-color: #404040!important;
  color: #F8F8F8!important;
}

/* iOS issue start */
.js-form input[type="date"], .js-form select {
  -webkit-appearance: none;
}
/* iOS issue end */

label {
  color: #FCFCFC;
  font-weight: 100;
}

.btn-block {
  text-align: left;
}

input[type="date"]:before {
  /*content: attr(placeholder) !important;
  color: #F8F8F8;
  margin-right: 0.5em;*/
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  /*content: "";*/
}

input[type=date]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
  color: #F8F8F8 !important;
}
#date{
  /*background: url(https://sg.oakley.com/assets/oap-prizm/img/desktop/calendar.png) no-repeat;
  background-position: 95% 16px;*/
}
input[type="date"]::-webkit-calendar-picker-indicator {  
  background: url(https://sg.oakley.com/assets/oap-prizm/img/desktop/calendar.png) no-repeat;
  background-position: 95% 16px;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
input[type="time"]:before {
  content: attr(placeholder) !important;
  color: #F8F8F8!important;
  margin-right: 0.5em;
}
input[type="time"]:focus:before,
input[type="time"]:valid:before {
  content: "";
}

input[type=time]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}
input[type=time]:focus::-webkit-datetime-edit {
  color: #F8F8F8 !important;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  width: auto;
  display: block;
}

.no-float {
  float: none;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.js-validate-error-label {
  margin-top: 5px;
}

.form__radio, .form__checkbox {
  margin-right: 7px ;
}

#other {
  display: none;
}

.modal-dialog {      
  padding-top: 5%;
  margin: 0 auto!important;   
}

.btn-submit {
  border-radius: 24px;
  padding: 10px 70px 10px 70px;
}

#divLargerImage
{
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    top: -50%;    
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

#divOverlay
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7,7,7,0.9);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 98;
}

#custom-prev-arrow {
  left: -100px!important;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
  background: transparent;
  border: none;
}

#custom-next-arrow {
  right: -100px!important;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
  background: transparent;
  border: none;
}

#rules ul, #rules ol{
  font-family: "Garamond Narrow";
}