.card-header {
	background-color:#ededed;
}

.card-title {
	color:#2a3f54!important;
}


.loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
}

.success {
  background-color:#28a745!important;
  color: white;
  padding: 5px 15px!important;
}

.error {
  background-color:#f44336!important;
  color: white;
  padding: 5px 15px!important;
}

.info {
  background-color:#009688!important;
  color: white;
  padding: 5px 15px!important;
}

.form-datetime-holder > input {
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.checkbox-custom {
  height: 1.5rem!important;
}

.font-size-little {
  font-size: 0.70rem;
}

.x_title_custom {
  font-weight: bold!important;
  color:#2a3f54!important;
}