/*	* {
		text-shadow: 0px 1px 0px white;	
	}
*/
* {
    font-family: Verdana;
}

.systemnews {
    border: 1px solid rgba(255, 165, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(255, 165, 0, 0.4);
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    background-color: rgba(255, 234, 129, 1);
    text-shadow: 1px 1px white;
    width: 250px;
}

.systennews_head {
    font-weight: bold;
}

.blockHeadItem > div {
    display: inline-block;
    vertical-align: top;
    padding: 0px 40px;
    text-align: left;
}

    .blockHeadItem > div > table {
        width: 100%;
    }

.gardener_text_infobox {
    margin: 20px;
    background-color: rgba(255, 165, 0, 0.4);
    border-radius: 10px;
    border: 1px solid rgba(255, 165, 0, 0.4);
    padding: 10px;
}

.datecolumn {
    width: 90px;
}

.bottom_right_links_divider {
    color: orange !important;
    padding: 10px;
}

.grayed {
    background-color: gray !important;
    border-color: gray !important;
}

.bottom_right_links {
    text-align: right;
    white-space: nowrap;
    padding-left: 10px;
}

@-webkit-keyframes darkdiv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.actionbuttons {
    white-space: nowrap;
}

.ploader {
    display: table;
    width: 250px;
    height: 250px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
    z-index: 99;
    border: 10px solid orange;
    border-radius: 100%;
    box-shadow: 1px 1px 50px orange;
    border-radius: 100%;
    text-shadow: 0px 0px 1px white;
}

.ploader_subdiv {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 14px;
    padding-top: 80px;
}

#div_benefits {
    border: 2px solid #D7BDD8;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    width: 650px;
    height: 700px;
    margin-left: -325px;
    margin-top: -350px;
    z-index: -1;
}

#darkdiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    -webkit-animation-name: darkdiv;
    -webkit-animation-duration: 2s;
}

.newsbox_container, favoritebox_container {
    position: relative;
}

.newsbox, .favoritebox {
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    max-width: 180px;
}

.newsbox {
    height: 500px;
}

.favoritebox {
    height: 200px;
}

    .favoritebox div span:first-child {
        font-weight: bold;
    }

    .favoritebox div span:last-child {
        font-size: 10px;
    }

    .favoritebox span {
        display: block;
    }

    .favoritebox a {
        text-decoration: none;
    }

.newsbox_overlay, .favoritebox_overlay {
    background-image: -webkit-linear-gradient(top, white, rgba(0,0,0,0) 10, rgba(0,0,0,0) 490, white);
    background-image: -moz-linear-gradient(top, white, rgba(0,0,0,0) 10, rgba(0,0,0,0) 490, white);
    background-image: -o-linear-gradient(top, white, rgba(0,0,0,0) 10, rgba(0,0,0,0) 490, white);
    background-image: -ms-linear-gradient(top, white, rgba(0,0,0,0) 10, rgba(0,0,0,0) 490, white);
    background-image: linear-gradient(top, white, rgba(0,0,0,0) 10, rgba(0,0,0,0) 490, white);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.printout_article_sum {
    white-space: nowrap;
}

.important_note {
    color: red;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.btn_info, .btn_runas {
    padding: 5px;
    height: 32px;
    background: white;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 1px 1px 4px gray;
}

.btn_info {
    width: 32px;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

    .btn_info:hover {
        border: 1px solid darkred;
    }

    .btn_info img {
        border: 0px;
    }

.btn_info_link {
    text-decoration: none;
}

.btn_info p {
    font-size: 10px;
    opacity: 0.9;
    border: 1px solid darkred;
    border-radius: 3px;
    box-shadow: 1px 1px 4px darkred;
    background: red;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 1px white;
    margin-left: 11px;
    margin-top: 24px;
    width: 25px;
}

.faded * {
    cursor: default;
}

.faded *, .faded_img {
    opacity: 0.25;
}

    .faded_img:hover {
        opacity: 1;
    }


.overlaymessage {
    border-radius: 5px;
    box-shadow: 1px 1px 3px black;
    text-align: center;
    text-shadow: 0px 2px 3px #BBBBBB;
    position: fixed;
    left: 0px;
    width: 400px;
    height: 20px;
}

.olm_green {
    background-image: linear-gradient(rgba(131, 190, 61, 0.7) 0%, rgba(52, 127, 8, 0.7) 50%);
}

.olm_red {
    background-image: linear-gradient(rgba(255, 102, 102, 0.7) 0%, rgba(179, 0, 0, 0.7) 50%);
}

.changeAlertDiv {
    display: none;
    border: 2px solid red;
    background-color: white;
    width: 500px;
    font-weight: bold;
    color: red;
    font-size: 14px;
}

    .changeAlertDiv input {
        font-weight: bold;
        color: red;
    }

.markaschanged {
    border: 1px solid orange;
    box-shadow: 1px 1px 4px orange;
    padding: 2px;
}

.markassaved {
    border: 1px solid green;
    box-shadow: 1px 1px 4px green;
    padding: 2px;
}

.rightlined {
    text-align: right;
}

.noborder {
    border: 0px !important;
}

.underlined {
    text-decoration: underline;
}

.bold, .bold * {
    font-weight: bold;
}

input[name=sbox] {
    width: 100%;
}



.info_offer {
    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
    box-shadow: 4px 4px 8px black;
    padding: 10px;
}

.checked_article_row td {
    color: green;
}

.unchecked_article_row td {
    color: red;
    font-style: italic;
}

.searchresults {
    z-index: 1;
    position: absolute;
    border: 2px solid #AD2100;
    background-color: white;
    border-radius: 4px;
    box-shadow: 4px 4px 8px black;
}

.searchresultsclosebtn {
    padding: 5px;
    text-align: center;
    cursor: pointer;
    border-top: 3px double lightgray;
}

.searchSummary {
    font-style: italic;
    color: gray;
    text-align: center;
    border-top: 1px solid lightgray;
}

.searchresults table {
    width: 100%;
    border-collapse: collapse;
}

.searchresult * {
    text-align: center;
    cursor: pointer;
}

.searchresult img {
    max-width: 50px;
    max-height: 50px;
}

.searchresult:hover {
    background-image: -webkit-linear-gradient(top, #ECF7FD 10%, white, #ECF7FD 90%);
    background-image: -moz-linear-gradient(top, #ECF7FD 10%, white, #ECF7FD 90%);
    background-image: -o-linear-gradient(top, #ECF7FD 10%, white, #ECF7FD 90%);
    background-image: -ms-linear-gradient(top, #ECF7FD 10%, white, #ECF7FD 90%);
    background-image: linear-gradient(top, #ECF7FD 10%, white, #ECF7FD 90%);
}

.page_sidebar {
    position: fixed;
    right: 20px;
    top: 50%;
    background-color: white;
    border: 2px solid darkred;
    border-radius: 10px;
    box-shadow: 3px 3px 6px darkred;
    margin: 5px;
    padding: 5px;
    max-width: 200px;
}

    .page_sidebar table {
        width: 100%;
    }

.page_sidebar_green {
    color: white;
    white-space: nowrap;
    font-weight: bold;
    background: #669900;
    border: 2px solid green !important;
    border-radius: 10px;
    padding: 7px;
}

.shoppingcart_sidebar {
    font-size: 14px;
    font-weight: bold;
    display: inline;
}

.ccplaner_sidebar, .ccplaner_sidebar * {
    font-weight: bold;
    vertical-align: middle;
}

.page_sidebar_green * {
    color: white;
}

.page_sidebar_green:hover {
    border: 2px solid #669900;
    background: #79b200;
    cursor: pointer;
}

.page_sidebar_green:active {
    border: 2px solid #AD2100;
    background: #F56E53;
}

.page_sidebar td {
    text-align: center;
    border-top: 2px solid darkred;
    text-overflow: ellipsis;
}

.page_sidebar * {
    font-size: 14px;
    text-decoration: none;
}

    .page_sidebar *:hover {
        font-weight: bold;
    }

.page_sidebar_top {
    border: 0px !important;
    border-bottom: 1px solid darkred !important;
}

.customer_info_cols td {
    font-size: 12px;
}

.contactwindow * {
    color: black !important;
    text-shadow: 0px 0px 0px !important;
    font-size: 12px;
    vertical-align: bottom;
}

.contactwindow {
    white-space: nowrap;
    background-color: rgba(255,255,255,1);
    border: 1px solid gray;
    box-shadow: 1px 1px 4px gray;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
}

input[name=sbox] {
    border: 2px solid rgb(173, 33, 0);
}

.auction_elapsed {
    background-color: #FFE9E8;
}

.enabled_betagent {
    background-color: lightgreen;
    border: 2px solid green;
    border-radius: 4px;
}

    .enabled_betagent:hover {
        background-color: lightblue;
        border: 2px solid royalblue;
    }

.auction_markup_endtime {
    font-weight: bold;
}

.headline_sort_, .headline_sort_DESC, .headline_sort {
    text-decoration: underline;
    cursor: pointer;
}

.headline_sort_, .headline_sort_DESC {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right;
}

.headline_sort_ {
    background-image: url("img/sort_asc.png");
}

.headline_sort_DESC {
    background-image: url("img/sort_desc.png");
}

select[focused=true], .btn_ok[focused=true] {
    border: 2px solid mediumpurple;
    box-shadow: 3px 3px 4px mediumpurple;
}

.auctionbox, .betagent, .auction_updatepanel, .auction_lastbets, .partner_info, .customer_offer, .overlay_msgbox {
    border: 1px solid royalblue;
    border-radius: 5px;
    box-shadow: 1px 1px 4px royalblue;
    background-color: white;
    z-index: 1000;
}

.auctionbox, .betagent, .auction_updatepanel, .auction_lastbets, .customer_offer, .overlay_msgbox {
    position: fixed;
    top: 50%;
    left: 50%;
}

.auctionbox {
    margin-left: -170px;
    margin-top: -115px;
    width: 340px;
    height: 230px;
}

.customer_offer {
    margin-left: -200px;
    margin-top: -200px;
    width: 400px;
    height: 400px;
}

.overlay_msgbox {
    margin-left: -200px;
    margin-top: -200px;
    width: 400px;
    height: 400px;
}

.partner_info {
    position: absolute;
    top: 200px;
    left: 850px;
    width: 520px;
    height: 520px;
}

.partner_info_map {
    width: 500px;
    height: 400px;
    border: 1px solid gray;
    margin: 0px;
}

.auction_lastbets {
    width: 350px;
    height: 330px;
}

.auction_updatepanel {
    margin-left: -160px;
    margin-top: -50px;
    width: 320px;
    height: 100px;
}

.betagent {
    margin-left: -160px;
    margin-top: -80px;
    width: 320px;
    height: 160px;
}

    .auctionbox table, .betagent table, .auction_updatepanel table, .auction_lastbets table, .partner_info table, .customer_offer table, .overlay_msgbox table {
        margin: 10px;
        width: 90%;
    }

    .auctionbox td, .betagent td, .auction_updatepanel td {
        font-weight: bold;
    }

.auction_lastbets table {
    border-collapse: collapse;
}

.auction_lastbets td {
    margin: 0px;
    padding: 5px;
    border: 1px solid gray;
}

.auctionbox p, .betagent p, .auction_updatepanel p, .auction_lastbets p, .partner_info p, .customer_offer p, .overlay_msgbox p {
    background-color: royalblue;
    color: white;
    text-shadow: 1px 1px 1px black;
    padding: 5px;
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
}

.closebtn {
    float: right;
    display: inline;
    color: red;
    text-shadow: 1px 1px 1px white;
    cursor: pointer;
    padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
}

.bottom_links a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.redborderwhite {
    background-color: white;
    border: 2px solid red;
    text-align: right;
}

.redborder {
    border: 2px solid red;
}

.sumrow {
    font-size: 12px;
    background-color: white !important;
}

.whitebg {
    background-color: white !important;
}

.bottom_content {
    background-image: linear-gradient(rgba(204, 211, 229, 0) 0%, #8697C2 30%);
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    width: 100%;
    text-shadow: 0px 0px 1px rgb(0, 0, 0);
}

    .bottom_content * {
        color: white;
    }

.pagetable {
    box-shadow: 1px 1px 4px #000;
    background-repeat: no-repeat;
    /* background-color: #F3ECF3; */
    background-color: white;
    border: 0px solid grey;
    border-radius: 10px;
    width: 1183px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.pagetable_content {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
}

.infobar {
    padding: 0px;
    margin-top: 10px;
    cursor: default;
    text-shadow: -1px 1px 1px white;
}

    .infobar[name=info]:hover {
        border: 1px solid #AD2100;
        border-left: 0px;
        background: #E7BEB2;
        box-shadow: 1px 1px 4px #AD2100;
    }

    .infobar[name=info]:active {
        border: 1px solid #AD2100;
        border-left: 0px;
        background: #F56E53;
        box-shadow: 1px 1px 4px #AD2100;
    }

@keyframes blink_red_orange {
    from {
        border: 1px solid orange;
        box-shadow: 1px 1px 4px orange;
    }

    to {
        border: 1px solid red;
        box-shadow: 1px 1px 4px red;
    }
}

@keyframes blink_red_orange_th {
    from {
        background-color: orange;
    }

    to {
        background-color: red;
    }
}

.infobar[name=warning] {
    background-color: rgb(251, 233, 233);
    border: 1px solid orange;
    border-left: 0px;
    box-shadow: 1px 1px 4px orange;
}

.infobar_animated[name=warning] {
    animation: blink_red_orange 0.5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.infobar[name=warning] th {
    background-color: orange;
}

.infobar_animated[name=warning] th {
    animation: blink_red_orange_th 0.5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.infobar[name=critical] {
    background-color: #F9ECBF;
    border: 1px solid red;
    border-left: 0px;
    box-shadow: 1px 1px 4px red;
}

    .infobar[name=critical] th {
        background-color: red;
    }

.infobar[name=success] {
    background-color: rgb(233, 251, 233);
    border: 1px solid rgb(82, 224, 82);
    border-left: 0px;
    box-shadow: 1px 1px 4px rgb(82, 224, 82);
}

    .infobar[name=success] th {
        background-color: rgb(82, 224, 82);
    }

.infobar[name=info] {
    background-color: #CCD8FC;
    border: 1px solid royalblue;
    border-left: 0px;
    box-shadow: 1px 1px 4px royalblue;
}

    .infobar[name=info] th {
        background-color: royalblue;
    }

.infobar th, .infobar td {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.infobar th {
    border-radius: 10px 0px 0px 10px;
    padding: 3px;
    height: 100%;
    width: 20%;
}

.infobar:hover {
    border: 1px solid royalblue;
    border-left: 0px;
    box-shadow: 1px 1px 4px royalblue;
}

.language_img {
    box-shadow: 1px 1px 4px #000;
    border-radius: 5px;
}

.navBar {
    width: 100%;
}

    .navBar div {
        display: inline;
        clear: both;
        width: 30px;
    }

        .navBar div[id=pages] {
            width: 700px;
        }

        .navBar div[name=miop] {
            width: 200px;
        }

        .navBar div[name=p] {
            width: 50px;
        }

        .navBar div[name=ma] {
            width: 160px;
        }

        .navBar div[name=page] {
            width: 30px;
        }

        .navBar div[name=miop], .navBar div[name=p], .navBar div[name=ma], .navBar div[name=page], .navBar div[name=alphabet], .navbar div[name=alphabetTxt] {
            white-space: nowrap;
            border: 2px solid #AD2100;
            background: white;
            font-weight: bold;
            font-size: 14px;
            padding: 10px;
            cursor: default;
        }

        .navBar div[name=maxItems] {
            font-weight: bold;
            font-size: 14px;
        }

        .navBar div[name=page] {
            margin-left: 10px;
            margin-right: 10px;
            cursor: pointer;
        }

        .navBar div[name=alphabet], .navbar div[name=alphabetTxt] {
            margin-left: 5px;
            margin-right: 5px;
            cursor: pointer;
        }

.bodyclass {
    background-attachment: fixed !important;
}

td, a, body, tr, p, div, table, .editbox, .editinfobox {
    font-size: 12px;
    color: #000000;
}

.mailoffertext {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.editbox {
    width: 100%;
    height: inherit;
    text-align: center;
    border: 0px;
    background-color: transparent !important;
}

.article_row_offered {
    background-color: rgba(255, 165, 0, 0.4);
}

.article_row td {
    border: 1px solid #8aa4d2;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.editinfobox {
    width: 100%;
    border: 0px;
    background-color: transparent;
}

.transtable * {
    background-color: transparent !important;
}

.articleinfo {
    border-bottom: 3px solid rgb(173, 33, 0);
}

    .articleinfo * {
        background-image: none !important;
    }

.tooltip_red, .tooltip_orange, .tooltip_green {
    font-weight: bold;
    visibility: visible;
    position: absolute;
    padding: 3px 5px 5px 5px;
    border-radius: 0px 10px 10px 10px;
}

.tooltip_red {
    background-color: #FDEEF4;
    border: 1px solid red;
    box-shadow: 1px 1px 4px red;
}

.tooltip_orange {
    background-color: #FFF5EE;
    border: 1px solid orange;
    box-shadow: 1px 1px 4px orange;
}

.tooltip_green {
    background-color: rgb(235, 248, 164);
    border: 1px solid rgb(162, 210, 70);
    box-shadow: 1px 1px 4px green;
}


.tooltip {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

    .tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltipped {
    position: relative;
}

.tooltip > ul {
    padding-left: 0px;
    margin-left: 30px;
    margin-right: 30px;
}

.tooltipped:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.black2borderfull {
    border: 2px solid black;
    width: 100%;
}

.black2borderfull_input input {
    border: 2px solid black;
    width: 100%;
}

.backmediumrosa {
    background-color: #F5A9BC;
}

    .backmediumrosa input {
        border: 0px;
        width: 100%;
        background-color: #F5A9BC;
        text-align: right;
        font-weight: bold;
        color: rgb(173, 33, 0);
    }

.backmediumgreen {
    background-color: #CCF298;
}

    .backmediumgreen input {
        border: 0px;
        width: 100%;
        background-color: #CCF298;
        text-align: center;
        font-weight: bold;
        color: black;
    }

.backmediumred {
    background-color: #F97474;
}

    .backmediumred input {
        border: 0px;
        width: 100%;
        background-color: #F97474;
        text-align: center;
        font-weight: bold;
        color: rgb(173, 33, 0);
    }

.backmediumorange {
    background-color: #F9CA74;
}

    .backmediumorange input {
        border: 0px;
        width: 100%;
        background-color: #F9CA74;
        text-align: center;
        font-weight: bold;
        color: rgb(173, 33, 0);
    }


.black2border {
    border: 2px solid black;
}

.order_type_text * {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.black2border_input {
    border: 2px solid black !important;
}

.green2border_input {
    border: 2px solid green !important;
    background-color: lightgreen;
}

    .green2border_input input {
        background-color: lightgreen;
    }

.orange2border_input {
    background-color: orange;
    border: 2px solid orange !important;
}

    .orange2border_input input {
        background-color: orange;
    }

.red2border_input {
    border: 2px solid red !important;
}

.black2border_input input {
    border: 0px;
    width: 60px;
    text-align: center;
}

.orange1border {
    border: 1px solid #F5A753;
}

.black1borderorange {
    border: 1px solid black;
    background-color: #F3E2A9;
}

.backlightrosa {
    background-color: #bdc5d2;
}

.bloom * {
    color: transparent !important;
    text-shadow: 0px 0px 4px black !important;
}

.article td, .editable {
    font-size: 10px;
}

.editable {
    height: 100%;
    width: 100%;
    border-style: none;
}

.centered {
    text-align: center;
}

.ordertable {
    border-spacing: 0px;
    font-size: 10px;
    border: 1px solid black;
    border-radius: 20px;
    background-color: white;
}

    .ordertable th {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 10px;
        border-bottom: 2px solid rgb(173, 33, 0);
    }

.msgbox {
    width: max-content;
}

.msgbox_header, .msgbox_content {
    border-spacing: 0px;
    padding: 5px !important;
    border: 2px solid red;
    box-shadow: 1px 1px 4px #000;
}

.msgbox_header {
    padding: 5px;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 0px;
    background-color: #F5A753;
}

.msgbox_content {
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
    background-color: white;
}

.overlay_msgbox {
}

.box_favorite, .box_gardener, .btn_green, .btn, .btn_0, .msgbox, .box_0, .box_1, .box_2, .contentbox, .box_twitter, .box_catalog, .box_ccplaner, .searchbox, .navBar div, .infobar, .changeAlertDiv {
    border-radius: 5px;
}

.box_0 {
    border: 1px solid gray;
    box-shadow: 1px 1px 4px gray;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    background: white;
    width: 190px;
}

.searchbox {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    background: white;
    width: 100%;
}

.box_catalog {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: white;
    background: rgba(255, 255, 255, 0.5);
    width: 300px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.box_ccplaner {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: white;
    background: rgba(255, 255, 255, 0.5);
    width: 140px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0);
}

    .box_ccplaner:hover, .box_catalog:hover, .box_gardener:hover {
        background: white;
        border: 1px solid royalblue !important;
        box-shadow: 1px 1px 4px;
    }

.box_ccplaner, .box_catalog, .box_gardener {
    margin: 1px;
}

.box_gardener {
    background: white;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0);
}

.box_catalog_td {
    font-size: 12px;
}

.box_1 {
    border: 1px solid gray;
    box-shadow: 1px 1px 4px gray;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: white;
    width: 190px;
    font-size: 14px;
    cursor: default;
}

.single_marquee {
    vertical-align: middle;
    border-left: 1px solid #AD2100;
}

.single_marquee_head_txt {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.single_marquee_txt {
    font-size: 14px;
    display: inline-block;
}

.box_twitter {
    width: 200px;
}

.box_sidebar, .box_sidebar table {
    width: 200px;
}

    .box_sidebar th {
        padding: 5px;
        font-size: 14px;
        font-weight: bold;
    }

    .box_sidebar td, .box_sidebar td a {
        font-size: 14px;
    }

    .box_sidebar div {
        font-size: 14px;
    }

    .box_sidebar td {
        padding: 10px;
    }

.box_sidebar, .box_twitter {
    /* border: 1px solid gray;
			 box-shadow: 1px 1px 4px gray;
			*/
    padding: 0px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
}

.box_2 {
    border: 1px solid gray;
    box-shadow: 1px 1px 4px gray;
    padding: 0px;
    background: white;
    width: 400px;
    font-size: 14px;
    cursor: default;
}

    .box_2 td {
        font-size: 14px;
    }

        .box_2 td img {
            border-radius: 5px;
            box-shadow: 1px 1px 4px gray;
        }

.catalog_btn_add_offer_has_customer_offer {
    box-shadow: 1px 1px 4px blue;
}

.catalog_customer_offer {
    box-shadow: 2px 2px 4px rgba(255, 165, 0, 0.4);
    background-color: rgba(255, 165, 0, 0.4) !important;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 165, 0, 0.4);
    height: 100%;
}

    .catalog_customer_offer p {
        text-shadow: 1px 1px 1px white;
        font-style: oblique;
        font-weight: bold;
    }

.btn_link {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.btn_pic_link {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

    .btn_pic_link img {
        max-height: 25px;
    }

.contentbox {
    padding-top: 20px;
    padding-left: 150px;
    /*background-image: url("img/flower.png"); */
    background-repeat: no-repeat;
    background-position: right top;
    background: white;
    box-shadow: 1px 1px 4px #000;
}

.btn_green {
    box-shadow: 1px 1px 4px gray;
    white-space: nowrap;
    border: 2px solid #79b200;
    background: #669900;
    font-weight: bold;
    font-size: 14px;
}

.btn, .btn_0 {
    box-shadow: 1px 1px 4px gray;
    white-space: nowrap;
    border: 2px solid #AD2100;
    background: white;
    font-size: 14px;
}

    .btn[name=download] {
        width: 210px;
        white-space: nowrap;
        border: 2px solid #AD2100;
        background: #ECFC7B;
        font-size: 14px;
    }

    .btn[name=center] {
        text-align: center;
    }

    .btn[name=b] {
    }

    .btn[name=a0], .btn_green[name=a0] {
        width: 210px;
    }

    .btn[name=a1] {
        width: 106px;
    }

    .btn[name=a2] {
        width: 280px;
    }

    .btn[name=a3] {
        width: 210px;
    }

    .btn[name=a4] {
        width: 230px;
    }

.tabpage {
    box-shadow: 1px 5px 20px;
    border-radius: 0px 0px 10px 10px;
    background: rgb(180, 196, 220);
    background: rgba(180, 196, 220, 0.5);
}

.table_head {
    padding-right: 10px;
}

.tabpagebtndiv {
    top: 150px;
    left: 35px;
}

.tabpagediv {
    display: none;
}

.tabpagebtn_activated {
    font-weight: bold;
}

.tabpagebtn, .tabpagebtn_activated {
    padding: 2px;
    box-shadow: 5px 0px 10px;
    white-space: nowrap;
    background: white;
    font-size: 14px;
}

.tabpagebtn_activated, .navBar_selected {
    background: #F5A753 !important;
}

.sc_bottom {
    font-size: 14px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-right: 10px;
}

th, .headline_catalogbox a {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

.orange {
    background: #FBBA00;
}

.activated {
    background: #F5A753;
    font-weight: bold;
}

.activated_green {
    font-weight: bold;
}

.headline_catalogbox {
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    height: 30px;
}

    .headline_catalogbox[name=activated] {
        background: #F5A753;
        border: 2px solid #821E00;
    }

.btn_ok {
    font-weight: bold;
    border: 2px solid #821E00;
}

.btn_green:hover {
    border: 2px solid #669900;
    background: #79b200;
}

.btn_green:active {
    border: 2px solid #AD2100;
    background: #F56E53;
}

.tabpagebtn:hover {
    background: #E7BEB2;
}

.btn_ok:hover, .btn_0:hover, .btn:hover, .navBar div[name=page]:hover, .navBar div[name=alphabet]:hover {
    border: 2px solid #AD2100;
    background: #E7BEB2;
}

.tabpagebtn:active {
    background: #F56E53;
}

.btn_ok:active, .btn_0:active, .btn:active, .navBar div[name=page]:active, .navBar div[name=alphabet]:active {
    border: 2px solid #AD2100;
    background: #F56E53;
}

.co_info, .co_block {
    font-size: 14px;
}

.co_info_head {
    font-size: 16px;
}

.co_block {
    display: inline-block;
}

.maintext, .noa a {
    padding-bottom: 20px;
    font-size: 17px;
}

.row_left {
    text-align: left;
    font-size: 14px;
}

.row_right {
    text-align: right;
    font-size: 14px;
}

.row_btn {
    padding-top: 5px;
    text-align: right;
}

.box_field {
    border: 1px solid black;
    width: 100px;
}

.bottom_link {
    text-decoration: none;
    font-size: 12px;
}

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

.hidden {
    display: none;
}

#orderInformation {
    background-color: white;
    border: 1px solid grey;
}

    #orderInformation tr > td:first-child {
        vertical-align: top;
    }

#smiTable {
    background-color: white;
    border: 1px solid grey;
    width: 100%;
}

    #smiTable * {
        font-weight: initial;
    }

.middleCentered {
    display: table;
    width: 100%;
    height: 100%;
}

    .middleCentered > div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.errorPage {
    background-color: white;
    display: inline-block;
    padding: 20px;
    box-shadow: 0px 0px 10px black;
    border-radius: 10px;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 100px);
    background-image: url('img/warning.png');
    background-repeat: no-repeat;
    background-position: 10px 20px;
    padding-left: 50px;
    color: red;
    font-size: 20px;
}

    .errorPage * {
        margin: 5px;
    }

.redBtn {
    padding: 10px 30px;
    background: rgba(250,129,107,1);
    background: -moz-linear-gradient(top, rgba(250,129,107,1) 0%, rgba(246,164,152,1) 50%, rgba(248,85,63,1) 51%, rgba(243,93,73,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,129,107,1)), color-stop(50%, rgba(246,164,152,1)), color-stop(51%, rgba(248,85,63,1)), color-stop(100%, rgba(243,93,73,1)));
    background: -webkit-linear-gradient(top, rgba(250,129,107,1) 0%, rgba(246,164,152,1) 50%, rgba(248,85,63,1) 51%, rgba(243,93,73,1) 100%);
    background: -o-linear-gradient(top, rgba(250,129,107,1) 0%, rgba(246,164,152,1) 50%, rgba(248,85,63,1) 51%, rgba(243,93,73,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,129,107,1) 0%, rgba(246,164,152,1) 50%, rgba(248,85,63,1) 51%, rgba(243,93,73,1) 100%);
    background: linear-gradient(to bottom, rgba(250,129,107,1) 0%, rgba(246,164,152,1) 50%, rgba(248,85,63,1) 51%, rgba(243,93,73,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa816b', endColorstr='#f35d49', GradientType=0 );
    color: white;
    border: 1px outset rgb(250,129,107);
    text-shadow: 1px 1px 1px black;
    border-radius: 5px;
    cursor: pointer;
}

    .redBtn:active {
        background: rgba(248,78,48,1) !important;
        background: -moz-linear-gradient(top, rgba(248,78,48,1) 0%, rgba(241,111,91,1) 50%, rgba(246,41,14,1) 51%, rgba(240,50,25,1) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,78,48,1)), color-stop(50%, rgba(241,111,91,1)), color-stop(51%, rgba(246,41,14,1)), color-stop(100%, rgba(240,50,25,1))) !important;
        background: -webkit-linear-gradient(top, rgba(248,78,48,1) 0%, rgba(241,111,91,1) 50%, rgba(246,41,14,1) 51%, rgba(240,50,25,1) 100%) !important;
        background: -o-linear-gradient(top, rgba(248,78,48,1) 0%, rgba(241,111,91,1) 50%, rgba(246,41,14,1) 51%, rgba(240,50,25,1) 100%) !important;
        background: -ms-linear-gradient(top, rgba(248,78,48,1) 0%, rgba(241,111,91,1) 50%, rgba(246,41,14,1) 51%, rgba(240,50,25,1) 100%) !important;
        background: linear-gradient(to bottom, rgba(248,78,48,1) 0%, rgba(241,111,91,1) 50%, rgba(246,41,14,1) 51%, rgba(240,50,25,1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84e30', endColorstr='#f03219', GradientType=0 ) !important;
        box-shadow: 4px 4px 10px rgba(248,78,48,1) !important;
    }


.orangeBtn {
    padding: 10px 30px;
    background: rgba(244,229,190,1);
    background: -moz-linear-gradient(top, rgba(244,229,190,1) 0%, rgba(222,180,63,1) 50%, rgba(192,149,33,1) 51%, rgba(237,212,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,229,190,1)), color-stop(50%, rgba(222,180,63,1)), color-stop(51%, rgba(192,149,33,1)), color-stop(100%, rgba(237,212,146,1)));
    background: -webkit-linear-gradient(top, rgba(244,229,190,1) 0%, rgba(222,180,63,1) 50%, rgba(192,149,33,1) 51%, rgba(237,212,146,1) 100%);
    background: -o-linear-gradient(top, rgba(244,229,190,1) 0%, rgba(222,180,63,1) 50%, rgba(192,149,33,1) 51%, rgba(237,212,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(244,229,190,1) 0%, rgba(222,180,63,1) 50%, rgba(192,149,33,1) 51%, rgba(237,212,146,1) 100%);
    background: linear-gradient(to bottom, rgba(244,229,190,1) 0%, rgba(222,180,63,1) 50%, rgba(192,149,33,1) 51%, rgba(237,212,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e5be', endColorstr='#edd492', GradientType=0 );
    color: white;
    border: 1px outset rgb(244,229,190);
    text-shadow: 1px 1px 1px black;
    border-radius: 5px;
    cursor: pointer;
}


    .orangeBtn:focus {
        background: rgba(255,235,179,1);
        background: -moz-linear-gradient(top, rgba(255,235,179,1) 0%, rgba(255,195,31,1) 50%, rgba(224,165,0,1) 51%, rgba(255,221,128,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,235,179,1)), color-stop(50%, rgba(255,195,31,1)), color-stop(51%, rgba(224,165,0,1)), color-stop(100%, rgba(255,221,128,1)));
        background: -webkit-linear-gradient(top, rgba(255,235,179,1) 0%, rgba(255,195,31,1) 50%, rgba(224,165,0,1) 51%, rgba(255,221,128,1) 100%);
        background: -o-linear-gradient(top, rgba(255,235,179,1) 0%, rgba(255,195,31,1) 50%, rgba(224,165,0,1) 51%, rgba(255,221,128,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,235,179,1) 0%, rgba(255,195,31,1) 50%, rgba(224,165,0,1) 51%, rgba(255,221,128,1) 100%);
        background: linear-gradient(to bottom, rgba(255,235,179,1) 0%, rgba(255,195,31,1) 50%, rgba(224,165,0,1) 51%, rgba(255,221,128,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebb3', endColorstr='#ffdd80', GradientType=0 );
        box-shadow: 4px 4px 10px rgba(255,235,179, 1) !important;
    }

tr[id*='info_fx_'] th {
    font-weight: normal;
}

tr[id*='info_fx_'] td tr, tr[id*='info_fx_'] td td {
    background-image: none !important;
    background-color: transparent !important;
}

.grayText * {
    color: gray;
}

.ajaxTable, .ajaxTable * {
    border: 1px solid black;
    vertical-align: top;
    border-collapse: collapse;
    width: 100%;
}

.SupplyLines_fullValid td {
    color: green;
    font-weight: bold;
}

.SupplyLines_used td {
    font-weight: bold;
}

.elem_load {
    position: relative;
    filter: blur(1px);
}

    .elem_load * {
        position: relative;
    }

    .elem_load::before {
        filter: none;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 0;
        background-image: url('/img/loading_transparent.gif');
        background-repeat: no-repeat;
        background-position: center;
    }

.barCodeAccepted {
    border-color: green;
}

.barCodeFailed {
    border-color: red;
}

.incompleteEKT {
    border-color: red;
}

input[type=number][id^=anzahl_]::-webkit-inner-spin-button,
input[type=number][id^=anzahl_]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rot90 {
    transform: rotate(90deg);
}

.tiny {
    font-size: 16px !important;
}
