:root
{
  --primary-color: #2e57b0;
  --secondary-color: #a8a8a8;
  --tertiary-color: whitesmoke;
  --focus-color: rgb(162, 209, 255);
  --other-focus-color: rgb(60, 158, 255);
  --maxfocus-color: RoyalBlue;
  --gradient-color: rgb(0, 15, 60);
  --text-color: #0e0e0e;
}

/*.modal,
.modal.fade.in
{
  opacity: 1!important;
  filter: alpha(opacity=100)!important;
  z-index: 100!important;
}*/

.modal--simple
{
  padding: 2px!important;
  background-color: var(--tertiary-color)!important;
  border-color: Gray!important;
  color: var(--text-color)!important;
}

.modal--message
{
  font-size: 0.98rem!important;
}

.btn-close
{
  width:0.7em!important;
  height:0.7em!important;
  padding:0!important;
}