/*
 * Created: 13.11.18, 12:16
 */

body {
  background: white;
  font-family: "Helvetica", sans-serif !important;
}
.content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer {
  border-top: 2px solid #f6f6f6;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dark-text {
  text-align: center;
  color: #545454 !important;
  font-size: 12pt;
}
.top-line {
  border: 0;
  margin: 0;
  border-bottom: 10px solid;
  margin-bottom: 20px;
}
.container-fluid {
  padding: 0 !important;
}
.banner-top {
  max-width: 300px !important;
  margin-bottom: 20px;
}
.margin-top-x-20 {
  margin-top: 20px;
}
.margin-bottom-x-20 {
  margin-bottom: 20px;
}
.text-sm {
  font-size: 13px;
}
.header-text {
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 22px;
  font-size: 20px;
}
.customer-info {
  max-width: 570px;
  margin: auto auto 28px;
}
.customer-info label {
  font-size: 10pt;
  font-weight: 400 !important;
  margin-bottom: 5px;
  line-height: 18px;
}
.customer-info .row {
  margin-left: -5px;
  margin-right: -5px;
}
.customer-info .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
input.form-control {
  background-color: #f6f6f6;
  height: 38px;
}
.btn-main {
  margin: 40px auto;
  font-weight: 400;
  font-size: 20px;
  padding: 15px 0;
  border-radius: 30px;
  letter-spacing: -1px;
  line-height: 18px !important;
  border: none !important;
  width: 180px !important;
}
.bubble {
  font-size: 16px;
}
.tooltip.fade,
.tooltip.fade .tooltip-inner,
.tooltip.fade.in,
.tooltip.fade.in .tooltip-inner {
  background: #000 !important;
  color: white !important;
  font-size: 14px !important;
}
.tooltip.top.fade > .tooltip-arrow,
.tooltip.top.fade.in > .tooltip-arrow {
  border-top-color: #000 !important;
}
.has-error {
  color: #a94442 !important;
}
@media only screen and (max-width: 767px) {
  .content {
    width: 100%;
  }
  .text-sm-center {
    text-align: center;
  }
  .customer-info input {
    margin-bottom: 5px;
  }
  .modal-dialog {
    min-width: inherit;
  }
}
