.bert-alert {
  display: none;
  position: fixed;
  background: #eeeeee;
  z-index: 9999;
  color: #666666;
  padding: 15px; }
  .bert-alert.show {
    display: block; }

.bert-alert > .bert-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.bert-alert > .bert-container > .bert-gem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin-right: 15px; }
  .bert-alert > .bert-container > .bert-gem i {
    position: relative;
    top: 0px;
    font-size: 16px;
    line-height: 16px; }

.bert-alert > .bert-container > .bert-content {
  float: left;
  width: calc( 100% - 47px); }
  .bert-alert > .bert-container > .bert-content h5 + p {
    top: 0px; }
  .bert-alert > .bert-container > .bert-content p {
    position: relative;
    top: -1px; }

.bert-alert .bert-content > h5 {
  display: block;
  color: #666666;
  margin: 0px 0px 5px;
  font-size: 14px; }

.bert-alert:not(.default) .bert-content > h5,
.bert-gem {
  color: #fff; }

.bert-alert .bert-content > p {
  font-size: 14px;
  line-height: 20px;
  margin: 0; }

.bert-alert .bert-content > .bert-icon {
  position: relative;
  top: -4px;
  float: right;
  font-size: 24px;
  line-height: 24px;
  margin: 0; }

.bert-alert.success p, .bert-alert.success i,
.bert-alert.info p,
.bert-alert.info i,
.bert-alert.warning p,
.bert-alert.warning i,
.bert-alert.danger p,
.bert-alert.danger i {
  color: #fff; }

.bert-alert.success {
  background: #75ba50; }

.bert-alert.info {
  background: #1b9edb; }

.bert-alert.warning {
  background: #fad131; }

.bert-alert.danger {
  background: #da5347; }

.bert-alert.fixed-top,
.bert-alert.fixed-bottom {
  left: 0px;
  right: 0px; }

.bert-alert.fixed-top {
  top: -100%;
  padding-top: 20px;
  -webkit-transition: top 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
  .bert-alert.fixed-top.animate {
    padding-top: 20px;
    top: -6px; }

.bert-alert.fixed-bottom {
  bottom: -100%;
  padding-bottom: 20px;
  -webkit-transition: bottom 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
  .bert-alert.fixed-bottom.animate {
    padding-bottom: 20px;
    bottom: -6px; }

.bert-alert[class*="growl-"] {
  border-radius: 3px;
  max-width: 350px; }
  .bert-alert[class*="growl-"] .bert-content h5 {
    display: block;
    color: #fff;
    margin: 0px 0px 5px;
    font-size: 14px; }
  .bert-alert[class*="growl-"] .bert-content p {
    font-size: 14px;
    width: 100%; }

.bert-alert.growl-top-left,
.bert-alert.growl-bottom-left {
  left: -100%;
  right: auto;
  width: calc( 100% - 30px);
  -webkit-transition: left 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
  .bert-alert.growl-top-left.animate,
  .bert-alert.growl-bottom-left.animate {
    left: 15px; }

.bert-alert.growl-top-left,
.bert-alert.growl-top-right {
  top: 15px; }

.bert-alert.growl-bottom-left,
.bert-alert.growl-bottom-right {
  bottom: 15px; }

.bert-alert.growl-top-right,
.bert-alert.growl-bottom-right {
  right: -100%;
  left: auto;
  width: calc( 100% - 30px);
  -webkit-transition: right 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
  .bert-alert.growl-top-right.animate,
  .bert-alert.growl-bottom-right.animate {
    right: 15px; }

@media screen and (min-width: 350px) {
  .bert-alert[class*="growl-"] {
    min-width: 350px; }
  .bert-alert.growl-top-left,
  .bert-alert.growl-bottom-left {
    left: -100%;
    right: auto;
    -webkit-transition: left 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
    .bert-alert.growl-top-left.animate,
    .bert-alert.growl-bottom-left.animate {
      left: 15px; }
  .bert-alert.growl-top-right,
  .bert-alert.growl-bottom-right {
    right: -100%;
    left: auto;
    -webkit-transition: right 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
    .bert-alert.growl-top-right.animate,
    .bert-alert.growl-bottom-right.animate {
      right: 15px; } }
.admin-container {
  max-width: 1000px;
  margin: 20px auto;
}

.card {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th {
  background: #333;
  color: #fff;
  padding: 10px;
}

.admin-table td {
  padding: 8px;
}

.input {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.btn-add {
  background: #28a745;
  color: #fff;
  padding: 8px 12px;
  margin-bottom: 10px;
  border: none;
  border-radius: 6px;
}

.btn-delete {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 5px 8px;
  border-radius: 6px;
}

.login-box {
  max-width: 300px;
  margin: 100px auto;
  text-align: center;
}

.login-box input {
  width: 100%;
  margin: 5px 0;
  padding: 8px;
}

.btn-action {
  background: #007bff;
  color: #fff;
  padding: 10px 15px;
  margin-right: 10px;
  border: none;
  border-radius: 6px;
}

.highlight-input {
  border: 2px solid #007bff;
  border-radius: 6px;
  padding: 6px;
  background: #f8fbff;
}

.setting-input,
.highlight-input {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 3px;
}

.labelInput {
  border: 1px solid #999 !important;
  padding: 4px;
  border-radius: 3px;
  box-sizing: border-box;
}/* CSS declarations go here */
body {
	background-color: #FFF;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
table {
  background-color:#FFFBD0;
  border-collapse:collapse;	
  border: 2px solid black;
  width: max-content;   /* 🔥 rätt plats */
  min-width: 400px;
  margin:10px auto;
}


caption {
	font-variant:small-caps;
	font-size:24px;
}
tr {
	vertical-align:top;
	
}
th {
	background-color:#B3AB75;
	color:#FFF;
	font-size:18px;
}
td
   {
	padding:2px 10px;
	font-size:14px;
}
#highlight {
    background: transparent;
    padding:   5px;
    border-radius: 3px;
	transition-timing-function: ease-out;
	transition: background 0.3s  
}




tr:nth-child(even){background-color: #E8E7B3}

tr.tr2
{
    background-color: transparent;
}

#j2 { background-color: blue;
	  color:#FFF;
	}

.flash{

  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 1;

}

@-webkit-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#cccccc;}        
    100% {background-color:none;}
}

@-moz-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#cccccc;}        
    100% {background-color:none;}
}

@-ms-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#cccccc;}        
    100% {background-color:none;}
}

span{
      background: transparent;
    padding: 3px 5px;

    border-radius: 3px;
    display:inline-block;

}

input[type=text], input[type=number], select {
	background: transparent;
	padding: 6px 0;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
	
}

.admin-btn {
  background: #333;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
}

.admin-btn:hover {
  background: #555;
}

h1 {
  text-align: center;
}

.subrow td {
  background: #f9f9f9;
  font-size: 0.9em;
}

.times {
  display: grid;
  gap: 4px;
  width: 100%;

  justify-items: center;   /* 🔥 centrerar horisontellt */
  align-items: center;     /* 🔥 centrerar vertikalt */
   margin: 0 auto; 
}

.time {
  display: block !important;   /* 🔥 tvingar över span-regeln */
  text-align: center;
}
.ss-header th {
  background: #222;
  color: #fff;
  font-size: 11px;
  text-align: center;
  min-width: 400px;
  padding: 4px;
}

.time-row {
  display: flex;
}

.time-header {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  font-weight: bold;
}

th {
  text-align: center;
}

.table-wrapper {
  overflow-x: auto;
  padding: 0 10px;   /* 🔥 ger luft på sidorna */
}