﻿.absatzlisteBox {
display:none;
line-height: 1.66em;
padding: 16px 16px 16px 20px;
border-radius: 8px;
box-shadow: 2px 2px 2px #888888;
width: 86px;
border: 1px solid #AFAFAF;
position:fixed; margin-left: -120px; bottom:10%; }
.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}
.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
#loaderdata {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.ajax-loader {
visibility: hidden;
background-color: rgba(255,255,255,0,7);
position: abolute;
z-index; +100;
wigth: 100%;
height: 100%;
}
.ajax-loader img {
position: relative;
top: 50%;
left: 50%;
}