/* DEFAULTS */

* {
	font-size: 18px;
}

.type-contentlist div.card-body {
	padding: 1.25rem 0;
}

#pageBox .bg-header { background-color: #343a40c9; color:#fff; }

a.btn-area-link, a.btn-area-link:not([href]):not([tabindex]) {
    display: block ;
    height: 100% ;
    width: 100% ;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    pointer-events: auto;
    text-decoration: none;
}


a.btn-area-link:hover, a.btn-area-link:not([href]):not([tabindex]):hover,
 a.btn-area-link:focus, a.btn-area-link:not([href]):not([tabindex]):focus{
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}


::-ms-clear {
  display: none;
}

.flex-even {
  flex: 1;
}

.flex-grid {
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.form-control-clear {
  position: absolute;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  right: 55px;
  top: 10px;
}

.form-check-input {
  /*margin: 10px 10px;*/
}

.form-group input + label {
  margin-left:40px;
}

.form-group input + label input.form-check-input {
  left:10px;
}

.error-message {
  color: red;
  font-weight: 600;
  padding: 3px 3px;
  background-color: #b1aaaa;
  margin-bottom: 1em;
}

.form-response {
  padding: 30px 30px;
  border-radius: 15px;
}

.form-response.bg- {
  background-color: #b1aaaa;
}



.form-response br {
  margin-bottom: 1.3em;
}

.form div.required label:after {
    content: ' *';
    color: #990000;
    display:inline;
}
/*background: url( "/img/asterisk.gif" ) right top no-repeat;*/
/*padding: 0 10px 0 0;*/



.hidden {
  visibility: hidden;
}

.has-spinner .fa-spinner {
  opacity: 0;
  max-width: 0;

  -webkit-transition: opacity 0.25s, max-width 0.45s; 
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .fa-spinner {
  opacity: 1;
  max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}

.del { text-decoration: line-through; }
.highlight { margin-left: 5px; }

.includer-element fieldset { padding:0; }

body.public { margin: 0 }
