* {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
    vertical-align: baseline;
}

body {
    font-size: 12px;
    background: #d1c1b2;
}

.clear {
    clear: both;
}

.callcenterHidden {
    display: none !important;
}

.callcenterVisible {
    float: right;
    width: 800px;
    margin-right: 300px;
    padding-top: 8px;
}

/* ------------- */


/* Header */
#header {
    background: #c5b19e;
    height: 48px;
}

#menu {
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #492d09;
}

#menu_list {
    list-style-type: none;
}

#menu_list li {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}

#menu_list li a {
    color: #492d09;
    text-decoration: none;
}

#menu_list li a:hover {
    text-decoration: underline;
}

#menu #logged_user {
    position: absolute;
    top: 60px;
    right: 20px;
}

#menu #environment {
    position: absolute;
    top: 60px;
    right: 200px;
    color: #f00;
    text-decoration: underline blink;
    font-size: 24px;
    margin-top: -6px;
}

#menu #cleaning {
    position: absolute;
    bottom: -95px;
    right: 20px;
    color: #f00;
    font-size: 18px;
}

#menu #cleaning .hintIcon {
    background: none repeat scroll 0 0 #f00;
    box-shadow: -1px 1px 0 0 #000;
    float: left;
    height: 30px;
    transform: rotate(-45deg);
    transform-origin: 0 100% 0;
    width: 30px;
}

#menu #cleaning .hintIcon:after {
    color: #fff;
    content: "!";
    display: block;
    font-size: 30px;
    padding-left: 11px;
    position: relative;
    top: -4px;
    transform: rotate(45deg);
}

#search_bar_wrapper {
    margin-top: 30px;
    padding-left: 50px;
}

/* Content */
#content {
    padding: 30px 20px 30px 20px;
    margin: 0px 30px 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 3px #958b81;
}

#content h1 {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: normal;
}

#content #submenu, #content #submenuAdmin {
    padding-top: 20px;
}

#content #submenu ul, #content #submenuAdmin ul {
    list-style-type: none;
}

#content #submenu ul li, #content #submenuAdmin ul li {
    font-size: 10px;
    background: #f4f4f5;
    float: left;
    width: 140px;
    height: 17px;
    padding-top: 3px;
    border-right: 1px solid #898c8e;
    box-shadow: inset 0px -3px 3px #b8bbbb;
}

#content #submenu ul li a, #content #submenuAdmin ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #9c9e9f;
}

#content #submenu ul .first, #content #submenuAdmin ul .first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#content #submenu ul .last, #content #submenuAdmin ul .last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: none;
    box-shadow: inset -3px -3px 3px #b8bbbb;
}

#content #submenu ul .active, #content #submenu ul li:hover, #content #submenuAdmin ul .active, #content #submenuAdmin ul li:hover {
    background: #bcbebf;
    box-shadow: inset 0px -3px 3px #909495;
}

#content #submenu ul .active a, #content #submenu ul li:hover a, #content #submenuAdmin ul .active a, #content #submenuAdmin ul li:hover a {
    color: #000000;
}

#content h2 {
    color: #bbb2be;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3px;
    border-bottom: 2px solid #999999;
    margin-top: 20px;
}

#content h3 {
    color: #bbb2be;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3px;
    margin-top: 10px;
}

/* Footer */
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #906c47;
    height: 38px;
    width: 100%;
}

#footer .version {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #492d09;
    font-size: 11px;
}

.ui-autocomplete {
    background-color: #fff;
    width: 600px;
}

#shop_search {
    float: left;
    width: 200px;
}

#shopSearch label {
    float: left;
    width: 90px;
}

.actions {
    float: left;
    margin-right: 15px;
    width: 300px;
}

.property {
    float: left;
    margin-right: 15px;
    width: 200px;
}

.property.title {
    font-weight: bold;
    margin-bottom: 5px;
}

.property.action {
    width: 90px;
}

.propertyline {
    width: 1400px;
}

.propertyline.odd {
    background-color: #D1C1D2;
    margin-top: 5px;
    margin-bottom: 5px;
}

#shopinfo {
    background: #ccc;
}

.error {
    position: absolute;
    text-align: center;
    top: 150px;
    left: 350px;
    padding: 20px;
    border: 5px solid #FF0000;
    width: 350px;
    min-height: 50px;
    font-weight: bold;
}

.fortune {
    position: absolute;
    text-align: center;
    top: 350px;
    left: 350px;
    padding: 20px;
    border: 1px solid #000;
    width: 250px;
    min-height: 50px;
}

.highlight {
    background: #ff0000;
    font-weight: bold;
}

/**
 * 	autocompleter
 * */
.ui-helper-hidden-accessible {
    display: none !important;
}

span.extra {
    color: gray;
    font-size: 0.9em;
    margin-left: 15px;
}

.wikiItem {
    height: 18px;
}

.wikiItem a {
    color: #000;
    text-decoration: none;
}

.wikiItem a:hover {
    text-decoration: underline;
}

.entry {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

#list {
    float: left;
}

#list a {
    color: #000;
    text-decoration: none;
}

#list a:hover {
    text-decoration: underline;
}

#article {
    float: left;
    left: 20px;
    width: 70%;
}

#articleEdit {
    float: left;
    left: 20px;
    width: 52%;
}

#wikiInfo {
    float: left;
    left: 20px;
    width: 15%;
}

#articleHistory {
}

#articleConnection {
    top: 10px;
}

#wikiTitle {
    background-color: #b8a593;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}

#wikiAbstract {
    background-color: #b0a090;
    height: 20px;
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    padding-top: 2px;
}

#wikiContent {
    padding-top: 10px;
}

#wikiHistory {
    left: 5px;
    padding: 5px;
    border: 1px solid;
}

#revisions {
    list-style-type: none;
    font-size: 10px;
}

#wikiConnections {
    left: 5px;
    padding: 5px;
    border: 1px solid;
}

#wikiChange {
    top: 15px;
    float: left;
}

#wikiChange a {
    background-color: #b8a593;
    color: #000;
    border: 1px solid;
    text-decoration: none;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

#wikiDelete {
    top: 15px;
    left: 20px;
    float: left;
}

#wikiDelete a {
    background-color: #b8a593;
    color: #000;
    border: 1px solid;
    text-decoration: none;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

#wikiFileManager {
    top: 30px;
}

#wikiFileManager a {
    background-color: #b8a593;
    color: #000;
    border: 1px solid;
    text-decoration: none;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

#wikiEditTitle {
    width: 820px;
}

#wikiEditAbstract {
    width: 780px;
}

#wikiEditContent {
    width: 852px;
    height: 450px;
}

.wikiListTitle {
    top: -5px;
    left: -3px;
}

.selected {
    font-weight: bold;
}

.folder {
    left: -5px;
}

#shopIDInput {
    width: 300px;
}

#connections {
    float: left;
    width: 23%;
}

#wikiShops {
    width: 300px;
    height: 150px;
}

#wikiSystems {
    width: 300px;
    height: 150px;
}

.shopIDadd {
    width: 215px !important;
}

.systemIDadd {
    width: 215px !important;
}

#wikiPriority {
    border: 1px solid;
    top: 20px;
    left: 5px;
    padding: 5px;
}

#wikiEditPriority {
    width: 50px;
}

#wikiShop {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 300px;
    height: 250px;
    border: 1px solid;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 3px #958b81;
}

#wikiShopTitle {
    width: 100%;
    height: 22px;
    padding-top: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #aaa;
}

#wikiShopArticle {
    padding: 5px;
    list-style-type: none;
}

#wikiShopArticle li {
    font-weight: bold;
}

#wikiShopArticle li a {
    color: #000;
    text-decoration: none;
}

#wikiShopArticle li a:hover {
    text-decoration: underline;
}

.wikiPreview {
    font-size: 10px;
    font-weight: normal;
}

#otherShopWiki {
    font-size: 10px;
    padding-left: 5px;
    padding-top: 10px;
}

#otherShopWiki a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

#otherShopWiki a:hover {
    text-decoration: underline;
}

.help {
    color: gray;
    font-size: 10px;
    margin-top: 5px;
}

#additives {
    border-collapse: collapse;
    width: 400px;
    top: 10px;
}

#additives th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

#additives td {
    vertical-align: middle;
    text-align: center;
}

#additives td a {
    text-decoration: none;
    color: darkred;
}

#additives td a:hover {
    text-decoration: underline;
}

.additivesNumber {
    text-align: right !important;
    padding-right: 20px;
}

#newNumber {
    text-align: right;
    width: 30px !important;
}

#newDescription {
    width: 250px !important;
}

.usedAdditive {
    font-weight: bold;
    color: red;
}

.deliveryAreasCountry {
    top: 15px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border: 1px solid #bbb;
    width: 1257px;
    border-radius: 5px;
}

.countryTitle {
    width: 1257px;
    height: 20px;
    padding-top: 5px;
    background-color: #ddd;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#deliveryAreas {
    border-collapse: collapse;
    width: 1105px;
}

#deliveryAreas th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 2px;
}

#deliveryAreas td {
    vertical-align: middle;
    text-align: center;
}

#deliveryAreas td a {
    text-decoration: none;
    color: darkred;
}

#deliveryAreas td a:hover {
    text-decoration: underline;
}

.newZIP {
    width: 50px !important;
}

.newTown {
    width: 200px !important;
}

.newTownAddon {
    width: 150px !important;
}

.newStreet {
    width: 150px !important;
}

.newHousenoFrom {
    width: 30px !important;
    text-align: right !important;
}

.newHousenoTo {
    width: 30px !important;
    text-align: right !important;
}

.newMinOrder {
    width: 30px !important;
    text-align: right !important;
}

.newShippingCost {
    width: 30px !important;
    text-align: right !important;
}

.newFreeFrom {
    width: 30px !important;
    text-align: right !important;
}

.newRemarks {
    width: 200px !important;
}

.selectCB {
    margin-right: 5px;
}

.payOption {
    top: 15px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border: 1px solid #bbb;
    width: 830px;
    border-radius: 5px;
}

.payOptionTitle {
    width: 830px;
    height: 20px;
    padding-bottom: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.payOptionTitle label {
    width: 500px !important;
    margin-left: 5px;
    top: -2px;
}

.payOptionDescription {
    font-size: 10px;
    background-color: #ddd;
    padding-left: 5px;
}

.payOptionData {
    border-collapse: collapse;
    width: 830px;
}

.payOptionData th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 2px;
}

.payOptionData td {
    vertical-align: middle;
    text-align: center;
}

.payOptionData td a {
    text-decoration: none;
    color: darkred;
}

.payOptionData td a:hover {
    text-decoration: underline;
}

.payOptionPosition {
    width: 20px !important;
}

.payOptionRemarks {
    width: 320px !important;
}

.payOptionMinOrder {
    width: 50px !important;
    text-align: right;
}

.payOptionFee {
    width: 40px !important;
    text-align: right;
    margin-right: 5px !important;
}

.payOptionFreeFrom {
    width: 50px !important;
    text-align: right;
}

.payOptionArtNo {
    width: 50px !important;
}

.payOptionDetail {
    width: 663px !important;
}

.paydetailTitle {
    text-align: left;
    left: 10px;
}

.paydetailDescription {
    font-size: 10px;
    color: gray;
    text-align: left;
    left: 10px;
}

#openings {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 1100px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#openingTitle {
    margin-top: 10px;
    width: 1106px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.day {
    width: 150px;
    float: left;
    height: 25px;
}

.openingHours {
    float: left;
}

.openingHours label {
    width: 30px !important;
}

.openingHour {
}

.hourMin {
    width: 40px !important;
    margin-right: 5px !important;
    text-align: right;
}

.addHour {
    background: url('/res/images/add.png') no-repeat;
    border: none;
    top: 7px;
    width: 11px;
    height: 11px;
}

.delHour {
    background: url('/res/images/delete.png') no-repeat;
    border: none;
    top: 7px;
    width: 11px;
    height: 11px;
}

#holidays {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 1100px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#holidayTitle {
    margin-top: 10px;
    width: 1106px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.holiday label {
    width: 30px !important;
}

.holiday .remarksLabel {
    left: 10px;
    width: 80px !important;
}

.suggestHolidaysWrapper {
    float: left;
    margin: 10px 0px 0px 10px;
    cursor: pointer;
}

.suggestButton {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: table-cell;
    height: 35px;
    width: 130px;
    vertical-align: middle;
    text-align: center;
}

#holidayList {
    background-color: #fff;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 4px 4px 3px #958b81;
    position: absolute;
    right: 20px;
    top: 360px;
    width: 300px;
    display: none;
}

.hintList .titleRow {
    background-color: #ddd;
    border-bottom: 1px solid #aaa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    height: 22px;
    padding-top: 2px;
    text-align: center;
    width: 100%;
}

#holidayList ul {
    list-style-type: none;
    padding: 10px 0px;
}

#holidayList ul li {
    cursor: pointer
}

#holidayList ul li:hover {
    font-weight: bold;
}

#holidayList ul li .dateString {
    display: inline-block;
    width: 80px;
    padding: 2px 0px 2px 5px;
}

#hideHolidays, #addHoliday {
    display: table-cell;
}

.holiday .delHour {
    cursor: pointer;
}

.holiday .delHour:hover {
    border: 1px solid #FF0000;
}

.date {
    width: 80px !important;
    margin-right: 5px !important;
}

.remarks {
    width: 500px !important;
}


#specialOpenings, .specialOpeningsCallcenter {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 1100px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.specialOpeningsCallcenter {
    display: none;
}

.specialOpeningsCallcenter.show {
    display: block;
}

.specialOpeningsCallcenter input[type="checkbox"]:disabled {
    accent-color: #2563eb;
    opacity: 1;
}

#specialOpeningTitle {
    margin-top: 10px;
    width: 1106px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#specialClosings {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 1100px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#specialClosingTitle {
    margin-top: 10px;
    width: 1106px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.specialClosing label {
    width: 30px !important;
}

.specialClosingFrom {
    float: left;
    width: 100px;
}

.specialClosingTo {
    float: left;
    width: 100px;
}

.specialClosingRemarks {
    float: left;
    margin-left: 100px;
}

#basicsizeTitle {
    font-weight: bold;
    text-align: center;
    width: 600px;
    background-color: #ddd;
    top: 10px;
}

#basicsizes {
    border-collapse: collapse;
    width: 400px;
    top: 10px;
}

#basicsizes th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

#basicsizes td {
    vertical-align: middle;
    text-align: center;
}

#basicsizes td a {
    text-decoration: none;
    color: darkred;
}

#basicsizes td a:hover {
    text-decoration: underline;
}

.basicsizeName {
    text-align: left !important;
    padding-left: 5px;
}

.usedSizes {
    font-weight: bold;
    color: red;
}

#sizeTitle {
    font-weight: bold;
    text-align: center;
    width: 901px;
    background-color: #ddd;
    top: 10px;
    margin-top: 10px;
}

#sizes {
    border-collapse: collapse;
    width: 400px;
    top: 10px;
}

#sizes th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

#sizes td {
    vertical-align: middle;
    text-align: center;
}

#sizes td a {
    text-decoration: none;
    color: darkred;
}

#sizes td a:hover {
    text-decoration: underline;
}

.sizeName {
    text-align: left !important;
    padding-left: 5px;
}

#newPosition {
    width: 50px !important;
    text-align: right !important;
}

.positions {
    width: 50px !important;
    text-align: right !important;
}

#newBasicIngredient {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 660px;
    border-radius: 5px;
    margin-top: 20px;
}

.basicIngredient {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 660px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.basicIngredientTitle {
    margin-top: 10px;
    width: 666px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.deleteBasicIngredient {
    position: absolute;
    right: 10px !important;
    top: -1px;
}

.canDeselected {
    left: 5px;
    top: -3px;
    width: 300px !important;
}

.basicInfo {
    font-size: 10px;
    color: gray;
    top: 3px;
    left: 20px;
    float: left;
}

.basicShop {
    min-height: 30px;
}

.basicShopInfo {
    float: left;
    width: 200px;
}

.basicShopActive {
    float: left;
    top: -5px;
}

.basicShopAvailable {
    float: left;
    top: -5px;
}

.bs_CB_label {
    top: -3px;
    left: 5px;
}

#addonGroups {
    border-collapse: collapse;
    width: 400px;
    top: 10px;
}

#addonGroups th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

#addonGroups td {
    vertical-align: middle;
    text-align: center;
}

#addonGroups td a {
    text-decoration: none;
    color: darkred;
}

#addonGroups td a:hover {
    text-decoration: underline;
}

#newAGName {
    width: 250px !important;
}

.usedAddonGroup {
    font-weight: bold;
    color: red;
}

.addonGroup {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 1200px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.addonGroup.problem {
    background: none repeat scroll 0 0 #F6C8D5;
}

.addonGroupHelp {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 1200px;
}

.addonGroupHelp.problem {
    background: none repeat scroll 0 0 #F6C8D5;
}

.addonGroupHelp ul {
    margin-left: 15px;
}

.addonGroupShopProblems {
    background: none repeat scroll 0 0 #F6C8D5;
    color: #f00;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 1200px;
}

.addonGroupShopProblems ul {
    margin-left: 15px;
}

.addonGroupTitle {
    margin-top: 10px;
    width: 1206px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.addonGroup #newAddonIgnoreMinOrder {
    margin-left: 0 !important;
}

.addonGroup #newAddonGroup {
    width: 200px !important;
    margin-left: 0 !important;
}

.addonGroup .sizeBox .sizeLabel {
    width: 150px !important;
}


.addons {
    border-collapse: collapse;
}

.addons th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

.addons td {
    vertical-align: middle;
    text-align: center;
}

.addons td a {
    text-decoration: none;
    color: darkred;
}

.addons td a:hover {
    text-decoration: underline;
}

.addonsLinks {
    top: -5px;
    margin-bottom: 5px;
}

.addonLink {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.addonLink:hover {
    text-decoration: underline;
}

.addonLink.active {
    font-weight: bold;
}

.price {
    width: 40px !important;
}

.artno {
    width: 50px !important;
}

.basic {
    width: 250px !important;
}

.usedAddon {
    font-weight: bold;
    color: red;
}

#deleteMoreDiv {
    margin-top: 10px;
}

.addSizeDiv {
    margin-bottom: 10px;
}

.trash {
    background: url('/res/images/trash.png') no-repeat;
    border: none;
    width: 16px;
    height: 16px;
}

.addonName {
    left: 5px;
    width: 130px !important;
}

#newAddonNameDiv {
}

#newAddonAdditiveDiv {
}

#newAddonArtNoDiv {
}

#newAddonIgnoreMinOrderDiv {
}

#newAddonAddonGroupDiv {
}

#newAddonBasicIngredientDiv {
}

#newAddonCreateBasicDiv {
}

#productGroups {
    border-collapse: collapse;
    width: 500px;
    top: 10px;
    float: left;
}

#sortableProductGroups {
    float: left;
    margin-left: 50px;
}

#sortableProductGroups .productGroupEntry {
    border: 1px solid #000;
    margin: 1px 0px;
    cursor: n-resize;
}

.productGroupEntry .position {
    border-right: 1px solid #000;
    padding: 3px;
    display: inline-block;
    min-width: 15px;
}

.productGroupEntry .displayName {
    padding: 3px;
    display: inline-block;
}

#productGroups th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

#productGroups td {
    vertical-align: middle;
    text-align: center;
}

#productGroups td a {
    text-decoration: none;
    color: darkred;
}

#productGroups td a:hover {
    text-decoration: underline;
}

#newProductGroup {
    width: 250px !important;
}

.usedProductGroup {
    font-weight: bold;
    color: red;
}

.productGroupVisibilityTitle {
    width: 576px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.productGroupVisibility {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 5px 7px 5px;
    width: 570px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.productGroupVisibility input[type="checkbox"] {
    margin: 0px !important;
}

.productGroupVisibility label {
    margin: 0px !important;
    margin-left: 5px !important;
    width: 70px !important;
    padding-top: 0px !important;
    top: -2px !important;
}

.productGroupVisibilityDays {
    float: left;
}

.productGroupVisibilityTimes {
    float: left;
}

.productGroupVisibilityAdd {
    float: left;
}

.dialogsTitle {
    font-size: 16px;
    font-weight: bold;
    width: 676px;
    text-align: center;
}

.dialogTitle {
    width: 676px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
}

.dialog {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 5px 7px 5px;
    width: 670px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 35px;
    text-align: left;
}

.savedDialog {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 5px 7px 5px;
    width: 670px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
}

.dialogPosition {
    width: 50px !important;
    text-align: right;
}

.dialogExtra {
    width: 500px !important;
}

.dialogMinMaxGratis {
    width: 50px !important;
}

.minMaxGratisLabel {
    width: 70px !important;
}

.dialogDate {
    width: 80px !important;
}

.dialogFromTo {
    width: 35px !important;
}

.dialogDays {
    width: 60px !important;
    margin-left: 5px;
    top: -2px;
}

.dialogAddonGroupsDiv {
    float: left;
}

.dialogProductGroupsDiv {
    float: left;
}

.dialogBasicsizeDiv {
    float: left;
}

.subDialogInfo {
    font-weight: bold;
    color: red;
}

.subDialogRequirement {
    border: 1px solid #aaa;
    border-radius: 5px;
    top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

#menus {
    top: 10px;
    width: 300px;
}

.menuItem {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #000;
    cursor: n-resize;
    display: block;
    margin: 1px 0;
    padding: 3px 10px;
    font-weight: normal;
}

.menuItem a {
    color: #000;
    text-decoration: none;
}

.menuItem a:hover {
    text-decoration: underline;
}

.menuItem.active {
    background: none repeat scroll 0 0 #DDFFDD;
    font-weight: bold;
    border: 2px solid black;
}

.menuItem.different {
    background: none repeat scroll 0 0 #88FF88;
}

.menuItem.notInAllShops {
    background: none repeat scroll 0 0 #67ACFA;
}

.menuItem.notInAllShopsAndDifferent {
    background: none repeat scroll 0 0 #22EDD8;
}

.setStandard {
    margin-left: 5px;
    float: right;
}

.subMenuItem {
    background: none repeat scroll 0 0 #F8F8F8;
    border-color: #AAAAAA -moz-use-text-color #AAAAAA #AAAAAA;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    margin: 0 -10px 0 -5px;
    cursor: n-resize;
    display: block;
    padding: 3px 10px;
    font-weight: normal;
}

.subMenuItem.active {
    background: none repeat scroll 0 0 #DDFFDD;
    font-weight: bold;
    border: 2px solid black;
}

.subMenuItem.different {
    background: none repeat scroll 0 0 #88FF88;
}

.subMenuItem.notInAllShops {
    background: none repeat scroll 0 0 #67ACFA;
}

.subMenuItem.notInAllShopsAndDifferent {
    background: none repeat scroll 0 0 #22EDD8;
}

#menuAdminLinks {
    margin-top: 20px;
}

#menuAdminLinks a {
    left: 5px;
    top: 1px;
    color: darkred;
    text-decoration: none;
}

#menuAdminLinks a:hover {
    text-decoration: underline;
}

#menuPath {
    margin-top: 5px;
}

.pathInfo {
    float: left;
    margin-left: 5px;
}

.pathInfo a {
    margin-left: 5px;
    color: darkred;
    text-decoration: none;
}

.pathInfo a:hover {
    text-decoration: underline;
}

#menuList {
    float: left;
}

#menuMain {
    float: left;
    top: 10px;
    left: 20px;
}

#newMenuTitle {
    width: 676px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#newMenu {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 5px 7px 5px;
    width: 670px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 35px;
    text-align: left;
}

.shopLabel {
    left: 7px;
    top: -1px;
    width: 140px !important;
}

.usedMenu {
    left: 20px;
}

.deleteMenuImage {
    left: 7px;
    top: -1px;
    width: 100px !important;
    color: #F00;
}

.listProduct {
    cursor: n-resize;
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 5px 7px 5px;
    width: 670px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
    margin-bottom: 5px;
}

.listProduct.more {
    background: none repeat scroll 0 0 #FF8888;
}

.listProduct.moredescription {
    background: none repeat scroll 0 0 #88FF88;
}

.listProduct.notInAllShops {
    background: none repeat scroll 0 0 #67ACFA;
}

.listProduct.notInAllShopsAndDifferent {
    background: none repeat scroll 0 0 #22EDD8;
}

.colorDescription {
    font-size: 9px;
    margin-top: 11px;
}

.listProductAction {
    cursor: n-resize;
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #CDCEC3;
    padding: 5px 7px 5px;
    width: 670px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: -6px;
    margin-left: -8px;
    text-align: left;
}

.productPrice {
    float: left;
    margin-right: 10px;
}

.action {
    margin-left: 5px;
    color: darkred;
    text-decoration: none;
}

.action:hover {
    text-decoration: underline;
}

.productActions {
    float: left;
    top: 2px;
}

.productMove {
    top: -2px;
    margin-left: 10px;
    float: left;
}

.productMove label {
    top: -2px;
    width: 100px !important;
}

.productMove input {
    top: 2px;
    margin-left: 2px;
}

.textDescription {
    width: 552px;
    height: 450px;
}

.productSize label {
    width: 50px !important;
}

#offers {
    border-collapse: collapse;
    width: 900px;
    top: 10px;
}

#offers th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

#offers td {
    vertical-align: middle;
    text-align: center;
}

#offers td a {
    text-decoration: none;
    color: darkred;
}

#offers td a:hover {
    text-decoration: underline;
}

.offer {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 15px 7px 10px;
    width: 700px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.offerTitle {
    margin-top: 10px;
    width: 706px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#price {
    text-align: right;
    width: 30px !important;
}

.deleteOffer {
    top: -5px;
    left: -5px;
}

.offerPrice {
    width: 40px !important;
}

.priceUnit {
    top: 5px;
    left: -15px;
}

#createBasicIngredientBox {
    position: relative;
    padding: 0;
    margin: 5px;
    width: 350px;
    color: #000000;
    font-size: 12px;
}

#createBasicIngredientBox input[type="text"] {
    width: 250px;
}

.basicIngredientNames {
    width: 450px !important;
    bottom: 6px;
}

.menuLabel {
    left: 7px;
    top: -1px;
    width: 250px !important;
}

#shopDB {
    font-size: 12px;
    color: #888;
}

#shopURL {
    font-size: 12px;
    color: #888;
}

#layoutDoesNotExists {
    font-weight: bold;
    color: #f00;
    left: 5px;
    top: 5px;
    float: left;
}

#shopTest {
    position: absolute;
    top: 20px;
    left: 450px;
    width: 20px;
    height: 20px;
}

#help {
    position: absolute;
    top: 20px;
    right: 350px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#wikiHelp {
    width: 430px;
    min-height: 200px;
    padding-left: 20px;
    padding-bottom: 5px;
}

#wikiHelpTitle {
    width: 460px;
    height: 20px;
    border: 1px solid;
    background-color: #ddd;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    float: left;
    box-shadow: 4px 4px 3px #958b81;
}

#wikiHelpClose {
    cursor: pointer;
    float: left;
    left: -15px;
    top: -15px;
}

#wikiHelpContents {
    width: 450px;
    border: 1px solid;
    top: -5px;
    padding: 5px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 4px 4px 3px #958b81;
}

#wikiHelpHistory {
    width: 450px;
    border-top: 1px solid;
    padding-top: 5px;
}

#helpContentDIV {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 85px;
    left: 722px;
    opacity: 1;
    overflow: visible;
}

#shopSelectionLabel {
    width: 40px !important;
}

#shopSelection {
    width: 500px !important;
    margin-right: 5px;
}

h2.red {
    color: #FF0000 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

#informationOldFGN {
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
    font-size: 14px;
}

.changeAllPricesLabel {
    margin-left: 5px;
    margin-top: -2px;
    margin-bottom: 10px;
    width: 300px !important;
    font-weight: bold;
    color: #f00;
    font-size: 14px;
}

.shopComingSoon {
    background-color: #f4812d;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    width: 1130px;
}

.shopDeleted {
    background-color: #e08ed9;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    width: 1130px;
}

/*site Produkte*/

#importBasicIngredient {
    display: block;
    height: 30px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #000000;
    background-color: #cccccc;
}

.boxButton {
    display: inline-block;
    height: 20px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #000000;
    background-color: #cccccc;

}

.boxHL {
    font-size: 14px;
    background-color: #FF9900;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 30px;

}

.listProduct.invisible, .listProductAction.invisible {
    background: #fff;
    opacity: 0.6;
}

.delBS {
    margin-right: 5px;
}

.menuItemVisibilityTitle {
    width: 656px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.menuItemVisibility {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 5px 7px 5px;
    width: 650px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.menuItemVisibility input[type="checkbox"] {
    margin: 0px !important;
}

.menuItemVisibility label {
    margin: 0px !important;
    margin-left: 5px !important;
    width: 80px !important;
    padding-top: 0px !important;
    top: -2px !important;
}

.menuItemVisibilityDays {
    float: left;
}

.menuItemVisibilityTimes {
    padding-top: 10px;
    clear: both;
    float: left;
}

.menuItemVisibilityDates {
    padding-top: 10px;
    padding-left: 50px;
    float: left;
}

.menuItemVisibilityTimes label,
.menuItemVisibilityDates label {
    top: 5px !important;
}

.menuItemVisibilityAdd {
    float: right;
    padding-top: 30px;
}

#nosystem {
    font-weight: bold;
    color: #f00;
    font-size: 18px;
    top: 10px;
}

.separator {
    width: 20px !important;
}

#closeInfo {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 300px;
    min-height: 50px;
    border: 1px solid;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 3px #958b81;
    z-index: 10000;
}

#closeInfoTitle {
    width: 100%;
    height: 22px;
    padding-top: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #aaa;
}

#closeInfoShop {
    padding: 2px;
    padding-left: 5px;
}

#shopCheckResult {
    position: absolute;
    top: 10px;
    right: 400px;
    min-height: 50px;
    z-index: 10000;
    cursor: pointer;
}

#shopCheckTitle {
    font-weight: bold;
    font-size: 15px;
    margin: 20px;
}

.bsArt {
    width: 50px !important;
}

.artNoForAll {
    text-decoration: none;
    top: 5px;
}

.alert {
    font-weight: bold;
    color: #f00;
}

.menuChoices {
    display: none;
    padding-top: 7px;
}

.toggleMenuChoices {
    position: absolute;
    top: 6px;
    right: 0px;
    cursor: pointer;
}

.menuCBToggle.sub {
    margin-left: 25px !important;
}

.menuChoices.sub {
    padding-left: 20px !important;
}

.deliveryAreaVisibilityTitle {
    width: 716px;
    padding: 5px;
    background-color: #ddd;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.deliveryAreaVisibility {
    background: none repeat scroll 0 0 #F4F4E7;
    border: 1px solid #CDCEC3;
    padding: 5px 7px 5px;
    width: 710px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.deliveryAreaVisibility input[type="checkbox"] {
    margin: 0px !important;
}

.deliveryAreaVisibility label {
    margin: 0px !important;
    margin-left: 5px !important;
    width: 70px !important;
    padding-top: 0px !important;
    top: -2px !important;
}

.deliveryAreaVisibilityDays {
    float: left;
}

.deliveryAreaVisibilityTimes {
    float: left;
}

.deliveryAreaVisibilityDates {
    float: left;
}

.deliveryAreaVisibilityAdd {
    float: left;
}

.deliveryAreaVisibilityDelete {
    float: left;
    margin-top: 15px;
}

.deleteDeliveryAreaVisibility {
    float: left;
    top: 15px;
}

.visibilityEntry {
    margin-top: 5px;
}

.sizeLabel {
    margin-left: 5px;
    margin-top: -1px;
    margin-bottom: 10px;
    width: 100px !important;
}

.addonSize label {
    width: 50px !important;
}

.sizeBox {
    float: left;
}

.autoCplSearchIng {
    background-color: #fff;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 4px 4px 3px #958b81;
    height: 35px;
    left: 650px;
    position: absolute;
    top: 1070px;
    z-index: 5000;
}

/*breite für autocomplete elemente nur, wenn es sich um ul handelt. Da die IDs aber von autocomplete vergeben werden, kann es manchmal auch ein listenelement betroffen haben*/
ul#ui-id-2,
ul#ui-id-3 {
    width: 195px;
}

#newAddonBasicIngredientDiv #addlistWrapper {
    width: 260px;
    float: left;
}

#newAddonBasicIngredientDiv #existlistWrapper {
    width: 260px;
    float: left;
}

#newOldAddonWrapper {
    width: 100%;
    min-height: 50px;

    margin: 20px 0px;
}

#newOldAddonWrapper .showHide {
    padding-top: 3px;
    background: #ccc;
    border: 1px solid #333;
    border-radius: 5px;
    margin: auto;
    width: 268px;
    float: left;
    cursor: pointer;
    text-align: center;
}

.addonVisibilityHelper {
    padding-top: 3px;
    background: #ccc;
    border: 1px solid #333;
    border-radius: 5px;
    margin: auto;
    width: 530px;
    text-align: center;
}

#newAddonCreateBasicDiv, #newAddonBasicIngredientDiv {
    width: 100%;
    min-height: 50px;
    margin-top: 5px;
}

.showHide.active {
    font-weight: bold;
}

.addonVisibilityHelper {
    display: none;
}

.addonVisibilityHelper.active {
    display: block;
}

#content form #basicNewShow {
    height: auto;
    margin: 5px 25px 10px;
}

#content form #addToNewList {
    margin: 5px 25px;
}

#pageError {
    border: 1px solid #f00;
    border-top: 2px solid #f00;
    border-left: 2px solid #f00;
    box-shadow: 1px 1px 0px 0px #000;
    margin: 10px 0;
}

#pageError #pageErrorIcon {
    width: 30px;
    height: 30px;
    margin: 23px 10px 0 30px;
    background: #f00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    float: left;
    box-shadow: -1px 1px 0px 0px #000;
}

#pageError #pageErrorIcon:after {
    content: '!';
    font-size: 30px;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    padding-left: 11px;
    top: -4px;
    position: relative;
}

#pageError #pageErrorMessage {
    color: #f00;
    padding: 20px;
    float: left;
    font-size: 16px;
    top: -5px;
}


#closeForTodayDIV .floatBlock {
    float: left;
    width: 50%;
}

#closeForTodayDIV .floatBlock #internalDescription,
#closeForTodayDIV .floatBlock #closedTextDescription {
    width: 300px;
}

#closeForTodayDIV .floatBlock .rowLabel {
    display: block;
    float: left;
    padding-top: 7px;
    width: 140px;
}

#content form #closeForTodayDIV .floatBlock input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 1px solid #bbb2be;
    border-radius: 5px;
    padding: 0;
    margin: 6px 6px 0 0;
    box-shadow: none;
    cursor: pointer;
}

#closeForToday {
    font-size: 22px;
    font-weight: bold;
    height: 60px;
    width: 200px;
    cursor: pointer;
}

.holidayNum {
    font-size: 8px;
    float: left;
    margin-right: 5px;
    top: 10px;
}

.holidayData {
    float: left;
}

#moveCopyProductsDIV {
    margin-bottom: 10px;
    text-align: right;
}

#moveCopyProductsChoiceDIV {
    display: none;
    float: right;
}

#destinationMenuLabel {
    margin-left: 5px;
    margin-right: 5px;
    width: 25px !important;
}

.moveCopyProductsCB {
    display: none;
    top: -7px;
    left: 16px;
}

#selectAllProducts {
    float: right !important;
}

.currentSlaves {
    padding: 10px 5px;
    margin-bottom: 15px;
    background: #ddd;
}

.cleaningShiftTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.cleaningCalendar {
    padding-bottom: 15px;
}

.cleaningCalendar .cleaningShiftTitle {
    padding-left: 5px;
}

.cleaningShift {
    border-top: 1px solid #aaa;
    padding: 5px 5px 10px;
}

.cleaningShift.current {
    background: #f4f4f4;
}

.cleaningPlan ul {
    list-style-type: none;
}

.cleaningPlan li {
    height: 15px;
    margin-top: 5px;
}

.cleaningPlan li:after {
    content: '';
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px;
}

.cleaningPlan li.DATAMANAGER:after {
    background: #ff7703;
}

.cleaningPlan li.GRAPHIC:after {
    background: #4d3082;
}

.cleaningPlan li.PROGRAMMERS:after {
    background: #0080b6;
}

.cleaningPlan li.MANAGER:after {
    background: #659e5d;
}

.cleaningShift .currentHint {
    color: #f00;
    display: block;
    padding-bottom: 5px;
}

.cleaningDate {
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

.cleaningShiftDate {
    font-size: 14px;
    font-weight: bold;
}

.cleaningNav {
    padding-left: 5px;
}

.cleaningNav a {
    float: left;
    margin-right: 10px;
    display: block;
}

#allergen {
    border-collapse: collapse;
    width: 400px;
    top: 10px;
}

#allergen th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

#allergen td {
    vertical-align: middle;
    text-align: center;
}

#allergen td a {
    text-decoration: none;
    color: darkred;
}

#allergen td a:hover {
    text-decoration: underline;
}

.allergenLetter {
    text-align: right !important;
    padding-right: 20px;
}

#newLetter {
    text-align: right;
    width: 30px !important;
}

.usedAllergen {
    font-weight: bold;
    color: red;
}

#information {
    border-collapse: collapse;
    width: 400px;
    top: 10px;
}

#information th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

#information td {
    vertical-align: middle;
    text-align: center;
}

#information td a {
    text-decoration: none;
    color: darkred;
}

#information td a:hover {
    text-decoration: underline;
}

.informationName {
    text-align: right !important;
    padding-right: 20px;
}

#newName {
    text-align: right;
    width: 100px !important;
}

.usedInformation {
    font-weight: bold;
    color: red;
}

.price {
    text-align: right;
}

#categories {
    border-collapse: collapse;
    width: 400px;
    top: 10px;
    margin-bottom: 20px;
}

#categories th {
    background: none repeat scroll 0 0 #FFEEAA;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #000000;
    color: #880000;
    padding: 4px;
}

#categories td {
    vertical-align: middle;
    text-align: center;
}

#categories td a {
    text-decoration: none;
    color: darkred;
}

#categories td a:hover {
    text-decoration: underline;
}

.shopsSelect {
    float: left;
    height: 80px !important;
}

.shopsSelectButton {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    float: left;
}

#shopSelectionDiv {
    float: left;
    margin-right: 20px;
}

#shopCategoryDiv {
    float: left;
}

#shopCategoryLabel {
    width: 60px !important;
}

#shopCategory {
    width: 200px !important;
    margin-right: 5px;
}

#shopCategoryInfo {
    float: left;
    color: red;
    font-weight: bold;
    font-size: 16px;
}

/*Fancybox für Warnung doppelt pflegen*/
#warnFb {
    width: 300px;
    font-weight: bold;
    display: none;
}

#warnFb h2 {
    margin-bottom: 10px;
    color: #FF0000;
}

#warnFb p span {
    color: #000066;
}


/*Produkte pormoicons*/
#content form #promoSelection .cbWrapPromo {
    clear: both;
    padding: 10px;
}

#content form #promoSelection .cbWrapPromo img,
#content form #promoSelection .cbWrapPromo input[type="checkbox"],
#content form #promoSelection .cbWrapPromo label {
    float: left;
}

#content form #promoSelection .cbWrapPromo img {
    width: 30%;
    top: -5px;
}

#content form #promoSelection .cbWrapPromo input[type="checkbox"] {
    margin: 10px;
}

#content form #promoSelection .cbWrapPromo label {
    cursor: pointer;
}

#content form #promoSelection .cbWrapPromo label:hover {
    font-weight: bold;
}

#content form #promoSelection .cbWrapPromo label span {
    height: 30px;
    float: left;
    width: 70%;
}

#content.productInformation .loadDesc {
    float: left;
    width: 60%;
    margin: 30px 0;
    padding: 10px;
}

#content.productInformation .loadGlobalData {
    float: left;
    background: #CCCCCC;
    padding: 10px;
    border-radius: 4px;
    margin: 30px 0;
    text-align: center;
    font-weight: bold;
    border: 2px solid #c0c0c0;
    cursor: pointer;
    transition: all .4s;
}

#content.productInformation .loadGlobalData:hover {
    border-color: #000;
    background-color: #9c9e9f;
}

.dialogMinInput {
    width: 50px !important;
}

.noFxxxFloat {
    float: none !important;
}

.width-auto {
    width: auto !important;
}

.display-inline-block {
    display: inline-block !important;
}


#content form input[type=number] {
    width:197px;
    height:20px;
    border:1px solid #bbb2be;
    border-radius:5px;
    margin-top:3px;
}

#save2 {
    position: fixed;
    bottom: 615px;
    left: 1150px;
    z-index: 999;
}