﻿.defaultTooltip
{
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/ /*If you want dots under the hoverable text*/
}

.defaultTooltipText
{
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  left: 10%;
  top: -25px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.defaultTooltip:hover .defaultTooltipText
{
  visibility: visible;
  color: #000000;
  background-color: #fffffe;
  border: 1px solid #000000;
  font-family: "Frutiger 55 Roman", "Arial";
  z-index: 550;
  transform: scale(1.0);
  font-size: small;
}

.flex-item-input .checkBoxEigenUnchecked
{
  border: 1px solid black;
  border-radius: 5px;
  background-color: rgb(0,68,148);
  color: white;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.flex-item-input .checkBoxEigenChecked
{
  border: 1px solid rgb(92,184,92);
  border-radius: 5px;
  background-color: rgb(92,184,92);
  color: white;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.check
{
  cursor: pointer;
}

.buttonFlexibel
{
  text-align: center;
  height: auto;
  padding: 1%;
  transition: color background-color .15s ease-in;
  margin: 2%;
  width: auto;
  border-radius: 0px;
  border: 0px solid black;
}

  .buttonFlexibel:hover
  {
    background-color: rgb(0,68,148);
    color: white;
    cursor: pointer;
  }

.buttonKleineForm
{
  text-align: center;
  height: auto;
  padding: 4px 18px;
  transition: color background-color .15s ease-in;
  margin: 2%;
  width: auto;
  border-radius: 0px;
  border: 0px solid black;
  font-size: small;
}

  .buttonKleineForm:hover
  {
    background-color: rgb(0,68,148);
    color: white;
    cursor: pointer;
  }

.buttonGrundform
{
  text-align: center;
  height: auto;
  padding: 1%;
  transition: color background-color .15s ease-in;
  margin: 2%;
  width: 100%;
  border-radius: 0px;
  border: 0px solid black;
  max-width: 300px;
}

  .buttonGrundform:hover
  {
    background-color: rgb(0,68,148);
    color: white;
    cursor: pointer;
  }

.button250Pixel
{
  max-width: 250px;
}

.buttonGrün
{
  background-color: #adc813;
  color: white;
}

.buttonTürkis
{
  background-color: #00b3dc;
  color: white;
}

.buttonGrau
{
  background-color: lightgray;
  color: black;
}

.buttonRot
{
  background-color: #d9534f;
  color: white;
}

@keyframes buttonLightUp
{
  0%
  {
    stroke: white;
    stroke-width: 1;
  }

  50%
  {
    stroke: yellow;
    stroke-width: 10;
  }

  100%
  {
    stroke: white;
    stroke-width: 1;
  }
}

.buttonVersicherung
{
  text-align: left;
  padding: 3%;
  margin: 0;
}

.btn-check
{
  margin-top: 5%;
  width: 100%;
  height: auto;
  text-align: left;
}

.checkboxGroß
{
  transform: scaleX(2) scaleY(2);
}

.spanButton
{
  margin-left: 20%;
}

.loeschenbutton
{
  background-image: linear-gradient(to bottom, #00b3dc 50%, rgb(0,68,148) 50%, rgb(0,68,148) 95%, rgb(0,68,148) 95%);
  background-size: 100% 200%;
  background-position: top center;
  border: 0px solid #00b3dc;
  width: 30%;
  margin: 0 5%;
  justify-content: space-between;
  transition: all .20s ease-in;
  border: 0px solid black;
  color: white;
  padding: 1%;
}

  .loeschenbutton:hover
  {
    background-position: bottom center;
    color: white;
  }

.downloadbutton
{
  background-image: linear-gradient(to bottom, rgb(0,68,148) 50%, #adc813 50%, #adc813 95%, #adc813 95%);
  background-size: 100% 200%;
  background-position: bottom center;
  border: 0px solid rgb(0,68,148);
  width: 30%;
  margin: 0 5%;
  justify-content: space-between;
  transition: all .20s ease-in;
  border: 0px solid black;
  color: white;
  padding: 1%;
}

  .downloadbutton:hover
  {
    background-position: top center;
    color: white;
  }

.wechselZuButton
{
  border: 0px solid rgb(0,68,148);
  border-radius: 0px;
  font-size: small;
  color: rgb(0,68,148);
  padding: 2px 4px;
  margin: 0;
}

  .wechselZuButton:hover
  {
    background-color: rgb(0,68,148);
    color: white;
  }


.statusCheck
{
  visibility: hidden;
}

.lieferungStornierenButton
{
  background-color: transparent;
  border: none;
  color: red;
  padding: 0px 0px;
  margin: 0px 8px;
  min-width: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-in-out;
  z-index: 500;
  font-size: large;
}

  .lieferungStornierenButton:hover
  {
    transform: scale(1.2);
  }

.alignCenter
{
  display: inline-flex;
  align-items: center;
}

.flex-col
{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 0.1em;
}

.base
{
  position: relative;
}

.indicator
{
  position: absolute;
  top: -10px;
  right: -10px;
  border: 3px solid #f4f5f5;
  border-radius: 50%;
  background-color: red;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification_count
{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: aliceblue;
  font-weight: 700;
}

.einstellungen-indicator
{
  position: absolute;
  top: -10px;
  left: -10px;
  border: 3px solid #f4f5f5;
  border-radius: 50%;
  background-color: red;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kachel-disabled
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid rgb(0, 68, 148);
  border-radius: 0px;
  width: 100%;
  margin: 5px 5px 0 5px;
  text-decoration: none;
  padding: 8px 18px;
  cursor: pointer;
  text-align: center;
  color: rgb(0, 68, 148);
}

  .kachel-disabled:hover
  {
    background-color: #f4f5f5;
    color: #b0b0b0;
    cursor: not-allowed;
    border: 2px solid #b0b0b0;
  }

.kachel-disabled-small
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 2px solid rgb(0, 68, 148);
  border-radius: 0px;
  width: 100%;
  margin: 5px 5px 0 5px;
  text-decoration: none;
  padding: 8px 18px;
  cursor: pointer;
  text-align: center;
  color: rgb(0, 68, 148);
}

  .kachel-disabled-small:hover
  {
    background-color: #f4f5f5;
    color: #b0b0b0;
    cursor: not-allowed;
    border: 2px solid #b0b0b0;
  }
