#CookielawBanner {
    background: #fff;
    padding: 15px 0;
}

#CookielawBanner .container {
    position: relative;
}

#CookielawBanner #CookielawCross {
    background: url('/static/cookielaw/img/close.png?78d6ca0e722b') no-repeat 0 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
}

body {
  border-top: 2px solid #6c2336;
  background: #f5f5f5;
  color: #384248;
  font-size: 0.875rem;
}

/*BUTTONS*/
.btn {
  border: 0;
  border-radius: 0;
  padding: 8px 20px;
  text-decoration: none;
}
.btn a {
  text-decoration: none;
}
.btn.btn-primary {
  background: #6c2336;
}

a {
  color: #6c2336;
  text-decoration: underline;
}

/*NAV*/
nav {
  background: #6c2336;
}
nav.navbar-dark .nav-link {
  font-size: 0.85rem;
}
nav a {
  text-decoration: none;
}

.invalid-feedback {
  display: block;
}

/*FORMS*/
.infoForm {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 15px;
}
.infoForm p {
  margin-bottom: 0;
}
.infoForm .code {
  margin-top: 10px;
}

.contentForm {
  background: #FFF;
  box-shadow: 0px 0px 4px #e5e5e5;
  padding: 15px;
}

.col-form-label {
  padding-bottom: calc(0.075rem + 1px);
}

.form-control {
  border-radius: 0.05rem;
}

.asteriskField {
  color: #dc3545;
  margin-left: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}
fieldset legend {
  border-bottom: 1px #000 solid;
  font-size: 16px;
  font-weight: bold;
}

.fileUpload {
  width: 139px;
}

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