#searchDomare {
  padding: 10px;
  width: 300px;
  font-size: 18px;
  margin-bottom: 20px;
  height: 45px;
  background-color: rgb(255, 217, 140);
}

.link_carrier {
  padding: 5px;
  width: 700px;

}

#personlig_lank {
  padding: 10px;
  width: 300px;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: rgb(255, 201, 92);
  border: 1px solid gray;
}

#searchDomare:hover {
  background-color: rgb(255, 188, 53);
}

#searchDomare:active,
#searchDomare::after,
#searchDomare:focus {
  background-color: rgb(255, 188, 53);
}

#personlig_lank:hover {
  cursor: pointer;
  background-color: rgb(255, 188, 53);
}


[icon='hover'] {
  cursor: pointer;
}

.SpecialDomarSchema td {
  padding: 4px;
}

.personlig_lank_container {
  display: none;
  position: fixed;

  top: 310px;
  left: 20px;
  width: 500px;
  height: 500px;
  overflow: scroll;
  background-color: rgb(199, 199, 199);
  border: 1px solid black;
  z-index: 10;
}

.text_contain {
  padding: 10px;
  z-index: 9;
}

.custom_bottom {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  background-color: rgb(154, 154, 154);
  width: 100%;
  padding: 10px;
  border-top: 1px solid black;
  z-index: 10;
}

.ButtonSticky {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}

.MyDivContainer {
  margin: 20px;
}

/*------------------------------------------*/

.bold {
  font-weight: bold;
}


.red {
  color: red;
  font-weight: bold;
}

.orange {
  color: rgb(212, 138, 0);
  font-weight: bold;
}

.domarschema_container {
  max-width: 1750px;
  margin-left: 0px;
  margin-top: 10px;
}

.italic {
  font-style: italic;
}



.domare_box {
  padding: 10px;
  width: fit-content;
}

.domare_box:nth-child(even) {
  background-color: #dfdfdf;
}

.domare_box:nth-child(odd) {
  background-color: #d3d3d3;
}

.domare {
  font-size: 16px;
  margin-bottom: 10px;
  width: fit-content;
}

.domare div {
  width: fit-content;
}

#copy_button {
  padding: 4px;
}




/* extra */

button {
  padding: 4px;
}

.MyRast {
  display: flex;
  margin-top: 5px;
}

.MyRast table td {
  padding: 4px;
  border: 1px solid rgb(82, 82, 82);
}

.MyRast .Type_A,
.MyRast .Type_B {
  background-color: rgb(102, 102, 102);
  font-weight: bold;
}

.MyRast .Type_C {
  background-color: rgb(156, 156, 156);
  font-weight: bold;
}

.MyRast .Type_D {
  background-color: rgb(188, 188, 188);
}

.MyRast table:nth-of-type(2) {
  margin-left: 10px;
  height: 60px;
}

.MyRast table:nth-of-type(2) tr {
  height: 30px;
}


.empty_grid_td,
.empty_grid_tr {
  border: none !important;
  background-color: white !important;
}

.myTable {
  text-align: left;
  padding: 10px;
  padding-left: 0;
}

.myTable th,
.myTable td {
  padding: 4px;
  margin: 0px;
}

.myTable th {
  background-color: rgb(170, 170, 170);
  border: 1px solid rgba(0, 0, 0, 0.405);

}


.myTable td {
  background-color: rgb(228, 228, 228);
  border: 1px solid rgba(0, 0, 0, 0.405);

}

/*---------------------------------------*/

.datum_container {
  margin-bottom: 80px;
  background-color: #dfdfdf;
  border-radius: 5px;
  border: 2px solid #292929;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  width: fit-content;
}

.datum {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  font-size: 18px;
  background-color: black;
  color: white;
  margin-bottom: 5px;
}

.datum {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}

.domare_ {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
}

.SpecialDomarSchemaHeader {
  /*Table*/
  text-align: left;
}

.SpecialDomarSchemaHeader td,
.SpecialDomarSchemaHeader th {
  padding-right: 20px;
  font-size: 14px;

}

.SpecialDomarSchemaHeader tr,
.SpecialDomarSchemaHeader td {
  border-collapse: collapse !important;
}


.black_box,
.green_box,
.Orange_box,
.red_box {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.black_box {
  background-color: black;
}

.green_box {
  background-color: rgb(22, 148, 0);
}

.Orange_box {
  background-color: rgb(255, 149, 0);
}

.red_box {
  background-color: rgb(255, 0, 0);
}

.myInfo {
  margin-bottom: 5px;
}

.SpaceCustom {
  margin-left: 5px;
  margin-right: 5px;
}

.darkBg {
  background-color: rgb(119, 119, 119) !important;
}

.filter_body {
  display: none;
}

.extraLinje td {
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.extraLinje:nth-child(odd) {
  background-color: rgb(193, 193, 193);
}

.SpecialDomarSchemaHeader tr:nth-child(odd) td {
  border-left: 1px solid rgb(193, 193, 193);
  border-right: 1px solid rgb(193, 193, 193);
}

.SpecialDomarSchemaHeader tr:nth-child(even) td {
  border-left: 1px solid rgb(193, 193, 193);
  border-right: 1px solid rgb(193, 193, 193);
}

.visuellt_schema {
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 10px;

  animation: VisuelltSchema 3s infinite;

}

@keyframes VisuelltSchema {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }

  50% {
    background-color: rgba(0, 0, 0, 0.1);
  }

  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

.visuellt_schema img,
.visuellt_schema span,
.visuellt_schema div {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  padding-left: 0;
}


.arrowSide {
  color: rgb(86, 86, 86);
}

.PlatsAndring,
.PlatsAndring td {
  background-color: rgb(49, 68, 68);
  color: white;
  font-weight: bold;
  border: rgb(59, 96, 96);
}

.PlanAndring,
.PlanAndring td {
  background-color: rgb(59, 96, 96);
  color: white;
  font-weight: bold;
  border: rgb(59, 96, 96);

}

.PlatsAndring td,
.PlanAndring td {
  height: 30px;
}


.underline_red{

  color: red !important;
  font-weight: bold;
  text-decoration: line-through;

}
.underline_orange {
  color: rgb(165, 107, 0) !important;
  font-weight: bold;
  text-decoration: underline;
}