/* -- FONTS --------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/

.bg-as,
.btn-as {
  background-color: #F68E1E;
}

.btn-as {
  color: #FFF;
}

.text-as {
  color: #F68E1E;
}

.bg-bd {
  background-color: #54B847;
}

.bg-success-light {
  background-color: #93ffbc
}

body {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
}

/* custom bootstrap ------------- */
.form-control:focus,
.form-select:focus,
.form-check-input,
input[type="radio"]:checked,
input[type="checkbox"]:focus,
input[type="checkbox"]:checked,
.form-switch {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.form-control,
.form-select,
.btn,
.input-group-text {
  border-radius: 0;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background-color: rgba(0, 45, 98, 1);
}

.table-sm {
  font-size: 0.8rem;
}

thead {
  border-bottom: none;
  font-weight: 400;
}

/* elements in brand colors ----- */
.bg-rr-main {
  background-color: rgba(0, 45, 98, 1);
}

.btn-rr-main {
  background-color: rgba(0, 45, 98, 1);
  color: #FFF;
}

.btn-rr-main:hover {
  background-color: rgba(0, 45, 98, 0.5);
  color: #FFF;
}

.text-rr-main {
  color: rgba(0, 45, 98, 1);
}

/* element sizes ---------------- */
.btn-w200 {
  min-width: 200px;
}

.btn-w300 {
  min-width: 300px;
}

.text-lg {
  font-size: 1.2rem;
}

.text-md {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.8rem;
}

.text-xxs {
  font-size: 0.7rem;
}

.status-link {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #333;
}

.navbar-default {
  margin: 0;
  padding: 0;
}

/* Sidebar --------------------- */
#sidebar {
  position: fixed;
  width: 200px;
  height: 100%;
  left: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(0, 45, 98, 1);
}

#sidebar a.option:hover {
  color: rgba(0, 45, 98, 0.5);
}

.sidebar-footer {
  position: absolute;
  bottom: 0;
  width: 200px;
}

.sidebar-container {
  position: fixed;
  width: 200px;
  height: 100%;
  left: 0;
}

.confirm-modal {
  border-radius: 0px;
}

/* titel boven formulier onderdelen in update_eenheid */
.title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: rgba(0, 45, 98, 1);
}

.title-xl {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  color: rgba(0, 45, 98, 1);
}

/* --- */
.hide {
  display: none;
}


.show {
  display: inline-block;
}

.spinner-show {
  display: inline-block;
}

.initials {
  width: 65px;
  height: 65px;
  padding-top: 10px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  color: white;
}