@charset "utf-8";
/* Samsung data capture styles */

body {
font-family: 'SamsungIF_Rg', "Trebuchet MS", Helvetica, sans-serif;
padding: 1.25rem 0 !important;
color: #ffffff !important;
background-color: #000;
}

h1, h2, h3 {
font-family: 'SamsungOne-700', "Trebuchet MS", Helvetica, sans-serif;   
margin-bottom: 1.5rem;
color: #fff;    
}

h1 {
line-height: 2.75rem;
}

h2 {
line-height: 2.25rem;
}

h3 {
line-height: 1.25rem;
font-size: 17px;
}

.bluestar {
    color: #00b3e3 !important;
}

label, p {
font-size: 1rem;
line-height: 1.5rem;
margin-bottom: 1rem;
color: #ffffff;
}

.field label {
    font-size: 1rem !important;
    line-height: 1.5rem;
    position: absolute;
    top: -20px;
    margin-bottom: 0px;
    z-index: -10;
    left: 16px;
}


.caps {
font: 0.875rem/1.5rem 'SamsungSharpSans-Bold', "Trebuchet MS", Helvetica, sans-serif;
text-transform: uppercase;  
color: #000;
margin-bottom: 0 !important;
}

.formrow {
    margin-top: 25px !important;
}

.formrow_txtarea {
    margin-top: 15px !important;
}

textarea {
	padding: 0.5rem !important;
}

/*------------------------------------------------------------------------------------------------------------------------------------------*/

/**
* Make the field a flex-container, reverse the order so label is on top.
*/
 
.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
/**
* Add a transition to the label and input.
*/
label, input {
  transition: all 0.2s;
  touch-action: manipulation;
}

input, textarea {
  border: 0;
  font-size: 1rem !important;
background-color: transparent !important;
color: #ffffff !important;
border: none !important;
border-bottom: 1px solid #ffffff !important;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
}

input:focus, textarea:focus {
  outline: 0;
  border-bottom: 1px solid #FFF;
}


/**
* Translate down and scale the label up to cover the placeholder,
*/
input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  /*overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 1.750rem) scale(1.1);*/
}
/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
input::-webkit-input-placeholder {
  opacity: 1;
  transition: inherit;
}
input:-ms-input-placeholder {
    opacity: 0.5;
    border-bottom: 1px solid #ffffff !important;
}
/*input::-moz-placeholder {
    opacity: 0;
    transition: inherit;
}
input:-moz-placeholder {
    opacity: 0.5;
    transition: inherit;
}*/

/**
* Show the placeholder when the input is focused.
*/
input:focus::-webkit-input-placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

/*------------------------------------------------------------------------------------------------------------------------------------------*/



/*input {
font-size: 1rem !important;
background-color: #000 !important;
color: #ffffff !important;
border: none !important;
border-bottom: 1px solid #ffffff !important;
}

input::placeholder {
    color: #ffffff !important;
}
*/

button.stardc, .button.stardc {
    background-color: transparent;
    border-radius: 7px;
    border: 2px solid white;
    font-family: "SamsungOne-700", Arial, sans-serif;
    font-size: 0.9rem;
    padding: 0.875rem 2rem 0.875rem 2rem;
    color: #fff;
    text-transform: uppercase;
}

button.stardc:hover, .button.stardc:hover {
    background-color: white;
    color: #000 !important;
}



.float-left {
float: left;    
}

.float-right {
float: right;   
}

.float-clear {
clear: both;    
}

.nomargin {
margin: 0 !important;   
}

.margin-right {
margin-right: 1rem !important;
}

.margin-bottom {
margin-bottom: 1rem !important;
}

.margin-top {
margin-top: .5rem !important;
}

.error {
line-height: 1.2rem;
}

label small {
text-transform: none;
}

p.error {
display: block;
font-size: 0.75rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1rem;
margin-top: 0px;
padding: 0.375rem 0.5625rem 0.5625rem;
background: #00b3e3;
color: #fff;    
}

a {
    color: #00b3e3;
}

small.error {
    margin-top: 0px !important;
    background: #00b3e3 !important;
    color: #fff !important;
}

label.error, .error {
    color: #ffffff !important;
    line-height: 1.5rem;
}
.error label, .error label.error {
    color: #ffffff !important;
}

[type="checkbox"] + span {
    background: url(//eu.my-samsung.com/images/mys/ehq/en_GB/template/form/checkbox_black.png) no-repeat !important;
}

[type="checkbox"] + span:hover {
    background-position: 0px -22px !important;
}

[type="checkbox"]:checked + span {
    background-position: 0px -44px !important;
}

[type="radio"] + span {
    height: 26px !important;
    padding-top: .075rem !important;
    background: url(//eu.my-samsung.com/images/mys/ehq/en_GB/template/form/radiobutton_black.png) no-repeat !important;
}

[type="radio"]:hover + span, [type="radio"]:checked + span {
    background-position: 0px -26px !important;
}


/* CSS for mobile view */
@media only screen and (max-width: 40em) {
label {
padding: 0 !important;
}
}