/*!
	bestellkorb.css
*/
div#basket_icon:hover {
    cursor: pointer;
}
div#basket_icon {
    float: left;
    padding-left: 5px;
}

div#basket_icon img#basket_img {
    margin-top: -8px;
    height: 50px;
}
.merkenRed
{
	background-color:#D24842
}
.merkenGreen
{
	background-color:#5cb85c;
}
.merkenYellow
{
	background-color:#eedc94;
}
.hideClass
{
display: none;
}
.hrnewClass {
    border-bottom: 1px solid #9c9c9c;
    margin-top:1px !important;
}
.fontClass1
{
    font-size: 1.4em;
}
.divClassArchiv
 {
   border-width: 1px;
   border-style: solid;
   border-color: #9c9c9c;
   box-sizing: border-box;
   padding: 10px;
}
.fontClassStyle1
{
    font-style: italic;
}
div#basket_icon div.bkCentered1 {
    height: 20px;
    padding: 1px 8px 2px 8px;
    position: absolute;
    left: 14px;
    font-size: 1.20em;
    background-color: #1e588c;
    color: white;
    border-radius: 30px;
    top: 6px;
    line-height: normal;
}
div#basket_icon div.bkCentered1:empty {
    background: transparent;
}

.span-datepicker-bestellkorb {
    white-space: nowrap;
    width: 95.5%;
    display: block;
}

.span-error {
	white-space: nowrap;
	width: 50px !important;
}	
.padded-multi-line {
  display: inline;
  background: orange;
  box-shadow: 10px 0 0 orange, -10px 0 0 orange;
}
.spanClass0
{
    color: white;
}
.spanClass4
{
    display: block;
}
.divFooter
{
    width:100%;
    height:10px;
    margin-top:0;
    background-color:#1e588c;
    border-radius: 25px;
}

/* Customize the label (the container) */
.container
{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark
{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark
{
  background-color: white;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark
{
  background-color:#1e588c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after
{
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after
{
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after
{
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
   
   
   
   