/* custom colors used in project
 * not removable, bacause there are no bootstrap color alternatives
*/

/* ==== SIDEBAR ==== */
/* used in sidebar font of active sidebar-element */
.font-light-sea-green {
  color: #00ada5 !important;
}
/* used in sidebar */
.background-sidebar {
  background-color: #1f3352 !important;
}

/* ==== BLUES ==== */

/* > alice-blue */
/* used in sidebar <hr> */
.border-alice-blue {
  background-color: #e5e9f2 !important;
}

/* > dark-cyan */
.font-dark-cyan {
  color: #009592 !important;
}
.background-dark-cyan {
  background-color: #009592 !important;
}

/* > indigo-dye */
/* report icons, form-label, buttons */
.indigo-dye {
  color: #1c446a !important;
}
.border-indigo-dye {
  border: 2px solid #1c446a !important;
}
.form-label {
  color: #1c446a !important; /* I was not motivated to add it to every Form.Label (50 lines)*/
}
.btn-primary {
  background-color: #1c446a !important;
  border: #1c446a !important;
}

/* > space-cadet */
/* .media-message .title, .tooltip-inner*/
.space-cadet {
  color: #1b223c !important;
}

/* ==== GRAYS ==== */

/* > french-gray */
/* used in sidebar font */
.font-french-gray {
  color: #a6aab4 !important;
}

/* > dim-gray */
/* used in survey footer */
.font-dim-gray {
  color: #756d6d !important;
}
.background-dim-gray {
  background-color: #756d6d !important;
}
