/*
    Document   : style
    Created on : 14.08.2013, 15:45:28
    Author     : C.Proske <proske@webstollen.de>
    Description:
        Purpose of the stylesheet follows.
*/

div.oscloading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(200, 200, 200, 0.5) url('//cdn.jtl-stollen.de/assets/img/ajax-loader.gif') no-repeat center;
}

.jst_osc_loading {
  display: block;
  background: url('//cdn.jtl-stollen.de/assets/img/ajax-loader.gif') center no-repeat;
  height: 200px;
  width: 100%;
  text-indent: -9999px;
}

.disableAjax,.disableAjax a {
  text-align: center;
  font-size: 0.8em;
  padding: 10px 0px;
}

.checkout_wrapper .ui-accordion-content {
  position: relative;
}

.checkout_wrapper #checkout_accordion {
  float:left;
  width:45%;
  display:block;
}

.checkout_wrapper.nowk #checkout_accordion {
  width:100%;
  display:block;
}

.checkout_wrapper #checkout_basket {
  float: right;
  width: 54%;
  margin-left: 1%;
  position: relative;
}

.checkout_wrapper.nowk #checkout_basket {
  float: right;
  width: 0%;
  margin-left: 1%;
}

.checkout_wrapper.final #checkout_accordion {
  width: 0%;
  opacity: 0;
  display:none;
}
.checkout_wrapper.final #checkout_basket {
  width: 100%;
  margin-left: 0;
}

.checkout_wrapper.anim #checkout_accordion {
  transition: width 2s, transform 2s, height 2s, opacity 2s;
  -webkit-transition: width 2s, -webkit-transform 2s, height 2s, opacity 2s;
  -moz-transition: width 2s, -moz-transform 2s, height 2s, opacity 2s;
}
.checkout_wrapper.anim #checkout_basket {
  transition: width 1s, transform 1s, height 1s, opacity 1s;
  -webkit-transition: width 1s, -webkit-transform 1s, height 1s, opacity 1s;
  -moz-transition: width 1s, -moz-transform 1s, height 2s, opacity 1s;
}

.checkout_wrapper.anim.final #checkout_accordion {
  transition: width 1s, transform 1s, height 1s, opacity 1s;
  -webkit-transition: width 1s, -webkit-transform 1s, height 2s, opacity 1s;
  -moz-transition: width 1s, -moz-transform 1s, height 2s, opacity 1s;

}
.checkout_wrapper.anim.final #checkout_basket {
  transition: width 1s, transform 1s, height 1s, opacity 1s;
  -webkit-transition: width 1s, -webkit-transform 1s, height 1s, opacity 1s;
  -moz-transition: width 1s, -moz-transform 1s, height 2s, opacity 1s;
}


.checkout_wrapper:after {
  clear: both;
}
#checkout_accordion h3 {
  background: #d9d9d9;
  line-height: 40px;
  padding-left: 10px;
}
#checkout_accordion h3.done {
  background: #d9d9d9 url('done.png') right center no-repeat !important;
}

@media all and (max-width: 900px) {
  #checkout_accordion {
    float:none !important;
    width:100%  !important;
  }
  #checkout_basket {
    float: none !important;
    width: 100% !important;
    margin-left: 0;
  }
}