body {
    font-size:12px;
    padding-top:100px;
    padding-bottom: 70px;
}
.sidebar-nav {
    padding: 9px 0;
}

label.error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    padding: 5px;
}
.checkbox.error label {
    font-weight: bold;
}

#loginData b {
    padding-left:5px;
}
.pager {
    margin:10px 0;
}
.control-label {
    font-weight:bold;
}

.container-wide {
    width:1300px;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    width: 70px;
}

tr.sum td {
    font-weight:600;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: auto;
}

.cross {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
.checkbox {
    margin-bottom:2px;
}
.ta_groups .checkbox {
    margin-bottom: 5px;
}
th.error {
    background-color: #F2DEDE;
}
th.warning {
    background-color: #FCF8E3;
}
th.success {
    background-color: #DFF0D8;
}
th.info {
    background-color: #D9EDF7;
}

/*Angebote*/
#shopoffer-form .panel-body {
    padding:0;
}
#shopoffer-form .col-artikelnr {
    width:100px;
}
#shopoffer-form .col-lieferzeit {
    width:90px;
}
#shopoffer-form .col-bruttopreis {
    width:55px;
}
#shopoffer-form .col-anzahl {
    width:45px;
}
#shopoffer-form .col-rabatt {
    width:40px;
}
#shopoffer-form .col-gesamtpreis {
    float: left;
    width: 55px;
    margin-right: 5px;
}
/* Login */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.error {
    color:#cc0000;
}
.field-error {
    border-color: #a94442;
    background-color: #EED3D7; 
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.field-error:focus {
    background-color:#fff;
}
tr.field-error td { 
    background-color: #EED3D7;   
}
.form-group.field-error {
    padding:5px;
    border: 1px solid #a94442;
    background-color: #EED3D7;
}
.container-max-width {
    width: auto;
}
img.thumbnail {
    max-height: 60px;
    max-width: 60px; 
    border:0;
}
img.mini {
    max-height: 60px;
    max-width: 60px;
}
.h2, h2 {
    font-size: 20px;
}
.h3, h3 {
    font-size: 18px;
}  
blockquote {
    font-size: 1em;
}
#details-title {
    font-size: 1.2em;
}
label {
    font-weight: normal;
}
.small-input {
    width:45px;
    padding: 2px;
}
.medium-input {
    width:100px;
    padding: 2px;
}
.large-input {
    width:640px;
    padding: 2px;
}
#shopoffer-table-positions .large-input {
    width: 600px;
}

.input-sm {
    border-radius: 2px;
    font-size: 12px;
    height: 25px;
    line-height: 1.5;
    padding: 2px 3px;
} 


.table.nowrap th,
.table.nowrap td {
    white-space: nowrap;
}

/*Nav Dropdown bei Hover anzeigen*/
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin-top:0px;
}

.toggle-bild1 {
    cursor:pointer;
}

/*Artikel: Start: Select "Mit Artikelnr"*/
#append_artikelnr_box {
    padding-left: 0;
    margin-bottom:10px;
}
#append_artikelnr_box select {
    height: 30px;
    background-color: #c4c4c4;
}

/*Shopartikel: Sortierung mit Link*/
.sort-col {
    cursor: pointer;
}

/*Shopartikel: Ungerade Tabellenzeile dunkler*/
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #edf3fe;
}
/*Shopartikel: Info neue Shopartikel*/
ul.wide > li {
    padding-top:10px;
}

/*Shopartikel-Detail Footer*/
.shoparticle-footer {
    margin-top:1.5em;
    margin-bottom:1.5em;
}

/*Ladebalken z. B. f�r Hapak-Export SW-Iframe*/
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

input[type="file"] {
    display: inline;
}

.table > tbody > tr > th.info {
    /*width: 250px; */
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*Preisvergleich*/
.spinner {
    float: right;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}