﻿.postBeschreibung
{
  flex-wrap: wrap;
}

.postBeschreibungEingeklappt
{
  height: 6em;
  width: 100%;
}

.post-suchfeld
{
  display: flex;
  flex-direction: row;
  margin-bottom: 1%;
  margin-top: 15px;
}

  .post-suchfeld .post-suchbegriff
  {
    flex-grow: 1;
    margin-right: 2%;
  }

  .post-suchfeld .post-mitgliedsnummer-select
  {
    flex-grow: 1;
    margin-left: 4%;
  }

.post-suchfeld-button
{
  margin: auto 0 auto 0;
  background-color: #00b3dc;
  padding: 5px 10px;
  border: 1px solid lightgray;
  border-radius: 10px;
  cursor: pointer;
  color: white;
}

.post-suchfeld-button:hover
{
  background-color: rgb(0,68,148)
}

.prioritaetCheck
{
  margin: auto 0 auto 0;
  background-color: #00b3dc;
  padding: 5px 10px;
  border: 1px solid lightgray;
  border-radius: 10px;
  cursor: pointer;
  color: white;
  width: fit-content;
  margin-top: 1%;
  display: flex;
}

  .prioritaetCheck:hover
  {
    background-color: rgb(0,68,148)
  }

  .prioritaetCheck > input
  {
    cursor: pointer;
    margin-left: 10px;
  }

  #suchfilterAnzeigeId
  {
    display: none;
    margin-top: 1%;
  }

.keineLieferung
{
  margin-top: 30px;
  margin-bottom: 30px;
}

.lieferungenNachladenText
{
  display: flex;
  flex-direction: row;
  margin: 40px 0;
  justify-content: center;
  font-size: 12.5px;
}

.lieferungenNachladenText>span
{
  display: none;
}

.lieferungSubtitle
{
  display:flex;
  flex-flow: row nowrap;
  width: 100%;
}

.lieferungSubtitle .versanddatum
{
  display: flex;
  justify-content: flex-end;
}

  .lieferungSubtitle .versanddatum .konvertToLocalDateTime
  {
    min-width: 125px;
  }

.zurückUndHinweis-container
{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

  .zurückUndHinweis-container > a:first-child
  {
    max-height: 32px;
    min-width: 155px;
  }

  .posteingangBenachrichtigungHinweis-container
  {
    background-color: antiquewhite;
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-items: center;
    justify-content: center;
  }

  .posteingangBenachrichtigungHinweis-container > span:first-child
  {
    color: dodgerblue;
    margin-right: 5px;
  }

  .posteingangBenachrichtigungHinweis-container a
  {
    text-decoration: underline;
  }

#postDokumententypSelectId option:disabled
{
  background-color: lightgrey;
}

@media only screen and (max-width:769px)
{
  .lieferungSubtitle
  {
    flex-flow: column nowrap;
    width: auto;
    margin-bottom: 2%;
  }
  
  .lieferungSubtitle .versanddatum
  {
    display: flex;
    justify-content: unset;
  }
}