* {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: 'gotham-light-webfont';
}
@font-face {
  font-family: 'gotham-light-webfont';
  src: url('fonts/gotham-light-webfont.eot');
  src: url('fonts/gotham-light-webfont.woff') format('woff'), url('fonts/gotham-light-webfont.ttf') format('truetype');
}
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: black;
  text-align: center;
}
.v-hide {
  display: none;
}
.v-disabled {
  opacity: 0.5;
}
.v-message {
  position: fixed;
  left: 10%;
  top: 9%;
  width: 80%;
  padding: 7% 5% 7% 5%;
  text-align: center;
  font-size: 14px;
  color: white;
  background-color: #666;
  z-index: 1000;
}
.v-disabled-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
}
.v-page-container {
  padding: 10px;
  width: 100%;
  height: 100%;
}
.v-mannington-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.visualizeit-logo {
  /*
display: inline-block;
padding: 5px 0px 5px 0px;
width: 140px;
bottom: 5px;
border-radius: 4px;
color: white;
font-family: Arial, Segoe UI, Sans-Serif;
font-size: 11px;
font-weight: normal;
background-color: #666;
text-decoration: none;
*/
  display: inline-block;
  padding: 5px 0px 5px 0px;
  width: 100%;
  bottom: 5px;
  border-radius: 4px;
  color: white;
  font-family: Arial, Segoe UI, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  background-color: #666;
  text-decoration: none;
}
.visualizeit-logo:hover,
.visualizeit-logo:active,
.visualizeit-logo:visited,
.visualizeit-logo:focus {
  color: white;
  text-decoration: none;
}
.v-divider {
  width: 100%;
  height: 10px;
  zzbackground-color: red;
}
.v-title-text {
  display: inline-block;
  font-size: 24px;
  color: #666;
  zzborder: 1px solid #666;
  left: 10%;
  zzpadding: 0px 10px 0px 10px;
  margin-bottom: 0px;
  zzborder-radius: 4px;
  zzbackground-color: yellow;
  zzwidth: 50%;
}
.v-text {
  text-align: left;
  margin-bottom: 0px;
}
.v-find-products-from-your-photo-button {
  width: 220px;
  background-color: #549677;
  color: white;
}
.v-typed-skus {
  float: left;
  width: 75%;
  zzbackground-color: #549677;
  zzcolor: white;
}
.v-add-typed-skus-button {
  float: clear;
  width: 20%;
  background-color: #549677;
  color: white;
}
.v-skus-found-container {
  border: 1px solid #aaa;
  padding: 5px;
  background-color: white;
}
.v-skus-found-container.v-have-found-some {
  border: 1px solid #aaa;
  padding: 5px;
  background-color: #549677;
}
.v-skus-found-heading {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0px;
  text-align: left;
}
.v-skus-found-text {
  margin: 0px;
  margin-left: 5px;
  text-align: left;
  font-size: 90%;
}
.v-skus-found-none-text {
  margin: 0px;
  font-size: 90%;
}
.v-skus-found-container.v-have-found-some p {
  color: white;
}
.v-email-address-container {
  text-align: center;
}
.v-email-address {
  zzbackground-color: #549677;
}
.v-invalid-email {
  margin-top: 3px;
  font-size: 80%;
  color: red;
}
.v-send-skus-to-mannington-button {
  width: 220px;
  background-color: #549677;
  color: white;
}
.v-send-email-button {
  background-color: #549677;
  color: white;
}
