/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* Logo */
#logo{
	max-height: 40px;
}

/* Buttons */
.btn-primary{
	background-color: #023770;
}
.btn-primary:hover{
	background-color: #009FE3;
	border-color: #009FE3;
}

/*Layout*/
body > .container {
    padding: 80px 15px 0;
}

/* Dialog */
#dialog .form-horizontal .form-group{
	margin-left: 0;
	margin-right: 0;
}
.ui-dialog{
	box-shadow: 4px 4px 8px;
}

div#loading_background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 49;
    background: rgba(255,255,255,0.9);
}
div#spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

/* Visitenkarten erzeugen */
.wizard > .content{
	background: transparent;
    margin: 0.5em 0;
    min-height: 28.5em;
}
.wizard > .content > .body{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#visitenkarten-bestellung-p-2{
    position: relative;
}
#visitenkarten-bestellung li[role="tab"] .spinner{
    float: right;
    margin-top: 5px;
    display: none;
}
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #AF0000;
    color: #fff;
}