.ShowAllBerechungen {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  border-radius: 6px;
  background: #f9f9f9;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 11px; }
  .ShowAllBerechungen:hover {
    cursor: pointer;
    background: #e2e2e2; }

.NoResultsGrayBox {
  display: inline-block;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #f9f9f9;
  border-radius: 6px;
  margin-top: 10px;
  padding: 10px;
  font-weight: 600;
  font-size: 11px; }

.SearchLayoutBlock {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #eee;
  z-index: 99999999999; }
  .SearchLayoutBlock.disable {
    display: none; }
  .SearchLayoutBlock .Search-List-Holder {
    float: left;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
    overflow-x: hidden !important; }
  .SearchLayoutBlock .Search-List {
    padding: 1em;
    background: #eee;
    display: flex;
    column-gap: 0.5em;
    row-gap: 0.5em;
    flex-wrap: wrap;
    flex-direction: column; }
    .SearchLayoutBlock .Search-List .User-Item-Preloader {
      display: flex;
      align-items: center;
      width: 100%;
      background: #fff;
      border-radius: 6px;
      padding: 10px; }
      .SearchLayoutBlock .Search-List .User-Item-Preloader .Item-Photo {
        display: inline-block;
        width: 60px;
        height: 60px; }
      .SearchLayoutBlock .Search-List .User-Item-Preloader .Item-Details {
        padding-left: 1em;
        display: inline-block; }
        .SearchLayoutBlock .Search-List .User-Item-Preloader .Item-Details span {
          display: inline-block; }
    .SearchLayoutBlock .Search-List .User-Item {
      display: flex;
      align-items: center;
      width: 100%;
      background: #fff;
      box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05);
      border-radius: 6px;
      padding: 10px; }
      .SearchLayoutBlock .Search-List .User-Item.MarginLeft {
        margin-left: 30px;
        width: calc(100% - 30px); }
        .SearchLayoutBlock .Search-List .User-Item.MarginLeft .Item-Details {
          min-width: 320px !important;
          max-width: 320px !important; }
        .SearchLayoutBlock .Search-List .User-Item.MarginLeft .Item-LastCalculation {
          width: calc((100% - 1020px + 30px)/2); }
      .SearchLayoutBlock .Search-List .User-Item .Item-Buttons {
        display: inline-block;
        width: 510px; }
      .SearchLayoutBlock .Search-List .User-Item .Item-Photo {
        position: relative;
        display: inline-block;
        width: 120px;
        height: 120px;
        border-radius: 6px;
        overflow: hidden;
        background: #f2f2f2; }
        .SearchLayoutBlock .Search-List .User-Item .Item-Photo .Label {
          position: absolute;
          right: 5px;
          top: 0; }
        .SearchLayoutBlock .Search-List .User-Item .Item-Photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation {
        border-right: 1px solid #eee;
        width: calc((100% - 1020px)/2);
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: left;
        padding: 0 20px;
        min-height: 90px; }
        .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item {
          font-size: 11px;
          display: flex;
          width: 100%;
          padding: 10px 0;
          border-top: 1px solid #e2e2e2; }
          .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item.Disable {
            display: none; }
          .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Start {
            width: 70px; }
          .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Left {
            width: calc(100% - 30px - 70px);
            padding-right: 10px; }
          .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right {
            position: relative;
            padding-right: 5px;
            width: 30px;
            text-align: right; }
            .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu {
              display: none;
              position: absolute;
              z-index: 100;
              right: 0;
              margin-top: 4px; }
              .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu .arrow_box {
                padding: 0px 0;
                position: relative;
                background: #fff;
                border: 1px solid #e2e2e2;
                border-radius: 6px;
                width: 200px;
                float: left;
                text-align: left; }
                .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu .arrow_box .__Item {
                  border-bottom: 1px solid #e2e2e2;
                  display: inline-block;
                  width: 100%;
                  font-weight: 600;
                  font-size: 11px; }
                  .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu .arrow_box .__Item:hover {
                    cursor: pointer;
                    background: #f9f9f9; }
                  .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu .arrow_box .__Item a {
                    padding: 8px 15px;
                    display: inline-block;
                    width: 100%; }
                  .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu .arrow_box .__Item:last-child {
                    border-bottom: 0; }
              .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu .arrow_box:after, .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu .arrow_box:before {
                bottom: 100%;
                left: 92%;
                border: solid transparent;
                content: "";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none; }
              .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu .arrow_box:after {
                border-color: rgba(255, 255, 255, 0);
                border-bottom-color: #fff;
                border-width: 8px;
                margin-left: -8px; }
              .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .__Menu .arrow_box:before {
                border-color: rgba(204, 204, 204, 0);
                border-bottom-color: #ccc;
                border-width: 9px;
                margin-left: -9px; }
            .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item .Item-Right .btn {
              margin: 0;
              padding: 4px 8px !important; }
          .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item * {
            font-size: 11px; }
          .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .LongCard-Item.NoBorderTop {
            border-top: 0; }
        .SearchLayoutBlock .Search-List .User-Item .Item-LastCalculation .Title {
          float: left;
          width: 100%;
          font-weight: 600;
          font-size: 11px; }
      .SearchLayoutBlock .Search-List .User-Item .Item-ShortViewButton {
        display: flex;
        width: 160px;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        min-height: 116px; }
      .SearchLayoutBlock .Search-List .User-Item .Item-Details {
        padding-left: 1em;
        display: inline-block;
        max-width: 350px;
        min-width: 350px; }
        .SearchLayoutBlock .Search-List .User-Item .Item-Details span {
          width: 100%;
          display: inline-block; }
          .SearchLayoutBlock .Search-List .User-Item .Item-Details span:nth-child(1) {
            font-weight: 600; }
          .SearchLayoutBlock .Search-List .User-Item .Item-Details span:nth-child(2) {
            font-size: 14px;
            font-weight: 300; }
  .SearchLayoutBlock .Block-Header {
    float: left;
    background: #fff;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center; }
    .SearchLayoutBlock .Block-Header .Search-Input {
      display: inline-block;
      width: calc(100% - 60px);
      padding-right: 20px; }
      .SearchLayoutBlock .Block-Header .Search-Input input {
        font-size: 20px;
        font-weight: 400;
        border: 0 !important;
        height: 59px;
        width: 100%; }
        .SearchLayoutBlock .Block-Header .Search-Input input:hover, .SearchLayoutBlock .Block-Header .Search-Input input:focus, .SearchLayoutBlock .Block-Header .Search-Input input:active {
          box-shadow: none !important;
          border: 0 !important;
          outline: none !important; }
    .SearchLayoutBlock .Block-Header .Back-Icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border-right: 1px solid #e2e2e2; }
      .SearchLayoutBlock .Block-Header .Back-Icon .Back-Icon-Label {
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #f2f2f2; }
        .SearchLayoutBlock .Block-Header .Back-Icon .Back-Icon-Label:hover {
          cursor: pointer;
          background: #e2e2e2; }
    .SearchLayoutBlock .Block-Header .Search-Icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px; }
      .SearchLayoutBlock .Block-Header .Search-Icon i {
        font-size: 24px !important; }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.Animate {
  color: transparent !important;
  border-radius: 6px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  position: relative; }
  .Animate * {
    color: transparent !important; }

/*# sourceMappingURL=header.css.map */
