@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
  padding-top: 4rem;
  font-family: "Open Sans", sans-serif;
  background-color: #F1F2F5;
  background-color: #EAEAEA;
}
#mainContent {
  /*position: relative;*/
  padding-top: 0px;
}
.DM_FULLSCREEN {
  position: fixed;
  z-index: 99999999;
  overflow: auto;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f5f9;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.navbar-dark {
  background-color: #273b5d !important;
}
.navbar-light .btn-light {
  background-color: #e7e7e7;
}
.navbar img {
  max-height: 40px;
}
.navbar .nav-item img {
  max-height: 20px;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
}
.navbar #DM_PROFILE_DIV {
  color: #fff;
  margin-right: 10px;
}
.navbar #DM_PROFILE_DIV img, .sidebar .profileDIV img, .navbar #DM_PROFILE_IMAGE img {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}
.btn-circle {
  border-radius: 50%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar .btn-circle {
  margin-right: 10px;
  max-height: 40px;
}
.navbar a {
  text-decoration: none;
}
#dmLoadingDIV {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333a54;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#dmLoadingDIV img {
  height: 100px;
}

.pull-right {
  float: right;
}

#systemNotificationBar {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  width: 100%;
  background-color: green;
  color: #fff;
  min-height: 76px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}

#systemNotificationBar.danger {
  background-color: #e35138;
}

#systemNotificationBar.info {
  background-color: #17a2b8;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}

#systemNotificationDIV .alert {
  margin-bottom: 0;
}

#offcanvas [data-removenotification] {
  display: none;
}

#offcanvas a:hover [data-removenotification] {
  display: inherit;
}

#offcanvas .list-group img {
  width: 20px;
  height: 20px;
}

#offcanvas a {
  text-decoration: none!important;
  color: black;
}
.card {
}

.card-header {
  background-color: #4F5F74;
  /*background-color: #323A45;*/
  color: #fff;
  border-bottom: 0;
  border-radius: .25rem .25rem 0 0;
}
.navbar button, .sidebar button {
  position: relative;
}
.navbar button .badge, .sidebar button .badge {
  position: absolute;
  margin-top: -.6em;
  margin-left: -0.5em;
}
.navbar .btn-light {
  color: #273b5d;
}

a {
  color: #0275d8;
  text-decoration: none;
}

#DM_MAIN_DIV.mt-4 {
  height: calc(100vh - 89px);
}
.introjs-tooltip {
  background-color: #e45038!important;
  color: #fff;
}
.introjs-arrow {
  border-bottom-color: #e45038!important;
}
.table {
  contain: strict; 
}
.colorPalette {
  display: flex;
  flex-wrap: wrap;
}

.colorPalette>* {
  flex-grow: 1;
}

.colorPalette .btn {
  border-radius: 0;
  height: 30px;;
}

.colorPalette input[type="radio"]:checked+.btn {
  border: 3px solid rgba(0, 0, 0, 0.7);
}

.colorPalette input[type="radio"] {
  display: none;
}
.ql-indent-1 {
  margin-left: 20px;
}