@import url("https://fonts.googleapis.com/css?family=Merienda:700|Oleo+Script|Fira+Sans+Condensed");
@import url("https://fonts.googleapis.com/css?family=Cookie&text=OnSpecials");
html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.main-header-text, .main-dropdown {
  font-family: "Merienda", cursive;
}

.context-site h1, .context-site h2, .context-site h3, .context-site h4 {
  font-family: "Oleo Script", sans-serif;
}

.context-site p, .context-site h5, .context-site h6, .context-site a {
  font-family: "Fira Sans Condensed", sans-serif;
}

a.navbar-brand {
  font-family: "Cookie", cursive;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.main-dropdown {
  border: none;
  font-size: inherit;
  padding: 4px;
  bottom: 3px;
}

.main-dropdown.dropdown-toggle::after {
  margin-left: 0;
}

#CDSWIDSSP {
  width: 100% !important;
}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {
  width: 100% !important;
}

.panel li {
  margin-right: 10px;
}

.sortable.grid li {
  min-width: 10px;
  min-height: 10px;
}

.updated-field {
  color: red;
}

.custom-cluster-icon {
  background-color: #3388ff; /* Background color of the cluster icon */
  border-radius: 50%; /* Make it round */
  width: 40px; /* Width of the icon */
  height: 40px; /* Height of the icon */
  line-height: 40px; /* Center the content vertically */
  text-align: center; /* Center the content horizontally */
  color: #fff; /* Text color */
}

/*# sourceMappingURL=backend.css.map */
