/*File added by Stub.*/
/*a {*/
/*  text-decoration: none;*/
/*  color: #0074bd;*/
/*}*/


/*145 - rød - afventer mit svar*/
/*146 - gul - afventer familie...*/
/*147 - blå - Er tilmeldt...*/
/*148 - grøn - Afventer tid til opfølgning*/

.bg-progress {
  color: #FFF !important;
  padding: 3px;
}

.bg-progress-tid-145 {
  background-color: red !important;
}
.bg-progress-tid-146 {
  background-color: yellow !important;
  color:#000 !important;
}
.bg-progress-tid-147 {
  background-color: blue !important;
}
.bg-progress-tid-148 {
  background-color: green !important;

}

/*.stat-red {*/
/*  background-color: red;*/
/*  color: #FFF;*/
/*  padding: 3px;*/
/*}*/
/*.stat-yellow {*/
/*  background-color: yellow;*/
/*  color: #000;*/
/*  padding: 3px;*/
/*}*/
/*.stat-blue {*/
/*  background-color: blue;*/
/*  color: #FFF;*/
/*  padding: 3px;*/
/*}*/
/*.stat-green {*/
/*  background-color: green;*/
/*  color: #FFF;*/
/*  padding: 3px;*/
/*}*/


.foreningsmentor-intra--fields {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 1em;
}
.field {
  margin-bottom: 1em;
}
.field--label {
  font-weight: bold;
}


/* Nav intranet menu */
.nav.navbar-nav .is-active,
.nav.navbar-nav .active {
  font-weight: bold;
  color: #f35249;
}

/* Breadcrumbs */
.fgb_breadcrumb a {
  color: #0074bd;
}

/* Content */
#block-fgb-content a {
  text-decoration: none;
  /*color: #0074bd;*/
}

/* Table views link color */
.views-view-table a {
  text-decoration: none;
  color: #0074bd;
}

/* Added space around buttons */
#block-fgb-content .form-actions {
  margin: 30px 0 30px 0;
}



#views-display-menu-tabs .active.is-active {
  font-weight: bold;
}
#views-display-menu-tabs a:hover {
  background-color: #adb5bd;
}

/* Try to fix dropdown overlap */
.dropbutton-multiple.open {
  /*background-color: red;*/
}
.dropbutton {
  background-color: #e9ecef;
  z-index: 1000000;
}

/*.error {*/
/*  color: red;*/
/*}*/



/* Webform css..................................*/
.path-webform legend,
.path-webform label.col-form-label {
  font-size: 1.2rem;
  color: #0074bd;
}

/* Submit buttons */
.path-webform input[type=submit] {
  background-color: #0074bd;
}

.path-webform .webform-flexbox {
  /*border: 1px solid red;*/
}

.path-webform .webform-flex--container .form-item {
  /*margin-bottom: 1rem;*/
}

/*Icons for referers persons*/
.referers_icons .bi-person-fill-check {
  color: green;
  font-size: 20px;
}
.referers_icons .bi-person-fill-dash {
  color: red;
  font-size: 20px;
}
.processed .bi-check-circle-fill {
  color: green;
  font-weight: bold;
  font-size: 20px;
}
.referers-edit .bi-pencil-fill {
  font-size: 20px;
}
.rocket bi-rocket-takeoff-fill {
  font-size: 20px;
}
