@import url("bootstrap.min.css");

html,
body {
  height: 100%;
}

:root {
  /*--header-affix: 172px;*/
  --header-height: 140px;
  /*--header-affix: var(--header-height);
    --height_affix : var(--header-height);*/

  /*--mybodies-max-width: 1400px;*/
  --mybodies-max-width: 90%;
  --mybodies-max-width_smallscreen: 95%;

  --my-bg-color: rgba(220, 220, 220, 0.3);
  --my-purple-color: rgba(202, 178, 226, 0.64);

  /*submenu color same as bern silhouette*/
  --color-swima-usermenu: rgba(142, 143, 184, 0.9);
}

.archived {
  padding: 5px;
}

.wrap {
  min-height: 100%;
  height: auto;
  /*margin: 0 auto -60px;
    padding: 0 0 60px;*/
  background-color: #f6f6f6;
}

/*-- Jumbotron tweaks --*/

.jumbotron {
  text-align: center;
}

body {
  height: 100%;
}

.mybodies {
  max-width: var(--mybodies-max-width);
  margin: 0 auto;
  /*margin-bottom: 200px;*/
}

.footer {
  border-top: 1px solid #ddd;
  height: auto;
  background-color: #f5f5f5;
  /*text-align: center;*/
  padding: 20px;
  margin-top: 200px;
}
.footer .grid {
  /*grid-auto-flow: column;*/
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  /*margin:3rem auto;*/
  /*max-width: 1200px;*/
}

.footer .parent_link {
  margin-top: 1.5rem;
}

#mc-embedded-subscribe {
  margin-top: 1rem;
  padding: 0.7rem 2rem;
}

.footer #mc_embed_signup {
  background-color: unset;
}

.link {
  width: 100%;
  font-weight: 500;
  font-size: 1.7rem;
}
.footer .newsletter {
  grid-column: span 2;
}

.link i {
  margin: 0.5rem;
  font-size: 2.5rem;
}
.contact.link {
  font-size: 2.5rem;
}

.footer .logo {
  object-fit: contain;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/*-- Sorting --*/

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

/*-- Other --*/

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* add red asterisk to required form fields */
div.required label:after {
  content: " *";
  color: #e13431;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
  width: 68px;
}

.article-view th {
  min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
  font-weight: bold;
  color: green;
}

.boolean-false {
  font-weight: bold;
  color: #e13431;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
  font-weight: bold;
  color: black;
}

.role-admin {
  font-weight: bold;
  color: #c4a500;
}

.role-editor {
  font-weight: bold;
  color: #800080;
}

.role-support {
  font-weight: bold;
  color: #009d00;
}

.role-premium {
  font-weight: bold;
  color: #4c4cff;
}

.role-member {
  font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
  font-weight: bold;
  color: #7373ff;
}

.green {
  font-weight: bold;
  color: #009d00;
}

.gold {
  font-weight: bold;
  color: #c4a500;
}

hr.top {
  margin-top: 0px;
  border-width: 1px;
  border-color: #333;
  text-align: left;
}

hr.article-devider {
  border-width: 1px;
  border-color: #444;
  border-style: dashed;
  text-align: left;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
  display: none;
}

/*MODAL*/

.ui-widget.ui-widget-content.ui-front.ui-dialog.custom {
  overflow: auto;
  max-height: 75vh;
  padding: 0;
  margin: 0;

  /*border:none;*/
  border-radius: var(--border_radius);
}

.ui-widget-header.ui-dialog-titlebar.custom {
  /*background: none;*/
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top-left-radius: var(--border_radius);
  border-top-right-radius: var(--border_radius);
  overflow: hidden;
  height: max-content;
}
.ui-dialog .ui-dialog-title {
  width: 100%;
  margin: 0;
}

.modal_title {
  margin: 0;
  padding: 1.2rem;
  padding-left: 3rem;
  font-size: 1.3em;
  color: white;
}

.ui-dialog .ui-dialog-content.custom {
  padding: 0;
  width: 100%;
}

.modal_wrapper .header {
  padding: 0;
  padding-left: 3rem;
  border-top-left-radius: var(--border_radius);
  border-top-right-radius: var(--border_radius);
}

.modal_wrapper .header p {
  font-size: 3rem;
  padding: 2rem 0 1rem 2rem;
}

.modal_wrapper .main_content {
  /*padding: 1rem 4rem 4rem 4rem;*/
  padding: 0rem 3rem;
}

/*.modal_wrapper .mypurplebox{
    bottom:0;
    padding:1rem;
    margin:0;
    margin-top:1rem;
}*/

#weeklyview .single-course:hover {
  filter: brightness(110%);
}

[datadance~="lindyhop"] {
  background-color: var(--lindyhopcolor);
}

[datadance~="authenticjazz"] {
  background-color: var(--authenticjazzcolor);
}

[datadance~="shag"] {
  background-color: var(--shagcolor);
}

[datadance~="balboa"] {
  background-color: var(--balboacolor);
}

[datadance~="boogiewoogie"] {
  background-color: var(--boogiewoogiecolor);
}

[datadance~="blues"] {
  background-color: var(--bluescolor);
}

[datadance~="andere"] {
  background-color: var(--anderecolor);
}

.archived-icon {
  color: red; /* Change the color to your desired value */
}
