body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/*a {
  cursor: pointer;
}*/

.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}


/* COMMON CLASSES*/
.padding-top-zero {
    padding-top: 0;
}

.form-group-datepicker {
  position: relative;
}

.thin {
  font-weight: 200;
}

/* banner logo */
#banner-logo-container {
  width: 100%;
  height: 200px;
  text-align: center;
}

img#banner-logo {
  height: 100%;
  width: auto;
}


/* Custom page footer */
.footer {
    margin-top: 40px;
  padding-top: 19px;
    padding-bottom: 20px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

#logo-container {
    text-align: center;
/*    border-bottom: 1px solid #e5e5e5;*/
}



#submit-survey {
    text-align: center;
    width: 50%;
    min-width: 300px;
    max-width: 100%;
    margin: 30px auto;
}

#submit-btn-container {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}


/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
#email-preview-container {
    margin-top: 30px;
}

.email-preview-man {
    font-weight: 800;
}

.email-preview-blue {
    color: #215D97;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

/*  voucher*/

#preview-voucher {
  margin-top: 10px;
  max-width: 100%;
}

.image-voucher {
  margin-top: 20px;
  margin-bottom: 20px;
}
