.fm_er_message {
  padding: 8px;
  background-color: red;
  color: #fff;
  font-size: 90%;
  line-height: 1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.vtTextCenter {
  text-align: center; }

.vtTextLeft {
  text-align: left; }

.vtMessageWarning {
  color: red;
  padding: 30px;
  font-size: 21px; }

.vtMessage {
  padding: 15px 25px; }

.vtBasicWrapper {
  padding-bottom: 50px;
  background-color: #fff;
  margin-top: 30px; }
  .vtBasicWrapper h2 {
    color: #444;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px; }
  .vtBasicWrapper a {
    font-size: 21px; }
  .vtBasicWrapper .wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 800px;
    margin: 0px auto; }
    @media screen and (max-width: 1024px) {
      .vtBasicWrapper .wrap {
        width: 96%; } }

#vtUsrNav {
  padding: 10px 0px; }
  #vtUsrNav a {
    font-size: 18px;
    display: inline-block;
    padding: 6px; }

.vtHtag {
  text-align: center;
  color: #444;
  padding: 15px; }
  .vtHtag.vtFsize18 {
    font-size: 18px; }
  .vtHtag.vtFsize21 {
    font-size: 21px; }
  .vtHtag.vtFsize24 {
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      .vtHtag.vtFsize24 {
        font-size: 21px; } }
  .vtHtag.vtFsize28 {
    font-size: 28px; }
    @media screen and (max-width: 768px) {
      .vtHtag.vtFsize28 {
        font-size: 21px; } }
  .vtHtag.vtFsize32 {
    font-size: 32px; }
    @media screen and (max-width: 768px) {
      .vtHtag.vtFsize32 {
        font-size: 21px; } }

.vtButton a {
  display: inline-block;
  border: #ddd solid 2px;
  padding: 10px 0px;
  width: 300px;
  margin-bottom: 10px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .vtButton a {
      width: 100%; } }
  .vtButton a.vtBg-red {
    background-color: #C50067; }
  .vtButton a.vtBg-blue {
    background-color: #92C000; }
  .vtButton a:hover {
    text-decoration: none; }

.fz {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  padding-top: 10%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff; }

#fileUpload label {
  font-size: 16px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  background: #9D3AA3;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  margin: 0 10px 0 0;
  display: inline-block; }

#fileUpload label input {
  display: none; }

#per {
  text-align: center; }

#gMap {
  padding-bottom: 20px; }

.receipt {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }

/*---------------------------------------------------
*Google Material Icons
*--------------------------------------------------*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  vertical-align: middle;
  margin-bottom: 5px; }

.material-icons.md-14 {
  font-size: 14px; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-28 {
  font-size: 28px; }

.material-icons.md-32 {
  font-size: 32px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.md-72 {
  font-size: 72px; }

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

/*# sourceMappingURL=variation.css.map */
