/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 95px!important;
}

body > article {
  flex: 1; /* the main article should use as much space as possible */
}

/* ** Graphics Banner ** */
.custom-ccea-banner {
  background-image: url('/tmp/assets/6322bd78/ccea-website-survey-2025.png');
  background-repeat: repeat-x;
  height:167px;
  margin-top: 0!important;
  padding-top: 0!important;
}

.top-container {
  margin-top: 0!important;
}

.top-container .top-content {
  background-color: white;
  padding-bottom: 0;
  padding-top: 1em!important;
}

/* ** General Styles ** */
.fruity .text-info,
.fruity .text-primary,
.fruity .text-success {
  color: #515A61!important;
  line-height: 1.75!important;
  font-weight: 400!important;
}

.fruity .survey-description,
.fruity .question-text,
.fruity .alert,
.fruity .completed-text {
  font-weight: 600!important;
}

.fruity .survey-name,
.custom-ccea-banner h1{
  font-weight: 300!important;
  font-size: 2.5em!important;
}

.fruity .group-title,
.fruity .completed-text h2,
.fruity .survey-list-heading .h3{
  font-weight: 300!important;
  font-size: 2em!important;
}

.fruity .question-text,
#error-card .card-body p {
    font-size: 1.20em!important;
}

.fruity .bg-primary {
  background-color: #328637;
  color: #fff;
}
.fruity .card-primary>.card-header {
  background-color: #515A61!important;
  border: 0!important;
  border-radius: 0!important;
}

.fruity .card-primary {
  border: 2px solid #515A61!important;
  margin-top:1em!important;
}

.fruity .group-title.space-col,
.fruity #surveys-list-container {
  margin-top: 0 !important;
  margin-bottom: .75em!important;
}

.fruity .group-description .well {
  background:#ececec;
  border: 2px solid #ccc;
}

.fruity .question-container {
 border-left: 5px solid  #1e82be;
 box-shadow:none;
}

.number-of-questions {
  padding: .75em 0 1.75em 0!important;
}

.fruity .completed-text .assessment-table {
  margin-top:2.5em;
}

.fruity .survey-name,
.fruity .group-title,
.fruity a {
  color: #1e82be;
}

/* ** Button Styles ** */
.fruity .btn-primary,
.fruity .btn-primary:active,
.fruity .btn-primary:focus {
  background-color: #1e82be;
  border: 1px solid #1e82be;
}

.fruity a:focus,
.fruity a:hover {
  color: #515A61;
}

.fruity .btn-primary:focus,
.fruity .btn-primary:hover {
  background-color: #000007;
  border: 1px solid #000007;
}

.fruity .btn-outline-secondary {
  border: 1px solid #1e82be;
  color: #1e82be;
}

.fruity .btn-outline-secondary:hover {
  border: 1px solid #515A61;
  color: #515A61;
}

/* ** Progress Bar Styles ** */
.top-container .progress {
  height: 27px;
}

.fruity .progress-bar {
  background-color: #1e82be;
  font-size:1.25em;
}

/* ** Form Control Styles ** */
.fruity .form-control:focus {
  border: 1px solid #1e82be;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(30,130,190,.6);
}

body .answer-item label:after,
.checkbox-item input[type=checkbox]:checked+label:after,.checkbox-item input[type=radio]:checked+label:after{
  background-color: #1e82be!important;
}

/* ** Alert Banners ** */
.fruity .alert-warning {
  background:#F2DEDE;
  border: 0;
}

.fruity .alert-danger {
  background:#F2DEDE;
  border: 2px solid #920505;
}

.fruity .alert-warning hr,
.fruity .alert-danger hr {
  border-top-color: #920505;
}

.fruity .alert-warning .alert-link,
.fruity .alert-warning,
.fruity .alert-danger .alert-link,
.fruity .alert-danger,
.fruity .text-warning {
  color: #920505 !important;
}

/* ** FOOTER ** */
.custom-ccea-footer {
  background: #515A61;
  color: #fff!important;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 95px;
}
.custom-ccea-footer a{
  color: #fff!important;
  text-decoration:underline;
}

.custom-ccea-footer a:hover,
.custom-ccea-footer a:active
{
  color: #1e82be!important;
}

.custom-ccea-footer span
{
  color: #ffffff;
}

/* ** MEDIA RESPONSIVE ** */
@media (max-width: 768px) {
  .custom-ccea-banner {
    height:100px!important;
    background-size: cover;
  }
}

.asterisk {display: none;}