/*
###############################################
 NetOffice Shop Tool Extensions
###############################################
*/

.ico_lagernd0 {
    background-image: url(http://www.postorder.de/gfx/icons/delete.png);
}

.ico_lagernd1 {
    background-image: url(http://www.postorder.de/gfx/icons/accept.png);
}

.ico_zahlung {
    background-image: url(http://www.postorder.de/gfx/icons/money.png);
}

.ico_paket {
    background-image: url(http://www.postorder.de/gfx/icons/paket.gif);
}

.ico_versand {
    background-image: url(http://www.postorder.de/gfx/icons/lorry.png);
}


/*
###############################################
 NetOffice Shop Tool JAN 2018
###############################################
*/

#historie {
    position: absolute;
    left: 25%;
    top: 150px;
    min-block-size: 200px;
    min-width: 300px;
    display: none;
    background-color: rgb(231, 229, 229);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(112, 110, 110);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 200;
    padding-block-start: 10px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.85;
}

#historie H4 {
    text-align: center
}

#historie ul.a {
    list-style-type: circle;
}

#historie ul.a li label {
    display: inline-block;
    min-width: 260px;
    max-width: 300px;
    font-weight: 200;
}

#historie ul.a li label>a {
    margin: 0px;
}

#jb_infobox {
    position: absolute;
    left: 25%;
    top: 150px;
    min-block-size: 200px;
    min-width: 50%;
    min-height: 50%;
    display: none;
    background-color: rgb(231, 229, 229);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(112, 110, 110);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 200;
    padding-block-start: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#jb_infobox H4 {
    text-align: center
}

#jb_infobox textarea {
    min-height: 400px;
    margin: 10px;
}

#jb_infobox ul.a {
    list-style-type: circle;
}

#jb_infobox ul.a li label {
    display: inline-block;
    min-width: 260px;
    font-weight: 200;
}

#jb_bemerkung {
    position: absolute;
    left: 25%;
    top: 150px;
    min-block-size: 200px;
    min-width: 50%;
    min-height: 50%;
    display: none;
    background-color: rgb(231, 229, 229);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(112, 110, 110);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 200;
    padding-block-start: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#jb_bemerkung H4 {
    text-align: center
}

#jb_bemerkung textarea {
    min-height: 400px;
    margin: 10px;
}

#jb_bemerkung ul.a {
    list-style-type: circle;
}

#jb_bemerkung ul.a li label {
    display: inline-block;
    min-width: 260px;
    font-weight: 200;
}

#jb_mail {
    position: fixed;
    left: 10%;
    margin-right: 10px;
    top: 50px;
    min-block-size: 200px;
    min-width: 80%;
    display: none;
    background-color: rgb(231, 229, 229);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(112, 110, 110);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 200;
    padding-block-start: 10px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.88;
}

#h jb_mail H4 {
    text-align: center
}

#jb_mail ul.a {
    list-style-type: circle;
}

#jb_mail ul.a li label {
    display: inline-block;
    min-width: 260px;
    font-weight: 200;
}

#jb_mail textarea {
    border-style: solid;
    border-color: rgb(112, 110, 110);
    min-width: 500px;
    min-height: 400px;
    margin-bottom: 10px;
    width: 100%;
}

#jb_mail>span {
    display: inline-block;
    width: 25%;
}

#jb_mail>span>input {
    width: 80%;
    margin-bottom: 10px;
}

#jb_mail #ico {
    padding: 5px;
}